h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 120%;
}

h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 42px;
  font-weight: 900;
  line-height: 120%;
}

h3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 120%;
}

._2columns-row02 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  justify-items: center;
  display: grid;
}

._2columns-row02.fm {
  justify-content: space-between;
  display: flex;
}

._2columns-row02.s04 {
  width: 95%;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-left: auto;
  margin-right: auto;
}

.text02 {
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 140%;
}

.text02.cv7 {
  color: #fff;
}

.text02.cv7.bold {
  font-weight: 700;
}

.text02.cv1 {
  color: #353556;
}

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

.text02.cv1.semibold {
  font-weight: 600;
}

.text02.cv1.underline {
  text-decoration: underline;
}

.button01 {
color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 9px 20px;
    font-family: Outfit, sans-serif;
    font-weight: 700;
    background: #00b818;
    border-radius: 80px;
    box-shadow: 4px 4px 1px 0px #000;
    line-height: 1 !important;
    transition: .3s;
    font-size: 16px !important;
}

.button01:hover {
  transform: scale(1.02);
}
.button01 span {
    font-weight: 600;
    font-size: 12px;
    opacity: .8;
}
.container-1000 {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.pagepadding {
  padding-left: 20px;
  padding-right: 20px;
}

.floatingmenu-section {
  z-index: 1000;
  /*background-color: #dd3f32;*/
  background-color: #ff0000;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.spacingbottom-45 {
  padding-bottom: 45px;
}

.video-box01 {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}

.subheadline03 {
  text-align: center;
  font-family: Outfit, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
}

.subheadline03.cv5 {
  color: #ff9601;
  font-weight: 800;
}

.subheadline03.cv3 {
  color: #353556;
}

.subheadline03.cv4 {
  color: #fff;
}

.video {
  border: 5px solid #c2eaff;
  box-shadow: 17px 10px 35px rgba(0, 34, 97, .1);
}

.logo01 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

.text01 {
  text-align: center;
  font-family: Outfit, sans-serif;
  font-size: 22px;
  line-height: 120%;
}

.text01.cv5 {
  color: #fff;
  font-weight: 700;
}

.text01.cv5.nrm {
  font-weight: 400;
}

.text01.cv1 {
  color: #353556;
}

.text01.cv1.bold {
  font-weight: 700;
}

.header {
  background-image: url('https://fastcdn.ai.flaxxa.com/fb/oto1/images/main-bg.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 50px;
}

.iconbutton01 {
  margin: -45px -32px -35px auto;
  display: block;
}

.box-cta01 {
  width: 78%;
  background-color: #f9f9ff;
  border: 5px solid #ffe4be;
  border-radius: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  box-shadow: 17px 10px 35px rgba(17, 16, 27, .2);
  max-width: 880px;
}

.boxbutton01 {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.boxbutton01:hover {
  transform: scale(1.02);
}

.info-button {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.spacingbottom-40 {
  padding-bottom: 40px;
}

.headline01.cv1 {
  color: #fc201e;
  font-size: 54px;
}

.headline01.p02 {
  color: #ffd338;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 100%;
}

.headline01.p01 {
  color: #353556;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 100%;
}

.button02 {
  color: #fff;
    text-align: center;
    background: #00b818;
    border-radius: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 12px;
    font-family: Outfit, sans-serif;
    font-size: 38px;
    font-weight: 800;
    display: block;
    box-shadow: 4px 4px 1px 0px #000;
    transition: .3s;
    line-height: 1;
    margin-bottom: 4px;
}
.button02 span {
    font-size: 23px;
    font-weight: 600;
    opacity: 0.8;
}
.arrow-video02 {
  margin-top: -95px;
  margin-left: 1145px;
  position: absolute;
}

.underline-image {
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.underline-image.h {
  margin-top: 0;
  margin-left: 260px;
}

.arrow-video01 {
  margin-top: -95px;
  margin-left: -115px;
  position: absolute;
}

.headline02.cv2 {
  color: #fff;
}

.subheadline04 {
  text-align: center;
  font-family: Outfit, sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 130%;
}

.subheadline04.cv11 {
  color: #fff;
  font-weight: 700;
}

.subheadline04.cv11.underline {
  text-decoration: underline;
}

.subheadline04.cv4 {
  color: #353556;
}

.subheadline05 {
  text-align: center;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  line-height: 140%;
}

.subheadline05.cv1 {
  color: #353556;
}

.subheadline05.cv1.bold {
  font-weight: 700;
}

.subheadline05.cv4 {
  color: #ff5959;
  font-weight: 600;
}

.subheadline05.cv6 {
  color: #da78fd;
  font-weight: 700;
}

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

.spacingbottom-30 {
  padding-bottom: 30px;
}

.stepsrow01 {
  width: 80%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.steptext01 {
      color: #1e1a56;
    text-align: center;
    border: 2px solid #F1C700;
  border-radius: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Outfit, sans-serif;
  font-size: 19px;
  line-height: 140%;
}

.steptext02 {
  color: #1e1a56;
    text-align: center;
    background-color: #F1C700;
    border: 2px solid #F1C700;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 140%;
}

.section01 {
  background-image: url('https://fastcdn.ai.flaxxa.com/fb/oto1/images/AA-O1-01-Background-01.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 85px;
}

.headline03.cv1 {
  color: #353556;
}

.headline03.cv2 {
  color: #13a9fe;
}

.headline03.cv7 {
  color: #f1c700;
}

.headline03.cv8 {
  color: #ff9601;
}

.headline03.cv6 {
  color: #16c5b9;
}

.subheadline02 {
  font-family: Outfit, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 120%;
}

.subheadline02.cv1 {
  color: #353556;
  text-align: center;
}

.subheadline02.cv2 {
  color: #86c63a;
}

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

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

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

.spacingbottom-60 {
  padding-bottom: 60px;
}

.section02 {
  background-color: #f9f9ff;
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.box03 {
  padding: 65px 150px 75px;
}

.box03.v03 {
  background-image: url('https://fastcdn.ai.flaxxa.com/fb/oto1/images/AA-O1-03-Image-02.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 80px;
  padding-left: 235px;
  padding-right: 235px;
}

.spacingbottom-10 {
  padding-bottom: 10px;
}

.iconlist04 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.spacingbottom-5 {
  padding-bottom: 5px;
}

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

.iconlist-row02 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section03 {
  background-image: url('https://fastcdn.ai.flaxxa.com/fb/oto1/images/AA-O1-04-Background-02.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 50px;
}

.iconlist02 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._3columns-row01 {
  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;
  align-items: baseline;
  display: grid;
}

._3columns-row01.v01 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.bulletpoint01-row {
  align-items: flex-start;
  display: flex;
}

.icon01 {
    margin-right: 10px;
    width: 30px;
}

.spacingbottom-50 {
  padding-bottom: 50px;
}

.bulletpoints01 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section04 {
  background-color: #f9f9ff;
  padding-top: 70px;
  padding-bottom: 70px;
}

.box05 {
  width: 50%;
  background-color: #fff;
  border-style: solid;
  border-width: 5px;
  border-radius: 25px;
  margin-top: -585px;
  margin-left: auto;
  margin-right: auto;
  padding: 320px 45px;
}

.box05.v3 {
  width: 100%;
  border-color: #d1ecb2;
  margin-top: 0;
  padding: 35px 30px 45px;
  box-shadow: 26px 15px 40px rgba(0, 2, 35, .1);
}

.graphic03 {
  position: absolute;
}

.graphic03.v1 {
  margin-top: -615px;
  margin-left: 410px;
}

.graphic03.v2 {
  margin-top: -10px;
  margin-left: -70px;
}

.graphic04 {
  position: absolute;
}

.graphic04.v2 {
  margin-top: -840px;
  margin-left: -90px;
}

.graphic04.v1 {
  margin-top: -290px;
  margin-left: 435px;
}

.box02 {
  width: 335px;
  height: 403px;
  border: 5px solid #000;
  border-radius: 10px;
  padding: 48px 30px;
}

.box02.cv7 {
  width: 100%;
  height: auto;
  background-color: #f9f9ff;
  border-color: #fec9c9;
  padding-top: 35px;
  padding-bottom: 45px;
}

.spacingbottom-80 {
  padding-bottom: 80px;
}

.arrow-s04 {
  margin-top: -410px;
  margin-left: 1145px;
  position: absolute;
}

.section05 {
  background-color: #f9f9ff;
  padding-top: 70px;
  padding-bottom: 50px;
}

.seal-guarantee {
  margin: -80px auto -10px;
  display: block;
}

.guaranteebox {
  width: 90%;
  background-color: #fff;
  border: 5px dashed #adeae6;
  border-radius: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 145px 65px;
  box-shadow: 9px 5px 40px rgba(100, 12, 211, .1);
}

.spacingbottom-145 {
  padding-bottom: 145px;
}

/*.package-box02 {*/
/*  width: 97%;*/
/*  background-image: url('https://fastcdn.ai.flaxxa.com/fb/oto1/images/AA-O3-34-Image-28.webp');*/
/*  background-position: 50% 0;*/
/*  background-repeat: no-repeat;*/
/*  background-size: 100% 100%;*/
/*  border-radius: 25px;*/
/*  margin-left: auto;*/
/*  margin-right: auto;*/
/*  padding: 40px 25px 1px;*/
/*  box-shadow: 26px 15px 40px rgba(0, 2, 35, .15);*/
/*}*/
.package-box02 {
    width: 97%;
    background-position: 50% 0;
    background: #100d21;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 25px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 10px 10px;
    box-shadow: 26px 15px 40px rgba(0, 2, 35, .15);
    position:relative;
}
.nothankslink {
  color: #2a75ff;
  text-align: center;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 150%;
  text-decoration: underline;
  display: block;
}

.nothankslink:hover {
  color: #000032;
}

.column {
  width: 100%;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.spacingbottom-100 {
  padding-bottom: 100px;
}

/*.package-box01 {
  width: 97%;
  background-image: url('https://fastcdn.ai.flaxxa.com/fb/oto1/images/AA-O3-32-Image-27.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 25px 1px;
  box-shadow: 26px 15px 40px rgba(0, 2, 35, .15);
}*/
.package-box01 {
    width: 97%;
    background-position: 50% 0;
    background: #ffd1aa;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 25px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 10px 10px;
    box-shadow: 26px 15px 40px rgba(0, 2, 35, .15);
}

.arrow-package01 {
  margin-top: 150px;
  margin-left: -220px;
  position: absolute;
}

.spacingbottom-20 {
  padding-bottom: 20px;
}

.section06 {
  background-image: url('https://fastcdn.ai.flaxxa.com/fb/oto1/images/AA-O3-31-Background-05.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 85px;
}

.arrow-package02 {
  margin-top: 990px;
  margin-left: 1260px;
  position: absolute;
}

.bulletpoints-box01 {
    background-color: #fff;
    /* border-radius: 25px; */
    border-radius: 0px 0px 25px 25px;
    /* margin-bottom: -50px; */
    /* padding: 45px; */
    box-shadow: 9px 5px 40px rgba(17, 87, 216, .1);
    padding-bottom:30px;
}
.package-box01 .bulletpoint01-row,
.package-box02 .bulletpoint01-row{
    padding: 15px 30px;
    border-bottom: 1px dashed #ccc;
    align-items: center;
    gap:0px
}
.package-box01 .subheadline04.cv4.spacingbottom-10,
.package-box02 .subheadline04.cv4.spacingbottom-10{
    margin-top: 30px;
}
.package-box01 .bulletpoints01,
.package-box02 .bulletpoints01{
    grid-row-gap: 0;
}
.text-footer {
  color: #b6b6e3;
  text-align: center;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.footer {
  background-image: url('https://fastcdn.ai.flaxxa.com/fb/oto1/images/AA-JV-88-Background-10.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 130px;
}

.link-footer {
  color: #b6b6e3;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  text-decoration: none;
}

.link-footer:hover {
  color: #fff;
}

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

.logo03 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  ._2columns-row02.fm {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: .75fr .5fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  ._2columns-row02.s04 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text02.cv7.fm {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .button01 {
    font-size: 18px;
  }

  .video-box01 {
    width: 85%;
    max-width: 100%;
    margin-left: auto;
  }

  .logo01 {
    margin-top: 0;
  }

  .arrows {
    display: none;
  }

  .header {
    background-position: 65% 0;
    background-repeat: no-repeat;
    background-size: auto 110%;
    background-attachment: scroll;
    padding-top: 110px;
    padding-bottom: 40px;
  }

  .iconbutton01 {
    max-width: 90%;
    margin-bottom: -25px;
    margin-right: -25px;
  }

  .box-cta01 {
    width: 95%;
  }

  .boxbutton01 {
    width: 90%;
  }

  .headline01.p02, .headline01.p01 {
    font-size: 46px;
  }

  .button02 {
    border-radius: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 120%;
  }

  .underline-image.h {
    width: 400px;
    margin-top: -5px;
    margin-left: auto;
    margin-right: auto;
  }

  .headline02.cv2 {
    font-size: 40px;
  }

  .stepsrow01 {
    width: 90%;
  }

  .steptext01 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .steptext02 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section01 {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .headline03.cv1, .headline03.cv2, .headline03.cv7, .headline03.cv8, .headline03.cv6 {
    font-size: 38px;
  }

  .subheadline02.cv1, .subheadline02.cv2 {
    font-size: 30px;
  }

  .ecover01 {
    width: 550px;
  }

  .section02 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .box03.v03 {
    background-size: 100% 100%;
    padding: 50px 40px;
  }

  .iconlist04 {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .section03 {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .iconlist02 {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  ._3columns-row01 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: stretch;
  }

  ._3columns-row01.v01 {
    width: 100%;
  }

  .section04 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .box05.v3 {
    padding: 25px;
  }

  .graphic03.v1 {
    width: 100px;
    margin-top: -615px;
    margin-left: 242px;
  }

  .graphic03.v2 {
    width: 100px;
    margin-top: -15px;
    margin-left: -65px;
  }

  .graphic04.v2 {
    width: 100px;
    margin-top: -1055px;
    margin-left: -48px;
  }

  .graphic04.v1 {
    width: 100px;
    margin-top: -450px;
    margin-left: 240px;
  }

  .box02.cv7 {
    padding: 25px;
  }

  .section05 {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .guaranteebox {
    width: 100%;
    padding-bottom: 45px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .package-box02 {
    background-size: 100% 100%;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .nothankslink {
    padding-left: 95px;
    padding-right: 95px;
  }

  .spacingbottom-100 {
    padding-bottom: 90px;
  }

  .package-box01 {
    background-size: 100% 100%;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section06 {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .bulletpoints-box01 {
    padding: 25px 15px;
  }

  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .link-footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .logo03 {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  ._2columns-row02 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  ._2columns-row02.s04 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  ._2columns-row02.s10 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .text02.cv7 {
    font-size: 19px;
  }

  .text02.cv7.fm {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text02.cv1 {
    font-size: 19px;
  }

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

  .spacingbottom-45 {
    padding-bottom: 40px;
  }

  .video-box01 {
    max-width: 90%;
  }

  .subheadline03.cv5, .subheadline03.cv3, .subheadline03.cv4 {
    font-size: 26px;
  }

  .logo01 {
    margin-left: auto;
  }

  .text01.cv5 {
    font-size: 21px;
  }

  .header {
    padding-bottom: 50px;
  }

  .iconbutton01 {
    width: 70px;
    margin-top: -35px;
    margin-bottom: -35px;
    margin-right: -20px;
  }

  .box-cta01 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .boxbutton01 {
    width: 100%;
  }

  .boxbutton01.s06 {
    width: 85%;
  }

  .spacingbottom-40 {
    padding-bottom: 35px;
  }

  .headline01.cv1 {
    font-size: 50px;
  }

  .button02 {
    padding: 15px;
    font-size: 30px;
  }

  .underline-image.h {
    width: 380px;
    margin-top: -5px;
    margin-left: 80px;
  }

  .headline02.cv2 {
    font-size: 38px;
  }

  .subheadline04.cv11 {
    font-size: 25px;
  }

  .subheadline05.cv1, .subheadline05.cv4 {
    font-size: 23px;
  }

  .stepsrow01 {
    width: 100%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .steptext02 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 20px;
  }

  .section01 {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .headline03.cv1, .headline03.cv2, .headline03.cv7, .headline03.cv8, .headline03.cv6 {
    font-size: 36px;
  }

  .subheadline02.cv1, .subheadline02.cv2.center {
    font-size: 28px;
  }

  .ecover01 {
    width: 450px;
  }

  .spacingbottom-60 {
    padding-bottom: 50px;
  }

  .box03.v03 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .iconlist04 {
    grid-column-gap: 20px;
  }

  .section03 {
    padding-top: 40px;
  }

  .iconlist02 {
    grid-column-gap: 20px;
  }

  ._3columns-row01 {
    flex-direction: column;
    display: flex;
  }

  .spacingbottom-50 {
    padding-bottom: 45px;
  }

  .bulletpoints01 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .bulletpoints01.v02 {
    grid-template-columns: 1fr 1fr;
  }

  .section04 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .graphic03.v1 {
    margin-top: -510px;
    margin-left: 410px;
  }

  .graphic03.v2 {
    width: 90px;
    margin-top: -15px;
    margin-left: -55px;
  }

  .graphic04.v2 {
    margin-top: -685px;
    margin-left: -55px;
  }

  .graphic04.v1 {
    margin-top: -225px;
    margin-left: 410px;
  }

  .spacingbottom-80 {
    padding-bottom: 70px;
  }

  .section05 {
    padding-top: 40px;
  }

  .package-box02 {
    width: 80%;
  }

  .nothankslink {
    padding-left: 0;
    padding-right: 0;
  }

  .spacingbottom-100 {
    padding-bottom: 70px;
  }

  .package-box01 {
    width: 80%;
  }

  .section06 {
    padding-bottom: 50px;
  }

  .bulletpoints-box01 {
    padding: 30px 20px;
  }

  .text-footer {
    font-size: 15px;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .link-footer {
    text-align: center;
    font-size: 15px;
  }

  .linksfooter-box {
    width: 75%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }
}

@media screen and (max-width: 479px) {
  ._2columns-row02.fm {
    display: flex;
  }

  .text02.cv7 {
    font-size: 18px;
  }

  .text02.cv7.fm {
    font-size: 16px;
  }

  .text02.cv1 {
    font-size: 18px;
  }

  .pagepadding {
    padding-left: 10px;
    padding-right: 10px;
  }

  .spacingbottom-45 {
    padding-bottom: 35px;
  }

  .video-box01 {
    width: 100%;
    max-width: 100%;
  }

  .subheadline03.cv5, .subheadline03.cv3, .subheadline03.cv4 {
    font-size: 24px;
  }

  .video {
    margin-top: 12px;
  }

  .logo01 {
    width: 180px;
  }

  .text01.cv5 {
    text-align: center;
    font-size: 19px;
  }

  .header {
    padding-top: 160px;
    padding-bottom: 40px;
  }

  .iconbutton01 {
    width: 60px;
    margin-top: -30px;
    margin-bottom: -15px;
    margin-right: -20px;
  }

  .box-cta01 {
    border-width: 3px;
    padding: 20px 10px;
  }

  .boxbutton01, .boxbutton01.s06 {
    width: 100%;
  }

  .spacingbottom-40 {
    padding-bottom: 30px;
  }

  .headline01.cv1 {
    font-size: 38px;
  }

  .button02 {
    padding: 15px 5px;
    font-size: 24px;
  }

  .underline-image.h {
    width: 280px;
    margin-top: -2px;
    margin-left: 10px;
  }

  .underline-image.v2 {
    margin-top: -42px;
    margin-left: 15px;
    position: absolute;
  }

  .underline-image.s20 {
    width: 200px;
  }

  .headline02.cv2 {
    font-size: 34px;
  }

  .subheadline04.cv11 {
    font-size: 24px;
  }

  .subheadline05.cv1 {
    font-size: 20px;
  }

  .subheadline05.cv4 {
    font-size: 22px;
  }

  .spacingbottom-30 {
    padding-bottom: 25px;
  }

  .stepsrow01 {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .steptext01 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
  }

  .steptext02 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .section01 {
    padding-bottom: 40px;
  }

  .headline03.cv1, .headline03.cv2, .headline03.cv7, .headline03.cv8, .headline03.cv6 {
    font-size: 34px;
  }

  .subheadline02.cv1 {
    font-size: 26px;
  }

  .subheadline02.cv2 {
    font-size: 28px;
  }

  .subheadline02.cv2.center {
    font-size: 26px;
  }

  .section02 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .box03.v03 {
    background-size: cover;
    border-radius: 30px;
    padding: 30px 10px;
  }

  .iconlist04 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .section03 {
    padding-bottom: 30px;
  }

  .iconlist02 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .spacingbottom-50 {
    padding-bottom: 40px;
  }

  .bulletpoints01.v02 {
    grid-template-columns: 1fr;
  }

  .section04 {
    padding-bottom: 30px;
  }

  .box05.v3 {
    border-width: 3px;
    padding: 15px 10px;
  }

  .graphic03.v1 {
    width: 80px;
    margin-top: -720px;
    margin-left: 205px;
  }

  .graphic03.v2 {
    width: 60px;
    margin-left: -30px;
  }

  .graphic04.v2 {
    width: 70px;
    margin-top: -900px;
    margin-left: -30px;
  }

  .graphic04.v1 {
    width: 60px;
    margin-top: -256px;
    margin-left: 225px;
  }

  .box02.cv7 {
    border-width: 3px;
    padding: 15px 10px;
  }

  .section05 {
    padding-bottom: 30px;
  }

  .seal-guarantee {
    margin-bottom: -15px;
  }

  .guaranteebox {
    border-width: 3px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .package-box02 {
    width: 100%;
    padding-top: 25px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .nothankslink {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .spacingbottom-100 {
    padding-bottom: 50px;
  }

  .package-box01 {
    width: 100%;
    padding-top: 25px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .spacingbottom-20 {
    padding-bottom: 15px;
  }

  .section06 {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .bulletpoints-box01 {
    padding: 25px 10px;
  }

  .text-footer, .link-footer {
    font-size: 14px;
  }

  .linksfooter-box {
    width: 100%;
  }

  .logo03 {
    width: 180px;
  }
}

#w-node-_3d13bba2-16c3-8a73-94ba-e4bff3418a9a-9c3b48eb, #w-node-_7fdee0dc-0a2e-6ce8-c20d-0b0a96dfe0ad-9c3b48eb, #w-node-f15d6a5a-f7ec-7c74-a013-abffc059d4b2-9c3b48eb, #w-node-b21210c6-9fdf-64da-13f2-0ebe5090b1e3-9c3b48eb, #w-node-_5e1c6e20-c5df-f966-1d2e-87ec03595320-9c3b48eb, #w-node-_5e1c6e20-c5df-f966-1d2e-87ec03595328-9c3b48eb, #w-node-cca47c2d-f459-3079-14bd-5cb1267f6b99-9c3b48eb, #w-node-_0de3b05f-39fa-52cf-9282-c828b389d14a-9c3b48eb, #w-node-_9de7f24f-5867-22fe-05cf-04b010a193c5-9c3b48eb, #w-node-_92c364a1-61fc-dbe0-f1e2-13f586d8ab01-9c3b48eb, #w-node-dfcdb30d-9b83-90c7-31e0-762ce0593662-9c3b48eb, #w-node-_3bcf4c8e-bbae-68e0-457d-8d8cb4099ae7-9c3b48eb, #w-node-_3bcf4c8e-bbae-68e0-457d-8d8cb4099aef-9c3b48eb, #w-node-_3bcf4c8e-bbae-68e0-457d-8d8cb4099af7-9c3b48eb, #w-node-_3bcf4c8e-bbae-68e0-457d-8d8cb4099aff-9c3b48eb, #w-node-_3bcf4c8e-bbae-68e0-457d-8d8cb4099b07-9c3b48eb, #w-node-_3bcf4c8e-bbae-68e0-457d-8d8cb4099b0f-9c3b48eb, #w-node-_3bcf4c8e-bbae-68e0-457d-8d8cb4099b17-9c3b48eb, #w-node-_3bcf4c8e-bbae-68e0-457d-8d8cb4099b1f-9c3b48eb, #w-node-_3bcf4c8e-bbae-68e0-457d-8d8cb4099b27-9c3b48eb, #w-node-_3bcf4c8e-bbae-68e0-457d-8d8cb4099b2f-9c3b48eb, #w-node-_3bcf4c8e-bbae-68e0-457d-8d8cb4099b37-9c3b48eb, #w-node-_3bcf4c8e-bbae-68e0-457d-8d8cb4099b3f-9c3b48eb, #w-node-_3bcf4c8e-bbae-68e0-457d-8d8cb4099b47-9c3b48eb, #w-node-_3bcf4c8e-bbae-68e0-457d-8d8cb4099b4f-9c3b48eb, #w-node-_3bcf4c8e-bbae-68e0-457d-8d8cb4099b57-9c3b48eb, #w-node-_3bcf4c8e-bbae-68e0-457d-8d8cb4099b5f-9c3b48eb, #w-node-_3bcf4c8e-bbae-68e0-457d-8d8cb4099b67-9c3b48eb, #w-node-_49b7f390-b4fa-8582-6292-1a8a4dd5c3d0-9c3b48eb, #w-node-af4d34c0-668a-d7f0-1d1b-461d4d84ed18-9c3b48eb, #w-node-af4d34c0-668a-d7f0-1d1b-461d4d84ed68-9c3b48eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


.floatingmenu-section .float-item{
  display:flex;
  align-items:center;
  justify-content:space-between;
      margin: 0 150px;
}
@media (max-width:991px){
  .floatingmenu-section .float-item{
    flex-direction: column;
      margin: 0px 0;
    text-align: center;
  }
  .header {
    padding-top: 180px;
  }
}
.text02.cv4.strikethrough {
    text-decoration: line-through;
    text-align: left;
    font-weight: 400;
}
.text02.cv4 {
    color: #918aa4;
}
.btn-cross {
    position: relative;
    opacity: .8;
}
.btn-cross:before {
    width: 100%;
    height: 2px;
    background: red;
    content: "";
    position: absolute;
    left: 0;
    transform: rotate(-7deg);
    top: 20px;
}
.btn-cross:after {
    width: 100%;
    height: 2px;
    background: red;
    content: "";
    position: absolute;
    left: 0;
    transform: rotate(7deg);
    top: 20px;
}
.subheadline04.cv11.box {
    color: #353556;
    border: 2px solid #353556;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 20px;
}
.subhead-bg {
    background: #ffde4a;
    display: inline-block;
    padding: 12px 50px;
    border-radius: 20px;
}
.text-boxxx{
    border: 2px solid #a4d1e9;
    padding: 25px;
    border-radius: 20px;
    text-align: center;
}
.dabbemedaldo {
    width: 85%;
    background-color: #fff;
    border: 5px dashed #d1ecb2;
    border-radius: 25px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 30px;
    box-shadow: 9px 5px 40px rgba(100, 12, 211, .1);
}
.dabbemedaldo .iconlist-row02 {
    flex-direction: row;
}
.dabbemedaldo .iconlist-row02 .spacingbottom-10{
    padding:0px;
        margin-right: 10px;
    flex-shrink:0;
}
.dabbemedaldo .iconlist-row02 .text01{
    text-align:left;
}
.iconlist02 .iconlist-row02 {
    box-shadow: rgb(10 34 138 / 20%) 6px 8px 30px 0px;
    padding: 25px;
    border-radius: 20px;
    background: #fff;
}
.more-feature .bulletpoint01-row {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    min-height:150px;
    align-items: center;
}
.more-feature .bulletpoint01-row .icon03,
.more-feature .bulletpoint01-row .icon01{
    width: 80px;
}
._3columns-row01.v01.more-feature {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.subheadline05.cv1.bold {
    font-size: 30px;
}
img.most-sale {
    position: absolute;
    top: -21px;
    width: 220px;
    right: 24px;
}
.bottommenu-floating {
    position: fixed;
    bottom: 20px;
    background: rgba(0, 0, 0, 0.9);
    padding: 15px 20px;
    border-radius: 10px;
    width: 95%;
    left: 2.5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 9999;
}
.bottommenu-floating .text04 {
    color: #fff;
    text-align: center;
    font-size: 20px;
    width: 80%;
}
.text-blink {
    color: #28b720;
    text-transform: uppercase;
    animation: blinktext 1.5s linear infinite;
    font-weight: 600;
    margin-right: 10px;
}
@keyframes blinktext{
    50% {
        opacity: 0;
    }
}
@media (max-width:991px){
    img.arrow-s04 {
        display: none;
    }
}
@media (max-width:767px){
    .bottommenu-floating {
        flex-direction: column;
        bottom: 5px;
    }
   .subheadline05.cv1.bold {
    width: 100%;
   }
   
}
@media (max-width:580px){
    .bottommenu-floating .text04 {
        font-size: 14px;
        width: 100%;
        margin-bottom: 6px;
    }
     a.button01.w-button {
        padding: 6px 12px !important;
        font-size: 14px;
    }
    
}
.progress {
    height: 40px;
    background-color: #ececec;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin: 0px 0 20px;
    border: 2px solid;
}
.progress-bar {
    height: 100%;
    background-color: #ffde4a;
}
.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
    width: 86%;
}
.box-cta01 .text02.cv1.center.tt b {
    font-size: 40px;
    color: #ff9601;
}
.hurry {
    border: 1px dashed #ff0000;
    width: fit-content;
    margin: 30px auto 18px;
    padding: 7px 30px;
    font-size: 18px;
    font-family: Outfit, sans-serif;
    font-weight: 600;
}
.hurry span {
    background: #ff0000;
    color: #fff;
}
.text-dark {
    color: #353556;
}
.lgtimer {
    display: inline-block;
    background: rgb(255, 0, 0);
    border-radius: 10px;
    padding: 6px 14px;
    margin: auto;
}
.ctabox * {
    position: relative;
}
.ctabox:before {
    content: "";
    background: #fff;
    position: absolute;
    left: 3px;
    right: 3px;
    top: 3px;
    bottom: 3px;
    border-radius: 36px;
    z-index: 0;
}
.ctabox {
    text-align: center;
    background: linear-gradient(45deg, #FC201E40 0%, #F1C70052 100%);
    border-radius: 40px;
    padding: 30px;
    position: relative;
    max-width: 900px;
    margin: auto;
}
button.button01.w-button.w--current.btn-cross {
    padding: 18px 20px !important;
}
.ne-prc {
    font-size: 45px;
    color: #ff9601;
    line-height: 60px;
    margin-left: 15px;
}
.buynowimg{
    width:80%;
    display:block;
    margin:auto;
}
.warningbar {
    background: #ff0000;
    color: #fff;
    text-align: center;
    padding: 15px 150px;
    font-size: 26px;
    line-height: 1.3;
    font-family: Outfit, sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.warningbar span {
    font-weight: 600;
    color: #f4c946;
}
@media(max-width:580px){
    h1 {
        font-size: 30px !important;
    }
    .underline-image.h {
        margin-left: 36px;
    }
    .bottommenu-floating .text04 {
        font-size: 14px;
        width: 100%;
        margin-bottom: 6px;
    }
   
    .button01 {
        font-size: 14px !important;
        padding: 6px 8px !important;
        margin: 6px 0;
    }
    .warningbar {
        font-size: 16px;
        line-height: 1.6;
        padding: 15px;
    }
    .float-item .text02.center {
        font-size: 12px;
        padding-top: 0px !important;
    }
    .button01 span {
        font-size: 8px;
    }
    .float-item {
        display: block !important;
    }
    .float-item .center.time{
         float: left;
         text-align:center;
         width:50%;
    }
    .float-item .floatbtn{
        float: right;
        width:50%;
        text-align:center;
    }
    .floatingmenu-section .pagepadding {
        padding: 0px !important;
    }
    .floatingmenu-section {
        padding-bottom: 5px !important;
    }
    .header {
        padding-top: 110px;
    }
    .airobot{
        display:none;
    }
    .column.topbox {
        padding: 10px !important;
        height: auto !important;
    }
    .mainbox {
        border: 3px solid #10aafc;
        width: 100%;
    }
    .headline02.cv2 {
        font-size: 26px;
    }
    .headline01.cv1, .headline01.cv2 {
        font-size: 28px;
    }
    h2.subtext {
        font-size: 20px !important;
    }
    ._2columns-row02.h.feapoint {
        grid-column-gap: 40px;
        grid-row-gap: 10px;
    }
    .box01.v1.downbox {
        width: 100% !important;
    }
    .box01.v1.downbox .subheadline02.cv1 {
        font-size: 16px;
        margin: 0px;
    }
    .ctabox h2.headline02.cv2.bold {
        font-size: 20px !important;
    }
    .ctabox {
        padding: 15px 10px !important;
        border-radius: 20px;
    }
    .ctabox .subheadline04.cv4 {
        font-size: 17px;
    }
    .ctabox h2.headline03.cv8 {
        font-size: 28px !important;
    }
    .button02 {
        padding: 12px 12px;
        font-size: 26px;
    }
    .button02 span {
        font-size: 18px;
    }
    .hurry {
        padding: 5px 8px;
        font-size: 12px;
    }
    .iconlist-row .text02 {
        font-size: 16px;
    }
    .headline03.cv2, .headline03.cv1, .headline03.cv7, .headline03.cv3, .headline03.cv4, .headline03.cv6, .headline03.cv8, .headline03.cv9, .headline03.cv5, .headline03.cv10 {
        font-size: 24px;
    }
    .underline-image.v2 {
        margin-top: -31px;
    }
    .underline-image.h {
        margin-top: -32px;
    }
    .underline-image.v2 {
        margin-left: 42px;
    }
    .subheadline03.cv2, .subheadline03.cv1, .subheadline03.cv3 {
        font-size: 20px;
    }
    .subheadline05.cv1, .subheadline05.cv1.semibold {
        font-size: 18px;
    }
    .subheadline04.cv11.box {
        font-size: 18px;
        padding: 10px 20px;
    }
    .text01 {
    font-size: 18px;
    }
    .subheadline03.cv5, .subheadline03.cv3, .subheadline03.cv4 {
        font-size: 20px;
    }
    .subhead-bg {
        padding: 12px 20px;
    }
    .subheadline05.cv1.bold {
        font-size: 25px;
    }
    .box-cta01 .text02.cv1.center.tt b {
        font-size: 26px;
    }
    .text02.cv1.center.tt {
        font-size: 20px !important;
    }
    .subheadline04 {
        font-size: 23px;
    }
    .subheadline02.cv1 {
        font-size: 23px;
    }
    .seqs {
        font-size: 32px;
    }
    .dabbemedaldo {
        width: 100%;
        padding: 20px 15px;
        border: 3px dashed #d1ecb2;
    }
    .more-feature .bulletpoint01-row {
        border: 3px dashed #d1ecb2;
    }
    .header h2.headline02.cv3 {
        font-size: 28px !important;
        margin-top: 27px;
    }
}