:root {
  --white: white;
  --black: black;
  --silver: #b8b8b8;
  --dark-slate-grey: #3e3e3f;
  --maroon-3: #66192b;
  --maroon-2: #521422;
  --maroon: #66192b;
  --red: #d33120;
  --black-line: #202326;
  --crimson: #cc3256;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

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

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

body {
  color: #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;
}

.button-2 {
  color: #fff;
  background-color: #03a9f4;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 1.25rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s ease-in-out;
  display: flex;
}

.button-2:hover {
  background-color: #0474a7;
}

.button-2.btn-hover-shine:hover {
  background-color: #03a9f4;
}

.body {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  color: var(--black);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: auto;
  font-family: Montserrat, sans-serif;
  transition: color .3s;
  display: flex;
}

.body.div-plano {
  background-color: var(--white);
  color: var(--black);
  transition-property: none;
}

.l-nav {
  background-color: var(--black);
  flex-flow: row;
  place-content: space-around;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

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

.dobra-quarta {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0 0;
}

.dobra-quarta.dobra-adft {
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
}

.dobra-quarta.coachs {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.dobra-quarta.carrossel {
  width: 100%;
  height: 580px;
  margin-top: auto;
  margin-left: auto;
  padding-top: 0;
}

.dobra-quarta.carrossel.d-carrossel {
  background-color: #000;
  max-width: 100%;
  margin-bottom: 0;
  padding-bottom: 140px;
}

.dobra-quarta.dobra-coletivas {
  padding-left: 20px;
  display: none;
}

.segunda-dobra {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin: auto auto 0;
  padding: 120px 20px;
  display: block;
  position: static;
}

.segunda-dobra.dobra-adtf {
  width: 100%;
  height: auto;
  padding: 0 40px 0 0;
}

.segunda-dobra.dobra-treino {
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.s-container {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-block-3 {
  color: var(--silver);
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.passos {
  height: 620px;
  padding: 20px 10px;
  position: relative;
}

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

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

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

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

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

.heading-10 {
  color: #c9c9c9;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 1rem;
  line-height: 1.2;
  overflow: hidden;
}

.coluna-box {
  z-index: 0;
  object-fit: fill;
  background-color: #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;
  overflow: hidden;
}

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

.section {
  background-color: var(--white);
  width: 100%;
  max-width: none;
  min-height: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0 60px;
  position: relative;
}

.div-block-2 {
  width: 100%;
  height: 100%;
}

.div-block-2.body2 {
  background-color: var(--white);
  min-height: 60vh;
}

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

.div-block-3 {
  margin-top: 0;
}

.footer {
  background-color: var(--dark-slate-grey);
  color: var(--silver);
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.f-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  display: block;
}

.div-block-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 10px;
  display: flex;
}

.f-r-link {
  color: var(--silver);
  text-transform: uppercase;
  margin-top: 8px;
  font-style: normal;
  text-decoration: none;
}

.f-r-link:hover {
  color: var(--silver);
}

.f-r-link.w--current {
  color: var(--silver);
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  text-decoration: none;
}

.f-r-link.w--current:hover {
  font-weight: 600;
}

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

.f-r-link.w--current:focus-visible, .f-r-link.w--current[data-wf-focus-visible] {
  color: var(--silver);
}

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

.div-block-5 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.section-2 {
  justify-content: center;
  align-items: flex-start;
  min-height: 60vh;
  display: flex;
}

.div-block-6 {
  width: 90%;
  max-width: 1200px;
  height: 100%;
  padding-top: 40px;
}

.div-block-8 {
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  padding: 40px 20px 100px;
  display: block;
}

.image-3 {
  margin-top: -75px;
}

.primeira-dobra {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 696px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: static;
}

.primeira-dobra.dobra-adtf {
  max-height: none;
  position: relative;
}

.primeira-dobra.dobra-480 {
  align-items: center;
  max-height: none;
  position: relative;
}

.primeira-dobra.dobra-home {
  max-height: none;
  margin-top: 0;
  position: relative;
}

.primeira-dobra.dobra-home.home {
  background-color: var(--black);
  max-height: none;
}

.body-map {
  background-color: var(--white);
  -webkit-text-stroke-color: var(--silver);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.body-map.body-treino {
  background-color: var(--white);
}

.body-map.div-body {
  background-color: var(--black);
  flex-direction: column;
}

.body-map.div-body.div-adtf {
  background-color: var(--white);
}

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

.my-account-top {
  width: 100%;
  max-width: 100%;
}

.body-my-account {
  max-width: 100%;
}

.text-block-4 {
  color: var(--silver);
  text-align: center;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.slider {
  background-image: url('../images/HOME_Carrosel_01-min.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 100%;
}

.div-block-10 {
  background-color: #000000db;
  width: 100%;
  height: 12%;
  position: absolute;
  inset: auto 0% 0%;
}

.paragraph-5 {
  text-align: center;
  line-height: 1.5;
  position: absolute;
  inset: auto 0% 31%;
}

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

.button-3 {
  max-width: 280px;
  padding: 15px 30px;
}

.button-3.btn-primary {
  background-color: var(--maroon-3);
  color: var(--white);
  border-radius: 8px;
  margin-top: 40px;
  font-weight: 700;
}

.button-3.btn-primary:hover {
  background-color: var(--maroon-2);
  color: var(--white);
}

.slide-nav {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0%;
  padding-top: 0;
  font-size: .9rem;
  line-height: 1.1;
  display: flex;
  bottom: 30px;
}

.quarta-dobra {
  flex: 1;
  width: 100%;
  height: 720px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.quarta-dobra.dobra-4-home {
  flex: 0 auto;
  height: auto;
  margin-bottom: 0;
}

.div-block-13 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  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-ans {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

.div-block-16 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 160px;
  display: flex;
}

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

.columns-2 {
  flex-flow: wrap;
  order: 1;
  place-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0;
  display: flex;
}

.columns-2.dftimg1 {
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
}

.image-8 {
  width: 100%;
  height: 100%;
  max-height: 800px;
  margin-left: 0;
}

.column-3 {
  text-align: left;
  flex-flow: column wrap;
  place-content: center;
  align-self: flex-start;
  align-items: flex-start;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-3.spacetxt {
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 30px;
}

.column-4 {
  flex-flow: column wrap;
  place-content: center;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-4.spacemenor {
  align-items: flex-start;
  padding-right: 30px;
}

.heading-15 {
  color: var(--black);
  margin-top: -5px;
  font-size: 1.2rem;
}

.heading-15.top-txt {
  margin-bottom: 2rem;
}

.text-block-5 {
  color: var(--white);
  width: 100%;
  max-width: 471px;
  margin-top: -7px;
  margin-bottom: 20px;
  line-height: 2;
}

.text-block-5.t-experiencia {
  color: var(--white);
  margin-top: 40px;
}

.text-block-6 {
  color: var(--black);
}

.html-embed-5 {
  color: var(--black);
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 48px;
  display: flex;
}

.div-block-18 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
}

.heading-16 {
  color: var(--silver);
  font-size: 2.5rem;
}

.div-block-19 {
  text-align: center;
  background-color: #0009;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.button-4 {
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-color: var(--white);
  background-color: #66192b;
  border-radius: 8px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 320px;
  height: 52px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 9px;
  font-weight: 700;
  display: flex;
}

.button-4:hover {
  background-color: #521422;
}

.button-4.btn-colet {
  justify-content: center;
  margin-left: 0;
}

.lista-itens-icons {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 48px 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 10px;
  display: grid;
}

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

.html-embed-6 {
  width: 100%;
  margin-bottom: 0;
}

.html-embed-7, .html-embed-8 {
  display: none;
}

.html-agenda {
  padding-bottom: 60px;
}

.html-embed-11 {
  flex: none;
  width: 100%;
  position: relative;
}

.body-vh {
  min-height: 60vh;
}

.slide-4 {
  background-image: url('../images/HOME_Carrosel_02-min.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/HOME_Carrosel_03-min.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/HOME_Carrosel_04-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-23 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: space-around;
  display: flex;
}

.div-block-23.txt-coletivas {
  justify-content: flex-start;
}

.heading-19 {
  color: var(--black);
  margin-top: 11px;
  font-weight: 400;
  line-height: 0;
}

.image-18 {
  border-radius: 16px;
  width: auto;
  max-width: 170px;
  height: 100%;
}

.div-block-25 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 320px;
  padding-left: 15px;
  display: flex;
}

.heading-20 {
  color: var(--black);
  margin-top: 0;
  font-weight: 400;
}

.heading-21 {
  color: var(--silver);
  display: none;
}

.div-block-26 {
  width: 100%;
  max-width: 170px;
}

.paragraph-7 {
  color: var(--silver);
  width: 100%;
  max-width: 800px;
  margin-top: 20px;
  font-size: 1rem;
  font-style: normal;
  display: none;
}

.paragraph-7.p1 {
  color: var(--black);
  display: flex;
}

.image-19 {
  width: 470px;
  max-width: none;
  height: auto;
}

.div-block-27 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  place-content: flex-start center;
  width: 420px;
  margin-top: 20px;
  display: flex;
}

.div-block-28 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 2px solid var(--white);
  -webkit-text-stroke-width: 10px;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 130px;
  height: 135px;
  padding-top: 10px;
  padding-bottom: 5px;
  display: flex;
}

.div-block-28.bc-2, .div-block-28.bc-3, .div-block-28.bc-1 {
  width: 130px;
}

.div-block-29 {
  background-image: url('../images/O_TREINO_COACHES_Dog-min.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.div-block-29.f-1 {
  background-image: url('../images/O_TREINO_COACHES_Biel-min.jpg');
}

.div-block-29.f-2 {
  background-image: url('../images/O_TREINO_COACHES_Dog-min.jpg');
}

.div-block-29.f-3 {
  background-image: url('../images/O_TREINO_COACHES_Zelao-min.jpg');
}

.div-block-29.f-4 {
  background-image: url('../images/O_TREINO_COACHES_Matheus-min.jpg');
}

.heading-22 {
  color: var(--silver);
  -webkit-text-stroke-width: 0px;
}

.heading-22.t-1, .heading-22.t-2, .heading-22.t-3 {
  color: var(--black);
}

.image-21 {
  width: 470px;
  max-width: none;
}

.youtube {
  height: auto;
  max-height: none;
  position: relative;
}

.player {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
}

.player.banner-home {
  background-color: #000;
  position: relative;
}

.div-block-30 {
  padding-left: 20px;
}

.div-block-31 {
  margin-top: 23%;
  margin-left: 0%;
  position: absolute;
}

.image-23 {
  opacity: .33;
}

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

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

.box-r-sociais-2.menu.social-box-menu, .html-embed-17 {
  display: none;
}

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

.button-5, .image-4.menu-mobile-action {
  display: none;
}

.c-nav-compra-2 {
  flex-direction: row;
  flex: 0 auto;
  order: 1;
  justify-content: flex-end;
  align-items: baseline;
  width: auto;
  min-width: 246px;
  display: flex;
}

.image-5 {
  min-width: 180px;
  margin-left: auto;
  margin-right: auto;
}

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

.c-nav-link-2 {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: opacity .2s;
}

.c-nav-link-2:hover {
  color: var(--white);
  font-weight: 600;
  text-decoration: overline;
}

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

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

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

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

.car-mobile {
  display: none;
}

.heading-13 {
  color: #070b3b;
  margin-bottom: .5rem;
  font-size: 1rem;
}

.redirecionando {
  width: 100%;
  max-width: 1280px;
  height: 60vh;
  padding-top: 100px;
}

.div-block-38 {
  margin-top: 30px;
}

.div-block-38.div-coaches {
  min-height: 280px;
  max-height: 280px;
  position: relative;
}

.c-1 {
  border: 2px solid var(--white);
  border-radius: 16px;
  width: 420px;
  min-height: 280px;
  max-height: 280px;
  padding: 20px 10px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.c2, .c3, .c4 {
  border: 2px solid var(--white);
  border-radius: 16px;
  width: 420px;
  min-height: 280px;
  max-height: 280px;
  padding: 20px 10px;
  display: none;
  position: absolute;
}

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

.faq {
  background-color: var(--black);
  color: #070b3b;
  white-space: break-spaces;
  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;
}

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

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

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

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

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

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

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

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

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

.code-embed {
  color: #e6e6e6;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
}

.div-block-181 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-end;
  align-items: center;
  min-width: 242px;
  display: flex;
}

.button-2-ang {
  color: #e6e6e6;
  background-color: #0000;
  border: 1px #e6e6e6;
  border-radius: 6px;
  padding: 6px 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.button-2-ang:hover {
  color: var(--silver);
}

.button-2-ang.pagekraft-auth-register {
  color: var(--white);
  text-decoration: none;
  display: none;
}

.button-1-ang {
  background-color: var(--maroon);
  color: var(--white);
  text-transform: none;
  border-radius: 6px;
  padding: 6px 12px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: none;
}

.button-1-ang:hover {
  box-shadow: inset 0 2px 5px 40vh #0003;
}

.button-1-ang.pagekraft-auth-login {
  color: var(--white);
  text-decoration: none;
}

.grid-3 {
  justify-content: space-between;
  display: flex;
}

.code-embed-2 {
  width: 100%;
}

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

  .body {
    background-color: var(--black);
    justify-content: center;
    align-items: flex-start;
  }

  .l-nav {
    object-fit: fill;
    align-self: flex-start;
  }

  .c-container {
    background-color: var(--black);
    flex-direction: row;
    flex: 0 auto;
    order: 0;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .dobra-quarta {
    flex-flow: column;
    align-content: flex-start;
    align-items: flex-end;
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .dobra-quarta.coachs {
    width: auto;
  }

  .segunda-dobra {
    width: 100%;
  }

  .segunda-dobra.dobra-adtf {
    width: auto;
  }

  .segunda-dobra.dobra-treino {
    margin-bottom: 60px;
  }

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

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

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

  .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;
    display: block;
  }

  .f-container {
    justify-content: space-between;
    align-items: stretch;
    display: block;
  }

  .div-block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    order: 1;
    grid-template-rows: 100% auto;
    grid-template-columns: 50% 1fr;
    grid-auto-columns: 1fr;
    align-self: flex-start;
    display: flex;
  }

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

  .div-block-5.w--current {
    height: auto;
    position: relative;
  }

  .image-3 {
    width: auto;
    position: relative;
  }

  .primeira-dobra {
    flex-flow: column;
    align-content: flex-start;
    align-items: flex-end;
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .quarta-dobra {
    width: 100%;
  }

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

  .faq-default {
    padding-left: 48px;
    padding-right: 48px;
  }

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

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

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

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

  .columns-2 {
    flex-direction: row;
    align-items: flex-start;
    width: auto;
  }

  .column-3.spacetxt {
    padding-left: 20px;
    display: flex;
  }

  .column-4 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 20px;
  }

  .column-4.spacemenor {
    padding-left: 20px;
  }

  .text-block-5 {
    width: auto;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .div-block-18 {
    inset: 0% 0% auto;
  }

  .heading-16 {
    font-size: 3.375rem;
  }

  .div-block-19 {
    height: 100px;
  }

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

  .player {
    inset: 0% 0% auto;
  }

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

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

  .icon-2 {
    background-color: #c0ff72;
    display: none;
  }

  .html-embed-17 {
    width: 100%;
    height: 100%;
    padding-left: 20px;
    display: block;
    position: static;
    inset: 0% 0% auto;
  }

  .nav-menu-2 {
    object-fit: contain;
    background-color: #000;
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-end;
    align-self: center;
    width: 80%;
    height: 100vh;
    margin-top: auto;
    overflow: hidden;
  }

  .button-5 {
    color: var(--white);
    -webkit-text-stroke-color: transparent;
    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%;
  }

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

  .image-4 {
    width: 48px;
    max-width: none;
    height: 48px;
    margin-left: 10px;
  }

  .image-4.menu-mobile-action {
    display: block;
    position: absolute;
  }

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

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

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

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

  .menu-button-2.w--open {
    background-color: var(--black);
  }

  .c-nav-link-2 {
    color: #fff;
    -webkit-text-stroke-color: transparent;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5px;
  }

  .c-nav-logo-2 {
    text-align: left;
    flex-direction: row;
    flex: 0 auto;
    order: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

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

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

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

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

  .heading-13.rs-mobile {
    color: #fff;
  }

  .div-block-37 {
    margin-top: 40px;
  }

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

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

  .grid-3 {
    justify-content: center;
    align-items: flex-start;
  }
}

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

  .dobra-quarta {
    padding-left: 0;
    padding-right: 0;
  }

  .dobra-quarta.carrossel.d-carrossel {
    width: 100%;
    max-width: none;
  }

  .segunda-dobra {
    margin-top: 0;
  }

  .segunda-dobra.dobra-adtf {
    padding-right: 0;
  }

  .segunda-dobra.dobra-treino {
    height: auto;
    margin-bottom: 0;
  }

  .text-block-3 {
    text-align: left;
  }

  .f-container {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .div-block-4 {
    margin-top: 0;
  }

  .div-block-5 {
    align-self: flex-start;
  }

  .div-block-5.w--current {
    margin-bottom: 20px;
    padding-left: 0;
  }

  .image-3 {
    margin-top: 0;
    margin-right: auto;
  }

  .primeira-dobra {
    padding-left: 0;
    padding-right: 0;
  }

  .primeira-dobra.dobra-adtf {
    height: 480px;
  }

  .primeira-dobra.dobra-480 {
    height: auto;
  }

  .body-map {
    margin-bottom: 60px;
    display: block;
  }

  .text-block-4 {
    text-align: left;
  }

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

  .paragraph-5 {
    font-size: 14px;
  }

  .button-3.btn-primary {
    margin-right: auto;
  }

  .quarta-dobra {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

  .columns-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .columns-2.dftimg1 {
    flex-direction: column-reverse;
  }

  .image-8 {
    object-fit: cover;
    max-height: 400px;
    margin-top: 20px;
  }

  .column-3.spacetxt {
    padding-top: 40px;
  }

  .column-4 {
    justify-content: center;
    align-items: center;
  }

  .column-4.spacemenor {
    padding-top: 40px;
  }

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

  .image-19 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-21 {
    max-width: 50%;
  }

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

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

  .nav-menu-2 {
    height: 100vh;
  }

  .button-5 {
    color: var(--white);
    line-height: 2;
  }

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

  .image-5 {
    flex: 1;
    order: 1;
    margin-left: 0;
    margin-right: 0;
  }

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

  .menu-button-2.w--open {
    background-color: var(--black);
  }

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

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

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

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

  .grid-3 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 90%;
  }

  .icon-3 {
    margin-right: 0;
  }

  .icon-4 {
    margin-left: 0;
  }
}

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

  .body {
    margin-top: auto;
  }

  .c-container {
    padding-right: 20px;
  }

  .dobra-quarta {
    padding-left: 0;
    padding-right: 0;
  }

  .dobra-quarta.dobra-adft {
    padding-top: 0;
  }

  .dobra-quarta.coachs {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .dobra-quarta.carrossel {
    height: 480px;
  }

  .dobra-quarta.dobra-coletivas {
    padding-left: 10px;
    padding-right: 10px;
  }

  .segunda-dobra {
    height: auto;
    padding: 40px 10px 60px;
  }

  .segunda-dobra.dobra-adtf {
    padding-left: 0;
    padding-right: 0;
  }

  .segunda-dobra.dobra-treino {
    flex-direction: column-reverse;
    margin-bottom: 0;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-3 {
    text-align: left;
    font-size: 1.25rem;
  }

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

  .coluna {
    width: 100%;
  }

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

  .div-block-5 {
    justify-content: flex-start;
  }

  .div-block-5.w--current {
    margin-bottom: 0;
  }

  .image-3 {
    margin-top: 0;
  }

  .primeira-dobra {
    padding-left: 0;
    padding-right: 0;
  }

  .primeira-dobra.dobra-adtf {
    height: auto;
  }

  .primeira-dobra.dobra-480 {
    justify-content: flex-end;
    height: auto;
    display: flex;
  }

  .text-block-4 {
    text-align: left;
  }

  .div-block-10 {
    height: 16%;
    padding-top: 10px;
  }

  .paragraph-5 {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .button-3.btn-primary {
    margin-top: 30px;
    margin-right: auto;
  }

  .quarta-dobra {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-13 {
    width: auto;
    height: auto;
  }

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

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

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

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

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

  .columns-2 {
    flex-direction: column;
    display: flex;
  }

  .columns-2.dftimg1 {
    padding-top: 20px;
  }

  .image-8 {
    max-height: 320px;
  }

  .column-3, .column-3.spacetxt {
    padding-left: 0;
  }

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

  .heading-15 {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-18 {
    justify-content: flex-end;
    height: 50px;
    padding-bottom: 0;
    inset: auto 0% 0%;
  }

  .heading-16 {
    font-size: 1.5rem;
  }

  .div-block-19 {
    align-items: flex-end;
    height: 50%;
    font-size: 12px;
    inset: auto 0% 0%;
  }

  .button-4 {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-23 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-19 {
    margin-bottom: 1rem;
  }

  .image-18 {
    height: 175px;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .div-block-25 {
    max-width: none;
    padding-left: 10px;
  }

  .div-block-26 {
    flex-direction: column;
    justify-content: space-between;
    align-self: center;
    width: auto;
    max-width: none;
    display: flex;
  }

  .paragraph-7 {
    max-width: none;
    font-size: 12px;
  }

  .image-19 {
    width: 100%;
  }

  .div-block-27 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    place-content: flex-start space-around;
    align-items: center;
    width: 100%;
  }

  .div-block-28 {
    width: 95px;
  }

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

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

  .div-block-31 {
    width: 230px;
    margin-top: 10%;
  }

  .image-24 {
    position: static;
  }

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

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

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

  .nav-menu-2 {
    background-color: #000;
    width: 90%;
    height: 100vh;
    margin-top: auto;
  }

  .button-5 {
    line-height: 2;
  }

  .image-4 {
    width: 24px;
  }

  .image-4.menu-mobile-action {
    width: 48px;
  }

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

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

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

  .c-nav-logo-2 {
    margin-left: auto;
    padding-left: 0;
  }

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

  .div-block-35 {
    height: 100%;
  }

  .div-block-36 {
    flex-direction: column;
    display: flex;
  }

  .right-arrow {
    margin-right: 0%;
  }

  .left-arrow {
    margin-left: 0%;
  }

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

#w-node-_1f570b48-3731-99cb-1e06-4b8ee7d418b1-e7d418ae, #w-node-_1f570b48-3731-99cb-1e06-4b8ee7d418b3-e7d418ae, #w-node-_1f570b48-3731-99cb-1e06-4b8ee7d418bc-e7d418ae, #w-node-_1f570b48-3731-99cb-1e06-4b8ee7d418c6-e7d418ae, #w-node-_0b422a80-4c31-7444-5fe5-f911e55d182f-6958490f, #w-node-_0b422a80-4c31-7444-5fe5-f911e55d1830-6958490f, #w-node-c88a8ce3-a4b7-5b2f-c15b-bf95f4d47421-69584910, #w-node-_1f0b0cf7-6cc4-e405-6428-fc897779ca01-69584910, #w-node-_47e3f5b9-0f1f-e50e-96f5-f41c37aedce3-69584910, #w-node-_3c0a154e-22b6-718e-ce69-a9a895abfbda-69584910, #w-node-be54a90f-02d3-1dd8-77ae-e03817a2fa7d-69584917 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1f570b48-3731-99cb-1e06-4b8ee7d418b3-e7d418ae {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


