:root {
  --grey: #d4d2cf;
  --black: #1f1f1f;
  --white: #f1f1f1;
  --beige: #c5b197;
  --ink: #010101;
  --overlay: #00000021;
  --font: "Switzer", Arial, sans-serif;
  --ease-in-out-cubic: cubic-bezier(.645, .045, .355, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { height: 100%; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  min-height: 100%;
  background-color: var(--grey);
  color: var(--black);
  font-family: var(--font);
  font-size: 1vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.02em;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
}
a { color: inherit; text-decoration: none; }
h1, h2, h3, p, ul { margin: 0; }
ul { padding: 0; list-style: none; }
svg { display: block; width: 100%; height: 100%; }

.header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 99;
  background-color: var(--white);
  color: var(--ink);
  transition: background-color .4s, color .4s;
}
.header--light { background-color: transparent; color: var(--white); }
.header__wrapper { width: 100%; padding: 10px 32px; }
.header__flex { display: flex; justify-content: space-between; align-items: center; width: 100%; }
.logotype { font-size: 1.2em; font-weight: 500; letter-spacing: .02em; }
.header__menu { display: flex; justify-content: space-between; width: 48%; }
.header__links { display: flex; justify-content: flex-start; align-items: center; gap: 12px; }
.header__link { font-size: .9em; font-weight: 500; letter-spacing: -.01em; transition: opacity .4s; }
.header__link:hover { opacity: .75; }
.header__dot { width: 4px; height: 4px; border-radius: 100%; background-color: currentColor; }
.hamburger { display: none; }

.button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 28px;
  padding: 4px 4px 4px 20px;
  border-radius: 100em;
  background-color: var(--ink);
  color: var(--white);
  font-size: .8em;
  font-weight: 500;
  letter-spacing: .01em;
}
.button__circle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: var(--white);
  overflow: hidden;
  transition: transform 450ms ease-out 100ms;
}
.arrow { position: absolute; width: 18px; height: 18px; color: var(--ink); }
.arrow--first { transition: transform 600ms var(--ease-in-out-cubic); }
.arrow--second { transform: translate(-125%, 125%); transition: transform 600ms var(--ease-in-out-cubic) 100ms; }
.button--white {
  gap: 52px;
  height: 52px;
  padding: 4px 4px 4px 20px;
  background-color: var(--white);
  color: var(--black);
  font-size: .85em;
  letter-spacing: .015em;
}
.button--white .button__circle { width: 46px; height: 46px; background-color: var(--black); }
.button--white .arrow { color: var(--white); }

@media (min-width: 992px) {
  .button:hover .arrow--first, .button.is-hover .arrow--first { transform: translate(125%, -125%); transition-duration: 550ms; }
  .button:hover .arrow--second, .button.is-hover .arrow--second { transform: translate(0, 0); transition: transform 550ms var(--ease-in-out-cubic) 100ms; }
  .button:hover .button__circle, .button.is-hover .button__circle { transform: scale(.9); }
}

.hero { position: relative; width: 100%; height: 100vh; overflow: hidden; }
.hero__wrapper {
  position: relative;
  z-index: 15;
  display: flex;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 6em 32px 42px 29px;
}
.hero__title {
  color: var(--white);
  font-size: 5em;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -.025em;
}
[data-split] { opacity: 0; }
.is-split-ready [data-split] { opacity: 1; }
.word { display: inline-block; overflow: hidden; padding-bottom: .05em; margin-bottom: -.05em; transform-origin: bottom; }
.char { display: inline-block; }

.hero__bottom { display: flex; justify-content: flex-start; align-items: flex-end; margin-top: auto; }
.hero__list { display: flex; flex-flow: column; gap: 32px; }
.hero__item { display: flex; justify-content: flex-start; align-items: center; gap: 20px; }
.hero__icon { width: 48px; height: 48px; flex: 0 0 auto; color: var(--white); }
.hero__item-text { display: flex; flex-flow: column; gap: 8px; }
.hero__item-title { color: var(--white); font-size: 1.05em; font-weight: 500; letter-spacing: 0; }
.hero__item-desc { width: 36ch; opacity: .75; color: var(--white); font-size: .85em; font-weight: 400; letter-spacing: .03em; line-height: 1.2; }
.hero__subhead { display: flex; flex-flow: column; justify-content: flex-end; align-items: flex-start; width: 48%; margin-left: auto; }
.hero__heading { color: var(--white); font-size: 3em; font-weight: 500; line-height: 1.1; letter-spacing: -.01em; }
.hero__cta { margin-top: 24px; }

