.intro {
  background: #0048ff;
  padding: clamp(54px, 45.7411764706px + 2.1176470588vw, 72px) 0;
  position: relative;
  overflow: hidden;
}
.intro::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  z-index: 3;
  background: linear-gradient(0deg, rgba(0, 7, 23, 0.5), rgba(0, 7, 23, 0.5)), #0048ff;
  mix-blend-mode: multiply;
}
.intro__bg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}
.intro__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(36px, 30.4941176471px + 1.4117647059vw, 48px);
  z-index: 10;
}
.intro__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(18px, 15.2470588235px + 0.7058823529vw, 24px);
  max-width: 835px;
}
.intro__text h1 {
  font-family: "Roboto Mono", "Unbound", "Poppins", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-family: "Unbounded";
  font-size: 42px;
}
@media (max-width: 390px) {
  .intro__text h1 {
    font-size: 24px;
  }
}
@media (min-width: 391px) and (max-width: 1240px) {
  .intro__text h1 {
    font-size: calc(0.0211764706 * 100vw + 15.7411764706px);
  }
}
@media (min-width: 1241px) {
  .intro__text h1 {
    font-size: 42px;
  }
}
.intro__text h1 {
  color: #f9f9f9;
  text-align: center;
}
.intro__text h4 {
  font-family: "Roboto Mono", "Unbound", "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-family: "Unbounded";
  font-size: 18px;
}
@media (max-width: 390px) {
  .intro__text h4 {
    font-size: 13.5px;
  }
}
@media (min-width: 391px) and (max-width: 1240px) {
  .intro__text h4 {
    font-size: calc(0.0052941176 * 100vw + 11.4352941176px);
  }
}
@media (min-width: 1241px) {
  .intro__text h4 {
    font-size: 18px;
  }
}
.intro__text h4 {
  color: #f9f9f9;
  text-align: center;
  text-transform: uppercase;
}

.seo {
  background: #f9f9f9;
  padding: clamp(18px, 15.2470588235px + 0.7058823529vw, 24px) 0 clamp(54px, 45.7411764706px + 2.1176470588vw, 72px);
}
.seo__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(27px, 22.8705882353px + 1.0588235294vw, 36px);
}
.seo__read {
  display: flex;
  align-items: center;
  gap: clamp(9px, 7.6235294118px + 0.3529411765vw, 12px);
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.seo__read svg {
  flex-shrink: 0;
}
.seo__read span {
  font-family: "Roboto Mono", "Unbound", "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-family: "Unbounded";
  font-size: 18px;
}
@media (max-width: 390px) {
  .seo__read span {
    font-size: 13.5px;
  }
}
@media (min-width: 391px) and (max-width: 1240px) {
  .seo__read span {
    font-size: calc(0.0052941176 * 100vw + 11.4352941176px);
  }
}
@media (min-width: 1241px) {
  .seo__read span {
    font-size: 18px;
  }
}
.seo__read span {
  color: #0048ff;
}
.seo__text {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: clamp(13.5px, 11.4352941176px + 0.5294117647vw, 18px);
  max-height: 150px;
  overflow: hidden;
  transition: all 1s ease-in-out;
  height: auto;
  position: relative;
}
.seo__text::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  left: 0;
  bottom: 0;
  background: linear-gradient(to top, rgb(249, 249, 249), rgba(249, 249, 249, 0));
  transition: all 1s ease-in-out;
}
.seo__text.active {
  max-height: 500px;
}
.seo__text.active::before {
  opacity: 0;
}
.seo__text p {
  font-family: "Roboto Mono", "Unbound", "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-family: "Roboto Mono";
  font-size: 16px;
}
@media (max-width: 390px) {
  .seo__text p {
    font-size: 12px;
  }
}
@media (min-width: 391px) and (max-width: 1240px) {
  .seo__text p {
    font-size: calc(0.0047058824 * 100vw + 10.1647058824px);
  }
}
@media (min-width: 1241px) {
  .seo__text p {
    font-size: 16px;
  }
}
.seo__text p {
  color: #000717;
}

.faq {
  width: 100%;
  padding: clamp(22.5px, 19.0588235294px + 0.8823529412vw, 30px) 0;
  background: rgba(177, 218, 255, 0.4);
}
.faq.first {
  padding-top: clamp(45px, 38.1176470588px + 1.7647058824vw, 60px);
}
.faq.last {
  padding-bottom: clamp(54px, 45.7411764706px + 2.1176470588vw, 72px);
}
.faq__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(31.5px, 26.6823529412px + 1.2352941176vw, 42px);
}
.faq__container h2 {
  text-align: center;
}
.faq__buttons {
  display: flex;
  align-items: center;
  gap: clamp(18px, 15.2470588235px + 0.7058823529vw, 24px);
}
@media (max-width: 767px) {
  .faq__buttons {
    flex-direction: column;
  }
}
.faq__questions {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: clamp(18px, 15.2470588235px + 0.7058823529vw, 24px);
}

