html,
body {
  font: 16px/1.2 "Poppins", sans-serif;
  color: black;
}
.h1 {
  font-size: 4rem;
}
.h2 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.1;
}
.root {
  min-width: 320px;
  padding-top: calc(60px + 2rem);
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .root {
    padding-top: calc(45px + 1.5rem);
  }
}
.container {
  box-sizing: border-box;
  padding-left: 80px;
  padding-right: 80px;
}
@media screen and (max-width: 1439px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 959px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 639px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.section {
  padding-top: 6rem;
}
.dotted-border {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 100px;
  border: 10px dotted #dff87e;
  border-radius: 3rem;
}
@media screen and (max-width: 959px) {
  .dotted-border {
    max-width: none;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 639px) {
  .dotted-border {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.navbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0;
  padding: 1rem 2rem;
  background: white;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 959px) {
  .navbar {
    padding: 0.75rem 1rem;
  }
}
@media screen and (max-width: 639px) {
  .navbar {
    flex-wrap: wrap;
  }
}
.navbar__logo {
  display: block;
  width: auto;
  height: 60px;
}
@media screen and (max-width: 959px) {
  .navbar__logo {
    height: 45px;
  }
}
.navbar__items {
  display: flex;
}
@media screen and (max-width: 639px) {
  .navbar__items {
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
    max-height: 0;
    text-align: center;
    font-size: 1.1rem;
    background: white;
    overflow: hidden;
    transition: 100ms ease;
  }
  .navbar__burger--opened + .navbar__items {
    display: flex;
    max-height: none;
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
}
.navbar__link {
  display: block;
  padding: 1rem;
  text-decoration: none;
  white-space: nowrap;
  font-size: 1.1rem;
  color: #2c2543;
  transition: 300ms ease;
}
.navbar__link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 959px) {
  .navbar__link {
    padding: 0.75rem;
    font-size: 1rem;
  }
}
.navbar__burger {
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
  background: #dff87e;
  border-radius: 999px;
  cursor: pointer;
}
.navbar__burger span {
  display: block;
  position: absolute;
  left: 10px;
  right: 10px;
  height: 2px;
  background: black;
}
.navbar__burger span:nth-child(1) {
  top: 50%;
  margin-top: -8px;
}
.navbar__burger span:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
.navbar__burger span:nth-child(3) {
  bottom: 50%;
  margin-bottom: -8px;
}
@media screen and (max-width: 639px) {
  .navbar__burger {
    display: block;
  }
}
.navbar__burger--opened span:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  transform: rotate(45deg);
}
.navbar__burger--opened span:nth-child(2) {
  display: none;
}
.navbar__burger--opened span:nth-child(3) {
  top: 50%;
  margin-top: -1px;
  transform: rotate(-45deg);
}
.top {
  position: relative;
  padding: 0;
}
.top__pic {
  position: absolute;
  top: -120px;
  right: -30px;
  height: 720px;
}
@media screen and (max-width: 1439px) {
  .top__pic {
    height: 600px;
    right: -140px;
    top: -80px;
  }
}
@media screen and (max-width: 959px) {
  .top__pic {
    height: 500px;
    right: -120px;
    top: -60px;
  }
}
@media screen and (max-width: 639px) {
  .top__pic {
    height: 400px;
    top: -40px;
    transform: rotate(30deg);
  }
}
@media screen and (max-width: 479px) {
  .top__pic {
    right: -160px;
  }
}
.top__wrap {
  padding-top: 200px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1439px) {
  .top__wrap {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 959px) {
  .top__wrap {
    padding-top: 160px;
    padding-bottom: 100px;
  }
}
.top__title {
  position: relative;
  z-index: 1;
  padding-left: 60px;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.1;
  color: #2c2543;
}
@media screen and (max-width: 959px) {
  .top__title {
    padding-left: 16px;
    font-size: 48px;
  }
}
@media screen and (max-width: 639px) {
  .top__title {
    padding-left: 0;
    font-size: 32px;
  }
}
.holidays {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  position: absolute;
  z-index: 1;
  left: 80px;
  right: 80px;
  top: 30px;
  padding: 0.75rem 1.5rem;
  background: #9e9eff;
  border-radius: 999px;
}
@media screen and (max-width: 1439px) {
  .holidays {
    left: 32px;
    right: 32px;
  }
}
@media screen and (max-width: 959px) {
  .holidays {
    left: 0;
    right: 0;
    top: 0;
    padding-left: 0.25rem;
    padding-right: 1rem;
    border-radius: 0;
  }
}
@media screen and (max-width: 639px) {
  .holidays {
    padding-right: 0.25rem;
  }
}
.holidays__tags {
  overflow: hidden;
}
.holidays__tag {
  padding: 0.5rem 1.25rem;
  white-space: nowrap;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1;
  color: white;
  background: #7d7df2;
  border-radius: 999px;
}
.holidays__tag .icon {
  margin-right: 0.5rem;
}
.holidays__download {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  color: white;
  transition: 300ms ease;
}
.holidays__download .icon {
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 1.333em;
  height: 1.333em;
  border: 2px solid white;
  border-radius: 999px;
}
.holidays__download .icon::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../media/icon-arrow-down-solid.svg") no-repeat center;
  background-size: 100% 80%;
}
.holidays__download:hover {
  opacity: 0.7;
}
@media screen and (max-width: 959px) {
  .holidays__download {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 639px) {
  .holidays__download {
    display: none;
  }
}
.scrolling-menu {
  display: flex;
  align-items: center;
}
.scrolling-menu__viewport {
  overflow: hidden;
  flex: 1;
}
.scrolling-menu__container {
  display: flex;
  gap: 1rem;
}
.scrolling-menu__arrow-left,
.scrolling-menu__arrow-right {
  display: block;
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  cursor: pointer;
  transition: opacity 100ms ease;
}
.scrolling-menu__arrow-left::before,
.scrolling-menu__arrow-right::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1rem;
  height: 1rem;
  margin-left: -0.5rem;
  margin-top: -0.5rem;
}
.scrolling-menu__arrow-left:hover,
.scrolling-menu__arrow-right:hover {
  opacity: 0.7;
}
.scrolling-menu__arrow-left::before {
  border-left: 2px solid white;
  border-top: 2px solid white;
  transform: rotate(-45deg);
}
.scrolling-menu__arrow-right::before {
  border-right: 2px solid white;
  border-top: 2px solid white;
  transform: rotate(45deg);
}
.how-it-works {
  padding-top: 0;
}
.how-it-works__wrap {
  position: relative;
  padding: 3rem 2rem;
  color: #2c2543;
  background: #dff87e;
  border-radius: 2rem;
}
.how-it-works__title {
  text-align: center;
}
.how-it-works__title em {
  color: #7d7df2;
}
.how-it-works__desc {
  margin-top: 0.75rem;
  margin-bottom: 2.5rem;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.5;
}
.how-it-works__desc .link {
  font-weight: 700;
  color: inherit;
}
.how-it-works__items {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .how-it-works__items {
    flex-direction: column;
    align-items: center;
  }
}
.how-it-works__item {
  flex: 1;
  max-width: 200px;
  text-align: center;
}
.how-it-works__item .icon {
  display: block;
  width: 160px;
  height: 190px;
  margin: auto;
  object-fit: contain;
  object-position: center bottom;
}
@media screen and (max-width: 959px) {
  .how-it-works__item .icon {
    height: auto;
  }
}
.how-it-works__item .icon-1 {
  width: 100px;
}
.how-it-works__item .icon-2 {
  padding-left: 30px;
}
.how-it-works__item .icon-3 {
  padding-right: 40px;
}
.how-it-works__item .text {
  margin-top: 1rem;
}
.how-it-works__item .note {
  margin-top: 1rem;
  font-size: 0.8rem;
  opacity: 0.5;
}
.how-it-works__arrow {
  display: block;
  width: 40px;
  height: 40px;
  margin-top: 100px;
  background: url("../media/how-it-works-arrow.svg") no-repeat center;
}
@media screen and (max-width: 959px) {
  .how-it-works__arrow {
    margin-top: 40px;
    margin-bottom: 40px;
    transform: rotate(90deg);
  }
}
.how-it-works__pic-curve-arrow {
  position: absolute;
  right: 160px;
  bottom: -110px;
  height: 140px;
}
@media screen and (max-width: 959px) {
  .how-it-works__pic-curve-arrow {
    right: 40%;
  }
}
.you-are-all-set {
  padding-top: 8rem;
  color: #2c2543;
}
.you-are-all-set .dotted-border {
  padding-bottom: 40px;
}
.you-are-all-set__title {
  margin-bottom: 4rem;
  text-align: center;
  text-shadow: 3px 3px 0 #dff87e;
  font-size: 3rem;
  line-height: 1.1;
}
.you-are-all-set__text {
  font-size: 1.25rem;
  line-height: 1.5;
}
.you-are-all-set__text > * + * {
  margin-top: 1em;
}
.you-are-all-set__text ul {
  padding-left: 1rem;
}
.you-are-all-set__text li {
  position: relative;
  padding-left: 2rem;
}
.you-are-all-set__text li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.75rem;
  width: 0.5rem;
  height: 0.5rem;
  background: #2c2543;
  border-radius: 999px;
}
.you-are-all-set__pic-girl {
  display: block;
  position: absolute;
  left: -20px;
  bottom: -150px;
  height: 360px;
}
@media screen and (max-width: 639px) {
  .you-are-all-set__pic-girl {
    height: 300px;
    bottom: -120px;
    left: 0;
  }
}
.you-are-all-set__pic-card {
  display: block;
  height: 120px;
  margin-left: auto;
  margin-top: 60px;
}
@media screen and (max-width: 639px) {
  .you-are-all-set__pic-card {
    height: 100px;
  }
}
details > summary {
  list-style: none;
}
details > summary::marker,
details > summary::-webkit-details-marker {
  display: none;
}
.faq__wrap {
  padding: 100px 240px;
  color: #2c2543;
  background: #fdff8d;
  border-radius: 2rem;
}
@media screen and (max-width: 1439px) {
  .faq__wrap {
    padding: 4rem 3rem;
  }
}
.faq__title {
  margin-bottom: 3rem;
}
.faq__item {
  position: relative;
  margin-bottom: 1.5rem;
  padding-left: 4.5rem;
  padding-bottom: 1rem;
  border-bottom: 3px dashed rgba(44, 37, 67, 0.2);
}
.faq__question {
  padding-top: 12px;
  padding-bottom: 24px;
  cursor: pointer;
}
.faq__question::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 3rem;
  height: 3rem;
  background: #7d7df2;
  border-radius: 0.75rem;
}
.faq__question::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
  width: 1rem;
  height: 1rem;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  transform: translate(-50%, -70%) rotate(45deg);
}
[open] > .faq__question::before {
  background: white;
}
[open] > .faq__question::after {
  border-right-color: black;
  border-bottom-color: black;
  transform: translate(-50%, -30%) rotate(-135deg);
}
.faq__answer {
  padding-bottom: 0.5rem;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.333;
}
.faq__answer > * + * {
  margin-top: 1em;
}
.faq__answer .link {
  color: black;
}
.faq__answer .note {
  font-weight: 400;
  font-size: 0.9rem;
  opacity: 0.5;
}
.faq__answer .note::before {
  content: "i";
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  margin-right: 0.25rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.25;
  border: 1px solid;
  border-radius: 999px;
}
.faq__more-btn {
  box-sizing: border-box;
  padding: 1rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.1;
  border: 2px solid rgba(44, 37, 67, 0.2);
  border-radius: 1rem;
  cursor: pointer;
}
.faq__more-btn span {
  display: inline-block;
  position: relative;
}
.faq__more-btn span::before {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 12px;
  height: 12px;
  border-right: 2px solid #2c2543;
  border-bottom: 2px solid #2c2543;
  transform: rotate(45deg) translate(10px, -100%);
}
.faq__more-btn span::after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  width: 2px;
  height: 100%;
  background: #2c2543;
  transform: translateX(23px);
}
[open] > .faq__more-btn {
  display: none;
}
.download-app__wrap {
  display: flex;
  gap: 0 40px;
  padding-left: 120px;
  padding-right: 120px;
  padding-top: 60px;
  color: white;
  background: #7d7df2;
  border-radius: 2rem;
}
@media screen and (max-width: 1439px) {
  .download-app__wrap {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 959px) {
  .download-app__wrap {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.download-app__pic-phone {
  width: 320px;
  object-fit: contain;
  object-position: center bottom;
}
.download-app__cont {
  padding-top: 30px;
  padding-bottom: 30px;
}
.download-app__title {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.1;
}
.download-app__desc {
  font-size: 1.1rem;
}
.download-app__links {
  margin-top: 1.5rem;
}
.download-app__links .link {
  display: inline-block;
  text-decoration: none;
}
.download-app__apple,
.download-app__google {
  display: block;
  height: 65px;
}
.download-app__trademark {
  margin-top: 1rem;
  font-size: 0.8rem;
  opacity: 0.5;
}
.need-help {
  position: relative;
}
@media screen and (max-width: 959px) {
  .need-help {
    padding-bottom: 200px;
  }
}
.need-help__wrap {
  position: relative;
  z-index: 1;
}
.need-help__title {
  margin-bottom: 4rem;
  text-align: center;
}
.need-help__title span {
  position: relative;
  z-index: 2;
}
.need-help__title span::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0.55em;
  width: 60px;
  height: 60px;
  margin: -25px -20px;
  background: url("../media/need-help-title-icon.svg") no-repeat center;
  background-size: contain;
}
.need-help__form .form__row {
  margin-top: 2.5rem;
}
.need-help__form .input__ctrl {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 0.75em 0;
  font-family: inherit;
  font-size: 1.4rem;
  line-height: 1.2;
  color: black;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  outline: none;
}
.need-help__form .input__ctrl::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.need-help__form .input__ctrl:focus {
  border-bottom-color: #dff87e;
}
.need-help__form .form__ctrls {
  margin-top: 4rem;
  text-align: center;
}
.need-help__form .btn {
  display: inline-block;
  margin: 0;
  padding: 0.8em 1.5em;
  font-family: inherit;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.2;
  color: white;
  background: #2c2543;
  border: 0;
  box-shadow: 10px 10px 30px #dff87e;
  border-radius: 1rem;
  cursor: pointer;
  outline: none;
}
.need-help__form .btn:hover,
.need-help__form .btn:focus {
  opacity: 0.7;
}
.need-help__form .form__note {
  margin-top: 2rem;
  text-align: center;
  font-size: 0.9rem;
  opacity: 0.5;
}
.need-help__form .form__note .link {
  color: inherit;
}
.need-help__pic_girl {
  position: absolute;
  right: -120px;
  bottom: -550px;
  height: 800px;
}
@media screen and (max-width: 959px) {
  .need-help__pic_girl {
    height: 900px;
    right: -150px;
    bottom: -620px;
  }
}
@media screen and (max-width: 639px) {
  .need-help__pic_girl {
    height: 600px;
    bottom: -420px;
    right: -100px;
  }
}
.footer {
  padding-top: 120px;
  padding-bottom: 80px;
}
.footer a {
  color: inherit;
}
.footer__wrap {
  position: relative;
  z-index: 1;
  padding: 4rem 5rem 3.5rem;
  color: white;
  background: #2c2543;
  border-radius: 2rem;
}
@media screen and (max-width: 1439px) {
  .footer__wrap {
    padding: 4rem 2rem 3.5rem;
  }
}
.footer__main-link {
  display: block;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: url("../media/icon-envelope-solid.svg") no-repeat center;
  background-size: 24px auto;
  border: 2px solid white;
  border-radius: 999px;
}
.footer__row {
  position: relative;
}
.footer__flex {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 10%;
}
@media screen and (max-width: 959px) {
  .footer__flex {
    gap: 0 60px;
  }
}
.footer__flex .space {
  display: none;
}
@media screen and (max-width: 959px) {
  .footer__flex .space {
    display: block;
    width: 100%;
    margin-top: 2rem;
  }
}
.footer__links {
  font-size: 1.1rem;
}
.footer__logo {
  display: block;
  width: auto;
  height: 60px;
}
@media screen and (max-width: 639px) {
  .footer__logo {
    height: 45px;
  }
}
.footer__link {
  display: inline-block;
  margin: 0.5rem 0;
  text-decoration: none;
  white-space: nowrap;
  color: inherit;
  transition: 300ms ease;
}
.footer__link:hover {
  opacity: 0.7;
}
.footer__contants {
  margin-top: 4rem;
  font-size: 1.1rem;
  opacity: 0.5;
}
.footer__copyright {
  margin-top: 1.5rem;
  opacity: 0.5;
}
.footer__trademarks {
  margin-top: 1.5rem;
  font-size: 0.8rem;
  opacity: 0.5;
}
.sign-in-form {
  box-sizing: border-box;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 100px;
  color: white;
  background: #7d7df2;
  border-radius: 2rem;
}
@media screen and (max-width: 639px) {
  .sign-in-form {
    padding: 75px 30px;
  }
}
.sign-in-form .form__title {
  margin-bottom: 1.5rem;
  text-align: center;
}
.sign-in-form .form__desc {
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.1;
}
.sign-in-form .input__ctrl {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 1.5rem;
  font-family: inherit;
  font-weight: 400;
  font-size: 2rem;
  border: 2px solid transparent;
  border-radius: 1rem;
  outline: none;
}
.sign-in-form .input__ctrl:focus {
  border: 2px solid #dff87e;
}
.sign-in-form .btn {
  box-sizing: border-box;
  width: 100%;
  padding: 1.25rem;
  font-family: inherit;
  font-weight: 600;
  font-size: 1.4rem;
  color: #2c2543;
  border: 2px solid #9e9eff;
  background: #9e9eff;
  border-radius: 1rem;
  outline: none;
  cursor: pointer;
}
.sign-in-form .btn--outline {
  color: white;
  border-color: white;
  background: transparent;
}
.sign-in-form .form__ctrls {
  margin-top: 5rem;
}
.sign-in-form .form__switch {
  margin-top: 2rem;
}
.sign-in__email {
  display: none;
}
.modal {
  box-sizing: border-box;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
  overflow-x: hidden;
  overflow-y: scroll;
}
.modal__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  min-width: 100%;
  min-height: 100%;
  padding: 50px;
}
@media screen and (max-width: 639px) {
  .modal__wrap {
    padding: 8px;
  }
}
.modal__dialog {
  position: relative;
}
.modal__close {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  background: #9e9eff;
  border-radius: 999px;
  cursor: pointer;
}
.modal__close::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 10px;
  bottom: 10px;
  width: 2px;
  margin-left: -1px;
  background: white;
  transform: rotate(45deg);
}
.modal__close::after {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 50%;
  height: 2px;
  margin-top: -1px;
  background: white;
  transform: rotate(45deg);
}
