:root {
  --bg-light: #b7ddf4;
  --bg-dark: #003861;
  --border: #ffffff1a;
  --text-dark: #010101;
  --text-light: #ffffff;
  --white: #ffffff;
  --radius-card: 16px;
  --radius-pill: 24px;
  --container: 1280px;
  --pad-h: 34px;
  --section-v: 60px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
img {
  display: block;
  max-width: 100%;
}
a {
  text-decoration: none;
  color: inherit;
}
ul {
  list-style: none;
}
button {
  cursor: pointer;
  border: none;
  background: none;
  font: inherit;
}

html {
  scroll-behavior: smooth;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  background: var(--bg-light);
  color: var(--text-dark);
  -webkit-font-smoothing: antialiased;
}

.container-2a947d {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--pad-h);
}

.section-title-3a6feb {
  font-family: "Fredoka", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 65px;
  text-align: center;
  color: var(--text-dark);
  margin-bottom: 20px;
}
.section-title--light-f0a9ea {
  color: var(--text-light);
}

.header-9dac68 {
  background: var(--bg-light);
  padding: 8px 0;
  position: sticky;
  top: 0;
  z-index: 100;
}

.header__inner-bc7eff {
  display: flex;
  align-items: center;
  justify-content: space-between;

  position: sticky;
}

.logo-8e3fcf {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 199px;
  height: 88px;
}

.logo__icon-bc381b {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.logo__text-dbefd5 {
  font-family: "Fredoka", cursive;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  width: max-content;
}

.nav-528b49 {
  display: flex;
  align-items: center;
  gap: 32px;
  position: sticky;
  left: 50%;
  transform: translateX(-50%);
}

.nav-528b49 a {
  font-family: "Fredoka", sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.btn-3a942a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;

  background-color: var(--bg-dark);
  color: #ffffff;
  border-radius: 50px;
  padding: 14px 32px;
  text-decoration: none;
  font-size: 18px;
  width: 100%;
  max-width: 360px;
}
.btn-3a942a:hover {
  opacity: 0.85;
}
.btn-header-462158 {
  background: var(--bg-dark);
  color: #ffffff;
  padding: 10px 24px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  width: 288px;
}
.btn-icon-58bb60 {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);

  width: 20px;
  height: 20px;
  object-fit: contain;
}

.burger-2b8406 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
}

.mobile-menu-8e5e84 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  background: var(--bg-light);
  z-index: 9999;

  flex-direction: column;
  align-items: center;
  padding: 24px;
}

.mobile-menu-8e5e84.active-f8edf8 {
  display: flex;
}

.mobile-menu__close-051c88 {
  align-self: flex-end;
  background: none;
  border: none;
  cursor: pointer;
}

.mobile-menu__nav-50a2b7 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  margin-top: 60px;
}

.mobile-menu__nav-50a2b7 a {
  font-family: "Fredoka", sans-serif;
  font-size: 20px;
}

.mobile-menu__btn-53a63d {
  position: sticky;
  bottom: 60px;
  width: 90%;
  max-width: 320px;
  padding: 14px 24px;
  font-size: 16px;
}

.btn--primary-56d7cb {
  background: var(--bg-dark);
  color: #ffffff;
  padding: 10px 24px;
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  width: 337px;
  height: 63px;
  border-radius: 24px;
}
.hero__buttons-bfed6c {
  display: flex;
  align-items: center;
  gap: 40px;
}

.hero-d5eff0 {
  background: var(--bg-light);
  padding: var(--section-v) 0;
}

.hero__inner-ad8089 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.hero__text-8f459b {
  max-width: 892px;
}

.hero__title-ea16db {
  font-family: "Fredoka", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 75px;
  letter-spacing: 0;
  color: var(--text-dark);
  margin-bottom: 16px;
}

.hero__sub-6e2c78 {
  font-size: 32px;
  font-weight: 500;
  color: var(--text-dark);
  padding-bottom: 30px;
}

.hero__image-25d4f3 {
  flex-shrink: 0;
}
.hero__image-25d4f3 img {
  width: 340px;
  border-radius: 24px;
}

.hero__buttons-bfed6c {
  display: flex;
  align-items: center;
  gap: 40px;
}

