:root {
  --blue: #232e7e;
  --white: white;
}

.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-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@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: #090e36;
  letter-spacing: 1px;
  background-color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 13.33px;
  line-height: 1.6;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: CenturyGothic, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: CenturyGothic, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: CenturyGothic, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
}

p {
  margin-bottom: 0;
}

.header1_content-left {
  flex-flow: column;
  display: flex;
}

.button {
  color: var(--blue);
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  width: 10.6rem;
  height: 3.5rem;
  padding: .75rem 1.5rem;
  font-family: CenturyGothic, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
}

.button:hover {
  border: 1px solid var(--white);
  background-color: var(--blue);
  color: var(--white);
}

.button.dark {
  background-color: var(--blue);
  color: var(--white);
}

.button.dark:hover {
  border: 1px solid var(--blue);
  color: var(--blue);
  background-color: #fff0;
}

.button.dark.form {
  width: 100%;
  height: auto;
  margin-top: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
}

.button.dark.form:hover {
  background-color: #fff;
  border-width: 0;
}

.section_header1 {
  color: #fff;
  background-image: url('../images/hero-img-color-1_1.avif'), url('../images/hero-img-1_1.avif');
  background-position: 50% 100%, 50% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

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

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

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

.padding-section-large.features {
  padding-bottom: 4.25rem;
}

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

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

.header1_content {
  grid-column-gap: 6.8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.header1_content._2 {
  margin-top: 4.2rem;
}

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

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

.list {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  padding-left: 20px;
}

.padding-section-hero {
  padding-top: 4rem;
  padding-bottom: 17.2vw;
}

.header-logo-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  height: 2.25rem;
  margin-bottom: 5.75vw;
  font-size: 2rem;
  text-decoration: none;
  display: flex;
}

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

.calculator-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #0c29ab0a;
  border-radius: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding: 3.5rem;
  display: flex;
}

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

.text-capital {
  text-transform: uppercase;
}

.bold {
  font-family: CenturyGothic, sans-serif;
  font-weight: 700;
}

.text-blue {
  color: var(--blue);
}

