:root {
  --dark-blue: #003962;
  --white: white;
  --yellow: #ffdc2d;
  --blue: #0063e8;
  --green: #7effa5;
  --black: black;
}

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

.body {
  color: var(--dark-blue);
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  line-height: 1;
}

.padding-global {
  padding-left: 2%;
  padding-right: 2%;
}

.container-large {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.navbar {
  z-index: 101;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-container {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.nav-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border: 1px solid #00000026;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: .5rem;
  margin-bottom: 1.875rem;
  padding: 1rem 1.25rem;
  display: grid;
}

.nav-menu {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  padding-top: .75rem;
  display: flex;
}

.nav-button {
  background-color: var(--yellow);
  color: var(--dark-blue);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .875rem 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-btn-menu {
  cursor: pointer;
  border: 1px solid #00000026;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  width: 2.7rem;
  height: 2.7rem;
  display: none;
}

.nav-buttons {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.nav-btn-hover {
  background-color: var(--dark-blue);
  border-radius: 99rem;
  justify-content: space-between;
  align-items: stretch;
  width: 18rem;
  height: 18rem;
  display: flex;
  position: absolute;
  top: 101%;
}

.nav-btn-hover.dark {
  background-color: var(--blue);
}

.logo-img {
  width: 10.625rem;
  margin-top: -.5rem;
}

.nav-btn-text {
  font-family: Inter Tight, sans-serif;
  position: relative;
}

.text-link {
  font-family: Inter, sans-serif;
  font-size: 1rem;
  text-decoration: none;
}

.nav-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--dark-blue);
  border-bottom: 1px solid #ffdc2d00;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: .75rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.nav-link:hover {
  opacity: .5;
}

.nav-link.w--current {
  border-bottom: 1px solid #ffdc2d;
}

.nav-btn-icon {
  opacity: .5;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link-line {
  background-color: var(--yellow);
  flex: none;
  width: 0%;
  height: .1rem;
}

.side-menu-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.side-menu-mask {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: fixed;
  overflow: hidden;
}

.side-menu {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--white);
  border-radius: .75rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 5rem;
  padding-right: 5rem;
  display: none;
}

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

.padding-bottom._5rem {
  padding-bottom: 5rem;
}

.padding-bottom._2rem {
  padding-bottom: 2rem;
}

.padding-bottom._8rem {
  padding-bottom: 8rem;
}

.padding-bottom._3rem {
  padding-bottom: 3rem;
}

.padding-bottom._475rem {
  padding-bottom: 4.75rem;
}

.home-header-wrapper {
  background-image: linear-gradient(#0063e8, #003782);
  border-radius: 1rem;
  padding: 6rem 3rem;
}

.home-header-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  grid-template-rows: auto;
  display: flex;
}

.home-header-text {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40rem;
  display: flex;
}

.heading-style-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1;
}

.text-size-normal {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.2;
}

.text-size-normal.is-light {
  font-weight: 300;
  line-height: 1.5;
}

.text-size-normal.is-bold {
  font-family: Inter Tight, sans-serif;
  font-weight: 700;
}

.home-header-content {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-butons {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.button-yellow {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--yellow);
  color: var(--dark-blue);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.75rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-yellow:hover {
  background-color: #f8e273;
  border-radius: 1rem;
}

.button-line {
  color: var(--white);
  border: 1px solid #ffffff26;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.75rem;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-line:hover {
  background-color: #ffffff26;
  border-radius: 1rem;
}

.nav-btn-light-hover {
  background-color: var(--yellow);
  border-radius: 99rem;
  justify-content: space-between;
  align-items: stretch;
  width: 10rem;
  height: 10rem;
  display: flex;
  position: absolute;
  top: 101%;
}

.slide-nav {
  display: none;
}

.left-arrow {
  border: 1px solid #ffffff26;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  width: 3.125rem;
  height: 3.125rem;
  margin: auto;
  padding: .938rem;
  transition: background-color .2s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  position: absolute;
  left: 2rem;
}

.left-arrow:hover {
  background-color: #fff3;
}

.slider {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
  position: relative;
}

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

.right-arrow {
  border: 1px solid #ffffff26;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  width: 3.125rem;
  height: 3.125rem;
  margin: auto;
  padding: .938rem;
  transition: background-color .2s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  right: 2rem;
}

.right-arrow:hover {
  background-color: #fff3;
  border-color: #fff3;
}

.mask {
  border-radius: 1rem;
}

.image-slide {
  background-color: var(--dark-blue);
  border-radius: 2.5rem;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.container-medium {
  width: 100%;
  max-width: 84rem;
  margin-left: auto;
  margin-right: auto;
}

.home-ofertas-wrapper {
  justify-content: space-between;
  display: flex;
}

.home-ofertas-grid {
  flex: 1;
  grid-template-rows: auto;
  place-items: center stretch;
}

.home-ofertas-header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-ofertas-cover {
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-ofertas-image {
  object-fit: cover;
  flex: none;
}

.padding-vertical {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical._6-25rem {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.padding-vertical.video {
  padding-top: 3rem;
  padding-bottom: 6.25rem;
}

.header-ofertas-content {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ofertas-badge {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--dark-blue);
  border: 1px solid #00396233;
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem 1rem;
  display: flex;
}

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

.text-size-small {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1;
}

.ofertas-heading-texts {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  flex-flow: column;
  width: 30rem;
  display: flex;
}

.button-green {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--green);
  color: var(--dark-blue);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.75rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-green:hover {
  background-color: #beffd2;
  border-radius: 1rem;
}

.home-fatures-wrapper {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  background-image: linear-gradient(#f8f8f8, #fff);
  border: 1px solid #e2e2e2;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 3rem;
  display: flex;
}

.features-heading-texts {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  text-align: center;
  flex-flow: column;
  width: 30rem;
  display: flex;
}

.feature-heading-wrapper {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-features-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.card-feature {
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.card-image {
  object-fit: cover;
  flex: none;
}

.card-feature-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #f8f8f8;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 2.5rem;
  display: flex;
}

.heading-style-h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.125;
}

.card-feature-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 18rem;
  display: flex;
}

.button-blue {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--blue);
  color: var(--white);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.75rem;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-blue:hover {
  background-color: #0063e8bf;
  border-radius: 1rem;
}

.button-dark-blue {
  background-color: var(--dark-blue);
  color: var(--white);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.75rem;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-dark-blue:hover {
  background-color: #003962bf;
  border-radius: 1rem;
}

.home-lojas-content {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.lojas-heading-texts {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 17rem;
  display: flex;
}

.home-lojas-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
}

.card-loja-02 {
  grid-column-gap: 15rem;
  grid-row-gap: 15rem;
  color: var(--white);
  background-image: linear-gradient(#0039621a, #003962), url('../images/nova-estrela-loja-02-1.avif');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 26rem;
  padding: 1.875rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-lojas-text {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  display: flex;
}

.card-lojas-badge {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--white);
  border: 1px solid #fff3;
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem 1rem;
  display: flex;
}

.lojas-badge {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--dark-blue);
  border: 1px solid #00396233;
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem 1rem;
  display: flex;
}

.img-mobile {
  display: none;
}

.home-cta-whatsapp-wrapper {
  background-color: var(--green);
  border-radius: 1rem;
  padding: 3rem;
}

.home-cta-whatsapp-content {
  background-image: linear-gradient(90deg, #0000, #000000b3), url('../images/bg-cta-whatsapp.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: .75rem;
  justify-content: flex-end;
  align-items: center;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  padding-right: 6.25rem;
  display: flex;
}

.home-cta-whatsapp-text {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cta-whatsapp-heading-texts {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  color: var(--white);
  flex-flow: column;
  width: 22rem;
  display: flex;
}

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

.footer-wrapper {
  background-image: linear-gradient(#f8f8f8, #fff);
  border: 1px solid #e2e2e2;
  border-radius: 1rem;
  padding: 6rem 3rem 3rem;
  overflow: hidden;
}

.footer-top {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-middle {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: flex;
}

.footer-bottom-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #00396233;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center stretch;
  padding-top: 3rem;
}

.credits-link {
  opacity: .3;
  color: var(--dark-blue);
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
  transition: opacity .3s cubic-bezier(.77, 0, .175, 1);
}

.credits-link:hover {
  opacity: 100;
}

.footer-middle-block {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-middle-grid {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start;
  display: flex;
}

.footer-colum {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.footer-links {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.footer-link {
  color: var(--dark-blue);
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  text-decoration: none;
  transition: all .2s;
}

.footer-link:hover {
  opacity: .5;
}

.footer-social-block {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-text {
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
}

.social-links {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-social-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--dark-blue);
  border: 1px solid #00396233;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .75rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.footer-social-link:hover {
  background-color: var(--dark-blue);
  color: var(--white);
  border-radius: 1rem;
}

.footer-social-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-heading {
  width: 10rem;
}

.footer-logo-link {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-logo-mage {
  object-fit: cover;
  flex: none;
  width: 18.75rem;
}

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

.footer-colum-social {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

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

.padding-top {
  padding-top: 0;
  display: flex;
}

.padding-top._12-5rem {
  padding-top: 12.5rem;
}

.padding-top._5rem {
  padding-top: 5rem;
}

.historia-header-headline {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 27.5rem;
  display: flex;
}

.historia-video {
  justify-content: space-between;
  align-items: stretch;
  width: 1000px;
  height: auto;
  display: flex;
}

.video {
  border-radius: 2rem;
  overflow: hidden;
}

.video-lightbox {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background-image: url('../images/thumbnail.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.play-video-icon {
  background-color: var(--white);
  color: var(--black);
  border-radius: 99rem;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
  position: relative;
}

.historia-jornada-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: var(--white);
  background-image: linear-gradient(#0063e8, #003782);
  border-radius: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  padding: 6rem 3rem 6rem 6rem;
  display: flex;
  position: relative;
}

.historia-jornada-heading {
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  display: flex;
  position: sticky;
  top: 20%;
}

.historia-jornada-timeline {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.heading-style-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1;
}

.jornada-heading-text {
  width: 20rem;
}

.jornada-timeline-item {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border-left: 1px solid #ffffff1a;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 28rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.timeline-paragraph {
  font-weight: 300;
}

.jornada-point {
  z-index: 99;
  background-color: var(--yellow);
  border-radius: 99rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: .5rem;
  height: .5rem;
  margin-left: -3.8px;
  display: flex;
  position: relative;
}

.jornada-timeline-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

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

.historia-gallery-heading {
  text-align: center;
  width: 667px;
}

.historia-gallery-intro {
  border-bottom: 1px solid var(--yellow);
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 1rem;
  display: flex;
}

.history-gallery-grid {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
}

.gallery-image-small {
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 150px;
  display: flex;
  overflow: hidden;
}

.gallery-image-large {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  flex-flow: column;
  display: flex;
}

.gallery-image-content {
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  display: flex;
  overflow: hidden;
}

.gallery-image {
  object-fit: cover;
  flex: 1;
}

.section_historia-legado {
  border-radius: 0;
}

.historia-legado-wrapper {
  background-image: radial-gradient(circle at 50% 100%, #fff6c7, #ffdc2d);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 6rem 3rem;
  display: flex;
  overflow: hidden;
}

.historia-legado-heading {
  text-align: center;
}

.legado-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: stretch center;
}

.legado-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid #00396233;
  border-radius: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  transition: all .3s cubic-bezier(.77, 0, .175, 1);
  display: flex;
}

.legado-card:hover {
  background-color: #fff3;
  border-radius: 2rem;
}

.legado-text {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 18rem;
  display: flex;
}

.legado-icon {
  background-color: var(--dark-blue);
  color: var(--yellow);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 14px;
  display: flex;
}

.historia-cta-unidades-wrapper {
  background-image: linear-gradient(#0063e8, #0063e81a);
  border-radius: 1rem;
  padding: 3rem;
}

.historia-cta-unidades-content {
  background-image: linear-gradient(90deg, #0000, #000000b3), url('../images/unidades.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: .75rem;
  justify-content: flex-end;
  align-items: center;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  padding-right: 6.25rem;
  display: flex;
}

.cta-unidades-heading-texts {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  color: var(--white);
  flex-flow: column;
  width: 24rem;
  display: flex;
}

.button-line-dark {
  color: var(--dark-blue);
  border: 1px solid #00396233;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.75rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-container {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.carreira-banner {
  background-color: var(--yellow);
  border-radius: 1rem;
  padding: 3rem;
}

.carreira-banner-image {
  border-radius: .75rem;
}

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

.carreira-header-heading {
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 32.5rem;
  display: flex;
}

.carreira-vagas-heading-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.carreira-header-vagas {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 32.5rem;
  display: flex;
}

.vagas-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.vaga-card {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border: 1px solid #00396233;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.875rem;
  display: flex;
}

.vaga-card.close {
  display: none;
}

.vaga-tag {
  border: 1px solid #00396233;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-weight: 400;
  display: flex;
}

.vaga-tag.new {
  background-color: var(--yellow);
}

.vaga-data {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vaga-info {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 16rem;
  display: flex;
}

.heading-style-h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.125;
}

.vaga-location {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.carreira-cta-erapper {
  background-color: var(--yellow);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  display: flex;
}

.carreira-header-cta {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 36rem;
  display: flex;
}

.button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.carreira-ct-paragraph {
  width: 24rem;
}

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

.carreira-heading-buttons {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contato-header-heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 34.75rem;
  display: flex;
}

.header-heading-paragraph {
  width: 18.375rem;
}

.contato-cta-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
}

.contato-cta-card {
  background-color: var(--yellow);
  color: var(--white);
  border-radius: 1rem;
  padding: 3rem;
}

.contato-cta-card-bg {
  background-image: linear-gradient(180deg, #00396233, var(--dark-blue)), url('../images/loja-cover.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: .75rem;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  width: 34.375rem;
  height: 25rem;
  padding: 2rem;
  display: flex;
}

.contato-cta-card-info {
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.cta-card-link {
  justify-content: space-between;
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

.cta-card-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.unidades-header-heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 34.75rem;
  display: flex;
}

.tab-1 {
  background-color: var(--dark-blue);
  color: var(--white);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  display: flex;
}

.tab-1.w--current {
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.tab {
  background-color: #ddd0;
  border: 1px solid #00396233;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  display: flex;
}

.tab.w--current {
  background-color: var(--dark-blue);
  color: var(--white);
}

.tab-3 {
  padding-top: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.tab-unidades {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: grid;
}

.tabs {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.tabs-content {
  width: 100%;
}

.pane {
  background-color: #f9f9f9;
  border-radius: 1rem;
  padding: 3rem;
}

.pane-uinidades {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.loja-photo {
  border-radius: .75rem;
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  display: flex;
  overflow: hidden;
}

.unidade-image {
  object-fit: cover;
  flex: 1;
}

.loja-info {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.loja-operation {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-top: 1px solid #00396233;
  border-bottom: 1px solid #00396233;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: .75rem;
  display: flex;
}

.location, .time {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.loja-icon {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.loja-maps {
  border-radius: .75rem;
  justify-content: space-between;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.loja-info-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 1.5rem;
  display: flex;
}

.text-block {
  line-height: 1.1;
}

.google-maps {
  object-fit: cover;
  border-radius: .75rem;
  flex: 1;
  display: flex;
  overflow: hidden;
}

.contact-header-heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 34.75rem;
  display: flex;
}

.contact-header-heading-paragraph {
  width: 22rem;
}

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

.contact-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.contact-grid-cover {
  border-radius: 1rem;
  justify-content: space-between;
  width: 26rem;
  display: flex;
  overflow: hidden;
}

.contact-grid-image {
  object-fit: cover;
  flex: none;
}

.contact-grid-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 80%;
  display: flex;
}

.contact-grid-contact-duo-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  display: flex;
}

.contact-grid-contact-card {
  border-radius: 1rem;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  padding: 2rem;
  text-decoration: none;
  display: flex;
}

.contact-grid-contact-card.blue {
  background-image: linear-gradient(180deg, var(--dark-blue), var(--blue));
  color: var(--white);
}

.contact-grid-contact-card.green {
  background-image: linear-gradient(180deg, var(--green), #7effa580);
  color: var(--dark-blue);
}

.contact-grid-contact-card.yellow {
  background-image: linear-gradient(180deg, var(--yellow), #ffdc2d80);
  color: var(--dark-blue);
}

.contact-grid-card-icon {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.contacy-grid-card-info {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 19.25rem;
  display: flex;
}

.contact-card-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-2 {
  display: flex;
}

.home-cta-clube-wrapper {
  background-color: var(--yellow);
  border-radius: 1rem;
  padding: 3rem;
}

.home-cta-clube-content {
  background-image: linear-gradient(90deg, #0000, #000000b3), url('../images/bg-clube.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: .75rem;
  justify-content: flex-end;
  align-items: center;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  padding-right: 6.25rem;
  display: flex;
}

.home-cta-clube-text {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.header-clube-content {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.whatsapp-cta-card-bg {
  background-image: linear-gradient(180deg, #00396233, var(--dark-blue)), url('../images/whatsapp-cover.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: .75rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 34.375rem;
  height: 25rem;
  padding: 2rem;
  display: flex;
}

.card-loja-01 {
  grid-column-gap: 15rem;
  grid-row-gap: 15rem;
  color: var(--white);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .nav-menu, .nav-button {
    display: none;
  }

  .nav-btn-menu {
    display: flex;
  }

  .side-menu {
    display: none;
  }

  .home-header-wrapper {
    padding: 4rem 2rem 2rem;
  }

  .home-header-text {
    width: 100%;
  }

  .heading-style-h1 {
    line-height: 1;
  }

  .text-size-normal {
    line-height: 1.25;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .image-slide {
    border-radius: 1.5rem;
  }

  .home-ofertas-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .home-ofertas-header {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-start;
    align-items: center;
  }

  .header-ofertas-content {
    justify-content: flex-start;
    align-items: center;
  }

  .ofertas-heading-texts {
    text-align: center;
    width: 100%;
  }

  .home-fatures-wrapper {
    background-image: none;
  }

  .feature-heading-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
  }

  .home-features-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .card-feature-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .card-feature-text {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
  }

  .home-lojas-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .lojas-heading-texts {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: center;
  }

  .home-lojas-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .card-loja-02 {
    width: 100%;
  }

  .img-desktop {
    display: none;
  }

  .img-mobile {
    object-fit: cover;
    flex: none;
    display: inline-flex;
  }

  .home-cta-whatsapp-content {
    background-position: 0 0, 50% 0;
    padding-right: 0;
  }

  .home-cta-whatsapp-text {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-start;
    align-items: center;
  }

  .cta-whatsapp-heading-texts {
    text-align: center;
    width: 60%;
  }

  .footer-middle {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    margin-bottom: 5rem;
  }

  .footer-bottom-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .heading-style-h2 {
    line-height: 1;
  }

  .gallery-image-content {
    height: 0;
  }

  .historia-cta-unidades-content {
    background-position: 0 0, 50% 0;
    padding-right: 0;
  }

  .cta-unidades-heading-texts {
    text-align: center;
    width: 60%;
  }

  .vagas-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .carreira-cta-erapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .carreira-header-cta, .contato-header-heading {
    width: 100%;
  }

  .contato-cta-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .unidades-header-heading, .tab-unidades {
    width: 100%;
  }

  .pane-uinidades {
    flex-flow: column;
  }

  .loja-photo, .loja-info, .contact-header-heading {
    width: 100%;
  }

  .contact-grid {
    flex-flow: column;
  }

  .contact-grid-cover {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 1000px;
  }

  .contact-grid-image {
    flex: 1;
  }

  .contact-grid-content {
    width: 100%;
  }

  .contact-grid-contact-duo-card {
    flex-flow: column;
  }

  .home-cta-clube-content {
    background-position: 0 0, 50% 0;
    padding-right: 0;
  }

  .home-cta-clube-text {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-start;
    align-items: center;
  }

  .header-clube-content {
    justify-content: flex-start;
    align-items: center;
  }

  .card-loja-01 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .nav-wrapper {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .home-header-wrapper {
    border-radius: 2rem;
  }

  .heading-style-h1 {
    font-size: 2.2rem;
  }

  .text-size-normal, .text-size-normal.is-light {
    font-size: 1rem;
  }

  .header-butons {
    flex-flow: column;
    width: 100%;
  }

  .button-yellow {
    width: 100%;
  }

  .image-slide {
    border-radius: 0;
  }

  .padding-vertical._6-25rem {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .button-green {
    width: 100%;
  }

  .home-fatures-wrapper {
    border-radius: 2rem;
    padding: 3rem 2rem;
  }

  .features-heading-texts {
    width: 100%;
  }

  .card-feature-content {
    padding: 1.5rem;
  }

  .lojas-heading-texts {
    width: 80%;
  }

  .home-lojas-grid {
    padding-left: 0%;
    padding-right: 0%;
  }

  .card-loja-02 {
    height: 100%;
    padding: 2rem;
  }

  .home-cta-whatsapp-wrapper {
    padding: 1rem;
  }

  .home-cta-whatsapp-content {
    background-position: 0 0, 30% 0;
    padding: 12rem 2rem 2rem;
  }

  .cta-whatsapp-heading-texts {
    width: 100%;
  }

  .footer-wrapper {
    border-radius: 2rem;
    padding: 2rem;
  }

  .footer-middle {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .footer-bottom {
    padding-top: 2rem;
  }

  .footer-bottom-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .footer-middle-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .footer-social-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .social-links {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .footer-logo-link {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-logo-mage {
    width: 90%;
  }

  .historia-header-headline {
    width: 100%;
  }

  .historia-video {
    width: 100%;
    height: 100%;
  }

  .video-lightbox {
    aspect-ratio: 1;
    flex: none;
    justify-content: space-between;
    align-items: stretch;
  }

  .heading-style-h2 {
    font-size: 2.2rem;
  }

  .historia-cta-unidades-wrapper {
    padding: 1rem;
  }

  .historia-cta-unidades-content {
    background-position: 0 0, 30% 0;
    padding: 12rem 2rem 2rem;
  }

  .cta-unidades-heading-texts {
    width: 100%;
  }

  .carreira-banner {
    padding: 1rem;
  }

  .carreira-header-heading, .carreira-header-vagas {
    width: 100%;
  }

  .vagas-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .carreira-cta-erapper {
    padding: 4rem 1rem;
  }

  .carreira-header-cta, .carreira-ct-paragraph {
    width: 100%;
  }

  .contato-header-wrapper {
    align-items: stretch;
  }

  .carreira-heading-buttons {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }

  .contato-header-heading {
    width: 100%;
  }

  .contato-cta-card {
    flex: 1;
    padding: 1.5rem;
  }

  .contato-cta-card-bg {
    width: 100%;
    height: 15rem;
    padding: 2rem;
  }

  .contato-cta-card-info {
    width: 200px;
  }

  .cta-card-link {
    justify-content: space-between;
    align-items: stretch;
  }

  .cta-card-icon {
    display: none;
  }

  .tab-unidades {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .pane {
    padding: 1.5rem;
  }

  .contact-header-wrapper {
    align-items: stretch;
  }

  .contact-grid-cover {
    height: 550px;
  }

  .contact-grid-image {
    flex: 1;
  }

  .contacy-grid-card-info {
    width: 100%;
  }

  .home-cta-clube-wrapper {
    padding: 1rem;
  }

  .home-cta-clube-content {
    background-position: 0 0, 30% 0;
    padding: 12rem 2rem 2rem;
  }

  .whatsapp-cta-card-bg {
    width: 100%;
    height: 15rem;
    padding: 2rem;
  }

  .card-loja-01 {
    height: 100%;
    padding: 2rem;
  }
}

#w-node-d8384ff9-e320-b0eb-d7f0-cc73ad6169e1-ce97a198 {
  place-self: center start;
}

#w-node-_5c99e3ab-18e6-7bde-4863-2fc48a20a974-ce97a198 {
  place-self: stretch stretch;
}

#w-node-_4958206d-58ef-b67b-5bdb-06b049665b06-ce97a198 {
  place-self: center start;
}

#w-node-_4f245869-e082-a949-9673-291abe2cf2cd-be2cf28d {
  place-self: center;
}

#w-node-_4f245869-e082-a949-9673-291abe2cf2ce-be2cf28d {
  justify-self: end;
}

#w-node-_3c2cd26c-3a9e-0b6a-9f08-18e96383e5f0-6383e5ec {
  align-self: center;
}

#w-node-_3c2cd26c-3a9e-0b6a-9f08-18e96383e5f2-6383e5ec {
  place-self: center;
}

#w-node-_3c2cd26c-3a9e-0b6a-9f08-18e96383e603-6383e5ec {
  place-self: center end;
}

#w-node-e4a8a930-3254-897e-4a87-43dd582c55be-090611ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-d8384ff9-e320-b0eb-d7f0-cc73ad6169e1-ce97a198, #w-node-_4f245869-e082-a949-9673-291abe2cf2ce-be2cf28d {
    justify-self: center;
  }
}


