@font-face {
  font-family: Helvetica now;
  src: url('../fonts/helveticanowtext-bolditalic-demo.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Helvetica now;
  src: url('../fonts/helveticanowtext-blackitalic-demo.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Helvetica now;
  src: url('../fonts/helveticanowtext-bold-demo.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica now;
  src: url('../fonts/helveticanowtext-black-demo.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Hanken Grotesk;
  src: url('../fonts/HankenGrotesk-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hanken  Grotesk;
  src: url('../fonts/HankenGrotesk-Italic-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --_2025-atualization---primary: #dcab2c;
  --_2025-atualization---white: white;
  --_2025-atualization---background-dark: #141414;
  --black-web: black;
  --white-web: white;
  --blue-violet-web: #8a2fec;
  --dark-violet-web: #711dcc;
  --verde: #344033;
  --ghost-white-web: #f7f8fc;
  --transparent: transparent;
  --primary-web: #c6ba2f;
  --secondary-web: #42573e;
}

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

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

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

body {
  color: #000;
  min-height: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

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

.utility_block {
  grid-column-gap: 0rem;
  grid-row-gap: 1.25rem;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  width: 50%;
  max-width: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.lottie-animation {
  width: 50%;
}

.heading {
  color: #232536b0;
}

.text-block {
  color: #b5b5b5;
}

.passos {
  height: auto;
  padding: 0 10px;
  position: relative;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-content: center;
  height: 100%;
}

.coluna {
  text-align: center;
  cursor: pointer;
  background-color: #070b3b;
  border-radius: 25px;
  flex-direction: column;
  justify-content: space-around;
  height: 340px;
  padding: 20px;
  display: flex;
  position: relative;
}

.heading-6 {
  color: #c0ff72;
  text-align: right;
  font-size: 6rem;
}

.heading-7 {
  color: #c0ff72;
  text-align: right;
  padding-top: 10px;
  font-size: 2rem;
  overflow: hidden;
}

.heading-8 {
  color: #c0ff72;
  text-align: left;
  margin-top: 0;
  font-size: 1.4rem;
  overflow: hidden;
}

.coluna-box {
  z-index: 0;
  object-fit: fill;
  background-color: #c0ff72;
  border: 2px solid #c0ff72;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  height: 0%;
  margin: auto;
  padding: 10px;
  display: none;
  position: absolute;
  inset: auto 0% auto auto;
  overflow: hidden;
}

.paragraph {
  height: auto;
  margin: auto;
  font-size: .75rem;
  display: block;
  overflow: hidden;
}

.paragraph-2 {
  margin: auto;
  font-size: .75rem;
  display: flex;
  overflow: hidden;
}

.paragraph-3, .paragraph-4 {
  font-size: .75rem;
  overflow: hidden;
}

.db-agenda {
  width: 100%;
  height: 100%;
}

.db-agenda.padding-default {
  color: #000;
  align-self: flex-start;
  height: 100%;
  min-height: 60vh;
  margin-left: auto;
  margin-right: auto;
}

.navigation {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  mix-blend-mode: normal;
  background-color: #f5f5f500;
  flex-direction: column;
  flex: 1;
  align-items: center;
  max-width: none;
  padding: 20px 3%;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.dropdown-2 {
  color: #242424;
  margin-left: 5px;
  margin-right: 5px;
}

.body-my-account {
  background-color: #f7f8fc;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  min-height: 100%;
  display: flex;
}

.div-block-21.p-click-21 {
  margin-bottom: 20px;
}

.heading-13 {
  color: #c9c9c9;
  text-align: center;
  font-size: 1.05rem;
}

.heading-13.p-mouse {
  display: block;
}

.heading-15.p-clickaqui {
  display: none;
}

.body-politica {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.body-agenda {
  background-color: #f7f8fc;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.body-agenda.body-politica, .body-agenda.body-flex {
  min-height: 100%;
}

.body-packages {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 100%;
  display: flex;
}

.db-packages {
  width: 100%;
  height: 100%;
}

.db-packages.padding-default {
  align-self: flex-start;
  height: 100%;
  min-height: 60vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.packages-html {
  margin-top: 0;
}

.column-slide {
  border: 1px solid #0003;
  width: 100%;
}

.head-regular {
  color: #424242;
  letter-spacing: -.31px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.faq-body-cont {
  border-top: 1px #000;
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.container-faq-default {
  z-index: 3;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-faq-default.basic-grid {
  z-index: 3;
  grid-row-gap: 180px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1152px;
  display: grid;
}

.faq-body {
  background-color: #0000;
  width: 100%;
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: #0000;
}

.toggle-text {
  z-index: 2;
  color: #fff;
  position: relative;
}

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

.accordian-item {
  border-top: 1px #8be98b;
  border-radius: 0;
  width: 100%;
}

.accordian-item:last-child {
  border-bottom: 1px solid #5fd567;
}

.faq-icon {
  z-index: 2;
  width: 24px;
  margin-right: 16px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.faq-ans {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.faq-container {
  min-width: 0;
  max-width: 100%;
  margin-bottom: 60px;
}

.plus-icon {
  background-color: #1da23d00;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  margin-top: -5px;
  margin-left: 0;
  margin-right: 50px;
  display: flex;
  position: relative;
}

.block-grid {
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.faq {
  color: #070b3b;
  white-space: break-spaces;
  background-color: #1e1e20;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.faq.w--open {
  border-bottom: 1px solid #0000001a;
}

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

.border-faq-linear {
  background-color: #242424;
  background-image: linear-gradient(-259deg, #000, #fff);
  width: 100%;
  height: 2px;
}

.plus-horiz {
  background-color: #000;
  border-radius: 100px;
  width: 26px;
  height: 4px;
  position: absolute;
}

.faq-q {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.faq-answer {
  color: #424242;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 100px;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
}

.faq-title {
  margin-bottom: 40px;
}

.plus-vert {
  background-color: #000;
  border-radius: 100px;
  width: 4px;
  height: 26px;
  position: absolute;
}

.faq-answer-2 {
  margin-bottom: 24px;
}

.faq-default {
  padding: 60px 72px 100px;
  position: relative;
  overflow: hidden;
}

.head-medium {
  text-align: center;
  letter-spacing: .58px;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 700;
  line-height: 150%;
}

.faq-p {
  background-color: #f4f6f8;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.angulare-myaccount {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.div-block-59 {
  width: 100%;
  min-height: 60vh;
}

.div-block-183 {
  background-color: var(--_2025-atualization---primary);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.link-2 {
  color: var(--_2025-atualization---white);
  text-transform: uppercase;
  font-family: Changa One, Impact, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
}

.div-block-184 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.div-block-188 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 500px;
  display: flex;
}

.image-25 {
  height: 42px;
}

.body-2 {
  background-color: #1f1f1f;
  font-family: Hanken Grotesk, Arial, sans-serif;
}

.body-2.body-flex {
  flex-flow: column;
  min-height: 100%;
  display: flex;
}

.heading-54 {
  width: 100%;
  color: var(--_2025-atualization---primary);
  margin-bottom: 0;
  font-family: Anton, Arial, sans-serif;
  font-size: 3rem;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
}

.heading-56 {
  width: 100%;
  max-width: 1230px;
  color: var(--_2025-atualization---primary);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 42px;
  font-family: Anton, Arial, sans-serif;
  font-size: 3rem;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
}

.list {
  color: var(--_2025-atualization---background-dark);
  text-overflow: clip;
  margin-bottom: 0;
  font-size: 14px;
}

.section-4 {
  background-color: #d2a222;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: auto;
  padding: 60px 40px;
  display: flex;
}

.heading-55-copy {
  width: 100%;
  color: var(--_2025-atualization---background-dark);
  text-align: left;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Anton, Arial, sans-serif;
  font-size: 2rem;
  font-style: italic;
  font-weight: 400;
}

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

.text-block-14 {
  width: 100%;
  color: var(--black-web);
  text-decoration: none;
}

.menu-mobile-action {
  cursor: pointer;
  max-width: none;
  height: 24px;
}

.menu-mobile-action:hover {
  text-overflow: clip;
}

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

.div-block-206 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.code-embed-2 {
  color: var(--white-web);
}

.code-embed-2.car-shopping.pagekraft-auth-checkout {
  cursor: pointer;
}

.div-block-209 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 230px;
  display: flex;
}

.button-7 {
  border: 2px solid var(--white-web);
  background-color: var(--_2025-atualization---primary);
  color: var(--white-web);
  text-transform: uppercase;
  border-radius: 6px;
  font-family: Anton, Arial, sans-serif;
  font-style: italic;
}

.button-7.pagekraft-auth-login, .button-7.pagekraft-auth-register, .button-7.pagekraft-auth-my-account, .button-7.pagekraft-auth-logout {
  display: none;
}

.button-8 {
  border: 2px solid var(--white-web);
  background-color: var(--white-web);
  color: var(--_2025-atualization---primary);
  text-transform: uppercase;
  border-radius: 6px;
  font-family: Anton, Arial, sans-serif;
  font-style: italic;
}

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

.section-6 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--_2025-atualization---background-dark);
  background-image: url('../images/168-copiar.avif');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 80svh;
  display: flex;
}

.heading-60 {
  color: #dcab2c;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Anton, Arial, sans-serif;
  font-size: 4rem;
  font-style: italic;
  font-weight: 400;
}

.text-block-17 {
  color: #fff;
  text-align: center;
  font-family: Hanken Grotesk, Arial, sans-serif;
  font-size: 20px;
}

.button-10 {
  color: #dcab2c;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 6px;
  font-family: Anton, Arial, sans-serif;
  font-style: italic;
}

.button-10.pagekraft-auth-register {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.4rem;
}

.text-block-18 {
  width: 100%;
  color: var(--white-web);
}

.button-11 {
  border: 2px none var(--_2025-atualization---primary);
  background-color: var(--_2025-atualization---primary);
  color: var(--white-web);
  text-transform: uppercase;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-family: Anton, Arial, sans-serif;
  font-style: italic;
  display: flex;
}

.section-9 {
  background-image: url('../images/nnnoise.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 15px;
}

.container-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--white-web);
  background-color: var(--_2025-atualization---primary);
  background-image: url('../images/sssquiggly.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 16px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding: 40px;
  display: flex;
}

.image-29 {
  width: auto;
  max-width: none;
  height: 50px;
}

.div-block-212 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--white-web);
  background-color: var(--_2025-atualization---primary);
  width: 32%;
  min-height: 248px;
  color: var(--white-web);
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  padding: 20px;
  display: flex;
}

.image-30 {
  height: 30px;
}

.heading-62 {
  color: var(--_2025-atualization---background-dark);
  text-transform: uppercase;
  font-family: Anton, Arial, sans-serif;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
}

.div-block-213 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.text-block-19 {
  width: 100%;
  color: var(--_2025-atualization---background-dark);
  margin-bottom: auto;
  line-height: 150%;
}

.div-block-214 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

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

.button-12 {
  border: 2px none var(--white-web);
  background-color: var(--_2025-atualization---background-dark);
  color: var(--white-web);
  text-align: left;
  text-transform: uppercase;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  font-family: Anton, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  display: flex;
}

.button-12.pagekraft-auth-register {
  display: none;
}

.section-10 {
  background-image: url('../images/nnnoise.svg');
  background-position: 50%;
  background-size: auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-8 {
  justify-content: space-between;
  align-items: center;
  max-width: 1230px;
  padding: 80px 15px;
  display: flex;
}

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

.image-31 {
  height: 50px;
}

.paragraph-29 {
  width: 100%;
  color: var(--white-web);
}

.image-32 {
  width: 55%;
  max-width: none;
}

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

.section-11 {
  background-image: url('../images/nnnoise.svg');
  background-position: 50%;
  background-size: auto;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.list-item-3 {
  text-overflow: clip;
  font-size: 1rem;
}

.section-12 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  mix-blend-mode: normal;
  background-image: url('../images/nnnoise.svg');
  background-position: 50%;
  background-size: auto;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.heading-64 {
  color: var(--_2025-atualization---primary);
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Anton, Arial, sans-serif;
  font-size: 3rem;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
}

.div-block-220 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 15px;
  display: flex;
}

.div-block-221 {
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 15px;
}

.div-block-222 {
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.code-embed-3 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 42px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Hanken Grotesk, Arial, sans-serif;
}

.section-13 {
  background-image: url('../images/bffg3.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  margin-top: 0;
  padding: 40px 15px 0;
}

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

.image-33 {
  width: 70%;
  max-width: none;
}

.container-10 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1230px;
  height: 100%;
  display: flex;
}

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

.heading-65 {
  width: 100%;
  color: var(--_2025-atualization---background-dark);
  text-align: center;
  text-transform: none;
  font-family: Anton, Arial, sans-serif;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
}

.button-14 {
  border: 2px none var(--white-web);
  background-color: var(--_2025-atualization---primary);
  width: 100%;
  color: var(--black-web);
  text-align: justify;
  text-transform: uppercase;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  font-family: Anton, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  display: flex;
}

.div-block-225 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  width: 50%;
  color: var(--white-web);
  background-color: #f5f1e5;
  border: 2px solid #8a922e;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding: 20px;
  display: flex;
}

.text-span-64, .text-span-65 {
  font-size: 1rem;
}

.heading-66 {
  width: 100%;
  color: var(--_2025-atualization---background-dark);
  text-align: center;
  text-transform: uppercase;
  font-family: Helvetica now, Arial, sans-serif;
  font-size: .6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.body-flex {
  flex-flow: column;
  min-height: 100%;
  display: flex;
}

.container-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--white-web);
  background-color: var(--_2025-atualization---primary);
  background-image: url('../images/sssquiggly.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 16px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1230px;
  padding: 40px;
  display: flex;
}

.button-15 {
  border: 2px none var(--white-web);
  width: auto;
  color: var(--black-web);
  text-align: center;
  text-transform: uppercase;
  background-color: #dcab2c;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  font-family: Anton, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  display: flex;
}

.div-block-227 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.heading-67 {
  width: 100%;
  color: var(--_2025-atualization---background-dark);
  text-align: center;
  text-transform: none;
  font-family: Anton, Arial, sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
}

@media screen and (min-width: 1440px) {
  .heading-54 {
    font-size: 3.4rem;
  }
}

@media screen and (min-width: 1920px) {
  .body-2 {
    background-color: var(--_2025-atualization---background-dark);
  }

  .heading-54 {
    font-size: 4.3rem;
  }

  .heading-55-copy {
    font-style: italic;
  }

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

@media screen and (max-width: 991px) {
  .utility_component {
    align-items: flex-start;
  }

  .utility_block {
    width: 95%;
  }

  .passos {
    width: auto;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 50% 50% 50% 50%;
    grid-auto-flow: column;
    justify-content: stretch;
  }

  .coluna {
    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;
    justify-content: center;
    align-items: stretch;
    width: 290px;
    height: 360px;
    max-height: 360px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
  }

  .heading-6 {
    font-size: 5rem;
  }

  .heading-8 {
    text-align: center;
    font-size: 1.1rem;
  }

  .db-agenda.padding-default {
    margin-top: 0;
  }

  .navigation {
    display: none;
  }

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

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

  .div-block-21.p-click-21 {
    margin-top: 20px;
    overflow: hidden;
  }

  .heading-13.p-mouse {
    display: none;
    overflow: visible;
  }

  .heading-15 {
    color: #c9c9c9;
    font-size: 1.05rem;
  }

  .heading-15.p-clickaqui {
    display: block;
  }

  .db-packages.padding-default {
    margin-top: 0;
  }

  .head-regular {
    font-size: 20px;
    line-height: 28px;
  }

  .container-faq-default.basic-grid {
    max-width: 700px;
  }

  .accordian-item {
    border: 1px #000;
  }

  .faq-container {
    width: 100%;
    min-width: 0;
  }

  .block-grid {
    border: 1px #000;
  }

  .faq-answer {
    border: 0 #e70f0f;
    font-size: 16px;
  }

  .accordian-block {
    border: 1px #000;
  }

  .faq-default {
    margin-top: 0;
    padding-top: 100px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .div-block-183 {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .link-2 {
    font-size: 15px;
  }

  .div-block-184, .div-block-188 {
    display: none;
  }

  .heading-54 {
    font-size: 2.4rem;
  }

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

  .section-4 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .heading-55-copy {
    font-size: 1.2rem;
  }

  .div-block-203 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 200px;
  }

  .menu-mobile-action {
    z-index: 1;
    width: 32px;
    height: 32px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 10px;
  }

  .div-block-206 {
    justify-content: center;
    position: relative;
  }

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

  .container-7 {
    width: 100%;
  }

  .div-block-212 {
    width: 100%;
    max-width: 320px;
  }

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

  .image-32 {
    width: 100%;
  }

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

  .image-33, .container-11 {
    width: 100%;
  }

  .div-block-227 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    height: 100%;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .utility_block {
    width: 95%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .passos {
    flex-direction: column;
    height: auto;
    display: block;
  }

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

  .coluna {
    justify-content: space-around;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .body-my-account {
    justify-content: flex-start;
  }

  .packages-html {
    margin-top: 0;
  }

  .head-regular {
    letter-spacing: -.19px;
    padding-right: 20px;
    font-size: 20px;
    line-height: 28px;
  }

  .container-faq-default.basic-grid {
    grid-row-gap: 120px;
    max-width: 500px;
  }

  .accordian-item {
    max-width: 100%;
  }

  .faq-block {
    margin-left: -24px;
    margin-right: -24px;
  }

  .faq-container {
    margin-top: 40px;
  }

  .plus-icon {
    background-color: #0000;
    border-radius: 0;
    width: 12px;
    min-width: 12px;
    height: 40px;
    min-height: 40px;
    margin-right: 24px;
  }

  .block-grid {
    grid-row-gap: 48px;
  }

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

  .faq-answer {
    background-color: #e8fbe800;
    border: 1px #000;
    padding: 0 40px 24px 0;
  }

  .faq-title {
    padding-left: 24px;
    padding-right: 24px;
  }

  .faq-default {
    margin-top: 0;
    padding: 80px 24px;
  }

  .head-medium {
    letter-spacing: .41px;
    font-size: 28px;
    line-height: 30px;
  }

  .angulare-myaccount {
    height: auto;
  }

  .div-block-59 {
    width: 100%;
    min-height: 60vh;
  }

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

  .heading-54 {
    text-align: center;
    font-size: 2.1rem;
  }

  .section-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding: 40px 20px;
  }

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

  .container-7 {
    padding: 20px;
  }

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

  .div-block-214 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .container-8 {
    padding: 40px 24px;
  }

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

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

  .div-block-220, .div-block-221, .div-block-222 {
    padding: 40px 24px;
  }

  .section-13 {
    height: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .image-33 {
    width: 40%;
  }

  .container-10 {
    flex-flow: wrap-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-224 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }

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

  .container-11 {
    padding: 20px;
  }
}

@media screen and (max-width: 479px) {
  .utility_block {
    width: 95%;
  }

  .grid {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 100%;
    grid-auto-flow: column;
    display: flex;
  }

  .coluna {
    width: 100%;
  }

  .db-agenda.padding-default {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .body-my-account {
    flex-flow: column wrap;
    justify-content: flex-start;
    overflow: visible;
  }

  .pagekraft-agenda {
    margin-top: 0;
  }

  .body-politica, .body-agenda, .body-packages {
    overflow: visible;
  }

  .packages-html {
    margin-top: 0;
  }

  .head-regular {
    font-size: 18px;
  }

  .container-faq-default.basic-grid {
    max-width: 360px;
  }

  .faq-block {
    margin-left: 0;
    margin-right: 0;
  }

  .faq-container {
    margin-top: 80px;
  }

  .faq-q {
    align-items: center;
  }

  .faq-default {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
    overflow: auto;
  }

  .heading-54 {
    font-size: 1.6rem;
  }

  .section-4 {
    padding: 40px 24px;
  }

  .text-block-18 {
    flex-flow: column;
    width: 100%;
    display: block;
  }

  .image-29 {
    height: 35px;
  }

  .div-block-212 {
    justify-content: space-between;
    align-items: center;
  }

  .div-block-222 {
    padding: 0;
  }

  .image-33 {
    width: 75%;
  }
}

#w-node-_0b422a80-4c31-7444-5fe5-f911e55d182f-14c87532, #w-node-_0b422a80-4c31-7444-5fe5-f911e55d1830-14c87532, #w-node-_12d43579-d3d0-da14-5122-d04e3a41d18d-14c87534 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Helvetica now';
  src: url('../fonts/helveticanowtext-bolditalic-demo.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica now';
  src: url('../fonts/helveticanowtext-blackitalic-demo.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica now';
  src: url('../fonts/helveticanowtext-bold-demo.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica now';
  src: url('../fonts/helveticanowtext-black-demo.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Anton';
  src: url('../fonts/Anton-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hanken Grotesk';
  src: url('../fonts/HankenGrotesk-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hanken  Grotesk';
  src: url('../fonts/HankenGrotesk-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}