html {
  font-size: 0.85vw;
  overflow-x: hidden;
}

body {
  width: 100vw;
}

* {
  box-sizing: border-box;
}

ul {
  list-style-type: none;
}

a,
b,
button,
date,
div,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
p,
span,
textarea {
  text-align: left;
  font-family: Asap, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: #3d3939;
  text-decoration: none;
  line-height: 100%;
  padding: 0;
  margin: 0;
  border: none;
}

::after,
::before {
  font-family: Asap, sans-serif;
}

span {
  font-family: inherit;
  font-weight: inherit;
  text-transform: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 110%;
}
h1 span {
  color: #55c48b;
}

h2 {
  font-size: 3rem;
  color: #000000;
  font-weight: 700;
  margin: 2.5rem 0;
}
h2 span {
  color: #55c48b;
}

h3 {
  font-size: 2.2rem;
  font-weight: 700;
}

h4 {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 1.5rem 0;
}

h5 {
  font-size: 1.37rem;
  color: #000;
  font-weight: 700;
}

h6 {
  text-transform: uppercase;
  font-weight: 500;
  color: #01849f;
  letter-spacing: 5px;
  font-size: 0.95rem;
}

p {
  color: #919191;
  font-size: 1.37rem;
  line-height: 180%;
  font-weight: 400;
}

p.m {
  font-size: 1.1rem;
}

:focus {
  outline: 0;
}

article,
aside,
body,
div,
form,
main,
menu,
nav,
ol,
section,
ul {
  padding: 0;
  margin: 0;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

section,
footer {
  padding: 0 12%;
  background-color: #e6f3f6;
  position: relative;
}

.button {
  box-sizing: border-box;
  display: inline-block;
  color: #fff;
  background-color: #55c48b;
  font-weight: 500;
  font-size: 1.25rem;
  padding: 0 2.5rem;
  border-radius: 2rem;
  height: 3.5rem;
  line-height: 3.4rem;
  transition: background-color 0.3s ease-in-out;
}
.button:hover {
  background-color: #01849f;
}

.buttonBlock {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}

.outlineButton {
  background: none;
  border: 1px solid #3d3939;
  color: #3d3939;
  opacity: 0.8;
}

.logos {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5%;
  padding: 2rem 0;
}
.logos li a img {
  height: 7rem;
}
.logos li > img {
  height: 5rem;
}

header {
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 5rem;
  border-radius: 5rem;
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.1);
}
header img {
  height: 5rem;
}
header ul {
  display: flex;
  width: 100%;
}
header ul li {
  padding: 0 2rem;
}

.home {
  background-color: white;
  width: 100vw;
  min-height: 100vh;
  background-image: url("../img/vidPlaceholder.jpg");
  background-size: 70%;
  background-position: right top;
  background-repeat: no-repeat;
  padding-top: 4rem;
  margin-bottom: 5rem;
}
.home .title {
  margin-top: 15rem;
}
.home .title p {
  margin: 2rem 0;
}

.blocks {
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
  grid-auto-rows: 1fr;
}
.blocks li {
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.1);
  padding: 3rem 3.7rem;
  background: rgba(255, 255, 255, 0.8);
  z-index: 2;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.blocks li img {
  height: 4.8rem;
}
.blocks li p.m {
  font-size: 1rem;
}
.blocks li:nth-child(1) {
  color: white;
  background: linear-gradient(0deg, rgb(1, 132, 159) 1%, rgb(85, 196, 139) 100%);
}
.blocks li:nth-child(1) h3 {
  color: white;
  line-height: 150%;
}

.half::after {
  z-index: 0;
  position: absolute;
  content: "";
  background-color: white;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
}

.longText {
  padding-top: 4rem;
  display: flex;
  gap: 2rem;
  align-items: flex-end;
}
.longText > * {
  flex-basis: 50%;
}
.longText > div {
  padding-bottom: 2rem;
}
.longText > div > img {
  height: 6rem;
  margin-bottom: 2.5rem;
}
.longText > div > p {
  padding-bottom: 2rem;
}
.longText > img {
  border-radius: 1.5rem;
}

.backgroundWhite {
  background-color: white;
}

.paddingBottom {
  padding-bottom: 10rem;
}

.benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}
.benefits li {
  display: flex;
  gap: 2rem;
}
.benefits li p {
  margin-top: 1rem;
}
.benefits li img {
  height: 2rem;
}

.buttonWhite {
  background-color: white;
  color: #55c48b;
  text-transform: uppercase;
}

.buttonBig {
  font-size: 2rem;
  border-radius: 3rem;
  height: 5rem;
  line-height: 5rem;
}

.cta {
  background-color: #55c48b;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20%;
}
.cta h2 {
  color: white;
  font-size: 4rem;
}

.greenNumbers {
  display: flex;
  justify-content: space-between;
}
.greenNumbers h6 {
  letter-spacing: 0;
  text-transform: none;
  text-align: center;
}
.greenNumbers .numWrapper {
  background: #55c48b;
  padding: 1rem 3rem;
  font-size: 2rem;
  color: white;
  font-weight: 700;
  border-radius: 2rem;
  margin-bottom: 1rem;
}

.stepsSection {
  gap: 7%;
}