.hero__background { position: absolute; inset: 0; width: 100%; height: 100vh; overflow: hidden; }
.hero__video-box { position: absolute; inset: 0; z-index: 2; width: 100%; height: 100%; }
.hero__overlay { position: absolute; inset: 0; z-index: 3; width: 100%; height: 100%; background-color: var(--overlay); }
.hero__video { display: block; width: 100%; height: 100%; min-width: 66.2em; object-fit: cover; }

.hamburger { border: 0; background: none; color: inherit; font-family: inherit; letter-spacing: -.01em; cursor: pointer; padding: 0; }
.menu-overlay {
  position: fixed; inset: 0; z-index: 98;
  display: flex; flex-flow: column; justify-content: center; align-items: flex-start;
  gap: 2.2em; padding: 22vh 20px 8vh;
  background-color: var(--ink); color: var(--white);
  opacity: 0; visibility: hidden;
  transition: opacity .45s var(--ease-in-out-cubic), visibility 0s linear .45s;
}
body.is-menu-open .menu-overlay { opacity: 1; visibility: visible; transition-delay: 0s; }
.menu-overlay__nav { display: flex; flex-flow: column; gap: .35em; width: 100%; }
.menu-overlay__link {
  font-size: 6em; font-weight: 500; line-height: 1.12; letter-spacing: -.03em;
  opacity: 0; transform: translateY(.35em);
  transition: opacity .5s var(--ease-in-out-cubic), transform .5s var(--ease-in-out-cubic), color .3s;
}
body.is-menu-open .menu-overlay__link { opacity: 1; transform: none; }
.menu-overlay__link:nth-child(1) { transition-delay: .10s; }
.menu-overlay__link:nth-child(2) { transition-delay: .16s; }
.menu-overlay__link:nth-child(3) { transition-delay: .22s; }
.menu-overlay__link:nth-child(4) { transition-delay: .28s; }
.menu-overlay__link:nth-child(5) { transition-delay: .34s; }
.menu-overlay__link:active { color: #ffb937; }
.menu-overlay__cta { opacity: 0; transition: opacity .5s var(--ease-in-out-cubic) .40s; }
body.is-menu-open .menu-overlay__cta { opacity: 1; }
.menu-overlay__foot { margin-top: auto; opacity: .55; font-size: 2.6em; letter-spacing: 0; }
body.is-menu-open { overflow: hidden; }
body.is-menu-open .hamburger__open { display: none; }
body.is-menu-open .hamburger__close { display: block; }
@media screen and (min-width: 768px) { .menu-overlay { display: none; } }
@media screen and (max-width: 479px) {
  .menu-overlay { padding: 24vh 16px 7vh; }
  .menu-overlay__link { font-size: 8.4em; }
  .menu-overlay__foot { font-size: 3.6em; }
}
@media (prefers-reduced-motion: reduce) {
  .menu-overlay, .menu-overlay__link, .menu-overlay__cta { transition: none; }
}

@media screen and (max-width: 991px) {
  .hero__wrapper { padding: 13em 24px 32px; }
  .header__wrapper { padding: 10px 24px; }
  .logotype { width: 18%; font-size: 2.45em; }
  .header__link { font-size: 1.5em; }
  .header__dot { width: 6px; height: 6px; }
  .header__links { margin-left: auto; margin-right: auto; }
  .header__menu { width: 82%; }
  .button { font-size: 1.5em; letter-spacing: .02em; }
  .button--white { font-size: 1.5em; }
  .hero__title { font-size: 7em; }
  .hero__item-title { font-size: 2em; }
  .hero__item-desc { font-size: 1.5em; }
  .hero__cta { margin-top: 16px; }
  .hero__heading { font-size: 3.6em; }
}

@media screen and (max-width: 767px) {
  .hero__wrapper { padding: 16em 20px 24px; }
  .header { z-index: 101; }
  .header__wrapper { padding: 16px 20px; }
  .logotype { letter-spacing: 0; font-size: 3.65em; font-weight: 500; }
  .header__menu { display: none; }
  .hamburger { display: flex; justify-content: flex-end; align-items: center; gap: 12px; font-size: 2.5em; font-weight: 500; }
  .hamburger__close { display: none; }
  .hamburger__circle { width: 10px; height: 10px; overflow: hidden; }
  .hamburger__dot { display: block; width: 10px; height: 10px; border-radius: 100%; background-color: currentColor; }
  .button--white { justify-content: space-between; padding-left: 24px; font-size: 2.15em; }
  .hero__title { font-size: 9em; }
  .hero__icon { width: 44px; height: 44px; }
  .hero__item-title { font-size: 2.5em; }
  .hero__item-desc { width: 34ch; font-size: 2.25em; line-height: 1.3; }
  .hero__list { gap: 24px; }
  .hero__list-wrap { margin-bottom: 42px; }
  .hero__bottom { flex-flow: column; justify-content: flex-start; align-items: flex-start; }
  .hero__subhead { width: 100%; margin-left: 0; }
  .hero__cta { margin-top: 16px; }
  .hero__heading { font-size: 5em; }
}

@media screen and (max-width: 479px) {
  body { background-color: var(--white); }
  .hero__wrapper { padding: 24em 16px 26em; }
  .header__wrapper { padding: 18px 16px; }
  .logotype { font-size: 6em; }
  .hamburger { gap: 8px; font-size: 4.25em; }
  .hamburger__circle { margin-top: 1px; }
  .button--white { justify-content: space-between; align-items: center; width: 100%; padding-left: 20px; font-size: 4em; }
  .hero__title { font-size: 11.5em; }
  .hero__list-wrap { display: none; }
  .hero__subhead { width: 100%; }
  .hero__cta { width: 100%; margin-top: 16px; }
  .hero__heading { width: 100%; font-size: 7.2em; line-height: 1.2; }
}

@media (prefers-reduced-motion: reduce) {
  .header, .header__link, .button__circle, .arrow--first, .arrow--second { transition: none; }
  .char { transform: none !important; }
}

body { overflow: visible; overflow-x: clip; }

.wrapper-base { padding: 152px 32px; }
.wrapper-base--spec { display: flex; flex-flow: column; gap: 3.2em; }
.h2 { font-size: 5.75em; font-weight: 500; line-height: 1.05; letter-spacing: -.025em; }
.h2--black { color: var(--black); font-size: 3.7em; line-height: 1.15; letter-spacing: -.02em; }
.h2--sides { color: var(--black); font-size: 5em; line-height: 1; letter-spacing: -.02em; }
.h3 { font-size: 2.5em; font-weight: 500; line-height: 1; letter-spacing: -.025em; }
.like-h2 { font-size: 3.7em; font-weight: 500; line-height: 1.1; letter-spacing: -.025em; }
.m-txt { font-size: 6em; font-weight: 500; line-height: 1; letter-spacing: -.025em; }
.m-txt--white { color: var(--white); font-size: 3.6em; line-height: 1.05; }
.txt-base { font-size: 1em; font-weight: 400; line-height: 1.45; letter-spacing: 0; }

.overview { background-color: var(--white); }
.overview__decor { display: flex; justify-content: flex-start; align-items: center; gap: 16px; }
.overview__icon { width: 40px; height: 40px; flex: 0 0 auto; color: var(--black); }
.overview__upper { text-transform: uppercase; font-size: .8em; font-weight: 500; line-height: 1.1; letter-spacing: 0; }
.overview__title { font-size: 6em; font-weight: 500; line-height: 1; letter-spacing: -.025em; }

.markers { display: flex; justify-content: flex-start; align-items: center; width: 100%; padding: 5em 0; background-color: var(--white); }
.marquee { display: flex; justify-content: flex-start; align-items: center; width: 100%; overflow: hidden; cursor: grab; touch-action: pan-y; -webkit-user-select: none; user-select: none; }
.marquee.is-dragging { cursor: grabbing; }
.marquee__track { display: flex; flex: none; justify-content: flex-start; align-items: flex-start; white-space: nowrap; will-change: transform; backface-visibility: hidden; }
.marquee__list { display: flex; justify-content: flex-start; align-items: flex-start; }
.marquee img { -webkit-user-drag: none; user-select: none; pointer-events: none; }

.marker { position: relative; flex: none; width: 32em; height: 42em; margin-right: 1em; border-radius: 8px; overflow: hidden; white-space: normal; }
.marker__text { position: relative; z-index: 15; display: flex; flex-flow: column; align-items: stretch; width: 100%; height: 100%; padding: 0 20px 24px; }
.marker__top { display: flex; justify-content: space-between; align-items: flex-end; gap: 16px; padding: 20px 0 14px; border-bottom: 1px solid #f1f1f18c; }
.marker__value { color: var(--white); font-size: 2.4em; font-weight: 500; line-height: 1; letter-spacing: -.03em; }
.marker__unit { font-size: .42em; font-weight: 400; letter-spacing: 0; }
.marker__name { text-align: right; color: var(--white); }
.marker__name h3 { font-size: 1.05em; font-weight: 500; letter-spacing: -.01em; }
.marker__name p { margin-top: 6px; opacity: .7; font-size: .8em; letter-spacing: 0; }
.marker__desc { width: 43ch; max-width: 100%; margin-top: auto; color: var(--white); font-size: .95em; line-height: 1.35; letter-spacing: 0; }
.marker__media { position: absolute; inset: 0; width: 100%; height: 100%; }
.marker__media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.marker__overlay { position: absolute; inset: 0; z-index: 5; width: 100%; height: 100%; background-color: #0000004d; }

.sides { width: 100%; height: 100vh; background-color: var(--grey); overflow: hidden; }
.sides__flex { display: flex; width: 100%; height: 100%; }
.sides__left { position: relative; width: 42%; height: 100%; }
.sides__image { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 35%; }
.sides__right { display: flex; align-items: center; width: 58%; height: 100%; padding: 5em 6em; }
.sides__wrapper { display: flex; flex-flow: column; justify-content: space-between; width: 100%; height: 100%; padding: 3em 0; }
.sides__bottom { display: flex; flex-flow: column; align-items: flex-start; gap: 1.4em; }
.sides__bottom .m-txt { font-size: 2.1em; line-height: 1.15; letter-spacing: -.02em; }

.panel { width: 100%; background-color: var(--white); }
.panel__wrapper { display: flex; flex-flow: column; align-items: center; padding: 152px 32px 0; }
.panel__headline { display: flex; flex-flow: column; align-items: center; gap: 1.2em; text-align: center; }
.panel__base { width: 62ch; max-width: 100%; opacity: .78; }
.panel__device { width: 100%; max-width: 76em; margin-top: 4em; border-radius: 12px 12px 0 0; overflow: hidden; }
.panel__device img { display: block; width: 100%; height: auto; }

.conditions { background-color: var(--white); }
.conditions__flex { display: flex; justify-content: space-between; align-items: flex-start; gap: 6em; }
.conditions__sticky { position: sticky; top: 8em; width: 44%; flex: none; align-self: flex-start; }
.conditions__headline { display: flex; flex-flow: column; gap: 1.4em; }
.conditions__paragraph { opacity: .78; }
.conditions__list { display: flex; flex-flow: column; width: 56%; }
.conditions__item { padding: 2.4em 0; border-top: 1px solid #1f1f1f1f; }
.conditions__item:last-child { border-bottom: 1px solid #1f1f1f1f; }
.conditions__title { font-size: 1.6em; font-weight: 500; line-height: 1.15; letter-spacing: -.02em; }
.conditions__copy { margin-top: .9em; opacity: .72; font-size: 1em; line-height: 1.45; letter-spacing: 0; }

.modes { position: relative; width: 100%; height: 60em; overflow: hidden; }
.modes__content { position: relative; z-index: 15; display: flex; align-items: stretch; width: 100%; height: 100%; padding: 5em 6em; }
.modes__flex { display: flex; flex-flow: column; justify-content: space-between; width: 100%; }
.modes__chips { display: flex; flex-flow: column; gap: 1.6em; }
.modes__tag-title { color: var(--white); font-size: 1.5em; font-weight: 500; line-height: 1.2; letter-spacing: -.01em; }
.modes__tags { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { padding: .7em 1.2em; border: 1px solid #f1f1f159; border-radius: 100em; color: var(--white); font-size: .9em; letter-spacing: 0; }
.modes__headline { display: flex; flex-flow: column; align-items: flex-start; gap: 1.4em; width: 56%; }
.modes__overlay { position: absolute; inset: 0; z-index: 5; width: 100%; height: 100%; background-color: #00000059; }
.modes__background { position: absolute; inset: 0; width: 100%; height: 100%; }
.modes__background img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; }

.tables { background-color: var(--grey); }
.tables__flex { display: flex; justify-content: space-between; gap: 4em; }
.tables__col { display: flex; flex-flow: column; width: 50%; }
.tables__head { display: flex; flex-flow: column; gap: .8em; padding-bottom: 2em; }
.tables__heading { display: flex; align-items: center; gap: 10px; }
.tables__dot { width: 8px; height: 8px; border-radius: 100%; background-color: var(--black); }
.tables__head .txt-base { opacity: .7; }
.tables__row { padding: 1.5em 0; border-top: 1px solid #1f1f1f24; }
.tables__row:last-child { border-bottom: 1px solid #1f1f1f24; }
.tables__row h4 { margin: 0; font-size: 1.15em; font-weight: 500; letter-spacing: -.015em; }
.tables__row p { margin-top: .5em; opacity: .68; font-size: .95em; line-height: 1.4; letter-spacing: 0; }

.fog-section { position: relative; width: 100%; height: auto; border-radius: 8px; background-color: var(--ink); overflow: hidden; }
.fog-wrapper { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; overflow: hidden; }
.fog-wrapper::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(23, 9, 3, .58) 100%); pointer-events: none; }
.fog-canvas { display: block; width: 100%; height: 100%; }
.fog-content { position: relative; z-index: 2; display: flex; flex-flow: column; justify-content: flex-start; gap: 4.6em; width: 100%; padding: 4.6em 6em 4em; }
.h2--grad { width: 78ch; max-width: 100%; color: var(--black); font-size: 3.5em; line-height: 1.1; }
.fog-list { display: flex; justify-content: space-between; gap: 3em; }
.fog-item { display: flex; flex-flow: column; gap: 1.1em; width: 32%; }
.fog-item__head { display: flex; align-items: center; gap: 14px; }
.fog-item__icon { display: flex; justify-content: center; align-items: center; width: 54px; height: 54px; flex: 0 0 auto; padding: 13px; border: 1px solid #f1f1f173; border-radius: 100%; color: var(--white); }
.fog-item__icon svg { width: 100%; height: 100%; }
.fog-item__title { color: var(--white); font-size: 1.4em; font-weight: 500; letter-spacing: 0; }
.fog-item__body { display: flex; flex-flow: column; gap: .7em; padding-top: 1.3em; border-top: 1px dashed #f1f1f140; }
.fog-item__lead { color: var(--white); font-size: 1.05em; font-weight: 500; letter-spacing: -.01em; }
.fog-item__list { display: flex; flex-flow: column; gap: .38em; opacity: .78; color: var(--white); font-size: .9em; line-height: 1.3; letter-spacing: 0; }
.fog-item__list li { position: relative; padding-left: 1.1em; }
.fog-item__list li::before { content: ""; position: absolute; top: .5em; left: 0; width: 5px; height: 5px; border-radius: 100%; background-color: currentColor; }

.faq { background-color: var(--white); }
.faq__wrapper { padding: 152px 32px; }
.faq__flex { display: flex; justify-content: space-between; align-items: flex-start; gap: 5em; }
.faq__left { width: 38%; flex: none; }
.faq__image { display: block; width: 100%; height: 42em; border-radius: 8px; object-fit: cover; }
.faq__right { width: 62%; }
.faq__headline { margin-bottom: 1.2em; }
.faq__item { border-top: 1px solid #1f1f1f1f; }
.faq__item:last-child { border-bottom: 1px solid #1f1f1f1f; }
.faq__question {
  display: flex; justify-content: space-between; align-items: center; gap: 2em;
  width: 100%; padding: 1.5em 0; border: 0; background: none;
  color: inherit; font-family: inherit; font-size: 1.3em; font-weight: 500;
  letter-spacing: -.015em; text-align: left; cursor: pointer;
}
.faq__sign { position: relative; width: 14px; height: 14px; flex: 0 0 auto; }
.faq__sign::before, .faq__sign::after { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 1.5px; background-color: currentColor; transform: translateY(-50%); transition: transform .35s var(--ease-in-out-cubic); }
.faq__sign::after { transform: translateY(-50%) rotate(90deg); }
.faq__item.is-open .faq__sign::after { transform: translateY(-50%) rotate(0deg); }
.faq__answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .45s var(--ease-in-out-cubic); }
.faq__item.is-open .faq__answer { grid-template-rows: 1fr; }
.faq__answer-inner { overflow: hidden; }
.faq__answer-inner p { max-width: 62ch; padding-bottom: 1.2em; opacity: .72; font-size: 1em; line-height: 1.5; letter-spacing: 0; }
.faq__answer-inner p + p { margin-top: -.4em; }

.closing { position: relative; width: 100%; background-color: var(--ink); color: var(--white); }
.closing__content { display: flex; flex-flow: column; align-items: flex-start; padding: 152px 32px 96px; }
.h2--closing { width: 76%; color: var(--white); font-size: 4.6em; line-height: 1.05; }
.closing__lead { width: 52ch; max-width: 100%; margin-top: 1.6em; opacity: .72; font-size: 1.1em; line-height: 1.45; letter-spacing: 0; }
.closing__form { width: 100%; max-width: 46em; margin-top: 3.6em; }
.closing__label { display: block; text-transform: uppercase; font-size: .8em; font-weight: 500; letter-spacing: .04em; }
.closing__field { display: flex; align-items: center; gap: 12px; margin-top: 1em; }
.closing__input {
  flex: 1 1 auto; min-width: 0; height: 52px; padding: 0 20px;
  border: 1px solid #f1f1f140; border-radius: 100em; background: none;
  color: var(--white); font-family: inherit; font-size: .95em; letter-spacing: 0;
  transition: border-color .3s;
}
.closing__input::placeholder { color: #f1f1f166; }
.closing__input:focus { outline: none; border-color: #f1f1f1a6; }
.closing__submit { flex: none; }
.closing__note { margin-top: 1em; opacity: .55; font-size: .85em; letter-spacing: 0; }
.closing__done { margin-top: 1.2em; padding: 1em 1.2em; border: 1px solid #ffb93766; border-radius: 8px; color: #ffb937; font-size: .95em; line-height: 1.4; letter-spacing: 0; }

.footer { display: flex; justify-content: space-between; align-items: flex-start; gap: 4em; padding: 0 32px 40px; }
.footer__brand { font-size: 1.2em; font-weight: 500; letter-spacing: .02em; }
.footer__cols { display: flex; gap: 5em; }
.footer__col { display: flex; flex-flow: column; gap: .7em; }
.footer__title { margin-bottom: .3em; opacity: .5; text-transform: uppercase; font-size: .75em; font-weight: 500; letter-spacing: .05em; }
.footer__col a { font-size: .9em; letter-spacing: 0; transition: opacity .3s; }
.footer__col a:hover { opacity: .6; }
.footer__legal { display: flex; flex-flow: column; gap: .5em; text-align: right; opacity: .5; font-size: .8em; line-height: 1.4; letter-spacing: 0; }

@media screen and (max-width: 991px) {
  .wrapper-base { padding: 72px 24px; }
  .overview__upper { font-size: 1.44em; }
  .overview__title { font-size: 7.5em; }
  .overview__icon { width: 56px; height: 56px; }
  .marker { width: 52em; height: 62em; margin-right: 6px; }
  .marker__value { font-size: 4em; }
  .marker__name h3 { font-size: 1.8em; }
  .marker__name p { font-size: 1.35em; }
  .marker__desc { width: 100%; font-size: 1.6em; }
  .sides { height: auto; }
  .sides__flex { flex-flow: column; }
  .sides__left { width: 100%; height: 52vh; }
  .sides__right { width: 100%; padding: 72px 24px; }
  .sides__wrapper { gap: 3em; padding: 0; }
  .h2--sides { font-size: 8em; }
  .sides__bottom .m-txt { font-size: 3.2em; }
  .panel__wrapper { padding: 72px 24px 0; }
  .like-h2 { font-size: 6em; }
  .panel__base { width: 52ch; font-size: 1.6em; }
  .h2--black { font-size: 5.6em; }
  .txt-base { font-size: 1.6em; }
  .conditions__flex { flex-flow: column; gap: 3em; }
  .conditions__sticky { position: static; width: 100%; }
  .conditions__list { width: 100%; }
  .conditions__title { font-size: 2.6em; }
  .conditions__copy { font-size: 1.6em; }
  .modes { height: 86em; }
  .modes__content { padding: 72px 24px; }
  .modes__tag-title { font-size: 2.6em; }
  .chip { font-size: 1.5em; }
  .m-txt--white { font-size: 5em; }
  .modes__headline { width: 100%; }
  .tables__flex { flex-flow: column; gap: 3em; }
  .tables__col { width: 100%; }
  .h3 { font-size: 4em; }
  .tables__row h4 { font-size: 1.9em; }
  .tables__row p { font-size: 1.5em; }
  .fog-section { height: auto; }
  .fog-content { gap: 3em; padding: 64px 24px 56px; }
  .h2--grad { width: 114ch; font-size: 5.4em; }
  .fog-item__icon { width: 56px; height: 56px; }
  .fog-list { flex-flow: column; gap: 2.2em; }
  .fog-item { width: 100%; }
  .fog-item__title { font-size: 2.6em; }
  .fog-item__lead { font-size: 2em; }
  .fog-item__list { font-size: 1.5em; }
  .fog-item__icon { width: 4em; height: 4em; }
  .faq__wrapper { padding: 72px 24px; }
  .faq__flex { flex-flow: column; gap: 3em; }
  .faq__left, .faq__right { width: 100%; }
  .faq__image { height: 40em; }
  .faq__question { font-size: 2.1em; }
  .faq__answer-inner p { font-size: 1.6em; }
  .closing__content { padding: 72px 24px 64px; }
  .h2--closing { width: 100%; font-size: 6.4em; }
  .closing__lead { font-size: 1.8em; }
  .closing__form { max-width: none; }
  .closing__label { font-size: 1.3em; }
  .closing__input { height: 62px; font-size: 1.6em; }
  .closing__note { font-size: 1.35em; }
  .closing__done { font-size: 1.5em; }
  .footer { flex-flow: column; gap: 3em; padding: 0 24px 32px; }
  .footer__brand { font-size: 2.4em; }
  .footer__cols { gap: 3em; }
  .footer__title { font-size: 1.2em; }
  .footer__col a { font-size: 1.5em; }
  .footer__legal { text-align: left; font-size: 1.3em; }
}

@media screen and (max-width: 767px) {
  .wrapper-base { padding: 72px 20px; }
  .overview__upper { font-size: 2.15em; line-height: 1.2; }
  .overview__title { font-size: 7em; }
  .marker { width: 62em; height: 72em; margin-right: 4vw; }
  .marker__value { font-size: 5.2em; }
  .marker__name h3 { font-size: 2.4em; }
  .marker__name p { font-size: 1.8em; }
  .marker__desc { font-size: 2.1em; }
  .sides__right { padding: 72px 20px; }
  .h2--sides { font-size: 9em; }
  .sides__bottom .m-txt { font-size: 4em; }
  .panel__wrapper { padding: 72px 20px 0; }
  .like-h2 { font-size: 7em; }
  .panel__base { width: 100%; font-size: 2.1em; }
  .h2--black { font-size: 6.4em; }
  .txt-base { font-size: 2.1em; }
  .conditions__title { font-size: 3.2em; }
  .conditions__copy { font-size: 2.1em; }
  .modes { height: 112em; }
  .modes__content { padding: 72px 20px; }
  .modes__tag-title { font-size: 3.4em; }
  .chip { font-size: 2em; }
  .m-txt--white { font-size: 6em; }
  .h3 { font-size: 5em; }
  .tables__row h4 { font-size: 2.5em; }
  .tables__row p { font-size: 2em; }
  .fog-section { height: auto; }
  .fog-content { gap: 3em; padding: 60px 20px 52px; }
  .h2--grad { width: 138ch; font-size: 6.2em; line-height: 1.18; }
  .fog-item__title { font-size: 3.4em; }
  .fog-item__lead { font-size: 2.6em; }
  .fog-item__list { font-size: 2em; }
  .faq__wrapper { padding: 72px 20px; }
  .faq__image { height: 46em; }
  .faq__question { font-size: 2.8em; }
  .faq__answer-inner p { font-size: 2.1em; }
  .closing__content { padding: 72px 20px 56px; }
  .h2--closing { font-size: 7.4em; }
  .closing__lead { font-size: 2.4em; }
  .closing__field { flex-flow: column; align-items: stretch; }
  .closing__input { height: 72px; font-size: 2.1em; }
  .closing__label { font-size: 1.8em; }
  .closing__note { font-size: 1.8em; }
  .closing__done { font-size: 2em; }
  .footer { padding: 0 20px 32px; }
  .footer__brand { font-size: 3.4em; }
  .footer__col a { font-size: 2em; }
  .footer__title { font-size: 1.6em; }
  .footer__legal { font-size: 1.7em; }
}

@media screen and (max-width: 479px) {
  .wrapper-base { padding: 52px 16px; }
  .overview { background-color: var(--white); }
  .overview__upper { font-size: 3.8em; }
  .overview__icon { width: 64px; height: 64px; }
  .overview__title { font-size: 8em; }
  .marker { width: 92em; height: 112em; margin-right: 2vw; border-radius: 5px; }
  .marker__text { padding: 0 16px 16px; }
  .marker__value { font-size: 8em; }
  .marker__name h3 { font-size: 3.6em; }
  .marker__name p { font-size: 2.8em; }
  .marker__desc { font-size: 3.4em; }
  .sides__left { height: 46vh; }
  .sides__right { padding: 52px 16px; }
  .h2--sides { font-size: 11em; }
  .sides__bottom .m-txt { font-size: 5.4em; }
  .panel__wrapper { padding: 52px 16px 0; }
  .like-h2 { font-size: 9em; }
  .panel__base { font-size: 3.4em; }
  .h2--black { font-size: 8em; }
  .txt-base { font-size: 3.4em; }
  .conditions__title { font-size: 5em; }
  .conditions__copy { font-size: 3.4em; }
  .modes { height: 192em; }
  .modes__content { padding: 52px 16px; }
  .modes__tag-title { font-size: 5.4em; }
  .chip { font-size: 3.2em; }
  .m-txt--white { font-size: 8.4em; }
  .h3 { font-size: 8em; }
  .tables__row h4 { font-size: 4em; }
  .tables__row p { font-size: 3.2em; }
  .fog-content { padding: 46px 16px 40px; gap: 3.4em; }
  .h2--grad { width: 100%; font-size: 7.6em; }
  .fog-item__icon { width: 48px; height: 48px; padding: 11px; }
  .fog-item__title { font-size: 5.4em; }
  .fog-item__lead { font-size: 4em; }
  .fog-item__list { font-size: 3.2em; }
  .fog-item__icon { width: 5em; height: 5em; }
  .faq__wrapper { padding: 52px 16px; }
  .faq__image { height: 70em; }
  .faq__question { font-size: 4.4em; }
  .faq__answer-inner p { font-size: 3.4em; }
  .closing__content { padding: 52px 16px 48px; }
  .h2--closing { font-size: 10em; }
  .closing__lead { font-size: 3.8em; }
  .closing__input { height: 88px; font-size: 3.4em; }
  .closing__label { font-size: 2.8em; }
  .closing__note { font-size: 2.8em; }
  .closing__done { font-size: 3.2em; }
  .footer { padding: 0 16px 28px; }
  .footer__brand { font-size: 5.4em; }
  .footer__cols { flex-flow: column; gap: 2.4em; }
  .footer__col a { font-size: 3.4em; }
  .footer__title { font-size: 2.6em; }
  .footer__legal { font-size: 2.8em; }
}

@media (prefers-reduced-motion: reduce) {
  .faq__answer, .faq__sign::before, .faq__sign::after { transition: none; }
}
