:root {
  --color: #0b0c10;
  --color-5: ivory;
  --color-3: #36454f;
  --color-2: #d4af37;
  --color-4: #cfb53b;
  --color-6: #483c32;
}

.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: #fff;
  background-color: #000;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

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

.logo-img {
  width: 230px;
}

.hero-section {
  background-color: var(--color);
  color: var(--color-5);
  padding-left: 10px;
  padding-right: 10px;
}

.hero-container {
  width: 100%;
  max-width: 1220px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-container.top {
  align-items: flex-start;
}

.hero-wrapper {
  height: 100vh;
  max-height: 1080px;
  min-height: 750px;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 70px;
  display: flex;
}

.hero-wrapper.auto {
  height: auto;
  max-height: none;
}

.hero-content {
  width: 50%;
  padding: 30px;
}

.hero-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 93px;
  line-height: 96%;
}

.hero-p {
  margin-top: 30px;
  margin-bottom: 60px;
  padding-right: 60px;
  font-size: 21px;
  line-height: 150%;
}

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

.text-field {
  height: 50px;
  border: 1px solid var(--color-3);
  background-color: var(--color);
  color: var(--color-2);
  text-transform: uppercase;
  border-radius: 5px;
  margin-bottom: 0;
  margin-right: 5px;
  padding-left: 17px;
  font-size: 13px;
  font-weight: 500;
}

.text-field:focus {
  border-color: var(--color-5);
}

.text-field.reg {
  margin-bottom: 10px;
  padding-left: 12px;
}

.text-field.reg.area {
  height: auto;
  min-height: 120px;
}

.submit-button {
  background-color: var(--color-2);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 5px 26px;
  font-weight: 500;
  transition: all .2s;
}

.submit-button:hover {
  background-color: var(--color-4);
}

.wrapper-box-hero-1 {
  z-index: 2;
  width: 100%;
  max-width: 15.625rem;
  background-color: var(--color);
  border-radius: .5rem;
  padding: .8125rem;
  position: absolute;
  top: auto;
  bottom: 6.875rem;
  left: auto;
  right: -3.2rem;
  box-shadow: 3px 3px .3125rem rgba(0, 0, 0, .2);
}

.wrapper-number-desc {
  align-items: center;
  display: flex;
}

.wrapper-box-hero-2 {
  z-index: 2;
  width: 100%;
  max-width: 15.625rem;
  background-color: var(--color-6);
  border-radius: .5rem;
  padding: 1.25rem;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0%;
  right: auto;
  box-shadow: 3px 3px .3125rem rgba(0, 0, 0, .2);
}

.img-box-graph {
  width: 100%;
}

.wrapper-title-box {
  border-bottom: .0625rem solid rgba(255, 255, 255, .15);
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: .625rem;
  padding-bottom: .625rem;
  display: flex;
}

.wrapper-hero-img {
  z-index: 3;
  height: 100%;
  position: relative;
}

.icon-box {
  width: 17%;
  height: auto;
  background-color: var(--color-2);
  border-radius: .25rem;
  margin-left: .625rem;
  padding: .5625rem;
}

.wrapper-box-hero-3 {
  z-index: 2;
  width: 100%;
  max-width: 12.5rem;
  background-color: var(--color-3);
  border-radius: .5rem;
  padding: .8125rem;
  position: absolute;
  top: 5rem;
  bottom: auto;
  left: auto;
  right: -3.5rem;
  box-shadow: 3px 3px .3125rem rgba(0, 0, 0, .2);
}

.wrapper-content-box {
  width: 80%;
}

.title-box {
  margin-bottom: .1875rem;
  font-size: .7rem;
  font-weight: 700;
  line-height: 115%;
}

.number-box {
  color: var(--color-5);
  letter-spacing: -.0625rem;
  font-size: .7rem;
  font-weight: 500;
}

.number-box.padleft {
  color: #c36;
  padding-left: .3125rem;
  font-weight: 700;
}

.number-box.padleft.dark, .number-box.padleft.count, .number-box.padleft.count.blue {
  color: var(--color-2);
}

.hero-img {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
}

.section {
  color: var(--color-5);
  padding: 75px 10px;
}

.section.alt-2 {
  background-color: var(--color);
  color: var(--color-5);
}

.section.border {
  border-bottom: 1px solid var(--color-6);
}

.section.footer {
  background-color: var(--color-3);
  padding-top: 30px;
  padding-bottom: 30px;
}

.section.first {
  padding-top: 150px;
}

.container {
  width: 100%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}

.content {
  padding: 30px;
}

.content._45 {
  width: 45%;
}

.content._50 {
  width: 50%;
}

