@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 300";
  src: url('../fonts/fa-light-300.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 100";
  src: url('../fonts/fa-thin-100.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
  font-size: 20px;
}

.main-header {
  background-color: #4cc3e9;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  padding: 6px 10px;
  display: flex;
}

.header-box {
  padding: 1px;
}

.header-text {
  color: #212529;
  margin-left: -10px;
  padding: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.banner-section {
  background-color: #fff3;
}

.container {
  max-width: 1200px;
}

.container.p-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.banner-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.banner-content {
  margin-top: 10px;
  padding: 0 30px 20px 60px;
}

.heading {
  color: #000;
  margin-top: 3px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 46.2px;
}

.text-block {
  margin-top: 15px;
  margin-bottom: 16px;
  margin-right: -30px;
  padding-left: 1px;
  line-height: 26.6px;
}

.banner-list {
  margin-right: 0;
}

.banner-list-item {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
  font-weight: 700;
  display: flex;
}

.image {
  width: 26px;
  height: 26px;
  margin-right: 9px;
}

.btn-banner {
  margin-top: 49px;
  padding: 1px 1px 1px 2px;
}

.button {
  color: #000;
  text-align: center;
  background-color: #ffe22f;
  border-radius: 10px;
  width: 360px;
  max-width: 100%;
  padding: 20px 10px;
  font-weight: 800;
  display: inline-block;
  box-shadow: 0 2px 7px 1px #00000030;
}

.image-2 {
  max-width: 60%;
  margin-top: 23px;
  margin-bottom: 12px;
}

.div-block {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 26px;
  display: flex;
}

.div-block.left {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding-left: 16px;
}

.text-block-2 {
  color: #212529;
  margin-left: -1px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.text-block-3 {
  color: #212529;
  margin-left: 8px;
  padding: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
}

.approved-card {
  text-align: left;
  background-color: #def3fb;
  border-radius: 10px;
  margin-right: 0;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.approved-card.white {
  background-color: #fff;
  max-width: 100%;
  margin-top: 32px;
  margin-left: 24px;
  margin-right: 24px;
}

.text-block-5 {
  color: #121212;
  padding: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  display: inline-block;
}

.text-block-6 {
  color: #121212;
  margin-top: 8px;
  padding-left: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

.banner-video-box {
  padding-left: 24px;
}

.div-block-3 {
  margin-right: -30px;
}

.div-block-4 {
  margin-right: -20px;
}

.section-one {
  background-color: #4cc3e933;
  padding: 48px 10px;
}

.section-one.dob-mob {
  background-color: #fff3;
}

.container-two {
  max-width: 1400px;
}

.section-one-outer {
  padding: 1px;
}

.heading-2 {
  color: #191d1c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 24.7px;
}

.div-block-6 {
  padding: 12px 10px;
}

.section-two {
  padding: 60px 10px;
}

.section-two-outer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  display: grid;
}

.div-block-7 {
  text-align: center;
  border-radius: 10px;
  padding-left: 24px;
  padding-right: 24px;
}

.image-4 {
  width: 110px;
  height: 110px;
  margin-top: 1px;
  margin-left: 1px;
}

.heading-3 {
  color: #121212;
  margin-top: 17px;
  padding-left: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 23.16px;
}

.text-block-7 {
  color: #121212;
  padding-top: 1px;
  padding-bottom: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
}

.text-block-8 {
  color: #000;
  margin-top: 8px;
  padding: 1px 2px 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 19.16px;
}

.section-three {
  background-color: #4cc3e933;
  padding: 60px 10px;
}

.sec-three-outer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 1px;
  display: grid;
}

.heading-4 {
  color: #121212;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 2px;
  padding-left: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 42.9px;
}

.div-block-8 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  display: flex;
  position: relative;
}

.div-block-9 {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 48px 24px;
  display: flex;
  box-shadow: 0 4px 13px #09413c1a;
}

.heading-5 {
  color: #212121;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 26.6px;
  display: inline;
}

.text-block-9 {
  margin-top: 9px;
  padding: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
}

.background-video-2 {
  z-index: 1;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  position: relative;
}

.section-four {
  padding-top: 60px;
  padding-bottom: 30px;
}

.section-four-outer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 1px;
  display: grid;
}

.content-wrapp {
  padding: 0 24px;
}

.heading-6 {
  color: #121212;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 27px;
  font-weight: 700;
}

.rich-text {
  padding-top: 8px;
}

.rich-text p {
  margin-bottom: 16px;
}

.rich-text.negative-bottom {
  margin-bottom: -32px;
}

.div-block-11 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: -4px;
  padding-top: 9px;
  padding-bottom: 9px;
  display: flex;
}

.image-7 {
  width: 27px;
}

