:root {
  --release-mobile-canvas: 390px;
  --release-desktop-canvas: 1920px;
  --primary-color: var(--primary, #1e4487);
  --secondary-color: var(--red-dark, #79170e);
  --accent-color: var(--green, #dde8a5);
  --blue-soft: var(--primary-light, #c5daf1);
  --orange-soft: var(--orange, #fcd2a8);
  --bg-light: var(--bg, #f5f8ff);
  --text-dark: var(--green-dark, #14470f);
}

html.vf-mobile-preview .release-mobile-shell {
  display: flex;
}

html.vf-mobile-preview .release-desktop-shell {
  display: none;
}

html,
body {
  min-width: 0;
  overflow-x: clip;
}

body {
  width: 100vw;
  min-height: 100vh;
  background: var(--bg, #f5f8ff);
}

.release-header {
  width: 100vw;
  background: var(--bg, #f5f8ff);
}

.release-header .vf-header {
  --header-height: 60px;
  --header-left-x: 62px;
  --header-right-x: clamp(8px, calc(100vw - 370px), 20px);
  --header-brand-left: clamp(118px, 33vw, 160px);
  --header-brand-width: clamp(44px, calc(11.4286vw + 7.4286px), 52px);
  --header-text-width: 0px;
  --header-text-opacity: 0;
  --header-icon-size: clamp(18px, calc(8.5714vw - 9.4286px), 24px);
  --header-action-height: clamp(34px, calc(8.5714vw + 6.5714px), 40px);
  --header-action-x: clamp(8px, calc(11.4286vw - 28.5714px), 16px);
  --header-signup-gap: clamp(4px, calc(5.7143vw - 14.2857px), 8px);
  margin: 0 auto;
}

@media (max-width: 342px) {
  .release-header .vf-header {
    display: block;
    padding: 0;
  }

  .release-header .vf-header__left,
  .release-header .vf-header__right {
    position: absolute;
    top: 50%;
    flex: initial;
    transform: translateY(-50%);
  }

  .release-header .vf-header__left {
    left: var(--header-left-x);
  }

  .release-header .vf-header__right {
    right: var(--header-right-x);
  }

  .release-header .vf-header__brand {
    left: var(--header-brand-left);
  }
}

.release-mobile-shell {
  display: flex;
  justify-content: center;
  width: 100vw;
  overflow: visible;
}

.mobile-landing {
  position: relative;
  isolation: isolate;
  flex: 0 0 var(--release-mobile-canvas);
  width: var(--release-mobile-canvas);
  min-width: var(--release-mobile-canvas);
  margin: 0;
  background: var(--bg, #f5f8ff);
}

.mobile-landing::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0;
  width: 100vw;
  height: 620px;
  transform: translateX(-50%);
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(245, 248, 255, 0) 0%,
    rgba(197, 218, 241, 0.18) 30%,
    rgba(197, 218, 241, 0.42) 62%,
    rgba(166, 203, 237, 0.72) 100%
  );
}

.mobile-landing > .mobile-block {
  position: relative;
  z-index: 1;
}

.mobile-landing .container {
  width: var(--release-mobile-canvas);
  max-width: none;
  min-width: var(--release-mobile-canvas);
  margin-left: 0;
  margin-right: 0;
}

.mobile-block--hero {
  width: var(--release-mobile-canvas);
  min-width: var(--release-mobile-canvas);
  overflow: hidden;
}

.mobile-block--hero [data-component="hero"] {
  display: block;
  width: 100%;
}

.mobile-block--hero .vf-hero__visual {
  --hero-visual-radius: 40px;
}

.mobile-block--hero .vf-hero {
  padding-top: 0;
}

.mobile-block--hero .vf-hero__copy,
.mobile-block--hero .vf-hero__visual {
  left: 50%;
  transform: translateX(-50%);
}

.mobile-block--hero .vf-hero__copy {
  top: 39px;
}

.mobile-block--hero .vf-hero-plan-card {
  top: 164px;
}

.mobile-block--hero .vf-hero__visual {
  top: 429px;
}

.mobile-block--hero .vf-hero__title {
  text-align: center;
}

.mobile-block--hero .vf-hero__title-line {
  width: 100%;
  transform: none;
  transform-origin: center center;
}

.mobile-block--hero .vf-hero-plan-card {
  left: 50%;
  transform: translateX(-50%);
}

.mobile-block--hero .vf-hero-info-badges {
  top: 470px;
  left: 98px;
}

.mobile-block--hero .vf-hero-sticker--discount {
  left: 38px;
}

.mobile-block--menu .vf-menu__title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  text-align: center;
}

.mobile-block--menu .vf-menu {
  --menu-card-width: 337px;
  --menu-card-side-offset: calc((var(--release-mobile-canvas) - var(--menu-card-width)) / 2);
}

.mobile-block--menu .vf-menu-progress__dot {
  background: var(--primary-light);
}

.mobile-block--menu .vf-menu-progress__dot--active {
  background: var(--primary);
}

.mobile-block--menu .vf-menu[data-day-theme="even"] .vf-menu-progress__dot {
  background: var(--orange);
}

.mobile-block--menu .vf-menu[data-day-theme="even"] .vf-menu-progress__dot--active {
  background: var(--red-dark);
}

.mobile-block--how-it-works .vf-steps {
  --vf-steps-gap: 14px;
  --vf-steps-visual-height: 590px;
  margin-bottom: 0;
}

.mobile-block--how-it-works {
  background: #000;
}

.mobile-block--how-it-works .vf-steps__sticky {
  height: auto;
  min-height: 0;
  overflow: visible;
}

.mobile-block--how-it-works .vf-steps__stage {
  padding-top: 40px;
}

.mobile-block--how-it-works .vf-steps__list {
  overflow: visible;
}

.mobile-block--how-it-works .vf-step {
  transform: none;
}

.mobile-block--how-it-works .vf-step:nth-child(1) .vf-step-visual img,
.mobile-block--how-it-works .vf-step:nth-child(3) .vf-step-visual img {
  object-position: 77.5% center;
}

.mobile-block--how-it-works .vf-step:nth-child(2) .vf-step-visual img {
  object-position: 84.25% center;
}

.mobile-block--how-it-works .vf-step-text-card {
  top: auto;
  bottom: 8px;
}

.mobile-block--features .vf-benefits__heading {
  margin-bottom: 40px;
  text-align: center;
}

.mobile-block--features .vf-benefits {
  padding-top: 45px;
}

.mobile-block--faq .vf-faq__heading {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 36px;
  text-align: center;
}

.mobile-block--faq .vf-faq-tabs {
  width: 350px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.release-desktop-shell {
  display: none;
}

@media (min-width: 768px) {
  body {
    background: #f5f8ff;
  }

  .release-mobile-shell {
    display: none;
  }

  .release-desktop-shell {
    --release-desktop-scale: 1;
    --release-desktop-height: 11225px;
    --release-steps-flow-offset: 0px;
    --release-steps-flow-offset-scaled: 0px;
    --release-faq-flow-offset: 0px;
    --release-faq-flow-offset-scaled: 0px;
    display: block;
    position: relative;
    width: 100vw;
    height: calc(var(--release-desktop-height) * var(--release-desktop-scale));
    min-height: calc(100vh - 60px);
    overflow: visible;
    overflow-x: clip;
  }

  .release-desktop-root-canvas {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: var(--release-desktop-canvas);
    min-width: var(--release-desktop-canvas);
    height: var(--release-desktop-height);
    border: 0;
    transform: translateX(-50%) scale(var(--release-desktop-scale));
    transform-origin: top center;
  }

  .release-desktop-root-canvas {
    z-index: 5;
    pointer-events: none;
  }

  .release-desktop-hero-section,
  .release-desktop-menu-section,
  .release-desktop-plans-section,
  .release-desktop-chefs-section,
  .release-desktop-stories-section,
  .release-desktop-faq-section,
  .release-desktop-footer-section {
    position: absolute;
    width: var(--release-desktop-canvas);
    box-sizing: border-box;
    background: #f5f8ff;
    color: #1e4487;
    font-family: 'Inter', 'Inter Local', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    overflow: hidden;
    pointer-events: auto;
  }

  .release-desktop-hero-section {
    top: 0;
    min-height: 1238px;
  }

  .release-desktop-menu-section {
    top: 1238px;
    min-height: 920px;
  }

  .release-desktop-plans-section {
    top: 2158px;
    min-height: 1631px;
    overflow: visible;
  }

  .release-desktop-plans-section--canvas {
    visibility: hidden;
    pointer-events: none;
  }

  .release-desktop-shell > .release-desktop-plans-section--native {
    --plans-native-scale: var(--release-desktop-scale);
    --plans-native-width: calc(var(--release-desktop-canvas) * var(--plans-native-scale));
    --plans-native-left: calc((100vw - var(--plans-native-width)) / 2);
    top: calc(2158px * var(--plans-native-scale));
    left: 0;
    z-index: 6;
    width: 100vw;
    min-height: calc(1631px * var(--plans-native-scale));
    height: calc(1631px * var(--plans-native-scale));
    overflow: visible;
    background: transparent;
  }

  .release-desktop-chefs-section {
    top: calc(6707px + var(--release-steps-flow-offset, 0px));
    min-height: 979px;
    overflow: visible;
  }

  .release-desktop-stories-section {
    top: calc(7686px + var(--release-steps-flow-offset, 0px));
    min-height: 1102px;
    overflow: hidden;
  }

  .release-desktop-faq-section {
    top: calc(8788px + var(--release-steps-flow-offset, 0px));
    min-height: calc(840px + var(--release-faq-flow-offset, 0px));
    overflow: visible;
  }

  .release-desktop-faq-section--canvas {
    visibility: hidden;
    pointer-events: none;
  }

  .release-desktop-shell > .release-desktop-faq-section--native {
    --faq-native-scale: var(--release-desktop-scale);
    --faq-native-width: calc(var(--release-desktop-canvas) * var(--faq-native-scale));
    --faq-native-left: calc((100vw - var(--faq-native-width)) / 2);
    top: calc((8788px * var(--faq-native-scale)) + var(--release-steps-flow-offset-scaled, 0px));
    left: 0;
    z-index: 6;
    width: 100vw;
    min-height: calc((840px * var(--faq-native-scale)) + var(--release-faq-flow-offset-scaled, 0px));
    height: calc((840px * var(--faq-native-scale)) + var(--release-faq-flow-offset-scaled, 0px));
    overflow: visible;
    background: transparent;
  }

  .release-desktop-footer-section {
    top: calc(10457px + var(--release-steps-flow-offset, 0px) + var(--release-faq-flow-offset, 0px));
    min-height: 768px;
    overflow: visible;
    isolation: isolate;
  }

  .release-desktop-footer-section::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 0;
    width: var(--release-desktop-viewport-width, var(--release-desktop-canvas));
    height: 620px;
    transform: translateX(-50%);
    background: linear-gradient(
      180deg,
      rgba(245, 248, 255, 0) 0%,
      rgba(197, 218, 241, 0.18) 30%,
      rgba(197, 218, 241, 0.42) 62%,
      rgba(166, 203, 237, 0.72) 100%
    );
    pointer-events: none;
  }

  .release-desktop-footer-section::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -2px;
    z-index: 30;
    width: var(--release-desktop-viewport-width, var(--release-desktop-canvas));
    height: 4px;
    transform: translateX(-50%);
    background: #f5f8ff;
    pointer-events: none;
  }

  .release-desktop-hero-section .vf-hero,
  .release-desktop-menu-section .vf-menu,
  .release-desktop-plans-section .vf-plans,
  .release-desktop-chefs-section .vf-chefs,
  .release-desktop-stories-section .vf-stories,
  .release-desktop-faq-section .vf-faq,
  .release-desktop-footer-section .vf-footer {
    width: var(--release-desktop-canvas);
    max-width: none;
    margin: 0;
  }

  .release-desktop-footer-section .vf-footer {
    position: relative;
    z-index: 1;
    background: transparent;
    overflow: visible;
  }

  .release-desktop-footer-section .vf-footer__decor {
    z-index: 1;
    left: 50%;
    right: auto;
    bottom: 0;
    width: var(--release-desktop-viewport-width, var(--release-desktop-canvas));
    transform: translateX(-50%);
  }

  .release-desktop-footer-section .vf-footer__content {
    position: relative;
    z-index: 2;
  }

  .release-desktop-hero-section .vf-hero {
    --hero-title-left: 256px;
    --hero-title-top: 75px;
    --hero-title-width: 820px;
    --hero-title-size: 54px;
    --hero-title-line: 1.1em;
    --hero-title-line-1-shift: 0px;
    --hero-title-line-2-shift: 0px;
    --hero-title-line-3-shift: 0px;
    --hero-title-line-4-shift: 0px;
    --hero-title-home-weight: 700;
    --hero-card-left: 1266px;
    --hero-card-top: 93px;
    --hero-card-width: 397px;
    --hero-card-min-height: 309px;
    --hero-card-pad-top: 42px;
    --hero-card-pad-x: 32px;
    --hero-card-title-size: 24px;
    --hero-card-price-affix-size: 18px;
    --hero-card-price-value-size: 44px;
    --hero-card-button-height: 64px;
    --hero-card-radius: 40px;
    --hero-visual-left: 188px;
    --hero-visual-top: 346px;
    --hero-visual-width: 1544px;
    --hero-visual-height: 807px;
    --hero-visual-radius: 64px;
    --hero-branch-width: 260px;
    --hero-cupcake-width: 185px;
    --hero-cupcake-right: 24px;
    --hero-cupcake-bottom: -10px;
    --hero-info-left: 248px;
    --hero-info-top: 370px;
    --hero-info-width: 430px;
    --hero-info-height: 192px;
    --hero-sticker-min-width: 305px;
    --hero-sticker-min-height: 96px;
    --hero-sticker-gap: 28px;
    --hero-sticker-pad-left: 20px;
    --hero-sticker-pad-right: 30px;
    --hero-sticker-radius: 30px;
    --hero-sticker-font-size: 24px;
    --hero-sticker-icon-size: 64px;
    --hero-discount-left: 80px;
    --hero-discount-top: 92px;
    min-height: 1238px;
  }

  .release-desktop-menu-section .vf-menu {
    --menu-title-left: 256px;
    --menu-title-top: 80px;
    --menu-title-width: 560px;
    --menu-title-size: 54px;
    --menu-title-line: 1.1em;
    --menu-title-line-1-shift: 0px;
    --menu-title-line-2-shift: 0px;
    --menu-nav-y: 128px;
    --menu-card-gap: 40px;
    --menu-card-gap-total: 120px;
    --menu-row-left: 256px;
    --menu-line-width: 1468px;
    --menu-clip-left: 188px;
    min-height: 920px;
  }

  .release-desktop-menu-section .vf-menu__viewport {
    width: calc(var(--release-desktop-canvas) - var(--menu-clip-left));
    max-width: calc(var(--release-desktop-canvas) - var(--menu-clip-left));
  }

  .release-desktop-menu-section .vf-menu__header {
    min-height: 235px;
  }

  .release-desktop-menu-section .vf-menu-day__title {
    height: 61px;
  }

  .release-desktop-plans-section .vf-plans {
    --plans-title-left: 256px;
    --plans-title-top: 80px;
    --plans-title-width: 560px;
    --plans-title-size: 54px;
    --plans-title-line: 1.1em;
    --plans-card-target-width: 1007px;
    --plans-card-available-width: 1007px;
    --plans-card-width: 1007px;
    --plans-card-height: 340px;
    --plans-card-gap: 14px;
    --plans-column-gap: 60px;
    margin: 0;
    padding: 80px 0 96px 256px;
    display: grid;
    grid-template-columns: 343px 1007px;
    align-items: start;
    gap: 60px;
  }

  .release-desktop-plans-section--native .vf-plans {
    --plans-title-left: calc(256px * var(--plans-native-scale));
    --plans-title-top: calc(80px * var(--plans-native-scale));
    --plans-title-width: calc(560px * var(--plans-native-scale));
    --plans-title-size: calc(54px * var(--plans-native-scale));
    --plans-card-target-width: calc(1007px * var(--plans-native-scale));
    --plans-card-available-width: var(--plans-card-target-width);
    --plans-card-width: var(--plans-card-target-width);
    --plans-card-height: calc(340px * var(--plans-native-scale));
    --plans-card-gap: calc(14px * var(--plans-native-scale));
    --plans-column-gap: calc(60px * var(--plans-native-scale));
    --plans-sticky-top: calc(32px * var(--plans-native-scale));
    width: var(--plans-native-width);
    max-width: none;
    margin: 0 0 0 var(--plans-native-left);
    padding: var(--plans-title-top) 0 calc(96px * var(--plans-native-scale)) var(--plans-title-left);
    grid-template-columns: calc(343px * var(--plans-native-scale)) var(--plans-card-width);
    gap: var(--plans-column-gap);
  }

  .release-desktop-plans-section .vf-plans__intro {
    --plans-intro-y: 0px;
    position: sticky;
    top: var(--plans-sticky-top, 32px);
    align-self: start;
    overflow: visible;
    display: flex;
    flex-direction: column;
    gap: 52px;
    backface-visibility: visible;
    transform: none;
    will-change: auto;
  }

  .release-desktop-plans-section--native .vf-plans__intro {
    gap: calc(52px * var(--plans-native-scale));
    margin-bottom: calc(-12px * var(--plans-native-scale));
  }

  .release-desktop-plans-section .vf-plans__copy {
    order: initial;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
    margin: 0;
  }

  .release-desktop-plans-section--native .vf-plans__copy {
    gap: calc(32px * var(--plans-native-scale));
  }

  .release-desktop-plans-section .vf-plans__title {
    align-self: auto;
    width: 560px;
    height: 118.8px;
    margin: 0;
    font-size: 54px;
    line-height: 1.1;
  }

  .release-desktop-plans-section--native .vf-plans__title {
    width: var(--plans-title-width);
    height: calc(118.8px * var(--plans-native-scale));
    font-size: var(--plans-title-size);
  }

  .release-desktop-plans-section .vf-section-subtitle {
    align-self: auto;
    width: 343px;
    margin: 0;
    font-size: 20px;
    line-height: 1.15;
    text-align: left;
  }

  .release-desktop-plans-section--native .vf-section-subtitle {
    width: calc(343px * var(--plans-native-scale));
    font-size: calc(20px * var(--plans-native-scale));
  }

  .release-desktop-plans-section .vf-plans__cards {
    order: initial;
    width: 1007px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 0;
  }

  .release-desktop-plans-section--native .vf-plans__cards {
    width: var(--plans-card-width);
    gap: var(--plans-card-gap);
  }

  .release-desktop-plans-section .vf-plan-card {
    width: 100%;
    height: 340px;
    min-height: 0;
    margin: 0;
    padding: 8px;
    border-radius: 40px;
    display: grid;
    grid-template-areas: none;
    grid-template-columns: 30.3fr 37.1fr 32.6fr;
    grid-template-rows: none;
    gap: 24px;
    overflow: visible;
  }

  .release-desktop-plans-section--native .vf-plan-card {
    height: var(--plans-card-height);
    padding: calc(8px * var(--plans-native-scale));
    border-radius: calc(40px * var(--plans-native-scale));
    gap: calc(24px * var(--plans-native-scale));
  }

  .release-desktop-plans-section .vf-plan-card__main {
    grid-area: auto;
    padding: 30px 0 24px 24px;
    gap: 24px;
  }

  .release-desktop-plans-section--native .vf-plan-card__main {
    padding: calc(30px * var(--plans-native-scale)) 0 calc(24px * var(--plans-native-scale)) calc(24px * var(--plans-native-scale));
    gap: calc(24px * var(--plans-native-scale));
  }

  .release-desktop-plans-section .vf-plan-card__header {
    gap: 18px;
  }

  .release-desktop-plans-section--native .vf-plan-card__header {
    gap: calc(18px * var(--plans-native-scale));
  }

  .release-desktop-plans-section .vf-plan-card__name {
    font-size: 32px;
    font-weight: 700;
  }

  .release-desktop-plans-section--native .vf-plan-card__name {
    font-size: calc(32px * var(--plans-native-scale));
  }

  .release-desktop-plans-section .vf-plan-card__description {
    max-width: 260px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.18;
  }

  .release-desktop-plans-section--native .vf-plan-card__description {
    max-width: calc(260px * var(--plans-native-scale));
    font-size: calc(20px * var(--plans-native-scale));
  }

  .release-desktop-plans-section .vf-plan-card__amount {
    font-size: 28px;
    font-weight: 700;
  }

  .release-desktop-plans-section--native .vf-plan-card__amount {
    font-size: calc(28px * var(--plans-native-scale));
  }

  .release-desktop-plans-section .vf-plan-card__eyebrow {
    font-size: 20px;
    font-weight: 700;
  }

  .release-desktop-plans-section--native .vf-plan-card__eyebrow {
    font-size: calc(20px * var(--plans-native-scale));
  }

  .release-desktop-plans-section .vf-plan-card__period {
    font-size: 20px;
    font-weight: 700;
  }

  .release-desktop-plans-section--native .vf-plan-card__period {
    font-size: calc(20px * var(--plans-native-scale));
  }

  .release-desktop-plans-section .vf-plan-card__month {
    font-size: 20px;
    font-weight: 700;
  }

  .release-desktop-plans-section .vf-plan-card--personalized .vf-plan-card__price {
    row-gap: 8px;
    transform: translateY(calc(-28px * var(--plans-native-scale, 1)));
  }

  .release-desktop-plans-section--native .vf-plan-card__month {
    font-size: calc(20px * var(--plans-native-scale));
  }

  .release-desktop-plans-section .vf-plan-card__details {
    grid-area: auto;
    padding: 30px 0 28px;
  }

  .release-desktop-plans-section--native .vf-plan-card__details {
    padding: calc(30px * var(--plans-native-scale)) 0 calc(28px * var(--plans-native-scale));
  }

  .release-desktop-plans-section .vf-plan-card__included {
    margin-bottom: 22px;
    font-size: 20px;
  }

  .release-desktop-plans-section--native .vf-plan-card__included {
    margin-bottom: calc(22px * var(--plans-native-scale));
    font-size: calc(20px * var(--plans-native-scale));
  }

  .release-desktop-plans-section .vf-plan-card__features {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.28;
  }

  .release-desktop-plans-section--native .vf-plan-card__features {
    font-size: calc(18px * var(--plans-native-scale));
  }

  .release-desktop-plans-section .vf-plan-card__button {
    width: min(315px, 100%);
    min-height: 64px;
    margin-top: auto;
    font-size: 20px;
  }

  .release-desktop-plans-section--native .vf-plan-card__button {
    width: min(calc(315px * var(--plans-native-scale)), 100%);
    min-height: calc(64px * var(--plans-native-scale));
    font-size: calc(20px * var(--plans-native-scale));
  }

  .release-desktop-plans-section .vf-plan-card__visual {
    grid-area: auto;
    width: auto;
    height: 324px;
    border-radius: 32px;
  }

  .release-desktop-plans-section--native .vf-plan-card__visual {
    height: calc(324px * var(--plans-native-scale));
    border-radius: calc(32px * var(--plans-native-scale));
  }

  .release-desktop-plans-section .vf-support-badge {
    position: relative;
    order: initial;
    align-self: stretch;
    width: 343px;
    min-height: 507px;
    margin: 0;
    padding: 42px 14px 14px;
  }

  .release-desktop-plans-section--native .vf-support-badge {
    width: calc(343px * var(--plans-native-scale));
    min-height: calc(507px * var(--plans-native-scale));
    padding: calc(42px * var(--plans-native-scale)) calc(14px * var(--plans-native-scale)) calc(14px * var(--plans-native-scale));
    border-radius: calc(36px * var(--plans-native-scale));
  }

  .release-desktop-plans-section--native .vf-support-badge__image {
    width: calc(258px * var(--plans-native-scale));
    height: calc(216px * var(--plans-native-scale));
    margin-bottom: calc(34px * var(--plans-native-scale));
  }

  .release-desktop-plans-section--native .vf-support-badge__copy {
    gap: calc(14px * var(--plans-native-scale));
  }

  .release-desktop-plans-section--native .vf-support-badge__title {
    max-width: calc(285px * var(--plans-native-scale));
    font-size: calc(32px * var(--plans-native-scale));
  }

  .release-desktop-plans-section--native .vf-support-badge__text {
    font-size: calc(20px * var(--plans-native-scale));
  }

  .release-desktop-plans-section--native .vf-support-badge__button {
    width: calc(315px * var(--plans-native-scale));
    min-height: calc(64px * var(--plans-native-scale));
    gap: calc(16px * var(--plans-native-scale));
    font-size: calc(20px * var(--plans-native-scale));
  }

  .release-desktop-plans-section--native .vf-support-badge__button img {
    width: calc(20px * var(--plans-native-scale));
    height: calc(20px * var(--plans-native-scale));
  }

  .release-desktop-chefs-section .vf-chefs {
    margin: 0;
    padding: 80px 256px;
    color: #1e4487;
  }

  .release-desktop-chefs-section .vf-chefs__layout {
    display: grid;
    width: auto;
    margin: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .release-desktop-chefs-section .vf-chefs-card {
    width: auto;
    height: 819px;
    min-width: 0;
    border-radius: 40px;
  }

  .release-desktop-chefs-section .vf-chefs-card--text {
    min-height: 0;
    background: #ffffff;
  }

  .release-desktop-chefs-section .vf-chefs-card--photo {
    height: 819px;
    background: #c5daf1;
  }

  .release-desktop-chefs-section .vf-chefs-card__body {
    height: 100%;
    min-height: 0;
    padding: 214px 88px 206px;
    justify-content: center;
  }

  .release-desktop-chefs-section .vf-chefs__heading {
    margin: 0;
    font-size: 54px;
    line-height: 1.1;
  }

  .release-desktop-chefs-section .vf-chefs__cta {
    min-width: 244px;
    min-height: 64px;
    margin-top: 42px;
  }

  .release-desktop-chefs-section .vf-chef-caption {
    left: 8px;
    right: 8px;
    bottom: 8px;
    min-height: 130px;
    padding: 24px 27px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    color: #1e4487;
  }

  .release-desktop-chefs-section .vf-chef-caption__first-name {
    font-size: 26px;
  }

  .release-desktop-chefs-section .vf-chef-caption__last-name {
    font-size: 34px;
  }

  .release-desktop-chefs-section .vf-chef-caption__experience {
    font-size: 16px;
  }

  .release-desktop-chefs-section .vf-chef-caption__controls {
    gap: 16px;
    margin-top: 0;
  }

  .release-desktop-chefs-section .vf-chef-caption__button {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
  }

  .release-desktop-stories-section .vf-stories {
    margin: 0;
    padding: 80px 256px 92px;
    color: #1e4487;
  }

  .release-desktop-faq-section .vf-faq {
    --faq-support-y: 0px;
    margin: 0;
    padding: 78px 256px 88px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 343px;
    gap: 48px;
    color: #1e4487;
    overflow: visible;
  }

  .release-desktop-faq-section--native .vf-faq {
    --faq-sticky-top: calc(32px * var(--faq-native-scale));
    width: var(--faq-native-width);
    max-width: none;
    margin: 0 0 0 var(--faq-native-left);
    padding: calc(78px * var(--faq-native-scale)) calc(256px * var(--faq-native-scale)) calc(88px * var(--faq-native-scale));
    grid-template-columns: minmax(0, 1fr) calc(343px * var(--faq-native-scale));
    gap: calc(48px * var(--faq-native-scale));
  }

  .release-desktop-faq-section .vf-faq__main {
    width: auto;
    min-width: 0;
  }

  .release-desktop-faq-section .vf-faq__heading {
    width: auto;
    margin: 0;
    color: #1e4487;
    font-size: 64px;
    line-height: 0.96;
    text-align: left;
  }

  .release-desktop-faq-section--native .vf-faq__heading {
    font-size: calc(64px * var(--faq-native-scale));
  }

  .release-desktop-faq-section .vf-faq-tabs {
    width: auto;
    margin-top: 48px;
    padding: 0;
    gap: 36px;
    overflow: visible;
  }

  .release-desktop-faq-section--native .vf-faq-tabs {
    margin-top: calc(48px * var(--faq-native-scale));
    gap: calc(36px * var(--faq-native-scale));
  }

  .release-desktop-faq-section .vf-faq-tabs__button {
    color: #1e4487;
    font-size: 16px;
    white-space: nowrap;
  }

  .release-desktop-faq-section--native .vf-faq-tabs__button {
    font-size: calc(16px * var(--faq-native-scale));
  }

  .release-desktop-faq-section .vf-faq-panels {
    width: auto;
    margin: 32px 0 0;
  }

  .release-desktop-faq-section--native .vf-faq-panels {
    margin-top: calc(32px * var(--faq-native-scale));
  }

  .release-desktop-faq-section .vf-faq-panel.is-active {
    gap: 12px;
  }

  .release-desktop-faq-section--native .vf-faq-panel.is-active {
    gap: calc(12px * var(--faq-native-scale));
  }

  .release-desktop-faq-section .vf-faq-item {
    padding: 26px 32px;
    border-radius: 36px;
    grid-template-columns: 82px minmax(0, 1fr) 56px;
    column-gap: 32px;
  }

  .release-desktop-faq-section--native .vf-faq-item {
    padding: calc(26px * var(--faq-native-scale)) calc(32px * var(--faq-native-scale));
    border-radius: calc(36px * var(--faq-native-scale));
    grid-template-columns: calc(82px * var(--faq-native-scale)) minmax(0, 1fr) calc(56px * var(--faq-native-scale));
    column-gap: calc(32px * var(--faq-native-scale));
  }

  .release-desktop-faq-section .vf-faq-item.is-open {
    padding-bottom: 30px;
  }

  .release-desktop-faq-section--native .vf-faq-item.is-open {
    padding-bottom: calc(30px * var(--faq-native-scale));
  }

  .release-desktop-faq-section .vf-faq-item__number {
    display: block;
    color: rgba(30, 68, 135, 0.52);
    font-size: 34px;
    font-weight: 400;
    line-height: 1;
    padding-top: 1px;
  }

  .release-desktop-faq-section--native .vf-faq-item__number {
    font-size: calc(34px * var(--faq-native-scale));
    padding-top: calc(1px * var(--faq-native-scale));
  }

  .release-desktop-faq-section .vf-faq-item__question {
    color: #1e4487;
    font-size: 34px;
    font-weight: 400;
    line-height: 1.08;
  }

  .release-desktop-faq-section--native .vf-faq-item__question {
    font-size: calc(34px * var(--faq-native-scale));
  }

  .release-desktop-faq-section .vf-faq-item__answer {
    max-width: 810px;
    color: #1e4487;
    font-size: 17px;
    line-height: 1.34;
  }

  .release-desktop-faq-section--native .vf-faq-item__answer {
    max-width: calc(810px * var(--faq-native-scale));
    font-size: calc(17px * var(--faq-native-scale));
  }

  .release-desktop-faq-section .vf-faq-item.is-open .vf-faq-item__answer-wrap {
    margin-top: 22px;
  }

  .release-desktop-faq-section--native .vf-faq-item.is-open .vf-faq-item__answer-wrap {
    margin-top: calc(22px * var(--faq-native-scale));
  }

  .release-desktop-faq-section .vf-faq-toggle {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    background: #c6daf0;
    color: #1e4487;
    transition: background-color 180ms ease, color 180ms ease;
  }

  .release-desktop-faq-section--native .vf-faq-toggle {
    width: calc(56px * var(--faq-native-scale));
    min-width: calc(56px * var(--faq-native-scale));
    height: calc(56px * var(--faq-native-scale));
    min-height: calc(56px * var(--faq-native-scale));
  }

  .release-desktop-faq-section--native .vf-faq-toggle__icon {
    width: calc(18px * var(--faq-native-scale));
    height: calc(18px * var(--faq-native-scale));
  }

  .release-desktop-faq-section--native .vf-faq-toggle__icon::before,
  .release-desktop-faq-section--native .vf-faq-toggle__icon::after {
    top: calc(8px * var(--faq-native-scale));
    width: calc(18px * var(--faq-native-scale));
    height: max(1px, calc(2px * var(--faq-native-scale)));
  }

  .release-desktop-faq-section .vf-faq-item.is-open .vf-faq-toggle {
    background: #1e4487;
    color: #ffffff;
  }

  .release-desktop-faq-section .vf-faq__support {
    position: sticky;
    top: var(--faq-sticky-top, 32px);
    align-self: start;
    width: auto;
    margin: 0;
    max-height: none;
    transform: none;
    will-change: auto;
  }

  .release-desktop-faq-section .vf-faq .vf-support-badge {
    width: 343px;
    min-height: 507px;
    margin: 0;
    padding: 42px 14px 14px;
    border-radius: 36px;
  }

  .release-desktop-faq-section--native .vf-faq .vf-support-badge {
    width: calc(343px * var(--faq-native-scale));
    min-height: calc(507px * var(--faq-native-scale));
    padding: calc(42px * var(--faq-native-scale)) calc(14px * var(--faq-native-scale)) calc(14px * var(--faq-native-scale));
    border-radius: calc(36px * var(--faq-native-scale));
  }

  .release-desktop-faq-section--native .vf-support-badge__image {
    width: calc(258px * var(--faq-native-scale));
    height: calc(216px * var(--faq-native-scale));
    margin-bottom: calc(34px * var(--faq-native-scale));
  }

  .release-desktop-faq-section--native .vf-support-badge__copy {
    gap: calc(14px * var(--faq-native-scale));
  }

  .release-desktop-faq-section--native .vf-support-badge__title {
    max-width: calc(285px * var(--faq-native-scale));
    font-size: calc(32px * var(--faq-native-scale));
  }

  .release-desktop-faq-section--native .vf-support-badge__text {
    font-size: calc(20px * var(--faq-native-scale));
  }

  .release-desktop-faq-section--native .vf-support-badge__button {
    width: calc(315px * var(--faq-native-scale));
    min-height: calc(64px * var(--faq-native-scale));
    gap: calc(16px * var(--faq-native-scale));
    font-size: calc(20px * var(--faq-native-scale));
  }

  .release-desktop-faq-section--native .vf-support-badge__button img {
    width: calc(20px * var(--faq-native-scale));
    height: calc(20px * var(--faq-native-scale));
  }

  .release-desktop-steps-section {
    position: absolute;
    z-index: 4;
    display: block;
    top: calc(3789px * var(--release-desktop-scale));
    left: 50%;
    width: var(--release-desktop-canvas);
    height: calc(1043px + var(--release-steps-flow-offset, 0px));
    box-sizing: border-box;
    background: #f5f8ff;
    color: #1e4487;
    font-family: 'Inter', 'Inter Local', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    overflow: hidden;
    transform: translateX(-50%) scale(var(--release-desktop-scale));
    transform-origin: top center;
  }

  .release-desktop-steps-section .vf-steps {
    --vf-steps-gap: 14px;
    --vf-steps-visual-height: 704px;
    --vf-steps-pin-y: 0px;
    --vf-steps-reveal-height: 0px;
    --vf-steps-scroll-range: 1061px;
    --vf-steps-scene-height: 1043px;
    --vf-steps-bottom-padding: 80px;
    color: #1e4487;
    font-family: 'Inter', 'Inter Local', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    position: relative;
    margin: 0;
    overflow-anchor: none;
  }

  .release-desktop-steps-section .vf-steps.is-scroll-slider {
    height: var(--vf-steps-scene-height);
    overflow: visible;
  }

  .release-desktop-steps-section .vf-steps__sticky {
    position: relative;
    height: auto;
    overflow: visible;
  }

  .release-desktop-steps-section .vf-steps.is-scroll-slider .vf-steps__sticky {
    position: absolute;
    inset: 0;
    height: var(--vf-steps-scene-height);
    overflow: visible;
  }

  .release-desktop-steps-section .vf-steps__stage {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 88px 256px 198px;
    box-sizing: border-box;
  }

  .release-desktop-steps-section .vf-steps.is-scroll-slider .vf-steps__stage {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate3d(-50%, var(--vf-steps-pin-y), 0);
    will-change: transform;
  }

  .release-desktop-steps-section .vf-steps-heading {
    width: 100%;
    margin: 0 auto 58px;
    color: #1e4487;
    font-size: 54px;
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
  }

  .release-desktop-steps-section .vf-steps.is-scroll-slider .vf-steps-heading {
    transform: translate3d(0, calc(-1 * var(--vf-steps-reveal-height)), 0);
    will-change: transform;
  }

  .release-desktop-steps-section .vf-steps-heading span {
    font-weight: 700;
  }

  .release-desktop-steps-section .vf-step-visual {
    width: 100%;
    height: var(--vf-steps-visual-height);
    margin: 0;
    border-radius: 36px;
    overflow: hidden;
    background: #bfd8f0;
  }

  .release-desktop-steps-section .vf-step-visual img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
  }

  .release-desktop-steps-section .vf-steps__list {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: var(--vf-steps-gap);
    overflow: visible;
  }

  .release-desktop-steps-section .vf-steps.is-scroll-slider .vf-steps__list {
    display: block;
    height: calc(var(--vf-steps-visual-height) + var(--vf-steps-reveal-height));
    margin-top: 58px;
    overflow: visible;
    contain: layout;
    transform: translate3d(0, calc(-1 * var(--vf-steps-reveal-height)), 0);
    will-change: transform;
  }

  .release-desktop-steps-section .vf-step {
    position: relative;
    min-height: var(--vf-steps-visual-height);
  }

  .release-desktop-steps-section .vf-steps.is-scroll-slider .vf-step {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: var(--vf-steps-visual-height);
    z-index: var(--vf-step-z);
    transform: translate3d(0, var(--vf-step-y), 0);
    will-change: transform;
  }

  .release-desktop-steps-section .vf-step-text-card {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 548px;
    height: 224px;
    padding: 30px 32px 28px;
    border-radius: 28px;
    background: #ffffff;
    color: #1e4487;
    display: flex;
    flex-direction: column;
  }

  .release-desktop-steps-section .vf-step-text-card__number {
    margin-bottom: 26px;
    font-size: 26px;
  }

  .release-desktop-steps-section .vf-step-text-card__title {
    margin-bottom: 18px;
    color: #1e4487;
    font-size: 28px;
  }

  .release-desktop-steps-section .vf-step-text-card__text {
    max-width: 484px;
    color: #1e4487;
    font-size: 18px;
    line-height: 1.2;
  }

  .release-desktop-benefits-section {
    position: absolute;
    z-index: 4;
    display: block;
    top: calc((4832px * var(--release-desktop-scale)) + var(--release-steps-flow-offset-scaled, 0px));
    left: 50%;
    width: var(--release-desktop-canvas);
    height: 1050px;
    box-sizing: border-box;
    background: #f5f8ff;
    color: #1e4487;
    font-family: 'Inter', 'Inter Local', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    overflow: visible;
    transform: translateX(-50%) scale(var(--release-desktop-scale));
    transform-origin: top center;
  }

  .release-desktop-benefits-section .vf-benefits {
    max-width: 1920px;
    margin: 0 auto;
    padding: 88px 256px 92px;
    box-sizing: border-box;
    color: #1e4487;
  }

  .release-desktop-benefits-section .vf-benefits__heading {
    width: auto;
    margin: 0 0 42px;
    color: #1e4487;
    font-size: 54px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0;
    text-align: left;
    text-transform: uppercase;
  }

  .release-desktop-benefits-section .vf-heading-style-1__bold {
    font-weight: 700;
  }

  .release-desktop-benefits-section .vf-benefits__grid {
    display: grid;
    width: auto;
    margin: 0;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 354px;
    gap: 12px;
  }

  .release-desktop-benefits-section .vf-benefit-card {
    position: relative;
    min-width: 0;
    border-radius: 40px;
    overflow: hidden;
    box-sizing: border-box;
    color: #1e4487;
  }

  .release-desktop-benefits-section .vf-benefit-card--horizontal {
    grid-column: span 2;
    height: auto;
  }

  .release-desktop-benefits-section .vf-benefit-card--vertical {
    grid-row: span 2;
    height: auto;
  }

  .release-desktop-benefits-section .vf-benefit-card--square {
    height: 100%;
  }

  .release-desktop-benefits-section .vf-benefit-card__copy {
    position: absolute;
    z-index: 2;
    left: 32px;
    right: 32px;
    bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    transform: translate3d(0, var(--vf-benefit-copy-rest-offset, 0px), 0);
    transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
  }

  .release-desktop-benefits-section .vf-benefit-card__title {
    position: static;
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .release-desktop-benefits-section .vf-benefit-card--nutrition .vf-benefit-card__title,
  .release-desktop-benefits-section .vf-benefit-card--flavour .vf-benefit-card__title {
    max-width: 296px;
  }

  .release-desktop-benefits-section .vf-benefit-card__text {
    position: static;
    display: block;
    max-width: 340px;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.14;
    letter-spacing: 0;
    opacity: 0;
    filter: blur(6px);
    transform: translate3d(0, 14px, 0);
    transition:
      opacity 240ms ease,
      transform 280ms cubic-bezier(0.22, 1, 0.36, 1),
      filter 240ms ease;
    pointer-events: none;
    will-change: opacity, transform, filter;
  }

  .release-desktop-benefits-section .vf-benefit-card__image {
    position: absolute;
    display: block;
    max-width: none;
  }

  .release-desktop-benefits-section .vf-benefit-card__icon {
    position: absolute;
    top: 44px;
    left: 42px;
    display: block;
    max-width: none;
  }

  .release-desktop-benefits-section .vf-benefit-card__icon--delivery {
    width: 69px;
    height: 69px;
  }

  .release-desktop-benefits-section .vf-benefit-card__icon--goals {
    width: 69px;
    height: 69px;
  }

  .release-desktop-benefits-section .vf-benefit-card__icon--new {
    width: 63px;
    height: 69px;
  }

  .release-desktop-benefits-section .vf-benefit-card--nutrition {
    background: #c5daf1;
  }

  .release-desktop-benefits-section .vf-benefit-card__image--nutrition {
    width: 568px;
    right: 8px;
    top: auto;
    bottom: 0;
  }

  .release-desktop-benefits-section .vf-benefit-card--ingredients {
    background: #dde8a5;
    color: #14470f;
  }

  .release-desktop-benefits-section .vf-benefit-card__image--ingredients {
    width: 330px;
    left: 14px;
    top: 52px;
  }

  .release-desktop-benefits-section .vf-benefit-card--delivery,
  .release-desktop-benefits-section .vf-benefit-card--new {
    background: #fcd2a8;
    color: #79170e;
  }

  .release-desktop-benefits-section .vf-benefit-card--goals {
    background: #dde8a5;
    color: #14470f;
  }

  .release-desktop-benefits-section .vf-benefit-card--flavour {
    height: auto;
    background: #ffffff;
  }

  .release-desktop-benefits-section .vf-benefit-card__image--flavour {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center top;
  }

  .release-desktop-benefits-section .vf-benefit-card--flavour::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 120px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 74%);
    z-index: 1;
  }

  @media (hover: hover) and (pointer: fine) {
    .release-desktop-benefits-section .vf-benefit-card:hover .vf-benefit-card__copy {
      transform: translate3d(0, 0, 0);
    }

    .release-desktop-benefits-section .vf-benefit-card:hover .vf-benefit-card__text {
      opacity: 1;
      filter: blur(0);
      transform: translate3d(0, 0, 0);
    }
  }

  .release-desktop-delivery-section {
    position: absolute;
    z-index: 4;
    display: block;
    top: calc((5882px * var(--release-desktop-scale)) + var(--release-steps-flow-offset-scaled, 0px));
    left: 50%;
    width: var(--release-desktop-canvas);
    height: 825px;
    box-sizing: border-box;
    background: #f5f8ff;
    color: #1e4487;
    font-family: 'Inter', 'Inter Local', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    overflow: visible;
    transform: translateX(-50%) scale(var(--release-desktop-scale));
    transform-origin: top center;
  }

  .release-desktop-delivery-section .vf-delivery {
    max-width: 1920px;
    margin: 0 auto;
    padding: 80px 256px 92px;
    box-sizing: border-box;
    color: #1e4487;
  }

  .release-desktop-delivery-section .vf-delivery__frame {
    position: relative;
    width: 100%;
    height: 653px;
    margin: 0;
    border-radius: 40px;
    overflow: hidden;
    background: #c5daf1;
  }

  .release-desktop-delivery-section .vf-delivery__map {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 1;
  }

  .release-desktop-delivery-section .vf-delivery-info-card {
    position: absolute;
    z-index: 2;
    top: 8px;
    left: 8px;
    right: auto;
    width: 400px;
    height: calc(100% - 16px);
    min-height: 0;
    padding: 36px 32px 34px;
    border-radius: 32px;
    box-sizing: border-box;
    background: #ffffff;
    color: #1e4487;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    text-align: left;
  }

  .release-desktop-delivery-section .vf-delivery-info-card__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .release-desktop-delivery-section .vf-delivery-info-card__title {
    margin: 0 0 34px;
    font-size: 54px;
    line-height: 1;
  }

  .release-desktop-delivery-section .vf-delivery-info-card__text {
    margin: 0;
    max-width: 332px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: 0;
  }

  .release-desktop-delivery-section .vf-delivery-info-card__time {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .release-desktop-account-cta-section {
    position: absolute;
    z-index: 5;
    display: block;
    top: calc((9628px * var(--release-desktop-scale)) + var(--release-steps-flow-offset-scaled, 0px) + var(--release-faq-flow-offset-scaled, 0px));
    left: 50%;
    width: var(--release-desktop-canvas);
    height: 829px;
    box-sizing: border-box;
    background: #f5f8ff;
    color: #14470f;
    font-family: 'Inter', 'Inter Local', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    overflow: visible;
    transform: translateX(-50%) scale(var(--release-desktop-scale));
    transform-origin: top center;
  }

  .release-desktop-account-cta-section::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2px;
    z-index: 20;
    width: var(--release-desktop-viewport-width, var(--release-desktop-canvas));
    height: 4px;
    transform: translateX(-50%);
    background: #f5f8ff;
    pointer-events: none;
  }

}
