@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");
html,
body {
  background-color: #fff;
  font-size: 10px;
  font-family: "Roboto", sans-serif;
}

h1 {
  font-size: 7rem;
  font-weight: 700;
}

h2 {
  font-size: 4.4rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2c234d;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 15px;
  color: #0e1133;
}

h3 {
  font-size: 3.4rem;
}

.h3,
h3 {
  font-size: calc(1.3rem + 0.6vw);
}

p {
  font-size: 1.8rem;
  color: #505056;
  font-weight: 400;
}

@media (max-width: 1000px) {
  h1 {
    font-size: 4.4rem;
  }
  h2 {
    font-size: 3.6rem;
  }
  #site-header {
    background-color: #f9f9f9;
  }
  #site-header nav {
    max-width: 1300px;
    margin: 0 auto;
    padding: 20px 20px 10px 20px;
  }
  #site-header nav .deskop-menu {
    display: none !important;
  }
  #site-header nav .mobile-menu {
    display: block;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  #site-header nav .mobile-menu .header-titles-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
  }
  #site-header nav .mobile-menu .header-titles-wrapper img {
    max-width: 130px;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 30px 0 0;
  }
  #site-header nav .mobile-menu .header-titles-wrapper #menu-open {
    margin: 0 0 0 auto;
    width: 30px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #site-header nav .mobile-menu .mobile-menu-flyout {
    position: fixed;
    display: flex;
    background-color: #ebf2fc;
    justify-content: space-around;
    flex-direction: column;
    align-items: flex-end;
    overflow-y: scroll;
    padding: 30px;
    width: 60vw;
    height: 100vh;
    top: 0;
    bottom: 0;
    right: 0;
  }
  #site-header nav .mobile-menu .mobile-menu-flyout #menu-close {
    margin: 0 0 0 auto;
    width: 25px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #site-header nav .mobile-menu .mobile-menu-flyout ul {
    display: flex;
    flex-direction: column;
    align-items: end;
    padding: 0;
  }
  #site-header nav .mobile-menu .mobile-menu-flyout ul li {
    list-style: none;
    margin: 20px 0;
    font-size: 1.8rem;
    font-weight: 600;
  }
  #site-header nav .mobile-menu .mobile-menu-flyout ul li a {
    text-decoration: none;
    color: #0e1133;
  }
  #site-header nav .mobile-menu .mobile-menu-flyout ul li a:hover {
    text-decoration: underline;
    color: #6610f2;
  }
  #site-header nav .mobile-menu .mobile-menu-flyout .nav-buttons {
    display: flex;
    flex-direction: column;
    justify-content: start;
  }
  #site-header nav .mobile-menu .mobile-menu-flyout .nav-buttons__social {
    max-width: 150px;
    display: flex;
    flex-direction: row;
    justify-content: end;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 40px auto;
  }
  #site-header nav .mobile-menu .mobile-menu-flyout .nav-buttons__social svg {
    width: 20px;
    height: 20px;
    padding: 0 0 0 14px;
    transition: 350ms ease-out;
    filter: invert(0%) sepia(4%) saturate(1207%) hue-rotate(162deg) brightness(85%) contrast(105%);
  }
  #site-header nav .mobile-menu .mobile-menu-flyout .nav-buttons__social svg:hover {
    filter: invert(24%) sepia(100%) saturate(7460%) hue-rotate(265deg) brightness(90%) contrast(112%);
  }
  #site-header nav .mobile-menu .mobile-menu-flyout .nav-buttons button {
    display: inline-block;
    background-color: #6610f2;
    border-radius: 6px;
    border: 2px solid #6610f2;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 160px;
    margin: 0;
    padding: 10px 20px;
    color: #fff;
    font-family: "Roboto", Sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 22px;
    transition: 250ms ease-out;
  }
  #site-header nav .mobile-menu .mobile-menu-flyout .nav-buttons button:hover {
    background-color: #fff;
    border-color: #6610f2;
    color: #6610f2;
  }
  .haeder-section {
    padding: 0 0 70px 0;
  }
  .haeder-section__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .haeder-section__wrapper__image img {
    width: clamp(290px, 100vw, 500px);
  }
  .haeder-section__wrapper__text {
    text-align: center;
  }
  .haeder-section__wrapper__text h1 {
    max-width: 100%;
    font-size: 4.4rem;
  }
  .haeder-section__wrapper__text p {
    max-width: 100%;
  }
  .haeder-section__wrapper__text__buttons button {
    width: 160px;
    margin: 7px 5px;
    padding: 12px 16px;
    color: #fff;
    font-family: "Roboto", Sans-serif;
    font-size: 1.8rem;
  }
  .haeder-section__wrapper__text__buttons button:hover {
    background-color: #fff;
    border-color: #6610f2;
    color: #6610f2;
  }
  .block-features__wrapper__text {
    display: flex;
    flex-direction: column;
    margin: 0 0 60px 0;
    align-items: center;
  }
  .block-features__wrapper__text div {
    text-align: center;
  }
  .block-features__wrapper__text div p {
    margin-bottom: 0;
    max-width: 100%;
  }
  .block-features__wrapper__text a button {
    font-size: 1.8rem;
    margin: 30px 0 0 0;
  }
  .block-features__wrapper__text a button:hover {
    background-color: #fff;
    border-color: #6610f2;
    color: #6610f2;
  }
  .block-features__wrapper__features {
    display: flex;
    flex-direction: column;
  }
  .block-features__wrapper__features .feature {
    padding: 40px 40px 38px;
    text-align: center;
  }
  .block-features__wrapper__features .feature img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 0 20px 0;
  }
  .block-features__wrapper__features .feature h2 {
    font-size: 2.4rem;
  }
  .block-features__wrapper__features .feature button {
    background-color: transparent;
    border: none;
    font-size: 1.6rem;
    font-weight: 500;
  }
  .block-features__wrapper__features .feature button:hover {
    font-weight: 700;
    text-decoration: underline;
  }
  .block-perks {
    background-color: #fff;
  }
  .block-perks .block-perks__wrapper {
    display: flex;
    flex-direction: column;
    padding: 70px 20px 0 20px;
    max-width: 1300px;
    margin: 0 auto;
    align-items: center;
    grid-gap: 0 10px;
  }
  .block-perks .block-perks__wrapper__perks {
    display: flex;
    justify-content: center;
    flex-direction: row;
    text-align: center;
    flex-wrap: wrap;
  }
  .block-perks .block-perks__wrapper__perks .perk {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-right: none;
    border-bottom: 3px solid #e8eaef;
    padding: 10px 15px;
  }
  .block-perks .block-perks__wrapper__perks .perk:hover {
    border-right: none;
    border-bottom: 3px solid #6610f2;
  }
  .block-perks .block-perks__wrapper__perks .perk:hover p {
    color: #6610f2;
  }
  .block-perks .block-perks__wrapper__perks .perk p {
    margin: 0 0 0 10px;
  }
  .block-perks .block-perks__wrapper__perks .perk img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .block-perks .block-perks__wrapper__image img {
    width: clamp(290px, 100vw, 500px);
    -o-object-fit: cover;
       object-fit: cover;
  }
  .block-perks .block-perks__wrapper__text {
    margin: 30px 0 0 0;
    text-align: center;
  }
  .block-perks .block-perks__wrapper__text h2 {
    max-width: 100%;
  }
  .block-perks .block-perks__wrapper__text a button {
    display: inline-block;
    background-color: #6610f2;
    border-radius: 6px;
    border: 2px solid #6610f2;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 160px;
    margin: 0 12px 0 0;
    padding: 10px 20px;
    color: #fff;
    font-family: "Roboto", Sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 22px;
    transition: 250ms ease-out;
  }
  .block-perks .block-perks__wrapper__text a button:hover {
    background-color: #fff;
    border-color: #6610f2;
    color: #6610f2;
  }
  .block-signup .block-signup__wrapper {
    display: flex;
    flex-direction: column;
    max-width: 1300px;
    margin: 70px auto 0 auto;
  }
  .block-signup .block-signup__wrapper .block-signup__wrapper__text {
    text-align: center;
  }
  .block-signup .block-signup__wrapper .block-signup__wrapper__blocks {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    margin: 30px 0 0 0;
  }
  .block-signup .block-signup__wrapper .block-signup__wrapper__blocks .sign-up {
    display: inline-block;
    padding: 30px;
    background-color: #ebf2fc;
    border-radius: 20px;
    height: 500px;
    text-align: center;
  }
  .block-signup .block-signup__wrapper .block-signup__wrapper__blocks .sign-up h3 {
    font-size: 3.4rem;
  }
  .block-signup .block-signup__wrapper .block-signup__wrapper__blocks .sign-up button {
    line-height: 52px;
    display: inline-block;
    background-color: #ebf2fc;
    border-style: solid;
    border-width: 2px;
    border-color: #000;
    border-radius: 30px;
    text-align: center;
    height: 49px;
    padding: 0 40px;
    font-family: "Roboto", Sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 22px;
    transition: 250ms ease-out;
  }
  .block-signup .block-signup__wrapper .block-signup__wrapper__blocks .sign-up button:hover {
    background-color: #6610f2;
    border-color: #6610f2;
    color: #fff;
  }
  .block-signup .block-signup__wrapper .block-signup__wrapper__blocks .sign-up img {
    width: clamp(290px, 50vw, 500px);
    max-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .block-blog .block-blog__wrapper {
    width: 90%;
  }
  .block-blog .block-blog__wrapper__text {
    text-align: center;
    margin: 0 0 25px 0;
  }
  .block-blog .block-blog__wrapper__blogs {
    display: flex;
    flex-direction: column;
  }
  .block-blog .block-blog__wrapper__blogs .blog {
    text-align: left;
    margin: 0 0 50px 0;
    width: 100%;
  }
  .block-blog .block-blog__wrapper__blogs .blog img {
    width: 100%;
    height: 400px;
    border-radius: 5px;
    transition: 450ms ease-out;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .block-blog .block-blog__wrapper__blogs .blog__text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 10px;
  }
  .block-blog .block-blog__wrapper__blogs .blog__text h3 {
    text-align: left;
  }
  .block-blog .block-blog__wrapper__blogs .blog__text p {
    text-align: left;
    font-size: 1.4rem;
  }
  .block-blog .block-blog__wrapper__blogs .blog__text a {
    text-align: left;
    margin: 0 auto 0 0;
  }
  .block-blog .block-blog__wrapper__blogs .blog__text a button {
    background-color: transparent;
    border: none;
    font-size: 1.5rem;
    font-weight: 500;
    transition: 250ms ease-out;
    padding: 0;
    margin: 0 auto 0 0;
  }
  .block-blog .block-blog__wrapper__blogs .blog__text a button:hover {
    font-weight: 700;
    text-decoration: underline;
  }
  #site-footer {
    background-color: #f9f9f9;
  }
  #site-footer .section-inner {
    max-width: 1300px;
    margin: 60px auto 0 auto;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
  }
  #site-footer .section-inner__one {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 30px 0 30px 0;
  }
  #site-footer .section-inner__one__text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #site-footer .section-inner__one__text p {
    margin: 0;
  }
  #site-footer .section-inner__one .section-inner-one__form {
    width: 100%;
  }
  #site-footer .section-inner__one .section-inner-one__form .mc-field-group {
    text-align: center;
  }
  #site-footer .section-inner__one .section-inner-one__form .mc-field-group input[type=email] {
    color: #7e7c87;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 7px;
    margin: 30px auto 15px auto;
    font-size: 1.6rem;
  }
  #site-footer .section-inner__one .section-inner-one__form .optionalParent {
    text-align: center;
  }
  #site-footer .section-inner__one .section-inner-one__form .optionalParent input[type=submit] {
    display: inline-block;
    background-color: #6610f2;
    border-radius: 6px;
    border: 2px solid #6610f2;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 160px;
    min-height: 40px;
    margin: 0;
    padding: 10px 20px;
    color: #fff;
    font-family: "Roboto", Sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 22px;
    transition: 250ms ease-out;
  }
  #site-footer .section-inner__one .section-inner-one__form .optionalParent input[type=submit]:hover {
    background-color: #fff;
    border-color: #6610f2;
    color: #6610f2;
  }
  #site-footer .section-inner__two {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  #site-footer .section-inner__two__social {
    max-width: 150px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin: 30px 0 10px 0;
  }
  #site-footer .section-inner__two .footer-credits {
    display: flex;
    align-items: center;
  }
  #site-footer .section-inner__two a .footer-site-logo {
    max-width: 130px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #site-footer .section-inner__two .footer-copyright {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=mobile.css.map */