.text-block-11 {
  color: #121212;
  margin-left: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.div-block-12 {
  color: #121212;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.section-five {
  background-color: #4cc3e933;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}

.section-four-outer-two {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 1px;
  display: grid;
}

.div-block-13 {
  padding-top: 13px;
  padding-left: 26px;
  padding-right: 10px;
}

.div-block-14 {
  padding-top: 2px;
  padding-bottom: 1px;
  padding-right: 16px;
}

.heading-7 {
  color: #121212;
  margin-top: 0;
  margin-right: -10px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.div-block-15 {
  margin-top: 1px;
}

.div-block-16 {
  color: #121212;
  margin-top: 10px;
  padding-top: 11px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.section-five-outer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 48px;
  display: grid;
}

.section-five-outer.mt-26 {
  margin-top: 26px;
}

.section-five-outer.mt-26.hide {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-17 {
  padding-top: 11px;
  padding-bottom: 14px;
  padding-right: 10px;
}

.text-block-12 {
  color: #121212;
  margin-top: 22px;
  padding-top: 11px;
  padding-bottom: 10px;
  padding-right: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-18 {
  padding: 1px 10px 1px 15px;
}

.image-10 {
  border-radius: 15px;
  width: 569px;
}

.div-block-19 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 25px;
  padding-right: 10px;
  display: flex;
}

.text-block-13 {
  margin-bottom: 24px;
}

.btn-box {
  margin-top: 16px;
  padding: 1px 3px;
}

.button-two {
  color: #000;
  text-align: center;
  background-color: #ffe22f;
  border-radius: 10px;
  width: 100%;
  padding: 20px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 800;
  line-height: 23.16px;
  display: inline-block;
  box-shadow: 0 2px 7px 1px #00000030;
}

.div-block-20 {
  padding-left: 15px;
  padding-right: 10px;
}

.div-block-21 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 12px;
  margin-right: -4px;
  display: flex;
}

.image-11 {
  width: 569px;
}

.div-block-22 {
  padding: 13px 10px 12px 31px;
}

.image-12 {
  width: 26px;
  height: 26px;
}

.div-block-23 {
  color: #121212;
  padding: 10px 1px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.headline-2 {
  margin-top: 16px;
  padding: 0;
  font-size: 30px;
  line-height: 130%;
}

.text-block-14 {
  color: #121212;
  margin-left: 8px;
  padding-top: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.div-block-24 {
  padding: 1px 10px;
}

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

.div-block-25 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1px 10px 12px;
  display: flex;
}

.text-block-15 {
  color: #7b7b7b;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 23.16px;
}

.heading-9 {
  color: #212529;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 46.2px;
}

.div-block-26 {
  border-bottom: 1px solid #aaa;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 868px;
  display: flex;
}

.div-block-26.hide {
  display: none;
}

.div-block-27 {
  width: 365%;
  padding-top: 14px;
  padding-bottom: 15px;
}

.div-block-28 {
  background-color: #f3f7f6;
  border-top: 3px solid #7dc76e;
  border-left: 3px solid #7dc76e;
  border-right: 3px solid #7dc76e;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: 100%;
  padding: 22px 10px 20px;
}

.image-13 {
  width: auto;
  height: 25px;
}

.div-block-29 {
  width: 100%;
  padding: 12px 10px;
}

.text-block-16 {
  color: #212529;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.div-block-30 {
  background-color: #f3f7f6;
  border-left: 3px solid #7dc76e;
  border-right: 3px solid #7dc76e;
  width: 100%;
  padding: 12px 10px;
}

.div-block-31, .div-block-32 {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-33 {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 868px;
  display: flex;
}

.div-block-33.hide {
  display: none;
}

.image-15 {
  height: 30px;
}

.text-block-17 {
  color: #212529;
  text-align: right;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
}

.section-seven {
  background-color: #4cc3e933;
  padding: 30px 10px;
}

.div-block-35 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding: 1px;
  display: flex;
}

.div-block-35.spaced {
  margin-top: 48px;
}

.heading-extra-big {
  color: #121212;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 0;
  font-size: 36px;
  line-height: 130%;
}

.image-17.none {
  display: none;
}

.div-block-36 {
  background-color: #fff;
  border-radius: 10px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
}

.div-block-39 {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-top: 22px;
  margin-bottom: 13px;
  padding: 1px;
  display: flex;
}

.image-18 {
  width: 60px;
  margin-right: 11px;
}

.text-block-18 {
  color: #212529;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25.5px;
}

.image-19 {
  float: left;
  clear: left;
  width: 100px;
  margin-top: 4px;
  margin-left: 2px;
  margin-right: 10px;
}

.text-block-19 {
  float: none;
  clear: none;
  color: #212529;
  width: 100%;
  margin-top: -1px;
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 28.5px;
  display: block;
}

.text-block-20 {
  color: #2f2f2f;
  margin-top: 8px;
  padding: 1px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25.5px;
}

.text-block-21 {
  color: #c45500;
  margin-top: 7px;
  padding: 1px;
  font-family: Open Sans, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-22 {
  color: #2f2f2f;
  margin-top: 18px;
  padding: 1px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}

.div-block-42 {
  padding: 22px 20px 20px;
}

.section-eight {
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-43 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  border: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start stretch;
  padding: 24px;
  display: grid;
}

.div-block-44 {
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 1px;
  display: flex;
}

.heading-11 {
  color: #212529;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  line-height: 39.6px;
}

.div-block-45 {
  text-align: left;
  padding-left: 31px;
  padding-right: 10px;
}

.section-nine {
  background-color: #4cc3e9c9;
  padding: 50px 10px 64px;
}

.div-block-46 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.div-block-47 {
  z-index: 10;
  background-color: #fff;
  border-radius: 10px;
  max-width: 371px;
  margin-top: -20px;
  margin-right: -40px;
  padding: 32px 20px 32px 21px;
  position: relative;
}

.heading-12 {
  color: #121212;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 46.2px;
}

.text-block-24 {
  color: #121212;
  margin-top: 24px;
  padding-right: 35px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-49 {
  z-index: 4;
  border-radius: 20px;
  width: 907px;
  height: 521px;
  margin-top: -30px;
  padding: 12px 10px;
  position: relative;
}

.video-2 {
  border-radius: 10px;
}

.section-ten {
  background-color: #4cc3e933;
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-50 {
  padding-top: 1px;
  padding-left: 5px;
  padding-right: 5px;
}

.heading-13 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 45px;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 46.2px;
}

.div-block-51 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
}

.div-block-52 {
  text-align: center;
  padding: 0 10px 11px;
}

.div-block-52.pt-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.text-block-25 {
  color: #508b85;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

.text-block-26 {
  color: #434339;
  margin-top: 7px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 27.6px;
}

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

.section-eleven.hide {
  display: none;
}

.heading-14 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.div-block-53 {
  margin-bottom: 34px;
  padding: 13px 10px 10px;
}

.div-block-54 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 2px;
  padding-right: 2px;
  display: grid;
}

.div-block-55 {
  padding-bottom: 4px;
  padding-left: 16px;
  padding-right: 16px;
}

.div-block-57 {
  border: 6px solid #35e0d0;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
}

.div-block-58 {
  color: #fff;
  background-color: #35e0d0;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 15px 10px 5px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.heading-15 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.text-span-12 {
  color: #000;
}

.heading-16 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
  position: relative;
}

.text-span-14 {
  color: #e06c36;
  font-weight: 700;
}

.div-block-59 {
  margin-top: 15px;
  position: relative;
}

.text-block-27 {
  color: #000;
  margin-right: -4px;
  padding-top: 2px;
  padding-left: 1px;
  padding-right: 11px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.image-23 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  height: 343px;
}

.div-block-60 {
  margin-top: 10px;
}

.section-twelve {
  background-color: #4cc3e933;
  padding: 30px 10px 31px;
}

.div-block-61 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: grid;
}

.div-block-62 {
  margin-top: 30px;
}

.div-block-63 {
  padding: 12px 10px 12px 4px;
}

.div-block-63.alighn-left {
  text-align: left;
}

.heading-17 {
  color: #212529;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 39px;
}

.text-block-28 {
  color: #212529;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}

.text-block-29 {
  color: #212529;
  margin-bottom: 21px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: underline;
}

.text-block-30 {
  color: #121212;
  text-align: left;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.image-24 {
  width: 26px;
}

.div-block-64 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 11px;
  display: flex;
}

.div-block-65 {
  margin-top: 1px;
}

.image-25 {
  width: 546px;
  min-height: 70px;
}

.payment-block {
  text-align: center;
  padding-top: 14px;
  padding-bottom: 12px;
}

.div-block-68 {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  margin-top: 12px;
  padding: 30px 32px;
}

.div-block-69 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-26 {
  object-fit: cover;
  width: auto;
  height: 36px;
}

.text-block-31 {
  color: #121212;
  margin-top: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 15.6px;
}

.text-block-33 {
  color: #121212;
  margin-top: 26px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

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

.team-section.less-space {
  padding-bottom: 0;
}

.div-block-70 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-71 {
  padding: 21px 10px 12px 15px;
}

.heading-20 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  line-height: 46.2px;
}

.text-block-34 {
  color: #212529;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.image-27 {
  border-radius: 15px;
  width: 275px;
}

.image-28 {
  border-radius: 15px;
  width: 275px;
  margin-left: 21.65px;
}

.faq-section {
  padding: 0 15px 57px;
}

.faq-content {
  padding-top: 26px;
}

.heading-21 {
  color: #121212;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 39.6px;
}

.dropdown-box {
  padding-top: 9px;
  padding-bottom: 3px;
}

.dropdown-toggle {
  border-bottom: .5px solid #d6d6d6;
  width: 100%;
  padding: 6px 5px 5px 11px;
}

.dropdown {
  margin: 10px 1px 16px;
  padding: 5px 1px;
  display: block;
}

.text-block-35 {
  margin-top: -2px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 28.5px;
}

.dropdown-list {
  background-color: #ddd;
  position: relative;
}

.dropdown-list.w--open {
  background-color: #0000;
  padding: 5px 10px;
}

.text-block-36 {
  margin-top: 10px;
  padding-right: 160px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.main-footer {
  background-color: #f6f3ea;
  padding: 10px;
}

.footer-content {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.copyright-text {
  color: #303030;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.heading-22 {
  color: #121212;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 27px;
  font-weight: 700;
}

.div-block-72 {
  margin-top: 16px;
  margin-right: -8px;
  padding: 1px;
}

.div-block-73 {
  padding: 1px 12px 1px 18px;
}

.orange-span {
  color: #e06c36;
}

.div-block-74 {
  padding-bottom: 60px;
  padding-left: 1px;
}

.div-block-74.ng-mottom {
  padding-bottom: 0;
}

.div-block-75 {
  border: 1.5px solid #4cc3e9c9;
  border-radius: 15px;
  margin: 24px;
  padding: 16px;
}

.text-block-37 {
  color: #2f2f2f;
  margin-top: 7px;
  padding: 1px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25.5px;
}

.image-29 {
  width: 550px;
  max-width: 70%;
}

.text-block-38 {
  color: #121212;
  margin-left: 6.14px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.text-block-39 {
  color: #2f2f2f;
  margin-top: 7px;
  padding: 1px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25.5px;
}

.div-block-76 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-78 {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1px;
  display: flex;
}

.text-block-41 {
  color: #212529;
  margin-bottom: 24px;
  margin-right: -23px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-42 {
  transform-style: preserve-3d;
  padding-left: 5px;
  padding-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
  display: inline-block;
  position: absolute;
  inset: 5px 10px auto auto;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.discount-box {
  z-index: 999;
  background-color: #fff;
  border-top: 2px solid #e2e2e2;
  padding: 13px 10px 12px;
  display: flex;
  position: sticky;
  bottom: 0;
}

.discount-btn-box {
  justify-content: center;
  align-items: center;
  padding: 1px;
  display: flex;
  position: relative;
}

.div-block-80 {
  color: #fff;
  background-color: #35e0d0;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 15px 10px 5px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  display: none;
}

.text-span-34 {
  margin-left: -13px;
}

.heading-23 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.div-block-86 {
  background-color: #e06c36;
  width: 102px;
  height: 3px;
  position: absolute;
  inset: 24% auto auto 50%;
  transform: translate(-61%);
}

.div-block-86._w-115 {
  width: 130px;
  transform: translate(-59%);
}

.link-4 {
  color: #121212;
  text-decoration: none;
}

.text-block-16-copy {
  color: #212529;
  max-width: 110px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.div-block-79-copy {
  background-color: #f3f7f6;
  border-bottom: 3px solid #7dc76e;
  border-left: 3px solid #7dc76e;
  border-right: 3px solid #7dc76e;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  width: 100%;
  padding: 15px 10px 20px;
}

.div-block-87 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 25px 24px 25px 30px;
  display: flex;
}

.doc-image {
  object-fit: cover;
  max-width: 50%;
}

.text-span-38 {
  text-decoration: underline;
}

.div-block-88 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1px;
  padding: 1px 12px 10px;
  display: flex;
}

.div-block-88.mobile-row.ng-top, .div-block-88.negative-top {
  margin-top: -32px;
}

.div-block-89 {
  background-color: #fff0;
  border-radius: 16px;
  width: 313px;
  margin-top: 20px;
  position: relative;
}

.background-video-8 {
  z-index: 1;
  border-radius: 18px;
  height: auto;
  padding-top: 0%;
}

.background-video-8._20tp {
  margin-top: 20px;
}

.text-block-53 {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.text-span-39 {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  display: block;
}

.footer-sub-text-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.legal-text {
  color: #303030;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}

.link-6 {
  color: #333;
  text-decoration: none;
}

.text-block-52 {
  margin-bottom: 4px;
}

.div-block-101 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cred-logo {
  min-width: 100px;
  max-width: 100px;
}

.testimonial-card-customize-image {
  object-fit: cover;
  max-width: 200px;
  margin-left: 16px;
}

.div-block-102 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 32px;
  display: flex;
}

.div-block-102.hide {
  display: none;
}

.text-block-45 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.image-32 {
  width: 100px;
}

.hr-img {
  width: 100%;
}

.image-34 {
  border-radius: 15px;
  width: 100%;
}

.video-container {
  width: 100%;
  position: relative;
}

.video-container.mobile-view {
  display: none;
}

.circle-wrapper {
  border-radius: 50%;
  width: 130px;
  height: 130px;
  overflow: hidden;
}

.code-embed-2 {
  width: 130px;
  height: 130px;
}

.div-block-108, .div-block-109, .div-block-110 {
  max-width: 90%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.image-35 {
  border-radius: 10px;
  max-width: 70%;
}

.image-36 {
  border-radius: 10px;
  max-width: 40%;
}

.bold-text {
  color: #fff;
}

.heading-18 {
  color: #d15419;
  margin-top: 32px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  line-height: 50px;
}

.heading-19 {
  color: #71bba0;
  margin-top: 15px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: 800;
  line-height: 60px;
}

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

.footer {
  background-image: url('../images/foot-erbg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 56px;
  display: flex;
  position: relative;
}

.div-block-111 {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  display: flex;
}

.all-rights-reserved {
  color: #fff;
  font-size: 16px;
}

.legal-flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.legal-links {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.image-37 {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-38 {
  border-radius: 15px;
}

.mobile {
  display: none;
}

.image-39, .image-40, .image-41, .banner-icon-image, .image-43 {
  width: 26px;
  height: 26px;
  margin-right: 9px;
}

.bold-text-3 {
  text-align: center;
}

.image-44 {
  max-width: 50%;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-112 {
  max-width: 200px;
}

.background-video-9 {
  width: 100px;
  height: 100px;
}

.background-video-10 {
  width: 100px;
  min-width: 100px;
  height: 100px;
  min-height: 100px;
}

.background-video-11 {
  z-index: 1;
  min-width: 100px;
  min-height: 100px;
}

.background-video-12 {
  z-index: 1;
  position: relative;
}

.background-video-13 {
  z-index: 1;
}

.flex-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-45 {
  width: 100%;
  overflow: visible;
}

.image-46 {
  max-width: 160px;
}

.rich-text-block {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.heading-big, .heading-26 {
  text-align: center;
}

.text-span-40 {
  font-weight: 700;
  text-decoration: underline;
}

.text-span-41, .text-span-42 {
  font-weight: 400;
}

.text-block-101 {
  color: #121212;
  text-align: center;
  padding-top: 11px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-101 p {
  margin-bottom: 16px;
  font-size: 17px;
}

.img {
  border-radius: 15px;
}

.img.spaced {
  margin-bottom: 30px;
}

.table-image {
  border-radius: 16px;
  width: 100%;
  max-width: 960px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-113 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  display: grid;
}

.div-block-114 {
  max-width: 960px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-115 {
  background-color: #adebff26;
  border: 2px dashed #4cc3e9c9;
  border-radius: 15px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 32px;
}

.image-48 {
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-49 {
  width: 100%;
}

.section-seven-copy {
  padding: 40px 10px 0;
}

.highlighted {
  background-color: #ffe22f;
}

.text-block-10-center {
  text-align: left;
  padding-top: 11px;
  font-family: Montserrat, sans-serif;
}

.text-block-10-center p {
  margin-bottom: 16px;
  font-size: 17px;
}

.garantee {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 2px solid #ffe22f;
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 32px;
  display: grid;
  position: relative;
}

.btn-banner-copy {
  margin-top: 16px;
  padding: 1px 1px 1px 2px;
}

.section-eight-copy {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-116 {
  margin-top: 16px;
}

.image-50 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-50.cpaced {
  margin-top: 26px;
  margin-bottom: 32px;
}

.image-51 {
  border-radius: 15px;
  max-width: 400px;
}

.div-block-117 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 2px solid red;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: grid;
}

.section-eight-grey {
  background-color: #4cc3e933;
  padding-top: 80px;
  padding-bottom: 80px;
}

.arrow {
  filter: invert();
  flex: none;
  width: 20px;
}

.countdown-hrs {
  font-size: 14px;
  font-weight: 800;
  line-height: 110%;
}

._28px-black {
  margin-top: 12px;
  margin-bottom: 18px;
  font-size: 28px;
  font-weight: 900;
  line-height: 120%;
}

.offer-img {
  flex: none;
  max-width: 400px;
}

.red-span {
  color: #c8202f;
}

.red-span._800, .span-800 {
  font-weight: 800;
}

.div-offer-main {
  background-color: #fff;
  border: 2px dashed #c8202f;
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 10px;
  display: flex;
  position: relative;
}

.div-offer-main.mg {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 40px 20px;
  font-family: Montserrat, sans-serif;
}

.p-16px {
  margin-top: 12px;
  font-size: 16px;
  line-height: 120%;
}

.div-highlight {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fed7cc;
  border: 2px dashed #cbcbcb;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
  display: flex;
}

.countdown-min {
  font-size: 14px;
  font-weight: 800;
  line-height: 110%;
}

.divider {
  background-color: #000;
  flex: none;
  width: 1px;
  height: 23px;
}

.timer-red {
  color: #c8202f;
  display: flex;
}

.timer-holder {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 900;
  line-height: 110%;
  display: flex;
}

.div-sale {
  color: #fff;
  background-color: #c8202f;
  border-radius: 12px;
  padding: 10px 24px;
  font-size: 18px;
  font-weight: 900;
  line-height: 150%;
  position: absolute;
  top: -25px;
}

.div-offer-left {
  text-align: center;
  flex-flow: column;
  flex: none;
  width: 100%;
  max-width: 340px;
  display: flex;
}

.big-btn {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  text-transform: none;
  background-color: #ffe22f;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.p-18px {
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 140%;
}

.countdown-sec {
  font-size: 14px;
  font-weight: 800;
  line-height: 110%;
}

._14px-bold {
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
}

._14px-bold.hide {
  display: none;
}

.div-block-118 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-102 {
  text-transform: uppercase;
}

.button-2 {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-2.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.button-2.is-link {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-2.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.margin-bottom, .margin-bottom.margin-xsmall, .margin-bottom.margin-small, .margin-bottom.margin-medium {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.layout229_image {
  max-width: 140px;
  display: block;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

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

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.padding-section-large.logos {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.layout229_item {
  text-align: center;
  width: 100%;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.layout229_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.layout229_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-medium\>);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.margin-top, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.section-eight-wht {
  background-color: #fff;
}

.layout229_image-wrapper-copy {
  border-radius: var(--\<unknown\|relume-variable-radius-medium\>);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-103 {
  color: #00bfff;
  text-align: center;
  margin-top: 12px;
  font-size: 24px;
  font-weight: 700;
}

.paragraph {
  text-align: center;
  margin-top: 12px;
  font-size: 19px;
  line-height: 120%;
}

.body {
  color: #121212;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 130%;
}

.div-block-116-copy {
  text-align: center;
  margin-top: 16px;
}

.div-block-119 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.img-copy {
  border-radius: 0 0 15px 15px;
}

.flex-block-2 {
  color: #fff;
  text-align: center;
  background-color: red;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 8px;
}

.content-holder {
  width: 100%;
}

.hide {
  display: none;
}

.full-width {
  width: 100%;
}

.mx-600 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mx-600.lef {
  margin-left: 0;
}

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

.small-text {
  font-size: 14px;
  line-height: 1.4em;
}

.accordion-item {
  border-top: 1px solid #0003;
  margin-bottom: 64px;
  padding: 20px 24px 0;
}

.recources-holder {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  overflow: auto;
}

.arrow-icon {
  width: 20px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.accordion-item-trigger {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  display: flex;
}

.text-block-104 {
  color: #656565;
  margin-bottom: 0;
}

.icon.accordion-icon {
  color: #0009;
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

.icon.accordion-icon.red {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  display: flex;
}

.last-chance {
  text-align: center;
  letter-spacing: -1px;
  width: 100%;
  margin-top: 48px;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 140%;
}

.highlight {
  background-color: #ffe22f;
  padding-left: 0;
  padding-right: 0;
}

.bg-video {
  z-index: 1;
}

.hflex-gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hflex-gap-16px.top-bar-wrap {
  justify-content: center;
  align-items: center;
}

.top-bar-image {
  border-radius: 0;
  height: 20px;
}

._16px-900 {
  font-size: 16px;
  font-weight: 900;
  line-height: 150%;
}

._16px-900.bold.tb-tex, .bold {
  font-weight: 900;
}

.image-column {
  padding: 0 24px 16px;
}

.logos3x2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logos3x2.padding {
  padding: 6px;
}

.logo-image {
  border-radius: 0;
  width: 15%;
  max-width: 120px;
}

.logo-image.padding {
  padding: 4px;
}

@media screen and (min-width: 1280px) {
  .div-offer-main.mg {
    margin-top: 20px;
  }
}

@media screen and (max-width: 991px) {
  .banner-grid {
    grid-template-columns: 1fr;
  }

  .banner-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading {
    margin-top: 22px;
    padding-right: 40px;
    display: inline-block;
  }

  .text-block {
    margin-right: 0;
  }

  .btn-banner {
    padding-left: 1px;
  }

  .button {
    max-width: 100%;
  }

  .image-2 {
    width: 100%;
    height: 56px;
  }

  .approved-card {
    margin-right: 0;
    padding-right: 0;
  }

  .text-block-6 {
    margin-top: 9px;
  }

  .banner-video-box {
    margin-top: 1px;
    padding-left: 0;
  }

  .div-block-3, .div-block-4 {
    margin-right: 0;
  }

  .section-two {
    padding-bottom: 61px;
  }

  .section-two-outer {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    grid-template-columns: 1fr;
  }

  .div-block-7 {
    padding-left: 17px;
    padding-right: 17px;
  }

  .image-4 {
    margin-left: 0;
  }

  .heading-3 {
    margin-bottom: 9px;
  }

  .sec-three-outer {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .div-block-9 {
    padding: 18px 14px;
  }

  .section-four-outer {
    grid-template-columns: 1fr;
  }

  .content-wrapp {
    padding-left: 11px;
  }

  .text-block-11 {
    margin-left: 6px;
  }

  .section-five {
    padding-bottom: 36px;
  }

  .section-four-outer-two {
    grid-template-columns: 1fr;
  }

  .div-block-13 {
    padding-top: 17px;
    padding-left: 11px;
    padding-right: 12px;
  }

  .div-block-14 {
    padding-right: 10px;
  }

  .section-five-outer {
    grid-template-columns: 1fr;
  }

  .section-five-outer.mt-26 {
    margin-top: 23px;
  }

  .div-block-17 {
    padding-top: 10px;
    padding-left: 11px;
  }

  .text-block-12 {
    margin-top: 24px;
  }

  .div-block-18 {
    padding-left: 10px;
  }

  .image-10 {
    width: 100%;
  }

  .div-block-19, .div-block-20 {
    padding-left: 10px;
  }

  .image-11 {
    width: 100%;
  }

  .div-block-22 {
    padding-left: 11px;
    padding-right: 0;
  }

  .headline-2 {
    margin-top: 0;
  }

  .div-block-24 {
    padding-left: 10px;
  }

  .heading-9 {
    margin-top: 1px;
    line-height: 45.2px;
  }

  .div-block-30, .div-block-31 {
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .image-15 {
    width: 26px;
    height: 26px;
  }

  .heading-extra-big {
    margin-bottom: 8px;
  }

  .image-17 {
    margin-left: 1px;
  }

  .div-block-51 {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .div-block-52, .div-block-52.pt-12 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-54, .div-block-61, .div-block-70 {
    grid-template-columns: 1fr;
  }

  .dropdown-toggle {
    padding-left: 5px;
    padding-right: 40px;
  }

  .text-block-35 {
    white-space: normal;
  }

  .div-block-72 {
    margin-right: 0;
  }

  .div-block-73 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-38 {
    margin-left: 6px;
  }

  .div-block-78 {
    justify-content: center;
    align-items: center;
  }

  .div-block-79-copy {
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .doc-image, .testimonial-card-customize-image {
    object-fit: cover;
    margin-left: 10px;
  }

  .div-block-104, .div-block-105, .div-block-106, .div-block-107, .div-block-108, .div-block-109, .div-block-110 {
    height: 100%;
  }

  .btn-banner-copy {
    padding-left: 1px;
  }

  .div-block-117 {
    border-width: 2px;
  }

  .offer-img {
    order: -1;
    width: 100%;
    height: auto;
  }

  .div-offer-main {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
  }

  .div-offer-main.mg {
    padding: 0;
  }

  .div-offer-left {
    width: auto;
    max-width: none;
    margin: 0 20px 40px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .layout229_list {
    grid-column-gap: 2rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .main-header {
    margin-bottom: -2px;
  }

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

  .banner-content {
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .banner-list-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image {
    margin-right: 0;
  }

  .image-2 {
    object-fit: contain;
    max-width: 80%;
  }

  .approved-card {
    padding-right: 0;
  }

  .approved-card.white {
    flex-flow: wrap-reverse;
    margin-left: 0;
    margin-right: 0;
  }

  .banner-video-box.desktop-view {
    display: none;
  }

  .div-block-3 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-four {
    padding-top: 24px;
  }

  .section-four-outer {
    flex-flow: column;
    display: flex;
  }

  .section-four-outer.mobile-reverce {
    flex-flow: wrap-reverse;
  }

  .content-wrapp, .heading-6 {
    padding: 8px;
  }

  .rich-text {
    padding: 0 8px;
  }

  .rich-text.negative-bottom {
    margin-bottom: 0;
  }

  .section-five {
    padding-bottom: 0;
  }

  .section-four-outer-two {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .section-four-outer-two.mobile-reverce {
    flex-flow: wrap-reverse;
    grid-auto-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .div-block-13 {
    padding-top: 16px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .div-block-14 {
    padding: 0;
  }

  .section-five-outer {
    margin-bottom: 32px;
  }

  .section-five-outer.mt-26.hide {
    grid-template-columns: 1fr;
  }

  .section-five-outer.mt-26.mobile-reverce {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap-reverse;
    display: flex;
  }

  .section-five-outer.mobile-reverce {
    flex-flow: wrap-reverse;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .div-block-17 {
    padding: 0 8px;
  }

  .div-block-19 {
    padding: 16px 8px 0;
  }

  .div-block-22 {
    padding: 0 8px 8px;
  }

  .div-block-24 {
    padding: 0;
  }

  .div-block-27 {
    width: 230%;
  }

  .text-block-16 {
    font-size: 12px;
  }

  .div-block-30 {
    justify-content: center;
    align-items: center;
    padding-top: 18px;
    padding-bottom: 18px;
    display: flex;
  }

  .div-block-32 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-33 {
    flex: 0 auto;
    align-items: stretch;
  }

  .text-block-17 {
    font-size: 14px;
  }

  .section-seven {
    padding: 32px 0;
  }

  .div-block-42 {
    padding: 16px;
  }

  .section-eight {
    padding: 0 0 16px;
  }

  .section-eight._16x {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-43 {
    grid-template-columns: 1fr;
  }

  .div-block-44 {
    width: 100%;
    margin-right: 0;
  }

  .div-block-46 {
    flex-flow: column;
  }

  .div-block-49 {
    width: 100%;
    height: auto;
  }

  .section-twelve {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .div-block-63.alighn-left {
    text-align: center;
  }

  .team-section.less-space {
    padding-top: 32px;
  }

  .div-block-71, .div-block-73 {
    padding: 0;
  }

  .div-block-74 {
    padding-bottom: 0;
  }

  .text-block-16-copy {
    font-size: 12px;
  }

  .div-block-87 {
    padding: 24px;
  }

  .doc-image {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .div-block-88 {
    flex-flow: column;
    margin-top: 0;
    padding: 0;
  }

  .div-block-88.mobile-row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
  }

  .div-block-88.mobile-row.ng-top, .div-block-88.negative-top {
    margin-top: -20px;
  }

  .div-block-89 {
    width: 100%;
    margin-top: 0;
  }

  .div-block-101 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .testimonial-card-customize-image {
    margin-left: 9px;
  }

  .video-container.mobile-view {
    display: block;
  }

  .video-container.mobile-view.spaced {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .div-block-111 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .image-39, .image-40, .image-41 {
    margin-right: 0;
  }

  .banner-icon-image {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    margin-right: 0;
  }

  .image-43 {
    margin-right: 0;
  }

  .div-block-113.logos-3x2 {
    grid-column-gap: 5%;
    grid-row-gap: 5%;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .image-48 {
    max-width: 160px;
    position: relative;
  }

  .section-seven-copy {
    padding: 0 0 16px;
  }

  .garantee {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .section-eight-copy {
    padding-top: 32px;
  }

  .section-eight-copy.mobile-space {
    padding: 0 16px 32px;
  }

  .image-50.cpaced {
    margin-top: 20px;
    margin-bottom: 24px;
  }

  .image-51 {
    max-width: 100%;
  }

  .div-block-117 {
    flex-flow: column;
    display: flex;
  }

  .section-eight-grey {
    padding-top: 32px;
    padding-bottom: 60px;
  }

  .div-offer-main.mg {
    padding-top: 38px;
  }

  .div-block-118 {
    padding: 0 16px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .layout229_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-116-copy {
    padding-left: 16px;
    padding-right: 16px;
  }

  .accordion-item {
    padding-left: 24px;
    padding-right: 24px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .image-column {
    padding-left: 0;
    padding-right: 0;
  }

  .logos3x2 {
    width: 30%;
  }
}

@media screen and (max-width: 479px) {
  .main-header {
    padding-bottom: 8px;
  }

  .header-text {
    text-align: center;
    margin-left: 0;
    padding: 1px 0 0;
    font-size: 13px;
    line-height: 16px;
    display: block;
  }

  .container {
    width: 100%;
    max-width: 100%;
  }

  .banner-grid {
    padding-top: 0;
    padding-bottom: 0;
  }

  .banner-content {
    margin-top: 0;
    padding-bottom: 32px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading {
    margin-top: 16px;
    padding-right: 15px;
    font-size: 26px;
    line-height: 140%;
  }

  .text-block {
    margin-bottom: 17px;
  }

  .banner-list-item {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 14px;
  }

  .image {
    margin-top: -7px;
    margin-right: 5px;
  }

  .btn-banner {
    margin-top: 30px;
    padding-left: 2px;
    padding-right: 2px;
  }

  .button {
    width: 100%;
    max-width: 100%;
    font-size: 20px;
    line-height: 23px;
  }

  .image-2 {
    max-width: 90%;
    height: 31px;
    margin-top: 23px;
  }

  .div-block.left {
    justify-content: center;
    align-items: center;
  }

  .text-block-3 {
    font-size: 12px;
    line-height: 21px;
  }

  .approved-card {
    background-image: none;
    flex-flow: column-reverse;
    padding: 0 0 16px;
  }

  .approved-card.white {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }

  .text-block-6 {
    margin-top: 8px;
  }

  .banner-video-box {
    margin-top: 0;
  }

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

  .section-one.dob-mob {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .heading-2 {
    padding-bottom: 2px;
  }

  .div-block-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-6.mob {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-two {
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .section-two-outer {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .image-4 {
    width: 70px;
    height: 70px;
    margin-top: 0;
  }

  .text-block-8 {
    margin-top: 9px;
    font-size: 12px;
    font-weight: 500;
    line-height: 18.9px;
  }

  .section-three {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .sec-three-outer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 6px;
    padding-right: 11px;
  }

  .heading-4 {
    text-align: center;
    margin-top: 4px;
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 5px;
    font-size: 23px;
  }

  .text-block-9 {
    padding-right: 2px;
  }

  .section-four._0-top {
    padding-top: 0;
  }

  .content-wrapp._0-padding-mob {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-6 {
    padding: 16px 0 0;
    font-size: 23px;
    line-height: 33px;
  }

  .rich-text {
    padding: 0;
  }

  .rich-text._8x {
    padding: 0 8px;
  }

  .text-block-11 {
    padding-right: 4px;
  }

  .div-block-13 {
    padding-top: 10px;
  }

  .div-block-14 {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 7px;
  }

  .heading-7 {
    font-size: 23px;
    line-height: 33px;
  }

  .div-block-15 {
    margin-top: 0;
  }

  .div-block-16 {
    padding-bottom: 1px;
  }

  .text-block-12 {
    margin-top: 22px;
  }

  .button-two {
    font-size: 20px;
    line-height: 23px;
  }

  .div-block-20 {
    padding-top: 11px;
    padding-bottom: 6px;
  }

  .div-block-21 {
    margin-bottom: 14px;
    margin-right: 0;
  }

  .image-12 {
    margin-top: 3px;
    margin-left: -1px;
  }

  .headline-2 {
    font-size: 24px;
    line-height: 33px;
  }

  .text-block-14 {
    margin-left: 9px;
    padding-right: 5px;
  }

  .text-block-15 {
    margin-bottom: 23px;
  }

  .heading-9 {
    font-size: 23px;
    line-height: 32.2px;
  }

  .div-block-27 {
    justify-content: flex-start;
    align-items: center;
    width: 44%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .div-block-28 {
    width: 20%;
    padding-top: 23px;
    padding-bottom: 16px;
    padding-right: 10px;
  }

  .image-13 {
    height: 10px;
  }

  .div-block-29 {
    width: 18%;
    padding-bottom: 0;
  }

  .text-block-16 {
    font-size: 11px;
    line-height: 14px;
  }

  .div-block-30 {
    justify-content: center;
    align-items: center;
    width: 20%;
    padding-top: 18px;
    padding-bottom: 18px;
    display: flex;
  }

  .div-block-30.m-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .div-block-31 {
    justify-content: center;
    align-items: center;
    width: 18%;
    padding: 16px 10px;
    display: flex;
  }

  .div-block-32 {
    width: 18%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .image-15 {
    height: 26px;
  }

  .text-block-17 {
    text-align: left;
    padding-right: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
  }

  .section-seven {
    padding-top: 30px;
    padding-bottom: 31px;
    padding-left: 5px;
  }

  .div-block-35 {
    margin-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-extra-big {
    font-size: 23px;
    line-height: 32.2px;
  }

  .image-17 {
    display: none;
  }

  .image-17.none {
    width: 100%;
    display: block;
  }

  .div-block-39 {
    margin-top: 24px;
    margin-bottom: 11px;
  }

  .image-19 {
    float: left;
    clear: left;
    margin-top: 4px;
    margin-left: 2px;
    display: inline-flex;
  }

  .text-block-19 {
    margin-left: 2px;
  }

  .div-block-40 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-block-20 {
    margin-top: 9px;
  }

  .text-block-21 {
    margin-top: 5px;
    font-size: 17px;
    line-height: 25.5px;
  }

  .text-block-22 {
    margin-top: 15px;
  }

  .div-block-42._8x {
    padding: 8px;
  }

  .section-eight {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-43 {
    grid-template-columns: 1fr;
  }

  .div-block-44 {
    margin-right: 0;
  }

  .heading-11 {
    font-size: 23px;
    line-height: 27.6px;
  }

  .div-block-45 {
    padding-top: 21px;
    padding-left: 2px;
    padding-right: 0;
  }

  .section-nine {
    padding-bottom: 44px;
  }

  .div-block-46 {
    flex-flow: column;
    padding-left: 5px;
    padding-right: 10px;
  }

  .div-block-47 {
    z-index: 0;
    max-width: 100%;
    margin-top: -19px;
    margin-right: 0;
  }

  .heading-12 {
    text-align: left;
    font-size: 23px;
    line-height: 32.2px;
  }

  .text-block-24 {
    margin-top: 25px;
    padding-left: 1px;
    padding-right: 18px;
  }

  .div-block-49 {
    border-radius: 10px;
    width: 328px;
    height: 184px;
    margin-top: -24px;
    padding: 0;
  }

  .section-ten {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-50 {
    padding-bottom: 1px;
  }

  .heading-13 {
    margin-top: 1px;
    margin-bottom: 44px;
    font-size: 23px;
    line-height: 31.2px;
  }

  .div-block-51 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-52 {
    padding: 13px 0 12px;
  }

  .div-block-52.pt-12 {
    padding-top: 0;
  }

  .text-block-26 {
    padding-left: 9px;
  }

  .section-eleven {
    padding-top: 20px;
    padding-bottom: 54px;
  }

  .heading-14 {
    font-size: 30px;
    line-height: 40px;
  }

  .div-block-53 {
    margin-bottom: 27px;
  }

  .div-block-54 {
    grid-template-columns: 1fr;
    padding-left: 26px;
    padding-right: 26px;
  }

  .div-block-55 {
    padding-left: 3px;
    padding-right: 2px;
  }

  .div-block-57 {
    border-width: 3px;
    border-radius: 20px;
  }

  .div-block-58 {
    display: none;
  }

  .heading-16 {
    margin-top: 1px;
    font-size: 30px;
    line-height: 45px;
  }

  .div-block-59 {
    margin-top: 16px;
  }

  .text-block-27 {
    margin-right: -1px;
    padding-left: 1px;
    padding-right: 1px;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
  }

  .image-23 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 100%;
    height: auto;
  }

  .div-block-61 {
    grid-template-columns: 1fr;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-63 {
    margin-top: 16px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .heading-17 {
    font-size: 28px;
    line-height: 31px;
  }

  .text-block-28 {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 25px;
  }

  .text-block-29 {
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 24px;
  }

  .text-block-30 {
    margin-left: 9px;
    padding-top: 1px;
  }

  .image-24 {
    margin-top: 1px;
  }

  .div-block-64 {
    margin-bottom: 10px;
  }

  .div-block-64.mb-11 {
    margin-bottom: 11px;
  }

  .div-block-64.mb-9 {
    margin-bottom: 9px;
  }

  .div-block-65 {
    margin-top: 0;
  }

  .image-25 {
    width: 100%;
  }

  .div-block-69 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .text-block-31 {
    margin-top: 9px;
  }

  .text-block-33 {
    margin-top: 27px;
  }

  .team-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-70 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .div-block-71 {
    padding-top: 12px;
  }

  .heading-20 {
    margin-bottom: 25px;
    font-size: 23px;
    line-height: 32.2px;
  }

  .text-block-34 {
    padding-right: 3px;
  }

  .image-27 {
    object-fit: cover;
    width: 167px;
    height: 244px;
  }

  .image-28 {
    object-fit: cover;
    width: 167px;
    height: 244px;
    margin-left: 15.65px;
  }

  .faq-section {
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-content {
    padding-top: 31px;
  }

  .heading-21 {
    font-size: 23px;
    line-height: 27.6px;
  }

  .dropdown-box {
    padding-top: 5px;
    padding-bottom: 4px;
  }

  .dropdown-toggle {
    padding: 6px 35px 5px 6px;
  }

  .dropdown {
    margin-bottom: 12px;
  }

  .text-block-35 {
    white-space: normal;
    padding-right: 2px;
  }

  .text-block-36 {
    padding-right: 0;
  }

  .heading-22 {
    font-size: 23px;
    line-height: 33px;
  }

  .div-block-72 {
    margin-top: 25px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-75 {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
    padding-right: 16px;
  }

  .image-29 {
    width: 390px;
  }

  .div-block-78 {
    justify-content: center;
    align-items: center;
    padding-top: 8px;
  }

  .text-block-41 {
    margin-bottom: 0;
    margin-right: 0;
  }

  .text-block-42 {
    top: 44px;
    right: 4px;
    transform: translate(0, -50%)rotateX(180deg)rotateY(0)rotateZ(0);
  }

  .discount-box {
    padding: 8px 0 10px;
  }

  .text-block-43 {
    color: #121212;
  }

  .text-block-44 {
    padding-right: 7px;
  }

  .div-block-80 {
    border-radius: 30px;
    margin-bottom: 43px;
    padding-top: 5px;
    display: block;
  }

  .div-block-80.m-58 {
    margin-top: 58px;
    margin-bottom: 40px;
  }

  .text-span-34 {
    margin-left: -9px;
  }

  .heading-23 {
    font-size: 20px;
    line-height: 26px;
  }

  .text-span-35 {
    display: block;
  }

  .div-block-83 {
    margin-top: 17px;
    margin-right: 4px;
  }

  .div-block-83.m-0 {
    margin-right: 0;
  }

  .div-block-84 {
    margin-right: 8px;
  }

  .heading-24 {
    text-align: center;
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .text-block-16-copy {
    font-size: 11px;
    line-height: 14px;
  }

  .div-block-79-copy {
    width: 20%;
    padding-top: 18px;
  }

  .div-block-87 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .doc-image {
    object-fit: cover;
    object-position: 50% 24%;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .div-block-88 {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    flex-flow: column;
    padding-top: 0;
    display: flex;
  }

  .div-block-88.mobile-row {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .div-block-89 {
    height: auto;
    margin-top: 0;
  }

  .background-video-8 {
    aspect-ratio: 1;
    border-radius: 28px;
    padding-top: 0%;
  }

  .footer-sub-text-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .testimonial-card-customize-image {
    object-fit: cover;
    object-position: 50% 20%;
    width: 100%;
    max-width: 100%;
    height: 300px;
    margin-left: 0;
  }

  .image-35.desktop {
    display: none;
  }

  .image-36 {
    max-width: 100%;
  }

  .heading-18 {
    margin-top: 31px;
    font-family: Roboto, sans-serif;
    font-size: 28px;
  }

  .heading-19 {
    margin-top: 15px;
    font-family: Roboto, sans-serif;
    font-size: 34px;
  }

  .footer {
    background-position: 50% 40%;
    background-size: auto 100%;
    padding-top: 81px;
    padding-bottom: 41px;
  }

  .div-block-111 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .all-rights-reserved {
    text-align: center;
  }

  .legal-flex {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .mobile {
    display: block;
  }

  .image-39, .image-40, .image-41, .banner-icon-image, .image-43 {
    margin-right: 4px;
  }

  .desktop {
    display: none;
  }

  .text-block-101 {
    padding-bottom: 11px;
  }

  .div-block-113.logos-3x2 {
    padding-top: 0;
  }

  .div-block-115 {
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-seven-copy {
    padding-top: 30px;
    padding-bottom: 31px;
    padding-left: 5px;
  }

  .section-seven-copy.top-0 {
    padding-top: 0;
  }

  .text-block-10-center {
    padding-bottom: 11px;
  }

  .garantee {
    padding-left: 24px;
    padding-right: 24px;
  }

  .btn-banner-copy {
    margin-top: 30px;
    padding-left: 2px;
    padding-right: 2px;
  }

  .section-eight-copy, .section-eight-grey {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-offer-main.mg {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-highlight {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .div-sale {
    font-size: 18px;
  }

  .div-offer-left {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .p-18px {
    margin-bottom: 24px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section-eight-wht {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .last-chance {
    font-size: 20px;
  }

  .mobile-24 {
    font-size: 24px;
  }

  .top-bar-image {
    height: 16px;
  }

  ._16px-900 {
    text-align: center;
    font-size: 14px;
  }

  ._16px-900.bold.tb-tex {
    line-height: 130%;
  }

  .logo-image {
    width: 100%;
  }
}

#w-node-_43459f01-0299-d860-75db-8c19d0d7ee00-6e82545e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#video-container-6.w-node-_8a26ab08-689c-09e5-1abb-29c26c825cba-6e82545e {
  align-self: start;
}

#w-node-_6e2d0aa9-ec65-5c7e-b03c-074dd683f983-6e82545e {
  order: 9999;
}

#video-container-6.w-node-b24dfdfa-9aa2-00a2-d68a-aafb6d4f5280-6e82545e {
  align-self: start;
}

#w-node-_470046b2-68e5-e734-3463-963be50d8679-6e82545e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_506ed9c9-b4ef-0a2b-8d7a-809fcde53cc2-6e82545e, #w-node-_09449acb-784e-c385-2eba-b64c927f3fc8-6e82545e {
  align-self: center;
}

#w-node-_88521de5-c7ac-dbd6-cea1-33484d601c26-6e82545e {
  order: 9999;
}

#w-node-a2965801-a12c-10cd-5f1b-0842dc32f7b5-6e82545e, #w-node-ca01be41-95e0-1a90-5f48-84d026728283-6e82545e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_43459f01-0299-d860-75db-8c19d0d7ee3b-6e82545e {
    order: -9999;
  }

  #w-node-d540aa9f-d0c7-10d5-d65b-2156ab2606f5-6e82545e, #w-node-_6e2d0aa9-ec65-5c7e-b03c-074dd683f9ab-6e82545e, #w-node-_9bc3cc46-df0e-5f7a-5dd4-b6d41e4eb81c-6e82545e {
    order: 9999;
  }

  #w-node-d5dac58d-374f-45d9-0fee-4233129c702f-6e82545e {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}