:root {
  --color-3: #000;
  --color-4: white;
  --color-2: #297530;
  --color: #3fb545;
  --color-6: rgba(255, 255, 255, 0);
  --white: white;
  --black: black;
  --color-5: #0f0f0f;
}

.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;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: var(--color-3);
  font-family: Poppins, sans-serif;
  font-size: .875rem;
  line-height: 1.25rem;
}

.section-nav {
  padding-left: .625rem;
  padding-right: .625rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-container {
  width: 100%;
  max-width: 81.25rem;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 1.875rem;
  display: flex;
}

.logo-wrapper {
  color: var(--color-4);
  letter-spacing: .0625rem;
  text-transform: uppercase;
  align-items: center;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.logo-wrapper.dark {
  color: var(--color-2);
}

.img-logo {
  width: 2rem;
  margin-left: .625rem;
  margin-right: .625rem;
}

.btn {
  border: .125rem solid var(--color);
  background-color: var(--color);
  color: var(--color-4);
  text-transform: capitalize;
  border-radius: 5px;
  padding: 1.1rem 2.3rem;
  font-size: 1rem;
  font-weight: 600;
  transition: all .2s;
}

.btn:hover {
  border-color: var(--color-2);
  background-color: var(--color-2);
  color: var(--color-4);
}

.btn.ghost {
  border-color: var(--color-4);
  background-color: var(--color-6);
  color: var(--color-4);
}

.btn.ghost:hover {
  background-color: var(--color-4);
  color: var(--color-3);
}

.btn.topm {
  margin-top: 1.25rem;
}

.hero-section {
  background-color: var(--color-3);
  color: var(--color-4);
  background-image: linear-gradient(rgba(0, 0, 0, .69), rgba(0, 0, 0, .69)), url('../images/img-hero.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-left: .625rem;
  padding-right: .625rem;
}

.hero-section.ai {
  background-image: linear-gradient(rgba(0, 0, 0, .61), rgba(0, 0, 0, .61)), url('../images/img-hero-ai.webp');
  background-size: auto, cover;
}

.hero-section.n {
  background-image: linear-gradient(rgba(0, 0, 0, .69), rgba(0, 0, 0, .69));
}

.hero-wrapper {
  height: 100vh;
  max-height: 67.5rem;
  min-height: 46.875rem;
  justify-content: center;
  align-items: center;
  padding-top: 7.5rem;
  padding-bottom: 6rem;
  display: flex;
}

.hero-container {
  width: 100%;
  max-width: 81.25rem;
  align-items: center;
  display: flex;
}

.hero-content {
  width: 55%;
  padding: 1.875rem;
}

.hero-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.4rem;
  font-weight: 800;
  line-height: 115%;
}

.hero-p {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  font-size: 20px;
  line-height: 30px;
}

.section {
  border-top: .0625rem solid rgba(255, 255, 255, .2);
  padding: 4.6875rem .625rem;
}

.section.alt {
  background-color: #f5f5f5;
}

.section.footer {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.container {
  width: 100%;
  max-width: 81.25rem;
  margin-left: auto;
  margin-right: auto;
}

.wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.wrapper.c {
  align-items: center;
}

.content {
  padding: 1.875rem;
}

.content._50 {
  width: 50%;
}

.content._50.np {
  padding-top: 0;
  padding-bottom: 0;
}

.content._45 {
  width: 45%;
}

.section-title {
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 3.5rem;
  line-height: 115%;
}

.p20 {
  opacity: .8;
  font-size: 20px;
  line-height: 30px;
}

.grid-3x {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.wrapper-feature-box {
  background-color: var(--white);
  border: .0625rem solid rgba(0, 0, 0, .09);
  border-radius: 5px;
  padding: 1.875rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.icon-feature {
  width: 3rem;
  height: 3rem;
  background-color: var(--color-2);
  border-radius: 5px;
  margin-bottom: 1.875rem;
  padding: .675rem;
}

.title-h3 {
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 115%;
}

.p17 {
  opacity: .8;
  font-size: 17px;
  line-height: 25px;
}

.wrapper-img-s {
  width: 100%;
  height: 100%;
  position: relative;
}

.img-abs {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cta-wrapper {
  background-color: var(--color-2);
  color: var(--color-4);
  border-radius: 5px;
  padding: 5.25rem 3.75rem;
}

.container-cta-wrapper {
  width: 100%;
  max-width: 44rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.p-terms {
  opacity: .5;
  border-top: .0625rem solid rgba(255, 255, 255, .5);
  padding-top: 1.875rem;
  font-size: 1rem;
}

.footer-link {
  color: var(--color);
  text-transform: uppercase;
  margin-left: 1.25rem;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.footer-link:hover {
  color: var(--color-2);
}

.nav-footer {
  justify-content: flex-end;
  align-items: center;
  padding: 1.875rem;
  display: flex;
}

.img-abs-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: .25rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.img-abs-2.r {
  object-fit: contain;
}

.close-btn {
  width: 1.7rem;
  height: 1.7rem;
  min-height: 1.7rem;
  min-width: 1.7rem;
  background-color: var(--color-2);
  color: #002b49;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: .3875rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.content-3 {
  padding: 1.875rem;
}

.content-3._50 {
  width: 50%;
}

.content-3._50.rel {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section-pop {
  z-index: 90;
  background-color: rgba(255, 255, 255, .95);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay-button {
  background-color: rgba(41, 117, 48, .66);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-buttons {
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.875rem;
  display: flex;
}

.btn-ov {
  position: relative;
}

.checkbox-field {
  margin-top: 1.25rem;
}

.input {
  color: #000;
  background-color: #fff;
  border-radius: .5rem;
  margin-bottom: .625rem;
  padding: .5rem .75rem;
}

.input::-ms-input-placeholder {
  color: #9f9f9f;
}

.input::placeholder {
  color: #9f9f9f;
}

.input.phone {
  color: var(--color-3);
}

.wrapper-pop {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-block {
  width: 100%;
  max-width: 37.5rem;
  border-radius: .1875rem;
  margin-bottom: 0;
  padding: 1.225rem;
  position: relative;
}

.container-pop {
  width: 100%;
  max-width: 56.25rem;
  background-color: var(--color-2);
  color: #fff;
  border: .0625rem solid rgba(255, 255, 255, .2);
  border-radius: .3125rem;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.875rem;
  display: flex;
  position: relative;
}

.link-form {
  color: #eeede9;
}

.field-label {
  margin-bottom: .3125rem;
  display: inline-block;
}

.btn-2 {
  background-color: #00af40;
  border-radius: 22.5rem;
  padding: .9375rem 2.125rem;
  font-size: .9375rem;
  font-weight: 500;
  transition: all .2s;
}

.btn-2:hover {
  color: #42145f;
  background-color: #fff;
}

.btn-2.small {
  color: #fff;
  text-transform: capitalize;
  background-color: rgba(0, 0, 0, 0);
  border: .0625rem solid #fff;
  border-radius: 5px;
  margin-right: .9375rem;
  padding: .5rem 1.8125rem;
  font-weight: 600;
}

.btn-2.small:hover {
  border-color: var(--color);
  background-color: var(--color);
  color: #fff;
}

.btn-2.small.green {
  background-color: var(--color);
  color: var(--color-4);
  border-color: rgba(0, 0, 0, 0);
}

.btn-2.small.green:hover {
  background-color: #eeede9;
  border-color: #42145f;
}

.form-step {
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem;
}

.form-step.hide {
  display: none;
}

.content-4 {
  padding: 1.875rem;
}

.content-4._50 {
  width: 50%;
}

.content-4._50.rel {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.btn-2 {
  color: #000;
  text-transform: uppercase;
  background-color: #f9f7f4;
  border: .0625rem solid #fff;
  border-radius: 22.5rem;
  padding: 1.05rem 1.9125rem;
  font-size: .9rem;
  font-weight: 600;
  transition: all .2s;
}

.btn-2:hover {
  transform: translate(0, -.1875rem);
}

.section-callback {
  z-index: 90;
  background-color: rgba(255, 255, 255, .95);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block {
  letter-spacing: 0;
  font-size: 1.3rem;
  font-weight: 900;
}

.overlay-n {
  height: 120px;
  background-color: var(--black);
}

@media screen and (max-width: 991px) {
  .section-nav, .hero-section {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .hero-wrapper {
    height: auto;
    max-height: none;
    min-height: auto;
    align-items: center;
    padding-bottom: 0;
  }

  .hero-container {
    flex-direction: column;
  }

  .hero-content {
    width: 100%;
  }

  .hero-h1 {
    font-size: 3.375rem;
  }

  .section {
    padding: 3.125rem 5rem;
  }

  .wrapper.rev {
    flex-direction: column-reverse;
  }

  .content._50, .content._45 {
    width: 100%;
  }

  .section-title {
    font-size: 2.8125rem;
  }

  .grid-3x {
    flex-direction: column;
    display: flex;
  }

  .img-abs {
    max-height: 21.875rem;
    position: static;
  }

  .cta-wrapper {
    padding: 1.875rem;
  }

  .img-abs-2 {
    position: static;
  }

  .content-3._50 {
    width: 100%;
  }

  .section-pop {
    height: 100vh;
    padding-left: 5rem;
    padding-right: 5rem;
    overflow: auto;
  }

  .wrapper-pop, .container-pop {
    align-items: flex-start;
  }

  .content-4._50 {
    width: 100%;
  }

  .section-callback {
    height: 100vh;
    padding-left: 5rem;
    padding-right: 5rem;
    overflow: auto;
  }
}

@media screen and (max-width: 767px) {
  .section-nav {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .nav-container {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-wrapper {
    font-size: 1.0625rem;
  }

  .img-logo {
    width: 2.5rem;
  }

  .hero-section {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .hero-h1 {
    font-size: 2.5625rem;
  }

  .section {
    padding: 2.5rem;
  }

  .section-title {
    font-size: 2.1875rem;
  }

  .cta-wrapper {
    padding: 1.25rem;
  }

  .section-pop {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .btn-2 {
    text-align: center;
    padding: .85rem 1.1125rem;
  }

  .section-callback {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media screen and (max-width: 479px) {
  .section-nav {
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .nav-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: .9375rem;
    padding-bottom: .9375rem;
  }

  .logo-wrapper {
    margin-bottom: 10px;
    font-size: .875rem;
  }

  .btn {
    text-align: center;
  }

  .hero-section {
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .hero-wrapper {
    padding-top: 10.7rem;
    padding-bottom: 3.1rem;
  }

  .hero-content {
    padding: .9375rem;
  }

  .hero-h1 {
    font-size: 2.125rem;
  }

  .section {
    padding: 1.25rem .625rem;
  }

  .content {
    padding: .9375rem;
  }

  .section-title {
    margin-bottom: .625rem;
    font-size: 1.8125rem;
  }

  .wrapper-feature-box {
    padding: .9375rem;
  }

  .img-abs {
    max-height: 15.625rem;
  }

  .container-cta-wrapper {
    text-align: left;
  }

  .footer-link {
    width: 100%;
    margin-left: 0;
  }

  .nav-footer {
    flex-direction: column;
    align-items: flex-start;
    padding: .9375rem;
  }

  .content-3 {
    padding: .9375rem;
  }

  .section-pop {
    padding: 1.875rem .625rem;
  }

  .form-buttons {
    flex-direction: column;
  }

  .form-block {
    padding: 0;
  }

  .content-4 {
    padding: .9375rem;
  }

  .btn-2 {
    text-align: center;
    font-size: .8rem;
  }

  .section-callback {
    padding: 1.875rem .625rem;
  }
}

#w-node-_0b1e3699-42d2-7430-373a-ced5d6ac7347-0b45ae02, #w-node-_3b1218b3-c004-f361-a590-0034a70bc395-0b45ae02, #w-node-_65296f36-f259-5fed-4579-f404b3741a2f-0b45ae02, #w-node-_0b1e3699-42d2-7430-373a-ced5d6ac7347-220526f5, #w-node-_3b1218b3-c004-f361-a590-0034a70bc395-220526f5, #w-node-_65296f36-f259-5fed-4579-f404b3741a2f-220526f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


