@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Light.woff2') format("woff2"), url('../fonts/Gotham-Light.eot') format("embedded-opentype"), url('../fonts/Gotham-Light.woff') format("woff"), url('../fonts/Gotham-Light.ttf') format("truetype"), url('../fonts/Gotham-Light.svg') format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Book.woff2') format("woff2"), url('../fonts/Gotham-Book.eot') format("embedded-opentype"), url('../fonts/Gotham-Book.woff') format("woff"), url('../fonts/Gotham-Book.ttf') format("truetype"), url('../fonts/Gotham-Book.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #151515;
  --white: white;
  --red-600: #ff043d;
  --green-400: var(--red-500);
  --red-500: #ff2355;
  --blue-900: #0e476c;
  --verde-400: #4bdede;
  --neutral-700: #414e63;
  --white-80: white;
  --neutral-500: #637894;
  --verde-50-2: #eefdfc;
  --blue-50: #f0f9ff;
  --blue-secundario-200: #bce5fb;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  background-color: var(--black);
  color: var(--white);
  font-family: Inter;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  letter-spacing: -.10625rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.625rem;
  font-weight: 400;
  line-height: 1.2;
}

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

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

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

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.2;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

ol {
  margin-top: 0;
  margin-bottom: .625rem;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .625rem;
}

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

label {
  margin-bottom: 8px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.2;
}

em {
  font-style: italic;
}

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

figure {
  margin-top: 32px;
  margin-bottom: 32px;
}

