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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.section {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.section.hero {
  background-image: linear-gradient(#0000, #000 51%), url('../images/Hero-BG.avif');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat-y;
}

.container {
  max-width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 0;
}

.container.relative {
  margin-top: 0;
  position: relative;
}

.container.withbg {
  background-image: url('../images/Glow.avif');
  background-position: 50% 0;
  background-size: cover;
  padding-top: 100px;
}

.body {
  color: #fff;
  background-color: #000;
  font-family: Urbanist, sans-serif;
}

.h1_56 {
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 56px;
  font-weight: 300;
  line-height: 67px;
}

.h1_56.center {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.text-block {
  color: #ffffffbf;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.text-block.center {
  text-align: center;
  flex-flow: column;
  display: block;
}

.container-2 {
  max-width: 1140px;
}

.section-2 {
  padding: 60px 20px;
}

.section-2.quiz {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-2.border {
  background-color: #0e0a08;
  border-style: solid none;
  border-top-width: 1px;
  border-top-color: #3d2a21;
  border-bottom-width: 1px;
  border-bottom-color: #3d2a21;
  border-radius: 0;
}

.button {
  background-image: linear-gradient(#fcba92, #af5923);
  border-radius: 100px;
  padding: 8px 24px;
}

.div-block {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  align-items: center;
  width: 950px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-2 {
  z-index: -1;
  flex-flow: column;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-3 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.div-block-3.relative {
  width: 90%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block-4 {
  z-index: -1;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  background-color: #1c1715;
  border: 1px solid #3d2a21;
  border-radius: 15px;
  flex-flow: column;
  width: 20%;
  padding: 16px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.h4_9 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Urbanist, sans-serif;
  font-size: 9px;
}

.div-block-6 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.text-block-2 {
  color: #ffffffb3;
  font-family: Urbanist, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 13px;
}

.div-block-7 {
  background-color: #ffffff0f;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  display: flex;
}

.text-block-3 {
  color: #10b981;
  font-family: Urbanist, sans-serif;
  font-size: 9px;
  font-weight: 700;
}

.image {
  margin-top: 40px;
}

.image-2 {
  z-index: -1;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 70%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.h2_48 {
  text-transform: capitalize;
  -webkit-text-fill-color: transparent;
  background-color: #0000;
  background-image: linear-gradient(79deg, #fff, #ffffff4d);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Urbanist, sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 57px;
}

.h2_48.normal {
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

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

.div-block-9 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-image: linear-gradient(#ffccaa70, #452715b5 46%, #ffffff0d 85%);
  border: 1px solid #ffffff14;
  border-radius: 20px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 30px;
  display: flex;
}

.text-block-4 {
  color: #ffffffbf;
  font-size: 16px;
  line-height: 27px;
}

.text-block-4.white {
  color: #fff;
}

.text-block-4.regular {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.text-block-4.regular._14 {
  letter-spacing: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
  line-height: 21px;
}

.text-block-4.regular._14.center {
  text-align: center;
}

.div-block-10 {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.tag {
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(89deg, #ffc49a, #fd9052);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.div-block-8-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 20px;
  display: flex;
}

.div-block-8-copy.div-copy-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
}

.text-block-4-copy {
  color: #ffffffbd;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.text-block-4-copy.text-copy {
  text-align: left;
  font-family: Urbanist, sans-serif;
}

.h2_48-copy {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Urbanist, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 67px;
}

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

.section-3 {
  margin-top: 40px;
  margin-bottom: 60px;
  position: relative;
}

.tag-copy {
  letter-spacing: 1.4px;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(89deg, #ffc49a, #fd9052);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.section-4 {
  padding: 60px 150px;
  position: relative;
}

.div-block-11 {
  z-index: -1;
  filter: blur(120px);
  background-image: radial-gradient(circle, #af5923ab, #000 80%);
  width: 300px;
  height: 300px;
  position: absolute;
  inset: 0% 40% auto auto;
}

.div-block-11.contato {
  background-image: radial-gradient(circle at 50% 70%, #ea772f, #000 80%);
}

.h2_48-copy-copy {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-family: Urbanist, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 57px;
}

.div-block-12 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-13 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #322c29;
  border: 1px solid #fcba924d;
  border-radius: 24px;
  flex-flow: column;
  align-items: flex-start;
  width: auto;
  padding: 32px;
  display: flex;
}

.text-block-5 {
  color: #fff;
  font-family: Urbanist, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.section-4-copy {
  padding: 50px 60px 80px;
  position: relative;
}

.div-block-14 {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-15 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-16 {
  width: 60%;
}

.div-block-17 {
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.container-4 {
  max-width: 90%;
}

.container-5 {
  max-width: 1120px;
}

.div-block-18 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 32px;
  display: flex;
}

.text-block-6 {
  color: #fff;
  font-family: Urbanist, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.container-6 {
  max-width: 1120px;
}

.div-block-19 {
  border-top: 1px solid #ffffff0f;
  padding-top: 20px;
  padding-bottom: 30px;
}

.code-embed {
  width: 100%;
  margin-top: 20px;
}

.div-block-20 {
  display: block;
}

.div-block-21 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-block-7 {
  color: #ffffffb3;
  padding-bottom: 32px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.heading {
  color: #fff;
  font-size: 48px;
  line-height: 57.6px;
}

.div-block-22 {
  color: #333;
  background-color: #1c1715;
  border: 1px solid #fcba920f;
  border-radius: 16px;
  flex-flow: column;
  margin-bottom: 32px;
  padding: 40px;
  display: block;
  box-shadow: 0 4px 24px #00000040;
}

.text-block-8 {
  color: #fffffff2;
  padding-top: 10px;
  padding-bottom: 15px;
  font-family: Urbanist, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.text-block-9 {
  color: #ffffffb3;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.text-block-10 {
  color: #ff9254;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 13px;
}

.div-block-23 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding-bottom: 40px;
  display: flex;
}

.div-block-23.copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.div-block-23.div-cop {
  border-top: 1px solid #222;
  border-bottom: 1px #000;
  padding-top: 10px;
}

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

.text-block-11 {
  color: #ffffffbf;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.div-block-25 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.div-block-26 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ff925433;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 210px;
  height: 160px;
  padding: 24px;
  display: flex;
}

.text-block-12 {
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.list {
  padding-left: 10px;
  list-style-type: none;
}

.list-item-2 {
  color: #fff9;
  padding-bottom: 13px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.div-block-27 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  margin-top: 20px;
  display: flex;
}

.button-2 {
  color: #000;
  background-image: linear-gradient(#fcba92, #af5923);
  border-radius: 100px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 700;
}

.button-2.transparent {
  color: #ff9254;
  background-color: #3898ec00;
  background-image: none;
  border: 1px solid #ff9254;
  font-weight: 400;
}

.text-block-13 {
  color: #ff9254cc;
  padding-bottom: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 21px;
}

.div_wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.div-block-28 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 580px;
  font-family: Urbanist, sans-serif;
  display: flex;
}

.heading-3 {
  font-size: 56px;
  line-height: 67.2px;
}

.image-3 {
  width: 36px;
}

.div-block-30 {
  padding-bottom: 80px;
}

.div-block-31 {
  width: 520px;
}

.div-block-12-copy {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
}

.div-block-13-copy {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #322c29;
  border: 1px solid #fcba924d;
  border-radius: 14px;
  flex-flow: column;
  align-items: flex-start;
  width: auto;
  padding: 21px;
  display: flex;
}

.container7 {
  max-width: 100%;
}

.text-block-5-copy {
  color: #fff;
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 27px;
  line-height: 36px;
}

.div-block-11-copy {
  z-index: -1;
  filter: blur(120px);
  background-image: radial-gradient(circle, #af5923ab, #000 80%);
  width: 300px;
  height: 300px;
  position: absolute;
  inset: -8% 40% auto auto;
}

.div-block-11-copy-copy {
  z-index: -1;
  filter: blur(120px);
  background-image: radial-gradient(circle, #af5923ab, #000 80%);
  width: 300px;
  height: 300px;
  position: absolute;
  inset: 0% 76% auto auto;
}

.div-block-27-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.button-2-copy {
  color: #fff;
  background-image: linear-gradient(#fcba92, #af5923);
  border-radius: 100px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 700;
}

.div55 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 95px;
  display: flex;
}

.left {
  width: 100%;
}

.text-block-14 {
  color: #fff;
  font-family: Urbanist, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

.box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 32px;
  display: flex;
}

.boxdup {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #1c1715;
  border: 1px solid #ff92541a;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
}

.text-block-15 {
  color: #ffffff7d;
  font-family: Inter, sans-serif;
  font-size: 12px;
}

.text-block-16 {
  color: #fff;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

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

.div-block-34 {
  flex-flow: column;
  width: auto;
  display: flex;
}

.heading-4 {
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 35px;
}

.div-block-35 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.image-4, .image-5, .image-6, .image-7 {
  height: 100%;
}

.div-block-36 {
  grid-column-gap: 43px;
  grid-row-gap: 43px;
  flex-flow: column;
  align-items: center;
  padding-top: 100px;
  display: flex;
}

.image-8 {
  z-index: -1;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-37 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.div-block-39 {
  grid-column-gap: 43px;
  grid-row-gap: 43px;
  flex-flow: column;
  align-items: center;
  padding-top: 100px;
  display: flex;
}

.button-3 {
  text-align: center;
  background-image: linear-gradient(#fcba92, #af5923);
  border-radius: 100px;
  padding: 8px 24px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.button-3.copy {
  padding-top: 12px;
  padding-bottom: 12px;
}

.div-block-40 {
  background-image: url('../images/Testimonials-image.avif');
  background-position: 0 0;
  background-size: cover;
  border-radius: 15px;
  flex-flow: column;
  align-items: center;
  width: 70%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

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

.div-block-41 {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  flex-flow: column;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.div-block-42 {
  background-color: #322c29;
  border: 1px solid #fcba924d;
  border-radius: 24px;
  flex-flow: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.heading-6 {
  font-family: Urbanist, sans-serif;
  font-weight: 400;
}

.container-7 {
  background-image: url('../images/Hero---main---visual_mask-group.svg');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  align-items: center;
  max-width: 85%;
  display: flex;
}

.container-7.nobg {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: none;
}

.plan {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.plan.mauve {
  color: #7c3aed;
}

.div-block-43 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  margin-top: 50px;
  display: grid;
}

.level {
  color: #00e5ff;
  text-transform: uppercase;
  background-color: #00e5ff1a;
  border: 1px solid #00e5ff4f;
  border-radius: 20px;
  padding: 2px 6px;
  font-size: 10px;
}

.level.orange {
  color: #ff6b2b;
  background-color: #ff6b2b1a;
  border-color: #ff6b2b4f;
}

.level.orange.planedit {
  color: #000;
  background-color: #ff8c00;
  background-image: linear-gradient(#fcba92, #fd9052);
  font-weight: 700;
}

.listitems {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.div-block-44 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  display: flex;
}

.div-block-45 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  text-transform: none;
  flex-flow: column;
  align-items: stretch;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.div-block-47 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-48 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #0d1526;
  border: 1px solid #00e5ff33;
  border-radius: 20px;
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  padding: 32px;
  display: flex;
}

.div-block-48.plan {
  background-color: #322c29;
  border-color: #fcba924d;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  max-width: 100%;
  height: 100%;
}

.div-block-48.mauve {
  background-color: #10082a;
  border-color: #7c3aed66;
}

.div-block-48.mauve.plan {
  background-color: #1e130c;
  border-color: #fcba924d;
  height: 100%;
}

.div-block-48.mauve.plan.relative {
  background-color: #fd905257;
  margin: 6px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.text-block-24 {
  color: #fff;
  font-family: Urbanist, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 40px;
}

.text-block-33 {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-block-25 {
  color: #ffffff80;
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.div-block-49 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  display: flex;
}

.div-block-51 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  letter-spacing: 0;
  text-transform: none;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.div-block-52 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  letter-spacing: 0;
  border-bottom: 1px solid #ffffff1a;
  flex-flow: column;
  padding-bottom: 20px;
  display: flex;
}

.button-4 {
  color: #fd9052;
  text-align: center;
  -webkit-text-stroke-color: #fd9052;
  overflow-wrap: normal;
  background-color: #0000;
  border: 1px solid #fd9052;
  border-radius: 20px;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.button-4.copy {
  padding-top: 12px;
  padding-bottom: 12px;
}

.div-block-53 {
  z-index: -1;
  filter: blur(100px);
  background-color: gold;
  width: 30%;
  height: 20%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-54 {
  border-top: 1px solid #ffffff26;
  flex-flow: column;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
  display: flex;
}

.heading-8 {
  color: #fd9052;
}

.navbar {
  background-color: #0000;
  border: 1px #9feafb24;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.nav-link {
  color: #ffffffbf;
}

.nav-link.w--current {
  color: #ff8001;
}

.navbar-section-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.logo {
  color: #fff;
  width: 160px;
  font-size: 16px;
  font-weight: 700;
}

.container-navbar {
  background-image: url('../images/Navbar.avif');
  background-position: 0 0;
  background-size: cover;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.cta-nav-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.cta-nav-wrapper.mobile {
  display: none;
}

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

.div-block-57 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-40 {
  color: #ff9254;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 19.2px;
}

.container-8 {
  max-width: 85%;
}

.div-block-58 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 420px;
  display: flex;
}

.sectionfooter {
  background-color: #0000;
  border-radius: 0;
  padding: 96px 0 60px;
  font-size: 16.8px;
  font-weight: 700;
  line-height: 25.9px;
}

.sectionfooter.relative {
  background-color: #4e321f66;
  margin-top: 0;
  position: relative;
}

.div-block-59 {
  justify-content: space-between;
  width: 100%;
  padding-bottom: 40px;
  display: flex;
}

.link {
  color: #ffffffbf;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.div-block-60 {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  flex-flow: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-61 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #ffffff0d;
  background-color: #ffffff0d;
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 25px;
  display: flex;
}

.div-block-62 {
  border-top: 1px solid #fff6;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.div-block-63 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.border {
  border: 1px solid #fd9052;
  border-radius: 20px;
}

@media screen and (max-width: 991px) {
  .container {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.relative {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.withbg {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .button {
    flex-flow: column;
    display: flex;
  }

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

  .div-block-3.relative {
    width: 100%;
    padding-top: 20px;
  }

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

  .image {
    margin-top: 0;
  }

  .div-block-8 {
    width: 100%;
  }

  .div-block-9 {
    flex-flow: column;
    width: 100%;
    padding: 20px;
  }

  .div-block-8-copy {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-8-copy.div-copy-9 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .text-block-4-copy.text-copy, .h2_48-copy.text-copy {
    text-align: center;
  }

  .section-4 {
    padding: 20px 0;
  }

  .h2_48-copy-copy {
    padding-bottom: 0;
  }

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

  .div-block-13 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 80%;
  }

  .section-4-copy {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-15 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: column;
    justify-content: center;
  }

  .div-block-16 {
    width: 95%;
  }

  .div-block-18 {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-7 {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .div-block-22 {
    width: 100%;
  }

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

  .div-block-26 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .div_wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-28 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

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

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

  .div-block-13-copy {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 80%;
  }

  .div55 {
    flex-flow: column;
  }

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

  .image-5 {
    width: 100%;
  }

  .div-block-36, .div-block-39 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-41 {
    width: 100%;
  }

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

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

  .div-block-48.plan {
    align-items: flex-start;
  }

  .container-large {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-navbar {
    width: 100%;
  }

  .brand {
    order: -9999;
  }

  .content-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta-nav-wrapper {
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .cta-nav-wrapper.mobile {
    display: block;
  }

  .menu-button {
    color: #fff;
    order: 9999;
  }

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

  .nav-menu {
    background-color: #000;
    flex-flow: column;
    align-items: stretch;
    padding-bottom: 20px;
  }

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

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

@media screen and (max-width: 767px) {
  .h1_56.center {
    font-size: 40px;
    line-height: 44px;
  }

  .h2_48, .h2_48.normal {
    font-size: 32px;
    line-height: 36px;
  }

  .text-block-4-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h2_48-copy {
    font-size: 40px;
    line-height: 44px;
  }

  .section-4 {
    padding: 20px 0;
  }

  .h2_48-copy-copy {
    font-size: 32px;
    line-height: 36px;
  }

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

  .div-block-13 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

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

  .section-4-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .heading {
    font-size: 32px;
    line-height: 36px;
  }

  .heading-3 {
    font-size: 40px;
    line-height: 44px;
  }

  .div-block-12-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .div-block-13-copy {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .container7 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-5-copy {
    text-align: center;
  }

  .div55 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .left {
    width: 100%;
  }

  .card_grid, .grid {
    grid-template-columns: 1fr;
  }

  .container-7.nobg {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-43 {
    margin-top: 20px;
  }

  .container-navbar {
    width: 100%;
  }

  .cta-nav-wrapper.mobile {
    display: flex;
  }

  .nav-menu {
    justify-content: center;
    width: 100%;
  }

  .container-8 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sectionfooter {
    padding: 40px 20px;
  }

  .div-block-60 {
    width: 100%;
  }

  .container-9 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .div-block, .div-block-8, .div-block-8-copy {
    width: 100%;
  }

  .div-block-8-copy.div-copy-9 {
    text-align: center;
    align-items: center;
  }

  .text-block-4-copy.text-copy, .h2_48-copy.text-copy {
    text-align: center;
  }

  .section-3 {
    position: static;
  }

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

  .section-4 {
    padding: 20px 0;
    position: static;
  }

  .div-block-12 {
    flex-flow: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-13 {
    text-align: center;
    align-items: center;
  }

  .div-block-15 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
  }

  .div-block-16 {
    width: 90%;
  }

  .div-block-17 {
    width: 100%;
  }

  .div-block-18 {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .div-block-22 {
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .text-block-8 {
    line-height: 28px;
  }

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

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

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

  .list-item-2 {
    line-height: 27px;
  }

  .div-block-27 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: column;
  }

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

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

  .div-block-30 {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .div-block-31 {
    width: 100%;
  }

  .div-block-12-copy {
    flex-flow: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-13-copy {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .div-block-27-copy {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: column;
  }

  .div55 {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .card_grid {
    flex-flow: column;
    display: flex;
  }

  .div-block-36, .div-block-39 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-40 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-size: cover;
    width: 100%;
  }

  .grid, .div-block-43 {
    flex-flow: column;
    display: flex;
  }

  .navbar {
    width: 100%;
  }

  .navbar-section-wrapper {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-large {
    padding-left: 0;
    padding-right: 0;
  }

  .container-navbar {
    width: 100%;
  }

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

  .div-block-58 {
    width: 100%;
  }

  .sectionfooter {
    padding: 40px 0;
  }

  .sectionfooter.relative {
    margin-top: 40px;
  }

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

  .div-block-60 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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


