:root {
  --slate-blue: #f79256;
  --black: #1b3036;
  --medium-orchid: #be6aff;
  --slate-blue-2: #4250ba;
  --ghost-white: #eeeffa;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #2e3250;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: #2e3250;
  text-decoration: underline;
}

.section.black {
  background-color: #f2f6f6;
  padding-bottom: 0;
}

.section._02 {
  z-index: 10;
  padding-top: 80px;
  padding-bottom: 0;
}

.section.new-hero {
  background-image: url('../images/hero-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 200px;
  padding-top: 72px;
  padding-bottom: 88px;
}

.section._03 {
  z-index: 10;
  background-color: #eeeffa;
  background-image: url('../images/sect-02-bg.png');
  background-position: 50% 5%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 95px;
  padding-bottom: 82px;
}

.section._04 {
  z-index: 10;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.navbar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 75px;
  padding-top: 85px;
  display: flex;
}

.brand {
  margin-bottom: 60px;
}

.h1 {
  color: #fff;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
}

.h1.bm-38 {
  margin-bottom: 38px;
}

.form-block {
  max-width: 520px;
  margin-bottom: 0;
}

.form {
  align-items: flex-start;
  max-width: 585px;
  display: flex;
  position: relative;
}

.text-field {
  color: #383e5599;
  background-color: #eee;
  border: 1px solid #eee;
  border-radius: 10px;
  height: 52px;
  margin-bottom: 0;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 2.19;
}

.text-field:hover, .text-field:active, .text-field:focus {
  border-style: solid;
  border-color: #eee;
}

.text-field::placeholder {
  color: #4250ba80;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.submit-btn {
  background-color: var(--slate-blue);
  color: #fff;
  border-radius: 10px;
  height: 52px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 500;
  transition: opacity .4s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  inset: 0% 0% 0% auto;
}

.submit-btn:hover {
  opacity: .8;
}

.success-message, .error-message {
  border-radius: 12px;
  max-width: 523px;
}

.section-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  align-items: start;
}

.section-grid.bm-0 {
  grid-column-gap: 16px;
  grid-template-columns: 1.35fr 1fr;
  align-items: end;
  margin-bottom: 0;
  position: relative;
}

.section-grid.sect-3 {
  grid-template-columns: 1fr 1.25fr;
}

.section-grid.bm-60 {
  grid-template-columns: 1.1fr 1fr;
  margin-bottom: 60px;
}

.sect-col {
  position: relative;
}

.h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
}

.h2.center {
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
}

.h2.center.bm-80 {
  margin-bottom: 80px;
  font-size: 20px;
}

.h2.bm-40 {
  margin-bottom: 40px;
}

.h2.white {
  color: #fff;
}

.h2.white.bm-16 {
  margin-bottom: 16px;
}

.h2._785 {
  color: var(--black);
  max-width: 785px;
}

.h2._785.bm-50 {
  margin-bottom: 50px;
}

.h2._55 {
  font-size: 55px;
  font-weight: 900;
}

.h2._55.center.bm-63 {
  margin-bottom: 63px;
}

.h2.bm-54 {
  color: var(--black);
  margin-bottom: 54px;
}

._3-col-grid {
  grid-column-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 120px;
}

