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

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

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

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

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: Bw Vivant;
  src: url('../fonts/bw-vivant-light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bw Vivant;
  src: url('../fonts/bw-vivant-thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bw Vivant;
  src: url('../fonts/bw-vivant-regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bw Vivant;
  src: url('../fonts/bw-vivant-medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bw Vivant;
  src: url('../fonts/bw-vivant-bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Bw Vivant;
  src: url('../fonts/bw-vivant-black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Orbitron Variablefont Wght;
  src: url('../fonts/Orbitron-VariableFont_wght.ttf') format("truetype");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}

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

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

:root {
  --neutras-1: #f6f6ee;
  --rounding-base: 6px;
  --neutras-4: #fe8faf;
  --main-1: #66010e;
  --neutras-6: #9b0720;
  --white-web: white;
  --neutras-3: #f0f0f0e6;
  --neutras-2: #f1f0f6;
  --gray: #888;
  --background: white;
  --transparent: #fff0;
  --primary-color-template: #fe8faf;
  --text-3: white;
  --neutras-5: #fa4eb0;
  --text-1: #1e1e1e;
  --black-web: black;
  --text-2: #888;
  --background-dark: #333;
  --background-tertiary: #f0f0f0b3;
  --white-90: #f0f0f0e6;
  --shadow-image: #2d2d2d80;
  --neutras-8: #fffc;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@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: #333;
  --neutras-1: #f6f6ee;
  --neutras-4: #fe8faf;
  --main-1: #66010e;
  --neutras-6: #9b0720;
  --white-web: white;
  --neutras-3: #272c30e6;
  --neutras-2: #1e2125;
  --gray: #888;
  --background: black;
  --transparent: #fff0;
  --primary-color-template: #fe8faf;
  --text-3: black;
  --neutras-5: #fa4eb0;
  --text-1: #fafafa;
  --black-web: black;
  --text-2: #aaa;
  --background-dark: #333;
  --background-tertiary: #f0f0f0b3;
  --white-90: #f0f0f0e6;
  --shadow-image: #2d2d2d80;
  --neutras-8: #fffc;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.container-navbar {
  z-index: 10;
  background-color: var(--neutras-1);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
  position: fixed;
  top: 0;
}

.navbar-custom {
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  padding: 10px 24px;
  display: flex;
}

.logo-header {
  object-fit: contain;
  max-width: 145px;
  height: 33px;
}

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

.button-primary-pilates {
  border-radius: var(--rounding-base);
  background-color: var(--neutras-4);
  color: var(--main-1);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 0 24px;
  font-family: Switzer Variable, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  transition: box-shadow .15s;
  display: flex;
}

.button-primary-pilates:hover {
  background-color: var(--neutras-6);
  color: var(--white-web);
}

.button-secondary-wellness {
  border: 2px none var(--neutras-3);
  border-radius: var(--rounding-base);
  background-color: var(--main-1);
  color: var(--white-web);
  text-transform: uppercase;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 0 24px;
  font-family: Switzer Variable, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  transition: box-shadow .15s;
  display: flex;
}

.button-secondary-wellness:hover {
  border-color: var(--neutras-6);
  background-color: var(--neutras-6);
}

.div-block-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.code-embed {
  color: var(--white-web);
  height: auto;
  line-height: 14px;
}

.div-block-3 {
  border: 1px solid var(--neutras-2);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.div-block-3.pagekraft-auth-login {
  border: 2px solid var(--main-1);
  background-color: var(--main-1);
  color: var(--white-web);
  cursor: pointer;
  border-radius: 50%;
  width: auto;
  height: auto;
  padding: 9px 14px;
  line-height: 18px;
  transition: box-shadow .2s;
  display: none;
}

.div-block-3.pagekraft-auth-login:hover {
  border-color: var(--neutras-6);
  background-color: var(--neutras-6);
}

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

.heading {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--gray);
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  display: block;
}

.heading.pagekraft-auth-register {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.menu-hamburguer {
  z-index: auto;
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  background-color: var(--background);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 320px;
  height: 100vh;
  padding-top: 20px;
  padding-left: 24px;
  padding-right: 24px;
  transition: all .3s;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  transform: translate(-360px);
}

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

.code-embed-2 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-8 {
  background-color: #0006;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  transform: translate(0);
}

.div-block-9 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: none;
}

.container-banner {
  background-color: var(--transparent);
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 256px;
  margin-top: 80px;
  margin-bottom: 42px;
  padding: 0;
  display: flex;
}

.container-modalidade {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  width: 100%;
  max-width: 1440px;
  margin-bottom: 42px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.card-hover-description {
  background-color: var(--primary-color-template);
  width: 100%;
  max-width: 320px;
  height: 427px;
}

.card-hover-description.card-border-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/aa3222e401c015e23264e35fffabf281_1.webp');
  background-position: 50% 85%;
  background-size: cover;
  background-color: var(--transparent);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border-radius: 6px;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 200px;
  max-width: 100%;
  height: 413px;
  max-height: 427px;
  transition: width 1s;
  display: block;
}

.div-block-13 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.box-description {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--transparent);
  color: var(--primary-color-template);
  border-bottom-left-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 66px;
  margin-top: 0;
  padding: 18px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.box-description:where(.w-variant-270b6861-34e5-0138-c40b-a3b523b75804) {
  border-bottom-left-radius: 0;
}

.box-description:where(.w-variant-4c61c162-ae64-b959-8e71-adb0151ae895) {
  border-radius: 0 0 50px;
}

.box-description.border-none-title {
  background-color: var(--main-1);
  color: var(--text-3);
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 10px;
}

.box-description.border-none-title-professores {
  background-color: var(--primary-color-template);
  color: var(--text-3);
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: auto;
}

.title-card-hover {
  color: var(--neutras-4);
  text-align: center;
  text-transform: uppercase;
  width: auto;
  min-width: 0;
  min-height: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrument Serif, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 120%;
  transform: rotate(90deg);
}

.description-hide {
  color: var(--text-3);
  text-align: center;
  display: none;
}

.container-depoimento {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  background-color: var(--neutras-4);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 42px;
  padding: 64px 24px;
  display: none;
}

.section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.div-block-28 {
  border: 1px none var(--neutras-2);
  background-image: url('../images/Frame-48096017.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 2px;
  width: 136px;
  height: 114px;
}

.heading-11 {
  color: var(--main-1);
  font-family: Switzer Variable, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 150%;
}

.container-espaco {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  width: 100%;
  max-width: none;
  margin-bottom: 42px;
  padding: 64px 10px;
  display: flex;
}

.div-block-29 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.code-embed-5 {
  border-radius: 16px;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  line-height: 24px;
}

.container-professor {
  background-color: var(--neutras-1);
  width: 100%;
  max-width: none;
  margin-bottom: 42px;
  padding: 64px 24px;
  display: flex;
}

.container-professor.professor-ls {
  margin-bottom: 0;
  display: none;
}

.section-2 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  justify-content: space-between;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-span-7 {
  color: var(--main-1);
}

.text-span-8 {
  color: var(--neutras-4);
}

.div-block-30 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 10px;
  display: flex;
}

.div-block-30.div-title-professoras {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
}

.box-description-shadow {
  width: 100%;
  height: 100%;
  padding-top: 190px;
}

.box-description-shadow.card-border-1 {
  background-color: var(--transparent);
  z-index: 1;
  border-top-left-radius: 0;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.box-description-shadow.card-border-1:where(.w-variant-270b6861-34e5-0138-c40b-a3b523b75804) {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 0;
}

.box-description-shadow.card-border-1:where(.w-variant-4c61c162-ae64-b959-8e71-adb0151ae895) {
  border-radius: 50px 0;
}

.box-description-shadow.card-border-1-copy {
  z-index: 1;
  border-top-left-radius: 0;
  border-top-right-radius: 50px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.box-description-shadow.card-border-1-copy:where(.w-variant-270b6861-34e5-0138-c40b-a3b523b75804) {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 0;
}

.box-description-shadow.card-border-1-copy:where(.w-variant-4c61c162-ae64-b959-8e71-adb0151ae895) {
  border-radius: 50px 0;
}

.box-description-shadow.card-border-1-copy.title-center-card {
  background-color: var(--transparent);
  border-radius: 6px;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  display: flex;
}

.box-description-shadow.card-border-1-copy.title-center-card:hover {
  justify-content: flex-start;
  align-items: flex-end;
}

.image-4 {
  z-index: 0;
  float: right;
  clear: none;
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
  inset: -100% 0% 0%;
}

.image-4:where(.w-variant-270b6861-34e5-0138-c40b-a3b523b75804) {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 0;
}

.image-4:where(.w-variant-4c61c162-ae64-b959-8e71-adb0151ae895) {
  border-radius: 50px 0;
}

.card-hover-description-bottom {
  background-color: var(--primary-color-template);
  width: 100%;
  max-width: 320px;
  height: 427px;
}

.card-hover-description-bottom.card-border-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-position: 50% 85%;
  background-size: cover;
  background-clip: border-box;
  border-top-left-radius: 0;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
}

.card-hover-description-bottom.card-border-1:where(.w-variant-270b6861-34e5-0138-c40b-a3b523b75804) {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 0;
}

.card-hover-description-bottom.card-border-1:where(.w-variant-4c61c162-ae64-b959-8e71-adb0151ae895) {
  border-radius: 50px 0;
}

.container-unidade {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  width: 100%;
  max-width: 1440px;
  margin-bottom: 42px;
  padding: 22px 24px;
  display: flex;
}

.div-block-37 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.text-span-9 {
  color: var(--neutras-5);
}

.div-block-38 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--neutras-6);
  border-radius: 16px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: flex;
}

.div-block-39 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-5 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 16px;
  width: 100%;
  max-width: none;
  height: 250px;
  display: inline-block;
}

.div-block-40 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--neutras-6);
  border-radius: 16px 0 0 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 60%;
  min-width: 461px;
  max-width: none;
  height: 100%;
  padding: 24px;
  display: grid;
  position: relative;
}

.heading-14 {
  color: var(--neutras-5);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Instrument Serif, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
}

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

.div-block-41, .div-block-42 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.text-span-10 {
  color: var(--neutras-5);
}

.container-playlist {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  background-color: var(--main-1);
  flex-flow: column;
  width: 100%;
  max-width: none;
  margin-bottom: 42px;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
}

.section-3 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.section-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-15 {
  color: var(--white-web);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}

.code-embed-6 {
  height: 24px;
}

.code-embed-7 {
  height: 30px;
}

.code-embed-8 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-43 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.container-slider {
  background-color: var(--transparent);
  width: 100%;
  max-width: none;
  margin-bottom: 42px;
  padding-top: 64px;
  padding-bottom: 64px;
}

.slider-item {
  background-color: var(--primary-color-template);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  width: 240px;
  height: 350px;
  margin-right: 20px;
  padding-bottom: 0;
  padding-right: 0;
}

.slider-item.slider-1 {
  background-color: var(--transparent);
  background-image: url('../images/Fotos-para-carrossel-920x350---2_1.webp');
  background-size: cover;
  width: 100%;
  height: 350px;
  margin-left: 0;
  margin-right: 20px;
  padding-left: 0;
}

.slider-item.slider-2 {
  background-color: var(--transparent);
  background-image: url('../images/Fotos-para-carrossel-920x350---1_1.webp');
  background-size: cover;
  width: 100%;
  margin-right: 20px;
}

.slider-item.slicer-3 {
  background-color: var(--transparent);
  background-image: url('../images/Fotos-para-carrossel-920x350---6_1.webp');
  background-size: cover;
  width: 100%;
  margin-right: 0;
}

.slider-item.slicer-4 {
  background-color: var(--transparent);
  background-image: url('../images/Fotos-para-carrossel-920x350---3_1.webp');
  width: 100%;
}

.slider {
  background-color: var(--transparent);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 390px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.code-embed-9 {
  border: 2px none var(--main-1);
  color: var(--main-1);
  border-radius: 50%;
  margin: 175px 20px;
  position: absolute;
}

.mask {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #0000;
  border-radius: 6px;
  width: 100%;
  max-width: 920px;
  min-height: auto;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.code-embed-10 {
  color: var(--main-1);
  margin: 175px 20px;
  position: absolute;
  transform: rotate(180deg);
}

.container-contrato {
  background-color: var(--neutras-4);
  width: 100%;
  max-width: none;
  margin-bottom: 42px;
  padding-top: 64px;
  padding-bottom: 64px;
}

.section-5 {
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.flex-block-3 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  position: relative;
}

.left-arrow {
  display: block;
}

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

.container-footer {
  background-color: #66010e;
  width: 100%;
  max-width: none;
  margin-bottom: -21px;
  padding-top: 42px;
  padding-bottom: 42px;
}

.section-6 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
  display: flex;
}

.image-7 {
  object-fit: contain;
  height: auto;
}

.div-block-45 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.code-embed-11 {
  color: var(--neutras-5);
  display: flex;
}

.text-block-8 {
  color: #f6f6ee;
  font-family: Switzer Variable, Arial, sans-serif;
}

.text-block-8.txt-footer-lp {
  color: #1e1e1e;
}

.flex-block-4 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
}

.flex-block-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  font-size: 14px;
}

