@font-face {
  font-family: Helvetica Bold;
  src: url('../fonts/Helvetica-Bold-Font.zip') format("undefined");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Ui Display Cufonfonts;
  src: url('../fonts/sf-ui-display-cufonfonts.zip') format("undefined");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: AppleSystemUIFont;
  src: url('../fonts/neuton.zip') format("undefined");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --grey: #333;
  --fe4407: #fe4407;
  --white: white;
  --ff8228: #ff8228;
  --black: black;
  --white-2: white;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.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: #333;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  line-height: 1.2;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
}

.main-body {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

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

.nav-menu-wrapper {
  z-index: 0;
}

.nav-menu-two {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.navbar {
  background-color: #ddd0;
  height: 100px;
  padding: 20px;
  position: absolute;
  inset: 0% 0% auto;
}

.main-container {
  width: 100%;
  max-width: 1140px;
  color: var(--grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-right: 0;
  display: flex;
}

.login-button {
  color: var(--fe4407);
  background-color: #ffffffa6;
  background-image: url('../images/Login-Icon.svg');
  background-position: 25%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50px;
  padding: 20px 30px 20px 45px;
  font-size: 15px;
  font-weight: 500;
  transition: background-color .5s;
}

.login-button:hover {
  background-color: var(--white);
}

.background-section {
  z-index: -1;
}

.banner-box {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: relative;
}

.enough-section {
  z-index: 1;
  background-color: #ffffffa6;
  height: 100vh;
  padding-top: 200px;
  padding-bottom: 58px;
  position: relative;
}

.enough-box {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.enough-title {
  opacity: 1;
  color: var(--ff8228);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  transition: opacity .2s;
}

.enough-text {
  color: #812802;
  margin-top: 184px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
}

.enough-text.white {
  color: #fff;
  letter-spacing: 1.7px;
  text-shadow: 3px 0 #a300004f;
  font-family: Helvetica Bold, sans-serif;
  font-size: 35px;
  font-weight: 700;
}

.forever-text {
  color: #ff8328;
  text-align: left;
  margin-top: 12px;
  margin-bottom: 54px;
  font-size: 18px;
  line-height: 1.2;
}

.forever-text.white {
  color: var(--white);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.forever-text.white.padding {
  margin-top: 40px;
}

.need-enough-section {
  z-index: 1;
  background-color: #fff0;
  padding: 140px 0;
  position: relative;
}

.forever-box {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.circle {
  border: 5px solid #0003;
  border-radius: 100px;
  width: 20px;
  height: 20px;
}

.footer-section {
  z-index: 1;
  background-color: #ffffff80;
  flex-direction: column;
  padding-top: 250px;
  padding-bottom: 300px;
  display: flex;
  position: relative;
}

.footer-box {
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  justify-content: center;
  margin-top: 33px;
  display: flex;
}

.item-box {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.item-box.width {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
}

.guaranteed-box {
  grid-column-gap: 15px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.guaranteed-text {
  color: #ff5e00;
  text-align: left;
  margin-top: 10px;
  font-size: 19px;
  font-weight: 600;
}

.tick-mark-image {
  width: 20px;
  max-width: none;
}

.git-it-now-button {
  background-color: #ff8c62;
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 35px 60px;
  font-family: Raleway, sans-serif;
  font-weight: 500;
  transition: background-color .5s;
  display: flex;
  box-shadow: 0 3px 4px #00000021;
}

.git-it-now-button:hover {
  background-color: #fe4400;
}

.footer-link {
  color: #b83f1780;
  text-align: center;
  align-self: flex-start;
  width: 210px;
  margin-top: 3px;
  margin-left: 40px;
  margin-right: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 10px;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
}

.ebook {
  aspect-ratio: 1;
  opacity: 1;
  object-fit: contain;
  width: 93%;
  height: 93vh;
  position: relative;
}

.ebook.d-none {
  width: 80%;
  height: 80vh;
}

.footer-bottom {
  z-index: 0;
  background-color: #ffffff80;
  position: relative;
}

.footer-bottom-box {
  grid-column-gap: 250px;
  justify-content: flex-start;
  padding-bottom: 20px;
  display: flex;
}

.footer-bottom-text {
  color: #9230019e;
  font-family: Lato, sans-serif;
  font-size: 13px;
}

.footer-bottom-link {
  color: #9230019e;
  margin-left: 0;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
  overflow: visible;
}

.footer-bottom-link.w--current {
  font-size: 13px;
}

.bg-animated {
  z-index: -1;
  display: block;
  position: fixed;
  inset: 0%;
}

.footer-content-text {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
}

.form-pop-up-section {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000c;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.form-pop-up-box {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.form-box {
  z-index: 99;
  background-color: var(--white);
  border-radius: 5px;
  position: relative;
}

.form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  padding: 40px;
  display: flex;
  position: relative;
}

.input-box {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.field-label {
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.input-field {
  border: 1px solid #000;
  margin-bottom: 0;
  padding: 20px 10px;
}

.input-field:focus {
  border-style: solid;
  border-color: #000;
}

.submit-button {
  color: var(--white);
  background-color: #e46200;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  transition: background-color .3s;
}

.submit-button:hover {
  background-color: #d19a1e;
}

.message-input-field {
  border: 1px solid #000;
  margin-bottom: 0;
  padding: 10px 10px 60px;
}

.message-input-field:focus {
  border-style: solid;
  border-color: #000;
}

.pop-up-cross-icon-box {
  align-self: center;
  position: absolute;
  inset: 1.5% 1.5% auto auto;
}

.pop-up-cross-icon-box.chartbariconclose {
  z-index: 3;
  position: absolute;
}

.image {
  width: 30px;
  max-width: none;
}

.form-wrapper {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  display: flex;
}

.pop-up-close-animation {
  position: absolute;
  inset: 0%;
}

.privacy-policy-pop-up-section {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000c;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.privacy-policy-wrapper {
  justify-content: center;
  align-items: center;
  width: 70%;
}

.privacy-policy-box {
  z-index: 99;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--white);
  border-radius: 5px;
  flex-direction: column;
  height: 500px;
  padding: 40px 60px;
  display: flex;
  position: relative;
  overflow: scroll;
}

.privacy-policy-title {
  color: #c94605;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
}

.privacy-policy-text {
  color: #000;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 100;
  display: block;
}

.pop-up-close {
  position: absolute;
  inset: 0%;
}

.privacy-policy-pop-up-close {
  align-self: center;
  position: absolute;
  inset: 1.5% 1% auto auto;
}

.banner-content-box {
  opacity: 1;
  justify-content: flex-end;
  position: relative;
}

.arrow-lottie-box {
  opacity: .74;
  pointer-events: auto;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: multiply;
  width: 75px;
  transform-style: preserve-3d;
  background-clip: border-box;
  border: 1px solid #110b0b00;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: auto 0% 3%;
  overflow: hidden;
  transform: translate3d(0, 0, 47px);
  box-shadow: inset 0 2px 10px -20px #0003;
}

.lottie-animation {
  opacity: .96;
  mix-blend-mode: normal;
  background-color: #47222200;
  border: 1px solid #fff0;
  border-radius: 0;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: -20px;
  margin-left: 0;
  padding-left: 0;
  transition: opacity .2s;
  position: absolute;
  inset: auto 0% 0%;
  overflow: visible;
}

.round-box {
  cursor: pointer;
  background-color: #fff0;
  border-radius: 100px;
  width: 50px;
  height: 50px;
}

.scrol-link {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-section {
  margin-top: 60px;
  margin-bottom: 80px;
}

.faq-box {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 110px;
  padding-bottom: 110px;
  display: flex;
}

.faq-box.d-none {
  display: none;
}

.faq-title {
  color: #2a2a2a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  line-height: 1.5;
}

.faq-content-box {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.faq-content-box.d-none {
  display: none;
}

.accordion {
  border: 1px solid #2a2a2a00;
  border-color: #2a2a2a00 #0000;
  width: 100%;
  overflow: hidden;
}

.accordion.top-border {
  border-top-color: #2a2a2a00;
}

.accordion.top-border.d-none, .accordion.d-none {
  display: none;
}

.accordion.legacy-animation {
  height: 70px;
}

.dropdown-list {
  background-color: #ddd0;
  display: flex;
  position: relative;
}

.dropdown-toggle {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px 20px 20px 0;
  display: flex;
}

.icon {
  width: 25px;
  height: 25px;
  margin: 0;
  display: none;
  position: relative;
}

.dropdown-title {
  color: #2a2a2a;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.second-dropdown {
  width: 100%;
  height: 70px;
  overflow: hidden;
}

.second-dropdown-toggle {
  cursor: pointer;
  border: 1px solid #ccc0;
  border-color: #ccc0 #d1d1d100;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px 20px 20px 0;
  display: flex;
}

.second-dropdown-toggle.d-none {
  display: none;
}

.second-dropdown-list {
  background-color: #ddd0;
  padding: 20px 40px 20px 0;
  display: flex;
  position: relative;
}

.paragraph {
  color: #2a2a2a;
  margin-bottom: 0;
  font-size: 18px;
}

.second-dropdown-title {
  color: #2a2a2a;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
}

.div-block {
  display: none;
}

.marquee {
  width: 70%;
  height: 70px;
}

.marquee.d-none {
  display: none;
}

.plus-icon {
  width: 35px;
  height: 40px;
  margin-right: 5px;
}

.second-icon {
  width: 30px;
  height: 35px;
  margin-right: 5px;
}

.spline-scene {
  width: 100%;
  height: 100vh;
  display: none;
}

.html-embed {
  opacity: 1;
  color: #333;
}

.faq-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 80%;
  max-width: 100%;
  color: var(--white);
  flex-direction: column;
  margin: 250px auto;
  display: flex;
  overflow: hidden;
}

.inner-faq-wrapper {
  display: none;
}

.faq-content {
  cursor: pointer;
}

.faq-item {
  border-radius: 8px;
  margin-bottom: 40px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}

.faq-sub-item {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 10px;
}

.faq-sub-item.flex {
  color: var(--fe4407);
}

.faq-item-title {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
}

.faq-item-title.why {
  font-size: 25px;
  font-weight: 800;
}

.paragraph-2 {
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq-item-sub-title {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
}

.faq-item-title-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-item-title-box.right {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.plus-vr {
  background-color: var(--white);
  width: 24px;
  height: 2px;
  font-size: 32px;
  line-height: 1;
  display: inline-block;
}

.plus-box {
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 0;
  display: flex;
}

.plus-hr {
  background-color: var(--white);
  width: 24px;
  height: 2px;
  font-size: 32px;
  line-height: 1;
  display: inline-block;
  transform: translate(0, -2px)rotate(90deg);
}

.minus-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: none;
}

.faq-item-sub-title-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.content-parag {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 19px;
}

.content-parag.sub {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.plus-vr-sub {
  background-color: var(--white);
  width: 24px;
  height: 2px;
  font-size: 32px;
  line-height: 1;
  display: inline-block;
}

.plus-hr-sub {
  background-color: var(--white);
  width: 24px;
  height: 2px;
  font-size: 32px;
  line-height: 1;
  display: inline-block;
  transform: translate(0, -2px)rotate(90deg);
}

.plus-box-sub {
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 0;
  display: flex;
}

.minus-box-sub {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: none;
}

.faq-parent-item-title-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 31px;
  display: flex;
}

.parent-plus-box {
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.parent-plus-hr {
  background-color: var(--white);
  width: 24px;
  height: 2px;
  font-size: 32px;
  line-height: 1;
  display: inline-block;
  transform: translate(0, -2px)rotate(90deg);
}

.sub-child-item-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.sub-child-text {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  line-height: 1.4;
}

.text-span {
  float: none;
  clear: none;
  opacity: 1;
  text-align: center;
  margin-left: auto;
  font-style: normal;
}

.link-block {
  float: none;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  border: 0 dashed #be2525;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 123px auto -162px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
  transform: translate(20px);
}

.link-block:hover {
  color: #fe4400;
}

.heading {
  color: #c9693f;
  text-align: center;
  margin-top: 6px;
  padding-left: 4px;
  font-size: 8px;
  text-decoration: none;
}

.image-2 {
  width: 32px;
  height: 32px;
  display: inline-block;
  position: static;
  inset: 0%;
}

.image-2:hover {
  opacity: 0;
}

.bar-chart-popup-section {
  z-index: 100;
  background-color: #000c;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 150px;
  display: none;
  position: fixed;
  inset: 0%;
}

.barchart-popup-box {
  background-color: #fff;
  width: 70%;
  margin: auto;
  padding: 40px;
  display: block;
  position: relative;
}

.barchart-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100vh;
  display: block;
  position: absolute;
}

.barpopupclose {
  z-index: 1;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-3 {
  width: 32px;
  height: 32px;
  display: none;
  position: absolute;
  inset: 0%;
}

.image-3:hover {
  opacity: 1;
  display: inline-block;
}

.div-block-2 {
  position: relative;
}

.html-embed-2 {
  margin-left: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-3 {
  margin-right: 0;
  display: flex;
}

.buttonwrap {
  position: relative;
}

.div-block-4 {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.html-embed-3 {
  opacity: 1;
  background-color: #fff;
  margin-top: 0;
  padding-bottom: 0;
  display: block;
}

.terms-text {
  color: #ff8328;
  text-align: center;
  cursor: pointer;
  margin-top: 12px;
  margin-bottom: 54px;
  font-size: 12px;
  line-height: 1.2;
  display: block;
}

.terms-text.white {
  color: var(--white);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.terms-text.white.padding {
  margin-top: 40px;
}

.flex-block {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  min-width: 200px;
}

.pricing-modal_component {
  z-index: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.form_checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

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

.form_message-success {
  background-color: var(--\<unknown\|relume-variable-background-color-6\>);
  color: var(--\<unknown\|relume-variable-text-color-4\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.contact-modal1_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section_pricing-modal {
  position: relative;
}

.text-style-link {
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  text-decoration: underline;
}

.text-size-medium {
  font-size: 1.125rem;
}

.form_checkbox-label {
  margin-bottom: 0;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.contact-modal1_form-block {
  flex-direction: column;
  align-items: stretch;
}

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.contact-modal1_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

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

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

.form_message-error {
  background-color: var(--\<unknown\|relume-variable-background-color-8\>);
  color: var(--\<unknown\|relume-variable-text-color-5\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

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

.pricing-modal_background-overlay {
  z-index: -1;
  background-color: #00000040;
  order: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.pricing-modal_content-wrapper {
  -webkit-backdrop-filter: blur(35px);
  backdrop-filter: blur(35px);
  background-color: #ffffff80;
  border-radius: 26px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 54rem;
  height: 500px;
  max-height: 90vh;
  padding: 3.5rem 2.25rem;
  display: flex;
  position: relative;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.form_checkbox-icon {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.error-text {
  color: #e23939;
}

.form_input {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  height: auto;
  min-height: 2.75rem;
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  border-radius: 0;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #0009;
}

.form_input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

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

.success-text {
  font-weight: 600;
}

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

.form_field-wrapper {
  position: relative;
}

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

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

.pricing_plan {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 2.25rem;
  display: flex;
}

.pricing_plan._1 {
  height: 387px;
  color: var(--white);
  background-color: #000000e6;
  border-radius: 36px;
  box-shadow: 0 4px 4px #00000040;
}

.pricing_plan._2 {
  background-color: var(--white);
  height: 112%;
  color: var(--black);
  border-radius: 36px;
  position: relative;
  box-shadow: 0 4px 4px #00000040;
}

.pricing_plan._2:hover {
  background-color: var(--white);
}

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

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

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

.heading-style-h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.pricing_grid-list {
  grid-column-gap: 2.375rem;
  grid-row-gap: 2.375rem;
  grid-template-rows: auto;
  align-items: end;
}

.pricing_feature {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  font-size: .9375rem;
  font-weight: 500;
  display: flex;
}

.pricing_icon-wrapper {
  background-color: #ffffff1a;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  padding: .25px;
  display: flex;
}

.pricing_icon-wrapper.popular {
  background-color: #0000001a;
}

.pricing_feature-list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  display: grid;
}

.pricing_feature-list._2 {
  margin-top: 3rem;
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

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

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

.pricing_text {
  color: #e35f00;
  margin-bottom: .5rem;
  font-size: 32px;
  font-weight: 600;
}

.pricing_text.is-free {
  color: #19b079;
  font-size: 40px;
  line-height: 1.1;
}

.pricing_tagline {
  background-color: var(--white);
  color: #e35f00;
  border-radius: 100px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: inline-block;
}

.pricing_tagline.is-free {
  color: var(--white);
  background-color: #19b079;
}

.exclusive-button {
  text-align: center;
  background-color: #e35f00;
  border-radius: 24px;
  padding: .85rem 3rem;
  font-weight: 600;
  text-decoration: none;
}

.exclusive-button:hover {
  background-color: #ff6b00;
}

.pricing_text-span {
  color: #19b079;
  font-size: 15px;
}

.free-button {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  text-shadow: 0 1px 1px #0003;
  background-color: #19b079;
  border-radius: 24px;
  padding: .85rem 3.5rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 3px 1px #00000026;
}

.free-button:hover {
  background-color: #0ed38b;
}

.or-div {
  display: none;
}

@media screen and (min-width: 1920px) {
  .pricing_plan._1 {
    box-shadow: 0 4px 4px #00000040;
  }
}

@media screen and (max-width: 991px) {
  .navbar-wrapper {
    justify-content: center;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding: 10px 20px;
    display: flex;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .banner-box {
    margin-top: -12px;
  }

  .need-enough-section, .footer-section, .footer-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-bottom-box {
    grid-column-gap: 130px;
  }

  .faq-item, .faq-sub-item {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-item-title.right, .faq-item-title.center, .faq-item-sub-title.right {
    flex: 1;
  }

  .faq-item-sub-title-box.right {
    justify-content: flex-start;
  }

  .content-parag.right {
    padding-left: 40px;
  }

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

  .pricing-modal_content-wrapper {
    width: 90%;
    max-width: none;
    height: 546px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

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

  .pricing_plan._1, .pricing_plan._2 {
    height: 434px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .pricing_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .pricing_feature-list._2 {
    margin-top: 1.5rem;
  }

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

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

  .pricing_text.is-free {
    font-size: 32px;
  }

  .pricing_tagline {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .98rem;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu-two {
    flex-direction: column;
    padding: 5px 10px;
  }

  .mobile-margin-top-10 {
    margin-top: 0;
  }

  .enough-text {
    text-align: center;
    font-size: 30px;
  }

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

  .footer-box {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .item-box {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .item-box.width {
    width: 100%;
  }

  .guaranteed-box {
    flex-direction: column;
    align-items: center;
  }

  .tick-mark-image {
    width: 40px;
  }

  .footer-bottom-box {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-bottom-text {
    margin-top: 24px;
  }

  .footer-content-text {
    text-align: center;
  }

  .form-wrapper, .privacy-policy-wrapper {
    width: 90%;
  }

  .privacy-policy-box {
    padding: 20px 40px;
  }

  .privacy-policy-title {
    font-size: 28px;
  }

  .faq-sub-item.flex.is-time {
    padding-top: 50px;
  }

  .flex-block {
    margin-left: 0;
  }

  .pricing-modal_component {
    align-items: flex-start;
  }

  .text-size-medium {
    font-size: 1rem;
  }

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

  .pricing-modal_content-wrapper {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-radius: 0;
    justify-content: flex-start;
    width: 100%;
    height: 100vh;
    max-height: none;
    padding: 2rem 5% 7rem;
    overflow: auto;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

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

  .pricing_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .pricing_plan._1 {
    background-color: #000000e6;
    height: auto;
    padding: 2rem;
  }

  .pricing_plan._2 {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

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

  .pricing_feature {
    justify-content: flex-start;
    align-items: center;
    font-size: .85rem;
  }

  .pricing_feature-list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-bottom: 1.5rem;
  }

  .pricing_feature-list._2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

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

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

  .pricing_tagline {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu-two {
    flex-flow: column wrap;
    margin-top: 12px;
    padding: 0;
    list-style-type: disc;
    overflow: visible;
  }

  .mobile-margin-top-10 {
    opacity: 1;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    overflow: hidden;
  }

  .main-container {
    margin-top: 0;
    margin-bottom: 0;
  }

  .login-button {
    margin-top: 20px;
    overflow: visible;
  }

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

  .banner-box {
    margin-top: -90px;
  }

  .enough-section {
    height: 97vh;
    padding: 6.6rem 10px 4rem;
  }

  .enough-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 102px;
    margin-bottom: 54px;
    padding-top: 25px;
  }

  .enough-title {
    margin-top: -55px;
    font-size: 26px;
    transition: none;
  }

  .enough-text {
    margin-top: 160px;
    font-size: 26px;
  }

  .enough-text.white {
    font-size: 25px;
  }

  .forever-text.white {
    font-size: 18px;
  }

  .need-enough-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .footer-section {
    padding-top: 175px;
  }

  .item-box {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .item-box.width {
    width: 100%;
    margin-top: 54px;
  }

  .guaranteed-text {
    margin-top: 12px;
    font-size: 26px;
  }

  .tick-mark-image {
    max-width: 40px;
    margin-top: 66px;
  }

  .git-it-now-button {
    margin-top: 21px;
    margin-left: 8px;
  }

  .footer-link {
    margin-left: 11px;
  }

  .ebook.d-none {
    margin-bottom: -123px;
  }

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

  .footer-bottom-link {
    margin-top: -18px;
  }

  .bg-animated {
    min-height: 100vh;
  }

  .footer-content-text {
    text-align: left;
    margin-top: 15px;
  }

  .form {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 20px;
  }

  .privacy-policy-wrapper {
    width: 90%;
  }

  .privacy-policy-box {
    padding: 20px;
  }

  .privacy-policy-title {
    font-size: 20px;
  }

  .privacy-policy-text {
    font-size: 15px;
  }

  .arrow-lottie-box {
    margin-bottom: 60px;
  }

  .lottie-animation {
    flex: 0 auto;
    margin-top: 0;
    margin-bottom: -20px;
  }

  .faq-wrapper {
    grid-row-gap: 10px;
    width: 90%;
  }

  .faq-item {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-item.flex {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-direction: column;
    display: flex;
  }

  .faq-sub-item {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-sub-item.flex {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-direction: column;
    display: flex;
  }

  .faq-item-title {
    text-align: center;
    flex: 1;
    margin-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
  }

  .faq-item-title.right {
    text-align: right;
    flex: none;
  }

  .faq-item-title.center, .faq-item-title.why {
    flex: none;
  }

  .faq-item-sub-title {
    text-align: center;
    margin-top: 0;
  }

  .faq-item-sub-title.right {
    text-align: right;
  }

  .faq-item-title-box {
    grid-column-gap: 6px;
    text-align: center;
    justify-content: space-between;
  }

  .faq-item-title-box.right {
    justify-content: flex-end;
  }

  .plus-vr {
    width: 20px;
    margin-right: 0;
  }

  .plus-box {
    width: 30px;
    height: 30px;
  }

  .plus-hr {
    width: 20px;
  }

  .faq-item-sub-title-box.right {
    text-align: right;
  }

  .content-parag {
    text-align: center;
    margin-top: 0;
    padding-left: 30px;
  }

  .content-parag.sub {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-direction: column;
    padding-left: 0;
    display: flex;
  }

  .content-parag.right {
    text-align: right;
    padding-left: 0;
  }

  .plus-vr-sub, .plus-hr-sub {
    width: 20px;
  }

  .plus-box-sub {
    width: 30px;
    min-width: 30px;
    max-width: 30px;
    height: 30px;
  }

  .parent-faq-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    display: flex;
  }

  .faq-parent-item-title-box {
    grid-column-gap: 5px;
    text-align: center;
    justify-content: center;
    align-self: stretch;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .parent-plus-hr {
    width: 20px;
    margin-right: 0;
  }

  .sub-child-text {
    padding-left: 30px;
  }

  .sub-child-text.right {
    text-align: right;
  }

  .link-block {
    margin-bottom: -27px;
    padding-right: 0;
    transform: none;
  }

  .bar-chart-popup-section {
    padding-top: 200px;
    display: none;
  }

  .barchart-popup-box {
    z-index: 99;
    width: 100%;
    max-width: 700px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .barchart-wrapper {
    display: block;
    position: static;
  }

  .barpopupclose {
    z-index: auto;
  }

  .image-3 {
    display: none;
  }

  .html-embed-2 {
    margin-left: -11px;
  }

  .div-block-4 {
    margin-left: 0;
    padding-left: 12px;
  }

  .html-embed-3 {
    display: block;
  }

  .terms-text.white {
    font-size: 18px;
  }

  .pricing-modal_content-wrapper {
    background-color: #ffffff4d;
    padding-bottom: 3.5rem;
  }

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

  .pricing_grid-list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

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

  .pricing_tagline {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .or-div {
    background-color: #fafafc00;
    background-image: url('../images/Group-60.svg');
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: auto;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 32px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }
}

#w-node-af50b875-d889-4094-a876-e392463704ab-52d9d7b0, #w-node-af50b875-d889-4094-a876-e392463704b0-52d9d7b0, #w-node-af50b875-d889-4094-a876-e392463704b5-52d9d7b0, #w-node-_54f0669e-abee-4eab-4384-59cc5809e81b-52d9d7b0, #w-node-af50b875-d889-4094-a876-e392463704cc-52d9d7b0, #w-node-af50b875-d889-4094-a876-e392463704d1-52d9d7b0, #w-node-_141e7124-e9de-746b-dba4-adfb25304785-52d9d7b0, #w-node-_013e3824-87df-71aa-d44e-6d2a60097e9c-52d9d7b0, #w-node-cc1c5cc2-92e6-327f-b416-68ae677b9989-52d9d7b0 {
  align-self: start;
}


@font-face {
  font-family: 'Helvetica Bold';
  src: url('../fonts/Helvetica-Bold-Font.zip') format('undefined');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Ui Display Cufonfonts';
  src: url('../fonts/sf-ui-display-cufonfonts.zip') format('undefined');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AppleSystemUIFont';
  src: url('../fonts/neuton.zip') format('undefined');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}