*,
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  transition: all 0.15s ease-in-out;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  /* preloading */
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
  overflow-x: hidden;
  font-size: 1.6rem;
  z-index: -9999;
  min-height: 100vh;
  padding-top: 8rem;
  background-color: #fafafa;
}

/* *************************************** GENERAL ***************************************** */
a {
  text-decoration: none;
  display: inline-block;
}

.container {
  max-width: 144rem;
  margin: 0 auto;
  position: relative;
  padding: 0 16rem;
  overflow: hidden;
}

/* *************************************** HEADER ***************************************** */
header {
  border-bottom: 2px solid #fff;
  background: #fafafa;
  box-shadow: 0px 8px 32px -4px rgba(3, 10, 48, 0.11);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
header .container {
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .container .mobile-nav-btn {
  display: none;
}
header .container .logo img {
  height: 3.6rem;
}
header .container nav a {
  padding: 1.6rem;
  color: #202020;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
header .container .button {
  display: flex;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 49px;
  background: linear-gradient(180deg, #2b2b2b 0%, #404040 0.01%, #121212 100%);
  color: #fff;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
}

/* *************************************** HERO ***************************************** */
.hero {
  padding-top: 3.6rem;
  padding-bottom: 3.6rem;
  background-color: #f0f1f2;
  background-image: url("../img/hero_bg_pattern.png");
  background-size: 225px;
}
.hero .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero .container .content-block {
  transform: translateY(-2rem);
  padding: 4rem 4.8rem 4.8rem 4.8rem;
  justify-content: center;
  align-items: center;
  border-radius: 4.4rem;
  border: 2px solid #fff;
  background: #fafafa;
  box-shadow: 0px 8px 32px -4px #d5d7db;
}
.hero .container .content-block h3 {
  color: #303a47;
  font-family: Montserrat;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 2.4rem;
}
.hero .container .content-block h3 span {
  font-size: 3.2rem;
}
.hero .container .content-block h1 {
  color: #202020;
  font-family: Montserrat;
  font-size: 6.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  max-width: 43.1rem;
  margin-bottom: 3.2rem;
}
.hero .container .content-block h1 span {
  color: #34c759;
}
.hero .container .content-block p {
  color: #303a47;
  font-family: Poppins;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 3.6rem */
  max-width: 50.3rem;
  margin-bottom: 4.8rem;
}
.hero .container .content-block .btns {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.hero .container .content-block .btns .apple-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18.9rem;
  height: 6rem;
  flex-shrink: 0;
  border-radius: 4.9rem;
  background: linear-gradient(180deg, #34c759 0%, #2ba64a 100%);
  padding-top: 9px;
  padding-bottom: 12px;
}
.hero .container .content-block .btns .apple-btn img {
  height: 3.9rem;
}
.hero .container .content-block .btns .btn {
  width: 18.9rem;
  height: 6rem;
  flex-shrink: 0;
  border-radius: 3rem;
  border: 2px solid #34c759;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #34c759;
  text-align: center;
  font-family: Poppins;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.4rem;
  /* 133.333% */
}
.hero .container .hero-img {
  height: 75.3rem;
}

/* *************************************** STATS ***************************************** */
.stats {
  padding: 8rem 0;
  background-color: #30ba53;
  background-image: url("../img/stats_bg_pattern.png");
  background-size: 316px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.stats .container {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 2.4rem;
}
.stats .block {
  max-width: 28.5rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  align-items: center;
}
.stats .block.block--2 {
  max-width: 36rem;
}
.stats .block .number {
  color: #fff;
  font-family: Montserrat;
  font-size: 6.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 7.68rem */
  text-align: center;
}
.stats .block p {
  text-align: center;
  color: #fff;
  font-family: Poppins;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 2.7rem */
}

/* *************************************** FEATURES ***************************************** */
.features {
  background-color: #f0f1f2;
  background-image: url("../img/hero_bg_pattern.png");
  background-size: 225px;
  padding-bottom: 2rem;
}
.features .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3.2rem;
  height: 82.8rem;
}
.features .container .main-img {
  height: 75.3rem;
  transform: translate(-3.2rem, 0.8rem);
}
.features .container .content {
  padding: 4rem 4rem 5.6rem 4.8rem;
  border-radius: 4.4rem;
  border: 2px solid #fff;
  background: #fafafa;
  box-shadow: 0px 8px 32px -4px #d5d7db;
  transform: translateX(4rem);
  max-height: 66.8rem;
}
.features .container .content h2 {
  color: #202020;
  font-family: Montserrat;
  font-size: 3.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 41.2rem;
  margin-bottom: 1.6rem;
}
.features .container .content h2 span {
  color: #34c759;
}
.features .container .content h3 {
  max-width: 40rem;
  color: #303a47;
  font-family: Montserrat;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 2.7rem */
  margin-bottom: 3.2rem;
  opacity: 0.8;
}
.features .container .content .grid .blocks-row {
  gap: 2.8rem;
  display: flex;
  align-items: start;
}
.features .container .content .grid .blocks-row:not(:last-of-type) {
  margin-bottom: 3.2rem;
}
.features .container .content .grid .blocks-row .block {
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.features .container .content .grid .blocks-row .block img {
  margin-bottom: 2rem;
  width: 5.4rem;
  height: 5.4rem;
}
.features .container .content .grid .blocks-row .block h4 {
  margin-bottom: 0.9rem;
  color: #202020;
  font-family: Poppins;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.features .container .content .grid .blocks-row .block p {
  color: #303a47;
  font-family: Poppins;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  opacity: 0.7;
  max-width: 28.6rem;
}

/* *************************************** HELP ***************************************** */
.help {
  background-color: #30ba53;
  background-image: url("../img/stats_bg_pattern.png");
  background-size: 316px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  height: 74.5rem;
}
.help .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem;
  height: 100%;
}
.help .container .text h2 {
  margin-bottom: 2rem;
  color: #fff;
  font-family: Montserrat;
  font-size: 3.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 38rem;
}
.help .container .text h3 {
  color: #fff;
  font-family: Montserrat;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  max-width: 37.6rem;
}
.help .container .form-wrapper .wrapper {
  padding: 5.5rem 6.4rem 6.4rem 6.4rem;
  justify-content: center;
  align-items: center;
  border-radius: 4.4rem;
  border: 2px solid #fff;
  background: #fafafa;
  box-shadow: 0px 8px 32px -4px #319b4c;
  width: 61.4rem;
  transform: translateX(4rem);
}
.help .container .form-wrapper .wrapper h4 {
  color: #202020;
  font-family: Montserrat;
  font-size: 3.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.8rem;
  /* 111.765% */
  margin-bottom: 1.2rem;
}
.help .container .form-wrapper .wrapper p {
  color: #303a47;
  font-family: Poppins;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  /* 142.857% */
  margin-bottom: 3.2rem;
  opacity: 80%;
}
.help .container .form-wrapper .wrapper form .row {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
}
.help .container .form-wrapper .wrapper form input,
.help .container .form-wrapper .wrapper form textarea {
  outline: none;
  border: none;
  display: flex;
  width: 23.3rem;
  height: 4.8rem;
  padding: 1.2rem 1.2rem 1.2rem 2rem;
  justify-content: flex-end;
  align-items: center;
  border-radius: 2.4rem;
  border: 2px solid rgba(255, 255, 255, 0);
  background: #f0f1f2;
  color: #202020;
  font-family: Poppins;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  /* 150% */
}
.help .container .form-wrapper .wrapper form input::placeholder,
.help .container .form-wrapper .wrapper form textarea::placeholder {
  color: #a6a6a6;
}
.help .container .form-wrapper .wrapper form input:focus,
.help .container .form-wrapper .wrapper form textarea:focus {
  border-color: #34c759;
}
.help .container .form-wrapper .wrapper form textarea {
  width: 48.6rem;
  height: 13.2rem;
  resize: none;
  margin-bottom: 2rem;
}
.help .container .form-wrapper .wrapper form .accept {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  justify-content: start;
  cursor: pointer;
  margin-bottom: 3.2rem;
}
.help .container .form-wrapper .wrapper form .accept input {
  width: auto;
  height: auto;
}
.help .container .form-wrapper .wrapper form .accept span {
  color: #303a47;
  font-family: Poppins;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  /* 166.667% */
  letter-spacing: 0.012rem;
}
.help .container .form-wrapper .wrapper form button {
  display: flex;
  width: 18.6rem;
  padding: 1.8rem 2.4rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border-radius: 4.9rem;
  background: linear-gradient(180deg, #2b2b2b 0%, #404040 0.01%, #121212 100%);
  color: #fff;
  font-family: Poppins;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.4rem;
  /* 150% */
  cursor: pointer;
  border: none;
}

/* *************************************** FOOTER ***************************************** */
footer {
  background-color: #fafafa;
}
footer .container {
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
footer .container .logo img {
  height: 3.6rem;
}
footer .container p {
  color: #202020;
  font-family: Poppins;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-align: right;
}

/* *************************************** POLICY *********************************  */
.body--policy {
  background-color: #fafafa;
}

.privacy {
  max-width: 770px;
  padding: 8.6rem 0 9.6rem;
  margin: 0 auto;
}
.privacy h1 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-size: 5rem;
  line-height: 120%;
  color: #202020;
  margin-bottom: 3.2rem;
}
.privacy h2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 120%;
  color: #202020;
  margin: 3.2rem 0 1.6rem;
}
.privacy p,
.privacy a,
.privacy li {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 150%;
  color: #303a47 !important;
  margin-bottom: 1.6rem;
}
.privacy ul {
  padding-left: 2.4rem;
}
.privacy a {
  text-decoration: underline;
}

/* *************************************** SCROLLBAR *********************************  */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f0f1f2;
}

::-webkit-scrollbar-thumb {
  background: #34c759;
  border-radius: 12px;
}

::-webkit-scrollbar-thumb:hover {
  background: #30ba53;
}

@media only screen and (max-width: 1440px) {
  .container {
    padding: 0 8rem;
  }

  .features .container {
    gap: 32px;
  }

  .features .container .content {
    transform: translateX(0);
    height: auto;
    max-height: none;
  }

  .help .container .form-wrapper .wrapper {
    transform: translateX(0);
  }
}
@media only screen and (max-width: 1200px) {
  html {
    font-size: 56.25%;
  }

  .container {
    padding: 0 6rem;
  }
}
@media only screen and (max-width: 992px) {
  html {
    font-size: 50%;
  }

  .container {
    padding: 0 4rem;
  }

  .help .container .form-wrapper .wrapper {
    padding: 40px 44px 44px !important;
  }
}
@media only screen and (max-width: 900px) {
  header .container .button {
    display: none;
  }

  .hero .container .hero-img {
    transform: translateX(16px);
  }

  .features .container {
    gap: 0px;
  }
}
@media only screen and (max-width: 840px) {
  .hero .container .content-block h1,
.stats .block .number {
    font-size: 40px;
  }

  .hero .container .content-block h1 span img {
    width: 215px;
  }

  .hero .container .hero-img {
    height: 556px;
  }

  .stats .container {
    gap: 32px;
  }

  .features .container {
    flex-direction: column-reverse;
    align-items: center;
    padding-top: 24px;
    height: auto;
  }

  .features .container .main-img {
    align-self: center;
  }

  .features .container .content h2,
.features .container .content h3 {
    text-align: center;
    max-width: 80%;
  }

  .features .container .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 24px;
  }

  .features .container .content .grid .blocks-row {
    gap: 48px;
  }

  .features .container .content .grid .blocks-row .block {
    align-items: center;
  }
  .features .container .content .grid .blocks-row .block p {
    text-align: center;
  }

  .features .container .content .grid .blocks-row:not(:last-of-type) {
    margin-bottom: 48px;
  }

  .features .container .main-img {
    height: 556px;
  }

  .help .container {
    flex-direction: column;
    align-items: center;
  }

  .help .container .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }

  .help .container .text h2,
.help .container .text h3 {
    text-align: center;
  }

  .help .container .text h2 {
    max-width: none;
  }

  .help .container .text h3 {
    max-width: 70%;
  }

  .help .container .form-wrapper {
    transform: translateX(0);
  }

  .features .container {
    padding-top: 64px;
    padding-bottom: 48px;
  }

  .help {
    height: auto;
    padding-top: 58px;
    padding-bottom: 64px;
  }

  .help .container .text {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    padding: 0 16px;
  }

  header {
    z-index: 99999;
  }
  header.menu-opened .container nav {
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0);
    transition: all 0.25s ease-out;
  }

  header .container nav {
    position: fixed;
    background-color: #fafafa;
    display: flex;
    flex-direction: column;
    top: 8rem;
    left: 0;
    right: 0;
    height: calc(100vh - 8rem);
    z-index: 99999999;
    pointer-events: none;
    opacity: 0;
    align-items: center;
    justify-content: center;
    gap: 32px;
    transform: translateY(64px);
    transition: all 0.1s ease-out;
  }
  header .container nav a {
    font-size: 20px;
    line-height: 24px;
  }
  header .container nav a.button {
    margin-left: 0;
    font-size: 20px;
    line-height: 24px;
    margin-top: 16px;
    font-weight: 400;
  }
  header .container .logo {
    z-index: 999999999;
  }
  header .container .mobile-nav-btn {
    display: flex;
    height: 44px;
    width: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    border: none;
    position: relative;
    z-index: 999999999;
    outline: none;
    background: linear-gradient(180deg, #2b2b2b 0%, #404040 0.01%, #121212 100%);
  }
  header .container .ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transform: scale(0.9);
  }
  header .container .hamRotate.active {
    transform: scale(0.9) rotate(45deg);
  }
  header .container .hamRotate180.active {
    transform: scale(0.9) rotate(180deg);
  }
  header .container .line {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #ffffff;
    stroke-width: 6;
    stroke-linecap: round;
  }
  header .container .ham8 .top {
    stroke-dasharray: 40 160;
  }
  header .container .ham8 .middle {
    stroke-dasharray: 40 142;
    transform-origin: 50%;
    transition: transform 400ms;
  }
  header .container .ham8 .bottom {
    stroke-dasharray: 40 85;
    transform-origin: 50%;
    transition: transform 400ms, stroke-dashoffset 400ms;
  }
  header .container .ham8.active .top {
    stroke-dashoffset: -64px;
  }
  header .container .ham8.active .middle {
    transform: rotate(90deg);
  }
  header .container .ham8.active .bottom {
    stroke-dashoffset: -64px;
  }

  .hero .container {
    gap: 32px;
  }

  .help .container .text h3 {
    max-width: 80%;
  }
}
@media only screen and (max-width: 690px) {
  .hero .container {
    flex-direction: column;
    align-items: center;
  }

  .hero .container .content-block {
    transform: translateY(0);
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero .container .content-block p,
.hero .container .content-block h1 {
    text-align: center;
  }

  .hero .container .content-block h1 {
    max-width: 90%;
  }
  .hero .container .content-block h1 br {
    display: none;
  }

  .features .container .content {
    width: 100%;
  }

  .help .container .text h3 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .stats .container {
    flex-direction: column;
    align-items: center;
    overflow: visible;
  }

  .help .container .text {
    margin-bottom: 32px;
  }

  .stats .block {
    align-items: center;
    gap: 10px;
  }
  .stats .block p {
    text-align: center;
  }

  .help .container .form-wrapper .wrapper form input,
.help .container .form-wrapper .wrapper form textarea {
    width: 100%;
    flex: 1;
  }

  .help .container .form-wrapper {
    width: 100%;
    background-size: 108% 100%;
    position: relative;
  }

  .help .container .form-wrapper .wrapper {
    width: 90%;
    height: auto;
  }

  .help .container .form-wrapper .wrapper form .row {
    flex-direction: column;
  }

  .help .container .form-wrapper .wrapper form {
    width: 100%;
  }

  .help .container .form-wrapper .wrapper form .accept {
    align-items: start;
    flex: 0;
    width: auto !important;
  }
  .help .container .form-wrapper .wrapper form .accept input {
    flex: 0;
  }

  .help .container .form-wrapper .wrapper {
    margin: 0 auto;
  }

  .help .container .text {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .hero .container .content-block p,
.hero .container .content-block h1 {
    max-width: none;
  }

  .hero .container .hero-img {
    transform: translateX(8px);
  }

  .features .container .content h2,
.features .container .content h3 {
    max-width: none;
  }

  .features .container .main-img {
    transform: translateX(8px);
  }

  .features .container .content .grid .blocks-row {
    flex-direction: column;
    align-items: center;
  }

  .features .container .content .grid .blocks-row .block {
    width: auto;
  }

  .features .container .content .grid .blocks-row .block h4 {
    font-size: 18px;
    text-align: center;
  }

  .features .container .content .grid .blocks-row .block p {
    font-size: 16px;
    max-width: 90% !important;
  }

  .features .container .content .grid .blocks-row .block img {
    width: 48px;
    height: 48px;
  }

  .features .container .content h3 {
    font-size: 16px;
    margin-bottom: 48px;
  }

  .help .container .text h3 {
    font-size: 16px;
  }

  .help .container .form-wrapper .wrapper p {
    font-size: 14px;
    line-height: 140%;
  }

  .features .container {
    padding-top: 40px;
    padding-bottom: 24px;
  }

  .help .container .form-wrapper .wrapper {
    padding: 32px 24px 36px !important;
  }
}
@media only screen and (max-width: 429px) {
  .hero .container .content-block .btns {
    gap: 12px;
  }

  .hero .container .content-block .btns .apple-btn,
.hero .container .content-block .btns .btn {
    width: 132px;
  }

  .hero .container .content-block h3 {
    text-align: center;
    font-size: 13px;
    line-height: 150%;
  }

  .hero .container .content-block {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media only screen and (max-width: 380px) {
  .hero .container .content-block h1,
.stats .block .number {
    font-size: 32px;
  }

  .hero .container .content-block h1 span img {
    width: 175px;
  }

  .hero .container .content-block p {
    font-size: 18px;
  }

  .help .container .form-wrapper .wrapper {
    padding: 5.7rem 24px 6.4rem;
  }

  .help .container .form-wrapper .wrapper p {
    font-size: 12px;
    line-height: 130%;
  }
}

/*# sourceMappingURL=style.css.map */