.invest-value {
  font-family: CenturyGothic, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.invest-value.text-align-left.dark {
  color: #090e36;
  padding-bottom: 3rem;
  font-size: 1.8rem;
  line-height: 1.5;
}

.flex {
  display: flex;
}

.flex.space-between {
  justify-content: space-between;
  align-items: stretch;
}

.flex.space-between._76 {
  width: 76%;
}

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

.max-width-60 {
  max-width: 60%;
}

.max-width-60.center {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.code-embed {
  width: 100%;
}

.calculator-wrap {
  width: 52.1vw;
  margin-left: auto;
  margin-right: auto;
}

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

.block {
  display: block;
}

.background-linear-gradient {
  color: #fff;
  background-image: linear-gradient(135deg, #232e7e, #090e36);
}

.watch-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 65vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.section_header1-2 {
  background-color: #f5f7fc;
}

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

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

.header1_image-wrapper.background-image {
  background-image: url('../images/Ebook-What-BG-1.png');
  background-position: 0 0;
  background-size: cover;
}

.mb-2-5 {
  margin-bottom: 2.5rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.blue-img-box {
  background-color: #54c0fc;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.blue-img-box._1 {
  width: 97.64px;
  height: 97.64px;
  top: 16.37%;
  left: 11.7%;
}

.blue-img-box._2 {
  width: 48px;
  height: 48px;
  bottom: 25.17%;
  left: 12.6%;
}

.blue-img-box._3 {
  width: 48px;
  height: 48px;
  top: 45.76%;
  right: 27.36%;
}

.blue-img-box._4 {
  background-color: #fff;
  border: 1px solid #cfcfcf;
  width: 67px;
  height: 67px;
  top: 23.61%;
  right: 34.16%;
  box-shadow: 0 0 30px #54c0fc42;
}

.blue-img-box._5 {
  background-color: #fff;
  border: 1px solid #cfcfcf;
  width: 67px;
  height: 67px;
  top: 40.8%;
  right: 55.8%;
  box-shadow: 0 0 30px #54c0fc42;
}

.blue-img-box._6 {
  background-color: #fff;
  border: 1px solid #cfcfcf;
  width: 54.2px;
  height: 54.2px;
  top: 63%;
  bottom: auto;
  right: 44.7%;
  box-shadow: 0 0 30px #54c0fc42;
}

.earth-image {
  width: 66px;
}

.earth-image._2 {
  width: 31px;
}

.earth-image._3, .earth-image._4 {
  width: 36px;
}

.earth-image._5 {
  width: 28px;
}

.earth-image._6 {
  width: 24px;
}

.section-bg-image {
  color: var(--white);
  background-image: url('../images/shutterstock_2160426865-1.png');
  background-position: 0 0;
  background-size: 100% 100%;
  position: relative;
}

.container-started {
  max-width: 70.62rem;
}

.started-home-started-component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4.4rem;
  display: grid;
}

.started-home-started-component-item {
  background-color: var(--white);
  color: var(--blue);
  border-radius: 10px;
  padding-top: 1.5rem;
  overflow: hidden;
}

.started-home-started-component-number {
  color: var(--blue);
  background-color: #025ec9;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 1rem;
  margin-left: 1.5rem;
  font-family: CenturyGothic, sans-serif;
  font-weight: 700;
  display: flex;
}

.started-home-started-component-link {
  text-align: left;
  -webkit-text-stroke-color: var(--blue);
  background-color: #232e7e;
  width: 100%;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
}

.ml-1-5 {
  margin-left: 1.5rem;
}

.started-bg-div {
  background-color: #090e36cc;
  width: 100%;
  height: 100%;
  position: absolute;
}

.relative {
  position: relative;
}

.container-difference {
  max-width: 76rem;
}

.graph-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.footer {
  color: var(--white);
  background-image: url('../images/shutterstock_2160426865-2.png');
  background-position: 0 0;
  background-size: auto;
  position: relative;
}

.footer-component {
  background-color: #090e36cc;
  justify-content: center;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.tab-component {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 39%;
  grid-auto-columns: 1fr;
  margin-top: 3.5rem;
  display: grid;
}

.tab-icon-wrap {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  display: flex;
}

.tab-icon-wrap._1 {
  background-color: #232e7e;
}

.tab {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem 1.5rem;
  display: flex;
}

.tab._1 {
  background-color: #f5f7fc;
}

.tab-wrapper {
  flex-flow: column;
  display: flex;
}

.feature-icon {
  width: 32px;
}

.mt--5 {
  margin-top: .5rem;
}

.form-block {
  background-color: #fafbfc33;
  border: 1px solid #e1e9f033;
  border-radius: 14px;
}

.text-field {
  color: var(--white);
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: 2px solid #ccc;
  font-family: CenturyGothic, sans-serif;
  font-weight: 700;
}

.field-label {
  margin-bottom: 0;
  padding-left: 7.65px;
  font-family: CenturyGothic, sans-serif;
}

.form {
  padding: 1.5rem 2rem;
}

.mt-1-2 {
  margin-top: 1.2rem;
}

.text-block, .text-block-2 {
  font-family: DM Sans, sans-serif;
}

.div-block {
  height: 100%;
  position: relative;
}

.code-embed-2, .text-block-3, .text-block-4, .text-block-5, .text-block-6 {
  color: #000;
}

@media screen and (min-width: 1440px) {
  body {
    font-size: 15px;
  }

  h3 {
    font-size: 24px;
  }
}

@media screen and (min-width: 1920px) {
  body {
    font-size: 20px;
  }

  h3 {
    font-size: 32px;
  }
}

@media screen and (max-width: 991px) {
  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .header1_content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

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

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

  .calculator-wrap {
    width: auto;
  }

  .block {
    display: inline-block;
  }

  .watch-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: none;
    padding: 2rem;
  }

  .header1_image-wrapper.background-image {
    min-height: 50vw;
  }

  .blue-img-box {
    width: 8vw;
    height: 8vw;
  }

  .started-home-started-component {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .graph-image {
    width: auto;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 2rem;
  }

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

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

  .header1_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

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

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

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

  .calculator-component {
    margin-top: 2rem;
    padding: 1rem;
  }

  .blue-img-box._1 {
    width: 60px;
    height: 60px;
  }

  .blue-img-box._3 {
    width: 30px;
    height: 30px;
  }

  .blue-img-box._4, .blue-img-box._5, .blue-img-box._6 {
    width: 45px;
    height: 45px;
  }

  .earth-image {
    width: 40px;
  }

  .earth-image._3 {
    width: 18px;
  }

  .earth-image._4 {
    width: 24px;
  }

  .earth-image._5 {
    width: 22px;
  }

  .started-home-started-component {
    grid-template-columns: 1fr;
  }

  .graph-image {
    max-height: none;
  }

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

  .div-block {
    display: none;
  }

  .heading {
    font-size: 2.5rem;
  }

  .heading-2 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .section_header1 {
    background-position: 60%, 60%;
  }

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

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

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

  .text-size-small {
    font-size: .8rem;
  }

  .invest-value, .invest-value.text-align-left.dark {
    font-size: 1.5rem;
  }

  .flex.space-between._76 {
    width: auto;
  }

  .max-width-60.center {
    max-width: none;
  }

  .header1_image-wrapper.background-image {
    min-height: 100vw;
  }

  .blue-img-box {
    width: 14vw;
    height: 14vw;
  }

  .blue-img-box._6 {
    width: 30px;
    height: 30px;
  }

  .earth-image._5 {
    width: 18px;
  }

  .earth-image._6 {
    width: 16px;
  }

  .tab-icon-wrap._1 {
    margin-bottom: 10px;
  }

  .tab {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .heading {
    font-size: 2.2rem;
  }
}

#w-node-_792a9858-6a5e-06eb-ed5f-7f1d424f61ca-d10ecbe4, #w-node-_792a9858-6a5e-06eb-ed5f-7f1d424f61ca-4460c5bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'CenturyGothic';
  src: url('../fonts/CenturyGothicPaneuropeanBold.ttf') format('truetype'), url('../fonts/CenturyGothicPaneuropeanExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'CenturyGothic';
  src: url('../fonts/CenturyGothicPaneuropeanLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'CenturyGothic';
  src: url('../fonts/CenturyGothicPaneuropeanRegular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'CenturyGothic';
  src: url('../fonts/CenturyGothicPaneuropeanBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Centurygothic';
  src: url('../fonts/centurygothic.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}