.figs-mobile-home {
  display: none;
}

@media (max-width: 1024px) {
  html,
  body.figs-mobile-home-page {
    overflow-x: hidden;
    background: #f6f1ea;
    position: static !important;
    top: auto !important;
    width: auto !important;
  }

  body.figs-mobile-home-page [id="t-header"],
  body.figs-mobile-home-page #annexx-wrap-preloader,
  body.figs-mobile-home-page #annexx-prepreloader,
  body.figs-mobile-home-page #rec2445268811,
  body.figs-mobile-home-page #allrecords > .r,
  body.figs-mobile-home-page #allrecords > footer {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }


  body.figs-mobile-home-page #allrecords {
    opacity: 1 !important;
    visibility: visible !important;
  }

  body.figs-mobile-home-page #allrecords > .figs-mobile-home {
    display: block !important;
  }

  .figs-mobile-preloader {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: grid;
    grid-template-rows: 1fr auto;
    place-items: center;
    padding: 8vh 24px;
    color: #23405a;
    background: #f6f1ea;
    transition:
      opacity 720ms ease,
      visibility 720ms ease;
  }

  .figs-mobile-preloader--done {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .figs-mobile-preloader__brand {
    display: grid;
    justify-items: center;
    opacity: 1;
  }

  .figs-mobile-preloader__brand--visible {
    opacity: 1;
  }

  .figs-mobile-preloader__mark {
    position: relative;
    overflow: hidden;
    width: min(290px, 70vw);
    aspect-ratio: 3689 / 2029;
    margin-inline: auto;
  }

  .figs-mobile-preloader__mark img {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    display: block;
    width: 215%;
    height: auto;
    transform: translate(-50%, -50%);
  }

  .figs-mobile-preloader__circle {
    position: absolute;
    left: 50%;
    top: var(--figs-preloader-y, 30%);
    z-index: 1;
    width: 64px;
    height: 64px;
    background: #23405a;
    border-radius: 999px;
    box-shadow: none;
    transform: translate(-50%, -50%) scale(var(--figs-preloader-scale, 0.3));
    transition:
      top 140ms linear,
      transform 140ms linear;
  }

  .figs-mobile-preloader__name {
    color: #23405a;
    font-family: Manrope, Arial, sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
  }

  .figs-mobile-preloader__percent {
    margin-bottom: 2vh;
    color: #23405a;
    font-family: Forum, Georgia, serif;
    font-size: 54px;
    line-height: 1;
  }

  .figs-mobile-home,
  .figs-mobile-home * {
    box-sizing: border-box;
  }

  .figs-mobile-home {
    min-height: 100vh;
    color: #23405a;
    background: #f6f1ea;
    font-family: Manrope, Arial, sans-serif;
  }

  .figs-mobile-home a {
    color: inherit;
    text-decoration: none;
  }

  .figs-mobile-nav {
    position: sticky;
    top: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 56px;
    padding: 0 15px;
    background: rgba(246, 241, 234, 0.96);
    border-bottom: 1px solid rgba(35, 64, 90, 0.12);
    backdrop-filter: blur(14px);
  }

  .figs-mobile-brand {
    display: inline-flex;
    align-items: center;
    gap: 0;
    min-width: 0;
    color: #23405a !important;
  }

  .figs-mobile-brand img {
    display: none;
  }

  .figs-mobile-brand .figs-mobile-logo {
    display: block !important;
    width: 150px;
    height: auto;
    filter: brightness(0) saturate(100%) invert(21%) sepia(26%) saturate(1397%) hue-rotate(164deg) brightness(93%) contrast(92%);
  }

  .figs-mobile-brand strong {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #23405a;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
  }

  .figs-mobile-brand b {
    color: #23405a;
    font-family: Forum, Georgia, serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1;
  }

  .figs-mobile-brand i {
    display: block;
    width: 1px;
    height: 18px;
    background: rgba(35, 64, 90, 0.2);
  }

  .figs-mobile-brand small {
    color: #99948d;
    font-family: Manrope, Arial, sans-serif;
    font-size: 9px;
    font-weight: 400;
    letter-spacing: 0.12em;
    line-height: 1;
    text-transform: uppercase;
  }

  .figs-mobile-brand span {
    display: none;
  }

  .figs-mobile-nav__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 12px;
    color: #f6f1ea !important;
    background: #23405a;
    border: 1px solid #23405a;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.7px;
    line-height: 1.15;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .figs-mobile-hero {
    position: relative;
    min-height: 680px;
    overflow: hidden;
    background: #1d3348;
  }

  .figs-mobile-hero__image {
    position: absolute;
    inset: 0;
    background-image: url("/static/img/mobile-home/hero.jpg");
    background-position: 50% 50%;
    background-size: cover;
    transform: scale(1.02);
  }

  .figs-mobile-hero__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, rgba(21, 33, 46, 0.04) 0%, rgba(21, 33, 46, 0.18) 42%, rgba(21, 33, 46, 0.94) 100%),
      linear-gradient(90deg, rgba(21, 33, 46, 0.34) 0%, rgba(21, 33, 46, 0.04) 68%);
  }

  .figs-mobile-hero__content {
    position: relative;
    z-index: 1;
    display: grid;
    align-content: end;
    min-height: 680px;
    padding: 0 24px 32px;
  }

  .figs-mobile-eyebrow {
    margin: 0 0 14px;
    color: rgba(246, 241, 234, 0.66);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .figs-mobile-hero h1 {
    max-width: 280px;
    margin: 0 0 14px;
    color: #fffaf3;
    font-family: Forum, Georgia, serif;
    font-size: 58px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 0.96;
    text-shadow: 0 12px 38px rgba(0, 0, 0, 0.36);
  }

  .figs-mobile-hero p {
    max-width: 310px;
    margin: 0 0 22px;
    color: rgba(255, 250, 243, 0.82);
    font-size: 13px;
    line-height: 1.65;
    text-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
  }

  .figs-mobile-actions {
    display: grid;
    gap: 10px;
  }

  .figs-mobile-button,
  .figs-mobile-button--ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .figs-mobile-button {
    color: #23405a !important;
    background: #fffaf3;
    border: 1px solid #fffaf3;
  }

  .figs-mobile-button--ghost {
    color: #fffaf3 !important;
    background: rgba(255, 250, 243, 0.03);
    border: 1px solid rgba(255, 250, 243, 0.58);
  }

  .figs-mobile-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    background: #23405a;
  }

  .figs-mobile-stat {
    min-height: 78px;
    padding: 18px 16px;
    border-right: 1px solid rgba(246, 241, 234, 0.12);
    border-bottom: 1px solid rgba(246, 241, 234, 0.12);
  }

  .figs-mobile-stat:nth-child(2n) {
    border-right: 0;
  }

  .figs-mobile-stat:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .figs-mobile-stat strong {
    display: block;
    margin-bottom: 6px;
    color: #fffaf3;
    font-family: Forum, Georgia, serif;
    font-size: 29px;
    font-weight: 400;
    line-height: 1;
  }

  .figs-mobile-stat span {
    display: block;
    color: rgba(255, 250, 243, 0.54);
    font-size: 9px;
    letter-spacing: 0.8px;
    line-height: 1.45;
  }

  .figs-mobile-section {
    padding: 42px 24px;
  }

  .figs-mobile-kicker {
    margin: 0 0 12px;
    color: #ba4d2b;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 1.45;
    text-transform: uppercase;
  }

  .figs-mobile-section h2 {
    margin: 0 0 16px;
    color: #23405a;
    font-family: Forum, Georgia, serif;
    font-size: 34px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.08;
  }

  .figs-mobile-section p {
    margin: 0;
    color: #5a6c7c;
    font-size: 13px;
    line-height: 1.75;
  }

  .figs-mobile-quote {
    margin-top: 18px !important;
    color: #a98768 !important;
    font-family: Forum, Georgia, serif;
    font-size: 17px !important;
    line-height: 1.5 !important;
  }

  .figs-mobile-wide-image,
  .figs-mobile-image-grid img,
  .figs-mobile-card img {
    display: block;
    width: 100%;
    object-fit: cover;
  }

  .figs-mobile-wide-image {
    height: 320px;
    object-position: 50% 42%;
  }

  .figs-mobile-image-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2px;
  }

  .figs-mobile-image-grid img {
    height: 190px;
    object-position: center center;
  }

  .figs-mobile-image-grid img:nth-child(2) {
    object-position: 52% 45%;
  }

  .figs-mobile-dark {
    background: #23405a;
  }

  .figs-mobile-dark h2 {
    color: #fffaf3;
  }

  .figs-mobile-dark p {
    color: rgba(255, 250, 243, 0.68);
  }

  .figs-mobile-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
  }

  .figs-mobile-tags span {
    padding: 6px 10px;
    color: rgba(255, 250, 243, 0.7);
    border: 1px solid rgba(255, 250, 243, 0.22);
    font-size: 9px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
  }

  .figs-mobile-infra {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid rgba(35, 64, 90, 0.08);
  }

  .figs-mobile-infra article {
    min-height: 116px;
    padding: 18px 16px;
    border-right: 1px solid rgba(35, 64, 90, 0.08);
    border-bottom: 1px solid rgba(35, 64, 90, 0.08);
  }

  .figs-mobile-infra article:nth-child(2n) {
    border-right: 0;
  }

  .figs-mobile-infra h3 {
    margin: 0 0 7px;
    color: #23405a;
    font-size: 12px;
    line-height: 1.35;
  }

  .figs-mobile-infra p {
    margin: 0;
    color: #7d8b98;
    font-size: 10px;
    line-height: 1.55;
  }

  .figs-mobile-agro {
    display: grid;
    gap: 0;
    margin-top: 22px;
  }

  .figs-mobile-agro article {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(35, 64, 90, 0.08);
  }

  .figs-mobile-agro strong {
    color: #ba4d2b;
    font-family: Forum, Georgia, serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
  }

  .figs-mobile-agro h3 {
    margin: 0 0 5px;
    color: #23405a;
    font-size: 13px;
    line-height: 1.3;
  }

  .figs-mobile-agro p {
    color: #7d8b98;
    font-size: 11px;
    line-height: 1.55;
  }

  .figs-mobile-plan img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    background: #e9e0d3;
  }

  .figs-mobile-plan a {
    position: relative;
    display: block;
  }

  .figs-mobile-plan a::after {
    content: "Открыть интерактивный генплан";
    position: absolute;
    right: 14px;
    bottom: 14px;
    max-width: calc(100% - 28px);
    padding: 10px 12px;
    color: #fffaf3;
    background: #23405a;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1.25;
    text-transform: uppercase;
  }

  .figs-mobile-cards {
    display: grid;
    gap: 16px;
  }

  .figs-mobile-card {
    background: #fffaf3;
    border: 1px solid rgba(35, 64, 90, 0.1);
  }

  .figs-mobile-card img {
    height: 278px;
    object-position: center center;
  }

  .figs-mobile-card:nth-child(1) img {
    object-position: 48% 48%;
  }

  .figs-mobile-card:nth-child(2) img {
    object-position: 52% 47%;
  }

  .figs-mobile-card__body {
    padding: 18px;
  }

  .figs-mobile-card h3 {
    margin: 0 0 14px;
    color: #23405a;
    font-family: Forum, Georgia, serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.08;
  }

  .figs-mobile-specs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(35, 64, 90, 0.08);
  }

  .figs-mobile-specs span {
    display: block;
    margin-bottom: 4px;
    color: #8a8f93;
    font-size: 8px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
  }

  .figs-mobile-specs strong {
    color: #23405a;
    font-family: Forum, Georgia, serif;
    font-size: 16px;
    font-weight: 400;
  }

  .figs-mobile-card p {
    margin-bottom: 16px;
    color: #5a6c7c;
    font-size: 12px;
    line-height: 1.65;
  }

  .figs-mobile-card a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    color: #23405a !important;
    border: 1px solid #23405a;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
  }

  .figs-mobile-card a:visited,
  .figs-mobile-card a:hover,
  .figs-mobile-card a:focus {
    color: #23405a !important;
  }

  .figs-mobile-invest {
    background: #eee6da;
  }

  .figs-mobile-invest-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
  }

  .figs-mobile-invest-grid div {
    min-height: 112px;
    padding: 16px;
    background: #fffaf3;
    border: 1px solid rgba(35, 64, 90, 0.1);
  }

  .figs-mobile-invest-grid span {
    display: block;
    margin-bottom: 7px;
    color: #8a8f93;
    font-size: 9px;
    line-height: 1.3;
  }

  .figs-mobile-invest-grid strong {
    display: block;
    color: #23405a;
    font-family: Forum, Georgia, serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.05;
  }

  .figs-mobile-news {
    background: #f6f1ea;
  }

  .figs-mobile-news__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 20px 0 24px;
  }

  .figs-mobile-news__tabs a {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 12px;
    color: #23405a !important;
    background: #fffaf3;
    border: 1px solid rgba(35, 64, 90, 0.08);
    font-size: 10px;
    line-height: 1.2;
  }

  .figs-mobile-news__grid {
    display: grid;
    gap: 14px;
  }

  .figs-mobile-news-card {
    display: grid;
    color: #23405a !important;
    background: #fffaf3;
    border: 1px solid rgba(35, 64, 90, 0.1);
  }

  .figs-mobile-news-card img {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center center;
  }

  .figs-mobile-news-card span {
    display: block;
    padding: 18px 18px 0;
    color: #5a6c7c;
    font-size: 10px;
    line-height: 1.4;
  }

  .figs-mobile-news-card h3 {
    margin: 12px 18px 10px;
    color: #23405a;
    font-family: Manrope, Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.24;
  }

  .figs-mobile-news-card p {
    margin: 0 18px 20px;
    color: #5a6c7c;
    font-size: 12px;
    line-height: 1.6;
  }

  .figs-mobile-news__more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    margin-top: 18px;
    color: #fffaf3 !important;
    background: #23405a;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
  }

  .figs-mobile-form {
    background: #23405a;
  }

  .figs-mobile-form h2 {
    color: #fffaf3;
  }

  .figs-mobile-form p {
    color: rgba(255, 250, 243, 0.64);
  }

  .figs-mobile-form form {
    display: grid;
    gap: 10px;
    margin-top: 22px;
  }

  .figs-mobile-form input {
    width: 100%;
    height: 48px;
    padding: 0 14px;
    color: #fffaf3;
    background: transparent;
    border: 1px solid rgba(255, 250, 243, 0.28);
    border-radius: 0;
    font: inherit;
    font-size: 13px;
  }

  .figs-mobile-form input::placeholder {
    color: rgba(255, 250, 243, 0.42);
  }

  .figs-mobile-form button {
    height: 50px;
    color: #fffaf3;
    background: #ba4d2b;
    border: 1px solid #ba4d2b;
    font: inherit;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
  }

  .figs-mobile-form button:active {
    transform: translateY(1px);
  }

  .figs-mobile-form button:disabled {
    opacity: 0.62;
    cursor: wait;
  }

  .figs-mobile-form__status {
    min-height: 18px;
    margin: 0;
    color: rgba(255, 250, 243, 0.72);
    font-size: 10px;
    line-height: 1.45;
    text-align: center;
  }

  .figs-mobile-form--success .figs-mobile-form__status {
    color: #d8eadc;
  }

  .figs-mobile-form--error .figs-mobile-form__status {
    color: #ffd4c6;
  }

  @media (max-width: 390px) {
    .figs-mobile-nav {
      padding: 0 12px;
    }

    .figs-mobile-brand strong {
      font-size: 16px;
    }

    .figs-mobile-brand span {
      max-width: 56px;
    }

    .figs-mobile-nav__button {
      max-width: 132px;
      padding: 0 10px;
      white-space: normal;
      text-align: center;
    }

    .figs-mobile-hero h1 {
      font-size: 54px;
    }

    .figs-mobile-section {
      padding-left: 20px;
      padding-right: 20px;
    }

    .figs-mobile-card img {
      height: 250px;
    }
  }

  .figs-mobile-form small {
    color: rgba(255, 250, 243, 0.42);
    font-size: 9px;
    line-height: 1.55;
    text-align: center;
  }

  .figs-mobile-footer {
    padding: 28px 24px 34px;
    color: rgba(255, 250, 243, 0.44);
    background: #1a2d3e;
    font-size: 10px;
    line-height: 1.7;
  }


  .figs-mobile-footer strong {
    display: block;
    margin-bottom: 12px;
    color: #fffaf3;
    font-family: Forum, Georgia, serif;
    font-size: 18px;
    font-weight: 400;
  }

  @media (min-width: 701px) {
    body.figs-mobile-home-page #allrecords {
      background: #f6f1ea;
    }

    body.figs-mobile-home-page #allrecords > .figs-mobile-home {
      max-width: 1024px;
      margin: 0 auto;
    }

    .figs-mobile-nav {
      min-height: 68px;
      padding: 0 34px;
    }

    .figs-mobile-brand b {
      font-size: 21px;
    }

    .figs-mobile-brand i {
      height: 24px;
    }

    .figs-mobile-brand small {
      font-size: 10px;
    }

    .figs-mobile-nav__button {
      min-height: 40px;
      padding: 0 18px;
      font-size: 9px;
    }

    .figs-mobile-preloader__mark {
      width: min(390px, 54vw);
    }

    .figs-mobile-preloader__percent {
      font-size: 68px;
    }

    .figs-mobile-hero,
    .figs-mobile-hero__content {
      min-height: 760px;
    }

    .figs-mobile-hero__content {
      padding: 0 64px 66px;
    }

    .figs-mobile-hero h1 {
      max-width: 540px;
      font-size: 88px;
    }

    .figs-mobile-hero p {
      max-width: 470px;
      font-size: 16px;
    }

    .figs-mobile-actions {
      grid-template-columns: repeat(2, minmax(0, 220px));
    }

    .figs-mobile-stats,
    .figs-mobile-invest-grid {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .figs-mobile-stat {
      min-height: 112px;
      padding: 24px 22px;
      border-bottom: 0;
    }

    .figs-mobile-stat:nth-child(2n) {
      border-right: 1px solid rgba(246, 241, 234, 0.12);
    }

    .figs-mobile-stat:last-child {
      border-right: 0;
    }

    .figs-mobile-stat strong {
      font-size: 42px;
    }

    .figs-mobile-stat span {
      font-size: 10px;
    }

    .figs-mobile-section {
      padding: 72px 64px;
    }

    .figs-mobile-section h2 {
      max-width: 680px;
      font-size: 58px;
    }

    .figs-mobile-section p {
      max-width: 720px;
      font-size: 16px;
    }

    .figs-mobile-quote {
      max-width: 560px !important;
      font-size: 24px !important;
    }

    .figs-mobile-wide-image {
      height: 520px;
    }

    .figs-mobile-image-grid img {
      height: 380px;
    }

    .figs-mobile-infra {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .figs-mobile-infra article {
      min-height: 172px;
      padding: 26px 22px;
    }

    .figs-mobile-infra article:nth-child(2n) {
      border-right: 1px solid rgba(35, 64, 90, 0.08);
    }

    .figs-mobile-infra article:last-child {
      border-right: 0;
    }

    .figs-mobile-infra h3 {
      font-size: 15px;
    }

    .figs-mobile-infra p {
      font-size: 12px;
    }

    .figs-mobile-agro {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      column-gap: 34px;
    }

    .figs-mobile-agro h3 {
      font-size: 16px;
    }

    .figs-mobile-agro p {
      font-size: 12px;
    }

    .figs-mobile-plan img {
      max-height: 620px;
      object-fit: contain;
    }

    .figs-mobile-cards,
    .figs-mobile-news__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 24px;
    }

    .figs-mobile-card img {
      height: 360px;
    }

    .figs-mobile-card__body {
      padding: 26px;
    }

    .figs-mobile-card h3 {
      font-size: 34px;
    }

    .figs-mobile-news__tabs {
      gap: 12px;
      margin: 28px 0 34px;
    }

    .figs-mobile-news__tabs a {
      min-height: 42px;
      padding: 0 18px;
      font-size: 13px;
    }

    .figs-mobile-news-card img {
      height: 270px;
    }

    .figs-mobile-news-card h3 {
      font-size: 24px;
    }

    .figs-mobile-news-card p {
      font-size: 13px;
    }

    .figs-mobile-news__more {
      width: auto;
      min-width: 270px;
      margin-top: 28px;
      padding: 0 28px;
    }

    .figs-mobile-invest-grid div {
      min-height: 138px;
      padding: 22px;
    }

    .figs-mobile-invest-grid strong {
      font-size: 31px;
    }

    .figs-mobile-form form {
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 170px;
      align-items: start;
      gap: 12px;
    }

    .figs-mobile-form small {
      grid-column: 1 / -1;
      max-width: 620px;
      text-align: left;
    }

    .figs-mobile-footer {
      padding: 36px 64px 46px;
    }
  }
}