figcaption {
  text-align: center;
  margin-top: .75rem;
  font-size: .8rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-semibold.text-ence {
  text-decoration: underline;
}

.text-weight-light {
  font-weight: 300;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.button {
  background-color: var(--white);
  color: var(--black);
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1;
}

.button.is-small {
  padding: .5rem 1.5rem;
}

.button.is-small:hover {
  background-color: #067fc3;
}

.button.is-large {
  padding: 1rem 3rem;
}

.button.is-secundary {
  border: 1px solid var(--red-600);
  color: var(--red-600);
  background-color: #fff0;
}

.button.is-secundary:hover {
  border-color: var(--green-400);
  background-color: var(--red-500);
  color: var(--white);
}

.button.is-secundary:active {
  background-color: #1abec0cc;
}

.button.is-secundary.is-small {
  transition: all .2s;
}

.button.is-secundary.is-small.is-mobile {
  display: none;
}

.button.is-cta {
  color: #1e636c;
  background-color: #75ebe9;
}

.button.is-cta:hover {
  background-color: #fff;
}

.button.is-terciary {
  background-color: var(--white);
  color: var(--blue-900);
  width: 100%;
}

.button.is-terciary:hover {
  background-color: var(--verde-400);
}

.button.is-terciary.is-blue {
  background-color: var(--red-600);
  color: var(--white);
}

.button.is-terciary.is-blue:hover {
  background-color: #067fc3;
}

.button.is-dark {
  color: var(--white);
  background-color: #0000;
  border: 1px solid #e6e6e68c;
  transition: all .2s;
}

.button.is-dark:hover {
  border-color: var(--red-600);
  background-color: var(--red-600);
}

.button.button-white {
  transition: all .2s;
}

.button.button-white:hover {
  background-color: var(--red-600);
  color: var(--white);
}

.text-weight-bold {
  font-weight: 700;
}

.text-weight-normal {
  font-weight: 400;
}

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

.text-style-italic {
  font-style: italic;
}

.hide {
  display: none;
}

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

.text-weight-xbold {
  font-weight: 800;
}

.rich-text h1 {
  margin-bottom: 1.875rem;
}

.rich-text h2 {
  margin-bottom: 1.5rem;
}

.rich-text h3 {
  margin-bottom: 1.25rem;
}

.rich-text h4 {
  margin-bottom: 1rem;
}

.rich-text h5, .rich-text h6 {
  margin-bottom: .5rem;
}

.rich-text p {
  margin-bottom: 1rem;
}

.rich-text blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.rich-text ul {
  margin-bottom: 2rem;
}

.rich-text ol {
  list-style-type: decimal;
}

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

.padding-global {
  z-index: 5;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}

.padding-global.sticky {
  position: sticky;
  top: 0;
}

.text-align-right {
  text-align: right;
}

.show-tablet {
  display: none;
}

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

.utility-page_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

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

.main-wrapper {
  width: 100%;
}

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

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

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-weight-medium {
  font-weight: 400;
}

.ss_utility_class {
  color: #fff;
  background-color: #1e7bfa;
  border-radius: 4px;
  padding: .5rem .625rem;
  font-size: .8rem;
  line-height: 1.3;
}

.ss_utility_class.html-class {
  background-color: #cf4bb3;
}

.ss_utility_class.remove-half-borders {
  border-radius: 4px 4px 0 0;
}

.text-size-large {
  font-size: 1.125rem;
  line-height: 1.4;
}

.ss_utility_spacing-item {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.overflow-visible {
  overflow: visible;
}

.text-size-medium {
  font-size: 1rem;
  line-height: 1.4;
}

.text-size-medium.is-tag-offer {
  color: #d4f9f7;
}

.text-size-medium.is-tag-promo {
  color: var(--red-600);
  padding-top: .4rem;
  padding-bottom: .4rem;
}

.text-size-medium.text-weight-medium {
  font-weight: 400;
}

.text-size-medium.text-weight-medium.text-color-white-80 {
  color: #fffc;
}

.ss_text_item-label {
  color: #333333a6;
  flex: none;
  font-size: 1rem;
}

.ss_utility_spacing-items {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 2rem;
  font-size: 15px;
  line-height: 150%;
  display: grid;
}

.ss_content_item-label-wrap {
  grid-row-gap: .75rem;
  flex-direction: column;
  place-content: flex-start;
  align-items: flex-start;
  width: 12rem;
  min-width: 12rem;
  display: flex;
}

.text-size-tiny {
  font-size: .75rem;
  line-height: 1.4;
}

.show-mobile {
  display: none;
}

.text-size-small {
  font-size: .875rem;
  line-height: 1.4;
}

.text-size-small.is-tag-offer {
  color: #d4f9f7;
}

.text-size-small.text-color-descriptions-dark.accordion-text {
  width: 100%;
}

.text-size-huge {
  font-size: 1.25rem;
  line-height: 1.5;
}

.ss_utility_alignment-wrap {
  flex: 1;
}

.ss_utility_headings-wrap {
  z-index: 5;
  flex-direction: column;
  display: flex;
  position: relative;
}

.heading-style-h1, .heading-style-h2 {
  letter-spacing: -.10625rem;
  font-size: 2.625rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h5 {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.ss_utility_class-wrap {
  position: absolute;
  inset: -2.1rem auto auto -1px;
}

.ss_utility_color-items {
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  flex-wrap: wrap;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: grid;
}

.ss_utility_color-item {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.background-blue-500 {
  background-color: var(--red-600);
}

.background-blue-500.zy-stylesystem-color {
  min-height: 1px;
}

.zy-stylesystem-color {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
}

.ss_utility_color-block {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.ss_utility_color-block.is-gap-smaller {
  grid-row-gap: .75rem;
}

.ss_utility_color-text-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
}

.text-color-red-600 {
  color: var(--red-600);
}

.background-color-2 {
  background-color: #535353;
}

.background-color-2.zy-stylesystem-color {
  min-height: 1px;
}

.background-green-500 {
  background-color: var(--red-500);
}

.background-green-500.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-2 {
  color: #535353;
}

.text-color-green-500 {
  color: var(--red-500);
}

.background-color-4 {
  background-color: #9b9b9b;
}

.background-color-4.zy-stylesystem-color {
  background-color: var(--white);
  min-height: 1px;
}

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

.background-color-red-600 {
  background-color: #ff043d;
}

.background-color-red-600.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-5 {
  color: #8395ad;
}

.background-neutral-700 {
  background-color: var(--neutral-700);
}

.background-neutral-700.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-neutral-700 {
  color: var(--neutral-700);
}

.text-color-neutral-700.width-custom {
  text-align: center;
  max-width: 42.125rem;
}

.background-neutral-400 {
  background-color: var(--white-80);
}

.background-neutral-400.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-white-80 {
  color: var(--white-80);
}

.text-color-white-80.width-custom {
  text-align: center;
  width: 98%;
  max-width: 45.625rem;
}

.text-color-white-80.width-custom-1 {
  max-width: 21rem;
}

.text-color-white-80.width-custom-2 {
  max-width: 25rem;
}

.text-color-white-80.is-pain {
  max-width: 28rem;
}

.background-color-neutral-500 {
  background-color: var(--neutral-500);
}

.background-color-neutral-500.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-neutral-500 {
  color: var(--neutral-500);
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.max-width-small {
  width: 100%;
  max-width: 23.25rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 73.75rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 10.625rem;
}

.max-width-medium {
  width: 100%;
  max-width: 35.875rem;
}

.max-width-large {
  width: 100%;
  max-width: 48.5rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 61.125rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 4.313rem;
}

.ss_utility_max {
  border: 1px solid #1e7bfa;
  width: 100%;
  height: 3rem;
  display: flex;
  position: relative;
}

.ss_utility_max-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.ss_utility_spacing-box {
  background-image: url('../images/webflow-spacing-bg-final_1webflow-spacing-bg-final.png');
  background-position: 0 0;
  background-size: 122px;
  border: 1px solid #1e7bfa;
  width: 100%;
  position: relative;
}

.ss_utility_structure-wrap {
  border: 1px solid #1e7bfa;
  margin-top: 2rem;
  position: relative;
}

.ss_utility_structure-box {
  z-index: -1;
  border: 1px #acacac;
  border-style: none dashed;
  height: 3rem;
  position: relative;
}

.display-block {
  display: block;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.display-flex {
  display: flex;
}

.display-inlineblock {
  display: inline-block;
}

.display-inline {
  display: inline;
}

.spacing-block-tiny {
  width: 100%;
  height: .375rem;
}

.spacing-block-xxsmall {
  width: 100%;
  height: .25rem;
}

.spacing-block-xsmall {
  width: 100%;
  height: .5rem;
}

.spacing-block-small {
  width: 100%;
  height: 1rem;
}

.spacing-block-medium {
  width: 100%;
  height: 2rem;
}

.spacing-block-large {
  width: 100%;
  height: 3rem;
}

.spacing-block-large.is-divisor {
  border-bottom: 1px solid #bce5fb;
}

.spacing-block-xlarge {
  width: 100%;
  height: 3.75rem;
}

.spacing-block-xxlarge {
  width: 100%;
  height: 5rem;
}

.spacing-block-huge {
  width: 100%;
  height: 7.5rem;
}

.spacing-block-xhuge {
  width: 100%;
  height: 8rem;
}

.spacing-block-xxhuge {
  width: 100%;
  height: 12rem;
}

.spacing-section-small {
  width: 100%;
  height: 6.25rem;
}

.spacing-section-medium {
  width: 100%;
  height: 7.5rem;
}

.spacing-section-large {
  width: 100%;
  height: 9.375rem;
}

.spacing-section-xlarge {
  width: 100%;
  height: 12.5rem;
}

.spacing-section-xxlarge {
  width: 100%;
  height: 13.75rem;
}

.spacing-section-huge {
  width: 100%;
  height: 13rem;
}

.spacing-block-custom1 {
  width: 100%;
  height: .75rem;
}

.spacing-block-custom2 {
  width: 100%;
  height: 1.25rem;
}

.spacing-block-custom3 {
  width: 100%;
  height: 1.5rem;
}

.spacing-block-custom5 {
  width: 100%;
  height: 2.5rem;
}

.spacing-block-custom4 {
  width: 100%;
  height: 1.875rem;
}

.ss_text_item-description {
  font-size: 1rem;
  line-height: 1.5;
}

.ss_text_sidebar-heading {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.ss_content {
  width: 100%;
  max-width: 62em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem 2rem 15em;
}

.ss_sidebar_sticky {
  padding-bottom: 5rem;
  position: sticky;
  top: 5rem;
}

.ss_nav_content {
  -webkit-backdrop-filter: saturate(150%) blur(7px);
  backdrop-filter: saturate(150%) blur(7px);
  background-color: #000c;
  justify-content: center;
  align-items: center;
  margin-left: .75rem;
  margin-right: .75rem;
  display: flex;
}

.ss_footer_item {
  padding-left: .75rem;
  padding-right: .75rem;
}

.ss_sections {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 62px;
}

.ss_content_items-wrap {
  border-bottom: 1px solid #ddd;
  flex-flow: column wrap;
  justify-content: flex-start;
  margin-bottom: -2rem;
  display: flex;
}

.ss_content_items-wrap.with-gap-row {
  grid-row-gap: 6rem;
}

.ss_content_items-wrap.remove-border {
  border-bottom-style: none;
}

.ss_text_sidebar-description {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.4;
}

.ss_text_heading {
  color: #fff;
  letter-spacing: -.01em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 8em;
  font-weight: 300;
  line-height: 1;
}

.ss_nav {
  z-index: 99999;
  max-width: 100rem;
  margin-bottom: .75rem;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 0% 0% auto;
}

.ss_content_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top: 1px solid #ddd;
  flex-direction: column;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.ss_content_item.is-horizontal {
  flex-direction: row;
  align-items: flex-start;
}

.ss_text_label {
  letter-spacing: .01em;
  text-transform: uppercase;
  margin-bottom: 8rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .625rem;
  font-weight: 600;
  line-height: 1.2;
}

.ss_sidebar {
  flex: none;
  width: 16rem;
  padding: 1.25rem 2.5em 1.5rem;
  box-shadow: 2px 0 4px #0000000d, inset -1px 0 #0000001a;
}

.ss_section {
  background-color: #fff;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-bottom: .75rem;
  margin-left: .75rem;
  margin-right: .75rem;
  display: flex;
}

.ss_section.light {
  background-color: #fff;
}

.ss_section.is-header {
  color: #acacac;
  background-color: #1a1a1a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.ss_sidebar_container {
  height: 100%;
  padding-bottom: 5rem;
}

.ss_footer {
  text-align: center;
  justify-content: center;
  padding-top: 6rem;
  padding-bottom: 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 11px;
  line-height: 20px;
  display: flex;
}

.ss_nav_link {
  opacity: .5;
  color: #f5f5f7;
  margin-left: .75rem;
  margin-right: .75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 20px;
  transition: background-color .25s, opacity .25s;
}

.ss_nav_link:hover {
  opacity: 1;
  color: #fff;
  box-shadow: inset 0 -3px #0003;
}

.ss_nav_link.w--current {
  opacity: 1;
  color: #fff;
  box-shadow: inset 0 -2px #121619;
}

.ss_nav_link.is--docs {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding-left: .75rem;
  padding-right: .75rem;
}

.ss_body {
  color: var(--black);
  font-family: Gotham, sans-serif;
}

.ss_utility_paragraph-wrap {
  max-width: 24rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.ss_utility_paragraph-wrap.is-top-smaller {
  margin-top: 1.5rem;
}

.ss_utility_heading-asterisk-blue {
  color: #227bfa;
}

.ss_utility_heading-asterisk-pink {
  color: #cf4bb4;
}

.spacing-section-xsmall {
  width: 100%;
  height: 5rem;
}

.ss_utility_visibility-bg {
  opacity: .7;
  background-image: url('../images/grey-transparent_1grey-transparent.png');
  background-position: 50%;
  background-size: 40px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ss_utility_visibility-wrap {
  padding: 1.5rem 2rem;
  position: relative;
}

.ss_utility_visibility-text {
  z-index: 4;
  position: relative;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.form_component {
  margin-bottom: 0;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

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

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

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

.form_message-success {
  padding: 1.25rem;
}

.form_checkbox, .form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.ss_utility_combo-classes-wrap {
  grid-column-gap: .5rem;
  flex-wrap: wrap;
  display: flex;
}

.ss_utility_button-wrap {
  background-color: #000;
  border-radius: .25rem;
  padding: 1.5rem 2rem;
}

.ss_text_heading-description {
  color: #727272;
  text-align: center;
  margin-top: 2rem;
}

.navbar {
  z-index: 999;
  width: 100%;
  position: fixed;
  top: 0;
}

.navbar_component {
  justify-content: space-between;
  align-items: center;
  height: 4.875rem;
  display: flex;
}

.navbar_component-left {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar_menu {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.navbar_menu-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.menu-offer-tag {
  border: 1px solid var(--red-500);
  background-color: var(--verde-50-2);
  border-radius: .375rem;
  padding: .25rem .75rem;
}

.navbar_component-right {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  margin-left: 3rem;
  display: flex;
}

.container-fluid {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.ss_home-header {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-header-component {
  justify-content: space-between;
  display: flex;
}

.home-header-content-left {
  width: 45%;
  max-width: 36.8125rem;
}

.home-header-text-description {
  max-width: 30rem;
}

.text-span {
  color: var(--red-600);
}

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

.home-functionalities-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--white);
  border-radius: .75rem;
  flex-flow: column;
  padding: 2rem 1.5rem 1.5rem;
  display: flex;
  box-shadow: 0 20px 44px #1ba7ec1a;
}

.functionalities-svg {
  width: 2.375rem;
  height: 2.375rem;
}

.functionaities-item-text {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.functionalities-img {
  width: 100%;
}

.description-funcionalities {
  max-width: 15.4rem;
}

.section_home-funnel {
  background-color: var(--blue-50);
}

.funnel-content-top {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.funnel-text-top {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.funnel-img {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  max-width: 34.625rem;
  margin-left: 2rem;
  display: flex;
}

.image {
  width: 100%;
  margin-top: -1.625rem;
  overflow: clip;
}

.funnel-description {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.funnel-left {
  flex-flow: column;
  width: 50%;
  display: flex;
}

.funnel-text-bottom {
  flex-flow: column;
  display: flex;
}

.funnel-numbers {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  align-items: center;
  display: flex;
}

.funnel-number-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  border-radius: .75rem;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding: 1.5rem;
  display: flex;
  box-shadow: 0 22px 44px #1ba7ec1a;
}

.funnel-svg {
  width: 3rem;
  height: 3rem;
}

.funnel-number-description {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.funnel-content-bottom {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.funnel-icon-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.funnel-icons-text {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  display: flex;
}

.funnel-icons {
  border: 2px solid var(--white);
  border-radius: 50vh;
  width: 3.375rem;
  height: 3.375rem;
  box-shadow: 0 4px 10px #166a930d;
}

.benefits-heading-title {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.benefits-description {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: center;
  width: 69%;
  max-width: 54.625rem;
  display: flex;
}

.benefits-blue-box {
  grid-column-gap: 3.625rem;
  grid-row-gap: 3.625rem;
  border: 1px solid var(--blue-secundario-200);
  background-color: var(--blue-50);
  border-radius: 1.5rem;
  justify-content: space-between;
  align-items: center;
  padding: 3.75rem 5rem;
  display: flex;
}

.benefits-blue-box-text {
  width: 49%;
  max-width: 31.375rem;
  display: block;
}

.benefits-blue-box-img {
  width: 48%;
  max-width: 31rem;
}

.blue-box-img {
  width: 100%;
}

.blue-box-heading {
  max-width: 16.25rem;
}

.section_home-pain {
  overflow: hidden;
}

.home-pain-component {
  grid-column-gap: 3.625rem;
  grid-row-gap: 3.625rem;
  justify-content: space-between;
  display: flex;
}

.pain-content-right {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 52%;
  max-width: 39rem;
  display: flex;
}

.pain-content-left {
  width: 50%;
  max-width: 32.25rem;
}

.pain-background-img {
  border-radius: 1.5rem;
  width: 100%;
}

.pain-background {
  max-width: 32.25rem;
  position: relative;
}

.pain-girl {
  width: 35.9375rem;
  max-width: 120%;
  position: absolute;
  inset: auto 0% -20% -7%;
}

.pain-contact {
  vertical-align: middle;
  width: 26.5rem;
  position: absolute;
  inset: auto 50% 2.7rem auto;
  transform: translate(50%);
}

.pain-icon-list-item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pain-icon-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.home-installation-component {
  grid-column-gap: 3.625rem;
  grid-row-gap: 3.625rem;
  background-image: linear-gradient(100deg, #067fc3 1.34%, #34bcff 66.06%);
  border-radius: 1.5rem;
  padding: 0 0 0 5rem;
  display: flex;
  overflow: hidden;
}

.home-intallation-content-left {
  width: 40%;
  max-width: 28.375rem;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.text-color-green-400 {
  color: var(--verde-400);
}

.intallation-icon-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.installation-icon-list-item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pain-icon-list-svg {
  width: 1.5rem;
  min-width: 1.5rem;
}

.installation-icon-list-svg {
  width: 1.25rem;
  min-width: 1.25rem;
}

.home-intallation-content-right {
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-right: 2rem;
  display: flex;
  position: relative;
}

.installation-cta-img {
  height: 100%;
}

.home-plans-components {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-plans-heading {
  border-top: 1px solid #d4dae3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.home-plans-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  width: 100%;
  display: grid;
}

.home-plans-item {
  border: 2px solid #eeeef0;
  border-radius: 1.5rem;
  padding: 2.375rem 1.5rem;
  display: block;
}

.home-plans-item.is-premium {
  background-color: var(--red-600);
  width: 100%;
  position: relative;
}

.plans-block-girl {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 13.75rem;
  display: flex;
  position: relative;
  transform: translate(0, -50%);
}

.image-2 {
  border-radius: 50vh;
  width: 100%;
}

.image-3 {
  width: 7.75rem;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: translate(-38%);
}

.plans-offer-title {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.plans-offer-tag {
  background-color: #1abec0;
  border: 1px solid #d4f9f7;
  border-radius: .375rem;
  padding: .25rem .75rem;
}

.plans-offer-tag.opacity-zero {
  opacity: 0;
}

.plans-item-price {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.plans-heading-style-custom {
  font-family: Inter;
  font-size: 2.5rem;
  font-weight: 600;
}

.plans-description {
  max-width: 19rem;
}

.home-plan-item-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.plans-item-list {
  width: 100%;
}

.plans-icon-list-item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border-bottom: 1px solid #bce5fb;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.plans-icon-list-svg {
  width: 1.25rem;
  min-width: 1.25rem;
}

.home-faq-component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq-heading-title {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.home-faq-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.faq-itens {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  cursor: pointer;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.faq-question-item {
  border: 2px solid #e1f1fd;
  border-radius: .75rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.code-embed {
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  margin-left: 2rem;
}

.faq-item-heading-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.faq-item-text-content {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.footer {
  overflow: hidden;
}

.footer_component {
  border-top: 1px solid #d4dae3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-logo-img {
  background-color: var(--white);
  padding-left: 2rem;
  padding-right: 2rem;
  transform: translate(0, -50%);
}

.footer-bottom-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-links-socials {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-socials-icon {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
}

.footer-light {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.footer-light-1 {
  background-color: #1ba7ec;
  width: 66.375rem;
  min-width: 66.375rem;
  height: 13.4rem;
}

.footer-img-light {
  filter: blur(56px);
  width: 66.4rem;
  height: 13.4rem;
}

.footer-img-light.is-right {
  position: absolute;
  inset: auto 0% 0% auto;
}

.footer-light-absolute {
  width: 100%;
  position: absolute;
  inset: auto auto 0% 50%;
  transform: translate(-50%, 80%);
}

.home-header-content-right {
  flex-flow: column;
  width: 50%;
  display: flex;
  position: relative;
}

.home-header-svg-1 {
  width: 9.125rem;
  position: absolute;
  inset: 5% auto auto 4%;
  box-shadow: 0 6px 19px #0223340a;
}

.home-header-svg-1.is-bottom {
  top: 17%;
}

.home-header-svg-2 {
  width: 9.125rem;
  position: absolute;
  inset: 17% auto auto 4%;
}

.menu-line-hover {
  background-color: var(--red-600);
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto auto .9rem 0%;
}

.menu-text-plan {
  color: var(--neutral-500);
}

.hero-banner-mobile {
  display: none;
}

.spacing-section-navbar {
  width: 100%;
  height: 4.875rem;
}

.funnel-custom-width-heading {
  width: 70%;
  max-width: 30rem;
}

.pain-heading-custom-width {
  max-width: 27rem;
}

.plans-tag-tag {
  border: 1px solid var(--white);
  background-color: var(--red-600);
  border-radius: .375rem;
  padding: .25rem .75rem;
  position: absolute;
  inset: 0% auto auto 50%;
  transform: translate(-50%, -50%);
}

.plans-tag-tag.opacity-zero {
  opacity: 0;
}

.div-block {
  background-color: var(--white);
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 2px;
  display: flex;
  box-shadow: 0 8px 30px #80d0f9b3;
}

.pain-img-mobile {
  display: none;
}

.home-header_box-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 34.5rem;
  display: flex;
}

.button_01 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--white);
  cursor: pointer;
  height: 2.875rem;
  display: flex;
}

.button-01_background {
  background-color: #d70031;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 2rem;
  display: flex;
}

.button-01_background.background-color-red-600 {
  background-color: #ff043d;
}

.button-01_bg-arrow {
  aspect-ratio: 1;
  background-color: #d70031;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: .65625rem;
  display: flex;
}

.button-01_bg-arrow.background-color-red-600 {
  background-color: #ff043d;
}

.home-header_rating {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  display: flex;
}

.image-4 {
  width: 7rem;
}

.home_header-number {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.div-block-2 {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  flex-flow: column;
  display: flex;
}

.home_header-box_description {
  max-width: 32rem;
}

.text-block {
  font-family: Gotham Book;
  font-weight: 400;
}

.spline-scene {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.ss_bg-white {
  color: var(--black);
  background-color: #000;
  padding-left: 2rem;
  padding-right: 2rem;
  overflow: hidden;
}

.sections_bg-white-2 {
  background-color: var(--white);
  border-radius: .625rem;
}

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

.home-start-component {
  grid-column-gap: 4.375rem;
  grid-row-gap: 4.375rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.home_start-box_left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.home_start-box_right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.text-block-2 {
  color: var(--red-600);
}

.add-ons_acsdacordion {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.add-ons_acsdacordion.add-ons_js-accodsdrdion {
  display: none;
}

.home-start_acordion-item {
  border: 1px solid #eceef2;
  padding: 1.25rem;
}

.home-start-images-acordion {
  flex-flow: column;
  display: flex;
  position: relative;
}

.home-start_no-affiliate {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  color: var(--white);
  background-color: #151515;
  border-radius: .375rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.home_no-affiliate_description {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  max-width: 17.5rem;
  display: flex;
}

.arrow-02 {
  width: 2.875rem;
}

.home-start-bg-arrow {
  aspect-ratio: 1;
  background-color: #d70031;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: auto;
  padding: .65625rem;
  display: flex;
}

.home-experience_heading {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-experience_box-description {
  max-width: 35.125rem;
}

.home-experience_grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-start-img {
  border-radius: .375rem;
  width: 100%;
}

.home-experience_grid-item.margin-bottom {
  margin-bottom: 1rem;
}

.ss_home-suport {
  overflow: hidden;
}

.home-suport_heading {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px solid #e6e6e659;
  justify-content: space-between;
  padding-bottom: 2rem;
  display: flex;
}

.home-suport_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.home-suport-heading-box {
  max-width: 29.375rem;
}

.home-suport_description-box {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: space-between;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.home-suport-arrow {
  aspect-ratio: 1;
  background-color: #d70031;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  height: 3rem;
  margin-left: auto;
  padding: .65625rem;
  display: flex;
}

.spacing-block-custom6 {
  height: 4rem;
}

.home-suport_left {
  background-image: linear-gradient(128deg, #000, #303030);
  border: 1px solid #303030;
  border-radius: .375rem;
  width: 50%;
  position: relative;
}

.home-suport_right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.home-suport_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-image: linear-gradient(128deg, #000, #303030);
  border: 1px solid #303030;
  border-radius: .375rem;
  flex-flow: column;
  padding: 2rem;
  display: flex;
}

.logo-nutoque {
  width: 8.75rem;
}

.div-block-4 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  display: flex;
}

.button-2 {
  background-color: #000;
  border: 1px solid #e6e6e68c;
}

.section {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000c;
}

.ss_home-steps {
  position: relative;
  overflow: hidden;
}

.home-steps_component {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home-steps_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.home-steps_grid-item {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border-radius: .375rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem 1.125rem;
  display: flex;
  box-shadow: 0 6px 20px -1px #0000001a;
}

.background-steps-white {
  z-index: 0;
  background-color: var(--white);
  height: 10rem;
  position: absolute;
  inset: auto 0% 0%;
}

.home-steps-heading-number {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(210deg, #ff2355, #fff0);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.3;
}

.ss_home-teachers {
  background-color: var(--white);
  color: var(--black);
  overflow: hidden;
}

.home-experience_heading-box {
  max-width: 40rem;
}

.home-experience_teachers-box {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.home-teachers-grid-item {
  background-color: var(--black);
  border-radius: .375rem;
  width: 100%;
  padding: 0% 0% 144%;
  position: relative;
  overflow: hidden;
}

.home-about_component {
  flex-flow: column;
  height: 150vh;
  display: flex;
  position: relative;
}

.home-about-content-sticky {
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.home-about-heading-box {
  z-index: 2;
  max-width: 32.125rem;
  position: relative;
}

.home-about-description-box {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  max-width: 23.625rem;
  display: flex;
  position: relative;
}

.ss_home-functions {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  width: 100%;
  overflow: hidden;
}

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

.home-functions_description-box {
  max-width: 36.75rem;
}

.home-functions-item-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  background-color: #fff7f9;
  border: 1px solid #ffdde5;
  border-radius: 50vh;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.home-functions-icon {
  width: 3.5rem;
}

.functions-carousel {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.home-funcions_carousel-wrapper, .home-funcions_carousel-wrapper-2 {
  display: flex;
}

.ss_home-cta {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

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

.home-cta_content {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 32.875rem;
  display: flex;
}

.button-02_background {
  background-color: var(--white);
  color: var(--black);
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: .875rem 2rem;
  display: flex;
}

.button-02_bg-arrow {
  aspect-ratio: 1;
  background-color: var(--white);
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: .65625rem;
  display: flex;
}

.button-arrow-img-cta {
  width: 1.5625rem;
}

.ss_home-faq {
  background-color: var(--white);
  color: var(--black);
  overflow: hidden;
}

.home-faq-heading-box {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 25.625rem;
  display: flex;
}

.home-faq_wrapper {
  grid-column-gap: 1.375rem;
  grid-row-gap: 1.375rem;
  width: 100%;
  display: flex;
}

.home-faq-wrap {
  grid-column-gap: 1.375rem;
  grid-row-gap: 1.375rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.home-faq-item {
  cursor: pointer;
  border: 0 solid #151515;
  border-bottom: 1px solid #1515151a;
  padding: 1.25rem 2rem;
  overflow: hidden;
}

.heading-style-faq {
  font-size: 1rem;
  line-height: 1.5;
}

.accordion-title {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.25rem;
  display: flex;
}

.home-faq-question-heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-style-faq-number {
  color: var(--red-500);
  font-size: 1.25rem;
}

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

.ss_home-footer {
  overflow: hidden;
}

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

.home-footer-socials {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.home-footer-button-up {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-footer {
  opacity: .8;
  font-size: .875rem;
}

.body-2 {
  background-color: #000;
  font-family: Gotham, sans-serif;
  font-weight: 300;
}

.heading {
  letter-spacing: -.105rem;
  font-size: 2.625rem;
  font-weight: 400;
}

.text-block-3 {
  font-family: Gotham, sans-serif;
  font-weight: 400;
  line-height: 1;
}

.heading-2 {
  font-family: Gotham Book;
  font-weight: 400;
}

.home-start-heading-box {
  max-width: 31rem;
}

.home-faq-faq-answer {
  color: #15151599;
}

.faq-icon-x {
  width: 1rem;
  height: 1rem;
}

.home-functions-component {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
}

.text-color-descriptions-dark {
  color: #15151599;
}

.home-suport-img {
  pointer-events: none;
  max-width: 140%;
  position: absolute;
  bottom: 0;
  left: -5rem;
}

.add-ons_accordisdsdon-item {
  background-color: #fff;
  border: 1px solid #eceef2;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  transition: all .2s;
  overflow: hidden;
}

.add-ons_accordisdsdon-item.active {
  background-color: #fff7f9;
  border-width: 1px;
  border-color: #ffdde5;
  transition-duration: .4s;
}

.add-ons_accordisdsdon-item.add-ons_js-accorddsddsdsion-item {
  padding-top: 0;
  padding-bottom: 0;
}

.home-start-acordion-text {
  color: #15151599;
}

.home-start-acordion-text.add-ons_js-accordion-body {
  padding-bottom: 1rem;
}

.add-ons_acssscordion-body {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  transition: all .4s;
  overflow: hidden;
}

.add-ons_acssscordion-body.add-ons_js-accsssordion-body {
  padding-bottom: 1rem;
}

.testimony-tabs {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 63.125rem;
  display: flex;
}

.testimony_content_box {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  max-width: 36.2rem;
  display: flex;
}

.testimony-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: none;
}

.testimony-content.active {
  display: flex;
}

.testimony-autor-heading {
  width: 100%;
}

.testimony-tabs_btn {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: .3;
  cursor: pointer;
  align-items: center;
  padding: 1.25rem;
  transition: all .5s ease-in;
  display: flex;
  box-shadow: 0 12px 20px #0000000d;
}

.testimony-tabs_btn.active {
  opacity: 1;
}

.heading-style-h4-2 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.text-color-neutral-500-2 {
  color: #949494;
}

.testimony-stars-svg {
  width: 8.75rem;
}

.testimony-country {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.testimony-autor-img {
  border-radius: 100vh;
  width: 3.5rem;
  height: 3.5rem;
}

.testimony_tab_box {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  width: 38%;
  max-width: 23.75rem;
  display: flex;
  position: relative;
}

.add-ons_imasdge {
  width: 100%;
  transition: all .2s;
}

.add-ons_imasdge.active {
  display: block;
}

.add-ons_accordissdson-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.25rem;
  display: flex;
}

.add-ons_sdsimage-wrapper {
  width: 45%;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.add-ons_accordion-title {
  flex: 1;
}

.add-ons_accordion-body {
  padding: 0 1.25rem 1.25rem;
  display: block;
}

.add-ons_accordion-body.add-ons_js-accordion-body {
  padding-bottom: 1.25rem;
}

.add-ons_accordion {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.add-ons_accordion.add-ons_js-accordion {
  justify-content: center;
  align-items: stretch;
  width: 64rem;
  max-width: 45%;
  padding-top: 0;
}

.add-ons_image-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  display: flex;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

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

.add-ons_accordion-item {
  box-shadow: none;
  text-align: left;
  cursor: pointer;
  border: 1px solid #eceef2;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.add-ons_accordion-item.add-ons_js-accordion-item {
  box-shadow: none;
}

.add-ons_accordion-item.add-ons_js-accordion-item.active {
  cursor: default;
  background-color: #fff7f9;
  border-color: #ffdde5;
}

.add-ons_accordion-item.add-ons_js-accordion-item.active:hover {
  box-shadow: none;
}

.add-ons_accordion-body-contents {
  opacity: 1;
  width: 100%;
}

.add-ons_title-icon-wrapper {
  background-color: #b5c462;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 25px;
  min-width: 25px;
  height: 25px;
  margin-right: 1.5rem;
  display: flex;
}

.add-ons_tick-icon {
  width: 12px;
}

.add-ons_image {
  object-fit: cover;
  object-position: 0% 50%;
  border-radius: .375rem;
  width: 100%;
  height: 100%;
}

.add-ons_accordion-header {
  align-items: center;
  display: flex;
}

.add-ons_accordion-header.add-ons_js-accordion-header {
  cursor: pointer;
  justify-content: space-between;
  padding: 1.25rem;
}

.add-ons_accordion-heading-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.add-ons_accordion-arrow {
  transition: transform .2s;
}

.home-teachers-img {
  z-index: 1;
  background-image: url('../images/teachers-05.avif');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.home-teachers-img.teacher-2 {
  background-image: url('../images/teachers-04.avif');
}

.home-teachers-img.teacher-3 {
  background-image: url('../images/teachers-03.avif');
}

.home-teachers-img.teacher-4 {
  background-image: url('../images/teachers-02.avif');
}

.home-teachers-img.teacher-5 {
  background-image: url('../images/teachers-01.avif');
}

.home-teachers-info {
  z-index: 2;
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  color: var(--white);
  text-align: left;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: .75rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-teachers-job {
  border: 1px solid #fff;
  border-radius: 50vh;
  padding: .25rem .625rem;
}

.slider-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.home-functions_slider-box {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.slider-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-functions_slider-content-02 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.split-word {
  letter-spacing: -.10625rem;
  font-size: 2.625rem;
  font-weight: 400;
  line-height: 1.2;
}

.spline-scene-2 {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.spline-scene-3 {
  z-index: 1;
  width: 100vw;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%);
}

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

.loader {
  z-index: 9999;
  pointer-events: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
}

.loader-block-left {
  background-color: #150118;
  width: 50%;
  height: 100vh;
}

.loader-logo-icon {
  width: 5rem;
  position: absolute;
  inset: auto auto 50% 50%;
  transform: translate(-50%, 50%);
}

.loader-block {
  background-color: #000;
  width: 100%;
  height: 100vh;
}

.home-start_no-affiliate-mobile {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  color: var(--white);
  background-color: #151515;
  border-radius: .375rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem;
  display: none;
}

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

.add-ons_slider {
  display: none;
}

.add-ons_slider-item {
  box-shadow: none;
  text-align: left;
  cursor: pointer;
  background-color: #fff7f9;
  border: 1px solid #ffdde5;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.add-ons_slider-item.add-ons_js-accordion-item {
  box-shadow: none;
}

.add-ons_slider-item.add-ons_js-accordion-item.active {
  cursor: default;
  background-color: #fff7f9;
  border-color: #ffdde5;
}

.add-ons_slider-item.add-ons_js-accordion-item.active:hover {
  box-shadow: none;
}

.div-block-12, .image-5, .home-teachers-slider {
  display: none;
}

.menu {
  z-index: 9999;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
}

.menu-buttom-icon {
  display: none;
}

.suport_heading-box {
  width: 50%;
}

.home-cta-background {
  z-index: 1;
  background-color: var(--black);
  opacity: .5;
  position: absolute;
  inset: 0%;
}

.home_header-number-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  opacity: 1;
  display: flex;
}

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

  h2 {
    font-size: 2.5rem;
  }

  blockquote {
    font-size: 1.125rem;
  }

  .button.is-dark.is-menu, .button.is-menu {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .hide-tablet {
    display: none;
  }

  .rich-text h1 {
    margin-bottom: 25px;
  }

  .padding-global.sticky.is-mobile {
    text-align: center;
    position: static;
  }

  .show-tablet {
    display: block;
  }

  .ss_text_item-label {
    font-size: 15px;
  }

  .ss_utility_spacing-items {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .heading-style-h2 {
    letter-spacing: 0;
    font-size: 2.5rem;
  }

  .heading-style-h4.text-color-neutral-700 {
    font-size: 1.75rem;
  }

  .heading-style-h4.text-color-white {
    font-size: 2.5rem;
  }

  .ss_utility_color-items {
    grid-column-gap: 1rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .spacing-block-medium {
    height: 1.5rem;
  }

  .spacing-block-medium.is-list {
    height: 2rem;
  }

  .spacing-block-large {
    height: 2.5rem;
  }

  .spacing-block-xlarge {
    height: 3rem;
  }

  .spacing-block-xxlarge {
    height: 4rem;
  }

  .spacing-block-huge {
    height: 5rem;
  }

  .spacing-block-huge.is-mobile {
    height: 7rem;
  }

  .spacing-block-xhuge {
    height: 6rem;
  }

  .spacing-block-xxhuge {
    height: 8rem;
  }

  .spacing-section-small {
    height: 5.125rem;
  }

  .spacing-section-medium {
    height: 6.25rem;
  }

  .spacing-section-large, .spacing-section-xlarge, .spacing-section-xxlarge {
    height: 7.5rem;
  }

  .spacing-section-huge {
    height: 9.375rem;
  }

  .spacing-block-custom5 {
    height: 2rem;
  }

  .spacing-block-custom4 {
    height: 1.5rem;
  }

  .ss_content_item.is-horizontal {
    flex-direction: column;
  }

  .ss_footer {
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    padding-top: 4rem;
  }

  .ss_utility_visibility-wrap.show-tablet {
    display: block;
  }

  .navbar_menu.is-mobile {
    display: none;
  }

  .ss_home-header {
    background-image: url('../images/background-mobile_1.avif');
    background-position: 50% 100%;
    background-size: cover;
    justify-content: flex-start;
    align-items: center;
    min-height: auto;
    padding-bottom: 24.5rem;
  }

  .home-header-component {
    flex-flow: column;
  }

  .home-header-content-left {
    z-index: 2;
    width: 100%;
    max-width: 100%;
    position: relative;
  }

  .home-functionalities-items {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .funnel-content-top {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .funnel-img {
    width: 100%;
    max-width: 44rem;
    margin-left: 0;
  }

  .image {
    margin-top: 0;
  }

  .funnel-left {
    width: 100%;
  }

  .funnel-numbers {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .funnel-content-bottom {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .benefits-description {
    width: 100%;
    max-width: 100%;
  }

  .benefits-blue-box {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .blue-box-img {
    min-width: 50%;
  }

  .home-pain-component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .pain-content-right {
    width: 100%;
    max-width: 100%;
  }

  .pain-content-left {
    order: 1;
    width: 70%;
    display: none;
  }

  .home-installation-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .home-intallation-content-left {
    width: 100%;
    max-width: 100rem;
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .intallation-icon-list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: row;
  }

  .home-intallation-content-right {
    width: 100%;
    margin-right: 0;
  }

  .home-plans-grid {
    grid-template-columns: 1fr;
  }

  .home-faq-content {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    flex-flow: column;
  }

  .home-header-content-right {
    z-index: 1;
    width: 100%;
  }

  .home-header-content-right.is-mobile, .home-header-svg-1 {
    display: none;
  }

  .hero-banner-mobile {
    width: 100%;
    margin-top: -2rem;
    display: block;
  }

  .spacing-section-navbar {
    height: 9.375rem;
    display: none;
  }

  .spacing-section-navbar.is-mobile {
    display: none;
  }

  .pain-img-mobile {
    display: block;
  }

  .home-header_box-left {
    max-width: 100%;
  }

  .button_01.mobile-tablet.to-left {
    margin-right: auto;
  }

  .spline-scene {
    display: none;
  }

  .ss_bg-white {
    padding-left: 0;
    padding-right: 0;
  }

  .home-start_no-affiliate {
    display: none;
  }

  .home-experience_grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

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

  .home-suport_content {
    flex-flow: column;
  }

  .home-suport-heading-box {
    width: 100%;
    max-width: 29.375rem;
  }

  .home-suport_description-box {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
  }

  .home-suport_left {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .home-suport_right {
    width: 100%;
  }

  .home-suport_item {
    padding: 1.25rem;
  }

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

  .home-experience_teachers-box {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
    display: none;
  }

  .ss_home-about {
    overflow: hidden;
  }

  .home-about_component {
    background-color: #030303;
    height: auto;
  }

  .home-about-content-sticky {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .home-about-heading-box {
    width: 100%;
    max-width: 100%;
  }

  .home-about-description-box {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }

  .home-faq_wrapper {
    flex-flow: column;
  }

  .div-block-9 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: column;
  }

  .home-suport-img {
    max-width: 120%;
    position: static;
  }

  .testimony-tabs {
    flex-flow: column;
    display: none;
  }

  .testimony_content_box {
    width: 100%;
    max-width: 100%;
  }

  .testimony_tab_box {
    flex-flow: column;
  }

  .add-ons_accordion.add-ons_js-accordion {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .add-ons_image-wrapper {
    width: 100%;
    margin-top: 2rem;
    position: static;
    transform: none;
  }

  .add-ons_accordion-item.add-ons_js-accordion-item {
    width: 100%;
  }

  .add-ons_title-icon-wrapper {
    flex-wrap: nowrap;
    align-items: center;
  }

  .add-ons_image {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .add-ons_icon {
    width: 2rem;
    height: 2rem;
  }

  .split-word {
    font-size: 3rem;
  }

  .spline-scene-3 {
    display: none;
  }

  .home-start_no-affiliate-mobile {
    display: flex;
  }

  .add-ons_slider {
    width: 100%;
    display: flex;
  }

  .slider-3 {
    background-color: #fff;
    height: auto;
  }

  .add-ons_slider-item {
    border-radius: .375rem;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    padding: 1.5rem;
  }

  .add-ons_slider-item.add-ons_js-accordion-item {
    width: 100%;
  }

  .div-block-11 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
  }

  .slide {
    height: 100%;
    margin-right: 1rem;
  }

  .slide-nav {
    display: none;
  }

  .slide-2, .slider-item-content {
    height: 100%;
  }

  .arrow-slider {
    background-color: var(--red-600);
    border-radius: .25rem;
    justify-content: center;
    align-items: center;
    width: 2.875rem;
    height: 2.875rem;
    display: flex;
    inset: auto 3.5rem -4.375rem auto;
  }

  .arrow-slider.right {
    right: 0;
  }

  .div-block-12 {
    z-index: 1;
    filter: blur(20px);
    background-color: #000;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .home-about-description {
    z-index: 2;
    position: relative;
  }

  .image-5 {
    width: 32rem;
    display: block;
  }

  .home-teachers-slider {
    width: 100%;
    display: block;
  }

  .slider-4 {
    background-color: #fff;
    height: auto;
  }

  .slide-3 {
    width: 50%;
    padding: .75rem;
  }

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

  .arrow-prev, .arrow-next {
    width: 1.625rem;
  }

  .arrow-slider-teachers {
    background-color: var(--red-600);
    border-radius: .25rem;
    justify-content: center;
    align-items: center;
    width: 2.875rem;
    height: 2.875rem;
    display: flex;
    inset: auto 3.5rem -5.375rem auto;
  }

  .arrow-slider-teachers.right {
    right: 0;
  }

  .arrow-slide-teacher {
    background-color: var(--red-600);
    border-radius: .25rem;
    justify-content: center;
    align-items: center;
    width: 2.875rem;
    height: 2.875rem;
    display: flex;
    inset: auto 3.5rem -4.375rem auto;
  }

  .arrow-slide-teacher.right {
    right: 0;
  }

  .menu {
    display: none;
  }

  .menu-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .suport_heading-box {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2rem;
    line-height: 1.2;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.625rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1.125rem;
  }

  blockquote {
    font-size: 1rem;
  }

  .button.is-secundary.is-small.is-mobile {
    display: none;
  }

  .button.is-dark.is-menu, .button.is-menu {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .rich-text blockquote {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .hide-mobile {
    display: none;
  }

  .text-size-large {
    font-size: 1.063rem;
  }

  .ss_utility_spacing-items {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .text-size-tiny {
    font-size: .6rem;
  }

  .show-mobile {
    display: block;
  }

  .text-size-huge {
    font-size: 1.125rem;
  }

  .ss_utility_alignment-wrap {
    width: 100%;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
    line-height: 1.2;
  }

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

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h4 {
    font-size: 1.25rem;
  }

  .heading-style-h4.text-color-white.is-mobile {
    font-size: 2rem;
  }

  .heading-style-h5 {
    font-size: 1.125rem;
  }

  .ss_utility_color-items {
    width: 100%;
  }

  .text-color-neutral-700.width-custom.is-mobile, .text-color-white-80.text-align-center.is-mobile {
    text-align: left;
  }

  .text-color-white-80.is-pain {
    max-width: 100%;
  }

  .max-width-full-mobile {
    width: 100%;
    max-width: none;
  }

  .spacing-block-medium {
    height: 1.25rem;
  }

  .spacing-block-medium.is-footer {
    height: 3rem;
  }

  .spacing-block-medium.padding-buttons {
    padding-bottom: 6rem;
  }

  .spacing-block-large {
    height: 2rem;
  }

  .spacing-block-large.mobile-buttons {
    height: 6rem;
  }

  .spacing-block-xlarge {
    height: 2rem;
  }

  .spacing-block-xxlarge {
    height: 3rem;
  }

  .spacing-block-huge {
    height: 3.5rem;
  }

  .spacing-block-xhuge {
    height: 4rem;
  }

  .spacing-block-xxhuge {
    height: 4.5rem;
  }

  .spacing-section-small {
    height: 2.5rem;
  }

  .spacing-section-medium {
    height: 6rem;
  }

  .spacing-section-large {
    height: 5rem;
  }

  .spacing-section-large.is-mobile {
    height: 8rem;
  }

  .spacing-section-xlarge, .spacing-section-xxlarge {
    height: 6.25rem;
  }

  .spacing-section-huge {
    height: 6rem;
  }

  .spacing-block-custom3 {
    height: 1.25rem;
  }

  .spacing-block-custom5 {
    height: 1.5rem;
  }

  .spacing-block-custom4 {
    height: 1.25rem;
  }

  .ss_text_sidebar-heading {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }

  .ss_content {
    padding-top: 2rem;
    padding-bottom: 8em;
  }

  .ss_sidebar_sticky {
    padding-bottom: 0;
    position: relative;
    top: 0;
  }

  .ss_nav_content {
    justify-content: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: auto;
  }

  .ss_content_items-wrap {
    border-bottom-style: none;
  }

  .ss_content_items-wrap.with-gap-row {
    grid-row-gap: 2rem;
  }

  .ss_text_heading {
    font-size: 2.5em;
  }

  .ss_content_item.remove-border-mobile {
    border-top-style: none;
  }

  .ss_text_label {
    margin-bottom: 4rem;
    display: none;
  }

  .ss_sidebar {
    z-index: 3;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding: 4rem 2em;
    position: relative;
  }

  .ss_section {
    flex-direction: column-reverse;
  }

  .ss_section.is-header {
    height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .spacing-section-xsmall {
    height: 2.5rem;
  }

  .ss_utility_visibility-wrap.show-mobile {
    display: block;
  }

  .navbar_component {
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar_menu {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .navbar_component-right {
    margin-left: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .ss_home-header {
    padding-bottom: 31.3rem;
  }

  .funnel-numbers {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .funnel-number-item {
    width: 100%;
  }

  .funnel-content-bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .benefits-heading-title {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .benefits-blue-box {
    flex-flow: column;
    padding: 2rem 1rem 1rem;
  }

  .benefits-blue-box-text {
    width: 100%;
    max-width: 100%;
  }

  .benefits-blue-box-img {
    order: 1;
    width: 100%;
    max-width: 100%;
  }

  .home-pain-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .pain-girl {
    max-width: 110%;
    inset: auto auto 0% -1rem;
  }

  .pain-contact {
    max-width: 80%;
  }

  .intallation-icon-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .home-plan-item-list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .footer_component {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-logo-img {
    padding-left: 0;
  }

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

  .footer-links-socials {
    order: -1;
    padding-bottom: 2rem;
  }

  .hero-banner-mobile {
    margin-top: 0;
  }

  .spacing-section-navbar {
    height: 7.5rem;
  }

  .funnel-custom-width-heading {
    width: 100%;
  }

  .button_01.mobile-tablet, .button_01.mobile-tablet.to-left {
    margin-right: 0;
  }

  .home-suport-heading-box {
    width: 100%;
  }

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

  .home-suport-arrow {
    margin-left: 0;
  }

  .home-suport_left {
    height: auto;
  }

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

  .home-about_component {
    background-color: #030303;
    height: auto;
  }

  .home-about-content-sticky {
    justify-content: center;
    align-items: center;
  }

  .home-about-heading-box {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .home-about-description-box {
    text-align: center;
  }

  .home-faq-item, .accordion-title {
    padding-left: 0;
    padding-right: 0;
  }

  .heading {
    font-size: 2rem;
  }

  .home-suport-img {
    max-width: 120%;
  }

  .heading-style-h4-2 {
    font-size: 1.25rem;
  }

  .add-ons_accordion-title {
    letter-spacing: 0;
    font-size: 1.4rem;
  }

  .add-ons_accordion-body.add-ons_js-accordion-body {
    padding-bottom: 1.5rem;
    padding-left: 1.25rem;
  }

  .add-ons_accordion {
    width: 100%;
  }

  .add-ons_image-wrapper {
    height: auto;
  }

  .add-ons_accordion-item {
    box-shadow: none;
  }

  .add-ons_title-icon-wrapper {
    align-items: center;
    margin-right: 1rem;
  }

  .add-ons_image {
    object-fit: cover;
    object-position: 50% 50%;
    height: auto;
  }

  .add-ons_accordion-header.add-ons_js-accordion-header {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .split-word {
    text-align: center;
    letter-spacing: 0;
    font-size: 2rem;
    line-height: 1.2;
  }

  .add-ons_slider-item {
    box-shadow: none;
  }

  .arrow-slider {
    width: 2rem;
    height: 2rem;
    bottom: -3.5rem;
    left: 0;
    right: auto;
  }

  .arrow-slider.right {
    left: 3rem;
    right: auto;
  }

  .slide-3 {
    padding: .4rem;
  }

  .arrow-slider-teachers {
    width: 2rem;
    height: 2rem;
    inset: 50% auto auto 0;
    transform: translate(0, -50%);
  }

  .arrow-slider-teachers.right {
    left: auto;
  }

  .arrow-slide-teacher {
    width: 2rem;
    height: 2rem;
    bottom: -3.5rem;
    left: 0;
    right: auto;
  }

  .arrow-slide-teacher.right {
    inset: 50% 0 auto auto;
  }

  .menu {
    flex-flow: column;
    display: none;
  }

  .menu-background {
    position: relative;
  }

  .menu-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .menu-icon {
    width: 1.5rem;
  }

  .menu-buttom-icon {
    padding: .75rem;
    display: block;
  }

  .background-menu {
    z-index: 1;
    background-color: var(--black);
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .suport_heading-box {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  blockquote {
    padding-left: 1.5rem;
  }

  .text-size-medium.text-weight-semibold.text-color-blue-500.is-head {
    font-size: .75rem;
  }

  .ss_utility_spacing-items {
    grid-template-columns: 1fr 1fr;
  }

  .heading-style-h4.text-color-white {
    font-size: 2rem;
  }

  .ss_utility_color-items {
    grid-template-columns: 1fr 1fr;
  }

  .zy-stylesystem-color {
    width: 4rem;
    height: 4rem;
  }

  .ss_home-header {
    padding-bottom: 23.4rem;
  }

  .funnel-content-top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .funnel-numbers {
    flex-flow: column;
  }

  .pain-content-left {
    width: 100%;
    max-width: 100%;
  }

  .pain-background {
    max-width: 100%;
  }

  .pain-girl {
    bottom: -5rem;
  }

  .home-installation-component {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-plans-item {
    padding: 2rem 1rem;
  }

  .home-plans-item.is-premium {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .plans-heading-style-custom.text-color-white, .plans-heading-style-custom.text-color-neutral-700 {
    font-size: 2rem;
  }

  .faq-question-item {
    padding: 1rem;
  }

  .footer-logo-img {
    padding-right: 1rem;
  }

  .button-01_background {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-steps_component {
    text-align: center;
  }

  .home-about-content-sticky {
    height: auto;
  }

  .add-ons_accordion-body {
    padding-left: 56px;
  }

  .slider-3 {
    width: 100%;
  }

  .add-ons_slider-item {
    padding: 1rem;
  }

  .arrow-slider.right {
    left: 3rem;
    right: auto;
  }

  .arrow-slider-teachers.right {
    right: 0;
  }
}


@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.woff2') format('woff2'), url('../fonts/Gotham-Light.eot') format('embedded-opentype'), url('../fonts/Gotham-Light.woff') format('woff'), url('../fonts/Gotham-Light.ttf') format('truetype'), url('../fonts/Gotham-Light.svg') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Book.woff2') format('woff2'), url('../fonts/Gotham-Book.eot') format('embedded-opentype'), url('../fonts/Gotham-Book.woff') format('woff'), url('../fonts/Gotham-Book.ttf') format('truetype'), url('../fonts/Gotham-Book.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}