:root {
  --main: #15f5a2;
  --h2: #fff;
  --h2-weight: 600;
}

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

body {
  color: #fff;
  background-color: #000;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 100%;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.body {
  background-color: #0c0f1b;
  font-family: Poppins, sans-serif;
}

.heading {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  max-width: 660px;
  padding-top: 20px;
  font-size: 30px;
  font-weight: 500;
}

.iplexpro-h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 96px;
  font-weight: 500;
  line-height: 44px;
  display: block;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 31px;
  display: flex;
  position: static;
}

.section-2 {
  flex-flow: row;
  height: auto;
  display: block;
}

.div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.heading-2 {
  color: #fff;
  margin-top: 40px;
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
  position: static;
}

.paragraph {
  color: #fff9;
  text-align: left;
  font-size: 20px;
  font-weight: 300;
  line-height: 31px;
}

.paragraph.center {
  text-align: center;
  line-height: 30px;
}

.paragraph.center.width {
  max-width: 750px;
}

.paragraph.center.top {
  margin-top: 10px;
}

.paragraph.top {
  margin-top: 0;
  line-height: 30px;
}

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

.text-block-5 {
  color: #fff;
  font-size: 24px;
  line-height: 43px;
}

.section-3 {
  font-size: 32px;
  line-height: 43px;
}

.div-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

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

.grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: minmax(0, .25fr) 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.advantages {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-8 {
  max-width: none;
  margin-right: auto;
  position: relative;
}

.div-block-9 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 40%;
  margin-bottom: 20px;
  display: flex;
}

.grid-5 {
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  grid-template-rows: 20fr auto;
  grid-template-columns: 25% 30% 30%;
  margin-right: auto;
}

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

.div-block-12 {
  text-align: left;
  margin-bottom: 40px;
  margin-right: auto;
  position: relative;
}

.testimonials-cards {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid var(--main);
  border-radius: 25px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 30%;
  height: 350px;
  padding: 40px 20px;
  display: flex;
}

.testimonials-cards.first {
  width: auto;
}

.text-block-6 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.text-block-6.name {
  line-height: 22px;
}

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

.text-block-7 {
  color: #fff9;
}

.div-block-13 {
  flex-flow: column;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-section {
  background-image: url('../images/grafico-bitcoin-preco--tempo-real.svg');
  background-position: 50%;
  background-size: auto;
  width: 100%;
  height: 1080px;
  padding-bottom: 0;
  display: none;
  position: relative;
}

.hero-section.test {
  display: block;
}

.heading-1 {
  margin-top: 150px;
  margin-bottom: auto;
}

.div-block-14 {
  margin-top: 60px;
  margin-bottom: 60px;
  position: relative;
}

.section-1 {
  padding-top: 60px;
}

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

.div-block-16 {
  margin-top: 40px;
  margin-bottom: 40px;
  display: block;
}

.div-block-17 {
  margin-top: 20px;
  margin-bottom: 0;
}

.div-block-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-top: 0;
  display: flex;
}

.div-block-19 {
  flex-flow: column;
  margin: 60px auto auto;
  display: block;
  position: relative;
}

.div-block-20 {
  margin-right: auto;
}

.text-block-8 {
  color: #fff;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

.div-block-21 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-top: 29px;
  margin-bottom: auto;
  display: flex;
}

.div-block-22 {
  flex-flow: row;
  max-width: 1080px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  display: block;
  position: relative;
}

.div-block-23 {
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-24 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
  position: static;
}

.div-block-25 {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  bottom: 25px;
  right: auto;
}

.div-block-26 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: auto;
  display: block;
}

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

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

.div-block-29 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

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

.div-block-31 {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.blur {
  z-index: -1;
  filter: blur(120px);
  background-color: #15f5a2b3;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 200px;
  display: flex;
  position: absolute;
  inset: auto;
}

.blur.opacity {
  background-color: #15f5a24d;
}

.div-block-32 {
  width: 50%;
  position: relative;
}

.div-block-33 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

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

.div-block-35 {
  display: flex;
}

.faq-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  cursor: auto;
  flex-flow: column;
  width: auto;
  display: flex;
}

.faq-item {
  cursor: pointer;
  background-color: #15f5a21a;
  border: 1px solid #15f5a2;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 30px;
  display: flex;
}

