/* Standalone reset */
html, body { margin: 0; padding: 0; width: 100%; min-height: 100%; }
body {
  overflow-x: hidden;
  background: #fff;
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
img, video, svg { max-width: 100%; }
main, section, .lus-row { display: block; }

/* Three-second autoplay showcase */
.lus-three-second-showcase {
  width: 100%;
  padding: clamp(48px, 8vw, 96px) clamp(12px, 3vw, 28px) clamp(44px, 7vw, 84px);
  background: linear-gradient(180deg, #FFFFFF 0%, #F0DDC5 100%);
  color: #111;
  text-align: center;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.lus-three-second-showcase__inner {
  width: min(100%, 900px);
  margin: 0 auto;
}
.lus-three-second-showcase__title-image {
  display: block;
  width: min(100%, 760px);
  height: auto;
  margin: 0 auto;
}
.lus-three-second-showcase .lus-three-second-showcase__lead {
  margin: clamp(26px, 4vw, 42px) 0 0;
  font-size: clamp(16px, 2.4vw, 26px);
  font-weight: 700;
  line-height: 1.6;
}
.lus-three-second-showcase .lus-three-second-showcase__arrow {
  margin: 14px 0 18px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1;
}
.lus-three-second-showcase__card {
  width: 100%;
  padding: clamp(16px, 3vw, 30px) clamp(14px, 3vw, 30px) 12px;
  overflow: hidden;
  background: rgba(255, 250, 243, 0.92);
  border: 1px solid rgba(81, 61, 38, 0.12);
  border-radius: clamp(16px, 3vw, 28px);
  box-shadow: 0 5px 14px rgba(44, 35, 24, 0.20);
}
.lus-three-second-showcase__media {
  width: 100%;
  overflow: hidden;
  background: #d2b798;
}
.lus-three-second-showcase__video {
  display: block;
  width: 100%;
  height: auto;
}
.lus-three-second-showcase .lus-three-second-showcase__note {
  margin: 7px 0 0;
  color: #3c3732;
  font-size: clamp(10px, 1.8vw, 16px);
  font-weight: 400;
  line-height: 1.5;
  text-align: right;
}
@media (max-width: 767px) {
  .lus-three-second-showcase {
    padding: 42px 10px 34px;
  }
  .lus-three-second-showcase__title-image {
    width: 100%;
  }
  .lus-three-second-showcase .lus-three-second-showcase__lead {
    margin-top: 22px;
    font-size: 15px;
  }
  .lus-three-second-showcase .lus-three-second-showcase__arrow {
    margin: 10px 0 16px;
    font-size: 24px;
  }
  .lus-three-second-showcase__card {
    padding: 16px 12px 10px;
    border-radius: 18px;
  }
  .lus-three-second-showcase .lus-three-second-showcase__note {
    margin-top: 6px;
    font-size: 10px;
  }
}

/* Payback calculator title artwork */
.lus-payback__title-image {
  display: block;
  width: 600px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .lus-payback__title-image { width: 100%; }
}

/* Restore the polishing-rate hero artwork without a page-builder runtime. */
.lus-hero-banner[data-id="gC9ILdtq8h"],
.lus-hero-banner[data-id="gC9ILdtq8h"] .gp-hero-banner-image-background {
  background-image: url("https://cdn.shopify.com/s/files/1/0327/0606/8617/files/1_5.jpg") !important;
  background-position: 50% 50% !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

/* Wet-glass image and exhibition-video section background */
#gOb5p_DfL3 {
  --bgc: linear-gradient(180deg, #EDD2B4 0%, #EDD2B4 50%, #EDD2B4 100%) !important;
  --bgc-tablet: linear-gradient(180deg, #EDD2B4 0%, #EDD2B4 50%, #EDD2B4 100%) !important;
  --bgc-mobile: linear-gradient(180deg, #EDD2B4 0%, #EDD2B4 50%, #EDD2B4 100%) !important;
  --bgi: linear-gradient(180deg, #EDD2B4 0%, #EDD2B4 50%, #EDD2B4 100%) !important;
  --bgi-tablet: linear-gradient(180deg, #EDD2B4 0%, #EDD2B4 50%, #EDD2B4 100%) !important;
  --bgi-mobile: linear-gradient(180deg, #EDD2B4 0%, #EDD2B4 50%, #EDD2B4 100%) !important;
  background-color: #EDD2B4 !important;
  background-image: linear-gradient(180deg, #EDD2B4 0%, #EDD2B4 50%, #EDD2B4 100%) !important;
}

/* LUSCIOUZ editorial footer */
.lus-site-footer,
.lus-site-footer * {
  box-sizing: border-box;
}
.lus-site-footer {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  padding: clamp(150px, 18vw, 280px) clamp(28px, 5vw, 96px) 0;
  background: #fff;
  color: #050505;
  font-family: Arial, "Helvetica Neue", "Noto Sans JP", sans-serif;
}
.lus-site-footer a {
  color: inherit;
  text-decoration: none;
}
.lus-site-footer__primary {
  display: grid;
  grid-template-columns: minmax(130px, 0.65fr) minmax(330px, 1.15fr) minmax(390px, 1.5fr);
  gap: clamp(44px, 7vw, 130px);
  width: min(100%, 1440px);
  min-height: 300px;
  margin: 0 auto;
  align-items: start;
}
.lus-site-footer__home {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.02em;
}
.lus-site-footer__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: clamp(19px, 1.55vw, 28px);
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0.01em;
}
.lus-site-footer__nav a {
  display: inline;
  padding: 1px 3px;
  transition: background-color 160ms ease, color 160ms ease;
}
.lus-site-footer__nav a:hover,
.lus-site-footer__nav a:focus-visible {
  background: #c8a34a;
  outline: none;
}
.lus-site-footer__contact {
  font-size: clamp(20px, 1.6vw, 30px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0.01em;
}
.lus-site-footer__contact p {
  margin: 0 0 12px;
}
.lus-site-footer__contact a {
  display: inline-block;
  border-bottom: 1px solid currentColor;
}
.lus-site-footer__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(100%, 1440px);
  margin: 34px auto 54px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.03em;
}
.lus-site-footer__meta small {
  font: inherit;
}
.lus-site-footer__back {
  padding: 10px 0;
}
.lus-site-footer__logo {
  display: block;
  width: min(100%, 1680px);
  margin: 0 auto -1.2vw;
}
.lus-site-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .lus-site-footer {
    padding: 120px 20px 0;
  }
  .lus-site-footer__primary {
    grid-template-columns: 26% 74%;
    gap: 0;
    min-height: 0;
  }
  .lus-site-footer__home {
    grid-column: 1;
    font-size: 16px;
    padding-top: 3px;
  }
  .lus-site-footer__nav {
    grid-column: 2;
    font-size: clamp(17px, 5.2vw, 23px);
    gap: 7px;
    line-height: 1.3;
  }
  .lus-site-footer__contact {
    grid-column: 2;
    margin-top: 46px;
    font-size: clamp(15px, 4.4vw, 19px);
    line-height: 1.3;
  }
  .lus-site-footer__contact p {
    margin-bottom: 9px;
  }
  .lus-site-footer__meta {
    margin: 50px auto 34px;
    font-size: 11px;
  }
  .lus-site-footer__logo {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 0;
  }
}

/* Requested first-view visibility adjustments */
@media (max-width: 767px) {
  .gbGj0oLGb4 { display: none !important; }
  #gPQa7t3Qum {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  #shopify-section-template--21237869609117__gp_section_627285303686660907,
  #shopify-section-template--21237869609117__gp_section_627285303686660907 * {
    visibility: visible !important;
  }
}
@media (min-width: 768px) {
  .gGBVcP0yS5 { display: none !important; }
  #gPQa7t3Qum {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
}

/* Static compatibility styles 1 */

.gps *,.gps :after,.gps :before{border:0 solid #e5e7eb;box-sizing:border-box}.gps :after,.gps :before{--tw-content:""}.gps{-webkit-text-size-adjust:100%;font-feature-settings:normal;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;line-height:inherit;margin:0;-moz-tab-size:4;-o-tab-size:4;tab-size:4}.gps hr{border-top-width:1px;color:inherit;height:0}.gps abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.gps h1,.gps h2,.gps h3,.gps h4,.gps h5,.gps h6{font-size:inherit;font-weight:inherit}.gps a{color:inherit;text-decoration:inherit}.gps b,.gps strong{font-weight:bolder}.gps code,.gps kbd,.gps pre,.gps samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}.gps small{font-size:80%}.gps sub,.gps sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.gps sub{bottom:-.25em}.gps sup{top:-.5em}.gps table{border-collapse:collapse;border-color:inherit;text-indent:0}.gps button,.gps input,.gps optgroup,.gps select,.gps textarea{color:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;margin:0;padding:0}.gps button,.gps select{text-transform:none}.gps [type=button],.gps [type=reset],.gps [type=submit],.gps button{-webkit-appearance:button;background-color:transparent;background-image:none}.gps :-moz-focusring{outline:auto}.gps :-moz-ui-invalid{box-shadow:none}.gps progress{vertical-align:baseline}.gps ::-webkit-inner-spin-button,.gps ::-webkit-outer-spin-button{height:auto}.gps [type=search]{-webkit-appearance:textfield;outline-offset:-2px}.gps ::-webkit-search-decoration{-webkit-appearance:none}.gps ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.gps summary{display:list-item}.gps blockquote,.gps dd,.gps dl,.gps figure,.gps h1,.gps h2,.gps h3,.gps h4,.gps h5,.gps h6,.gps hr,.gps p,.gps pre{margin:0}.gps fieldset{margin:0;padding:0}.gps legend{padding:0}.gps menu,.gps ol,.gps ul{list-style:none;margin:0;padding:0}.gps textarea{resize:vertical}.gps input::-moz-placeholder,.gps textarea::-moz-placeholder{color:#9ca3af;opacity:1}.gps input::placeholder,.gps textarea::placeholder{color:#9ca3af;opacity:1}.gps [role=button],.gps button{cursor:pointer}.gps :disabled{cursor:default}.gps audio,.gps canvas,.gps embed,.gps iframe,.gps img,.gps object,.gps svg,.gps video{display:block;vertical-align:middle}.gps img,.gps video{height:auto;max-width:100%}.gps [hidden]{display:none}.gps{-webkit-tap-highlight-color:transparent;scroll-behavior:smooth}.gps #__next{height:100%;overflow-x:clip}.gps .wrapper{margin-left:auto;margin-right:auto;max-width:var(--g-ct-w,1200px);padding-left:var(--g-ct-p);padding-right:var(--g-ct-p);width:100%}.gps .gem-slider:not([data-keen-slider-disabled]){align-content:flex-start;display:flex;min-height:100%;overflow:hidden;position:relative;width:100%}.gps .gem-slider:not([data-keen-slider-disabled])[data-keen-slider-reverse]{flex-direction:row-reverse}.gps .gem-slider:not([data-keen-slider-disabled])[data-keen-slider-v]{flex-wrap:wrap}.gps [data-keen-slider-moves] *{pointer-events:none}.gps .pb-safe{padding-bottom:env(safe-area-inset-bottom)}.gps .pt-safe{padding-top:env(safe-area-inset-top)}.gps .pl-safe{padding-left:env(safe-area-inset-left)}.gps .pr-safe{padding-right:env(safe-area-inset-right)}.gps .p-safe{padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}.gps .px-safe{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}.gps .py-safe{padding-bottom:env(safe-area-inset-bottom);padding-top:env(safe-area-inset-top)}.gps .h-safe{height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom))}.gps .min-h-safe{min-height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom))}.gps .gp-text ol,.gps .gp-text ul,.gps .gp-text-instant ol,.gps .gp-text-instant ul{-webkit-margin-before:1em;-webkit-margin-after:1em;-webkit-margin-start:0;-webkit-margin-end:0;-webkit-padding-start:40px;display:block;margin-block-end:1em;margin-block-start:1em;margin-inline-end:0;margin-inline-start:0;padding-inline-start:40px;padding-left:40px}.gps .gp-text strong{font-weight:700}.gps .gp-text ul>li,.gps .gp-text-instant ul>li{list-style:disc inside!important}.gps .gp-text ol>li,.gps .gp-text-instant ol>li{list-style:decimal inside!important}.gps [display-init=hide]>div{display:inline!important;overflow:hidden!important;visibility:hidden!important}.gps [display-init=hide]>div,.gps [display-init=hide]>div *{max-height:0!important;max-width:0!important}.gps [data-slot=children]{align-items:center;border:1px dashed #9e9e9e;border-radius:3px;display:inline-flex;height:100%;justify-content:center;min-height:60px;overflow:hidden;visibility:hidden;width:100%}.gps [data-slot=children].product-feature-image{border:unset;border-radius:0;visibility:visible!important}.gps [data-slot=children]:not(.product-feature-image):after{content:"Drop element here";font-size:14px;font-weight:700;overflow:hidden;text-align:center;text-overflow:ellipsis;visibility:hidden;white-space:nowrap}.gps .gp-instant-page [data-slot=children].product-feature-image{border:unset;visibility:visible!important}.gps .gp-instant-page [data-slot=children].product-feature-image:after{border:unset;color:#aaa;visibility:visible}.gps .gp-instant-page [data-slot=children].product-feature-image .drag-placeholder{height:100%}.gps .gp-dialog{display:none}.gps .gp-dialog[open]{display:block}.gps .gp-dialog:modal{position:fixed}.gps h1,.gps h2,.gps h3,.gps h4,.gps h5,.gps h6{word-break:normal}.gps p{color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;text-align:inherit}.gps .gp-p-description-text ol,.gps .gp-p-description-text ul{-webkit-margin-before:1em;-webkit-margin-after:1em;-webkit-margin-start:0;-webkit-margin-end:0;-webkit-padding-start:40px;display:block;margin-block-end:1em;margin-block-start:1em;margin-inline-end:0;margin-inline-start:0;padding-inline-start:40px;padding-left:40px}.gps .gp-p-description-text ol ol{-webkit-margin-before:0;-webkit-margin-after:0;margin-block-end:0;margin-block-start:0}.gps .gp-p-description-text h1{-webkit-margin-before:.67em;-webkit-margin-after:.67em;-webkit-margin-start:0;-webkit-margin-end:0;font-size:2em;margin-block-end:.67em;margin-block-start:.67em;margin-inline-end:0;margin-inline-start:0}.gps .gp-p-description-text h1,.gps .gp-p-description-text h2,.gps .gp-p-description-text h3,.gps .gp-p-description-text h4,.gps .gp-p-description-text h5,.gps .gp-p-description-text h6{display:block;font-weight:700}.gps .gp-p-description-text h1,.gps .gp-p-description-text h2,.gps .gp-p-description-text h3,.gps .gp-p-description-text h4,.gps .gp-p-description-text h5,.gps .gp-p-description-text h6,.gps .gp-p-description-text p{line-height:1.4!important;margin:0 0 1em}.gps .gp-p-description-text h2{font-size:1.5em}.gps .gp-p-description-text h3{font-size:1.17em}.gps .gp-p-description-text a{color:-webkit-link;cursor:text;text-decoration:underline}.gps .gp-p-description-text h4{font-size:1em}.gps .gp-p-description-text h5{font-size:.83em}.gps .gp-p-description-text h6{font-size:.67em}.gps .gp-p-description-text ul{list-style-type:disc}.gps .gp-p-description-text ol{list-style-type:decimal}.gps .gp-p-description-text ul li{display:list-item;list-style:disc none outside;text-align:-webkit-match-parent;word-break:break-word}.gps .gp-p-description-text blockquote{-webkit-margin-before:1em;-webkit-margin-after:1em;-webkit-margin-start:40px;-webkit-margin-end:40px;display:block;margin-block-end:1em;margin-block-start:1em;margin-inline-end:40px;margin-inline-start:40px}.gps .gp-p-description-text table,.gps .gp-p-description-text td,.gps .gp-p-description-text th{border:1px dashed #ccc!important;padding:unset!important}.gps .gp-p-description-text table{border-collapse:separate;border-spacing:2px;box-sizing:border-box;display:table;text-indent:0;width:100%}.gps .gp-p-description-text p:last-child{margin-bottom:0!important}.gps .gp-tab-header-list::-webkit-scrollbar{display:none}.gps .rfm-marquee-container{display:flex;flex-direction:row;max-width:unset!important;position:relative;transform:var(--transform);width:var(--width)}.gps .rfm-overlay{height:100%;position:absolute;width:100%}.gps .rfm-overlay:after{right:0;top:0;transform:rotate(180deg)}.gps .rfm-overlay:before{left:0;top:0}.gps .rfm-marquee{align-items:center;animation:gp-merquee-scroll var(--duration) linear var(--delay) var(--iteration-count);animation-delay:var(--delay);animation-direction:var(--direction);animation-play-state:var(--play);display:flex;flex:0 0 auto;flex-direction:row;max-width:unset!important;min-width:var(--min-width);z-index:1}@keyframes gp-merquee-scroll{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.gps .rfm-initial-child-container{align-items:center;display:flex;flex:0 0 auto;flex-direction:row;min-width:auto}.gps .rfm-child{transform:var(--transform)}.gps [style*="--mbchild:"]>:first-child{margin-bottom:var(--mbchild)}.gps [style*="--grchild:"]>:first-child{grid-row:var(--grchild)}@media (min-width:1025px){.gps .rfm-marquee-container:hover div{animation-play-state:var(--pause-on-hover)}.gps .rfm-marquee-container:active div{animation-play-state:var(--pause-on-click)}}.gps.gpsil [style*="--d:"]{display:var(--d)}@media only screen and (max-width:1024px){.gps.gpsil [style*="--d-tablet:"]{display:var(--d-tablet)}}@media only screen and (max-width:767px){.gps.gpsil [style*="--d-mobile:"]{display:var(--d-mobile)}}.gps.gpsi [style*="--ai:"]{align-items:var(--ai)}.gps.gpsi [style*="--hvr-ai:"]:hover{align-items:var(--hvr-ai)}.gps.gpsi [style*="--focus-ai:"]:focus{align-items:var(--focus-ai)}.gps.gpsi [style*="--as:"]{align-self:var(--as)}.gps.gpsi [style*="--hvr-as:"]:hover{align-self:var(--hvr-as)}.gps.gpsi [style*="--focus-as:"]:focus{align-self:var(--focus-as)}.gps.gpsi [style*="--aspect:"]{aspect-ratio:var(--aspect)}.gps.gpsi [style*="--hvr-aspect:"]:hover{aspect-ratio:var(--hvr-aspect)}.gps.gpsi [style*="--focus-aspect:"]:focus{aspect-ratio:var(--focus-aspect)}.gps.gpsi [style*="--bg:"]{background:var(--bg)}.gps.gpsi [style*="--hvr-bg:"]:hover{background:var(--hvr-bg)}.gps.gpsi [style*="--focus-bg:"]:focus{background:var(--focus-bg)}.gps.gpsi [style*="--bga:"]{background-attachment:var(--bga)}.gps.gpsi [style*="--hvr-bga:"]:hover{background-attachment:var(--hvr-bga)}.gps.gpsi [style*="--focus-bga:"]:focus{background-attachment:var(--focus-bga)}.gps.gpsi [style*="--bgc:"]{background-color:var(--bgc)}.gps.gpsi [style*="--hvr-bgc:"]:hover{background-color:var(--hvr-bgc)}.gps.gpsi [style*="--focus-bgc:"]:focus{background-color:var(--focus-bgc)}.gps.gpsi [style*="--bgi:"]{background-image:var(--bgi)}.gps.gpsi [style*="--hvr-bgi:"]:hover{background-image:var(--hvr-bgi)}.gps.gpsi [style*="--focus-bgi:"]:focus{background-image:var(--focus-bgi)}.gps.gpsi [style*="--bgp:"]{background-position:var(--bgp)}.gps.gpsi [style*="--hvr-bgp:"]:hover{background-position:var(--hvr-bgp)}.gps.gpsi [style*="--focus-bgp:"]:focus{background-position:var(--focus-bgp)}.gps.gpsi [style*="--bgr:"]{background-repeat:var(--bgr)}.gps.gpsi [style*="--hvr-bgr:"]:hover{background-repeat:var(--hvr-bgr)}.gps.gpsi [style*="--focus-bgr:"]:focus{background-repeat:var(--focus-bgr)}.gps.gpsi [style*="--bgs:"]{background-size:var(--bgs)}.gps.gpsi [style*="--hvr-bgs:"]:hover{background-size:var(--hvr-bgs)}.gps.gpsi [style*="--focus-bgs:"]:focus{background-size:var(--focus-bgs)}.gps.gpsi [style*="--b:"]{border:var(--b)}.gps.gpsi [style*="--hvr-b:"]:hover{border:var(--hvr-b)}.gps.gpsi [style*="--focus-b:"]:focus{border:var(--focus-b)}.gps.gpsi [style*="--bb:"]{border-bottom:var(--bb)}.gps.gpsi [style*="--hvr-bb:"]:hover{border-bottom:var(--hvr-bb)}.gps.gpsi [style*="--focus-bb:"]:focus{border-bottom:var(--focus-bb)}.gps.gpsi [style*="--bbw:"]{border-bottom-width:var(--bbw)}.gps.gpsi [style*="--hvr-bbw:"]:hover{border-bottom-width:var(--hvr-bbw)}.gps.gpsi [style*="--focus-bbw:"]:focus{border-bottom-width:var(--focus-bbw)}.gps.gpsi [style*="--blw:"]{border-left-width:var(--blw)}.gps.gpsi [style*="--hvr-blw:"]:hover{border-left-width:var(--hvr-blw)}.gps.gpsi [style*="--focus-blw:"]:focus{border-left-width:var(--focus-blw)}.gps.gpsi [style*="--brw:"]{border-right-width:var(--brw)}.gps.gpsi [style*="--hvr-brw:"]:hover{border-right-width:var(--hvr-brw)}.gps.gpsi [style*="--focus-brw:"]:focus{border-right-width:var(--focus-brw)}.gps.gpsi [style*="--btw:"]{border-top-width:var(--btw)}.gps.gpsi [style*="--hvr-btw:"]:hover{border-top-width:var(--hvr-btw)}.gps.gpsi [style*="--focus-btw:"]:focus{border-top-width:var(--focus-btw)}.gps.gpsi [style*="--bbc:"]{border-bottom-color:var(--bbc)}.gps.gpsi [style*="--hvr-bbc:"]:hover{border-bottom-color:var(--hvr-bbc)}.gps.gpsi [style*="--focus-bbc:"]:focus{border-bottom-color:var(--focus-bbc)}.gps.gpsi [style*="--btc:"]{border-top-color:var(--btc)}.gps.gpsi [style*="--hvr-btc:"]:hover{border-top-color:var(--hvr-btc)}.gps.gpsi [style*="--focus-btc:"]:focus{border-top-color:var(--focus-btc)}.gps.gpsi [style*="--blc:"]{border-left-color:var(--blc)}.gps.gpsi [style*="--hvr-blc:"]:hover{border-left-color:var(--hvr-blc)}.gps.gpsi [style*="--focus-blc:"]:focus{border-left-color:var(--focus-blc)}.gps.gpsi [style*="--brc:"]{border-right-color:var(--brc)}.gps.gpsi [style*="--hvr-brc:"]:hover{border-right-color:var(--hvr-brc)}.gps.gpsi [style*="--focus-brc:"]:focus{border-right-color:var(--focus-brc)}.gps.gpsi [style*="--bc:"]{border-color:var(--bc)}.gps.gpsi [style*="--hvr-bc:"]:hover{border-color:var(--hvr-bc)}.gps.gpsi [style*="--focus-bc:"]:focus{border-color:var(--focus-bc)}.gps.gpsi [style*="--bblr:"]{border-bottom-left-radius:var(--bblr)}.gps.gpsi [style*="--hvr-bblr:"]:hover{border-bottom-left-radius:var(--hvr-bblr)}.gps.gpsi [style*="--focus-bblr:"]:focus{border-bottom-left-radius:var(--focus-bblr)}.gps.gpsi [style*="--bbrr:"]{border-bottom-right-radius:var(--bbrr)}.gps.gpsi [style*="--hvr-bbrr:"]:hover{border-bottom-right-radius:var(--hvr-bbrr)}.gps.gpsi [style*="--focus-bbrr:"]:focus{border-bottom-right-radius:var(--focus-bbrr)}.gps.gpsi [style*="--bl:"]{border-left:var(--bl)}.gps.gpsi [style*="--hvr-bl:"]:hover{border-left:var(--hvr-bl)}.gps.gpsi [style*="--focus-bl:"]:focus{border-left:var(--focus-bl)}.gps.gpsi [style*="--radius:"]{border-radius:var(--radius)}.gps.gpsi [style*="--hvr-radius:"]:hover{border-radius:var(--hvr-radius)}.gps.gpsi [style*="--focus-radius:"]:focus{border-radius:var(--focus-radius)}.gps.gpsi [style*="--br:"]{border-right:var(--br)}.gps.gpsi [style*="--hvr-br:"]:hover{border-right:var(--hvr-br)}.gps.gpsi [style*="--focus-br:"]:focus{border-right:var(--focus-br)}.gps.gpsi [style*="--bs:"]{border-style:var(--bs)}.gps.gpsi [style*="--hvr-bs:"]:hover{border-style:var(--hvr-bs)}.gps.gpsi [style*="--focus-bs:"]:focus{border-style:var(--focus-bs)}.gps.gpsi [style*="--bt:"]{border-top:var(--bt)}.gps.gpsi [style*="--hvr-bt:"]:hover{border-top:var(--hvr-bt)}.gps.gpsi [style*="--focus-bt:"]:focus{border-top:var(--focus-bt)}.gps.gpsi [style*="--btlr:"]{border-top-left-radius:var(--btlr)}.gps.gpsi [style*="--hvr-btlr:"]:hover{border-top-left-radius:var(--hvr-btlr)}.gps.gpsi [style*="--focus-btlr:"]:focus{border-top-left-radius:var(--focus-btlr)}.gps.gpsi [style*="--btrr:"]{border-top-right-radius:var(--btrr)}.gps.gpsi [style*="--hvr-btrr:"]:hover{border-top-right-radius:var(--hvr-btrr)}.gps.gpsi [style*="--focus-btrr:"]:focus{border-top-right-radius:var(--focus-btrr)}.gps.gpsi [style*="--bw:"]{border-width:var(--bw)}.gps.gpsi [style*="--hvr-bw:"]:hover{border-width:var(--hvr-bw)}.gps.gpsi [style*="--focus-bw:"]:focus{border-width:var(--focus-bw)}.gps.gpsi [style*="--bottom:"]{bottom:var(--bottom)}.gps.gpsi [style*="--hvr-bottom:"]:hover{bottom:var(--hvr-bottom)}.gps.gpsi [style*="--focus-bottom:"]:focus{bottom:var(--focus-bottom)}.gps.gpsi [style*="--shadow:"]{box-shadow:var(--shadow)}.gps.gpsi [style*="--hvr-shadow:"]:hover{box-shadow:var(--hvr-shadow)}.gps.gpsi [style*="--focus-shadow:"]:focus{box-shadow:var(--focus-shadow)}.gps.gpsi [style*="--c:"]{color:var(--c)}.gps.gpsi [style*="--hvr-c:"]:hover{color:var(--hvr-c)}.gps.gpsi [style*="--focus-c:"]:focus{color:var(--focus-c)}.gps.gpsi [style*="--cg:"]{-moz-column-gap:var(--cg);column-gap:var(--cg)}.gps.gpsi [style*="--hvr-cg:"]:hover{-moz-column-gap:var(--hvr-cg);column-gap:var(--hvr-cg)}.gps.gpsi [style*="--focus-cg:"]:focus{-moz-column-gap:var(--focus-cg);column-gap:var(--focus-cg)}.gps.gpsi [style*="--d:"]{display:var(--d)}.gps.gpsi [style*="--hvr-d:"]:hover{display:var(--hvr-d)}.gps.gpsi [style*="--focus-d:"]:focus{display:var(--focus-d)}.gps.gpsi [style*="--fd:"]{flex-direction:var(--fd)}.gps.gpsi [style*="--hvr-fd:"]:hover{flex-direction:var(--hvr-fd)}.gps.gpsi [style*="--focus-fd:"]:focus{flex-direction:var(--focus-fd)}.gps.gpsi [style*="--ff:"]{font-family:var(--ff)}.gps.gpsi [style*="--hvr-ff:"]:hover{font-family:var(--hvr-ff)}.gps.gpsi [style*="--focus-ff:"]:focus{font-family:var(--focus-ff)}.gps.gpsi [style*="--size:"]{font-size:var(--size)}.gps.gpsi [style*="--hvr-size:"]:hover{font-size:var(--hvr-size)}.gps.gpsi [style*="--focus-size:"]:focus{font-size:var(--focus-size)}.gps.gpsi [style*="--weight:"]{font-weight:var(--weight)}.gps.gpsi [style*="--hvr-weight:"]:hover{font-weight:var(--hvr-weight)}.gps.gpsi [style*="--focus-weight:"]:focus{font-weight:var(--focus-weight)}.gps.gpsi [style*="--fs:"]{font-style:var(--fs)}.gps.gpsi [style*="--hvr-fs:"]:hover{font-style:var(--hvr-fs)}.gps.gpsi [style*="--focus-fs:"]:focus{font-style:var(--focus-fs)}.gps.gpsi [style*="--gg:"]{grid-gap:var(--gg)}.gps.gpsi [style*="--hvr-gg:"]:hover{grid-gap:var(--hvr-gg)}.gps.gpsi [style*="--focus-gg:"]:focus{grid-gap:var(--focus-gg)}.gps.gpsi [style*="--gr:"]{grid-row:var(--gr)}.gps.gpsi [style*="--hvr-gr:"]:hover{grid-row:var(--hvr-gr)}.gps.gpsi [style*="--focus-gr:"]:focus{grid-row:var(--focus-gr)}.gps.gpsi [style*="--gtc:"]{grid-template-columns:var(--gtc)}.gps.gpsi [style*="--hvr-gtc:"]:hover{grid-template-columns:var(--hvr-gtc)}.gps.gpsi [style*="--focus-gtc:"]:focus{grid-template-columns:var(--focus-gtc)}.gps.gpsi [style*="--gtr:"]{grid-template-rows:var(--gtr)}.gps.gpsi [style*="--hvr-gtr:"]:hover{grid-template-rows:var(--hvr-gtr)}.gps.gpsi [style*="--focus-gtr:"]:focus{grid-template-rows:var(--focus-gtr)}.gps.gpsi [style*="--h:"]{height:var(--h)}.gps.gpsi [style*="--hvr-h:"]:hover{height:var(--hvr-h)}.gps.gpsi [style*="--focus-h:"]:focus{height:var(--focus-h)}.gps.gpsi [style*="--jc:"]{justify-content:var(--jc)}.gps.gpsi [style*="--hvr-jc:"]:hover{justify-content:var(--hvr-jc)}.gps.gpsi [style*="--focus-jc:"]:focus{justify-content:var(--focus-jc)}.gps.gpsi [style*="--js:"]{justify-self:var(--js)}.gps.gpsi [style*="--hvr-js:"]:hover{justify-self:var(--hvr-js)}.gps.gpsi [style*="--focus-js:"]:focus{justify-self:var(--focus-js)}.gps.gpsi [style*="--left:"]{left:var(--left)}.gps.gpsi [style*="--hvr-left:"]:hover{left:var(--hvr-left)}.gps.gpsi [style*="--focus-left:"]:focus{left:var(--focus-left)}.gps.gpsi [style*="--ls:"]{letter-spacing:var(--ls)}.gps.gpsi [style*="--hvr-ls:"]:hover{letter-spacing:var(--hvr-ls)}.gps.gpsi [style*="--focus-ls:"]:focus{letter-spacing:var(--focus-ls)}.gps.gpsi [style*="--lh:"]{line-height:var(--lh)}.gps.gpsi [style*="--hvr-lh:"]:hover{line-height:var(--hvr-lh)}.gps.gpsi [style*="--focus-lh:"]:focus{line-height:var(--focus-lh)}.gps.gpsi [style*="--tdt:"]{text-decoration-thickness:var(--tdt)}.gps.gpsi [style*="--hvr-tdt:"]:hover{text-decoration-thickness:var(--hvr-tdt)}.gps.gpsi [style*="--focus-tdt:"]:focus{text-decoration-thickness:var(--focus-tdt)}.gps.gpsi [style*="--tdc:"]{text-decoration-color:var(--tdc)}.gps.gpsi [style*="--hvr-tdc:"]:hover{text-decoration-color:var(--hvr-tdc)}.gps.gpsi [style*="--focus-tdc:"]:focus{text-decoration-color:var(--focus-tdc)}.gps.gpsi [style*="--tdl:"]{text-decoration-line:var(--tdl)}.gps.gpsi [style*="--hvr-tdl:"]:hover{text-decoration-line:var(--hvr-tdl)}.gps.gpsi [style*="--focus-tdl:"]:focus{text-decoration-line:var(--focus-tdl)}.gps.gpsi [style*="--m:"]{margin:var(--m)}.gps.gpsi [style*="--hvr-m:"]:hover{margin:var(--hvr-m)}.gps.gpsi [style*="--focus-m:"]:focus{margin:var(--focus-m)}.gps.gpsi [style*="--mb:"]{margin-bottom:var(--mb)}.gps.gpsi [style*="--hvr-mb:"]:hover{margin-bottom:var(--hvr-mb)}.gps.gpsi [style*="--focus-mb:"]:focus{margin-bottom:var(--focus-mb)}.gps.gpsi [style*="--ml:"]{margin-left:var(--ml)}.gps.gpsi [style*="--hvr-ml:"]:hover{margin-left:var(--hvr-ml)}.gps.gpsi [style*="--focus-ml:"]:focus{margin-left:var(--focus-ml)}.gps.gpsi [style*="--mr:"]{margin-right:var(--mr)}.gps.gpsi [style*="--hvr-mr:"]:hover{margin-right:var(--hvr-mr)}.gps.gpsi [style*="--focus-mr:"]:focus{margin-right:var(--focus-mr)}.gps.gpsi [style*="--mt:"]{margin-top:var(--mt)}.gps.gpsi [style*="--hvr-mt:"]:hover{margin-top:var(--hvr-mt)}.gps.gpsi [style*="--focus-mt:"]:focus{margin-top:var(--focus-mt)}.gps.gpsi [style*="--maxh:"]{max-height:var(--maxh)}.gps.gpsi [style*="--hvr-maxh:"]:hover{max-height:var(--hvr-maxh)}.gps.gpsi [style*="--focus-maxh:"]:focus{max-height:var(--focus-maxh)}.gps.gpsi [style*="--maxw:"]{max-width:var(--maxw)}.gps.gpsi [style*="--hvr-maxw:"]:hover{max-width:var(--hvr-maxw)}.gps.gpsi [style*="--focus-maxw:"]:focus{max-width:var(--focus-maxw)}.gps.gpsi [style*="--minh:"]{min-height:var(--minh)}.gps.gpsi [style*="--hvr-minh:"]:hover{min-height:var(--hvr-minh)}.gps.gpsi [style*="--focus-minh:"]:focus{min-height:var(--focus-minh)}.gps.gpsi [style*="--minw:"]{min-width:var(--minw)}.gps.gpsi [style*="--hvr-minw:"]:hover{min-width:var(--hvr-minw)}.gps.gpsi [style*="--focus-minw:"]:focus{min-width:var(--focus-minw)}.gps.gpsi [style*="--objf:"]{-o-object-fit:var(--objf);object-fit:var(--objf)}.gps.gpsi [style*="--hvr-objf:"]:hover{-o-object-fit:var(--hvr-objf);object-fit:var(--hvr-objf)}.gps.gpsi [style*="--focus-objf:"]:focus{-o-object-fit:var(--focus-objf);object-fit:var(--focus-objf)}.gps.gpsi [style*="--op:"]{opacity:var(--op)}.gps.gpsi [style*="--hvr-op:"]:hover{opacity:var(--hvr-op)}.gps.gpsi [style*="--focus-op:"]:focus{opacity:var(--focus-op)}.gps.gpsi [style*="--o:"]{order:var(--o)}.gps.gpsi [style*="--hvr-o:"]:hover{order:var(--hvr-o)}.gps.gpsi [style*="--focus-o:"]:focus{order:var(--focus-o)}.gps.gpsi [style*="--of:"]{overflow:var(--of)}.gps.gpsi [style*="--hvr-of:"]:hover{overflow:var(--hvr-of)}.gps.gpsi [style*="--focus-of:"]:focus{overflow:var(--focus-of)}.gps.gpsi [style*="--ofx:"]{overflow-x:var(--ofx)}.gps.gpsi [style*="--hvr-ofx:"]:hover{overflow-x:var(--hvr-ofx)}.gps.gpsi [style*="--focus-ofx:"]:focus{overflow-x:var(--focus-ofx)}.gps.gpsi [style*="--ofy:"]{overflow-y:var(--ofy)}.gps.gpsi [style*="--hvr-ofy:"]:hover{overflow-y:var(--hvr-ofy)}.gps.gpsi [style*="--focus-ofy:"]:focus{overflow-y:var(--focus-ofy)}.gps.gpsi [style*="--pc:"]{place-content:var(--pc)}.gps.gpsi [style*="--hvr-pc:"]:hover{place-content:var(--hvr-pc)}.gps.gpsi [style*="--focus-pc:"]:focus{place-content:var(--focus-pc)}.gps.gpsi [style*="--p:"]{padding:var(--p)}.gps.gpsi [style*="--hvr-p:"]:hover{padding:var(--hvr-p)}.gps.gpsi [style*="--focus-p:"]:focus{padding:var(--focus-p)}.gps.gpsi [style*="--pb:"]{padding-bottom:var(--pb)}.gps.gpsi [style*="--hvr-pb:"]:hover{padding-bottom:var(--hvr-pb)}.gps.gpsi [style*="--focus-pb:"]:focus{padding-bottom:var(--focus-pb)}.gps.gpsi [style*="--pl:"]{padding-left:var(--pl)}.gps.gpsi [style*="--hvr-pl:"]:hover{padding-left:var(--hvr-pl)}.gps.gpsi [style*="--focus-pl:"]:focus{padding-left:var(--focus-pl)}.gps.gpsi [style*="--pr:"]{padding-right:var(--pr)}.gps.gpsi [style*="--hvr-pr:"]:hover{padding-right:var(--hvr-pr)}.gps.gpsi [style*="--focus-pr:"]:focus{padding-right:var(--focus-pr)}.gps.gpsi [style*="--pt:"]{padding-top:var(--pt)}.gps.gpsi [style*="--hvr-pt:"]:hover{padding-top:var(--hvr-pt)}.gps.gpsi [style*="--focus-pt:"]:focus{padding-top:var(--focus-pt)}.gps.gpsi [style*="--pe:"]{pointer-events:var(--pe)}.gps.gpsi [style*="--hvr-pe:"]:hover{pointer-events:var(--hvr-pe)}.gps.gpsi [style*="--focus-pe:"]:focus{pointer-events:var(--focus-pe)}.gps.gpsi [style*="--pos:"]{position:var(--pos)}.gps.gpsi [style*="--hvr-pos:"]:hover{position:var(--hvr-pos)}.gps.gpsi [style*="--focus-pos:"]:focus{position:var(--focus-pos)}.gps.gpsi [style*="--right:"]{right:var(--right)}.gps.gpsi [style*="--hvr-right:"]:hover{right:var(--hvr-right)}.gps.gpsi [style*="--focus-right:"]:focus{right:var(--focus-right)}.gps.gpsi [style*="--rg:"]{row-gap:var(--rg)}.gps.gpsi [style*="--hvr-rg:"]:hover{row-gap:var(--hvr-rg)}.gps.gpsi [style*="--focus-rg:"]:focus{row-gap:var(--focus-rg)}.gps.gpsi [style*="--ta:"]{text-align:var(--ta)}.gps.gpsi [style*="--hvr-ta:"]:hover{text-align:var(--hvr-ta)}.gps.gpsi [style*="--focus-ta:"]:focus{text-align:var(--focus-ta)}.gps.gpsi [style*="--ts:"]{text-shadow:var(--ts)}.gps.gpsi [style*="--hvr-ts:"]:hover{text-shadow:var(--hvr-ts)}.gps.gpsi [style*="--focus-ts:"]:focus{text-shadow:var(--focus-ts)}.gps.gpsi [style*="--tt:"]{text-transform:var(--tt)}.gps.gpsi [style*="--hvr-tt:"]:hover{text-transform:var(--hvr-tt)}.gps.gpsi [style*="--focus-tt:"]:focus{text-transform:var(--focus-tt)}.gps.gpsi [style*="--top:"]{top:var(--top)}.gps.gpsi [style*="--hvr-top:"]:hover{top:var(--hvr-top)}.gps.gpsi [style*="--focus-top:"]:focus{top:var(--focus-top)}.gps.gpsi [style*="--t:"]{transform:var(--t)}.gps.gpsi [style*="--hvr-t:"]:hover{transform:var(--hvr-t)}.gps.gpsi [style*="--focus-t:"]:focus{transform:var(--focus-t)}.gps.gpsi [style*="--v:"]{visibility:var(--v)}.gps.gpsi [style*="--hvr-v:"]:hover{visibility:var(--hvr-v)}.gps.gpsi [style*="--focus-v:"]:focus{visibility:var(--focus-v)}.gps.gpsi [style*="--ws:"]{white-space:var(--ws)}.gps.gpsi [style*="--hvr-ws:"]:hover{white-space:var(--hvr-ws)}.gps.gpsi [style*="--focus-ws:"]:focus{white-space:var(--focus-ws)}.gps.gpsi [style*="--w:"]{width:var(--w)}.gps.gpsi [style*="--hvr-w:"]:hover{width:var(--hvr-w)}.gps.gpsi [style*="--focus-w:"]:focus{width:var(--focus-w)}.gps.gpsi [style*="--z:"]{z-index:var(--z)}.gps.gpsi [style*="--hvr-z:"]:hover{z-index:var(--hvr-z)}.gps.gpsi [style*="--focus-z:"]:focus{z-index:var(--focus-z)}.gps.gpsi [style*="--wm:"]{writing-mode:var(--wm)}.gps.gpsi [style*="--hvr-wm:"]:hover{writing-mode:var(--hvr-wm)}.gps.gpsi [style*="--focus-wm:"]:focus{writing-mode:var(--focus-wm)}.gps.gpsi [style*="--line-clamp:"]{-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp);display:-webkit-box;overflow:hidden}@media only screen and (max-width:1024px){.gps.gpsi [style*="--ai-tablet:"]{align-items:var(--ai-tablet)}.gps.gpsi [style*="--hvr-ai-tablet:"]:hover{align-items:var(--hvr-ai-tablet)}.gps.gpsi [style*="--focus-ai-tablet:"]:focus{align-items:var(--focus-ai-tablet)}.gps.gpsi [style*="--as-tablet:"]{align-self:var(--as-tablet)}.gps.gpsi [style*="--hvr-as-tablet:"]:hover{align-self:var(--hvr-as-tablet)}.gps.gpsi [style*="--focus-as-tablet:"]:focus{align-self:var(--focus-as-tablet)}.gps.gpsi [style*="--aspect-tablet:"]{aspect-ratio:var(--aspect-tablet)}.gps.gpsi [style*="--hvr-aspect-tablet:"]:hover{aspect-ratio:var(--hvr-aspect-tablet)}.gps.gpsi [style*="--focus-aspect-tablet:"]:focus{aspect-ratio:var(--focus-aspect-tablet)}.gps.gpsi [style*="--bg-tablet:"]{background:var(--bg-tablet)}.gps.gpsi [style*="--hvr-bg-tablet:"]:hover{background:var(--hvr-bg-tablet)}.gps.gpsi [style*="--focus-bg-tablet:"]:focus{background:var(--focus-bg-tablet)}.gps.gpsi [style*="--bga-tablet:"]{background-attachment:var(--bga-tablet)}.gps.gpsi [style*="--hvr-bga-tablet:"]:hover{background-attachment:var(--hvr-bga-tablet)}.gps.gpsi [style*="--focus-bga-tablet:"]:focus{background-attachment:var(--focus-bga-tablet)}.gps.gpsi [style*="--bgc-tablet:"]{background-color:var(--bgc-tablet)}.gps.gpsi [style*="--hvr-bgc-tablet:"]:hover{background-color:var(--hvr-bgc-tablet)}.gps.gpsi [style*="--focus-bgc-tablet:"]:focus{background-color:var(--focus-bgc-tablet)}.gps.gpsi [style*="--bgi-tablet:"]{background-image:var(--bgi-tablet)}.gps.gpsi [style*="--hvr-bgi-tablet:"]:hover{background-image:var(--hvr-bgi-tablet)}.gps.gpsi [style*="--focus-bgi-tablet:"]:focus{background-image:var(--focus-bgi-tablet)}.gps.gpsi [style*="--bgp-tablet:"]{background-position:var(--bgp-tablet)}.gps.gpsi [style*="--hvr-bgp-tablet:"]:hover{background-position:var(--hvr-bgp-tablet)}.gps.gpsi [style*="--focus-bgp-tablet:"]:focus{background-position:var(--focus-bgp-tablet)}.gps.gpsi [style*="--bgr-tablet:"]{background-repeat:var(--bgr-tablet)}.gps.gpsi [style*="--hvr-bgr-tablet:"]:hover{background-repeat:var(--hvr-bgr-tablet)}.gps.gpsi [style*="--focus-bgr-tablet:"]:focus{background-repeat:var(--focus-bgr-tablet)}.gps.gpsi [style*="--bgs-tablet:"]{background-size:var(--bgs-tablet)}.gps.gpsi [style*="--hvr-bgs-tablet:"]:hover{background-size:var(--hvr-bgs-tablet)}.gps.gpsi [style*="--focus-bgs-tablet:"]:focus{background-size:var(--focus-bgs-tablet)}.gps.gpsi [style*="--b-tablet:"]{border:var(--b-tablet)}.gps.gpsi [style*="--hvr-b-tablet:"]:hover{border:var(--hvr-b-tablet)}.gps.gpsi [style*="--focus-b-tablet:"]:focus{border:var(--focus-b-tablet)}.gps.gpsi [style*="--bb-tablet:"]{border-bottom:var(--bb-tablet)}.gps.gpsi [style*="--hvr-bb-tablet:"]:hover{border-bottom:var(--hvr-bb-tablet)}.gps.gpsi [style*="--focus-bb-tablet:"]:focus{border-bottom:var(--focus-bb-tablet)}.gps.gpsi [style*="--bbw-tablet:"]{border-bottom-width:var(--bbw-tablet)}.gps.gpsi [style*="--hvr-bbw-tablet:"]:hover{border-bottom-width:var(--hvr-bbw-tablet)}.gps.gpsi [style*="--focus-bbw-tablet:"]:focus{border-bottom-width:var(--focus-bbw-tablet)}.gps.gpsi [style*="--blw-tablet:"]{border-left-width:var(--blw-tablet)}.gps.gpsi [style*="--hvr-blw-tablet:"]:hover{border-left-width:var(--hvr-blw-tablet)}.gps.gpsi [style*="--focus-blw-tablet:"]:focus{border-left-width:var(--focus-blw-tablet)}.gps.gpsi [style*="--brw-tablet:"]{border-right-width:var(--brw-tablet)}.gps.gpsi [style*="--hvr-brw-tablet:"]:hover{border-right-width:var(--hvr-brw-tablet)}.gps.gpsi [style*="--focus-brw-tablet:"]:focus{border-right-width:var(--focus-brw-tablet)}.gps.gpsi [style*="--btw-tablet:"]{border-top-width:var(--btw-tablet)}.gps.gpsi [style*="--hvr-btw-tablet:"]:hover{border-top-width:var(--hvr-btw-tablet)}.gps.gpsi [style*="--focus-btw-tablet:"]:focus{border-top-width:var(--focus-btw-tablet)}.gps.gpsi [style*="--bbc-tablet:"]{border-bottom-color:var(--bbc-tablet)}.gps.gpsi [style*="--hvr-bbc-tablet:"]:hover{border-bottom-color:var(--hvr-bbc-tablet)}.gps.gpsi [style*="--focus-bbc-tablet:"]:focus{border-bottom-color:var(--focus-bbc-tablet)}.gps.gpsi [style*="--btc-tablet:"]{border-top-color:var(--btc-tablet)}.gps.gpsi [style*="--hvr-btc-tablet:"]:hover{border-top-color:var(--hvr-btc-tablet)}.gps.gpsi [style*="--focus-btc-tablet:"]:focus{border-top-color:var(--focus-btc-tablet)}.gps.gpsi [style*="--blc-tablet:"]{border-left-color:var(--blc-tablet)}.gps.gpsi [style*="--hvr-blc-tablet:"]:hover{border-left-color:var(--hvr-blc-tablet)}.gps.gpsi [style*="--focus-blc-tablet:"]:focus{border-left-color:var(--focus-blc-tablet)}.gps.gpsi [style*="--brc-tablet:"]{border-right-color:var(--brc-tablet)}.gps.gpsi [style*="--hvr-brc-tablet:"]:hover{border-right-color:var(--hvr-brc-tablet)}.gps.gpsi [style*="--focus-brc-tablet:"]:focus{border-right-color:var(--focus-brc-tablet)}.gps.gpsi [style*="--bc-tablet:"]{border-color:var(--bc-tablet)}.gps.gpsi [style*="--hvr-bc-tablet:"]:hover{border-color:var(--hvr-bc-tablet)}.gps.gpsi [style*="--focus-bc-tablet:"]:focus{border-color:var(--focus-bc-tablet)}.gps.gpsi [style*="--bblr-tablet:"]{border-bottom-left-radius:var(--bblr-tablet)}.gps.gpsi [style*="--hvr-bblr-tablet:"]:hover{border-bottom-left-radius:var(--hvr-bblr-tablet)}.gps.gpsi [style*="--focus-bblr-tablet:"]:focus{border-bottom-left-radius:var(--focus-bblr-tablet)}.gps.gpsi [style*="--bbrr-tablet:"]{border-bottom-right-radius:var(--bbrr-tablet)}.gps.gpsi [style*="--hvr-bbrr-tablet:"]:hover{border-bottom-right-radius:var(--hvr-bbrr-tablet)}.gps.gpsi [style*="--focus-bbrr-tablet:"]:focus{border-bottom-right-radius:var(--focus-bbrr-tablet)}.gps.gpsi [style*="--bl-tablet:"]{border-left:var(--bl-tablet)}.gps.gpsi [style*="--hvr-bl-tablet:"]:hover{border-left:var(--hvr-bl-tablet)}.gps.gpsi [style*="--focus-bl-tablet:"]:focus{border-left:var(--focus-bl-tablet)}.gps.gpsi [style*="--radius-tablet:"]{border-radius:var(--radius-tablet)}.gps.gpsi [style*="--hvr-radius-tablet:"]:hover{border-radius:var(--hvr-radius-tablet)}.gps.gpsi [style*="--focus-radius-tablet:"]:focus{border-radius:var(--focus-radius-tablet)}.gps.gpsi [style*="--br-tablet:"]{border-right:var(--br-tablet)}.gps.gpsi [style*="--hvr-br-tablet:"]:hover{border-right:var(--hvr-br-tablet)}.gps.gpsi [style*="--focus-br-tablet:"]:focus{border-right:var(--focus-br-tablet)}.gps.gpsi [style*="--bs-tablet:"]{border-style:var(--bs-tablet)}.gps.gpsi [style*="--hvr-bs-tablet:"]:hover{border-style:var(--hvr-bs-tablet)}.gps.gpsi [style*="--focus-bs-tablet:"]:focus{border-style:var(--focus-bs-tablet)}.gps.gpsi [style*="--bt-tablet:"]{border-top:var(--bt-tablet)}.gps.gpsi [style*="--hvr-bt-tablet:"]:hover{border-top:var(--hvr-bt-tablet)}.gps.gpsi [style*="--focus-bt-tablet:"]:focus{border-top:var(--focus-bt-tablet)}.gps.gpsi [style*="--btlr-tablet:"]{border-top-left-radius:var(--btlr-tablet)}.gps.gpsi [style*="--hvr-btlr-tablet:"]:hover{border-top-left-radius:var(--hvr-btlr-tablet)}.gps.gpsi [style*="--focus-btlr-tablet:"]:focus{border-top-left-radius:var(--focus-btlr-tablet)}.gps.gpsi [style*="--btrr-tablet:"]{border-top-right-radius:var(--btrr-tablet)}.gps.gpsi [style*="--hvr-btrr-tablet:"]:hover{border-top-right-radius:var(--hvr-btrr-tablet)}.gps.gpsi [style*="--focus-btrr-tablet:"]:focus{border-top-right-radius:var(--focus-btrr-tablet)}.gps.gpsi [style*="--bw-tablet:"]{border-width:var(--bw-tablet)}.gps.gpsi [style*="--hvr-bw-tablet:"]:hover{border-width:var(--hvr-bw-tablet)}.gps.gpsi [style*="--focus-bw-tablet:"]:focus{border-width:var(--focus-bw-tablet)}.gps.gpsi [style*="--bottom-tablet:"]{bottom:var(--bottom-tablet)}.gps.gpsi [style*="--hvr-bottom-tablet:"]:hover{bottom:var(--hvr-bottom-tablet)}.gps.gpsi [style*="--focus-bottom-tablet:"]:focus{bottom:var(--focus-bottom-tablet)}.gps.gpsi [style*="--shadow-tablet:"]{box-shadow:var(--shadow-tablet)}.gps.gpsi [style*="--hvr-shadow-tablet:"]:hover{box-shadow:var(--hvr-shadow-tablet)}.gps.gpsi [style*="--focus-shadow-tablet:"]:focus{box-shadow:var(--focus-shadow-tablet)}.gps.gpsi [style*="--c-tablet:"]{color:var(--c-tablet)}.gps.gpsi [style*="--hvr-c-tablet:"]:hover{color:var(--hvr-c-tablet)}.gps.gpsi [style*="--focus-c-tablet:"]:focus{color:var(--focus-c-tablet)}.gps.gpsi [style*="--cg-tablet:"]{-moz-column-gap:var(--cg-tablet);column-gap:var(--cg-tablet)}.gps.gpsi [style*="--hvr-cg-tablet:"]:hover{-moz-column-gap:var(--hvr-cg-tablet);column-gap:var(--hvr-cg-tablet)}.gps.gpsi [style*="--focus-cg-tablet:"]:focus{-moz-column-gap:var(--focus-cg-tablet);column-gap:var(--focus-cg-tablet)}.gps.gpsi [style*="--d-tablet:"]{display:var(--d-tablet)}.gps.gpsi [style*="--hvr-d-tablet:"]:hover{display:var(--hvr-d-tablet)}.gps.gpsi [style*="--focus-d-tablet:"]:focus{display:var(--focus-d-tablet)}.gps.gpsi [style*="--fd-tablet:"]{flex-direction:var(--fd-tablet)}.gps.gpsi [style*="--hvr-fd-tablet:"]:hover{flex-direction:var(--hvr-fd-tablet)}.gps.gpsi [style*="--focus-fd-tablet:"]:focus{flex-direction:var(--focus-fd-tablet)}.gps.gpsi [style*="--ff-tablet:"]{font-family:var(--ff-tablet)}.gps.gpsi [style*="--hvr-ff-tablet:"]:hover{font-family:var(--hvr-ff-tablet)}.gps.gpsi [style*="--focus-ff-tablet:"]:focus{font-family:var(--focus-ff-tablet)}.gps.gpsi [style*="--size-tablet:"]{font-size:var(--size-tablet)}.gps.gpsi [style*="--hvr-size-tablet:"]:hover{font-size:var(--hvr-size-tablet)}.gps.gpsi [style*="--focus-size-tablet:"]:focus{font-size:var(--focus-size-tablet)}.gps.gpsi [style*="--weight-tablet:"]{font-weight:var(--weight-tablet)}.gps.gpsi [style*="--hvr-weight-tablet:"]:hover{font-weight:var(--hvr-weight-tablet)}.gps.gpsi [style*="--focus-weight-tablet:"]:focus{font-weight:var(--focus-weight-tablet)}.gps.gpsi [style*="--fs-tablet:"]{font-style:var(--fs-tablet)}.gps.gpsi [style*="--hvr-fs-tablet:"]:hover{font-style:var(--hvr-fs-tablet)}.gps.gpsi [style*="--focus-fs-tablet:"]:focus{font-style:var(--focus-fs-tablet)}.gps.gpsi [style*="--gg-tablet:"]{grid-gap:var(--gg-tablet)}.gps.gpsi [style*="--hvr-gg-tablet:"]:hover{grid-gap:var(--hvr-gg-tablet)}.gps.gpsi [style*="--focus-gg-tablet:"]:focus{grid-gap:var(--focus-gg-tablet)}.gps.gpsi [style*="--gr-tablet:"]{grid-row:var(--gr-tablet)}.gps.gpsi [style*="--hvr-gr-tablet:"]:hover{grid-row:var(--hvr-gr-tablet)}.gps.gpsi [style*="--focus-gr-tablet:"]:focus{grid-row:var(--focus-gr-tablet)}.gps.gpsi [style*="--gtc-tablet:"]{grid-template-columns:var(--gtc-tablet)}.gps.gpsi [style*="--hvr-gtc-tablet:"]:hover{grid-template-columns:var(--hvr-gtc-tablet)}.gps.gpsi [style*="--focus-gtc-tablet:"]:focus{grid-template-columns:var(--focus-gtc-tablet)}.gps.gpsi [style*="--gtr-tablet:"]{grid-template-rows:var(--gtr-tablet)}.gps.gpsi [style*="--hvr-gtr-tablet:"]:hover{grid-template-rows:var(--hvr-gtr-tablet)}.gps.gpsi [style*="--focus-gtr-tablet:"]:focus{grid-template-rows:var(--focus-gtr-tablet)}.gps.gpsi [style*="--h-tablet:"]{height:var(--h-tablet)}.gps.gpsi [style*="--hvr-h-tablet:"]:hover{height:var(--hvr-h-tablet)}.gps.gpsi [style*="--focus-h-tablet:"]:focus{height:var(--focus-h-tablet)}.gps.gpsi [style*="--jc-tablet:"]{justify-content:var(--jc-tablet)}.gps.gpsi [style*="--hvr-jc-tablet:"]:hover{justify-content:var(--hvr-jc-tablet)}.gps.gpsi [style*="--focus-jc-tablet:"]:focus{justify-content:var(--focus-jc-tablet)}.gps.gpsi [style*="--js-tablet:"]{justify-self:var(--js-tablet)}.gps.gpsi [style*="--hvr-js-tablet:"]:hover{justify-self:var(--hvr-js-tablet)}.gps.gpsi [style*="--focus-js-tablet:"]:focus{justify-self:var(--focus-js-tablet)}.gps.gpsi [style*="--left-tablet:"]{left:var(--left-tablet)}.gps.gpsi [style*="--hvr-left-tablet:"]:hover{left:var(--hvr-left-tablet)}.gps.gpsi [style*="--focus-left-tablet:"]:focus{left:var(--focus-left-tablet)}.gps.gpsi [style*="--ls-tablet:"]{letter-spacing:var(--ls-tablet)}.gps.gpsi [style*="--hvr-ls-tablet:"]:hover{letter-spacing:var(--hvr-ls-tablet)}.gps.gpsi [style*="--focus-ls-tablet:"]:focus{letter-spacing:var(--focus-ls-tablet)}.gps.gpsi [style*="--lh-tablet:"]{line-height:var(--lh-tablet)}.gps.gpsi [style*="--hvr-lh-tablet:"]:hover{line-height:var(--hvr-lh-tablet)}.gps.gpsi [style*="--focus-lh-tablet:"]:focus{line-height:var(--focus-lh-tablet)}.gps.gpsi [style*="--tdt-tablet:"]{text-decoration-thickness:var(--tdt-tablet)}.gps.gpsi [style*="--hvr-tdt-tablet:"]:hover{text-decoration-thickness:var(--hvr-tdt-tablet)}.gps.gpsi [style*="--focus-tdt-tablet:"]:focus{text-decoration-thickness:var(--focus-tdt-tablet)}.gps.gpsi [style*="--tdc-tablet:"]{text-decoration-color:var(--tdc-tablet)}.gps.gpsi [style*="--hvr-tdc-tablet:"]:hover{text-decoration-color:var(--hvr-tdc-tablet)}.gps.gpsi [style*="--focus-tdc-tablet:"]:focus{text-decoration-color:var(--focus-tdc-tablet)}.gps.gpsi [style*="--tdl-tablet:"]{text-decoration-line:var(--tdl-tablet)}.gps.gpsi [style*="--hvr-tdl-tablet:"]:hover{text-decoration-line:var(--hvr-tdl-tablet)}.gps.gpsi [style*="--focus-tdl-tablet:"]:focus{text-decoration-line:var(--focus-tdl-tablet)}.gps.gpsi [style*="--m-tablet:"]{margin:var(--m-tablet)}.gps.gpsi [style*="--hvr-m-tablet:"]:hover{margin:var(--hvr-m-tablet)}.gps.gpsi [style*="--focus-m-tablet:"]:focus{margin:var(--focus-m-tablet)}.gps.gpsi [style*="--mb-tablet:"]{margin-bottom:var(--mb-tablet)}.gps.gpsi [style*="--hvr-mb-tablet:"]:hover{margin-bottom:var(--hvr-mb-tablet)}.gps.gpsi [style*="--focus-mb-tablet:"]:focus{margin-bottom:var(--focus-mb-tablet)}.gps.gpsi [style*="--ml-tablet:"]{margin-left:var(--ml-tablet)}.gps.gpsi [style*="--hvr-ml-tablet:"]:hover{margin-left:var(--hvr-ml-tablet)}.gps.gpsi [style*="--focus-ml-tablet:"]:focus{margin-left:var(--focus-ml-tablet)}.gps.gpsi [style*="--mr-tablet:"]{margin-right:var(--mr-tablet)}.gps.gpsi [style*="--hvr-mr-tablet:"]:hover{margin-right:var(--hvr-mr-tablet)}.gps.gpsi [style*="--focus-mr-tablet:"]:focus{margin-right:var(--focus-mr-tablet)}.gps.gpsi [style*="--mt-tablet:"]{margin-top:var(--mt-tablet)}.gps.gpsi [style*="--hvr-mt-tablet:"]:hover{margin-top:var(--hvr-mt-tablet)}.gps.gpsi [style*="--focus-mt-tablet:"]:focus{margin-top:var(--focus-mt-tablet)}.gps.gpsi [style*="--maxh-tablet:"]{max-height:var(--maxh-tablet)}.gps.gpsi [style*="--hvr-maxh-tablet:"]:hover{max-height:var(--hvr-maxh-tablet)}.gps.gpsi [style*="--focus-maxh-tablet:"]:focus{max-height:var(--focus-maxh-tablet)}.gps.gpsi [style*="--maxw-tablet:"]{max-width:var(--maxw-tablet)}.gps.gpsi [style*="--hvr-maxw-tablet:"]:hover{max-width:var(--hvr-maxw-tablet)}.gps.gpsi [style*="--focus-maxw-tablet:"]:focus{max-width:var(--focus-maxw-tablet)}.gps.gpsi [style*="--minh-tablet:"]{min-height:var(--minh-tablet)}.gps.gpsi [style*="--hvr-minh-tablet:"]:hover{min-height:var(--hvr-minh-tablet)}.gps.gpsi [style*="--focus-minh-tablet:"]:focus{min-height:var(--focus-minh-tablet)}.gps.gpsi [style*="--minw-tablet:"]{min-width:var(--minw-tablet)}.gps.gpsi [style*="--hvr-minw-tablet:"]:hover{min-width:var(--hvr-minw-tablet)}.gps.gpsi [style*="--focus-minw-tablet:"]:focus{min-width:var(--focus-minw-tablet)}.gps.gpsi [style*="--objf-tablet:"]{-o-object-fit:var(--objf-tablet);object-fit:var(--objf-tablet)}.gps.gpsi [style*="--hvr-objf-tablet:"]:hover{-o-object-fit:var(--hvr-objf-tablet);object-fit:var(--hvr-objf-tablet)}.gps.gpsi [style*="--focus-objf-tablet:"]:focus{-o-object-fit:var(--focus-objf-tablet);object-fit:var(--focus-objf-tablet)}.gps.gpsi [style*="--op-tablet:"]{opacity:var(--op-tablet)}.gps.gpsi [style*="--hvr-op-tablet:"]:hover{opacity:var(--hvr-op-tablet)}.gps.gpsi [style*="--focus-op-tablet:"]:focus{opacity:var(--focus-op-tablet)}.gps.gpsi [style*="--o-tablet:"]{order:var(--o-tablet)}.gps.gpsi [style*="--hvr-o-tablet:"]:hover{order:var(--hvr-o-tablet)}.gps.gpsi [style*="--focus-o-tablet:"]:focus{order:var(--focus-o-tablet)}.gps.gpsi [style*="--of-tablet:"]{overflow:var(--of-tablet)}.gps.gpsi [style*="--hvr-of-tablet:"]:hover{overflow:var(--hvr-of-tablet)}.gps.gpsi [style*="--focus-of-tablet:"]:focus{overflow:var(--focus-of-tablet)}.gps.gpsi [style*="--ofx-tablet:"]{overflow-x:var(--ofx-tablet)}.gps.gpsi [style*="--hvr-ofx-tablet:"]:hover{overflow-x:var(--hvr-ofx-tablet)}.gps.gpsi [style*="--focus-ofx-tablet:"]:focus{overflow-x:var(--focus-ofx-tablet)}.gps.gpsi [style*="--ofy-tablet:"]{overflow-y:var(--ofy-tablet)}.gps.gpsi [style*="--hvr-ofy-tablet:"]:hover{overflow-y:var(--hvr-ofy-tablet)}.gps.gpsi [style*="--focus-ofy-tablet:"]:focus{overflow-y:var(--focus-ofy-tablet)}.gps.gpsi [style*="--pc-tablet:"]{place-content:var(--pc-tablet)}.gps.gpsi [style*="--hvr-pc-tablet:"]:hover{place-content:var(--hvr-pc-tablet)}.gps.gpsi [style*="--focus-pc-tablet:"]:focus{place-content:var(--focus-pc-tablet)}.gps.gpsi [style*="--p-tablet:"]{padding:var(--p-tablet)}.gps.gpsi [style*="--hvr-p-tablet:"]:hover{padding:var(--hvr-p-tablet)}.gps.gpsi [style*="--focus-p-tablet:"]:focus{padding:var(--focus-p-tablet)}.gps.gpsi [style*="--pb-tablet:"]{padding-bottom:var(--pb-tablet)}.gps.gpsi [style*="--hvr-pb-tablet:"]:hover{padding-bottom:var(--hvr-pb-tablet)}.gps.gpsi [style*="--focus-pb-tablet:"]:focus{padding-bottom:var(--focus-pb-tablet)}.gps.gpsi [style*="--pl-tablet:"]{padding-left:var(--pl-tablet)}.gps.gpsi [style*="--hvr-pl-tablet:"]:hover{padding-left:var(--hvr-pl-tablet)}.gps.gpsi [style*="--focus-pl-tablet:"]:focus{padding-left:var(--focus-pl-tablet)}.gps.gpsi [style*="--pr-tablet:"]{padding-right:var(--pr-tablet)}.gps.gpsi [style*="--hvr-pr-tablet:"]:hover{padding-right:var(--hvr-pr-tablet)}.gps.gpsi [style*="--focus-pr-tablet:"]:focus{padding-right:var(--focus-pr-tablet)}.gps.gpsi [style*="--pt-tablet:"]{padding-top:var(--pt-tablet)}.gps.gpsi [style*="--hvr-pt-tablet:"]:hover{padding-top:var(--hvr-pt-tablet)}.gps.gpsi [style*="--focus-pt-tablet:"]:focus{padding-top:var(--focus-pt-tablet)}.gps.gpsi [style*="--pe-tablet:"]{pointer-events:var(--pe-tablet)}.gps.gpsi [style*="--hvr-pe-tablet:"]:hover{pointer-events:var(--hvr-pe-tablet)}.gps.gpsi [style*="--focus-pe-tablet:"]:focus{pointer-events:var(--focus-pe-tablet)}.gps.gpsi [style*="--pos-tablet:"]{position:var(--pos-tablet)}.gps.gpsi [style*="--hvr-pos-tablet:"]:hover{position:var(--hvr-pos-tablet)}.gps.gpsi [style*="--focus-pos-tablet:"]:focus{position:var(--focus-pos-tablet)}.gps.gpsi [style*="--right-tablet:"]{right:var(--right-tablet)}.gps.gpsi [style*="--hvr-right-tablet:"]:hover{right:var(--hvr-right-tablet)}.gps.gpsi [style*="--focus-right-tablet:"]:focus{right:var(--focus-right-tablet)}.gps.gpsi [style*="--rg-tablet:"]{row-gap:var(--rg-tablet)}.gps.gpsi [style*="--hvr-rg-tablet:"]:hover{row-gap:var(--hvr-rg-tablet)}.gps.gpsi [style*="--focus-rg-tablet:"]:focus{row-gap:var(--focus-rg-tablet)}.gps.gpsi [style*="--ta-tablet:"]{text-align:var(--ta-tablet)}.gps.gpsi [style*="--hvr-ta-tablet:"]:hover{text-align:var(--hvr-ta-tablet)}.gps.gpsi [style*="--focus-ta-tablet:"]:focus{text-align:var(--focus-ta-tablet)}.gps.gpsi [style*="--ts-tablet:"]{text-shadow:var(--ts-tablet)}.gps.gpsi [style*="--hvr-ts-tablet:"]:hover{text-shadow:var(--hvr-ts-tablet)}.gps.gpsi [style*="--focus-ts-tablet:"]:focus{text-shadow:var(--focus-ts-tablet)}.gps.gpsi [style*="--tt-tablet:"]{text-transform:var(--tt-tablet)}.gps.gpsi [style*="--hvr-tt-tablet:"]:hover{text-transform:var(--hvr-tt-tablet)}.gps.gpsi [style*="--focus-tt-tablet:"]:focus{text-transform:var(--focus-tt-tablet)}.gps.gpsi [style*="--top-tablet:"]{top:var(--top-tablet)}.gps.gpsi [style*="--hvr-top-tablet:"]:hover{top:var(--hvr-top-tablet)}.gps.gpsi [style*="--focus-top-tablet:"]:focus{top:var(--focus-top-tablet)}.gps.gpsi [style*="--t-tablet:"]{transform:var(--t-tablet)}.gps.gpsi [style*="--hvr-t-tablet:"]:hover{transform:var(--hvr-t-tablet)}.gps.gpsi [style*="--focus-t-tablet:"]:focus{transform:var(--focus-t-tablet)}.gps.gpsi [style*="--v-tablet:"]{visibility:var(--v-tablet)}.gps.gpsi [style*="--hvr-v-tablet:"]:hover{visibility:var(--hvr-v-tablet)}.gps.gpsi [style*="--focus-v-tablet:"]:focus{visibility:var(--focus-v-tablet)}.gps.gpsi [style*="--ws-tablet:"]{white-space:var(--ws-tablet)}.gps.gpsi [style*="--hvr-ws-tablet:"]:hover{white-space:var(--hvr-ws-tablet)}.gps.gpsi [style*="--focus-ws-tablet:"]:focus{white-space:var(--focus-ws-tablet)}.gps.gpsi [style*="--w-tablet:"]{width:var(--w-tablet)}.gps.gpsi [style*="--hvr-w-tablet:"]:hover{width:var(--hvr-w-tablet)}.gps.gpsi [style*="--focus-w-tablet:"]:focus{width:var(--focus-w-tablet)}.gps.gpsi [style*="--z-tablet:"]{z-index:var(--z-tablet)}.gps.gpsi [style*="--hvr-z-tablet:"]:hover{z-index:var(--hvr-z-tablet)}.gps.gpsi [style*="--focus-z-tablet:"]:focus{z-index:var(--focus-z-tablet)}.gps.gpsi [style*="--wm-tablet:"]{writing-mode:var(--wm-tablet)}.gps.gpsi [style*="--hvr-wm-tablet:"]:hover{writing-mode:var(--hvr-wm-tablet)}.gps.gpsi [style*="--focus-wm-tablet:"]:focus{writing-mode:var(--focus-wm-tablet)}.gps.gpsi [style*="--line-clamp-tablet:"]{-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp-tablet);display:-webkit-box;overflow:hidden}}@media only screen and (max-width:767px){.gps.gpsi [style*="--ai-mobile:"]{align-items:var(--ai-mobile)}.gps.gpsi [style*="--hvr-ai-mobile:"]:hover{align-items:var(--hvr-ai-mobile)}.gps.gpsi [style*="--focus-ai-mobile:"]:focus{align-items:var(--focus-ai-mobile)}.gps.gpsi [style*="--as-mobile:"]{align-self:var(--as-mobile)}.gps.gpsi [style*="--hvr-as-mobile:"]:hover{align-self:var(--hvr-as-mobile)}.gps.gpsi [style*="--focus-as-mobile:"]:focus{align-self:var(--focus-as-mobile)}.gps.gpsi [style*="--aspect-mobile:"]{aspect-ratio:var(--aspect-mobile)}.gps.gpsi [style*="--hvr-aspect-mobile:"]:hover{aspect-ratio:var(--hvr-aspect-mobile)}.gps.gpsi [style*="--focus-aspect-mobile:"]:focus{aspect-ratio:var(--focus-aspect-mobile)}.gps.gpsi [style*="--bg-mobile:"]{background:var(--bg-mobile)}.gps.gpsi [style*="--hvr-bg-mobile:"]:hover{background:var(--hvr-bg-mobile)}.gps.gpsi [style*="--focus-bg-mobile:"]:focus{background:var(--focus-bg-mobile)}.gps.gpsi [style*="--bga-mobile:"]{background-attachment:var(--bga-mobile)}.gps.gpsi [style*="--hvr-bga-mobile:"]:hover{background-attachment:var(--hvr-bga-mobile)}.gps.gpsi [style*="--focus-bga-mobile:"]:focus{background-attachment:var(--focus-bga-mobile)}.gps.gpsi [style*="--bgc-mobile:"]{background-color:var(--bgc-mobile)}.gps.gpsi [style*="--hvr-bgc-mobile:"]:hover{background-color:var(--hvr-bgc-mobile)}.gps.gpsi [style*="--focus-bgc-mobile:"]:focus{background-color:var(--focus-bgc-mobile)}.gps.gpsi [style*="--bgi-mobile:"]{background-image:var(--bgi-mobile)}.gps.gpsi [style*="--hvr-bgi-mobile:"]:hover{background-image:var(--hvr-bgi-mobile)}.gps.gpsi [style*="--focus-bgi-mobile:"]:focus{background-image:var(--focus-bgi-mobile)}.gps.gpsi [style*="--bgp-mobile:"]{background-position:var(--bgp-mobile)}.gps.gpsi [style*="--hvr-bgp-mobile:"]:hover{background-position:var(--hvr-bgp-mobile)}.gps.gpsi [style*="--focus-bgp-mobile:"]:focus{background-position:var(--focus-bgp-mobile)}.gps.gpsi [style*="--bgr-mobile:"]{background-repeat:var(--bgr-mobile)}.gps.gpsi [style*="--hvr-bgr-mobile:"]:hover{background-repeat:var(--hvr-bgr-mobile)}.gps.gpsi [style*="--focus-bgr-mobile:"]:focus{background-repeat:var(--focus-bgr-mobile)}.gps.gpsi [style*="--bgs-mobile:"]{background-size:var(--bgs-mobile)}.gps.gpsi [style*="--hvr-bgs-mobile:"]:hover{background-size:var(--hvr-bgs-mobile)}.gps.gpsi [style*="--focus-bgs-mobile:"]:focus{background-size:var(--focus-bgs-mobile)}.gps.gpsi [style*="--b-mobile:"]{border:var(--b-mobile)}.gps.gpsi [style*="--hvr-b-mobile:"]:hover{border:var(--hvr-b-mobile)}.gps.gpsi [style*="--focus-b-mobile:"]:focus{border:var(--focus-b-mobile)}.gps.gpsi [style*="--bb-mobile:"]{border-bottom:var(--bb-mobile)}.gps.gpsi [style*="--hvr-bb-mobile:"]:hover{border-bottom:var(--hvr-bb-mobile)}.gps.gpsi [style*="--focus-bb-mobile:"]:focus{border-bottom:var(--focus-bb-mobile)}.gps.gpsi [style*="--bbw-mobile:"]{border-bottom-width:var(--bbw-mobile)}.gps.gpsi [style*="--hvr-bbw-mobile:"]:hover{border-bottom-width:var(--hvr-bbw-mobile)}.gps.gpsi [style*="--focus-bbw-mobile:"]:focus{border-bottom-width:var(--focus-bbw-mobile)}.gps.gpsi [style*="--blw-mobile:"]{border-left-width:var(--blw-mobile)}.gps.gpsi [style*="--hvr-blw-mobile:"]:hover{border-left-width:var(--hvr-blw-mobile)}.gps.gpsi [style*="--focus-blw-mobile:"]:focus{border-left-width:var(--focus-blw-mobile)}.gps.gpsi [style*="--brw-mobile:"]{border-right-width:var(--brw-mobile)}.gps.gpsi [style*="--hvr-brw-mobile:"]:hover{border-right-width:var(--hvr-brw-mobile)}.gps.gpsi [style*="--focus-brw-mobile:"]:focus{border-right-width:var(--focus-brw-mobile)}.gps.gpsi [style*="--btw-mobile:"]{border-top-width:var(--btw-mobile)}.gps.gpsi [style*="--hvr-btw-mobile:"]:hover{border-top-width:var(--hvr-btw-mobile)}.gps.gpsi [style*="--focus-btw-mobile:"]:focus{border-top-width:var(--focus-btw-mobile)}.gps.gpsi [style*="--bbc-mobile:"]{border-bottom-color:var(--bbc-mobile)}.gps.gpsi [style*="--hvr-bbc-mobile:"]:hover{border-bottom-color:var(--hvr-bbc-mobile)}.gps.gpsi [style*="--focus-bbc-mobile:"]:focus{border-bottom-color:var(--focus-bbc-mobile)}.gps.gpsi [style*="--btc-mobile:"]{border-top-color:var(--btc-mobile)}.gps.gpsi [style*="--hvr-btc-mobile:"]:hover{border-top-color:var(--hvr-btc-mobile)}.gps.gpsi [style*="--focus-btc-mobile:"]:focus{border-top-color:var(--focus-btc-mobile)}.gps.gpsi [style*="--blc-mobile:"]{border-left-color:var(--blc-mobile)}.gps.gpsi [style*="--hvr-blc-mobile:"]:hover{border-left-color:var(--hvr-blc-mobile)}.gps.gpsi [style*="--focus-blc-mobile:"]:focus{border-left-color:var(--focus-blc-mobile)}.gps.gpsi [style*="--brc-mobile:"]{border-right-color:var(--brc-mobile)}.gps.gpsi [style*="--hvr-brc-mobile:"]:hover{border-right-color:var(--hvr-brc-mobile)}.gps.gpsi [style*="--focus-brc-mobile:"]:focus{border-right-color:var(--focus-brc-mobile)}.gps.gpsi [style*="--bc-mobile:"]{border-color:var(--bc-mobile)}.gps.gpsi [style*="--hvr-bc-mobile:"]:hover{border-color:var(--hvr-bc-mobile)}.gps.gpsi [style*="--focus-bc-mobile:"]:focus{border-color:var(--focus-bc-mobile)}.gps.gpsi [style*="--bblr-mobile:"]{border-bottom-left-radius:var(--bblr-mobile)}.gps.gpsi [style*="--hvr-bblr-mobile:"]:hover{border-bottom-left-radius:var(--hvr-bblr-mobile)}.gps.gpsi [style*="--focus-bblr-mobile:"]:focus{border-bottom-left-radius:var(--focus-bblr-mobile)}.gps.gpsi [style*="--bbrr-mobile:"]{border-bottom-right-radius:var(--bbrr-mobile)}.gps.gpsi [style*="--hvr-bbrr-mobile:"]:hover{border-bottom-right-radius:var(--hvr-bbrr-mobile)}.gps.gpsi [style*="--focus-bbrr-mobile:"]:focus{border-bottom-right-radius:var(--focus-bbrr-mobile)}.gps.gpsi [style*="--bl-mobile:"]{border-left:var(--bl-mobile)}.gps.gpsi [style*="--hvr-bl-mobile:"]:hover{border-left:var(--hvr-bl-mobile)}.gps.gpsi [style*="--focus-bl-mobile:"]:focus{border-left:var(--focus-bl-mobile)}.gps.gpsi [style*="--radius-mobile:"]{border-radius:var(--radius-mobile)}.gps.gpsi [style*="--hvr-radius-mobile:"]:hover{border-radius:var(--hvr-radius-mobile)}.gps.gpsi [style*="--focus-radius-mobile:"]:focus{border-radius:var(--focus-radius-mobile)}.gps.gpsi [style*="--br-mobile:"]{border-right:var(--br-mobile)}.gps.gpsi [style*="--hvr-br-mobile:"]:hover{border-right:var(--hvr-br-mobile)}.gps.gpsi [style*="--focus-br-mobile:"]:focus{border-right:var(--focus-br-mobile)}.gps.gpsi [style*="--bs-mobile:"]{border-style:var(--bs-mobile)}.gps.gpsi [style*="--hvr-bs-mobile:"]:hover{border-style:var(--hvr-bs-mobile)}.gps.gpsi [style*="--focus-bs-mobile:"]:focus{border-style:var(--focus-bs-mobile)}.gps.gpsi [style*="--bt-mobile:"]{border-top:var(--bt-mobile)}.gps.gpsi [style*="--hvr-bt-mobile:"]:hover{border-top:var(--hvr-bt-mobile)}.gps.gpsi [style*="--focus-bt-mobile:"]:focus{border-top:var(--focus-bt-mobile)}.gps.gpsi [style*="--btlr-mobile:"]{border-top-left-radius:var(--btlr-mobile)}.gps.gpsi [style*="--hvr-btlr-mobile:"]:hover{border-top-left-radius:var(--hvr-btlr-mobile)}.gps.gpsi [style*="--focus-btlr-mobile:"]:focus{border-top-left-radius:var(--focus-btlr-mobile)}.gps.gpsi [style*="--btrr-mobile:"]{border-top-right-radius:var(--btrr-mobile)}.gps.gpsi [style*="--hvr-btrr-mobile:"]:hover{border-top-right-radius:var(--hvr-btrr-mobile)}.gps.gpsi [style*="--focus-btrr-mobile:"]:focus{border-top-right-radius:var(--focus-btrr-mobile)}.gps.gpsi [style*="--bw-mobile:"]{border-width:var(--bw-mobile)}.gps.gpsi [style*="--hvr-bw-mobile:"]:hover{border-width:var(--hvr-bw-mobile)}.gps.gpsi [style*="--focus-bw-mobile:"]:focus{border-width:var(--focus-bw-mobile)}.gps.gpsi [style*="--bottom-mobile:"]{bottom:var(--bottom-mobile)}.gps.gpsi [style*="--hvr-bottom-mobile:"]:hover{bottom:var(--hvr-bottom-mobile)}.gps.gpsi [style*="--focus-bottom-mobile:"]:focus{bottom:var(--focus-bottom-mobile)}.gps.gpsi [style*="--shadow-mobile:"]{box-shadow:var(--shadow-mobile)}.gps.gpsi [style*="--hvr-shadow-mobile:"]:hover{box-shadow:var(--hvr-shadow-mobile)}.gps.gpsi [style*="--focus-shadow-mobile:"]:focus{box-shadow:var(--focus-shadow-mobile)}.gps.gpsi [style*="--c-mobile:"]{color:var(--c-mobile)}.gps.gpsi [style*="--hvr-c-mobile:"]:hover{color:var(--hvr-c-mobile)}.gps.gpsi [style*="--focus-c-mobile:"]:focus{color:var(--focus-c-mobile)}.gps.gpsi [style*="--cg-mobile:"]{-moz-column-gap:var(--cg-mobile);column-gap:var(--cg-mobile)}.gps.gpsi [style*="--hvr-cg-mobile:"]:hover{-moz-column-gap:var(--hvr-cg-mobile);column-gap:var(--hvr-cg-mobile)}.gps.gpsi [style*="--focus-cg-mobile:"]:focus{-moz-column-gap:var(--focus-cg-mobile);column-gap:var(--focus-cg-mobile)}.gps.gpsi [style*="--d-mobile:"]{display:var(--d-mobile)}.gps.gpsi [style*="--hvr-d-mobile:"]:hover{display:var(--hvr-d-mobile)}.gps.gpsi [style*="--focus-d-mobile:"]:focus{display:var(--focus-d-mobile)}.gps.gpsi [style*="--fd-mobile:"]{flex-direction:var(--fd-mobile)}.gps.gpsi [style*="--hvr-fd-mobile:"]:hover{flex-direction:var(--hvr-fd-mobile)}.gps.gpsi [style*="--focus-fd-mobile:"]:focus{flex-direction:var(--focus-fd-mobile)}.gps.gpsi [style*="--ff-mobile:"]{font-family:var(--ff-mobile)}.gps.gpsi [style*="--hvr-ff-mobile:"]:hover{font-family:var(--hvr-ff-mobile)}.gps.gpsi [style*="--focus-ff-mobile:"]:focus{font-family:var(--focus-ff-mobile)}.gps.gpsi [style*="--size-mobile:"]{font-size:var(--size-mobile)}.gps.gpsi [style*="--hvr-size-mobile:"]:hover{font-size:var(--hvr-size-mobile)}.gps.gpsi [style*="--focus-size-mobile:"]:focus{font-size:var(--focus-size-mobile)}.gps.gpsi [style*="--weight-mobile:"]{font-weight:var(--weight-mobile)}.gps.gpsi [style*="--hvr-weight-mobile:"]:hover{font-weight:var(--hvr-weight-mobile)}.gps.gpsi [style*="--focus-weight-mobile:"]:focus{font-weight:var(--focus-weight-mobile)}.gps.gpsi [style*="--fs-mobile:"]{font-style:var(--fs-mobile)}.gps.gpsi [style*="--hvr-fs-mobile:"]:hover{font-style:var(--hvr-fs-mobile)}.gps.gpsi [style*="--focus-fs-mobile:"]:focus{font-style:var(--focus-fs-mobile)}.gps.gpsi [style*="--gg-mobile:"]{grid-gap:var(--gg-mobile)}.gps.gpsi [style*="--hvr-gg-mobile:"]:hover{grid-gap:var(--hvr-gg-mobile)}.gps.gpsi [style*="--focus-gg-mobile:"]:focus{grid-gap:var(--focus-gg-mobile)}.gps.gpsi [style*="--gr-mobile:"]{grid-row:var(--gr-mobile)}.gps.gpsi [style*="--hvr-gr-mobile:"]:hover{grid-row:var(--hvr-gr-mobile)}.gps.gpsi [style*="--focus-gr-mobile:"]:focus{grid-row:var(--focus-gr-mobile)}.gps.gpsi [style*="--gtc-mobile:"]{grid-template-columns:var(--gtc-mobile)}.gps.gpsi [style*="--hvr-gtc-mobile:"]:hover{grid-template-columns:var(--hvr-gtc-mobile)}.gps.gpsi [style*="--focus-gtc-mobile:"]:focus{grid-template-columns:var(--focus-gtc-mobile)}.gps.gpsi [style*="--gtr-mobile:"]{grid-template-rows:var(--gtr-mobile)}.gps.gpsi [style*="--hvr-gtr-mobile:"]:hover{grid-template-rows:var(--hvr-gtr-mobile)}.gps.gpsi [style*="--focus-gtr-mobile:"]:focus{grid-template-rows:var(--focus-gtr-mobile)}.gps.gpsi [style*="--h-mobile:"]{height:var(--h-mobile)}.gps.gpsi [style*="--hvr-h-mobile:"]:hover{height:var(--hvr-h-mobile)}.gps.gpsi [style*="--focus-h-mobile:"]:focus{height:var(--focus-h-mobile)}.gps.gpsi [style*="--jc-mobile:"]{justify-content:var(--jc-mobile)}.gps.gpsi [style*="--hvr-jc-mobile:"]:hover{justify-content:var(--hvr-jc-mobile)}.gps.gpsi [style*="--focus-jc-mobile:"]:focus{justify-content:var(--focus-jc-mobile)}.gps.gpsi [style*="--js-mobile:"]{justify-self:var(--js-mobile)}.gps.gpsi [style*="--hvr-js-mobile:"]:hover{justify-self:var(--hvr-js-mobile)}.gps.gpsi [style*="--focus-js-mobile:"]:focus{justify-self:var(--focus-js-mobile)}.gps.gpsi [style*="--left-mobile:"]{left:var(--left-mobile)}.gps.gpsi [style*="--hvr-left-mobile:"]:hover{left:var(--hvr-left-mobile)}.gps.gpsi [style*="--focus-left-mobile:"]:focus{left:var(--focus-left-mobile)}.gps.gpsi [style*="--ls-mobile:"]{letter-spacing:var(--ls-mobile)}.gps.gpsi [style*="--hvr-ls-mobile:"]:hover{letter-spacing:var(--hvr-ls-mobile)}.gps.gpsi [style*="--focus-ls-mobile:"]:focus{letter-spacing:var(--focus-ls-mobile)}.gps.gpsi [style*="--lh-mobile:"]{line-height:var(--lh-mobile)}.gps.gpsi [style*="--hvr-lh-mobile:"]:hover{line-height:var(--hvr-lh-mobile)}.gps.gpsi [style*="--focus-lh-mobile:"]:focus{line-height:var(--focus-lh-mobile)}.gps.gpsi [style*="--tdt-mobile:"]{text-decoration-thickness:var(--tdt-mobile)}.gps.gpsi [style*="--hvr-tdt-mobile:"]:hover{text-decoration-thickness:var(--hvr-tdt-mobile)}.gps.gpsi [style*="--focus-tdt-mobile:"]:focus{text-decoration-thickness:var(--focus-tdt-mobile)}.gps.gpsi [style*="--tdc-mobile:"]{text-decoration-color:var(--tdc-mobile)}.gps.gpsi [style*="--hvr-tdc-mobile:"]:hover{text-decoration-color:var(--hvr-tdc-mobile)}.gps.gpsi [style*="--focus-tdc-mobile:"]:focus{text-decoration-color:var(--focus-tdc-mobile)}.gps.gpsi [style*="--tdl-mobile:"]{text-decoration-line:var(--tdl-mobile)}.gps.gpsi [style*="--hvr-tdl-mobile:"]:hover{text-decoration-line:var(--hvr-tdl-mobile)}.gps.gpsi [style*="--focus-tdl-mobile:"]:focus{text-decoration-line:var(--focus-tdl-mobile)}.gps.gpsi [style*="--m-mobile:"]{margin:var(--m-mobile)}.gps.gpsi [style*="--hvr-m-mobile:"]:hover{margin:var(--hvr-m-mobile)}.gps.gpsi [style*="--focus-m-mobile:"]:focus{margin:var(--focus-m-mobile)}.gps.gpsi [style*="--mb-mobile:"]{margin-bottom:var(--mb-mobile)}.gps.gpsi [style*="--hvr-mb-mobile:"]:hover{margin-bottom:var(--hvr-mb-mobile)}.gps.gpsi [style*="--focus-mb-mobile:"]:focus{margin-bottom:var(--focus-mb-mobile)}.gps.gpsi [style*="--ml-mobile:"]{margin-left:var(--ml-mobile)}.gps.gpsi [style*="--hvr-ml-mobile:"]:hover{margin-left:var(--hvr-ml-mobile)}.gps.gpsi [style*="--focus-ml-mobile:"]:focus{margin-left:var(--focus-ml-mobile)}.gps.gpsi [style*="--mr-mobile:"]{margin-right:var(--mr-mobile)}.gps.gpsi [style*="--hvr-mr-mobile:"]:hover{margin-right:var(--hvr-mr-mobile)}.gps.gpsi [style*="--focus-mr-mobile:"]:focus{margin-right:var(--focus-mr-mobile)}.gps.gpsi [style*="--mt-mobile:"]{margin-top:var(--mt-mobile)}.gps.gpsi [style*="--hvr-mt-mobile:"]:hover{margin-top:var(--hvr-mt-mobile)}.gps.gpsi [style*="--focus-mt-mobile:"]:focus{margin-top:var(--focus-mt-mobile)}.gps.gpsi [style*="--maxh-mobile:"]{max-height:var(--maxh-mobile)}.gps.gpsi [style*="--hvr-maxh-mobile:"]:hover{max-height:var(--hvr-maxh-mobile)}.gps.gpsi [style*="--focus-maxh-mobile:"]:focus{max-height:var(--focus-maxh-mobile)}.gps.gpsi [style*="--maxw-mobile:"]{max-width:var(--maxw-mobile)}.gps.gpsi [style*="--hvr-maxw-mobile:"]:hover{max-width:var(--hvr-maxw-mobile)}.gps.gpsi [style*="--focus-maxw-mobile:"]:focus{max-width:var(--focus-maxw-mobile)}.gps.gpsi [style*="--minh-mobile:"]{min-height:var(--minh-mobile)}.gps.gpsi [style*="--hvr-minh-mobile:"]:hover{min-height:var(--hvr-minh-mobile)}.gps.gpsi [style*="--focus-minh-mobile:"]:focus{min-height:var(--focus-minh-mobile)}.gps.gpsi [style*="--minw-mobile:"]{min-width:var(--minw-mobile)}.gps.gpsi [style*="--hvr-minw-mobile:"]:hover{min-width:var(--hvr-minw-mobile)}.gps.gpsi [style*="--focus-minw-mobile:"]:focus{min-width:var(--focus-minw-mobile)}.gps.gpsi [style*="--objf-mobile:"]{-o-object-fit:var(--objf-mobile);object-fit:var(--objf-mobile)}.gps.gpsi [style*="--hvr-objf-mobile:"]:hover{-o-object-fit:var(--hvr-objf-mobile);object-fit:var(--hvr-objf-mobile)}.gps.gpsi [style*="--focus-objf-mobile:"]:focus{-o-object-fit:var(--focus-objf-mobile);object-fit:var(--focus-objf-mobile)}.gps.gpsi [style*="--op-mobile:"]{opacity:var(--op-mobile)}.gps.gpsi [style*="--hvr-op-mobile:"]:hover{opacity:var(--hvr-op-mobile)}.gps.gpsi [style*="--focus-op-mobile:"]:focus{opacity:var(--focus-op-mobile)}.gps.gpsi [style*="--o-mobile:"]{order:var(--o-mobile)}.gps.gpsi [style*="--hvr-o-mobile:"]:hover{order:var(--hvr-o-mobile)}.gps.gpsi [style*="--focus-o-mobile:"]:focus{order:var(--focus-o-mobile)}.gps.gpsi [style*="--of-mobile:"]{overflow:var(--of-mobile)}.gps.gpsi [style*="--hvr-of-mobile:"]:hover{overflow:var(--hvr-of-mobile)}.gps.gpsi [style*="--focus-of-mobile:"]:focus{overflow:var(--focus-of-mobile)}.gps.gpsi [style*="--ofx-mobile:"]{overflow-x:var(--ofx-mobile)}.gps.gpsi [style*="--hvr-ofx-mobile:"]:hover{overflow-x:var(--hvr-ofx-mobile)}.gps.gpsi [style*="--focus-ofx-mobile:"]:focus{overflow-x:var(--focus-ofx-mobile)}.gps.gpsi [style*="--ofy-mobile:"]{overflow-y:var(--ofy-mobile)}.gps.gpsi [style*="--hvr-ofy-mobile:"]:hover{overflow-y:var(--hvr-ofy-mobile)}.gps.gpsi [style*="--focus-ofy-mobile:"]:focus{overflow-y:var(--focus-ofy-mobile)}.gps.gpsi [style*="--pc-mobile:"]{place-content:var(--pc-mobile)}.gps.gpsi [style*="--hvr-pc-mobile:"]:hover{place-content:var(--hvr-pc-mobile)}.gps.gpsi [style*="--focus-pc-mobile:"]:focus{place-content:var(--focus-pc-mobile)}.gps.gpsi [style*="--p-mobile:"]{padding:var(--p-mobile)}.gps.gpsi [style*="--hvr-p-mobile:"]:hover{padding:var(--hvr-p-mobile)}.gps.gpsi [style*="--focus-p-mobile:"]:focus{padding:var(--focus-p-mobile)}.gps.gpsi [style*="--pb-mobile:"]{padding-bottom:var(--pb-mobile)}.gps.gpsi [style*="--hvr-pb-mobile:"]:hover{padding-bottom:var(--hvr-pb-mobile)}.gps.gpsi [style*="--focus-pb-mobile:"]:focus{padding-bottom:var(--focus-pb-mobile)}.gps.gpsi [style*="--pl-mobile:"]{padding-left:var(--pl-mobile)}.gps.gpsi [style*="--hvr-pl-mobile:"]:hover{padding-left:var(--hvr-pl-mobile)}.gps.gpsi [style*="--focus-pl-mobile:"]:focus{padding-left:var(--focus-pl-mobile)}.gps.gpsi [style*="--pr-mobile:"]{padding-right:var(--pr-mobile)}.gps.gpsi [style*="--hvr-pr-mobile:"]:hover{padding-right:var(--hvr-pr-mobile)}.gps.gpsi [style*="--focus-pr-mobile:"]:focus{padding-right:var(--focus-pr-mobile)}.gps.gpsi [style*="--pt-mobile:"]{padding-top:var(--pt-mobile)}.gps.gpsi [style*="--hvr-pt-mobile:"]:hover{padding-top:var(--hvr-pt-mobile)}.gps.gpsi [style*="--focus-pt-mobile:"]:focus{padding-top:var(--focus-pt-mobile)}.gps.gpsi [style*="--pe-mobile:"]{pointer-events:var(--pe-mobile)}.gps.gpsi [style*="--hvr-pe-mobile:"]:hover{pointer-events:var(--hvr-pe-mobile)}.gps.gpsi [style*="--focus-pe-mobile:"]:focus{pointer-events:var(--focus-pe-mobile)}.gps.gpsi [style*="--pos-mobile:"]{position:var(--pos-mobile)}.gps.gpsi [style*="--hvr-pos-mobile:"]:hover{position:var(--hvr-pos-mobile)}.gps.gpsi [style*="--focus-pos-mobile:"]:focus{position:var(--focus-pos-mobile)}.gps.gpsi [style*="--right-mobile:"]{right:var(--right-mobile)}.gps.gpsi [style*="--hvr-right-mobile:"]:hover{right:var(--hvr-right-mobile)}.gps.gpsi [style*="--focus-right-mobile:"]:focus{right:var(--focus-right-mobile)}.gps.gpsi [style*="--rg-mobile:"]{row-gap:var(--rg-mobile)}.gps.gpsi [style*="--hvr-rg-mobile:"]:hover{row-gap:var(--hvr-rg-mobile)}.gps.gpsi [style*="--focus-rg-mobile:"]:focus{row-gap:var(--focus-rg-mobile)}.gps.gpsi [style*="--ta-mobile:"]{text-align:var(--ta-mobile)}.gps.gpsi [style*="--hvr-ta-mobile:"]:hover{text-align:var(--hvr-ta-mobile)}.gps.gpsi [style*="--focus-ta-mobile:"]:focus{text-align:var(--focus-ta-mobile)}.gps.gpsi [style*="--ts-mobile:"]{text-shadow:var(--ts-mobile)}.gps.gpsi [style*="--hvr-ts-mobile:"]:hover{text-shadow:var(--hvr-ts-mobile)}.gps.gpsi [style*="--focus-ts-mobile:"]:focus{text-shadow:var(--focus-ts-mobile)}.gps.gpsi [style*="--tt-mobile:"]{text-transform:var(--tt-mobile)}.gps.gpsi [style*="--hvr-tt-mobile:"]:hover{text-transform:var(--hvr-tt-mobile)}.gps.gpsi [style*="--focus-tt-mobile:"]:focus{text-transform:var(--focus-tt-mobile)}.gps.gpsi [style*="--top-mobile:"]{top:var(--top-mobile)}.gps.gpsi [style*="--hvr-top-mobile:"]:hover{top:var(--hvr-top-mobile)}.gps.gpsi [style*="--focus-top-mobile:"]:focus{top:var(--focus-top-mobile)}.gps.gpsi [style*="--t-mobile:"]{transform:var(--t-mobile)}.gps.gpsi [style*="--hvr-t-mobile:"]:hover{transform:var(--hvr-t-mobile)}.gps.gpsi [style*="--focus-t-mobile:"]:focus{transform:var(--focus-t-mobile)}.gps.gpsi [style*="--v-mobile:"]{visibility:var(--v-mobile)}.gps.gpsi [style*="--hvr-v-mobile:"]:hover{visibility:var(--hvr-v-mobile)}.gps.gpsi [style*="--focus-v-mobile:"]:focus{visibility:var(--focus-v-mobile)}.gps.gpsi [style*="--ws-mobile:"]{white-space:var(--ws-mobile)}.gps.gpsi [style*="--hvr-ws-mobile:"]:hover{white-space:var(--hvr-ws-mobile)}.gps.gpsi [style*="--focus-ws-mobile:"]:focus{white-space:var(--focus-ws-mobile)}.gps.gpsi [style*="--w-mobile:"]{width:var(--w-mobile)}.gps.gpsi [style*="--hvr-w-mobile:"]:hover{width:var(--hvr-w-mobile)}.gps.gpsi [style*="--focus-w-mobile:"]:focus{width:var(--focus-w-mobile)}.gps.gpsi [style*="--z-mobile:"]{z-index:var(--z-mobile)}.gps.gpsi [style*="--hvr-z-mobile:"]:hover{z-index:var(--hvr-z-mobile)}.gps.gpsi [style*="--focus-z-mobile:"]:focus{z-index:var(--focus-z-mobile)}.gps.gpsi [style*="--wm-mobile:"]{writing-mode:var(--wm-mobile)}.gps.gpsi [style*="--hvr-wm-mobile:"]:hover{writing-mode:var(--hvr-wm-mobile)}.gps.gpsi [style*="--focus-wm-mobile:"]:focus{writing-mode:var(--focus-wm-mobile)}.gps.gpsi [style*="--line-clamp-mobile:"]{-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp-mobile);display:-webkit-box;overflow:hidden}}.gpsil>section{transition:opacity .5s}.gpsil .gps-lazy,.gpsil .gps-lazy>.gp-dialog{opacity:0!important;max-width:100%!important;overflow-x:hidden!important;width:100%!important;min-width:100%!important}.gpsil .gps-lazy .gp-button-base::before{display:none!important}.gps,.gpsi{display: contents}


/* Responsive design tokens 1 */

    @import url("https://fonts.googleapis.com/css?family=Assistant:200,300,400,500,600,700,800&display=swap");.gps{--g-h1-ff:var(--g-font-heading,heading);--g-h1-size:46px;--g-h1-weight:400;--g-h1-lh:130%;--g-h2-ff:var(--g-font-heading,heading);--g-h2-size:41px;--g-h2-weight:400;--g-h2-lh:130%;--g-h3-ff:var(--g-font-heading,heading);--g-h3-size:52px;--g-h3-weight:400;--g-h3-lh:130%;--g-p1-ff:var(--g-font-body,body);--g-p1-size:16px;--g-p1-weight:400;--g-p1-lh:180%;--g-p2-ff:var(--g-font-body,body);--g-p2-size:14px;--g-p2-weight:400;--g-p2-lh:180%;--g-p3-ff:var(--g-font-body,body);--g-p3-size:10px;--g-p3-weight:400;--g-p3-lh:180%;--g-sh1-ff:var(--g-font-heading,heading);--g-sh1-size:25px;--g-sh1-weight:400;--g-sh1-lh:130%;--g-sh2-ff:var(--g-font-heading,heading);--g-sh2-size:18px;--g-sh2-weight:400;--g-sh2-lh:130%;--g-sh3-ff:var(--g-font-heading,heading);--g-sh3-size:32px;--g-sh3-weight:400;--g-sh3-lh:130%;--g-s-2xl:32px;--g-s-3xl:48px;--g-s-4xl:80px;--g-s-5xl:112px;--g-s-l:16px;--g-s-m:12px;--g-s-s:8px;--g-s-xl:24px;--g-s-xs:4px;--g-s-xxs:2px;--g-ct-p:16px;--g-ct-w:1200px;--g-font-body:"Assistant";--g-font-code:Assistant;--g-font-heading:"Assistant";--g-theme-font:[object Object];--g-c-bg-1:#e2e2e2;--g-c-bg-2:#f3f3f3;--g-c-bg-3:#fff;--g-c-brand:#121212;--g-color-color-index-change:0;--g-c-error:#ea3335;--g-color-gradient-index-change:0;--g-c-highlight:#4d4d4d;--g-c-info:#1890ff;--g-c-line-1:#ececec;--g-c-line-2:#7d7d7d;--g-c-line-3:#121212;--g-color-my-colors-0:#e3ba59;--g-color-my-colors-1:#7c6435;--g-color-my-colors-2:#7c6436;--g-color-my-colors-3:#514123;--g-color-my-colors-4:#f9f3e8;--g-color-my-colors-5:#e0dcd7;--g-color-my-colors-6:#dfe0d7;--g-color-recent-gradient-colors-0:linear-gradient(357deg,#e0d9ca,#dbd0c1 49%,#dcd1c1);--g-color-recent-gradient-colors-1:linear-gradient(0deg,#f0ddc5 11%,#fff);--g-color-recent-gradient-colors-2:linear-gradient(0deg,#f0ddc5 11%,hsla(0,0%,100%,.41));--g-color-recent-gradient-colors-3:linear-gradient(128deg,#d1b7a1,#ddd0c4 56%,#e7e2d6 72%,#e8ddc9 81%,#bca895);--g-color-recent-gradient-colors-4:linear-gradient(130deg,#c6b09c,#ddd0c4 28%,#e7e2d6 53%,#e5ded0 71%,#c6b09c);--g-color-recent-gradient-colors-5:linear-gradient(0deg,#edd2b4,#f7eee6 48%,#edd2b4 95%);--g-color-recent-gradient-colors-6:linear-gradient(0deg,#c3ac90,#ddd0c4 25%,#dbd1c0 52%,#e7e2d6 76%,#c3ac90);--g-c-success:#428445;--g-c-text-1:#4d4d4d;--g-c-text-2:#121212;--g-c-text-3:#fff;--g-color-theme-colors-0:#e3ba59;--g-color-theme-colors-1:#7c6435;--g-color-theme-colors-2:#7c6436;--g-color-theme-colors-3:#514123;--g-color-theme-colors-4:#f9f3e8;--g-color-theme-colors-5:#e0dcd7;--g-color-theme-colors-6:#dfe0d7;--g-c-warning:#f2a73b;--g-radius-large:16px;--g-radius-medium:6px;--g-radius-small:3px}@media (max-width:1024px){.gps{--g-h1-ff:var(--g-font-heading,heading);--g-h1-size:46px;--g-h1-weight:400;--g-h2-size:41px;--g-h3-ff:var(--g-font-heading,heading);--g-h3-size:52px;--g-h3-weight:400;--g-p1-size:16px;--g-p1-lh:180%;--g-p2-size:14px;--g-p3-size:10px;--g-sh1-size:25px;--g-sh2-size:18px;--g-sh3-size:32px;--g-ct-p:16px;--g-ct-w:100%;--g-font-body:"Assistant";--g-font-code:Assistant;--g-font-heading:"Assistant";--g-theme-font:[object Object]}}@media (max-width:767px){.gps{--g-h1-ff:var(--g-font-heading,heading);--g-h1-size:41px;--g-h1-weight:400;--g-h2-size:36px;--g-h3-ff:var(--g-font-heading,heading);--g-h3-size:46px;--g-h3-weight:400;--g-p1-size:14px;--g-p2-size:12px;--g-p3-size:9px;--g-sh1-size:23px;--g-sh2-size:16px;--g-sh3-size:29px;--g-ct-p:16px;--g-ct-w:100%;--g-font-body:"Assistant";--g-font-code:Assistant;--g-font-heading:"Assistant";--g-theme-font:[object Object]}}
        @font-face {
          font-family: 'yu-gothic-regular';
          src: url('../assets/fonts/yu-gothic-regular.ttf') format('truetype');
          font-style: normal;
          font-weight: 400;
          font-display: swap;
        }
	

        @font-face {
          font-family: 'yu-gothic-bold';
          src: url('../assets/fonts/yu-gothic-bold.ttf') format('truetype');
          font-style: normal;
          font-weight: 400;
          font-display: swap;
        }
	

        @font-face {
          font-family: 'yu-gothic-medium';
          src: url('../assets/fonts/yu-gothic-medium.otf') format('opentype');
          font-style: normal;
          font-weight: 400;
          font-display: swap;
        }
	
  

/* Section style 1 */
.gps-627285303686595371.gps.gpsil [style*="--as:"]{align-self:var(--as)}.gps-627285303686595371.gps.gpsil [style*="--aspect:"]{aspect-ratio:var(--aspect)}.gps-627285303686595371.gps.gpsil [style*="--bg:"]{background:var(--bg)}.gps-627285303686595371.gps.gpsil [style*="--bga:"]{background-attachment:var(--bga)}.gps-627285303686595371.gps.gpsil [style*="--bgc:"]{background-color:var(--bgc)}.gps-627285303686595371.gps.gpsil [style*="--bgi:"]{background-image:var(--bgi)}.gps-627285303686595371.gps.gpsil [style*="--bgp:"]{background-position:var(--bgp)}.gps-627285303686595371.gps.gpsil [style*="--bgr:"]{background-repeat:var(--bgr)}.gps-627285303686595371.gps.gpsil [style*="--bgs:"]{background-size:var(--bgs)}.gps-627285303686595371.gps.gpsil [style*="--b:"]{border:var(--b)}.gps-627285303686595371.gps.gpsil [style*="--bb:"]{border-bottom:var(--bb)}.gps-627285303686595371.gps.gpsil [style*="--bc:"]{border-color:var(--bc)}.gps-627285303686595371.gps.gpsil [style*="--bblr:"]{border-bottom-left-radius:var(--bblr)}.gps-627285303686595371.gps.gpsil [style*="--bbrr:"]{border-bottom-right-radius:var(--bbrr)}.gps-627285303686595371.gps.gpsil [style*="--bl:"]{border-left:var(--bl)}.gps-627285303686595371.gps.gpsil [style*="--radius:"]{border-radius:var(--radius)}.gps-627285303686595371.gps.gpsil [style*="--bs:"]{border-style:var(--bs)}.gps-627285303686595371.gps.gpsil [style*="--bt:"]{border-top:var(--bt)}.gps-627285303686595371.gps.gpsil [style*="--btlr:"]{border-top-left-radius:var(--btlr)}.gps-627285303686595371.gps.gpsil [style*="--btrr:"]{border-top-right-radius:var(--btrr)}.gps-627285303686595371.gps.gpsil [style*="--bw:"]{border-width:var(--bw)}.gps-627285303686595371.gps.gpsil [style*="--shadow:"]{box-shadow:var(--shadow)}.gps-627285303686595371.gps.gpsil [style*="--c:"]{color:var(--c)}.gps-627285303686595371.gps.gpsil [style*="--cg:"]{-moz-column-gap:var(--cg);column-gap:var(--cg)}.gps-627285303686595371.gps.gpsil [style*="--ff:"]{font-family:var(--ff)}.gps-627285303686595371.gps.gpsil [style*="--size:"]{font-size:var(--size)}.gps-627285303686595371.gps.gpsil [style*="--weight:"]{font-weight:var(--weight)}.gps-627285303686595371.gps.gpsil [style*="--gtc:"]{grid-template-columns:var(--gtc)}.gps-627285303686595371.gps.gpsil [style*="--h:"]{height:var(--h)}.gps-627285303686595371.gps.gpsil [style*="--jc:"]{justify-content:var(--jc)}.gps-627285303686595371.gps.gpsil [style*="--ls:"]{letter-spacing:var(--ls)}.gps-627285303686595371.gps.gpsil [style*="--lh:"]{line-height:var(--lh)}.gps-627285303686595371.gps.gpsil [style*="--tdt:"]{text-decoration-thickness:var(--tdt)}.gps-627285303686595371.gps.gpsil [style*="--m:"]{margin:var(--m)}.gps-627285303686595371.gps.gpsil [style*="--mb:"]{margin-bottom:var(--mb)}.gps-627285303686595371.gps.gpsil [style*="--mt:"]{margin-top:var(--mt)}.gps-627285303686595371.gps.gpsil [style*="--objf:"]{-o-object-fit:var(--objf);object-fit:var(--objf)}.gps-627285303686595371.gps.gpsil [style*="--op:"]{opacity:var(--op)}.gps-627285303686595371.gps.gpsil [style*="--o:"]{order:var(--o)}.gps-627285303686595371.gps.gpsil [style*="--pc:"]{place-content:var(--pc)}.gps-627285303686595371.gps.gpsil [style*="--p:"]{padding:var(--p)}.gps-627285303686595371.gps.gpsil [style*="--pb:"]{padding-bottom:var(--pb)}.gps-627285303686595371.gps.gpsil [style*="--pl:"]{padding-left:var(--pl)}.gps-627285303686595371.gps.gpsil [style*="--pr:"]{padding-right:var(--pr)}.gps-627285303686595371.gps.gpsil [style*="--pt:"]{padding-top:var(--pt)}.gps-627285303686595371.gps.gpsil [style*="--pos:"]{position:var(--pos)}.gps-627285303686595371.gps.gpsil [style*="--rg:"]{row-gap:var(--rg)}.gps-627285303686595371.gps.gpsil [style*="--ta:"]{text-align:var(--ta)}.gps-627285303686595371.gps.gpsil [style*="--ts:"]{text-shadow:var(--ts)}.gps-627285303686595371.gps.gpsil [style*="--tt:"]{text-transform:var(--tt)}.gps-627285303686595371.gps.gpsil [style*="--top:"]{top:var(--top)}.gps-627285303686595371.gps.gpsil [style*="--t:"]{transform:var(--t)}.gps-627285303686595371.gps.gpsil [style*="--w:"]{width:var(--w)}.gps-627285303686595371.gps.gpsil [style*="--z:"]{z-index:var(--z)}.gps-627285303686595371.gps.gpsil [style*="--line-clamp:"]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp)}@media only screen and (max-width:1024px){.gps-627285303686595371.gps.gpsil [style*="--aspect-tablet:"]{aspect-ratio:var(--aspect-tablet)}.gps-627285303686595371.gps.gpsil [style*="--bgc-tablet:"]{background-color:var(--bgc-tablet)}.gps-627285303686595371.gps.gpsil [style*="--bgi-tablet:"]{background-image:var(--bgi-tablet)}.gps-627285303686595371.gps.gpsil [style*="--size-tablet:"]{font-size:var(--size-tablet)}.gps-627285303686595371.gps.gpsil [style*="--h-tablet:"]{height:var(--h-tablet)}.gps-627285303686595371.gps.gpsil [style*="--lh-tablet:"]{line-height:var(--lh-tablet)}.gps-627285303686595371.gps.gpsil [style*="--mb-tablet:"]{margin-bottom:var(--mb-tablet)}.gps-627285303686595371.gps.gpsil [style*="--mt-tablet:"]{margin-top:var(--mt-tablet)}.gps-627285303686595371.gps.gpsil [style*="--pb-tablet:"]{padding-bottom:var(--pb-tablet)}.gps-627285303686595371.gps.gpsil [style*="--pl-tablet:"]{padding-left:var(--pl-tablet)}.gps-627285303686595371.gps.gpsil [style*="--pr-tablet:"]{padding-right:var(--pr-tablet)}.gps-627285303686595371.gps.gpsil [style*="--pt-tablet:"]{padding-top:var(--pt-tablet)}.gps-627285303686595371.gps.gpsil [style*="--ta-tablet:"]{text-align:var(--ta-tablet)}.gps-627285303686595371.gps.gpsil [style*="--w-tablet:"]{width:var(--w-tablet)}.gps-627285303686595371.gps.gpsil [style*="--line-clamp-tablet:"]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp-tablet)}}@media only screen and (max-width:767px){.gps-627285303686595371.gps.gpsil [style*="--aspect-mobile:"]{aspect-ratio:var(--aspect-mobile)}.gps-627285303686595371.gps.gpsil [style*="--bga-mobile:"]{background-attachment:var(--bga-mobile)}.gps-627285303686595371.gps.gpsil [style*="--bgc-mobile:"]{background-color:var(--bgc-mobile)}.gps-627285303686595371.gps.gpsil [style*="--bgi-mobile:"]{background-image:var(--bgi-mobile)}.gps-627285303686595371.gps.gpsil [style*="--bgp-mobile:"]{background-position:var(--bgp-mobile)}.gps-627285303686595371.gps.gpsil [style*="--bgr-mobile:"]{background-repeat:var(--bgr-mobile)}.gps-627285303686595371.gps.gpsil [style*="--bgs-mobile:"]{background-size:var(--bgs-mobile)}.gps-627285303686595371.gps.gpsil [style*="--bblr-mobile:"]{border-bottom-left-radius:var(--bblr-mobile)}.gps-627285303686595371.gps.gpsil [style*="--bbrr-mobile:"]{border-bottom-right-radius:var(--bbrr-mobile)}.gps-627285303686595371.gps.gpsil [style*="--btlr-mobile:"]{border-top-left-radius:var(--btlr-mobile)}.gps-627285303686595371.gps.gpsil [style*="--btrr-mobile:"]{border-top-right-radius:var(--btrr-mobile)}.gps-627285303686595371.gps.gpsil [style*="--size-mobile:"]{font-size:var(--size-mobile)}.gps-627285303686595371.gps.gpsil [style*="--h-mobile:"]{height:var(--h-mobile)}.gps-627285303686595371.gps.gpsil [style*="--lh-mobile:"]{line-height:var(--lh-mobile)}.gps-627285303686595371.gps.gpsil [style*="--mb-mobile:"]{margin-bottom:var(--mb-mobile)}.gps-627285303686595371.gps.gpsil [style*="--mt-mobile:"]{margin-top:var(--mt-mobile)}.gps-627285303686595371.gps.gpsil [style*="--pb-mobile:"]{padding-bottom:var(--pb-mobile)}.gps-627285303686595371.gps.gpsil [style*="--pl-mobile:"]{padding-left:var(--pl-mobile)}.gps-627285303686595371.gps.gpsil [style*="--pr-mobile:"]{padding-right:var(--pr-mobile)}.gps-627285303686595371.gps.gpsil [style*="--pt-mobile:"]{padding-top:var(--pt-mobile)}.gps-627285303686595371.gps.gpsil [style*="--ta-mobile:"]{text-align:var(--ta-mobile)}.gps-627285303686595371.gps.gpsil [style*="--w-mobile:"]{width:var(--w-mobile)}.gps-627285303686595371.gps.gpsil [style*="--line-clamp-mobile:"]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp-mobile)}}.gps-627285303686595371 .gp-relative{position:relative}.gps-627285303686595371 .gp-mx-auto{margin-left:auto;margin-right:auto}.gps-627285303686595371 .gp-mb-0{margin-bottom:0}.gps-627285303686595371 .gp-inline-block{display:inline-block}.gps-627285303686595371 .gp-flex{display:flex}.gps-627285303686595371 .gp-grid{display:grid}.gps-627285303686595371 .gp-contents{display:contents}.gps-627285303686595371 .\!gp-hidden{display:none!important}.gps-627285303686595371 .gp-hidden{display:none}.gps-627285303686595371 .gp-h-auto{height:auto}.gps-627285303686595371 .gp-h-full{height:100%}.gps-627285303686595371 .gp-w-full{width:100%}.gps-627285303686595371 .\!gp-max-w-none{max-width:none!important}.gps-627285303686595371 .gp-max-w-full{max-width:100%}.gps-627285303686595371 .gp-flex-none{flex:none}.gps-627285303686595371 .gp-grid-rows-\[1fr\]{grid-template-rows:1fr}.gps-627285303686595371 .gp-flex-col{flex-direction:column}.gps-627285303686595371 .gp-overflow-hidden{overflow:hidden}.gps-627285303686595371 .gp-bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.gps-627285303686595371 .gp-transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.gps-627285303686595371 .gp-duration-200{transition-duration:.2s}.gps-627285303686595371 .gp-ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (max-width:1024px){.gps-627285303686595371 .tablet\:\!gp-hidden{display:none!important}.gps-627285303686595371 .tablet\:gp-hidden{display:none}.gps-627285303686595371 .tablet\:gp-h-auto{height:auto}.gps-627285303686595371 .tablet\:gp-flex-none{flex:none}}@media (max-width:767px){.gps-627285303686595371 .mobile\:\!gp-hidden{display:none!important}.gps-627285303686595371 .mobile\:gp-hidden{display:none}.gps-627285303686595371 .mobile\:gp-h-auto{height:auto}.gps-627285303686595371 .mobile\:gp-flex-none{flex:none}}.gps-627285303686595371 .\[\&_\*\]\:gp-max-w-full *{max-width:100%}.gps-627285303686595371 .\[\&_\>_article\]\:gp-aspect-\[var\(--aspect\)\]>article{aspect-ratio:var(--aspect)}@media (max-width:1024px){.gps-627285303686595371 .tablet\:\[\&_\>_article\]\:gp-aspect-\[var\(--aspect-tablet\2c _var\(--aspect\)\)\]>article{aspect-ratio:var(--aspect-tablet,var(--aspect))}}@media (max-width:767px){.gps-627285303686595371 .mobile\:\[\&_\>_article\]\:gp-aspect-\[var\(--aspect-mobile\2c _var\(--aspect-tablet\2c _var\(--aspect\)\)\)\]>article{aspect-ratio:var(--aspect-mobile,var(--aspect-tablet,var(--aspect)))}}

/* Section style 2 */
.gps-627285303685677867.gps.gpsil [style*="--as:"]{align-self:var(--as)}.gps-627285303685677867.gps.gpsil [style*="--aspect:"]{aspect-ratio:var(--aspect)}.gps-627285303685677867.gps.gpsil [style*="--bg:"]{background:var(--bg)}.gps-627285303685677867.gps.gpsil [style*="--bga:"]{background-attachment:var(--bga)}.gps-627285303685677867.gps.gpsil [style*="--bgc:"]{background-color:var(--bgc)}.gps-627285303685677867.gps.gpsil [style*="--bgi:"]{background-image:var(--bgi)}.gps-627285303685677867.gps.gpsil [style*="--bgp:"]{background-position:var(--bgp)}.gps-627285303685677867.gps.gpsil [style*="--bgr:"]{background-repeat:var(--bgr)}.gps-627285303685677867.gps.gpsil [style*="--bgs:"]{background-size:var(--bgs)}.gps-627285303685677867.gps.gpsil [style*="--b:"]{border:var(--b)}.gps-627285303685677867.gps.gpsil [style*="--bb:"]{border-bottom:var(--bb)}.gps-627285303685677867.gps.gpsil [style*="--bc:"]{border-color:var(--bc)}.gps-627285303685677867.gps.gpsil [style*="--bblr:"]{border-bottom-left-radius:var(--bblr)}.gps-627285303685677867.gps.gpsil [style*="--bbrr:"]{border-bottom-right-radius:var(--bbrr)}.gps-627285303685677867.gps.gpsil [style*="--bl:"]{border-left:var(--bl)}.gps-627285303685677867.gps.gpsil [style*="--radius:"]{border-radius:var(--radius)}.gps-627285303685677867.gps.gpsil [style*="--bs:"]{border-style:var(--bs)}.gps-627285303685677867.gps.gpsil [style*="--bt:"]{border-top:var(--bt)}.gps-627285303685677867.gps.gpsil [style*="--btlr:"]{border-top-left-radius:var(--btlr)}.gps-627285303685677867.gps.gpsil [style*="--btrr:"]{border-top-right-radius:var(--btrr)}.gps-627285303685677867.gps.gpsil [style*="--bw:"]{border-width:var(--bw)}.gps-627285303685677867.gps.gpsil [style*="--shadow:"]{box-shadow:var(--shadow)}.gps-627285303685677867.gps.gpsil [style*="--c:"]{color:var(--c)}.gps-627285303685677867.gps.gpsil [style*="--cg:"]{-moz-column-gap:var(--cg);column-gap:var(--cg)}.gps-627285303685677867.gps.gpsil [style*="--gtc:"]{grid-template-columns:var(--gtc)}.gps-627285303685677867.gps.gpsil [style*="--h:"]{height:var(--h)}.gps-627285303685677867.gps.gpsil [style*="--jc:"]{justify-content:var(--jc)}.gps-627285303685677867.gps.gpsil [style*="--m:"]{margin:var(--m)}.gps-627285303685677867.gps.gpsil [style*="--mb:"]{margin-bottom:var(--mb)}.gps-627285303685677867.gps.gpsil [style*="--mt:"]{margin-top:var(--mt)}.gps-627285303685677867.gps.gpsil [style*="--objf:"]{-o-object-fit:var(--objf);object-fit:var(--objf)}.gps-627285303685677867.gps.gpsil [style*="--op:"]{opacity:var(--op)}.gps-627285303685677867.gps.gpsil [style*="--o:"]{order:var(--o)}.gps-627285303685677867.gps.gpsil [style*="--pc:"]{place-content:var(--pc)}.gps-627285303685677867.gps.gpsil [style*="--p:"]{padding:var(--p)}.gps-627285303685677867.gps.gpsil [style*="--pb:"]{padding-bottom:var(--pb)}.gps-627285303685677867.gps.gpsil [style*="--pl:"]{padding-left:var(--pl)}.gps-627285303685677867.gps.gpsil [style*="--pr:"]{padding-right:var(--pr)}.gps-627285303685677867.gps.gpsil [style*="--pt:"]{padding-top:var(--pt)}.gps-627285303685677867.gps.gpsil [style*="--rg:"]{row-gap:var(--rg)}.gps-627285303685677867.gps.gpsil [style*="--ta:"]{text-align:var(--ta)}.gps-627285303685677867.gps.gpsil [style*="--t:"]{transform:var(--t)}.gps-627285303685677867.gps.gpsil [style*="--w:"]{width:var(--w)}@media only screen and (max-width:1024px){.gps-627285303685677867.gps.gpsil [style*="--aspect-tablet:"]{aspect-ratio:var(--aspect-tablet)}.gps-627285303685677867.gps.gpsil [style*="--h-tablet:"]{height:var(--h-tablet)}.gps-627285303685677867.gps.gpsil [style*="--mb-tablet:"]{margin-bottom:var(--mb-tablet)}.gps-627285303685677867.gps.gpsil [style*="--pb-tablet:"]{padding-bottom:var(--pb-tablet)}.gps-627285303685677867.gps.gpsil [style*="--pl-tablet:"]{padding-left:var(--pl-tablet)}.gps-627285303685677867.gps.gpsil [style*="--pr-tablet:"]{padding-right:var(--pr-tablet)}.gps-627285303685677867.gps.gpsil [style*="--pt-tablet:"]{padding-top:var(--pt-tablet)}.gps-627285303685677867.gps.gpsil [style*="--w-tablet:"]{width:var(--w-tablet)}}@media only screen and (max-width:767px){.gps-627285303685677867.gps.gpsil [style*="--aspect-mobile:"]{aspect-ratio:var(--aspect-mobile)}.gps-627285303685677867.gps.gpsil [style*="--bga-mobile:"]{background-attachment:var(--bga-mobile)}.gps-627285303685677867.gps.gpsil [style*="--bgc-mobile:"]{background-color:var(--bgc-mobile)}.gps-627285303685677867.gps.gpsil [style*="--bgi-mobile:"]{background-image:var(--bgi-mobile)}.gps-627285303685677867.gps.gpsil [style*="--bgp-mobile:"]{background-position:var(--bgp-mobile)}.gps-627285303685677867.gps.gpsil [style*="--bgr-mobile:"]{background-repeat:var(--bgr-mobile)}.gps-627285303685677867.gps.gpsil [style*="--bgs-mobile:"]{background-size:var(--bgs-mobile)}.gps-627285303685677867.gps.gpsil [style*="--h-mobile:"]{height:var(--h-mobile)}.gps-627285303685677867.gps.gpsil [style*="--mb-mobile:"]{margin-bottom:var(--mb-mobile)}.gps-627285303685677867.gps.gpsil [style*="--mt-mobile:"]{margin-top:var(--mt-mobile)}.gps-627285303685677867.gps.gpsil [style*="--pb-mobile:"]{padding-bottom:var(--pb-mobile)}.gps-627285303685677867.gps.gpsil [style*="--pl-mobile:"]{padding-left:var(--pl-mobile)}.gps-627285303685677867.gps.gpsil [style*="--pr-mobile:"]{padding-right:var(--pr-mobile)}.gps-627285303685677867.gps.gpsil [style*="--pt-mobile:"]{padding-top:var(--pt-mobile)}.gps-627285303685677867.gps.gpsil [style*="--w-mobile:"]{width:var(--w-mobile)}}.gps-627285303685677867 .gp-relative{position:relative}.gps-627285303685677867 .gp-mx-auto{margin-left:auto;margin-right:auto}.gps-627285303685677867 .gp-mb-0{margin-bottom:0}.gps-627285303685677867 .gp-inline-block{display:inline-block}.gps-627285303685677867 .gp-flex{display:flex}.gps-627285303685677867 .gp-grid{display:grid}.gps-627285303685677867 .gp-contents{display:contents}.gps-627285303685677867 .\!gp-hidden{display:none!important}.gps-627285303685677867 .gp-hidden{display:none}.gps-627285303685677867 .gp-h-auto{height:auto}.gps-627285303685677867 .gp-h-full{height:100%}.gps-627285303685677867 .gp-w-full{width:100%}.gps-627285303685677867 .gp-max-w-full{max-width:100%}.gps-627285303685677867 .gp-flex-none{flex:none}.gps-627285303685677867 .gp-grid-rows-\[1fr\]{grid-template-rows:1fr}.gps-627285303685677867 .gp-flex-col{flex-direction:column}.gps-627285303685677867 .gp-transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.gps-627285303685677867 .gp-duration-200{transition-duration:.2s}.gps-627285303685677867 .gp-ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (max-width:1024px){.gps-627285303685677867 .tablet\:\!gp-hidden{display:none!important}.gps-627285303685677867 .tablet\:gp-hidden{display:none}.gps-627285303685677867 .tablet\:gp-h-auto{height:auto}.gps-627285303685677867 .tablet\:gp-flex-none{flex:none}}@media (max-width:767px){.gps-627285303685677867 .mobile\:\!gp-hidden{display:none!important}.gps-627285303685677867 .mobile\:gp-hidden{display:none}.gps-627285303685677867 .mobile\:gp-h-auto{height:auto}.gps-627285303685677867 .mobile\:gp-flex-none{flex:none}}.gps-627285303685677867 .\[\&_\*\]\:gp-max-w-full *{max-width:100%}

/* Section style 3 */
.gps-627285303685743403.gps.gpsil [style*="--as:"]{align-self:var(--as)}.gps-627285303685743403.gps.gpsil [style*="--aspect:"]{aspect-ratio:var(--aspect)}.gps-627285303685743403.gps.gpsil [style*="--bg:"]{background:var(--bg)}.gps-627285303685743403.gps.gpsil [style*="--bga:"]{background-attachment:var(--bga)}.gps-627285303685743403.gps.gpsil [style*="--bgc:"]{background-color:var(--bgc)}.gps-627285303685743403.gps.gpsil [style*="--bgi:"]{background-image:var(--bgi)}.gps-627285303685743403.gps.gpsil [style*="--bgp:"]{background-position:var(--bgp)}.gps-627285303685743403.gps.gpsil [style*="--bgr:"]{background-repeat:var(--bgr)}.gps-627285303685743403.gps.gpsil [style*="--bgs:"]{background-size:var(--bgs)}.gps-627285303685743403.gps.gpsil [style*="--b:"]{border:var(--b)}.gps-627285303685743403.gps.gpsil [style*="--bb:"]{border-bottom:var(--bb)}.gps-627285303685743403.gps.gpsil [style*="--bbw:"]{border-bottom-width:var(--bbw)}.gps-627285303685743403.gps.gpsil [style*="--bc:"]{border-color:var(--bc)}.gps-627285303685743403.gps.gpsil [style*="--bblr:"]{border-bottom-left-radius:var(--bblr)}.gps-627285303685743403.gps.gpsil [style*="--bbrr:"]{border-bottom-right-radius:var(--bbrr)}.gps-627285303685743403.gps.gpsil [style*="--bl:"]{border-left:var(--bl)}.gps-627285303685743403.gps.gpsil [style*="--radius:"]{border-radius:var(--radius)}.gps-627285303685743403.gps.gpsil [style*="--bs:"]{border-style:var(--bs)}.gps-627285303685743403.gps.gpsil [style*="--bt:"]{border-top:var(--bt)}.gps-627285303685743403.gps.gpsil [style*="--btlr:"]{border-top-left-radius:var(--btlr)}.gps-627285303685743403.gps.gpsil [style*="--btrr:"]{border-top-right-radius:var(--btrr)}.gps-627285303685743403.gps.gpsil [style*="--bw:"]{border-width:var(--bw)}.gps-627285303685743403.gps.gpsil [style*="--shadow:"]{box-shadow:var(--shadow)}.gps-627285303685743403.gps.gpsil [style*="--c:"]{color:var(--c)}.gps-627285303685743403.gps.gpsil [style*="--cg:"]{-moz-column-gap:var(--cg);column-gap:var(--cg)}.gps-627285303685743403.gps.gpsil [style*="--ff:"]{font-family:var(--ff)}.gps-627285303685743403.gps.gpsil [style*="--size:"]{font-size:var(--size)}.gps-627285303685743403.gps.gpsil [style*="--weight:"]{font-weight:var(--weight)}.gps-627285303685743403.gps.gpsil [style*="--gtc:"]{grid-template-columns:var(--gtc)}.gps-627285303685743403.gps.gpsil [style*="--h:"]{height:var(--h)}.gps-627285303685743403.gps.gpsil [style*="--jc:"]{justify-content:var(--jc)}.gps-627285303685743403.gps.gpsil [style*="--ls:"]{letter-spacing:var(--ls)}.gps-627285303685743403.gps.gpsil [style*="--lh:"]{line-height:var(--lh)}.gps-627285303685743403.gps.gpsil [style*="--tdt:"]{text-decoration-thickness:var(--tdt)}.gps-627285303685743403.gps.gpsil [style*="--m:"]{margin:var(--m)}.gps-627285303685743403.gps.gpsil [style*="--mb:"]{margin-bottom:var(--mb)}.gps-627285303685743403.gps.gpsil [style*="--ml:"]{margin-left:var(--ml)}.gps-627285303685743403.gps.gpsil [style*="--mr:"]{margin-right:var(--mr)}.gps-627285303685743403.gps.gpsil [style*="--mt:"]{margin-top:var(--mt)}.gps-627285303685743403.gps.gpsil [style*="--minw:"]{min-width:var(--minw)}.gps-627285303685743403.gps.gpsil [style*="--objf:"]{-o-object-fit:var(--objf);object-fit:var(--objf)}.gps-627285303685743403.gps.gpsil [style*="--op:"]{opacity:var(--op)}.gps-627285303685743403.gps.gpsil [style*="--o:"]{order:var(--o)}.gps-627285303685743403.gps.gpsil [style*="--pc:"]{place-content:var(--pc)}.gps-627285303685743403.gps.gpsil [style*="--p:"]{padding:var(--p)}.gps-627285303685743403.gps.gpsil [style*="--pb:"]{padding-bottom:var(--pb)}.gps-627285303685743403.gps.gpsil [style*="--pl:"]{padding-left:var(--pl)}.gps-627285303685743403.gps.gpsil [style*="--pr:"]{padding-right:var(--pr)}.gps-627285303685743403.gps.gpsil [style*="--pt:"]{padding-top:var(--pt)}.gps-627285303685743403.gps.gpsil [style*="--pos:"]{position:var(--pos)}.gps-627285303685743403.gps.gpsil [style*="--rg:"]{row-gap:var(--rg)}.gps-627285303685743403.gps.gpsil [style*="--ta:"]{text-align:var(--ta)}.gps-627285303685743403.gps.gpsil [style*="--ts:"]{text-shadow:var(--ts)}.gps-627285303685743403.gps.gpsil [style*="--tt:"]{text-transform:var(--tt)}.gps-627285303685743403.gps.gpsil [style*="--top:"]{top:var(--top)}.gps-627285303685743403.gps.gpsil [style*="--t:"]{transform:var(--t)}.gps-627285303685743403.gps.gpsil [style*="--w:"]{width:var(--w)}.gps-627285303685743403.gps.gpsil [style*="--z:"]{z-index:var(--z)}.gps-627285303685743403.gps.gpsil [style*="--line-clamp:"]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp)}@media only screen and (max-width:1024px){.gps-627285303685743403.gps.gpsil [style*="--aspect-tablet:"]{aspect-ratio:var(--aspect-tablet)}.gps-627285303685743403.gps.gpsil [style*="--bbw-tablet:"]{border-bottom-width:var(--bbw-tablet)}.gps-627285303685743403.gps.gpsil [style*="--size-tablet:"]{font-size:var(--size-tablet)}.gps-627285303685743403.gps.gpsil [style*="--h-tablet:"]{height:var(--h-tablet)}.gps-627285303685743403.gps.gpsil [style*="--lh-tablet:"]{line-height:var(--lh-tablet)}.gps-627285303685743403.gps.gpsil [style*="--mb-tablet:"]{margin-bottom:var(--mb-tablet)}.gps-627285303685743403.gps.gpsil [style*="--pb-tablet:"]{padding-bottom:var(--pb-tablet)}.gps-627285303685743403.gps.gpsil [style*="--pl-tablet:"]{padding-left:var(--pl-tablet)}.gps-627285303685743403.gps.gpsil [style*="--pr-tablet:"]{padding-right:var(--pr-tablet)}.gps-627285303685743403.gps.gpsil [style*="--pt-tablet:"]{padding-top:var(--pt-tablet)}.gps-627285303685743403.gps.gpsil [style*="--rg-tablet:"]{row-gap:var(--rg-tablet)}.gps-627285303685743403.gps.gpsil [style*="--ta-tablet:"]{text-align:var(--ta-tablet)}.gps-627285303685743403.gps.gpsil [style*="--w-tablet:"]{width:var(--w-tablet)}.gps-627285303685743403.gps.gpsil [style*="--line-clamp-tablet:"]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp-tablet)}}@media only screen and (max-width:767px){.gps-627285303685743403.gps.gpsil [style*="--aspect-mobile:"]{aspect-ratio:var(--aspect-mobile)}.gps-627285303685743403.gps.gpsil [style*="--bga-mobile:"]{background-attachment:var(--bga-mobile)}.gps-627285303685743403.gps.gpsil [style*="--bgc-mobile:"]{background-color:var(--bgc-mobile)}.gps-627285303685743403.gps.gpsil [style*="--bgi-mobile:"]{background-image:var(--bgi-mobile)}.gps-627285303685743403.gps.gpsil [style*="--bgp-mobile:"]{background-position:var(--bgp-mobile)}.gps-627285303685743403.gps.gpsil [style*="--bgr-mobile:"]{background-repeat:var(--bgr-mobile)}.gps-627285303685743403.gps.gpsil [style*="--bgs-mobile:"]{background-size:var(--bgs-mobile)}.gps-627285303685743403.gps.gpsil [style*="--bbw-mobile:"]{border-bottom-width:var(--bbw-mobile)}.gps-627285303685743403.gps.gpsil [style*="--bblr-mobile:"]{border-bottom-left-radius:var(--bblr-mobile)}.gps-627285303685743403.gps.gpsil [style*="--bbrr-mobile:"]{border-bottom-right-radius:var(--bbrr-mobile)}.gps-627285303685743403.gps.gpsil [style*="--btlr-mobile:"]{border-top-left-radius:var(--btlr-mobile)}.gps-627285303685743403.gps.gpsil [style*="--btrr-mobile:"]{border-top-right-radius:var(--btrr-mobile)}.gps-627285303685743403.gps.gpsil [style*="--cg-mobile:"]{-moz-column-gap:var(--cg-mobile);column-gap:var(--cg-mobile)}.gps-627285303685743403.gps.gpsil [style*="--size-mobile:"]{font-size:var(--size-mobile)}.gps-627285303685743403.gps.gpsil [style*="--gtc-mobile:"]{grid-template-columns:var(--gtc-mobile)}.gps-627285303685743403.gps.gpsil [style*="--h-mobile:"]{height:var(--h-mobile)}.gps-627285303685743403.gps.gpsil [style*="--ls-mobile:"]{letter-spacing:var(--ls-mobile)}.gps-627285303685743403.gps.gpsil [style*="--lh-mobile:"]{line-height:var(--lh-mobile)}.gps-627285303685743403.gps.gpsil [style*="--mb-mobile:"]{margin-bottom:var(--mb-mobile)}.gps-627285303685743403.gps.gpsil [style*="--mt-mobile:"]{margin-top:var(--mt-mobile)}.gps-627285303685743403.gps.gpsil [style*="--pb-mobile:"]{padding-bottom:var(--pb-mobile)}.gps-627285303685743403.gps.gpsil [style*="--pl-mobile:"]{padding-left:var(--pl-mobile)}.gps-627285303685743403.gps.gpsil [style*="--pr-mobile:"]{padding-right:var(--pr-mobile)}.gps-627285303685743403.gps.gpsil [style*="--pt-mobile:"]{padding-top:var(--pt-mobile)}.gps-627285303685743403.gps.gpsil [style*="--rg-mobile:"]{row-gap:var(--rg-mobile)}.gps-627285303685743403.gps.gpsil [style*="--ta-mobile:"]{text-align:var(--ta-mobile)}.gps-627285303685743403.gps.gpsil [style*="--w-mobile:"]{width:var(--w-mobile)}.gps-627285303685743403.gps.gpsil [style*="--line-clamp-mobile:"]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp-mobile)}}.gps-627285303685743403 .-gp-translate-x-1\/2,.gps-627285303685743403 .-gp-translate-y-1\/2{--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1}.gps-627285303685743403 .gp-g-paragraph-1{font-family:var(--g-p1-ff);font-size:var(--g-p1-size);font-style:var(--g-p1-fs);font-weight:var(--g-p1-weight);letter-spacing:var(--g-p1-ls);line-height:var(--g-p1-lh)}.gps-627285303685743403 .gp-absolute{position:absolute}.gps-627285303685743403 .gp-relative{position:relative}.gps-627285303685743403 .gp-left-0{left:0}.gps-627285303685743403 .gp-left-1\/2{left:50%}.gps-627285303685743403 .gp-top-0{top:0}.gps-627285303685743403 .gp-top-1\/2{top:50%}.gps-627285303685743403 .gp-mx-auto{margin-left:auto;margin-right:auto}.gps-627285303685743403 .gp-mb-0{margin-bottom:0}.gps-627285303685743403 .gp-block{display:block}.gps-627285303685743403 .gp-inline-block{display:inline-block}.gps-627285303685743403 .gp-flex{display:flex}.gps-627285303685743403 .gp-inline-flex{display:inline-flex}.gps-627285303685743403 .gp-grid{display:grid}.gps-627285303685743403 .gp-contents{display:contents}.gps-627285303685743403 .\!gp-hidden{display:none!important}.gps-627285303685743403 .gp-hidden{display:none}.gps-627285303685743403 .gp-aspect-\[56\/32\]{aspect-ratio:56/32}.gps-627285303685743403 .gp-h-auto{height:auto}.gps-627285303685743403 .gp-h-full{height:100%}.gps-627285303685743403 .gp-w-14{width:56px}.gps-627285303685743403 .gp-w-5{width:20px}.gps-627285303685743403 .gp-w-full{width:100%}.gps-627285303685743403 .\!gp-max-w-none{max-width:none!important}.gps-627285303685743403 .gp-max-w-full{max-width:100%}.gps-627285303685743403 .gp-flex-none{flex:none}.gps-627285303685743403 .-gp-translate-x-1\/2{--tw-translate-x:-50%}.gps-627285303685743403 .-gp-translate-x-1\/2,.gps-627285303685743403 .-gp-translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.gps-627285303685743403 .-gp-translate-y-1\/2{--tw-translate-y:-50%}.gps-627285303685743403 .gp-grid-rows-\[1fr\]{grid-template-rows:1fr}.gps-627285303685743403 .gp-flex-col{flex-direction:column}.gps-627285303685743403 .gp-items-center{align-items:center}.gps-627285303685743403 .gp-justify-center{justify-content:center}.gps-627285303685743403 .gp-overflow-hidden{overflow:hidden}.gps-627285303685743403 .gp-rounded{border-radius:4px}.gps-627285303685743403 .gp-bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.gps-627285303685743403 .gp-bg-black\/80{background-color:rgba(0,0,0,.8)}.gps-627285303685743403 .gp-object-cover{-o-object-fit:cover;object-fit:cover}.gps-627285303685743403 .gp-text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.gps-627285303685743403 .gp-transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.gps-627285303685743403 .gp-duration-200{transition-duration:.2s}.gps-627285303685743403 .gp-ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (hover:hover) and (pointer:fine){.gps-627285303685743403 .hover\:gp-bg-\[\#ef0800\]:hover{--tw-bg-opacity:1;background-color:rgb(239 8 0/var(--tw-bg-opacity,1))}}@media (max-width:1024px){.gps-627285303685743403 .tablet\:gp-block{display:block}.gps-627285303685743403 .tablet\:\!gp-hidden{display:none!important}.gps-627285303685743403 .tablet\:gp-hidden{display:none}.gps-627285303685743403 .tablet\:gp-h-auto{height:auto}.gps-627285303685743403 .tablet\:gp-flex-none{flex:none}}@media (max-width:767px){.gps-627285303685743403 .mobile\:gp-block{display:block}.gps-627285303685743403 .mobile\:\!gp-hidden{display:none!important}.gps-627285303685743403 .mobile\:gp-hidden{display:none}.gps-627285303685743403 .mobile\:gp-h-auto{height:auto}.gps-627285303685743403 .mobile\:gp-flex-none{flex:none}}.gps-627285303685743403 .\[\&_\*\]\:gp-max-w-full *{max-width:100%}.gps-627285303685743403 .\[\&_\>_article\]\:gp-aspect-\[var\(--aspect\)\]>article{aspect-ratio:var(--aspect)}@media (max-width:1024px){.gps-627285303685743403 .tablet\:\[\&_\>_article\]\:gp-aspect-\[var\(--aspect-tablet\2c _var\(--aspect\)\)\]>article{aspect-ratio:var(--aspect-tablet,var(--aspect))}}@media (max-width:767px){.gps-627285303685743403 .mobile\:\[\&_\>_article\]\:gp-aspect-\[var\(--aspect-mobile\2c _var\(--aspect-tablet\2c _var\(--aspect\)\)\)\]>article{aspect-ratio:var(--aspect-mobile,var(--aspect-tablet,var(--aspect)))}}

/* Section style 4 */
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:500&display=swap');

/* Section style 5 */
.gps-627285303686660907.gps.gpsil [style*="--as:"]{align-self:var(--as)}.gps-627285303686660907.gps.gpsil [style*="--aspect:"]{aspect-ratio:var(--aspect)}.gps-627285303686660907.gps.gpsil [style*="--bg:"]{background:var(--bg)}.gps-627285303686660907.gps.gpsil [style*="--hvr-bg:"]:hover{background:var(--hvr-bg)}.gps-627285303686660907.gps.gpsil [style*="--bga:"]{background-attachment:var(--bga)}.gps-627285303686660907.gps.gpsil [style*="--bgc:"]{background-color:var(--bgc)}.gps-627285303686660907.gps.gpsil [style*="--bgi:"]{background-image:var(--bgi)}.gps-627285303686660907.gps.gpsil [style*="--bgp:"]{background-position:var(--bgp)}.gps-627285303686660907.gps.gpsil [style*="--bgr:"]{background-repeat:var(--bgr)}.gps-627285303686660907.gps.gpsil [style*="--bgs:"]{background-size:var(--bgs)}.gps-627285303686660907.gps.gpsil [style*="--b:"]{border:var(--b)}.gps-627285303686660907.gps.gpsil [style*="--hvr-b:"]:hover{border:var(--hvr-b)}.gps-627285303686660907.gps.gpsil [style*="--bb:"]{border-bottom:var(--bb)}.gps-627285303686660907.gps.gpsil [style*="--bc:"]{border-color:var(--bc)}.gps-627285303686660907.gps.gpsil [style*="--bblr:"]{border-bottom-left-radius:var(--bblr)}.gps-627285303686660907.gps.gpsil [style*="--bbrr:"]{border-bottom-right-radius:var(--bbrr)}.gps-627285303686660907.gps.gpsil [style*="--radius:"]{border-radius:var(--radius)}.gps-627285303686660907.gps.gpsil [style*="--hvr-radius:"]:hover{border-radius:var(--hvr-radius)}.gps-627285303686660907.gps.gpsil [style*="--bs:"]{border-style:var(--bs)}.gps-627285303686660907.gps.gpsil [style*="--bt:"]{border-top:var(--bt)}.gps-627285303686660907.gps.gpsil [style*="--btlr:"]{border-top-left-radius:var(--btlr)}.gps-627285303686660907.gps.gpsil [style*="--btrr:"]{border-top-right-radius:var(--btrr)}.gps-627285303686660907.gps.gpsil [style*="--bw:"]{border-width:var(--bw)}.gps-627285303686660907.gps.gpsil [style*="--shadow:"]{box-shadow:var(--shadow)}.gps-627285303686660907.gps.gpsil [style*="--c:"]{color:var(--c)}.gps-627285303686660907.gps.gpsil [style*="--hvr-c:"]:hover{color:var(--hvr-c)}.gps-627285303686660907.gps.gpsil [style*="--cg:"]{-moz-column-gap:var(--cg);column-gap:var(--cg)}.gps-627285303686660907.gps.gpsil [style*="--ff:"]{font-family:var(--ff)}.gps-627285303686660907.gps.gpsil [style*="--size:"]{font-size:var(--size)}.gps-627285303686660907.gps.gpsil [style*="--weight:"]{font-weight:var(--weight)}.gps-627285303686660907.gps.gpsil [style*="--gtc:"]{grid-template-columns:var(--gtc)}.gps-627285303686660907.gps.gpsil [style*="--h:"]{height:var(--h)}.gps-627285303686660907.gps.gpsil [style*="--jc:"]{justify-content:var(--jc)}.gps-627285303686660907.gps.gpsil [style*="--left:"]{left:var(--left)}.gps-627285303686660907.gps.gpsil [style*="--lh:"]{line-height:var(--lh)}.gps-627285303686660907.gps.gpsil [style*="--m:"]{margin:var(--m)}.gps-627285303686660907.gps.gpsil [style*="--mb:"]{margin-bottom:var(--mb)}.gps-627285303686660907.gps.gpsil [style*="--objf:"]{-o-object-fit:var(--objf);object-fit:var(--objf)}.gps-627285303686660907.gps.gpsil [style*="--op:"]{opacity:var(--op)}.gps-627285303686660907.gps.gpsil [style*="--o:"]{order:var(--o)}.gps-627285303686660907.gps.gpsil [style*="--pc:"]{place-content:var(--pc)}.gps-627285303686660907.gps.gpsil [style*="--p:"]{padding:var(--p)}.gps-627285303686660907.gps.gpsil [style*="--pb:"]{padding-bottom:var(--pb)}.gps-627285303686660907.gps.gpsil [style*="--pl:"]{padding-left:var(--pl)}.gps-627285303686660907.gps.gpsil [style*="--pr:"]{padding-right:var(--pr)}.gps-627285303686660907.gps.gpsil [style*="--pt:"]{padding-top:var(--pt)}.gps-627285303686660907.gps.gpsil [style*="--pos:"]{position:var(--pos)}.gps-627285303686660907.gps.gpsil [style*="--right:"]{right:var(--right)}.gps-627285303686660907.gps.gpsil [style*="--ta:"]{text-align:var(--ta)}.gps-627285303686660907.gps.gpsil [style*="--ts:"]{text-shadow:var(--ts)}.gps-627285303686660907.gps.gpsil [style*="--top:"]{top:var(--top)}.gps-627285303686660907.gps.gpsil [style*="--t:"]{transform:var(--t)}.gps-627285303686660907.gps.gpsil [style*="--v:"]{visibility:var(--v)}.gps-627285303686660907.gps.gpsil [style*="--w:"]{width:var(--w)}.gps-627285303686660907.gps.gpsil [style*="--z:"]{z-index:var(--z)}@media only screen and (max-width:1024px){.gps-627285303686660907.gps.gpsil [style*="--aspect-tablet:"]{aspect-ratio:var(--aspect-tablet)}.gps-627285303686660907.gps.gpsil [style*="--size-tablet:"]{font-size:var(--size-tablet)}.gps-627285303686660907.gps.gpsil [style*="--h-tablet:"]{height:var(--h-tablet)}.gps-627285303686660907.gps.gpsil [style*="--lh-tablet:"]{line-height:var(--lh-tablet)}.gps-627285303686660907.gps.gpsil [style*="--pb-tablet:"]{padding-bottom:var(--pb-tablet)}.gps-627285303686660907.gps.gpsil [style*="--pl-tablet:"]{padding-left:var(--pl-tablet)}.gps-627285303686660907.gps.gpsil [style*="--pr-tablet:"]{padding-right:var(--pr-tablet)}.gps-627285303686660907.gps.gpsil [style*="--pt-tablet:"]{padding-top:var(--pt-tablet)}.gps-627285303686660907.gps.gpsil [style*="--ta-tablet:"]{text-align:var(--ta-tablet)}.gps-627285303686660907.gps.gpsil [style*="--v-tablet:"]{visibility:var(--v-tablet)}.gps-627285303686660907.gps.gpsil [style*="--w-tablet:"]{width:var(--w-tablet)}}@media only screen and (max-width:767px){.gps-627285303686660907.gps.gpsil [style*="--aspect-mobile:"]{aspect-ratio:var(--aspect-mobile)}.gps-627285303686660907.gps.gpsil [style*="--bga-mobile:"]{background-attachment:var(--bga-mobile)}.gps-627285303686660907.gps.gpsil [style*="--bgc-mobile:"]{background-color:var(--bgc-mobile)}.gps-627285303686660907.gps.gpsil [style*="--bgi-mobile:"]{background-image:var(--bgi-mobile)}.gps-627285303686660907.gps.gpsil [style*="--bgp-mobile:"]{background-position:var(--bgp-mobile)}.gps-627285303686660907.gps.gpsil [style*="--bgr-mobile:"]{background-repeat:var(--bgr-mobile)}.gps-627285303686660907.gps.gpsil [style*="--bgs-mobile:"]{background-size:var(--bgs-mobile)}.gps-627285303686660907.gps.gpsil [style*="--size-mobile:"]{font-size:var(--size-mobile)}.gps-627285303686660907.gps.gpsil [style*="--gtc-mobile:"]{grid-template-columns:var(--gtc-mobile)}.gps-627285303686660907.gps.gpsil [style*="--h-mobile:"]{height:var(--h-mobile)}.gps-627285303686660907.gps.gpsil [style*="--lh-mobile:"]{line-height:var(--lh-mobile)}.gps-627285303686660907.gps.gpsil [style*="--mb-mobile:"]{margin-bottom:var(--mb-mobile)}.gps-627285303686660907.gps.gpsil [style*="--pb-mobile:"]{padding-bottom:var(--pb-mobile)}.gps-627285303686660907.gps.gpsil [style*="--pl-mobile:"]{padding-left:var(--pl-mobile)}.gps-627285303686660907.gps.gpsil [style*="--pr-mobile:"]{padding-right:var(--pr-mobile)}.gps-627285303686660907.gps.gpsil [style*="--pt-mobile:"]{padding-top:var(--pt-mobile)}.gps-627285303686660907.gps.gpsil [style*="--ta-mobile:"]{text-align:var(--ta-mobile)}.gps-627285303686660907.gps.gpsil [style*="--top-mobile:"]{top:var(--top-mobile)}.gps-627285303686660907.gps.gpsil [style*="--v-mobile:"]{visibility:var(--v-mobile)}.gps-627285303686660907.gps.gpsil [style*="--w-mobile:"]{width:var(--w-mobile)}}.gps-627285303686660907 .gp-relative{position:relative}.gps-627285303686660907 .gp-mx-auto{margin-left:auto;margin-right:auto}.gps-627285303686660907 .gp-mb-0{margin-bottom:0}.gps-627285303686660907 .gp-inline-block{display:inline-block}.gps-627285303686660907 .gp-flex{display:flex}.gps-627285303686660907 .gp-inline-flex{display:inline-flex}.gps-627285303686660907 .gp-grid{display:grid}.gps-627285303686660907 .gp-contents{display:contents}.gps-627285303686660907 .\!gp-hidden{display:none!important}.gps-627285303686660907 .gp-hidden{display:none}.gps-627285303686660907 .gp-h-auto{height:auto}.gps-627285303686660907 .gp-h-full{height:100%}.gps-627285303686660907 .gp-w-full{width:100%}.gps-627285303686660907 .gp-max-w-full{max-width:100%}.gps-627285303686660907 .gp-flex-none{flex:none}.gps-627285303686660907 .gp-grid-rows-\[1fr\]{grid-template-rows:1fr}.gps-627285303686660907 .gp-flex-col{flex-direction:column}.gps-627285303686660907 .gp-items-center{align-items:center}.gps-627285303686660907 .gp-justify-center{justify-content:center}.gps-627285303686660907 .gp-overflow-hidden{overflow:hidden}.gps-627285303686660907 .gp-break-words{overflow-wrap:break-word}.gps-627285303686660907 .gp-text-center{text-align:center}.gps-627285303686660907 .gp-no-underline{text-decoration-line:none}.gps-627285303686660907 .gp-transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.gps-627285303686660907 .gp-duration-200{transition-duration:.2s}.gps-627285303686660907 .gp-ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.gps-627285303686660907 .disabled\:gp-btn-disabled:disabled{cursor:default}.gps-627285303686660907 .disabled\:gp-opacity-30:disabled{opacity:.3}.gps-627285303686660907 .gp-group\/button:active .group-active\/button\:\!gp-text-inherit{color:inherit!important}.gps-627285303686660907 .gp-group[data-state=loading] .group-data-\[state\=loading\]\:gp-invisible{visibility:hidden}@media (max-width:1024px){.gps-627285303686660907 .tablet\:\!gp-hidden{display:none!important}.gps-627285303686660907 .tablet\:gp-hidden{display:none}.gps-627285303686660907 .tablet\:gp-h-auto{height:auto}.gps-627285303686660907 .tablet\:gp-flex-none{flex:none}}@media (max-width:767px){.gps-627285303686660907 .mobile\:\!gp-hidden{display:none!important}.gps-627285303686660907 .mobile\:gp-hidden{display:none}.gps-627285303686660907 .mobile\:gp-h-auto{height:auto}.gps-627285303686660907 .mobile\:gp-flex-none{flex:none}}.gps-627285303686660907 .\[\&_\*\]\:gp-max-w-full *{max-width:100%}.gps-627285303686660907 .\[\&_p\]\:gp-whitespace-pre-line p{white-space:pre-line}

/* Section style 6 */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400&display=swap');

/* Section style 7 */
[data-id="g8eB8BG6-D"].gp-button-base::before, [data-id="g8eB8BG6-D-interaction"].gp-button-base::before {
      
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    border-style: none;
  border-width: 1px 1px 1px 1px;
  
  
    border-radius: var(--g-radius-small);
  
    }
  
      
  [data-id="g8eB8BG6-D"]:hover::before, [data-id="g8eB8BG6-D-interaction"]:hover::before {
    
    
  }

/* Section style 8 */
.gps-627285303685546795.gps.gpsil [style*="--as:"]{align-self:var(--as)}.gps-627285303685546795.gps.gpsil [style*="--aspect:"]{aspect-ratio:var(--aspect)}.gps-627285303685546795.gps.gpsil [style*="--bg:"]{background:var(--bg)}.gps-627285303685546795.gps.gpsil [style*="--bga:"]{background-attachment:var(--bga)}.gps-627285303685546795.gps.gpsil [style*="--bgc:"]{background-color:var(--bgc)}.gps-627285303685546795.gps.gpsil [style*="--bgi:"]{background-image:var(--bgi)}.gps-627285303685546795.gps.gpsil [style*="--bgp:"]{background-position:var(--bgp)}.gps-627285303685546795.gps.gpsil [style*="--bgr:"]{background-repeat:var(--bgr)}.gps-627285303685546795.gps.gpsil [style*="--bgs:"]{background-size:var(--bgs)}.gps-627285303685546795.gps.gpsil [style*="--b:"]{border:var(--b)}.gps-627285303685546795.gps.gpsil [style*="--bb:"]{border-bottom:var(--bb)}.gps-627285303685546795.gps.gpsil [style*="--bc:"]{border-color:var(--bc)}.gps-627285303685546795.gps.gpsil [style*="--bblr:"]{border-bottom-left-radius:var(--bblr)}.gps-627285303685546795.gps.gpsil [style*="--bbrr:"]{border-bottom-right-radius:var(--bbrr)}.gps-627285303685546795.gps.gpsil [style*="--bl:"]{border-left:var(--bl)}.gps-627285303685546795.gps.gpsil [style*="--radius:"]{border-radius:var(--radius)}.gps-627285303685546795.gps.gpsil [style*="--bs:"]{border-style:var(--bs)}.gps-627285303685546795.gps.gpsil [style*="--bt:"]{border-top:var(--bt)}.gps-627285303685546795.gps.gpsil [style*="--btlr:"]{border-top-left-radius:var(--btlr)}.gps-627285303685546795.gps.gpsil [style*="--btrr:"]{border-top-right-radius:var(--btrr)}.gps-627285303685546795.gps.gpsil [style*="--bw:"]{border-width:var(--bw)}.gps-627285303685546795.gps.gpsil [style*="--shadow:"]{box-shadow:var(--shadow)}.gps-627285303685546795.gps.gpsil [style*="--c:"]{color:var(--c)}.gps-627285303685546795.gps.gpsil [style*="--cg:"]{-moz-column-gap:var(--cg);column-gap:var(--cg)}.gps-627285303685546795.gps.gpsil [style*="--ff:"]{font-family:var(--ff)}.gps-627285303685546795.gps.gpsil [style*="--size:"]{font-size:var(--size)}.gps-627285303685546795.gps.gpsil [style*="--weight:"]{font-weight:var(--weight)}.gps-627285303685546795.gps.gpsil [style*="--gtc:"]{grid-template-columns:var(--gtc)}.gps-627285303685546795.gps.gpsil [style*="--h:"]{height:var(--h)}.gps-627285303685546795.gps.gpsil [style*="--jc:"]{justify-content:var(--jc)}.gps-627285303685546795.gps.gpsil [style*="--lh:"]{line-height:var(--lh)}.gps-627285303685546795.gps.gpsil [style*="--tdt:"]{text-decoration-thickness:var(--tdt)}.gps-627285303685546795.gps.gpsil [style*="--m:"]{margin:var(--m)}.gps-627285303685546795.gps.gpsil [style*="--mb:"]{margin-bottom:var(--mb)}.gps-627285303685546795.gps.gpsil [style*="--mt:"]{margin-top:var(--mt)}.gps-627285303685546795.gps.gpsil [style*="--objf:"]{-o-object-fit:var(--objf);object-fit:var(--objf)}.gps-627285303685546795.gps.gpsil [style*="--op:"]{opacity:var(--op)}.gps-627285303685546795.gps.gpsil [style*="--o:"]{order:var(--o)}.gps-627285303685546795.gps.gpsil [style*="--pc:"]{place-content:var(--pc)}.gps-627285303685546795.gps.gpsil [style*="--p:"]{padding:var(--p)}.gps-627285303685546795.gps.gpsil [style*="--pb:"]{padding-bottom:var(--pb)}.gps-627285303685546795.gps.gpsil [style*="--pl:"]{padding-left:var(--pl)}.gps-627285303685546795.gps.gpsil [style*="--pr:"]{padding-right:var(--pr)}.gps-627285303685546795.gps.gpsil [style*="--pt:"]{padding-top:var(--pt)}.gps-627285303685546795.gps.gpsil [style*="--rg:"]{row-gap:var(--rg)}.gps-627285303685546795.gps.gpsil [style*="--ta:"]{text-align:var(--ta)}.gps-627285303685546795.gps.gpsil [style*="--ts:"]{text-shadow:var(--ts)}.gps-627285303685546795.gps.gpsil [style*="--t:"]{transform:var(--t)}.gps-627285303685546795.gps.gpsil [style*="--w:"]{width:var(--w)}@media only screen and (max-width:1024px){.gps-627285303685546795.gps.gpsil [style*="--aspect-tablet:"]{aspect-ratio:var(--aspect-tablet)}.gps-627285303685546795.gps.gpsil [style*="--bga-tablet:"]{background-attachment:var(--bga-tablet)}.gps-627285303685546795.gps.gpsil [style*="--bgc-tablet:"]{background-color:var(--bgc-tablet)}.gps-627285303685546795.gps.gpsil [style*="--bgi-tablet:"]{background-image:var(--bgi-tablet)}.gps-627285303685546795.gps.gpsil [style*="--bgp-tablet:"]{background-position:var(--bgp-tablet)}.gps-627285303685546795.gps.gpsil [style*="--bgr-tablet:"]{background-repeat:var(--bgr-tablet)}.gps-627285303685546795.gps.gpsil [style*="--bgs-tablet:"]{background-size:var(--bgs-tablet)}.gps-627285303685546795.gps.gpsil [style*="--size-tablet:"]{font-size:var(--size-tablet)}.gps-627285303685546795.gps.gpsil [style*="--h-tablet:"]{height:var(--h-tablet)}.gps-627285303685546795.gps.gpsil [style*="--lh-tablet:"]{line-height:var(--lh-tablet)}.gps-627285303685546795.gps.gpsil [style*="--mb-tablet:"]{margin-bottom:var(--mb-tablet)}.gps-627285303685546795.gps.gpsil [style*="--mt-tablet:"]{margin-top:var(--mt-tablet)}.gps-627285303685546795.gps.gpsil [style*="--pb-tablet:"]{padding-bottom:var(--pb-tablet)}.gps-627285303685546795.gps.gpsil [style*="--pl-tablet:"]{padding-left:var(--pl-tablet)}.gps-627285303685546795.gps.gpsil [style*="--pr-tablet:"]{padding-right:var(--pr-tablet)}.gps-627285303685546795.gps.gpsil [style*="--pt-tablet:"]{padding-top:var(--pt-tablet)}.gps-627285303685546795.gps.gpsil [style*="--ta-tablet:"]{text-align:var(--ta-tablet)}.gps-627285303685546795.gps.gpsil [style*="--w-tablet:"]{width:var(--w-tablet)}}@media only screen and (max-width:767px){.gps-627285303685546795.gps.gpsil [style*="--aspect-mobile:"]{aspect-ratio:var(--aspect-mobile)}.gps-627285303685546795.gps.gpsil [style*="--bga-mobile:"]{background-attachment:var(--bga-mobile)}.gps-627285303685546795.gps.gpsil [style*="--bgc-mobile:"]{background-color:var(--bgc-mobile)}.gps-627285303685546795.gps.gpsil [style*="--bgi-mobile:"]{background-image:var(--bgi-mobile)}.gps-627285303685546795.gps.gpsil [style*="--bgp-mobile:"]{background-position:var(--bgp-mobile)}.gps-627285303685546795.gps.gpsil [style*="--bgr-mobile:"]{background-repeat:var(--bgr-mobile)}.gps-627285303685546795.gps.gpsil [style*="--bgs-mobile:"]{background-size:var(--bgs-mobile)}.gps-627285303685546795.gps.gpsil [style*="--size-mobile:"]{font-size:var(--size-mobile)}.gps-627285303685546795.gps.gpsil [style*="--h-mobile:"]{height:var(--h-mobile)}.gps-627285303685546795.gps.gpsil [style*="--lh-mobile:"]{line-height:var(--lh-mobile)}.gps-627285303685546795.gps.gpsil [style*="--mb-mobile:"]{margin-bottom:var(--mb-mobile)}.gps-627285303685546795.gps.gpsil [style*="--mt-mobile:"]{margin-top:var(--mt-mobile)}.gps-627285303685546795.gps.gpsil [style*="--pb-mobile:"]{padding-bottom:var(--pb-mobile)}.gps-627285303685546795.gps.gpsil [style*="--pl-mobile:"]{padding-left:var(--pl-mobile)}.gps-627285303685546795.gps.gpsil [style*="--pr-mobile:"]{padding-right:var(--pr-mobile)}.gps-627285303685546795.gps.gpsil [style*="--pt-mobile:"]{padding-top:var(--pt-mobile)}.gps-627285303685546795.gps.gpsil [style*="--ta-mobile:"]{text-align:var(--ta-mobile)}.gps-627285303685546795.gps.gpsil [style*="--w-mobile:"]{width:var(--w-mobile)}}.gps-627285303685546795 .gp-g-paragraph-3{font-family:var(--g-p3-ff);font-size:var(--g-p3-size);font-style:var(--g-p3-fs);font-weight:var(--g-p3-weight);letter-spacing:var(--g-p3-ls);line-height:var(--g-p3-lh)}.gps-627285303685546795 .gp-relative{position:relative}.gps-627285303685546795 .gp-mx-auto{margin-left:auto;margin-right:auto}.gps-627285303685546795 .gp-mb-0{margin-bottom:0}.gps-627285303685546795 .gp-inline-block{display:inline-block}.gps-627285303685546795 .gp-flex{display:flex}.gps-627285303685546795 .gp-grid{display:grid}.gps-627285303685546795 .gp-contents{display:contents}.gps-627285303685546795 .\!gp-hidden{display:none!important}.gps-627285303685546795 .gp-hidden{display:none}.gps-627285303685546795 .gp-h-auto{height:auto}.gps-627285303685546795 .gp-h-full{height:100%}.gps-627285303685546795 .gp-w-full{width:100%}.gps-627285303685546795 .gp-max-w-full{max-width:100%}.gps-627285303685546795 .gp-flex-none{flex:none}.gps-627285303685546795 .gp-grid-rows-\[1fr\]{grid-template-rows:1fr}.gps-627285303685546795 .gp-flex-col{flex-direction:column}.gps-627285303685546795 .gp-transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.gps-627285303685546795 .gp-duration-200{transition-duration:.2s}.gps-627285303685546795 .gp-ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (max-width:1024px){.gps-627285303685546795 .tablet\:\!gp-hidden{display:none!important}.gps-627285303685546795 .tablet\:gp-hidden{display:none}.gps-627285303685546795 .tablet\:gp-h-auto{height:auto}.gps-627285303685546795 .tablet\:gp-flex-none{flex:none}}@media (max-width:767px){.gps-627285303685546795 .mobile\:\!gp-hidden{display:none!important}.gps-627285303685546795 .mobile\:gp-hidden{display:none}.gps-627285303685546795 .mobile\:gp-h-auto{height:auto}.gps-627285303685546795 .mobile\:gp-flex-none{flex:none}}.gps-627285303685546795 .\[\&_\*\]\:gp-max-w-full *{max-width:100%}

/* Section style 9 */
.gps-627285303686071083.gps.gpsil [style*="--as:"]{align-self:var(--as)}.gps-627285303686071083.gps.gpsil [style*="--aspect:"]{aspect-ratio:var(--aspect)}.gps-627285303686071083.gps.gpsil [style*="--bg:"]{background:var(--bg)}.gps-627285303686071083.gps.gpsil [style*="--bga:"]{background-attachment:var(--bga)}.gps-627285303686071083.gps.gpsil [style*="--bgc:"]{background-color:var(--bgc)}.gps-627285303686071083.gps.gpsil [style*="--bgi:"]{background-image:var(--bgi)}.gps-627285303686071083.gps.gpsil [style*="--bgp:"]{background-position:var(--bgp)}.gps-627285303686071083.gps.gpsil [style*="--bgr:"]{background-repeat:var(--bgr)}.gps-627285303686071083.gps.gpsil [style*="--bgs:"]{background-size:var(--bgs)}.gps-627285303686071083.gps.gpsil [style*="--b:"]{border:var(--b)}.gps-627285303686071083.gps.gpsil [style*="--bb:"]{border-bottom:var(--bb)}.gps-627285303686071083.gps.gpsil [style*="--bc:"]{border-color:var(--bc)}.gps-627285303686071083.gps.gpsil [style*="--bblr:"]{border-bottom-left-radius:var(--bblr)}.gps-627285303686071083.gps.gpsil [style*="--bbrr:"]{border-bottom-right-radius:var(--bbrr)}.gps-627285303686071083.gps.gpsil [style*="--bl:"]{border-left:var(--bl)}.gps-627285303686071083.gps.gpsil [style*="--radius:"]{border-radius:var(--radius)}.gps-627285303686071083.gps.gpsil [style*="--bs:"]{border-style:var(--bs)}.gps-627285303686071083.gps.gpsil [style*="--bt:"]{border-top:var(--bt)}.gps-627285303686071083.gps.gpsil [style*="--btlr:"]{border-top-left-radius:var(--btlr)}.gps-627285303686071083.gps.gpsil [style*="--btrr:"]{border-top-right-radius:var(--btrr)}.gps-627285303686071083.gps.gpsil [style*="--bw:"]{border-width:var(--bw)}.gps-627285303686071083.gps.gpsil [style*="--shadow:"]{box-shadow:var(--shadow)}.gps-627285303686071083.gps.gpsil [style*="--c:"]{color:var(--c)}.gps-627285303686071083.gps.gpsil [style*="--cg:"]{-moz-column-gap:var(--cg);column-gap:var(--cg)}.gps-627285303686071083.gps.gpsil [style*="--ff:"]{font-family:var(--ff)}.gps-627285303686071083.gps.gpsil [style*="--size:"]{font-size:var(--size)}.gps-627285303686071083.gps.gpsil [style*="--weight:"]{font-weight:var(--weight)}.gps-627285303686071083.gps.gpsil [style*="--gtc:"]{grid-template-columns:var(--gtc)}.gps-627285303686071083.gps.gpsil [style*="--h:"]{height:var(--h)}.gps-627285303686071083.gps.gpsil [style*="--jc:"]{justify-content:var(--jc)}.gps-627285303686071083.gps.gpsil [style*="--ls:"]{letter-spacing:var(--ls)}.gps-627285303686071083.gps.gpsil [style*="--lh:"]{line-height:var(--lh)}.gps-627285303686071083.gps.gpsil [style*="--tdt:"]{text-decoration-thickness:var(--tdt)}.gps-627285303686071083.gps.gpsil [style*="--m:"]{margin:var(--m)}.gps-627285303686071083.gps.gpsil [style*="--mb:"]{margin-bottom:var(--mb)}.gps-627285303686071083.gps.gpsil [style*="--mt:"]{margin-top:var(--mt)}.gps-627285303686071083.gps.gpsil [style*="--objf:"]{-o-object-fit:var(--objf);object-fit:var(--objf)}.gps-627285303686071083.gps.gpsil [style*="--op:"]{opacity:var(--op)}.gps-627285303686071083.gps.gpsil [style*="--o:"]{order:var(--o)}.gps-627285303686071083.gps.gpsil [style*="--pc:"]{place-content:var(--pc)}.gps-627285303686071083.gps.gpsil [style*="--p:"]{padding:var(--p)}.gps-627285303686071083.gps.gpsil [style*="--pb:"]{padding-bottom:var(--pb)}.gps-627285303686071083.gps.gpsil [style*="--pl:"]{padding-left:var(--pl)}.gps-627285303686071083.gps.gpsil [style*="--pr:"]{padding-right:var(--pr)}.gps-627285303686071083.gps.gpsil [style*="--pt:"]{padding-top:var(--pt)}.gps-627285303686071083.gps.gpsil [style*="--rg:"]{row-gap:var(--rg)}.gps-627285303686071083.gps.gpsil [style*="--ta:"]{text-align:var(--ta)}.gps-627285303686071083.gps.gpsil [style*="--ts:"]{text-shadow:var(--ts)}.gps-627285303686071083.gps.gpsil [style*="--tt:"]{text-transform:var(--tt)}.gps-627285303686071083.gps.gpsil [style*="--t:"]{transform:var(--t)}.gps-627285303686071083.gps.gpsil [style*="--w:"]{width:var(--w)}.gps-627285303686071083.gps.gpsil [style*="--z:"]{z-index:var(--z)}.gps-627285303686071083.gps.gpsil [style*="--line-clamp:"]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp)}@media only screen and (max-width:1024px){.gps-627285303686071083.gps.gpsil [style*="--aspect-tablet:"]{aspect-ratio:var(--aspect-tablet)}.gps-627285303686071083.gps.gpsil [style*="--size-tablet:"]{font-size:var(--size-tablet)}.gps-627285303686071083.gps.gpsil [style*="--h-tablet:"]{height:var(--h-tablet)}.gps-627285303686071083.gps.gpsil [style*="--lh-tablet:"]{line-height:var(--lh-tablet)}.gps-627285303686071083.gps.gpsil [style*="--mb-tablet:"]{margin-bottom:var(--mb-tablet)}.gps-627285303686071083.gps.gpsil [style*="--mt-tablet:"]{margin-top:var(--mt-tablet)}.gps-627285303686071083.gps.gpsil [style*="--pb-tablet:"]{padding-bottom:var(--pb-tablet)}.gps-627285303686071083.gps.gpsil [style*="--pl-tablet:"]{padding-left:var(--pl-tablet)}.gps-627285303686071083.gps.gpsil [style*="--pr-tablet:"]{padding-right:var(--pr-tablet)}.gps-627285303686071083.gps.gpsil [style*="--pt-tablet:"]{padding-top:var(--pt-tablet)}.gps-627285303686071083.gps.gpsil [style*="--rg-tablet:"]{row-gap:var(--rg-tablet)}.gps-627285303686071083.gps.gpsil [style*="--ta-tablet:"]{text-align:var(--ta-tablet)}.gps-627285303686071083.gps.gpsil [style*="--w-tablet:"]{width:var(--w-tablet)}.gps-627285303686071083.gps.gpsil [style*="--line-clamp-tablet:"]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp-tablet)}}@media only screen and (max-width:767px){.gps-627285303686071083.gps.gpsil [style*="--aspect-mobile:"]{aspect-ratio:var(--aspect-mobile)}.gps-627285303686071083.gps.gpsil [style*="--bga-mobile:"]{background-attachment:var(--bga-mobile)}.gps-627285303686071083.gps.gpsil [style*="--bgc-mobile:"]{background-color:var(--bgc-mobile)}.gps-627285303686071083.gps.gpsil [style*="--bgi-mobile:"]{background-image:var(--bgi-mobile)}.gps-627285303686071083.gps.gpsil [style*="--bgp-mobile:"]{background-position:var(--bgp-mobile)}.gps-627285303686071083.gps.gpsil [style*="--bgr-mobile:"]{background-repeat:var(--bgr-mobile)}.gps-627285303686071083.gps.gpsil [style*="--bgs-mobile:"]{background-size:var(--bgs-mobile)}.gps-627285303686071083.gps.gpsil [style*="--bs-mobile:"]{border-style:var(--bs-mobile)}.gps-627285303686071083.gps.gpsil [style*="--shadow-mobile:"]{box-shadow:var(--shadow-mobile)}.gps-627285303686071083.gps.gpsil [style*="--size-mobile:"]{font-size:var(--size-mobile)}.gps-627285303686071083.gps.gpsil [style*="--gtc-mobile:"]{grid-template-columns:var(--gtc-mobile)}.gps-627285303686071083.gps.gpsil [style*="--h-mobile:"]{height:var(--h-mobile)}.gps-627285303686071083.gps.gpsil [style*="--lh-mobile:"]{line-height:var(--lh-mobile)}.gps-627285303686071083.gps.gpsil [style*="--mb-mobile:"]{margin-bottom:var(--mb-mobile)}.gps-627285303686071083.gps.gpsil [style*="--mt-mobile:"]{margin-top:var(--mt-mobile)}.gps-627285303686071083.gps.gpsil [style*="--pb-mobile:"]{padding-bottom:var(--pb-mobile)}.gps-627285303686071083.gps.gpsil [style*="--pl-mobile:"]{padding-left:var(--pl-mobile)}.gps-627285303686071083.gps.gpsil [style*="--pr-mobile:"]{padding-right:var(--pr-mobile)}.gps-627285303686071083.gps.gpsil [style*="--pt-mobile:"]{padding-top:var(--pt-mobile)}.gps-627285303686071083.gps.gpsil [style*="--rg-mobile:"]{row-gap:var(--rg-mobile)}.gps-627285303686071083.gps.gpsil [style*="--ta-mobile:"]{text-align:var(--ta-mobile)}.gps-627285303686071083.gps.gpsil [style*="--w-mobile:"]{width:var(--w-mobile)}.gps-627285303686071083.gps.gpsil [style*="--line-clamp-mobile:"]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp-mobile)}}.gps-627285303686071083 .gp-relative{position:relative}.gps-627285303686071083 .gp-mx-auto{margin-left:auto;margin-right:auto}.gps-627285303686071083 .gp-mb-0{margin-bottom:0}.gps-627285303686071083 .gp-inline-block{display:inline-block}.gps-627285303686071083 .gp-flex{display:flex}.gps-627285303686071083 .gp-grid{display:grid}.gps-627285303686071083 .gp-contents{display:contents}.gps-627285303686071083 .\!gp-hidden{display:none!important}.gps-627285303686071083 .gp-hidden{display:none}.gps-627285303686071083 .gp-h-auto{height:auto}.gps-627285303686071083 .gp-h-full{height:100%}.gps-627285303686071083 .gp-w-full{width:100%}.gps-627285303686071083 .\!gp-max-w-none{max-width:none!important}.gps-627285303686071083 .gp-max-w-full{max-width:100%}.gps-627285303686071083 .gp-flex-none{flex:none}.gps-627285303686071083 .gp-grid-rows-\[1fr\]{grid-template-rows:1fr}.gps-627285303686071083 .gp-flex-col{flex-direction:column}.gps-627285303686071083 .gp-overflow-hidden{overflow:hidden}.gps-627285303686071083 .gp-bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.gps-627285303686071083 .gp-transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.gps-627285303686071083 .gp-duration-200{transition-duration:.2s}.gps-627285303686071083 .gp-ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (max-width:1024px){.gps-627285303686071083 .tablet\:\!gp-hidden{display:none!important}.gps-627285303686071083 .tablet\:gp-hidden{display:none}.gps-627285303686071083 .tablet\:gp-h-auto{height:auto}.gps-627285303686071083 .tablet\:gp-flex-none{flex:none}}@media (max-width:767px){.gps-627285303686071083 .mobile\:\!gp-hidden{display:none!important}.gps-627285303686071083 .mobile\:gp-hidden{display:none}.gps-627285303686071083 .mobile\:gp-h-auto{height:auto}.gps-627285303686071083 .mobile\:gp-flex-none{flex:none}}.gps-627285303686071083 .\[\&_\*\]\:gp-max-w-full *{max-width:100%}.gps-627285303686071083 .\[\&_\>_article\]\:gp-aspect-\[var\(--aspect\)\]>article{aspect-ratio:var(--aspect)}@media (max-width:1024px){.gps-627285303686071083 .tablet\:\[\&_\>_article\]\:gp-aspect-\[var\(--aspect-tablet\2c _var\(--aspect\)\)\]>article{aspect-ratio:var(--aspect-tablet,var(--aspect))}}@media (max-width:767px){.gps-627285303686071083 .mobile\:\[\&_\>_article\]\:gp-aspect-\[var\(--aspect-mobile\2c _var\(--aspect-tablet\2c _var\(--aspect\)\)\)\]>article{aspect-ratio:var(--aspect-mobile,var(--aspect-tablet,var(--aspect)))}}

/* Section style 10 */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400&display=swap');

/* Section style 11 */
.gps-627285303685612331.gps.gpsil [style*="--as:"]{align-self:var(--as)}.gps-627285303685612331.gps.gpsil [style*="--aspect:"]{aspect-ratio:var(--aspect)}.gps-627285303685612331.gps.gpsil [style*="--bg:"]{background:var(--bg)}.gps-627285303685612331.gps.gpsil [style*="--bga:"]{background-attachment:var(--bga)}.gps-627285303685612331.gps.gpsil [style*="--bgc:"]{background-color:var(--bgc)}.gps-627285303685612331.gps.gpsil [style*="--bgi:"]{background-image:var(--bgi)}.gps-627285303685612331.gps.gpsil [style*="--bgp:"]{background-position:var(--bgp)}.gps-627285303685612331.gps.gpsil [style*="--bgr:"]{background-repeat:var(--bgr)}.gps-627285303685612331.gps.gpsil [style*="--bgs:"]{background-size:var(--bgs)}.gps-627285303685612331.gps.gpsil [style*="--b:"]{border:var(--b)}.gps-627285303685612331.gps.gpsil [style*="--bb:"]{border-bottom:var(--bb)}.gps-627285303685612331.gps.gpsil [style*="--bc:"]{border-color:var(--bc)}.gps-627285303685612331.gps.gpsil [style*="--bblr:"]{border-bottom-left-radius:var(--bblr)}.gps-627285303685612331.gps.gpsil [style*="--bbrr:"]{border-bottom-right-radius:var(--bbrr)}.gps-627285303685612331.gps.gpsil [style*="--bl:"]{border-left:var(--bl)}.gps-627285303685612331.gps.gpsil [style*="--radius:"]{border-radius:var(--radius)}.gps-627285303685612331.gps.gpsil [style*="--bs:"]{border-style:var(--bs)}.gps-627285303685612331.gps.gpsil [style*="--bt:"]{border-top:var(--bt)}.gps-627285303685612331.gps.gpsil [style*="--btlr:"]{border-top-left-radius:var(--btlr)}.gps-627285303685612331.gps.gpsil [style*="--btrr:"]{border-top-right-radius:var(--btrr)}.gps-627285303685612331.gps.gpsil [style*="--bw:"]{border-width:var(--bw)}.gps-627285303685612331.gps.gpsil [style*="--shadow:"]{box-shadow:var(--shadow)}.gps-627285303685612331.gps.gpsil [style*="--c:"]{color:var(--c)}.gps-627285303685612331.gps.gpsil [style*="--cg:"]{-moz-column-gap:var(--cg);column-gap:var(--cg)}.gps-627285303685612331.gps.gpsil [style*="--ff:"]{font-family:var(--ff)}.gps-627285303685612331.gps.gpsil [style*="--size:"]{font-size:var(--size)}.gps-627285303685612331.gps.gpsil [style*="--weight:"]{font-weight:var(--weight)}.gps-627285303685612331.gps.gpsil [style*="--gtc:"]{grid-template-columns:var(--gtc)}.gps-627285303685612331.gps.gpsil [style*="--h:"]{height:var(--h)}.gps-627285303685612331.gps.gpsil [style*="--jc:"]{justify-content:var(--jc)}.gps-627285303685612331.gps.gpsil [style*="--ls:"]{letter-spacing:var(--ls)}.gps-627285303685612331.gps.gpsil [style*="--lh:"]{line-height:var(--lh)}.gps-627285303685612331.gps.gpsil [style*="--tdt:"]{text-decoration-thickness:var(--tdt)}.gps-627285303685612331.gps.gpsil [style*="--m:"]{margin:var(--m)}.gps-627285303685612331.gps.gpsil [style*="--mb:"]{margin-bottom:var(--mb)}.gps-627285303685612331.gps.gpsil [style*="--mt:"]{margin-top:var(--mt)}.gps-627285303685612331.gps.gpsil [style*="--objf:"]{-o-object-fit:var(--objf);object-fit:var(--objf)}.gps-627285303685612331.gps.gpsil [style*="--op:"]{opacity:var(--op)}.gps-627285303685612331.gps.gpsil [style*="--o:"]{order:var(--o)}.gps-627285303685612331.gps.gpsil [style*="--pc:"]{place-content:var(--pc)}.gps-627285303685612331.gps.gpsil [style*="--p:"]{padding:var(--p)}.gps-627285303685612331.gps.gpsil [style*="--pb:"]{padding-bottom:var(--pb)}.gps-627285303685612331.gps.gpsil [style*="--pl:"]{padding-left:var(--pl)}.gps-627285303685612331.gps.gpsil [style*="--pr:"]{padding-right:var(--pr)}.gps-627285303685612331.gps.gpsil [style*="--pt:"]{padding-top:var(--pt)}.gps-627285303685612331.gps.gpsil [style*="--rg:"]{row-gap:var(--rg)}.gps-627285303685612331.gps.gpsil [style*="--ta:"]{text-align:var(--ta)}.gps-627285303685612331.gps.gpsil [style*="--ts:"]{text-shadow:var(--ts)}.gps-627285303685612331.gps.gpsil [style*="--tt:"]{text-transform:var(--tt)}.gps-627285303685612331.gps.gpsil [style*="--t:"]{transform:var(--t)}.gps-627285303685612331.gps.gpsil [style*="--w:"]{width:var(--w)}.gps-627285303685612331.gps.gpsil [style*="--z:"]{z-index:var(--z)}.gps-627285303685612331.gps.gpsil [style*="--line-clamp:"]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp)}@media only screen and (max-width:1024px){.gps-627285303685612331.gps.gpsil [style*="--aspect-tablet:"]{aspect-ratio:var(--aspect-tablet)}.gps-627285303685612331.gps.gpsil [style*="--size-tablet:"]{font-size:var(--size-tablet)}.gps-627285303685612331.gps.gpsil [style*="--h-tablet:"]{height:var(--h-tablet)}.gps-627285303685612331.gps.gpsil [style*="--jc-tablet:"]{justify-content:var(--jc-tablet)}.gps-627285303685612331.gps.gpsil [style*="--lh-tablet:"]{line-height:var(--lh-tablet)}.gps-627285303685612331.gps.gpsil [style*="--mb-tablet:"]{margin-bottom:var(--mb-tablet)}.gps-627285303685612331.gps.gpsil [style*="--mt-tablet:"]{margin-top:var(--mt-tablet)}.gps-627285303685612331.gps.gpsil [style*="--pb-tablet:"]{padding-bottom:var(--pb-tablet)}.gps-627285303685612331.gps.gpsil [style*="--pl-tablet:"]{padding-left:var(--pl-tablet)}.gps-627285303685612331.gps.gpsil [style*="--pr-tablet:"]{padding-right:var(--pr-tablet)}.gps-627285303685612331.gps.gpsil [style*="--pt-tablet:"]{padding-top:var(--pt-tablet)}.gps-627285303685612331.gps.gpsil [style*="--rg-tablet:"]{row-gap:var(--rg-tablet)}.gps-627285303685612331.gps.gpsil [style*="--ta-tablet:"]{text-align:var(--ta-tablet)}.gps-627285303685612331.gps.gpsil [style*="--w-tablet:"]{width:var(--w-tablet)}.gps-627285303685612331.gps.gpsil [style*="--line-clamp-tablet:"]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp-tablet)}}@media only screen and (max-width:767px){.gps-627285303685612331.gps.gpsil [style*="--aspect-mobile:"]{aspect-ratio:var(--aspect-mobile)}.gps-627285303685612331.gps.gpsil [style*="--bga-mobile:"]{background-attachment:var(--bga-mobile)}.gps-627285303685612331.gps.gpsil [style*="--bgc-mobile:"]{background-color:var(--bgc-mobile)}.gps-627285303685612331.gps.gpsil [style*="--bgi-mobile:"]{background-image:var(--bgi-mobile)}.gps-627285303685612331.gps.gpsil [style*="--bgp-mobile:"]{background-position:var(--bgp-mobile)}.gps-627285303685612331.gps.gpsil [style*="--bgr-mobile:"]{background-repeat:var(--bgr-mobile)}.gps-627285303685612331.gps.gpsil [style*="--bgs-mobile:"]{background-size:var(--bgs-mobile)}.gps-627285303685612331.gps.gpsil [style*="--cg-mobile:"]{-moz-column-gap:var(--cg-mobile);column-gap:var(--cg-mobile)}.gps-627285303685612331.gps.gpsil [style*="--size-mobile:"]{font-size:var(--size-mobile)}.gps-627285303685612331.gps.gpsil [style*="--gtc-mobile:"]{grid-template-columns:var(--gtc-mobile)}.gps-627285303685612331.gps.gpsil [style*="--h-mobile:"]{height:var(--h-mobile)}.gps-627285303685612331.gps.gpsil [style*="--ls-mobile:"]{letter-spacing:var(--ls-mobile)}.gps-627285303685612331.gps.gpsil [style*="--lh-mobile:"]{line-height:var(--lh-mobile)}.gps-627285303685612331.gps.gpsil [style*="--mb-mobile:"]{margin-bottom:var(--mb-mobile)}.gps-627285303685612331.gps.gpsil [style*="--mt-mobile:"]{margin-top:var(--mt-mobile)}.gps-627285303685612331.gps.gpsil [style*="--pb-mobile:"]{padding-bottom:var(--pb-mobile)}.gps-627285303685612331.gps.gpsil [style*="--pl-mobile:"]{padding-left:var(--pl-mobile)}.gps-627285303685612331.gps.gpsil [style*="--pr-mobile:"]{padding-right:var(--pr-mobile)}.gps-627285303685612331.gps.gpsil [style*="--pt-mobile:"]{padding-top:var(--pt-mobile)}.gps-627285303685612331.gps.gpsil [style*="--rg-mobile:"]{row-gap:var(--rg-mobile)}.gps-627285303685612331.gps.gpsil [style*="--ta-mobile:"]{text-align:var(--ta-mobile)}.gps-627285303685612331.gps.gpsil [style*="--w-mobile:"]{width:var(--w-mobile)}.gps-627285303685612331.gps.gpsil [style*="--line-clamp-mobile:"]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp-mobile)}}.gps-627285303685612331 .gp-g-paragraph-1{font-family:var(--g-p1-ff);font-size:var(--g-p1-size);font-style:var(--g-p1-fs);font-weight:var(--g-p1-weight);letter-spacing:var(--g-p1-ls);line-height:var(--g-p1-lh)}.gps-627285303685612331 .gp-relative{position:relative}.gps-627285303685612331 .gp-mx-auto{margin-left:auto;margin-right:auto}.gps-627285303685612331 .gp-mb-0{margin-bottom:0}.gps-627285303685612331 .gp-inline-block{display:inline-block}.gps-627285303685612331 .gp-flex{display:flex}.gps-627285303685612331 .gp-grid{display:grid}.gps-627285303685612331 .gp-contents{display:contents}.gps-627285303685612331 .\!gp-hidden{display:none!important}.gps-627285303685612331 .gp-hidden{display:none}.gps-627285303685612331 .gp-h-auto{height:auto}.gps-627285303685612331 .gp-h-full{height:100%}.gps-627285303685612331 .gp-w-full{width:100%}.gps-627285303685612331 .\!gp-max-w-none{max-width:none!important}.gps-627285303685612331 .gp-max-w-full{max-width:100%}.gps-627285303685612331 .gp-flex-none{flex:none}.gps-627285303685612331 .gp-grid-rows-\[1fr\]{grid-template-rows:1fr}.gps-627285303685612331 .gp-flex-col{flex-direction:column}.gps-627285303685612331 .gp-overflow-hidden{overflow:hidden}.gps-627285303685612331 .gp-bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.gps-627285303685612331 .gp-transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.gps-627285303685612331 .gp-duration-200{transition-duration:.2s}.gps-627285303685612331 .gp-ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (max-width:1024px){.gps-627285303685612331 .tablet\:\!gp-hidden{display:none!important}.gps-627285303685612331 .tablet\:gp-hidden{display:none}.gps-627285303685612331 .tablet\:gp-h-auto{height:auto}.gps-627285303685612331 .tablet\:gp-flex-none{flex:none}}@media (max-width:767px){.gps-627285303685612331 .mobile\:\!gp-hidden{display:none!important}.gps-627285303685612331 .mobile\:gp-hidden{display:none}.gps-627285303685612331 .mobile\:gp-h-auto{height:auto}.gps-627285303685612331 .mobile\:gp-flex-none{flex:none}}.gps-627285303685612331 .\[\&_\*\]\:gp-max-w-full *{max-width:100%}.gps-627285303685612331 .\[\&_\>_article\]\:gp-aspect-\[var\(--aspect\)\]>article{aspect-ratio:var(--aspect)}@media (max-width:1024px){.gps-627285303685612331 .tablet\:\[\&_\>_article\]\:gp-aspect-\[var\(--aspect-tablet\2c _var\(--aspect\)\)\]>article{aspect-ratio:var(--aspect-tablet,var(--aspect))}}@media (max-width:767px){.gps-627285303685612331 .mobile\:\[\&_\>_article\]\:gp-aspect-\[var\(--aspect-mobile\2c _var\(--aspect-tablet\2c _var\(--aspect\)\)\)\]>article{aspect-ratio:var(--aspect-mobile,var(--aspect-tablet,var(--aspect)))}}

/* Section style 12 */
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/assistant/v24/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtuZnIGaV2Q.woff) format('woff');
}
/* hebrew */
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/assistant/v24/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtuZnIGSV2YOrrM95Dylg.woff) format('woff');
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin-ext */
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/assistant/v24/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtuZnIGiV2YOrrM95Dylg.woff) format('woff');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/assistant/v24/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtuZnIGaV2YOrrM95Dw.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* Section style 13 */
.gps-627285303686267691.gps.gpsil [style*="--as:"]{align-self:var(--as)}.gps-627285303686267691.gps.gpsil [style*="--aspect:"]{aspect-ratio:var(--aspect)}.gps-627285303686267691.gps.gpsil [style*="--bg:"]{background:var(--bg)}.gps-627285303686267691.gps.gpsil [style*="--bga:"]{background-attachment:var(--bga)}.gps-627285303686267691.gps.gpsil [style*="--bgc:"]{background-color:var(--bgc)}.gps-627285303686267691.gps.gpsil [style*="--bgi:"]{background-image:var(--bgi)}.gps-627285303686267691.gps.gpsil [style*="--bgp:"]{background-position:var(--bgp)}.gps-627285303686267691.gps.gpsil [style*="--bgr:"]{background-repeat:var(--bgr)}.gps-627285303686267691.gps.gpsil [style*="--bgs:"]{background-size:var(--bgs)}.gps-627285303686267691.gps.gpsil [style*="--b:"]{border:var(--b)}.gps-627285303686267691.gps.gpsil [style*="--bb:"]{border-bottom:var(--bb)}.gps-627285303686267691.gps.gpsil [style*="--bc:"]{border-color:var(--bc)}.gps-627285303686267691.gps.gpsil [style*="--bblr:"]{border-bottom-left-radius:var(--bblr)}.gps-627285303686267691.gps.gpsil [style*="--bbrr:"]{border-bottom-right-radius:var(--bbrr)}.gps-627285303686267691.gps.gpsil [style*="--bl:"]{border-left:var(--bl)}.gps-627285303686267691.gps.gpsil [style*="--radius:"]{border-radius:var(--radius)}.gps-627285303686267691.gps.gpsil [style*="--bs:"]{border-style:var(--bs)}.gps-627285303686267691.gps.gpsil [style*="--bt:"]{border-top:var(--bt)}.gps-627285303686267691.gps.gpsil [style*="--btlr:"]{border-top-left-radius:var(--btlr)}.gps-627285303686267691.gps.gpsil [style*="--btrr:"]{border-top-right-radius:var(--btrr)}.gps-627285303686267691.gps.gpsil [style*="--bw:"]{border-width:var(--bw)}.gps-627285303686267691.gps.gpsil [style*="--shadow:"]{box-shadow:var(--shadow)}.gps-627285303686267691.gps.gpsil [style*="--c:"]{color:var(--c)}.gps-627285303686267691.gps.gpsil [style*="--cg:"]{-moz-column-gap:var(--cg);column-gap:var(--cg)}.gps-627285303686267691.gps.gpsil [style*="--ff:"]{font-family:var(--ff)}.gps-627285303686267691.gps.gpsil [style*="--size:"]{font-size:var(--size)}.gps-627285303686267691.gps.gpsil [style*="--weight:"]{font-weight:var(--weight)}.gps-627285303686267691.gps.gpsil [style*="--gtc:"]{grid-template-columns:var(--gtc)}.gps-627285303686267691.gps.gpsil [style*="--h:"]{height:var(--h)}.gps-627285303686267691.gps.gpsil [style*="--jc:"]{justify-content:var(--jc)}.gps-627285303686267691.gps.gpsil [style*="--ls:"]{letter-spacing:var(--ls)}.gps-627285303686267691.gps.gpsil [style*="--lh:"]{line-height:var(--lh)}.gps-627285303686267691.gps.gpsil [style*="--tdt:"]{text-decoration-thickness:var(--tdt)}.gps-627285303686267691.gps.gpsil [style*="--m:"]{margin:var(--m)}.gps-627285303686267691.gps.gpsil [style*="--mb:"]{margin-bottom:var(--mb)}.gps-627285303686267691.gps.gpsil [style*="--mt:"]{margin-top:var(--mt)}.gps-627285303686267691.gps.gpsil [style*="--objf:"]{-o-object-fit:var(--objf);object-fit:var(--objf)}.gps-627285303686267691.gps.gpsil [style*="--op:"]{opacity:var(--op)}.gps-627285303686267691.gps.gpsil [style*="--o:"]{order:var(--o)}.gps-627285303686267691.gps.gpsil [style*="--pc:"]{place-content:var(--pc)}.gps-627285303686267691.gps.gpsil [style*="--p:"]{padding:var(--p)}.gps-627285303686267691.gps.gpsil [style*="--pb:"]{padding-bottom:var(--pb)}.gps-627285303686267691.gps.gpsil [style*="--pl:"]{padding-left:var(--pl)}.gps-627285303686267691.gps.gpsil [style*="--pr:"]{padding-right:var(--pr)}.gps-627285303686267691.gps.gpsil [style*="--pt:"]{padding-top:var(--pt)}.gps-627285303686267691.gps.gpsil [style*="--rg:"]{row-gap:var(--rg)}.gps-627285303686267691.gps.gpsil [style*="--ta:"]{text-align:var(--ta)}.gps-627285303686267691.gps.gpsil [style*="--ts:"]{text-shadow:var(--ts)}.gps-627285303686267691.gps.gpsil [style*="--tt:"]{text-transform:var(--tt)}.gps-627285303686267691.gps.gpsil [style*="--t:"]{transform:var(--t)}.gps-627285303686267691.gps.gpsil [style*="--w:"]{width:var(--w)}.gps-627285303686267691.gps.gpsil [style*="--line-clamp:"]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp)}@media only screen and (max-width:1024px){.gps-627285303686267691.gps.gpsil [style*="--aspect-tablet:"]{aspect-ratio:var(--aspect-tablet)}.gps-627285303686267691.gps.gpsil [style*="--size-tablet:"]{font-size:var(--size-tablet)}.gps-627285303686267691.gps.gpsil [style*="--h-tablet:"]{height:var(--h-tablet)}.gps-627285303686267691.gps.gpsil [style*="--jc-tablet:"]{justify-content:var(--jc-tablet)}.gps-627285303686267691.gps.gpsil [style*="--lh-tablet:"]{line-height:var(--lh-tablet)}.gps-627285303686267691.gps.gpsil [style*="--mb-tablet:"]{margin-bottom:var(--mb-tablet)}.gps-627285303686267691.gps.gpsil [style*="--mt-tablet:"]{margin-top:var(--mt-tablet)}.gps-627285303686267691.gps.gpsil [style*="--pb-tablet:"]{padding-bottom:var(--pb-tablet)}.gps-627285303686267691.gps.gpsil [style*="--pl-tablet:"]{padding-left:var(--pl-tablet)}.gps-627285303686267691.gps.gpsil [style*="--pr-tablet:"]{padding-right:var(--pr-tablet)}.gps-627285303686267691.gps.gpsil [style*="--pt-tablet:"]{padding-top:var(--pt-tablet)}.gps-627285303686267691.gps.gpsil [style*="--rg-tablet:"]{row-gap:var(--rg-tablet)}.gps-627285303686267691.gps.gpsil [style*="--ta-tablet:"]{text-align:var(--ta-tablet)}.gps-627285303686267691.gps.gpsil [style*="--w-tablet:"]{width:var(--w-tablet)}.gps-627285303686267691.gps.gpsil [style*="--line-clamp-tablet:"]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp-tablet)}}@media only screen and (max-width:767px){.gps-627285303686267691.gps.gpsil [style*="--aspect-mobile:"]{aspect-ratio:var(--aspect-mobile)}.gps-627285303686267691.gps.gpsil [style*="--size-mobile:"]{font-size:var(--size-mobile)}.gps-627285303686267691.gps.gpsil [style*="--gtc-mobile:"]{grid-template-columns:var(--gtc-mobile)}.gps-627285303686267691.gps.gpsil [style*="--h-mobile:"]{height:var(--h-mobile)}.gps-627285303686267691.gps.gpsil [style*="--lh-mobile:"]{line-height:var(--lh-mobile)}.gps-627285303686267691.gps.gpsil [style*="--mb-mobile:"]{margin-bottom:var(--mb-mobile)}.gps-627285303686267691.gps.gpsil [style*="--mt-mobile:"]{margin-top:var(--mt-mobile)}.gps-627285303686267691.gps.gpsil [style*="--pb-mobile:"]{padding-bottom:var(--pb-mobile)}.gps-627285303686267691.gps.gpsil [style*="--pl-mobile:"]{padding-left:var(--pl-mobile)}.gps-627285303686267691.gps.gpsil [style*="--pr-mobile:"]{padding-right:var(--pr-mobile)}.gps-627285303686267691.gps.gpsil [style*="--pt-mobile:"]{padding-top:var(--pt-mobile)}.gps-627285303686267691.gps.gpsil [style*="--rg-mobile:"]{row-gap:var(--rg-mobile)}.gps-627285303686267691.gps.gpsil [style*="--ta-mobile:"]{text-align:var(--ta-mobile)}.gps-627285303686267691.gps.gpsil [style*="--w-mobile:"]{width:var(--w-mobile)}.gps-627285303686267691.gps.gpsil [style*="--line-clamp-mobile:"]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp-mobile)}}.gps-627285303686267691 .gp-relative{position:relative}.gps-627285303686267691 .gp-mx-auto{margin-left:auto;margin-right:auto}.gps-627285303686267691 .gp-mb-0{margin-bottom:0}.gps-627285303686267691 .gp-inline-block{display:inline-block}.gps-627285303686267691 .gp-flex{display:flex}.gps-627285303686267691 .gp-grid{display:grid}.gps-627285303686267691 .gp-contents{display:contents}.gps-627285303686267691 .\!gp-hidden{display:none!important}.gps-627285303686267691 .gp-hidden{display:none}.gps-627285303686267691 .gp-h-auto{height:auto}.gps-627285303686267691 .gp-h-full{height:100%}.gps-627285303686267691 .gp-w-full{width:100%}.gps-627285303686267691 .gp-max-w-full{max-width:100%}.gps-627285303686267691 .gp-flex-none{flex:none}.gps-627285303686267691 .gp-grid-rows-\[1fr\]{grid-template-rows:1fr}.gps-627285303686267691 .gp-flex-col{flex-direction:column}.gps-627285303686267691 .gp-transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.gps-627285303686267691 .gp-duration-200{transition-duration:.2s}.gps-627285303686267691 .gp-ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (max-width:1024px){.gps-627285303686267691 .tablet\:\!gp-hidden{display:none!important}.gps-627285303686267691 .tablet\:gp-hidden{display:none}.gps-627285303686267691 .tablet\:gp-h-auto{height:auto}.gps-627285303686267691 .tablet\:gp-flex-none{flex:none}}@media (max-width:767px){.gps-627285303686267691 .mobile\:\!gp-hidden{display:none!important}.gps-627285303686267691 .mobile\:gp-hidden{display:none}.gps-627285303686267691 .mobile\:gp-h-auto{height:auto}.gps-627285303686267691 .mobile\:gp-flex-none{flex:none}}.gps-627285303686267691 .\[\&_\*\]\:gp-max-w-full *{max-width:100%}

/* Section style 14 */

    body{margin:0;background:#15110f;}
  

/* Section style 15 */
 /* パソコンで見たときは"pc"のclassがついた画像が表示される */.pc {display: block !important;} .sp {display: none !important;}  /* スマートフォンで見たときは"sp"のclassがついた画像が表示される */@media only screen and (max-width: 890px) {.pc {display: none !important; } .sp {display: block !important; }} 

/* Section style 16 */

        #lus-loop-hero,
#lus-loop-hero *{
  box-sizing:border-box;
}

#lus-loop-hero{
  position:relative;
  display:block;
  width:100%;
  overflow:hidden;
  background:#15110f;
}

#lus-loop-hero .lus-loop-frame{
  display:block;
  width:100%;
  height:auto;
  min-height:420px;
  object-fit:cover;
  opacity:0;
  pointer-events:none;
}

#lus-loop-hero .lus-loop-frame-base{
  visibility:hidden;
}

#lus-loop-hero .lus-loop-frame-layer{
  position:absolute;
  inset:0;
  z-index:1;
  width:100%;
  height:100%;
  min-height:0;
  object-fit:cover;
  opacity:0;
  transform:translateZ(0);
  will-change:opacity;
  transition:opacity .12s linear;
}

#lus-loop-hero .lus-loop-frame-layer.is-active{
  opacity:1;
}

#lus-loop-hero .lus-loop-loading{
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  color:rgba(255,255,255,.72);
  font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue",sans-serif;
  font-size:12px;
  letter-spacing:.16em;
  text-transform:uppercase;
  background:linear-gradient(135deg,#2b211c,#554235);
  transition:opacity .28s ease,visibility .28s ease;
}

#lus-loop-hero.lus-loop-ready .lus-loop-loading{
  opacity:0;
  visibility:hidden;
}

@media(max-width:640px){
  #lus-loop-hero .lus-loop-frame{
    min-height:520px;
  }

  #lus-loop-hero .lus-loop-frame-layer{
    min-height:0;
  }
}

      

/* Section style 17 */
.gps-627285303685808939.gps.gpsil [style*="--as:"]{align-self:var(--as)}.gps-627285303685808939.gps.gpsil [style*="--aspect:"]{aspect-ratio:var(--aspect)}.gps-627285303685808939.gps.gpsil [style*="--bg:"]{background:var(--bg)}.gps-627285303685808939.gps.gpsil [style*="--bga:"]{background-attachment:var(--bga)}.gps-627285303685808939.gps.gpsil [style*="--bgc:"]{background-color:var(--bgc)}.gps-627285303685808939.gps.gpsil [style*="--bgi:"]{background-image:var(--bgi)}.gps-627285303685808939.gps.gpsil [style*="--bgp:"]{background-position:var(--bgp)}.gps-627285303685808939.gps.gpsil [style*="--bgr:"]{background-repeat:var(--bgr)}.gps-627285303685808939.gps.gpsil [style*="--bgs:"]{background-size:var(--bgs)}.gps-627285303685808939.gps.gpsil [style*="--b:"]{border:var(--b)}.gps-627285303685808939.gps.gpsil [style*="--bb:"]{border-bottom:var(--bb)}.gps-627285303685808939.gps.gpsil [style*="--bc:"]{border-color:var(--bc)}.gps-627285303685808939.gps.gpsil [style*="--bblr:"]{border-bottom-left-radius:var(--bblr)}.gps-627285303685808939.gps.gpsil [style*="--bbrr:"]{border-bottom-right-radius:var(--bbrr)}.gps-627285303685808939.gps.gpsil [style*="--bl:"]{border-left:var(--bl)}.gps-627285303685808939.gps.gpsil [style*="--radius:"]{border-radius:var(--radius)}.gps-627285303685808939.gps.gpsil [style*="--bs:"]{border-style:var(--bs)}.gps-627285303685808939.gps.gpsil [style*="--bt:"]{border-top:var(--bt)}.gps-627285303685808939.gps.gpsil [style*="--btlr:"]{border-top-left-radius:var(--btlr)}.gps-627285303685808939.gps.gpsil [style*="--btrr:"]{border-top-right-radius:var(--btrr)}.gps-627285303685808939.gps.gpsil [style*="--bw:"]{border-width:var(--bw)}.gps-627285303685808939.gps.gpsil [style*="--shadow:"]{box-shadow:var(--shadow)}.gps-627285303685808939.gps.gpsil [style*="--c:"]{color:var(--c)}.gps-627285303685808939.gps.gpsil [style*="--cg:"]{-moz-column-gap:var(--cg);column-gap:var(--cg)}.gps-627285303685808939.gps.gpsil [style*="--ff:"]{font-family:var(--ff)}.gps-627285303685808939.gps.gpsil [style*="--size:"]{font-size:var(--size)}.gps-627285303685808939.gps.gpsil [style*="--weight:"]{font-weight:var(--weight)}.gps-627285303685808939.gps.gpsil [style*="--gtc:"]{grid-template-columns:var(--gtc)}.gps-627285303685808939.gps.gpsil [style*="--h:"]{height:var(--h)}.gps-627285303685808939.gps.gpsil [style*="--jc:"]{justify-content:var(--jc)}.gps-627285303685808939.gps.gpsil [style*="--ls:"]{letter-spacing:var(--ls)}.gps-627285303685808939.gps.gpsil [style*="--lh:"]{line-height:var(--lh)}.gps-627285303685808939.gps.gpsil [style*="--tdt:"]{text-decoration-thickness:var(--tdt)}.gps-627285303685808939.gps.gpsil [style*="--m:"]{margin:var(--m)}.gps-627285303685808939.gps.gpsil [style*="--mb:"]{margin-bottom:var(--mb)}.gps-627285303685808939.gps.gpsil [style*="--mt:"]{margin-top:var(--mt)}.gps-627285303685808939.gps.gpsil [style*="--objf:"]{-o-object-fit:var(--objf);object-fit:var(--objf)}.gps-627285303685808939.gps.gpsil [style*="--op:"]{opacity:var(--op)}.gps-627285303685808939.gps.gpsil [style*="--o:"]{order:var(--o)}.gps-627285303685808939.gps.gpsil [style*="--pc:"]{place-content:var(--pc)}.gps-627285303685808939.gps.gpsil [style*="--p:"]{padding:var(--p)}.gps-627285303685808939.gps.gpsil [style*="--pb:"]{padding-bottom:var(--pb)}.gps-627285303685808939.gps.gpsil [style*="--pl:"]{padding-left:var(--pl)}.gps-627285303685808939.gps.gpsil [style*="--pr:"]{padding-right:var(--pr)}.gps-627285303685808939.gps.gpsil [style*="--pt:"]{padding-top:var(--pt)}.gps-627285303685808939.gps.gpsil [style*="--rg:"]{row-gap:var(--rg)}.gps-627285303685808939.gps.gpsil [style*="--ta:"]{text-align:var(--ta)}.gps-627285303685808939.gps.gpsil [style*="--ts:"]{text-shadow:var(--ts)}.gps-627285303685808939.gps.gpsil [style*="--tt:"]{text-transform:var(--tt)}.gps-627285303685808939.gps.gpsil [style*="--t:"]{transform:var(--t)}.gps-627285303685808939.gps.gpsil [style*="--w:"]{width:var(--w)}.gps-627285303685808939.gps.gpsil [style*="--line-clamp:"]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp)}@media only screen and (max-width:1024px){.gps-627285303685808939.gps.gpsil [style*="--aspect-tablet:"]{aspect-ratio:var(--aspect-tablet)}.gps-627285303685808939.gps.gpsil [style*="--size-tablet:"]{font-size:var(--size-tablet)}.gps-627285303685808939.gps.gpsil [style*="--h-tablet:"]{height:var(--h-tablet)}.gps-627285303685808939.gps.gpsil [style*="--lh-tablet:"]{line-height:var(--lh-tablet)}.gps-627285303685808939.gps.gpsil [style*="--mb-tablet:"]{margin-bottom:var(--mb-tablet)}.gps-627285303685808939.gps.gpsil [style*="--mt-tablet:"]{margin-top:var(--mt-tablet)}.gps-627285303685808939.gps.gpsil [style*="--pb-tablet:"]{padding-bottom:var(--pb-tablet)}.gps-627285303685808939.gps.gpsil [style*="--pl-tablet:"]{padding-left:var(--pl-tablet)}.gps-627285303685808939.gps.gpsil [style*="--pr-tablet:"]{padding-right:var(--pr-tablet)}.gps-627285303685808939.gps.gpsil [style*="--pt-tablet:"]{padding-top:var(--pt-tablet)}.gps-627285303685808939.gps.gpsil [style*="--rg-tablet:"]{row-gap:var(--rg-tablet)}.gps-627285303685808939.gps.gpsil [style*="--ta-tablet:"]{text-align:var(--ta-tablet)}.gps-627285303685808939.gps.gpsil [style*="--w-tablet:"]{width:var(--w-tablet)}.gps-627285303685808939.gps.gpsil [style*="--line-clamp-tablet:"]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp-tablet)}}@media only screen and (max-width:767px){.gps-627285303685808939.gps.gpsil [style*="--aspect-mobile:"]{aspect-ratio:var(--aspect-mobile)}.gps-627285303685808939.gps.gpsil [style*="--bblr-mobile:"]{border-bottom-left-radius:var(--bblr-mobile)}.gps-627285303685808939.gps.gpsil [style*="--bbrr-mobile:"]{border-bottom-right-radius:var(--bbrr-mobile)}.gps-627285303685808939.gps.gpsil [style*="--btlr-mobile:"]{border-top-left-radius:var(--btlr-mobile)}.gps-627285303685808939.gps.gpsil [style*="--btrr-mobile:"]{border-top-right-radius:var(--btrr-mobile)}.gps-627285303685808939.gps.gpsil [style*="--size-mobile:"]{font-size:var(--size-mobile)}.gps-627285303685808939.gps.gpsil [style*="--gtc-mobile:"]{grid-template-columns:var(--gtc-mobile)}.gps-627285303685808939.gps.gpsil [style*="--h-mobile:"]{height:var(--h-mobile)}.gps-627285303685808939.gps.gpsil [style*="--lh-mobile:"]{line-height:var(--lh-mobile)}.gps-627285303685808939.gps.gpsil [style*="--mb-mobile:"]{margin-bottom:var(--mb-mobile)}.gps-627285303685808939.gps.gpsil [style*="--mt-mobile:"]{margin-top:var(--mt-mobile)}.gps-627285303685808939.gps.gpsil [style*="--pb-mobile:"]{padding-bottom:var(--pb-mobile)}.gps-627285303685808939.gps.gpsil [style*="--pl-mobile:"]{padding-left:var(--pl-mobile)}.gps-627285303685808939.gps.gpsil [style*="--pr-mobile:"]{padding-right:var(--pr-mobile)}.gps-627285303685808939.gps.gpsil [style*="--pt-mobile:"]{padding-top:var(--pt-mobile)}.gps-627285303685808939.gps.gpsil [style*="--rg-mobile:"]{row-gap:var(--rg-mobile)}.gps-627285303685808939.gps.gpsil [style*="--ta-mobile:"]{text-align:var(--ta-mobile)}.gps-627285303685808939.gps.gpsil [style*="--w-mobile:"]{width:var(--w-mobile)}.gps-627285303685808939.gps.gpsil [style*="--line-clamp-mobile:"]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp-mobile)}}.gps-627285303685808939 .gp-relative{position:relative}.gps-627285303685808939 .gp-mx-auto{margin-left:auto;margin-right:auto}.gps-627285303685808939 .gp-mb-0{margin-bottom:0}.gps-627285303685808939 .gp-inline-block{display:inline-block}.gps-627285303685808939 .gp-flex{display:flex}.gps-627285303685808939 .gp-grid{display:grid}.gps-627285303685808939 .gp-contents{display:contents}.gps-627285303685808939 .\!gp-hidden{display:none!important}.gps-627285303685808939 .gp-hidden{display:none}.gps-627285303685808939 .gp-h-auto{height:auto}.gps-627285303685808939 .gp-h-full{height:100%}.gps-627285303685808939 .gp-w-full{width:100%}.gps-627285303685808939 .\!gp-max-w-none{max-width:none!important}.gps-627285303685808939 .gp-max-w-full{max-width:100%}.gps-627285303685808939 .gp-flex-none{flex:none}.gps-627285303685808939 .gp-grid-rows-\[1fr\]{grid-template-rows:1fr}.gps-627285303685808939 .gp-flex-col{flex-direction:column}.gps-627285303685808939 .gp-overflow-hidden{overflow:hidden}.gps-627285303685808939 .gp-bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.gps-627285303685808939 .gp-transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.gps-627285303685808939 .gp-duration-200{transition-duration:.2s}.gps-627285303685808939 .gp-ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (max-width:1024px){.gps-627285303685808939 .tablet\:\!gp-hidden{display:none!important}.gps-627285303685808939 .tablet\:gp-hidden{display:none}.gps-627285303685808939 .tablet\:gp-h-auto{height:auto}.gps-627285303685808939 .tablet\:gp-flex-none{flex:none}}@media (max-width:767px){.gps-627285303685808939 .mobile\:\!gp-hidden{display:none!important}.gps-627285303685808939 .mobile\:gp-hidden{display:none}.gps-627285303685808939 .mobile\:gp-h-auto{height:auto}.gps-627285303685808939 .mobile\:gp-flex-none{flex:none}}.gps-627285303685808939 .\[\&_\*\]\:gp-max-w-full *{max-width:100%}.gps-627285303685808939 .\[\&_\>_article\]\:gp-aspect-\[var\(--aspect\)\]>article{aspect-ratio:var(--aspect)}@media (max-width:1024px){.gps-627285303685808939 .tablet\:\[\&_\>_article\]\:gp-aspect-\[var\(--aspect-tablet\2c _var\(--aspect\)\)\]>article{aspect-ratio:var(--aspect-tablet,var(--aspect))}}@media (max-width:767px){.gps-627285303685808939 .mobile\:\[\&_\>_article\]\:gp-aspect-\[var\(--aspect-mobile\2c _var\(--aspect-tablet\2c _var\(--aspect\)\)\)\]>article{aspect-ratio:var(--aspect-mobile,var(--aspect-tablet,var(--aspect)))}}

/* Section style 18 */
.gps-627285303686333227.gps.gpsil [style*="--as:"]{align-self:var(--as)}.gps-627285303686333227.gps.gpsil [style*="--aspect:"]{aspect-ratio:var(--aspect)}.gps-627285303686333227.gps.gpsil [style*="--bg:"]{background:var(--bg)}.gps-627285303686333227.gps.gpsil [style*="--bga:"]{background-attachment:var(--bga)}.gps-627285303686333227.gps.gpsil [style*="--bgc:"]{background-color:var(--bgc)}.gps-627285303686333227.gps.gpsil [style*="--bgi:"]{background-image:var(--bgi)}.gps-627285303686333227.gps.gpsil [style*="--bgp:"]{background-position:var(--bgp)}.gps-627285303686333227.gps.gpsil [style*="--bgr:"]{background-repeat:var(--bgr)}.gps-627285303686333227.gps.gpsil [style*="--bgs:"]{background-size:var(--bgs)}.gps-627285303686333227.gps.gpsil [style*="--b:"]{border:var(--b)}.gps-627285303686333227.gps.gpsil [style*="--bb:"]{border-bottom:var(--bb)}.gps-627285303686333227.gps.gpsil [style*="--bbw:"]{border-bottom-width:var(--bbw)}.gps-627285303686333227.gps.gpsil [style*="--bc:"]{border-color:var(--bc)}.gps-627285303686333227.gps.gpsil [style*="--bblr:"]{border-bottom-left-radius:var(--bblr)}.gps-627285303686333227.gps.gpsil [style*="--bbrr:"]{border-bottom-right-radius:var(--bbrr)}.gps-627285303686333227.gps.gpsil [style*="--bl:"]{border-left:var(--bl)}.gps-627285303686333227.gps.gpsil [style*="--radius:"]{border-radius:var(--radius)}.gps-627285303686333227.gps.gpsil [style*="--bs:"]{border-style:var(--bs)}.gps-627285303686333227.gps.gpsil [style*="--bt:"]{border-top:var(--bt)}.gps-627285303686333227.gps.gpsil [style*="--btlr:"]{border-top-left-radius:var(--btlr)}.gps-627285303686333227.gps.gpsil [style*="--btrr:"]{border-top-right-radius:var(--btrr)}.gps-627285303686333227.gps.gpsil [style*="--bw:"]{border-width:var(--bw)}.gps-627285303686333227.gps.gpsil [style*="--shadow:"]{box-shadow:var(--shadow)}.gps-627285303686333227.gps.gpsil [style*="--c:"]{color:var(--c)}.gps-627285303686333227.gps.gpsil [style*="--cg:"]{-moz-column-gap:var(--cg);column-gap:var(--cg)}.gps-627285303686333227.gps.gpsil [style*="--ff:"]{font-family:var(--ff)}.gps-627285303686333227.gps.gpsil [style*="--size:"]{font-size:var(--size)}.gps-627285303686333227.gps.gpsil [style*="--weight:"]{font-weight:var(--weight)}.gps-627285303686333227.gps.gpsil [style*="--gtc:"]{grid-template-columns:var(--gtc)}.gps-627285303686333227.gps.gpsil [style*="--h:"]{height:var(--h)}.gps-627285303686333227.gps.gpsil [style*="--jc:"]{justify-content:var(--jc)}.gps-627285303686333227.gps.gpsil [style*="--ls:"]{letter-spacing:var(--ls)}.gps-627285303686333227.gps.gpsil [style*="--lh:"]{line-height:var(--lh)}.gps-627285303686333227.gps.gpsil [style*="--tdt:"]{text-decoration-thickness:var(--tdt)}.gps-627285303686333227.gps.gpsil [style*="--m:"]{margin:var(--m)}.gps-627285303686333227.gps.gpsil [style*="--mb:"]{margin-bottom:var(--mb)}.gps-627285303686333227.gps.gpsil [style*="--ml:"]{margin-left:var(--ml)}.gps-627285303686333227.gps.gpsil [style*="--mr:"]{margin-right:var(--mr)}.gps-627285303686333227.gps.gpsil [style*="--mt:"]{margin-top:var(--mt)}.gps-627285303686333227.gps.gpsil [style*="--minw:"]{min-width:var(--minw)}.gps-627285303686333227.gps.gpsil [style*="--objf:"]{-o-object-fit:var(--objf);object-fit:var(--objf)}.gps-627285303686333227.gps.gpsil [style*="--objp:"]{-o-object-position:var(--objp);object-position:var(--objp)}.gps-627285303686333227.gps.gpsil [style*="--op:"]{opacity:var(--op)}.gps-627285303686333227.gps.gpsil [style*="--o:"]{order:var(--o)}.gps-627285303686333227.gps.gpsil [style*="--of:"]{overflow:var(--of)}.gps-627285303686333227.gps.gpsil [style*="--pc:"]{place-content:var(--pc)}.gps-627285303686333227.gps.gpsil [style*="--p:"]{padding:var(--p)}.gps-627285303686333227.gps.gpsil [style*="--pb:"]{padding-bottom:var(--pb)}.gps-627285303686333227.gps.gpsil [style*="--pl:"]{padding-left:var(--pl)}.gps-627285303686333227.gps.gpsil [style*="--pr:"]{padding-right:var(--pr)}.gps-627285303686333227.gps.gpsil [style*="--pt:"]{padding-top:var(--pt)}.gps-627285303686333227.gps.gpsil [style*="--pos:"]{position:var(--pos)}.gps-627285303686333227.gps.gpsil [style*="--rg:"]{row-gap:var(--rg)}.gps-627285303686333227.gps.gpsil [style*="--ta:"]{text-align:var(--ta)}.gps-627285303686333227.gps.gpsil [style*="--ts:"]{text-shadow:var(--ts)}.gps-627285303686333227.gps.gpsil [style*="--tt:"]{text-transform:var(--tt)}.gps-627285303686333227.gps.gpsil [style*="--t:"]{transform:var(--t)}.gps-627285303686333227.gps.gpsil [style*="--w:"]{width:var(--w)}.gps-627285303686333227.gps.gpsil [style*="--line-clamp:"]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp)}@media only screen and (max-width:1024px){.gps-627285303686333227.gps.gpsil [style*="--aspect-tablet:"]{aspect-ratio:var(--aspect-tablet)}.gps-627285303686333227.gps.gpsil [style*="--bgc-tablet:"]{background-color:var(--bgc-tablet)}.gps-627285303686333227.gps.gpsil [style*="--bgi-tablet:"]{background-image:var(--bgi-tablet)}.gps-627285303686333227.gps.gpsil [style*="--bgp-tablet:"]{background-position:var(--bgp-tablet)}.gps-627285303686333227.gps.gpsil [style*="--bgr-tablet:"]{background-repeat:var(--bgr-tablet)}.gps-627285303686333227.gps.gpsil [style*="--bgs-tablet:"]{background-size:var(--bgs-tablet)}.gps-627285303686333227.gps.gpsil [style*="--bbw-tablet:"]{border-bottom-width:var(--bbw-tablet)}.gps-627285303686333227.gps.gpsil [style*="--size-tablet:"]{font-size:var(--size-tablet)}.gps-627285303686333227.gps.gpsil [style*="--h-tablet:"]{height:var(--h-tablet)}.gps-627285303686333227.gps.gpsil [style*="--jc-tablet:"]{justify-content:var(--jc-tablet)}.gps-627285303686333227.gps.gpsil [style*="--lh-tablet:"]{line-height:var(--lh-tablet)}.gps-627285303686333227.gps.gpsil [style*="--mb-tablet:"]{margin-bottom:var(--mb-tablet)}.gps-627285303686333227.gps.gpsil [style*="--mt-tablet:"]{margin-top:var(--mt-tablet)}.gps-627285303686333227.gps.gpsil [style*="--objf-tablet:"]{-o-object-fit:var(--objf-tablet);object-fit:var(--objf-tablet)}.gps-627285303686333227.gps.gpsil [style*="--objp-tablet:"]{-o-object-position:var(--objp-tablet);object-position:var(--objp-tablet)}.gps-627285303686333227.gps.gpsil [style*="--of-tablet:"]{overflow:var(--of-tablet)}.gps-627285303686333227.gps.gpsil [style*="--pc-tablet:"]{place-content:var(--pc-tablet)}.gps-627285303686333227.gps.gpsil [style*="--pb-tablet:"]{padding-bottom:var(--pb-tablet)}.gps-627285303686333227.gps.gpsil [style*="--pl-tablet:"]{padding-left:var(--pl-tablet)}.gps-627285303686333227.gps.gpsil [style*="--pr-tablet:"]{padding-right:var(--pr-tablet)}.gps-627285303686333227.gps.gpsil [style*="--pt-tablet:"]{padding-top:var(--pt-tablet)}.gps-627285303686333227.gps.gpsil [style*="--pos-tablet:"]{position:var(--pos-tablet)}.gps-627285303686333227.gps.gpsil [style*="--rg-tablet:"]{row-gap:var(--rg-tablet)}.gps-627285303686333227.gps.gpsil [style*="--ta-tablet:"]{text-align:var(--ta-tablet)}.gps-627285303686333227.gps.gpsil [style*="--w-tablet:"]{width:var(--w-tablet)}.gps-627285303686333227.gps.gpsil [style*="--line-clamp-tablet:"]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp-tablet)}}@media only screen and (max-width:767px){.gps-627285303686333227.gps.gpsil [style*="--aspect-mobile:"]{aspect-ratio:var(--aspect-mobile)}.gps-627285303686333227.gps.gpsil [style*="--bgc-mobile:"]{background-color:var(--bgc-mobile)}.gps-627285303686333227.gps.gpsil [style*="--bgi-mobile:"]{background-image:var(--bgi-mobile)}.gps-627285303686333227.gps.gpsil [style*="--bgp-mobile:"]{background-position:var(--bgp-mobile)}.gps-627285303686333227.gps.gpsil [style*="--bgr-mobile:"]{background-repeat:var(--bgr-mobile)}.gps-627285303686333227.gps.gpsil [style*="--bgs-mobile:"]{background-size:var(--bgs-mobile)}.gps-627285303686333227.gps.gpsil [style*="--bbw-mobile:"]{border-bottom-width:var(--bbw-mobile)}.gps-627285303686333227.gps.gpsil [style*="--shadow-mobile:"]{box-shadow:var(--shadow-mobile)}.gps-627285303686333227.gps.gpsil [style*="--cg-mobile:"]{-moz-column-gap:var(--cg-mobile);column-gap:var(--cg-mobile)}.gps-627285303686333227.gps.gpsil [style*="--size-mobile:"]{font-size:var(--size-mobile)}.gps-627285303686333227.gps.gpsil [style*="--gtc-mobile:"]{grid-template-columns:var(--gtc-mobile)}.gps-627285303686333227.gps.gpsil [style*="--h-mobile:"]{height:var(--h-mobile)}.gps-627285303686333227.gps.gpsil [style*="--lh-mobile:"]{line-height:var(--lh-mobile)}.gps-627285303686333227.gps.gpsil [style*="--mb-mobile:"]{margin-bottom:var(--mb-mobile)}.gps-627285303686333227.gps.gpsil [style*="--mt-mobile:"]{margin-top:var(--mt-mobile)}.gps-627285303686333227.gps.gpsil [style*="--objf-mobile:"]{-o-object-fit:var(--objf-mobile);object-fit:var(--objf-mobile)}.gps-627285303686333227.gps.gpsil [style*="--objp-mobile:"]{-o-object-position:var(--objp-mobile);object-position:var(--objp-mobile)}.gps-627285303686333227.gps.gpsil [style*="--of-mobile:"]{overflow:var(--of-mobile)}.gps-627285303686333227.gps.gpsil [style*="--pc-mobile:"]{place-content:var(--pc-mobile)}.gps-627285303686333227.gps.gpsil [style*="--pb-mobile:"]{padding-bottom:var(--pb-mobile)}.gps-627285303686333227.gps.gpsil [style*="--pl-mobile:"]{padding-left:var(--pl-mobile)}.gps-627285303686333227.gps.gpsil [style*="--pr-mobile:"]{padding-right:var(--pr-mobile)}.gps-627285303686333227.gps.gpsil [style*="--pt-mobile:"]{padding-top:var(--pt-mobile)}.gps-627285303686333227.gps.gpsil [style*="--pos-mobile:"]{position:var(--pos-mobile)}.gps-627285303686333227.gps.gpsil [style*="--rg-mobile:"]{row-gap:var(--rg-mobile)}.gps-627285303686333227.gps.gpsil [style*="--ta-mobile:"]{text-align:var(--ta-mobile)}.gps-627285303686333227.gps.gpsil [style*="--w-mobile:"]{width:var(--w-mobile)}.gps-627285303686333227.gps.gpsil [style*="--line-clamp-mobile:"]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp-mobile)}}.gps-627285303686333227 .gp-g-paragraph-1{font-family:var(--g-p1-ff);font-size:var(--g-p1-size);font-style:var(--g-p1-fs);font-weight:var(--g-p1-weight);letter-spacing:var(--g-p1-ls);line-height:var(--g-p1-lh)}.gps-627285303686333227 .gp-invisible{visibility:hidden}.gps-627285303686333227 .gp-absolute{position:absolute}.gps-627285303686333227 .gp-relative{position:relative}.gps-627285303686333227 .gp-top-0{top:0}.gps-627285303686333227 .-gp-z-1{z-index:-1}.gps-627285303686333227 .gp-mx-auto{margin-left:auto;margin-right:auto}.gps-627285303686333227 .gp-mb-0{margin-bottom:0}.gps-627285303686333227 .gp-block{display:block}.gps-627285303686333227 .gp-inline-block{display:inline-block}.gps-627285303686333227 .gp-flex{display:flex}.gps-627285303686333227 .gp-inline-flex{display:inline-flex}.gps-627285303686333227 .gp-grid{display:grid}.gps-627285303686333227 .gp-contents{display:contents}.gps-627285303686333227 .\!gp-hidden{display:none!important}.gps-627285303686333227 .gp-hidden{display:none}.gps-627285303686333227 .gp-h-auto{height:auto}.gps-627285303686333227 .gp-h-full{height:100%}.gps-627285303686333227 .gp-w-full{width:100%}.gps-627285303686333227 .\!gp-max-w-none{max-width:none!important}.gps-627285303686333227 .gp-max-w-full{max-width:100%}.gps-627285303686333227 .gp-flex-none{flex:none}.gps-627285303686333227 .gp-grid-rows-\[1fr\]{grid-template-rows:1fr}.gps-627285303686333227 .gp-flex-col{flex-direction:column}.gps-627285303686333227 .\!gp-content-stretch{align-content:stretch!important}.gps-627285303686333227 .gp-items-center{align-items:center}.gps-627285303686333227 .gp-justify-center{justify-content:center}.gps-627285303686333227 .\!gp-self-center{align-self:center!important}.gps-627285303686333227 .gp-self-center{align-self:center}.gps-627285303686333227 .gp-overflow-hidden{overflow:hidden}.gps-627285303686333227 .gp-bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.gps-627285303686333227 .gp-transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.gps-627285303686333227 .gp-duration-200{transition-duration:.2s}.gps-627285303686333227 .gp-ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (max-width:1024px){.gps-627285303686333227 .tablet\:\!gp-relative{position:relative!important}.gps-627285303686333227 .tablet\:gp-block{display:block}.gps-627285303686333227 .tablet\:\!gp-hidden{display:none!important}.gps-627285303686333227 .tablet\:gp-hidden{display:none}.gps-627285303686333227 .tablet\:gp-h-auto{height:auto}.gps-627285303686333227 .tablet\:gp-flex-none{flex:none}.gps-627285303686333227 .tablet\:\!gp-content-stretch{align-content:stretch!important}.gps-627285303686333227 .tablet\:gp-justify-center{justify-content:center}.gps-627285303686333227 .tablet\:\!gp-self-center{align-self:center!important}}@media (max-width:767px){.gps-627285303686333227 .mobile\:\!gp-relative{position:relative!important}.gps-627285303686333227 .mobile\:gp-block{display:block}.gps-627285303686333227 .mobile\:\!gp-hidden{display:none!important}.gps-627285303686333227 .mobile\:gp-hidden{display:none}.gps-627285303686333227 .mobile\:\!gp-h-auto{height:auto!important}.gps-627285303686333227 .mobile\:gp-h-auto{height:auto}.gps-627285303686333227 .mobile\:gp-flex-none{flex:none}.gps-627285303686333227 .mobile\:\!gp-content-stretch{align-content:stretch!important}.gps-627285303686333227 .mobile\:gp-justify-center{justify-content:center}.gps-627285303686333227 .mobile\:\!gp-self-center{align-self:center!important}}.gps-627285303686333227 .\[\&\>\*\]\:\!gp-justify-center>*{justify-content:center!important}@media (max-width:1024px){.gps-627285303686333227 .tablet\:\[\&\>\*\]\:\!gp-justify-center>*{justify-content:center!important}}@media (max-width:767px){.gps-627285303686333227 .mobile\:\[\&\>\*\]\:\!gp-justify-center>*{justify-content:center!important}}.gps-627285303686333227 .\[\&_\*\]\:gp-max-w-full *{max-width:100%}.gps-627285303686333227 .\[\&_\>_article\]\:gp-aspect-\[var\(--aspect\)\]>article{aspect-ratio:var(--aspect)}@media (max-width:1024px){.gps-627285303686333227 .tablet\:\[\&_\>_article\]\:gp-aspect-\[var\(--aspect-tablet\2c _var\(--aspect\)\)\]>article{aspect-ratio:var(--aspect-tablet,var(--aspect))}}@media (max-width:767px){.gps-627285303686333227 .mobile\:\[\&_\>_article\]\:gp-aspect-\[var\(--aspect-mobile\2c _var\(--aspect-tablet\2c _var\(--aspect\)\)\)\]>article{aspect-ratio:var(--aspect-mobile,var(--aspect-tablet,var(--aspect)))}}

/* Section style 19 */

  .lus-rate-simple,
  .lus-rate-simple * {
    box-sizing: border-box;
  }

  .lus-rate-simple {
    --lus-text: #24211f;
    --lus-sub: #777068;
    --lus-gold: #b08a49;
    --lus-line: rgba(176, 138, 73, 0.26);

    width: 100%;
    margin: 0;
    padding: 0 18px;
    color: var(--lus-text);
    background: transparent;
    font-family:
      "Yu Mincho",
      "YuMincho",
      "Hiragino Mincho ProN",
      "Hiragino Mincho Pro",
      serif;
  }

  .lus-rate-simple__inner {
    width: min(100%, 760px);
    margin: 0 auto;
    text-align: center;
  }

  .lus-rate-simple__eyebrow {
    margin: 0 0 34px;
    color: var(--lus-gold);
    font-family:
      "Times New Roman",
      "Yu Mincho",
      serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.24em;
  }

  .lus-rate-simple__head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-bottom: 18px;
    color: var(--lus-sub);
    font-size: 13px;
    letter-spacing: 0.08em;
  }

  .lus-rate-simple__display {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: baseline;
  }

  .lus-rate-simple__value {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 10px;
    min-width: 0;
  }

  .lus-rate-simple__value span {
    display: inline-block;
    min-width: 4ch;
    font-size: clamp(54px, 9vw, 92px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.04em;
    font-variant-numeric: tabular-nums;
    transition:
      opacity 180ms ease,
      transform 180ms ease;
  }

  .lus-rate-simple__value small {
    font-size: clamp(16px, 2.5vw, 24px);
    letter-spacing: 0.04em;
  }

  .lus-rate-simple__value--gold {
    color: var(--lus-gold);
  }

  .lus-rate-simple__value.is-changing span {
    opacity: 0.35;
    transform: translateY(6px);
  }

  .lus-rate-simple__meter {
    position: relative;
    width: calc(100% - 24px);
    height: 18px;
    margin: 46px auto 0;
  }

  .lus-rate-simple__meter-base,
  .lus-rate-simple__meter-fill {
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    transform: translateY(-50%);
  }

  .lus-rate-simple__meter-base {
    width: 100%;
    background: rgba(50, 45, 40, 0.16);
  }

  .lus-rate-simple__meter-fill {
    width: 0%;
    background: var(--lus-gold);
    transition: width 520ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .lus-rate-simple__meter-dot {
    position: absolute;
    top: 50%;
    left: 0%;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--lus-gold);
    box-shadow: 0 0 0 5px rgba(176, 138, 73, 0.1);
    transform: translate(-50%, -50%);
    transition: left 520ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .lus-rate-simple__meter i {
    position: absolute;
    top: 50%;
    width: 5px;
    height: 5px;
    border: 1px solid rgba(176, 138, 73, 0.45);
    border-radius: 50%;
    background: inherit;
    transform: translate(-50%, -50%);
  }

  .lus-rate-simple__scale {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 24px);
    margin: 8px auto 0;
    color: var(--lus-sub);
    font-family:
      "Yu Gothic",
      "YuGothic",
      sans-serif;
    font-size: 10px;
    letter-spacing: 0.02em;
    font-variant-numeric: tabular-nums;
  }

  @media (max-width: 640px) {
    .lus-rate-simple {
      padding: 0 14px;
    }

    .lus-rate-simple__eyebrow {
      margin-bottom: 28px;
      font-size: 10px;
    }

    .lus-rate-simple__head,
    .lus-rate-simple__display {
      gap: 12px;
    }

    .lus-rate-simple__head {
      font-size: 11px;
      line-height: 1.5;
    }

    .lus-rate-simple__value {
      gap: 5px;
    }

    .lus-rate-simple__value span {
      font-size: clamp(44px, 15vw, 64px);
    }

    .lus-rate-simple__value small {
      font-size: 14px;
    }

    .lus-rate-simple__meter {
      margin-top: 36px;
    }

    .lus-rate-simple__scale {
      font-size: 9px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .lus-rate-simple__value span,
    .lus-rate-simple__meter-fill,
    .lus-rate-simple__meter-dot {
      transition: none !important;
    }
  }


/* Section style 20 */
.gps-627285303686136619.gps.gpsil [style*="--as:"]{align-self:var(--as)}.gps-627285303686136619.gps.gpsil [style*="--aspect:"]{aspect-ratio:var(--aspect)}.gps-627285303686136619.gps.gpsil [style*="--bg:"]{background:var(--bg)}.gps-627285303686136619.gps.gpsil [style*="--bga:"]{background-attachment:var(--bga)}.gps-627285303686136619.gps.gpsil [style*="--bgc:"]{background-color:var(--bgc)}.gps-627285303686136619.gps.gpsil [style*="--bgi:"]{background-image:var(--bgi)}.gps-627285303686136619.gps.gpsil [style*="--bgp:"]{background-position:var(--bgp)}.gps-627285303686136619.gps.gpsil [style*="--bgr:"]{background-repeat:var(--bgr)}.gps-627285303686136619.gps.gpsil [style*="--bgs:"]{background-size:var(--bgs)}.gps-627285303686136619.gps.gpsil [style*="--b:"]{border:var(--b)}.gps-627285303686136619.gps.gpsil [style*="--bb:"]{border-bottom:var(--bb)}.gps-627285303686136619.gps.gpsil [style*="--bbw:"]{border-bottom-width:var(--bbw)}.gps-627285303686136619.gps.gpsil [style*="--bc:"]{border-color:var(--bc)}.gps-627285303686136619.gps.gpsil [style*="--bblr:"]{border-bottom-left-radius:var(--bblr)}.gps-627285303686136619.gps.gpsil [style*="--bbrr:"]{border-bottom-right-radius:var(--bbrr)}.gps-627285303686136619.gps.gpsil [style*="--bl:"]{border-left:var(--bl)}.gps-627285303686136619.gps.gpsil [style*="--radius:"]{border-radius:var(--radius)}.gps-627285303686136619.gps.gpsil [style*="--bs:"]{border-style:var(--bs)}.gps-627285303686136619.gps.gpsil [style*="--bt:"]{border-top:var(--bt)}.gps-627285303686136619.gps.gpsil [style*="--btlr:"]{border-top-left-radius:var(--btlr)}.gps-627285303686136619.gps.gpsil [style*="--btrr:"]{border-top-right-radius:var(--btrr)}.gps-627285303686136619.gps.gpsil [style*="--bw:"]{border-width:var(--bw)}.gps-627285303686136619.gps.gpsil [style*="--shadow:"]{box-shadow:var(--shadow)}.gps-627285303686136619.gps.gpsil [style*="--c:"]{color:var(--c)}.gps-627285303686136619.gps.gpsil [style*="--cg:"]{-moz-column-gap:var(--cg);column-gap:var(--cg)}.gps-627285303686136619.gps.gpsil [style*="--ff:"]{font-family:var(--ff)}.gps-627285303686136619.gps.gpsil [style*="--size:"]{font-size:var(--size)}.gps-627285303686136619.gps.gpsil [style*="--weight:"]{font-weight:var(--weight)}.gps-627285303686136619.gps.gpsil [style*="--gtc:"]{grid-template-columns:var(--gtc)}.gps-627285303686136619.gps.gpsil [style*="--h:"]{height:var(--h)}.gps-627285303686136619.gps.gpsil [style*="--jc:"]{justify-content:var(--jc)}.gps-627285303686136619.gps.gpsil [style*="--lh:"]{line-height:var(--lh)}.gps-627285303686136619.gps.gpsil [style*="--tdt:"]{text-decoration-thickness:var(--tdt)}.gps-627285303686136619.gps.gpsil [style*="--m:"]{margin:var(--m)}.gps-627285303686136619.gps.gpsil [style*="--mb:"]{margin-bottom:var(--mb)}.gps-627285303686136619.gps.gpsil [style*="--ml:"]{margin-left:var(--ml)}.gps-627285303686136619.gps.gpsil [style*="--mr:"]{margin-right:var(--mr)}.gps-627285303686136619.gps.gpsil [style*="--mt:"]{margin-top:var(--mt)}.gps-627285303686136619.gps.gpsil [style*="--minw:"]{min-width:var(--minw)}.gps-627285303686136619.gps.gpsil [style*="--objf:"]{-o-object-fit:var(--objf);object-fit:var(--objf)}.gps-627285303686136619.gps.gpsil [style*="--op:"]{opacity:var(--op)}.gps-627285303686136619.gps.gpsil [style*="--o:"]{order:var(--o)}.gps-627285303686136619.gps.gpsil [style*="--of:"]{overflow:var(--of)}.gps-627285303686136619.gps.gpsil [style*="--pc:"]{place-content:var(--pc)}.gps-627285303686136619.gps.gpsil [style*="--p:"]{padding:var(--p)}.gps-627285303686136619.gps.gpsil [style*="--pb:"]{padding-bottom:var(--pb)}.gps-627285303686136619.gps.gpsil [style*="--pl:"]{padding-left:var(--pl)}.gps-627285303686136619.gps.gpsil [style*="--pr:"]{padding-right:var(--pr)}.gps-627285303686136619.gps.gpsil [style*="--pt:"]{padding-top:var(--pt)}.gps-627285303686136619.gps.gpsil [style*="--pos:"]{position:var(--pos)}.gps-627285303686136619.gps.gpsil [style*="--rg:"]{row-gap:var(--rg)}.gps-627285303686136619.gps.gpsil [style*="--ta:"]{text-align:var(--ta)}.gps-627285303686136619.gps.gpsil [style*="--ts:"]{text-shadow:var(--ts)}.gps-627285303686136619.gps.gpsil [style*="--tt:"]{text-transform:var(--tt)}.gps-627285303686136619.gps.gpsil [style*="--t:"]{transform:var(--t)}.gps-627285303686136619.gps.gpsil [style*="--w:"]{width:var(--w)}.gps-627285303686136619.gps.gpsil [style*="--z:"]{z-index:var(--z)}.gps-627285303686136619.gps.gpsil [style*="--line-clamp:"]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp)}@media only screen and (max-width:1024px){.gps-627285303686136619.gps.gpsil [style*="--aspect-tablet:"]{aspect-ratio:var(--aspect-tablet)}.gps-627285303686136619.gps.gpsil [style*="--bga-tablet:"]{background-attachment:var(--bga-tablet)}.gps-627285303686136619.gps.gpsil [style*="--bgc-tablet:"]{background-color:var(--bgc-tablet)}.gps-627285303686136619.gps.gpsil [style*="--bgi-tablet:"]{background-image:var(--bgi-tablet)}.gps-627285303686136619.gps.gpsil [style*="--bgp-tablet:"]{background-position:var(--bgp-tablet)}.gps-627285303686136619.gps.gpsil [style*="--bgr-tablet:"]{background-repeat:var(--bgr-tablet)}.gps-627285303686136619.gps.gpsil [style*="--bgs-tablet:"]{background-size:var(--bgs-tablet)}.gps-627285303686136619.gps.gpsil [style*="--bbw-tablet:"]{border-bottom-width:var(--bbw-tablet)}.gps-627285303686136619.gps.gpsil [style*="--size-tablet:"]{font-size:var(--size-tablet)}.gps-627285303686136619.gps.gpsil [style*="--h-tablet:"]{height:var(--h-tablet)}.gps-627285303686136619.gps.gpsil [style*="--lh-tablet:"]{line-height:var(--lh-tablet)}.gps-627285303686136619.gps.gpsil [style*="--mb-tablet:"]{margin-bottom:var(--mb-tablet)}.gps-627285303686136619.gps.gpsil [style*="--mt-tablet:"]{margin-top:var(--mt-tablet)}.gps-627285303686136619.gps.gpsil [style*="--of-tablet:"]{overflow:var(--of-tablet)}.gps-627285303686136619.gps.gpsil [style*="--pb-tablet:"]{padding-bottom:var(--pb-tablet)}.gps-627285303686136619.gps.gpsil [style*="--pl-tablet:"]{padding-left:var(--pl-tablet)}.gps-627285303686136619.gps.gpsil [style*="--pr-tablet:"]{padding-right:var(--pr-tablet)}.gps-627285303686136619.gps.gpsil [style*="--pt-tablet:"]{padding-top:var(--pt-tablet)}.gps-627285303686136619.gps.gpsil [style*="--rg-tablet:"]{row-gap:var(--rg-tablet)}.gps-627285303686136619.gps.gpsil [style*="--ta-tablet:"]{text-align:var(--ta-tablet)}.gps-627285303686136619.gps.gpsil [style*="--w-tablet:"]{width:var(--w-tablet)}.gps-627285303686136619.gps.gpsil [style*="--line-clamp-tablet:"]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp-tablet)}}@media only screen and (max-width:767px){.gps-627285303686136619.gps.gpsil [style*="--aspect-mobile:"]{aspect-ratio:var(--aspect-mobile)}.gps-627285303686136619.gps.gpsil [style*="--bga-mobile:"]{background-attachment:var(--bga-mobile)}.gps-627285303686136619.gps.gpsil [style*="--bgc-mobile:"]{background-color:var(--bgc-mobile)}.gps-627285303686136619.gps.gpsil [style*="--bgi-mobile:"]{background-image:var(--bgi-mobile)}.gps-627285303686136619.gps.gpsil [style*="--bgp-mobile:"]{background-position:var(--bgp-mobile)}.gps-627285303686136619.gps.gpsil [style*="--bgr-mobile:"]{background-repeat:var(--bgr-mobile)}.gps-627285303686136619.gps.gpsil [style*="--bgs-mobile:"]{background-size:var(--bgs-mobile)}.gps-627285303686136619.gps.gpsil [style*="--bbw-mobile:"]{border-bottom-width:var(--bbw-mobile)}.gps-627285303686136619.gps.gpsil [style*="--bblr-mobile:"]{border-bottom-left-radius:var(--bblr-mobile)}.gps-627285303686136619.gps.gpsil [style*="--bbrr-mobile:"]{border-bottom-right-radius:var(--bbrr-mobile)}.gps-627285303686136619.gps.gpsil [style*="--btlr-mobile:"]{border-top-left-radius:var(--btlr-mobile)}.gps-627285303686136619.gps.gpsil [style*="--btrr-mobile:"]{border-top-right-radius:var(--btrr-mobile)}.gps-627285303686136619.gps.gpsil [style*="--cg-mobile:"]{-moz-column-gap:var(--cg-mobile);column-gap:var(--cg-mobile)}.gps-627285303686136619.gps.gpsil [style*="--size-mobile:"]{font-size:var(--size-mobile)}.gps-627285303686136619.gps.gpsil [style*="--gtc-mobile:"]{grid-template-columns:var(--gtc-mobile)}.gps-627285303686136619.gps.gpsil [style*="--h-mobile:"]{height:var(--h-mobile)}.gps-627285303686136619.gps.gpsil [style*="--lh-mobile:"]{line-height:var(--lh-mobile)}.gps-627285303686136619.gps.gpsil [style*="--mb-mobile:"]{margin-bottom:var(--mb-mobile)}.gps-627285303686136619.gps.gpsil [style*="--ml-mobile:"]{margin-left:var(--ml-mobile)}.gps-627285303686136619.gps.gpsil [style*="--mr-mobile:"]{margin-right:var(--mr-mobile)}.gps-627285303686136619.gps.gpsil [style*="--mt-mobile:"]{margin-top:var(--mt-mobile)}.gps-627285303686136619.gps.gpsil [style*="--of-mobile:"]{overflow:var(--of-mobile)}.gps-627285303686136619.gps.gpsil [style*="--pb-mobile:"]{padding-bottom:var(--pb-mobile)}.gps-627285303686136619.gps.gpsil [style*="--pl-mobile:"]{padding-left:var(--pl-mobile)}.gps-627285303686136619.gps.gpsil [style*="--pr-mobile:"]{padding-right:var(--pr-mobile)}.gps-627285303686136619.gps.gpsil [style*="--pt-mobile:"]{padding-top:var(--pt-mobile)}.gps-627285303686136619.gps.gpsil [style*="--rg-mobile:"]{row-gap:var(--rg-mobile)}.gps-627285303686136619.gps.gpsil [style*="--ta-mobile:"]{text-align:var(--ta-mobile)}.gps-627285303686136619.gps.gpsil [style*="--w-mobile:"]{width:var(--w-mobile)}.gps-627285303686136619.gps.gpsil [style*="--line-clamp-mobile:"]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp-mobile)}}.gps-627285303686136619 .gp-g-paragraph-1{font-family:var(--g-p1-ff);font-size:var(--g-p1-size);font-style:var(--g-p1-fs);font-weight:var(--g-p1-weight);letter-spacing:var(--g-p1-ls);line-height:var(--g-p1-lh)}.gps-627285303686136619 .gp-relative{position:relative}.gps-627285303686136619 .gp-mx-auto{margin-left:auto;margin-right:auto}.gps-627285303686136619 .gp-mb-0{margin-bottom:0}.gps-627285303686136619 .gp-block{display:block}.gps-627285303686136619 .gp-inline-block{display:inline-block}.gps-627285303686136619 .gp-flex{display:flex}.gps-627285303686136619 .gp-inline-flex{display:inline-flex}.gps-627285303686136619 .gp-grid{display:grid}.gps-627285303686136619 .gp-contents{display:contents}.gps-627285303686136619 .\!gp-hidden{display:none!important}.gps-627285303686136619 .gp-hidden{display:none}.gps-627285303686136619 .gp-h-auto{height:auto}.gps-627285303686136619 .gp-h-full{height:100%}.gps-627285303686136619 .gp-w-full{width:100%}.gps-627285303686136619 .gp-max-w-full{max-width:100%}.gps-627285303686136619 .gp-flex-none{flex:none}.gps-627285303686136619 .gp-grid-rows-\[1fr\]{grid-template-rows:1fr}.gps-627285303686136619 .gp-flex-col{flex-direction:column}.gps-627285303686136619 .gp-items-center{align-items:center}.gps-627285303686136619 .gp-justify-center{justify-content:center}.gps-627285303686136619 .gp-transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.gps-627285303686136619 .gp-duration-200{transition-duration:.2s}.gps-627285303686136619 .gp-ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (max-width:1024px){.gps-627285303686136619 .tablet\:gp-block{display:block}.gps-627285303686136619 .tablet\:\!gp-hidden{display:none!important}.gps-627285303686136619 .tablet\:gp-hidden{display:none}.gps-627285303686136619 .tablet\:gp-h-auto{height:auto}.gps-627285303686136619 .tablet\:gp-flex-none{flex:none}}@media (max-width:767px){.gps-627285303686136619 .mobile\:gp-block{display:block}.gps-627285303686136619 .mobile\:\!gp-hidden{display:none!important}.gps-627285303686136619 .mobile\:gp-hidden{display:none}.gps-627285303686136619 .mobile\:gp-h-auto{height:auto}.gps-627285303686136619 .mobile\:gp-flex-none{flex:none}}.gps-627285303686136619 .\[\&_\*\]\:gp-max-w-full *{max-width:100%}

/* Section style 21 */
.gps-627535238100156975.gps.gpsil [style*="--bg:"]{background:var(--bg)}.gps-627535238100156975.gps.gpsil [style*="--bga:"]{background-attachment:var(--bga)}.gps-627535238100156975.gps.gpsil [style*="--bgc:"]{background-color:var(--bgc)}.gps-627535238100156975.gps.gpsil [style*="--bgi:"]{background-image:var(--bgi)}.gps-627535238100156975.gps.gpsil [style*="--bgp:"]{background-position:var(--bgp)}.gps-627535238100156975.gps.gpsil [style*="--bgr:"]{background-repeat:var(--bgr)}.gps-627535238100156975.gps.gpsil [style*="--bgs:"]{background-size:var(--bgs)}.gps-627535238100156975.gps.gpsil [style*="--b:"]{border:var(--b)}.gps-627535238100156975.gps.gpsil [style*="--bb:"]{border-bottom:var(--bb)}.gps-627535238100156975.gps.gpsil [style*="--bc:"]{border-color:var(--bc)}.gps-627535238100156975.gps.gpsil [style*="--bblr:"]{border-bottom-left-radius:var(--bblr)}.gps-627535238100156975.gps.gpsil [style*="--bbrr:"]{border-bottom-right-radius:var(--bbrr)}.gps-627535238100156975.gps.gpsil [style*="--bl:"]{border-left:var(--bl)}.gps-627535238100156975.gps.gpsil [style*="--bs:"]{border-style:var(--bs)}.gps-627535238100156975.gps.gpsil [style*="--bt:"]{border-top:var(--bt)}.gps-627535238100156975.gps.gpsil [style*="--btlr:"]{border-top-left-radius:var(--btlr)}.gps-627535238100156975.gps.gpsil [style*="--btrr:"]{border-top-right-radius:var(--btrr)}.gps-627535238100156975.gps.gpsil [style*="--bw:"]{border-width:var(--bw)}.gps-627535238100156975.gps.gpsil [style*="--c:"]{color:var(--c)}.gps-627535238100156975.gps.gpsil [style*="--cg:"]{-moz-column-gap:var(--cg);column-gap:var(--cg)}.gps-627535238100156975.gps.gpsil [style*="--gtc:"]{grid-template-columns:var(--gtc)}.gps-627535238100156975.gps.gpsil [style*="--jc:"]{justify-content:var(--jc)}.gps-627535238100156975.gps.gpsil [style*="--m:"]{margin:var(--m)}.gps-627535238100156975.gps.gpsil [style*="--mb:"]{margin-bottom:var(--mb)}.gps-627535238100156975.gps.gpsil [style*="--mt:"]{margin-top:var(--mt)}.gps-627535238100156975.gps.gpsil [style*="--op:"]{opacity:var(--op)}.gps-627535238100156975.gps.gpsil [style*="--o:"]{order:var(--o)}.gps-627535238100156975.gps.gpsil [style*="--pc:"]{place-content:var(--pc)}.gps-627535238100156975.gps.gpsil [style*="--p:"]{padding:var(--p)}.gps-627535238100156975.gps.gpsil [style*="--pb:"]{padding-bottom:var(--pb)}.gps-627535238100156975.gps.gpsil [style*="--pl:"]{padding-left:var(--pl)}.gps-627535238100156975.gps.gpsil [style*="--pr:"]{padding-right:var(--pr)}.gps-627535238100156975.gps.gpsil [style*="--pt:"]{padding-top:var(--pt)}.gps-627535238100156975.gps.gpsil [style*="--rg:"]{row-gap:var(--rg)}.gps-627535238100156975.gps.gpsil [style*="--ta:"]{text-align:var(--ta)}.gps-627535238100156975.gps.gpsil [style*="--t:"]{transform:var(--t)}.gps-627535238100156975.gps.gpsil [style*="--w:"]{width:var(--w)}@media only screen and (max-width:1024px){.gps-627535238100156975.gps.gpsil [style*="--bga-tablet:"]{background-attachment:var(--bga-tablet)}.gps-627535238100156975.gps.gpsil [style*="--bgc-tablet:"]{background-color:var(--bgc-tablet)}.gps-627535238100156975.gps.gpsil [style*="--bgi-tablet:"]{background-image:var(--bgi-tablet)}.gps-627535238100156975.gps.gpsil [style*="--bgp-tablet:"]{background-position:var(--bgp-tablet)}.gps-627535238100156975.gps.gpsil [style*="--bgr-tablet:"]{background-repeat:var(--bgr-tablet)}.gps-627535238100156975.gps.gpsil [style*="--bgs-tablet:"]{background-size:var(--bgs-tablet)}.gps-627535238100156975.gps.gpsil [style*="--mt-tablet:"]{margin-top:var(--mt-tablet)}.gps-627535238100156975.gps.gpsil [style*="--pb-tablet:"]{padding-bottom:var(--pb-tablet)}.gps-627535238100156975.gps.gpsil [style*="--pl-tablet:"]{padding-left:var(--pl-tablet)}.gps-627535238100156975.gps.gpsil [style*="--pr-tablet:"]{padding-right:var(--pr-tablet)}.gps-627535238100156975.gps.gpsil [style*="--pt-tablet:"]{padding-top:var(--pt-tablet)}.gps-627535238100156975.gps.gpsil [style*="--w-tablet:"]{width:var(--w-tablet)}}@media only screen and (max-width:767px){.gps-627535238100156975.gps.gpsil [style*="--mb-mobile:"]{margin-bottom:var(--mb-mobile)}.gps-627535238100156975.gps.gpsil [style*="--pb-mobile:"]{padding-bottom:var(--pb-mobile)}.gps-627535238100156975.gps.gpsil [style*="--pl-mobile:"]{padding-left:var(--pl-mobile)}.gps-627535238100156975.gps.gpsil [style*="--pr-mobile:"]{padding-right:var(--pr-mobile)}.gps-627535238100156975.gps.gpsil [style*="--pt-mobile:"]{padding-top:var(--pt-mobile)}.gps-627535238100156975.gps.gpsil [style*="--w-mobile:"]{width:var(--w-mobile)}}.gps-627535238100156975 .gp-relative{position:relative}.gps-627535238100156975 .gp-mx-auto{margin-left:auto;margin-right:auto}.gps-627535238100156975 .gp-mb-0{margin-bottom:0}.gps-627535238100156975 .gp-flex{display:flex}.gps-627535238100156975 .gp-grid{display:grid}.gps-627535238100156975 .\!gp-hidden{display:none!important}.gps-627535238100156975 .gp-hidden{display:none}.gps-627535238100156975 .gp-max-w-full{max-width:100%}.gps-627535238100156975 .gp-grid-rows-\[1fr\]{grid-template-rows:1fr}.gps-627535238100156975 .gp-flex-col{flex-direction:column}.gps-627535238100156975 .gp-transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.gps-627535238100156975 .gp-duration-200{transition-duration:.2s}.gps-627535238100156975 .gp-ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (max-width:1024px){.gps-627535238100156975 .tablet\:\!gp-hidden{display:none!important}.gps-627535238100156975 .tablet\:gp-hidden{display:none}}@media (max-width:767px){.gps-627535238100156975 .mobile\:\!gp-hidden{display:none!important}.gps-627535238100156975 .mobile\:gp-hidden{display:none}}.gps-627535238100156975 .\[\&_\*\]\:gp-max-w-full *{max-width:100%}

/* Section style 22 */

  .gp-lus-time-table,
  .gp-lus-time-table * {
    box-sizing: border-box;
  }

  .gp-lus-time-table {
    position: relative;
    width: 100%;
    margin: 0;
    padding: clamp(42px, 7vw, 78px) 0;
    overflow: hidden;
    color: #fffaf3;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    background:
      radial-gradient(circle at 50% 22%, rgba(255,255,255,.17) 0 8%, transparent 32%),
      linear-gradient(135deg, #ac9279 0%, #715743 52%, #ac9279 100%);
  }

  .gp-lus-time-table__orb {
    position: absolute;
    display: block;
    border-radius: 999px;
    pointer-events: none;
    opacity: .42;
    filter: blur(18px);
    background: rgba(255,244,224,.62);
    animation: gp-lus-time-float 9s ease-in-out infinite alternate;
  }

  .gp-lus-time-table__orb--a {
    width: 190px;
    height: 190px;
    top: -70px;
    left: -58px;
  }

  .gp-lus-time-table__orb--b {
    width: 130px;
    height: 130px;
    right: 6%;
    top: 18%;
    animation-delay: -2s;
  }

  .gp-lus-time-table__orb--c {
    width: 170px;
    height: 170px;
    left: 14%;
    bottom: -90px;
    animation-delay: -5s;
  }

  .gp-lus-time-table__inner {
    position: relative;
    z-index: 1;
    width: min(100% - 24px, 860px);
    margin: 0 auto;
  }

  .gp-lus-time-table__head {
    text-align: center;
    margin: 0 0 26px;
    padding: 0 10px;
  }

  .gp-lus-time-table__head h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(28px, 5vw, 44px);
    line-height: 1.36;
    letter-spacing: 0;
    font-weight: 700;
  }

  .gp-lus-time-table__head p {
    max-width: 620px;
    margin: 16px auto 0;
    color: rgba(255,250,243,.86);
    font-size: clamp(14px, 2.1vw, 16px);
    line-height: 1.9;
  }

  .gp-lus-time-table__scroll {
    width: 100%;
    overflow: visible;
  }

  .gp-lus-time-table__table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    color: #1d1d1d;
    background:
      radial-gradient(circle at 50% 18%, rgba(255,255,255,.82) 0 22%, transparent 54%),
      linear-gradient(145deg, #fffaf4 0%, #f2ece4 100%);
    border: 1px solid rgba(120,105,88,.16);
    box-shadow: 0 22px 70px rgba(45,31,22,.18);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .gp-lus-time-table__table th,
  .gp-lus-time-table__table td {
    padding: 21px 8px;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid rgba(85,72,60,.14);
    letter-spacing: .02em;
  }

 .gp-lus-time-table__table th:nth-child(1),
.gp-lus-time-table__table td:nth-child(1) {
  width: 20%;
}

.gp-lus-time-table__table th:nth-child(2),
.gp-lus-time-table__table td:nth-child(2) {
  width: 23%;
}

.gp-lus-time-table__table th:nth-child(3),
.gp-lus-time-table__table td:nth-child(3) {
  width: 57%;
}

  .gp-lus-time-table__table thead th {
    color: #2a2520;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    background: rgba(255,255,255,.22);
  }

  .gp-lus-time-table__table tbody th {
    color: #1d1d1d;
    background: rgba(255,255,255,.28);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    white-space: nowrap;
  }

  .gp-lus-time-table__table tbody td {
    color: #1d1d1d;
    background: rgba(255,255,255,.16);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
  }

  .gp-lus-time-table__table tbody tr:nth-child(even) td {
    background: rgba(245,238,229,.78);
  }

  .gp-lus-time-table__table tbody tr:nth-child(even) th {
    background: rgba(239,230,218,.95);
  }

  .gp-lus-time-table__table tbody tr:last-child th,
  .gp-lus-time-table__table tbody tr:last-child td {
    border-bottom: 0;
  }

  .gp-lus-time-table__table td strong {
    display: inline-block;
    max-width: 100%;
    color: #171717;
    font-size: 20px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .01em;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
  }

  .gp-lus-time-table__table td span {
    display: block;
    margin: 6px 0 0;
    color: #4f463f;
    font-size: 12px;
    font-weight: 700;
  }

  .gp-lus-time-table__table tbody td:last-child {
    padding-left: 4px;
    padding-right: 4px;
  }

  .gp-lus-time-table__table tbody td:last-child strong {
    color: transparent;
    background: linear-gradient(100deg, #8a6a25 0%, #c59c3e 48%, #7c5d1d 100%);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: clamp(21px, 3vw, 24px);
    letter-spacing: -.03em;
  }

  .gp-lus-time-table__note {
    max-width: 760px;
    margin: 18px auto 0;
    padding: 0 12px;
    color: rgba(255,250,243,.72);
    font-size: 9px;
    line-height: 1.8;
    text-align: center;
  }

  @keyframes gp-lus-time-float {
    0% {
      transform: translate3d(-8px, 10px, 0) scale(1);
    }

    100% {
      transform: translate3d(12px, -12px, 0) scale(1.08);
    }
  }

  @media (max-width: 640px) {
    .gp-lus-time-table {
      padding: 38px 0;
    }

    .gp-lus-time-table__inner {
      width: calc(100% - 8px);
    }

    .gp-lus-time-table__head {
      padding: 0 14px;
    }

    .gp-lus-time-table__head h2 {
      font-size: 24px;
      line-height: 1.55;
    }

    .gp-lus-time-table__table th,
    .gp-lus-time-table__table td {
      padding: 14px 3px;
      letter-spacing: 0;
    }

 {
  .gp-lus-time-table__table th:nth-child(1),
  .gp-lus-time-table__table td:nth-child(1) {
    width: 19%;
  }

  .gp-lus-time-table__table th:nth-child(2),
  .gp-lus-time-table__table td:nth-child(2) {
    width: 22%;
  }

  .gp-lus-time-table__table th:nth-child(3),
  .gp-lus-time-table__table td:nth-child(3) {
    width: 59%;
  }
}

    .gp-lus-time-table__table thead th {
      font-size: 10px;
      line-height: 1.45;
    }

    .gp-lus-time-table__table tbody th {
      font-size: 11px;
    }

    .gp-lus-time-table__table td strong {
      font-size: clamp(14px, 3.8vw, 17px);
    }

    .gp-lus-time-table__table tbody td:last-child strong {
      font-size: clamp(16px, 4.45vw, 19px);
      letter-spacing: -.045em;
    }

    .gp-lus-time-table__table td span {
      margin-top: 4px;
      font-size: 9px;
    }

    .gp-lus-time-table__note {
      font-size: 9px;
    }
  }
  /* ===== 年間コスト削減カード ===== */

.gp-lus-time-table__annual-highlight{

    margin:32px auto 0;
    max-width:640px;

    padding:24px 18px;

    border-radius:24px;

    background:
linear-gradient(
145deg,
rgba(255,255,255,.95) 0%,
rgba(252,248,241,.97) 45%,
rgba(246,239,229,.95) 100%);

    backdrop-filter:blur(18px);

   border:1px solid rgba(198,170,120,.28);

   box-shadow:
0 18px 50px rgba(60,40,20,.12),
0 2px 8px rgba(255,255,255,.8) inset,
0 -8px 20px rgba(220,200,170,.25) inset;

    text-align:center;

}

.gp-lus-time-table__annual-label{

    display:inline-block;

    padding:6px 14px;

    border-radius:999px;

    background:#efe4d3;

    color:#8d6a2c;
    
    border:1px solid rgba(186,148,80,.3);

    font-size:12px;

    font-weight:700;

    letter-spacing:.18em;

}

.gp-lus-time-table__annual-main{

    margin-top:18px;

}

.gp-lus-time-table__annual-prefix{

    display:block;

    color:#2f2a25;

    font-size:20px;

    font-weight:700;

    margin-bottom:8px;

}

/* ===== 金額：落ち着いた箔押し風 ===== */

.gp-lus-time-table__annual-price {
  display: block;
  position: relative;
  color: transparent;

  background:
    /* ごく細い箔の筋 */
    repeating-linear-gradient(
      96deg,
      rgba(255,255,255,.10) 0,
      rgba(255,255,255,.10) 1px,
      rgba(91,58,12,.05) 1px,
      rgba(91,58,12,.05) 2px
    ),
    /* 金属の濃淡 */
    linear-gradient(
      180deg,
      #7f5917 0%,
      #b98727 18%,
      #e2bd61 38%,
      #a9781e 58%,
      #d9ae4d 76%,
      #795111 100%
    );

  -webkit-background-clip: text;
  background-clip: text;

  font-size: clamp(42px, 7vw, 78px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -.035em;
  font-variant-numeric: tabular-nums;

  /* 発光ではなく、箔の立体感 */
  text-shadow:
    0 1px 0 rgba(255,255,255,.25),
    0 2px 2px rgba(95,62,16,.12);

  filter: none;
  animation: none;
}

.gp-lus-time-table__annual-small{

    font-size:.38em;

}

.gp-lus-time-table__annual-unit{

    font-size:.42em;

}

.gp-lus-time-table__annual-caption{

    display:block;

    margin-top:18px;

    color:#6d6257;

    font-size:13px;

    line-height:1.8;

}
@keyframes goldShine{

0%{
filter:brightness(1);
}

50%{
filter:brightness(1.06);
}

100%{
filter:brightness(1);
}

}

/* ===== 金額：落ち着いた箔押し風 ===== */

.gp-lus-time-table__annual-price {
  display: block;
  position: relative;
  color: transparent;

  background:
    /* ごく細い箔の筋 */
    repeating-linear-gradient(
      96deg,
      rgba(255,255,255,.10) 0,
      rgba(255,255,255,.10) 1px,
      rgba(91,58,12,.05) 1px,
      rgba(91,58,12,.05) 2px
    ),
    /* 金属の濃淡 */
    linear-gradient(
      180deg,
      #7f5917 0%,
      #b98727 18%,
      #e2bd61 38%,
      #a9781e 58%,
      #d9ae4d 76%,
      #795111 100%
    );

  -webkit-background-clip: text;
  background-clip: text;

  font-size: clamp(42px, 7vw, 78px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -.035em;
  font-variant-numeric: tabular-nums;

  /* 発光ではなく、箔の立体感 */
  text-shadow:
    0 1px 0 rgba(255,255,255,.25),
    0 2px 2px rgba(95,62,16,.12);

  filter: none;
  animation: none;
}


.gp-lus-time-table__annual-main{

position:relative;

padding:18px 0;

}

.gp-lus-time-table__annual-main::before,
.gp-lus-time-table__annual-main::after{

content:"";

position:absolute;

left:50%;

transform:translateX(-50%);

width:70%;

height:1px;

background:
linear-gradient(
90deg,
transparent,
rgba(190,150,80,.55),
transparent);

}

.gp-lus-time-table__annual-main::before{

top:0;

}

.gp-lus-time-table__annual-main::after{

bottom:0;

}


/* Section style 23 */

  .lus-payback,
  .lus-payback * {
    box-sizing: border-box;
  }

  .lus-payback {
    width: 100%;
    margin: 0;
    padding: clamp(52px, 8vw, 90px) 0;
    overflow: hidden;
    color: #26211d;
    font-family:
      "Yu Gothic",
      YuGothic,
      "Hiragino Kaku Gothic ProN",
      Meiryo,
      sans-serif;
    background:
      radial-gradient(
        circle at 50% 5%,
        rgba(255, 255, 255, 0.96) 0,
        rgba(255, 255, 255, 0.38) 28%,
        transparent 58%
      ),
      linear-gradient(
        155deg,
        #f8f3ec 0%,
        #eee2d3 52%,
        #d9c5b0 100%
      );
  }

  .lus-payback__inner {
    width: min(100% - 28px, 860px);
    margin: 0 auto;
  }

  /* 見出し */
  .lus-payback__header {
    margin: 0 auto 30px;
    padding: 0 12px;
    text-align: center;
  }


  .lus-payback__header h2 {
    margin: 0;
    color: #29231f;
    font-size: clamp(29px, 5.5vw, 45px);
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.02em;
  }

  .lus-payback__header p {
    margin: 18px auto 0;
    color: #685e55;
    font-size: clamp(14px, 2vw, 16px);
    font-weight: 500;
    line-height: 1.9;
  }

  /* 導入費カード */
  .lus-payback__price-card {
    width: min(100%, 620px);
    margin: 0 auto;
    padding: 24px 18px;
    text-align: center;
    border: 1px solid rgba(171, 130, 54, 0.24);
    border-radius: 24px;
    background:
      radial-gradient(
        circle at 50% 0%,
        rgba(255, 255, 255, 0.98),
        transparent 62%
      ),
      linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.94),
        rgba(247, 240, 231, 0.92)
      );
    box-shadow:
      0 20px 55px rgba(74, 51, 31, 0.1),
      inset 0 1px 0 rgba(255, 255, 255, 0.9);
  }

  .lus-payback__price-label {
    display: block;
    margin: 0 0 8px;
    color: #655a51;
    font-size: 13px;
    font-weight: 700;
  }

  .lus-payback__price {
    display: block;
    color: #2e2924;
    font-size: clamp(36px, 7vw, 58px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.03em;
    font-variant-numeric: tabular-nums;
  }

  .lus-payback__price span {
    margin-right: 8px;
    color: #8e7041;
    font-size: 0.34em;
    letter-spacing: 0;
  }

  .lus-payback__price small {
    margin-left: 5px;
    color: #8e7041;
    font-size: 0.38em;
  }
.lus-payback__monthly strong small {
  color: #4a433d;
  font-size: 0.42em;
  font-weight: 700;
}
  /* 下矢印 */
  .lus-payback__arrow {
    position: relative;
    width: 40px;
    height: 52px;
    margin: 0 auto;
  }

  .lus-payback__arrow::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 50%;
    width: 1px;
    height: 25px;
    background: linear-gradient(
      180deg,
      rgba(174, 132, 55, 0.15),
      rgba(174, 132, 55, 0.8)
    );
    transform: translateX(-50%);
  }

  .lus-payback__arrow::after {
    content: "";
    position: absolute;
    bottom: 8px;
    left: 50%;
    width: 11px;
    height: 11px;
    border-right: 1px solid #a87d31;
    border-bottom: 1px solid #a87d31;
    transform: translateX(-50%) rotate(45deg);
  }

  /* 選択ボタン */
  .lus-payback__selector {
    margin: 0 auto 20px;
    text-align: center;
  }

  .lus-payback__selector-title {
    margin: 0 0 14px;
    color: #554b43;
    font-size: 13px;
    font-weight: 700;
  }

  .lus-payback__buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }

  .lus-payback__buttons button {
    min-width: 76px;
    padding: 10px 15px;
    border: 1px solid rgba(151, 121, 75, 0.2);
    border-radius: 999px;
    color: #4e453e;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 5px 15px rgba(68, 49, 32, 0.05);
    transition:
      transform 0.25s ease,
      color 0.25s ease,
      background 0.25s ease,
      border-color 0.25s ease;
  }

  .lus-payback__buttons button:hover {
    transform: translateY(-2px);
  }

  .lus-payback__buttons button.is-active {
    color: #fff;
    border-color: #a57b2f;
    background: linear-gradient(
      120deg,
      #8d6725 0%,
      #c79c43 46%,
      #94702c 100%
    );
    box-shadow: 0 8px 22px rgba(128, 91, 31, 0.2);
  }

  /* 回収期間カード */
  .lus-payback__result {
    position: relative;
    width: min(100%, 700px);
    margin: 0 auto;
    padding: clamp(30px, 6vw, 50px) 20px;
    overflow: hidden;
    text-align: center;
    border: 1px solid rgba(188, 151, 78, 0.36);
    border-radius: 30px;
    background:
      radial-gradient(
        circle at 50% 0%,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0.65) 42%,
        transparent 76%
      ),
      linear-gradient(
        145deg,
        #fffdf9 0%,
        #f7efe4 55%,
        #eee0cd 100%
      );
    box-shadow:
      0 25px 70px rgba(69, 47, 28, 0.14),
      inset 0 1px 0 #fff;
  }

  .lus-payback__result::before,
  .lus-payback__result::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 20%;
    height: 1px;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(177, 132, 49, 0.48)
    );
  }

  .lus-payback__result::before {
    left: 0;
  }

  .lus-payback__result::after {
    right: 0;
    transform: rotate(180deg);
  }

  .lus-payback__result-condition {
    display: inline-block;
    margin-bottom: 13px;
    padding: 7px 15px;
    border-radius: 999px;
    color: #795c29;
    font-size: 13px;
    font-weight: 700;
    background: rgba(215, 187, 132, 0.18);
  }

  .lus-payback__result-lead {
    margin: 0 0 5px;
    color: #4b433c;
    font-size: 15px;
    font-weight: 700;
  }

  .lus-payback__result-period {
    display: block;
    margin: 4px 0 10px;
    color: transparent;
    font-size: clamp(49px, 11vw, 84px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.04em;
    font-variant-numeric: tabular-nums;
    background:
      repeating-linear-gradient(
        96deg,
        rgba(255, 255, 255, 0.1) 0,
        rgba(255, 255, 255, 0.1) 1px,
        rgba(91, 58, 12, 0.05) 1px,
        rgba(91, 58, 12, 0.05) 2px
      ),
      linear-gradient(
        180deg,
        #775015 0%,
        #b58429 24%,
        #e0ba5d 45%,
        #a87720 68%,
        #765014 100%
      );
    -webkit-background-clip: text;
    background-clip: text;
    text-shadow:
      0 1px 0 rgba(255, 255, 255, 0.24),
      0 2px 2px rgba(95, 62, 16, 0.1);
  }

  .lus-payback__result-sub {
    display: block;
    color: #74695f;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.7;
  }

  .lus-payback__result-divider {
    width: min(70%, 360px);
    height: 1px;
    margin: 22px auto;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(178, 137, 62, 0.42),
      transparent
    );
  }

  .lus-payback__monthly span {
    display: block;
    margin-bottom: 5px;
    color: #665d55;
    font-size: 12px;
    font-weight: 600;
  }

 .lus-payback__monthly strong {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  margin-top: 8px;
  color: #25211e;
  font-size: clamp(22px, 5vw, 32px);
  font-weight: 800;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.lus-payback__monthly strong span {
  color: #a57b2f;
  font-size: clamp(38px, 9vw, 58px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.035em;
}

  /* 進捗ライン */
  .lus-payback__progress {
    width: min(88%, 600px);
    margin: 30px auto 44px;
  }

  .lus-payback__progress-line {
    position: relative;
    height: 5px;
    border-radius: 999px;
    background: rgba(150, 128, 103, 0.18);
  }

  .lus-payback__progress-fill {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(
      90deg,
      #9d7228,
      #e2bd64,
      #9c7127
    );
  }

  .lus-payback__progress-point {
    position: absolute;
    top: 50%;
    width: 13px;
    height: 13px;
    border: 3px solid #fffaf3;
    border-radius: 50%;
    background: #9c732d;
    box-shadow: 0 2px 8px rgba(74, 50, 25, 0.2);
    transform: translateY(-50%);
  }

  .lus-payback__progress-point--start {
    left: 0;
  }

  .lus-payback__progress-point--finish {
    right: 0;
  }

  .lus-payback__progress-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    color: #675d54;
    font-size: 11px;
  }

  .lus-payback__progress-labels strong {
    color: #916a27;
  }

  /* 表 */
  .lus-payback__table-wrap {
    overflow: hidden;
    border: 1px solid rgba(132, 112, 91, 0.15);
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 22px 60px rgba(65, 44, 27, 0.1);
  }

  .lus-payback__table-wrap h3 {
    margin: 0;
    padding: 23px 16px;
    color: #2d2824;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.45);
  }

  .lus-payback__table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }

  .lus-payback__table th,
  .lus-payback__table td {
    padding: 17px 7px;
    border-top: 1px solid rgba(100, 82, 66, 0.13);
    text-align: center;
    vertical-align: middle;
  }

  .lus-payback__table thead th {
    color: #4f463e;
    font-size: 12px;
    font-weight: 700;
    background: #f3eade;
  }

  .lus-payback__table tbody th {
    color: #292521;
    font-size: 13px;
    font-weight: 700;
  }

  .lus-payback__table tbody td {
    color: #4a433d;
    font-size: 13px;
    font-weight: 500;
  }

  .lus-payback__table tbody tr:nth-child(even) {
    background: rgba(235, 224, 211, 0.43);
  }

  .lus-payback__table tbody td strong {
    color: #9a7129;
    font-size: 15px;
    font-weight: 800;
  }

  .lus-payback__table tbody tr.is-highlight {
    background:
      linear-gradient(
        90deg,
        rgba(204, 166, 93, 0.1),
        rgba(255, 255, 255, 0.82),
        rgba(204, 166, 93, 0.1)
      );
  }

  .lus-payback__note {
    margin: 18px auto 0;
    padding: 0 10px;
    color: #595959;
    font-size: 9px;
    line-height: 1.8;
    text-align: center;
  }

  .lus-payback__sp {
    display: none;
  }

  @media (max-width: 640px) {
    .lus-payback {
      padding: 45px 0;
    }

    .lus-payback__inner {
      width: calc(100% - 16px);
    }

    .lus-payback__header h2 {
      font-size: 27px;
    }

    .lus-payback__sp {
      display: block;
    }

    .lus-payback__price-card {
      border-radius: 20px;
    }

    .lus-payback__buttons {
      gap: 7px;
    }

    .lus-payback__buttons button {
      min-width: calc(25% - 8px);
      padding: 10px 8px;
      font-size: 11px;
    }

    .lus-payback__result {
      padding: 32px 13px;
      border-radius: 24px;
    }

    .lus-payback__result::before,
    .lus-payback__result::after {
      width: 11%;
    }

    .lus-payback__table-wrap {
      border-radius: 20px;
    }

    .lus-payback__table th,
    .lus-payback__table td {
      padding: 14px 3px;
    }

    .lus-payback__table thead th {
      font-size: 10px;
    }

    @media (max-width: 640px) {
  .lus-payback__table thead th {
    font-size: 11px;
  }

  .lus-payback__table tbody th {
    font-size: 12px;
    font-weight: 800;
  }

  .lus-payback__table tbody td {
    font-size: 12px;
  }

  .lus-payback__table tbody td:nth-child(2) {
    font-size: 16px;
    font-weight: 800;
  }

  .lus-payback__table tbody td:nth-child(3) {
    font-size: 16px;
    font-weight: 800;
  }

  .lus-payback__monthly strong span {
    font-size: clamp(40px, 12vw, 54px);
  }
  
  /* 公開ページ側の文字サイズ上書き・スマホ自動拡大対策 */
html body .lus-payback .lus-payback__note {
  display: block !important;
  width: 100% !important;
  max-width: 760px !important;
  margin: 16px auto 0 !important;
  padding: 0 10px !important;

  font-family:
    "Yu Gothic",
    YuGothic,
    "Hiragino Kaku Gothic ProN",
    Meiryo,
    sans-serif !important;

  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
  letter-spacing: 0 !important;

  color: #665a50 !important;
  text-align: left !important;

  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
}


/* セクション全体のスマホ文字自動拡大を防止 */
.lus-payback {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

@media screen and (max-width: 640px) {
  html body .lus-payback .lus-payback__note {
    font-size: 9px !important;
    line-height: 1.65 !important;
    padding: 0 8px !important;
  }
html body section.lus-payback p.lus-payback__note,
html body section.lus-payback .lus-payback__note {
  font-size: 9px !important;
}
}
 

  @media (prefers-reduced-motion: reduce) {
    .lus-payback__buttons button {
      transition: none;
    }
  }
  /* ===== 回収期間一覧：数字を大きく強調 ===== */

.lus-payback__table thead th {
  color: #3f3731;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.lus-payback__table tbody th {
  color: #24201d;
  font-size: 15px;
  font-weight: 800;
}

.lus-payback__table tbody td {
  color: #2c2723;
  font-size: 14px;
  font-weight: 600;
}

.lus-payback__table tbody td:nth-child(2) {
  color: #24201d;
  font-size: 18px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.lus-payback__table tbody td:nth-child(3) {
  color: #9a7129;
  font-size: 18px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.lus-payback__table tbody td:nth-child(3) strong {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/* ===== 回収期間一覧：再作成版 ===== */

.lus-payback__table--rebuild {
  width: 100% !important;
  table-layout: fixed !important;
  border-collapse: collapse !important;
}

.lus-payback__table--rebuild th,
.lus-payback__table--rebuild td {
  padding: 21px 8px !important;
  text-align: center !important;
  vertical-align: middle !important;
  line-height: 1.45 !important;
}

.lus-payback__table--rebuild thead th {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #2a2520 !important;
}

.lus-payback__table--rebuild tbody th {
  width: 20% !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  color: #171717 !important;
  white-space: nowrap !important;
}

.lus-payback__annual,
.lus-payback__period-cell {
  white-space: nowrap !important;
  font-variant-numeric: tabular-nums !important;
}

.lus-payback__annual .lus-payback__number {
  font-size: clamp(21px, 3vw, 24px) !important;
  font-weight: 800 !important;
  color: #171717 !important;
  letter-spacing: -0.03em !important;
}

.lus-payback__period-cell .lus-payback__number {
  font-size: clamp(21px, 3vw, 24px) !important;
  font-weight: 800 !important;
  color: #9a7129 !important;
  letter-spacing: -0.03em !important;
}

.lus-payback__prefix,
.lus-payback__unit {
  display: inline-block !important;
  font-size: 0.62em !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  vertical-align: baseline !important;
  margin: 0 0.04em !important;
}

.lus-payback__annual .lus-payback__prefix,
.lus-payback__annual .lus-payback__unit {
  color: #171717 !important;
}

.lus-payback__period-cell .lus-payback__prefix,
.lus-payback__period-cell .lus-payback__unit {
  color: #9a7129 !important;
}

.lus-payback__period-cell strong {
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}

@media (max-width: 640px) {
  .lus-payback__table--rebuild th,
  .lus-payback__table--rebuild td {
    padding: 16px 3px !important;
  }

  .lus-payback__table--rebuild thead th {
    font-size: 11px !important;
  }

  .lus-payback__table--rebuild tbody th {
    font-size: 13px !important;
  }

  .lus-payback__annual .lus-payback__number,
  .lus-payback__period-cell .lus-payback__number {
    font-size: clamp(18px, 5.2vw, 22px) !important;
  }

  .lus-payback__prefix,
  .lus-payback__unit {
    font-size: 0.56em !important;
  }
.lus-payback__result-period {
  display: inline-flex !important;
  align-items: baseline !important;
  justify-content: center !important;
  gap: 0.04em !important;
}

.lus-payback__period-number {
  font-size: 1em !important;
  line-height: 1 !important;
}

.lus-payback__period-small {
  font-size: 0.46em !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  vertical-align: baseline !important;
}
}
}
}


/* Section style 24 */
.gps-627535404580471689.gps.gpsil [style*="--as:"]{align-self:var(--as)}.gps-627535404580471689.gps.gpsil [style*="--aspect:"]{aspect-ratio:var(--aspect)}.gps-627535404580471689.gps.gpsil [style*="--bg:"]{background:var(--bg)}.gps-627535404580471689.gps.gpsil [style*="--bga:"]{background-attachment:var(--bga)}.gps-627535404580471689.gps.gpsil [style*="--bgc:"]{background-color:var(--bgc)}.gps-627535404580471689.gps.gpsil [style*="--bgi:"]{background-image:var(--bgi)}.gps-627535404580471689.gps.gpsil [style*="--bgp:"]{background-position:var(--bgp)}.gps-627535404580471689.gps.gpsil [style*="--bgr:"]{background-repeat:var(--bgr)}.gps-627535404580471689.gps.gpsil [style*="--bgs:"]{background-size:var(--bgs)}.gps-627535404580471689.gps.gpsil [style*="--b:"]{border:var(--b)}.gps-627535404580471689.gps.gpsil [style*="--bb:"]{border-bottom:var(--bb)}.gps-627535404580471689.gps.gpsil [style*="--bc:"]{border-color:var(--bc)}.gps-627535404580471689.gps.gpsil [style*="--bblr:"]{border-bottom-left-radius:var(--bblr)}.gps-627535404580471689.gps.gpsil [style*="--bbrr:"]{border-bottom-right-radius:var(--bbrr)}.gps-627535404580471689.gps.gpsil [style*="--bl:"]{border-left:var(--bl)}.gps-627535404580471689.gps.gpsil [style*="--radius:"]{border-radius:var(--radius)}.gps-627535404580471689.gps.gpsil [style*="--bs:"]{border-style:var(--bs)}.gps-627535404580471689.gps.gpsil [style*="--bt:"]{border-top:var(--bt)}.gps-627535404580471689.gps.gpsil [style*="--btlr:"]{border-top-left-radius:var(--btlr)}.gps-627535404580471689.gps.gpsil [style*="--btrr:"]{border-top-right-radius:var(--btrr)}.gps-627535404580471689.gps.gpsil [style*="--bw:"]{border-width:var(--bw)}.gps-627535404580471689.gps.gpsil [style*="--shadow:"]{box-shadow:var(--shadow)}.gps-627535404580471689.gps.gpsil [style*="--c:"]{color:var(--c)}.gps-627535404580471689.gps.gpsil [style*="--cg:"]{-moz-column-gap:var(--cg);column-gap:var(--cg)}.gps-627535404580471689.gps.gpsil [style*="--ff:"]{font-family:var(--ff)}.gps-627535404580471689.gps.gpsil [style*="--size:"]{font-size:var(--size)}.gps-627535404580471689.gps.gpsil [style*="--weight:"]{font-weight:var(--weight)}.gps-627535404580471689.gps.gpsil [style*="--gtc:"]{grid-template-columns:var(--gtc)}.gps-627535404580471689.gps.gpsil [style*="--h:"]{height:var(--h)}.gps-627535404580471689.gps.gpsil [style*="--jc:"]{justify-content:var(--jc)}.gps-627535404580471689.gps.gpsil [style*="--lh:"]{line-height:var(--lh)}.gps-627535404580471689.gps.gpsil [style*="--tdt:"]{text-decoration-thickness:var(--tdt)}.gps-627535404580471689.gps.gpsil [style*="--m:"]{margin:var(--m)}.gps-627535404580471689.gps.gpsil [style*="--mb:"]{margin-bottom:var(--mb)}.gps-627535404580471689.gps.gpsil [style*="--mt:"]{margin-top:var(--mt)}.gps-627535404580471689.gps.gpsil [style*="--objf:"]{-o-object-fit:var(--objf);object-fit:var(--objf)}.gps-627535404580471689.gps.gpsil [style*="--op:"]{opacity:var(--op)}.gps-627535404580471689.gps.gpsil [style*="--o:"]{order:var(--o)}.gps-627535404580471689.gps.gpsil [style*="--pc:"]{place-content:var(--pc)}.gps-627535404580471689.gps.gpsil [style*="--p:"]{padding:var(--p)}.gps-627535404580471689.gps.gpsil [style*="--pb:"]{padding-bottom:var(--pb)}.gps-627535404580471689.gps.gpsil [style*="--pl:"]{padding-left:var(--pl)}.gps-627535404580471689.gps.gpsil [style*="--pr:"]{padding-right:var(--pr)}.gps-627535404580471689.gps.gpsil [style*="--pt:"]{padding-top:var(--pt)}.gps-627535404580471689.gps.gpsil [style*="--rg:"]{row-gap:var(--rg)}.gps-627535404580471689.gps.gpsil [style*="--ta:"]{text-align:var(--ta)}.gps-627535404580471689.gps.gpsil [style*="--ts:"]{text-shadow:var(--ts)}.gps-627535404580471689.gps.gpsil [style*="--t:"]{transform:var(--t)}.gps-627535404580471689.gps.gpsil [style*="--w:"]{width:var(--w)}@media only screen and (max-width:1024px){.gps-627535404580471689.gps.gpsil [style*="--aspect-tablet:"]{aspect-ratio:var(--aspect-tablet)}.gps-627535404580471689.gps.gpsil [style*="--bga-tablet:"]{background-attachment:var(--bga-tablet)}.gps-627535404580471689.gps.gpsil [style*="--bgc-tablet:"]{background-color:var(--bgc-tablet)}.gps-627535404580471689.gps.gpsil [style*="--bgi-tablet:"]{background-image:var(--bgi-tablet)}.gps-627535404580471689.gps.gpsil [style*="--bgp-tablet:"]{background-position:var(--bgp-tablet)}.gps-627535404580471689.gps.gpsil [style*="--bgr-tablet:"]{background-repeat:var(--bgr-tablet)}.gps-627535404580471689.gps.gpsil [style*="--bgs-tablet:"]{background-size:var(--bgs-tablet)}.gps-627535404580471689.gps.gpsil [style*="--size-tablet:"]{font-size:var(--size-tablet)}.gps-627535404580471689.gps.gpsil [style*="--h-tablet:"]{height:var(--h-tablet)}.gps-627535404580471689.gps.gpsil [style*="--lh-tablet:"]{line-height:var(--lh-tablet)}.gps-627535404580471689.gps.gpsil [style*="--mb-tablet:"]{margin-bottom:var(--mb-tablet)}.gps-627535404580471689.gps.gpsil [style*="--mt-tablet:"]{margin-top:var(--mt-tablet)}.gps-627535404580471689.gps.gpsil [style*="--pb-tablet:"]{padding-bottom:var(--pb-tablet)}.gps-627535404580471689.gps.gpsil [style*="--pl-tablet:"]{padding-left:var(--pl-tablet)}.gps-627535404580471689.gps.gpsil [style*="--pr-tablet:"]{padding-right:var(--pr-tablet)}.gps-627535404580471689.gps.gpsil [style*="--pt-tablet:"]{padding-top:var(--pt-tablet)}.gps-627535404580471689.gps.gpsil [style*="--ta-tablet:"]{text-align:var(--ta-tablet)}.gps-627535404580471689.gps.gpsil [style*="--w-tablet:"]{width:var(--w-tablet)}}@media only screen and (max-width:767px){.gps-627535404580471689.gps.gpsil [style*="--aspect-mobile:"]{aspect-ratio:var(--aspect-mobile)}.gps-627535404580471689.gps.gpsil [style*="--size-mobile:"]{font-size:var(--size-mobile)}.gps-627535404580471689.gps.gpsil [style*="--h-mobile:"]{height:var(--h-mobile)}.gps-627535404580471689.gps.gpsil [style*="--lh-mobile:"]{line-height:var(--lh-mobile)}.gps-627535404580471689.gps.gpsil [style*="--mb-mobile:"]{margin-bottom:var(--mb-mobile)}.gps-627535404580471689.gps.gpsil [style*="--mt-mobile:"]{margin-top:var(--mt-mobile)}.gps-627535404580471689.gps.gpsil [style*="--pb-mobile:"]{padding-bottom:var(--pb-mobile)}.gps-627535404580471689.gps.gpsil [style*="--pl-mobile:"]{padding-left:var(--pl-mobile)}.gps-627535404580471689.gps.gpsil [style*="--pr-mobile:"]{padding-right:var(--pr-mobile)}.gps-627535404580471689.gps.gpsil [style*="--pt-mobile:"]{padding-top:var(--pt-mobile)}.gps-627535404580471689.gps.gpsil [style*="--ta-mobile:"]{text-align:var(--ta-mobile)}.gps-627535404580471689.gps.gpsil [style*="--w-mobile:"]{width:var(--w-mobile)}}.gps-627535404580471689 .gp-relative{position:relative}.gps-627535404580471689 .gp-mx-auto{margin-left:auto;margin-right:auto}.gps-627535404580471689 .gp-mb-0{margin-bottom:0}.gps-627535404580471689 .gp-inline-block{display:inline-block}.gps-627535404580471689 .gp-flex{display:flex}.gps-627535404580471689 .gp-grid{display:grid}.gps-627535404580471689 .gp-contents{display:contents}.gps-627535404580471689 .\!gp-hidden{display:none!important}.gps-627535404580471689 .gp-hidden{display:none}.gps-627535404580471689 .gp-h-auto{height:auto}.gps-627535404580471689 .gp-h-full{height:100%}.gps-627535404580471689 .gp-w-full{width:100%}.gps-627535404580471689 .gp-max-w-full{max-width:100%}.gps-627535404580471689 .gp-flex-none{flex:none}.gps-627535404580471689 .gp-grid-rows-\[1fr\]{grid-template-rows:1fr}.gps-627535404580471689 .gp-flex-col{flex-direction:column}.gps-627535404580471689 .gp-transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.gps-627535404580471689 .gp-duration-200{transition-duration:.2s}.gps-627535404580471689 .gp-ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (max-width:1024px){.gps-627535404580471689 .tablet\:\!gp-hidden{display:none!important}.gps-627535404580471689 .tablet\:gp-hidden{display:none}.gps-627535404580471689 .tablet\:gp-h-auto{height:auto}.gps-627535404580471689 .tablet\:gp-flex-none{flex:none}}@media (max-width:767px){.gps-627535404580471689 .mobile\:\!gp-hidden{display:none!important}.gps-627535404580471689 .mobile\:gp-hidden{display:none}.gps-627535404580471689 .mobile\:gp-h-auto{height:auto}.gps-627535404580471689 .mobile\:gp-flex-none{flex:none}}.gps-627535404580471689 .\[\&_\*\]\:gp-max-w-full *{max-width:100%}

/* Section style 25 */
.gps-628706098966168163.gps.gpsil [style*="--as:"]{align-self:var(--as)}.gps-628706098966168163.gps.gpsil [style*="--aspect:"]{aspect-ratio:var(--aspect)}.gps-628706098966168163.gps.gpsil [style*="--bg:"]{background:var(--bg)}.gps-628706098966168163.gps.gpsil [style*="--bga:"]{background-attachment:var(--bga)}.gps-628706098966168163.gps.gpsil [style*="--bgc:"]{background-color:var(--bgc)}.gps-628706098966168163.gps.gpsil [style*="--bgi:"]{background-image:var(--bgi)}.gps-628706098966168163.gps.gpsil [style*="--bgp:"]{background-position:var(--bgp)}.gps-628706098966168163.gps.gpsil [style*="--bgr:"]{background-repeat:var(--bgr)}.gps-628706098966168163.gps.gpsil [style*="--bgs:"]{background-size:var(--bgs)}.gps-628706098966168163.gps.gpsil [style*="--b:"]{border:var(--b)}.gps-628706098966168163.gps.gpsil [style*="--bb:"]{border-bottom:var(--bb)}.gps-628706098966168163.gps.gpsil [style*="--bc:"]{border-color:var(--bc)}.gps-628706098966168163.gps.gpsil [style*="--bblr:"]{border-bottom-left-radius:var(--bblr)}.gps-628706098966168163.gps.gpsil [style*="--bbrr:"]{border-bottom-right-radius:var(--bbrr)}.gps-628706098966168163.gps.gpsil [style*="--bl:"]{border-left:var(--bl)}.gps-628706098966168163.gps.gpsil [style*="--radius:"]{border-radius:var(--radius)}.gps-628706098966168163.gps.gpsil [style*="--bs:"]{border-style:var(--bs)}.gps-628706098966168163.gps.gpsil [style*="--bt:"]{border-top:var(--bt)}.gps-628706098966168163.gps.gpsil [style*="--btlr:"]{border-top-left-radius:var(--btlr)}.gps-628706098966168163.gps.gpsil [style*="--btrr:"]{border-top-right-radius:var(--btrr)}.gps-628706098966168163.gps.gpsil [style*="--bw:"]{border-width:var(--bw)}.gps-628706098966168163.gps.gpsil [style*="--shadow:"]{box-shadow:var(--shadow)}.gps-628706098966168163.gps.gpsil [style*="--c:"]{color:var(--c)}.gps-628706098966168163.gps.gpsil [style*="--cg:"]{-moz-column-gap:var(--cg);column-gap:var(--cg)}.gps-628706098966168163.gps.gpsil [style*="--ff:"]{font-family:var(--ff)}.gps-628706098966168163.gps.gpsil [style*="--size:"]{font-size:var(--size)}.gps-628706098966168163.gps.gpsil [style*="--weight:"]{font-weight:var(--weight)}.gps-628706098966168163.gps.gpsil [style*="--gtc:"]{grid-template-columns:var(--gtc)}.gps-628706098966168163.gps.gpsil [style*="--h:"]{height:var(--h)}.gps-628706098966168163.gps.gpsil [style*="--jc:"]{justify-content:var(--jc)}.gps-628706098966168163.gps.gpsil [style*="--lh:"]{line-height:var(--lh)}.gps-628706098966168163.gps.gpsil [style*="--tdt:"]{text-decoration-thickness:var(--tdt)}.gps-628706098966168163.gps.gpsil [style*="--m:"]{margin:var(--m)}.gps-628706098966168163.gps.gpsil [style*="--mb:"]{margin-bottom:var(--mb)}.gps-628706098966168163.gps.gpsil [style*="--mt:"]{margin-top:var(--mt)}.gps-628706098966168163.gps.gpsil [style*="--objf:"]{-o-object-fit:var(--objf);object-fit:var(--objf)}.gps-628706098966168163.gps.gpsil [style*="--op:"]{opacity:var(--op)}.gps-628706098966168163.gps.gpsil [style*="--o:"]{order:var(--o)}.gps-628706098966168163.gps.gpsil [style*="--pc:"]{place-content:var(--pc)}.gps-628706098966168163.gps.gpsil [style*="--p:"]{padding:var(--p)}.gps-628706098966168163.gps.gpsil [style*="--pb:"]{padding-bottom:var(--pb)}.gps-628706098966168163.gps.gpsil [style*="--pl:"]{padding-left:var(--pl)}.gps-628706098966168163.gps.gpsil [style*="--pr:"]{padding-right:var(--pr)}.gps-628706098966168163.gps.gpsil [style*="--pt:"]{padding-top:var(--pt)}.gps-628706098966168163.gps.gpsil [style*="--rg:"]{row-gap:var(--rg)}.gps-628706098966168163.gps.gpsil [style*="--ta:"]{text-align:var(--ta)}.gps-628706098966168163.gps.gpsil [style*="--ts:"]{text-shadow:var(--ts)}.gps-628706098966168163.gps.gpsil [style*="--t:"]{transform:var(--t)}.gps-628706098966168163.gps.gpsil [style*="--w:"]{width:var(--w)}@media only screen and (max-width:1024px){.gps-628706098966168163.gps.gpsil [style*="--aspect-tablet:"]{aspect-ratio:var(--aspect-tablet)}.gps-628706098966168163.gps.gpsil [style*="--size-tablet:"]{font-size:var(--size-tablet)}.gps-628706098966168163.gps.gpsil [style*="--h-tablet:"]{height:var(--h-tablet)}.gps-628706098966168163.gps.gpsil [style*="--lh-tablet:"]{line-height:var(--lh-tablet)}.gps-628706098966168163.gps.gpsil [style*="--mb-tablet:"]{margin-bottom:var(--mb-tablet)}.gps-628706098966168163.gps.gpsil [style*="--mt-tablet:"]{margin-top:var(--mt-tablet)}.gps-628706098966168163.gps.gpsil [style*="--pb-tablet:"]{padding-bottom:var(--pb-tablet)}.gps-628706098966168163.gps.gpsil [style*="--pl-tablet:"]{padding-left:var(--pl-tablet)}.gps-628706098966168163.gps.gpsil [style*="--pr-tablet:"]{padding-right:var(--pr-tablet)}.gps-628706098966168163.gps.gpsil [style*="--pt-tablet:"]{padding-top:var(--pt-tablet)}.gps-628706098966168163.gps.gpsil [style*="--ta-tablet:"]{text-align:var(--ta-tablet)}.gps-628706098966168163.gps.gpsil [style*="--w-tablet:"]{width:var(--w-tablet)}}@media only screen and (max-width:767px){.gps-628706098966168163.gps.gpsil [style*="--aspect-mobile:"]{aspect-ratio:var(--aspect-mobile)}.gps-628706098966168163.gps.gpsil [style*="--size-mobile:"]{font-size:var(--size-mobile)}.gps-628706098966168163.gps.gpsil [style*="--h-mobile:"]{height:var(--h-mobile)}.gps-628706098966168163.gps.gpsil [style*="--lh-mobile:"]{line-height:var(--lh-mobile)}.gps-628706098966168163.gps.gpsil [style*="--mb-mobile:"]{margin-bottom:var(--mb-mobile)}.gps-628706098966168163.gps.gpsil [style*="--mt-mobile:"]{margin-top:var(--mt-mobile)}.gps-628706098966168163.gps.gpsil [style*="--pb-mobile:"]{padding-bottom:var(--pb-mobile)}.gps-628706098966168163.gps.gpsil [style*="--pl-mobile:"]{padding-left:var(--pl-mobile)}.gps-628706098966168163.gps.gpsil [style*="--pr-mobile:"]{padding-right:var(--pr-mobile)}.gps-628706098966168163.gps.gpsil [style*="--pt-mobile:"]{padding-top:var(--pt-mobile)}.gps-628706098966168163.gps.gpsil [style*="--ta-mobile:"]{text-align:var(--ta-mobile)}.gps-628706098966168163.gps.gpsil [style*="--w-mobile:"]{width:var(--w-mobile)}}.gps-628706098966168163 .gp-relative{position:relative}.gps-628706098966168163 .gp-mx-auto{margin-left:auto;margin-right:auto}.gps-628706098966168163 .gp-mb-0{margin-bottom:0}.gps-628706098966168163 .gp-inline-block{display:inline-block}.gps-628706098966168163 .gp-flex{display:flex}.gps-628706098966168163 .gp-grid{display:grid}.gps-628706098966168163 .gp-contents{display:contents}.gps-628706098966168163 .\!gp-hidden{display:none!important}.gps-628706098966168163 .gp-hidden{display:none}.gps-628706098966168163 .gp-h-auto{height:auto}.gps-628706098966168163 .gp-h-full{height:100%}.gps-628706098966168163 .gp-w-full{width:100%}.gps-628706098966168163 .gp-max-w-full{max-width:100%}.gps-628706098966168163 .gp-flex-none{flex:none}.gps-628706098966168163 .gp-grid-rows-\[1fr\]{grid-template-rows:1fr}.gps-628706098966168163 .gp-flex-col{flex-direction:column}.gps-628706098966168163 .gp-transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.gps-628706098966168163 .gp-duration-200{transition-duration:.2s}.gps-628706098966168163 .gp-ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (max-width:1024px){.gps-628706098966168163 .tablet\:\!gp-hidden{display:none!important}.gps-628706098966168163 .tablet\:gp-hidden{display:none}.gps-628706098966168163 .tablet\:gp-h-auto{height:auto}.gps-628706098966168163 .tablet\:gp-flex-none{flex:none}}@media (max-width:767px){.gps-628706098966168163 .mobile\:\!gp-hidden{display:none!important}.gps-628706098966168163 .mobile\:gp-hidden{display:none}.gps-628706098966168163 .mobile\:gp-h-auto{height:auto}.gps-628706098966168163 .mobile\:gp-flex-none{flex:none}}.gps-628706098966168163 .\[\&_\*\]\:gp-max-w-full *{max-width:100%}

/* Section style 26 */
.gps-627535464257028708.gps.gpsil [style*="--as:"]{align-self:var(--as)}.gps-627535464257028708.gps.gpsil [style*="--aspect:"]{aspect-ratio:var(--aspect)}.gps-627535464257028708.gps.gpsil [style*="--bg:"]{background:var(--bg)}.gps-627535464257028708.gps.gpsil [style*="--bga:"]{background-attachment:var(--bga)}.gps-627535464257028708.gps.gpsil [style*="--bgc:"]{background-color:var(--bgc)}.gps-627535464257028708.gps.gpsil [style*="--bgi:"]{background-image:var(--bgi)}.gps-627535464257028708.gps.gpsil [style*="--bgp:"]{background-position:var(--bgp)}.gps-627535464257028708.gps.gpsil [style*="--bgr:"]{background-repeat:var(--bgr)}.gps-627535464257028708.gps.gpsil [style*="--bgs:"]{background-size:var(--bgs)}.gps-627535464257028708.gps.gpsil [style*="--b:"]{border:var(--b)}.gps-627535464257028708.gps.gpsil [style*="--bb:"]{border-bottom:var(--bb)}.gps-627535464257028708.gps.gpsil [style*="--bbw:"]{border-bottom-width:var(--bbw)}.gps-627535464257028708.gps.gpsil [style*="--bc:"]{border-color:var(--bc)}.gps-627535464257028708.gps.gpsil [style*="--bblr:"]{border-bottom-left-radius:var(--bblr)}.gps-627535464257028708.gps.gpsil [style*="--bbrr:"]{border-bottom-right-radius:var(--bbrr)}.gps-627535464257028708.gps.gpsil [style*="--bl:"]{border-left:var(--bl)}.gps-627535464257028708.gps.gpsil [style*="--radius:"]{border-radius:var(--radius)}.gps-627535464257028708.gps.gpsil [style*="--bs:"]{border-style:var(--bs)}.gps-627535464257028708.gps.gpsil [style*="--bt:"]{border-top:var(--bt)}.gps-627535464257028708.gps.gpsil [style*="--btlr:"]{border-top-left-radius:var(--btlr)}.gps-627535464257028708.gps.gpsil [style*="--btrr:"]{border-top-right-radius:var(--btrr)}.gps-627535464257028708.gps.gpsil [style*="--bw:"]{border-width:var(--bw)}.gps-627535464257028708.gps.gpsil [style*="--shadow:"]{box-shadow:var(--shadow)}.gps-627535464257028708.gps.gpsil [style*="--c:"]{color:var(--c)}.gps-627535464257028708.gps.gpsil [style*="--cg:"]{-moz-column-gap:var(--cg);column-gap:var(--cg)}.gps-627535464257028708.gps.gpsil [style*="--ff:"]{font-family:var(--ff)}.gps-627535464257028708.gps.gpsil [style*="--size:"]{font-size:var(--size)}.gps-627535464257028708.gps.gpsil [style*="--weight:"]{font-weight:var(--weight)}.gps-627535464257028708.gps.gpsil [style*="--gtc:"]{grid-template-columns:var(--gtc)}.gps-627535464257028708.gps.gpsil [style*="--h:"]{height:var(--h)}.gps-627535464257028708.gps.gpsil [style*="--jc:"]{justify-content:var(--jc)}.gps-627535464257028708.gps.gpsil [style*="--lh:"]{line-height:var(--lh)}.gps-627535464257028708.gps.gpsil [style*="--tdt:"]{text-decoration-thickness:var(--tdt)}.gps-627535464257028708.gps.gpsil [style*="--m:"]{margin:var(--m)}.gps-627535464257028708.gps.gpsil [style*="--mb:"]{margin-bottom:var(--mb)}.gps-627535464257028708.gps.gpsil [style*="--ml:"]{margin-left:var(--ml)}.gps-627535464257028708.gps.gpsil [style*="--mr:"]{margin-right:var(--mr)}.gps-627535464257028708.gps.gpsil [style*="--mt:"]{margin-top:var(--mt)}.gps-627535464257028708.gps.gpsil [style*="--minw:"]{min-width:var(--minw)}.gps-627535464257028708.gps.gpsil [style*="--objf:"]{-o-object-fit:var(--objf);object-fit:var(--objf)}.gps-627535464257028708.gps.gpsil [style*="--op:"]{opacity:var(--op)}.gps-627535464257028708.gps.gpsil [style*="--o:"]{order:var(--o)}.gps-627535464257028708.gps.gpsil [style*="--of:"]{overflow:var(--of)}.gps-627535464257028708.gps.gpsil [style*="--pc:"]{place-content:var(--pc)}.gps-627535464257028708.gps.gpsil [style*="--p:"]{padding:var(--p)}.gps-627535464257028708.gps.gpsil [style*="--pb:"]{padding-bottom:var(--pb)}.gps-627535464257028708.gps.gpsil [style*="--pl:"]{padding-left:var(--pl)}.gps-627535464257028708.gps.gpsil [style*="--pr:"]{padding-right:var(--pr)}.gps-627535464257028708.gps.gpsil [style*="--pt:"]{padding-top:var(--pt)}.gps-627535464257028708.gps.gpsil [style*="--rg:"]{row-gap:var(--rg)}.gps-627535464257028708.gps.gpsil [style*="--ta:"]{text-align:var(--ta)}.gps-627535464257028708.gps.gpsil [style*="--ts:"]{text-shadow:var(--ts)}.gps-627535464257028708.gps.gpsil [style*="--tt:"]{text-transform:var(--tt)}.gps-627535464257028708.gps.gpsil [style*="--t:"]{transform:var(--t)}.gps-627535464257028708.gps.gpsil [style*="--w:"]{width:var(--w)}.gps-627535464257028708.gps.gpsil [style*="--line-clamp:"]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp)}@media only screen and (max-width:1024px){.gps-627535464257028708.gps.gpsil [style*="--aspect-tablet:"]{aspect-ratio:var(--aspect-tablet)}.gps-627535464257028708.gps.gpsil [style*="--bga-tablet:"]{background-attachment:var(--bga-tablet)}.gps-627535464257028708.gps.gpsil [style*="--bgc-tablet:"]{background-color:var(--bgc-tablet)}.gps-627535464257028708.gps.gpsil [style*="--bgi-tablet:"]{background-image:var(--bgi-tablet)}.gps-627535464257028708.gps.gpsil [style*="--bgp-tablet:"]{background-position:var(--bgp-tablet)}.gps-627535464257028708.gps.gpsil [style*="--bgr-tablet:"]{background-repeat:var(--bgr-tablet)}.gps-627535464257028708.gps.gpsil [style*="--bgs-tablet:"]{background-size:var(--bgs-tablet)}.gps-627535464257028708.gps.gpsil [style*="--bbw-tablet:"]{border-bottom-width:var(--bbw-tablet)}.gps-627535464257028708.gps.gpsil [style*="--bblr-tablet:"]{border-bottom-left-radius:var(--bblr-tablet)}.gps-627535464257028708.gps.gpsil [style*="--bbrr-tablet:"]{border-bottom-right-radius:var(--bbrr-tablet)}.gps-627535464257028708.gps.gpsil [style*="--btlr-tablet:"]{border-top-left-radius:var(--btlr-tablet)}.gps-627535464257028708.gps.gpsil [style*="--btrr-tablet:"]{border-top-right-radius:var(--btrr-tablet)}.gps-627535464257028708.gps.gpsil [style*="--size-tablet:"]{font-size:var(--size-tablet)}.gps-627535464257028708.gps.gpsil [style*="--h-tablet:"]{height:var(--h-tablet)}.gps-627535464257028708.gps.gpsil [style*="--lh-tablet:"]{line-height:var(--lh-tablet)}.gps-627535464257028708.gps.gpsil [style*="--mb-tablet:"]{margin-bottom:var(--mb-tablet)}.gps-627535464257028708.gps.gpsil [style*="--ml-tablet:"]{margin-left:var(--ml-tablet)}.gps-627535464257028708.gps.gpsil [style*="--mr-tablet:"]{margin-right:var(--mr-tablet)}.gps-627535464257028708.gps.gpsil [style*="--mt-tablet:"]{margin-top:var(--mt-tablet)}.gps-627535464257028708.gps.gpsil [style*="--of-tablet:"]{overflow:var(--of-tablet)}.gps-627535464257028708.gps.gpsil [style*="--pb-tablet:"]{padding-bottom:var(--pb-tablet)}.gps-627535464257028708.gps.gpsil [style*="--pl-tablet:"]{padding-left:var(--pl-tablet)}.gps-627535464257028708.gps.gpsil [style*="--pr-tablet:"]{padding-right:var(--pr-tablet)}.gps-627535464257028708.gps.gpsil [style*="--pt-tablet:"]{padding-top:var(--pt-tablet)}.gps-627535464257028708.gps.gpsil [style*="--rg-tablet:"]{row-gap:var(--rg-tablet)}.gps-627535464257028708.gps.gpsil [style*="--ta-tablet:"]{text-align:var(--ta-tablet)}.gps-627535464257028708.gps.gpsil [style*="--w-tablet:"]{width:var(--w-tablet)}.gps-627535464257028708.gps.gpsil [style*="--line-clamp-tablet:"]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp-tablet)}}@media only screen and (max-width:767px){.gps-627535464257028708.gps.gpsil [style*="--aspect-mobile:"]{aspect-ratio:var(--aspect-mobile)}.gps-627535464257028708.gps.gpsil [style*="--bga-mobile:"]{background-attachment:var(--bga-mobile)}.gps-627535464257028708.gps.gpsil [style*="--bgc-mobile:"]{background-color:var(--bgc-mobile)}.gps-627535464257028708.gps.gpsil [style*="--bgi-mobile:"]{background-image:var(--bgi-mobile)}.gps-627535464257028708.gps.gpsil [style*="--bgp-mobile:"]{background-position:var(--bgp-mobile)}.gps-627535464257028708.gps.gpsil [style*="--bgr-mobile:"]{background-repeat:var(--bgr-mobile)}.gps-627535464257028708.gps.gpsil [style*="--bgs-mobile:"]{background-size:var(--bgs-mobile)}.gps-627535464257028708.gps.gpsil [style*="--bbw-mobile:"]{border-bottom-width:var(--bbw-mobile)}.gps-627535464257028708.gps.gpsil [style*="--bblr-mobile:"]{border-bottom-left-radius:var(--bblr-mobile)}.gps-627535464257028708.gps.gpsil [style*="--bbrr-mobile:"]{border-bottom-right-radius:var(--bbrr-mobile)}.gps-627535464257028708.gps.gpsil [style*="--btlr-mobile:"]{border-top-left-radius:var(--btlr-mobile)}.gps-627535464257028708.gps.gpsil [style*="--btrr-mobile:"]{border-top-right-radius:var(--btrr-mobile)}.gps-627535464257028708.gps.gpsil [style*="--cg-mobile:"]{-moz-column-gap:var(--cg-mobile);column-gap:var(--cg-mobile)}.gps-627535464257028708.gps.gpsil [style*="--size-mobile:"]{font-size:var(--size-mobile)}.gps-627535464257028708.gps.gpsil [style*="--gtc-mobile:"]{grid-template-columns:var(--gtc-mobile)}.gps-627535464257028708.gps.gpsil [style*="--h-mobile:"]{height:var(--h-mobile)}.gps-627535464257028708.gps.gpsil [style*="--lh-mobile:"]{line-height:var(--lh-mobile)}.gps-627535464257028708.gps.gpsil [style*="--mb-mobile:"]{margin-bottom:var(--mb-mobile)}.gps-627535464257028708.gps.gpsil [style*="--ml-mobile:"]{margin-left:var(--ml-mobile)}.gps-627535464257028708.gps.gpsil [style*="--mr-mobile:"]{margin-right:var(--mr-mobile)}.gps-627535464257028708.gps.gpsil [style*="--mt-mobile:"]{margin-top:var(--mt-mobile)}.gps-627535464257028708.gps.gpsil [style*="--of-mobile:"]{overflow:var(--of-mobile)}.gps-627535464257028708.gps.gpsil [style*="--pb-mobile:"]{padding-bottom:var(--pb-mobile)}.gps-627535464257028708.gps.gpsil [style*="--pl-mobile:"]{padding-left:var(--pl-mobile)}.gps-627535464257028708.gps.gpsil [style*="--pr-mobile:"]{padding-right:var(--pr-mobile)}.gps-627535464257028708.gps.gpsil [style*="--pt-mobile:"]{padding-top:var(--pt-mobile)}.gps-627535464257028708.gps.gpsil [style*="--rg-mobile:"]{row-gap:var(--rg-mobile)}.gps-627535464257028708.gps.gpsil [style*="--ta-mobile:"]{text-align:var(--ta-mobile)}.gps-627535464257028708.gps.gpsil [style*="--w-mobile:"]{width:var(--w-mobile)}.gps-627535464257028708.gps.gpsil [style*="--line-clamp-mobile:"]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp-mobile)}}.gps-627535464257028708 .-gp-translate-x-1\/2,.gps-627535464257028708 .-gp-translate-y-1\/2{--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1}.gps-627535464257028708 .gp-g-heading-1{font-family:var(--g-h1-ff);font-size:var(--g-h1-size);font-style:var(--g-h1-fs);font-weight:var(--g-h1-weight);letter-spacing:var(--g-h1-ls);line-height:var(--g-h1-lh)}.gps-627535464257028708 .gp-g-paragraph-1{font-family:var(--g-p1-ff);font-size:var(--g-p1-size);font-style:var(--g-p1-fs);font-weight:var(--g-p1-weight);letter-spacing:var(--g-p1-ls);line-height:var(--g-p1-lh)}.gps-627535464257028708 .gp-absolute{position:absolute}.gps-627535464257028708 .gp-relative{position:relative}.gps-627535464257028708 .gp-left-0{left:0}.gps-627535464257028708 .gp-left-1\/2{left:50%}.gps-627535464257028708 .gp-top-0{top:0}.gps-627535464257028708 .gp-top-1\/2{top:50%}.gps-627535464257028708 .gp-mx-auto{margin-left:auto;margin-right:auto}.gps-627535464257028708 .gp-mb-0{margin-bottom:0}.gps-627535464257028708 .gp-block{display:block}.gps-627535464257028708 .gp-inline-block{display:inline-block}.gps-627535464257028708 .gp-flex{display:flex}.gps-627535464257028708 .gp-inline-flex{display:inline-flex}.gps-627535464257028708 .gp-grid{display:grid}.gps-627535464257028708 .gp-contents{display:contents}.gps-627535464257028708 .\!gp-hidden{display:none!important}.gps-627535464257028708 .gp-hidden{display:none}.gps-627535464257028708 .gp-aspect-\[56\/32\]{aspect-ratio:56/32}.gps-627535464257028708 .gp-h-auto{height:auto}.gps-627535464257028708 .gp-h-full{height:100%}.gps-627535464257028708 .gp-w-14{width:56px}.gps-627535464257028708 .gp-w-5{width:20px}.gps-627535464257028708 .gp-w-full{width:100%}.gps-627535464257028708 .\!gp-max-w-none{max-width:none!important}.gps-627535464257028708 .gp-max-w-full{max-width:100%}.gps-627535464257028708 .gp-flex-none{flex:none}.gps-627535464257028708 .-gp-translate-x-1\/2{--tw-translate-x:-50%}.gps-627535464257028708 .-gp-translate-x-1\/2,.gps-627535464257028708 .-gp-translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.gps-627535464257028708 .-gp-translate-y-1\/2{--tw-translate-y:-50%}.gps-627535464257028708 .gp-grid-rows-\[1fr\]{grid-template-rows:1fr}.gps-627535464257028708 .gp-flex-col{flex-direction:column}.gps-627535464257028708 .gp-items-center{align-items:center}.gps-627535464257028708 .gp-justify-center{justify-content:center}.gps-627535464257028708 .gp-overflow-hidden{overflow:hidden}.gps-627535464257028708 .gp-rounded{border-radius:4px}.gps-627535464257028708 .gp-bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.gps-627535464257028708 .gp-bg-black\/80{background-color:rgba(0,0,0,.8)}.gps-627535464257028708 .gp-object-cover{-o-object-fit:cover;object-fit:cover}.gps-627535464257028708 .gp-text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.gps-627535464257028708 .gp-transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.gps-627535464257028708 .gp-duration-200{transition-duration:.2s}.gps-627535464257028708 .gp-ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (hover:hover) and (pointer:fine){.gps-627535464257028708 .hover\:gp-bg-\[\#ef0800\]:hover{--tw-bg-opacity:1;background-color:rgb(239 8 0/var(--tw-bg-opacity,1))}}@media (max-width:1024px){.gps-627535464257028708 .tablet\:gp-block{display:block}.gps-627535464257028708 .tablet\:\!gp-hidden{display:none!important}.gps-627535464257028708 .tablet\:gp-hidden{display:none}.gps-627535464257028708 .tablet\:gp-h-auto{height:auto}.gps-627535464257028708 .tablet\:gp-flex-none{flex:none}}@media (max-width:767px){.gps-627535464257028708 .mobile\:gp-block{display:block}.gps-627535464257028708 .mobile\:\!gp-hidden{display:none!important}.gps-627535464257028708 .mobile\:gp-hidden{display:none}.gps-627535464257028708 .mobile\:gp-h-auto{height:auto}.gps-627535464257028708 .mobile\:gp-flex-none{flex:none}}.gps-627535464257028708 .\[\&_\*\]\:gp-max-w-full *{max-width:100%}.gps-627535464257028708 .\[\&_\>_article\]\:gp-aspect-\[var\(--aspect\)\]>article{aspect-ratio:var(--aspect)}@media (max-width:1024px){.gps-627535464257028708 .tablet\:\[\&_\>_article\]\:gp-aspect-\[var\(--aspect-tablet\2c _var\(--aspect\)\)\]>article{aspect-ratio:var(--aspect-tablet,var(--aspect))}}@media (max-width:767px){.gps-627535464257028708 .mobile\:\[\&_\>_article\]\:gp-aspect-\[var\(--aspect-mobile\2c _var\(--aspect-tablet\2c _var\(--aspect\)\)\)\]>article{aspect-ratio:var(--aspect-mobile,var(--aspect-tablet,var(--aspect)))}}

/* Section style 27 */
.gps-627535602434179977.gps.gpsil [style*="--as:"]{align-self:var(--as)}.gps-627535602434179977.gps.gpsil [style*="--aspect:"]{aspect-ratio:var(--aspect)}.gps-627535602434179977.gps.gpsil [style*="--bg:"]{background:var(--bg)}.gps-627535602434179977.gps.gpsil [style*="--bga:"]{background-attachment:var(--bga)}.gps-627535602434179977.gps.gpsil [style*="--bgc:"]{background-color:var(--bgc)}.gps-627535602434179977.gps.gpsil [style*="--bgi:"]{background-image:var(--bgi)}.gps-627535602434179977.gps.gpsil [style*="--bgp:"]{background-position:var(--bgp)}.gps-627535602434179977.gps.gpsil [style*="--bgr:"]{background-repeat:var(--bgr)}.gps-627535602434179977.gps.gpsil [style*="--bgs:"]{background-size:var(--bgs)}.gps-627535602434179977.gps.gpsil [style*="--b:"]{border:var(--b)}.gps-627535602434179977.gps.gpsil [style*="--bb:"]{border-bottom:var(--bb)}.gps-627535602434179977.gps.gpsil [style*="--bc:"]{border-color:var(--bc)}.gps-627535602434179977.gps.gpsil [style*="--bblr:"]{border-bottom-left-radius:var(--bblr)}.gps-627535602434179977.gps.gpsil [style*="--bbrr:"]{border-bottom-right-radius:var(--bbrr)}.gps-627535602434179977.gps.gpsil [style*="--bl:"]{border-left:var(--bl)}.gps-627535602434179977.gps.gpsil [style*="--radius:"]{border-radius:var(--radius)}.gps-627535602434179977.gps.gpsil [style*="--bs:"]{border-style:var(--bs)}.gps-627535602434179977.gps.gpsil [style*="--bt:"]{border-top:var(--bt)}.gps-627535602434179977.gps.gpsil [style*="--btlr:"]{border-top-left-radius:var(--btlr)}.gps-627535602434179977.gps.gpsil [style*="--btrr:"]{border-top-right-radius:var(--btrr)}.gps-627535602434179977.gps.gpsil [style*="--bw:"]{border-width:var(--bw)}.gps-627535602434179977.gps.gpsil [style*="--shadow:"]{box-shadow:var(--shadow)}.gps-627535602434179977.gps.gpsil [style*="--c:"]{color:var(--c)}.gps-627535602434179977.gps.gpsil [style*="--cg:"]{-moz-column-gap:var(--cg);column-gap:var(--cg)}.gps-627535602434179977.gps.gpsil [style*="--ff:"]{font-family:var(--ff)}.gps-627535602434179977.gps.gpsil [style*="--size:"]{font-size:var(--size)}.gps-627535602434179977.gps.gpsil [style*="--weight:"]{font-weight:var(--weight)}.gps-627535602434179977.gps.gpsil [style*="--gtc:"]{grid-template-columns:var(--gtc)}.gps-627535602434179977.gps.gpsil [style*="--h:"]{height:var(--h)}.gps-627535602434179977.gps.gpsil [style*="--jc:"]{justify-content:var(--jc)}.gps-627535602434179977.gps.gpsil [style*="--ls:"]{letter-spacing:var(--ls)}.gps-627535602434179977.gps.gpsil [style*="--lh:"]{line-height:var(--lh)}.gps-627535602434179977.gps.gpsil [style*="--tdt:"]{text-decoration-thickness:var(--tdt)}.gps-627535602434179977.gps.gpsil [style*="--m:"]{margin:var(--m)}.gps-627535602434179977.gps.gpsil [style*="--mb:"]{margin-bottom:var(--mb)}.gps-627535602434179977.gps.gpsil [style*="--mt:"]{margin-top:var(--mt)}.gps-627535602434179977.gps.gpsil [style*="--objf:"]{-o-object-fit:var(--objf);object-fit:var(--objf)}.gps-627535602434179977.gps.gpsil [style*="--op:"]{opacity:var(--op)}.gps-627535602434179977.gps.gpsil [style*="--o:"]{order:var(--o)}.gps-627535602434179977.gps.gpsil [style*="--pc:"]{place-content:var(--pc)}.gps-627535602434179977.gps.gpsil [style*="--p:"]{padding:var(--p)}.gps-627535602434179977.gps.gpsil [style*="--pb:"]{padding-bottom:var(--pb)}.gps-627535602434179977.gps.gpsil [style*="--pl:"]{padding-left:var(--pl)}.gps-627535602434179977.gps.gpsil [style*="--pr:"]{padding-right:var(--pr)}.gps-627535602434179977.gps.gpsil [style*="--pt:"]{padding-top:var(--pt)}.gps-627535602434179977.gps.gpsil [style*="--rg:"]{row-gap:var(--rg)}.gps-627535602434179977.gps.gpsil [style*="--ta:"]{text-align:var(--ta)}.gps-627535602434179977.gps.gpsil [style*="--ts:"]{text-shadow:var(--ts)}.gps-627535602434179977.gps.gpsil [style*="--tt:"]{text-transform:var(--tt)}.gps-627535602434179977.gps.gpsil [style*="--t:"]{transform:var(--t)}.gps-627535602434179977.gps.gpsil [style*="--w:"]{width:var(--w)}.gps-627535602434179977.gps.gpsil [style*="--line-clamp:"]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp)}@media only screen and (max-width:1024px){.gps-627535602434179977.gps.gpsil [style*="--aspect-tablet:"]{aspect-ratio:var(--aspect-tablet)}.gps-627535602434179977.gps.gpsil [style*="--bga-tablet:"]{background-attachment:var(--bga-tablet)}.gps-627535602434179977.gps.gpsil [style*="--bgc-tablet:"]{background-color:var(--bgc-tablet)}.gps-627535602434179977.gps.gpsil [style*="--bgi-tablet:"]{background-image:var(--bgi-tablet)}.gps-627535602434179977.gps.gpsil [style*="--bgp-tablet:"]{background-position:var(--bgp-tablet)}.gps-627535602434179977.gps.gpsil [style*="--bgr-tablet:"]{background-repeat:var(--bgr-tablet)}.gps-627535602434179977.gps.gpsil [style*="--bgs-tablet:"]{background-size:var(--bgs-tablet)}.gps-627535602434179977.gps.gpsil [style*="--size-tablet:"]{font-size:var(--size-tablet)}.gps-627535602434179977.gps.gpsil [style*="--h-tablet:"]{height:var(--h-tablet)}.gps-627535602434179977.gps.gpsil [style*="--ls-tablet:"]{letter-spacing:var(--ls-tablet)}.gps-627535602434179977.gps.gpsil [style*="--lh-tablet:"]{line-height:var(--lh-tablet)}.gps-627535602434179977.gps.gpsil [style*="--mb-tablet:"]{margin-bottom:var(--mb-tablet)}.gps-627535602434179977.gps.gpsil [style*="--mt-tablet:"]{margin-top:var(--mt-tablet)}.gps-627535602434179977.gps.gpsil [style*="--pb-tablet:"]{padding-bottom:var(--pb-tablet)}.gps-627535602434179977.gps.gpsil [style*="--pl-tablet:"]{padding-left:var(--pl-tablet)}.gps-627535602434179977.gps.gpsil [style*="--pr-tablet:"]{padding-right:var(--pr-tablet)}.gps-627535602434179977.gps.gpsil [style*="--pt-tablet:"]{padding-top:var(--pt-tablet)}.gps-627535602434179977.gps.gpsil [style*="--rg-tablet:"]{row-gap:var(--rg-tablet)}.gps-627535602434179977.gps.gpsil [style*="--ta-tablet:"]{text-align:var(--ta-tablet)}.gps-627535602434179977.gps.gpsil [style*="--w-tablet:"]{width:var(--w-tablet)}.gps-627535602434179977.gps.gpsil [style*="--line-clamp-tablet:"]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp-tablet)}}@media only screen and (max-width:767px){.gps-627535602434179977.gps.gpsil [style*="--aspect-mobile:"]{aspect-ratio:var(--aspect-mobile)}.gps-627535602434179977.gps.gpsil [style*="--cg-mobile:"]{-moz-column-gap:var(--cg-mobile);column-gap:var(--cg-mobile)}.gps-627535602434179977.gps.gpsil [style*="--size-mobile:"]{font-size:var(--size-mobile)}.gps-627535602434179977.gps.gpsil [style*="--gtc-mobile:"]{grid-template-columns:var(--gtc-mobile)}.gps-627535602434179977.gps.gpsil [style*="--h-mobile:"]{height:var(--h-mobile)}.gps-627535602434179977.gps.gpsil [style*="--ls-mobile:"]{letter-spacing:var(--ls-mobile)}.gps-627535602434179977.gps.gpsil [style*="--lh-mobile:"]{line-height:var(--lh-mobile)}.gps-627535602434179977.gps.gpsil [style*="--mb-mobile:"]{margin-bottom:var(--mb-mobile)}.gps-627535602434179977.gps.gpsil [style*="--mt-mobile:"]{margin-top:var(--mt-mobile)}.gps-627535602434179977.gps.gpsil [style*="--pb-mobile:"]{padding-bottom:var(--pb-mobile)}.gps-627535602434179977.gps.gpsil [style*="--pl-mobile:"]{padding-left:var(--pl-mobile)}.gps-627535602434179977.gps.gpsil [style*="--pr-mobile:"]{padding-right:var(--pr-mobile)}.gps-627535602434179977.gps.gpsil [style*="--pt-mobile:"]{padding-top:var(--pt-mobile)}.gps-627535602434179977.gps.gpsil [style*="--rg-mobile:"]{row-gap:var(--rg-mobile)}.gps-627535602434179977.gps.gpsil [style*="--ta-mobile:"]{text-align:var(--ta-mobile)}.gps-627535602434179977.gps.gpsil [style*="--w-mobile:"]{width:var(--w-mobile)}.gps-627535602434179977.gps.gpsil [style*="--line-clamp-mobile:"]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp-mobile)}}.gps-627535602434179977 .gp-g-paragraph-1{font-family:var(--g-p1-ff);font-size:var(--g-p1-size);font-style:var(--g-p1-fs);font-weight:var(--g-p1-weight);letter-spacing:var(--g-p1-ls);line-height:var(--g-p1-lh)}.gps-627535602434179977 .gp-relative{position:relative}.gps-627535602434179977 .gp-mx-auto{margin-left:auto;margin-right:auto}.gps-627535602434179977 .gp-mb-0{margin-bottom:0}.gps-627535602434179977 .gp-inline-block{display:inline-block}.gps-627535602434179977 .gp-flex{display:flex}.gps-627535602434179977 .gp-grid{display:grid}.gps-627535602434179977 .gp-contents{display:contents}.gps-627535602434179977 .\!gp-hidden{display:none!important}.gps-627535602434179977 .gp-hidden{display:none}.gps-627535602434179977 .gp-h-auto{height:auto}.gps-627535602434179977 .gp-h-full{height:100%}.gps-627535602434179977 .gp-w-full{width:100%}.gps-627535602434179977 .gp-max-w-full{max-width:100%}.gps-627535602434179977 .gp-flex-none{flex:none}.gps-627535602434179977 .gp-grid-rows-\[1fr\]{grid-template-rows:1fr}.gps-627535602434179977 .gp-flex-col{flex-direction:column}.gps-627535602434179977 .gp-transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.gps-627535602434179977 .gp-duration-200{transition-duration:.2s}.gps-627535602434179977 .gp-ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (max-width:1024px){.gps-627535602434179977 .tablet\:\!gp-hidden{display:none!important}.gps-627535602434179977 .tablet\:gp-hidden{display:none}.gps-627535602434179977 .tablet\:gp-h-auto{height:auto}.gps-627535602434179977 .tablet\:gp-flex-none{flex:none}}@media (max-width:767px){.gps-627535602434179977 .mobile\:\!gp-hidden{display:none!important}.gps-627535602434179977 .mobile\:gp-hidden{display:none}.gps-627535602434179977 .mobile\:gp-h-auto{height:auto}.gps-627535602434179977 .mobile\:gp-flex-none{flex:none}}.gps-627535602434179977 .\[\&_\*\]\:gp-max-w-full *{max-width:100%}

/* Section style 28 */
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:900&display=swap');

/* Section style 29 */
.gps-627574459338850863.gps.gpsil [style*="--as:"]{align-self:var(--as)}.gps-627574459338850863.gps.gpsil [style*="--aspect:"]{aspect-ratio:var(--aspect)}.gps-627574459338850863.gps.gpsil [style*="--bg:"]{background:var(--bg)}.gps-627574459338850863.gps.gpsil [style*="--bga:"]{background-attachment:var(--bga)}.gps-627574459338850863.gps.gpsil [style*="--bgc:"]{background-color:var(--bgc)}.gps-627574459338850863.gps.gpsil [style*="--bgi:"]{background-image:var(--bgi)}.gps-627574459338850863.gps.gpsil [style*="--bgp:"]{background-position:var(--bgp)}.gps-627574459338850863.gps.gpsil [style*="--bgr:"]{background-repeat:var(--bgr)}.gps-627574459338850863.gps.gpsil [style*="--bgs:"]{background-size:var(--bgs)}.gps-627574459338850863.gps.gpsil [style*="--b:"]{border:var(--b)}.gps-627574459338850863.gps.gpsil [style*="--bb:"]{border-bottom:var(--bb)}.gps-627574459338850863.gps.gpsil [style*="--bc:"]{border-color:var(--bc)}.gps-627574459338850863.gps.gpsil [style*="--bblr:"]{border-bottom-left-radius:var(--bblr)}.gps-627574459338850863.gps.gpsil [style*="--bbrr:"]{border-bottom-right-radius:var(--bbrr)}.gps-627574459338850863.gps.gpsil [style*="--bl:"]{border-left:var(--bl)}.gps-627574459338850863.gps.gpsil [style*="--radius:"]{border-radius:var(--radius)}.gps-627574459338850863.gps.gpsil [style*="--bs:"]{border-style:var(--bs)}.gps-627574459338850863.gps.gpsil [style*="--bt:"]{border-top:var(--bt)}.gps-627574459338850863.gps.gpsil [style*="--btlr:"]{border-top-left-radius:var(--btlr)}.gps-627574459338850863.gps.gpsil [style*="--btrr:"]{border-top-right-radius:var(--btrr)}.gps-627574459338850863.gps.gpsil [style*="--bw:"]{border-width:var(--bw)}.gps-627574459338850863.gps.gpsil [style*="--shadow:"]{box-shadow:var(--shadow)}.gps-627574459338850863.gps.gpsil [style*="--c:"]{color:var(--c)}.gps-627574459338850863.gps.gpsil [style*="--cg:"]{-moz-column-gap:var(--cg);column-gap:var(--cg)}.gps-627574459338850863.gps.gpsil [style*="--ff:"]{font-family:var(--ff)}.gps-627574459338850863.gps.gpsil [style*="--size:"]{font-size:var(--size)}.gps-627574459338850863.gps.gpsil [style*="--weight:"]{font-weight:var(--weight)}.gps-627574459338850863.gps.gpsil [style*="--gtc:"]{grid-template-columns:var(--gtc)}.gps-627574459338850863.gps.gpsil [style*="--h:"]{height:var(--h)}.gps-627574459338850863.gps.gpsil [style*="--jc:"]{justify-content:var(--jc)}.gps-627574459338850863.gps.gpsil [style*="--lh:"]{line-height:var(--lh)}.gps-627574459338850863.gps.gpsil [style*="--tdt:"]{text-decoration-thickness:var(--tdt)}.gps-627574459338850863.gps.gpsil [style*="--m:"]{margin:var(--m)}.gps-627574459338850863.gps.gpsil [style*="--mb:"]{margin-bottom:var(--mb)}.gps-627574459338850863.gps.gpsil [style*="--mt:"]{margin-top:var(--mt)}.gps-627574459338850863.gps.gpsil [style*="--objf:"]{-o-object-fit:var(--objf);object-fit:var(--objf)}.gps-627574459338850863.gps.gpsil [style*="--op:"]{opacity:var(--op)}.gps-627574459338850863.gps.gpsil [style*="--o:"]{order:var(--o)}.gps-627574459338850863.gps.gpsil [style*="--pc:"]{place-content:var(--pc)}.gps-627574459338850863.gps.gpsil [style*="--p:"]{padding:var(--p)}.gps-627574459338850863.gps.gpsil [style*="--pb:"]{padding-bottom:var(--pb)}.gps-627574459338850863.gps.gpsil [style*="--pl:"]{padding-left:var(--pl)}.gps-627574459338850863.gps.gpsil [style*="--pr:"]{padding-right:var(--pr)}.gps-627574459338850863.gps.gpsil [style*="--pt:"]{padding-top:var(--pt)}.gps-627574459338850863.gps.gpsil [style*="--rg:"]{row-gap:var(--rg)}.gps-627574459338850863.gps.gpsil [style*="--ta:"]{text-align:var(--ta)}.gps-627574459338850863.gps.gpsil [style*="--ts:"]{text-shadow:var(--ts)}.gps-627574459338850863.gps.gpsil [style*="--tt:"]{text-transform:var(--tt)}.gps-627574459338850863.gps.gpsil [style*="--t:"]{transform:var(--t)}.gps-627574459338850863.gps.gpsil [style*="--w:"]{width:var(--w)}.gps-627574459338850863.gps.gpsil [style*="--line-clamp:"]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp)}@media only screen and (max-width:1024px){.gps-627574459338850863.gps.gpsil [style*="--aspect-tablet:"]{aspect-ratio:var(--aspect-tablet)}.gps-627574459338850863.gps.gpsil [style*="--bga-tablet:"]{background-attachment:var(--bga-tablet)}.gps-627574459338850863.gps.gpsil [style*="--bgc-tablet:"]{background-color:var(--bgc-tablet)}.gps-627574459338850863.gps.gpsil [style*="--bgi-tablet:"]{background-image:var(--bgi-tablet)}.gps-627574459338850863.gps.gpsil [style*="--bgp-tablet:"]{background-position:var(--bgp-tablet)}.gps-627574459338850863.gps.gpsil [style*="--bgr-tablet:"]{background-repeat:var(--bgr-tablet)}.gps-627574459338850863.gps.gpsil [style*="--bgs-tablet:"]{background-size:var(--bgs-tablet)}.gps-627574459338850863.gps.gpsil [style*="--bblr-tablet:"]{border-bottom-left-radius:var(--bblr-tablet)}.gps-627574459338850863.gps.gpsil [style*="--bbrr-tablet:"]{border-bottom-right-radius:var(--bbrr-tablet)}.gps-627574459338850863.gps.gpsil [style*="--btlr-tablet:"]{border-top-left-radius:var(--btlr-tablet)}.gps-627574459338850863.gps.gpsil [style*="--btrr-tablet:"]{border-top-right-radius:var(--btrr-tablet)}.gps-627574459338850863.gps.gpsil [style*="--size-tablet:"]{font-size:var(--size-tablet)}.gps-627574459338850863.gps.gpsil [style*="--h-tablet:"]{height:var(--h-tablet)}.gps-627574459338850863.gps.gpsil [style*="--lh-tablet:"]{line-height:var(--lh-tablet)}.gps-627574459338850863.gps.gpsil [style*="--mb-tablet:"]{margin-bottom:var(--mb-tablet)}.gps-627574459338850863.gps.gpsil [style*="--mt-tablet:"]{margin-top:var(--mt-tablet)}.gps-627574459338850863.gps.gpsil [style*="--pb-tablet:"]{padding-bottom:var(--pb-tablet)}.gps-627574459338850863.gps.gpsil [style*="--pl-tablet:"]{padding-left:var(--pl-tablet)}.gps-627574459338850863.gps.gpsil [style*="--pr-tablet:"]{padding-right:var(--pr-tablet)}.gps-627574459338850863.gps.gpsil [style*="--pt-tablet:"]{padding-top:var(--pt-tablet)}.gps-627574459338850863.gps.gpsil [style*="--rg-tablet:"]{row-gap:var(--rg-tablet)}.gps-627574459338850863.gps.gpsil [style*="--ta-tablet:"]{text-align:var(--ta-tablet)}.gps-627574459338850863.gps.gpsil [style*="--w-tablet:"]{width:var(--w-tablet)}.gps-627574459338850863.gps.gpsil [style*="--line-clamp-tablet:"]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp-tablet)}}@media only screen and (max-width:767px){.gps-627574459338850863.gps.gpsil [style*="--aspect-mobile:"]{aspect-ratio:var(--aspect-mobile)}.gps-627574459338850863.gps.gpsil [style*="--bgc-mobile:"]{background-color:var(--bgc-mobile)}.gps-627574459338850863.gps.gpsil [style*="--bgi-mobile:"]{background-image:var(--bgi-mobile)}.gps-627574459338850863.gps.gpsil [style*="--bc-mobile:"]{border-color:var(--bc-mobile)}.gps-627574459338850863.gps.gpsil [style*="--bs-mobile:"]{border-style:var(--bs-mobile)}.gps-627574459338850863.gps.gpsil [style*="--bw-mobile:"]{border-width:var(--bw-mobile)}.gps-627574459338850863.gps.gpsil [style*="--cg-mobile:"]{-moz-column-gap:var(--cg-mobile);column-gap:var(--cg-mobile)}.gps-627574459338850863.gps.gpsil [style*="--size-mobile:"]{font-size:var(--size-mobile)}.gps-627574459338850863.gps.gpsil [style*="--gtc-mobile:"]{grid-template-columns:var(--gtc-mobile)}.gps-627574459338850863.gps.gpsil [style*="--h-mobile:"]{height:var(--h-mobile)}.gps-627574459338850863.gps.gpsil [style*="--lh-mobile:"]{line-height:var(--lh-mobile)}.gps-627574459338850863.gps.gpsil [style*="--mb-mobile:"]{margin-bottom:var(--mb-mobile)}.gps-627574459338850863.gps.gpsil [style*="--mt-mobile:"]{margin-top:var(--mt-mobile)}.gps-627574459338850863.gps.gpsil [style*="--pb-mobile:"]{padding-bottom:var(--pb-mobile)}.gps-627574459338850863.gps.gpsil [style*="--pl-mobile:"]{padding-left:var(--pl-mobile)}.gps-627574459338850863.gps.gpsil [style*="--pr-mobile:"]{padding-right:var(--pr-mobile)}.gps-627574459338850863.gps.gpsil [style*="--pt-mobile:"]{padding-top:var(--pt-mobile)}.gps-627574459338850863.gps.gpsil [style*="--rg-mobile:"]{row-gap:var(--rg-mobile)}.gps-627574459338850863.gps.gpsil [style*="--ta-mobile:"]{text-align:var(--ta-mobile)}.gps-627574459338850863.gps.gpsil [style*="--w-mobile:"]{width:var(--w-mobile)}.gps-627574459338850863.gps.gpsil [style*="--line-clamp-mobile:"]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp-mobile)}}.gps-627574459338850863 .gp-relative{position:relative}.gps-627574459338850863 .gp-mx-auto{margin-left:auto;margin-right:auto}.gps-627574459338850863 .gp-mb-0{margin-bottom:0}.gps-627574459338850863 .gp-inline-block{display:inline-block}.gps-627574459338850863 .gp-flex{display:flex}.gps-627574459338850863 .gp-grid{display:grid}.gps-627574459338850863 .gp-contents{display:contents}.gps-627574459338850863 .\!gp-hidden{display:none!important}.gps-627574459338850863 .gp-hidden{display:none}.gps-627574459338850863 .gp-h-auto{height:auto}.gps-627574459338850863 .gp-h-full{height:100%}.gps-627574459338850863 .gp-w-full{width:100%}.gps-627574459338850863 .gp-max-w-full{max-width:100%}.gps-627574459338850863 .gp-flex-none{flex:none}.gps-627574459338850863 .gp-grid-rows-\[1fr\]{grid-template-rows:1fr}.gps-627574459338850863 .gp-flex-col{flex-direction:column}.gps-627574459338850863 .gp-transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.gps-627574459338850863 .gp-duration-200{transition-duration:.2s}.gps-627574459338850863 .gp-ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (max-width:1024px){.gps-627574459338850863 .tablet\:\!gp-hidden{display:none!important}.gps-627574459338850863 .tablet\:gp-hidden{display:none}.gps-627574459338850863 .tablet\:gp-h-auto{height:auto}.gps-627574459338850863 .tablet\:gp-flex-none{flex:none}}@media (max-width:767px){.gps-627574459338850863 .mobile\:\!gp-hidden{display:none!important}.gps-627574459338850863 .mobile\:gp-hidden{display:none}.gps-627574459338850863 .mobile\:gp-h-auto{height:auto}.gps-627574459338850863 .mobile\:gp-flex-none{flex:none}}.gps-627574459338850863 .\[\&_\*\]\:gp-max-w-full *{max-width:100%}

/* Section style 30 */
.gps-627591774063297071.gps.gpsil [style*="--as:"]{align-self:var(--as)}.gps-627591774063297071.gps.gpsil [style*="--aspect:"]{aspect-ratio:var(--aspect)}.gps-627591774063297071.gps.gpsil [style*="--bg:"]{background:var(--bg)}.gps-627591774063297071.gps.gpsil [style*="--bga:"]{background-attachment:var(--bga)}.gps-627591774063297071.gps.gpsil [style*="--bgc:"]{background-color:var(--bgc)}.gps-627591774063297071.gps.gpsil [style*="--bgi:"]{background-image:var(--bgi)}.gps-627591774063297071.gps.gpsil [style*="--bgp:"]{background-position:var(--bgp)}.gps-627591774063297071.gps.gpsil [style*="--bgr:"]{background-repeat:var(--bgr)}.gps-627591774063297071.gps.gpsil [style*="--bgs:"]{background-size:var(--bgs)}.gps-627591774063297071.gps.gpsil [style*="--b:"]{border:var(--b)}.gps-627591774063297071.gps.gpsil [style*="--bb:"]{border-bottom:var(--bb)}.gps-627591774063297071.gps.gpsil [style*="--bc:"]{border-color:var(--bc)}.gps-627591774063297071.gps.gpsil [style*="--bblr:"]{border-bottom-left-radius:var(--bblr)}.gps-627591774063297071.gps.gpsil [style*="--bbrr:"]{border-bottom-right-radius:var(--bbrr)}.gps-627591774063297071.gps.gpsil [style*="--bl:"]{border-left:var(--bl)}.gps-627591774063297071.gps.gpsil [style*="--bs:"]{border-style:var(--bs)}.gps-627591774063297071.gps.gpsil [style*="--bt:"]{border-top:var(--bt)}.gps-627591774063297071.gps.gpsil [style*="--btlr:"]{border-top-left-radius:var(--btlr)}.gps-627591774063297071.gps.gpsil [style*="--btrr:"]{border-top-right-radius:var(--btrr)}.gps-627591774063297071.gps.gpsil [style*="--bw:"]{border-width:var(--bw)}.gps-627591774063297071.gps.gpsil [style*="--shadow:"]{box-shadow:var(--shadow)}.gps-627591774063297071.gps.gpsil [style*="--c:"]{color:var(--c)}.gps-627591774063297071.gps.gpsil [style*="--cg:"]{-moz-column-gap:var(--cg);column-gap:var(--cg)}.gps-627591774063297071.gps.gpsil [style*="--ff:"]{font-family:var(--ff)}.gps-627591774063297071.gps.gpsil [style*="--size:"]{font-size:var(--size)}.gps-627591774063297071.gps.gpsil [style*="--weight:"]{font-weight:var(--weight)}.gps-627591774063297071.gps.gpsil [style*="--gtc:"]{grid-template-columns:var(--gtc)}.gps-627591774063297071.gps.gpsil [style*="--h:"]{height:var(--h)}.gps-627591774063297071.gps.gpsil [style*="--jc:"]{justify-content:var(--jc)}.gps-627591774063297071.gps.gpsil [style*="--lh:"]{line-height:var(--lh)}.gps-627591774063297071.gps.gpsil [style*="--tdt:"]{text-decoration-thickness:var(--tdt)}.gps-627591774063297071.gps.gpsil [style*="--m:"]{margin:var(--m)}.gps-627591774063297071.gps.gpsil [style*="--mb:"]{margin-bottom:var(--mb)}.gps-627591774063297071.gps.gpsil [style*="--mt:"]{margin-top:var(--mt)}.gps-627591774063297071.gps.gpsil [style*="--op:"]{opacity:var(--op)}.gps-627591774063297071.gps.gpsil [style*="--o:"]{order:var(--o)}.gps-627591774063297071.gps.gpsil [style*="--pc:"]{place-content:var(--pc)}.gps-627591774063297071.gps.gpsil [style*="--p:"]{padding:var(--p)}.gps-627591774063297071.gps.gpsil [style*="--pb:"]{padding-bottom:var(--pb)}.gps-627591774063297071.gps.gpsil [style*="--pl:"]{padding-left:var(--pl)}.gps-627591774063297071.gps.gpsil [style*="--pr:"]{padding-right:var(--pr)}.gps-627591774063297071.gps.gpsil [style*="--pt:"]{padding-top:var(--pt)}.gps-627591774063297071.gps.gpsil [style*="--rg:"]{row-gap:var(--rg)}.gps-627591774063297071.gps.gpsil [style*="--ta:"]{text-align:var(--ta)}.gps-627591774063297071.gps.gpsil [style*="--ts:"]{text-shadow:var(--ts)}.gps-627591774063297071.gps.gpsil [style*="--tt:"]{text-transform:var(--tt)}.gps-627591774063297071.gps.gpsil [style*="--t:"]{transform:var(--t)}.gps-627591774063297071.gps.gpsil [style*="--w:"]{width:var(--w)}.gps-627591774063297071.gps.gpsil [style*="--z:"]{z-index:var(--z)}.gps-627591774063297071.gps.gpsil [style*="--line-clamp:"]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp)}@media only screen and (max-width:1024px){.gps-627591774063297071.gps.gpsil [style*="--aspect-tablet:"]{aspect-ratio:var(--aspect-tablet)}.gps-627591774063297071.gps.gpsil [style*="--bga-tablet:"]{background-attachment:var(--bga-tablet)}.gps-627591774063297071.gps.gpsil [style*="--bgc-tablet:"]{background-color:var(--bgc-tablet)}.gps-627591774063297071.gps.gpsil [style*="--bgi-tablet:"]{background-image:var(--bgi-tablet)}.gps-627591774063297071.gps.gpsil [style*="--bgp-tablet:"]{background-position:var(--bgp-tablet)}.gps-627591774063297071.gps.gpsil [style*="--bgr-tablet:"]{background-repeat:var(--bgr-tablet)}.gps-627591774063297071.gps.gpsil [style*="--bgs-tablet:"]{background-size:var(--bgs-tablet)}.gps-627591774063297071.gps.gpsil [style*="--bblr-tablet:"]{border-bottom-left-radius:var(--bblr-tablet)}.gps-627591774063297071.gps.gpsil [style*="--bbrr-tablet:"]{border-bottom-right-radius:var(--bbrr-tablet)}.gps-627591774063297071.gps.gpsil [style*="--btlr-tablet:"]{border-top-left-radius:var(--btlr-tablet)}.gps-627591774063297071.gps.gpsil [style*="--btrr-tablet:"]{border-top-right-radius:var(--btrr-tablet)}.gps-627591774063297071.gps.gpsil [style*="--size-tablet:"]{font-size:var(--size-tablet)}.gps-627591774063297071.gps.gpsil [style*="--lh-tablet:"]{line-height:var(--lh-tablet)}.gps-627591774063297071.gps.gpsil [style*="--mb-tablet:"]{margin-bottom:var(--mb-tablet)}.gps-627591774063297071.gps.gpsil [style*="--mt-tablet:"]{margin-top:var(--mt-tablet)}.gps-627591774063297071.gps.gpsil [style*="--pb-tablet:"]{padding-bottom:var(--pb-tablet)}.gps-627591774063297071.gps.gpsil [style*="--pl-tablet:"]{padding-left:var(--pl-tablet)}.gps-627591774063297071.gps.gpsil [style*="--pr-tablet:"]{padding-right:var(--pr-tablet)}.gps-627591774063297071.gps.gpsil [style*="--pt-tablet:"]{padding-top:var(--pt-tablet)}.gps-627591774063297071.gps.gpsil [style*="--rg-tablet:"]{row-gap:var(--rg-tablet)}.gps-627591774063297071.gps.gpsil [style*="--ta-tablet:"]{text-align:var(--ta-tablet)}.gps-627591774063297071.gps.gpsil [style*="--w-tablet:"]{width:var(--w-tablet)}.gps-627591774063297071.gps.gpsil [style*="--line-clamp-tablet:"]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp-tablet)}}@media only screen and (max-width:767px){.gps-627591774063297071.gps.gpsil [style*="--aspect-mobile:"]{aspect-ratio:var(--aspect-mobile)}.gps-627591774063297071.gps.gpsil [style*="--bgc-mobile:"]{background-color:var(--bgc-mobile)}.gps-627591774063297071.gps.gpsil [style*="--bgi-mobile:"]{background-image:var(--bgi-mobile)}.gps-627591774063297071.gps.gpsil [style*="--bc-mobile:"]{border-color:var(--bc-mobile)}.gps-627591774063297071.gps.gpsil [style*="--bs-mobile:"]{border-style:var(--bs-mobile)}.gps-627591774063297071.gps.gpsil [style*="--bw-mobile:"]{border-width:var(--bw-mobile)}.gps-627591774063297071.gps.gpsil [style*="--cg-mobile:"]{-moz-column-gap:var(--cg-mobile);column-gap:var(--cg-mobile)}.gps-627591774063297071.gps.gpsil [style*="--size-mobile:"]{font-size:var(--size-mobile)}.gps-627591774063297071.gps.gpsil [style*="--gtc-mobile:"]{grid-template-columns:var(--gtc-mobile)}.gps-627591774063297071.gps.gpsil [style*="--lh-mobile:"]{line-height:var(--lh-mobile)}.gps-627591774063297071.gps.gpsil [style*="--mb-mobile:"]{margin-bottom:var(--mb-mobile)}.gps-627591774063297071.gps.gpsil [style*="--mt-mobile:"]{margin-top:var(--mt-mobile)}.gps-627591774063297071.gps.gpsil [style*="--pb-mobile:"]{padding-bottom:var(--pb-mobile)}.gps-627591774063297071.gps.gpsil [style*="--pl-mobile:"]{padding-left:var(--pl-mobile)}.gps-627591774063297071.gps.gpsil [style*="--pr-mobile:"]{padding-right:var(--pr-mobile)}.gps-627591774063297071.gps.gpsil [style*="--pt-mobile:"]{padding-top:var(--pt-mobile)}.gps-627591774063297071.gps.gpsil [style*="--rg-mobile:"]{row-gap:var(--rg-mobile)}.gps-627591774063297071.gps.gpsil [style*="--ta-mobile:"]{text-align:var(--ta-mobile)}.gps-627591774063297071.gps.gpsil [style*="--w-mobile:"]{width:var(--w-mobile)}.gps-627591774063297071.gps.gpsil [style*="--line-clamp-mobile:"]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp-mobile)}}.gps-627591774063297071 .gp-relative{position:relative}.gps-627591774063297071 .gp-mx-auto{margin-left:auto;margin-right:auto}.gps-627591774063297071 .gp-mb-0{margin-bottom:0}.gps-627591774063297071 .gp-flex{display:flex}.gps-627591774063297071 .gp-grid{display:grid}.gps-627591774063297071 .\!gp-hidden{display:none!important}.gps-627591774063297071 .gp-hidden{display:none}.gps-627591774063297071 .gp-w-full{width:100%}.gps-627591774063297071 .\!gp-max-w-none{max-width:none!important}.gps-627591774063297071 .gp-max-w-full{max-width:100%}.gps-627591774063297071 .gp-grid-rows-\[1fr\]{grid-template-rows:1fr}.gps-627591774063297071 .gp-flex-col{flex-direction:column}.gps-627591774063297071 .gp-overflow-hidden{overflow:hidden}.gps-627591774063297071 .gp-bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.gps-627591774063297071 .gp-transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.gps-627591774063297071 .gp-duration-200{transition-duration:.2s}.gps-627591774063297071 .gp-ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (max-width:1024px){.gps-627591774063297071 .tablet\:\!gp-hidden{display:none!important}.gps-627591774063297071 .tablet\:gp-hidden{display:none}}@media (max-width:767px){.gps-627591774063297071 .mobile\:\!gp-hidden{display:none!important}.gps-627591774063297071 .mobile\:gp-hidden{display:none}}.gps-627591774063297071 .\[\&_\*\]\:gp-max-w-full *{max-width:100%}.gps-627591774063297071 .\[\&_\>_article\]\:gp-aspect-\[var\(--aspect\)\]>article{aspect-ratio:var(--aspect)}@media (max-width:1024px){.gps-627591774063297071 .tablet\:\[\&_\>_article\]\:gp-aspect-\[var\(--aspect-tablet\2c _var\(--aspect\)\)\]>article{aspect-ratio:var(--aspect-tablet,var(--aspect))}}@media (max-width:767px){.gps-627591774063297071 .mobile\:\[\&_\>_article\]\:gp-aspect-\[var\(--aspect-mobile\2c _var\(--aspect-tablet\2c _var\(--aspect\)\)\)\]>article{aspect-ratio:var(--aspect-mobile,var(--aspect-tablet,var(--aspect)))}}

/* Section style 31 */
.gps-627653463416767076.gps.gpsil [style*="--as:"]{align-self:var(--as)}.gps-627653463416767076.gps.gpsil [style*="--aspect:"]{aspect-ratio:var(--aspect)}.gps-627653463416767076.gps.gpsil [style*="--bg:"]{background:var(--bg)}.gps-627653463416767076.gps.gpsil [style*="--bga:"]{background-attachment:var(--bga)}.gps-627653463416767076.gps.gpsil [style*="--bgc:"]{background-color:var(--bgc)}.gps-627653463416767076.gps.gpsil [style*="--bgi:"]{background-image:var(--bgi)}.gps-627653463416767076.gps.gpsil [style*="--bgp:"]{background-position:var(--bgp)}.gps-627653463416767076.gps.gpsil [style*="--bgr:"]{background-repeat:var(--bgr)}.gps-627653463416767076.gps.gpsil [style*="--bgs:"]{background-size:var(--bgs)}.gps-627653463416767076.gps.gpsil [style*="--b:"]{border:var(--b)}.gps-627653463416767076.gps.gpsil [style*="--bb:"]{border-bottom:var(--bb)}.gps-627653463416767076.gps.gpsil [style*="--bbw:"]{border-bottom-width:var(--bbw)}.gps-627653463416767076.gps.gpsil [style*="--bc:"]{border-color:var(--bc)}.gps-627653463416767076.gps.gpsil [style*="--bblr:"]{border-bottom-left-radius:var(--bblr)}.gps-627653463416767076.gps.gpsil [style*="--bbrr:"]{border-bottom-right-radius:var(--bbrr)}.gps-627653463416767076.gps.gpsil [style*="--bl:"]{border-left:var(--bl)}.gps-627653463416767076.gps.gpsil [style*="--radius:"]{border-radius:var(--radius)}.gps-627653463416767076.gps.gpsil [style*="--bs:"]{border-style:var(--bs)}.gps-627653463416767076.gps.gpsil [style*="--bt:"]{border-top:var(--bt)}.gps-627653463416767076.gps.gpsil [style*="--btlr:"]{border-top-left-radius:var(--btlr)}.gps-627653463416767076.gps.gpsil [style*="--btrr:"]{border-top-right-radius:var(--btrr)}.gps-627653463416767076.gps.gpsil [style*="--bw:"]{border-width:var(--bw)}.gps-627653463416767076.gps.gpsil [style*="--shadow:"]{box-shadow:var(--shadow)}.gps-627653463416767076.gps.gpsil [style*="--c:"]{color:var(--c)}.gps-627653463416767076.gps.gpsil [style*="--cg:"]{-moz-column-gap:var(--cg);column-gap:var(--cg)}.gps-627653463416767076.gps.gpsil [style*="--ff:"]{font-family:var(--ff)}.gps-627653463416767076.gps.gpsil [style*="--size:"]{font-size:var(--size)}.gps-627653463416767076.gps.gpsil [style*="--weight:"]{font-weight:var(--weight)}.gps-627653463416767076.gps.gpsil [style*="--gtc:"]{grid-template-columns:var(--gtc)}.gps-627653463416767076.gps.gpsil [style*="--h:"]{height:var(--h)}.gps-627653463416767076.gps.gpsil [style*="--jc:"]{justify-content:var(--jc)}.gps-627653463416767076.gps.gpsil [style*="--lh:"]{line-height:var(--lh)}.gps-627653463416767076.gps.gpsil [style*="--tdt:"]{text-decoration-thickness:var(--tdt)}.gps-627653463416767076.gps.gpsil [style*="--m:"]{margin:var(--m)}.gps-627653463416767076.gps.gpsil [style*="--mb:"]{margin-bottom:var(--mb)}.gps-627653463416767076.gps.gpsil [style*="--ml:"]{margin-left:var(--ml)}.gps-627653463416767076.gps.gpsil [style*="--mr:"]{margin-right:var(--mr)}.gps-627653463416767076.gps.gpsil [style*="--mt:"]{margin-top:var(--mt)}.gps-627653463416767076.gps.gpsil [style*="--minw:"]{min-width:var(--minw)}.gps-627653463416767076.gps.gpsil [style*="--objf:"]{-o-object-fit:var(--objf);object-fit:var(--objf)}.gps-627653463416767076.gps.gpsil [style*="--op:"]{opacity:var(--op)}.gps-627653463416767076.gps.gpsil [style*="--o:"]{order:var(--o)}.gps-627653463416767076.gps.gpsil [style*="--of:"]{overflow:var(--of)}.gps-627653463416767076.gps.gpsil [style*="--pc:"]{place-content:var(--pc)}.gps-627653463416767076.gps.gpsil [style*="--p:"]{padding:var(--p)}.gps-627653463416767076.gps.gpsil [style*="--pb:"]{padding-bottom:var(--pb)}.gps-627653463416767076.gps.gpsil [style*="--pl:"]{padding-left:var(--pl)}.gps-627653463416767076.gps.gpsil [style*="--pr:"]{padding-right:var(--pr)}.gps-627653463416767076.gps.gpsil [style*="--pt:"]{padding-top:var(--pt)}.gps-627653463416767076.gps.gpsil [style*="--rg:"]{row-gap:var(--rg)}.gps-627653463416767076.gps.gpsil [style*="--ta:"]{text-align:var(--ta)}.gps-627653463416767076.gps.gpsil [style*="--ts:"]{text-shadow:var(--ts)}.gps-627653463416767076.gps.gpsil [style*="--tt:"]{text-transform:var(--tt)}.gps-627653463416767076.gps.gpsil [style*="--t:"]{transform:var(--t)}.gps-627653463416767076.gps.gpsil [style*="--w:"]{width:var(--w)}.gps-627653463416767076.gps.gpsil [style*="--z:"]{z-index:var(--z)}.gps-627653463416767076.gps.gpsil [style*="--line-clamp:"]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp)}@media only screen and (max-width:1024px){.gps-627653463416767076.gps.gpsil [style*="--aspect-tablet:"]{aspect-ratio:var(--aspect-tablet)}.gps-627653463416767076.gps.gpsil [style*="--bga-tablet:"]{background-attachment:var(--bga-tablet)}.gps-627653463416767076.gps.gpsil [style*="--bgc-tablet:"]{background-color:var(--bgc-tablet)}.gps-627653463416767076.gps.gpsil [style*="--bgi-tablet:"]{background-image:var(--bgi-tablet)}.gps-627653463416767076.gps.gpsil [style*="--bgp-tablet:"]{background-position:var(--bgp-tablet)}.gps-627653463416767076.gps.gpsil [style*="--bgr-tablet:"]{background-repeat:var(--bgr-tablet)}.gps-627653463416767076.gps.gpsil [style*="--bgs-tablet:"]{background-size:var(--bgs-tablet)}.gps-627653463416767076.gps.gpsil [style*="--bbw-tablet:"]{border-bottom-width:var(--bbw-tablet)}.gps-627653463416767076.gps.gpsil [style*="--bblr-tablet:"]{border-bottom-left-radius:var(--bblr-tablet)}.gps-627653463416767076.gps.gpsil [style*="--bbrr-tablet:"]{border-bottom-right-radius:var(--bbrr-tablet)}.gps-627653463416767076.gps.gpsil [style*="--btlr-tablet:"]{border-top-left-radius:var(--btlr-tablet)}.gps-627653463416767076.gps.gpsil [style*="--btrr-tablet:"]{border-top-right-radius:var(--btrr-tablet)}.gps-627653463416767076.gps.gpsil [style*="--size-tablet:"]{font-size:var(--size-tablet)}.gps-627653463416767076.gps.gpsil [style*="--h-tablet:"]{height:var(--h-tablet)}.gps-627653463416767076.gps.gpsil [style*="--lh-tablet:"]{line-height:var(--lh-tablet)}.gps-627653463416767076.gps.gpsil [style*="--mb-tablet:"]{margin-bottom:var(--mb-tablet)}.gps-627653463416767076.gps.gpsil [style*="--mt-tablet:"]{margin-top:var(--mt-tablet)}.gps-627653463416767076.gps.gpsil [style*="--minw-tablet:"]{min-width:var(--minw-tablet)}.gps-627653463416767076.gps.gpsil [style*="--of-tablet:"]{overflow:var(--of-tablet)}.gps-627653463416767076.gps.gpsil [style*="--pb-tablet:"]{padding-bottom:var(--pb-tablet)}.gps-627653463416767076.gps.gpsil [style*="--pl-tablet:"]{padding-left:var(--pl-tablet)}.gps-627653463416767076.gps.gpsil [style*="--pr-tablet:"]{padding-right:var(--pr-tablet)}.gps-627653463416767076.gps.gpsil [style*="--pt-tablet:"]{padding-top:var(--pt-tablet)}.gps-627653463416767076.gps.gpsil [style*="--rg-tablet:"]{row-gap:var(--rg-tablet)}.gps-627653463416767076.gps.gpsil [style*="--ta-tablet:"]{text-align:var(--ta-tablet)}.gps-627653463416767076.gps.gpsil [style*="--w-tablet:"]{width:var(--w-tablet)}.gps-627653463416767076.gps.gpsil [style*="--line-clamp-tablet:"]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp-tablet)}}@media only screen and (max-width:767px){.gps-627653463416767076.gps.gpsil [style*="--aspect-mobile:"]{aspect-ratio:var(--aspect-mobile)}.gps-627653463416767076.gps.gpsil [style*="--bga-mobile:"]{background-attachment:var(--bga-mobile)}.gps-627653463416767076.gps.gpsil [style*="--bgc-mobile:"]{background-color:var(--bgc-mobile)}.gps-627653463416767076.gps.gpsil [style*="--bgi-mobile:"]{background-image:var(--bgi-mobile)}.gps-627653463416767076.gps.gpsil [style*="--bgp-mobile:"]{background-position:var(--bgp-mobile)}.gps-627653463416767076.gps.gpsil [style*="--bgr-mobile:"]{background-repeat:var(--bgr-mobile)}.gps-627653463416767076.gps.gpsil [style*="--bgs-mobile:"]{background-size:var(--bgs-mobile)}.gps-627653463416767076.gps.gpsil [style*="--bbw-mobile:"]{border-bottom-width:var(--bbw-mobile)}.gps-627653463416767076.gps.gpsil [style*="--bblr-mobile:"]{border-bottom-left-radius:var(--bblr-mobile)}.gps-627653463416767076.gps.gpsil [style*="--bbrr-mobile:"]{border-bottom-right-radius:var(--bbrr-mobile)}.gps-627653463416767076.gps.gpsil [style*="--btlr-mobile:"]{border-top-left-radius:var(--btlr-mobile)}.gps-627653463416767076.gps.gpsil [style*="--btrr-mobile:"]{border-top-right-radius:var(--btrr-mobile)}.gps-627653463416767076.gps.gpsil [style*="--cg-mobile:"]{-moz-column-gap:var(--cg-mobile);column-gap:var(--cg-mobile)}.gps-627653463416767076.gps.gpsil [style*="--size-mobile:"]{font-size:var(--size-mobile)}.gps-627653463416767076.gps.gpsil [style*="--gtc-mobile:"]{grid-template-columns:var(--gtc-mobile)}.gps-627653463416767076.gps.gpsil [style*="--h-mobile:"]{height:var(--h-mobile)}.gps-627653463416767076.gps.gpsil [style*="--lh-mobile:"]{line-height:var(--lh-mobile)}.gps-627653463416767076.gps.gpsil [style*="--mb-mobile:"]{margin-bottom:var(--mb-mobile)}.gps-627653463416767076.gps.gpsil [style*="--mt-mobile:"]{margin-top:var(--mt-mobile)}.gps-627653463416767076.gps.gpsil [style*="--minw-mobile:"]{min-width:var(--minw-mobile)}.gps-627653463416767076.gps.gpsil [style*="--of-mobile:"]{overflow:var(--of-mobile)}.gps-627653463416767076.gps.gpsil [style*="--pb-mobile:"]{padding-bottom:var(--pb-mobile)}.gps-627653463416767076.gps.gpsil [style*="--pl-mobile:"]{padding-left:var(--pl-mobile)}.gps-627653463416767076.gps.gpsil [style*="--pr-mobile:"]{padding-right:var(--pr-mobile)}.gps-627653463416767076.gps.gpsil [style*="--pt-mobile:"]{padding-top:var(--pt-mobile)}.gps-627653463416767076.gps.gpsil [style*="--rg-mobile:"]{row-gap:var(--rg-mobile)}.gps-627653463416767076.gps.gpsil [style*="--ta-mobile:"]{text-align:var(--ta-mobile)}.gps-627653463416767076.gps.gpsil [style*="--w-mobile:"]{width:var(--w-mobile)}.gps-627653463416767076.gps.gpsil [style*="--line-clamp-mobile:"]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp-mobile)}}.gps-627653463416767076 .gp-g-paragraph-1{font-family:var(--g-p1-ff);font-size:var(--g-p1-size);font-style:var(--g-p1-fs);font-weight:var(--g-p1-weight);letter-spacing:var(--g-p1-ls);line-height:var(--g-p1-lh)}.gps-627653463416767076 .gp-relative{position:relative}.gps-627653463416767076 .gp-mx-auto{margin-left:auto;margin-right:auto}.gps-627653463416767076 .gp-mb-0{margin-bottom:0}.gps-627653463416767076 .gp-block{display:block}.gps-627653463416767076 .gp-inline-block{display:inline-block}.gps-627653463416767076 .gp-flex{display:flex}.gps-627653463416767076 .gp-inline-flex{display:inline-flex}.gps-627653463416767076 .gp-grid{display:grid}.gps-627653463416767076 .gp-contents{display:contents}.gps-627653463416767076 .\!gp-hidden{display:none!important}.gps-627653463416767076 .gp-hidden{display:none}.gps-627653463416767076 .gp-h-auto{height:auto}.gps-627653463416767076 .gp-h-full{height:100%}.gps-627653463416767076 .gp-w-full{width:100%}.gps-627653463416767076 .\!gp-max-w-none{max-width:none!important}.gps-627653463416767076 .gp-max-w-full{max-width:100%}.gps-627653463416767076 .gp-flex-none{flex:none}.gps-627653463416767076 .gp-grid-rows-\[1fr\]{grid-template-rows:1fr}.gps-627653463416767076 .gp-flex-col{flex-direction:column}.gps-627653463416767076 .gp-items-center{align-items:center}.gps-627653463416767076 .gp-justify-center{justify-content:center}.gps-627653463416767076 .gp-overflow-hidden{overflow:hidden}.gps-627653463416767076 .gp-bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.gps-627653463416767076 .gp-leading-\[0\]{line-height:0}.gps-627653463416767076 .gp-text-g-text-1{color:var(--g-c-text-1)}.gps-627653463416767076 .gp-transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.gps-627653463416767076 .gp-duration-200{transition-duration:.2s}.gps-627653463416767076 .gp-ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (max-width:1024px){.gps-627653463416767076 .tablet\:gp-block{display:block}.gps-627653463416767076 .tablet\:\!gp-hidden{display:none!important}.gps-627653463416767076 .tablet\:gp-hidden{display:none}.gps-627653463416767076 .tablet\:gp-h-auto{height:auto}.gps-627653463416767076 .tablet\:gp-flex-none{flex:none}}@media (max-width:767px){.gps-627653463416767076 .mobile\:gp-block{display:block}.gps-627653463416767076 .mobile\:\!gp-hidden{display:none!important}.gps-627653463416767076 .mobile\:gp-hidden{display:none}.gps-627653463416767076 .mobile\:gp-h-auto{height:auto}.gps-627653463416767076 .mobile\:gp-flex-none{flex:none}}.gps-627653463416767076 .\[\&\>svg\]\:\!gp-h-\[var\(--height-desktop\)\]>svg{height:var(--height-desktop)!important}.gps-627653463416767076 .\[\&\>svg\]\:\!gp-w-auto>svg{width:auto!important}@media (max-width:1024px){.gps-627653463416767076 .tablet\:\[\&\>svg\]\:\!gp-h-\[var\(--height-tablet\)\]>svg{height:var(--height-tablet)!important}}@media (max-width:767px){.gps-627653463416767076 .mobile\:\[\&\>svg\]\:\!gp-h-\[var\(--height-mobile\)\]>svg{height:var(--height-mobile)!important}}.gps-627653463416767076 .\[\&_\*\]\:gp-max-w-full *{max-width:100%}.gps-627653463416767076 .\[\&_\>_article\]\:gp-aspect-\[var\(--aspect\)\]>article{aspect-ratio:var(--aspect)}@media (max-width:1024px){.gps-627653463416767076 .tablet\:\[\&_\>_article\]\:gp-aspect-\[var\(--aspect-tablet\2c _var\(--aspect\)\)\]>article{aspect-ratio:var(--aspect-tablet,var(--aspect))}}@media (max-width:767px){.gps-627653463416767076 .mobile\:\[\&_\>_article\]\:gp-aspect-\[var\(--aspect-mobile\2c _var\(--aspect-tablet\2c _var\(--aspect\)\)\)\]>article{aspect-ratio:var(--aspect-mobile,var(--aspect-tablet,var(--aspect)))}}

/* Section style 32 */
.gps-627655380180140644.gps.gpsil [style*="--as:"]{align-self:var(--as)}.gps-627655380180140644.gps.gpsil [style*="--aspect:"]{aspect-ratio:var(--aspect)}.gps-627655380180140644.gps.gpsil [style*="--bg:"]{background:var(--bg)}.gps-627655380180140644.gps.gpsil [style*="--bga:"]{background-attachment:var(--bga)}.gps-627655380180140644.gps.gpsil [style*="--bgc:"]{background-color:var(--bgc)}.gps-627655380180140644.gps.gpsil [style*="--bgi:"]{background-image:var(--bgi)}.gps-627655380180140644.gps.gpsil [style*="--bgp:"]{background-position:var(--bgp)}.gps-627655380180140644.gps.gpsil [style*="--bgr:"]{background-repeat:var(--bgr)}.gps-627655380180140644.gps.gpsil [style*="--bgs:"]{background-size:var(--bgs)}.gps-627655380180140644.gps.gpsil [style*="--b:"]{border:var(--b)}.gps-627655380180140644.gps.gpsil [style*="--bb:"]{border-bottom:var(--bb)}.gps-627655380180140644.gps.gpsil [style*="--bc:"]{border-color:var(--bc)}.gps-627655380180140644.gps.gpsil [style*="--bblr:"]{border-bottom-left-radius:var(--bblr)}.gps-627655380180140644.gps.gpsil [style*="--bbrr:"]{border-bottom-right-radius:var(--bbrr)}.gps-627655380180140644.gps.gpsil [style*="--bl:"]{border-left:var(--bl)}.gps-627655380180140644.gps.gpsil [style*="--radius:"]{border-radius:var(--radius)}.gps-627655380180140644.gps.gpsil [style*="--bs:"]{border-style:var(--bs)}.gps-627655380180140644.gps.gpsil [style*="--bt:"]{border-top:var(--bt)}.gps-627655380180140644.gps.gpsil [style*="--btlr:"]{border-top-left-radius:var(--btlr)}.gps-627655380180140644.gps.gpsil [style*="--btrr:"]{border-top-right-radius:var(--btrr)}.gps-627655380180140644.gps.gpsil [style*="--bw:"]{border-width:var(--bw)}.gps-627655380180140644.gps.gpsil [style*="--shadow:"]{box-shadow:var(--shadow)}.gps-627655380180140644.gps.gpsil [style*="--c:"]{color:var(--c)}.gps-627655380180140644.gps.gpsil [style*="--cg:"]{-moz-column-gap:var(--cg);column-gap:var(--cg)}.gps-627655380180140644.gps.gpsil [style*="--ff:"]{font-family:var(--ff)}.gps-627655380180140644.gps.gpsil [style*="--size:"]{font-size:var(--size)}.gps-627655380180140644.gps.gpsil [style*="--weight:"]{font-weight:var(--weight)}.gps-627655380180140644.gps.gpsil [style*="--gtc:"]{grid-template-columns:var(--gtc)}.gps-627655380180140644.gps.gpsil [style*="--h:"]{height:var(--h)}.gps-627655380180140644.gps.gpsil [style*="--jc:"]{justify-content:var(--jc)}.gps-627655380180140644.gps.gpsil [style*="--lh:"]{line-height:var(--lh)}.gps-627655380180140644.gps.gpsil [style*="--tdt:"]{text-decoration-thickness:var(--tdt)}.gps-627655380180140644.gps.gpsil [style*="--m:"]{margin:var(--m)}.gps-627655380180140644.gps.gpsil [style*="--mb:"]{margin-bottom:var(--mb)}.gps-627655380180140644.gps.gpsil [style*="--mt:"]{margin-top:var(--mt)}.gps-627655380180140644.gps.gpsil [style*="--objf:"]{-o-object-fit:var(--objf);object-fit:var(--objf)}.gps-627655380180140644.gps.gpsil [style*="--op:"]{opacity:var(--op)}.gps-627655380180140644.gps.gpsil [style*="--o:"]{order:var(--o)}.gps-627655380180140644.gps.gpsil [style*="--pc:"]{place-content:var(--pc)}.gps-627655380180140644.gps.gpsil [style*="--p:"]{padding:var(--p)}.gps-627655380180140644.gps.gpsil [style*="--pb:"]{padding-bottom:var(--pb)}.gps-627655380180140644.gps.gpsil [style*="--pl:"]{padding-left:var(--pl)}.gps-627655380180140644.gps.gpsil [style*="--pr:"]{padding-right:var(--pr)}.gps-627655380180140644.gps.gpsil [style*="--pt:"]{padding-top:var(--pt)}.gps-627655380180140644.gps.gpsil [style*="--rg:"]{row-gap:var(--rg)}.gps-627655380180140644.gps.gpsil [style*="--ta:"]{text-align:var(--ta)}.gps-627655380180140644.gps.gpsil [style*="--ts:"]{text-shadow:var(--ts)}.gps-627655380180140644.gps.gpsil [style*="--tt:"]{text-transform:var(--tt)}.gps-627655380180140644.gps.gpsil [style*="--t:"]{transform:var(--t)}.gps-627655380180140644.gps.gpsil [style*="--w:"]{width:var(--w)}.gps-627655380180140644.gps.gpsil [style*="--line-clamp:"]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp)}@media only screen and (max-width:1024px){.gps-627655380180140644.gps.gpsil [style*="--aspect-tablet:"]{aspect-ratio:var(--aspect-tablet)}.gps-627655380180140644.gps.gpsil [style*="--bga-tablet:"]{background-attachment:var(--bga-tablet)}.gps-627655380180140644.gps.gpsil [style*="--bgc-tablet:"]{background-color:var(--bgc-tablet)}.gps-627655380180140644.gps.gpsil [style*="--bgi-tablet:"]{background-image:var(--bgi-tablet)}.gps-627655380180140644.gps.gpsil [style*="--bgp-tablet:"]{background-position:var(--bgp-tablet)}.gps-627655380180140644.gps.gpsil [style*="--bgr-tablet:"]{background-repeat:var(--bgr-tablet)}.gps-627655380180140644.gps.gpsil [style*="--bgs-tablet:"]{background-size:var(--bgs-tablet)}.gps-627655380180140644.gps.gpsil [style*="--size-tablet:"]{font-size:var(--size-tablet)}.gps-627655380180140644.gps.gpsil [style*="--h-tablet:"]{height:var(--h-tablet)}.gps-627655380180140644.gps.gpsil [style*="--lh-tablet:"]{line-height:var(--lh-tablet)}.gps-627655380180140644.gps.gpsil [style*="--mb-tablet:"]{margin-bottom:var(--mb-tablet)}.gps-627655380180140644.gps.gpsil [style*="--mt-tablet:"]{margin-top:var(--mt-tablet)}.gps-627655380180140644.gps.gpsil [style*="--pb-tablet:"]{padding-bottom:var(--pb-tablet)}.gps-627655380180140644.gps.gpsil [style*="--pl-tablet:"]{padding-left:var(--pl-tablet)}.gps-627655380180140644.gps.gpsil [style*="--pr-tablet:"]{padding-right:var(--pr-tablet)}.gps-627655380180140644.gps.gpsil [style*="--pt-tablet:"]{padding-top:var(--pt-tablet)}.gps-627655380180140644.gps.gpsil [style*="--ta-tablet:"]{text-align:var(--ta-tablet)}.gps-627655380180140644.gps.gpsil [style*="--w-tablet:"]{width:var(--w-tablet)}.gps-627655380180140644.gps.gpsil [style*="--line-clamp-tablet:"]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp-tablet)}}@media only screen and (max-width:767px){.gps-627655380180140644.gps.gpsil [style*="--aspect-mobile:"]{aspect-ratio:var(--aspect-mobile)}.gps-627655380180140644.gps.gpsil [style*="--bga-mobile:"]{background-attachment:var(--bga-mobile)}.gps-627655380180140644.gps.gpsil [style*="--bgc-mobile:"]{background-color:var(--bgc-mobile)}.gps-627655380180140644.gps.gpsil [style*="--bgi-mobile:"]{background-image:var(--bgi-mobile)}.gps-627655380180140644.gps.gpsil [style*="--bgp-mobile:"]{background-position:var(--bgp-mobile)}.gps-627655380180140644.gps.gpsil [style*="--bgr-mobile:"]{background-repeat:var(--bgr-mobile)}.gps-627655380180140644.gps.gpsil [style*="--bgs-mobile:"]{background-size:var(--bgs-mobile)}.gps-627655380180140644.gps.gpsil [style*="--size-mobile:"]{font-size:var(--size-mobile)}.gps-627655380180140644.gps.gpsil [style*="--h-mobile:"]{height:var(--h-mobile)}.gps-627655380180140644.gps.gpsil [style*="--lh-mobile:"]{line-height:var(--lh-mobile)}.gps-627655380180140644.gps.gpsil [style*="--mb-mobile:"]{margin-bottom:var(--mb-mobile)}.gps-627655380180140644.gps.gpsil [style*="--mt-mobile:"]{margin-top:var(--mt-mobile)}.gps-627655380180140644.gps.gpsil [style*="--pb-mobile:"]{padding-bottom:var(--pb-mobile)}.gps-627655380180140644.gps.gpsil [style*="--pl-mobile:"]{padding-left:var(--pl-mobile)}.gps-627655380180140644.gps.gpsil [style*="--pr-mobile:"]{padding-right:var(--pr-mobile)}.gps-627655380180140644.gps.gpsil [style*="--pt-mobile:"]{padding-top:var(--pt-mobile)}.gps-627655380180140644.gps.gpsil [style*="--ta-mobile:"]{text-align:var(--ta-mobile)}.gps-627655380180140644.gps.gpsil [style*="--w-mobile:"]{width:var(--w-mobile)}.gps-627655380180140644.gps.gpsil [style*="--line-clamp-mobile:"]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp-mobile)}}.gps-627655380180140644 .gp-relative{position:relative}.gps-627655380180140644 .gp-mx-auto{margin-left:auto;margin-right:auto}.gps-627655380180140644 .gp-mb-0{margin-bottom:0}.gps-627655380180140644 .gp-inline-block{display:inline-block}.gps-627655380180140644 .gp-flex{display:flex}.gps-627655380180140644 .gp-grid{display:grid}.gps-627655380180140644 .gp-contents{display:contents}.gps-627655380180140644 .\!gp-hidden{display:none!important}.gps-627655380180140644 .gp-hidden{display:none}.gps-627655380180140644 .gp-h-auto{height:auto}.gps-627655380180140644 .gp-h-full{height:100%}.gps-627655380180140644 .gp-w-full{width:100%}.gps-627655380180140644 .gp-max-w-full{max-width:100%}.gps-627655380180140644 .gp-flex-none{flex:none}.gps-627655380180140644 .gp-grid-rows-\[1fr\]{grid-template-rows:1fr}.gps-627655380180140644 .gp-flex-col{flex-direction:column}.gps-627655380180140644 .gp-transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.gps-627655380180140644 .gp-duration-200{transition-duration:.2s}.gps-627655380180140644 .gp-ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (max-width:1024px){.gps-627655380180140644 .tablet\:\!gp-hidden{display:none!important}.gps-627655380180140644 .tablet\:gp-hidden{display:none}.gps-627655380180140644 .tablet\:gp-h-auto{height:auto}.gps-627655380180140644 .tablet\:gp-flex-none{flex:none}}@media (max-width:767px){.gps-627655380180140644 .mobile\:\!gp-hidden{display:none!important}.gps-627655380180140644 .mobile\:gp-hidden{display:none}.gps-627655380180140644 .mobile\:gp-h-auto{height:auto}.gps-627655380180140644 .mobile\:gp-flex-none{flex:none}}.gps-627655380180140644 .\[\&_\*\]\:gp-max-w-full *{max-width:100%}

/* Section style 33 */
.gps-627733221865423483.gps.gpsil [style*="--as:"]{align-self:var(--as)}.gps-627733221865423483.gps.gpsil [style*="--aspect:"]{aspect-ratio:var(--aspect)}.gps-627733221865423483.gps.gpsil [style*="--bg:"]{background:var(--bg)}.gps-627733221865423483.gps.gpsil [style*="--bga:"]{background-attachment:var(--bga)}.gps-627733221865423483.gps.gpsil [style*="--bgc:"]{background-color:var(--bgc)}.gps-627733221865423483.gps.gpsil [style*="--bgi:"]{background-image:var(--bgi)}.gps-627733221865423483.gps.gpsil [style*="--bgp:"]{background-position:var(--bgp)}.gps-627733221865423483.gps.gpsil [style*="--bgr:"]{background-repeat:var(--bgr)}.gps-627733221865423483.gps.gpsil [style*="--bgs:"]{background-size:var(--bgs)}.gps-627733221865423483.gps.gpsil [style*="--b:"]{border:var(--b)}.gps-627733221865423483.gps.gpsil [style*="--bb:"]{border-bottom:var(--bb)}.gps-627733221865423483.gps.gpsil [style*="--bc:"]{border-color:var(--bc)}.gps-627733221865423483.gps.gpsil [style*="--bblr:"]{border-bottom-left-radius:var(--bblr)}.gps-627733221865423483.gps.gpsil [style*="--bbrr:"]{border-bottom-right-radius:var(--bbrr)}.gps-627733221865423483.gps.gpsil [style*="--bl:"]{border-left:var(--bl)}.gps-627733221865423483.gps.gpsil [style*="--radius:"]{border-radius:var(--radius)}.gps-627733221865423483.gps.gpsil [style*="--bs:"]{border-style:var(--bs)}.gps-627733221865423483.gps.gpsil [style*="--bt:"]{border-top:var(--bt)}.gps-627733221865423483.gps.gpsil [style*="--btlr:"]{border-top-left-radius:var(--btlr)}.gps-627733221865423483.gps.gpsil [style*="--btrr:"]{border-top-right-radius:var(--btrr)}.gps-627733221865423483.gps.gpsil [style*="--bw:"]{border-width:var(--bw)}.gps-627733221865423483.gps.gpsil [style*="--shadow:"]{box-shadow:var(--shadow)}.gps-627733221865423483.gps.gpsil [style*="--c:"]{color:var(--c)}.gps-627733221865423483.gps.gpsil [style*="--cg:"]{-moz-column-gap:var(--cg);column-gap:var(--cg)}.gps-627733221865423483.gps.gpsil [style*="--ff:"]{font-family:var(--ff)}.gps-627733221865423483.gps.gpsil [style*="--size:"]{font-size:var(--size)}.gps-627733221865423483.gps.gpsil [style*="--weight:"]{font-weight:var(--weight)}.gps-627733221865423483.gps.gpsil [style*="--gtc:"]{grid-template-columns:var(--gtc)}.gps-627733221865423483.gps.gpsil [style*="--h:"]{height:var(--h)}.gps-627733221865423483.gps.gpsil [style*="--jc:"]{justify-content:var(--jc)}.gps-627733221865423483.gps.gpsil [style*="--lh:"]{line-height:var(--lh)}.gps-627733221865423483.gps.gpsil [style*="--tdt:"]{text-decoration-thickness:var(--tdt)}.gps-627733221865423483.gps.gpsil [style*="--m:"]{margin:var(--m)}.gps-627733221865423483.gps.gpsil [style*="--mb:"]{margin-bottom:var(--mb)}.gps-627733221865423483.gps.gpsil [style*="--mr:"]{margin-right:var(--mr)}.gps-627733221865423483.gps.gpsil [style*="--mt:"]{margin-top:var(--mt)}.gps-627733221865423483.gps.gpsil [style*="--objf:"]{-o-object-fit:var(--objf);object-fit:var(--objf)}.gps-627733221865423483.gps.gpsil [style*="--op:"]{opacity:var(--op)}.gps-627733221865423483.gps.gpsil [style*="--o:"]{order:var(--o)}.gps-627733221865423483.gps.gpsil [style*="--pc:"]{place-content:var(--pc)}.gps-627733221865423483.gps.gpsil [style*="--p:"]{padding:var(--p)}.gps-627733221865423483.gps.gpsil [style*="--pb:"]{padding-bottom:var(--pb)}.gps-627733221865423483.gps.gpsil [style*="--pl:"]{padding-left:var(--pl)}.gps-627733221865423483.gps.gpsil [style*="--pr:"]{padding-right:var(--pr)}.gps-627733221865423483.gps.gpsil [style*="--pt:"]{padding-top:var(--pt)}.gps-627733221865423483.gps.gpsil [style*="--rg:"]{row-gap:var(--rg)}.gps-627733221865423483.gps.gpsil [style*="--ta:"]{text-align:var(--ta)}.gps-627733221865423483.gps.gpsil [style*="--ts:"]{text-shadow:var(--ts)}.gps-627733221865423483.gps.gpsil [style*="--tt:"]{text-transform:var(--tt)}.gps-627733221865423483.gps.gpsil [style*="--t:"]{transform:var(--t)}.gps-627733221865423483.gps.gpsil [style*="--w:"]{width:var(--w)}.gps-627733221865423483.gps.gpsil [style*="--line-clamp:"]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp)}@media only screen and (max-width:1024px){.gps-627733221865423483.gps.gpsil [style*="--aspect-tablet:"]{aspect-ratio:var(--aspect-tablet)}.gps-627733221865423483.gps.gpsil [style*="--bga-tablet:"]{background-attachment:var(--bga-tablet)}.gps-627733221865423483.gps.gpsil [style*="--bgc-tablet:"]{background-color:var(--bgc-tablet)}.gps-627733221865423483.gps.gpsil [style*="--bgi-tablet:"]{background-image:var(--bgi-tablet)}.gps-627733221865423483.gps.gpsil [style*="--bgp-tablet:"]{background-position:var(--bgp-tablet)}.gps-627733221865423483.gps.gpsil [style*="--bgr-tablet:"]{background-repeat:var(--bgr-tablet)}.gps-627733221865423483.gps.gpsil [style*="--bgs-tablet:"]{background-size:var(--bgs-tablet)}.gps-627733221865423483.gps.gpsil [style*="--size-tablet:"]{font-size:var(--size-tablet)}.gps-627733221865423483.gps.gpsil [style*="--h-tablet:"]{height:var(--h-tablet)}.gps-627733221865423483.gps.gpsil [style*="--lh-tablet:"]{line-height:var(--lh-tablet)}.gps-627733221865423483.gps.gpsil [style*="--mb-tablet:"]{margin-bottom:var(--mb-tablet)}.gps-627733221865423483.gps.gpsil [style*="--mt-tablet:"]{margin-top:var(--mt-tablet)}.gps-627733221865423483.gps.gpsil [style*="--pb-tablet:"]{padding-bottom:var(--pb-tablet)}.gps-627733221865423483.gps.gpsil [style*="--pl-tablet:"]{padding-left:var(--pl-tablet)}.gps-627733221865423483.gps.gpsil [style*="--pr-tablet:"]{padding-right:var(--pr-tablet)}.gps-627733221865423483.gps.gpsil [style*="--pt-tablet:"]{padding-top:var(--pt-tablet)}.gps-627733221865423483.gps.gpsil [style*="--rg-tablet:"]{row-gap:var(--rg-tablet)}.gps-627733221865423483.gps.gpsil [style*="--ta-tablet:"]{text-align:var(--ta-tablet)}.gps-627733221865423483.gps.gpsil [style*="--w-tablet:"]{width:var(--w-tablet)}.gps-627733221865423483.gps.gpsil [style*="--line-clamp-tablet:"]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp-tablet)}}@media only screen and (max-width:767px){.gps-627733221865423483.gps.gpsil [style*="--aspect-mobile:"]{aspect-ratio:var(--aspect-mobile)}.gps-627733221865423483.gps.gpsil [style*="--bga-mobile:"]{background-attachment:var(--bga-mobile)}.gps-627733221865423483.gps.gpsil [style*="--bgc-mobile:"]{background-color:var(--bgc-mobile)}.gps-627733221865423483.gps.gpsil [style*="--bgi-mobile:"]{background-image:var(--bgi-mobile)}.gps-627733221865423483.gps.gpsil [style*="--bgp-mobile:"]{background-position:var(--bgp-mobile)}.gps-627733221865423483.gps.gpsil [style*="--bgr-mobile:"]{background-repeat:var(--bgr-mobile)}.gps-627733221865423483.gps.gpsil [style*="--bgs-mobile:"]{background-size:var(--bgs-mobile)}.gps-627733221865423483.gps.gpsil [style*="--size-mobile:"]{font-size:var(--size-mobile)}.gps-627733221865423483.gps.gpsil [style*="--gtc-mobile:"]{grid-template-columns:var(--gtc-mobile)}.gps-627733221865423483.gps.gpsil [style*="--h-mobile:"]{height:var(--h-mobile)}.gps-627733221865423483.gps.gpsil [style*="--lh-mobile:"]{line-height:var(--lh-mobile)}.gps-627733221865423483.gps.gpsil [style*="--mb-mobile:"]{margin-bottom:var(--mb-mobile)}.gps-627733221865423483.gps.gpsil [style*="--mr-mobile:"]{margin-right:var(--mr-mobile)}.gps-627733221865423483.gps.gpsil [style*="--mt-mobile:"]{margin-top:var(--mt-mobile)}.gps-627733221865423483.gps.gpsil [style*="--pb-mobile:"]{padding-bottom:var(--pb-mobile)}.gps-627733221865423483.gps.gpsil [style*="--pl-mobile:"]{padding-left:var(--pl-mobile)}.gps-627733221865423483.gps.gpsil [style*="--pr-mobile:"]{padding-right:var(--pr-mobile)}.gps-627733221865423483.gps.gpsil [style*="--pt-mobile:"]{padding-top:var(--pt-mobile)}.gps-627733221865423483.gps.gpsil [style*="--rg-mobile:"]{row-gap:var(--rg-mobile)}.gps-627733221865423483.gps.gpsil [style*="--ta-mobile:"]{text-align:var(--ta-mobile)}.gps-627733221865423483.gps.gpsil [style*="--w-mobile:"]{width:var(--w-mobile)}.gps-627733221865423483.gps.gpsil [style*="--line-clamp-mobile:"]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp-mobile)}}.gps-627733221865423483 .gp-relative{position:relative}.gps-627733221865423483 .gp-mx-auto{margin-left:auto;margin-right:auto}.gps-627733221865423483 .gp-mb-0{margin-bottom:0}.gps-627733221865423483 .gp-inline-block{display:inline-block}.gps-627733221865423483 .gp-flex{display:flex}.gps-627733221865423483 .gp-grid{display:grid}.gps-627733221865423483 .gp-contents{display:contents}.gps-627733221865423483 .\!gp-hidden{display:none!important}.gps-627733221865423483 .gp-hidden{display:none}.gps-627733221865423483 .gp-h-auto{height:auto}.gps-627733221865423483 .gp-h-full{height:100%}.gps-627733221865423483 .gp-w-full{width:100%}.gps-627733221865423483 .gp-max-w-full{max-width:100%}.gps-627733221865423483 .gp-flex-none{flex:none}.gps-627733221865423483 .gp-grid-rows-\[1fr\]{grid-template-rows:1fr}.gps-627733221865423483 .gp-flex-col{flex-direction:column}.gps-627733221865423483 .gp-transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.gps-627733221865423483 .gp-duration-200{transition-duration:.2s}.gps-627733221865423483 .gp-ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (max-width:1024px){.gps-627733221865423483 .tablet\:\!gp-hidden{display:none!important}.gps-627733221865423483 .tablet\:gp-hidden{display:none}.gps-627733221865423483 .tablet\:gp-h-auto{height:auto}.gps-627733221865423483 .tablet\:gp-flex-none{flex:none}}@media (max-width:767px){.gps-627733221865423483 .mobile\:\!gp-hidden{display:none!important}.gps-627733221865423483 .mobile\:gp-hidden{display:none}.gps-627733221865423483 .mobile\:gp-h-auto{height:auto}.gps-627733221865423483 .mobile\:gp-flex-none{flex:none}}.gps-627733221865423483 .\[\&_\*\]\:gp-max-w-full *{max-width:100%}

/* Section style 34 */
.gps-629063252189381243.gps.gpsil [style*="--as:"]{align-self:var(--as)}.gps-629063252189381243.gps.gpsil [style*="--aspect:"]{aspect-ratio:var(--aspect)}.gps-629063252189381243.gps.gpsil [style*="--bg:"]{background:var(--bg)}.gps-629063252189381243.gps.gpsil [style*="--bga:"]{background-attachment:var(--bga)}.gps-629063252189381243.gps.gpsil [style*="--bgc:"]{background-color:var(--bgc)}.gps-629063252189381243.gps.gpsil [style*="--bgi:"]{background-image:var(--bgi)}.gps-629063252189381243.gps.gpsil [style*="--bgp:"]{background-position:var(--bgp)}.gps-629063252189381243.gps.gpsil [style*="--bgr:"]{background-repeat:var(--bgr)}.gps-629063252189381243.gps.gpsil [style*="--bgs:"]{background-size:var(--bgs)}.gps-629063252189381243.gps.gpsil [style*="--b:"]{border:var(--b)}.gps-629063252189381243.gps.gpsil [style*="--bb:"]{border-bottom:var(--bb)}.gps-629063252189381243.gps.gpsil [style*="--bbw:"]{border-bottom-width:var(--bbw)}.gps-629063252189381243.gps.gpsil [style*="--bc:"]{border-color:var(--bc)}.gps-629063252189381243.gps.gpsil [style*="--bblr:"]{border-bottom-left-radius:var(--bblr)}.gps-629063252189381243.gps.gpsil [style*="--bbrr:"]{border-bottom-right-radius:var(--bbrr)}.gps-629063252189381243.gps.gpsil [style*="--bl:"]{border-left:var(--bl)}.gps-629063252189381243.gps.gpsil [style*="--radius:"]{border-radius:var(--radius)}.gps-629063252189381243.gps.gpsil [style*="--bs:"]{border-style:var(--bs)}.gps-629063252189381243.gps.gpsil [style*="--bt:"]{border-top:var(--bt)}.gps-629063252189381243.gps.gpsil [style*="--btlr:"]{border-top-left-radius:var(--btlr)}.gps-629063252189381243.gps.gpsil [style*="--btrr:"]{border-top-right-radius:var(--btrr)}.gps-629063252189381243.gps.gpsil [style*="--bw:"]{border-width:var(--bw)}.gps-629063252189381243.gps.gpsil [style*="--shadow:"]{box-shadow:var(--shadow)}.gps-629063252189381243.gps.gpsil [style*="--c:"]{color:var(--c)}.gps-629063252189381243.gps.gpsil [style*="--cg:"]{-moz-column-gap:var(--cg);column-gap:var(--cg)}.gps-629063252189381243.gps.gpsil [style*="--ff:"]{font-family:var(--ff)}.gps-629063252189381243.gps.gpsil [style*="--size:"]{font-size:var(--size)}.gps-629063252189381243.gps.gpsil [style*="--weight:"]{font-weight:var(--weight)}.gps-629063252189381243.gps.gpsil [style*="--gtc:"]{grid-template-columns:var(--gtc)}.gps-629063252189381243.gps.gpsil [style*="--h:"]{height:var(--h)}.gps-629063252189381243.gps.gpsil [style*="--jc:"]{justify-content:var(--jc)}.gps-629063252189381243.gps.gpsil [style*="--ls:"]{letter-spacing:var(--ls)}.gps-629063252189381243.gps.gpsil [style*="--lh:"]{line-height:var(--lh)}.gps-629063252189381243.gps.gpsil [style*="--tdt:"]{text-decoration-thickness:var(--tdt)}.gps-629063252189381243.gps.gpsil [style*="--m:"]{margin:var(--m)}.gps-629063252189381243.gps.gpsil [style*="--mb:"]{margin-bottom:var(--mb)}.gps-629063252189381243.gps.gpsil [style*="--ml:"]{margin-left:var(--ml)}.gps-629063252189381243.gps.gpsil [style*="--mr:"]{margin-right:var(--mr)}.gps-629063252189381243.gps.gpsil [style*="--mt:"]{margin-top:var(--mt)}.gps-629063252189381243.gps.gpsil [style*="--minw:"]{min-width:var(--minw)}.gps-629063252189381243.gps.gpsil [style*="--objf:"]{-o-object-fit:var(--objf);object-fit:var(--objf)}.gps-629063252189381243.gps.gpsil [style*="--op:"]{opacity:var(--op)}.gps-629063252189381243.gps.gpsil [style*="--o:"]{order:var(--o)}.gps-629063252189381243.gps.gpsil [style*="--pc:"]{place-content:var(--pc)}.gps-629063252189381243.gps.gpsil [style*="--p:"]{padding:var(--p)}.gps-629063252189381243.gps.gpsil [style*="--pb:"]{padding-bottom:var(--pb)}.gps-629063252189381243.gps.gpsil [style*="--pl:"]{padding-left:var(--pl)}.gps-629063252189381243.gps.gpsil [style*="--pr:"]{padding-right:var(--pr)}.gps-629063252189381243.gps.gpsil [style*="--pt:"]{padding-top:var(--pt)}.gps-629063252189381243.gps.gpsil [style*="--rg:"]{row-gap:var(--rg)}.gps-629063252189381243.gps.gpsil [style*="--ta:"]{text-align:var(--ta)}.gps-629063252189381243.gps.gpsil [style*="--ts:"]{text-shadow:var(--ts)}.gps-629063252189381243.gps.gpsil [style*="--tt:"]{text-transform:var(--tt)}.gps-629063252189381243.gps.gpsil [style*="--t:"]{transform:var(--t)}.gps-629063252189381243.gps.gpsil [style*="--w:"]{width:var(--w)}.gps-629063252189381243.gps.gpsil [style*="--line-clamp:"]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp)}@media only screen and (max-width:1024px){.gps-629063252189381243.gps.gpsil [style*="--aspect-tablet:"]{aspect-ratio:var(--aspect-tablet)}.gps-629063252189381243.gps.gpsil [style*="--bga-tablet:"]{background-attachment:var(--bga-tablet)}.gps-629063252189381243.gps.gpsil [style*="--bgc-tablet:"]{background-color:var(--bgc-tablet)}.gps-629063252189381243.gps.gpsil [style*="--bgi-tablet:"]{background-image:var(--bgi-tablet)}.gps-629063252189381243.gps.gpsil [style*="--bgp-tablet:"]{background-position:var(--bgp-tablet)}.gps-629063252189381243.gps.gpsil [style*="--bgr-tablet:"]{background-repeat:var(--bgr-tablet)}.gps-629063252189381243.gps.gpsil [style*="--bgs-tablet:"]{background-size:var(--bgs-tablet)}.gps-629063252189381243.gps.gpsil [style*="--bbw-tablet:"]{border-bottom-width:var(--bbw-tablet)}.gps-629063252189381243.gps.gpsil [style*="--bblr-tablet:"]{border-bottom-left-radius:var(--bblr-tablet)}.gps-629063252189381243.gps.gpsil [style*="--bbrr-tablet:"]{border-bottom-right-radius:var(--bbrr-tablet)}.gps-629063252189381243.gps.gpsil [style*="--btlr-tablet:"]{border-top-left-radius:var(--btlr-tablet)}.gps-629063252189381243.gps.gpsil [style*="--btrr-tablet:"]{border-top-right-radius:var(--btrr-tablet)}.gps-629063252189381243.gps.gpsil [style*="--size-tablet:"]{font-size:var(--size-tablet)}.gps-629063252189381243.gps.gpsil [style*="--h-tablet:"]{height:var(--h-tablet)}.gps-629063252189381243.gps.gpsil [style*="--lh-tablet:"]{line-height:var(--lh-tablet)}.gps-629063252189381243.gps.gpsil [style*="--mb-tablet:"]{margin-bottom:var(--mb-tablet)}.gps-629063252189381243.gps.gpsil [style*="--mt-tablet:"]{margin-top:var(--mt-tablet)}.gps-629063252189381243.gps.gpsil [style*="--pb-tablet:"]{padding-bottom:var(--pb-tablet)}.gps-629063252189381243.gps.gpsil [style*="--pl-tablet:"]{padding-left:var(--pl-tablet)}.gps-629063252189381243.gps.gpsil [style*="--pr-tablet:"]{padding-right:var(--pr-tablet)}.gps-629063252189381243.gps.gpsil [style*="--pt-tablet:"]{padding-top:var(--pt-tablet)}.gps-629063252189381243.gps.gpsil [style*="--rg-tablet:"]{row-gap:var(--rg-tablet)}.gps-629063252189381243.gps.gpsil [style*="--ta-tablet:"]{text-align:var(--ta-tablet)}.gps-629063252189381243.gps.gpsil [style*="--w-tablet:"]{width:var(--w-tablet)}.gps-629063252189381243.gps.gpsil [style*="--line-clamp-tablet:"]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp-tablet)}}@media only screen and (max-width:767px){.gps-629063252189381243.gps.gpsil [style*="--aspect-mobile:"]{aspect-ratio:var(--aspect-mobile)}.gps-629063252189381243.gps.gpsil [style*="--bga-mobile:"]{background-attachment:var(--bga-mobile)}.gps-629063252189381243.gps.gpsil [style*="--bgc-mobile:"]{background-color:var(--bgc-mobile)}.gps-629063252189381243.gps.gpsil [style*="--bgi-mobile:"]{background-image:var(--bgi-mobile)}.gps-629063252189381243.gps.gpsil [style*="--bgp-mobile:"]{background-position:var(--bgp-mobile)}.gps-629063252189381243.gps.gpsil [style*="--bgr-mobile:"]{background-repeat:var(--bgr-mobile)}.gps-629063252189381243.gps.gpsil [style*="--bgs-mobile:"]{background-size:var(--bgs-mobile)}.gps-629063252189381243.gps.gpsil [style*="--bbw-mobile:"]{border-bottom-width:var(--bbw-mobile)}.gps-629063252189381243.gps.gpsil [style*="--bblr-mobile:"]{border-bottom-left-radius:var(--bblr-mobile)}.gps-629063252189381243.gps.gpsil [style*="--bbrr-mobile:"]{border-bottom-right-radius:var(--bbrr-mobile)}.gps-629063252189381243.gps.gpsil [style*="--bs-mobile:"]{border-style:var(--bs-mobile)}.gps-629063252189381243.gps.gpsil [style*="--btlr-mobile:"]{border-top-left-radius:var(--btlr-mobile)}.gps-629063252189381243.gps.gpsil [style*="--btrr-mobile:"]{border-top-right-radius:var(--btrr-mobile)}.gps-629063252189381243.gps.gpsil [style*="--cg-mobile:"]{-moz-column-gap:var(--cg-mobile);column-gap:var(--cg-mobile)}.gps-629063252189381243.gps.gpsil [style*="--size-mobile:"]{font-size:var(--size-mobile)}.gps-629063252189381243.gps.gpsil [style*="--gtc-mobile:"]{grid-template-columns:var(--gtc-mobile)}.gps-629063252189381243.gps.gpsil [style*="--h-mobile:"]{height:var(--h-mobile)}.gps-629063252189381243.gps.gpsil [style*="--ls-mobile:"]{letter-spacing:var(--ls-mobile)}.gps-629063252189381243.gps.gpsil [style*="--lh-mobile:"]{line-height:var(--lh-mobile)}.gps-629063252189381243.gps.gpsil [style*="--mb-mobile:"]{margin-bottom:var(--mb-mobile)}.gps-629063252189381243.gps.gpsil [style*="--ml-mobile:"]{margin-left:var(--ml-mobile)}.gps-629063252189381243.gps.gpsil [style*="--mt-mobile:"]{margin-top:var(--mt-mobile)}.gps-629063252189381243.gps.gpsil [style*="--pb-mobile:"]{padding-bottom:var(--pb-mobile)}.gps-629063252189381243.gps.gpsil [style*="--pl-mobile:"]{padding-left:var(--pl-mobile)}.gps-629063252189381243.gps.gpsil [style*="--pr-mobile:"]{padding-right:var(--pr-mobile)}.gps-629063252189381243.gps.gpsil [style*="--pt-mobile:"]{padding-top:var(--pt-mobile)}.gps-629063252189381243.gps.gpsil [style*="--rg-mobile:"]{row-gap:var(--rg-mobile)}.gps-629063252189381243.gps.gpsil [style*="--ta-mobile:"]{text-align:var(--ta-mobile)}.gps-629063252189381243.gps.gpsil [style*="--w-mobile:"]{width:var(--w-mobile)}.gps-629063252189381243.gps.gpsil [style*="--line-clamp-mobile:"]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp-mobile)}}.gps-629063252189381243 .gp-g-paragraph-1{font-family:var(--g-p1-ff);font-size:var(--g-p1-size);font-style:var(--g-p1-fs);font-weight:var(--g-p1-weight);letter-spacing:var(--g-p1-ls);line-height:var(--g-p1-lh)}.gps-629063252189381243 .gp-relative{position:relative}.gps-629063252189381243 .gp-mx-auto{margin-left:auto;margin-right:auto}.gps-629063252189381243 .gp-mb-0{margin-bottom:0}.gps-629063252189381243 .gp-block{display:block}.gps-629063252189381243 .gp-inline-block{display:inline-block}.gps-629063252189381243 .gp-flex{display:flex}.gps-629063252189381243 .gp-inline-flex{display:inline-flex}.gps-629063252189381243 .gp-grid{display:grid}.gps-629063252189381243 .gp-contents{display:contents}.gps-629063252189381243 .\!gp-hidden{display:none!important}.gps-629063252189381243 .gp-hidden{display:none}.gps-629063252189381243 .gp-h-auto{height:auto}.gps-629063252189381243 .gp-h-full{height:100%}.gps-629063252189381243 .gp-w-full{width:100%}.gps-629063252189381243 .gp-max-w-full{max-width:100%}.gps-629063252189381243 .gp-flex-none{flex:none}.gps-629063252189381243 .gp-grid-rows-\[1fr\]{grid-template-rows:1fr}.gps-629063252189381243 .gp-flex-col{flex-direction:column}.gps-629063252189381243 .gp-items-center{align-items:center}.gps-629063252189381243 .gp-justify-center{justify-content:center}.gps-629063252189381243 .gp-transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.gps-629063252189381243 .gp-duration-200{transition-duration:.2s}.gps-629063252189381243 .gp-ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (max-width:1024px){.gps-629063252189381243 .tablet\:gp-block{display:block}.gps-629063252189381243 .tablet\:\!gp-hidden{display:none!important}.gps-629063252189381243 .tablet\:gp-hidden{display:none}.gps-629063252189381243 .tablet\:gp-h-auto{height:auto}.gps-629063252189381243 .tablet\:gp-flex-none{flex:none}}@media (max-width:767px){.gps-629063252189381243 .mobile\:gp-block{display:block}.gps-629063252189381243 .mobile\:\!gp-hidden{display:none!important}.gps-629063252189381243 .mobile\:gp-hidden{display:none}.gps-629063252189381243 .mobile\:gp-h-auto{height:auto}.gps-629063252189381243 .mobile\:gp-flex-none{flex:none}}.gps-629063252189381243 .\[\&_\*\]\:gp-max-w-full *{max-width:100%}

/* Section style 35 */
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/assistant/v24/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtuZnIGaV2Q.woff) format('woff');
}
/* hebrew */
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/assistant/v24/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtuZnIGSV2YOrrM95Dylg.woff) format('woff');
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin-ext */
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/assistant/v24/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtuZnIGiV2YOrrM95Dylg.woff) format('woff');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/assistant/v24/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtuZnIGaV2YOrrM95Dw.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* Section style 36 */

  .gp-lus-workflow-section,.gp-lus-workflow-section *{box-sizing:border-box}
  .gp-lus-workflow-section{width:100%;margin:0!important;padding:0!important;background:#fff;overflow:hidden;font-family:"Yu Gothic","YuGothic","游ゴシック体","游ゴシック",-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif}
  .gp-lus-workflow-inner{width:100%;max-width:none;margin:0 auto}
  .gp-lus-workflow-svg-wrap{width:100%;max-width:none;margin:0 auto;overflow:visible}
  .gp-lus-workflow-svg{display:block;width:100%;height:auto;overflow:visible;background:#fff}
  .gp-lus-workflow-svg #headline_x5F_01,.gp-lus-workflow-svg #headline_x5F_02,.gp-lus-workflow-svg #headline_x5F_line01,.gp-lus-workflow-svg #headline_x5F_line02,.gp-lus-workflow-svg #label_x5F_01,.gp-lus-workflow-svg #label_x5F_02,.gp-lus-workflow-svg #label_x5F_03,.gp-lus-workflow-svg #label_x5F_04,.gp-lus-workflow-svg #label_x5F_05,.gp-lus-workflow-svg #line_x5F_dot_x5F_01,.gp-lus-workflow-svg #line_x5F_dot_x5F_02,.gp-lus-workflow-svg #line_x5F_dot_x5F_03,.gp-lus-workflow-svg #line_x5F_dot_x5F_04,.gp-lus-workflow-svg #line_x5F_dot_x5F_05,.gp-lus-workflow-svg #scene_x5F_01,.gp-lus-workflow-svg #scene_x5F_02,.gp-lus-workflow-svg #scene_x5F_03,.gp-lus-workflow-svg #scene_x5F_04,.gp-lus-workflow-svg #scene_x5F_05{opacity:0;transform:translate3d(0,26px,0);transition:opacity .48s cubic-bezier(.2,.7,.2,1),transform .58s cubic-bezier(.2,.7,.2,1),filter .58s ease;transform-box:fill-box;transform-origin:center center;filter:blur(8px)}
  .gp-lus-workflow-svg #line_x5F_01,.gp-lus-workflow-svg #line_x5F_02,.gp-lus-workflow-svg #line_x5F_03,.gp-lus-workflow-svg #line_x5F_04,.gp-lus-workflow-svg #line_x5F_05{opacity:0;transform:scaleY(0);transition:opacity .34s ease,transform .52s cubic-bezier(.2,.7,.2,1);transform-box:fill-box;transform-origin:center top}
  .gp-lus-workflow-svg #product{opacity:0;transform:translate(-1.87px,2233.23px) scale(1.49);transition:opacity .68s cubic-bezier(.2,.7,.2,1),filter .68s ease;filter:blur(8px)}
  .gp-lus-workflow-svg .is-gp-lwf-visible{opacity:1!important;transform:none!important;filter:none!important}
  .gp-lus-workflow-svg #product.is-gp-lwf-visible{transform:translate(-1.87px,2233.23px) scale(1.49)!important}
  .gp-lus-workflow-svg #line_x5F_01.is-gp-lwf-visible,.gp-lus-workflow-svg #line_x5F_02.is-gp-lwf-visible,.gp-lus-workflow-svg #line_x5F_03.is-gp-lwf-visible,.gp-lus-workflow-svg #line_x5F_04.is-gp-lwf-visible,.gp-lus-workflow-svg #line_x5F_05.is-gp-lwf-visible{transform:scaleY(1)!important}
  @media(max-width:767px){.gp-lus-workflow-section{padding:0!important}.gp-lus-workflow-inner,.gp-lus-workflow-svg-wrap{width:100%;max-width:none}.gp-lus-workflow-svg{width:100%}}


/* Section style 37 */

  .gp-lus-compare,
  .gp-lus-compare * {
    box-sizing: border-box;
  }

  .gp-lus-compare {
    --gp-lus-table-scroll: 0;
    width: min(100%, 900px);
    margin: clamp(24px, 4vw, 44px) auto;
    padding: 0 16px;
    font-family: "Yu Gothic", "YuGothic", "游ゴシック体", "游ゴシック", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  }

  .gp-lus-compare__scroll {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    border-radius: 0;
    box-shadow: 0 18px 45px rgba(50, 42, 34, .10);
    scrollbar-width: thin;
    scrollbar-color: #b7a47f #e7e2db;
  }

  .gp-lus-compare__scroll::-webkit-scrollbar {
    height: 6px;
  }

  .gp-lus-compare__scroll::-webkit-scrollbar-track {
    background: #eeeeee;
  }

  .gp-lus-compare__scroll::-webkit-scrollbar-thumb {
    background: #a99a7a;
    border-radius: 999px;
  }

  .gp-lus-compare__table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
    border-spacing: 0;
    background: #f2f2f2;
    color: #252a2e;
  }

  .gp-lus-compare__table th,
  .gp-lus-compare__table td {
    padding: 22px 24px;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: .04em;
  }

  .gp-lus-compare__table thead th {
    background: #8a8a8a;
    color: #f7f7f5;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .05em;
  }

  .gp-lus-compare__table thead th:first-child,
  .gp-lus-compare__table tbody th {
    position: sticky;
    left: 0;
    z-index: 3;
    min-width: 142px;
    box-shadow: 10px 0 18px rgba(54, 45, 38, .08);
  }

  .gp-lus-compare__table thead th:first-child {
    z-index: 5;
    background: #7f7f7f;
  }

  .gp-lus-compare__table thead th:nth-child(2) {
    background: linear-gradient(135deg, #8a725a 0%, #b89b73 52%, #806955 100%);
    color: #fff;
    text-shadow: 0 1px 10px rgba(0, 0, 0, .20);
  }

  .gp-lus-compare__table tbody th {
    width: 20%;
    font-weight: 700;
    color: #252b30;
    background: #e3e3e3;
  }

  .gp-lus-compare__table tbody td {
    width: 40%;
    font-weight: 500;
    color: #252b30;
    background: #f3f3f3;
  }

  .gp-lus-compare__table tbody td:nth-child(2) {
    background:
      linear-gradient(90deg, rgba(184, 155, 115, .22) 0%, rgba(255, 255, 255, .50) 44%, rgba(150, 125, 94, .18) 100%),
      #ebe7df;
  }

  .gp-lus-compare__table tbody td strong {
    font-weight: 700;
    color: #202428;
  }

  .gp-lus-compare__table tbody tr:last-child th,
  .gp-lus-compare__table tbody tr:last-child td {
    border-bottom: 0;
  }

  .gp-lus-compare__controls {
    display: grid;
    grid-template-columns: 44px minmax(180px, 320px) 44px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: min(440px, 94%);
    margin: 14px auto 0;
  }

  .gp-lus-compare__button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #73777a 0%, #56595c 48%, #73777a 100%);
    color: #f8f3ea;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18);
    opacity: .96;
    overflow: hidden;
    cursor: pointer;
    touch-action: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: none;
    transition: opacity .2s ease, transform .2s ease, box-shadow .2s ease, filter .2s ease;
  }

  .gp-lus-compare__button::before {
    position: absolute;
    inset: -45%;
    content: "";
    background: conic-gradient(from 90deg, transparent, rgba(214, 194, 141, .42), transparent 38%);
    opacity: 0;
    transform: rotate(0deg);
  }

  .gp-lus-compare__button svg {
    position: relative;
    z-index: 1;
    display: block;
    width: 14px;
    height: 16px;
    fill: #fff;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
  }

  .gp-lus-compare__button--left svg {
    transform: translateX(-1px);
  }

  .gp-lus-compare__button--right svg {
    transform: translateX(1px);
  }

  .gp-lus-compare__button:active,
  .gp-lus-compare.is-scrolling-left .gp-lus-compare__button--left,
  .gp-lus-compare.is-scrolling-right .gp-lus-compare__button--right {
    transform: scale(.96);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .22), 0 0 0 4px rgba(185, 157, 100, .16);
    filter: brightness(1.08);
  }

  .gp-lus-compare.is-scrolling-left .gp-lus-compare__button--left::before,
  .gp-lus-compare.is-scrolling-right .gp-lus-compare__button--right::before {
    opacity: 1;
    animation: gp-lus-compare-spin .9s linear infinite;
  }

  .gp-lus-compare.is-at-start .gp-lus-compare__button--left,
  .gp-lus-compare.is-at-end .gp-lus-compare__button--right {
    opacity: .42;
    filter: saturate(.75);
  }

  .gp-lus-compare.is-edge-bounce .gp-lus-compare__button--left,
  .gp-lus-compare.is-edge-bounce .gp-lus-compare__button--right {
    animation: gp-lus-edge-pulse .34s ease;
  }

  .gp-lus-compare__bar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 36px;
    border-radius: 999px;
    background: linear-gradient(90deg, #73777a 0%, #56595c 48%, #73777a 100%);
    color: #f8f3ea;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .18em;
    line-height: 1;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18);
    opacity: .96;
    overflow: hidden;
    cursor: grab;
    touch-action: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: none;
  }

  .gp-lus-compare__bar::before {
    position: absolute;
    inset: 0 auto 0 0;
    width: 100%;
    content: "";
    border-radius: inherit;
    background: linear-gradient(90deg, #a99a7a 0%, #d1c5a6 52%, #95856a 100%);
    transform: scaleX(var(--gp-lus-table-scroll));
    transform-origin: left center;
    opacity: .72;
    transition: transform .08s linear;
  }

  .gp-lus-compare__bar::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(100deg, transparent 0%, rgba(255, 255, 255, .26) 48%, transparent 72%);
    transform: translateX(-120%);
    opacity: 0;
    pointer-events: none;
  }

  .gp-lus-compare.is-scrolling-left .gp-lus-compare__bar::after,
  .gp-lus-compare.is-scrolling-right .gp-lus-compare__bar::after {
    opacity: 1;
    animation: gp-lus-bar-shine 1.05s ease-in-out infinite;
  }

  .gp-lus-compare__bar span {
    position: relative;
    z-index: 1;
    text-shadow: 0 1px 8px rgba(0, 0, 0, .24);
    user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
  }

  .gp-lus-compare__text {
    letter-spacing: .18em;
  }

  .gp-lus-compare__bar:active {
    cursor: grabbing;
  }

  .gp-lus-compare__bar:focus-visible {
    outline: 2px solid #c7ae78;
    outline-offset: 4px;
  }

  .gp-lus-compare__button:focus-visible {
    outline: 2px solid #c7ae78;
    outline-offset: 4px;
  }

  @keyframes gp-lus-compare-spin {
    to {
      transform: rotate(360deg);
    }
  }

  @keyframes gp-lus-bar-shine {
    0% {
      transform: translateX(-120%);
    }
    100% {
      transform: translateX(120%);
    }
  }

  @keyframes gp-lus-edge-pulse {
    0%, 100% {
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18);
    }
    50% {
      box-shadow: 0 0 0 7px rgba(188, 160, 103, .20), inset 0 1px 0 rgba(255, 255, 255, .22);
    }
  }

  @media (max-width: 767px) {
    .gp-lus-compare {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      padding: 0;
      overflow: hidden;
    }

    .gp-lus-compare__scroll {
      box-shadow: none;
    }

    .gp-lus-compare__scroll::-webkit-scrollbar {
      height: 10px;
    }

    .gp-lus-compare__controls {
      grid-template-columns: 42px minmax(170px, 1fr) 42px;
      width: min(420px, 92%);
      gap: 10px;
      margin-top: 12px;
    }

    .gp-lus-compare__button {
      width: 42px;
      height: 42px;
      font-size: 15px;
    }

    .gp-lus-compare__bar {
      height: 40px;
      font-size: 13px;
      letter-spacing: .16em;
    }

    .gp-lus-compare__table {
      min-width: 760px;
    }

    .gp-lus-compare__table th,
    .gp-lus-compare__table td {
      padding: 18px 20px;
      font-size: 14px;
    }

    .gp-lus-compare__table thead th {
      font-size: 15px;
    }

    .gp-lus-compare__table thead th:first-child,
    .gp-lus-compare__table tbody th {
      min-width: 118px;
      padding-left: 18px;
      padding-right: 16px;
    }
  }


/* Section style 38 */

.lc-compare{
  width:100%;
  max-width:920px;
  margin:0 auto;
  padding:0 14px;
  box-sizing:border-box;
  font-family:"Yu Gothic","游ゴシック","Hiragino Sans",sans-serif;
}

.lc-table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  background:#fbf8f2;
  border:1px solid rgba(178,154,110,.22);
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 18px 45px rgba(90,65,35,.08);
}

.lc-table th,
.lc-table td{
  border-right:1px solid rgba(178,154,110,.14);
  border-bottom:1px solid rgba(178,154,110,.14);
  text-align:center;
  vertical-align:middle;
}

.lc-table th:last-child,
.lc-table td:last-child{
  border-right:none;
}

.lc-table tr:last-child td{
  border-bottom:none;
}

.lc-table th{
  padding:20px 10px;
  background:#f4eee4;
  color:#796850;
  font-size:15px;
  font-weight:700;
  letter-spacing:.06em;
  white-space:nowrap;
}

.lc-table th:first-child{
  text-align:left;
  padding-left:24px;
}

.lc-table td{
  padding:22px 10px;
  color:#333;
  font-size:16px;
  font-weight:600;
}

.lc-table td:first-child{
  text-align:left;
  padding-left:24px;
  line-height:1.55;
}

.lc-table td:first-child span{
  display:block;
  font-size:13px;
  color:#8b7b66;
  font-weight:600;
}

.lc-table td:first-child strong{
  display:block;
  font-size:16px;
  color:#2f2f2f;
}

/* LUSCIOUZ列 */
.lc-table th.lc-brand{
  background:linear-gradient(90deg,#9f8157 0%,#c3a66f 28%,#e3d19d 50%,#c3a66f 72%,#9f8157 100%);
  color:#fff;
  text-shadow:0 1px 2px rgba(0,0,0,.16);
  font-size:16px;
}

.lc-table td.lc-brand{
  background:linear-gradient(90deg,#f1e9da 0%,#fffdf8 50%,#f1e9da 100%);
  color:#9a7743;
  border-left:1px solid rgba(176,138,73,.24);
  border-right:1px solid rgba(176,138,73,.24);
}

/* 記号 */
.lc-o,
.lc-t,
.lc-x,
.lc-oo{
  font-size:30px !important;
  font-weight:700 !important;
  line-height:1;
}

.lc-o{ color:#555; }
.lc-t{ color:#a6a6a6; }
.lc-x{ color:#d0d0d0; }
.lc-oo{ color:#b08a49; }

.lc-table td.lc-brand.lc-oo,
.lc-table td.lc-brand.lc-t{
  font-size:34px !important;
  color:#a8854d;
}

/* 数値 */
.lc-capacity strong{
  display:block;
  font-size:24px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.01em;
}

.lc-capacity span{
  display:block;
  margin-top:4px;
  font-size:12px;
  color:inherit;
}

.lc-muted strong{
  font-size:18px;
  color:#8d8d8d;
}

.lc-muted span{
  font-size:10px;
  color:#aaa;
}

.lc-capacity.lc-brand strong{
  font-size:26px;
  color:#8d6b39;
}

/* スマホ */
@media(max-width:768px){
  .lc-compare{
    padding:0 12px;
  }

  .lc-table{
    border-radius:18px;
  }

  .lc-table th{
    padding:15px 5px;
    font-size:12px;
    letter-spacing:.02em;
  }

  .lc-table th:first-child{
    padding-left:12px;
  }

  .lc-table th.lc-brand{
    font-size:12px;
  }

  .lc-table td{
    padding:18px 5px;
    font-size:12px;
  }

  .lc-table td:first-child{
    padding-left:12px;
    width:36%;
    font-size:12px;
  }

  .lc-table td:first-child span{
    font-size:10px;
  }

  .lc-table td:first-child strong{
    font-size:12px;
  }

  .lc-o,
  .lc-t,
  .lc-x,
  .lc-oo{
    font-size:22px !important;
  }

  .lc-table td.lc-brand.lc-oo,
  .lc-table td.lc-brand.lc-t{
    font-size:26px !important;
  }

  .lc-capacity strong{
    font-size:18px;
  }

  .lc-capacity span{
    font-size:9px;
  }

  .lc-muted strong{
    font-size:13px;
  }

  .lc-muted span{
    font-size:8px;
  }

  .lc-capacity.lc-brand strong{
    font-size:19px;
  }
}


/* Section style 39 */

  #lq-floating-quality,
  #lq-floating-quality * { box-sizing: border-box; }

  #lq-floating-quality.lq-section {
    display: block !important;
    position: relative;
    width: 100%;
    max-width: none !important;
    margin: 0;
    overflow: hidden;
    border-radius: clamp(20px, 2.4vw, 34px);
    border-top: 1px solid rgba(29,29,31,.045);
    border-bottom: 1px solid rgba(29,29,31,.055);
    background:
      radial-gradient(ellipse at 50% 48%, #fff 0%, #fbfbfc 42%, #f3f1ed 100%),
      #f7f6f3;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", yu-gothic-regular, "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
    isolation: isolate;
    -webkit-mask-image:
      linear-gradient(to right, transparent 0%, #000 4%, #000 96%, transparent 100%),
      linear-gradient(to bottom, transparent 0%, #000 4%, #000 96%, transparent 100%);
    -webkit-mask-composite: source-in;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-image:
      linear-gradient(to right, transparent 0%, #000 4%, #000 96%, transparent 100%),
      linear-gradient(to bottom, transparent 0%, #000 4%, #000 96%, transparent 100%);
    mask-composite: intersect;
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
  }

  #lq-floating-quality::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: -18%;
    pointer-events: none;
    background:
      radial-gradient(circle at 20% 24%, rgba(255,255,255,.95) 0 10%, transparent 35%),
      radial-gradient(circle at 82% 72%, rgba(219,224,232,.26) 0 8%, transparent 34%),
      radial-gradient(circle at 52% 52%, rgba(255,255,255,.92) 0 14%, transparent 42%);
    filter: blur(12px);
  }

  #lq-floating-quality .lq-stage {
    position: relative;
    width: min(100%, 1440px);
    height: clamp(740px, 88svh, 960px);
    min-height: 740px;
    margin: 0 auto;
    isolation: isolate;
  }

  #lq-floating-quality .lq-core {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    width: min(62%, 880px);
    margin: 0;
    color: #6e6e73;
    font: inherit;
    font-size: clamp(30px, 3.4vw, 50px);
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: .075em;
    text-align: center;
    opacity: 0;
    filter: blur(14px);
    transform: translate3d(-50%, calc(-50% + 30px), 0) scale(.97);
    transition:
      opacity 1.15s cubic-bezier(.22,1,.36,1),
      filter 1.15s cubic-bezier(.22,1,.36,1),
      letter-spacing 1.3s cubic-bezier(.22,1,.36,1),
      transform 1.3s cubic-bezier(.22,1,.36,1);
  }

  #lq-floating-quality .lq-core::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: -130px -100px;
    pointer-events: none;
    background: radial-gradient(ellipse at center, rgba(255,255,255,.98) 0%, rgba(255,255,255,.7) 38%, transparent 72%);
    filter: blur(14px);
  }

  #lq-floating-quality .lq-core__lead {
    display: block;
  }

  #lq-floating-quality .lq-core strong {
    display: block;
    margin-top: .24em;
    color: #1d1d1f;
    font: inherit;
    font-size: 1.34em;
    font-weight: 700;
    line-height: 1.04;
    letter-spacing: -.025em;
    background: linear-gradient(180deg, #1d1d1f 10%, #45454a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  #lq-floating-quality .lq-cloud {
    position: absolute;
    z-index: 2;
    inset: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    pointer-events: none;
  }

  #lq-floating-quality .lq-stream {
    position: absolute;
    top: -10%;
    bottom: -10%;
    left: var(--x);
    width: clamp(48px, 7vw, 96px);
    margin: 0;
    overflow: hidden;
    opacity: 0;
    filter: blur(10px);
    transform: translate3d(-50%, 22px, 0);
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 9%, #000 91%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, #000 9%, #000 91%, transparent 100%);
    transition:
      opacity 1.1s cubic-bezier(.22,1,.36,1) var(--delay),
      filter 1.1s cubic-bezier(.22,1,.36,1) var(--delay),
      transform 1.2s cubic-bezier(.22,1,.36,1) var(--delay);
  }

  #lq-floating-quality .lq-stream__rail {
    width: 100%;
    height: 200%;
    will-change: transform;
    animation: lq-stream-up var(--dur) linear infinite;
  }

  #lq-floating-quality .lq-stream--reverse .lq-stream__rail {
    animation-direction: reverse;
  }

  #lq-floating-quality .lq-stream__set {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 50%;
    padding: 5vh 0;
  }

  #lq-floating-quality .lq-vword {
    display: block;
    writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: nowrap;
    line-height: 1;
    letter-spacing: .12em;
  }

  #lq-floating-quality .lq-vword--lg {
    color: rgba(78,78,82,.62);
    font-size: clamp(24px, 2.6vw, 38px);
    font-weight: 700;
  }

  #lq-floating-quality .lq-vword--md {
    color: rgba(110,110,115,.48);
    font-size: clamp(17px, 1.8vw, 26px);
    font-weight: 700;
  }

  #lq-floating-quality .lq-vword--sm {
    color: rgba(134,134,139,.4);
    font-size: clamp(12px, 1.25vw, 18px);
    font-weight: 600;
  }

  #lq-floating-quality.is-visible .lq-core {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(-50%, -50%, 0) scale(1);
    letter-spacing: .025em;
  }

  #lq-floating-quality.is-visible .lq-stream {
    opacity: .82;
    filter: blur(0);
    transform: translate3d(-50%, 0, 0);
  }

  @keyframes lq-stream-up {
    from { transform: translate3d(0, 0, 0); }
    to   { transform: translate3d(0, -50%, 0); }
  }

  @media (max-width: 767px) {
    #lq-floating-quality .lq-stage {
      width: 100%;
      height: clamp(800px, 94svh, 900px);
      min-height: 800px;
    }

    #lq-floating-quality .lq-core {
      width: 88%;
      font-size: clamp(25px, 6.8vw, 33px);
      line-height: 1.2;
      letter-spacing: .055em;
    }

    #lq-floating-quality .lq-stream { width: clamp(36px, 10vw, 48px); }
    #lq-floating-quality .lq-vword--lg { font-size: clamp(18px, 5.1vw, 24px); }
    #lq-floating-quality .lq-vword--md { font-size: clamp(13px, 3.7vw, 18px); }
    #lq-floating-quality .lq-vword--sm { font-size: clamp(10px, 2.8vw, 14px); }

    #lq-floating-quality.is-visible .lq-stream:nth-child(3),
    #lq-floating-quality.is-visible .lq-stream:nth-child(4) { opacity: .5; }
  }

  @media (prefers-reduced-motion: reduce) {
    #lq-floating-quality .lq-core,
    #lq-floating-quality .lq-stream {
      opacity: 1 !important;
      filter: none !important;
      transition: none !important;
    }
    #lq-floating-quality .lq-core { transform: translate3d(-50%, -50%, 0) !important; }
    #lq-floating-quality .lq-stream { transform: translate3d(-50%, 0, 0) !important; }
    #lq-floating-quality .lq-stream__rail { animation: none !important; }
  }


/* Section style 40 */

  .lus-running-cost,
  .lus-running-cost * {
    box-sizing: border-box;
  }

  .lus-running-cost {
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
    color: #222222;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }

  .lus-running-cost__table {
    width: min(100%, 880px);
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid rgba(176, 138, 73, 0.25);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 22px 60px rgba(58, 44, 28, 0.08);
  }

  .lus-running-cost__table table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    margin: 0;
  }

  .lus-running-cost__table th,
  .lus-running-cost__table td {
    padding: 24px 22px;
    border-bottom: 1px solid rgba(176, 138, 73, 0.22);
    text-align: left;
    vertical-align: middle;
    line-height: 1.8;
    letter-spacing: 0.02em;
  }

  .lus-running-cost__table tr:last-child th,
  .lus-running-cost__table tr:last-child td {
    border-bottom: 0;
  }

  .lus-running-cost__table th {
    width: 25%;
    background: rgba(230, 220, 203, 0.38);
    color: #5f5348;
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
  }

  .lus-running-cost__table td {
    width: 75%;
    background: rgba(251, 250, 247, 0.68);
    color: #222222;
    font-size: 16px;
    font-weight: 500;
  }

  @media (max-width: 640px) {
    .lus-running-cost__table th,
    .lus-running-cost__table td {
      padding: 16px 12px;
      line-height: 1.65;
    }

    .lus-running-cost__table th {
      width: 34%;
      font-size: 13px;
    }

    .lus-running-cost__table td {
      width: 66%;
      font-size: 14px;
    }
  }


/* Section style 41 */
.gps-627285303686529835.gps.gpsil [style*="--as:"]{align-self:var(--as)}.gps-627285303686529835.gps.gpsil [style*="--aspect:"]{aspect-ratio:var(--aspect)}.gps-627285303686529835.gps.gpsil [style*="--bg:"]{background:var(--bg)}.gps-627285303686529835.gps.gpsil [style*="--hvr-bg:"]:hover{background:var(--hvr-bg)}.gps-627285303686529835.gps.gpsil [style*="--bga:"]{background-attachment:var(--bga)}.gps-627285303686529835.gps.gpsil [style*="--bgc:"]{background-color:var(--bgc)}.gps-627285303686529835.gps.gpsil [style*="--bgi:"]{background-image:var(--bgi)}.gps-627285303686529835.gps.gpsil [style*="--bgp:"]{background-position:var(--bgp)}.gps-627285303686529835.gps.gpsil [style*="--bgr:"]{background-repeat:var(--bgr)}.gps-627285303686529835.gps.gpsil [style*="--bgs:"]{background-size:var(--bgs)}.gps-627285303686529835.gps.gpsil [style*="--b:"]{border:var(--b)}.gps-627285303686529835.gps.gpsil [style*="--hvr-b:"]:hover{border:var(--hvr-b)}.gps-627285303686529835.gps.gpsil [style*="--bb:"]{border-bottom:var(--bb)}.gps-627285303686529835.gps.gpsil [style*="--hvr-bb:"]:hover{border-bottom:var(--hvr-bb)}.gps-627285303686529835.gps.gpsil [style*="--bc:"]{border-color:var(--bc)}.gps-627285303686529835.gps.gpsil [style*="--bblr:"]{border-bottom-left-radius:var(--bblr)}.gps-627285303686529835.gps.gpsil [style*="--hvr-bblr:"]:hover{border-bottom-left-radius:var(--hvr-bblr)}.gps-627285303686529835.gps.gpsil [style*="--bbrr:"]{border-bottom-right-radius:var(--bbrr)}.gps-627285303686529835.gps.gpsil [style*="--hvr-bbrr:"]:hover{border-bottom-right-radius:var(--hvr-bbrr)}.gps-627285303686529835.gps.gpsil [style*="--bl:"]{border-left:var(--bl)}.gps-627285303686529835.gps.gpsil [style*="--radius:"]{border-radius:var(--radius)}.gps-627285303686529835.gps.gpsil [style*="--bs:"]{border-style:var(--bs)}.gps-627285303686529835.gps.gpsil [style*="--bt:"]{border-top:var(--bt)}.gps-627285303686529835.gps.gpsil [style*="--hvr-bt:"]:hover{border-top:var(--hvr-bt)}.gps-627285303686529835.gps.gpsil [style*="--btlr:"]{border-top-left-radius:var(--btlr)}.gps-627285303686529835.gps.gpsil [style*="--hvr-btlr:"]:hover{border-top-left-radius:var(--hvr-btlr)}.gps-627285303686529835.gps.gpsil [style*="--btrr:"]{border-top-right-radius:var(--btrr)}.gps-627285303686529835.gps.gpsil [style*="--hvr-btrr:"]:hover{border-top-right-radius:var(--hvr-btrr)}.gps-627285303686529835.gps.gpsil [style*="--bw:"]{border-width:var(--bw)}.gps-627285303686529835.gps.gpsil [style*="--shadow:"]{box-shadow:var(--shadow)}.gps-627285303686529835.gps.gpsil [style*="--c:"]{color:var(--c)}.gps-627285303686529835.gps.gpsil [style*="--cg:"]{-moz-column-gap:var(--cg);column-gap:var(--cg)}.gps-627285303686529835.gps.gpsil [style*="--ff:"]{font-family:var(--ff)}.gps-627285303686529835.gps.gpsil [style*="--size:"]{font-size:var(--size)}.gps-627285303686529835.gps.gpsil [style*="--weight:"]{font-weight:var(--weight)}.gps-627285303686529835.gps.gpsil [style*="--gtc:"]{grid-template-columns:var(--gtc)}.gps-627285303686529835.gps.gpsil [style*="--h:"]{height:var(--h)}.gps-627285303686529835.gps.gpsil [style*="--jc:"]{justify-content:var(--jc)}.gps-627285303686529835.gps.gpsil [style*="--ls:"]{letter-spacing:var(--ls)}.gps-627285303686529835.gps.gpsil [style*="--lh:"]{line-height:var(--lh)}.gps-627285303686529835.gps.gpsil [style*="--tdt:"]{text-decoration-thickness:var(--tdt)}.gps-627285303686529835.gps.gpsil [style*="--m:"]{margin:var(--m)}.gps-627285303686529835.gps.gpsil [style*="--mb:"]{margin-bottom:var(--mb)}.gps-627285303686529835.gps.gpsil [style*="--ml:"]{margin-left:var(--ml)}.gps-627285303686529835.gps.gpsil [style*="--mt:"]{margin-top:var(--mt)}.gps-627285303686529835.gps.gpsil [style*="--objf:"]{-o-object-fit:var(--objf);object-fit:var(--objf)}.gps-627285303686529835.gps.gpsil [style*="--op:"]{opacity:var(--op)}.gps-627285303686529835.gps.gpsil [style*="--o:"]{order:var(--o)}.gps-627285303686529835.gps.gpsil [style*="--pc:"]{place-content:var(--pc)}.gps-627285303686529835.gps.gpsil [style*="--p:"]{padding:var(--p)}.gps-627285303686529835.gps.gpsil [style*="--pb:"]{padding-bottom:var(--pb)}.gps-627285303686529835.gps.gpsil [style*="--pl:"]{padding-left:var(--pl)}.gps-627285303686529835.gps.gpsil [style*="--pr:"]{padding-right:var(--pr)}.gps-627285303686529835.gps.gpsil [style*="--pt:"]{padding-top:var(--pt)}.gps-627285303686529835.gps.gpsil [style*="--rg:"]{row-gap:var(--rg)}.gps-627285303686529835.gps.gpsil [style*="--ta:"]{text-align:var(--ta)}.gps-627285303686529835.gps.gpsil [style*="--ts:"]{text-shadow:var(--ts)}.gps-627285303686529835.gps.gpsil [style*="--tt:"]{text-transform:var(--tt)}.gps-627285303686529835.gps.gpsil [style*="--t:"]{transform:var(--t)}.gps-627285303686529835.gps.gpsil [style*="--v:"]{visibility:var(--v)}.gps-627285303686529835.gps.gpsil [style*="--w:"]{width:var(--w)}.gps-627285303686529835.gps.gpsil [style*="--line-clamp:"]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp)}@media only screen and (max-width:1024px){.gps-627285303686529835.gps.gpsil [style*="--aspect-tablet:"]{aspect-ratio:var(--aspect-tablet)}.gps-627285303686529835.gps.gpsil [style*="--size-tablet:"]{font-size:var(--size-tablet)}.gps-627285303686529835.gps.gpsil [style*="--h-tablet:"]{height:var(--h-tablet)}.gps-627285303686529835.gps.gpsil [style*="--lh-tablet:"]{line-height:var(--lh-tablet)}.gps-627285303686529835.gps.gpsil [style*="--mb-tablet:"]{margin-bottom:var(--mb-tablet)}.gps-627285303686529835.gps.gpsil [style*="--mt-tablet:"]{margin-top:var(--mt-tablet)}.gps-627285303686529835.gps.gpsil [style*="--pb-tablet:"]{padding-bottom:var(--pb-tablet)}.gps-627285303686529835.gps.gpsil [style*="--pl-tablet:"]{padding-left:var(--pl-tablet)}.gps-627285303686529835.gps.gpsil [style*="--pr-tablet:"]{padding-right:var(--pr-tablet)}.gps-627285303686529835.gps.gpsil [style*="--pt-tablet:"]{padding-top:var(--pt-tablet)}.gps-627285303686529835.gps.gpsil [style*="--rg-tablet:"]{row-gap:var(--rg-tablet)}.gps-627285303686529835.gps.gpsil [style*="--ta-tablet:"]{text-align:var(--ta-tablet)}.gps-627285303686529835.gps.gpsil [style*="--v-tablet:"]{visibility:var(--v-tablet)}.gps-627285303686529835.gps.gpsil [style*="--w-tablet:"]{width:var(--w-tablet)}.gps-627285303686529835.gps.gpsil [style*="--line-clamp-tablet:"]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp-tablet)}}@media only screen and (max-width:767px){.gps-627285303686529835.gps.gpsil [style*="--aspect-mobile:"]{aspect-ratio:var(--aspect-mobile)}.gps-627285303686529835.gps.gpsil [style*="--bga-mobile:"]{background-attachment:var(--bga-mobile)}.gps-627285303686529835.gps.gpsil [style*="--bgc-mobile:"]{background-color:var(--bgc-mobile)}.gps-627285303686529835.gps.gpsil [style*="--bgi-mobile:"]{background-image:var(--bgi-mobile)}.gps-627285303686529835.gps.gpsil [style*="--bgp-mobile:"]{background-position:var(--bgp-mobile)}.gps-627285303686529835.gps.gpsil [style*="--bgr-mobile:"]{background-repeat:var(--bgr-mobile)}.gps-627285303686529835.gps.gpsil [style*="--bgs-mobile:"]{background-size:var(--bgs-mobile)}.gps-627285303686529835.gps.gpsil [style*="--bblr-mobile:"]{border-bottom-left-radius:var(--bblr-mobile)}.gps-627285303686529835.gps.gpsil [style*="--bbrr-mobile:"]{border-bottom-right-radius:var(--bbrr-mobile)}.gps-627285303686529835.gps.gpsil [style*="--btlr-mobile:"]{border-top-left-radius:var(--btlr-mobile)}.gps-627285303686529835.gps.gpsil [style*="--btrr-mobile:"]{border-top-right-radius:var(--btrr-mobile)}.gps-627285303686529835.gps.gpsil [style*="--size-mobile:"]{font-size:var(--size-mobile)}.gps-627285303686529835.gps.gpsil [style*="--gtc-mobile:"]{grid-template-columns:var(--gtc-mobile)}.gps-627285303686529835.gps.gpsil [style*="--h-mobile:"]{height:var(--h-mobile)}.gps-627285303686529835.gps.gpsil [style*="--ls-mobile:"]{letter-spacing:var(--ls-mobile)}.gps-627285303686529835.gps.gpsil [style*="--lh-mobile:"]{line-height:var(--lh-mobile)}.gps-627285303686529835.gps.gpsil [style*="--mb-mobile:"]{margin-bottom:var(--mb-mobile)}.gps-627285303686529835.gps.gpsil [style*="--ml-mobile:"]{margin-left:var(--ml-mobile)}.gps-627285303686529835.gps.gpsil [style*="--mt-mobile:"]{margin-top:var(--mt-mobile)}.gps-627285303686529835.gps.gpsil [style*="--pb-mobile:"]{padding-bottom:var(--pb-mobile)}.gps-627285303686529835.gps.gpsil [style*="--pl-mobile:"]{padding-left:var(--pl-mobile)}.gps-627285303686529835.gps.gpsil [style*="--pr-mobile:"]{padding-right:var(--pr-mobile)}.gps-627285303686529835.gps.gpsil [style*="--pt-mobile:"]{padding-top:var(--pt-mobile)}.gps-627285303686529835.gps.gpsil [style*="--rg-mobile:"]{row-gap:var(--rg-mobile)}.gps-627285303686529835.gps.gpsil [style*="--ta-mobile:"]{text-align:var(--ta-mobile)}.gps-627285303686529835.gps.gpsil [style*="--v-mobile:"]{visibility:var(--v-mobile)}.gps-627285303686529835.gps.gpsil [style*="--w-mobile:"]{width:var(--w-mobile)}.gps-627285303686529835.gps.gpsil [style*="--line-clamp-mobile:"]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp-mobile)}}.gps-627285303686529835 .gp-relative{position:relative}.gps-627285303686529835 .gp-z-1{z-index:1}.gps-627285303686529835 .gp-mx-auto{margin-left:auto;margin-right:auto}.gps-627285303686529835 .gp-mb-0{margin-bottom:0}.gps-627285303686529835 .gp-inline-block{display:inline-block}.gps-627285303686529835 .gp-flex{display:flex}.gps-627285303686529835 .gp-inline-flex{display:inline-flex}.gps-627285303686529835 .gp-grid{display:grid}.gps-627285303686529835 .gp-contents{display:contents}.gps-627285303686529835 .\!gp-hidden{display:none!important}.gps-627285303686529835 .gp-hidden{display:none}.gps-627285303686529835 .gp-h-auto{height:auto}.gps-627285303686529835 .gp-h-full{height:100%}.gps-627285303686529835 .gp-w-full{width:100%}.gps-627285303686529835 .\!gp-max-w-none{max-width:none!important}.gps-627285303686529835 .gp-max-w-full{max-width:100%}.gps-627285303686529835 .gp-flex-none{flex:none}.gps-627285303686529835 .gp-shrink-0{flex-shrink:0}.gps-627285303686529835 .gp-grid-rows-\[1fr\]{grid-template-rows:1fr}.gps-627285303686529835 .gp-flex-row-reverse{flex-direction:row-reverse}.gps-627285303686529835 .gp-flex-col{flex-direction:column}.gps-627285303686529835 .gp-items-center{align-items:center}.gps-627285303686529835 .gp-justify-center{justify-content:center}.gps-627285303686529835 .gp-overflow-hidden{overflow:hidden}.gps-627285303686529835 .gp-break-words{overflow-wrap:break-word}.gps-627285303686529835 .gp-bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.gps-627285303686529835 .gp-text-center{text-align:center}.gps-627285303686529835 .gp-text-g-text-3{color:var(--g-c-text-3)}.gps-627285303686529835 .gp-no-underline{text-decoration-line:none}.gps-627285303686529835 .gp-transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.gps-627285303686529835 .gp-duration-200{transition-duration:.2s}.gps-627285303686529835 .gp-ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.gps-627285303686529835 .disabled\:gp-btn-disabled:disabled{cursor:default}.gps-627285303686529835 .disabled\:gp-opacity-30:disabled{opacity:.3}.gps-627285303686529835 .gp-group\/button:active .group-active\/button\:\!gp-text-inherit{color:inherit!important}.gps-627285303686529835 .gp-group[data-state=loading] .group-data-\[state\=loading\]\:gp-invisible{visibility:hidden}@media (max-width:1024px){.gps-627285303686529835 .tablet\:\!gp-hidden{display:none!important}.gps-627285303686529835 .tablet\:gp-hidden{display:none}.gps-627285303686529835 .tablet\:gp-h-auto{height:auto}.gps-627285303686529835 .tablet\:gp-flex-none{flex:none}}@media (max-width:767px){.gps-627285303686529835 .mobile\:\!gp-hidden{display:none!important}.gps-627285303686529835 .mobile\:gp-hidden{display:none}.gps-627285303686529835 .mobile\:gp-h-auto{height:auto}.gps-627285303686529835 .mobile\:gp-flex-none{flex:none}}.gps-627285303686529835 .\[\&\>svg\]\:\!gp-h-\[var\(--height-desktop\)\]>svg{height:var(--height-desktop)!important}.gps-627285303686529835 .\[\&\>svg\]\:\!gp-w-auto>svg{width:auto!important}@media (max-width:1024px){.gps-627285303686529835 .tablet\:\[\&\>svg\]\:\!gp-h-\[var\(--height-tablet\)\]>svg{height:var(--height-tablet)!important}}@media (max-width:767px){.gps-627285303686529835 .mobile\:\[\&\>svg\]\:\!gp-h-\[var\(--height-mobile\)\]>svg{height:var(--height-mobile)!important}}.gps-627285303686529835 .\[\&_\*\]\:gp-max-w-full *{max-width:100%}.gps-627285303686529835 .\[\&_\>_article\]\:gp-aspect-\[var\(--aspect\)\]>article{aspect-ratio:var(--aspect)}@media (max-width:1024px){.gps-627285303686529835 .tablet\:\[\&_\>_article\]\:gp-aspect-\[var\(--aspect-tablet\2c _var\(--aspect\)\)\]>article{aspect-ratio:var(--aspect-tablet,var(--aspect))}}@media (max-width:767px){.gps-627285303686529835 .mobile\:\[\&_\>_article\]\:gp-aspect-\[var\(--aspect-mobile\2c _var\(--aspect-tablet\2c _var\(--aspect\)\)\)\]>article{aspect-ratio:var(--aspect-mobile,var(--aspect-tablet,var(--aspect)))}}.gps-627285303686529835 .\[\&_p\]\:gp-whitespace-pre-line p{white-space:pre-line}

/* Section style 42 */
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700|Noto+Sans+JP:400,700&display=swap');

/* Section style 43 */

    #lusciouz-spec-table {
      --spec-bg: transparent;
      --spec-surface: #ffffff;
      --spec-ink: #111111;
      --spec-body: #303444;
      --spec-muted: #8a8f98;
      --spec-line: rgba(17, 17, 17, .12);
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      padding: clamp(48px, 7vw, 84px) clamp(18px, 5vw, 64px);
      background: var(--spec-bg);
      color: var(--spec-ink);
      font-family: "Yu Gothic", "YuGothic", "游ゴシック", "游ゴシック体", sans-serif;
      font-feature-settings: "palt";
      -webkit-font-smoothing: antialiased;
    }

    #lusciouz-spec-table *,
    #lusciouz-spec-table *::before,
    #lusciouz-spec-table *::after {
      box-sizing: border-box;
    }

    #lusciouz-spec-table .spec-inner {
      display: grid;
      grid-template-columns: minmax(190px, 260px) minmax(0, 1fr);
      gap: clamp(38px, 7vw, 80px);
      align-items: center;
      width: min(100%, 1080px);
      margin: 0 auto;
      padding: clamp(32px, 5vw, 54px);
      background: var(--spec-surface);
    }

    #lusciouz-spec-table .spec-heading {
      align-self: center;
    }

    #lusciouz-spec-table .spec-title {
      margin: 0;
      color: var(--spec-ink);
      font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
      font-size: clamp(28px, 3.2vw, 38px);
      font-weight: 500;
      line-height: 1.25;
      letter-spacing: .08em;
    }

    #lusciouz-spec-table .spec-subtitle {
      margin: 12px 0 0;
      color: var(--spec-ink);
      font-family: "Times New Roman", "Yu Mincho", serif;
      font-size: clamp(15px, 1.5vw, 18px);
      line-height: 1.5;
      letter-spacing: .01em;
    }

    #lusciouz-spec-table .spec-list {
      width: 100%;
    }

    #lusciouz-spec-table .spec-row {
      display: grid;
      grid-template-columns: minmax(130px, 200px) minmax(0, 1fr);
      gap: clamp(24px, 4vw, 56px);
      border-bottom: 1px solid var(--spec-line);
      padding: 16px 0;
    }

    #lusciouz-spec-table .spec-row:first-child {
      border-top: 1px solid var(--spec-line);
    }

    #lusciouz-spec-table .spec-label {
      margin: 0;
      color: var(--spec-ink);
      font-size: 16px;
      font-weight: 700;
      line-height: 1.55;
      letter-spacing: .02em;
    }

    #lusciouz-spec-table .spec-value {
      margin: 0;
      color: var(--spec-body);
      font-size: 14px;
      font-weight: 500;
      line-height: 1.65;
      letter-spacing: .01em;
    }

    #lusciouz-spec-table .spec-note {
      margin: 18px 0 0;
      color: var(--spec-muted);
      font-size: clamp(13px, 1.3vw, 15px);
      line-height: 1.7;
      letter-spacing: .01em;
    }

    @media (max-width: 767px) {
      #lusciouz-spec-table {
        padding: 16px 10px;
      }

      #lusciouz-spec-table .spec-inner {
        display: block;
        padding: 26px 26px 28px;
      }

      #lusciouz-spec-table .spec-heading {
        display: flex;
        align-items: baseline;
        gap: 24px;
        margin-bottom: 22px;
      }

      #lusciouz-spec-table .spec-title {
        flex: 0 0 auto;
        font-size: 24px;
        letter-spacing: .08em;
        white-space: nowrap;
      }

      #lusciouz-spec-table .spec-subtitle {
        margin: 0;
        font-size: 16px;
        line-height: 1.4;
      }

      #lusciouz-spec-table .spec-row,
      #lusciouz-spec-table .spec-row:first-child {
        display: block;
        border-top: 0;
        border-bottom: 1px solid var(--spec-line);
        padding: 14px 0 15px;
      }

      #lusciouz-spec-table .spec-value {
        margin-top: 8px;
        line-height: 1.65;
      }

      #lusciouz-spec-table .spec-note {
        margin-top: 18px;
        font-size: 15px;
      }
    }

    @media (max-width: 420px) {
      #lusciouz-spec-table .spec-inner {
        padding: 24px 20px 26px;
      }

      #lusciouz-spec-table .spec-heading {
        gap: 18px;
      }

      #lusciouz-spec-table .spec-title {
        font-size: 22px;
      }

      #lusciouz-spec-table .spec-subtitle {
        font-size: 15px;
      }
    }
  

/* Section style 44 */

        .gIsV-44zWW {

}
.gIsV-44zWW > figure > img {

}
      

/* Section style 45 */

        .g8teYxU9Lw {

}
.g8teYxU9Lw p {

}
      

/* Section style 46 */

        .grG7RMY9kl {

}
.grG7RMY9kl > figure > img {

}
      

/* Section style 47 */

        .g9ULh2_ecy {

}
.g9ULh2_ecy p {

}
      

/* Section style 48 */
[data-id="g_TkNDiTNO"].gp-button-base::before, [data-id="g_TkNDiTNO-interaction"].gp-button-base::before {
      
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    border-style: none;
  border-width: 1px 1px 1px 1px;
  
  
    
      border-bottom-left-radius: 32px;
      border-bottom-right-radius: 32px;
      border-top-left-radius: 32px;
      border-top-right-radius: 32px;
      
  
    }
  
      
  [data-id="g_TkNDiTNO"]:hover::before, [data-id="g_TkNDiTNO-interaction"]:hover::before {
    
    
  }

/* Section style 49 */

        button.g_TkNDiTNO {

}
      

/* Section style 50 */

  .gp-lus-faq,
  .gp-lus-faq * {
    box-sizing: border-box;
  }

  .gp-lus-faq {
    width: 100%;
    margin: 0;
    padding: clamp(56px, 8vw, 96px) 0;
    background: transparent;
    color: #222222;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }

  .gp-lus-faq__inner {
    width: min(100% - 32px, 900px);
    margin: 0 auto;
  }

  .gp-lus-faq__head {
    text-align: center;
    margin: 0 0 clamp(28px, 5vw, 44px);
  }

  .gp-lus-faq__eyebrow {
    margin: 0 0 10px;
    color: #B08A49;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
  }

  .gp-lus-faq__head h2 {
    margin: 0;
    color: #222222;
    font-size: clamp(28px, 5vw, 44px);
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0.04em;
  }

  .gp-lus-faq__head p:not(.gp-lus-faq__eyebrow) {
    margin: 16px auto 0;
    color: #6b6258;
    font-size: clamp(14px, 2.2vw, 16px);
    line-height: 1.9;
  }

  .gp-lus-faq__list {
    display: grid;
    gap: 12px;
  }

  .gp-lus-faq__list details {
    overflow: hidden;
    border: 1px solid rgba(176, 138, 73, 0.22);
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 18px 50px rgba(58, 44, 28, 0.06);
  }

  .gp-lus-faq__list summary {
    position: relative;
    display: block;
    padding: 20px 56px 20px 22px;
    color: #2a2520;
    font-size: clamp(15px, 2.4vw, 17px);
    font-weight: 700;
    line-height: 1.65;
    cursor: pointer;
    list-style: none;
  }

  .gp-lus-faq__list summary::-webkit-details-marker {
    display: none;
  }

  .gp-lus-faq__list summary::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 24px;
    width: 10px;
    height: 10px;
    border-right: 1.5px solid #B08A49;
    border-bottom: 1.5px solid #B08A49;
    transform: translateY(-65%) rotate(45deg);
    transition: transform 0.24s ease;
  }

  .gp-lus-faq__list details[open] summary::after {
    transform: translateY(-35%) rotate(225deg);
  }

  .gp-lus-faq__list p {
    margin: 0;
    padding: 0 22px 22px;
    color: #5d554e;
    font-size: clamp(14px, 2.2vw, 15px);
    line-height: 1.95;
    font-weight: 500;
  }

  @media (max-width: 640px) {
    .gp-lus-faq__inner {
      width: min(100% - 24px, 900px);
    }

    .gp-lus-faq__list summary {
      padding: 17px 46px 17px 16px;
    }

    .gp-lus-faq__list summary::after {
      right: 18px;
    }

    .gp-lus-faq__list p {
      padding: 0 16px 18px;
    }
  }
