.faq-page-body {
  margin: 0;
  background: #e6dcd0;
}

.canvas.canvas--faq {
  position: relative;
  width: 1728px;
  height: auto;
  min-height: 2517px;
  background: #e6dcd0;
  overflow: hidden;
}

.canvas.canvas--faq::before,
.canvas.canvas--faq::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.canvas.canvas--faq::before {
  left: 0;
  top: -19px;
  width: 1728px;
  height: 2176px;
  background: linear-gradient(180deg, #af8b72 0%, #e6dcd0 50%);
}

.canvas.canvas--faq::after {
  left: -4px;
  top: 1132px;
  width: 1732px;
  height: 1492px;
  background: linear-gradient(180deg, #e6dcd0 0%, #af8b72 100%);
}

.canvas--faq .nav-links a.nav-page-link {
  display: block;
}

.canvas--faq .nav-links li.nav-item--link {
  cursor: default;
}

.canvas--faq .nav-links li.nav-item--link:hover {
  transform: none;
}

.canvas--faq .nav-links li.nav-item--link a:hover {
  color: #af8b72;
  transform: translateY(-1px);
}

.canvas--faq .nav-links li.active .nav-page-link {
  color: #af8b72;
}

.faq-frame {
  position: relative;
  width: 1728px;
  height: 2517px;
  margin: 0 auto;
  overflow: hidden;
  background: transparent;
  z-index: 1;
}

.faq-bg-top {
  display: none;
}

.faq-bg-lower {
  display: none;
}

.faq-hero-figma {
  position: absolute;
  left: 0;
  top: 0;
  width: 1728px;
  height: 360px;
  z-index: 3;
  pointer-events: none;
  transform: scale(0.82);
  transform-origin: top center;
}

.faq-title-lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}

.faq-title-line {
  position: absolute;
  height: 2px;
  background: repeating-linear-gradient(90deg, #ffffff 0 30px, transparent 30px 60px);
}

.faq-title-line--86 {
  left: -390px;
  top: 315px;
  width: 1093px;
}

.faq-title-line--87 {
  left: 1192px;
  top: 315px;
  width: 926px;
}

.faq-title-line--88 {
  left: 1029px;
  top: 247px;
  width: 1089px;
}

.faq-title-line--89 {
  left: -390px;
  top: 247px;
  width: 919px;
}

.faq-title-line--90 {
  left: 676px;
  top: 247px;
  width: 201px;
}

.faq-title-line--92 {
  left: 834px;
  top: 315px;
  width: 229px;
}

.faq-letter {
  position: absolute;
  margin: 0;
  width: 105px;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 84px;
  line-height: 1.24;
  text-align: center;
  color: #fefcf8;
  z-index: 3;
}

.faq-letter--f {
  left: 544px;
  top: 185px;
  height: 132px;
}

.faq-letter--a {
  left: 709px;
  top: 251px;
  height: 132px;
}

.faq-letter--q {
  left: 891px;
  top: 185px;
  height: 165px;
}

.faq-letter--s {
  left: 1067px;
  top: 257px;
  height: 132px;
}

.faq-list {
  position: absolute;
  left: 381px;
  top: 486px;
  width: 962px;
  display: flex;
  flex-direction: column;
  gap: 72px;
  z-index: 4;
}

.faq-item {
  position: relative;
}

.faq-card {
  position: relative;
  width: 962px;
  height: 60px;
  border-radius: 10px;
  border: 0;
  background: #bca18c;
  box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.25);
  padding: 0 35px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  text-align: left;
  z-index: 2;
}

.faq-q {
  margin: 0;
  width: 642px;
  font-family: "League Spartan", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 0.92;
  color: #fefcf8;
}

.faq-card::after {
  content: "";
  position: absolute;
  right: 29px;
  width: 0;
  height: 0;
  border-left: 14.5px solid transparent;
  border-right: 14.5px solid transparent;
  border-top: 15px solid #fefcf8;
  transition: transform 0.22s ease, border-color 0.22s ease;
}

.faq-item.is-open .faq-card::after {
  border-top: none;
  border-left: 14.5px solid transparent;
  border-right: 14.5px solid transparent;
  border-bottom: 15px solid #754636;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-8px);
  transition:
    max-height 0.28s ease,
    opacity 0.22s ease,
    transform 0.22s ease,
    margin-top 0.22s ease;
  width: calc(100% - 24px);
  margin-left: 12px;
  margin-right: 12px;
  margin-top: 0;
  background: rgba(242, 237, 230, 0.45);
  border-radius: 0 0 6px 6px;
  box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
}

.faq-answer p {
  margin: 0;
  padding: 18px 28px 20px;
  font-family: "Libre Baskerville", serif;
  font-size: 17px;
  line-height: 1.24;
  color: #000000;
}

.faq-item.is-open .faq-answer {
  max-height: 170px;
  opacity: 1;
  transform: translateY(0);
  margin-top: -2px;
}

@keyframes faqHeroFadeUp {
  from {
    opacity: 0;
    transform: translateY(16px);
    filter: blur(3px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes faqHeroLineSweep {
  from {
    opacity: 0;
    transform: scaleX(0.9);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

.faq-hero-fx-lines .faq-title-line {
  opacity: 0;
  transform-origin: center;
  animation: faqHeroLineSweep 860ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.faq-hero-fx-lines .faq-title-line:nth-child(1) { animation-delay: 60ms; }
.faq-hero-fx-lines .faq-title-line:nth-child(2) { animation-delay: 120ms; }
.faq-hero-fx-lines .faq-title-line:nth-child(3) { animation-delay: 180ms; }
.faq-hero-fx-lines .faq-title-line:nth-child(4) { animation-delay: 240ms; }
.faq-hero-fx-lines .faq-title-line:nth-child(5) { animation-delay: 300ms; }
.faq-hero-fx-lines .faq-title-line:nth-child(6) { animation-delay: 360ms; }

.faq-hero-fx-word {
  opacity: 0;
  animation: faqHeroFadeUp 760ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.faq-letter--f.faq-hero-fx-word { animation-delay: 260ms; }
.faq-letter--a.faq-hero-fx-word { animation-delay: 360ms; }
.faq-letter--q.faq-hero-fx-word { animation-delay: 460ms; }
.faq-letter--s.faq-hero-fx-word { animation-delay: 560ms; }

@media (prefers-reduced-motion: reduce) {
  .faq-hero-fx-lines .faq-title-line,
  .faq-hero-fx-word {
    opacity: 1;
    animation: none;
    transform: none;
    filter: none;
  }

  .faq-answer,
  .faq-card::after {
    transition: none;
  }
}

.faq-lower {
  position: absolute;
  left: -1px;
  top: 1735px;
  width: 1729px;
  height: 782px;
  z-index: 2;
}

.faq-lower .footer {
  position: absolute;
  left: 0;
  top: 0;
  width: 1729px;
  height: 782px;
}

.canvas--faq .copyright {
  top: 649px;
}

   @media (max-width: 900px) {
    :root {
      --bg: #e6dcd0;
      --brown: #652c23;
      --dark-brown: #652c23;
      --accent: #af8b72;
      --cream: #eee8dc;
      --nav-scroll-offset: 76px;
    }

    html,
    body,
    body.faq-page-body {
      width: 100%;
      max-width: 100vw;
      margin: 0;
      overflow-x: hidden;
      background: var(--bg);
    }

    .canvas.canvas--faq {
      width: 100%;
      max-width: 430px;
      min-height: 0;
      height: auto;
      margin: 0 auto;
      overflow-x: hidden;
      background: var(--bg);
    }

    .canvas.canvas--faq::before {
      left: 0;
      top: 0;
      width: 100%;
      height: 905px;
      background: linear-gradient(180deg, #af8b72 0%, #e6dcd0 60%, #af8b72 100%);
    }

    .canvas.canvas--faq::after {
      display: none;
    }

    .faq-page-body .top-nav {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      max-width: 430px;
      height: 72px !important;
      min-height: 72px !important;
      margin: 0 auto;
      padding: 6px 26px !important;
      background: #e6dcd0 !important;
      box-shadow: none;
      border-radius: 0;
      z-index: 300;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      justify-content: flex-end;
    }

    .faq-page-body .nav-logo-link {
      position: absolute;
      left: 50%;
      top: 36px !important;
      transform: translate(-50%, -50%);
      margin: 0;
      line-height: 0;
    }

    .faq-page-body .nav-logo {
      width: 82px;
      height: 82px;
      object-fit: contain;
    }

    .faq-page-body .nav-toggle {
      position: absolute;
      right: 26px;
      top: 12px !important;
      display: inline-flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 6px;
      width: 48px;
      height: 48px;
      padding: 0 !important;
      border: none !important;
      background: transparent !important;
      box-shadow: none !important;
      cursor: pointer;
      z-index: 302;
    }

    .faq-page-body .nav-toggle-bar {
      display: block;
      width: 25px;
      height: 2px;
      background: var(--brown);
      border-radius: 2px;
      transition: transform 0.2s ease, opacity 0.2s ease;
    }

    .faq-page-body .nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(1) {
      transform: translateY(8px) rotate(45deg);
    }

    .faq-page-body .nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(2) {
      opacity: 0;
    }

    .faq-page-body .nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(3) {
      transform: translateY(-8px) rotate(-45deg);
    }

    .faq-page-body .nav-links {
      position: fixed;
      top: 72px !important;
      left: 0;
      right: 0;
      width: 100%;
      max-width: 430px;
      max-height: 0;
      margin: 0 auto;
      padding: 0;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      gap: 0;
      background: #e6dcd0 !important;
      border-radius: 0 0 34px 34px !important;
      box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18);
      list-style: none;
      font-size: 18px;
      z-index: 299;
      transition: max-height 0.38s cubic-bezier(0.4, 0, 0.2, 1), padding 0.38s ease;
    }

    .faq-page-body .nav-links.is-open {
      max-height: min(72vh, 520px);
      padding: 10px 0 18px;
      overflow-y: auto;
    }

    .faq-page-body .nav-links li {
      width: 100%;
      align-items: flex-start;
      padding: 10px 22px;
      box-sizing: border-box;
    }

    .faq-page-body .nav-page-link {
      display: block;
      width: 100%;
      font-family: "League Spartan", sans-serif;
      font-size: 18px;
      color: var(--brown);
      text-decoration: none;
    }

    .faq-page-body .nav-links li.active .nav-page-link {
      color: var(--accent);
    }

    .faq-page-body .nav-underline {
      bottom: 4px;
      left: 22px;
      width: calc(100% - 44px);
      transform: translateX(0) scaleX(0.32);
      transform-origin: left bottom;
    }

    .faq-page-body .nav-links li.active .nav-underline {
      transform: translateX(0) scaleX(1);
    }

    .faq-frame {
      position: relative;
      width: 100%;
      height: auto;
      min-height: 905px;
      margin: 0;
      padding: 72px 0 70px;
      overflow: visible;
    }

    .faq-hero-figma {
      position: relative;
      left: auto;
      top: auto;
      width: 100%;
      max-width: 360px;
      height: 118px;
      margin: 0 auto;
      transform: translateX(12px);
      overflow: visible;
      z-index: 3;
    }

    .faq-title-line {
      position: absolute;
      height: 1.5px;
      background: repeating-linear-gradient(to right, #fefcf8 0 14px, transparent 14px 28px);
    }

    .faq-title-line--86 {
      left: -240px;
      top: 32px;
      width: 322px;
    }

    .faq-title-line--90 {
      left: 116px;
      top: 32px;
      width: 70px;
    }

    .faq-title-line--87 {
      left: 226px;
      top: 32px;
      right: 0;
      width: auto;
    }

    .faq-title-line--89 {
      left: -240px;
      top: 74px;
      width: 370px;
    }

    .faq-title-line--92 {
      left: 172px;
      top: 74px;
      width: 64px;
    }

    .faq-title-line--88 {
      left: 268px;
      top: 74px;
      right: 0;
      width: auto;
    }

    .faq-letter {
      width: auto;
      margin: 0;
      font-family: "Libre Baskerville", serif;
      font-weight: 700;
      font-size: 36px;
      line-height: 1;
      color: #fefcf8;
    }

    .faq-letter--f {
      left: 90px;
      top: 14px;
    }

    .faq-letter--a {
      left: 140px;
      top: 56px;
    }

    .faq-letter--q {
      left: 190px;
      top: 14px;
    }

    .faq-letter--s {
      left: 240px;
      top: 56px;
    }

    .faq-list {
      position: relative;
      left: auto;
      top: auto;
      width: calc(100% - 72px);
      max-width: 360px;
      margin: 0 auto;
      gap: 18px;
      z-index: 4;
    }

    .faq-card {
      width: 100%;
      min-height: 31px;
      height: auto;
      padding: 8px 34px 7px 16px;
      border-radius: 7px;
      box-shadow: -4px 5px 11px rgba(0, 0, 0, 0.22);
    }

    .faq-q {
      width: 100%;
      font-size: 11px;
      line-height: 1.05;
    }

    .faq-card::after {
      right: 11px;
      border-left-width: 6px;
      border-right-width: 6px;
      border-top-width: 10px;
    }

    .faq-item.is-open .faq-card::after {
      border-left-width: 6px;
      border-right-width: 6px;
      border-bottom-width: 10px;
    }

    .faq-answer {
      width: calc(100% - 8px);
      margin-left: 4px;
      margin-right: 4px;
      border-radius: 0;
      background: rgba(242, 237, 230, 0.68);
    }

    .faq-answer p {
      padding: 24px 22px 25px;
      font-size: 10.5px;
      line-height: 1.15;
    }

    .faq-answer br {
      display: none;
    }

    .faq-item.is-open .faq-answer {
      max-height: 150px;
      margin-top: 0;
    }

    .faq-lower {
      position: relative;
      left: auto;
      top: auto;
      width: 100%;
      height: auto;
      z-index: 2;
    }

    .faq-lower .footer {
      position: relative;
      left: auto;
      top: auto;
      width: 100%;
      height: auto;
      min-height: 0;
      padding: 0 16px 20px;
      background: #e6dcd0;
      overflow: visible;
    }

    .footer-inner {
      position: relative;
      left: auto;
      top: auto;
      width: 100%;
      max-width: 360px;
      height: auto;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      transform: none !important;
    }

    .footer-logo-half {
      position: relative;
      left: auto;
      top: -38px;
      width: 116px;
      height: 76px;
      margin: 0 auto -34px;
      border-radius: 116px 116px 0 0;
      background: #fefcf8;
      overflow: hidden;
    }

    .footer-logo {
      position: absolute;
      left: 18px;
      top: 18px;
      width: 80px;
      height: 80px;
      object-fit: contain;
    }

    .contact-col {
      position: relative;
      left: auto;
      top: auto;
      width: 100%;
      max-width: 320px;
      text-align: center;
    }

    .footer h3,
    .contact-col h3 {
      margin: 0 0 14px;
      font-size: 32px;
      line-height: 1;
      text-align: center;
      color: #754636;
    }

    .contact-col input {
      width: 100%;
      height: 37px;
      margin: 0 0 10px;
      padding: 0 15px;
      border-radius: 100px;
      border: 1px solid #754636;
      background: transparent;
      font-size: 14px;
    }

    .row {
      display: flex;
      flex-direction: column;
      gap: 0;
      width: 100%;
    }

    .row input {
      width: 100%;
    }

    .footer-submit {
      position: relative;
      left: auto;
      top: auto;
      align-self: flex-end;
      width: 94px;
      height: 36px;
      margin: 4px 4px 0 0;
      font-size: 13px;
      background: #754636;
    }

    .links-col {
      position: relative;
      left: auto;
      top: auto;
      width: 100%;
      max-width: 320px;
      margin-top: 30px;
      text-align: center;
    }

    .links-col h3,
    .links-grid {
      display: none;
    }

    .footer-socials {
      position: relative;
      left: auto;
      top: auto;
      display: flex;
      justify-content: center;
      gap: 26px;
      margin: 28px auto 30px;
      order: 1;
    }

    .footer-socials a img {
      width: 54px;
      height: 54px;
      object-fit: contain;
    }

    .links-col {
      order: 2;
    }

    .meta {
      display: flex;
      justify-content: center;
      text-align: center;
      margin: 0 auto 22px;
      font-family: "Libre Baskerville", serif;
      font-size: 14px;
      line-height: 1.13;
      color: #000;
    }

    .meta img {
      display: none;
    }

    .meta p {
      margin: 0;
      max-width: 285px;
    }

    .meta p br {
      display: block;
    }

    .canvas--faq .copyright,
    .copyright {
      position: relative;
      left: auto;
      top: auto;
      width: 100%;
      max-width: 360px;
      margin: 20px auto 0;
      padding: 0 12px;
      text-align: center;
      font-size: 7px;
      line-height: 1.4;
      transform: none !important;
    }

    .footer-float-up {
      right: 16px;
      bottom: 118px;
    }

    .footer-float-chat {
      right: 16px;
      bottom: 20px;
    }
  }

@media (max-width: 900px) {
  .faq-page-body .top-nav {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 430px !important;
    height: 72px !important;
    min-height: 72px !important;
    margin: 0 auto !important;
    padding: 6px 26px !important;
    background: #e6dcd0 !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transform: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    z-index: 300 !important;
  }

  .faq-page-body .nav-logo-link {
    position: absolute !important;
    left: 50% !important;
    top: 36px !important;
    margin: 0 !important;
    transform: translate(-50%, -50%) !important;
    z-index: 1 !important;
  }

  .faq-page-body .nav-logo-link:hover {
    transform: translate(-50%, -50%) !important;
  }

  .faq-page-body .nav-logo {
    width: 82px !important;
    height: 82px !important;
    object-fit: contain !important;
  }

  .faq-page-body .nav-toggle {
    position: absolute !important;
    right: 26px !important;
    top: 12px !important;
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    width: 48px !important;
    height: 48px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    cursor: pointer;
    z-index: 2 !important;
    -webkit-tap-highlight-color: transparent;
  }

  .faq-page-body .nav-toggle:hover,
  .faq-page-body .nav-toggle:focus,
  .faq-page-body .nav-toggle:active {
    background: transparent !important;
    box-shadow: none !important;
  }

  .faq-page-body .nav-toggle-bar {
    display: block !important;
    width: 42px !important;
    height: 3px !important;
    border-radius: 1px !important;
    background: #652c23 !important;
    transition: transform 0.2s ease, opacity 0.2s ease !important;
  }

  .faq-page-body .nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg) !important;
  }

  .faq-page-body .nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(2) {
    opacity: 0 !important;
  }

  .faq-page-body .nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg) !important;
  }

  .faq-page-body .nav-links {
    position: fixed !important;
    top: 72px !important;
    right: 22px !important;
    left: auto !important;
    width: 210px !important;
    max-width: none !important;
    height: auto !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    background: #e6dcd0 !important;
    border-radius: 0 0 34px 34px !important;
    box-shadow: none !important;
    font-family: "League Spartan", sans-serif !important;
    font-size: 20px !important;
    color: #652c23 !important;
    z-index: 299 !important;
    transition: max-height 0.35s ease, padding 0.35s ease !important;
  }

  .faq-page-body .nav-links.is-open {
    max-height: 620px !important;
    padding: 18px 0 28px !important;
  }

  .faq-page-body .nav-links li {
    width: 100% !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 18px 0 !important;
    text-align: center !important;
  }

  .faq-page-body .nav-links li.active,
  .faq-page-body .nav-links li.active .nav-page-link {
    color: #af8b72 !important;
  }

  .faq-page-body .nav-page-link {
    color: inherit !important;
    text-decoration: none !important;
  }

  .faq-page-body .nav-links li.active .nav-underline {
    left: 50% !important;
    bottom: 8px !important;
    width: 86px !important;
    height: 10px !important;
    opacity: 1 !important;
    transform: translateX(-50%) scaleX(1) !important;
    transform-origin: center bottom !important;
  }

  .faq-page-body .nav-links li:not(.active) .nav-underline {
    left: 50% !important;
    bottom: 8px !important;
    width: 86px !important;
    opacity: 0 !important;
    transform: translateX(-50%) scaleX(0) !important;
  }

  .faq-lower .footer {
    padding: 0 18px 22px !important;
    background: #e6dcd0 !important;
  }

  .faq-page-body .footer-float-up,
  .faq-page-body .footer-backtop {
    display: none !important;
  }

  .faq-page-body .footer-float-chat {
    right: max(14px, calc(50vw - 186px)) !important;
    bottom: 20px !important;
    width: 58px !important;
    height: 58px !important;
  }

  .faq-page-body .footer-inner {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    max-width: 360px !important;
    height: auto !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    transform: none !important;
  }

  .faq-page-body .footer-logo-half {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 118px !important;
    height: 58px !important;
    margin: -30px auto 8px !important;
    border-radius: 70px 70px 0 0 !important;
    background: #e6dcd0 !important;
  }

  .faq-page-body .footer-logo-half::after {
    display: none !important;
  }

  .faq-page-body .footer-logo {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 72px !important;
    height: 72px !important;
    margin: 0 auto !important;
    display: block !important;
    object-fit: contain !important;
  }

  .faq-page-body .contact-col {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    order: 1 !important;
    width: 100% !important;
    max-width: 295px !important;
    margin: 0 auto !important;
  }

  .faq-page-body .footer h3 {
    font-family: "League Spartan", sans-serif !important;
    font-size: 31px !important;
    line-height: 1 !important;
    margin: 0 0 14px !important;
    text-align: center !important;
    color: #652c23 !important;
  }

  .faq-page-body .contact-col input {
    width: 100% !important;
    height: 34px !important;
    margin-top: 8px !important;
    border-width: 1px !important;
    font-size: 11px !important;
    padding: 0 18px !important;
    box-sizing: border-box;
  }

  .faq-page-body .contact-col .row {
    display: block !important;
  }

  .faq-page-body .footer-submit {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    order: 2 !important;
    align-self: flex-end !important;
    width: 88px !important;
    height: 34px !important;
    margin: 12px 32px 0 0 !important;
    font-size: 11px !important;
  }

  .faq-page-body .footer-socials {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    order: 3 !important;
    justify-content: center !important;
    width: 100% !important;
    gap: 34px !important;
    margin: 40px auto 0 !important;
  }

  .faq-page-body .footer-socials a img {
    width: 48px !important;
    height: 48px !important;
    object-fit: contain !important;
  }

  .faq-page-body .links-col {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    order: 4 !important;
    width: 100% !important;
    max-width: 310px !important;
    margin: 28px auto 0 !important;
    text-align: center !important;
  }

  .faq-page-body .links-col > h3,
  .faq-page-body .links-grid {
    display: none !important;
  }

  .faq-page-body .meta {
    justify-content: center !important;
    gap: 0 !important;
    margin-top: 14px !important;
    text-align: center !important;
    font-size: 12px !important;
    line-height: 1.15 !important;
  }

  .faq-page-body .meta img {
    display: none !important;
  }

  .faq-page-body .meta p {
    margin: 0 !important;
  }

  .faq-page-body .copyright {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    order: 9 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 24px auto 0 !important;
    padding: 0 !important;
    font-size: 7px !important;
    line-height: 1.3 !important;
    gap: 0 !important;
    transform: none !important;
  }
}

@media (max-width: 900px) {
  .faq-page-body .faq-hero-fx-lines .faq-title-line,
  .faq-page-body .faq-hero-fx-word,
  body.faq-page-body .faq-hero-fx-lines .faq-title-line,
  body.faq-page-body .faq-hero-fx-word {
    opacity: 1 !important;
    animation: none !important;
    animation-delay: 0s !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
}