.title-small {
  color: var(--color-2);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.wrapper-logos {
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.logo-i {
  height: 50px;
  max-width: 18%;
  object-fit: contain;
  padding-top: 10px;
}

.title-wrapper {
  width: 100%;
  max-width: 650px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
}

.section-title {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 60px;
  line-height: 96%;
}

.section-title.small {
  font-size: 40px;
  line-height: 115%;
}

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

.box-f {
  border: 1px solid var(--color-6);
  border-radius: 5px;
  padding: 20px;
}

.icon-small {
  height: 40px;
  margin-bottom: 20px;
}

.feat-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 115%;
}

.p15 {
  color: var(--color-5);
  font-size: 15px;
  line-height: 23px;
}

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

.wrapper.topm {
  margin-top: 120px;
}

.p17 {
  font-size: 17px;
  line-height: 27px;
}

.wrapper-feature-v {
  margin-top: .1875rem;
}

.wrapper-feature-v.topm {
  margin-top: 2.5875rem;
}

.wrapper-title-feature {
  align-items: flex-start;
  display: flex;
}

.checkbox {
  width: auto;
  height: 1rem;
  margin-top: .375rem;
  margin-right: .625rem;
}

.bold {
  color: var(--color-2);
  font-weight: 600;
}

.img-full-m {
  width: 100%;
  height: 100%;
  position: relative;
}

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

.cta-section {
  background-color: var(--color-3);
  text-align: center;
  border-radius: 30px;
  padding: 60px;
}

.btn {
  background-color: var(--color-2);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 5px;
  margin-top: 20px;
  padding: 15px 26px;
  font-weight: 500;
  transition: all .2s;
}

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

.faq-question {
  height: 90px;
  cursor: pointer;
  align-items: center;
  font-size: 22px;
  font-weight: 800;
  display: flex;
}

.faq-plus-wrap {
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.faq-plus-l {
  width: 1px;
  height: 100%;
  background-color: var(--color-2);
  border-radius: 3px;
  position: absolute;
}

.faq-plus {
  width: 100%;
  height: 1px;
  background-color: var(--color-2);
  border-radius: 3px;
}

.faq-q-text {
  font-weight: 700;
  line-height: 30px;
}

.faq-answer {
  border-bottom: 1px solid var(--color-3);
  padding-left: 45px;
  overflow: hidden;
}

.faq-answer-text {
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 27px;
}

.wrapper-s {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link-footer {
  color: var(--color-5);
  text-transform: uppercase;
  margin-left: 20px;
  text-decoration: none;
}

.link-footer:hover {
  text-decoration: underline;
}

.navlink {
  border: 1px solid var(--color-3);
  color: var(--color-5);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 12px 18px;
  text-decoration: none;
  transition: all .2s;
}

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

.success-message {
  border: 1px solid var(--color-4);
  background-color: rgba(221, 221, 221, 0);
  border-radius: 5px;
}

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

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

  .hero-wrapper {
    height: auto;
    max-height: none;
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .hero-content {
    width: 100%;
  }

  .section {
    padding-left: 80px;
    padding-right: 80px;
  }

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

  .logo-i {
    height: 39px;
  }

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

  .wrapper.topm {
    margin-top: 0;
  }

  .img-abs {
    position: static;
  }

  .cta-section {
    padding: 30px;
  }
}

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

  .hero-h1 {
    font-size: 70px;
  }

  .hero-p {
    font-size: 20px;
  }

  .wrapper-box-hero-1, .wrapper-box-hero-2 {
    max-width: 12.5rem;
  }

  .wrapper-box-hero-3 {
    top: 8.125rem;
  }

  .title-box {
    font-size: .6875rem;
  }

  .number-box {
    font-size: .75rem;
  }

  .section {
    padding: 40px;
  }

  .title-small {
    letter-spacing: 0;
    font-size: 13px;
  }

  .wrapper-logos {
    flex-wrap: wrap;
    justify-content: center;
  }

  .logo-i {
    width: 36%;
    max-width: 36%;
    margin-bottom: 10px;
  }

  .section-title {
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 600;
  }

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

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

  .nav-container {
    padding: 15px;
  }

  .logo-img {
    width: 180px;
  }

  .hero-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-wrapper {
    padding-top: 65px;
  }

  .hero-content {
    padding: 15px;
  }

  .hero-h1 {
    font-size: 46px;
  }

  .hero-p {
    margin-bottom: 30px;
    padding-right: 0;
  }

  .form {
    flex-direction: column;
  }

  .text-field {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .submit-button {
    min-height: 50px;
  }

  .wrapper-box-hero-1, .wrapper-box-hero-3 {
    display: none;
  }

  .section {
    padding: 30px 10px;
  }

  .content {
    padding: 15px;
  }

  .logo-i {
    width: 37%;
    height: auto;
    padding-left: 12px;
    padding-right: 12px;
  }

  .title-wrapper {
    padding: 15px;
  }

  .section-title {
    font-size: 32px;
  }

  .section-title.small {
    font-size: 32px;
    line-height: 96%;
  }

  .box-f {
    padding: 15px;
  }

  .wrapper-title-feature {
    flex-direction: column;
  }

  .wrapper-title-feature.h {
    flex-direction: row;
  }

  .cta-section {
    padding: 10px;
  }

  .faq-question {
    height: auto;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-top: 15px;
  }

  .faq-plus-wrap {
    min-width: 20px;
    margin-right: 15px;
  }

  .faq-answer {
    padding-left: 35px;
  }

  .wrapper-s {
    justify-content: flex-start;
    padding-left: 15px;
  }

  .link-footer {
    margin-left: 0;
    margin-right: 20px;
  }
}

#w-node-_1d8c0852-d57d-2f2f-df71-f76464462bdb-e9f866db, #w-node-abbbe518-9353-d307-bcea-3d59361aea18-e9f866db, #w-node-_3d3fdf4a-b70b-678f-5f2f-770b5af30e79-e9f866db, #w-node-_6bdfadd7-92b0-7de5-811b-411a617b579c-e9f866db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