.features-45eaa5 {
  background: var(--bg-dark);
  padding: var(--section-v) 0;
}

.features-cards-700566 {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.features-card-8d7684 {
  background: var(--white);
  border-radius: var(--radius-card);
  padding: 20px 24px;
}

.features-card__title-07f16d {
  font-size: 32px;
  font-weight: 500;
  color: var(--text-dark);
  margin-bottom: 4px;
  line-height: 42px;
}

.features-card__desc-ccaf9e {
  font-size: 24px;
  color: #010101;
  line-height: 30px;
}

.hiw-5a353b {
  background: var(--bg-light);
  padding: var(--section-v) 0;
}

.hiw-5a353b .container-2a947d {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.hiw-cards-620e20 {
  position: relative;
  width: 1036px;
  max-width: 100%;
  display: grid;
  grid-template-columns: 518px 518px;
  align-items: start;
  gap: 10px;
  margin: 0 auto;
}

.hiw-card-af9603 {
  width: 518px;
  min-height: 167px;
  box-sizing: border-box;
  background: var(--white);
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 24px;
}

.hiw-cards-620e20 .hiw-card-af9603:nth-child(2) {
  margin-top: 165px;
}

.hiw-card__title-80c011 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0;
  color: var(--text-dark);
  margin: 0 0 8px 0;
  text-align: left;
}

.hiw-card__desc-bd3f4c {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0;
  color: #010101;
  margin: 0;
  text-align: left;
}
.reviews-dac329 {
  background: var(--bg-light);
  padding: var(--section-v) 0;
}
.author-15e3a7 {
  font-size: 32px;
  line-height: 42px;
}
.faq-348c02 {
  background: var(--bg-dark);
  padding: var(--section-v) 0;
}

.faq__list-58182b {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 1312px;
  margin: 0 auto;
}

.faq__item-4a7dd5 {
  background: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: var(--radius-card);
  overflow: hidden;
}

.faq__question-61a793 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  font-size: 20px;
  font-weight: 600;
  color: var(--text-light);
  text-align: left;
}

.faq__chevron-d00830 {
  flex-shrink: 0;
  color: var(--text-light);
  transition: transform 0.25s ease;
}

.faq__item-4a7dd5.is-open-c57f65 .faq__chevron-d00830 {
  transform: rotate(180deg);
}

.faq__answer-bc7963 {
  display: none;
  padding: 0 24px 20px;
}
.faq__item-4a7dd5.is-open-c57f65 .faq__answer-bc7963 {
  display: block;
}

.faq__answer-bc7963 p {
  font-size: 20px;
  color: var(--text-light);
  line-height: 1.6;
}

.footer-de7c54 {
  background: var(--bg-dark);
  padding: 50px 0;
  margin-top: auto;
}

.footer__inner-7bd86e {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.footer__copy-794935 {
  font-family: "Fredoka", sans-serif;
  font-size: 18px;
  color: var(--text-light);
}

.footer__links-edee23 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  color: var(--text-light);
}
.footer__links-edee23 a {
  font-family: "Fredoka", sans-serif;
  color: var(--text-light);
  transition: color 0.15s;
}
.footer__links-edee23 a:hover {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  :root {
    --pad-h: 24px;
    --section-v: 60px;
  }

  .nav-528b49,
  .btn-header-462158.header-only-desktop-9df9c1 {
    display: none;
  }
  .header-9dac68 .btn-header-462158 {
    display: none;
  }
  .btn-header-462158 {
    margin-top: 102px;
  }
  .burger-2b8406 {
    display: block;
  }
  .header-9dac68 {
    padding: 16px 0;
  }
  .header__inner-bc7eff {
    justify-content: space-between;
  }
  .logo-8e3fcf {
    width: 82px;
  }
  .logo__text-dbefd5 {
    width: 100%;
    max-width: 140px;
    font-size: 12px;
  }

  .hero__inner-ad8089 {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-items: left;
  }
  .hero__title-ea16db {
    font-size: 30px;
    text-align: left;
    line-height: 40px;
  }
  .hero__sub-6e2c78 {
    font-size: 20px;
    text-align: left;
  }
  .hero__image-25d4f3 {
    align-self: center;
  }
  .hero__image-25d4f3 img {
    width: 100%;
    max-width: 320px;
  }

  .hero__buttons-bfed6c {
    order: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
  }

  .btn--primary-56d7cb {
    width: 100%;
    max-width: 320px;
  }

  .section-title-3a6feb {
    font-size: 30px;
  }

  .features-card__title-07f16d {
    text-align: left;
    font-size: 20px;
  }
  .features-card__desc-ccaf9e {
    font-size: 16px;
    text-align: left;
  }
  .hiw-cards-620e20 {
    display: flex;
    flex-direction: column;
  }
  .hiw-card__title-80c011 {
    font-size: 20px;
  }
  .hiw-card__desc-bd3f4c {
    font-size: 16px;
  }
  .hiw-cards-620e20 {
    width: 327px;
  }
  .hiw-card-af9603 {
    width: 327px;
  }
  .hiw-cards-620e20 .hiw-card-af9603:nth-child(2) {
    margin-top: 0;
  }
  .author-15e3a7 {
    font-size: 20px;
  }

  .footer__inner-7bd86e {
    flex-direction: column-reverse;
    gap: 24px;
    text-align: center;
  }

  .footer__links-edee23 {
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    width: 100%;
  }
}
body.legal-page-e5303b {
  background-color: #ffffff;
  color: #010101;
}

