/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./styles/pages/faq.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes revealLeft {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes revealRight {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes blink {
  to {
    visibility: hidden;
  }
}
.breadcrumbs-list {
  padding-top: clamp(80px, 80px + 100 * (100vw - 320px) / 1600, 180px);
  display: flex;
  align-items: center;
}
.breadcrumbs-list .breadcrumbs-link {
  font-family: "Onest";
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  font-size: clamp(14px, 14px + 3 * (100vw - 320px) / 1600, 17px);
  color: var(--c-s-text2);
}
.breadcrumbs-list .breadcrumbs-link[href=""] {
  pointer-events: none;
}
.breadcrumbs-list .breadcrumbs-link--dark {
  color: var(--c-heading1);
}

.subheader {
  background: var(--subheader-bg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-bottom: clamp(48px, 48px + 82 * (100vw - 320px) / 1600, 130px);
}
.subheader .subheader-text {
  width: 100%;
  max-width: 880px;
  margin: 40px auto 0;
  text-align: center;
}
.subheader h2 {
  color: var(--c-heading1);
}
.subheader .text1 {
  margin-top: clamp(8px, 8px + 24 * (100vw - 320px) / 1600, 32px);
  color: var(--c-m-text1);
}
.subheader .subheader-btns {
  margin-top: clamp(16px, 16px + 32 * (100vw - 320px) / 1600, 48px);
  display: grid;
  grid-template-columns: repeat(2, 216px);
  justify-content: center;
  gap: 24px;
}
.subheader .subheader-btns--center {
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .subheader .subheader-text {
    margin: 24px auto 0;
  }
  .subheader .subheader-btns {
    margin-top: clamp(32px, 32px + 16 * (100vw - 320px) / 1600, 48px);
    grid-template-columns: 1fr;
    gap: 8px;
    justify-items: center;
  }
}
.ready {
  background: var(--ready-bg);
  background-size: cover;
  background-position: center;
}
.ready .ready__inner {
  border-radius: clamp(14px, 14px + 18 * (100vw - 320px) / 1600, 32px);
  padding: clamp(30px, 30px + 18 * (100vw - 320px) / 1600, 48px) clamp(30px, 30px + 30 * (100vw - 320px) / 1600, 60px) clamp(30px, 30px + 26 * (100vw - 320px) / 1600, 56px);
  max-width: clamp(900px, 900px + 90 * (100vw - 320px) / 1600, 990px);
  width: 100%;
  margin-inline: auto;
  background: var(--c-bg2);
  display: grid;
  grid-template-columns: 2.9fr 1fr;
  gap: clamp(30px, 30px + 50 * (100vw - 320px) / 1600, 80px);
  align-items: center;
}
@media (max-width: 768px) {
  .ready .ready__inner {
    grid-template-columns: unset;
    justify-content: center;
    text-align: center;
  }
}
.ready .ready__inner .ready__desc h3 {
  color: var(--c-heading2);
}
.ready .ready__inner .ready__desc p {
  margin-top: clamp(12px, 12px + 8 * (100vw - 320px) / 1600, 20px);
  color: var(--c-m-text2);
}
@media (max-width: 768px) {
  .ready .ready__inner a {
    margin-inline: auto;
  }
}

.faq-page .faq {
  padding-top: 32px;
  padding-bottom: clamp(35px, 35px + 85 * (100vw - 320px) / 1600, 120px);
}
.faq-page .faq .faq__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  align-items: start;
}
@media (max-width: 768px) {
  .faq-page .faq .faq__grid {
    grid-template-columns: 1fr;
  }
}
.faq-page .faq .faq__item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: var(--c-card-bg1);
  transition: box-shadow 0.4s ease, transform 0.4s ease;
}
.faq-page .faq .faq__item.is-open {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.faq-page .faq .faq__item.is-open .faq__icon {
  transform: rotate(-180deg);
}
.faq-page .faq .faq__item.is-open .faq__content {
  grid-template-rows: 1fr;
  opacity: 1;
}
.faq-page .faq .faq__trigger {
  appearance: none;
  background: transparent;
  border: none;
  outline: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 32px;
  cursor: pointer;
  text-align: left;
}
.faq-page .faq .faq__trigger:focus {
  outline: none;
}
.faq-page .faq .faq__title {
  color: var(--c-heading1);
}
.faq-page .faq .faq__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  object-fit: contain;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
.faq-page .faq .faq__content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease;
  opacity: 0;
}
.faq-page .faq .faq__content .faq__content-inner {
  min-height: 0;
}
.faq-page .faq .faq__text {
  color: var(--c-m-text1);
  padding: 0 80px 20px 32px;
  margin: 0;
}