.steps {
  list-style: none;
  counter-reset: step;
  margin: 0;
  padding: 0;
}
.steps h4 {
  color: black;
}
.steps li {
  counter-increment: step;
  display: flex;
  align-items: flex-start;
  gap: 4rem;
  margin-bottom: 2rem;
}
.steps li::before {
  content: counter(step, decimal-leading-zero) ".";
  font-size: 7rem;
  font-weight: 200;
  color: #55c48b;
  line-height: 1;
  flex-shrink: 0;
  width: 2ch;
  text-align: right;
  padding: 1.5rem 0;
}

.faqSection {
  padding-top: 10rem;
  flex-direction: column;
  align-items: center;
}
.faqSection h2 {
  text-align: center;
}
.faqSection > p {
  width: 50%;
  text-align: center;
}
.faqSection h5 {
  text-align: center;
}

.faq {
  width: 100%;
}
.faq article {
  overflow: hidden;
  width: 100%;
  display: block;
  transition: background-color 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5rem;
  margin-bottom: 2rem;
}
.faq article p {
  color: white;
  padding: 0 5rem;
}
.faq article .answerHolder {
  transition: max-height 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  box-sizing: border-box;
}
.faq article button {
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  background: none;
  gap: 1rem;
  padding: 2rem 5rem;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  display: flex;
  transition: color 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.faq article button h5 {
  flex-basis: 100%;
  text-align: left;
  font-weight: 400;
  transition: color 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.faq article button .rotate {
  transform: rotate(-90deg);
  transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.faq article.open {
  background-color: #55c48b;
}
.faq article.open button {
  color: white;
}
.faq article.open button h5 {
  font-weight: 500;
  color: white;
}
.faq article.open button .rotate {
  transform: none;
}
.faq article.open .answerHolder {
  height: auto;
  padding: 1rem 0;
}

footer {
  background-color: #e6f3f6;
  background-image: url("../img/bcg.webp");
  background-size: 100vw;
  background-position: center bottom;
  background-repeat: no-repeat;
}
footer .footerHolder {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10rem;
}
footer .footerHolder div {
  padding: 10rem 0;
}
footer .footerHolder div > a img {
  height: 6rem;
}
footer .footerHolder p {
  padding: 2rem 0;
}
footer .footerHolder nav ul {
  flex-direction: column;
}
footer .footerHolder nav ul li {
  padding: 0.5rem 0;
  font-size: 0.9rem;
}
footer .copyright {
  line-height: 5rem;
  color: white;
  font-size: 0.75rem;
  text-align: center;
}
footer .socials {
  display: flex;
}
footer .socials img {
  height: 3.5rem;
}
footer .socials li {
  transition: transform 0.3s ease-in-out;
}
footer .socials li:hover {
  transform: scale(1.1);
}

.ctaFloat {
  z-index: 10;
  overflow: visible;
  margin-top: 10rem;
}
.ctaFloat > div {
  position: relative;
  z-index: 10;
  margin-bottom: -10rem;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4rem 10rem;
  border-radius: 7rem;
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.1);
}
.ctaFloat > div h2 {
  margin-top: 0;
}

footer {
  z-index: 1;
}

.friends {
  padding-top: 5rem;
}
.friends h2 {
  text-align: center;
}
.friends ul {
  padding-top: 5rem;
  display: flex;
  justify-content: space-between;
  gap: 5rem;
}
.friends li {
  flex-basis: 100%;
  border-radius: 1rem;
  overflow: hidden;
}
.friends li img {
  width: 100%;
  height: auto;
}

@media (max-width: 1024px) {
  html {
    font-size: 15px;
  }
  section {
    padding: 0 5%;
  }
  .buttonBlock {
    flex-direction: column;
    align-items: flex-start;
  }
  h1 {
    font-size: 3.5rem;
  }
  .longText > img {
    display: none;
  }
  .longText > div {
    flex-basis: 100%;
  }
  .cta {
    flex-direction: column;
  }
  .cta h2 {
    text-align: center;
  }
  .greenNumbers {
    flex-wrap: wrap;
  }
  .greenNumbers li {
    margin-bottom: 2rem;
  }
  .faq article {
    border-radius: 2rem;
  }
  .faq article button {
    padding: 2rem 1rem;
  }
  .faq article p {
    padding: 0 2rem;
  }
  .faqSection > p {
    width: 100%;
  }
  .logos {
    flex-wrap: wrap;
    gap: 5rem;
  }
  .logos li {
    margin-bottom: 1rem;
  }
  .ctaFloat > div {
    padding: 4rem 3rem;
    flex-direction: column;
    gap: 2rem;
  }
  .ctaFloat > div h2,
  .ctaFloat > div p {
    text-align: center;
  }
  .benefits {
    grid-template-columns: 1fr;
  }
  .steps li {
    flex-direction: column;
    gap: 0;
  }
  .blocks {
    grid-template-columns: 1fr;
    width: 90%;
    margin-left: 5%;
  }
  header {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  header nav {
    display: none;
  }
  .home .title {
    margin-top: 8rem;
  }
  .home {
    height: auto;
    min-height: 80vh;
  }
  .copyright {
    background-color: #55c48b;
  }
  footer {
    padding: 0;
  }
  .home {
    background-size: 100%;
  }
  .footerHolder {
    flex-direction: column;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
  }
  .footerHolder div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footerHolder div p {
    text-align: center;
  }
  h2 br {
    display: none;
  }
  .paddingBottom {
    padding-bottom: 2rem;
  }
  .faqSection > img {
    display: block;
  }
  .friends ul {
    flex-direction: column;
    gap: 2rem;
  }
}/*# sourceMappingURL=main.v2.css.map */