.flex-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.subtitle-1 {
  color: var(--white-web);
  font-family: Switzer Variable, Arial, sans-serif;
  font-weight: 700;
}

.flex-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-left: -400px;
}

.text-block-9 {
  opacity: 1;
  color: var(--neutras-1);
  font-family: Switzer Variable, Arial, sans-serif;
  font-weight: 400;
}

.text-block-10 {
  opacity: 1;
  color: var(--neutras-1);
  font-family: Switzer Variable, Arial, sans-serif;
}

.flex-block-8 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
}

.flex-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.link-footer {
  color: var(--neutras-1);
  font-family: Switzer Variable, Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.link-footer.w--current {
  color: var(--neutras-1);
  font-family: Switzer Variable, Arial, sans-serif;
  font-weight: 400;
}

.flex-block-10 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
}

.flex-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.flex-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
}

.flex-block-social-mobile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.container-title-page {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #cbadab;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  margin-top: 81px;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.title-page {
  color: var(--main-1);
  text-align: center;
  text-transform: uppercase;
  font-family: Poppins, Arial, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
}

.container-script {
  width: 100%;
  max-width: 1440px;
  min-height: 500px;
}

.container-3 {
  max-width: 1400px;
  min-height: 500px;
  margin-top: 80px;
}

.container-page-base {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1248px;
  min-height: 500px;
  margin-top: 80px;
  margin-bottom: 64px;
  padding-top: 0;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.code-embed-12 {
  margin-top: 64px;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
}

.card-modalidade {
  width: 100%;
  max-width: 350px;
  height: 350px;
  max-height: none;
}

.div-block-47 {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  background-image: linear-gradient(#0000, #000000c2 99%, #000);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.link-modalidade {
  color: var(--primary-color-template);
  text-decoration: none;
}

.container-links-unidades {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: 0 auto;
  justify-content: space-around;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.button-primary-template-lg {
  background-color: var(--primary-color-template);
  color: var(--text-3);
  text-align: center;
  border-radius: 4px;
  width: 100%;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.button-primary-template-lg.agend-button-modalidade {
  width: auto;
  display: block;
}

.button-primary-template-lg.saiba-button-modalidade {
  display: block;
}

.heading-17 {
  color: var(--white-web);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.text-block-13 {
  color: var(--white-web);
  font-weight: 500;
  line-height: 21px;
}

.description-modalidade-hover {
  z-index: 3;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: linear-gradient(180deg, #43447400, var(--primary-color-template));
  opacity: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity .2s;
  display: none;
  position: relative;
}

.description-modalidade-normal {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.image-9 {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  top: -100%;
}

.card-modalidade-video {
  width: 100%;
  max-width: 350px;
  height: 350px;
  max-height: none;
}

.container-card-modalidade-video {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  background-image: linear-gradient(#0000, #000000c2 99%, #000);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 24px;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.container-card-modalidade-video:hover {
  background-image: linear-gradient(180deg, #43447400, var(--primary-color-template));
}

.background-video {
  z-index: 0;
  width: 100%;
  height: 100%;
  top: -100%;
}

.div-block-49 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .2s;
  display: flex;
}

.div-block-50 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  padding: 18px 18px 32px;
  display: flex;
}

.card-modalidade-professores {
  border-radius: 4px;
  width: 100%;
  max-width: 320px;
  height: 430px;
}

.image-11 {
  z-index: 0;
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  position: relative;
  top: -100%;
}

.div-block-56 {
  z-index: 1;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-57 {
  opacity: 1;
  display: block;
}

.title-template-h4 {
  color: var(--primary-color-template);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 18px;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}

.div-block-58 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--neutras-2);
  opacity: 0;
  flex-flow: column;
  width: 100%;
  height: 140px;
  padding: 18px;
  transition: opacity .3s;
  display: none;
}

.text-block-16 {
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

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

.title-1313 {
  color: var(--primary-color-template);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}

.h5-template {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.widget-unidade {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--neutras-2);
  border-radius: 6px;
  flex-flow: column;
  padding: 32px;
  display: flex;
}

.div-block-63 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-block-17 {
  color: var(--text-1);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

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

.line-divisor-unidades {
  background-color: var(--neutras-6);
  height: 24px;
  padding-left: 1px;
}

.div-block-65 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.div-block-66 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--neutras-6);
  border-radius: 2px;
  justify-content: center;
  align-items: flex-start;
  padding: 4px 15px;
  display: flex;
}

.text-block-18 {
  color: var(--primary-color-template);
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.flex-block-13 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
}

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

.div-block-68 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: wrap;
  display: flex;
}

.subtitle-lg {
  color: var(--primary-color-template);
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}

.div-block-69 {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  flex-flow: column;
  display: flex;
}

.image-perfil-instrutores-1 {
  z-index: 0;
  border: 2.5px solid var(--neutras-3);
  object-fit: cover;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  position: relative;
}

.image-perfil-instrutores-2 {
  z-index: 1;
  border: 2.5px solid var(--neutras-3);
  object-fit: cover;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  position: relative;
  left: -10px;
}

.image-perfil-instrutores-3-copy {
  z-index: 2;
  border: 2.5px solid var(--neutras-3);
  object-fit: cover;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  position: relative;
  left: -20px;
}

.image-perfil-instrutores-4 {
  z-index: 3;
  border: 2.5px solid var(--neutras-3);
  object-fit: cover;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  position: relative;
  left: -30px;
}

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

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

.div-block-72 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.subtitle-lg-bold {
  color: var(--text-1);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-17-copy {
  color: var(--text-1);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.image-12 {
  object-fit: cover;
  border-radius: 4px;
  height: 320px;
}

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

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

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

.modal-instrutores {
  z-index: 10;
  background-color: #000c;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.div-block-76 {
  background-color: var(--white-web);
  flex: 0 auto;
  width: 100%;
  height: auto;
  min-height: 300px;
  padding-bottom: 64px;
  overflow: auto;
}

.div-block-77 {
  justify-content: space-between;
  align-items: stretch;
  padding: 24px;
  display: flex;
}

.div-block-78 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  overflow: auto;
}

.div-block-79 {
  border-radius: 50%;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

.subtitle-md {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.subtitle-md.color-main {
  z-index: 1;
  color: var(--primary-color-template);
  position: relative;
}

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

.text-block-19 {
  color: var(--text-1);
  cursor: pointer;
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
}

.code-embed-13 {
  color: var(--primary-color-template);
  cursor: pointer;
}

.image-13 {
  object-fit: cover;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  position: relative;
  bottom: -43%;
}

.title-left-copy {
  color: var(--white-web);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 45px;
}

.body-default {
  background-color: var(--neutras-1);
  color: var(--black-web);
  -webkit-text-fill-color: inherit;
  --neutras-1: #f6f6ee;
  --rounding-base: 6px;
  --neutras-4: #fe8faf;
  --main-1: #66010e;
  --neutras-6: #9b0720;
  --white-web: white;
  --neutras-3: #f0f0f0e6;
  --neutras-2: #f1f0f6;
  --gray: #888;
  --background: white;
  --transparent: #fff0;
  --primary-color-template: #fe8faf;
  --text-3: white;
  --neutras-5: #fa4eb0;
  --text-1: #1e1e1e;
  --black-web: black;
  --text-2: #888;
  --background-dark: #333;
  --background-tertiary: #f0f0f0b3;
  --white-90: #f0f0f0e6;
  --shadow-image: #2d2d2d80;
  --neutras-8: #fffc;
  background-clip: border-box;
  flex-flow: column;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  display: block;
}

.text-block-21 {
  color: var(--white-web);
  font-weight: 600;
}

.paragraph-4 {
  color: var(--white-web);
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}

.paragraph-5 {
  color: var(--main-1);
  font-family: Switzer Variable, Arial, sans-serif;
  font-weight: 500;
}

.button-primary-wellness-my-account {
  border-radius: var(--rounding-base);
  background-color: var(--primary-color-template);
  font-weight: 500;
  line-height: 25px;
}

.button-primary-wellness-my-account.pagekraft-auth-my-account {
  background-color: var(--transparent);
  color: var(--primary-color-template);
  transition: transform .2s;
}

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

.button-primary-wellness-my-account.pagekraft-auth-register {
  background-color: var(--transparent);
  color: var(--primary-color-template);
  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-color: var(--main-1);
  background-color: var(--main-1);
  color: var(--white-web);
  text-transform: none;
  cursor: pointer;
  font-family: Switzer Variable, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  transition: box-shadow .2s;
  display: none;
}

.button-primary-wellness-my-account.pagekraft-auth-register.button-secondary-wellness:hover {
  border-color: var(--neutras-6);
  background-color: var(--neutras-6);
  transform: none;
}

.button-secondary-wellness-sair {
  border: 2px solid var(--neutras-3);
  border-radius: var(--rounding-base);
  background-color: var(--transparent);
  color: var(--primary-color-template);
  font-weight: 500;
}

.button-secondary-wellness-sair.pagekraft-auth-logout {
  border-style: none;
  transition: transform .2s;
}

.button-secondary-wellness-sair.pagekraft-auth-logout:hover {
  transform: scale(1.03);
}

.div-block-88-professores {
  background-color: var(--transparent);
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.title-card-hover-hover {
  color: var(--text-3);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
  display: none;
}

.div-block-89 {
  background-color: var(--neutras-3);
  border-bottom-left-radius: 48px;
  width: 100%;
}

.div-block-89:where(.w-variant-4c61c162-ae64-b959-8e71-adb0151ae895) {
  border-bottom-right-radius: 48px;
  border-bottom-left-radius: 0;
}

.button-primary-template-lg-copy-copy {
  background-color: var(--primary-color-template);
  color: var(--white-web);
  text-align: center;
  border-radius: 4px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: block;
}

.code-embed-14 {
  color: var(--primary-color-template);
}

.code-embed-14.car-shopping.pagekraft-auth-checkout {
  border: 2px solid var(--neutras-2);
  border-radius: 4px;
  padding: 9px 14px;
}

.code-embed-15 {
  color: var(--neutras-5);
}

.code-embed-16, .code-embed-17, .code-embed-18, .code-embed-24, .code-embed-25, .code-embed-26, .code-embed-31 {
  color: var(--primary-color-template);
}

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

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

.div-block-93 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--main-1);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: auto;
  margin-bottom: 0%;
  padding: 18px;
  display: none;
  overflow: hidden;
}

.text-block-22 {
  color: var(--neutras-4);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -8px;
  font-family: Instrument Serif, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 150%;
  display: block;
}

.text-block-23 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--neutras-4);
  text-align: left;
  max-width: 100%;
  font-family: Switzer Variable, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  display: block;
  overflow: hidden;
}

.text-block-24 {
  color: var(--white-web);
  text-align: right;
  font-family: Switzer Variable, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.title-right {
  color: var(--white-web);
  text-align: right;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrument Serif, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 45px;
  display: flex;
}

.div-block-99 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-26 {
  color: var(--text-1);
}

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

.text-span-16 {
  color: var(--main-1);
}

.title-left-600 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--main-1);
  text-transform: uppercase;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrument Serif, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.title-left-600.txt-faq {
  color: var(--main-1);
  text-align: center;
  justify-content: center;
  align-items: flex-start;
}

.title-left-600.txt-54 {
  line-height: 20px;
}

.text-center-600 {
  color: var(--neutras-6);
  text-transform: uppercase;
  font-family: Instrument Serif, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
}

.div-block-101 {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.button-hamburguer-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  height: 64px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.button-hamburguer-2:hover {
  background-color: #f0f0f0b3;
}

.button-hamburguer-2:visited {
  color: #1e1e1e;
  background-color: #f0f0f0b3;
  font-weight: 700;
}

.code-embed-33 {
  color: var(--primary-color-template);
}

.heading-21 {
  color: #555;
}

.code-embed-34, .code-embed-35, .code-embed-36, .code-embed-37 {
  color: var(--primary-color-template);
}

.pagekraft-auth-logout.button-secondary-wellness {
  text-transform: none;
  cursor: pointer;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Switzer Variable, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  transition-duration: .2s;
  display: none;
}

.car-shopping.pagekraft-auth-checkout.button-secondary-wellness {
  cursor: pointer;
  padding: 10px 14px;
  transition-duration: .2s;
}

.code-embed-38 {
  color: var(--main-1);
  width: auto;
  max-width: none;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.container-6 {
  width: 100%;
  max-width: none;
  margin-top: 80px;
}

.div-block-102 {
  z-index: 2;
  background-image: linear-gradient(135deg, #7d80dae6, #405189);
  border-bottom-right-radius: 40%;
  border-bottom-left-radius: 40%;
  width: 100%;
  height: 100%;
  position: static;
  inset: 0% auto 0% 0%;
}

.div-block-103 {
  background-image: url('../images/19a3bd99e1b1c8fd5199780342c6ce4c_1.webp');
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 40%;
  border-bottom-left-radius: 40%;
  height: 380px;
}

.container-7 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 128px;
  display: flex;
}

.code-embed-39 {
  margin-top: -250px;
  position: static;
  top: auto;
}

.heading-22 {
  color: var(--primary-color-template);
  font-size: 80px;
  line-height: 120px;
}

.text-block-28 {
  color: var(--primary-color-template);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.text-span-17 {
  color: var(--black-web);
}

.text-block-29 {
  color: var(--text-2);
  text-align: center;
}

.div-block-104 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

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

.container-8 {
  max-width: 1200px;
  margin-top: 80px;
  padding-top: 40px;
  padding-bottom: 60px;
}

.container-8.container-politica {
  width: 100%;
  padding-top: 40px;
  padding-left: 24px;
  padding-right: 24px;
}

.section-12 {
  justify-content: center;
  align-items: center;
  min-height: 500px;
  margin-top: 40px;
  margin-bottom: 100px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-106 {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1220px;
  margin-bottom: 120px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

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

.div-block-108 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.div-block-109 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 454px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-span-18 {
  color: var(--main-1);
}

.div-block-110 {
  color: var(--black-web);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.text-span-19 {
  color: var(--main-1);
  font-weight: 700;
}

.div-block-111 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.div-block-93-professores {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--main-1);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 24px;
  display: none;
}

.title-card-hover-professores {
  color: var(--main-1);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrument Serif, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 120%;
}

.title-left-600-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--neutras-6);
  text-transform: uppercase;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrument Serif, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.code-embed-48 {
  color: var(--primary-color-template);
}

.title-left-copy {
  color: var(--primary-color-template);
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrument Serif, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
}

.text-block-30-copy {
  color: var(--primary-color-template);
  font-size: 30px;
  font-weight: 600;
  line-height: 120%;
}

.text-block-31-copy {
  color: var(--text-2);
  max-width: 600px;
}

.text-block-32-copy {
  color: var(--primary-color-template);
  justify-content: flex-start;
  align-items: center;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  display: flex;
}

.text-block-33-copy {
  color: var(--primary-color-template);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  line-height: 150%;
  display: flex;
}

.section-13 {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.code-embed-49 {
  margin-top: 0;
}

.div-block-114 {
  min-height: 500px;
  margin-top: 100px;
}

.button-primary-pilates-xl {
  border-radius: var(--rounding-base);
  background-color: var(--main-1);
  color: var(--text-3);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 12px 28px;
  font-family: Switzer Variable, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  transition: box-shadow .15s;
  display: flex;
}

.button-primary-pilates-xl:hover {
  box-shadow: inset 0 2px 5px 40vh #00000014;
}

.heading-23-copy {
  color: var(--white-web);
  text-transform: uppercase;
  font-family: Instrument Serif, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 120%;
}

.card-hover-decription-professores {
  background-color: var(--primary-color-template);
  width: 100%;
  max-width: 320px;
  height: 427px;
}

.card-hover-decription-professores.card-border-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/aa3222e401c015e23264e35fffabf281_1.webp');
  background-position: 50% 85%;
  background-size: cover;
  background-color: var(--transparent);
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border-radius: 6px;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 220px;
  min-width: 200px;
  max-width: 90%;
  height: 413px;
  max-height: 427px;
  transition: width 1s;
  display: block;
}

.box-description-shadow-copy {
  width: 100%;
  height: 100%;
  padding-top: 190px;
}

.box-description-shadow-copy.card-border-1-copy {
  z-index: 1;
  border-top-left-radius: 0;
  border-top-right-radius: 50px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.box-description-shadow-copy.card-border-1-copy:where(.w-variant-270b6861-34e5-0138-c40b-a3b523b75804) {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 0;
}

.box-description-shadow-copy.card-border-1-copy:where(.w-variant-4c61c162-ae64-b959-8e71-adb0151ae895) {
  border-radius: 50px 0;
}

.box-description-shadow-copy.card-border-1-copy.title-center-card {
  background-color: var(--transparent);
  border-radius: 6px;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  display: flex;
}

.box-description-shadow-copy.card-border-1-copy.title-center-card:hover {
  justify-content: flex-start;
  align-items: flex-end;
}

.menu-mobile-action {
  color: var(--primary-color-template);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 43px;
  display: flex;
}

.slider-9 {
  display: none;
}

.div-block-122 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 2px solid #020237;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 10px 24px;
  display: flex;
}

.div-block-122.pagekraft-auth-my-account {
  border-color: var(--main-1);
  background-color: var(--main-1);
  padding-top: 0;
  padding-bottom: 0;
  font-family: Switzer Variable, Arial, sans-serif;
  text-decoration: none;
  display: none;
}

.div-block-122.pagekraft-auth-my-account:hover {
  border-color: var(--neutras-6);
  background-color: var(--neutras-6);
  color: #fff;
}

.code-embed-50 {
  color: #fd7e01;
  height: auto;
  margin-top: -2px;
  line-height: 1;
}

.code-embed-50.icon-minhaconta {
  color: var(--white-web);
}

.heading-24 {
  color: #aaa;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
}

.heading-24.txt-minhaconta {
  color: var(--white-web);
  text-transform: none;
  font-family: Switzer Variable, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.container-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 0;
  display: flex;
}

.container-10 {
  background-color: var(--main-1);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 457px;
  margin-bottom: 42px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container-10.container-aula2 {
  background-color: var(--neutras-6);
}

.container-11 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  min-height: 320px;
  display: flex;
}

.div-block-123 {
  width: 100%;
  min-width: 320px;
  max-width: 661px;
}

.div-block-123.div-img-right {
  order: 1;
}

.div-block-124 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 320px;
  max-width: 484px;
  min-height: 259px;
  display: flex;
}

.div-block-125 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  color: var(--primary-color-template);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-25 {
  text-transform: uppercase;
  font-family: Instrument Serif, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
}

.paragraph-7 {
  color: var(--white-web);
  font-family: Switzer Variable, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.flex-block-14 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1250px;
}

.image-17 {
  position: relative;
  inset: 10% 5% auto auto;
}

.paragraph-12 {
  color: #000;
  font-size: 20px;
}

.paragraph-12.txt-black {
  color: var(--white-web);
}

.title-left-2 {
  color: #000100;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 45px;
}

.title-left-2.semibold {
  color: var(--neutras-5);
  text-transform: uppercase;
  font-family: Instrument Serif, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 150%;
}

.div-block-116 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  min-width: 400px;
  max-width: 588px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.container-conheca-2 {
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  background-color: var(--main-1);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 80px;
  padding: 64px 24px 40px;
  display: flex;
}

.paragraph-13 {
  color: #000;
}

.paragraph-13.txt-black {
  color: var(--white-web);
}

.div-block-126 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-126.flexa1 {
  flex-flow: row;
}

.div-block-126.flexa1.section-app {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.subtitle-center-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-width: 320px;
  max-width: 588px;
  display: flex;
}

.flex-block-15 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
}

.image-18 {
  position: relative;
  inset: 0% auto auto;
}

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

.link-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--white-web);
  justify-content: flex-start;
  align-items: center;
  font-family: Switzer Variable, Arial, sans-serif;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.heading-26 {
  color: #f6f6ee;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.heading-26.txt-footer-lp {
  color: #1e1e1e;
}

.image-19 {
  margin-bottom: 60px;
}

.paragraph-14 {
  color: #fff;
  font-family: Switzer Variable, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.heading-27 {
  text-transform: uppercase;
  font-family: Instrument Serif, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
}

.div-block-130 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  color: #fe8faf;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-12 {
  background-color: #66010e;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 457px;
  margin-bottom: 42px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container-13 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  min-height: 320px;
  display: flex;
}

.button-primary-pilates-2 {
  color: #66010e;
  text-transform: uppercase;
  background-color: #fe8faf;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Switzer Variable, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  transition: box-shadow .15s;
  display: flex;
}

.button-primary-pilates-2:hover {
  color: #fff;
  background-color: #9b0720;
}

.div-block-131 {
  width: 100%;
  min-width: 320px;
  max-width: 661px;
}

.section-16 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 50vh;
  margin-bottom: 100px;
  display: flex;
}

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

.code-embed-52 {
  background-color: var(--transparent);
  color: var(--black-web);
}

.div-block-132 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-span-20, .text-span-21 {
  color: var(--transparent);
}

.body-lp {
  background-color: var(--main-1);
  flex-flow: column;
  justify-content: flex-start;
  height: auto;
  display: block;
}

.div-block-133 {
  width: 100%;
  height: auto;
  min-height: 50px;
}

.container-14 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 40px;
  padding: 10px 20px 0;
  line-height: 1;
  display: flex;
}

.paragraph-15 {
  color: var(--neutras-4);
  margin-bottom: 0;
  font-family: Switzer Variable, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.div-block-134 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  min-width: 170px;
  height: 100%;
  display: flex;
}

.div-block-135 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 25px;
  display: flex;
  position: relative;
}

.paragraph-16 {
  color: var(--neutras-4);
  margin-bottom: 0;
  font-family: Switzer Variable, Arial, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 1;
  position: relative;
  top: 0;
}

.heading-28 {
  color: #fff;
  margin-bottom: 10px;
  font-family: Switzer Variable, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

.heading-28.t_days, .heading-28.t_hours, .heading-28.t_minutes, .heading-28.t_seconds {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-136 {
  background-image: url('../images/banner-v2_1.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 630px;
  padding: 0 20px;
  display: flex;
  position: relative;
}

.div-block-136.banner-recrutamento {
  background-color: #f6f6ee;
  background-image: url('../images/background-boot.png');
  min-height: 380px;
  margin-top: 80px;
}

.image-20 {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-137 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 672px;
  height: 100%;
  min-height: 522px;
  display: flex;
  position: relative;
}

.div-block-137.const-banner {
  justify-content: center;
  align-items: center;
  max-width: 782px;
}

.div-block-138 {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.paragraph-17 {
  color: var(--white-web);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 637px;
  font-family: Instrument Serif, sans-serif;
  font-size: 54px;
  line-height: 1;
  display: block;
}

.paragraph-17.h1-titulo-recr {
  color: #f6f6ee;
  text-transform: uppercase;
  max-width: none;
  font-size: 50px;
}

.paragraph-18 {
  color: var(--white-web);
  text-align: center;
  max-width: 559px;
  font-family: Switzer Variable, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
}

.paragraph-18.p-recrutamento {
  max-width: 540px;
  font-size: 16px;
  font-weight: 600;
}

.button-3 {
  background-color: var(--white-web);
  color: var(--main-1);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 297px;
  height: 41px;
  padding: 0 45px;
  font-family: Switzer Variable, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.button-3.btn-excolha {
  padding-left: 20px;
  padding-right: 20px;
}

.button-3.btn-recrutametno {
  background-color: var(--main-1);
  color: var(--white-web);
  text-transform: uppercase;
  border-radius: 6px;
  width: 380px;
  height: 64px;
  font-family: Instrument Serif, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  bottom: 0;
}

.div-block-139 {
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding: 20px;
  display: flex;
}

.div-block-140 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 18px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 672px;
  height: 100%;
  min-height: 320px;
  max-height: none;
  padding: 36px 38px;
  display: flex;
}

.heading-29 {
  color: #333;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  max-width: 595.5px;
  font-family: Instrument Serif, sans-serif;
  font-size: 37px;
  font-weight: 400;
  line-height: 1.2;
}

.paragraph-19 {
  color: #1e1e1e;
  text-align: center;
  max-width: 516px;
  font-family: Switzer Variable, Arial, sans-serif;
  font-size: 13.5px;
  line-height: 1.4;
}

.button-4 {
  background-color: var(--main-1);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 286.83px;
  height: 41px;
  font-family: Switzer Variable, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

.button-4.btn-professoras {
  border: 1px solid var(--main-1);
  background-color: var(--white-web);
  color: var(--main-1);
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  box-shadow: 0 8.65px 12.97px -2.59px #0000001a, 0 3.46px 5.19px -3.46px #0000001a;
}

.div-block-141 {
  background-image: url('../images/Section-1_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 520px;
  padding: 72px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-21 {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-142 {
  background-color: #fff;
  border-radius: 18px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 530px;
  min-height: 445px;
  max-height: none;
  padding: 33px 24px;
  display: flex;
  position: relative;
}

.heading-30 {
  color: var(--main-1);
  text-transform: uppercase;
  font-family: Instrument Serif, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
}

.text-span-25 {
  color: var(--neutras-4);
}

.paragraph-20 {
  color: #737373;
  text-align: center;
  font-family: Switzer Variable, Arial, sans-serif;
  font-size: 12px;
}

.div-block-143 {
  background-color: #f6f6ee;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 668px;
  display: flex;
}

.heading-31 {
  color: var(--main-1);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 26px;
  font-family: Instrument Serif, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 1;
}

.heading-31.txt-branco {
  color: var(--white-web);
}

.text-span-26 {
  color: var(--neutras-4);
}

.paragraph-21 {
  text-align: center;
  max-width: 489px;
  margin-bottom: 0;
  font-family: Switzer Variable, Arial, sans-serif;
  font-size: 13.5px;
}

.paragraph-21.txt-branco {
  color: #fff;
}

.div-block-144 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 864px;
  margin-top: 42px;
  display: flex;
}

.div-block-145 {
  background-color: red;
  border-radius: 18px;
  width: 420px;
  height: 402px;
  padding: 37px 47px 27px;
}

.div-block-145.jeito-classic {
  background-color: #2da9f633;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-145.aula-hot {
  background-color: #9b0720;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-22 {
  margin-bottom: 22px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-22 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Switzer Variable, Arial, sans-serif;
  font-size: 12px;
  line-height: 19.5px;
}

.paragraph-22.txt-do-jeito {
  color: #1e1e1e;
}

.div-block-146 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 9px;
  display: flex;
}

.paragraph-23 {
  color: var(--white-web);
  margin-bottom: 0;
  font-family: Switzer Variable, Arial, sans-serif;
  font-size: 10px;
  line-height: 15px;
}

.paragraph-23.txt-do-jeito {
  color: #1e1e1e;
}

.button-5 {
  background-color: var(--white-web);
  color: var(--main-1);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 36px;
  margin-left: auto;
  margin-right: auto;
  font-family: Switzer Variable, Arial, sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  display: flex;
  box-shadow: 0 7.5px 11.25px -2.25px #0000001a, 0 3px 4.5px -3px #0000001a;
}

.div-block-147 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 639px;
  padding: 70px 20px;
  display: flex;
}

.div-block-148 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 864px;
  margin-top: 48px;
  display: flex;
}

.div-block-149 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 270px;
  height: 135px;
  display: flex;
}

.heading-32 {
  color: #fff;
  font-family: Switzer Variable, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;
}

.paragraph-24 {
  color: #fff;
  text-align: center;
  font-family: Switzer Variable, Arial, sans-serif;
  font-size: 12px;
}

.div-block-150 {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 850px;
  padding: 70px 20px;
  display: flex;
}

.div-block-150.div-boot {
  background-color: #f6f6ee;
  min-height: 505px;
  padding: 100px 0 0;
}

.paragraph-25 {
  text-align: center;
  max-width: 1100px;
  font-family: Switzer Variable, Arial, sans-serif;
  font-size: 13px;
}

.div-block-151 {
  outline-offset: 0px;
  border: 1px solid #e5e0dc;
  border-radius: 24px;
  outline: 3px #333;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1152px;
  height: 100%;
  min-height: 505px;
  margin-top: 26px;
  margin-bottom: 40px;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  box-shadow: 0 1px 2px #0000000d;
}

.slider-10 {
  background-color: #0000;
  width: 100%;
  height: 100%;
  min-height: 386px;
  padding-left: 24px;
  padding-right: 24px;
}

.left-arrow-3, .right-arrow-3 {
  display: block;
}

.slide-nav-2 {
  display: none;
}

.slide-3 {
  vertical-align: top;
  width: 175px;
  padding-left: 0;
  padding-right: 5px;
}

.div-block-152 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 386px;
  display: flex;
}

.div-block-152.coluna-sabado {
  height: 231px;
}

.div-block-152.d-sexta {
  height: 283px;
}

.slide-4 {
  width: auto;
  padding-left: 5px;
  padding-right: 5px;
}

.image-23 {
  vertical-align: top;
  width: 175px;
  height: 100%;
}

.mask-3 {
  width: 100%;
  max-width: 731px;
  height: 100%;
  min-height: 386px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-156 {
  background-color: #f6f6ee;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 667px;
  padding: 20px;
  display: flex;
}

.div-block-156.div-faq {
  flex-flow: column;
  padding-top: 80px;
}

.div-block-157 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 979px;
  min-height: 438px;
  display: flex;
}

.div-block-158 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  min-width: 320px;
  max-width: 456px;
  min-height: 399px;
  display: flex;
}

.image-24 {
  width: 100%;
  max-width: 488px;
}

.paragraph-26 {
  font-family: Switzer Variable, Arial, sans-serif;
  font-size: 13px;
}

.div-block-159 {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 429px;
  padding: 20px;
  display: flex;
}

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

.heading-34 {
  color: var(--white-web);
  text-align: center;
  text-transform: uppercase;
  max-width: 668px;
  font-family: Instrument Serif, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 30px;
}

.text-span-27, .text-span-28 {
  color: var(--neutras-4);
}

.paragraph-27 {
  color: #fff;
  margin-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
}

.container {
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: block;
  position: relative;
}

.container.faq-container {
  background-color: #0000;
  border-radius: 0;
  max-width: 900px;
  padding-top: 60px;
  padding-bottom: 80px;
}

.faq-wrap {
  margin-bottom: 20px;
}

.faq-plus {
  background-color: #1f2124;
  border-radius: 3px;
  width: 100%;
  height: 5px;
}

.faq-answer {
  border-bottom: 1px solid #2d3e501f;
  padding-top: 20px;
  padding-left: 45px;
  overflow: hidden;
}

.faq-answer-text {
  margin-bottom: 30px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
  line-height: 21px;
}

.faq-plus-wrap {
  color: #1f2124;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.faq-q-text {
  color: #1f2124;
  -webkit-text-stroke-color: #1f2124;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.faq-plus-l {
  background-color: #1f2124;
  border-radius: 3px;
  width: 5px;
  height: 100%;
  position: absolute;
}

.faq-question {
  color: #212121;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50px;
  align-items: center;
  height: 46px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 22px;
  font-weight: 800;
  display: flex;
}

.paragraph-28 {
  color: #222;
  text-align: center;
  font-family: Switzer Variable, Arial, sans-serif;
  font-size: 13px;
}

.div-block-161 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 420px;
  padding: 20px;
  display: flex;
}

.div-block-162 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.code-embed-55 {
  width: 100%;
  max-width: 525px;
}

.div-block-163 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-top: 1px solid #e5e0dc;
  justify-content: center;
  align-items: flex-end;
  width: 90%;
  min-height: 53px;
  margin-top: 22px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

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

.heading-35 {
  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.image-25, .image-26 {
  display: none;
  position: absolute;
  inset: 0%;
}

.icon, .icon-2 {
  color: var(--main-1);
}

.div-block-165 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 381px;
  display: flex;
  position: relative;
}

.image-27 {
  position: relative;
}

.image-28 {
  order: 1;
  margin-bottom: 0;
  position: absolute;
  top: -10%;
  bottom: auto;
}

.div-block-166 {
  justify-content: center;
  align-items: center;
  min-height: 480px;
  display: flex;
  position: relative;
}

.div-block-167 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  min-height: 183px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-36 {
  color: var(--main-1);
  font-family: Montserrat, sans-serif;
  font-size: 80px;
  line-height: 1;
}

.paragraph-30 {
  color: #1e1e1e;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.text-span-29 {
  color: var(--main-1);
}

.image-29 {
  width: 100%;
  min-height: 381px;
  position: absolute;
  inset: 0%;
}

.image-30 {
  display: none;
}

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

.heading-37 {
  text-transform: uppercase;
  font-family: Instrument Serif, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 150%;
}

.paragraph-31 {
  color: #1e1e1e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer Variable, Arial, sans-serif;
}

.div-block-168 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: center;
  width: 90%;
  display: flex;
}

.text-span-30 {
  color: var(--neutras-4);
}

.text-span-31 {
  color: var(--main-1);
}

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

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

.slider-11 {
  background-color: #0000;
  height: auto;
  max-height: 430px;
}

.slide-5 {
  width: auto;
  height: auto;
}

.slide-6, .slide-7, .slide-8 {
  width: auto;
}

.mask-4 {
  height: 100%;
}

.slide-nav-3, .left-arrow-4, .right-arrow-4 {
  display: none;
}

.slide-9 {
  width: auto;
}

@media screen and (min-width: 1280px) {
  .div-block-38 {
    flex-flow: row;
  }

  .image-5 {
    display: block;
  }

  .div-block-116 {
    min-width: 520px;
  }

  .left-arrow-3, .right-arrow-3 {
    display: block;
  }

  .div-block-152 {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-152.coluna-sabado {
    height: 335px;
  }

  .image-23 {
    display: block;
  }

  .mask-3 {
    max-width: 731px;
  }
}

@media screen and (min-width: 1440px) {
  .div-block-136 {
    max-height: 630px;
  }

  .div-block-151 {
    max-width: 1337px;
  }

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

  .div-block-152.coluna-sabado {
    height: 231px;
  }

  .mask-3 {
    max-width: 1288px;
  }
}

@media screen and (min-width: 1920px) {
  .div-block-126 {
    max-width: 1540px;
  }

  .div-block-126.flexa1.section-app {
    max-width: 1200px;
  }

  .body-lp {
    height: 100%;
    min-height: 100%;
    display: block;
  }

  .div-block-136 {
    justify-content: center;
    align-items: center;
    max-height: 720px;
  }

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

  .button-3.btn-excolha {
    width: auto;
    margin-top: 50px;
  }

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

@media screen and (max-width: 991px) {
  .navbar-custom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block {
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
  }

  .button-primary-pilates {
    padding: 12px 24px;
    font-weight: 700;
    display: flex;
  }

  .button-secondary-wellness {
    padding: 10px 24px;
  }

  .div-block-2 {
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

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

  .container-modalidade {
    max-width: none;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-hover-description.card-border-1 {
    width: 80%;
    max-width: none;
    font-family: Instrument Serif, sans-serif;
    font-size: 30px;
    line-height: 1;
    transition: width .6s;
    display: block;
  }

  .div-block-13 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    flex: auto;
    grid-template: "Area Area Area"
                   ". . ."
                   / 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch center;
    place-items: center;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .container-depoimento {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .div-block-29 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
  }

  .code-embed-5 {
    width: 100%;
    max-width: 1200px;
  }

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

  .section-2 {
    width: 100%;
  }

  .div-block-30 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .box-description-shadow.card-border-1-copy.title-center-card {
    justify-content: flex-start;
    align-items: stretch;
  }

  .box-description-shadow.card-border-1-copy.title-center-card:hover {
    align-items: stretch;
  }

  .container-unidade {
    max-width: none;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-38 {
    flex-flow: column;
    width: auto;
  }

  .div-block-39 {
    flex-flow: column;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 1200px;
  }

  .image-5 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 16px;
  }

  .div-block-40 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .heading-14 {
    text-transform: uppercase;
  }

  .container-playlist, .container-slider {
    padding-left: 24px;
    padding-right: 24px;
  }

  .slider-item.slider-1 {
    background-image: url('../images/Frame-48096088-2.png');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .slider, .code-embed-9 {
    margin-left: 0;
  }

  .mask {
    max-width: none;
  }

  .code-embed-10 {
    margin-right: 0;
  }

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

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

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

  .left-arrow {
    display: flex;
  }

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

  .section-6 {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 24px;
    padding-right: 24px;
  }

  .flex-block-7 {
    margin-left: 0;
  }

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

  .button-primary-template-lg {
    width: auto;
    margin-left: 0;
    display: block;
  }

  .widget-unidade {
    border-radius: 6px;
  }

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

  .line-divisor-unidades {
    display: none;
  }

  .div-block-65 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .flex-block-13 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .div-block-73 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .div-block-64-copy {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .title-left-copy {
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .div-block-88-professores {
    justify-content: center;
    align-items: flex-end;
    margin-left: 0;
    display: flex;
  }

  .button-primary-template-lg-copy-copy {
    width: auto;
    margin-left: auto;
    display: block;
  }

  .div-block-93 {
    align-self: center;
    margin-bottom: 0%;
    display: none;
  }

  .title-right {
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

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

  .title-left-600 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .div-block-106 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .div-block-110 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-111 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-93-professores {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    display: none;
  }

  .title-left-600-copy {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    text-align: center;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    line-height: 1;
    display: flex;
  }

  .title-left-copy {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    display: flex;
  }

  .button-primary-pilates-xl {
    padding: 12px 24px;
    font-weight: 700;
    display: flex;
  }

  .card-hover-decription-professores.card-border-1 {
    width: 220px;
    max-width: 90%;
    height: 427px;
    max-height: 427px;
    transition: width .6s;
    display: block;
  }

  .box-description-shadow-copy.card-border-1-copy.title-center-card {
    justify-content: center;
    align-items: stretch;
    height: 427px;
    max-height: none;
  }

  .menu-mobile-action {
    z-index: 1;
    display: flex;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .slider-9 {
    background-color: var(--transparent);
    height: 427px;
    display: flex;
  }

  .slide-2 {
    width: 100%;
  }

  .div-block-115 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .mask-2 {
    width: 100%;
  }

  .slide-nav {
    display: none;
  }

  .right-arrow-2, .left-arrow-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-10, .container-10.container-aula2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-11 {
    flex-flow: column;
  }

  .div-block-124 {
    min-height: 0;
  }

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

  .flex-block-14 {
    flex-flow: column;
  }

  .title-left-2 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    display: flex;
  }

  .div-block-116 {
    justify-content: flex-start;
    align-items: center;
  }

  .container-conheca-2 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column-reverse;
    margin-bottom: 0;
    padding: 0 24px;
  }

  .div-block-126 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

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

  .subtitle-center-2 {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }

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

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

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

  .container-12 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-13 {
    flex-flow: column;
  }

  .button-primary-pilates-2 {
    padding: 12px 24px;
    font-weight: 700;
    display: flex;
  }

  .container-14 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
  }

  .div-block-134 {
    margin-top: 15px;
  }

  .slide-nav-2 {
    display: none;
  }

  .mask-3 {
    width: 81%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-156 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .faq-plus {
    width: 80%;
    height: 3px;
  }

  .faq-plus-l {
    width: 3px;
    height: 80%;
  }

  .div-block-162.div-footer-lp {
    flex-flow: column;
  }

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

  .image-27 {
    margin-left: auto;
    margin-right: auto;
    inset: 0% auto auto;
  }

  .div-block-167, .div-block-168 {
    text-align: center;
  }

  .slider-11 {
    width: 100%;
    max-width: 320px;
    max-height: 430px;
  }

  .slide-5, .slide-6, .slide-7, .slide-8 {
    min-width: 200px;
  }

  .mask-4 {
    min-width: 200px;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .icon-3 {
    color: var(--neutras-6);
    margin-right: 0;
  }

  .icon-4 {
    color: var(--neutras-6);
    margin-left: 0;
  }

  .slide-nav-3 {
    display: none;
  }

  .left-arrow-4, .right-arrow-4 {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .button-primary-pilates {
    font-weight: 700;
  }

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

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

  .container-banner {
    min-height: 414px;
  }

  .container-modalidade {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .card-hover-description.card-border-1 {
    width: 80%;
  }

  .div-block-13 {
    flex-flow: wrap;
    flex: 0 auto;
    align-content: flex-start;
  }

  .container-depoimento {
    padding: 24px;
  }

  .section {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    flex-flow: column-reverse;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-27 {
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .heading-11 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-2 {
    flex-flow: column;
    width: 100%;
  }

  .div-block-30 {
    align-items: stretch;
  }

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

  .div-block-40 {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    flex-flow: column;
    align-items: flex-start;
    min-width: 0;
    display: flex;
  }

  .div-block-41 {
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    margin-right: auto;
    display: flex;
  }

  .container-playlist, .container-slider {
    padding-left: 24px;
    padding-right: 24px;
  }

  .slider-item.slider-1 {
    background-image: url('../images/Frame-48096088-2.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 160px;
  }

  .slider-item.slider-2 {
    background-image: url('../images/Frame-48096088-1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 160px;
  }

  .slider-item.slicer-3 {
    background-image: url('../images/Frame-48096088.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 160px;
  }

  .slider-item.slicer-4 {
    background-image: url('../images/Frame-48096088-3.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 160px;
  }

  .slider {
    max-width: none;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .code-embed-9 {
    margin-left: 0;
  }

  .code-embed-10 {
    margin-right: 0;
  }

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

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

  .right-arrow {
    display: flex;
  }

  .section-6 {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    grid-template-columns: 1fr;
    padding-left: 24px;
    padding-right: 24px;
  }

  .flex-block-6 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .flex-block-12 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .flex-block-12.txt-in-lp {
    display: flex;
  }

  .flex-block-social-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .title-page {
    font-size: 24px;
    line-height: 36px;
  }

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

  .button-primary-template-lg {
    width: 100%;
  }

  .flex-block-13 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .modal-instrutores {
    display: none;
  }

  .div-block-79 {
    background-image: none;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
  }

  .subtitle-md.color-main {
    z-index: 2;
    position: relative;
  }

  .image-13 {
    object-fit: cover;
    border-radius: 50%;
    width: 120px;
    max-width: none;
    height: 120px;
    position: relative;
    bottom: -43%;
  }

  .body-default {
    font-size: 14px;
  }

  .div-block-88-professores {
    margin-left: 0;
  }

  .button-primary-template-lg-copy-copy {
    width: auto;
  }

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

  .div-block-93 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 24px;
    display: none;
  }

  .text-block-22 {
    text-align: left;
    font-size: 20px;
    line-height: 30px;
  }

  .text-block-23 {
    min-height: auto;
    font-size: 12px;
    line-height: 18px;
    overflow: auto;
  }

  .text-block-24 {
    text-align: center;
  }

  .title-right {
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 50px;
    line-height: 1;
  }

  .title-left-600 {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 50px;
    line-height: 1;
    display: flex;
  }

  .title-left-600.txt-faq, .title-left-600.txt-conheca, .title-left-600.txt-54 {
    font-size: 37px;
  }

  .text-center-600 {
    font-size: 50px;
    line-height: 1;
  }

  .div-block-102, .div-block-103 {
    border-bottom-right-radius: 0%;
    border-bottom-left-radius: 0%;
  }

  .container-7 {
    margin-bottom: 64px;
  }

  .code-embed-40, .code-embed-41, .code-embed-42, .code-embed-43 {
    color: var(--primary-color-template);
  }

  .div-block-110 {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
  }

  .div-block-93-professores {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 24px;
    display: none;
  }

  .title-left-600-copy {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 50px;
    line-height: 1;
    display: flex;
  }

  .title-left-copy {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 50px;
    line-height: 1;
  }

  .button-primary-pilates-xl {
    font-weight: 700;
  }

  .heading-23-copy {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
  }

  .card-hover-decription-professores.card-border-1 {
    width: 220px;
    max-width: 90%;
  }

  .slider-9 {
    height: 470px;
  }

  .slide-nav {
    display: block;
  }

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

  .title-left-2 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 36px;
  }

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

  .div-block-126 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .subtitle-center-2 {
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .button-primary-pilates-2 {
    font-weight: 700;
  }

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

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

  .div-block-134 {
    margin-top: 10px;
  }

  .div-block-136 {
    background-image: url('../images/banner-mobile.webp');
    background-position: 50%;
    background-size: cover;
    overflow: hidden;
  }

  .image-20 {
    display: none;
  }

  .button-3.btn-excolha {
    width: auto;
  }

  .div-block-141 {
    background-image: url('../images/Sessão-3-mobile.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .image-21 {
    display: none;
  }

  .div-block-143 {
    padding: 60px 20px;
  }

  .heading-31 {
    text-align: center;
    font-size: 37px;
  }

  .mask-3 {
    width: 181px;
  }

  .container.faq-container {
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .faq-plus {
    width: 60%;
  }

  .faq-plus-l {
    height: 60%;
  }

  .code-embed-55 {
    margin-top: 40px;
  }

  .image-25, .image-26 {
    width: 100%;
    display: none;
  }

  .div-block-165 {
    z-index: 0;
    min-height: 480px;
    overflow: hidden;
  }

  .image-27 {
    z-index: 1;
  }

  .image-28 {
    max-width: 100%;
    height: 100%;
    max-height: 100px;
  }

  .div-block-166 {
    min-height: 420px;
  }

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

  .paragraph-30 {
    font-size: 18px;
    line-height: 150%;
  }

  .image-29 {
    display: none;
  }

  .image-30 {
    width: 100%;
    display: block;
    position: absolute;
    inset: 0%;
  }

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

  .slider-11 {
    max-width: 320px;
  }

  .mask-4 {
    max-width: 200px;
  }
}

@media screen and (max-width: 479px) {
  .button-primary-pilates {
    font-weight: 700;
  }

  .card-hover-description.card-border-1 {
    width: 80%;
  }

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

  .section, .div-block-29, .container-professor {
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block-40 {
    min-width: 0;
  }

  .text-span-10 {
    word-break: normal;
  }

  .container-playlist {
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-3 {
    flex-flow: row;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

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

  .slider-item.slicer-3 {
    height: 160px;
  }

  .mask {
    max-width: none;
  }

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

  .subtitle-1 {
    word-break: break-all;
  }

  .image-12 {
    object-fit: cover;
  }

  .title-left-copy {
    word-break: normal;
    display: block;
  }

  .button-primary-template-lg-copy-copy {
    width: auto;
    margin-left: auto;
  }

  .div-block-93 {
    padding: 12px;
    display: none;
  }

  .title-right {
    text-align: center;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    width: auto;
    display: block;
  }

  .text-block-26 {
    text-align: center;
  }

  .title-left-600 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    text-align: left;
    word-break: normal;
    justify-content: center;
    align-items: flex-start;
    line-height: 36px;
    display: flex;
  }

  .title-left-600.txt-faq {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 37px;
    line-height: 1.2;
    display: block;
  }

  .title-left-600.txt-conheca {
    text-align: center;
    font-size: 37px;
    line-height: 1.2;
    display: block;
  }

  .title-left-600.txt-54 {
    font-size: 37px;
  }

  .div-block-102, .div-block-103 {
    border-bottom-right-radius: 0%;
    border-bottom-left-radius: 0%;
  }

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

  .code-embed-40, .code-embed-41, .code-embed-42, .code-embed-43 {
    color: var(--primary-color-template);
  }

  .div-block-93-professores {
    padding: 24px;
    display: none;
  }

  .title-left-600-copy {
    text-align: left;
    word-break: normal;
    line-height: 36px;
    display: flex;
  }

  .title-left-copy {
    text-align: center;
    word-break: normal;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .button-primary-pilates-xl {
    font-weight: 700;
  }

  .card-hover-decription-professores.card-border-1 {
    width: 220px;
  }

  .right-arrow-2, .left-arrow-2 {
    justify-content: center;
    align-items: center;
    display: none;
  }

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

  .div-block-123, .div-block-124 {
    min-width: 0;
  }

  .image-17 {
    height: 40px;
  }

  .title-left-2 {
    text-align: right;
    word-break: normal;
    display: block;
  }

  .div-block-116 {
    min-width: 310px;
  }

  .container-conheca-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-126 {
    text-align: center;
    width: 100%;
  }

  .subtitle-center-2 {
    min-width: 0;
  }

  .button-primary-pilates-2 {
    font-weight: 700;
  }

  .div-block-131 {
    min-width: 0;
  }

  .paragraph-15 {
    text-align: center;
    line-height: 1.4;
  }

  .image-20 {
    padding-top: 0;
  }

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

  .div-block-138 {
    font-size: 34px;
  }

  .button-3.btn-excolha {
    width: 100%;
    max-width: 320px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-3.btn-recrutametno {
    width: 310px;
  }

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

  .button-4 {
    width: 95%;
    padding-left: 0;
    padding-right: 0;
  }

  .button-4.btn-professoras {
    text-align: center;
  }

  .div-block-142 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-30, .paragraph-20 {
    text-align: center;
  }

  .div-block-143 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-31 {
    text-align: center;
    font-size: 37px;
  }

  .heading-31.txt-branco {
    text-align: center;
  }

  .div-block-145 {
    width: 90%;
    padding: 20px 15px 15px;
  }

  .div-block-145.aula-hot {
    height: auto;
  }

  .button-5 {
    width: 90%;
  }

  .div-block-156.div-faq {
    margin-top: 0;
    padding-top: 40px;
  }

  .div-block-158 {
    min-width: 280px;
  }

  .container.faq-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .faq-plus-wrap {
    width: 40px;
    margin-right: 10px;
  }

  .faq-question {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paragraph-28 {
    margin-top: 10px;
  }

  .div-block-163 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
  }

  .image-25 {
    height: 100%;
  }

  .icon {
    margin-right: 0;
  }

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

  .div-block-165 {
    height: 100%;
    max-height: 480px;
  }

  .div-block-166 {
    min-height: 420px;
  }

  .div-block-167 {
    max-width: 327px;
  }

  .image-30 {
    height: 100%;
  }

  .slider-11 {
    overflow: hidden;
  }

  .icon-3, .icon-4 {
    font-size: 32px;
  }
}

#w-node-_30fd78db-d016-1d18-3491-4fb2f78dc1fe-d969fd6a {
  align-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_30fd78db-d016-1d18-3491-4fb2f78dc1f7-d969fd6a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/Poppins-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.ttf') format('truetype'), url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bw Vivant';
  src: url('../fonts/bw-vivant-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bw Vivant';
  src: url('../fonts/bw-vivant-thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bw Vivant';
  src: url('../fonts/bw-vivant-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bw Vivant';
  src: url('../fonts/bw-vivant-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bw Vivant';
  src: url('../fonts/bw-vivant-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bwvivant Skinny';
  src: url('../fonts/BwVivant-Skinny.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bw Vivant';
  src: url('../fonts/bw-vivant-black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Orbitron Variablefont Wght';
  src: url('../fonts/Orbitron-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-VariableItalic.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer Variable';
  src: url('../fonts/Switzer-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}