.spollers {
  width: 100%;
}
.spollers__item {
  border-radius: 18px;
  background: #f9f9f9;
  padding: clamp(15px, 12.7058823529px + 0.5882352941vw, 20px) clamp(18px, 15.2470588235px + 0.7058823529vw, 24px);
}
.spollers__header {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: clamp(13.5px, 11.4352941176px + 0.5294117647vw, 18px);
}
.spollers__header img,
.spollers__header svg {
  width: clamp(13.5px, 11.4352941176px + 0.5294117647vw, 18px);
  height: clamp(13.5px, 11.4352941176px + 0.5294117647vw, 18px);
  transition: all 0.3s ease-in-out;
}
.spollers__header h3 {
  font-family: "Roboto Mono", "Unbound", "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-family: "Unbounded";
  font-size: 18px;
}
@media (max-width: 390px) {
  .spollers__header h3 {
    font-size: 13.5px;
  }
}
@media (min-width: 391px) and (max-width: 1240px) {
  .spollers__header h3 {
    font-size: calc(0.0052941176 * 100vw + 11.4352941176px);
  }
}
@media (min-width: 1241px) {
  .spollers__header h3 {
    font-size: 18px;
  }
}
.spollers__header h3 {
  color: #000717;
}
.spollers__header._spoller-active img, .spollers__header._spoller-active svg {
  transform: rotate(180deg);
}
.spollers__body {
  padding-top: clamp(18px, 15.2470588235px + 0.7058823529vw, 24px);
  padding-left: clamp(27px, 22.8705882353px + 1.0588235294vw, 36px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: clamp(6px, 5.0823529412px + 0.2352941176vw, 8px);
}
.spollers__body p {
  font-family: "Roboto Mono", "Unbound", "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-family: "Roboto Mono";
  font-size: 16px;
}
@media (max-width: 390px) {
  .spollers__body p {
    font-size: 12px;
  }
}
@media (min-width: 391px) and (max-width: 1240px) {
  .spollers__body p {
    font-size: calc(0.0047058824 * 100vw + 10.1647058824px);
  }
}
@media (min-width: 1241px) {
  .spollers__body p {
    font-size: 16px;
  }
}
.spollers__body p {
  color: #000717;
}
.spollers__body ul, .spollers__body ol {
  margin: 0;
  padding-left: clamp(18.75px, 15.8823529412px + 0.7352941176vw, 25px);
  display: flex;
  flex-direction: column;
  gap: clamp(6px, 5.0823529412px + 0.2352941176vw, 8px);
  width: 100%;
}
.spollers__body ul li, .spollers__body ol li {
  font-family: "Roboto Mono", "Unbound", "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-family: "Roboto Mono";
  font-size: 16px;
}
@media (max-width: 390px) {
  .spollers__body ul li, .spollers__body ol li {
    font-size: 12px;
  }
}
@media (min-width: 391px) and (max-width: 1240px) {
  .spollers__body ul li, .spollers__body ol li {
    font-size: calc(0.0047058824 * 100vw + 10.1647058824px);
  }
}
@media (min-width: 1241px) {
  .spollers__body ul li, .spollers__body ol li {
    font-size: 16px;
  }
}
.spollers__body ul li, .spollers__body ol li {
  color: #000717;
}
.spollers__body a {
  font-family: "Roboto Mono", "Unbound", "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-family: "Roboto Mono";
  font-size: 16px;
}
@media (max-width: 390px) {
  .spollers__body a {
    font-size: 12px;
  }
}
@media (min-width: 391px) and (max-width: 1240px) {
  .spollers__body a {
    font-size: calc(0.0047058824 * 100vw + 10.1647058824px);
  }
}
@media (min-width: 1241px) {
  .spollers__body a {
    font-size: 16px;
  }
}
.spollers__body a {
  color: #0048ff;
  text-decoration: none;
}

.support {
  background: #f9f9f9;
  padding: clamp(45px, 38.1176470588px + 1.7647058824vw, 60px) 0 clamp(27px, 22.8705882353px + 1.0588235294vw, 36px);
  width: 100%;
}
.support__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(27px, 22.8705882353px + 1.0588235294vw, 36px);
}
.support__links {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(18px, 15.2470588235px + 0.7058823529vw, 24px);
}
.support__link {
  display: flex;
  align-items: center;
  gap: clamp(13.5px, 11.4352941176px + 0.5294117647vw, 18px);
  box-sizing: border-box;
  padding: clamp(9px, 7.6235294118px + 0.3529411765vw, 12px) clamp(18px, 15.2470588235px + 0.7058823529vw, 24px);
  border-radius: 10px;
  background: rgba(177, 218, 255, 0.4);
  text-decoration: none;
  border: 1px solid transparent;
}
.support__link p {
  font-family: "Roboto Mono", "Unbound", "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-family: "Unbounded";
  font-size: 18px;
}
@media (max-width: 390px) {
  .support__link p {
    font-size: 13.5px;
  }
}
@media (min-width: 391px) and (max-width: 1240px) {
  .support__link p {
    font-size: calc(0.0052941176 * 100vw + 11.4352941176px);
  }
}
@media (min-width: 1241px) {
  .support__link p {
    font-size: 18px;
  }
}
.support__link p {
  color: #000717;
}
.support__link-icon {
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9f9f9;
  width: 34px;
  height: 34px;
  border-radius: 6px;
}
.support__link:hover {
  background: #f9f9f9;
  border: 1px solid #b1daff;
  box-shadow: 0px 4px 20px rgba(0, 7, 23, 0.14);
}
.support__link:hover .support__link-icon {
  background: rgba(177, 218, 255, 0.4);
}/*# sourceMappingURL=faq.css.map */