.otgs-development-site-front-end {display: none ! IMPORTANT;}
.container{max-width:1200px;margin:0 auto;padding:0 24px}
.grid{display:grid;gap:24px}
.grid-3{grid-template-columns:repeat(3,1fr)}
.grid-4{grid-template-columns:repeat(4,1fr)}
@media(max-width:1024px){.grid-3{grid-template-columns:repeat(2,1fr)}.grid-4{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.grid-3,.grid-4{grid-template-columns:1fr}}
h1,h2,h3{line-height:1.1;margin:0 0 10px}
h1{font-size:54px}
h2{font-size:34px}
h3{font-size:20px}
p{opacity:.9}
.hero{position:relative;min-height:70vh;display:flex;align-items:center;background:linear-gradient(135deg,#0b1220,#0f172a)}
.hero__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.25;mix-blend:screen}
.hero::after{content:"";position:absolute;inset:0;background:radial-gradient(600px 200px at 20% 20%, rgba(16,185,129,.25), transparent);pointer-events:none}
.hero .container{position:relative;z-index:1}
.badge{display:inline-block;background:rgba(34,211,238,.15);color:#22d3ee;border:1px solid rgba(34,211,238,.35);padding:6px 10px;border-radius:999px;font-size:12px;margin-bottom:12px}
.sub{font-size:18px;max-width:700px;margin-top:8px}
.btn{display:inline-block;padding:12px 18px;border-radius:12px;text-decoration:none;font-weight:600;border:1px solid transparent}
.btn-primary{background:var(--color-primary);color:#001b12;border-color:transparent}
.btn-outline{background:transparent;border-color:rgba(226,232,240,.2);color:var(--color-text)}
.usps{padding:48px 0;background:var(--color-bg-soft);border-top:1px solid rgba(226,232,240,.06);border-bottom:1px solid rgba(226,232,240,.06)}
.usp{background:rgba(255,255,255,.02);border:1px solid rgba(226,232,240,.08);border-radius:16px;padding:18px}
.usp .icon{width:40px;height:40px;object-fit:contain;opacity:.85}
.products{padding:56px 0}
.card{background:rgba(255,255,255,.03);border:1px solid rgba(226,232,240,.08);border-radius:18px;overflow:hidden;display:flex;flex-direction:column}
.card__img{width:100%;height:220px;object-fit:cover}
.card__body{padding:16px;display:flex;flex-direction:column;gap:8px}
.tags{font-size:12px;opacity:.8}
.price{margin-top:auto;font-weight:700;color:var(--color-accent)}
.specs{padding:40px 0;background:var(--color-bg-soft)}
.spec{background:rgba(255,255,255,.03);border:1px solid rgba(226,232,240,.08);border-radius:16px;padding:20px;text-align:center}
.spec__value{font-size:28px;font-weight:800;color:var(--color-primary)}
.spec__label{opacity:.85}
.testimonials{padding:56px 0}
.slider{display:flex;gap:16px;overflow:auto;scroll-snap-type:x mandatory}
.testimonial{min-width:280px;background:rgba(255,255,255,.03);border:1px solid rgba(226,232,240,.08);border-radius:16px;padding:16px;scroll-snap-align:start}
.avatar{width:44px;height:44px;border-radius:50%;object-fit:cover}
blockquote{font-style:italic;margin:10px 0}
.faq{padding:48px 0;background:var(--color-bg-soft)}
.acc-item{border:1px solid rgba(226,232,240,.08);border-radius:12px;margin-bottom:10px;background:rgba(255,255,255,.02)}
.acc-item>summary{cursor:pointer;padding:14px 16px;font-weight:600}
.acc-body{padding:0 16px 16px}
.cta{padding:56px 0}
.cta__box{display:flex;align-items:center;justify-content:space-between;gap:16px;background:linear-gradient(90deg, rgba(16,185,129,.2), rgba(34,211,238,.2));border:1px solid rgba(34,211,238,.3);border-radius:18px;padding:24px}
.cta__text p{opacity:.9}
.content-area.landing-content{padding:0}
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
body.home {
font-family: poppins, blinkmacsystemfont, 'Segoe UI', roboto, 'Helvetica Neue', helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', simsun, sans-serif;}
footer.site-footer, header {padding: 0 96px;}
.footer__bar { padding: 16px 0; border-top: 1px solid rgba(148,163,184,.15); border-bottom: 1px solid rgba(148,163,184,.15); display:flex; justify-content:space-between; align-items:center; gap:24px; }
.footer__left { display:flex; align-items:center; gap:24px; flex-wrap:wrap; }
.footer__logo { font-weight:800; letter-spacing:.08em; color:#e2e8f0; text-decoration:none; }
.site-footer { background-color: var(--contrast);color: var(--base-3);}

.footer-legal__menu { list-style:none; display:flex; gap:18px; margin:0; padding:0; }
.footer-legal__menu a { color:#cbd5e1; text-decoration:none; font-size:12px; opacity:.9; }
.footer-legal__menu a:hover { opacity:1; text-decoration:underline; }

.footer-social__menu { list-style:none; display:flex; gap:12px; margin:0; padding:0; }
.footer-social__menu a { width:32px; height:32px; display:inline-flex; align-items:center; justify-content:center; border:1px solid rgba(148,163,184,.2); border-radius:8px; color:#e2e8f0; }
.footer-social__menu a:hover { transform: translateY(-1px); }

.footer__copy { padding: 12px 0; font-size:14px; opacity:.8; text-align:right; }

/* ukrywa tekst linku dla wizualnej ikony, ale zostawia go dla czytników ekranu */
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }

/* Ikony po klasach pozycji menu (dodaj klasy w panelu Menu) */
.footer-social__menu .menu-item.ig > a::before,
.footer-social__menu .menu-item.fb > a::before,
.footer-social__menu .menu-item.tt > a::before,
.footer-social__menu .menu-item.yt > a::before {
  content:"";
  display:block;
  width:18px; height:18px;
  mask-size:contain; mask-repeat:no-repeat; mask-position:center;
  -webkit-mask-size:contain; -webkit-mask-repeat:no-repeat; -webkit-mask-position:center;
  background: currentColor;
}
section.section-content.style__kol-carousel-wrap___5FN4t {
    padding-bottom: 52px;
}
.container.hero__inner h1 {
    max-width: 85%;
    color: #e5ecf7;
    font-weight: 600;
    margin-bottom: 0px;
}	
/* proste SVG-y w CSS jako maski (możesz podmienić na swoje pliki .svg) */
.footer-social__menu .menu-item.ig > a::before { 
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 2h10a5 5 0 0 1 5 5v10a5 5 0 0 1-5 5H7a5 5 0 0 1-5-5V7a5 5 0 0 1 5-5zm5 5.5A6.5 6.5 0 1 0 18.5 14 6.5 6.5 0 0 0 12 7.5zm0 2A4.5 4.5 0 1 1 7.5 14 4.5 4.5 0 0 1 12 9.5zM18 6.8a1 1 0 1 0 1 1 1 1 0 0 0-1-1z"/></svg>');
}
.footer-social__menu .menu-item.fb > a::before {
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 22v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3V2h-3a5 5 0 0 0-5 5v3H6v4h3v8z"/></svg>');
}
.footer-social__menu .menu-item.tt > a::before {
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 8.5a7.6 7.6 0 0 1-4.8-1.6v7.1a5.99 5.99 0 1 1-6.8-5.9v2.4a3.6 3.6 0 1 0 2.6 3.5V2h2.6A5 5 0 0 0 18 6.4 5 5 0 0 0 21 7z"/></svg>');
}
.footer-social__menu .menu-item.yt > a::before {
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 12s0-3.3-.4-4.8a3 3 0 0 0-2.1-2.1C18.9 4.4 12 4.4 12 4.4s-6.9 0-8.5.7A3 3 0 0 0 1.4 7.2C1 8.7 1 12 1 12s0 3.3.4 4.8a3 3 0 0 0 2.1 2.1c1.6.7 8.5.7 8.5.7s6.9 0 8.5-.7a3 3 0 0 0 2.1-2.1c.4-1.5.4-4.8.4-4.8zM10 15.5v-7l6 3.5z"/></svg>');
}
.home .grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: unset;
    padding: 0;
    margin: 0;
}
.home .container{
	 margin: unset;
}
main.landing {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
header .site-header a:hover {
    color: var(--contrast-2) !important;
}
footer a:hover {
    color: var(--base-3) ;
}
/* =========================
   HERO (full-bleed video)
   ========================= */
.hero.full-bleed{
  position: relative;
  min-height: 100vh;                
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  color: #fff;
  overflow: hidden;
}

/* wideo w tle */
.hero__video{
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 1;                    /* lekko przygaszone tło */
  pointer-events: none;
}

/* ciemny lewy gradient dla czytelności tekstu */
.hero.full-bleed::after{
  content:"";
  position:absolute; inset:0;
  background:
    linear-gradient(90deg,
      rgba(0,0,0,.65) 0%,
      rgba(0,0,0,.48) 35%,
      rgba(0,0,0,.22) 60%,
      rgba(0,0,0,0) 85%);
}

/* wewnętrzne ułożenie treści */
.hero .hero__inner{
  position: relative;              /* nad wideo i overlayem */
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 18px;
  padding: 96px;              
  height: 100vh;
}
h6.style__desc___cEdTM.text-description-font-20.style__desc___yL-ds {
    font-size: 10px;
    color: #e5ecf7;
    padding-top: 10px;
}
/* eyebrow (h1 w Twoim HTML to „eyebrow”) */
.hero .sub h1{
  margin: 0 0 6px;
  font-size: clamp(18px, 1.6vw, 22px);
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: none;            /* jeśli chcesz CAPS: uppercase */
  color: #e6eef7;
  opacity: .95;
}

/* tytuł (p.text-title-font-80) */
.hero .sub p.text-title-font-80{
  margin: 0 0 8px;
  font-weight: 800;
  line-height: 1.07;
  font-size: clamp(42px, 7.2vw, 72px); /* duży jak na screenie */
  letter-spacing: -.015em;
  color: #fff;
  text-shadow: 0 2px 18px rgba(0,0,0,.25);
}

/* opis (p.text-description-font-20) */
.hero .sub p.text-description-font-20{
  margin: 0;
  max-width: 62ch;
  font-size: clamp(16px, 2.2vw, 18px);
  line-height: 1.65;
  color: #e5ecf7;
  opacity: .94;
}

/* przyciski */
.hero .hero__cta{
  display: flex;
  gap: 16px;
  margin-top: 22px;
  flex-wrap: wrap;
}

/* jeden wygląd „szklany” z obwódką – jak na /bg */
.hero .hero__cta .btn, .home.btn{
  --b: rgba(255,255,255,.55);
  --bH: rgba(255,255,255,.95);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 28px;
  border-radius: 0px;
  border: 1px solid var(--b);
  background: rgba(255,255,255,.04);
  color: #fff;
  text-decoration: none;
  transition: .18s ease;
  box-shadow: 0 1px 0 rgba(255,255,255,.06) inset, 0 6px 20px rgba(0,0,0,.25);
  backdrop-filter: saturate(120%) blur(2px);
}
.hero .hero__cta .btn:hover, .home.btn:hover{
  border-color: var(--bH);
  background: rgba(255,255,255,.10);
  transform: translateY(-1px);
}
.hero .hero__cta .btn:active{ transform: translateY(0); }

/* warianty – obie wyglądają podobnie, ale „primary” minimalnie mocniejsza */
.hero .hero__cta .btn-primary,.btn.btn-primary{
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.7);
}
.hero .hero__cta .btn-outline,.btn.btn-outline{
  background: transparent;
  border-color: rgba(255,255,255,.55);
}
header#masthead {
    padding: 0 96px;
}
/* RWD */
@media (max-width: 1024px){
  .hero.full-bleed{ min-height: 76vh; }
  .hero .hero__inner{ padding: 56px 0; max-width: 760px; }
}
@media (max-width: 640px){
  .hero.full-bleed{ min-height: 66vh; }
  .hero .hero__inner{ padding: 40px 0 48px; max-width: 100%; }
  .hero .hero__cta .btn{ height: 46px; padding: 0 22px; }
  footer.site-footer, header#masthead { padding: 0 15px;}
  .footer-legal__menu a {font-size: 9px;}
  body nav{line-height: 1}
  .container.footer__copy span {font-size: 8px;}
  .sub {padding: 20px;}
}
/* alternatywa: pełne wypełnienie dla primary */
.hero .hero__cta .btn-primary,.btn.btn-primary{
  background: #fff;
  color: #111827;
  border-color: #fff;
}
.hero .hero__cta .btn-primary:hover,.btn.btn-primary:hover{
  background: rgba(255,255,255,.92);
}


a.index-module__official-link___3qgeH {
    display: inline-block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    text-decoration: none;
    outline: 0
}

a.index-module__official-link___3qgeH.index-module__focus-visible___23TPj {
    outline: 4px solid #d6e8ff;
    border-radius: .1em;
    -webkit-box-shadow: none;
    box-shadow: none
}

a.index-module__official-link___3qgeH.focus-visible {
    outline: 4px solid #d6e8ff;
    border-radius: .1em;
    -webkit-box-shadow: none;
    box-shadow: none
}

a.index-module__official-link___3qgeH:focus-visible {
    outline: 4px solid #d6e8ff;
    border-radius: .1em;
    -webkit-box-shadow: none;
    box-shadow: none
}

a.index-module__official-link___3qgeH.index-module__underline___3iIwP span:hover {
    text-decoration: underline
}

a.index-module__official-link___3qgeH.index-module__white-main___1op6N {
    color: #fff
}

a.index-module__official-link___3qgeH.index-module__white-main___1op6N.index-module__disabled___2xSfy,a.index-module__official-link___3qgeH.index-module__white-main___1op6N:disabled {
    color: rgba(255,255,255,.3)
}

a.index-module__official-link___3qgeH.index-module__black-main___MKPRu {
    color: rgba(0,0,0,.85)
}

.index-module__black-main___MKPRu::after {
    position: relative;
    background: #000;
    width: 1px;
    height: 100%
}

a.index-module__official-link___3qgeH::after,a.index-module__official-link___3qgeH::before {
    display: inline-block;
    text-decoration: none;
    font-weight: 300;
    padding-right: 4px;
    padding-left: 4px
}

a[data-test-locator=extraProductLink]::before,a[data-test-locator=productDetailHrefLink]::before,a[data-test-locator=productMoreHref]::before {
    height: 100%;
    width: 100%;
    content: '';
    position: absolute;
    top: 0
}

a.index-module__official-link___3qgeH.index-module__more___qEvTC {
    font-size: 12px;
    line-height: 23px
}


:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: initial;
    -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
    transition-timing-function: initial;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.swiper-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height,-webkit-transform;
    transition-property: height,-webkit-transform;
    transition-property: transform,height;
    transition-property: transform,height,-webkit-transform
}

.swiper-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    -ms-scroll-snap-type: none;
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
    content: '';
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop:always}

[dir=ltr] .swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-left: var(--swiper-centered-offset-before)
}

[dir=rtl] .swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-right: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-top: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0,0,0,.15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid #007aff;
    border: 4px solid var(--swiper-theme-color);
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.style__section-box___WBELv {
    overflow: hidden;
    background-color: #fff;
    padding-top: 32px;
    padding-bottom: 0
}

@media (min-width: 768px) {
    .style__section-box___WBELv {
        padding-top:64px
    }
}

@media (min-width: 1280px) {
    .style__section-box___WBELv {
        padding-top:96px
    }
}

@media (min-width: 1920px) {
    .style__section-box___WBELv {
        padding-top:128px
    }
}

@media (min-width: 2560px) {
    .style__section-box___WBELv {
        padding-top:128px
    }
}

.style__section-box___WBELv * {
    word-wrap: break-word
}

.style__section-box___WBELv.style__emtb___pJVyf {
    padding-top: 48px;
    padding-bottom: 48px
}

@media (min-width: 768px) {
    .style__section-box___WBELv.style__emtb___pJVyf {
        padding-bottom:64px;
        padding-top: 64px
    }
}

@media (min-width: 1280px) {
    .style__section-box___WBELv.style__emtb___pJVyf {
        padding-bottom:96px;
        padding-top: 96px
    }
}

@media (min-width: 1920px) {
    .style__section-box___WBELv.style__emtb___pJVyf {
        padding-top:128px;
        padding-bottom: 128px
    }
}

@media (min-width: 2560px) {
    .style__section-box___WBELv.style__emtb___pJVyf {
        padding-bottom:128px;
        padding-top: 128px
    }
}

@media (min-width: 1920px) {
    .style__section-box___WBELv.style__emtb___pJVyf .style__content___UcCsg .style__title___AyWUa {
        font-size:56px;
        line-height: 68px;
        letter-spacing: -.03em
    }
}

@media (min-width: 2560px) {
    .style__section-box___WBELv.style__emtb___pJVyf .style__content___UcCsg .style__title___AyWUa {
        font-size:56px;
        line-height: 68px;
        letter-spacing: -.03em
    }
}

.style__content___UcCsg {
    margin: 0 auto;
    padding: 0 24px 32px;
    display: block
}

.style__content___UcCsg .style__description___KLW3s,.style__content___UcCsg .style__title___AyWUa {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    width: 100%;
    padding: 0
}

@media (min-width: 768px) {
    .style__content___UcCsg {
        padding:0 48px 32px;
        display: block
    }

    .style__content___UcCsg .style__description___KLW3s,.style__content___UcCsg .style__title___AyWUa {
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
        width: 100%;
        padding: 0
    }
}

@media (min-width: 1280px) {
    .style__content___UcCsg {
        padding:0 96px 48px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .style__content___UcCsg .style__title___AyWUa {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
        padding-right: 40px
    }

    .style__content___UcCsg .style__description___KLW3s {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
        padding-left: 8px
    }
}

@media (min-width: 1920px) {
    .style__content___UcCsg {
        padding:0 128px 48px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .style__content___UcCsg .style__title___AyWUa {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
        padding-right: 40px
    }

    .style__content___UcCsg .style__description___KLW3s {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
        padding-left: 8px
    }
}

@media (min-width: 2560px) {
    .style__content___UcCsg {
        padding:0 128px 48px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .style__content___UcCsg .style__title___AyWUa {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
        padding-right: 40px
    }

    .style__content___UcCsg .style__description___KLW3s {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
        padding-left: 8px
    }
}

.style__content___UcCsg .style__title___AyWUa {
    color: #0a0c0f;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -.03em
}

@media (min-width: 768px) {
    .style__content___UcCsg .style__title___AyWUa {
        font-size:32px;
        line-height: 36px;
        letter-spacing: -.03em
    }
}

@media (min-width: 1280px) {
    .style__content___UcCsg .style__title___AyWUa {
        font-size:48px;
        line-height: 56px;
        letter-spacing: -.03em
    }
}

@media (min-width: 1920px) {
    .style__content___UcCsg .style__title___AyWUa {
        font-size:64px;
        line-height: 76px;
        letter-spacing: -.03em
    }
}

@media (min-width: 2560px) {
    .style__content___UcCsg .style__title___AyWUa {
        font-size:64px;
        line-height: 76px;
        letter-spacing: -.03em
    }
}

.style__content___UcCsg .style__description___KLW3s {
    color: rgba(10,12,15,.65);
    font-weight: 400;
    padding-top: 16px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.02em
}

@media (min-width: 768px) {
    .style__content___UcCsg .style__description___KLW3s {
        padding-top:16px;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -.02em
    }
}

@media (min-width: 1280px) {
    .style__content___UcCsg .style__description___KLW3s {
        padding-top:0;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -.02em
    }
}

@media (min-width: 1920px) {
    .style__content___UcCsg .style__description___KLW3s {
        padding-top:0;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -.03em
    }
}

@media (min-width: 2560px) {
    .style__content___UcCsg .style__description___KLW3s {
        padding-top:0;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -.03em
    }
}

.style__swiper-content-wrapper___P-YNN .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.style__swiper-content-wrapper___P-YNN .swiper-slide {
    pointer-events: none;
    position: relative;
    width: auto;
    height: auto;
    margin-right: 8px!important
}

@media (min-width: 768px) {
    .style__swiper-content-wrapper___P-YNN .swiper-slide {
        margin-right:16px!important
    }
}

.style__swiper-content-wrapper___P-YNN .swiper-slide:last-child {
    margin-right: 0!important
}

.style__cards-container___Nfagm {
    position: relative;
    overflow: hidden
}

.style__cards-container___Nfagm .swiper-slide:last-child .style__slide-container___tHwgt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.style__cards-container___Nfagm .swiper-slide:last-child .style__slide-container___tHwgt::after {
    content: '';
    display: block;
    height: 1px;
    background-color: transparent;
    visibility: hidden;
    width: 24px
}

@media (min-width: 768px) {
    .style__cards-container___Nfagm .swiper-slide:last-child .style__slide-container___tHwgt::after {
        width:48px
    }
}

@media (min-width: 1280px) {
    .style__cards-container___Nfagm .swiper-slide:last-child .style__slide-container___tHwgt::after {
        width:96px
    }
}

@media (min-width: 1920px) {
    .style__cards-container___Nfagm .swiper-slide:last-child .style__slide-container___tHwgt::after {
        width:128px
    }
}

@media (min-width: 2560px) {
    .style__cards-container___Nfagm .swiper-slide:last-child .style__slide-container___tHwgt::after {
        width:128px
    }
}

@media (max-width: 768px) {
    .style__swiper-btn-wrapper___B0cBf .style__swiper-btn___WjqMv {
        display:none
    }

    .style__slide-container___tHwgt {
        -webkit-transform: translateX(24px);
        transform: translateX(24px)
    }

    .style__card-container___kZwQX {
        width: calc(100vw - 96px)
    }

    .style__card-container___kZwQX .style__card-image___5rXVj {
        height: calc(100vw - 96px)
    }
}

@media (min-width: 768px) {
    .style__swiper-btn-wrapper___B0cBf .style__swiper-btn___WjqMv {
        display:none
    }

    .style__slide-container___tHwgt {
        -webkit-transform: translateX(48px);
        transform: translateX(48px)
    }

    .style__card-container___kZwQX {
        width: calc(((100vw - 40px)/ 12 * 5) + 32px)
    }

    .style__card-container___kZwQX .style__card-image___5rXVj {
        height: calc(((100vw - 40px)/ 12 * 5) + 32px)
    }
}

@media (min-width: 1280px) {
    .style__swiper-btn-wrapper___B0cBf .style__swiper-btn___WjqMv {
        top:calc(((100vw - 40px)/ 24 * 5) + 32px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .style__slide-container___tHwgt {
        -webkit-transform: translateX(96px);
        transform: translateX(96px)
    }

    .style__card-container___kZwQX {
        width: calc(((100vw - 40px)/ 12 * 5) + 32px)
    }

    .style__card-container___kZwQX .style__card-image___5rXVj {
        height: calc(((100vw - 40px)/ 12 * 5) + 32px)
    }
}

@media (min-width: 1920px) {
    .style__swiper-btn-wrapper___B0cBf .style__swiper-btn___WjqMv {
        top:calc(((100vw - 40px)/ 24 * 5) + 32px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .style__slide-container___tHwgt {
        -webkit-transform: translateX(128px);
        transform: translateX(128px)
    }

    .style__card-container___kZwQX {
        width: calc(((100vw - 40px)/ 12 * 5) + 32px)
    }

    .style__card-container___kZwQX .style__card-image___5rXVj {
        height: calc(((100vw - 40px)/ 12 * 5) + 32px)
    }
}

@media (min-width: 2560px) {
    .style__swiper-btn-wrapper___B0cBf .style__swiper-btn___WjqMv {
        top:calc((100vw - 288px)/ 6);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .style__slide-container___tHwgt {
        -webkit-transform: translateX(128px);
        transform: translateX(128px)
    }

    .style__card-container___kZwQX {
        width: calc((100vw - 288px)/ 3)
    }

    .style__card-container___kZwQX .style__card-image___5rXVj {
        height: calc((100vw - 288px)/ 3)
    }

    &.style__is-card-count-three___2uCDM .style__swiper-btn-wrapper___B0cBf .style__swiper-btn___WjqMv {
        display: none!important
    }
}

@media not all and (any-pointer: fine),(hover:none) {
    .style__swiper-btn-wrapper___B0cBf .style__swiper-btn___WjqMv {
        display:none!important
    }
}

.style__slide-container___tHwgt {
    pointer-events: auto;
    height: 100%
}

.style__swiper-btn-wrapper___B0cBf.style__pending___h5fjs {
    visibility: hidden
}

.style__swiper-btn-wrapper___B0cBf .style__swiper-btn___WjqMv {
    cursor: pointer;
    width: 64px;
    height: 64px;
    border-radius: 88rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0,0,0,.2);
    -webkit-transition: opacity .3s ease,background-color .3s ease;
    transition: opacity .3s ease,background-color .3s ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    position: absolute
}

.style__swiper-btn-wrapper___B0cBf .style__swiper-btn___WjqMv:hover {
    background-color: rgba(10,12,15,.08)
}

.style__swiper-btn-wrapper___B0cBf .style__swiper-btn___WjqMv:active {
    background-color: rgba(10,12,15,.15)
}

.style__swiper-btn-wrapper___B0cBf .style__swiper-btn___WjqMv i {
    color: #fff;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.style__swiper-btn-wrapper___B0cBf .style__swiper-btn___WjqMv.style__hidden___bBq6K {
    opacity: 0!important;
    pointer-events: none
}

.style__swiper-btn-wrapper___B0cBf .style__swiper-btn-prev___mJY66 {
    left: 48px
}

.style__swiper-btn-wrapper___B0cBf .style__swiper-btn-next___hDv9l {
    right: 48px
}

.style__swiper-btn-wrapper___B0cBf .swiper-button-disabled {
    opacity: 0!important;
    pointer-events: none
}

&.style__button-hidden___ficva .style__swiper-btn-wrapper___B0cBf .style__swiper-btn___WjqMv {
    display: none!important
}

.style__card-container___kZwQX {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden
}

.style__card-container___kZwQX.style__has-card-link___OFg\+I {
    cursor: pointer
}

.style__card-container___kZwQX .style__card-image___5rXVj {
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    background-color: rgba(10,12,15,.04);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden
}

.style__card-container___kZwQX .style__card-image___5rXVj img {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center;
    transform-origin: center;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.style__card-container___kZwQX:hover .style__card-image___5rXVj {
    background-color: rgba(10,12,15,.08)
}

.style__card-container___kZwQX:hover .style__card-image___5rXVj img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.style__product-info___kMS-n {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.style__product-info___kMS-n .style__product-wrapper___V87\+b {
    padding-right: 24px;
    margin-top: 30px
}

@media (min-width: 768px) {
    .style__product-info___kMS-n .style__product-wrapper___V87\+b {
        padding-right:24px;
        margin-top: 30px
    }
}

@media (min-width: 1280px) {
    .style__product-info___kMS-n .style__product-wrapper___V87\+b {
        padding-right:48px;
        margin-top: 30px
    }
}

@media (min-width: 1920px) {
    .style__product-info___kMS-n .style__product-wrapper___V87\+b {
        padding-right:48px;
        margin-top: 30px
    }
}

.style__product-info___kMS-n .style__eyebrow___dC6KD {
    color: rgba(10,12,15,.645);
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -.02em
}

@media (min-width: 768px) {
    .style__product-info___kMS-n .style__eyebrow___dC6KD {
        font-size:12px;
        line-height: 16px;
        letter-spacing: -.02em
    }
}

@media (min-width: 1280px) {
    .style__product-info___kMS-n .style__eyebrow___dC6KD {
        font-size:16px;
        line-height: 20px;
        letter-spacing: -.02em
    }
}

@media (min-width: 1920px) {
    .style__product-info___kMS-n .style__eyebrow___dC6KD {
        font-size:16px;
        line-height: 20px;
        letter-spacing: -.02em
    }
}

@media (min-width: 2560px) {
    .style__product-info___kMS-n .style__eyebrow___dC6KD {
        font-size:16px;
        line-height: 20px;
        letter-spacing: -.02em
    }
}

.style__product-info___kMS-n .style__variant-name___QmygR {
    color: #0a0c0f;
    font-weight: 600;
    font-size: 16px;
    line-height: 0px;
    letter-spacing: -.02em
}

@media (min-width: 768px) {
    .style__product-info___kMS-n .style__variant-name___QmygR {
        font-size:18px;
        line-height: 0px;
        letter-spacing: -.03em
    }
}

@media (min-width: 1280px) {
    .style__product-info___kMS-n .style__variant-name___QmygR {
        font-size:20px;
        line-height: 0px;
        letter-spacing: -.03em
    }
}

@media (min-width: 1920px) {
    .style__product-info___kMS-n .style__variant-name___QmygR {
        font-size:24px;
        line-height: 0px;
        letter-spacing: -.03em
    }
}

@media (min-width: 2560px) {
    .style__product-info___kMS-n .style__variant-name___QmygR {
        font-size:24px;
        line-height: 28px;
        letter-spacing: -.03em
    }
}

.style__product-info___kMS-n .style__eyebrow___dC6KD+.style__variant-name___QmygR {
    margin-top: 8px
}

.style__product-info___kMS-n .style__desc___XVQRs {
    color: rgba(10,12,15,.645);
    font-weight: 400;
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.02em
}

@media (min-width: 768px) {
    .style__product-info___kMS-n .style__desc___XVQRs {
        font-size:14px;
        line-height: 20px;
        letter-spacing: -.02em
    }
}

@media (min-width: 1280px) {
    .style__product-info___kMS-n .style__desc___XVQRs {
        font-size:14px;
        line-height: 20px;
        letter-spacing: -.02em
    }
}

@media (min-width: 1920px) {
    .style__product-info___kMS-n .style__desc___XVQRs {
        font-size:16px;
        line-height: 20px;
        letter-spacing: -.02em
    }
}

@media (min-width: 2560px) {
    .style__product-info___kMS-n .style__desc___XVQRs {
        font-size:16px;
        line-height: 20px;
        letter-spacing: -.02em
    }
}

.style__product-info___kMS-n .style__price___vASYv {
    color: #0a0c0f;
    font-weight: 400;
    min-height: 20px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.02em
}

@media (min-width: 1280px) {
    .style__product-info___kMS-n .style__price___vASYv {
        margin-bottom:16px;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -.02em
    }
}

@media (min-width: 1920px) {
    .style__product-info___kMS-n .style__price___vASYv {
        margin-bottom:24px;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -.02em
    }
}

@media (min-width: 2560px) {
    .style__product-info___kMS-n .style__price___vASYv {
        margin-bottom:24px;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -.02em
    }
}

.style__product-info___kMS-n .style__originalPrice___Pez42 {
    display: none
}

.style__product-info___kMS-n .style__btn-wrapper___LTqpw {
    position: relative;
    margin-top: 0px;
    padding-bottom: 1px
}

@media (min-width: 1280px) {
    .style__product-info___kMS-n .style__btn-wrapper___LTqpw {
        margin-top:0px
    }
}

@media (min-width: 1920px) {
    .style__product-info___kMS-n .style__btn-wrapper___LTqpw {
        margin-top:8px
    }
}

@media (min-width: 2560px) {
    .style__product-info___kMS-n .style__btn-wrapper___LTqpw {
        margin-top:12px
    }
}

.style__product-info___kMS-n .style__btn-wrapper___LTqpw a {
    min-width: 99px
}

@media (min-width: 1280px) {
    .style__product-info___kMS-n .style__btn-wrapper___LTqpw a {
        min-width:170px
    }
}

@media (min-width: 1920px) {
    .style__product-info___kMS-n .style__btn-wrapper___LTqpw a {
        min-width:170px
    }
}

.style__lazy-img___9oySs {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

a.style__button___EEUYB.style__link-button___6qkqd {
    margin-right: 8px;
    margin-top: 8px;
    max-width: 100%;
    padding: 6px 12px;
    height: 32px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.02em
}

@media (min-width: 768px) {
    a.style__button___EEUYB.style__link-button___6qkqd {
        padding:10px 16px;
        height: 40px;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -.02em
    }
}

@media (min-width: 1280px) {
    a.style__button___EEUYB.style__link-button___6qkqd {
        margin-right:16px;
        padding: 0px 0px;
        height: 48px;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -.02em
    }
}

@media (min-width: 1920px) {
    a.style__button___EEUYB.style__link-button___6qkqd {
        padding:0px 0px;
        height: 48px;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -.02em
    }
}

@media (min-width: 2560px) {
    a.style__button___EEUYB.style__link-button___6qkqd {
        padding:0px 0px;
        height: 48px;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -.02em
    }
}

a.style__button___EEUYB.style__link-button___6qkqd.style__huge___uCQDh {
    padding: 10px 16px;
    height: 40px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -.02em
}

a.style__button___EEUYB.style__link-button___6qkqd span {
    overflow: hidden;
    text-overflow: ellipsis
}

a.style__button___EEUYB.style__link-button___6qkqd:last-child {
    margin-right: 0!important
}

.Price__original-price___D4-mU {
    text-decoration: line-through
}

.Price__original-price-color___5Bm-7 {
    color: rgba(255,255,255,.45)
}

.Price__from-price___2o3kw span:first-child,.Price__from-price___2o3kw span:last-child {
    padding-left: 6px
}

.Price__invisible___RFU\+d {
    visibility: hidden
}

.style__video-container___Ox6mx {
    width: 100%;
    height: 100%
}

.style__background-video-container___3If0L {
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.style__foreground-video-container___CyL-L {
    position: relative;
    width: calc(100% + 1px);
    height: calc(100% + 1px)
}

.video-player-box-mask video {
    -webkit-mask-image: -webkit-radial-gradient(white,black);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden
}

.style__background-video___OUAmB {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.style__background-video___OUAmB .video-player-box {
    background-image: var(--bgPoster);
    position: absolute!important;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.style__background-video___OUAmB video {
    max-height: 100%;
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

html.v-downgrade .style__background-video___OUAmB .video-player-box {
    background-image: var(--bgDowngrade)
}

.style__background-video___NmRbR {
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    position: relative
}

.style__background-video___NmRbR .video-player-box {
    -webkit-transform: translate(-50%,-50%);
    position: absolute!important;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.style__background-video___NmRbR video {
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none!important
}

.style__background-video___NmRbR.style__first-screen-video___S1XM3 {
    position: absolute!important;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.style__background-video___NmRbR.style__first-screen-video___S1XM3 video {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: none;
    transform: none
}

.official-bg-video-pc-first-screen {
    background-image: var(--bgPoster)
}

html.v-downgrade .official-bg-video-pc-first-screen {
    background-image: var(--bgDowngrade);
    width: 100%!important;
    height: 100%!important
}

.downgrade__downgrade-img___jyvnx {
    position: relative;
    height: 100%;
    width: 100%
}

.downgrade__downgrade-img___jyvnx .downgrade__downgrade-pic___rb7ms {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.downgrade__downgrade-img___jyvnx .downgrade__downgrade-play-btn___RVi9E {
    background-color: rgba(0,0,0,.2);
    height: 40px;
    width: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    color: #fff
}

.index__official-fore-video___zSKJI {
    width: 100%;
    height: 100%
}

.index__official-fore-video___zSKJI .video-player-box {
    width: 100%;
    height: 100%
}

.index__foreground-video___OOeOc {
    width: 100%;
    height: 100%
}

.index__foreground-video___OOeOc video {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.index__foreground-video___OOeOc .index__video-button___5rU9C {
    display: none;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 16px;
    bottom: 16px;
    cursor: pointer
}

.index__foreground-video___OOeOc .index__video-button___5rU9C .index__video-button-box___Q4hz3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.index__foreground-video___OOeOc.index__dark___HX6jC .index__video-button___5rU9C {
    border: 1px solid #000;
    color: #000
}

.index__foreground-video___OOeOc.index__dark___HX6jC .index__video-button___5rU9C:hover {
    background-color: rgba(10,12,15,.04)
}

.index__foreground-video___OOeOc.index__light___oOVLD .index__video-button___5rU9C {
    color: #fff;
    border: 1px solid #fff
}

.index__foreground-video___OOeOc.index__light___oOVLD .index__video-button___5rU9C:hover {
    background-color: rgba(255,255,255,.08)
}

.style__official-subscribe___MO8ZI {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.style__official-subscribe___MO8ZI h2 {
    color: #fff;
    font-weight: 600;
    padding-bottom: 48px
}

.style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ,.style__official-subscribe___MO8ZI .style__image-box___H7EsA {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 1
}

.style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ .style__content-box___nSaM\+ {
    width: 100%
}

.style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ p {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -.02em
}

.style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ .style__input-box-wrapper___e3Wb4 {
    max-width: 470px
}

.style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ .style__input-box___o1A5n {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ .style__term-box___VUQmY {
    padding-top: 16px;
    color: rgba(255,255,255,.65)
}

.style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ .style__term-box___VUQmY a {
    color: #fff
}

.style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ .style__warning-box___7HEC2 {
    color: #60bf77;
    -webkit-transition: max-height .5s ease;
    transition: max-height .5s ease;
    max-height: 0;
    overflow: hidden;
    opacity: 0
}

.style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ .style__warning-box___7HEC2 i {
    margin-right: 4px
}

.style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ .style__warning-box___7HEC2.style__error___OG9bZ {
    color: #db5a56
}

.style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ .style__warning-box___7HEC2.style__mobile-warning___ucLzo {
    display: none
}

.style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ .style__warning-box___7HEC2.style__mobile-warning___ucLzo.style__show___yInNq {
    padding-bottom: 0
}

.style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ .style__warning-box___7HEC2.style__show___yInNq {
    opacity: 1;
    padding: 8px 0;
    max-height: 30px
}

.style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ input {
    background-color: rgba(255,255,255,.08);
    padding: 0 16px;
    height: 48px;
    border: none;
    color: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 1;
    line-height: 48px
}

.style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ input.style__warning___SjwX4 {
    background-color: rgba(229,93,76,.2)
}

.style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ input::-webkit-input-placeholder {
    color: rgba(255,255,255,.45)
}

.style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ input::-moz-placeholder {
    color: rgba(255,255,255,.45)
}

.style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ input:-ms-input-placeholder {
    color: rgba(255,255,255,.45)
}

.style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ input::-ms-input-placeholder {
    color: rgba(255,255,255,.45)
}

input::-webkit-input-placeholder {
    color: rgba(255,255,255,.45)
}

input::-moz-placeholder {
    color: rgba(255,255,255,.45)
}

input:-ms-input-placeholder {
    color: rgba(255,255,255,.45)
}

input::-ms-input-placeholder {
    color: rgba(255,255,255,.45)
}

.style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ input::placeholder {
    color: rgba(255,255,255,.45)
}

.style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ input:focus {
    outline: 0
}

.style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ button {
    color: #0a0c0f;
    font-size: 16px;
    padding: 0 24px;
    height: 48px;
    line-height: 48px
}

.style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ button:disabled {
    color: rgba(0,0,0,.65)
}

.style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ button:disabled i {
    color: rgba(0,0,0,.65)!important
}

.style__official-subscribe___MO8ZI .style__image-box___H7EsA {
    padding: 0
}

.style__official-subscribe___MO8ZI .style__image-box___H7EsA img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (min-width: 1920px) {
    .style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ,.style__official-subscribe___MO8ZI .style__image-box___H7EsA {
        min-height:800px
    }

    .style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ .style__input-box-wrapper___e3Wb4 {
        max-width: 682px
    }

    .style__official-subscribe___MO8ZI .style__content-box___nSaM\+ {
        padding: 0 128px
    }

    .style__official-subscribe___MO8ZI h2 {
        font-size: 48px;
        line-height: 56px;
        letter-spacing: -.03em
    }
}

@media screen and (min-width: 1280px) and (max-width:1919px) {
    .style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ,.style__official-subscribe___MO8ZI .style__image-box___H7EsA {
        min-height:640px
    }

    .style__official-subscribe___MO8ZI .style__content-box___nSaM\+ {
        padding: 0 96px
    }

    .style__official-subscribe___MO8ZI h2 {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -.03em
    }
}

@media screen and (min-width: 768px) and (max-width:1279px) {
    .style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ,.style__official-subscribe___MO8ZI .style__image-box___H7EsA {
        min-height:480px
    }

    .style__official-subscribe___MO8ZI .style__content-box___nSaM\+ {
        padding: 0 48px
    }

    .style__official-subscribe___MO8ZI h2 {
        padding-bottom: 24px;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -.03em
    }
}

@media screen and (max-width: 768px) {
    .style__official-subscribe___MO8ZI {
        -webkit-box-orient:vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ {
        padding: 32px 24px
    }

    .style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ h2 {
        padding-bottom: 16px;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -.03em
    }

    .style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ .style__input-box-wrapper___e3Wb4 {
        max-width: 100%
    }

    .style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ .style__input-box-wrapper___e3Wb4 .style__input-box___o1A5n {
        display: block
    }

    .style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ .style__input-box-wrapper___e3Wb4 .style__input-box___o1A5n input {
        width: 100%;
        display: block
    }

    .style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ .style__input-box-wrapper___e3Wb4 .style__input-box___o1A5n button {
        width: 100%;
        margin-top: 16px;
        line-height: 48px
    }

    .style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ .style__input-box-wrapper___e3Wb4 .style__term-box___VUQmY {
        padding-top: 16px
    }

    .style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ .style__warning-box___7HEC2.style__pc-warning___zHMrn {
        display: none
    }

    .style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ .style__warning-box___7HEC2.style__mobile-warning___ucLzo {
        display: block
    }

    .style__official-subscribe___MO8ZI .style__image-box___H7EsA {
        min-height: 320px
    }

    .style__official-subscribe___MO8ZI .style__image-box___H7EsA img {
        min-height: 320px
    }
}

@media (max-width: 767px) {
    .style__blog-entry___oOnTw {
        --container-padding:48px 0;
        --comp-title-margin-bottom: 24px;
        --content-padding: 0 24px
    }
}

@media (min-width: 768px) {
    .style__blog-entry___oOnTw {
        --container-padding:64px 48px;
        --card-container-display: grid;
        --comp-title-margin-bottom: 32px;
        --content-padding: 0 24px
    }
}

@media (min-width: 1280px) {
    .style__blog-entry___oOnTw {
        --container-padding:96px;
        --comp-title-margin-bottom: 32px;
        --content-padding: 0 32px
    }
}

@media (min-width: 1920px) {
    .style__blog-entry___oOnTw {
        --container-padding:98px 128px;
        --comp-title-margin-bottom: 48px
    }

    .style__blog-entry___oOnTw.style__emtb___mqEJm {
        --container-padding: 128px 128px
    }
}

.style__blog-entry___oOnTw {
    background-color: #fff;
    padding: var(--container-padding)
}

@media (max-width: 768px) {
    .style__blog-entry___oOnTw.style__emtb___mqEJm .style__blog-entry-title___M6cNq {
        font-size:24px;
        line-height: 28px;
        letter-spacing: -.03em
    }
}

@media (min-width: 768px) {
    .style__blog-entry___oOnTw.style__emtb___mqEJm .style__blog-entry-title___M6cNq {
        font-size:32px;
        line-height: 36px;
        letter-spacing: -.03em
    }
}

@media (min-width: 1280px) {
    .style__blog-entry___oOnTw.style__emtb___mqEJm .style__blog-entry-title___M6cNq {
        font-size:48px;
        line-height: 56px;
        letter-spacing: -.03em
    }
}

@media (min-width: 1920px) {
    .style__blog-entry___oOnTw.style__emtb___mqEJm .style__blog-entry-title___M6cNq {
        font-size:56px;
        line-height: 68px;
        letter-spacing: -.03em
    }
}

.style__blog-entry___oOnTw .style__blog-entry-title___M6cNq {
    font-weight: 600;
    margin-bottom: var(--comp-title-margin-bottom)
}

@media (max-width: 768px) {
    .style__blog-entry___oOnTw .style__blog-entry-title___M6cNq {
        padding:0 24px;
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -.03em
    }
}

@media (min-width: 768px) {
    .style__blog-entry___oOnTw .style__blog-entry-title___M6cNq {
        font-size:40px;
        line-height: 48px;
        letter-spacing: -.03em
    }
}

@media (min-width: 1280px) {
    .style__blog-entry___oOnTw .style__blog-entry-title___M6cNq {
        font-size:48px;
        line-height: 56px;
        letter-spacing: -.03em
    }
}

@media (min-width: 1920px) {
    .style__blog-entry___oOnTw .style__blog-entry-title___M6cNq {
        margin-bottom:48px;
        font-size: 64px;
        line-height: 76px;
        letter-spacing: -.03em
    }
}

.style__blog-entry___oOnTw .style__card-container___CMGBC {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 16px;
    gap: 16px
}

@media (max-width: 768px) {
    .style__blog-entry___oOnTw .style__card-container___CMGBC {
        overflow:auto;
        grid-gap: 8px;
        gap: 8px;
        grid-auto-flow: column
    }

    .style__blog-entry___oOnTw .style__card-container___CMGBC::-webkit-scrollbar {
        display: none
    }
}

.style__blog-entry___oOnTw .style__card-container___CMGBC .style__card___dcBYy {
    width: 100%;
    aspect-ratio: 0.75;
    position: relative;
    overflow: hidden
}

@media (max-width: 768px) {
    .style__blog-entry___oOnTw .style__card-container___CMGBC .style__card___dcBYy {
        width:calc(100vw - 96px)
    }

    .style__blog-entry___oOnTw .style__card-container___CMGBC .style__card___dcBYy:first-child {
        margin-left: 24px
    }

    .style__blog-entry___oOnTw .style__card-container___CMGBC .style__card___dcBYy:last-child {
        margin-right: 24px
    }
}

.style__blog-entry___oOnTw .style__card-container___CMGBC .style__card___dcBYy:hover .style__bg-box___Wdf1U {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.style__blog-entry___oOnTw .style__card-container___CMGBC .style__card___dcBYy .style__content___H43DD {
    position: absolute;
    bottom: 0;
    padding: var(--content-padding);
    margin-bottom: 32px
}

.style__blog-entry___oOnTw .style__card-container___CMGBC .style__card___dcBYy .style__content___H43DD .style__eye-mark___n3wlE {
    color: rgba(255,255,255,.85);
    margin-bottom: 8px;
    font-weight: 600
}

@media (max-width: 768px) {
    .style__blog-entry___oOnTw .style__card-container___CMGBC .style__card___dcBYy .style__content___H43DD .style__eye-mark___n3wlE {
        font-size:14px;
        line-height: 20px;
        letter-spacing: -.02em
    }
}

@media (min-width: 768px) {
    .style__blog-entry___oOnTw .style__card-container___CMGBC .style__card___dcBYy .style__content___H43DD .style__eye-mark___n3wlE {
        font-size:14px;
        line-height: 20px;
        letter-spacing: -.02em
    }
}

@media (min-width: 1280px) {
    .style__blog-entry___oOnTw .style__card-container___CMGBC .style__card___dcBYy .style__content___H43DD .style__eye-mark___n3wlE {
        font-size:16px;
        line-height: 20px;
        letter-spacing: -.02em
    }
}

@media (min-width: 1920px) {
    .style__blog-entry___oOnTw .style__card-container___CMGBC .style__card___dcBYy .style__content___H43DD .style__eye-mark___n3wlE {
        font-size:18px;
        line-height: 24px;
        letter-spacing: -.03em
    }
}

.style__blog-entry___oOnTw .style__card-container___CMGBC .style__card___dcBYy .style__content___H43DD .style__title___XovRp {
    color: #fff;
    font-weight: 600;
    margin-bottom: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

@media (max-width: 768px) {
    .style__blog-entry___oOnTw .style__card-container___CMGBC .style__card___dcBYy .style__content___H43DD .style__title___XovRp {
        -webkit-line-clamp:3;
        height: 72px;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -.03em
    }
}

@media (min-width: 768px) {
    .style__blog-entry___oOnTw .style__card-container___CMGBC .style__card___dcBYy .style__content___H43DD .style__title___XovRp {
        height:72px;
        -webkit-line-clamp: 3;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -.03em
    }
}

@media (min-width: 1280px) {
    .style__blog-entry___oOnTw .style__card-container___CMGBC .style__card___dcBYy .style__content___H43DD .style__title___XovRp {
        height:84px;
        -webkit-line-clamp: 3;
        font-size: 24px;
        line-height: 28px;
        letter-spacing: -.03em
    }
}

@media (min-width: 1920px) {
    .style__blog-entry___oOnTw .style__card-container___CMGBC .style__card___dcBYy .style__content___H43DD .style__title___XovRp {
        height:108px;
        -webkit-line-clamp: 3;
        font-size: 32px;
        line-height: 36px;
        letter-spacing: -.03em
    }
}

.style__blog-entry___oOnTw .style__card-container___CMGBC .style__card___dcBYy .style__content___H43DD .style__link-button___-cwX8 {
    color: #fff;
    font-size: 14px;
    line-height: 24px
}

.style__blog-entry___oOnTw .style__card-container___CMGBC .style__card___dcBYy .style__bg-box___Wdf1U {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.style__blog-entry___oOnTw .style__card-container___CMGBC .style__pointer___G47zn {
    cursor: pointer
}
.style__section-box___WBELv {
    overflow: hidden;
    background-color: #fff;
    padding-top: 32px;
    padding-bottom: 0
}

@media (min-width: 768px) {
    .style__section-box___WBELv {
        padding-top:64px
    }
}

@media (min-width: 1280px) {
    .style__section-box___WBELv {
        padding-top:96px
    }
}

@media (min-width: 1920px) {
    .style__section-box___WBELv {
        padding-top:128px
    }
}

@media (min-width: 2560px) {
    .style__section-box___WBELv {
        padding-top:128px
    }
}

.style__section-box___WBELv * {
    word-wrap: break-word
}

.style__section-box___WBELv.style__emtb___pJVyf {
    padding-top: 48px;
    padding-bottom: 48px
}

@media (min-width: 768px) {
    .style__section-box___WBELv.style__emtb___pJVyf {
        padding-bottom:64px;
        padding-top: 64px
    }
}

@media (min-width: 1280px) {
    .style__section-box___WBELv.style__emtb___pJVyf {
        padding-bottom:96px;
        padding-top: 96px
    }
}

@media (min-width: 1920px) {
    .style__section-box___WBELv.style__emtb___pJVyf {
        padding-top:128px;
        padding-bottom: 128px
    }
}

@media (min-width: 2560px) {
    .style__section-box___WBELv.style__emtb___pJVyf {
        padding-bottom:128px;
        padding-top: 128px
    }
}

@media (min-width: 1920px) {
    .style__section-box___WBELv.style__emtb___pJVyf .style__content___UcCsg .style__title___AyWUa {
        font-size:56px;
        line-height: 68px;
        letter-spacing: -.03em
    }
}

@media (min-width: 2560px) {
    .style__section-box___WBELv.style__emtb___pJVyf .style__content___UcCsg .style__title___AyWUa {
        font-size:56px;
        line-height: 68px;
        letter-spacing: -.03em
    }
}

.style__content___UcCsg {
    margin: 0 auto;
    padding: 0 24px 32px;
    display: block
}

.style__content___UcCsg .style__description___KLW3s,.style__content___UcCsg .style__title___AyWUa {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    width: 100%;
    padding: 0
}

@media (min-width: 768px) {
    .style__content___UcCsg {
        padding:0 48px 32px;
        display: block
    }

    .style__content___UcCsg .style__description___KLW3s,.style__content___UcCsg .style__title___AyWUa {
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
        width: 100%;
        padding: 0
    }
}

@media (min-width: 1280px) {
    .style__content___UcCsg {
        padding:0 96px 48px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .style__content___UcCsg .style__title___AyWUa {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
        padding-right: 40px
    }

    .style__content___UcCsg .style__description___KLW3s {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
        padding-left: 8px
    }
}

@media (min-width: 1920px) {
    .style__content___UcCsg {
        padding:0 128px 48px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .style__content___UcCsg .style__title___AyWUa {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
        padding-right: 40px
    }

    .style__content___UcCsg .style__description___KLW3s {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
        padding-left: 8px
    }
}

@media (min-width: 2560px) {
    .style__content___UcCsg {
        padding:0 128px 48px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .style__content___UcCsg .style__title___AyWUa {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
        padding-right: 40px
    }

    .style__content___UcCsg .style__description___KLW3s {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
        padding-left: 8px
    }
}

.style__content___UcCsg .style__title___AyWUa {
    color: #0a0c0f;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -.03em
}

@media (min-width: 768px) {
    .style__content___UcCsg .style__title___AyWUa {
        font-size:32px;
        line-height: 36px;
        letter-spacing: -.03em
    }
}

@media (min-width: 1280px) {
    .style__content___UcCsg .style__title___AyWUa {
        font-size:48px;
        line-height: 56px;
        letter-spacing: -.03em
    }
}

@media (min-width: 1920px) {
    .style__content___UcCsg .style__title___AyWUa {
        font-size:64px;
        line-height: 76px;
        letter-spacing: -.03em
    }
}

@media (min-width: 2560px) {
    .style__content___UcCsg .style__title___AyWUa {
        font-size:64px;
        line-height: 76px;
        letter-spacing: -.03em
    }
}

.style__content___UcCsg .style__description___KLW3s {
    color: rgba(10,12,15,.65);
    font-weight: 400;
    padding-top: 16px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.02em
}

@media (min-width: 768px) {
    .style__content___UcCsg .style__description___KLW3s {
        padding-top:16px;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -.02em
    }
}

@media (min-width: 1280px) {
    .style__content___UcCsg .style__description___KLW3s {
        padding-top:0;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -.02em
    }
}

@media (min-width: 1920px) {
    .style__content___UcCsg .style__description___KLW3s {
        padding-top:0;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -.03em
    }
}

@media (min-width: 2560px) {
    .style__content___UcCsg .style__description___KLW3s {
        padding-top:0;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -.03em
    }
}

.style__swiper-content-wrapper___P-YNN .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.style__swiper-content-wrapper___P-YNN .swiper-slide {
    pointer-events: none;
    position: relative;
    width: auto;
    height: auto;
    margin-right: 8px!important
}

@media (min-width: 768px) {
    .style__swiper-content-wrapper___P-YNN .swiper-slide {
        margin-right:16px!important
    }
}

.style__swiper-content-wrapper___P-YNN .swiper-slide:last-child {
    margin-right: 0!important
}

.style__cards-container___Nfagm {
    position: relative;
    overflow: hidden
}

.style__cards-container___Nfagm .swiper-slide:last-child .style__slide-container___tHwgt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.style__cards-container___Nfagm .swiper-slide:last-child .style__slide-container___tHwgt::after {
    content: '';
    display: block;
    height: 1px;
    background-color: transparent;
    visibility: hidden;
    width: 24px
}

@media (min-width: 768px) {
    .style__cards-container___Nfagm .swiper-slide:last-child .style__slide-container___tHwgt::after {
        width:48px
    }
}

@media (min-width: 1280px) {
    .style__cards-container___Nfagm .swiper-slide:last-child .style__slide-container___tHwgt::after {
        width:96px
    }
}

@media (min-width: 1920px) {
    .style__cards-container___Nfagm .swiper-slide:last-child .style__slide-container___tHwgt::after {
        width:128px
    }
}

@media (min-width: 2560px) {
    .style__cards-container___Nfagm .swiper-slide:last-child .style__slide-container___tHwgt::after {
        width:128px
    }
}

@media (max-width: 768px) {
    .style__swiper-btn-wrapper___B0cBf .style__swiper-btn___WjqMv {
        display:none
    }
	#mtb .swiper-wrapper{
		flex-wrap: wrap;
	}
	#mtb .swiper-slide {
		padding-top: 20px;
	}
    .style__slide-container___tHwgt {
        -webkit-transform: translateX(24px);
        transform: translateX(24px)
    }

    .style__card-container___kZwQX {
        width: calc(100vw - 96px)
    }

    .style__card-container___kZwQX .style__card-image___5rXVj {
        height: calc(100vw - 96px)
    }
}

@media (min-width: 768px) {
    .style__swiper-btn-wrapper___B0cBf .style__swiper-btn___WjqMv {
        display:none
    }

    .style__slide-container___tHwgt {
        -webkit-transform: translateX(48px);
        transform: translateX(48px)
    }

    .style__card-container___kZwQX {
        width: calc(((100vw - 40px)/ 12 * 5) + 32px)
    }

    .style__card-container___kZwQX .style__card-image___5rXVj {
        height: calc(((100vw - 40px)/ 12 * 5) + 32px)
    }
}

@media (min-width: 1280px) {
    .style__swiper-btn-wrapper___B0cBf .style__swiper-btn___WjqMv {
        top:calc(((100vw - 40px)/ 24 * 5) + 32px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .style__slide-container___tHwgt {
        -webkit-transform: translateX(96px);
        transform: translateX(96px)
    }

    .style__card-container___kZwQX {
        width: calc(((100vw - 40px)/ 12 * 5) + 64px)
    }

    .style__card-container___kZwQX .style__card-image___5rXVj {
        height: calc(((100vw - 40px)/ 12 * 5) + 64px)
    }
}

@media (min-width: 1920px) {
    .style__swiper-btn-wrapper___B0cBf .style__swiper-btn___WjqMv {
        top:calc(((100vw - 40px)/ 24 * 5) + 64px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .style__slide-container___tHwgt {
        -webkit-transform: translateX(128px);
        transform: translateX(128px)
    }

    .style__card-container___kZwQX {
        width: calc(((100vw - 40px)/ 12 * 5) + 64px)
    }

    .style__card-container___kZwQX .style__card-image___5rXVj {
        height: calc(((100vw - 40px)/ 12 * 5) + 64px)
    }
}

@media (min-width: 2560px) {
    .style__swiper-btn-wrapper___B0cBf .style__swiper-btn___WjqMv {
        top:calc((100vw - 288px)/ 6);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .style__slide-container___tHwgt {
        -webkit-transform: translateX(128px);
        transform: translateX(128px)
    }

    .style__card-container___kZwQX {
        width: calc((100vw - 40px)/ 3)
    }

    .style__card-container___kZwQX .style__card-image___5rXVj {
        height: calc((100vw - 40px)/ 3)
    }

    &.style__is-card-count-three___2uCDM .style__swiper-btn-wrapper___B0cBf .style__swiper-btn___WjqMv {
        display: none!important
    }
}

@media not all and (any-pointer: fine),(hover:none) {
    .style__swiper-btn-wrapper___B0cBf .style__swiper-btn___WjqMv {
        display:none!important
    }
}

.style__slide-container___tHwgt {
    pointer-events: auto;
    height: 100%
}

.style__swiper-btn-wrapper___B0cBf.style__pending___h5fjs {
    visibility: hidden
}

.style__swiper-btn-wrapper___B0cBf .style__swiper-btn___WjqMv {
    cursor: pointer;
    width: 64px;
    height: 64px;
    border-radius: 88rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0,0,0,.2);
    -webkit-transition: opacity .3s ease,background-color .3s ease;
    transition: opacity .3s ease,background-color .3s ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    position: absolute
}

.style__swiper-btn-wrapper___B0cBf .style__swiper-btn___WjqMv:hover {
    background-color: rgba(10,12,15,.08)
}

.style__swiper-btn-wrapper___B0cBf .style__swiper-btn___WjqMv:active {
    background-color: rgba(10,12,15,.15)
}

.style__swiper-btn-wrapper___B0cBf .style__swiper-btn___WjqMv i {
    color: #fff;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.style__swiper-btn-wrapper___B0cBf .style__swiper-btn___WjqMv.style__hidden___bBq6K {
    opacity: 0!important;
    pointer-events: none
}

.style__swiper-btn-wrapper___B0cBf .style__swiper-btn-prev___mJY66 {
    left: 48px
}

.style__swiper-btn-wrapper___B0cBf .style__swiper-btn-next___hDv9l {
    right: 48px
}

.style__swiper-btn-wrapper___B0cBf .swiper-button-disabled {
    opacity: 0!important;
    pointer-events: none
}

&.style__button-hidden___ficva .style__swiper-btn-wrapper___B0cBf .style__swiper-btn___WjqMv {
    display: none!important
}

.style__card-container___kZwQX {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden
}

.style__card-container___kZwQX.style__has-card-link___OFg\+I {
    cursor: pointer
}

.style__card-container___kZwQX .style__card-image___5rXVj {
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    background-color: rgba(10,12,15,.04);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden
}

.style__card-container___kZwQX .style__card-image___5rXVj img {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center;
    transform-origin: center;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.style__card-container___kZwQX:hover .style__card-image___5rXVj {
    background-color: rgba(10,12,15,.08)
}

.style__card-container___kZwQX:hover .style__card-image___5rXVj img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.style__product-info___kMS-n {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.style__product-info___kMS-n .style__product-wrapper___V87\+b {
    padding-right: 24px;
    margin-top: 30px
}

@media (min-width: 768px) {
    .style__product-info___kMS-n .style__product-wrapper___V87\+b {
        padding-right:24px;
        margin-top: 30px
    }
}

@media (min-width: 1280px) {
    .style__product-info___kMS-n .style__product-wrapper___V87\+b {
        padding-right:48px;
        margin-top: 30px
    }
}

@media (min-width: 1920px) {
    .style__product-info___kMS-n .style__product-wrapper___V87\+b {
        padding-right:48px;
        margin-top: 30px
    }
}

.style__product-info___kMS-n .style__eyebrow___dC6KD {
    color: rgba(10,12,15,.645);
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -.02em
}

@media (min-width: 768px) {
    .style__product-info___kMS-n .style__eyebrow___dC6KD {
        font-size:12px;
        line-height: 16px;
        letter-spacing: -.02em
    }
}

@media (min-width: 1280px) {
    .style__product-info___kMS-n .style__eyebrow___dC6KD {
        font-size:16px;
        line-height: 20px;
        letter-spacing: -.02em
    }
}

@media (min-width: 1920px) {
    .style__product-info___kMS-n .style__eyebrow___dC6KD {
        font-size:16px;
        line-height: 20px;
        letter-spacing: -.02em
    }
}

@media (min-width: 2560px) {
    .style__product-info___kMS-n .style__eyebrow___dC6KD {
        font-size:16px;
        line-height: 20px;
        letter-spacing: -.02em
    }
}

.style__product-info___kMS-n .style__variant-name___QmygR {
    color: #0a0c0f;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -.02em
}

@media (min-width: 768px) {
    .style__product-info___kMS-n .style__variant-name___QmygR {
        font-size:18px;
        line-height: 0px;
        letter-spacing: -.03em
    }
}

@media (min-width: 1280px) {
    .style__product-info___kMS-n .style__variant-name___QmygR {
        font-size:20px;
        line-height: 0px;
        letter-spacing: -.03em
    }
}

@media (min-width: 1920px) {
    .style__product-info___kMS-n .style__variant-name___QmygR {
        font-size:24px;
        line-height: 0px;
        letter-spacing: -.03em
    }
}

@media (min-width: 2560px) {
    .style__product-info___kMS-n .style__variant-name___QmygR {
        font-size:24px;
        line-height: 28px;
        letter-spacing: -.03em
    }
}

.style__product-info___kMS-n .style__eyebrow___dC6KD+.style__variant-name___QmygR {
    margin-top: 8px
}

.style__product-info___kMS-n .style__desc___XVQRs {
    color: rgba(10,12,15,.645);
    font-weight: 400;
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.02em
}

@media (min-width: 768px) {
    .style__product-info___kMS-n .style__desc___XVQRs {
        font-size:14px;
        line-height: 20px;
        letter-spacing: -.02em
    }
}

@media (min-width: 1280px) {
    .style__product-info___kMS-n .style__desc___XVQRs {
        font-size:14px;
        line-height: 20px;
        letter-spacing: -.02em
    }
}

@media (min-width: 1920px) {
    .style__product-info___kMS-n .style__desc___XVQRs {
        font-size:16px;
        line-height: 20px;
        letter-spacing: -.02em
    }
}

@media (min-width: 2560px) {
    .style__product-info___kMS-n .style__desc___XVQRs {
        font-size:16px;
        line-height: 20px;
        letter-spacing: -.02em
    }
}

.style__product-info___kMS-n .style__price___vASYv {
    color: #0a0c0f;
    font-weight: 400;
    min-height: 20px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.02em
}

@media (min-width: 1280px) {
    .style__product-info___kMS-n .style__price___vASYv {
        margin-bottom:16px;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -.02em
    }
}

@media (min-width: 1920px) {
    .style__product-info___kMS-n .style__price___vASYv {
        margin-bottom:24px;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -.02em
    }
}

@media (min-width: 2560px) {
    .style__product-info___kMS-n .style__price___vASYv {
        margin-bottom:24px;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -.02em
    }
}

.style__product-info___kMS-n .style__originalPrice___Pez42 {
    display: none
}

.style__product-info___kMS-n .style__btn-wrapper___LTqpw {
    position: relative;
    margin-top: 0px;
    padding-bottom: 1px
}

@media (min-width: 1280px) {
    .style__product-info___kMS-n .style__btn-wrapper___LTqpw {
        margin-top:0px
    }
}

@media (min-width: 1920px) {
    .style__product-info___kMS-n .style__btn-wrapper___LTqpw {
        margin-top:8px
    }
}

@media (min-width: 2560px) {
    .style__product-info___kMS-n .style__btn-wrapper___LTqpw {
        margin-top:12px
    }
}

.style__product-info___kMS-n .style__btn-wrapper___LTqpw a {
    min-width: 99px
}

@media (min-width: 1280px) {
    .style__product-info___kMS-n .style__btn-wrapper___LTqpw a {
        min-width:170px
    }
}

@media (min-width: 1920px) {
    .style__product-info___kMS-n .style__btn-wrapper___LTqpw a {
        min-width:170px
    }
}

.style__lazy-img___9oySs {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

a.style__button___EEUYB.style__link-button___6qkqd {
    margin-right: 8px;
    margin-top: 8px;
    max-width: 100%;
    padding: 6px 12px;
    height: 32px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.02em
}

@media (min-width: 768px) {
    a.style__button___EEUYB.style__link-button___6qkqd {
        padding:10px 16px;
        height: 40px;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -.02em
    }
}

@media (min-width: 1280px) {
    a.style__button___EEUYB.style__link-button___6qkqd {
        margin-right:16px;
        padding: 0px 0px;
        height: 48px;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -.02em
    }
}

@media (min-width: 1920px) {
    a.style__button___EEUYB.style__link-button___6qkqd {
        padding:0px 0px;
        height: 48px;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -.02em
    }
}

@media (min-width: 2560px) {
    a.style__button___EEUYB.style__link-button___6qkqd {
        padding:0px 0px;
        height: 48px;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -.02em
    }
}

a.style__button___EEUYB.style__link-button___6qkqd.style__huge___uCQDh {
    padding: 10px 16px;
    height: 40px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -.02em
}

a.style__button___EEUYB.style__link-button___6qkqd span {
    overflow: hidden;
    text-overflow: ellipsis
}

a.style__button___EEUYB.style__link-button___6qkqd:last-child {
    margin-right: 0!important
}

.Price__original-price___D4-mU {
    text-decoration: line-through
}

.Price__original-price-color___5Bm-7 {
    color: rgba(255,255,255,.45)
}

.Price__from-price___2o3kw span:first-child,.Price__from-price___2o3kw span:last-child {
    padding-left: 6px
}

.Price__invisible___RFU\+d {
    visibility: hidden
}

.style__video-container___Ox6mx {
    width: 100%;
    height: 100%
}

.style__background-video-container___3If0L {
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.style__foreground-video-container___CyL-L {
    position: relative;
    width: calc(100% + 1px);
    height: calc(100% + 1px)
}

.video-player-box-mask video {
    -webkit-mask-image: -webkit-radial-gradient(white,black);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden
}

.style__background-video___OUAmB {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.style__background-video___OUAmB .video-player-box {
    background-image: var(--bgPoster);
    position: absolute!important;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.style__background-video___OUAmB video {
    max-height: 100%;
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

html.v-downgrade .style__background-video___OUAmB .video-player-box {
    background-image: var(--bgDowngrade)
}

.style__background-video___NmRbR {
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    position: relative
}

.style__background-video___NmRbR .video-player-box {
    -webkit-transform: translate(-50%,-50%);
    position: absolute!important;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.style__background-video___NmRbR video {
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none!important
}

.style__background-video___NmRbR.style__first-screen-video___S1XM3 {
    position: absolute!important;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.style__background-video___NmRbR.style__first-screen-video___S1XM3 video {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: none;
    transform: none
}

.official-bg-video-pc-first-screen {
    background-image: var(--bgPoster)
}

html.v-downgrade .official-bg-video-pc-first-screen {
    background-image: var(--bgDowngrade);
    width: 100%!important;
    height: 100%!important
}

.downgrade__downgrade-img___jyvnx {
    position: relative;
    height: 100%;
    width: 100%
}

.downgrade__downgrade-img___jyvnx .downgrade__downgrade-pic___rb7ms {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.downgrade__downgrade-img___jyvnx .downgrade__downgrade-play-btn___RVi9E {
    background-color: rgba(0,0,0,.2);
    height: 40px;
    width: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    color: #fff
}

.index__official-fore-video___zSKJI {
    width: 100%;
    height: 100%
}

.index__official-fore-video___zSKJI .video-player-box {
    width: 100%;
    height: 100%
}

.index__foreground-video___OOeOc {
    width: 100%;
    height: 100%
}

.index__foreground-video___OOeOc video {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.index__foreground-video___OOeOc .index__video-button___5rU9C {
    display: none;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 16px;
    bottom: 16px;
    cursor: pointer
}

.index__foreground-video___OOeOc .index__video-button___5rU9C .index__video-button-box___Q4hz3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.index__foreground-video___OOeOc.index__dark___HX6jC .index__video-button___5rU9C {
    border: 1px solid #000;
    color: #000
}

.index__foreground-video___OOeOc.index__dark___HX6jC .index__video-button___5rU9C:hover {
    background-color: rgba(10,12,15,.04)
}

.index__foreground-video___OOeOc.index__light___oOVLD .index__video-button___5rU9C {
    color: #fff;
    border: 1px solid #fff
}

.index__foreground-video___OOeOc.index__light___oOVLD .index__video-button___5rU9C:hover {
    background-color: rgba(255,255,255,.08)
}

.style__official-subscribe___MO8ZI {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.style__official-subscribe___MO8ZI h2 {
    color: #fff;
    font-weight: 600;
    padding-bottom: 48px
}

.style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ,.style__official-subscribe___MO8ZI .style__image-box___H7EsA {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 1
}

.style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ .style__content-box___nSaM\+ {
    width: 100%
}

.style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ p {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -.02em
}

.style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ .style__input-box-wrapper___e3Wb4 {
    max-width: 470px
}

.style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ .style__input-box___o1A5n {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ .style__term-box___VUQmY {
    padding-top: 16px;
    color: rgba(255,255,255,.65)
}

.style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ .style__term-box___VUQmY a {
    color: #fff
}

.style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ .style__warning-box___7HEC2 {
    color: #60bf77;
    -webkit-transition: max-height .5s ease;
    transition: max-height .5s ease;
    max-height: 0;
    overflow: hidden;
    opacity: 0
}

.style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ .style__warning-box___7HEC2 i {
    margin-right: 4px
}

.style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ .style__warning-box___7HEC2.style__error___OG9bZ {
    color: #db5a56
}

.style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ .style__warning-box___7HEC2.style__mobile-warning___ucLzo {
    display: none
}

.style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ .style__warning-box___7HEC2.style__mobile-warning___ucLzo.style__show___yInNq {
    padding-bottom: 0
}

.style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ .style__warning-box___7HEC2.style__show___yInNq {
    opacity: 1;
    padding: 8px 0;
    max-height: 30px
}

.style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ input {
    background-color: rgba(255,255,255,.08);
    padding: 0 16px;
    height: 48px;
    border: none;
    color: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 1;
    line-height: 48px
}

.style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ input.style__warning___SjwX4 {
    background-color: rgba(229,93,76,.2)
}

.style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ input::-webkit-input-placeholder {
    color: rgba(255,255,255,.45)
}

.style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ input::-moz-placeholder {
    color: rgba(255,255,255,.45)
}

.style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ input:-ms-input-placeholder {
    color: rgba(255,255,255,.45)
}

.style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ input::-ms-input-placeholder {
    color: rgba(255,255,255,.45)
}

input::-webkit-input-placeholder {
    color: rgba(255,255,255,.45)
}

input::-moz-placeholder {
    color: rgba(255,255,255,.45)
}

input:-ms-input-placeholder {
    color: rgba(255,255,255,.45)
}

input::-ms-input-placeholder {
    color: rgba(255,255,255,.45)
}

.style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ input::placeholder {
    color: rgba(255,255,255,.45)
}

.style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ input:focus {
    outline: 0
}

.style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ button {
    color: #0a0c0f;
    font-size: 16px;
    padding: 0 24px;
    height: 48px;
    line-height: 48px
}

.style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ button:disabled {
    color: rgba(0,0,0,.65)
}

.style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ button:disabled i {
    color: rgba(0,0,0,.65)!important
}

.style__official-subscribe___MO8ZI .style__image-box___H7EsA {
    padding: 0
}

.style__official-subscribe___MO8ZI .style__image-box___H7EsA img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (min-width: 1920px) {
    .style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ,.style__official-subscribe___MO8ZI .style__image-box___H7EsA {
        min-height:800px
    }

    .style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ .style__input-box-wrapper___e3Wb4 {
        max-width: 682px
    }

    .style__official-subscribe___MO8ZI .style__content-box___nSaM\+ {
        padding: 0 128px
    }

    .style__official-subscribe___MO8ZI h2 {
        font-size: 48px;
        line-height: 56px;
        letter-spacing: -.03em
    }
}

@media screen and (min-width: 1280px) and (max-width:1919px) {
    .style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ,.style__official-subscribe___MO8ZI .style__image-box___H7EsA {
        min-height:640px
    }

    .style__official-subscribe___MO8ZI .style__content-box___nSaM\+ {
        padding: 0 96px
    }

    .style__official-subscribe___MO8ZI h2 {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -.03em
    }
}

@media screen and (min-width: 768px) and (max-width:1279px) {
    .style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ,.style__official-subscribe___MO8ZI .style__image-box___H7EsA {
        min-height:480px
    }

    .style__official-subscribe___MO8ZI .style__content-box___nSaM\+ {
        padding: 0 48px
    }

    .style__official-subscribe___MO8ZI h2 {
        padding-bottom: 24px;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -.03em
    }
}

@media screen and (max-width: 768px) {
    .style__official-subscribe___MO8ZI {
        -webkit-box-orient:vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ {
        padding: 32px 24px
    }

    .style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ h2 {
        padding-bottom: 16px;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -.03em
    }

    .style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ .style__input-box-wrapper___e3Wb4 {
        max-width: 100%
    }

    .style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ .style__input-box-wrapper___e3Wb4 .style__input-box___o1A5n {
        display: block
    }

    .style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ .style__input-box-wrapper___e3Wb4 .style__input-box___o1A5n input {
        width: 100%;
        display: block
    }

    .style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ .style__input-box-wrapper___e3Wb4 .style__input-box___o1A5n button {
        width: 100%;
        margin-top: 16px;
        line-height: 48px
    }

    .style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ .style__input-box-wrapper___e3Wb4 .style__term-box___VUQmY {
        padding-top: 16px
    }

    .style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ .style__warning-box___7HEC2.style__pc-warning___zHMrn {
        display: none
    }

    .style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ .style__warning-box___7HEC2.style__mobile-warning___ucLzo {
        display: block
    }

    .style__official-subscribe___MO8ZI .style__image-box___H7EsA {
        min-height: 320px
    }

    .style__official-subscribe___MO8ZI .style__image-box___H7EsA img {
        min-height: 320px
    }
}

@media (max-width: 767px) {
    .style__blog-entry___oOnTw {
        --container-padding:48px 0;
        --comp-title-margin-bottom: 24px;
        --content-padding: 0 24px
    }
}

@media (min-width: 768px) {
    .style__blog-entry___oOnTw {
        --container-padding:64px 48px;
        --card-container-display: grid;
        --comp-title-margin-bottom: 32px;
        --content-padding: 0 24px
    }
}

@media (min-width: 1280px) {
    .style__blog-entry___oOnTw {
        --container-padding:96px;
        --comp-title-margin-bottom: 32px;
        --content-padding: 0 32px
    }
}

@media (min-width: 1920px) {
    .style__blog-entry___oOnTw {
        --container-padding:98px 128px;
        --comp-title-margin-bottom: 48px
    }

    .style__blog-entry___oOnTw.style__emtb___mqEJm {
        --container-padding: 128px 128px
    }
}

.style__blog-entry___oOnTw {
    background-color: #fff;
    padding: var(--container-padding)
}

@media (max-width: 768px) {
    .style__blog-entry___oOnTw.style__emtb___mqEJm .style__blog-entry-title___M6cNq {
        font-size:24px;
        line-height: 28px;
        letter-spacing: -.03em
    }
}

@media (min-width: 768px) {
    .style__blog-entry___oOnTw.style__emtb___mqEJm .style__blog-entry-title___M6cNq {
        font-size:32px;
        line-height: 36px;
        letter-spacing: -.03em
    }
}

@media (min-width: 1280px) {
    .style__blog-entry___oOnTw.style__emtb___mqEJm .style__blog-entry-title___M6cNq {
        font-size:48px;
        line-height: 56px;
        letter-spacing: -.03em
    }
}

@media (min-width: 1920px) {
    .style__blog-entry___oOnTw.style__emtb___mqEJm .style__blog-entry-title___M6cNq {
        font-size:56px;
        line-height: 68px;
        letter-spacing: -.03em
    }
}

.style__blog-entry___oOnTw .style__blog-entry-title___M6cNq {
    font-weight: 600;
    margin-bottom: var(--comp-title-margin-bottom)
}

@media (max-width: 768px) {
    .style__blog-entry___oOnTw .style__blog-entry-title___M6cNq {
        padding:0 24px;
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -.03em
    }
}

@media (min-width: 768px) {
    .style__blog-entry___oOnTw .style__blog-entry-title___M6cNq {
        font-size:40px;
        line-height: 48px;
        letter-spacing: -.03em
    }
}

@media (min-width: 1280px) {
    .style__blog-entry___oOnTw .style__blog-entry-title___M6cNq {
        font-size:48px;
        line-height: 56px;
        letter-spacing: -.03em
    }
}

@media (min-width: 1920px) {
    .style__blog-entry___oOnTw .style__blog-entry-title___M6cNq {
        margin-bottom:48px;
        font-size: 64px;
        line-height: 76px;
        letter-spacing: -.03em
    }
}

.style__blog-entry___oOnTw .style__card-container___CMGBC {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 16px;
    gap: 16px
}

@media (max-width: 768px) {
    .style__blog-entry___oOnTw .style__card-container___CMGBC {
        overflow:auto;
        grid-gap: 8px;
        gap: 8px;
        grid-auto-flow: column
    }

    .style__blog-entry___oOnTw .style__card-container___CMGBC::-webkit-scrollbar {
        display: none
    }
}

.style__blog-entry___oOnTw .style__card-container___CMGBC .style__card___dcBYy {
    width: 100%;
    aspect-ratio: 0.75;
    position: relative;
    overflow: hidden
}

@media (max-width: 768px) {
    .style__blog-entry___oOnTw .style__card-container___CMGBC .style__card___dcBYy {
        width:calc(100vw - 96px)
    }

    .style__blog-entry___oOnTw .style__card-container___CMGBC .style__card___dcBYy:first-child {
        margin-left: 24px
    }

    .style__blog-entry___oOnTw .style__card-container___CMGBC .style__card___dcBYy:last-child {
        margin-right: 24px
    }
}

.style__blog-entry___oOnTw .style__card-container___CMGBC .style__card___dcBYy:hover .style__bg-box___Wdf1U {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.style__blog-entry___oOnTw .style__card-container___CMGBC .style__card___dcBYy .style__content___H43DD {
    position: absolute;
    bottom: 0;
    padding: var(--content-padding);
    margin-bottom: 32px
}

.style__blog-entry___oOnTw .style__card-container___CMGBC .style__card___dcBYy .style__content___H43DD .style__eye-mark___n3wlE {
    color: rgba(255,255,255,.85);
    margin-bottom: 8px;
    font-weight: 600
}

@media (max-width: 768px) {
    .style__blog-entry___oOnTw .style__card-container___CMGBC .style__card___dcBYy .style__content___H43DD .style__eye-mark___n3wlE {
        font-size:14px;
        line-height: 20px;
        letter-spacing: -.02em
    }
}

@media (min-width: 768px) {
    .style__blog-entry___oOnTw .style__card-container___CMGBC .style__card___dcBYy .style__content___H43DD .style__eye-mark___n3wlE {
        font-size:14px;
        line-height: 20px;
        letter-spacing: -.02em
    }
}

@media (min-width: 1280px) {
    .style__blog-entry___oOnTw .style__card-container___CMGBC .style__card___dcBYy .style__content___H43DD .style__eye-mark___n3wlE {
        font-size:16px;
        line-height: 20px;
        letter-spacing: -.02em
    }
}

@media (min-width: 1920px) {
    .style__blog-entry___oOnTw .style__card-container___CMGBC .style__card___dcBYy .style__content___H43DD .style__eye-mark___n3wlE {
        font-size:18px;
        line-height: 24px;
        letter-spacing: -.03em
    }
}

.style__blog-entry___oOnTw .style__card-container___CMGBC .style__card___dcBYy .style__content___H43DD .style__title___XovRp {
    color: #fff;
    font-weight: 600;
    margin-bottom: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

@media (max-width: 768px) {
    .style__blog-entry___oOnTw .style__card-container___CMGBC .style__card___dcBYy .style__content___H43DD .style__title___XovRp {
        -webkit-line-clamp:3;
        height: 72px;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -.03em
    }
}

@media (min-width: 768px) {
    .style__blog-entry___oOnTw .style__card-container___CMGBC .style__card___dcBYy .style__content___H43DD .style__title___XovRp {
        height:72px;
        -webkit-line-clamp: 3;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -.03em
    }
}

@media (min-width: 1280px) {
    .style__blog-entry___oOnTw .style__card-container___CMGBC .style__card___dcBYy .style__content___H43DD .style__title___XovRp {
        height:84px;
        -webkit-line-clamp: 3;
        font-size: 24px;
        line-height: 28px;
        letter-spacing: -.03em
    }
}

@media (min-width: 1920px) {
    .style__blog-entry___oOnTw .style__card-container___CMGBC .style__card___dcBYy .style__content___H43DD .style__title___XovRp {
        height:108px;
        -webkit-line-clamp: 3;
        font-size: 32px;
        line-height: 36px;
        letter-spacing: -.03em
    }
}

.style__blog-entry___oOnTw .style__card-container___CMGBC .style__card___dcBYy .style__content___H43DD .style__link-button___-cwX8 {
    color: #fff;
    font-size: 14px;
    line-height: 24px
}

.style__blog-entry___oOnTw .style__card-container___CMGBC .style__card___dcBYy .style__bg-box___Wdf1U {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.style__blog-entry___oOnTw .style__card-container___CMGBC .style__pointer___G47zn {
    cursor: pointer
}

@-webkit-keyframes _68mNm {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    80% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes _68mNm {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    80% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes _7upt6 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    20% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes _7upt6 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    20% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

._3y1pG {
    -webkit-transform: scale(0);
    transform: scale(0)
}

._6mnMU {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: cubic-bezier(0.23,1,0.32,1);
    animation-timing-function: cubic-bezier(0.23,1,0.32,1);
    -webkit-animation-name: _68mNm;
    animation-name: _68mNm;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

._7upt6 {
    -webkit-transform: scale(1);
    transform: scale(1)
}

._3NKYI {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: cubic-bezier(0.23,1,0.32,1);
    animation-timing-function: cubic-bezier(0.23,1,0.32,1);
    -webkit-animation-name: _7upt6;
    animation-name: _7upt6;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

._5CymV {
    display: inline-block;
    overflow: hidden;
    border-radius: .75rem;
    min-width: 1.5rem;
    height: 1.5rem;
    padding: 0 .5rem;
    background-color: #0a0c0f;
    color: #fff;
    top: 0;
    font-size: 0;
    text-align: center
}

._5CymV._5GhaE {
    background-color: #0a0c0f
}

._5CymV._7CXRP {
    background-color: #0a0c0f
}

._5CymV._4oH80 {
    background-color: #47b347
}

._5CymV._1TKw7 {
    background-color: #d23232
}

._5CymV._3UCpp {
    background-color: #e67e22
}

._4CIjU {
    background-color: #fff;
    border: .0625rem solid rgba(10,12,15,.04);
    border-color: #0a0c0f;
    padding: 0 .4375rem
}

._4CIjU._5Rf65 {
    padding: 0 .1875rem
}

._4CIjU._5GhaE {
    background-color: #fff;
    color: #0a0c0f;
    border-color: #0a0c0f
}

._4CIjU._7CXRP {
    background-color: #fff;
    color: #0a0c0f;
    border-color: #0a0c0f
}

._4CIjU._4oH80 {
    background-color: #fff;
    color: #47b347;
    border-color: #47b347
}

._4CIjU._1TKw7 {
    background-color: #fff;
    color: #d23232;
    border-color: #d23232
}

._4CIjU._3UCpp {
    background-color: #fff;
    color: #e67e22;
    border-color: #e67e22
}

._1AvG2 {
    display: block;
    font-size: .75rem;
    line-height: 2
}

._5Rf65 {
    border-radius: .5rem;
    min-width: 1rem;
    height: 1rem;
    padding: 0 .25rem
}

._5Rf65 ._1AvG2 {
    -webkit-transform: scale(.84);
    transform: scale(.84);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    line-height: 1rem
}

._500QI {
    position: relative;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

._6Kf2j {
    display: inline-block
}

._6Kf2j._2CKIB {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0;
    line-height: 0;
    -webkit-transform: translate(50%,-50%);
    transform: translate(50%,-50%)
}

._1KCTc {
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block
}

._3HB6F {
    -webkit-animation: _1YZ6B 2s infinite linear;
    animation: _1YZ6B 2s infinite linear
}

@-webkit-keyframes _1YZ6B {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes _1YZ6B {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

._4YaPE {
    margin-right: 4px
}

._74IUr {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    color: #0a0c0f;
    -webkit-transition: all .3s cubic-bezier(.23, 1, .32, 1);
    transition: all .3s cubic-bezier(.23, 1, .32, 1);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

._74IUr:hover {
    text-decoration: none
}

._74IUr:active,._74IUr:focus {
    text-decoration: none
}

._74IUr._1e218 {
    outline: 0
}

._55qAC {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis
}

._55qAC+._55qAC {
    margin-top: .5rem
}

._1HtCt {
    color: #fff;
    background-color: #0a0f14
}

._1HtCt:hover {
    background-color: rgba(0,0,0,.65)
}

._1HtCt:focus {
    background-color: rgba(0,0,0,.65)
}

._1HtCt:active {
    background-color: #1b1d1f
}

._2ZQYd {
    background-color: #fff;
    border: 1px solid #0a0f14;
    color: #0a0c0f
}

._2ZQYd:hover {
    border-color: transparent;
    color: #fff;
    background-color: rgba(0,0,0,.65)
}

._2ZQYd:focus {
    border-color: transparent;
    color: #fff;
    background-color: rgba(0,0,0,.65)
}

._2ZQYd:active {
    border-color: transparent;
    color: #fff;
    background-color: #1b1d1f
}

._6bbAs {
    background-color: rgba(10,12,15,.04);
    color: #0a0c0f
}

._6bbAs:hover {
    background-color: rgba(10,12,15,.08)
}

._6bbAs:focus {
    background-color: rgba(10,12,15,.08)
}

._6bbAs:active {
    background-color: rgba(10,12,15,.15)
}

._3m8Ew {
    background-color: #fff
}

._3m8Ew:hover {
    background-color: rgba(255,255,255,.65)
}

._3m8Ew:focus {
    background-color: rgba(255,255,255,.65)
}

._3m8Ew:active {
    background-color: rgba(255,255,255,.45)
}

._62Igr {
    color: #fff;
    background-color: #0a0c0f
}

._62Igr:hover {
    background-color: #3b3e40
}

._62Igr:focus {
    background-color: #3b3e40
}

._62Igr:active {
    background-color: #1b1d1f
}

._5O42L {
    color: #fff;
    background-color: #d23232
}

._5O42L:hover {
    background-color: #db5a56
}

._5O42L:focus {
    background-color: #db5a56
}

._5O42L:active {
    background-color: #af2429
}

._17XzS {
    color: #fff;
    background-color: #47b347
}

._17XzS:hover {
    background-color: #2c9934
}

._17XzS:focus {
    background-color: #2c9934
}

._17XzS:active {
    background-color: #178025
}

._7CTs9 {
    color: #fff;
    background-color: #e67e22
}

._7CTs9:hover {
    background-color: #bd5e00
}

._7CTs9:focus {
    background-color: #bd5e00
}

._7CTs9:active {
    background-color: #944f00
}

._6qeI7 {
    color: #0a0c0f;
    background: 0 0;
    border: 1px solid #0a0c0f
}

._6qeI7:hover {
    background-color: rgba(10,12,15,.04)
}

._6qeI7:focus {
    background-color: rgba(10,12,15,.08)
}

._6qeI7:active {
    background-color: rgba(10,12,15,.08)
}

._63ETm {
    color: #fff;
    background: 0 0;
    border: 1px solid #fff
}

._63ETm:hover {
    background-color: rgba(255,255,255,.08)
}

._63ETm:focus {
    background-color: rgba(255,255,255,.08)
}

._63ETm:active {
    background-color: rgba(255,255,255,.12)
}

.OBAka {
    color: #0a0c0f;
    background: #fff
}

.OBAka:hover {
    background-color: #d9d9d9
}

.OBAka:focus {
    background-color: #d9d9d9
}

.OBAka:active {
    background-color: #a6a6a6
}

._6sCuw {
    color: #fff;
    background: rgba(255,255,255,.08)
}

._6sCuw:hover {
    background-color: rgba(255,255,255,.12)
}

._6sCuw:focus {
    background-color: rgba(255,255,255,.12)
}

._6sCuw:active {
    background-color: rgba(255,255,255,.15)
}

._2aCDl {
    border-radius: 200rem
}

._6Yyqb {
    border-radius: .25rem
}

._4Y1c7 {
    border-radius: 0
}

._1JBa3 {
    font-size: 1rem;
    line-height: 1.25;
    padding: .875rem 2rem
}

._1JBa3:not(._1SHtS) {
    min-width: 80px;
    min-height: 48px
}

._1JBa3._1SHtS {
    width: 3rem;
    height: 3rem
}

._1JBa3._2ZQYd {
    font-size: 1rem;
    line-height: 1.25
}

._1JBa3._2ZQYd._1SHtS {
    width: 3rem;
    height: 3rem
}

._1JBa3._1SHtS {
    padding: 0 .875rem
}

._1JBa3._2ZQYd {
    padding: 0 1.9375rem
}

._6OgKP {
    font-size: 1rem;
    line-height: 1.25;
    padding: .625rem 1rem
}

._6OgKP:not(._1SHtS) {
    min-width: 80px;
    min-height: 40px
}

._6OgKP._1SHtS {
    width: 2.5rem;
    height: 2.5rem
}

._6OgKP._2ZQYd {
    font-size: 1rem;
    line-height: 1.25
}

._6OgKP._2ZQYd._1SHtS {
    width: 2.5rem;
    height: 2.5rem
}

._6OgKP._1SHtS {
    padding: 0 .625rem
}

._6OgKP._2ZQYd {
    padding: 0 .9375rem
}

@media(max-width: 767px) {
    ._6OgKP {
        font-size:.875rem;
        line-height: 1.25
    }

    ._6OgKP._1SHtS {
        width: 1.84375rem;
        height: 1.84375rem
    }

    ._6OgKP._2ZQYd {
        font-size: .875rem;
        line-height: 1.25
    }

    ._6OgKP._2ZQYd._1SHtS {
        width: 1.84375rem;
        height: 1.84375rem
    }
}

._4t8nj {
    font-size: .875rem;
    line-height: 1.25;
    padding: .375rem .75rem
}

._4t8nj:not(._1SHtS) {
    min-width: 64px;
    min-height: 32px
}

._4t8nj._1SHtS {
    width: 1.84375rem;
    height: 1.84375rem
}

._4t8nj._2ZQYd {
    font-size: .875rem;
    line-height: 1.25
}

._4t8nj._2ZQYd._1SHtS {
    width: 1.84375rem;
    height: 1.84375rem
}

._4t8nj._1SHtS {
    padding: 0 .375rem
}

._4t8nj._2ZQYd {
    padding: 0 .6875rem
}

._2N9j3 {
    font-size: .75rem;
    line-height: 1;
    padding: .375rem .625rem
}

._2N9j3:not(._1SHtS) {
    min-width: 48px;
    min-height: 24px
}

._2N9j3._1SHtS {
    width: 1.5rem;
    height: 1.5rem
}

._2N9j3._2ZQYd {
    font-size: .75rem;
    line-height: 1
}

._2N9j3._2ZQYd._1SHtS {
    width: 1.5rem;
    height: 1.5rem
}

._2N9j3._1SHtS {
    padding: 0 .375rem
}

._2N9j3._2ZQYd {
    padding: 0 .5625rem
}

._5L2MQ {
    font-size: .75rem;
    line-height: 1;
    padding: .25rem .5rem
}

._5L2MQ:not(._1SHtS) {
    min-width: 48px;
    min-height: 20px
}

._5L2MQ._1SHtS {
    width: 1.25rem;
    height: 1.25rem
}

._5L2MQ._2ZQYd {
    font-size: .75rem;
    line-height: 1
}

._5L2MQ._2ZQYd._1SHtS {
    width: 1.25rem;
    height: 1.25rem
}

._5L2MQ._1SHtS {
    padding: 0 .25rem
}

._5L2MQ._2ZQYd {
    padding: 0 .4375rem
}

._74IUr:disabled {
    background-color: rgba(10,12,15,.04);
    color: rgba(10,12,15,.25);
    cursor: not-allowed;
    background-image: none
}

._74IUr:disabled._1HtCt {
    border: none
}

._74IUr:disabled._63ETm {
    background: 0 0;
    color: rgba(255,255,255,.25);
    border: 1px solid rgba(255,255,255,.15)
}

._74IUr:disabled.OBAka {
    background-color: rgba(255,255,255,.08);
    color: rgba(255,255,255,.25);
    border: none
}

._74IUr:disabled._6bbAs {
    background-color: rgba(10,12,15,.04);
    border: none
}

._74IUr:disabled._6sCuw {
    background-color: rgba(255,255,255,.08);
    color: rgba(255,255,255,.25)
}

._74IUr:disabled._3m8Ew {
    border: none
}

._74IUr:disabled._62Igr {
    border: none
}

._74IUr:disabled._2ZQYd {
    background-color: #fff;
    color: rgba(10,12,15,.15);
    border: none
}

._74IUr:disabled._5O42L {
    border: none
}

._74IUr:disabled._17XzS {
    border: none
}

._74IUr:disabled._7CTs9 {
    border: none
}

._74IUr:disabled._6qeI7 {
    background: 0 0;
    border: 1px solid rgba(10,12,15,.15);
    color: rgba(10,12,15,.25)
}

._2OKD3 {
    cursor: not-allowed
}

._2OKD3._1HtCt {
    color: rgba(255,255,255,.3);
    background-color: #0a0f14;
    background-image: none;
    border: none
}

._2OKD3:disabled._63ETm {
    color: rgba(255,255,255,.6);
    background: 0 0;
    border: 1px solid rgba(255,255,255,.6)
}

._2OKD3:disabled.OBAka {
    color: #0a0c0f;
    background-color: rgba(255,255,255,.6);
    background-image: none;
    border: none
}

._2OKD3._2ZQYd {
    background-color: #fff;
    background-image: none;
    color: rgba(10,12,15,.15);
    border: none
}

._2OKD3._6bbAs {
    background-color: rgba(10,12,15,.04);
    background-image: none;
    color: #0a0c0f;
    border: none
}

._2OKD3._3m8Ew {
    color: rgba(0,0,0,.25);
    background-color: #fff;
    border: none
}

._2OKD3._62Igr {
    background-color: #0a0c0f;
    background-image: none;
    color: #fff;
    border: none
}

._2OKD3._5O42L {
    background-color: #d23232;
    background-image: none;
    color: #fff;
    border: none
}

._2OKD3._17XzS {
    background-color: #47b347;
    background-image: none;
    color: rgba(255,255,255,.45);
    border: none
}

._2OKD3._7CTs9 {
    background-color: #e67e22;
    background-image: none;
    color: rgba(255,255,255,.45);
    border: none
}

._2OKD3:disabled._6qeI7 {
    background: 0 0;
    border: 1px solid #0a0c0f;
    color: #0a0c0f
}

._5qUsp {
    text-decoration: none
}

._7186s {
    margin-right: 4px
}

._4a7Jg {
    display: inline-block;
    position: relative
}

._4a7Jg button {
    border-radius: 0;
    z-index: 1;
    margin-left: .0625rem
}

._4a7Jg button:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    margin-left: 0
}

._4a7Jg button:last-child {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

._4a7Jg button:hover {
    position: relative;
    z-index: 2
}

._4a7Jg button:active,._4a7Jg button:focus {
    position: relative;
    z-index: 2
}

._8O6RC button {
    margin-left: -.0625rem
}

._8O6RC button:first-child {
    margin-left: 0
}

._5TMpZ button {
    margin-left: -.0625rem
}

._5TMpZ button:first-child {
    margin-left: 0
}

._5Zqs8 {
    position: relative;
    left: -2px
}

._5mPta {
    position: relative;
    left: 2px
}

._630WQ {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    outline: 0;
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    background: rgba(0,0,0,0)
}

._630WQ::after {
    position: relative;
    content: "";
    border: .0625rem solid #0a0c0f;
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 0;
    -webkit-transition: border .3s cubic-bezier(.23, 1, .32, 1);
    transition: border .3s cubic-bezier(.23, 1, .32, 1);
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

._630WQ::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 1rem;
    height: 1rem;
    background-color: rgba(0,0,0,0);
    border-radius: 0;
    -webkit-transition: all .3s cubic-bezier(.23, 1, .32, 1);
    transition: all .3s cubic-bezier(.23, 1, .32, 1)
}

._630WQ.focus-visible {
    -webkit-box-shadow: 0 0 0 4px rgba(0,96,239,.4);
    box-shadow: 0 0 0 4px rgba(0,96,239,.4)
}

._630WQ:focus-visible {
    -webkit-box-shadow: 0 0 0 4px rgba(0,96,239,.4);
    box-shadow: 0 0 0 4px rgba(0,96,239,.4)
}


._3kZvl::before {
    content: "";
    -webkit-transform: scale(.5);
    transform: scale(.5);
    background-color: rgba(0,0,0,0)
}

._2qEBb {
    background-color: rgba(10,12,15,.04);
    border-radius: 0
}

._2qEBb::after {
    border: .0625rem solid rgba(10,12,15,.04);
    border-color: rgba(10,12,15,.15)
}


._9y8lQ {
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    border-radius: inherit
}

._3ys1U {
    background-color: rgba(0,0,0,0)
}

._2gidf {
    background-color: rgba(0,0,0,.1)
}

._1ET67 {
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    border-radius: inherit
}

._3mVQI {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: inherit;
    border: 0 solid #0a0c0f;
    opacity: .4;
    display: block;
    pointer-events: none
}

._1nwuz {
    -webkit-transition: all .3s;
    transition: all .3s;
    border-width: .3125rem;
    top: -.25rem;
    left: -.25rem;
    bottom: -.25rem;
    right: -.25rem
}

.whFiT {
    -webkit-transition: all .5s;
    transition: all .5s;
    border-width: .5625rem;
    opacity: 0;
    top: -.5rem;
    left: -.5rem;
    bottom: -.5rem;
    right: -.5rem
}

._6kCQm {
    border-color: #0a0c0f
}

._35spz {
    border-color: #6c7073
}

._5qsRh {
    border-color: #0a0c0f
}

._5OOCS {
    border-color: #9fa3a6
}

._4g6QA {
    border-color: rgba(10,12,15,.04)
}

._7FNrA {
    border-color: #d23232
}

._2Pzbo {
    border-color: #47b347
}

.LujHE {
    border-color: #e67e22
}

._18BPN {
    border-color: #fff
}

._6SU1D {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

._5EFe8 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

._7gI6J {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

._61krM {
    margin-left: -.125rem;
    margin-right: -.125rem
}

._2eGRW {
    padding: .125rem
}

._77aC2 {
    margin-left: -.25rem;
    margin-right: -.25rem
}

._2WyTw {
    padding: .25rem
}

._3bDqw {
    margin-left: -.5rem;
    margin-right: -.5rem
}

._2zx5h {
    padding: .5rem
}

._6Ytt6 {
    margin-left: -.75rem;
    margin-right: -.75rem
}

._484N1 {
    padding: .75rem
}

._3RKb9 {
    margin-left: -1.5rem;
    margin-right: -1.5rem
}

._6gmjZ {
    padding: 1.5rem
}

._6shst {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%
}

._513vd {
    margin-left: 0
}

._16VkR {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%
}

._4afcr {
    margin-left: 20%
}

._5wd8O {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    max-width: 60%
}

._6BRGf {
    margin-left: 40%
}

._5MvZ7 {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%
}

.lM24k {
    margin-left: 60%
}

._3zIJ1 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

._7HByV {
    margin-left: 80%
}

._3Z4k8 {
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%
}

._1LebL {
    margin-left: 0
}

._2l9UJ {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%
}

._7aYsa {
    margin-left: 16.6666666667%
}

._3ZFoE {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

._7gxh6 {
    margin-left: 33.3333333333%
}

._50ZoE {
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%
}

._2wnJF {
    margin-left: 50%
}

._2JsjH {
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%
}

._5PHY2 {
    margin-left: 66.6666666667%
}

._2YRr1 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

._49Gf3 {
    margin-left: 83.3333333333%
}

._5xY5C {
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%
}

._4BgzI {
    margin-left: 0
}

._4Ei47 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}

._5W5UC {
    margin-left: 12.5%
}

._3dY6h {
    -ms-flex-preferred-size: 37.5%;
    flex-basis: 37.5%;
    max-width: 37.5%
}

._1urmy {
    margin-left: 25%
}

._66qa9 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

._37J6F {
    margin-left: 37.5%
}

._6YRZ4 {
    -ms-flex-preferred-size: 62.5%;
    flex-basis: 62.5%;
    max-width: 62.5%
}

._4z8kK {
    margin-left: 50%
}

._3Yzvu {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}

._3kprp {
    margin-left: 62.5%
}

._5kjWN {
    -ms-flex-preferred-size: 87.5%;
    flex-basis: 87.5%;
    max-width: 87.5%
}

._63CRg {
    margin-left: 75%
}

.aWdDA {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

._7inpS {
    margin-left: 87.5%
}

.w9in7 {
    position: relative;
    height: 32px;
    overflow: hidden
}

.w9in7::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    height: 0;
    border-top: 1px solid rgba(10,12,15,.08);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

._5zWub {
    display: inline-block;
    width: 100%;
    border-radius: 0;
    border: .0625rem solid transparent;
    color: #0a0c0f;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-transition: .3s;
    transition: .3s
}

._5zWub:focus {
    outline: 0
}

._55rHi {
    height: 3rem;
    padding: .6875rem .9375rem
}

.vEkbi {
    height: 2.5rem;
    padding: .4375rem .9375rem
}

._4ZVGq {
    height: 2rem;
    padding: .1875rem .4375rem
}

._4H4Js._5zWub {
    color: #0a0c0f;
    border: .0625rem solid rgba(10,12,15,.04)
}

._4H4Js._7iDEV {
    background-color: rgba(10,12,15,.04);
    border-color: transparent
}

._4H4Js._7iDEV::-moz-placeholder {
    color: #6c7073
}

._4H4Js._7iDEV::-webkit-input-placeholder {
    color: #6c7073
}

._4H4Js._7iDEV:-ms-input-placeholder {
    color: #6c7073
}

._4H4Js._7iDEV::-ms-input-placeholder {
    color: #6c7073
}

._4H4Js._7iDEV::placeholder {
    color: #6c7073
}

._4H4Js._7iDEV:focus {
    border-color: #0a0c0f
}

._4H4Js._7iDEV._5HPjz {
    background-color: rgba(0,0,0,.04);
    border: .0625rem solid transparent
}

._4H4Js._7iDEV._5HPjz:focus {
    border-color: #000
}

._4H4Js._389ja {
    background-color: #fff;
    border-color: #47b347
}

._4H4Js._389ja::-moz-placeholder {
    color: #47b347
}

._4H4Js._389ja::-webkit-input-placeholder {
    color: #47b347
}

._4H4Js._389ja:-ms-input-placeholder {
    color: #47b347
}

._4H4Js._389ja::-ms-input-placeholder {
    color: #47b347
}

._4H4Js._389ja::placeholder {
    color: #47b347
}

._4H4Js._389ja._5HPjz {
    background-color: #eaf2e6;
    border: .0625rem solid transparent
}

._4H4Js._389ja._5HPjz:focus {
    border-color: #47b347
}

._4H4Js._1jSXj {
    border-color: #d23232
}

._4H4Js._1jSXj::-moz-placeholder {
    color: #d23232
}

._4H4Js._1jSXj::-webkit-input-placeholder {
    color: #d23232
}

._4H4Js._1jSXj:-ms-input-placeholder {
    color: #d23232
}

._4H4Js._1jSXj::-ms-input-placeholder {
    color: #d23232
}

._4H4Js._1jSXj::placeholder {
    color: #d23232
}

._4H4Js._1jSXj._5HPjz {
    background-color: #ffe6e8;
    border: .0625rem solid transparent
}

._4H4Js._1jSXj._5HPjz:focus {
    border-color: #d23232
}

._4H4Js._3IOgz {
    border-color: #e67e22
}

._4H4Js._3IOgz::-moz-placeholder {
    color: #e67e22
}

._4H4Js._3IOgz::-webkit-input-placeholder {
    color: #e67e22
}

._4H4Js._3IOgz:-ms-input-placeholder {
    color: #e67e22
}

._4H4Js._3IOgz::-ms-input-placeholder {
    color: #e67e22
}

._4H4Js._3IOgz::placeholder {
    color: #e67e22
}

._4H4Js._3IOgz._5HPjz {
    background-color: #ffede6;
    border: .0625rem solid transparent
}

._4H4Js._3IOgz._5HPjz:focus {
    border-color: #bd5e00
}

._4H4Js._5HPjz::-moz-placeholder {
    color: rgba(0,0,0,.45)
}

._4H4Js._5HPjz::-webkit-input-placeholder {
    color: rgba(0,0,0,.45)
}

._4H4Js._5HPjz:-ms-input-placeholder {
    color: rgba(0,0,0,.45)
}

._4H4Js._5HPjz::-ms-input-placeholder {
    color: rgba(0,0,0,.45)
}

._4H4Js._5HPjz::placeholder {
    color: rgba(0,0,0,.45)
}

._5zWub:disabled {
    background-color: rgba(10,12,15,.08)
}

._5HPjz:disabled {
    background-color: rgba(0,0,0,.08)!important;
    border: .0625rem solid transparent
}

._7FIso {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%
}

._163q3 {
    height: 3rem
}

._3AOmF {
    height: 2.5rem
}

._7a1oR {
    height: 2rem
}

._163q3 ._6JV9Y {
    padding: .6875rem .9375rem
}

._3AOmF ._6JV9Y {
    padding: .4375rem .9375rem
}

._7a1oR ._6JV9Y {
    padding: .1875rem .4375rem
}

._7FIso>input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 1;
    z-index: 1
}

._7FIso>._5zWub:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

._7FIso>._5zWub:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

._7FIso>input:not(:first-child):not(:last-child) {
    border-radius: 0
}

._6JV9Y {
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    border: .0625rem solid transparent
}

._6JV9Y:first-child {
    border-right: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

._6JV9Y:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-left: 0
}

._2gW0T button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

._7KNNv ._6JV9Y {
    background-color: rgba(10,12,15,.04);
    border-color: transparent
}

._7HXJX ._6JV9Y {
    background-color: #535759;
    color: #fff
}

@-webkit-keyframes _3MfFb {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes _3MfFb {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

._2ou7D {
    display: inline-block;
    -webkit-animation: _3MfFb 1s linear 0s infinite;
    animation: _3MfFb 1s linear 0s infinite;
    width: 1rem;
    height: 1rem
}

._4N4ui {
    padding: 0;
    margin: 0;
    list-style: none
}

._68amy {
    line-height: 1.715;
    font-size: .875rem;
    padding: .5rem 0;
    color: #6c7073;
    font-weight: 500
}

._1iiic {
    line-height: 1.715;
    font-size: .875rem;
    padding: .5rem 0;
    color: #0a0c0f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-width: 100%;
    overflow: hidden
}

._2GmnF {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

._52JXA {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

._7je7T {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: .5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wG2iN {
    margin-right: .5rem
}

._23f6V {
    opacity: 0
}

._5z2fd {
    opacity: 1;
    -webkit-transition: all .5s cubic-bezier(.23, 1, .32, 1);
    transition: all .5s cubic-bezier(.23, 1, .32, 1)
}

._12A4y {
    opacity: 1
}

._3QCNz {
    opacity: 0;
    -webkit-transition: all .3s cubic-bezier(.23, 1, .32, 1);
    transition: all .3s cubic-bezier(.23, 1, .32, 1)
}

._1d5El {
    display: inline-block;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 0;
    background: rgba(0,0,0,0)
}

._4OGKd {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: rgba(0,0,0,.4)
}

._3lMzV {
    display: block;
    border: 2px solid #ccc;
    border-top-color: #eee;
    border-right-color: #eee;
    border-bottom-color: #eee;
    border-radius: 50%
}

._4HMfG {
    position: relative;
    left: auto;
    top: auto
}

._4HMfG._51r5p {
    width: 16px;
    height: 16px
}

._4HMfG._3zWKf {
    width: 24px;
    height: 24px
}

._4HMfG._36DF1 {
    width: 48px;
    height: 48px
}

._4HMfG._6UXDW {
    width: 72px;
    height: 72px
}

._7ri16 {
    position: absolute
}

._7ri16._51r5p {
    width: 16px;
    height: 16px;
    left: calc(50% - 8px);
    top: calc(50% - 8px)
}

._7ri16._3zWKf {
    width: 24px;
    height: 24px;
    left: calc(50% - 16px);
    top: calc(50% - 16px)
}

._7ri16._36DF1 {
    width: 48px;
    height: 48px;
    left: calc(50% - 24px);
    top: calc(50% - 24px)
}

._7ri16._6UXDW {
    width: 72px;
    height: 72px;
    left: calc(50% - 36px);
    top: calc(50% - 36px)
}

.Rmsrg {
    -webkit-animation: _7Dh5C 3s linear infinite;
    animation: _7Dh5C 3s linear infinite
}

._3zWKf {
    -webkit-animation: _7Dh5C 2s linear infinite;
    animation: _7Dh5C 2s linear infinite
}

._367Me {
    -webkit-animation: _7Dh5C 1s linear infinite;
    animation: _7Dh5C 1s linear infinite
}

@-webkit-keyframes _7Dh5C {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes _7Dh5C {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

._4hkMX {
    opacity: 0
}

._3KyRv {
    opacity: 1;
    -webkit-transition: all .5s cubic-bezier(.23, 1, .32, 1);
    transition: all .5s cubic-bezier(.23, 1, .32, 1)
}

._7uQcW {
    opacity: 1
}

._3dSdX {
    opacity: 0;
    -webkit-transition: all .3s cubic-bezier(.23, 1, .32, 1);
    transition: all .3s cubic-bezier(.23, 1, .32, 1)
}

._5gkjS {
    display: none!important
}

._6DV6z {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.7)
}

._6Wr8D {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
}

._4VVgg {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all .5s cubic-bezier(.23, 1, .32, 1);
    transition: all .5s cubic-bezier(.23, 1, .32, 1)
}

._59Fe0 {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all .3s cubic-bezier(.23, 1, .32, 1);
    transition: all .3s cubic-bezier(.23, 1, .32, 1)
}

._14Lcp {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
}

._7pqBZ {
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 1050;
    line-height: 0;
    top: 5rem;
    bottom: auto;
    bottom: initial
}

._49bMI {
    pointer-events: none
}

._4z3Ao {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 95%;
    max-width: calc(100vw - 32px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #0a0c0f;
    background: #fff;
    border-radius: .25rem;
    overflow: hidden;
    font-size: .875rem;
    line-height: 1.5;
    padding: .5rem 1rem;
    word-break: break-all;
    -webkit-box-shadow: 0 .25rem .5rem 0 rgba(0,0,0,.1);
    box-shadow: 0 .25rem .5rem 0 rgba(0,0,0,.1)
}

@-webkit-keyframes _3z60Q {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes _3z60Q {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

._1BHOs {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1rem;
    height: 1rem;
    margin-right: 1rem;
    border-radius: 100%;
    vertical-align: middle;
    color: #fff
}

._1BHOs i {
    -webkit-transform: scale(.5);
    transform: scale(.5)
}

._3Kh7o {
    background: rgba(0,0,0,0);
    border: 1px solid #0a0c0f;
    border-top-color: transparent;
    width: 1rem;
    height: 1rem;
    -webkit-animation: _3z60Q .3s infinite linear;
    animation: _3z60Q .3s infinite linear
}

._5Ry4N {
    background: #0a0c0f
}

._3S9Ow {
    background: #d23232
}

._7or3U {
    background: #e67e22
}

._71sDi {
    background: #47b347
}

._5IOAO {
    border: none;
    outline: 0;
    background: 0 0;
    width: 1rem;
    height: 1rem;
    margin-left: .5rem
}

._5IOAO i {
    display: block
}

._333YJ {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
}

._7jkxq {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all .5s cubic-bezier(.23, 1, .32, 1);
    transition: all .5s cubic-bezier(.23, 1, .32, 1)
}

._5LlVu {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all .3s cubic-bezier(.23, 1, .32, 1);
    transition: all .3s cubic-bezier(.23, 1, .32, 1)
}

._3p8X6 {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
}

._2LUI4 {
    display: none!important
}

._1ig90 {
    opacity: 0;
    -webkit-transform: translateY(-5rem);
    transform: translateY(-5rem)
}

.MCfGb {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .5s cubic-bezier(.23, 1, .32, 1);
    transition: all .5s cubic-bezier(.23, 1, .32, 1)
}

._3YYtw {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.GnsgH {
    opacity: 0;
    -webkit-transform: translateY(-5rem);
    transform: translateY(-5rem);
    -webkit-transition: all .3s cubic-bezier(.23, 1, .32, 1);
    transition: all .3s cubic-bezier(.23, 1, .32, 1)
}

._2eAYa {
    display: none!important
}

._575z7 {
    height: 3.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 2.5rem;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis
}

._1DguZ {
    background-color: #fff;
    border-bottom: .0625rem solid rgba(10,12,15,.04)
}

._401lO {
    background-color: #0a0c0f;
    color: #fff
}

._2Z45W {
    background-color: #47b347;
    color: #fff
}

._7tvoh {
    background-color: #d23232;
    color: #fff
}

._4LfyE {
    background-color: #e67e22;
    color: #fff
}

._3SMVr {
    background-color: #0a0c0f;
    color: #fff
}

._6VmlD {
    padding: .6875rem 1.5rem .75rem;
    border-top: .0625rem solid rgba(10,12,15,.04)
}

._62JOz {
    padding: 1.5rem;
    overflow: auto;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain
}

._2oWnB {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

._2oWnB._6hWgn,._2oWnB:focus {
    outline: medium none invert;
    outline: initial
}

.k2CZN {
    top: 0
}

._4gCGQ {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #fff
}

._4gCGQ ._6W1JR {
    border-radius: 0
}

._6W1JR {
    border-radius: 0;
    background-color: #fff;
    overflow: hidden;
    position: relative
}

._12uXe {
    width: 72rem
}

._61PR9 {
    width: 56.5rem
}

._6KTMQ {
    width: 37.5rem
}

._5h2Bn {
    width: 24.75rem
}

._3UKH0 {
    width: 18.5rem
}

._2k10p {
    width: 0;
    height: 0;
    border: 0;
    overflow: hidden;
    outline: medium none invert;
    outline: initial
}

.tSYe5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.tSYe5 button {
    margin-left: .5rem
}

.tSYe5 button:first-child {
    margin-left: 0
}

._2vAJs {
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
    display: block;
    height: 1rem;
    width: 1rem;
    font-size: 0;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .15s cubic-bezier(.23, 1, .32, 1);
    transition: all .15s cubic-bezier(.23, 1, .32, 1)
}

._2vAJs i {
    font-size: 1rem
}

._1ZFjx,._6gO2L {
    color: #9fa3a6
}

._1ZFjx:hover,._6gO2L:hover {
    color: #0a0c0f
}

._1ZFjx:active,._1ZFjx:focus,._6gO2L:active,._6gO2L:focus {
    color: #0a0c0f
}

.SIirq,._38c6M,._39gWy,._3gI0N,._3x5hd,._7gsi3 {
    color: rgba(255,255,255,.7)
}

.SIirq:hover,._38c6M:hover,._39gWy:hover,._3gI0N:hover,._3x5hd:hover,._7gsi3:hover {
    color: #fff
}

.SIirq:active,.SIirq:focus,._38c6M:active,._38c6M:focus,._39gWy:active,._39gWy:focus,._3gI0N:active,._3gI0N:focus,._3x5hd:active,._3x5hd:focus,._7gsi3:active,._7gsi3:focus {
    color: #fff
}

.EsFcL {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    min-width: 18rem
}

.b8nCT {
    width: 100%
}

._1YA1B {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500
}

._1vjux {
    font-size: .875rem;
    line-height: 1.5;
    margin-top: .5rem
}

._1Ngj7,._2vsZY {
    font-size: 1.5rem;
    height: 1.5rem;
    min-width: 1.5rem;
    margin-right: .5rem
}

._4FiZE {
    color: #0a0c0f
}

._2Bay8 {
    color: #47b347
}

._255Cc {
    color: #d23232
}

._7vArh {
    color: #e67e22
}

._4bpsa {
    color: #0a0c0f
}

._3bxMv {
    color: #13c2c2
}

._3SkS0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

._3SkS0 li {
    list-style: none;
    text-align: center;
    min-width: 2rem;
    height: 2rem;
    padding: .3125rem;
    margin-left: .5rem;
    border-radius: 0;
    -webkit-transition: all .3s cubic-bezier(.23, 1, .32, 1);
    transition: all .3s cubic-bezier(.23, 1, .32, 1);
    cursor: pointer;
    font-size: 14px;
    color: rgba(0,0,0,.65);
    overflow: hidden;
    text-overflow: ellipsis
}

._3SkS0 li._3mUKj {
    color: rgba(0,0,0,.85);
    background: rgba(0,0,0,.04)
}

._3SkS0 li:hover {
    background: rgba(0,0,0,.04)
}

._3SkS0 .Rkbf3,._3SkS0 ._2OQTi {
    cursor: default
}

._3SkS0 .Rkbf3:hover,._3SkS0 ._2OQTi:hover {
    background: 0 0
}

._3SkS0 ._47N5P {
    color: #9fa3a6;
    cursor: not-allowed
}

._3SkS0 ._47N5P:hover {
    background: 0 0
}

._7m0rm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

._7m0rm ._19qQ9 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

._2MrZU {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

._2MrZU ._19qQ9 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

._3i5k6 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

._3i5k6 ._19qQ9 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

._6RZMf ._19qQ9 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

._7tkZp li {
    padding: .2rem .75rem
}

._696tw li:hover {
    border: .0625rem solid #3b3e40
}

._696tw ._3mUKj {
    background-color: #3b3e40
}

._19qQ9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.quark-tooltip {
    position: absolute;
    z-index: 1050;
    display: block;
    visibility: visible;
    -webkit-transition: all .3s cubic-bezier(.23, 1, .32, 1);
    transition: all .3s cubic-bezier(.23, 1, .32, 1)
}

.quark-tooltip-hidden {
    display: none
}

.quark-tooltip-placement-top,.quark-tooltip-placement-topLeft,.quark-tooltip-placement-topRight {
    padding-bottom: .5rem
}

.quark-tooltip-placement-right,.quark-tooltip-placement-rightBottom,.quark-tooltip-placement-rightTop {
    padding-left: .5rem
}

.quark-tooltip-placement-bottom,.quark-tooltip-placement-bottomLeft,.quark-tooltip-placement-bottomRight {
    padding-top: .5rem
}

.quark-tooltip-placement-left,.quark-tooltip-placement-leftBottom,.quark-tooltip-placement-leftTop {
    padding-right: .5rem
}

.quark-tooltip-inner {
    max-width: 18.75rem;
    padding: .375rem .5rem;
    color: #fff;
    text-align: left;
    text-decoration: none;
    background-color: #0a0c0f;
    -webkit-box-shadow: 0 4px 16px rgba(0,0,0,.1);
    box-shadow: 0 4px 16px rgba(0,0,0,.1);
    min-height: 2rem
}

.quark-tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.quark-tooltip-placement-top .quark-tooltip-arrow,.quark-tooltip-placement-topLeft .quark-tooltip-arrow,.quark-tooltip-placement-topRight .quark-tooltip-arrow {
    bottom: .25rem;
    border-width: .25rem .25rem 0;
    border-top-color: #0a0c0f
}

.quark-tooltip-placement-top .quark-tooltip-arrow {
    left: 50%;
    margin-left: -.25rem
}

.quark-tooltip-placement-topLeft .quark-tooltip-arrow {
    left: 1rem
}

.quark-tooltip-placement-topRight .quark-tooltip-arrow {
    right: 1rem
}

.quark-tooltip-placement-right .quark-tooltip-arrow,.quark-tooltip-placement-rightBottom .quark-tooltip-arrow,.quark-tooltip-placement-rightTop .quark-tooltip-arrow {
    left: .25rem;
    border-width: .25rem .25rem .25rem 0;
    border-right-color: #0a0c0f
}

.quark-tooltip-placement-right .quark-tooltip-arrow {
    top: 50%;
    margin-top: -.25rem
}

.quark-tooltip-placement-rightTop .quark-tooltip-arrow {
    top: .5rem
}

.quark-tooltip-placement-rightBottom .quark-tooltip-arrow {
    bottom: .5rem
}

.quark-tooltip-placement-left .quark-tooltip-arrow,.quark-tooltip-placement-leftBottom .quark-tooltip-arrow,.quark-tooltip-placement-leftTop .quark-tooltip-arrow {
    right: .25rem;
    border-width: .25rem 0 .25rem .25rem;
    border-left-color: #0a0c0f
}

.quark-tooltip-placement-left .quark-tooltip-arrow {
    top: 50%;
    margin-top: -.25rem
}

.quark-tooltip-placement-leftTop .quark-tooltip-arrow {
    top: .5rem
}

.quark-tooltip-placement-leftBottom .quark-tooltip-arrow {
    bottom: .5rem
}

.quark-tooltip-placement-bottom .quark-tooltip-arrow,.quark-tooltip-placement-bottomLeft .quark-tooltip-arrow,.quark-tooltip-placement-bottomRight .quark-tooltip-arrow {
    top: .25rem;
    border-width: 0 .25rem .25rem;
    border-bottom-color: #0a0c0f
}

.quark-tooltip-placement-bottom .quark-tooltip-arrow {
    left: 50%;
    margin-left: -.25rem
}

.quark-tooltip-placement-bottomLeft .quark-tooltip-arrow {
    left: 1rem
}

.quark-tooltip-placement-bottomRight .quark-tooltip-arrow {
    right: 1rem
}

.fade-in-enter {
    opacity: 0
}

.fade-in-enter.fade-in-enter-active {
    opacity: 1;
    -webkit-transition: all .3s cubic-bezier(.23, 1, .32, 1);
    transition: all .3s cubic-bezier(.23, 1, .32, 1)
}

.fade-in-leave {
    opacity: 1
}

.fade-in-leave.fade-in-leave-active {
    opacity: 0;
    -webkit-transition: all .3s cubic-bezier(.23, 1, .32, 1);
    transition: all .3s cubic-bezier(.23, 1, .32, 1)
}

.quark-popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1030;
    cursor: auto;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    white-space: normal;
    font-weight: 400;
    text-align: left
}

.quark-popover::after {
    content: "";
    position: absolute;
    background: rgba(255,255,255,.01)
}

.quark-popover-hidden {
    display: none
}

.quark-popover-placement-top,.quark-popover-placement-topLeft,.quark-popover-placement-topRight {
    padding-bottom: .5rem
}

.quark-popover-placement-right,.quark-popover-placement-rightBottom,.quark-popover-placement-rightTop {
    padding-left: .5rem
}

.quark-popover-placement-bottom,.quark-popover-placement-bottomLeft,.quark-popover-placement-bottomRight {
    padding-top: .5rem
}

.quark-popover-placement-left,.quark-popover-placement-leftBottom,.quark-popover-placement-leftTop {
    padding-right: .5rem
}

.quark-popover-inner {
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0;
    -webkit-box-shadow: 0 .125rem .25rem rgba(0,0,0,.1);
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.1)
}

.quark-popover-title {
    min-width: 10rem;
    margin: 0;
    padding: 0 1rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border-bottom: .0625rem solid rgba(10,12,15,.04);
    color: #3b3e40;
    font-weight: 500
}

.quark-popover-inner-content {
    color: #3b3e40
}

.quark-popover-message {
    padding: .25rem 0 .75rem;
    font-size: 1rem;
    color: #3b3e40
}

.quark-popover-message .quark-popover-title {
    padding-left: 1.5rem
}

.quark-popover-buttons {
    text-align: right;
    margin-bottom: .25rem
}

.quark-popover-buttons button {
    margin-left: .5rem
}

.quark-popover-arrow {
    background: #fff;
    width: .5rem;
    height: .5rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    display: block;
    border-color: transparent;
    border-style: solid
}

.quark-popover-placement-top>.quark-popover-content>.quark-popover-arrow,.quark-popover-placement-topLeft>.quark-popover-content>.quark-popover-arrow,.quark-popover-placement-topRight>.quark-popover-content>.quark-popover-arrow {
    bottom: .25rem;
    -webkit-box-shadow: 3px 3px 7px rgba(0,0,0,.07);
    box-shadow: 3px 3px 7px rgba(0,0,0,.07)
}

.quark-popover-placement-top>.quark-popover-content>.quark-popover-arrow {
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg)
}

.quark-popover-placement-topLeft>.quark-popover-content>.quark-popover-arrow {
    left: 1rem
}

.quark-popover-placement-topRight>.quark-popover-content>.quark-popover-arrow {
    right: 1rem
}

.quark-popover-placement-right>.quark-popover-content>.quark-popover-arrow,.quark-popover-placement-rightBottom>.quark-popover-content>.quark-popover-arrow,.quark-popover-placement-rightTop>.quark-popover-content>.quark-popover-arrow {
    left: .25rem;
    -webkit-box-shadow: -3px 3px 7px rgba(0,0,0,.07);
    box-shadow: -3px 3px 7px rgba(0,0,0,.07)
}

.quark-popover-placement-right>.quark-popover-content>.quark-popover-arrow {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
}

.quark-popover-placement-rightTop>.quark-popover-content>.quark-popover-arrow {
    top: .75rem
}

.quark-popover-placement-rightBottom>.quark-popover-content>.quark-popover-arrow {
    bottom: .75rem
}

.quark-popover-placement-bottom>.quark-popover-content>.quark-popover-arrow,.quark-popover-placement-bottomLeft>.quark-popover-content>.quark-popover-arrow,.quark-popover-placement-bottomRight>.quark-popover-content>.quark-popover-arrow {
    top: .25rem;
    -webkit-box-shadow: -1px -1px 4px rgba(0,0,0,.06);
    box-shadow: -1px -1px 4px rgba(0,0,0,.06)
}

.quark-popover-placement-bottom>.quark-popover-content>.quark-popover-arrow {
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg)
}

.quark-popover-placement-bottomLeft>.quark-popover-content>.quark-popover-arrow {
    left: 1rem
}

.quark-popover-placement-bottomRight>.quark-popover-content>.quark-popover-arrow {
    right: 1rem
}

.quark-popover-placement-left>.quark-popover-content>.quark-popover-arrow,.quark-popover-placement-leftBottom>.quark-popover-content>.quark-popover-arrow,.quark-popover-placement-leftTop>.quark-popover-content>.quark-popover-arrow {
    right: .25rem;
    -webkit-box-shadow: 3px -3px 7px rgba(0,0,0,.07);
    box-shadow: 3px -3px 7px rgba(0,0,0,.07)
}

.quark-popover-placement-left>.quark-popover-content>.quark-popover-arrow {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
}

.quark-popover-placement-leftTop>.quark-popover-content>.quark-popover-arrow {
    top: .75rem
}

.quark-popover-placement-leftBottom>.quark-popover-content>.quark-popover-arrow {
    bottom: .75rem
}

._1Aadv {
    display: block;
    width: 100%;
    border: 1px solid rgba(10,12,15,.15);
    padding: .9375rem;
    cursor: pointer
}

._1Aadv+._1Aadv {
    margin-top: .5rem
}

._1YNfk {
    margin-top: .5rem
}

._2tEQ3 {
    border: 2px solid #0a0c0f;
    padding: .875rem
}

.PSNUa {
    border-radius: .25rem
}

._6u1zZ {
    border-style: solid
}

._4ln6C {
    border-style: dotted
}

._1XVS2 {
    background: rgba(10,12,15,.04);
    cursor: not-allowed
}

._1CaVV {
    width: 100%;
    table-layout: fixed;
    text-align: left;
    background: #fff
}

._3wU9G {
    text-align: center
}

._6o0ZW {
    text-align: right
}

._7510F td,._7510F th,._7xHxT td,._7xHxT th {
    padding: .75rem 1rem .6875rem;
    border-bottom: .0625rem solid rgba(10,12,15,.04)
}

._7510F:first-child th {
    border-top: .0625rem solid transparent
}

._7xHxT:last-child td {
    border-bottom: .0625rem solid transparent
}

._64DsD td,._64DsD th {
    border: .0625rem solid rgba(10,12,15,.04)
}

._64DsD ._7510F:first-child th {
    border: .0625rem solid rgba(10,12,15,.04)
}

._64DsD ._7xHxT:last-child td {
    border: .0625rem solid rgba(10,12,15,.04)
}

._2Ct45 ._7xHxT:nth-child(2n-1) {
    background: rgba(10,12,15,.04)
}

._3aRQO ._7xHxT:nth-child(2n-1) {
    background: #6c7073
}

._3WDa6 {
    background-color: #3b3e40;
    color: #fff
}

._3WDa6 ._7510F,._3WDa6 ._7xHxT {
    border-bottom: .0625rem solid #6c7073
}

._1d5U6 {
    background-color: #fff
}

._2WeS6 ._7510F {
    background-color: rgba(10,12,15,.08);
    color: #0a0c0f
}

._1UjpO {
    background-color: #3b3e40;
    color: #fff
}

._2mO23 {
    margin: 0;
    padding: 0
}

._4euM5 ._2w33A {
    color: #9fa3a6
}

._4euM5 ._2w33A:hover {
    color: #fff
}

._4euM5 ._2w33A:active,._4euM5 ._2w33A:focus {
    color: #fff
}

._4euM5 ._1jMft,._4euM5 ._2w33A:focus {
    color: #fff;
    border-bottom: .125rem solid #fff
}

._4euM5 .SaXLH {
    color: #6c7073
}

._4euM5 .SaXLH:hover {
    color: #6c7073
}

._4euM5 .SaXLH:active,._4euM5 .SaXLH:focus {
    color: #6c7073
}

._4euM5 .xNFlW ._53nRO {
    background: #fff
}

._1q69k {
    margin-bottom: 1rem
}

.UDdSY {
    border-bottom: .0625rem solid rgba(10,12,15,.04)
}

.Pxf7R {
    display: inline-block
}

._1aEqN {
    display: inline-block
}

.xNFlW {
    position: relative
}

.xNFlW ._53nRO {
    display: inline-block;
    position: absolute;
    bottom: -1px;
    width: auto;
    height: 2px;
    background: #0a0c0f;
    -webkit-transition: all .3s cubic-bezier(.23, 1, .32, 1);
    transition: all .3s cubic-bezier(.23, 1, .32, 1)
}

.xNFlW ._2w33A,.xNFlW ._2w33A:focus {
    border-bottom: none
}

._6WJBK {
    text-align: left
}

._4Jrc9 {
    text-align: right
}

._2uW2e {
    text-align: center
}

._1WGWf ._1aEqN {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

._1WGWf ._2w33A {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 1;
    text-align: center
}

._2w33A {
    color: #9fa3a6;
    margin: .75rem 1rem .6875rem;
    display: inline-block;
    -webkit-transition: all .3s cubic-bezier(.23, 1, .32, 1);
    transition: all .3s cubic-bezier(.23, 1, .32, 1);
    border-bottom: .125rem solid transparent
}

._2w33A:hover {
    color: #0a0c0f;
    cursor: pointer
}

._2w33A:active,._2w33A:focus {
    color: #0a0c0f;
    cursor: pointer
}

._2w33A:nth-child(2) {
    margin-left: 0
}

._1jMft {
    color: #0a0c0f;
    border-bottom: .125rem solid #0a0c0f
}

._2w33A:focus {
    color: #0a0c0f
}

.SaXLH {
    color: rgba(10,12,15,.25)
}

.SaXLH:hover {
    color: rgba(10,12,15,.25);
    cursor: not-allowed
}

.SaXLH:active,.SaXLH:focus {
    color: rgba(10,12,15,.25);
    cursor: not-allowed
}

._804jK {
    width: 100%
}

._1xhSO {
    opacity: 0;
    height: 0;
    overflow: hidden
}

._7KayN {
    opacity: 1;
    height: auto
}

._3GwCM {
    opacity: 0;
    height: 0
}

.quark-tab-default-tab-bar-wrap {
    margin-bottom: 1rem
}

.quark-tab-default-tab-bar {
    display: inline-block
}

.quark-tab-default-tab-container {
    display: block
}

.dWczb {
    border: 1px solid #3b3e40;
    color: #3b3e40;
    padding: .25rem .5rem;
    font-size: .875rem;
    text-align: center;
    border-radius: .25rem;
    height: 2rem;
    display: inline-block;
    overflow: hidden;
    cursor: pointer
}

.dWczb ._7mONk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.dWczb ._7mONk ._2TwWl {
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: .25rem;
    overflow: hidden;
    display: inline-block
}

.dWczb ._7mONk .Xu6eb {
    background: rgba(0,0,0,0);
    border: none;
    outline: 0
}

.dWczb ._7mONk .Xu6eb.focus-visible {
    outline: 2px solid rgba(0,96,239,.4);
    border-radius: .1em;
    -webkit-box-shadow: none;
    box-shadow: none
}

.dWczb ._7mONk .Xu6eb:focus-visible {
    outline: 2px solid rgba(0,96,239,.4);
    border-radius: .1em;
    -webkit-box-shadow: none;
    box-shadow: none
}

._1peRq {
    background-color: #3b3e40;
    color: #fff
}

.quark-collapse {
    background-color: #fff;
    border-radius: 0;
    border: .0625rem solid rgba(10,12,15,.04);
    border-bottom: 0;
    margin-bottom: 1rem
}

.quark-collapse:last-child {
    margin-bottom: 0
}

.quark-collapse>.quark-collapse-item {
    border-bottom: .0625rem solid rgba(10,12,15,.04)
}

.quark-collapse>.quark-collapse-item:last-child,.quark-collapse>.quark-collapse-item:last-child>.collapse-prefix-cls-header {
    border-radius: 0 0 0 0
}

.quark-collapse>.quark-collapse-item>.quark-collapse-header {
    font-size: 1rem;
    line-height: 1.5;
    padding: .75rem 1rem;
    color: #3b3e40;
    cursor: pointer;
    position: relative
}

.quark-collapse>.quark-collapse-item>.quark-collapse-header .quark-collapse-header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-weight: 500
}

.quark-collapse>.quark-collapse-item>.quark-collapse-header .quark-collapse-header-icon {
    color: #3b3e40
}

.quark-collapse-content {
    overflow: hidden;
    color: #3b3e40;
    padding: 0 1rem;
    border-top: .0625rem solid rgba(10,12,15,.04)
}

.quark-collapse-content>.quark-collapse-content-box {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.quark-collapse-content-inactive {
    display: none
}

.quark-collapse-item:last-child>.quark-collapse-content {
    border-radius: 0 0 0 0
}

.quark-collapse-tight {
    background-color: #fff;
    border: 0;
    border-radius: 0
}

.quark-collapse-tight>.quark-collapse-item {
    border-top: .0625rem solid rgba(10,12,15,.04);
    border-bottom: 0
}

.quark-collapse-tight>.quark-collapse-item:last-child {
    border-bottom: .0625rem solid rgba(10,12,15,.04)
}

.quark-collapse-tight>.quark-collapse-item:last-child,.quark-collapse-tight>.quark-collapse-item:last-child .quark-collapse-header {
    border-radius: 0
}

.quark-collapse-tight.quark-collapse-border-bottom .quark-collapse-item:first-child {
    border-top: 0
}

.quark-collapse-tight.quark-collapse-border-top .quark-collapse-item:last-child {
    border-bottom: 0
}

.quark-collapse-tight>.quark-collapse-item>.quark-collapse-content {
    background-color: rgba(0,0,0,0);
    border-top: 0;
    padding-left: 0;
    padding-right: 0
}

.quark-collapse-tight>.quark-collapse-item>.quark-collapse-header {
    padding-left: 0;
    padding-right: 0
}

.quark-collapse-tight>.quark-collapse-item>.quark-collapse-content>.quark-collapse-content-box {
    padding-top: .25rem
}

.quark-collapse .quark-collapse-item-disabled>.quark-collapse-header,.quark-collapse .quark-collapse-item-disabled>.quark-collapse-header .quark-collapse-header-icon {
    cursor: not-allowed;
    color: rgba(10,12,15,.25)
}

.quark-collapse-motion-collapse {
    overflow: hidden
}

.quark-collapse-motion-collapse-active {
    -webkit-transition: height .15s ease-out,opacity .3s cubic-bezier(.23, 1, .32, 1)!important;
    transition: height .15s ease-out,opacity .3s cubic-bezier(.23, 1, .32, 1)!important
}

.quark-collapse-header-icon {
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
    -webkit-transition: opacity .3s ease-out,-webkit-transform .3s ease-out;
    transition: opacity .3s ease-out,-webkit-transform .3s ease-out;
    transition: transform .3s ease-out,opacity .3s ease-out;
    transition: transform .3s ease-out,opacity .3s ease-out,-webkit-transform .3s ease-out;
    line-height: inherit;
    display: block
}

.quark-collapse-header-icon-plus {
    visibility: visible
}

.quark-collapse-header-icon-minus {
    visibility: hidden
}

.quark-collapse-item-active>.quark-collapse-header .quark-collapse-header-icon-minus {
    opacity: 1;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    visibility: visible
}

.quark-collapse-item-active>.quark-collapse-header .quark-collapse-header-icon-plus {
    opacity: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    visibility: hidden
}

.quark-collapse-dark {
    background: rgba(10,12,15,.04);
    border: none
}

.quark-collapse-dark.quark-collapse-tight .quark-collapse-item:first-child {
    border-top: 0
}

.quark-collapse-dark .quark-collapse-item:last-child {
    border-bottom: none
}

.gWYuT {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    outline: 0;
    width: 1rem;
    height: 1rem;
    position: relative;
    border: none
}

.gWYuT::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid rgba(10,12,15,.15);
    background-color: #fff;
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.gWYuT::after {
    content: "";
    display: block;
    position: absolute;
    left: .25rem;
    top: .25rem;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background-color: rgba(0,0,0,0);
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.gWYuT:checked::before {
    background-color: #fff;
    border: .0625rem solid #0a0c0f;
    cursor: pointer
}

.gWYuT:checked::after {
    background-color: #0a0c0f;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.gWYuT.focus-visible {
    -webkit-box-shadow: 0 0 0 4px rgba(0,96,239,.4);
    box-shadow: 0 0 0 4px rgba(0,96,239,.4);
    border-radius: 100%
}

.gWYuT:focus-visible {
    -webkit-box-shadow: 0 0 0 4px rgba(0,96,239,.4);
    box-shadow: 0 0 0 4px rgba(0,96,239,.4);
    border-radius: 100%
}

.fu4xh::before {
    cursor: not-allowed;
    background-color: rgba(10,12,15,.04);
    border: 1px solid rgba(10,12,15,.04)
}

.fu4xh:checked::before {
    background-color: rgba(10,12,15,.04);
    border: 1px solid rgba(10,12,15,.25)
}

.fu4xh:checked::after {
    background-color: rgba(10,12,15,.25)
}

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

a {
    background-color: rgba(0,0,0,0)
}

a:active,a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,kbd,pre,samp {
    font-family: monospace;
    font-size: 1em
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    vertical-align: text-bottom
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,th {
    padding: 0
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-weight: 500;
    color: #0a0c0f;
    margin: 0
}

.h1,h1 {
    font-size: 2.5rem;
    line-height: 1.4
}

.h1.text-compact,h1.text-compact {
    line-height: 1.2
}

.h2,h2 {
    font-size: 2rem;
    line-height: 1.5
}

.h2.text-compact,h2.text-compact {
    line-height: 1.25
}

.h3,h3 {
    font-size: 1.75rem;
    line-height: 1.429
}

.h3.text-compact,h3.text-compact {
    line-height: 1.143
}

.h4,h4 {
    font-size: 1.5rem;
    line-height: 1.334
}

.h4.text-compact,h4.text-compact {
    line-height: 1.334
}

.h5,h5 {
    font-size: 1.25rem;
    line-height: 1.6
}

.h5.text-compact,h5.text-compact {
    line-height: 1.2
}

.h6,h6 {
    font-size: 1rem;
    line-height: 1.5
}

.h6.text-compact,h6.text-compact {
    line-height: 1.5
}

body {
    font-weight: 400;
    color: #0a0c0f;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga","kern";
    direction: ltr
}

.body,body {
    font-size: 1rem;
    line-height: 1.5
}

.body.text-compact,body.text-compact {
    line-height: 1.5
}

.text-small {
    font-size: .875rem;
    line-height: 1.715
}

.text-small.text-compact {
    line-height: 1.143
}

.text-mini {
    font-size: .75rem;
    line-height: 2
}

.text-mini.text-compact {
    line-height: 1.334
}

.text-bold {
    font-weight: 600
}

.text-primary {
    color: #0a0c0f
}

.text-success {
    color: #47b347
}

.text-warning {
    color: #e67e22
}

.text-danger {
    color: #d23232
}

.text-dark {
    color: #0a0c0f
}

.text-secondary {
    color: #6c7073
}

.text-muted {
    color: #9fa3a6
}

.text-white {
    color: #fff
}

.focus-visible {
    outline: 4px solid rgba(0,96,239,.4);
    border-radius: .1em;
    -webkit-box-shadow: none;
    box-shadow: none
}

:focus-visible {
    outline: 4px solid rgba(0,96,239,.4);
    border-radius: .1em;
    -webkit-box-shadow: none;
    box-shadow: none
}

.visually-hidden,.visually-hidden-focusable:not(:focus):not([focus-within]) {
    position: absolute!important;
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    margin: -1px!important;
    overflow: hidden!important;
    clip: rect(0,0,0,0)!important;
    white-space: nowrap!important;
    border: 0!important
}

.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute!important;
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    margin: -1px!important;
    overflow: hidden!important;
    clip: rect(0,0,0,0)!important;
    white-space: nowrap!important;
    border: 0!important
}

.page-title {
    font-family: poppins,blinkmacsystemfont,'Segoe UI',roboto,'Helvetica Neue',helvetica,'PingFang SC','Hiragino Sans GB','Microsoft YaHei',simsun,sans-serif;
    font-size: 26px
}

.primary-title,.section-title {
    font-family: poppins,blinkmacsystemfont,'Segoe UI',roboto,'Helvetica Neue',helvetica,'PingFang SC','Hiragino Sans GB','Microsoft YaHei',simsun,sans-serif;
    font-size: 26px
}

.price,.product-title {
    font-family: poppins,blinkmacsystemfont,'Segoe UI',roboto,'Helvetica Neue',helvetica,'PingFang SC','Hiragino Sans GB','Microsoft YaHei',simsun,sans-serif;
    font-size: 18px
}

.content {
    font-family: poppins,blinkmacsystemfont,'Segoe UI',roboto,'Helvetica Neue',helvetica,'PingFang SC','Hiragino Sans GB','Microsoft YaHei',simsun,sans-serif;
    font-size: 16px;
    line-height: 1.5em
}

.badge,.tab,button,input,label,nav,textarea {
    font-family: poppins,blinkmacsystemfont,'Segoe UI',roboto,'Helvetica Neue',helvetica,'PingFang SC','Hiragino Sans GB','Microsoft YaHei',simsun,sans-serif;
    font-size: 14px
}

.breadcrumb,.notes,.site-map {
    font-family: poppins,blinkmacsystemfont,'Segoe UI',roboto,'Helvetica Neue',helvetica,'PingFang SC','Hiragino Sans GB','Microsoft YaHei',simsun,sans-serif;
    font-size: 12px
}

.product-logo {
    font-family: poppins,blinkmacsystemfont,'Segoe UI',roboto,'Helvetica Neue',helvetica,'PingFang SC','Hiragino Sans GB','Microsoft YaHei',simsun,sans-serif;
    text-transform: uppercase
}

.product-name {
    font-family: poppins,blinkmacsystemfont,'Segoe UI',roboto,'Helvetica Neue',helvetica,'PingFang SC','Hiragino Sans GB','Microsoft YaHei',simsun,sans-serif
}

.product-logo.large,.product-name.large {
    font-size: 36px
}

.product-logo.medium,.product-name.medium {
    font-size: 26px
}

.product-logo.small,.product-name.small {
    font-size: 18px
}

.product-logo .gold,.product-name .gold {
    color: #eabc63
}

abbr,address,article,aside,audio,b,blockquote,body,body div,caption,cite,code,dd,del,details,dfn,dl,dt,em,fieldset,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: 400;
    vertical-align: baseline;
    background: 0 0
}

article,aside,details,figure,footer,header,main,nav,section,summary {
    display: block
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,:after,:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

embed,img,object {
    max-width: 100%
}

html {
    overflow-y: scroll
}

ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: '';
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

del {
    text-decoration: line-through
}

abbr[title],dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th {
    font-weight: 700;
    vertical-align: bottom
}

td {
    font-weight: 400;
    vertical-align: top
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,select {
    vertical-align: middle
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    word-wrap: break-word
}

input[type=radio] {
    vertical-align: text-bottom
}

input[type=checkbox] {
    vertical-align: bottom
}

.basic__ie7___sacsr input[type=checkbox] {
    vertical-align: baseline
}

.basic__ie6___aUTP\+ input {
    vertical-align: text-bottom
}

input,select,textarea {
    font: 99% sans-serif
}

table {
    font-size: inherit;
    font: 100%
}

small {
    font-size: 85%
}

strong {
    font-weight: 700
}

td,td img {
    vertical-align: top
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

code,kbd,pre,samp {
    font-family: monospace,sans-serif
}

.basic__clickable___nl3qy,button,input[type=button],input[type=file],input[type=submit],label {
    cursor: pointer
}

button,input,select,textarea {
    margin: 0
}

button,input[type=button] {
    width: auto;
    overflow: visible
}

.basic__ie7___sacsr img {
    -ms-interpolation-mode: bicubic
}

.basic__clearfix___qZg3M:after,.basic__clearfix___qZg3M:before {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

.basic__clearfix___qZg3M:after {
    clear: both
}

.basic__clearfix___qZg3M {
    zoom:1}

a.btn {
    display: inline-block
}

.btn {
    text-transform: uppercase;
    text-align: center;
    padding: 0 50px;
    background: #fff;
    color: #ccc;
    height: 34px;
    line-height: 34px;
    border: 1px solid #ccc;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    font-family: poppins,blinkmacsystemfont,'Segoe UI',roboto,'Helvetica Neue',helvetica,'PingFang SC','Hiragino Sans GB','Microsoft YaHei',simsun,sans-serif
}

.btn.bigger {
    height: 48px;
    line-height: 48px
}

.btn.big {
    height: 48px;
    line-height: 48px
}

.btn.small {
    height: 24px;
    line-height: 24px;
    font-size: 14px
}

.btn.primary {
    color: #fff;
    background: #0a0c0f;
    border: 1px solid #0a0c0f
}

.btn.info {
    color: #0a0c0f;
    border-color: #0a0c0f
}

.btn.gray {
    color: #f7f8f9;
    border-color: rgba(10,12,15,.08);
    color: rgba(10,12,15,.15)
}

.btn.disabled,.btn:disabled {
    opacity: .6
}

.btn.hover,.btn:hover {
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.2);
    box-shadow: 0 0 4px rgba(0,0,0,.2)
}

a {
    color: inherit;
    outline: 0;
    text-decoration: none
}

.primary-link {
    color: #0a0c0f
}

.primary-link:hover {
    text-decoration: underline
}

.default-link-style a {
    color: #0a0c0f
}

.default-link-style a:hover {
    text-decoration: underline
}

.default-link-style a.btn:hover {
    text-decoration: none
}

button {
    cursor: pointer;
    margin: 0;
    padding: 0;
    outline: 0;
    border: none;
    background-color: transparent
}

a.button {
    display: inline-block;
    vertical-align: middle;
    text-align: center
}

.button {
    height: 34px;
    padding: 0 20px;
    min-width: 200px;
    background-color: transparent;
    border: none;
    outline: 0;
    font-family: gotham,helvetica,arial,'Hiragino Sans GB','Microsoft YaHei','WenQuanYi Micro Hei',sans-serif;
    font-size: 16px;
    border-radius: 2px;
    text-decoration: none;
    text-transform: uppercase;
    color: #707473;
    border: 1px solid #979797;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.button:hover {
    color: #0a0c0f;
    border-color: #0a0c0f
}

.button:disabled {
    color: #ddd;
    border: #ddd;
    background-color: #f7f8f9
}

.button.primary {
    background-color: #0060ef;
    border-color: transparent;
    color: #fff
}

.button.primary:hover {
    background-color: #3d96d9
}

.button.primary:disabled {
    background-color: #ddd
}

.button.lg {
    height: 50px;
    line-height: 50px
}

.button.md {
    height: 34px;
    line-height: 34px
}

.button.sm {
    height: 30px;
    line-height: 30px
}

.button.xs {
    height: 22px;
    line-height: 22px
}

input[type=checkbox]:not(.raw),input[type=radio]:not(.raw) {
    width: 24px;
    height: 24px;
    border: 1px solid rgba(10,12,15,.15);
    background: #fff;
    outline: 0;
    -webkit-appearance: none
}

input[type=checkbox]:not(.raw):before,input[type=radio]:not(.raw):before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #0a0c0f;
    -webkit-transform: scale(0);
    transform: scale(0)
}

input[type=checkbox]:not(.raw):checked,input[type=radio]:not(.raw):checked {
    border-color: #0a0c0f
}

input[type=checkbox]:not(.raw):checked:before,input[type=radio]:not(.raw):checked:before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

input[type=checkbox]:not(.raw)[readonly],input[type=radio]:not(.raw)[readonly] {
    border-color: #ddd
}

input[type=checkbox]:not(.raw)[readonly]:before,input[type=radio]:not(.raw)[readonly]:before {
    background-color: #ddd
}

input[type=radio]:not(.raw) {
    border-radius: 100%
}

input[type=radio]:not(.raw):before {
    border-radius: 100%
}

input[type=radio]:not(.raw):checked:before {
    -webkit-transform: scale(.7);
    transform: scale(.7)
}

input[type=checkbox]:not(.raw) {
    position: relative
}

input[type=checkbox]:not(.raw):before {
    border-color: rgba(10,12,15,.08)
}

input[type=checkbox]:not(.raw):after {
    content: "\F00C";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 24px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-family: FontAwesome
}

.checkable {
    display: block;
    font-size: 16px;
    color: #0a0c0f;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.checkable>input[type=checkbox],.checkable>input[type=radio] {
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid rgba(10,12,15,.15)
}

.checkable>input[type=checkbox]+*,.checkable>input[type=radio]+* {
    padding: 16px;
    text-align: center;
    border: 1px solid rgba(10,12,15,.08);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.checkable>input[type=checkbox]+* .input,.checkable>input[type=radio]+* .input {
    width: 24px;
    height: 24px;
    border: 1px solid rgba(10,12,15,.15);
    display: inline-block;
    margin-right: 20px;
    background: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.checkable>input[type=checkbox]+:hover .input,.checkable>input[type=radio]+:hover .input {
    border-color: #0a0c0f
}

@media (max-width: 767px) {
    .checkable>input[type=checkbox]+:hover .input,.checkable>input[type=radio]+:hover .input {
        border-color:rgba(10,12,15,.15)
    }
}

.checkable>input[type=checkbox].dashed+*,.checkable>input[type=radio].dashed+* {
    border-style: dashed
}

.checkable>input[type=checkbox]+* .input:focus,.checkable>input[type=checkbox]:focus+* .input,.checkable>input[type=radio]+* .input:focus,.checkable>input[type=radio]:focus+* .input {
    outline: 0
}

.checkable>input[type=checkbox]:checked+*,.checkable>input[type=radio]:checked+* {
    padding: 15px;
    border-width: 2px;
    border-color: rgba(10,12,15,.15);
    background: rgba(10,12,15,.04)
}

.checkable>input[type=checkbox]:checked+* .input,.checkable>input[type=radio]:checked+* .input {
    border-color: #0a0c0f
}

.checkable>input[type=checkbox].disabled:checked+*,.checkable>input[type=checkbox]:disabled:checked+*,.checkable>input[type=radio].disabled:checked+*,.checkable>input[type=radio]:disabled:checked+* {
    border: 2px dashed #0a0c0f;
    padding: 19px;
    background: rgba(10,12,15,.04)
}

.checkable>input[type=checkbox]:disabled,.checkable>input[type=radio]:disabled {
    cursor: not-allowed
}

.checkable>input[type=radio]+* .input {
    border-radius: 50%;
    padding: 3px
}

.checkable>input[type=radio]:checked+* .input:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #0a0c0f
}

.checkable>input[type=radio]:disabled+* .input {
    border-color: #ddd;
    cursor: not-allowed
}

.checkable>input[type=radio]:disabled+* .input:before {
    background-color: #ddd
}

.checkable>input[type=radio]:disabled:checked+* .input {
    border-color: #ddd
}

.checkable>input[type=radio]:disabled:checked+* .input:before {
    background-color: #ddd
}

.checkable>input[type=checkbox]:checked+* .input {
    position: relative
}

.checkable>input[type=checkbox]:checked+* .input:before {
    content: '';
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    width: 12px;
    height: 7px;
    left: 5px;
    top: 6px;
    position: absolute;
    display: inline-block;
    -webkit-transform: rotate(-45deg) scale(.8);
    transform: rotate(-45deg) scale(.8)
}

.checkable>input[type=checkbox]:checked+* .input {
    background-color: #000
}

.checkable>input[type=checkbox]:disabled+* .input {
    border-color: #ddd;
    cursor: not-allowed;
    background-color: rgba(10,12,15,.04)
}

.checkable>input[type=checkbox]:disabled:checked+* .input {
    background-color: #ddd
}

body,html {
    min-height: 100%;
    height: 100%
}

html {
    -webkit-tap-highlight-color: transparent
}

html a {
    text-decoration: underline;
    text-underline-offset: 2px;
    -webkit-tap-highlight-color: rgba(0,0,0,0.1)
}

@media (max-width: 1199px) {
    body,html {
        min-height:100%;
        height: auto;
        height: initial
    }
}

body {
    font-family: poppins,blinkmacsystemfont,'Segoe UI',roboto,'Helvetica Neue',helvetica,'PingFang SC','Hiragino Sans GB','Microsoft YaHei',simsun,sans-serif;
    font-size: 16px;
    font-style: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    font-weight: 400;
    background-color: #f5f5f6;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: 'liga','kern';
    direction: ltr
}

[lang=ja] body {
    font-family: 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'ãƒ¡ã‚¤ãƒªã‚ª',Meiryo,'ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯','MS PGothic',sans-serif
}

body * {
    letter-spacing: -.02em
}

h1,h2,h3,h4,h5,h6 {
    letter-spacing: -.03em
}

@media screen and (max-width: 1200px) {
    #nav {
        z-index:1005
    }

    body[class*=nav-sticky] #nav {
        position: -webkit-sticky;
        position: sticky;
        top: 0
    }

    .modal-open #nav {
        position: fixed!important;
        height: 100%;
        width: 100%
    }
}

@media (max-width: 767px) {
    .iphone-x-padding-bottom::after {
        content:'';
        display: block;
        padding-bottom: constant(safe-area-inset-bottom);
        padding-bottom: env(safe-area-inset-bottom)
    }

    :focus {
        outline: 0
    }
}

body figure {
    margin: 0
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    -webkit-transform: translateY(-100%) translateY(-8px) translateX(16px);
    transform: translateY(-100%) translateY(-8px) translateX(16px);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s
}

.sr-only.focus-visible,.sr-only:active,.sr-only:focus {
    display: block;
    height: auto;
    width: auto;
    clip: auto;
    z-index: 20000;
    border-radius: 100px;
    background: #fff;
    color: rgba(0,0,0,.85);
    padding: 0 15px;
    line-height: 32px;
    -webkit-transform: translateY(16px) translateX(16px);
    transform: translateY(16px) translateX(16px)
}

.sr-only:active,.sr-only:focus,.sr-only:focus-visible {
    display: block;
    height: auto;
    width: auto;
    clip: auto;
    z-index: 20000;
    border-radius: 100px;
    background: #fff;
    color: rgba(0,0,0,.85);
    padding: 0 15px;
    line-height: 32px;
    -webkit-transform: translateY(16px) translateX(16px);
    transform: translateY(16px) translateX(16px)
}

#app {
    min-height: 100%;
    height: 100%
}

.appstore #nav {
    display: none
}

.appstore #global-popup {
    display: none
}

.appstore #section-footer-wrapper {
    display: none
}

.appstore #list-main {
    margin-bottom: 0
}

.appstore #list_products div[class*=pagination] {
    margin-bottom: 24px
}

.section-container {
    position: relative;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 768px) {
    .section-container {
        min-width:0;
        min-width: initial
    }
}

@media (min-width: 1200px) {
    .section-container {
        min-width:1200px
    }
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: none!important;
    max-width: initial!important
}

.text-danger {
    color: #e55d4c
}

.page-container {
    min-height: calc(100% - 104px)
}

.cc-bar {
    z-index: 990
}

#pc-tap-banner-adiversity-content {
    position: relative;
    z-index: 100
}

.quark-message-controller {
    position: relative;
    z-index: 10000
}

[data-responsive-page] {
    padding-bottom: 64px
}

@media (min-width: 768px) {
    [data-responsive-page] {
        padding-bottom:128px
    }
}

[data-responsive-page] .section-module {
    margin-top: 48px
}

@media (min-width: 768px) {
    [data-responsive-page] .section-module {
        margin-top:64px
    }
}

@media (max-width: 1199px) {
    #nav.nav-fixed {
        position:fixed!important;
        width: 100%
    }

    #nav.nav-fixed~#app {
        margin-top: 48px
    }

    #nav.nav-sticky {
        position: -webkit-sticky!important;
        position: sticky!important;
        width: 100%
    }

    #nav.nav-sticky~#app {
        margin-top: 0
    }
}

.cc-window.cc-modal input[type=checkbox].focus-visible {
    outline: 4px solid rgba(10,12,15,1)
}

.cc-window.cc-modal input[type=checkbox]:focus-visible {
    outline: 4px solid rgba(10,12,15,1)
}

i.nowrap,span.nowrap {
    white-space: nowrap;
    font-weight: inherit
}

@media (max-width: 767px) {
    .echat-tip-text {
        font-size:14px
    }
}

body[class*=hidden-echat] figure[class*='_echat_'] {
    display: none
}

.style__brand-wrapper___yUUSy {
    background: #fff;
    -webkit-transition: all .3s;
    transition: all .3s
}

@media (max-width: 768px) {
    .style__brand-wrapper___yUUSy {
        padding:48px 24px
    }
}

@media (min-width: 768px) {
    .style__brand-wrapper___yUUSy {
        padding:48px
    }
}

@media (min-width: 1280px) {
    .style__brand-wrapper___yUUSy {
        padding:96px
    }
}

@media (min-width: 1920px) {
    .style__brand-wrapper___yUUSy {
        padding:128px
    }
}

.style__brand-wrapper___yUUSy .style__bg-box___F1xqm {
    position: relative;
    background-color: #3b3e40;
    cursor: auto;
    overflow: hidden
}

@media (max-width: 768px) {
    .style__brand-wrapper___yUUSy .style__bg-box___F1xqm {
        height:480px
    }
}

@media (min-width: 768px) {
    .style__brand-wrapper___yUUSy .style__bg-box___F1xqm {
        height:480px
    }
}

@media (min-width: 1280px) {
    .style__brand-wrapper___yUUSy .style__bg-box___F1xqm {
        height:640px
    }
}

@media (min-width: 1920px) {
    .style__brand-wrapper___yUUSy .style__bg-box___F1xqm {
        height:800px
    }
}

.style__brand-wrapper___yUUSy .style__bg-box___F1xqm.style__pointer___eZ54W {
    cursor: pointer
}

.style__brand-wrapper___yUUSy .style__brand-container___q6wgo {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 768px) {
    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-title-font-80 {
        font-size:48px;
        line-height: 56px;
        letter-spacing: -.03em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-title-font-64 {
        font-size: 40px;
        line-height: 48px;
        letter-spacing: -.03em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-title-font-56 {
        font-size: 32px;
        line-height: 36px;
        letter-spacing: -.03em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-title-font-48 {
        font-size: 28px;
        line-height: 32px;
        letter-spacing: -.03em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-title-font-40 {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: -.03em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-title-font-32 {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -.03em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-title-font-28 {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -.03em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-title-font-24 {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -.03em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-title-font-20 {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -.02em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-title-font-18 {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -.02em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-title-font-16 {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -.02em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-title-font-14 {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: -.02em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-description-font-32 {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -.03em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-description-font-28 {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: -.03em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-description-font-24 {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -.02em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-description-font-20 {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -.02em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-description-font-18 {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -.02em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-description-font-16 {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -.02em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-description-font-14 {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -.02em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-description-font-12 {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: -.02em
    }
}

@media (min-width: 768px) {
    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-title-font-80 {
        font-size:56px;
        line-height: 68px;
        letter-spacing: -.03em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-title-font-64 {
        font-size: 48px;
        line-height: 56px;
        letter-spacing: -.03em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-title-font-56 {
        font-size: 40px;
        line-height: 48px;
        letter-spacing: -.03em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-title-font-48 {
        font-size: 32px;
        line-height: 36px;
        letter-spacing: -.03em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-title-font-40 {
        font-size: 28px;
        line-height: 32px;
        letter-spacing: -.03em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-title-font-32 {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: -.03em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-title-font-28 {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -.03em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-title-font-24 {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -.03em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-title-font-20 {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -.02em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-title-font-18 {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -.02em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-title-font-16 {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -.02em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-title-font-14 {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: -.02em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-description-font-32 {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -.03em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-description-font-28 {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -.03em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-description-font-24 {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: -.03em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-description-font-20 {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -.02em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-description-font-18 {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -.02em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-description-font-16 {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -.02em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-description-font-14 {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -.02em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-description-font-12 {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: -.02em
    }
}

@media (min-width: 1280px) {
    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-title-font-80 {
        font-size:64px;
        line-height: 76px;
        letter-spacing: -.03em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-title-font-64 {
        font-size: 56px;
        line-height: 68px;
        letter-spacing: -.03em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-title-font-56 {
        font-size: 48px;
        line-height: 56px;
        letter-spacing: -.03em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-title-font-48 {
        font-size: 40px;
        line-height: 48px;
        letter-spacing: -.03em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-title-font-40 {
        font-size: 32px;
        line-height: 36px;
        letter-spacing: -.03em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-title-font-32 {
        font-size: 28px;
        line-height: 32px;
        letter-spacing: -.03em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-title-font-28 {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: -.03em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-title-font-24 {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -.03em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-title-font-20 {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -.03em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-title-font-18 {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -.02em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-title-font-16 {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -.02em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-title-font-14 {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -.02em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-description-font-32 {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: -.03em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-description-font-28 {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -.03em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-description-font-24 {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -.03em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-description-font-20 {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: -.03em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-description-font-18 {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: -.03em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-description-font-16 {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -.02em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-description-font-14 {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -.02em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-description-font-12 {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: -.02em
    }
}

@media (min-width: 1920px) {
    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-title-font-80 {
        font-size:80px;
        line-height: 96px;
        letter-spacing: -.03em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-title-font-64 {
        font-size: 64px;
        line-height: 76px;
        letter-spacing: -.03em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-title-font-56 {
        font-size: 56px;
        line-height: 68px;
        letter-spacing: -.03em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-title-font-48 {
        font-size: 48px;
        line-height: 56px;
        letter-spacing: -.03em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-title-font-40 {
        font-size: 40px;
        line-height: 48px;
        letter-spacing: -.03em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-title-font-32 {
        font-size: 32px;
        line-height: 36px;
        letter-spacing: -.03em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-title-font-28 {
        font-size: 28px;
        line-height: 32px;
        letter-spacing: -.03em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-title-font-24 {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: -.03em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-title-font-20 {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -.03em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-title-font-18 {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -.03em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-title-font-16 {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -.02em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-title-font-14 {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -.02em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-description-font-32 {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -.03em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-description-font-28 {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: -.03em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-description-font-24 {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -.03em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-description-font-20 {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -.03em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-description-font-18 {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: -.03em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-description-font-16 {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -.02em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-description-font-14 {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -.02em
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .text-description-font-12 {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: -.02em
    }
}

@media (max-width: 768px) {
    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo {
        padding:32px 0;
        padding-left: 24px;
        padding-right: 24px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo .style__brand-content___QlUqM {
        width: 100%
    }
}

@media (min-width: 768px) {
    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo {
        padding:48px
    }
}

@media (min-width: 1280px) {
    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo {
        padding:96px
    }
}

@media (min-width: 1920px) {
    .style__brand-wrapper___yUUSy .style__brand-container___q6wgo {
        padding:128px
    }
}

.style__brand-wrapper___yUUSy .style__brand-content___QlUqM {
    width: 50%
}

.style__brand-wrapper___yUUSy .style__eyebrow___1xIhD {
    color: rgba(255,255,255,.85);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -.72px
}

.style__brand-wrapper___yUUSy .style__title___SgiRr {
    color: #fff;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 76px;
    letter-spacing: -1.92px
}

.style__brand-wrapper___yUUSy .style__eyebrow___1xIhD+.style__title___SgiRr {
    margin-top: 16px
}

@media (max-width: 768px) {
    .style__brand-wrapper___yUUSy .style__eyebrow___1xIhD+.style__title___SgiRr {
        margin-top:8px
    }
}

.style__brand-wrapper___yUUSy .style__description___5j3FP {
    color: rgba(255,255,255,.85);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -.6px
}

.style__brand-wrapper___yUUSy .style__title___SgiRr+.style__description___5j3FP {
    margin-top: 16px
}

@media (max-width: 768px) {
    .style__brand-wrapper___yUUSy .style__title___SgiRr+.style__description___5j3FP {
        margin-top:8px
    }
}

.style__brand-wrapper___yUUSy .style__btn-wrapper___L5vt8 {
    margin-top: 48px
}

@media (max-width: 768px) {
    .style__brand-wrapper___yUUSy .style__btn-wrapper___L5vt8 {
        margin-top:24px
    }
}

@media (min-width: 768px) {
    .style__brand-wrapper___yUUSy .style__btn-wrapper___L5vt8 {
        margin-top:32px
    }
}

.style__brand-wrapper___yUUSy .style__btn-wrapper___L5vt8 a {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -.02em
}

@media (max-width: 768px) {
    .style__brand-wrapper___yUUSy .style__btn-wrapper___L5vt8 a {
        height:40px;
        min-width: 118px
    }
}

@media (min-width: 768px) {
    .style__brand-wrapper___yUUSy .style__btn-wrapper___L5vt8 a {
        height:48px;
        min-width: 134px
    }
}

.index__fade-in-anim___qMBT4 {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -webkit-animation: index__fadeInAnimation___yQ9je .8s forwards;
    animation: index__fadeInAnimation___yQ9je .8s forwards
}

.index__fade-in-anim-initial___3tZQc {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0
}

@-webkit-keyframes index__fadeInAnimation___yQ9je {
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes index__fadeInAnimation___yQ9je {
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.style__text-on-media-box___hAIMw {
    overflow: hidden;
    height: 640px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-left: 24px;
    padding-right: 24px
}

@media (min-width: 768px) {
    .style__text-on-media-box___hAIMw {
        padding-left:48px;
        padding-right: 48px
    }
}

@media (min-width: 1280px) {
    .style__text-on-media-box___hAIMw {
        padding-left:96px;
        padding-right: 96px
    }
}

@media (min-width: 1920px) {
    .style__text-on-media-box___hAIMw {
        padding-left:128px;
        padding-right: 128px
    }
}

@media (max-width: 768px) {
    .style__text-on-media-box___hAIMw .text-title-font-80 {
        font-size:48px;
        line-height: 56px;
        letter-spacing: -.03em
    }

    .style__text-on-media-box___hAIMw .text-title-font-64 {
        font-size: 40px;
        line-height: 48px;
        letter-spacing: -.03em
    }

    .style__text-on-media-box___hAIMw .text-title-font-56 {
        font-size: 32px;
        line-height: 36px;
        letter-spacing: -.03em
    }

    .style__text-on-media-box___hAIMw .text-title-font-48 {
        font-size: 28px;
        line-height: 32px;
        letter-spacing: -.03em
    }

    .style__text-on-media-box___hAIMw .text-title-font-40 {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: -.03em
    }

    .style__text-on-media-box___hAIMw .text-title-font-32 {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -.03em
    }

    .style__text-on-media-box___hAIMw .text-title-font-28 {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -.03em
    }

    .style__text-on-media-box___hAIMw .text-title-font-24 {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -.03em
    }

    .style__text-on-media-box___hAIMw .text-title-font-20 {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -.02em
    }

    .style__text-on-media-box___hAIMw .text-title-font-18 {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -.02em
    }

    .style__text-on-media-box___hAIMw .text-title-font-16 {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -.02em
    }

    .style__text-on-media-box___hAIMw .text-title-font-14 {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: -.02em
    }

    .style__text-on-media-box___hAIMw .text-description-font-32 {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -.03em
    }

    .style__text-on-media-box___hAIMw .text-description-font-28 {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: -.03em
    }

    .style__text-on-media-box___hAIMw .text-description-font-24 {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -.02em
    }

    .style__text-on-media-box___hAIMw .text-description-font-20 {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -.02em
    }

    .style__text-on-media-box___hAIMw .text-description-font-18 {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -.02em
    }

    .style__text-on-media-box___hAIMw .text-description-font-16 {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -.02em
    }

    .style__text-on-media-box___hAIMw .text-description-font-14 {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -.02em
    }

    .style__text-on-media-box___hAIMw .text-description-font-12 {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: -.02em
    }
}

@media (min-width: 768px) {
    .style__text-on-media-box___hAIMw .text-title-font-80 {
        font-size:56px;
        line-height: 68px;
        letter-spacing: -.03em
    }

    .style__text-on-media-box___hAIMw .text-title-font-64 {
        font-size: 48px;
        line-height: 56px;
        letter-spacing: -.03em
    }

    .style__text-on-media-box___hAIMw .text-title-font-56 {
        font-size: 40px;
        line-height: 48px;
        letter-spacing: -.03em
    }

    .style__text-on-media-box___hAIMw .text-title-font-48 {
        font-size: 32px;
        line-height: 36px;
        letter-spacing: -.03em
    }

    .style__text-on-media-box___hAIMw .text-title-font-40 {
        font-size: 28px;
        line-height: 32px;
        letter-spacing: -.03em
    }

    .style__text-on-media-box___hAIMw .text-title-font-32 {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: -.03em
    }

    .style__text-on-media-box___hAIMw .text-title-font-28 {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -.03em
    }

    .style__text-on-media-box___hAIMw .text-title-font-24 {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -.03em
    }

    .style__text-on-media-box___hAIMw .text-title-font-20 {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -.02em
    }

    .style__text-on-media-box___hAIMw .text-title-font-18 {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -.02em
    }

    .style__text-on-media-box___hAIMw .text-title-font-16 {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -.02em
    }

    .style__text-on-media-box___hAIMw .text-title-font-14 {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: -.02em
    }

    .style__text-on-media-box___hAIMw .text-description-font-32 {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -.03em
    }

    .style__text-on-media-box___hAIMw .text-description-font-28 {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -.03em
    }

    .style__text-on-media-box___hAIMw .text-description-font-24 {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: -.03em
    }

    .style__text-on-media-box___hAIMw .text-description-font-20 {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -.02em
    }

    .style__text-on-media-box___hAIMw .text-description-font-18 {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -.02em
    }

    .style__text-on-media-box___hAIMw .text-description-font-16 {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -.02em
    }

    .style__text-on-media-box___hAIMw .text-description-font-14 {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -.02em
    }

    .style__text-on-media-box___hAIMw .text-description-font-12 {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: -.02em
    }
}

@media (min-width: 1280px) {
    .style__text-on-media-box___hAIMw .text-title-font-80 {
        font-size:64px;
        line-height: 76px;
        letter-spacing: -.03em
    }

    .style__text-on-media-box___hAIMw .text-title-font-64 {
        font-size: 56px;
        line-height: 68px;
        letter-spacing: -.03em
    }

    .style__text-on-media-box___hAIMw .text-title-font-56 {
        font-size: 48px;
        line-height: 56px;
        letter-spacing: -.03em
    }

    .style__text-on-media-box___hAIMw .text-title-font-48 {
        font-size: 40px;
        line-height: 48px;
        letter-spacing: -.03em
    }

    .style__text-on-media-box___hAIMw .text-title-font-40 {
        font-size: 32px;
        line-height: 36px;
        letter-spacing: -.03em
    }

    .style__text-on-media-box___hAIMw .text-title-font-32 {
        font-size: 28px;
        line-height: 32px;
        letter-spacing: -.03em
    }

    .style__text-on-media-box___hAIMw .text-title-font-28 {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: -.03em
    }

    .style__text-on-media-box___hAIMw .text-title-font-24 {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -.03em
    }

    .style__text-on-media-box___hAIMw .text-title-font-20 {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -.03em
    }

    .style__text-on-media-box___hAIMw .text-title-font-18 {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -.02em
    }

    .style__text-on-media-box___hAIMw .text-title-font-16 {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -.02em
    }

    .style__text-on-media-box___hAIMw .text-title-font-14 {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -.02em
    }

    .style__text-on-media-box___hAIMw .text-description-font-32 {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: -.03em
    }

    .style__text-on-media-box___hAIMw .text-description-font-28 {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -.03em
    }

    .style__text-on-media-box___hAIMw .text-description-font-24 {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -.03em
    }

    .style__text-on-media-box___hAIMw .text-description-font-20 {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: -.03em
    }

    .style__text-on-media-box___hAIMw .text-description-font-18 {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: -.03em
    }

    .style__text-on-media-box___hAIMw .text-description-font-16 {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -.02em
    }

    .style__text-on-media-box___hAIMw .text-description-font-14 {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -.02em
    }

    .style__text-on-media-box___hAIMw .text-description-font-12 {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: -.02em
    }
}

@media (min-width: 1920px) {
    .style__text-on-media-box___hAIMw .text-title-font-80 {
        font-size:80px;
        line-height: 96px;
        letter-spacing: -.03em
    }

    .style__text-on-media-box___hAIMw .text-title-font-64 {
        font-size: 64px;
        line-height: 76px;
        letter-spacing: -.03em
    }

    .style__text-on-media-box___hAIMw .text-title-font-56 {
        font-size: 56px;
        line-height: 68px;
        letter-spacing: -.03em
    }

    .style__text-on-media-box___hAIMw .text-title-font-48 {
        font-size: 48px;
        line-height: 56px;
        letter-spacing: -.03em
    }

    .style__text-on-media-box___hAIMw .text-title-font-40 {
        font-size: 40px;
        line-height: 48px;
        letter-spacing: -.03em
    }

    .style__text-on-media-box___hAIMw .text-title-font-32 {
        font-size: 32px;
        line-height: 36px;
        letter-spacing: -.03em
    }

    .style__text-on-media-box___hAIMw .text-title-font-28 {
        font-size: 28px;
        line-height: 32px;
        letter-spacing: -.03em
    }

    .style__text-on-media-box___hAIMw .text-title-font-24 {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: -.03em
    }

    .style__text-on-media-box___hAIMw .text-title-font-20 {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -.03em
    }

    .style__text-on-media-box___hAIMw .text-title-font-18 {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -.03em
    }

    .style__text-on-media-box___hAIMw .text-title-font-16 {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -.02em
    }

    .style__text-on-media-box___hAIMw .text-title-font-14 {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -.02em
    }

    .style__text-on-media-box___hAIMw .text-description-font-32 {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -.03em
    }

    .style__text-on-media-box___hAIMw .text-description-font-28 {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: -.03em
    }

    .style__text-on-media-box___hAIMw .text-description-font-24 {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -.03em
    }

    .style__text-on-media-box___hAIMw .text-description-font-20 {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -.03em
    }

    .style__text-on-media-box___hAIMw .text-description-font-18 {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: -.03em
    }

    .style__text-on-media-box___hAIMw .text-description-font-16 {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -.02em
    }

    .style__text-on-media-box___hAIMw .text-description-font-14 {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -.02em
    }

    .style__text-on-media-box___hAIMw .text-description-font-12 {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: -.02em
    }
}

.style__text-on-media-box___hAIMw.style__card-clickable___VkeFe {
    cursor: pointer
}

.style__content___HDXk3 {
    width: 100%;
    z-index: 1;
    position: relative
}

.style__content___HDXk3 * {
    word-wrap: break-word
}

.style__content___HDXk3 .style__eyebrow___CNMWq {
    color: #fff;
    font-weight: 600;
    margin-bottom: 8px
}

.style__content___HDXk3 .style__title___8kMOL {
    color: #fff;
    font-weight: 600;
    margin-bottom: 24px
}

.style__content___HDXk3 .style__desc___cEdTM {
    color: #fff;
    font-weight: 400;
    margin-bottom: 32px
}

.style__media-container___iT-vs {
    width: 100%;
    height: 100%;
    position: absolute;
    max-width: 100%;
    top: 0;
    left: 0
}

.style__media-container___iT-vs .style__bg-video___FB6YO {
    width: 100%;
    height: 100%
}

.style__text-on-media-box___\+h2r8 {
    height: 640px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: -48px;
    padding: 0 24px 32px
}

@media (min-width: 768px) {
    .style__text-on-media-box___\+h2r8 {
        padding:0 0 64px 48px
    }
}

@media (min-width: 1280px) {
    .style__text-on-media-box___\+h2r8 {
        margin-top:-64px;
        padding: 0 0 96px 96px;
        height: 100vh;
        min-height: 640px
    }
}

@media (min-width: 1920px) {
    .style__text-on-media-box___\+h2r8 {
        padding:0 0 128px 128px
    }
}

.style__content___LhATk {
    width: 100%
}

@media (min-width: 768px) {
    .style__content___LhATk {
        width:50%
    }
}

.style__content___LhATk .style__eyebrow___r6sw8 {
    margin-bottom: 8px
}

@media (min-width: 1280px) {
    .style__content___LhATk .style__eyebrow___r6sw8 {
        margin-bottom:12px
    }
}

@media (min-width: 1920px) {
    .style__content___LhATk .style__eyebrow___r6sw8 {
        margin-bottom:16px
    }
}

.style__content___LhATk .style__title___PlHXy {
    margin-bottom: 16px
}

@media (min-width: 768px) {
    .style__content___LhATk .style__title___PlHXy {
        margin-bottom:16px
    }
}

@media (min-width: 1280px) {
    .style__content___LhATk .style__title___PlHXy {
        margin-bottom:24px
    }
}

@media (min-width: 1920px) {
    .style__content___LhATk .style__title___PlHXy {
        margin-bottom:32px
    }
}

.style__content___LhATk .style__desc___yL-ds {
    margin-bottom: 16px
}

@media (min-width: 768px) {
    .style__content___LhATk .style__desc___yL-ds {
        margin-bottom:24px
    }
}

@media (min-width: 1280px) {
    .style__content___LhATk .style__desc___yL-ds {
        margin-bottom:40px
    }
}

@media (min-width: 1920px) {
    .style__content___LhATk .style__desc___yL-ds {
        margin-bottom:56px
    }
}

.style__content___LhATk .style__content-btn___9OGwQ a {
    min-width: 144px
}

@media (min-width: 1280px) {
    .style__content___LhATk .style__content-btn___9OGwQ a {
        min-width:170px
    }
}

@media (min-width: 1920px) {
    .style__content___LhATk .style__content-btn___9OGwQ a {
        min-width:170px
    }
}

@media (min-width: 768px) and (max-width:1279px) {
    .style__media-container___m7k89 .official-bg-video-pc-first-screen {
        width:100vw!important;
        height: max(640px,var(--bg-video-calc-height-pc))!important
    }

    .style__media-container___m7k89 .official-bg-video-pc-first-screen video {
        width: 100vw!important;
        height: max(640px,var(--bg-video-calc-height-pc))!important
    }
}

@media (max-width: 767px) {
    .style__kol-carousel-wrap___5FN4t {
        --container-margin-left:24px;
        --item-card-info-padding: 24px 24px 32px
    }
}

@media (min-width: 768px) and (max-width:1279px) {
    .style__kol-carousel-wrap___5FN4t {
        --container-margin-left:48px;
        --item-card-info-padding: 32px 48px 48px
    }
}

@media (min-width: 1280px) and (max-width:1919px) {
    .style__kol-carousel-wrap___5FN4t {
        --container-margin-left:96px;
        --item-card-info-padding: 64px 96px
    }
}

@media (min-width: 1920px) {
    .style__kol-carousel-wrap___5FN4t {
        --container-margin-left:128px;
        --item-card-info-padding: 96px 128px
    }
}

.style__kol-carousel-wrap___5FN4t {
    background-color: #fff;
    word-wrap: break-word
}

.style__kol-carousel-wrap___5FN4t>h2 {
    font-size: 64px;
    line-height: 76px;
    letter-spacing: -.03em;
    font-weight: 600;
    color: #0a0c0f;
    padding: 0 var(--container-margin-left);
    margin-bottom: 48px
}

@media (min-width: 1280px) and (max-width:1919px) {
    .style__kol-carousel-wrap___5FN4t>h2 {
        font-size:56px;
        line-height: 68px;
        letter-spacing: -.03em
    }
}

@media (min-width: 768px) and (max-width:1279px) {
    .style__kol-carousel-wrap___5FN4t>h2 {
        font-size:32px;
        line-height: 40px;
        letter-spacing: -.03em;
        margin-bottom: 24px
    }
}

@media (max-width: 767px) {
    .style__kol-carousel-wrap___5FN4t>h2 {
        font-size:24px;
        line-height: 32px;
        letter-spacing: -.03em;
        margin-bottom: 24px
    }
}

.style__kol-carousel-content___TFsDa {
    position: relative
}

.style__kol-carousel-content___TFsDa .style__swiper-content-wrapper___\+kElp .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.style__kol-carousel-content___TFsDa .style__swiper-content-wrapper___\+kElp .scroll-disable {
    overflow-x: hidden
}

.style__kol-carousel-content___TFsDa .style__swiper-content-wrapper___\+kElp .swiper-slide {
    position: relative;
    width: auto;
    height: auto;
    margin-right: 16px
}

@media (max-width: 767px) {
    .style__kol-carousel-content___TFsDa .style__swiper-content-wrapper___\+kElp .swiper-slide {
        margin-right:8px
    }
}

.style__kol-carousel-content___TFsDa .style__swiper-content-wrapper___\+kElp .swiper-slide:last-child {
    margin-right: 0
}

.style__kol-carousel-content___TFsDa .style__swiper-content-wrapper___\+kElp .swiper-slide:last-child .style__kol-carousel-item___ESpwC {
    padding-right: var(--container-margin-left)
}

.style__kol-carousel-content___TFsDa .style__swiper-btn-wrap___gJZOH>div {
    top: 50%!important
}

.style__kol-carousel-content___TFsDa .style__kol-carousel-item___ESpwC {
    height: 100%;
    -webkit-transform: translateX(var(--container-margin-left));
    transform: translateX(var(--container-margin-left));
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.style__kol-carousel-content___TFsDa .style__kol-carousel-item___ESpwC.style__disable___9Siql {
    opacity: .5
}

.style__kol-carousel-content___TFsDa .style__kol-carousel-item___ESpwC .style__item-card-container___mcxJ2 {
    width: calc(100vw - 0px - 128px * 2);
    width: calc(100vw - var(--scrollbar-width,0px) - 128px * 2);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.style__kol-carousel-content___TFsDa .style__kol-carousel-item___ESpwC .style__item-card-container___mcxJ2 .style__item-card-info___7Byfc {
    width: 50%;
    background-color: rgba(10,12,15,.04);
    padding: var(--item-card-info-padding);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
	 box-sizing: border-box;
    justify-content: space-between
}

.style__kol-carousel-content___TFsDa .style__kol-carousel-item___ESpwC .style__item-card-container___mcxJ2 .style__item-card-info___7Byfc .style__info-title___i9sL\+>h3 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -.03em;
    color: rgba(0,0,0,.65);
    font-weight: 600;
    margin-bottom: 8px
}

.style__kol-carousel-content___TFsDa .style__kol-carousel-item___ESpwC .style__item-card-container___mcxJ2 .style__item-card-info___7Byfc .style__info-title___i9sL\+>p {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -.02em;
    color: rgba(0,0,0,.45);
    font-weight: 600
}

.style__kol-carousel-content___TFsDa .style__kol-carousel-item___ESpwC .style__item-card-container___mcxJ2 .style__item-card-info___7Byfc .style__info-describe___EUDt5 {
    margin: 24px 0
}

.style__kol-carousel-content___TFsDa .style__kol-carousel-item___ESpwC .style__item-card-container___mcxJ2 .style__item-card-info___7Byfc .style__info-describe___EUDt5>p {
    color: rgba(0,0,0,.85);
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -.03em
}

.style__kol-carousel-content___TFsDa .style__kol-carousel-item___ESpwC .style__item-card-container___mcxJ2 .style__item-card-info___7Byfc .style__channel-icon___7NSJv {
    cursor: pointer
}

.style__kol-carousel-content___TFsDa .style__kol-carousel-item___ESpwC .style__item-card-container___mcxJ2 .style__item-card-info___7Byfc .style__channel-icon___7NSJv.style__not-click___vpNmn {
    cursor: default
}

.style__kol-carousel-content___TFsDa .style__kol-carousel-item___ESpwC .style__item-card-container___mcxJ2 .style__item-card-info___7Byfc .style__channel-icon___7NSJv {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.style__kol-carousel-content___TFsDa .style__kol-carousel-item___ESpwC .style__item-card-container___mcxJ2 .style__item-card-info___7Byfc .style__channel-icon___7NSJv:hover {
    opacity: .8
}

.style__kol-carousel-content___TFsDa .style__kol-carousel-item___ESpwC .style__item-card-container___mcxJ2 .style__item-card-info___7Byfc .style__channel-icon___7NSJv img {
    display: block;
    width: auto;
    height: 32px
}

.style__kol-carousel-content___TFsDa .style__kol-carousel-item___ESpwC .style__item-card-container___mcxJ2 .style__item-card-img___RYwyd {
    width: 50%;
    height: 836px;
    background-color: #d8dcdf
}

@media (min-width: 1280px) and (max-width:1919px) {
    .style__kol-carousel-content___TFsDa .style__kol-carousel-item___ESpwC .style__item-card-container___mcxJ2 {
        width:calc(100vw - 0px - 96px * 2);
        width: calc(100vw - var(--scrollbar-width,0px) - 96px * 2)
    }

    .style__kol-carousel-content___TFsDa .style__kol-carousel-item___ESpwC .style__item-card-container___mcxJ2 .style__item-card-info___7Byfc .style__info-title___i9sL\+>h3 {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -.03em
    }

    .style__kol-carousel-content___TFsDa .style__kol-carousel-item___ESpwC .style__item-card-container___mcxJ2 .style__item-card-info___7Byfc .style__info-describe___EUDt5>p {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -.03em
    }

    .style__kol-carousel-content___TFsDa .style__kol-carousel-item___ESpwC .style__item-card-container___mcxJ2 .style__item-card-info___7Byfc .style__channel-icon___7NSJv img {
        height: 24px
    }

    .style__kol-carousel-content___TFsDa .style__kol-carousel-item___ESpwC .style__item-card-container___mcxJ2 .style__item-card-img___RYwyd {
        width: 50%;
        height: auto
    }
}

@media (min-width: 768px) and (max-width:1279px) {
    .style__kol-carousel-content___TFsDa .style__kol-carousel-item___ESpwC .style__item-card-container___mcxJ2 {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: calc((100vw - 0px - 272px)/ 12 * 8 + 112px);
        width: calc((100vw - var(--scrollbar-width,0px) - 272px)/ 12 * 8 + 112px)
    }

    .style__kol-carousel-content___TFsDa .style__kol-carousel-item___ESpwC .style__item-card-container___mcxJ2 .style__item-card-info___7Byfc {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1;
		 box-sizing: border-box;
        flex: 1 1
			
    }

    .style__kol-carousel-content___TFsDa .style__kol-carousel-item___ESpwC .style__item-card-container___mcxJ2 .style__item-card-info___7Byfc .style__info-title___i9sL\+>h3 {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: -.03em;
        margin-bottom: 4px
    }

    .style__kol-carousel-content___TFsDa .style__kol-carousel-item___ESpwC .style__item-card-container___mcxJ2 .style__item-card-info___7Byfc .style__info-title___i9sL\+>p {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -.02em
    }

    .style__kol-carousel-content___TFsDa .style__kol-carousel-item___ESpwC .style__item-card-container___mcxJ2 .style__item-card-info___7Byfc .style__info-describe___EUDt5>p {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: -.03em
    }

    .style__kol-carousel-content___TFsDa .style__kol-carousel-item___ESpwC .style__item-card-container___mcxJ2 .style__item-card-info___7Byfc .style__channel-icon___7NSJv img {
        height: 24px
    }

    .style__kol-carousel-content___TFsDa .style__kol-carousel-item___ESpwC .style__item-card-container___mcxJ2 .style__item-card-img___RYwyd {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 100%;
        height: auto
    }
}

@media (max-width: 767px) {
    .style__kol-carousel-content___TFsDa .style__kol-carousel-item___ESpwC .style__item-card-container___mcxJ2 {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: calc((100vw - 0px - 48px) * .874);
        width: calc((100vw - var(--scrollbar-width,0px) - 48px) * .874)
    }

    .style__kol-carousel-content___TFsDa .style__kol-carousel-item___ESpwC .style__item-card-container___mcxJ2 .style__item-card-info___7Byfc {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1 1
    }

    .style__kol-carousel-content___TFsDa .style__kol-carousel-item___ESpwC .style__item-card-container___mcxJ2 .style__item-card-info___7Byfc .style__info-title___i9sL\+>h3 {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -.02em;
        margin-bottom: 4px
    }

    .style__kol-carousel-content___TFsDa .style__kol-carousel-item___ESpwC .style__item-card-container___mcxJ2 .style__item-card-info___7Byfc .style__info-title___i9sL\+>p {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: -.02em
    }

    .style__kol-carousel-content___TFsDa .style__kol-carousel-item___ESpwC .style__item-card-container___mcxJ2 .style__item-card-info___7Byfc .style__info-describe___EUDt5>p {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -.02em
    }

    .style__kol-carousel-content___TFsDa .style__kol-carousel-item___ESpwC .style__item-card-container___mcxJ2 .style__item-card-info___7Byfc .style__channel-icon___7NSJv img {
        height: 16px
    }

    .style__kol-carousel-content___TFsDa .style__kol-carousel-item___ESpwC .style__item-card-container___mcxJ2 .style__item-card-img___RYwyd {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 100%;
        height: auto
    }
}

@media (max-width: 389px) {
    .style__kol-carousel-content___TFsDa .style__kol-carousel-item___ESpwC .style__item-card-container___mcxJ2 .style__item-card-info___7Byfc .style__info-describe___EUDt5>p {
        font-size:14px;
        line-height: 20px;
        letter-spacing: -.02em
    }
}
._2dibR::before {
    content: "›";
}
._4gkZd::before {
    content: "‹";
}
.style__official-subscribe___MO8ZI .style__content-box-wrapper___rg9XQ .style__content-box___nSaM\+ {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-self: center;
    width: 100%;
    height: 100%;
}
