@font-face {
  font-family: Koho;
  src: url('../fonts/KoHo-ExtraLightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

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

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

@font-face {
  font-family: Koho;
  src: url('../fonts/KoHo-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

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

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

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

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

@font-face {
  font-family: Koho;
  src: url('../fonts/KoHo-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Koho;
  src: url('../fonts/KoHo-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Koho;
  src: url('../fonts/KoHo-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --white-web: white;
  --transparent: transparent;
  --secondary-web: #707070;
  --black-web: black;
  --yellow\<deleted\|variable-8ba44cf5\>: #daec08;
  --gray3: #333;
  --yellow-green\<deleted\|variable-616c0c51\>: #bed500;
  --backgorund-azul: #1d1d1b;
  --gray: #444;
  --black-2\<deleted\|variable-a09c0539\>: #070801;
  --texto-001: #e5e0e8;
  --primary-web: #efe719;
  --cinza-font: #adadad;
  --text-dropt-color: #8f928a;
  --background: black;
  --background-drop: #1f1f1f;
}

.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 {
  color: var(--white-web);
  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%;
  height: 48px;
  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: 70%;
  max-width: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.lottie-animation {
  width: 50%;
}

.heading {
  color: #232536b0;
}

.text-block {
  color: #b5b5b5;
}

.l-nav {
  background-color: var(--transparent);
  opacity: 1;
  color: var(--secondary-web);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  border: 1px #000;
  flex-flow: row;
  place-content: space-around;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  height: 80px;
  min-height: 0;
  max-height: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.l-nav:hover {
  color: #ef2e4d;
}

.l-nav.minhaclasse {
  background-color: #1d1d1bb5;
  width: 100%;
  height: 162px;
  padding-top: 25px;
  padding-bottom: 25px;
  transition: all .5s;
  position: fixed;
}

.c-container {
  background-color: var(--transparent);
  color: var(--transparent);
  object-fit: fill;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: static;
}

.c-nav-logo.w--current {
  flex: 0 auto;
  min-width: auto;
  margin-right: auto;
}

.c-nav-link {
  border-bottom: 2px solid var(--transparent);
  color: var(--secondary-web);
  cursor: pointer;
  flex-flow: row;
  padding: 5px 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.c-nav-link:hover {
  color: var(--secondary-web);
  border: 0 solid #000;
  padding: 5px 10px;
  font-weight: 400;
  text-decoration: none;
}

.c-nav-link:active, .c-nav-link:focus, .c-nav-link:focus-visible, .c-nav-link[data-wf-focus-visible], .c-nav-link:visited {
  color: var(--white-web);
}

.c-nav-link.w--current {
  color: var(--white-web);
  font-size: 14px;
}

.c-nav-link.w--current:hover {
  color: var(--secondary-web);
}

.nav-menu {
  text-align: center;
  flex: none;
  order: 1;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image {
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 66px;
  max-height: none;
  margin: 20px auto;
}

.c-nav-compra {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--black-web);
  flex-direction: row;
  flex: 0 auto;
  order: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 0;
  font-family: gobold;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  position: relative;
}

.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 {
  background-color: var(--transparent);
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  height: 100%;
  min-height: 60vh;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 140px;
  display: flex;
}

.html-embed-2 {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.html-embed-2.login-top {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--transparent);
  color: var(--white-web);
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-width: 0;
  max-width: none;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.html-embed-2.login-top.header-cad {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 300px;
  height: 60px;
}

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

.footer {
  background-color: var(--gray3);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.f-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--transparent);
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
}

.grid-2 {
  grid-template-rows: 1fr;
  grid-template-columns: 25% 25% 25% 25%;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px 40px;
  display: flex;
}

.div-block-4 {
  flex-direction: column;
  width: 20%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-4.f-rede-social {
  display: block;
}

.f-r-link {
  color: var(--black-web);
  font-style: normal;
  text-decoration: none;
}

.f-r-link:hover {
  color: var(--yellow-green\<deleted\|variable-616c0c51\>);
  font-weight: 700;
}

.f-r-link:active {
  color: var(--white-web);
  font-weight: 400;
}

.f-r-link.w--current {
  color: var(--black-web);
  cursor: pointer;
  font-family: "Baloo 2", sans-serif;
  font-style: normal;
  text-decoration: none;
}

.f-r-link.w--current:hover {
  color: var(--yellow-green\<deleted\|variable-616c0c51\>);
  font-weight: 700;
}

.f-r-link.w--current:focus {
  color: #070b3b;
}

.f-r-link.w--current:visited {
  color: #070b3b;
  -webkit-text-stroke-color: #070b3b;
}

.heading-11 {
  color: var(--white-web);
  margin-bottom: .5rem;
}

.div-block-5 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-3 {
  width: 180px;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.my-account-top {
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.body-my-account {
  background-color: var(--backgorund-azul);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  min-height: 100%;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.html-embed-3 {
  display: block;
}

.box-r-sociais {
  flex-direction: column;
  align-items: center;
  display: block;
}

.box-r-sociais.menu {
  align-items: flex-start;
  display: block;
}

.box-r-sociais.menu.social-box-menu {
  display: none;
}

.heading-12 {
  color: var(--white-web);
  margin-bottom: .5rem;
  font-size: 1rem;
}

.div-block-16 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 160px;
  display: flex;
}

.pagekraft-agenda {
  color: var(--white-web);
  width: 100%;
  padding-top: 0;
  padding-bottom: 60px;
}

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

.div-block-22 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 2px solid var(--transparent);
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  line-height: 1;
  display: flex;
}

.div-block-22:hover {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.button-3, .div-block-23, .car-mobile {
  display: none;
}

.bold-text {
  color: var(--black-web);
  font-size: 1.1rem;
}

.l-youtube {
  height: auto;
  display: none;
}

.social-links-footer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 160px;
  display: flex;
}

.body-politica {
  background-color: var(--gray);
  color: var(--white-web);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  display: flex;
}

.body-cookiesof {
  background-color: var(--gray);
  color: var(--white-web);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.body-agenda {
  color: var(--yellow-green\<deleted\|variable-616c0c51\>);
  background-color: #f7f8fc;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-family: "Baloo 2", sans-serif;
  display: flex;
}

.body-agenda.scroll {
  background-color: var(--backgorund-azul);
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.body-packages {
  background-color: var(--gray);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
}

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

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

.packages-html {
  background-color: var(--transparent);
  color: var(--white-web);
  margin-top: 0;
}

.body-home {
  color: var(--yellow-green\<deleted\|variable-616c0c51\>);
  background-color: #f7f8fc;
  flex-flow: column wrap;
  place-content: center space-between;
  align-items: center;
  min-height: auto;
  font-family: "Baloo 2", sans-serif;
  transition: color .3s;
  display: flex;
}

.body-home.scroll {
  box-sizing: border-box;
  grid-row-gap: 0px;
  background-color: var(--gray);
  color: #fff;
  font-family: Montserrat, sans-serif;
  transition-property: background-color;
}

.div-top-bg {
  background-color: var(--black-web);
  color: var(--black-2\<deleted\|variable-a09c0539\>);
  object-fit: contain;
  width: 100%;
  height: 120px;
  margin-top: -120px;
  margin-left: 0;
  padding-left: 0;
  display: none;
  position: static;
  inset: 0% 0% auto;
}

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

.bg-top {
  background-color: #070801;
  width: 100%;
  height: 120px;
  margin-top: -120px;
  display: none;
}

.bold-text-5 {
  color: var(--black-web);
  font-size: 1.1rem;
}

.body-3 {
  font-family: "Baloo 2", sans-serif;
}

.body-4 {
  font-family: Open Sans, sans-serif;
}

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

.section-redirecionamento-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60vh;
  padding-top: 0;
  display: flex;
}

.html-embed-17 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.container-politicas {
  letter-spacing: .5px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  margin-top: 200px;
  padding-top: 0;
  padding-bottom: 60px;
  font-family: Montserrat, sans-serif;
  line-height: 1.7;
  display: flex;
}

.paragraph-42 {
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}

.body-5, .body-6 {
  background-color: var(--gray);
  color: var(--white-web);
  margin-top: 0;
  font-family: Montserrat, sans-serif;
}

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

.paragraph-93 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.text-span-81 {
  font-size: 28px;
}

.text-span-82, .text-span-83, .text-span-84, .text-span-85 {
  font-size: 20px;
}

.text-span-86 {
  font-size: 28px;
}

.text-span-87, .text-span-88, .text-span-89 {
  font-size: 20px;
}

.section-17 {
  background-color: var(--transparent);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.div-block-197, .image-116 {
  display: block;
}

.heading-131 {
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.paragraph-107 {
  font-family: Montserrat, sans-serif;
}

.heading-132 {
  margin-top: 20px;
  padding-top: 0;
  font-weight: 700;
}

.text-span-99 {
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.paragraph-108 {
  letter-spacing: .5px;
  text-indent: 0;
  font-family: Montserrat, sans-serif;
  line-height: 1.7;
}

.text-span-100, .text-span-101, .text-span-102, .text-span-103, .text-span-104, .text-span-105, .text-span-106 {
  font-size: 18px;
  font-weight: 700;
}

.text-span-107, .text-span-108 {
  font-size: 16px;
  font-weight: 700;
}

.text-span-109, .text-span-110, .text-span-111, .text-span-112 {
  font-size: 18px;
  font-weight: 700;
}

.text-span-113, .text-span-114, .text-span-115, .text-span-116, .text-span-117, .text-span-118, .text-span-119 {
  font-weight: 600;
}

.text-span-120 {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.text-span-121, .text-span-122 {
  font-weight: 600;
}

.text-span-123, .text-span-124, .text-span-125, .text-span-126, .text-span-127 {
  font-size: 18px;
  font-weight: 700;
}

.container-26 {
  color: var(--texto-001);
  margin-top: 100px;
  padding-bottom: 100px;
}

.container-26.paragraph-108 {
  padding-bottom: 100px;
}

.heading-133, .heading-134, .heading-135 {
  font-weight: 700;
}

.heading-136 {
  padding-top: 20px;
  font-weight: 700;
}

.link-block-12 {
  display: flex;
}

.link-block-12.w--current {
  justify-content: center;
  align-items: center;
  display: block;
}

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

.container-27 {
  max-width: 1024px;
  min-height: 500px;
  margin-top: 140px;
}

.image-125 {
  object-fit: cover;
  width: 120px;
  height: 88px;
}

.div-block-223 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--transparent);
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Captura-de-tela-de-2025-01-16-11-18-11.png');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 0;
  display: flex;
}

.div-block-234 {
  background-image: url('../images/BANNERBIKEINDOORHOMEPAGE-6cd75642.jpg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 690px;
  min-height: auto;
  max-height: 680px;
  margin-left: 0;
  padding-left: 40px;
  display: flex;
}

.heading-140 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Koho, Arial, sans-serif;
  font-size: 38px;
  font-weight: 700;
}

.button-18 {
  background-color: var(--primary-web);
  color: var(--black-web);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 287px;
  height: 55px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.div-block-251 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000008c;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 100px;
  margin-left: 40px;
  padding: 42px;
  display: flex;
}

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

.link-21 {
  color: var(--white-web);
  text-transform: uppercase;
  text-decoration: none;
}

.div-block-255 {
  background-color: var(--transparent);
  opacity: 1;
  flex: 1;
  width: 100%;
  height: 600px;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-256 {
  max-width: 960px;
  margin: 100px auto;
  display: flex;
}

.div-block-257 {
  border-right: 1px solid var(--primary-web);
  border-bottom: 1px solid var(--primary-web);
  width: 50%;
  height: 350px;
  padding-bottom: 0;
}

.div-block-258 {
  border-top: 1px solid var(--primary-web);
  border-left: 1px solid var(--primary-web);
  width: 50%;
  height: 350px;
}

.heading-147 {
  margin-top: 75px;
  padding-left: 60px;
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
}

.bold-text-8 {
  text-transform: uppercase;
  font-family: Koho, Arial, sans-serif;
  font-size: 48px;
  font-weight: 700;
  position: static;
}

.bold-text-9 {
  color: var(--primary-web);
  text-transform: uppercase;
  font-family: Koho, Arial, sans-serif;
  font-size: 48px;
}

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

.div-block-259.div-invert {
  flex-flow: row-reverse;
}

.div-block-260 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.image-143 {
  object-fit: cover;
  height: 520px;
}

.heading-148 {
  color: var(--primary-web);
  text-transform: uppercase;
  font-family: Koho, Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
}

.div-block-262 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 480px;
  padding-right: 0;
  display: flex;
}

.div-block-263 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
}

.paragraph-115 {
  padding-top: 20px;
  font-size: 18px;
}

.div-block-264 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-bottom: 10px;
  display: flex;
}

.paragraph-116, .paragraph-117 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 14px;
  display: flex;
}

.image-144 {
  z-index: auto;
  width: auto;
  height: 160px;
  animation: 15s linear infinite stamp-rotate;
  position: absolute;
}

.image-145 {
  height: 101px;
  margin-top: 30px;
  margin-left: 30px;
  padding-top: 0;
  position: absolute;
}

.div-block-265 {
  z-index: auto;
  width: 160px;
  margin-top: 300px;
  margin-left: 500px;
  position: absolute;
  top: auto;
}

.div-block-265.invert {
  margin-top: 300px;
  margin-left: 0;
  margin-right: 500px;
}

.heading-149 {
  color: var(--primary-web);
  text-align: center;
  padding-bottom: 12px;
  font-family: Koho, Arial, sans-serif;
  font-size: 38px;
}

.div-block-266 {
  margin-top: 150px;
}

.paragraph-118 {
  text-align: center;
  width: 960px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-146 {
  vertical-align: sub;
  width: auto;
  height: 380px;
}

.image-146.icons {
  height: 85px;
}

.div-block-267 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

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

.code-embed-2 {
  flex: 0 auto;
  width: 100%;
  max-width: 880px;
  height: 350px;
  margin-bottom: 100px;
}

.heading-150 {
  font-family: Koho, Arial, sans-serif;
  font-size: 42px;
  font-weight: 700;
}

.heading-150.specif {
  font-weight: 700;
}

.div-block-271 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

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

.image-148 {
  object-fit: cover;
  width: 129px;
  max-width: none;
  height: 95px;
}

.paragraph-121 {
  color: var(--white-web);
  padding-top: 20px;
  font-size: 13px;
}

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

.link-22 {
  color: var(--white-web);
  text-transform: uppercase;
  font-size: 11px;
  text-decoration: none;
}

.link-22:hover {
  text-decoration: underline;
}

.link-22.link-line-bottom {
  display: inline-block;
}

.link-22.link-line-bottom:hover {
  text-decoration: none;
}

.heading-151 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.code-embed-3, .div-block-274, .div-block-275 {
  color: var(--white-web);
}

.div-block-275.gap-icons-app {
  padding-right: 10px;
}

.bold-text-10, .bold-text-11, .bold-text-12 {
  font-size: 15px;
}

.div-block-277 {
  background-image: url('../images/passo02.png');
  background-position: 50%;
  background-size: cover;
  width: 280px;
  max-width: none;
  height: 380px;
}

.div-block-277.passo-1 {
  background-image: url('../images/passo01.png');
}

.div-block-277.passo2 {
  background-repeat: no-repeat;
  text-decoration: none;
}

.div-block-277.passo3 {
  background-image: url('../images/passo03.png');
  text-decoration: none;
}

.div-block-277.passo4 {
  background-image: url('../images/passo04.png');
  text-decoration: none;
}

.paragraph-123 {
  color: var(--white-web);
  text-align: center;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.div-block-278 {
  background-color: #0006;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: none;
}

.heading-152 {
  color: var(--white-web);
}

.body-8 {
  background-color: var(--gray);
}

.link-26 {
  color: var(--white-web);
}

.text-block-3 {
  color: var(--white-web);
  text-transform: uppercase;
}

.icon-3 {
  color: var(--texto-001);
  margin-right: 0;
}

.dropdown-toggle-3 {
  padding: 10px 20px 10px 0;
}

.container-30 {
  color: var(--white-web);
  min-height: 600px;
  margin-top: 100px;
  margin-bottom: 40px;
  padding-top: 100px;
}

.body-9 {
  background-color: var(--backgorund-azul);
  color: var(--white-web);
}

.heading-153 {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

.heading-154 {
  color: var(--white-web);
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.paragraph-126 {
  color: var(--white-web);
  margin-top: 20px;
}

.div-block-281 {
  color: var(--white-web);
  background-image: url('../images/smart-mao-acd51528.svg');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  background-attachment: scroll;
}

.div-block-282 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--white-web);
  background-color: #1aa0f1;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding: 10px 15px;
  text-decoration: none;
  display: inline-flex;
}

.paragraph-127 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  display: flex;
}

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

.body-10 {
  background-color: var(--gray);
}

.container-31 {
  max-width: 960px;
  min-height: 600px;
  margin-top: 220px;
  padding-left: 40px;
  padding-right: 40px;
}

.faq-p {
  background-color: var(--transparent);
  border-radius: 0;
  width: 100%;
  max-width: 960px;
  margin-bottom: -12px;
  overflow: hidden;
}

.faq-p.dife, .faq-p.dife.gg {
  margin-bottom: -12px;
}

.faq-p.diferent {
  margin-bottom: 0;
}

.faq {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--gray3);
  white-space: break-spaces;
  background-color: #f2f2f2;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 65px;
  padding: 0 50px 0 18px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  left: 0;
  overflow: auto;
}

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

.faq.faq-diferent {
  max-height: 200px;
  padding-top: 0;
  padding-bottom: 0;
}

.toggle-text {
  z-index: 2;
  color: #414345;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
}

.toggle-text.togle-difer {
  line-height: 1.2;
}

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

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

.faq-body-cont {
  background-color: var(--transparent);
  border-top: 1px #000;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.faq-answer-2 {
  color: var(--white-web);
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  line-height: 20px;
}

.container-32 {
  max-width: 960px;
  margin-top: 236px;
  margin-bottom: 100px;
  padding-left: 40px;
  padding-right: 40px;
}

.body-11 {
  background-color: var(--gray);
}

.heading-155 {
  color: var(--white-web);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.div-block-285 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--white-web);
  flex-flow: column;
  margin-top: 10px;
  text-decoration: none;
  display: flex;
}

.link-27, .link-28 {
  color: var(--cinza-font);
  font-size: 13px;
  text-decoration: none;
}

.heading-156 {
  font-size: 15px;
}

.image-151, .image-152, .image-153, .image-154, .image-155, .image-156, .image-157, .image-158, .image-159, .image-160, .image-161, .image-162, .image-163, .image-164, .image-165 {
  height: 32px;
}

.div-block-287 {
  width: 100%;
  max-width: 960px;
  min-height: 200px;
}

.heading-157 {
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.bold-text-14 {
  color: var(--primary-web);
  font-size: 20px;
  text-decoration: none;
}

.link-29 {
  text-decoration: none;
}

.div-block-288 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 60px;
  display: flex;
}

.div-block-289 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin-top: 0;
  display: block;
}

.dropdown-list-4 {
  background-color: var(--gray3);
  color: var(--white-web);
}

.dropdown-link-2 {
  background-color: var(--backgorund-azul);
  color: var(--text-dropt-color);
  padding-top: 15px;
  padding-bottom: 15px;
}

.dropdown-link-2:hover {
  background-color: var(--black-web);
  color: var(--white-web);
}

.dropdown-link-3 {
  background-color: var(--backgorund-azul);
  color: var(--text-dropt-color);
  padding-top: 15px;
  padding-bottom: 15px;
}

.dropdown-link-3:hover {
  background-color: var(--black-web);
  color: var(--white-web);
}

.dropdown-link-4 {
  background-color: var(--backgorund-azul);
  color: var(--text-dropt-color);
  padding-top: 15px;
  padding-bottom: 15px;
}

.dropdown-link-4:hover {
  background-color: var(--black-web);
  color: var(--white-web);
}

.dropdown-link-5 {
  background-color: var(--backgorund-azul);
  color: var(--text-dropt-color);
  padding-top: 15px;
  padding-bottom: 15px;
}

.dropdown-link-5:hover {
  background-color: var(--black-web);
  color: var(--white-web);
}

.dropdown-link-6 {
  background-color: var(--backgorund-azul);
  color: var(--text-dropt-color);
  padding-top: 15px;
  padding-bottom: 15px;
}

.dropdown-link-6:hover {
  background-color: var(--black-web);
  color: var(--white-web);
}

.pagekraft-auth-logout.button-secondary-wellness {
  background-color: var(--primary-web);
  color: var(--black-web);
  cursor: pointer;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding-top: 9px;
  padding-bottom: 9px;
  font-weight: 700;
  line-height: 21px;
  transition-property: none;
  display: none;
}

.button-primary-wellness-my-account {
  background-color: #6ebdba;
  border-radius: 6px;
  font-weight: 500;
  line-height: 25px;
}

.button-primary-wellness-my-account.pagekraft-auth-my-account {
  color: #6ebdba;
  background-color: #fff0;
  transition: transform .2s;
}

.button-primary-wellness-my-account.pagekraft-auth-my-account:hover {
  transform: scale(1.03);
}

.button-primary-wellness-my-account.pagekraft-auth-my-account.button-secondary-wellness {
  border: 1px solid var(--primary-web);
  color: var(--primary-web);
  cursor: pointer;
  background-color: #0000;
  font-weight: 700;
  line-height: 21px;
  transition-property: none;
  display: none;
}

.button-primary-wellness-my-account.pagekraft-auth-my-account.button-secondary-wellness:hover {
  background-color: var(--primary-web);
  color: var(--black-web);
  justify-content: center;
  align-items: center;
  transform: none;
}

.button-primary-wellness-my-account.pagekraft-auth-register {
  color: #6ebdba;
  background-color: #fff0;
  transition: transform .2s;
}

.button-primary-wellness-my-account.pagekraft-auth-register:hover {
  transform: scale(1.03);
}

.button-primary-wellness-my-account.pagekraft-auth-register.button-secondary-wellness {
  border: 1px solid var(--primary-web);
  color: var(--primary-web);
  cursor: pointer;
  background-color: #0000;
  font-weight: 700;
  line-height: 21px;
  transition: box-shadow .2s;
  display: none;
}

.button-primary-wellness-my-account.pagekraft-auth-register.button-secondary-wellness:hover {
  background-color: var(--primary-web);
  color: var(--black-web);
  display: flex;
  transform: none;
}

.div-block-291 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  min-width: 334px;
  display: flex;
}

.car-shopping.pagekraft-auth-checkout.button-secondary-wellness {
  background-color: var(--primary-web);
  color: var(--black-web);
  cursor: pointer;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 8px 10px;
  line-height: 1;
  transition-property: none;
  display: flex;
}

.div-block-90 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 2px #f1f0f6;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 0;
  display: flex;
}

.button-20 {
  background-color: var(--primary-web);
  color: var(--black-web);
  border-radius: 6px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.button-20.pagekraft-auth-login {
  justify-content: center;
  align-items: center;
  display: none;
}

.list {
  list-style-type: lower-roman;
}

.div-block-292 {
  color: var(--white-web);
}

.image-166, .image-167, .image-168 {
  height: 100%;
  padding-bottom: 40px;
}

.image-169 {
  height: 100%;
}

.div-block-293 {
  color: var(--white-web);
}

.image-170 {
  height: 50%;
  padding-bottom: 40px;
}

.div-politicas {
  width: 100%;
  max-width: 940px;
  min-height: 500px;
  margin-top: 140px;
  padding-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

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

.heading-159 {
  letter-spacing: 0;
  font-weight: 700;
}

.heading-160 {
  font-size: 18px;
  font-weight: 700;
}

.heading-161, .heading-162 {
  font-weight: 700;
}

.heading-160-copy {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
}

.div-politicas-2 {
  color: #1e1e1e;
  width: 100%;
  max-width: 1220px;
  min-height: 500px;
  margin-top: 140px;
  padding-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.paragraph-8 {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

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

.paragraph-9 {
  font-size: 24px;
  line-height: 30px;
}

.heading-163, .heading-164 {
  font-weight: 700;
}

.paragraph-128 {
  line-height: 1.9;
}

.code-embed-4, .code-embed-5, .code-embed-6, .code-embed-7, .code-embed-8 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-4, .dropdown-link-7 {
  color: var(--white-web);
}

.dropdown-list-5 {
  width: 100%;
}

.dropdown-list-6 {
  top: 0;
  left: 100%;
  right: 0;
}

.dropdown-3 {
  background-color: var(--backgorund-azul);
  width: 250px;
}

.dropdown-3:hover {
  background-color: var(--black-web);
}

.navbar {
  width: 212px;
}

.icon-4.no-absolute {
  position: relative;
}

.text-block-7 {
  color: var(--white-web);
}

.dropdown-toggle-4 {
  color: var(--text-dropt-color);
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.dropdown-toggle-4:hover {
  color: var(--white-web);
}

.div-block-294 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  width: 60%;
  display: inline-flex;
}

.dropdown-toggle-5 {
  color: var(--text-dropt-color);
  padding-top: 15px;
  padding-bottom: 15px;
}

.dropdown-toggle-5:hover {
  color: var(--white-web);
}

.dropdown-toggle-6 {
  color: var(--text-dropt-color);
  padding-top: 15px;
  padding-bottom: 15px;
}

.dropdown-toggle-6:hover {
  color: var(--white-web);
}

.paragraph-129, .paragraph-130, .paragraph-131 {
  text-align: center;
}

.code-embed-9 {
  width: auto;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.dropdown-4 {
  color: var(--white-web);
}

.body-12 {
  background-color: var(--gray);
}

@media screen and (min-width: 1280px) {
  .l-nav {
    background-color: var(--transparent);
  }

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

  .html-embed-2.login-top.header-cad {
    justify-content: center;
    align-items: center;
    width: 270px;
  }

  .body-home.scroll {
    background-color: var(--transparent);
  }

  .section-17 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-197 {
    justify-content: center;
    align-items: center;
    width: 270px;
    margin-left: 0;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .l-nav {
    background-color: var(--transparent);
  }

  .html-embed-2.login-top.header-cad {
    min-width: auto;
    max-width: 500px;
  }

  .section-17 {
    justify-content: space-between;
  }

  .div-block-223 {
    justify-content: flex-end;
  }

  .faq-p.dife, .faq-p.dife.gg {
    margin-bottom: -12px;
  }

  .faq {
    height: 65px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .faq.faq-diferent {
    overflow: hidden;
  }

  .dropdown-list-4 {
    background-color: #1d1d1b;
  }

  .dropdown-link-2:hover, .dropdown-link-3:hover, .dropdown-link-4:hover, .dropdown-link-5:hover, .dropdown-link-6:hover {
    background-color: var(--black-web);
  }

  .dropdown-list-6 {
    background-color: var(--backgorund-azul);
  }

  .dropdown-3:hover {
    background-color: var(--black-web);
  }

  .dropdown-3.especifique {
    width: 250px;
  }

  .icon-4 {
    color: var(--white-web);
    transform: rotate(260deg);
  }

  .text-block-5, .text-block-6, .text-block-7 {
    color: var(--texto-001);
  }
}

@media screen and (min-width: 1920px) {
  .l-nav {
    background-color: var(--transparent);
    padding-top: 0;
    padding-bottom: 0;
  }

  .c-container {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: none;
    height: auto;
  }

  .c-nav-compra {
    font-family: gobold;
    font-weight: 700;
  }

  .html-embed-2.login-top.header-cad {
    justify-content: center;
    align-items: center;
    width: 270px;
    min-width: auto;
    max-width: 500px;
    display: flex;
  }

  .footer {
    background-color: var(--gray3);
  }

  .f-container {
    flex-flow: row;
    justify-content: space-between;
    max-width: 960px;
    height: auto;
    padding-top: 60px;
    display: flex;
  }

  .section-17 {
    justify-content: space-between;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .div-block-234 {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/BANNERBIKEINDOORHOMEPAGE-6cd75642.jpg');
    background-position: 50%;
    background-size: cover;
    background-clip: border-box;
    width: 100%;
    height: 690px;
  }

  .div-block-251 {
    margin-left: 40px;
  }

  .div-block-255 {
    opacity: 1;
  }

  .heading-147 {
    text-transform: uppercase;
    margin-top: 110px;
    padding-left: 60px;
    font-family: Koho, Arial, sans-serif;
    font-size: 48px;
    left: auto;
  }

  .text-span-132 {
    color: var(--primary-web);
  }

  .div-block-259 {
    opacity: 1;
    flex: 1;
    justify-content: center;
    align-items: center;
    max-width: 960px;
    display: flex;
  }

  .div-block-259.div-invert {
    justify-content: space-between;
  }

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

  .image-143 {
    height: 520px;
  }

  .div-block-261 {
    flex: 0 auto;
  }

  .heading-148 {
    color: var(--primary-web);
    font-family: Koho, Arial, sans-serif;
    font-size: 40px;
  }

  .paragraph-116, .paragraph-117 {
    margin-bottom: 0;
  }

  .div-block-265 {
    margin-left: 150px;
  }

  .heading-149 {
    font-weight: 700;
  }

  .paragraph-118 {
    max-width: 960px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-146 {
    width: auto;
    height: 380px;
  }

  .div-block-267 {
    max-width: none;
    padding-top: 10px;
    padding-bottom: 60px;
  }

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

  .code-embed-2 {
    width: 880px;
    margin-top: 40px;
  }

  .heading-150 {
    text-transform: uppercase;
    margin-top: 40px;
    padding-top: 0;
    font-family: Koho, Arial, sans-serif;
    font-size: 42px;
  }

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

  .div-block-275.gap-icons-app {
    padding-right: 10px;
  }

  .paragraph-127 {
    margin-bottom: 0;
  }

  .container-32 {
    margin-top: 180px;
  }

  .heading-155 {
    margin-top: 40px;
  }

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

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

  .l-nav {
    mix-blend-mode: normal;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    height: 100px;
    min-height: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    position: fixed;
    inset: 0 0%;
  }

  .c-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #0000;
    flex-direction: row;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    min-width: 0%;
    max-width: none;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .c-nav-logo {
    text-align: left;
    flex-direction: row;
    flex: 1;
    order: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: none;
  }

  .c-nav-logo.w--current {
    flex: 1;
    order: 1;
    min-width: 0;
    margin-right: 0;
    display: block;
  }

  .c-nav-link {
    color: var(--white-web);
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5px;
    line-height: 1.5;
  }

  .c-nav-link:hover {
    color: var(--yellow\<deleted\|variable-8ba44cf5\>);
  }

  .c-nav-link:active, .c-nav-link:focus {
    color: var(--white-web);
  }

  .nav-menu {
    object-fit: contain;
    background-color: #000;
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: center;
    width: 0%;
    height: 0;
    margin-top: 0;
    margin-left: -2000px;
    padding-top: 0;
    padding-left: 0;
    display: none;
    overflow: hidden;
  }

  .image {
    text-align: left;
    flex: 0 auto;
    order: 1;
    align-self: center;
    width: auto;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: auto;
  }

  .c-nav-compra {
    background-color: #0000;
    display: none;
  }

  .menu-button {
    background-color: #0000;
    flex: 0 auto;
    order: -1;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    width: auto;
    padding-right: 18px;
    display: block;
  }

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

  .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: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .html-embed-2.login-top {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .html-embed-2.login-top.header-cad, .navigation {
    display: none;
  }

  .footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .f-container {
    justify-content: space-between;
    align-items: stretch;
    padding-top: 60px;
    padding-left: 10px;
    display: block;
  }

  .grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 25% 25% 25% 25%;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: flex-start space-between;
    place-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .div-block-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    order: 1;
    grid-template-rows: 100% auto;
    grid-template-columns: 50% 1fr;
    grid-auto-columns: 1fr;
    align-self: flex-start;
    min-width: 320px;
    margin-bottom: 40px;
    padding-left: 0;
    font-size: .8rem;
    display: flex;
  }

  .f-r-link {
    font-size: 1rem;
  }

  .heading-11 {
    font-size: .875rem;
  }

  .div-block-5 {
    order: -1;
    align-self: center;
    align-items: center;
    width: auto;
  }

  .image-3 {
    width: 228px;
    max-width: 100%;
    height: 96px;
  }

  .html-embed-3 {
    width: 100%;
    height: 100%;
    display: block;
    position: static;
    inset: 0% 0% auto;
  }

  .icon {
    color: var(--black-web);
    background-color: #c0ff72;
    display: none;
  }

  .box-r-sociais.menu {
    margin-top: 0%;
    padding-bottom: 40px;
    padding-left: 20px;
    display: block;
  }

  .box-r-sociais.menu.social-box-menu {
    margin-top: 10%;
    font-size: .875rem;
    display: none;
  }

  .heading-12 {
    text-align: left;
    font-size: .875rem;
  }

  .heading-12.rs-mobile {
    color: #d45700;
  }

  .div-block-16 {
    align-items: center;
  }

  .html-embed-9 {
    color: var(--yellow-green\<deleted\|variable-616c0c51\>);
    cursor: pointer;
    display: flex;
  }

  .html-embed-10 {
    cursor: pointer;
    display: flex;
  }

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

  .html-embed-11 {
    padding-top: 0;
  }

  .div-block-22 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .button-3 {
    color: var(--white-web);
    cursor: pointer;
    background-color: #0000;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-top: 10px;
    font-size: 24px;
    font-weight: 500;
    line-height: 2;
    display: flex;
    position: static;
    inset: 13% 0% auto 50%;
  }

  .div-block-23 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-left: 0;
    display: flex;
    position: static;
    inset: auto 0% 15%;
  }

  .image-4 {
    width: 32px;
    max-width: none;
    height: 24px;
  }

  .car-mobile {
    order: 1;
    align-self: center;
    height: auto;
    display: block;
  }

  .html-embed-13 {
    margin-bottom: 0;
    margin-right: 0;
    display: none;
  }

  .bold-text {
    font-size: 1.1rem;
  }

  .facebook-icon {
    cursor: pointer;
    display: flex;
  }

  .instagram-icon {
    cursor: pointer;
  }

  .youtube-icon {
    cursor: pointer;
    display: flex;
  }

  .social-links-footer {
    align-items: center;
  }

  .body-home {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .bold-text-3 {
    color: var(--white-web);
  }

  .div-block-49 {
    padding-left: 0;
    display: block;
  }

  .div-block-50 {
    background-color: var(--black-web);
    width: 80%;
    height: 100%;
    min-height: 100vh;
    margin-top: -50px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 40px;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .html-embed-17 {
    margin-top: 10px;
  }

  .container-politicas {
    margin-top: 180px;
  }

  .coluna-2 {
    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;
    display: flex;
  }

  .section-17 {
    justify-content: center;
    align-items: stretch;
    width: 100%;
    padding-left: 0;
  }

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

  .image-116 {
    min-width: 100px;
    height: 40px;
    display: block;
  }

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

  .link-block-12.w--current, .div-block-222 {
    display: block;
  }

  .heading-140 {
    font-size: 36px;
  }

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

  .div-block-255 {
    height: auto;
  }

  .div-block-256 {
    margin-left: 10px;
    padding-right: 10px;
  }

  .div-block-257 {
    margin-left: 0;
    padding-left: 0;
  }

  .heading-147 {
    margin-top: 100px;
    padding-left: 40px;
    font-size: 24px;
  }

  .bold-text-8, .bold-text-9 {
    font-size: 40px;
  }

  .div-block-259, .div-block-259.div-invert {
    flex-flow: column;
  }

  .div-block-265 {
    margin-left: 350px;
  }

  .div-block-265.invert {
    margin-top: 350px;
    margin-right: -350px;
  }

  .heading-149 {
    word-break: normal;
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .paragraph-118 {
    width: auto;
    max-width: 960px;
  }

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

  .code-embed-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-30 {
    padding-top: 109px;
  }

  .div-block-281 {
    background-repeat: no-repeat;
    background-size: 300px;
  }

  .image-150 {
    height: 22px;
  }

  .div-block-283 {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    display: flex;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .container-31 {
    margin-top: 190px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .faq-p {
    margin-bottom: -12px;
  }

  .faq-p.dife, .faq-p.dife.gg {
    margin-top: 0;
    margin-bottom: -12px;
  }

  .faq-p.faq2, .faq-p.fa44, .faq-p.faq8 {
    margin-bottom: -12px;
  }

  .faq {
    height: 65px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .toggle-text {
    text-overflow: ellipsis;
    line-height: .8;
  }

  .toggle-text.togle-difer {
    direction: ltr;
    line-height: .9;
  }

  .container-32 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-287, .heading-157 {
    text-align: center;
  }

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

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

  .l-nav {
    mix-blend-mode: normal;
    min-height: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .c-container {
    justify-content: center;
    align-items: center;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .c-nav-logo.w--current {
    flex: 1;
    align-self: center;
    padding-left: 0;
    display: flex;
  }

  .nav-menu {
    height: 100vh;
    display: none;
  }

  .image {
    flex: 1;
    order: 1;
    max-width: none;
    max-height: 60px;
    margin-left: 0;
    margin-right: 15%;
  }

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

  .db-agenda.padding-default {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .html-embed-2.login-top.header-cad {
    display: none;
  }

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

  .f-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .grid-2 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

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

  .f-r-link {
    font-size: 1rem;
  }

  .heading-11 {
    margin-bottom: 0;
    font-size: 1.1rem;
  }

  .div-block-5 {
    justify-content: flex-start;
    align-self: flex-start;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .image-3 {
    max-width: 100%;
  }

  .box-r-sociais.menu {
    margin-top: 20px;
    padding-left: 0;
  }

  .box-r-sociais.menu.social-box-menu {
    padding-left: 20px;
  }

  .div-block-16 {
    justify-content: flex-start;
    margin-left: 0;
  }

  .html-embed-11 {
    padding-top: 0;
  }

  .div-block-22 {
    padding-left: 0;
  }

  .button-3 {
    justify-content: center;
    align-items: center;
    line-height: 2;
    display: flex;
  }

  .div-block-23 {
    position: static;
    inset: auto 0% 15%;
  }

  .html-embed-13 {
    margin-right: 0;
  }

  .bold-text {
    font-size: 1.1rem;
  }

  .social-links-footer {
    justify-content: flex-start;
    margin-left: 0;
  }

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

  .bold-text-3 {
    color: var(--white-web);
  }

  .bold-text-5 {
    font-size: 1.1rem;
  }

  .div-block-49 {
    padding-left: 0;
  }

  .div-block-50 {
    min-height: 100vh;
  }

  .html-embed-17 {
    margin-top: 10px;
  }

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

  .section-17 {
    width: 100%;
    padding-left: 0;
  }

  .image-116 {
    min-width: auto;
    max-width: none;
    height: 32px;
  }

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

  .div-block-234 {
    background-position: 50%;
  }

  .div-block-251 {
    margin-left: 0;
  }

  .div-block-255 {
    margin-bottom: 120px;
  }

  .div-block-259, .div-block-259.div-invert {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-265 {
    margin-top: -120px;
    margin-bottom: 0;
    margin-left: 0;
    position: relative;
  }

  .div-block-265.invert {
    margin-top: -120px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

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

  .div-block-274 {
    width: 100%;
    max-width: 250px;
  }

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

  .div-block-281 {
    background-position: 100% 100%;
  }

  .toggle-text {
    font-size: 16px;
  }

  .div-block-286, .div-block-290 {
    width: 100%;
    max-width: 250px;
  }
}

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

  .heading {
    font-size: 1.5rem;
  }

  .l-nav {
    background-color: var(--black-web);
    mix-blend-mode: normal;
    justify-content: center;
    align-items: center;
    min-height: 0;
    display: flex;
    position: relative;
  }

  .l-nav.minhaclasse {
    background-color: var(--transparent);
  }

  .c-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--transparent);
    order: 0;
    justify-content: center;
    align-items: center;
    min-width: 0%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    display: flex;
  }

  .c-nav-logo.w--current {
    flex: 1;
    order: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .c-nav-link {
    color: var(--white-web);
  }

  .nav-menu {
    opacity: 1;
    -webkit-text-stroke-color: #101010;
    mix-blend-mode: normal;
    background-color: #000;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    margin-top: 0;
  }

  .image {
    flex: 0 auto;
    order: 1;
    align-self: center;
    margin-left: 0;
    margin-right: 15%;
  }

  .menu-button {
    flex: 0 auto;
    order: 0;
    align-self: center;
  }

  .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;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .html-embed-2.login-top.header-cad {
    display: none;
  }

  .footer {
    margin-bottom: auto;
    padding: 0;
  }

  .f-container {
    height: auto;
    padding-top: 60px;
    padding-bottom: 40px;
    display: flex;
  }

  .grid-2 {
    flex-wrap: nowrap;
    margin-top: 0;
  }

  .div-block-4 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
    min-width: auto;
    margin-bottom: 40px;
    display: flex;
  }

  .f-r-link {
    font-size: 1rem;
  }

  .div-block-5 {
    justify-content: flex-start;
    margin-bottom: 20px;
  }

  .image-3 {
    width: 100%;
    max-width: 220px;
    height: 96px;
  }

  .html-embed-3 {
    display: block;
  }

  .box-r-sociais {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .box-r-sociais.menu {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .heading-12.rs-mobile {
    color: var(--white-web);
  }

  .html-embed-9, .html-embed-10 {
    display: flex;
  }

  .pagekraft-agenda {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    display: block;
  }

  .div-block-22 {
    padding-left: 0;
  }

  .button-3 {
    justify-content: center;
    align-items: center;
    line-height: 2;
    display: flex;
  }

  .div-block-23 {
    position: static;
    inset: auto 0% 15%;
  }

  .image-4 {
    width: 24px;
  }

  .bold-text {
    font-size: 1.1rem;
  }

  .facebook-icon, .youtube-icon {
    display: flex;
  }

  .body-politica, .body-cookiesof {
    margin-top: 0;
  }

  .body-home {
    background-color: #f7f8fc;
    align-items: center;
  }

  .bold-text-3 {
    color: var(--white-web);
  }

  .div-top-bg {
    display: none;
  }

  .bold-text-5 {
    font-size: 1.1rem;
  }

  .div-block-49 {
    padding-left: 0;
  }

  .div-block-50 {
    min-height: 100vh;
    margin-top: -50px;
    padding-top: 20px;
  }

  .html-embed-17 {
    margin-top: 0;
  }

  .container-politicas {
    padding-top: 40px;
  }

  .body-5, .body-6 {
    margin-top: 0;
  }

  .coluna-2, .section-17 {
    width: 100%;
  }

  .image-116 {
    min-width: auto;
    height: 32px;
    display: block;
  }

  .container-26 {
    margin-top: 160px;
  }

  .container-27 {
    margin-top: 10px;
  }

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

  .div-block-234 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
  }

  .heading-140 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 28px;
  }

  .button-18 {
    width: 100%;
    font-size: 14px;
  }

  .div-block-251 {
    margin-top: 40px;
    margin-left: 0;
    margin-right: 10px;
  }

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

  .heading-147 {
    width: 90%;
    padding-left: 20px;
  }

  .bold-text-8, .bold-text-9 {
    font-size: 32px;
  }

  .div-block-259 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-265, .div-block-265.invert {
    display: flex;
  }

  .heading-149 {
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
  }

  .code-embed-2 {
    width: auto;
    max-width: 880px;
  }

  .heading-150 {
    padding-left: 10px;
  }

  .heading-150.specif {
    padding-left: 0;
  }

  .image-147 {
    padding-right: 10px;
  }

  .container-30 {
    min-height: 800px;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-281 {
    background-position: 100% 100%;
    background-size: 200px;
  }

  .image-150.menu-mobile-action {
    height: 18px;
  }

  .toggle-text {
    max-width: none;
    font-size: 14px;
    display: block;
  }

  .container-32 {
    margin-top: 180px;
  }

  .link-27 {
    word-break: break-all;
  }

  .div-block-287 {
    text-align: center;
    padding-left: 0;
  }

  .heading-157, .link-29 {
    text-align: center;
  }
}

#w-node-_0b422a80-4c31-7444-5fe5-f911e55d182f-865dbe12, #w-node-_0b422a80-4c31-7444-5fe5-f911e55d1830-865dbe12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Koho';
  src: url('../fonts/KoHo-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Koho';
  src: url('../fonts/KoHo-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Koho';
  src: url('../fonts/KoHo-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Koho';
  src: url('../fonts/KoHo-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Koho';
  src: url('../fonts/KoHo-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Koho';
  src: url('../fonts/KoHo-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Koho';
  src: url('../fonts/KoHo-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Koho';
  src: url('../fonts/KoHo-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Koho';
  src: url('../fonts/KoHo-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Koho';
  src: url('../fonts/KoHo-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Koho';
  src: url('../fonts/KoHo-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Koho';
  src: url('../fonts/KoHo-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}