._3-col-grid.bm-0 {
  grid-column-gap: 27px;
  max-width: 1080px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

._3-col-grid.bm-74 {
  grid-column-gap: 27px;
  max-width: 1080px;
  margin-bottom: 74px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

._3-col-card-wrap {
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px 34px 34px;
  display: flex;
  box-shadow: 0 24px 48px #0000001a;
}

._3-col-card-wrap.orange {
  background-color: #ea8a51;
}

._3-col-card-wrap.teal {
  background-color: #76c4ac;
}

._3-col-card-wrap.blue {
  background-color: #00a8bf;
}

.div-block {
  color: #fff;
}

.hyper-link {
  transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
}

.hyper-link:hover {
  opacity: .6;
}

.container-2 {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.privacy-link {
  opacity: .8;
  color: #000000b3;
  font-family: Avenirltpro;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  display: inline-block;
  box-shadow: inset 0 -1px #ffffffb3;
}

.divider {
  box-shadow: none;
  opacity: .7;
  color: #000000b3;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 1.5;
  display: inline-block;
}

.hyper-logo-wrapper {
  align-items: center;
  display: flex;
}

.footer-section {
  background-color: #f2f6f6;
  padding-top: 42px;
  padding-bottom: 40px;
}

.hyper-text-regular {
  color: #000000b3;
  text-align: left;
  font-size: 12px;
  line-height: 24px;
}

.icons-wrapper {
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
}

.social-img {
  width: 100%;
  height: 100%;
}

.footer-logo-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-footer {
  margin-bottom: 14px;
}

.hyper-text-semibold {
  color: #000000b3;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
}

.link {
  color: #000c;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.footer-hyper-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.terms-section {
  text-align: left;
  border-bottom: 1px solid #ffffff14;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

._14-34 {
  opacity: 1;
  color: #000c;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 34px;
}

.social-btn {
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.social-btn.hdn {
  display: none;
}

.social-section {
  padding-top: 30px;
}

.join-wrap {
  position: relative;
}

.rich-text-block {
  margin-top: 100px;
  margin-bottom: 100px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.agile-img {
  transition: opacity .2s;
  display: block;
}

._20-150 {
  font-size: 20px;
  line-height: 1.5;
}

._20-150.white {
  color: #fff;
}

._20-150.white._500 {
  max-width: 500px;
  margin-bottom: 27px;
}

.h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.43;
}

.h3.caps {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.hero-wrap {
  position: relative;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.cart-head-wrap {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

._64-125 {
  color: #fff;
  margin-bottom: 25px;
  font-family: Poppins, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.25;
}

.overflow-hidden {
  overflow: hidden;
}

.cta-wrap {
  background-image: url('../images/lowpoly-cta.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px 50px 0 0;
  padding: 102px 88px 70px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
}

._26-154 {
  font-size: 26px;
  line-height: 1.54;
}

._26-154.white {
  color: #fff;
}

._26-154.white._460 {
  max-width: 460px;
}

._26-154.white._460.bm-50 {
  margin-bottom: 50px;
  font-weight: 300;
}

._26-154.white._520 {
  max-width: 520px;
}

._26-154.white._520.bm-30 {
  margin-bottom: 30px;
}

._28-142 {
  color: var(--black);
  font-size: 28px;
  font-weight: 300;
  line-height: 1.43;
}

._28-142._533 {
  max-width: 533px;
}

._28-142._533.bm-32 {
  margin-bottom: 32px;
}

._18-144 {
  color: var(--black);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.44;
}

._32-120 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

._32-120.violet {
  color: var(--slate-blue);
}

._32-120.violet.bm-67 {
  margin-bottom: 67px;
}

.lupa-img {
  position: relative;
  left: -95px;
}

.cta-img-new {
  width: 294px;
}

.cta-bg {
  z-index: -1;
  background-color: #f2f6f6;
  width: 100%;
  height: 360px;
  position: absolute;
  inset: auto 0% 0%;
}

.sect-02-wrap {
  margin-bottom: 136px;
  position: relative;
}

.sect-02-img-01 {
  position: relative;
  left: -114px;
}

._25-160 {
  font-size: 20px;
  line-height: 1.6;
}

._25-160.white {
  color: #fff;
}

._25-160.white._580 {
  max-width: 580px;
  margin-bottom: 40px;
}

._25-160._698 {
  max-width: 698px;
}

.sect-02-img-02 {
  position: absolute;
  inset: -47px -240px auto auto;
}

._16-150.white {
  color: #fff;
}

.squad-img {
  z-index: -1;
  position: absolute;
  inset: -250px auto auto -230px;
}

.image {
  max-width: none;
}

.triangle-01 {
  position: absolute;
  top: -30px;
  left: -410px;
}

.triangle-02 {
  position: absolute;
  top: 330px;
  left: 0;
}

.triangle-03 {
  position: absolute;
  top: -20px;
  left: auto;
  right: -160px;
}

.triangle-04 {
  position: absolute;
  top: 480px;
  left: auto;
  right: 0;
}

.triangle-05 {
  z-index: -1;
  position: absolute;
  top: 2230px;
  left: -780px;
  right: auto;
}

.triangle-06 {
  z-index: -1;
  position: absolute;
  top: 1880px;
  left: auto;
  right: -190px;
}

.bold-text {
  font-size: 24px;
  line-height: 1.6;
}

.bold-text-2 {
  font-size: 50px;
}

.h2-copy {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
}

.h2-copy.center {
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
}

.h2-copy.center.bm-80 {
  margin-bottom: 0;
  font-size: 20px;
}

.h2-copy.bm-40 {
  margin-bottom: 40px;
}

.h2-copy.white {
  color: #fff;
}

.h2-copy.white.bm-16 {
  margin-bottom: 16px;
}

.h2-copy._785 {
  color: var(--black);
  max-width: 785px;
}

.h2-copy._785.bm-50 {
  margin-bottom: 50px;
}

.h2-copy._55 {
  font-size: 55px;
  font-weight: 900;
}

.h2-copy._55.center.bm-63 {
  margin-bottom: 63px;
}

.h2-copy.bm-54 {
  color: var(--black);
  margin-bottom: 54px;
}

@media screen and (max-width: 991px) {
  .section._02 {
    padding-top: 100px;
  }

  .section.new-hero {
    background-position: 50%;
    background-size: cover;
    border-bottom-right-radius: 150px;
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .section._03, .section._04 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container {
    width: auto;
  }

  .brand {
    margin-bottom: 40px;
  }

  .section-grid.bm-0 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .section-grid.sect-3 {
    grid-template-columns: 1fr;
  }

  .sect-col {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .sect-col.right {
    padding-top: 0;
  }

  .h2._785 {
    margin-bottom: 60px;
  }

  ._3-col-grid {
    grid-template-columns: 1fr;
  }

  .agile-img {
    width: auto;
    max-width: 100%;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .cta-wrap {
    background-position: 50%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  ._28-142._533 {
    max-width: none;
  }

  .lupa-img {
    display: none;
  }

  .image {
    max-width: 120%;
  }

  .h2-copy._785 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .section._02 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.new-hero {
    border-bottom-right-radius: 100px;
  }

  .section._03 {
    padding-bottom: 40px;
  }

  .section._04 {
    padding-bottom: 60px;
  }

  .navbar {
    flex-direction: column;
  }

  .brand {
    margin-bottom: 40px;
  }

  .h1 {
    text-align: center;
  }

  .form-block {
    width: 100%;
    max-width: 100%;
  }

  .form {
    flex-direction: column;
    align-items: stretch;
    max-width: none;
  }

  .text-field {
    max-width: none;
    margin-bottom: 20px;
  }

  .submit-btn {
    max-width: none;
    position: static;
  }

  .section-grid.bm-60 {
    grid-template-columns: 1fr;
  }

  .h2.bm-40.white, .hyper-text-regular {
    text-align: center;
  }

  .footer-logo-wrapper {
    align-items: center;
    margin-bottom: 40px;
  }

  .footer-hyper-wrapper {
    align-items: center;
  }

  .terms-section {
    flex-direction: column;
  }

  .hero-wrap, .cta-wrap {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .hero-2nd-wrap {
    display: none;
  }

  .h2-copy.bm-40.white {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .section._02 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.new-hero {
    border-bottom-right-radius: 40px;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .section._03 {
    padding-top: 60px;
    padding-bottom: 92px;
  }

  .section._04 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .navbar {
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .brand {
    margin-bottom: 20px;
  }

  .h1 {
    margin-bottom: 20px;
    font-size: 36px;
  }

  .form-block {
    width: 100%;
    max-width: none;
  }

  .form {
    flex-direction: column;
    align-items: stretch;
  }

  .text-field {
    text-align: center;
    margin-bottom: 14px;
    margin-right: 0;
    padding-left: 12px;
  }

  .section-grid.bm-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .h2 {
    font-size: 28px;
  }

  .h2.center {
    font-size: 24px;
  }

  .h2.bm-40.white, .h2._785, .h2._785.bm-50 {
    margin-bottom: 20px;
  }

  .h2._55.center.bm-63 {
    margin-bottom: 40px;
    font-size: 28px;
  }

  .h2.bm-54 {
    margin-bottom: 20px;
  }

  ._3-col-card-wrap {
    padding: 20px;
  }

  .footer-section {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .logo-footer {
    margin-bottom: 40px;
  }

  .join-wrap {
    margin-bottom: 20px;
  }

  .agile-img {
    display: block;
  }

  ._20-150.white._500 {
    text-align: center;
  }

  .h3 {
    font-size: 18px;
  }

  ._64-125 {
    margin-bottom: 10px;
  }

  .cta-wrap {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 20px;
  }

  ._26-154.white._460.bm-50 {
    text-align: center;
  }

  ._26-154.white._520.bm-30 {
    text-align: center;
    font-size: 18px;
  }

  ._28-142._533 {
    font-size: 16px;
  }

  ._32-120.violet.bm-67 {
    margin-bottom: 40px;
  }

  ._25-160 {
    font-size: 18px;
  }

  .h2-copy {
    font-size: 28px;
  }

  .h2-copy.center {
    font-size: 24px;
  }

  .h2-copy.bm-40.white, .h2-copy._785, .h2-copy._785.bm-50 {
    margin-bottom: 20px;
  }

  .h2-copy._55.center.bm-63 {
    margin-bottom: 40px;
    font-size: 28px;
  }

  .h2-copy.bm-54 {
    margin-bottom: 20px;
  }
}

#w-node-e9289c71-fca8-08ac-eb14-617ef51b15b3-867468be, #w-node-ce5c3b15-213b-7469-46fe-2f0e7bd27fb9-867468be, #w-node-eec77f7c-57f0-77f3-ed9f-92a27932ff68-867468be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e6083f27-23a5-59fd-b793-6157b60500d2-867468be {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-bfc78f27-fe5f-f815-ca75-73b32f794026-867468be, #w-node-_0b5101c5-a323-a9a0-550b-9aec5e2da5d2-867468be, #w-node-bfc78f27-fe5f-f815-ca75-73b32f794027-867468be, #w-node-_1a4b10e5-0d4a-034b-ae1d-97e09ab0df6e-867468be, #w-node-edf406f9-1d17-1157-15ae-5d112e35829d-867468be, #w-node-_0338a198-bf6c-4753-e82c-d59f03223d12-867468be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-eec77f7c-57f0-77f3-ed9f-92a27932ff68-867468be {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-e6083f27-23a5-59fd-b793-6157b60500d2-867468be {
    place-self: start center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e9289c71-fca8-08ac-eb14-617ef51b15b3-867468be {
    justify-self: center;
  }
}


