@font-face {
  font-family: Satoshi Variable;
  src: url('../fonts/Satoshi-Variable.woff2') format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-VariableItalic.woff2') format("woff2"), url('../fonts/Satoshi-Italic.woff2') format("woff2");
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Black.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-LightItalic.woff2') format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-MediumItalic.woff2') format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BoldItalic.woff2') format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BlackItalic.woff2') format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Neulis Cursive;
  src: url('../fonts/fonnts.com-Neulis_Cursive_Medium_Italic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Neulis Cursive;
  src: url('../fonts/fonnts.com-Neulis_Cursive_Thin_Italic.otf') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Neulis Cursive;
  src: url('../fonts/fonnts.com-Neulis_Cursive_Light_Italic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Neulis Cursive;
  src: url('../fonts/fonnts.com-Neulis_Cursive_Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neulis Cursive;
  src: url('../fonts/fonnts.com-Neulis_Cursive_Extra_Light.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neulis Cursive;
  src: url('../fonts/fonnts.com-Neulis_Cursive_Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neulis Cursive;
  src: url('../fonts/fonnts.com-Neulis_Cursive_Black_Italic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Neulis Cursive Hairline;
  src: url('../fonts/fonnts.com-Neulis_Cursive_Hairline_Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Neulis Cursive;
  src: url('../fonts/fonnts.com-Neulis_Cursive_Extra_Bold.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neulis Cursive;
  src: url('../fonts/fonnts.com-Neulis_Cursive_Extra_Bold_Italic.otf') format("opentype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Neulis Cursive;
  src: url('../fonts/fonnts.com-Neulis_Cursive_Bold_Italic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Neulis Cursive;
  src: url('../fonts/fonnts.com-Neulis_Cursive_Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neulis Cursive;
  src: url('../fonts/fonnts.com-Neulis_Cursive_Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --verde-escuro: #033135;
  --terracota: #bc563f;
}

.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 {
  padding: 69px 15px;
}

.section.bg01 {
  background-image: url('../images/bg01.png');
  background-position: 50% 0;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 90px;
}

.section.bg03 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 600px;
  padding-top: 33px;
  padding-bottom: 0;
  display: flex;
}

.section.bg04 {
  background-image: url('../images/bg04.png');
  background-position: 50% 0;
  background-size: cover;
}

.section.bg05 {
  background-image: url('../images/leaf-2.png'), url('../images/leaf-1.png'), url('../images/bg05.png');
  background-position: 92% 78%, 0%, 50%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 169px, 180px, cover;
}

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

.section.relative {
  background-image: url('../images/aviao-2.png');
  background-position: 7% 100%;
  background-repeat: no-repeat;
  background-size: 280px;
  position: relative;
}

.section.bg06 {
  background-image: url('../images/bg06.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 40px;
}

.section.green-tape {
  background-image: url('../images/Elementos.svg'), url('../images/Rectangle.png');
  background-position: 50% 0, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, 100% 16%;
  padding-top: 0;
  padding-bottom: 30px;
}

.section._1 {
  padding-top: 43px;
  padding-bottom: 43px;
}

.button {
  text-align: center;
  background-color: #00ca69;
  border-left: 10px solid #009c51;
  width: 100%;
  max-width: 240px;
  padding: 17px 15px;
  font-size: 18px;
  font-weight: 600;
}

.button.suporte {
  color: var(--verde-escuro);
  background-color: #81dfe2;
  border-left-color: #4ab5b8;
}

.button.suporte.wide, .button.pulse.wide {
  max-width: 400px;
}

.heading {
  color: var(--terracota);
  font-size: 32px;
  line-height: 38px;
}

.container, .container-2 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.list-item {
  text-align: left;
  margin-bottom: 23px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 39px;
}

.list-item._1 {
  background-image: url('../images/emoji1_1emoji(1).png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
}

.list-item._2 {
  background-image: url('../images/emoji4_1emoji(4).png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
}

.list-item._3 {
  background-image: url('../images/emoji3_1emoji(3).png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
}

.list-item._4 {
  background-image: url('../images/emoji5_1emoji(5).png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
}

.list-item._5 {
  background-image: url('../images/emoji6_1emoji(6).png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
}

.list-item._6 {
  background-image: url('../images/emoji2_1emoji(2).png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
}

.text-block {
  color: var(--verde-escuro);
  font-size: 18px;
  font-weight: 700;
}

.container-3 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block {
  padding: 5px;
}

.image {
  width: 200px;
}

.grid {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: #fff;
  border-radius: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 29px;
  padding: 18px;
}

.list-2 {
  margin-top: 21px;
  margin-bottom: 21px;
  padding-left: 0;
  list-style-type: none;
}

.list-item-2 {
  background-image: url('../images/checkmark.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 30px;
  margin-bottom: 9px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 39px;
}

.text-block-2 {
  color: var(--verde-escuro);
  font-size: 18px;
  font-weight: 500;
}

.column {
  text-align: center;
}

.image-2 {
  max-width: 150%;
}

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

.container-4 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-2 {
  background-color: #f8eadf;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  min-height: 221px;
  padding: 38px 20px;
  display: flex;
  box-shadow: 0 7px #bc5306;
}

.text-block-3 {
  color: var(--verde-escuro);
  font-size: 22px;
  font-weight: 600;
}

.div-block-3 {
  background-color: #000;
  border-radius: 10px;
  width: 100px;
  height: 3px;
  margin-top: 11px;
  margin-bottom: 11px;
}

.text-block-4 {
  font-size: 17px;
  line-height: 19px;
}

.list-3 {
  padding-left: 0;
  list-style-type: none;
}

.list-3.mobile {
  display: none;
}

.list-item-3 {
  color: #f8eadf;
  background-color: #e57b2d;
  border-radius: 10px;
  margin-bottom: 13px;
  padding: 24px 17px 24px 66px;
  font-weight: 500;
}

.list-item-3._1 {
  background-image: url('../images/icons2_1icons(2).png');
  background-position: 3%;
  background-repeat: no-repeat;
  background-size: 30px;
}

.list-item-3._2 {
  background-image: url('../images/emoji4_1emoji(4).png');
  background-position: 3%;
  background-repeat: no-repeat;
  background-size: 30px;
}

.list-item-3._3 {
  background-image: url('../images/emoji1_1emoji(1).png');
  background-position: 3%;
  background-repeat: no-repeat;
  background-size: 30px;
}

.list-item-3._4 {
  background-image: url('../images/icons3_1icons(3).png');
  background-position: 3%;
  background-repeat: no-repeat;
  background-size: 30px;
}

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

.container-5, .container-6 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-4 {
  background-color: #fff8f3;
  border-radius: 10px;
  width: 100%;
  max-width: 700px;
  margin-top: 31px;
  margin-bottom: 31px;
  padding: 33px 28px 28px;
  box-shadow: 0 5px 0 1px #00000024;
}

.div-block-5 {
  border-bottom: 1px solid #a3a3a399;
  flex-flow: row;
  justify-content: space-between;
  margin-bottom: 25px;
  padding: 6px;
  display: flex;
}

.text-block-6 {
  color: var(--verde-escuro);
  font-size: 20px;
  font-weight: 500;
}

.text-block-7 {
  color: var(--verde-escuro);
  text-align: right;
  font-size: 18px;
  font-weight: 800;
}

.image-3 {
  margin-top: 26px;
  margin-bottom: 26px;
}

.container-7 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-6 {
  background-color: #fff8f3;
  border: 1px solid #d3bfb0;
  border-radius: 17px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  margin-top: 37px;
  margin-bottom: 54px;
  padding: 59px 29px;
  display: flex;
}

.div-block-7 {
  margin-top: 9px;
}

.bold-text {
  text-decoration: line-through;
}

.text-block-8 {
  color: var(--verde-escuro);
  font-size: 20px;
}

.text-block-8._1 {
  color: #fff;
}

.text-block-9 {
  color: #716a00;
  letter-spacing: -6px;
  margin-top: 3px;
  margin-bottom: 3px;
  font-size: 118px;
  font-weight: 900;
  line-height: 105px;
}

.div-block-8 {
  background-color: #716a00;
  border-radius: 20px;
  margin-top: 20px;
  padding: 7px 11px;
}

.div-block-9 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: center;
  width: 100%;
  display: flex;
}

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

.image-4 {
  margin-top: 20px;
}

.container-8 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 89px;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  background-color: #da291a;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 6px 27px;
  display: flex;
}

.image-5 {
  width: 30px;
}

.div-block-11 {
  background-color: #adadad;
  width: 100%;
  margin-top: 13px;
  margin-bottom: 13px;
  padding-bottom: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-12 {
  height: 30px;
  margin-top: 40px;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 4px;
  padding-bottom: 4px;
  position: relative;
}

.div-block-13 {
  z-index: 1;
  background-color: #bc563f;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin-left: 24%;
  position: relative;
}

.container-9 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 886px;
  margin-top: 17px;
  display: flex;
}

.text-block-10 {
  color: #bc563f;
  text-align: left;
  width: 100%;
  font-size: 24px;
  line-height: 28px;
}

.text-block-10._1 {
  color: var(--verde-escuro);
  font-size: 19px;
  font-weight: 500;
  line-height: 24px;
}

.image-6 {
  width: 100%;
  margin-top: 14px;
  margin-bottom: 12px;
}

.div-block-14 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  width: 100%;
  margin-bottom: 25px;
  display: flex;
}

.text-block-11 {
  color: var(--verde-escuro);
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.heading-2 {
  color: var(--verde-escuro);
  margin-top: 0;
  margin-bottom: 0;
}

.c-faq-icon {
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}

.c-faq-q-text {
  flex: 1;
  padding: 20px;
  font-size: 1.4em;
}

.faq-a-text {
  color: #050d4b;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6em;
}

.faq-q-text {
  font-size: 20px;
}

.c-faq-item {
  cursor: pointer;
  background-color: #e0b04e;
  border-bottom: 3px solid #ebebeb;
  border-radius: 13px;
  margin-bottom: 7px;
  font-size: 1.2em;
  line-height: 1.6em;
}

.faq-stripe-1 {
  background-color: #f41c55;
  width: 5px;
  height: 100%;
}

.faq-stripe-2 {
  background-color: #f41c55;
  width: 100%;
  height: 6px;
  position: absolute;
}

.c-faq {
  background-color: #0000;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
}

.divider-3 {
  opacity: .35;
  background-color: #f0f0f0;
  width: 100%;
  height: 2px;
  margin: 0 auto;
  box-shadow: 0 0 20px 1px #ffd76157;
}

.c-faq-q {
  align-items: center;
  display: flex;
}

._w-faq-icon {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: relative;
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.c-faq-a-text {
  padding: 20px;
}

.section-7 {
  background-color: #bc563f;
  padding-top: 27px;
  padding-bottom: 27px;
}

.container-18 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-43 {
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
}

.link-final {
  color: #fff;
}

.body {
  background-color: #f8eadf;
  font-family: Satoshi, Arial, sans-serif;
}

.heading-3 {
  color: var(--terracota);
  font-size: 33px;
  line-height: 37px;
}

.container-19 {
  max-width: 959px;
}

.bold-text-8 {
  color: #fff;
  background-color: #7b8232;
  padding-left: 6px;
  padding-right: 6px;
}

.text-block-44 {
  color: var(--terracota);
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.marquee-horizontal-2 {
  z-index: 200;
  color: #fff;
  background-color: #9c00a1;
  background-image: linear-gradient(to right, #fe26f6, #4877f0);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 53px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 60px #3339;
}

.marquee-horizontal-2.red {
  background-color: #dc9318;
  background-image: none;
}

.track-horizontal-alt {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-text {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: none;
  margin-right: 4vw;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
}

.image-7 {
  width: 33px;
  margin-right: 4vw;
}

.text-block-45 {
  color: var(--verde-escuro);
  margin-top: 23px;
  margin-bottom: 23px;
  font-size: 21px;
}

.div-block-15 {
  max-width: 355px;
}

.bold-text-10 {
  color: #f8eadf;
  background-color: #bc563f;
  padding-left: 3px;
  padding-right: 3px;
  font-family: Neulis Cursive, Arial, sans-serif;
}

.div-block-16 {
  max-width: 600px;
  margin-bottom: 42px;
}

.text-span {
  color: var(--verde-escuro);
}

.columns-2 {
  max-width: 865px;
  margin-bottom: 31px;
}

.div-block-17 {
  max-width: 441px;
}

.text-span-2 {
  z-index: -1;
  background-image: url('../images/rabiscado.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: -17px;
  margin-left: -17px;
  padding: 20px;
  font-family: Neulis Cursive, Arial, sans-serif;
  display: inline-block;
  position: relative;
}

.text-span-3 {
  font-size: 29px;
}

.div-block-18 {
  background-color: #e57b2d;
  background-image: url('../images/bg-div.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 90%;
  padding: 69px 24px;
  display: flex;
}

.text-span-4 {
  color: #f8eadf;
}

.div-block-19 {
  max-width: 373px;
}

.text-block-46 {
  color: #f8eadf;
  max-width: 600px;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
}

.bold-text-11 {
  background-image: url('../images/rabiscado-escuro.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: -13px;
  margin-left: -6px;
  padding: 8px 13px;
  font-family: Neulis Cursive, Arial, sans-serif;
  display: inline-block;
}

.columns-3 {
  margin-top: 64px;
  display: flex;
}

.image-8 {
  margin-top: -82px;
}

.container-20 {
  z-index: 2;
  position: relative;
}

.columns-4 {
  z-index: 3;
  position: relative;
}

.image-9 {
  position: absolute;
  inset: -39% 10% auto auto;
}

.text-span-5 {
  background-image: url('../images/Vector.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: -6px;
  padding-bottom: 0;
  font-family: Neulis Cursive, Arial, sans-serif;
  display: inline-block;
}

.heading-4 {
  color: var(--terracota);
  font-size: 41px;
}

.heading-5 {
  color: var(--terracota);
  font-size: 35px;
  line-height: 38px;
}

.text-span-6 {
  color: #f8eadf;
  background-color: #bc563f;
  padding-left: 4px;
  padding-right: 4px;
  font-family: Neulis Cursive, Arial, sans-serif;
}

.heading-6 {
  color: var(--terracota);
  text-transform: uppercase;
}

.text-span-7 {
  text-transform: capitalize;
  background-image: url('../images/rabiscado.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Neulis Cursive, Arial, sans-serif;
  display: inline-block;
}

.text-block-47 {
  color: var(--verde-escuro);
  max-width: 800px;
  font-size: 23px;
  font-weight: 500;
  line-height: 26px;
}

.text-block-48 {
  color: var(--verde-escuro);
  font-size: 23px;
  font-weight: 500;
  line-height: 17px;
}

.div-block-20 {
  margin-top: 41px;
  margin-bottom: 41px;
  padding: 20px;
}

.heading-7 {
  color: #fff;
  max-width: 793px;
  font-size: 35px;
}

.heading-8 {
  color: var(--verde-escuro);
  text-transform: uppercase;
  margin-top: 0;
  font-size: 23px;
  line-height: 31px;
}

.text-block-49 {
  font-size: 24px;
}

.div-block-21 {
  max-width: 600px;
  margin-top: 27px;
}

.heading-9 {
  color: #bc563f;
  font-size: 34px;
  line-height: 37px;
}

.text-span-8 {
  color: #fff;
  text-transform: none;
  background-color: #bc563f;
  padding-left: 7px;
  padding-right: 7px;
  font-family: Neulis Cursive, Arial, sans-serif;
}

.div-block-22 {
  background-image: url('../images/BG12.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  max-width: 90%;
  padding: 55px 21px;
}

.columns-5 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-10 {
  color: var(--verde-escuro);
  font-size: 34px;
  line-height: 38px;
}

.heading-10._1 {
  font-size: 31px;
}

.image-10 {
  width: 100%;
}

.text-block-50 {
  color: #fff;
  background-color: #e0b04e;
  padding: 3px 8px;
  font-family: Neulis Cursive, Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 35px;
}

.text-block-51 {
  color: var(--verde-escuro);
  margin-top: 18px;
  font-size: 21px;
  font-weight: 600;
}

.column-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 7px;
}

.columns-6 {
  position: relative;
}

.image-12 {
  width: 100%;
  max-width: 1110px;
}

.columns-7 {
  width: 100%;
  margin-top: 27px;
}

.columns-8 {
  flex-flow: row;
  display: flex;
}

.div-block-23 {
  border-bottom: 7px solid var(--terracota);
  background-color: #fff;
  border-radius: 18px;
  height: 100%;
  padding: 52px 33px;
}

.heading-11 {
  color: var(--terracota);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 27px;
}

.div-block-24 {
  background-color: #033135;
  border-radius: 9px;
  width: 54px;
  margin-top: 22px;
  margin-bottom: 22px;
  padding-bottom: 3px;
}

.text-block-52 {
  color: #033135;
  font-size: 17px;
  line-height: 22px;
}

.text-block-53 {
  font-size: 20px;
}

.container-21 {
  background-color: #e0b04e;
  border-radius: 30px;
  width: 100%;
  margin-top: 85px;
  padding: 42px;
  overflow: hidden;
}

.link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #00ca69;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 13px 11px;
  text-decoration: none;
  display: flex;
}

.div-block-25 {
  border: 2px solid #00ca69;
  border-radius: 40px;
  width: 100%;
  padding: 6px;
}

.text-block-54 {
  color: #fff;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 700;
  text-decoration: none;
}

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

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

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

.image-14 {
  margin-top: -56px;
  margin-bottom: -56px;
}

.div-block-26 {
  z-index: 9999;
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  color: #fff;
  background-color: #00ca69;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 9px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 1% 1% auto;
}

.image-15 {
  width: 33px;
}

.text-block-55 {
  font-size: 17px;
}

@media screen and (min-width: 1920px) {
  .section.bg01 {
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 70vh;
  }

  .section.bg03 {
    background-size: 1600px;
    min-height: 700px;
  }

  .marquee-horizontal-2 {
    box-shadow: none;
  }

  .marquee-text {
    color: #fff;
    font-style: normal;
  }
}

@media screen and (max-width: 991px) {
  .c-faq-item {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section.bg01 {
    background-image: linear-gradient(0deg, #f8eadf 54%, #0000 72%), url('../images/bg-mobile.png');
    background-position: 0 0, 50% -22%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 100%;
    padding-top: 110px;
    padding-bottom: 47px;
  }

  .section.bg03 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    min-height: 400px;
    overflow: hidden;
  }

  .section.bg04 {
    padding-bottom: 58px;
  }

  .section.bg05 {
    background-image: url('../images/leaf-2.png'), url('../images/leaf-1.png');
    background-position: 92% 78%, 0%;
    background-repeat: no-repeat, no-repeat;
    background-size: 169px, 180px;
  }

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

  .section.bg06 {
    background-position: 50% 102%;
    padding-bottom: 6px;
  }

  .heading {
    margin-top: 0;
    font-size: 24px;
    line-height: 26px;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
    padding: 3px;
  }

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

  .image-2 {
    max-width: 100%;
    margin-top: 37px;
  }

  .columns {
    flex-flow: column;
  }

  .list-3.pc {
    display: none;
  }

  .list-3.mobile {
    margin-top: 15px;
    margin-bottom: 30px;
    display: block;
  }

  .div-block-4 {
    text-align: left;
    padding: 35px 21px 18px;
  }

  .div-block-5 {
    margin-bottom: 18px;
  }

  .text-block-6 {
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    line-height: 15px;
    display: flex;
  }

  .text-block-7 {
    font-size: 14px;
  }

  .div-block-6 {
    margin-bottom: 19px;
    padding: 46px 19px;
  }

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

  .text-block-9 {
    margin-top: 13px;
    font-size: 109px;
    line-height: 99px;
  }

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

  .container-8 {
    margin-top: 57px;
  }

  .div-block-12 {
    margin-top: 9px;
  }

  .text-block-10 {
    font-size: 24px;
  }

  .text-block-10._1 {
    font-size: 17px;
  }

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

  .c-faq-q-text {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-q-text {
    font-size: 18px;
    line-height: 1.4em;
  }

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

  .divider-3 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .bold-text-7 {
    font-size: 17px;
  }

  .section-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-43 {
    font-size: 13px;
    line-height: 16px;
  }

  .heading-3 {
    font-size: 25px;
    line-height: 29px;
  }

  .text-block-44 {
    margin-top: 14px;
    margin-bottom: 34px;
    font-size: 20px;
    line-height: 25px;
  }

  .marquee-horizontal-2.red {
    z-index: 100;
  }

  .div-block-18 {
    max-width: 95%;
    padding: 59px 19px 35px;
  }

  .text-block-46 {
    font-size: 19px;
  }

  .columns-3 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-flow: column;
    margin-top: 7px;
    display: flex;
  }

  .image-8 {
    margin-bottom: 17px;
  }

  .image-9 {
    display: none;
  }

  .heading-4 {
    font-size: 37px;
  }

  .heading-5 {
    font-size: 28px;
    line-height: 31px;
  }

  .heading-6 {
    font-size: 25px;
    line-height: 33px;
  }

  .text-block-47 {
    font-size: 20px;
    line-height: 22px;
  }

  .text-block-48 {
    font-size: 20px;
    line-height: 21px;
  }

  .div-block-20 {
    margin-top: 2px;
    margin-bottom: 29px;
  }

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

  .heading-8 {
    font-size: 18px;
    line-height: 28px;
  }

  .text-block-49 {
    font-size: 16px;
  }

  .heading-9 {
    font-size: 26px;
    line-height: 28px;
  }

  .div-block-22 {
    max-width: 100%;
    padding: 36px 14px;
  }

  .columns-5 {
    flex-flow: column;
  }

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

  .heading-10._1 {
    font-size: 27px;
  }

  .column-2 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 29px;
  }

  .image-11 {
    max-width: 39%;
    margin-bottom: 46px;
  }

  .column-3, .column-4, .column-5, .column-6, .column-7, .column-8, .column-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-10 {
    margin-bottom: 38px;
  }

  .image-12 {
    width: 249%;
    max-width: none;
  }

  .columns-7 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    display: flex;
  }

  .column-11 {
    text-align: center;
    margin-bottom: 26px;
  }

  .columns-8 {
    flex-flow: row-reverse wrap-reverse;
  }

  .image-13 {
    text-align: center;
    max-width: 78%;
  }

  .div-block-23 {
    text-align: left;
  }

  .container-21 {
    margin-top: 53px;
    padding: 19px;
  }

  .columns-9 {
    flex-flow: row-reverse wrap-reverse;
  }

  .image-14 {
    max-width: 86%;
    margin-top: 0;
    margin-bottom: 0;
  }
}


@font-face {
  font-family: 'Satoshi Variable';
  src: url('../fonts/Satoshi-Variable.woff2') format('woff2');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-VariableItalic.woff2') format('woff2'), url('../fonts/Satoshi-Italic.woff2') format('woff2');
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neulis Cursive';
  src: url('../fonts/fonnts.com-Neulis_Cursive_Medium_Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neulis Cursive';
  src: url('../fonts/fonnts.com-Neulis_Cursive_Thin_Italic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neulis Cursive';
  src: url('../fonts/fonnts.com-Neulis_Cursive_Light_Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neulis Cursive';
  src: url('../fonts/fonnts.com-Neulis_Cursive_Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neulis Cursive';
  src: url('../fonts/fonnts.com-Neulis_Cursive_Extra_Light.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neulis Cursive';
  src: url('../fonts/fonnts.com-Neulis_Cursive_Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neulis Cursive';
  src: url('../fonts/fonnts.com-Neulis_Cursive_Black_Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neulis Cursive Hairline';
  src: url('../fonts/fonnts.com-Neulis_Cursive_Hairline_Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neulis Cursive';
  src: url('../fonts/fonnts.com-Neulis_Cursive_Extra_Bold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neulis Cursive';
  src: url('../fonts/fonnts.com-Neulis_Cursive_Extra_Bold_Italic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neulis Cursive';
  src: url('../fonts/fonnts.com-Neulis_Cursive_Bold_Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neulis Cursive';
  src: url('../fonts/fonnts.com-Neulis_Cursive_Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neulis Cursive';
  src: url('../fonts/fonnts.com-Neulis_Cursive_Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}