body.legal-page-e5303b header {
  background-color: #ffffff;
}

body.legal-page-e5303b .logo-text-5aeab0,
body.legal-page-e5303b nav a,
body.legal-page-e5303b .hamburger-790278 span {
  color: #010101;
}

body.legal-page-e5303b .hamburger-790278 span {
  background: #010101;
}

.legal-header-8a43ef {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #ffffff;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.legal-back-btn-285719 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;

  position: absolute;
  top: 10px;
  left: 10px;

  background: none;
  border: none;
  cursor: pointer;
  color: #010101;
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.2s;
}

.legal-back-btn-285719:hover {
  background: rgba(0, 0, 0, 0.06);
}

.legal-back-btn-285719 svg {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.legal-page-wrap-645e8e {
  margin: 0 auto;
  padding: 64px 160px;
}

.legal-page-title-f27a16 {
  font-family: "Fredoka", sans-serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 65px;
  letter-spacing: 0px;
  color: #010101;

  text-align: center;
  margin-bottom: 0;
}

.legal-section-b95270 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 48px;
}

.legal-section-b95270:last-child {
  margin-bottom: 0;
}

.legal-section-title-0bac28 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0%;
  color: #000000;
}
.legal-section-title-h3-79918f {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0%;
  color: #000000;
}

.legal-para-629726 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0%;
  color: #000000;
}

.legal-underline-85eebc {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: auto;
  text-decoration-thickness: auto;
  text-decoration-skip-ink: auto;
  color: #000000;
}

.legal-para-629726 a,
.legal-section-b95270 a {
  color: #000000;
  text-decoration: underline;
  text-underline-offset: auto;
}

.legal-para-629726 a:hover,
.legal-section-b95270 a:hover {
  opacity: 0.7;
}

.legal-list-21e425 {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 28px;

  display: flex;
  flex-direction: column;
}

.legal-list-21e425 li {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0%;
  color: #000000;
}
.legal-list-ol-6cd5ee {
  display: flex;
  flex-direction: column;
}

.legal-meta-b77196 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #555555;
  margin-bottom: 40px;
}

@media (max-width: 1100px) {
  .legal-page-wrap-645e8e {
    padding: 48px 40px;
  }

  .legal-header-8a43ef {
    padding: 16px 40px;
  }
}

@media (max-width: 768px) {
  .legal-page-wrap-645e8e {
    padding: 32px 20px;
  }

  .legal-header-8a43ef {
    padding: 12px 20px;
  }

  .legal-page-title-f27a16 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 32px;
  }

  .legal-section-title-0bac28 {
    font-size: 22px;
  }

  .legal-para-629726,
  .legal-list-21e425 li,
  .legal-underline-85eebc,
  .legal-list-ol-6cd5ee li {
    font-size: 17px;
  }

  .legal-section-b95270 {
    gap: 12px;
    margin-bottom: 36px;
  }
  .legal-section-title-h3-79918f {
    font-size: 16px;
  }
}