.faq-question {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.faq-answer {
  color: #fff;
  margin-top: 0;
  font-size: 22px;
  display: flex;
}

.faq-question-text {
  color: #15f5a2;
  font-size: 24px;
}

.faq-title {
  text-align: center;
  margin: 0 auto 20px;
  display: block;
  position: relative;
  right: auto;
}

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

.section-10 {
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 60px;
}

.faq-answer-text {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.section-11 {
  margin-top: 60px;
}

.titre-11 {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 10px;
  display: block;
  position: relative;
}

.cta {
  text-align: center;
  background-color: #15f5a261;
  border: 1px solid #15f5a2;
  border-radius: 10px;
  width: 385.24px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  display: none;
}

.text-cta {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 29px;
  text-decoration: none;
}

.div-block-38 {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.graph-icon {
  width: 110px;
  margin-bottom: -80px;
  position: static;
}

.graph-icon.position {
  margin-bottom: 0;
  position: absolute;
}

.image-24 {
  z-index: -1;
  position: absolute;
  bottom: -10%;
  left: 15%;
}

.img-size {
  width: 100%;
}

.img-size.size {
  width: 90%;
}

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

.responsive {
  display: none;
}

.check-icon {
  width: 25px;
}

.div-block-43 {
  width: 70%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.button {
  text-align: center;
  background-color: #15f5a261;
  border: 1px solid #15f5a2;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 29px;
}

.hero {
  background-image: none;
  background-size: auto;
  width: 100%;
}

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

.code-embed {
  width: 100%;
}

.section-1 {
  background-color: #2e1342;
  height: 100vh;
}

.section-2 {
  background-color: #4aa77f;
  height: 100vh;
}

.section-3 {
  background-color: #962929;
  height: 100vh;
}

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

.text-span, .text-span-2, .text-span-3 {
  color: #fff;
}

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

@media screen and (min-width: 1280px) {
  .div-block-34 {
    justify-content: flex-start;
    align-items: center;
  }

  .img-size {
    width: 90%;
  }
}

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

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

  .iplexpro-h1 {
    font-size: 80px;
  }

  .text-block-2 {
    width: auto;
    height: auto;
    font-size: 20px;
    line-height: 23px;
  }

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

  .heading-2 {
    width: 107%;
    font-size: 24px;
    line-height: 24px;
  }

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

  .paragraph.center {
    font-size: 20px;
    line-height: 22px;
  }

  .paragraph.center.width {
    max-width: 510px;
    line-height: 23px;
  }

  .paragraph.top {
    line-height: 23px;
  }

  .text-block-5 {
    width: 106%;
    height: auto;
    font-size: 20px;
    line-height: 20px;
  }

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

  .grid {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
  }

  .testimonials-cards {
    width: 80%;
    height: 250px;
  }

  .testimonials-cards.first {
    height: 380px;
    line-height: 20px;
  }

  .text-block-6 {
    width: 100%;
    font-size: 20px;
  }

  .profil {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-section {
    width: 100%;
    height: 1080px;
  }

  .section-1 {
    padding-top: 0;
  }

  .div-block-15 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    width: 100%;
    margin-bottom: 10px;
  }

  .div-block-17 {
    margin-top: 0;
    margin-bottom: 20px;
  }

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

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

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

  .div-block-21 {
    width: 100%;
    margin-top: 40px;
  }

  .div-block-22 {
    text-align: left;
    margin-bottom: 40px;
    left: auto;
  }

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

  .div-block-24 {
    width: 60%;
    margin-bottom: -70px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-28 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .div-block-29 {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .div-block-31 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    margin-top: -20px;
    margin-bottom: 0;
  }

  .div-block-33 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    margin-top: -29px;
  }

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

  .faq-question-text {
    font-size: 18px;
  }

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

  .faq-answer-text {
    font-size: 18px;
    line-height: 21px;
  }

  .cta {
    justify-content: center;
    align-items: center;
    width: 340px;
    display: none;
  }

  .text-cta {
    font-size: 18px;
    line-height: 22px;
  }

  .name {
    width: auto;
    font-size: 14px;
  }

  .image-20 {
    width: 50px;
    max-width: 50%;
  }

  .image-24 {
    display: none;
    top: -32%;
    left: 4%;
  }

  .img-size {
    width: 100%;
    max-width: none;
  }

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

  .div-block-42 {
    flex: 0 auto;
    width: 100%;
    display: block;
  }

  .responsive {
    flex: 0 auto;
    width: 70%;
    display: none;
  }

  .check-icon {
    width: 20px;
  }

  .button {
    width: 340px;
    font-size: 18px;
    line-height: 22px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 550px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container.hero {
    position: static;
    inset: 0% 0% auto;
  }

  .body {
    overflow: visible;
  }

  .heading {
    max-width: none;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .iplexpro-h1 {
    font-size: 40px;
    line-height: 20px;
  }

  .text-block-2 {
    font-size: 18px;
    line-height: 23px;
  }

  .div-block {
    width: 100%;
  }

  .heading-2 {
    line-height: 22px;
  }

  .paragraph {
    width: 100%;
    line-height: 23px;
  }

  .paragraph.center.width, .paragraph.center.top, .paragraph.top {
    line-height: 23px;
  }

  .text-block-5, .div-block-4, .div-block-5 {
    width: 100%;
  }

  .div-block-9 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
    margin-bottom: -10px;
  }

  .grid-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: 20fr auto;
    grid-template-columns: 50% 50% 50%;
    width: 50%;
  }

  .div-block-12 {
    margin-bottom: 20px;
  }

  .testimonials-cards {
    width: 80%;
    height: 240px;
    padding-top: 20px;
  }

  .testimonials-cards.first {
    width: 396px;
    height: 300px;
  }

  .hero-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: none;
    background-size: auto;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 140%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .hero-section.test {
    background-image: url('../images/grafico-bitcoin-preco--tempo-real.svg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 480px;
    display: block;
  }

  .heading-1 {
    width: 360px;
    margin-top: 0;
  }

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

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

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

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

  .div-block-19 {
    margin-bottom: 0;
  }

  .text-block-8 {
    font-size: 18px;
  }

  .div-block-21 {
    width: 100%;
    margin-top: 10px;
  }

  .div-block-23 {
    flex-flow: column;
    margin-bottom: 50px;
    display: flex;
  }

  .div-block-24 {
    justify-content: center;
    align-items: flex-start;
    width: 80%;
    margin-bottom: -30px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .div-block-27 {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .div-block-29 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 0;
  }

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

  .div-block-31 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 100%;
    max-width: none;
  }

  .blur {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    inset: auto auto auto 20px;
  }

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

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

  .div-block-34 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

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

  .cta {
    display: none;
  }

  .image-20 {
    width: 41px;
  }

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

  .graph-icon {
    margin-bottom: -70px;
  }

  .image-24 {
    display: none;
  }

  .img-size {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-41 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .responsive, .div-block-43 {
    width: 100%;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: 330px;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .iplexpro-h1 {
    font-size: 30px;
  }

  .text-block-2 {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }

  .heading-2 {
    height: 32px;
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 19px;
  }

  .paragraph {
    font-size: 18px;
    line-height: 23px;
  }

  .paragraph.center {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
  }

  .paragraph.top {
    margin-top: 10px;
  }

  .div-block-3 {
    margin-bottom: 7px;
  }

  .text-block-5 {
    font-size: 18px;
  }

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

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

  .div-block-9 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .grid-5 {
    grid-template-rows: 25fr auto;
    grid-template-columns: 60% 60% 60%;
    width: 50%;
  }

  .testimonials-cards {
    width: 300px;
    height: 250px;
  }

  .testimonials-cards.first {
    justify-content: center;
    width: 300px;
    height: 300px;
    padding: 10px 10px 40px;
  }

  .text-block-6 {
    width: 100%;
    font-size: 12px;
  }

  .profil {
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .text-block-7 {
    font-size: 12px;
    line-height: 15px;
  }

  .hero-section {
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    height: 220px;
  }

  .hero-section.test {
    height: 480px;
  }

  .heading-1 {
    width: 100%;
    margin-top: 40px;
  }

  .div-block-14 {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
  }

  .section-1 {
    margin-top: 20px;
  }

  .div-block-19 {
    line-height: 20px;
  }

  .text-block-8 {
    font-size: 18px;
    line-height: 21px;
  }

  .div-block-23 {
    margin-bottom: 20px;
  }

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

  .blur {
    width: 190px;
  }

  .div-block-33 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .div-block-34 {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }

  .faq-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .faq-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .faq-question-text {
    width: 100%;
    font-size: 18px;
    line-height: 19px;
  }

  .faq-answer-text {
    font-size: 16px;
    line-height: 18px;
  }

  .cta {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-cta {
    font-size: 12px;
    line-height: 15px;
  }

  .arrow-faq-icon {
    width: 30px;
  }

  .graph-icon {
    width: 80px;
    margin-bottom: -60px;
  }

  .img-size {
    width: 100%;
  }

  .img-size.size {
    width: 140%;
  }

  .button {
    width: 289px;
  }
}

#w-node-_69c0db30-7462-a5e2-22d0-bc895d1cc589-c9b7c855 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69c0db30-7462-a5e2-22d0-bc895d1cc58a-c9b7c855 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_69c0db30-7462-a5e2-22d0-bc895d1cc58d-c9b7c855 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69c0db30-7462-a5e2-22d0-bc895d1cc58e-c9b7c855 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_69c0db30-7462-a5e2-22d0-bc895d1cc591-c9b7c855 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69c0db30-7462-a5e2-22d0-bc895d1cc592-c9b7c855 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_672fa12d-b776-a2f7-0a35-9a344695955b-c9b7c855 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_672fa12d-b776-a2f7-0a35-9a344695955c-c9b7c855 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5c0e5ea0-2e1d-8409-163e-4b5763a7073d-c9b7c855 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c0e5ea0-2e1d-8409-163e-4b5763a7073e-c9b7c855 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_88a3e6e0-38e1-1353-4078-9af50c24973f-c9b7c855 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88a3e6e0-38e1-1353-4078-9af50c249740-c9b7c855 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e1a13f68-f0a7-b7f1-2536-34d000587a41-c9b7c855 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc05673d-bcc8-16d8-76a1-50609f2f87e2-c9b7c855 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_630f6077-9fe0-fad8-2595-3343ac589517-c9b7c855, #w-node-_9fc87480-04bd-e4dc-bfcc-7c2508a1ba27-c9b7c855, #w-node-ead6ca45-7e2b-f355-3ef3-5fee4827dc06-c9b7c855, #w-node-ef0df44c-72f1-a6e7-eaec-0b6dc2848af2-c9b7c855, #w-node-de56b315-9685-0fb9-aea0-be43a8b54e64-c9b7c855, #w-node-_398488bd-1441-9128-da32-dadee61d85e7-c9b7c855 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_398488bd-1441-9128-da32-dadee61d85e8-c9b7c855 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_398488bd-1441-9128-da32-dadee61d85eb-c9b7c855 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_398488bd-1441-9128-da32-dadee61d85ec-c9b7c855 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_398488bd-1441-9128-da32-dadee61d85ef-c9b7c855 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_398488bd-1441-9128-da32-dadee61d85f0-c9b7c855 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_398488bd-1441-9128-da32-dadee61d85f3-c9b7c855 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_398488bd-1441-9128-da32-dadee61d85f4-c9b7c855 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3de29f8a-a506-cdbc-8d9e-4a83b01dc825-c9b7c855 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3de29f8a-a506-cdbc-8d9e-4a83b01dc826-c9b7c855 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3de29f8a-a506-cdbc-8d9e-4a83b01dc829-c9b7c855 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3de29f8a-a506-cdbc-8d9e-4a83b01dc82a-c9b7c855 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3de29f8a-a506-cdbc-8d9e-4a83b01dc82d-c9b7c855 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3de29f8a-a506-cdbc-8d9e-4a83b01dc82e-c9b7c855 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3de29f8a-a506-cdbc-8d9e-4a83b01dc831-c9b7c855 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3de29f8a-a506-cdbc-8d9e-4a83b01dc832-c9b7c855 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e98d738a-3847-6f1c-a2b5-39a39ee588ae-c9b7c855 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e98d738a-3847-6f1c-a2b5-39a39ee588af-c9b7c855 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e98d738a-3847-6f1c-a2b5-39a39ee588b2-c9b7c855 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e98d738a-3847-6f1c-a2b5-39a39ee588b3-c9b7c855 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e98d738a-3847-6f1c-a2b5-39a39ee588b6-c9b7c855 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e98d738a-3847-6f1c-a2b5-39a39ee588b7-c9b7c855 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2f108883-092e-9de3-bc12-33bb0eb06a00-c9b7c855 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f108883-092e-9de3-bc12-33bb0eb06a01-c9b7c855 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2f108883-092e-9de3-bc12-33bb0eb06a04-c9b7c855 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f108883-092e-9de3-bc12-33bb0eb06a05-c9b7c855 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2f108883-092e-9de3-bc12-33bb0eb06a08-c9b7c855 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f108883-092e-9de3-bc12-33bb0eb06a09-c9b7c855 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2f108883-092e-9de3-bc12-33bb0eb06a0c-c9b7c855 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f108883-092e-9de3-bc12-33bb0eb06a0d-c9b7c855 {
  grid-area: 1 / 2 / 2 / 3;
}


