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

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

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

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

:root {
  --light-grey: #f8f6f3;
  --medium-grey: #ababab;
  --black: #252626;
  --white: #f4f7f8;
  --dark-grey: #727178;
  --energy: #1ed760;
}

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

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

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

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

.paragraph-small {
  color: #49505b;
  letter-spacing: -.08px;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small.text-color-tertiary {
  color: #67707e;
}

.content-feature-tab-icon {
  background-color: #edeef1;
  border: 1px solid #d8dbdf;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

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

.content-tab-link {
  color: #49505b;
  background-color: #fff0;
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  padding: 12px 16px;
  transition: color .3s, box-shadow .3s, background-color .3s;
  display: flex;
}

.content-tab-link:hover {
  background-color: #edeef1;
}

.content-tab-link.w--current {
  color: #25272c;
  background-color: #fff;
  box-shadow: 0 2px 2px #d8dbdf80;
}

.paragraph-large {
  color: #49505b;
  letter-spacing: -.16px;
  font-size: 18px;
  line-height: 32px;
}

.code-embed {
  display: none;
}

.content-left {
  border-left: 1px dashed #b5bbc4;
  padding: 16px 32px;
  position: relative;
}

.content-tab-dropdown {
  overflow: hidden;
}

.content-tab-illustration {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.h1-heading {
  color: #25272c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
}

.content-tab-content {
  max-width: 50%;
  padding-left: 24px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.text-color-brand {
  color: #154ee0;
}

.icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.header-badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px dashed #b5bbc4;
  border-bottom-style: none;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px 8px 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.section-x-large {
  background-color: #f7f8f8;
  padding: 128px 5%;
  position: relative;
}

.content-title {
  border-top: 1px dashed #b5bbc4;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
}

.content-header {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
}

.content-tab-progress-bar {
  background-color: #1ed760;
  border-radius: 44px;
  width: 4px;
  height: 100%;
}

.content-tab-pane {
  width: 100%;
  height: 100%;
}

.content-tab-description {
  padding-top: 8px;
}

.container-regular {
  z-index: 1;
  width: 100%;
  max-width: 1062px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content-tab-progress {
  background-color: #edeef1;
  border: 1px solid #d8dbdf;
  border-radius: 44px;
  justify-content: center;
  align-items: flex-start;
  width: 8px;
  padding: 2px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% -16px;
}

.content-tabs-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  max-width: 50%;
  display: flex;
}

.subheading-regular {
  color: #25272c;
  letter-spacing: -.12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.subheading-regular.text-color-inherit {
  color: inherit;
}

.content-subheading {
  border: 1px dashed #b5bbc4;
  border-radius: 8px;
  padding: 12px 24px;
}

.content-tabs {
  margin-top: 24px;
  display: flex;
  position: static;
}

.step-line {
  background-color: #1ed760;
  border-radius: 8px;
  width: 100%;
}

.h1-heading-2 {
  color: #25272c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
}

.hiw-content-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 412px;
  height: 100%;
  padding: 16px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 2px #d8dbdf80;
}

.hiw-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-top: 0;
  padding-bottom: 32px;
  display: flex;
}

.hiw-image-wrapper {
  background-color: #edeef1;
  border: 1px dashed #b5bbc4;
  border-radius: 12px;
  width: 100%;
  padding: 8px;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hiw-detail-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  padding: 12px 16px;
  display: flex;
  position: absolute;
  inset: auto 16px 16px;
  box-shadow: 0 2px 2px #d8dbdf80;
}

.header-tab-content {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  padding: 4px;
  display: flex;
}

.subheading-regular-2 {
  color: #25272c;
  letter-spacing: -.12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.paragraph-regular {
  color: #49505b;
  letter-spacing: -.12px;
  font-size: 16px;
  line-height: 28px;
}

.step-line-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 12px;
  display: flex;
  position: relative;
}

.divider-secondary {
  border-top: 2px dashed #d8dbdf;
  width: 100%;
}

.subheading-large {
  color: #25272c;
  letter-spacing: -.24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.step-number {
  color: #67707e;
  letter-spacing: -.08px;
  border: 1px dashed #d8dbdf;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
  position: relative;
}

.hiw-wrapper {
  flex-flow: column;
  display: flex;
}

.step-bar {
  background-color: #edeef1;
  border: .5px solid #d8dbdf;
  border-radius: 8px;
  width: 4px;
  height: 100%;
}

.badge-primary {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #49505b;
  border: 1px #b5bbc4;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.subheading-small {
  color: #25272c;
  letter-spacing: -.08px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.subheading-small.text-color-brand {
  color: #154ee0;
}

.section-services {
  z-index: 2;
  background-color: #0000;
  margin-top: 0;
  padding: 96px 2.5rem;
  position: static;
}

.hiw-step-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #edeef1;
  border: .5px solid #d8dbdf;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px 30% 12px 12px;
  display: flex;
  position: relative;
}

.header-tab-illustration {
  z-index: 0;
  pointer-events: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.title-center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 65%;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.content-icon {
  color: #154ee0;
  background-color: #edeef1;
  border: 1px solid #d8dbdf;
  border-radius: 4px;
  flex: none;
  padding: 4px;
  box-shadow: inset 0 1px 1px #fff;
}

.hiw-feature-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px;
  display: flex;
  box-shadow: 0 2px 2px #d8dbdf80;
}

.column-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.column-small.column-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.hiw-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 41rem;
  margin-top: 32px;
}

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

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

.hiw-step-number {
  border: 1px solid var(--medium-grey);
  color: var(--medium-grey);
  letter-spacing: -.08px;
  background-color: #0000;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
}

.hiw-image {
  aspect-ratio: 5.04 / 4.32;
  background-color: #f7f8f8;
  border: 2px solid #fff;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

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

.h2-heading {
  color: #25272c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
}

.button-link-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #154ee0;
  letter-spacing: -.08px;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  display: inline-flex;
}

.section {
  height: 20000px;
}

.hiw-milestone-step {
  border: 1px solid #d7d7db;
  border-radius: 40px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.hiw-milestone-step.step-01 {
  color: #fff;
  background-color: #70d789;
  border-color: #70d789;
}

.hiw-milestone-block {
  height: 300vh;
}

.hiw-milestone-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: flex-start;
  display: flex;
}

.container-regular-2 {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.h5-heading {
  color: #131315;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.2;
}

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

.hiw-milestone-line-small {
  background-color: #d7d7db;
  flex-direction: column;
  align-items: center;
  width: 1px;
  height: 100%;
  display: flex;
}

.grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.hiw-milestone-sticky {
  position: sticky;
  top: 180px;
}

.hiw-milestone-steps {
  grid-row-gap: 24px;
  flex-direction: column;
  align-self: stretch;
  align-items: center;
  width: 40px;
  display: flex;
}

.overline {
  color: #9797a1;
  letter-spacing: .01em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.overline.text-color-purple {
  color: #8870d7;
}

.hiw-milestone-line-inner {
  background-color: #70d789;
  width: 1px;
  height: 0%;
}

.hiw-milestone-content {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 400px;
  display: flex;
}

.section-regular-2 {
  padding: 96px 5%;
  position: relative;
}

.h2-heading-2 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.title-wrapper-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 550px;
  margin-bottom: 56px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.hiw-milestone-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.hiw-image-large {
  border: 1.5px solid #e4e4e7;
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
  box-shadow: 3px 3px #e4e4e7;
}

.slider-mask {
  overflow: visible;
}

.hide {
  display: none;
}

.icon-button-outline {
  color: #ababab;
  border: 1px solid #d4d4d4;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.icon-button-outline:hover {
  color: var(--black);
  background-color: #fafafa;
  border: 1px solid #000;
}

.container-large-2 {
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}

.container-large-2.relative {
  position: relative;
}

.gallery-lightbox-link-tall {
  color: #0a0a0a;
  flex-direction: column;
  justify-content: flex-end;
  height: 500px;
  padding: 12px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery-lightbox-link-tall.small {
  height: 500px;
}

.gallery-overlay {
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  background-color: #0009;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gallery-button-block {
  justify-content: center;
  align-items: center;
  height: 48px;
  margin-top: 64px;
  display: none;
}

.title-center-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gallery-slider-overlay {
  z-index: 1;
  background-image: linear-gradient(90deg, var(--white), transparent);
  width: 5%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.gallery-slider-overlay.right {
  background-image: linear-gradient(270deg, var(--white), transparent);
  inset: 0% 0% 0% auto;
}

.section-regular-3 {
  padding: 80px 5%;
  position: relative;
  overflow: hidden;
}

.gallery-slider-button-right {
  color: #ababab;
  width: auto;
  margin-left: 4px;
  inset: auto auto 0% 50%;
}

.gallery-slider-button-right:hover {
  color: #000;
}

.icon-large {
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  transition: color .2s;
  display: flex;
}

.gallery-slider {
  background-color: #0000;
  width: 100%;
  max-width: 384px;
  height: auto;
  margin-top: 3em;
  position: static;
}

.gallery-overlay-arrow {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.h3-heading {
  color: var(--dark-grey);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Supreme, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.2em;
}

.paragraph-x-large {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.overline-2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.gallery-slide {
  vertical-align: bottom;
  border-radius: 8px;
  margin-right: 16px;
  overflow: hidden;
}

.column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.column-x-small.column-center {
  text-align: center;
  align-items: center;
}

.text-color-purple-600 {
  color: #5c2d5c;
}

.gallery-slider-button-left {
  width: auto;
  margin-right: 4px;
  inset: auto 50% 0% auto;
}

.gallery-image {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-regular-4 {
  padding: 80px 5%;
  position: relative;
  overflow: hidden;
}

.overline-3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.section-slider {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 4em;
  padding: 2.5em 2.5rem 80px;
  display: none;
  position: relative;
  overflow: hidden;
}

.overline-4 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.footer-section {
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  padding: 60px 2.5rem 40px;
  display: flex;
}

.company-logo-link {
  margin-bottom: 16px;
}

.email-link {
  color: #ff8c4b;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.footer-links-grid {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.grey-divider {
  background-color: var(--medium-grey);
  width: 100%;
  height: 1px;
  margin-top: 240px;
  margin-bottom: 0;
  display: none;
}

.footer-contact-grid {
  grid-column-gap: 124px;
  grid-template-rows: auto;
}

.footer-link {
  color: var(--dark-grey);
  padding: 0;
  font-family: Supreme, Arial, sans-serif;
  font-size: .8rem;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .2s;
}

.footer-link:hover {
  color: var(--energy);
}

.footer-paragraph {
  color: var(--light-grey);
  letter-spacing: -.15px;
  font-family: Supreme, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2em;
}

.footer-paragraph.margin {
  color: var(--light-grey);
}

.footer-paragraph.margin.green, .footer-paragraph.green {
  color: var(--black);
}

.footer-title {
  color: #0a071b;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 700;
}

.legal-notice-text {
  color: var(--medium-grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Supreme, Arial, sans-serif;
  font-size: .6rem;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 3rem;
  grid-template-rows: 135px;
  grid-template-columns: 1.5fr .75fr .75fr;
  width: 100%;
  height: 80vh;
}

.footer-contact-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.container {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  min-height: 100%;
  margin: 0 auto;
  display: flex;
}

.bottom-footer-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-heading {
  color: var(--light-grey);
  letter-spacing: -.15rem;
  max-width: 456px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Supreme, Arial, sans-serif;
  font-size: 3.8em;
  font-weight: 400;
  line-height: 100%;
}

.footer-heading.green {
  color: var(--black);
}

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

.navbar-logo-left {
  z-index: 9998;
  display: block;
  position: sticky;
  top: 0;
  overflow: visible;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1358px;
  margin-bottom: 0;
  padding: 20px 2.5rem;
}

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

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  cursor: pointer;
  padding-right: 0;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #dbd7d0;
  letter-spacing: .25px;
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: Supreme, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--energy);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  color: var(--dark-grey);
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  background-color: var(--energy);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 30rem;
  height: auto;
  padding: 1.25rem 2.5rem;
  font-family: Supreme, Arial, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.button-primary:hover {
  color: #fff;
  background-color: #189946;
}

.button-primary:active {
  background-color: #43464d;
}

.hero {
  background-image: linear-gradient(#0003, #0003), url('../images/chillandgo-hero.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 110vh;
  margin-top: -100px;
  position: static;
  inset: 0%;
}

.h2 {
  color: var(--black);
  text-align: center;
  letter-spacing: -.1rem;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Supreme, Arial, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 90%;
}

.h2.nomargin {
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 8px;
}

.h2.scroll-highlight {
  letter-spacing: -.15rem;
  margin-bottom: 0;
  line-height: 100%;
}

.h2.left {
  text-align: left;
  margin-bottom: 20px;
}

.h2.right {
  text-align: left;
  margin-bottom: 8px;
}

.h2.white {
  color: var(--light-grey);
  margin-bottom: 0;
}

.h2.white.footer {
  align-self: flex-start;
}

.container-3 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading_h1 {
  color: var(--white);
  text-align: center;
  letter-spacing: -.15rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  font-family: Supreme, Arial, sans-serif;
  font-size: 5rem;
  font-weight: 300;
  line-height: 1em;
  display: flex;
}

.heading_h1.positive {
  color: var(--black);
  margin-top: 0;
}

.text-block {
  color: var(--white);
  letter-spacing: .1rem;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Panchang, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1em;
  display: flex;
}

.section-paraquien {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 4rem 2.5rem;
  display: flex;
}

.subtitulo {
  color: var(--black);
  margin-top: 24px;
  margin-bottom: 4px;
  font-family: Supreme, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1em;
}

.paragraph {
  color: var(--dark-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Supreme, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3em;
}

.paragraph.faq-content-wrapper {
  text-align: center;
  line-height: 1rem;
}

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

.columns {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1358px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.section-que-es {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 40vh;
  margin-top: 0;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.gap-48 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.gap-48.left {
  justify-content: flex-start;
  align-items: center;
}

.h4 {
  color: var(--black);
  letter-spacing: 1px;
  margin-bottom: 0;
  font-family: Supreme, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 110%;
}

.h4.footer {
  color: var(--medium-grey);
  font-size: .6rem;
}

.h4.menu {
  color: var(--dark-grey);
  letter-spacing: 0;
}

.h4.white {
  color: var(--light-grey);
  letter-spacing: 0;
}

.h4.dark-grey {
  letter-spacing: 0;
}

.column {
  padding-left: 8px;
  padding-right: 8px;
}

.image {
  border-radius: 8px;
  height: auto;
}

.image-2 {
  border-radius: 8px;
}

.h3-heading-copy {
  color: var(--black);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Supreme, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2em;
}

.column-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  height: 166px;
  display: flex;
  position: relative;
}

.icon-large-2 {
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.paragraph-regular-3 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.icon-wrapper {
  color: #b95bb4;
  background-color: #0000;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.icon-wrapper.red {
  color: #d12e46;
  background-color: #fde7e7;
  justify-content: center;
  align-items: center;
}

.icon-wrapper.blue {
  color: #4250d1;
  background-color: #e1e7f9;
}

.icon-wrapper.green {
  color: #2c8c3e;
  background-color: #e3f8e7;
}

.subheading-regular-3 {
  color: #030711;
  letter-spacing: -.18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.feature-item {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid var(--medium-grey);
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding: 24px 24px 40px;
  display: flex;
}

.feature-grid-large {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  max-width: none;
  margin-top: 0;
}

.feature-grid-large.como {
  grid-template-columns: 1fr 1fr 1fr;
}

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

.paragraph-regular-bold {
  letter-spacing: -.03em;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.heading-detail-small {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
}

.faq-icon-square {
  background-color: #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  display: flex;
}

.container-x-small {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.faq-toggle {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.faq-toggle:hover {
  color: #338cff;
}

.faq-arrow {
  color: #6b7094;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.faq-content-wrapper {
  width: 100%;
  max-width: 90%;
  margin-bottom: 2em;
  line-height: 36px;
}

.faq-content-wrapper.faq {
  margin-bottom: 0;
  padding-bottom: 16px;
}

.faq-title-wrapper {
  color: #160042;
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.faq-title-wrapper.services {
  padding-top: 1em;
  padding-bottom: 0;
}

.faq-title-wrapper.services._2-lines {
  padding-bottom: .5em;
}

.flex-wrapper-centre {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.faq-content {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.section-faq {
  background-color: #0000;
  padding: 10rem 5% 12rem;
  position: relative;
}

.faq-item-line {
  border: 1px solid var(--medium-grey);
  border-radius: 8px;
  padding: 28px 32px;
  transition: all .3s;
  display: block;
}

.paragraph-regular-4 {
  letter-spacing: -.02em;
  font-size: 16px;
  line-height: 24px;
}

.grid-one-column {
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.grid-one-column.services {
  grid-row-gap: 0px;
}

.paragraph-bold {
  color: var(--black);
  font-family: Supreme, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3em;
}

.section-2 {
  background-image: url('../images/chillandgo-path.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  height: 100vh;
  margin-top: -20vh;
  margin-bottom: -20vh;
  display: none;
  position: static;
  overflow: hidden;
}

.section-data {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  height: auto;
  margin-top: 0;
  padding: 10rem 2.5rem 12rem;
  display: flex;
  position: relative;
}

.container-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
}

.logo {
  justify-content: center;
  align-items: center;
  width: 134px;
  height: auto;
  padding-left: 0;
  display: flex;
}

.logo.hide {
  height: auto;
  display: none;
}

.nav-link-positive {
  color: var(--black);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Supreme, Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1em;
  text-decoration: none;
}

.nav-link-positive:hover {
  color: var(--energy);
}

.nav-link-positive:focus-visible, .nav-link-positive[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.air {
  background-image: linear-gradient(#0003, #0003), url('../images/chillandgo-path.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 110vh;
  margin-top: -100px;
  position: static;
  inset: 0%;
}

.text-block-3 {
  color: var(--medium-grey);
  font-family: Supreme, Arial, sans-serif;
}

.cross {
  display: none;
}

.icon-regular-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .3s;
  display: flex;
}

.nav_link_negative {
  color: #fff;
  cursor: pointer;
  margin: -1.5rem;
  padding: 1.5rem;
  font-family: Supreme, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
}

.nav_link_negative:hover, .nav_link_negative.w--current {
  color: #2c5dab;
}

.nav-menu-list {
  grid-column-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  min-height: auto;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.footer-title-2 {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 600;
}

.footer-title-2.positive {
  color: #1c2e47;
}

.nav-menu-list-item {
  cursor: pointer;
  align-items: center;
  list-style-type: none;
  display: flex;
}

.nav-menu-list-item:hover {
  color: #2c5dab;
}

.navbar-content {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button {
  color: #fff;
  letter-spacing: -.05rem;
  background-color: #1c2e47;
  border-radius: .625rem;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 2.5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

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

.button.navbar-button {
  letter-spacing: 0;
  background-color: #2c5dab;
  border-radius: 8rem;
  font-weight: 600;
}

.button.navbar-button:hover {
  background-color: #183f7c;
}

.button.navbar-button:active {
  background-color: #1c2e47;
}

.logo-image {
  height: 2.5rem;
}

.nav-menu {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 3.688rem;
  display: flex;
  inset: 0% 0% auto;
}

.navbar-bottom-wrapper {
  display: none;
}

.navbar {
  z-index: 9997;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.footer-paragraph-2 {
  color: #c3cad0;
  letter-spacing: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 120%;
}

.footer-paragraph-2.positive {
  color: #414b53;
}

.footer-info-link {
  color: #2c5dab;
  font-size: .875rem;
  font-weight: 500;
  line-height: 160%;
}

.footer-info-link:hover {
  color: #1c2e47;
}

.footer-info-item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-info {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.logo-2 {
  margin: -1rem -1rem -1rem 0;
  padding: 1rem 0;
}

.container-6 {
  width: 100%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.icon-regular-3 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .3s;
  display: flex;
}

.button-text {
  letter-spacing: 0;
  text-transform: none;
  font-size: 1rem;
  text-decoration: none;
}

.footer-paragraph-link {
  color: var(--dark-grey);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
}

.transition {
  z-index: 99999;
  background-color: var(--energy);
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.tab_text-wrapper {
  overflow: hidden;
}

.h3 {
  color: var(--black);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Supreme, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}

.h3.mb-0 {
  font-family: Supreme, Arial, sans-serif;
}

.row {
  margin-bottom: -32px;
  margin-left: -20px;
  margin-right: -20px;
}

.row.flex-center {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin: 16px auto 0;
  padding-left: 0;
  display: flex;
}

.tab-link {
  border-left: 4px none var(--medium-grey);
  opacity: .4;
  color: #182c4f;
  cursor: pointer;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 8px;
  margin-left: 0;
  padding: 0 0% 0 0;
  transition: border-color .2s, opacity .2s ease-out;
  display: block;
}

.tab-link:hover {
  border-left-color: var(--black);
  opacity: .6;
  text-decoration: none;
}

.tab-link.w--current {
  border-left-style: none;
  border-left-color: var(--energy);
  opacity: 1;
  background-color: #0000;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
}

.col {
  margin-bottom: 32px;
  padding-left: 20px;
  padding-right: 20px;
}

.col._2col {
  flex: 0 50%;
}

.col._2col.tab-menu {
  flex-direction: column;
  align-items: stretch;
  max-width: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 5%;
  display: flex;
}

.col._2col.overflow-visible, .tab_pane {
  overflow: visible;
}

.tab_text {
  margin-top: 16px;
  margin-bottom: 0;
}

.tab_iwrapper_01 {
  text-align: center;
  background-image: url('../images/pressotherapie-cellulite-2650930419.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 8px;
  width: 480px;
  height: 600px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.strategy-illo_top {
  width: 100%;
  max-width: 600px;
  max-height: 460px;
  margin-bottom: auto;
  position: absolute;
  inset: 0%;
}

.strategy-illo_bg {
  width: 100%;
  max-width: 600px;
  max-height: 460px;
}

.container-7 {
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.tab_iwrapper_02 {
  text-align: center;
  background-image: url('../images/oliver-guhr-nLjR95HKXmA-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 8px;
  width: 480px;
  height: 600px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block-4 {
  width: auto;
  min-width: auto;
}

.container-8 {
  max-width: none;
  margin-left: 0;
}

.navbar-positive {
  z-index: 99998;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.tab_iwrapper_03 {
  text-align: center;
  border-radius: 8px;
  width: 480px;
  height: 600px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.btn-parent {
  border: 1px solid var(--dark-grey);
  color: #000;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 55px;
  padding: 1.25rem 2.5rem;
  font-family: Supreme, Arial, sans-serif;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-parent._1 {
  width: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.btn-parent._1.black {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-color: var(--black);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: auto;
  padding: 1rem 1.5rem;
  display: flex;
  position: static;
}

.btn-txt-1 {
  color: var(--black);
  letter-spacing: 0;
  text-transform: none;
  font-family: Supreme, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1em;
  position: absolute;
}

.btn-txt-1.white {
  color: var(--light-grey);
  font-size: 1rem;
}

.btn-txt-2 {
  color: var(--black);
  letter-spacing: 0;
  text-transform: none;
  font-family: Supreme, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1em;
  position: absolute;
}

.btn-txt-2.white {
  color: var(--light-grey);
  font-size: 1rem;
}

.image-3 {
  border-radius: 8px;
}

.scroll-wrap {
  position: relative;
  overflow: hidden;
}

.scroll_trigger {
  pointer-events: none;
  height: 100%;
  min-height: 100px;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.top_wrap {
  display: block;
  position: relative;
  overflow: hidden;
}

.container-9 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-6 {
  margin-top: -50px;
}

.h1 {
  color: var(--white);
  text-align: center;
  letter-spacing: -.2rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Supreme, Arial, sans-serif;
  font-size: 4.2rem;
  font-weight: 400;
  line-height: 1em;
  display: flex;
}

.h1.black {
  color: var(--black);
}

.tagline {
  color: #fbfbfb;
  letter-spacing: .1rem;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Panchang, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1em;
  display: flex;
}

.top_trigger {
  pointer-events: none;
  height: 100vh;
  position: absolute;
  inset: 0% 0% auto;
}

.heading {
  z-index: 2;
  letter-spacing: -.03em;
  width: 100%;
  max-width: 11.7em;
  font-size: 4.2em;
  line-height: 1;
  position: relative;
}

.bolt {
  flex: none;
  width: 400vh;
  position: absolute;
}

.sticky-element {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 2.6em;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.main-wrapper {
  display: block;
}

.bolt_bg {
  z-index: 1;
  color: #1ed760;
  width: 100%;
  position: absolute;
  inset: 0%;
}

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

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.bolt_svg {
  z-index: 2;
  color: #fff;
  width: 100%;
  position: relative;
}

.section-height {
  color: #131313;
  text-align: center;
  background-color: #e4e5e8;
  height: 400vh;
  position: relative;
}

.page-wrapper {
  width: 100%;
  font-size: 1em;
  position: relative;
}

.description_2-4 {
  font-size: 2.4rem;
}

.heading1 {
  letter-spacing: -4px;
}

.container-10 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.flex-align-center {
  align-items: center;
  display: flex;
}

.text_bold {
  font-weight: 700;
}

.section-5 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.text_right {
  text-align: right;
}

.animations_grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 6rem;
}

.pi_animation {
  background-color: #2a2a2a;
  justify-content: space-between;
  align-items: flex-end;
  height: 20rem;
  padding: 3rem;
  display: flex;
  transform: perspective(200px)perspective(200px)perspective(200px);
}

.button-primary-nav {
  background-color: var(--energy);
  color: #fff;
  letter-spacing: .2rem;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 30rem;
  width: auto;
  height: auto;
  padding: 1rem 1.5rem;
  font-family: Open Sans, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.button-primary-nav:hover {
  color: #fff;
  background-color: #189946;
}

.button-primary-nav:active {
  background-color: #43464d;
}

.button-primary-nav.embed, .button-primary-nav.mobile {
  display: none;
}

.section-footer {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-footer.relative {
  height: auto;
  padding-bottom: 20px;
}

.container-11 {
  justify-content: space-between;
  width: 70%;
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
}

.container-11.top-space {
  justify-content: center;
  align-items: center;
  height: 80%;
  display: flex;
}

.heading-2 {
  color: #fff;
  text-align: center;
  font-size: 50px;
}

.bg-wrapper {
  z-index: -1;
  position: fixed;
  inset: 0%;
}

.bg-wrap {
  z-index: -1;
  opacity: 0;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  position: fixed;
  inset: 0%;
}

.bg-wrap._4 {
  color: #e7e7e7;
  background-color: #e7e7e7;
}

.hero-stack {
  background-color: #0000;
  border-bottom: 1px #e4ebf3;
  padding: 0;
  position: relative;
}

.container-12 {
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.div-block-7 {
  background-image: url('../images/5635ce54-377d-4285-b1ad-c011d9cf4d0b.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  width: 100%;
  height: 90vh;
}

.div-footer {
  width: 100%;
  height: auto;
}

.loader {
  z-index: 9999999;
  background-color: var(--energy);
  color: #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.loader_number {
  letter-spacing: 0;
  padding-bottom: .14em;
  font-family: Supreme, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1em;
  display: block;
}

.hero_title {
  letter-spacing: -.05em;
  padding-bottom: .3em;
  font-size: 12em;
  font-weight: 500;
  line-height: .8;
}

.container-13 {
  z-index: 2;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.3em;
  position: relative;
}

.container-13.is-loader-top {
  mix-blend-mode: difference;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-13.is-loader-bottom {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.container-13.is-hero {
  color: #eb412b;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.loader_p {
  text-transform: uppercase;
  font-size: 1.82em;
  line-height: 1;
  display: none;
}

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

.trigger {
  width: 0;
  height: 0;
  padding: 0;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.loader_progress {
  z-index: 1;
  background-color: #000;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.loader_top {
  color: #eb412b;
  border-bottom: 2px solid #000;
  display: none;
  position: relative;
}

.btn-parent-footer {
  border: 1px solid var(--light-grey);
  color: #000;
  background-color: #0000;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 1rem 1.5rem;
  font-family: Supreme, Arial, sans-serif;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-parent-footer.w--current {
  cursor: pointer;
  width: 10rem;
}

.btn-parent-footer.negro {
  border-color: var(--black);
}

.link {
  color: var(--energy);
}

.footer_link {
  color: var(--light-grey);
  margin-bottom: 0;
  font-family: Supreme, Arial, sans-serif;
  font-size: 1.1em;
  line-height: 1.3em;
}

.footer_link:hover {
  color: var(--energy);
}

.footer_link.green {
  color: var(--black);
  margin-bottom: 8px;
}

.image-4 {
  border-radius: 8px;
}

.text-block-load {
  color: var(--black);
  letter-spacing: .1rem;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Panchang, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1em;
  display: flex;
}

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

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

.cookies {
  width: auto;
  max-width: 900px;
  margin: 8rem auto 4rem;
}

.h4_terminos {
  color: #002237;
  letter-spacing: .5px;
  text-transform: none;
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 110%;
}

.h4_terminos.caps {
  text-transform: uppercase;
  margin-top: 80px;
}

.paragraph-2 {
  color: #002237;
  column-count: auto;
  margin-bottom: 0;
  font-size: 1.6em;
  font-weight: 300;
  line-height: 120%;
  text-decoration: none;
}

.politica_privacidad {
  width: auto;
  max-width: 900px;
  margin-bottom: 160px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-3 {
  color: #002237;
  column-count: auto;
  margin-bottom: 0;
  font-size: 1.6em;
  font-weight: 300;
  line-height: 120%;
  text-decoration: none;
}

.code-embed-2 {
  color: var(--white);
  border-radius: 20px;
  font-family: Supreme, Arial, sans-serif;
  font-size: .9rem;
  line-height: 20em;
}

.banner-cookies {
  z-index: 88888;
  background-color: #f1f1ed;
  border-radius: 8px;
  margin-bottom: 16px;
  margin-right: 16px;
  padding: 16px;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.text-cookies {
  color: var(--dark-grey);
  font-family: Supreme, Arial, sans-serif;
}

.link-cookies {
  color: var(--black);
  cursor: pointer;
  margin-left: 4px;
}

.link-cookies:hover {
  color: var(--energy);
}

.footer-info-link-green {
  color: var(--black);
  margin-bottom: 16px;
  font-family: Supreme, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 160%;
}

.footer-info-link-green:hover {
  color: var(--energy);
  margin-bottom: 16px;
  font-family: Supreme, Arial, sans-serif;
}

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

.card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.preloader {
  z-index: 99999999;
  transform-origin: 50% 0;
  background-color: #18181800;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-23 {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
}

.preload_text {
  color: #c9dbe8;
  text-align: center;
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 300;
  line-height: 20px;
}

.preload_text_s {
  opacity: 1;
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  margin-top: 8px;
  font-family: Panchang, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1rem;
}

.preloader-mask {
  z-index: -1;
  background-color: var(--black);
  transform-origin: 50% 0;
  position: absolute;
  inset: 0%;
}

.lottie-animation {
  width: 300px;
}

.div-block-38 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-top: 3rem;
  margin-bottom: 3em;
  display: flex;
}

.footer-info-link-black {
  color: var(--light-grey);
  align-self: flex-start;
  margin-bottom: 0;
  font-family: Supreme, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 300;
  line-height: 160%;
}

.footer-info-link-black:hover {
  color: var(--energy);
  margin-bottom: 0;
  font-family: Supreme, Arial, sans-serif;
}

.slider-section {
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: auto;
  display: flex;
  overflow: clip;
}

.slide {
  aspect-ratio: 2;
  background-color: #e9e9e9;
  background-image: url('../images/BODEGA-ANGEL-SEQUERIOS_123.jpg');
  background-position: 50%;
  background-size: cover;
  flex: none;
  width: 40vw;
  height: 740px;
}

.slide._2 {
  background-image: url('../images/8ecd4de2-7e93-4e65-ab8a-4e9842c7d7d3.jpg');
  width: 500px;
}

.slide._1, .slide._3 {
  background-image: url('../images/5635ce54-377d-4285-b1ad-c011d9cf4d0b.jpg');
  width: 500px;
}

.slide._4 {
  background-image: url('../images/8ecd4de2-7e93-4e65-ab8a-4e9842c7d7d3.jpg');
  width: 500px;
}

.slide._5 {
  background-image: url('../images/5635ce54-377d-4285-b1ad-c011d9cf4d0b.jpg');
  width: 500px;
}

.slider-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
  padding-left: calc(30vw - 1rem);
  display: flex;
}

.slide-w {
  border-radius: 8px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

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

.gap-16.left {
  justify-content: flex-start;
  align-items: flex-start;
}

.gallery-slider-2 {
  background-color: #0000;
  width: 100%;
  max-width: 384px;
  height: auto;
  position: static;
}

.section-slider-2 {
  background-color: #fbfbfb;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 80px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading_2-2 {
  color: #000;
  text-align: center;
  letter-spacing: -.1rem;
  margin-top: 0;
  margin-bottom: 80px;
  font-family: Supreme, Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 90%;
}

.icon-button-outline-2 {
  color: #ababab;
  border: 1px solid #d4d4d4;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.icon-button-outline-2:hover {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
}

.hide-2 {
  display: none;
}

.gallery-slider-3 {
  background-color: #0000;
  width: 100%;
  max-width: 384px;
  height: auto;
  position: static;
}

.card-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.div-block-40 {
  background-color: var(--black);
  height: auto;
  padding-bottom: 0;
}

.scroll-text {
  color: var(--medium-grey);
  text-align: center;
  letter-spacing: -.1rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Supreme, Arial, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 90%;
}

.scroll-text.nomargin {
  margin-top: 0;
  margin-bottom: 8px;
}

.scroll-text.scroll-highlight {
  letter-spacing: -.15rem;
  margin-bottom: 0;
  line-height: 100%;
}

.scroll-text.left {
  text-align: left;
  margin-bottom: 20px;
}

.scroll-text.right {
  text-align: left;
  margin-bottom: 8px;
}

.scroll-text.white {
  color: var(--light-grey);
  margin-bottom: 24px;
}

.gap-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.gap-24.left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
}

.gap-24.left._80 {
  width: 80%;
}

.gap-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

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

.gap-8.left {
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
}

.div-block-41 {
  background-color: #0000;
  padding-top: 6rem;
  padding-bottom: 2.5rem;
}

.gap-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.gap-32.cta {
  margin-left: 2rem;
  margin-right: 2rem;
}

.div-block-42 {
  background-color: #0000;
}

.gap-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: -50px;
  display: flex;
}

.paragraph-l {
  color: var(--dark-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Supreme, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.2em;
}

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

.section-cta {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 60vh;
  margin-top: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.customers-text {
  font-size: 2.25rem;
  line-height: 122%;
}

.div-block-14 {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.syndicate-text {
  font-size: 2.25rem;
  line-height: 122%;
}

.peregrinos-image {
  z-index: 3;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.peregrinos-image.mobile {
  z-index: 0;
  display: none;
  position: static;
}

.syndicate-para {
  padding-bottom: 3rem;
  font-size: 1.125rem;
  line-height: 155%;
}

.counter-community-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.counter-community-wrapper.how {
  justify-content: space-between;
  align-items: flex-start;
}

.plus {
  position: absolute;
}

.customers-para-holder {
  height: auto;
  margin-right: 3em;
  overflow: hidden;
}

.sourcing-holder {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  cursor: pointer;
  border-bottom: 1px solid #d6d6d6;
  flex-flow: column;
  padding-bottom: 2em;
  padding-right: 2rem;
  display: flex;
}

.counter-community-left {
  border-top: 1px #333;
  width: 41rem;
}

.sourcing-para {
  padding-bottom: 3rem;
  font-size: 1.125rem;
  line-height: 155%;
}

.syndicate-para-holder {
  height: auto;
  margin-right: 3em;
  overflow: hidden;
}

.counter-community-top-holder {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 42.2rem;
  margin-bottom: 4em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-wrapper-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.diligence-para {
  padding-bottom: 3rem;
  font-size: 1.125rem;
  line-height: 155%;
}

.sourcing-text-block {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 0;
  display: flex;
}

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

.padding-global.section-padding {
  padding: 6.25rem 2.5rem;
}

.padding-global.section-padding-how {
  padding-top: 0;
  padding-bottom: 6.25rem;
}

.padding-global.section-padding-how._2 {
  padding-left: 0;
}

.sourcing-text {
  font-size: 2.25rem;
  line-height: 122%;
}

.piernas-cansadas-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.piernas-cansadas-image.mobile {
  z-index: 0;
  display: none;
  position: static;
}

.counter-community-right {
  border: 1px #333;
  justify-content: center;
  align-items: center;
  width: 41rem;
  padding: 2rem;
  display: flex;
  position: relative;
}

.counter-community-right.how._2 {
  padding-top: 0;
  padding-bottom: 0;
}

.deportistas-image {
  z-index: 4;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.deportistas-image.mobile {
  display: none;
}

.sourcing-para-holder {
  height: auto;
  margin-right: 3em;
  overflow: hidden;
}

.main-container {
  width: 100%;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 0;
}

.diligence-para-holder {
  height: auto;
  margin-right: 3em;
  overflow: hidden;
}

.diligence-text {
  font-size: 2.25rem;
  line-height: 122%;
}

.tercera-edad-image {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.tercera-edad-image.mobile {
  z-index: 0;
  display: none;
  position: static;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 2.5rem;
}

.customers-para {
  padding-bottom: 3rem;
  font-size: 1.125rem;
  line-height: 155%;
}

.text-size-small {
  font-size: 1.125rem;
  line-height: 156%;
}

.img-wrapper {
  display: none;
}

.section-services-new {
  z-index: 2;
  background-color: #0000;
  margin-top: 0;
  padding: 6em 2.5rem 0;
  position: static;
}

.presoterapia-image {
  z-index: 4;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.presoterapia-image.mobile {
  display: none;
}

.red-light-image {
  z-index: 3;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.red-light-image.mobile {
  z-index: 0;
  display: none;
  position: static;
}

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

.andgo-image {
  z-index: 4;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.andgo-image.mobile {
  display: none;
}

.div-block-43 {
  margin-left: 46px;
}

.dropdown {
  flex-flow: row;
  display: flex;
}

.dropdown-toggle {
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  display: flex;
}

.servicios-item {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--medium-grey);
  border-radius: 0;
  margin-top: 2em;
  padding: 0 0 0 0;
  transition: all .3s;
  display: block;
}

.plus-svg {
  color: #6b7094;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
}

.minus-svg {
  color: #6b7094;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.presoterapia-img {
  z-index: 4;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

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

.luz-infrarroja-img {
  z-index: 3;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.luz-infrarroja-img.mobile {
  z-index: 0;
  display: none;
  position: static;
}

.footer-paragraph-link-copy {
  color: var(--dark-grey);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
}

.menu-info {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.nav-menu-mobile {
  color: #dbd7d0;
  letter-spacing: .25px;
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: Supreme, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
}

.nav-menu-mobile:hover {
  color: var(--energy);
}

.nav-menu-mobile:focus-visible, .nav-menu-mobile[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-menu-mobile.w--current {
  color: var(--dark-grey);
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.btn-txt-static {
  color: #0000;
  letter-spacing: 0;
  text-transform: none;
  font-family: Supreme, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1em;
  position: static;
}

.btn-txt-static.white {
  color: var(--light-grey);
  font-size: 1rem;
}

.gap-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.gap-footer.left {
  justify-content: flex-start;
  align-items: flex-start;
}

.div-block-44 {
  background-color: var(--black);
}

.camilla-img {
  z-index: 3;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.camilla-img.mobile {
  z-index: 0;
  display: none;
  position: static;
}

.recuperacion-img {
  z-index: 3;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.recuperacion-img.mobile {
  z-index: 0;
  display: none;
  position: static;
}

.colum-precio {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  height: auto;
  display: flex;
  position: relative;
}

.bold-text, .bold-text-2 {
  font-weight: 400;
}

.bold-text-3 {
  font-weight: 300;
}

.image-6 {
  border-radius: 8px;
}

.h2-2 {
  color: #252626;
  text-align: left;
  letter-spacing: -.1rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Supreme, Arial, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 90%;
}

.h3-2 {
  color: #252626;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Supreme, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}

.image-7 {
  border-radius: 8px;
  height: auto;
}

.paragraph-4 {
  color: #727178;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Supreme, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3em;
}

.button-mobile {
  background-color: var(--energy);
  color: #fff;
  letter-spacing: .2rem;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 30rem;
  width: auto;
  height: auto;
  padding: 1rem 1.5rem;
  font-family: Open Sans, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  transition: all .2s;
  display: none;
}

.button-mobile:hover {
  color: #fff;
  background-color: #189946;
}

.button-mobile:active {
  background-color: #43464d;
}

.button-mobile.embed, .button-mobile.mobile {
  display: none;
}

.section-8 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .section-services {
    margin-top: 5rem;
  }

  .container-large {
    max-width: 70rem;
  }

  .gallery-lightbox-link-tall {
    border-radius: 8px;
  }

  .gallery-button-block {
    display: none;
  }

  .h3-heading {
    font-size: 1.3rem;
  }

  .section-slider {
    max-width: none;
    height: auto;
    margin-bottom: 6em;
    padding-top: 3em;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .footer-link {
    color: var(--medium-grey);
  }

  .footer-paragraph {
    margin-bottom: 0;
    font-size: 1.1rem;
    line-height: 1.3em;
  }

  .footer-grid {
    grid-row-gap: 1rem;
    grid-template-rows: .25fr;
  }

  .footer-contact-wrap {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .container {
    max-width: 1358px;
  }

  .footer-heading.green {
    color: var(--black);
  }

  .navbar-logo-left-container.shadow-three {
    padding-left: 3rem;
    padding-right: 3rem;
    display: flex;
  }

  .navbar-brand {
    padding-right: 0;
  }

  .nav-link {
    color: #dbd7d0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .nav-link.w--current {
    color: var(--dark-grey);
  }

  .button-primary {
    width: 150px;
    height: 54.3984px;
    text-decoration: none;
    display: block;
  }

  .button-primary.hide {
    display: none;
  }

  .h2 {
    margin-bottom: 0;
  }

  .h2.nomargin, .h2.white {
    align-self: flex-start;
  }

  .section-paraquien {
    max-width: 1358px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .paragraph {
    margin-top: 0;
    font-size: 1.1rem;
  }

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

  .section-que-es {
    justify-content: center;
    align-items: center;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .gap-48 {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    max-width: 1358px;
  }

  .h4 {
    color: var(--black);
    margin-top: 0;
  }

  .h4.footer.green {
    color: var(--black);
  }

  .h4.menu {
    color: var(--dark-grey);
  }

  .h4.white {
    margin-bottom: 0;
  }

  .h4.dark-grey {
    letter-spacing: 0;
    font-weight: 400;
  }

  .feature-item {
    padding-left: 32px;
    padding-right: 32px;
  }

  .feature-grid-large {
    grid-template-columns: 1fr 1fr;
  }

  .faq-icon-square {
    width: 32px;
    min-width: 32px;
    height: 32px;
    min-height: 32px;
  }

  .faq-arrow {
    color: var(--black);
  }

  .faq-title-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .faq-item-line {
    border-color: var(--medium-grey);
  }

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

  .nav-menu-list {
    grid-column-gap: 3.125px;
    margin-right: 0;
  }

  .nav-menu-list-item {
    margin-right: 0;
    font-family: Supreme, Arial, sans-serif;
  }

  .nav-menu {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    cursor: pointer;
    background-color: #0000;
    flex-flow: row;
    position: static;
    inset: 0% 0% auto;
  }

  .navbar {
    z-index: 9998;
  }

  .footer-paragraph-2 {
    font-size: 1rem;
  }

  .footer-info-item {
    flex: none;
  }

  .footer-info {
    flex-flow: wrap;
    width: 100%;
  }

  .container-6 {
    max-width: 1358px;
  }

  .tab_iwrapper_01, .tab_iwrapper_02 {
    width: 100%;
  }

  .div-block-4 {
    width: auto;
  }

  .tab_iwrapper_03 {
    width: 100%;
  }

  .btn-parent._1 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .btn-parent._1.black {
    width: auto;
    height: auto;
  }

  .btn-txt-1 {
    letter-spacing: 0;
    font-size: 1rem;
  }

  .btn-txt-2 {
    font-size: 1rem;
  }

  .h1.black {
    margin-top: 0;
  }

  .button-primary-nav {
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding: 1rem 1.5rem;
    font-size: 1.1rem;
    text-decoration: none;
    display: inline-flex;
  }

  .button-primary-nav.hide {
    display: none;
  }

  .hero-stack {
    padding: 0;
  }

  .div-block-7 {
    max-width: none;
    height: 90vh;
  }

  .loader {
    z-index: 9999999;
  }

  .loader_number {
    color: var(--black);
    letter-spacing: 0;
    margin-bottom: 0;
    font-family: Panchang, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
  }

  .btn-parent-footer {
    width: auto;
    height: auto;
    margin-right: 0;
    display: flex;
  }

  .link {
    color: var(--energy);
  }

  .footer_link {
    color: var(--light-grey);
    margin-bottom: 0;
    font-family: Supreme, Arial, sans-serif;
    font-size: 1.1rem;
    line-height: 1.3rem;
    text-decoration: none;
  }

  .text-block-6 {
    letter-spacing: -.15px;
    padding-bottom: .14em;
    font-family: Supreme, Arial, sans-serif;
    font-size: 5em;
    font-weight: 400;
    line-height: .55;
  }

  .text-block-load {
    margin-right: 8px;
  }

  .cookies {
    margin-top: 8rem;
  }

  .banner-cookies {
    border-radius: 8px;
  }

  .footer-info-link-green:hover, .link-2 {
    color: var(--energy);
  }

  .grid {
    margin-top: 0;
  }

  .card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .div-block-38 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    max-width: 1358px;
    margin: 0 auto 3rem;
    display: flex;
  }

  .footer-info-link-black:hover {
    color: var(--energy);
  }

  .slider-section {
    height: auto;
    margin-top: 0;
  }

  .slide._2 {
    background-image: url('../images/8ecd4de2-7e93-4e65-ab8a-4e9842c7d7d3.jpg');
    width: 530px;
    height: 800px;
  }

  .slide._1, .slide._3 {
    background-image: url('../images/5635ce54-377d-4285-b1ad-c011d9cf4d0b.jpg');
    width: 530px;
    height: 800px;
  }

  .slide._4 {
    background-image: url('../images/8ecd4de2-7e93-4e65-ab8a-4e9842c7d7d3.jpg');
    width: 530px;
    height: 800px;
  }

  .slide._5 {
    background-image: url('../images/5635ce54-377d-4285-b1ad-c011d9cf4d0b.jpg');
    width: 530px;
    height: 800px;
  }

  .slider-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    height: 800px;
    margin-left: 2px;
    margin-right: 2px;
  }

  .slide-w {
    border-radius: 8px;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .gap-16 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    max-width: 1358px;
    display: flex;
  }

  .gap-16.left {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-40 {
    background-color: var(--black);
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .scroll-text {
    color: var(--medium-grey);
    text-align: center;
    margin-bottom: 0;
  }

  .gap-24 {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    max-width: 1358px;
  }

  .gap-24.left {
    justify-content: flex-start;
    align-items: center;
  }

  .gap-8 {
    justify-content: center;
    align-items: center;
  }

  .gap-8.left {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .gap-32 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-l {
    margin-top: 0;
    font-size: 1.1rem;
  }

  .paragraph-l.center {
    font-size: 1.3rem;
    line-height: 1.1em;
  }

  .section-cta {
    justify-content: center;
    align-items: center;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .padding-global.section-padding {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .padding-global.section-padding-how {
    padding-top: 0;
  }

  .counter-community-right.how {
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-container {
    padding-right: 0;
  }

  .section-services-new {
    margin-top: 5rem;
  }

  .servicios-item {
    border-color: var(--medium-grey);
  }

  .plus-svg, .minus-svg {
    color: var(--black);
  }

  .menu-info {
    flex-flow: wrap;
    width: 100%;
  }

  .nav-menu-mobile {
    color: #dbd7d0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .nav-menu-mobile.w--current {
    color: var(--dark-grey);
  }

  .btn-txt-static {
    color: #0000;
    font-size: 1rem;
    position: static;
  }

  .gap-footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    max-width: 1358px;
    display: flex;
  }

  .gap-footer.left {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .h2-2 {
    margin-bottom: 0;
  }

  .paragraph-4 {
    margin-top: 0;
    font-size: 1.1rem;
  }

  .button-mobile {
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding: 1rem 1.5rem;
    font-size: 1.1rem;
    text-decoration: none;
    display: none;
  }

  .button-mobile.hide {
    display: none;
  }

  .section-8 {
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .container-large {
    max-width: 80rem;
  }

  .section-slider {
    margin-bottom: 6em;
  }

  .container, .navbar-logo-left-container.shadow-three {
    max-width: none;
  }

  .navbar-brand {
    padding-right: 0;
  }

  .h2 {
    font-size: 3.6em;
  }

  .h4.menu {
    color: var(--dark-grey);
  }

  .feature-grid-large {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .faq-title-wrapper {
    padding-top: 0;
  }

  .faq-title-wrapper.services {
    padding-top: 1em;
  }

  .section-data {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .container-4 {
    max-width: 1220px;
  }

  .container-6 {
    max-width: none;
  }

  .icon-button-outline-2 {
    border-color: var(--medium-grey);
    color: var(--medium-grey);
  }

  .div-block-40 {
    background-color: var(--black);
    margin-left: auto;
    margin-right: auto;
  }

  .scroll-text {
    font-size: 3.6em;
  }

  .paragraph-l.center {
    font-size: 1.3rem;
    line-height: 1.1em;
  }

  .main-container {
    padding-right: 0;
  }

  .text-size-small.font-inter-display {
    height: auto;
  }

  .btn-txt-static {
    color: #0000;
  }

  .button-mobile {
    display: none;
  }

  .section-8 {
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .section-services {
    padding-left: 10%;
    padding-right: 10%;
  }

  .container-large {
    flex: 1;
    align-self: center;
    max-width: 80rem;
  }

  .hiw-step-number {
    margin-bottom: 16px;
  }

  .slider-mask {
    width: 100%;
  }

  .gallery-lightbox-link-tall {
    width: 100%;
    height: 660px;
  }

  .gallery-button-block {
    margin-top: 0;
  }

  .gallery-slider {
    max-width: 560px;
    margin-bottom: 3rem;
    margin-left: 0%;
    margin-right: 10%;
  }

  .h3-heading {
    color: var(--dark-grey);
    text-align: center;
    font-size: 1.3rem;
  }

  .gallery-slide {
    margin-right: 8px;
  }

  .gallery-image {
    z-index: 999999;
  }

  .section-slider {
    height: auto;
    margin-bottom: 8rem;
    padding-bottom: 32px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .footer-section {
    background-color: var(--black);
    justify-content: flex-start;
    align-items: flex-end;
    height: 100vh;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-heading-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    display: flex;
  }

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

  .footer-link {
    color: var(--medium-grey);
    font-size: .9em;
  }

  .footer-link.black, .footer-paragraph, .footer-paragraph.margin {
    color: var(--light-grey);
  }

  .footer-paragraph.margin.green {
    margin-bottom: 8px;
    font-size: 1.3rem;
  }

  .footer-paragraph.green {
    color: var(--black);
    font-size: 1.3rem;
  }

  .legal-notice-text {
    color: var(--medium-grey);
    font-size: .8rem;
  }

  .legal-notice-text.black {
    color: var(--light-grey);
  }

  .footer-grid {
    grid-column-gap: 61px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr .75fr .5fr;
    width: 100%;
  }

  .footer-contact-wrap {
    padding-top: 24px;
  }

  .container {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0 10%;
    padding-top: 8rem;
    padding-bottom: 3em;
    display: flex;
  }

  .footer-heading {
    color: var(--light-grey);
    font-size: 4em;
    line-height: 100%;
  }

  .footer-heading.green {
    letter-spacing: -.25rem;
    max-width: none;
    font-size: 6em;
    line-height: 95%;
  }

  .navbar-logo-left-container.shadow-three {
    max-width: none;
    padding-left: 10%;
    padding-right: 10%;
  }

  .navbar-brand {
    padding-right: 0;
  }

  .nav-link {
    color: #dbd7d0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    font-size: 1.1rem;
  }

  .nav-link.w--current {
    color: var(--dark-grey);
    font-weight: 400;
  }

  .h2 {
    font-size: 3.6em;
    font-weight: 400;
    line-height: 100%;
  }

  .h2.nomargin {
    margin-bottom: 8px;
  }

  .h2.right {
    text-align: left;
    margin-bottom: 8px;
  }

  .section-paraquien {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10%;
    padding-right: 10%;
  }

  .paragraph {
    font-size: 1.2rem;
  }

  .section-que-es {
    background-color: #0000;
    margin-left: 0%;
    margin-right: 0;
    padding-left: 10%;
    padding-right: 10%;
  }

  .gap-48 {
    width: 100%;
    max-width: none;
  }

  .h4 {
    margin-top: 0;
    font-size: 1rem;
    font-weight: 400;
  }

  .h4.footer, .h4.menu {
    color: var(--dark-grey);
  }

  .h4.dark-grey {
    letter-spacing: 0;
  }

  .image {
    height: auto;
  }

  .feature-item {
    justify-content: space-between;
    align-items: flex-start;
    padding: 32px 40px 48px;
  }

  .feature-grid-large {
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .paragraph-bold {
    font-size: 1.2rem;
  }

  .section-data {
    padding-left: 10%;
    padding-right: 10%;
  }

  .container-4 {
    max-width: 1400px;
  }

  .nav-menu-list {
    grid-column-gap: 0px;
    margin-right: 0;
  }

  .nav-menu-list-item {
    margin-right: 0;
  }

  .nav-menu {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .navbar {
    z-index: 40;
  }

  .container-6 {
    max-width: none;
  }

  .button-text {
    letter-spacing: 0;
    text-transform: none;
    font-size: 1.1rem;
    font-weight: 400;
  }

  .h3 {
    margin-top: 0;
    margin-bottom: 8px;
  }

  .row.flex-center {
    padding-left: 0;
  }

  .tab-link, .tab-link.w--current {
    border-left-style: none;
    margin-left: 0;
    padding-left: 0;
  }

  .col._2col.tab-menu {
    max-width: 520px;
    padding-left: 0;
    padding-right: 0%;
  }

  .tab_iwrapper_01, .tab_iwrapper_02 {
    width: 100%;
    height: 680px;
  }

  .div-block-4 {
    width: auto;
  }

  .tab_iwrapper_03 {
    width: 100%;
    height: 680px;
  }

  .btn-parent._1 {
    border-color: var(--black);
  }

  .btn-parent._1.black {
    flex-flow: column;
    width: auto;
    height: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .btn-txt-1 {
    color: var(--black);
    letter-spacing: 0;
    font-size: 1.1rem;
  }

  .btn-txt-1.white {
    color: var(--light-grey);
    font-size: 1.1rem;
  }

  .btn-txt-2 {
    color: var(--black);
    font-size: 1.1rem;
  }

  .btn-txt-2.white {
    color: var(--light-grey);
    font-size: 1.1rem;
  }

  .button-primary-nav {
    border: 1px none var(--white);
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
  }

  .section-footer.relative {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-stack {
    padding: 0;
  }

  .div-block-7 {
    max-width: none;
  }

  .btn-parent-footer {
    border-color: var(--light-grey);
    color: var(--black);
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .btn-parent-footer.negro {
    border-color: var(--black);
  }

  .footer_link {
    color: var(--light-grey);
  }

  .footer_link.green {
    color: var(--black);
    margin-bottom: 8px;
    font-size: 1.3rem;
  }

  .cookies {
    width: auto;
    max-width: 900px;
    margin-right: auto;
  }

  .h4_terminos {
    text-transform: none;
    margin-top: 24px;
    margin-bottom: 16px;
    font-size: 1.3em;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
  }

  .paragraph-2 {
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
    display: block;
  }

  .politica_privacidad {
    width: auto;
    max-width: 900px;
    margin-bottom: 160px;
    margin-right: auto;
  }

  .paragraph-3 {
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
    display: block;
  }

  .banner-cookies {
    border-radius: 8px;
  }

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

  .link-cookies {
    font-family: Supreme, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1rem;
  }

  .footer-info-link-green {
    color: var(--black);
  }

  .card {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    display: flex;
  }

  .div-block-38 {
    justify-content: center;
    align-items: flex-start;
    margin-top: 3em;
    margin-left: 0;
    display: flex;
  }

  .footer-info-link-black {
    color: var(--light-grey);
  }

  .slider-section {
    margin-top: 0;
  }

  .slide._2 {
    background-image: url('../images/5635ce54-377d-4285-b1ad-c011d9cf4d0b.jpg');
  }

  .slide._1, .slide._3 {
    background-image: url('../images/8ecd4de2-7e93-4e65-ab8a-4e9842c7d7d3.jpg');
  }

  .slide._4, .slide._5 {
    background-image: url('../images/5635ce54-377d-4285-b1ad-c011d9cf4d0b.jpg');
  }

  .slider-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .slide-w {
    border-radius: 8px;
    overflow: hidden;
  }

  .gap-16 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .gap-16.left {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .icon-button-outline-2:hover {
    color: var(--black);
    background-color: #0000;
  }

  .hide-2 {
    display: none;
  }

  .scroll-text {
    text-align: center;
    margin-bottom: 0;
    font-size: 3.6em;
    font-weight: 400;
    line-height: 100%;
  }

  .scroll-text.nomargin {
    margin-bottom: 8px;
  }

  .scroll-text.right {
    text-align: left;
    margin-bottom: 8px;
  }

  .gap-24 {
    width: 100%;
    max-width: none;
  }

  .gap-24.left, .gap-24.left._80 {
    justify-content: flex-start;
    align-items: center;
  }

  .gap-8 {
    justify-content: center;
    align-items: center;
  }

  .gap-8.left {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .gap-32 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-l {
    font-size: 1.3rem;
  }

  .paragraph-l.center {
    font-size: 1.4rem;
    line-height: 1.1em;
  }

  .section-cta {
    background-color: #0000;
    margin-left: 0%;
    margin-right: 0;
    padding-left: 10%;
    padding-right: 10%;
  }

  .counter-community-top-holder {
    width: 52rem;
  }

  .padding-global.section-padding {
    padding-left: 10%;
    padding-right: 10%;
  }

  .main-container {
    padding-right: 0;
  }

  .section-services-new {
    padding-left: 10%;
    padding-right: 10%;
  }

  .nav-menu-mobile {
    color: #dbd7d0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    font-size: 1.1rem;
  }

  .nav-menu-mobile.w--current {
    color: var(--dark-grey);
    font-weight: 400;
  }

  .btn-txt-static {
    color: #0000;
    font-size: 1.1rem;
  }

  .btn-txt-static.white {
    color: var(--light-grey);
    font-size: 1.1rem;
  }

  .gap-footer {
    margin-bottom: 0;
  }

  .gap-footer.left {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tarifas {
    padding-left: 18px;
  }

  .h2-2 {
    font-size: 3.6em;
    font-weight: 400;
    line-height: 100%;
  }

  .h3-2 {
    margin-top: 0;
    margin-bottom: 8px;
  }

  .image-7 {
    height: auto;
  }

  .paragraph-4 {
    font-size: 1.3rem;
  }

  .button-mobile {
    border: 1px none var(--white);
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: none;
  }

  .section-8 {
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .content-tab-content {
    max-width: none;
    padding-left: 0;
    position: static;
  }

  .section-x-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .content-header, .content-tabs-menu {
    max-width: none;
  }

  .content-tabs {
    flex-flow: column;
  }

  .hiw-content {
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .step-line-wrapper {
    display: none;
  }

  .hiw-wrapper {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .section-services {
    padding: 72px 2.56rem;
  }

  .title-center {
    width: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    position: absolute;
  }

  .hiw-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 80px;
    display: flex;
  }

  .container-large {
    max-width: none;
  }

  .hiw-step-number {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 0;
  }

  .hiw-milestone-step.step-03 {
    color: #fff;
    background-color: #70d789;
    border-color: #70d789;
  }

  .hiw-milestone-block {
    height: auto;
  }

  .grid-two-column {
    grid-template-columns: 1fr;
  }

  .hiw-milestone-sticky {
    position: static;
    top: 40px;
  }

  .h3-heading {
    color: var(--dark-grey);
    font-size: 1.3rem;
    font-weight: 300;
  }

  .section-slider {
    margin-bottom: 4rem;
    padding-left: 4em;
  }

  .footer-section {
    background-color: var(--black);
    height: auto;
    padding: 0 4em 2.5rem;
  }

  .footer-links-grid {
    flex-wrap: wrap;
  }

  .grey-divider {
    margin-top: 200px;
    display: none;
  }

  .footer-link {
    color: var(--white);
    padding: 0;
  }

  .footer-link:hover {
    color: var(--black);
  }

  .footer-paragraph {
    color: var(--light-grey);
    margin-bottom: 0;
    font-size: 1.1rem;
    line-height: 1.3em;
  }

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

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

  .footer-grid {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-flow: column;
    grid-template-rows: 202px 152px;
    grid-template-columns: 1fr 1fr;
    height: auto;
    display: flex;
  }

  .footer-contact-wrap {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .container {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 10rem 0 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-heading {
    color: var(--light-grey);
  }

  .navbar-logo-left-container.shadow-three {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-left: 4em;
    padding-right: 4em;
    display: flex;
  }

  .container-2 {
    max-width: 728px;
  }

  .navbar-brand {
    z-index: 99999999;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    font-size: 1.4rem;
  }

  .nav-link.w--current {
    font-size: 1.3rem;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .h2 {
    text-align: left;
    align-self: flex-start;
    margin-bottom: 0;
  }

  .h2.scroll-highlight, .h2.left {
    text-align: left;
  }

  .h2.right {
    text-align: left;
    margin-bottom: .5rem;
  }

  .h2.white {
    margin-bottom: 0;
  }

  .heading_h1.positive {
    color: var(--white);
  }

  .section-paraquien {
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 6em 4em 9em;
  }

  .paragraph {
    font-size: 1.1rem;
  }

  .columns {
    flex-flow: wrap;
    order: 0;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 6rem;
    padding-right: 6rem;
    display: flex;
  }

  .section-que-es {
    background-color: #0000;
    height: auto;
    padding: 6em 6em 6em 4em;
  }

  .gap-48 {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .gap-48.left {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .h4 {
    color: var(--dark-grey);
    margin-top: 0;
    margin-bottom: 0;
  }

  .h4.footer {
    color: var(--medium-grey);
  }

  .h4.menu {
    letter-spacing: 0;
  }

  .h4.white {
    color: var(--light-grey);
    letter-spacing: 0;
  }

  .column {
    flex-flow: column;
    margin-bottom: 3rem;
    display: flex;
  }

  .column-tiny {
    height: auto;
  }

  .feature-item {
    height: auto;
    margin-bottom: 1.5rem;
    padding-bottom: 4rem;
  }

  .feature-grid-large {
    grid-template-columns: 1fr 1fr 1fr;
    width: auto;
    max-width: none;
    margin-left: 0;
    display: block;
  }

  .container-x-small {
    max-width: none;
  }

  .faq-content-wrapper {
    margin-bottom: 2em;
  }

  .faq-content {
    width: 100%;
  }

  .section-faq {
    padding-left: 2.56rem;
    padding-right: 2.56rem;
  }

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

  .section-data {
    padding-left: 2.56rem;
    padding-right: 2.56rem;
  }

  .container-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    max-width: none;
  }

  .nav-link-positive {
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button-2 {
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

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

  .burger {
    grid-row-gap: .375rem;
    flex-direction: column;
    justify-content: center;
    width: 4.125rem;
    height: 4.125rem;
    margin: -1rem;
    padding: 1rem;
    display: flex;
  }

  .burger-line-white {
    background-color: var(--medium-grey);
    border-radius: 1px;
    width: 100%;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .cross {
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    margin: -1rem;
    padding: 1rem;
    display: flex;
    position: absolute;
    top: 1.25rem;
    right: 5vw;
  }

  .icon-regular-2 {
    color: #1c2e47;
    width: 48px;
    height: 48px;
  }

  .nav_link_negative {
    color: #1c2e47;
    font-size: 2rem;
    line-height: 2em;
  }

  .nav-menu-list {
    grid-row-gap: 1.25rem;
    background-color: #0000;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    min-height: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-right: 0;
  }

  .footer-title-2.positive {
    font-size: .9rem;
  }

  .nav-menu-list-item {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    font-family: Supreme, Arial, sans-serif;
    font-size: 14em;
  }

  .button.navbar-button {
    display: none;
  }

  .logo-image {
    height: 2.125rem;
  }

  .nav-menu {
    z-index: 9999998;
    background-color: var(--black);
    height: 100vh;
    min-height: auto;
    max-height: 100vh;
    padding: 5rem 5vw 2.5rem;
    position: fixed;
    inset: 0% 0% auto;
    overflow: auto;
  }

  .navbar-bottom-wrapper {
    border-top: 1px #e5e5e5;
    margin-top: 4rem;
    padding-top: 1.875rem;
    display: block;
  }

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

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

  .footer-paragraph-2.positive {
    margin-bottom: 16px;
    font-size: 1rem;
  }

  .footer-info-link {
    color: var(--dark-grey);
    font-family: Supreme, Arial, sans-serif;
    font-size: .9rem;
  }

  .footer-info-link:hover {
    color: var(--energy);
  }

  .footer-info-item.footer-info-item-center {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    align-items: center;
  }

  .footer-info {
    flex-direction: column;
    height: 100%;
  }

  .footer-info.footer-info-center {
    grid-row-gap: 3rem;
    justify-content: flex-start;
    align-items: center;
  }

  .container-6 {
    max-width: 728px;
  }

  .icon-regular-3 {
    color: var(--medium-grey);
    width: 40px;
    height: 40px;
  }

  .footer-paragraph-link {
    color: var(--light-grey);
    font-family: Supreme, Arial, sans-serif;
  }

  .footer-paragraph-link:hover {
    color: var(--energy);
  }

  .h3 {
    margin-bottom: 0;
  }

  .row.flex-center {
    padding-left: 0;
    display: block;
  }

  .tab-link {
    border-left-style: none;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0%;
  }

  .tab-link.w--current {
    border-left-style: none;
    margin-left: 0;
    padding-left: 0;
  }

  .col._2col.tab-menu {
    padding-left: 0;
    padding-right: 0%;
  }

  .col._2col.overflow-visible {
    padding-left: 0;
    display: flex;
  }

  .tab_iwrapper_01 {
    width: 100%;
    min-width: 686px;
  }

  .tab_iwrapper_02 {
    width: 608px;
  }

  .div-block-4 {
    width: auto;
  }

  .container-8 {
    max-width: none;
  }

  .navbar-positive {
    inset: 0% 0% auto;
  }

  .tab_iwrapper_03 {
    width: 100%;
    margin-left: 0;
  }

  .btn-parent._1 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .btn-parent._1.black {
    background-color: var(--black);
    width: auto;
    height: auto;
    padding: 1rem 1.5rem;
  }

  .btn-txt-1 {
    color: var(--light-grey);
  }

  .btn-txt-1.white {
    color: var(--light-grey);
    font-size: 1rem;
  }

  .btn-txt-2 {
    color: var(--black);
    display: none;
  }

  .btn-txt-2.white {
    color: var(--light-grey);
    font-size: 1rem;
  }

  .h1 {
    color: var(--light-grey);
    width: 80%;
    margin: 0 auto;
    font-size: 4rem;
    line-height: .95em;
  }

  .button-primary-nav {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: inline-flex;
  }

  .button-primary-nav.mobile {
    width: 120px;
    display: flex;
  }

  .container-11 {
    width: 95%;
  }

  .hero-stack {
    padding: 0;
  }

  .container-12 {
    max-width: none;
    margin-top: 0;
  }

  .hero-wrapper-two {
    justify-content: center;
    align-items: center;
  }

  .div-block-7 {
    border-radius: 0;
    height: 100vh;
  }

  .div-footer {
    margin-top: 12em;
  }

  .loader {
    justify-content: center;
    align-items: center;
    display: none;
  }

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

  .container-13 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .loader_top {
    border-top: 2px solid #000;
    position: absolute;
    inset: 0% 0% auto;
  }

  .btn-parent-footer {
    border-color: var(--energy);
    background-color: var(--energy);
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .footer_link {
    color: var(--light-grey);
    margin-bottom: 0;
    text-decoration: none;
  }

  .footer_link:hover {
    color: var(--energy);
  }

  .cookies {
    width: auto;
    max-width: none;
    margin-bottom: 4rem;
    margin-left: 40px;
    margin-right: 40px;
  }

  .h4_terminos {
    margin-bottom: 40px;
  }

  .politica_privacidad {
    width: auto;
    max-width: none;
    margin-left: 40px;
    margin-right: 40px;
  }

  .banner-cookies {
    z-index: 888888;
  }

  .link-cookies:hover {
    color: #1c2e47;
  }

  .footer-info-link-green {
    color: var(--light-grey);
    margin-bottom: 16px;
    font-size: .9rem;
  }

  .footer-info-link-green:hover {
    color: var(--energy);
  }

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

  .card {
    margin-bottom: 3em;
  }

  .preload_text {
    font-size: 16px;
  }

  .div-block-38 {
    margin-top: 3rem;
  }

  .footer-info-link-black {
    color: var(--light-grey);
    margin-bottom: 0;
    font-size: .8rem;
  }

  .footer-info-link-black:hover {
    color: var(--energy);
  }

  .slider-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .slide-w {
    border-radius: 8px;
    overflow: hidden;
  }

  .gap-16 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .heading_2-2 {
    margin-bottom: 2rem;
  }

  .scroll-text {
    text-align: left;
    margin-bottom: 0;
    font-size: 3em;
  }

  .scroll-text.scroll-highlight, .scroll-text.left {
    text-align: left;
  }

  .scroll-text.right {
    text-align: left;
    margin-bottom: .5rem;
  }

  .gap-24 {
    width: auto;
    padding-left: 2.56rem;
    padding-right: 2.56rem;
  }

  .gap-24.left {
    padding-left: 0;
    padding-right: 0;
  }

  .gap-24.left._80 {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .gap-4 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    display: flex;
  }

  .gap-8 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .gap-32 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .gap-32.cta {
    margin-left: 0;
  }

  .paragraph-l {
    font-size: 1.3rem;
    line-height: 1.2em;
  }

  .paragraph-l.center {
    text-align: left;
  }

  .section-cta {
    background-color: #0000;
    justify-content: flex-start;
    align-items: center;
    height: 60vh;
    padding-top: 6em;
    padding-left: 4em;
    padding-right: 6em;
  }

  .peregrinos-image.mobile {
    border-radius: 8px;
    width: auto;
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: hidden;
  }

  .syndicate-para {
    padding-bottom: 2rem;
  }

  .customers-para-holder {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

  .sourcing-holder {
    border-bottom-style: none;
    margin-bottom: 4em;
    padding-bottom: 0;
    padding-right: 0;
  }

  .counter-community-left {
    border-left-style: none;
    width: 100%;
  }

  .sourcing-para {
    padding-bottom: 2rem;
  }

  .syndicate-para-holder {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

  .counter-community-top-holder {
    width: auto;
  }

  .diligence-para {
    padding-bottom: 2rem;
  }

  .sourcing-text-block {
    border-top: 1px solid #d6d6d6;
    padding-top: 1.25rem;
    padding-bottom: .25rem;
  }

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

  .padding-global.section-padding {
    padding: 6rem 4em 0;
  }

  .padding-global.section-padding-how {
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .piernas-cansadas-image.mobile {
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .counter-community-right {
    padding: 1rem;
    display: none;
  }

  .deportistas-image.mobile {
    border-radius: 8px;
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: hidden;
  }

  .sourcing-para-holder {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

  .main-container {
    padding-left: 0;
    padding-right: 0;
  }

  .diligence-para-holder {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

  .tercera-edad-image.mobile {
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .customers-para {
    padding-bottom: 2rem;
  }

  .img-wrapper {
    border-radius: 8px;
    width: 80%;
    height: auto;
    margin-top: 16px;
    display: block;
    overflow: hidden;
  }

  .img-wrapper.andgo {
    width: 70%;
  }

  .section-services-new {
    padding: 6em 4em 72px;
  }

  .presoterapia-image.mobile {
    height: 30rem;
    padding-bottom: 1.5rem;
    padding-left: .75rem;
    padding-right: .75rem;
    display: block;
  }

  .red-light-image.mobile {
    width: 60%;
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

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

  .andgo-image.mobile {
    border-radius: 8px;
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: hidden;
  }

  .div-block-43 {
    margin-bottom: 16px;
    margin-left: 0;
  }

  .presoterapia-img.mobile {
    border-radius: 8px;
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: hidden;
  }

  .luz-infrarroja-img {
    position: relative;
  }

  .luz-infrarroja-img.mobile {
    border-radius: 8px;
    width: auto;
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: hidden;
  }

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

  .footer-paragraph-link-copy:hover {
    color: var(--energy);
  }

  .menu-info {
    flex-direction: column;
    height: 100%;
  }

  .menu-info.footer-info-center {
    justify-content: flex-start;
    align-items: center;
  }

  .nav-menu-mobile {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    font-size: 1.8rem;
  }

  .nav-menu-mobile.w--current {
    font-size: 1rem;
  }

  .btn-txt-static {
    color: #0000;
  }

  .btn-txt-static.white {
    color: var(--light-grey);
    font-size: 1rem;
  }

  .gap-footer {
    justify-content: space-between;
    align-items: flex-start;
  }

  .gap-footer.left {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .camilla-img {
    position: relative;
  }

  .camilla-img.mobile, .recuperacion-img.mobile {
    border-radius: 8px;
    width: auto;
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: hidden;
  }

  .image-5 {
    position: relative;
  }

  .h2-2 {
    margin-bottom: 0;
  }

  .h3-2 {
    margin-bottom: 0;
  }

  .paragraph-4 {
    font-size: 1.1rem;
  }

  .button-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: inline-flex;
  }

  .button-mobile.mobile {
    width: 120px;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .content-left {
    max-width: none;
  }

  .h1-heading {
    font-size: 48px;
  }

  .h1-heading-2 {
    font-size: 56px;
  }

  .hiw-content-card {
    max-width: none;
  }

  .hiw-content {
    width: auto;
    max-width: none;
    margin-bottom: 0;
  }

  .section-services {
    padding-left: 4rem;
    padding-right: 4rem;
    display: none;
  }

  .title-center {
    color: var(--light-grey);
    justify-content: center;
    align-items: center;
    width: auto;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    inset: 0%;
  }

  .container-large {
    max-width: none;
    margin-bottom: 72px;
  }

  .hiw-feature-grid {
    grid-template-columns: 1fr;
  }

  .h2-heading {
    font-size: 48px;
  }

  .grid-two-column {
    grid-template-columns: 1fr;
  }

  .section-regular-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h2-heading-2 {
    font-size: 44px;
  }

  .gallery-button-block {
    display: none;
  }

  .section-regular-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .gallery-slider {
    margin-top: 3em;
  }

  .h3-heading {
    color: var(--dark-grey);
    font-size: 1.5rem;
    font-weight: 300;
  }

  .gallery-slide {
    margin-right: 8px;
  }

  .section-regular-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-slider {
    justify-content: center;
    align-items: flex-start;
    height: auto;
    margin-bottom: 4em;
    padding: 6em 4em 0;
  }

  .footer-section {
    background-color: var(--black);
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    padding: 8em 4em 3.5rem;
  }

  .footer-heading-wrap {
    margin-bottom: 0;
  }

  .footer-links-grid {
    place-items: start;
    max-width: 450px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: auto;
  }

  .grey-divider {
    display: none;
  }

  .footer-contact-grid {
    grid-row-gap: 42px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .footer-link {
    color: var(--medium-grey);
    padding-left: 0;
    padding-right: 0;
    font-size: .9rem;
  }

  .footer-paragraph {
    font-family: Supreme, Arial, sans-serif;
    font-size: 1.2rem;
    line-height: 1.3em;
  }

  .legal-notice-text {
    color: var(--medium-grey);
    font-size: .9rem;
    line-height: 1em;
  }

  .footer-grid {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .footer-contact-wrap {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
  }

  .brand-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container {
    background-color: #0000;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    height: auto;
    min-height: auto;
    margin: 0 0 auto;
  }

  .bottom-footer-wrap {
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-heading {
    max-width: 400px;
    font-size: 3rem;
    line-height: 1em;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    max-width: none;
    padding-left: 4em;
    padding-right: 4em;
  }

  .navbar-brand {
    z-index: 99999999;
    padding-left: 0;
  }

  .navbar-brand.w--current {
    padding-right: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.3rem;
    display: inline-block;
  }

  .nav-link.w--current {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.3rem;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .h2 {
    text-align: left;
  }

  .heading_h1.positive {
    color: var(--light-grey);
  }

  .section-paraquien {
    height: auto;
    padding-top: 6em;
  }

  .subtitulo {
    font-size: 1.5rem;
  }

  .paragraph {
    font-size: 1.2rem;
  }

  .columns {
    flex-flow: column;
  }

  .section-que-es {
    height: auto;
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
    padding: 8em 4em;
  }

  .gap-48 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .gap-48.left {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .h4 {
    color: var(--dark-grey);
    letter-spacing: 0;
    background-color: #0000;
    font-size: .9rem;
    line-height: 1em;
  }

  .h4.footer {
    font-size: .8rem;
    line-height: 1em;
  }

  .h4.white {
    color: var(--light-grey);
  }

  .column {
    margin-bottom: 64px;
  }

  .h3-heading-copy {
    font-size: 36px;
  }

  .feature-grid-large {
    grid-template-columns: 1fr;
  }

  .section-faq {
    padding: 8rem 4rem 12rem;
  }

  .paragraph-bold {
    font-size: 1.2rem;
  }

  .section-data {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .nav-link-positive {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .burger-line-white {
    background-color: var(--medium-grey);
  }

  .cross {
    right: 4.5vw;
  }

  .icon-regular-2 {
    color: #1c2e47;
    width: 48px;
    height: 48px;
  }

  .nav_link_negative {
    color: #414b53;
    font-size: 2rem;
    line-height: 2em;
  }

  .footer-title-2.positive {
    text-align: center;
  }

  .nav-menu-list-item {
    margin-bottom: 0;
    font-family: Supreme, Arial, sans-serif;
    font-size: 1.3em;
  }

  .nav-menu {
    z-index: 9999998;
    background-color: var(--black);
    padding-left: 4.5vw;
    padding-right: 4.5vw;
  }

  .footer-paragraph-2 {
    font-size: 1rem;
  }

  .footer-paragraph-2.positive {
    text-align: center;
    margin-bottom: 24px;
  }

  .footer-info-link {
    text-align: center;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .footer-info-link:hover {
    color: var(--energy);
  }

  .footer-info {
    flex: 1;
  }

  .footer-info.footer-info-center {
    grid-row-gap: 1.5rem;
  }

  .container-6 {
    max-width: none;
  }

  .icon-regular-3 {
    color: var(--medium-grey);
    width: 48px;
    height: 48px;
  }

  .footer-paragraph-link {
    color: var(--light-grey);
    font-family: Supreme, Arial, sans-serif;
    font-size: 1.2rem;
    line-height: 1em;
  }

  .h3 {
    font-size: 1.4rem;
  }

  .row {
    margin-left: -12px;
    margin-right: -12px;
  }

  .row.flex-center {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
  }

  .tab-link {
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: -16px;
    padding-left: 16px;
  }

  .col {
    padding-left: 12px;
    padding-right: 12px;
  }

  .col._2col.overflow-visible {
    padding-left: 0;
    padding-right: 0;
  }

  .tab_iwrapper_01 {
    width: auto;
  }

  .tab_iwrapper_02 {
    width: 100%;
  }

  .div-block-4 {
    width: auto;
  }

  .tab_iwrapper_03 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .btn-parent._1.black {
    height: auto;
    padding: 1rem 1.5rem;
  }

  .btn-txt-1 {
    letter-spacing: 0;
  }

  .btn-txt-1.white {
    letter-spacing: 0;
    font-size: 1.1rem;
  }

  .btn-txt-2.white {
    font-size: 1.1rem;
  }

  .h1 {
    font-size: 4rem;
    line-height: .95em;
  }

  .button-primary-nav {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: inline-flex;
  }

  .section-footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-stack {
    padding: 0;
  }

  .hero-wrapper-two {
    justify-content: center;
    align-items: center;
  }

  .div-block-7 {
    height: 90vh;
  }

  .div-footer {
    margin-top: 12em;
    padding-bottom: 0;
  }

  .hero_title {
    font-size: 17vw;
  }

  .btn-parent-footer {
    border-color: var(--energy);
    background-color: var(--energy);
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .footer_link {
    font-size: 1.2rem;
  }

  .footer_link:hover {
    color: var(--energy);
  }

  .h4_terminos {
    margin-bottom: 16px;
  }

  .banner-cookies {
    z-index: 999999;
  }

  .link-cookies:hover {
    color: #1c2e47;
  }

  .footer-info-link-green {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 16px;
    margin-left: 0;
    margin-right: auto;
    display: flex;
  }

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

  .card {
    margin-bottom: 48px;
  }

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

  .footer-info-link-black {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: auto;
    display: flex;
  }

  .gap-16 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    margin-bottom: 0;
    display: flex;
  }

  .section-slider-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .scroll-text {
    margin-bottom: 0;
    font-size: 3em;
  }

  .gap-24 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-l {
    font-size: 1.3rem;
    line-height: 1.2em;
  }

  .paragraph-l.center {
    text-align: left;
  }

  .section-cta {
    height: 60vh;
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
    padding: 6em 4em 2em;
  }

  .customers-text, .syndicate-text {
    font-size: 1.5rem;
    line-height: 133%;
  }

  .peregrinos-image.mobile {
    width: 100%;
    height: auto;
  }

  .customers-para-holder {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

  .sourcing-holder {
    border-bottom-style: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .sourcing-para {
    font-size: 1rem;
  }

  .syndicate-para-holder {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

  .counter-community-top-holder {
    width: auto;
  }

  .sourcing-text-block {
    border-top: 1px solid #d6d6d6;
    padding-bottom: .25rem;
  }

  .padding-global.section-padding {
    padding-left: 4em;
    padding-right: 4em;
  }

  .padding-global.section-padding-how {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global.section-padding-how._2 {
    padding-bottom: 0;
    padding-left: 0;
  }

  .sourcing-text {
    font-size: 1.5rem;
    line-height: 133%;
  }

  .piernas-cansadas-image.mobile, .deportistas-image.mobile {
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .sourcing-para-holder {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

  .main-container {
    padding-left: 0;
    padding-right: 0;
  }

  .diligence-para-holder {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

  .diligence-text {
    font-size: 1.5rem;
    line-height: 133%;
  }

  .tercera-edad-image.mobile {
    border-radius: 8px;
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-small {
    font-size: 1rem;
    line-height: 150%;
  }

  .img-wrapper {
    border-radius: 8px;
    width: 320px;
    margin-bottom: 3rem;
    display: block;
    overflow: hidden;
  }

  .img-wrapper.andgo {
    width: 320px;
  }

  .section-services-new {
    padding-bottom: 0;
    padding-left: 4rem;
    padding-right: 4rem;
    display: block;
  }

  .presoterapia-image.mobile {
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .red-light-image.mobile {
    width: 100%;
    height: auto;
  }

  .andgo-image.mobile, .presoterapia-img.mobile {
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .luz-infrarroja-img {
    width: 100%;
    position: relative;
  }

  .luz-infrarroja-img.mobile {
    width: 100%;
    height: auto;
  }

  .footer-paragraph-link-copy {
    font-family: Supreme, Arial, sans-serif;
    font-size: 1.2rem;
    line-height: 1em;
  }

  .menu-info {
    flex: 1;
  }

  .nav-menu-mobile {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .btn-txt-static {
    color: #0000;
    font-size: 1.1rem;
  }

  .btn-txt-static.white {
    font-size: 1.2rem;
  }

  .gap-footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    margin-bottom: 0;
    display: flex;
  }

  .camilla-img {
    position: relative;
  }

  .camilla-img.mobile, .recuperacion-img.mobile {
    width: 100%;
    height: auto;
  }

  .h3-2 {
    font-size: 1.4rem;
  }

  .paragraph-4 {
    font-size: 1.2rem;
  }

  .button-mobile {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: inline-flex;
  }
}

@media screen and (max-width: 479px) {
  .content-left {
    padding-left: 24px;
    padding-right: 24px;
  }

  .h1-heading-2 {
    font-size: 52px;
  }

  .hiw-content {
    margin-left: 0;
    margin-right: 0;
  }

  .hiw-detail-card {
    display: none;
  }

  .section-services {
    margin-top: 0;
    padding: 5em 0 0;
  }

  .title-center {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hiw-grid {
    margin-top: 56px;
  }

  .container-large {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    margin-bottom: 0;
    display: flex;
  }

  .hiw-step-number {
    border: 1px solid var(--medium-grey);
    color: var(--black);
    background-color: #0000;
  }

  .hiw-milestone-step {
    width: 32px;
    height: 32px;
  }

  .hiw-milestone-row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .slider-mask {
    width: 100%;
    margin-bottom: 24px;
  }

  .hide {
    display: none;
  }

  .gallery-lightbox-link-tall {
    justify-content: space-between;
    align-items: center;
    height: 480px;
  }

  .gallery-lightbox-link-tall.small {
    border-radius: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 480px;
  }

  .gallery-overlay {
    inset: 0%;
  }

  .gallery-button-block {
    margin-top: 40px;
    display: none;
  }

  .gallery-slider {
    max-width: none;
    margin-top: 0;
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .h3-heading {
    color: var(--dark-grey);
    text-align: left;
    letter-spacing: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.1em;
  }

  .gallery-slide {
    border-radius: 8px;
    width: 100%;
    height: 480px;
    overflow: hidden;
  }

  .gallery-image {
    border-radius: 0;
    align-self: stretch;
    width: auto;
    max-width: none;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    inset: 0%;
  }

  .section-slider {
    background-color: #0000;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    margin-bottom: 3rem;
    margin-left: 1em;
    margin-right: 1em;
    padding: 0 0% 6em;
    overflow: hidden;
  }

  .footer-section {
    background-color: #202020;
    height: auto;
    padding: 80px 1rem 24px;
  }

  .footer-heading-wrap {
    margin-bottom: 0;
  }

  .footer-heading-wrap.ttitle {
    margin-bottom: 2em;
  }

  .email-link {
    font-size: 18px;
  }

  .footer-links-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    order: -9999;
    justify-content: center;
    align-self: stretch;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .grey-divider {
    margin-top: auto;
    margin-bottom: 8px;
    display: none;
  }

  .footer-contact-grid {
    grid-template-columns: 1fr;
  }

  .footer-link {
    color: var(--medium-grey);
    margin-left: 0;
    margin-right: auto;
    padding: 0;
    font-family: Supreme, Arial, sans-serif;
    font-size: .8rem;
    line-height: 1.1em;
    text-decoration: none;
    transition: color .2s;
  }

  .footer-link:hover {
    color: #1f2937;
  }

  .footer-link.right {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-link.right.black, .footer-link.black {
    color: var(--light-grey);
  }

  .footer-paragraph {
    color: var(--light-grey);
    letter-spacing: 0;
    margin-bottom: 0;
    font-family: Supreme, Arial, sans-serif;
    font-size: 1.1rem;
    line-height: 1.3em;
  }

  .footer-paragraph.margin {
    color: var(--light-grey);
    margin-bottom: 0;
  }

  .footer-paragraph.margin.green, .footer-paragraph.green {
    color: var(--black);
  }

  .footer-paragraph.black {
    color: var(--light-grey);
  }

  .footer-title {
    margin-bottom: 10px;
  }

  .legal-notice-text {
    color: var(--medium-grey);
  }

  .legal-notice-text.black {
    color: var(--light-grey);
  }

  .footer-grid {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .footer-contact-wrap {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .brand-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    order: 9999;
    justify-content: center;
    align-items: flex-start;
  }

  .container {
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .bottom-footer-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
  }

  .footer-heading {
    color: var(--white);
    letter-spacing: -.05rem;
    max-width: none;
    font-family: Supreme, Arial, sans-serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 100%;
  }

  .footer-heading.green {
    color: var(--black);
  }

  .body.guide {
    margin-top: 3rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .navbar-logo-left {
    display: block;
  }

  .navbar-logo-left-container.shadow-three {
    z-index: 40;
    color: #1c2e47;
    background-color: #0000;
    height: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    position: fixed;
  }

  .container-2 {
    max-width: none;
  }

  .navbar-wrapper {
    padding-left: 0;
  }

  .navbar-brand {
    z-index: 99999999;
  }

  .nav-menu-two {
    border-radius: 0;
    flex-direction: column;
    height: 120vh;
    margin-top: -100px;
    padding-top: 0;
  }

  .nav-link {
    color: var(--light-grey);
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    font-size: 1.3em;
    font-weight: 400;
  }

  .nav-link.w--current {
    color: var(--dark-grey);
  }

  .button-primary {
    width: 150px;
    text-decoration: none;
    display: block;
  }

  .button-primary.hide {
    display: none;
  }

  .menu-button {
    padding: 0;
  }

  .hero {
    background-image: linear-gradient(#0003, #0003), url('../images/chillandgo-hero.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    height: 120vh;
    margin-top: -20vh;
  }

  .h2 {
    text-align: left;
    align-self: flex-start;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 2.3rem;
    font-weight: 300;
    line-height: 1em;
  }

  .h2.nomargin {
    margin-bottom: 0;
    margin-left: 0;
    font-size: 2.3rem;
    font-weight: 300;
  }

  .h2.scroll-highlight {
    letter-spacing: -.1rem;
    margin-bottom: 0;
    margin-left: 0;
    font-weight: 300;
  }

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

  .h2.right {
    text-align: left;
    margin-bottom: 0;
    margin-left: 0;
  }

  .h2.white {
    margin-bottom: 0;
  }

  .heading_h1 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 3.3rem;
    line-height: 1em;
  }

  .heading_h1.positive {
    font-size: 3.3rem;
    font-weight: 400;
  }

  .text-block {
    font-size: .8rem;
  }

  .section-paraquien {
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 5em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .paragraph {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.1rem;
  }

  .paragraph._2 {
    padding-right: 20px;
  }

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

  .columns {
    flex-flow: column;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .section-que-es {
    background-color: #0000;
    height: auto;
    margin-left: 0%;
    margin-right: 0%;
    padding: 8em 1em;
  }

  .gap-48 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .gap-48.left {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .h4 {
    color: var(--dark-grey);
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 0;
    font-size: .9rem;
    line-height: 1em;
  }

  .h4.footer {
    color: var(--dark-grey);
  }

  .h4.menu {
    color: var(--dark-grey);
    margin-bottom: 0;
  }

  .h4.white {
    color: var(--light-grey);
  }

  .h4.dark-grey {
    color: var(--dark-grey);
  }

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

  .icon.positive {
    color: var(--black);
  }

  .column {
    margin-bottom: 6rem;
    padding-left: 0;
    padding-right: 0;
  }

  .column.last {
    margin-bottom: 0;
  }

  .image-2 {
    height: auto;
  }

  .div-block-2 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .column-tiny {
    height: auto;
  }

  .feature-item {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
    padding-bottom: 40px;
  }

  .feature-grid-large {
    width: auto;
  }

  .container-x-small {
    z-index: 1;
    max-width: none;
  }

  .faq-content-wrapper {
    max-width: 100%;
  }

  .faq-content-wrapper.faq {
    margin-bottom: 0;
  }

  .faq-title-wrapper {
    padding-bottom: 1em;
  }

  .faq-title-wrapper.services {
    padding-bottom: .25em;
  }

  .faq-title-wrapper.faq {
    padding-bottom: 0;
  }

  .faq-content {
    width: auto;
  }

  .section-faq {
    padding-bottom: 12rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .faq-item-line {
    border-color: var(--medium-grey);
    padding: 24px;
  }

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

  .section-data {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logo {
    width: 134px;
    height: auto;
  }

  .air {
    background-image: linear-gradient(#0003, #0003), url('../images/chillandgo-path.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    height: 100vh;
    position: static;
  }

  .text-block-2 {
    font-family: Supreme, Arial, sans-serif;
  }

  .text-block-3 {
    color: var(--medium-grey);
    font-family: Supreme, Arial, sans-serif;
    font-weight: 400;
  }

  .section-4 {
    padding-top: 6rem;
    padding-left: 0%;
    padding-right: 0%;
  }

  .burger {
    color: var(--light-grey);
    width: 3.8rem;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 4px;
  }

  .burger-line-white {
    color: #fff;
    background-color: #c3cad0;
  }

  .cross {
    color: #414b53;
    height: 4rem;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    top: 0;
    right: 0;
  }

  .nav_link_negative {
    color: #1c2e47;
    font-size: 1.7rem;
    line-height: 150%;
  }

  .nav_link_negative.w--current {
    color: #2c5dab;
  }

  .nav-menu-list {
    color: var(--black);
    background-color: #0000;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
  }

  .footer-title-2 {
    margin-bottom: 10px;
  }

  .footer-title-2.positive {
    color: #1c2e47;
    font-family: Supreme, Arial, sans-serif;
  }

  .nav-menu-list-item {
    color: var(--light-grey);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    font-family: Supreme, Arial, sans-serif;
    font-size: 1.3em;
    line-height: 1em;
  }

  .navbar-content {
    color: #1c2e47;
  }

  .nav-menu {
    grid-column-gap: 8em;
    grid-row-gap: 8em;
    background-color: var(--black);
    justify-content: center;
    align-self: stretch;
    align-items: center;
    max-height: 100vh;
    margin-left: auto;
    margin-right: auto;
    padding: 8rem 1rem 3rem;
    display: flex;
    inset: 0%;
    overflow: auto;
  }

  .navbar-bottom-wrapper {
    border-top-style: none;
    margin-top: 4rem;
    padding-top: 0;
  }

  .navbar {
    z-index: 40;
  }

  .footer-paragraph-2 {
    font-size: 1rem;
  }

  .footer-paragraph-2.positive {
    color: #414b53;
  }

  .footer-info-link {
    color: var(--light-grey);
    margin-top: 0;
    font-family: Supreme, Arial, sans-serif;
  }

  .footer-info-link:hover {
    color: var(--energy);
  }

  .footer-info-item.footer-info-item-center {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    margin-bottom: 0;
  }

  .footer-info.footer-info-center {
    grid-row-gap: 2rem;
  }

  .container-6 {
    max-width: none;
  }

  .icon-regular-3 {
    color: var(--medium-grey);
  }

  .button-text {
    text-transform: none;
  }

  .footer-paragraph-link {
    color: var(--light-grey);
    padding-top: 4px;
    padding-bottom: 4px;
    font-family: Supreme, Arial, sans-serif;
    font-weight: 400;
    line-height: 130%;
    text-decoration: none;
  }

  .footer-paragraph-link:hover {
    color: var(--energy);
  }

  .transition {
    z-index: 99998;
    position: fixed;
  }

  .h3 {
    letter-spacing: -.05rem;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1em;
  }

  .row {
    margin-left: 0;
    margin-right: 0;
  }

  .row.flex-center {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .tab-link {
    border-left-style: none;
    border-left-color: var(--medium-grey);
    color: #0000;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
  }

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

  .col._2col.tab-menu {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }

  .col._2col.overflow-visible {
    overflow: visible;
  }

  .tab_pane {
    width: 100vw;
    margin-left: 0;
    overflow: hidden;
  }

  .tab_iwrapper_01 {
    border-radius: 0;
    width: 100vw;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    overflow: hidden;
  }

  .strategy-illo_top, .strategy-illo_bg {
    width: 300px;
  }

  .tab_iwrapper_02 {
    border-radius: 0;
    width: 100vh;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .div-block-4 {
    width: auto;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .tab_iwrapper_03 {
    background-image: url('../images/chillandgo-andgo.jpg');
    border-radius: 0;
    width: 100vw;
    margin-left: 0;
    padding-left: 0;
    overflow: hidden;
  }

  .btn-parent {
    width: 150px;
    margin-top: 24px;
  }

  .btn-parent._1 {
    width: 190px;
  }

  .btn-parent._1.black {
    border-color: var(--black);
    flex: 0 auto;
    order: 1;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    padding: 1rem 1.5rem;
  }

  .btn-txt-1 {
    letter-spacing: 0;
    font-size: 1rem;
  }

  .btn-txt-1.white {
    color: var(--light-grey);
    font-size: 1rem;
  }

  .btn-txt-2 {
    color: var(--black);
    letter-spacing: 0;
    font-size: 1rem;
    font-weight: 400;
  }

  .btn-txt-2.white {
    color: var(--light-grey);
    font-size: 1rem;
  }

  .image-3 {
    height: auto;
  }

  .div-block-5 {
    height: 600px;
    margin-left: 0;
    overflow: hidden;
  }

  .container-9 {
    position: absolute;
  }

  .div-block-6 {
    margin-top: 72px;
    margin-left: 16px;
    margin-right: 16px;
    position: static;
  }

  .h1 {
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Supreme, Arial, sans-serif;
    font-size: 3.3rem;
    line-height: .95em;
  }

  .h1.black {
    color: var(--light-grey);
  }

  .h1.black.centered {
    text-align: left;
  }

  .tagline {
    font-family: Panchang, Arial, sans-serif;
    font-size: .7rem;
  }

  .heading {
    max-width: 9em;
  }

  .button-primary-nav {
    letter-spacing: 0;
    flex-flow: wrap;
    flex: 0 auto;
    order: 0;
    align-self: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 1.5rem;
    text-decoration: none;
    display: inline-flex;
  }

  .button-primary-nav.hide {
    display: none;
  }

  .button-primary-nav.mobile {
    padding: 1rem 2rem;
    display: none;
  }

  .button-primary-nav._3 {
    align-self: flex-start;
  }

  .button-primary-nav._1 {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-end;
  }

  .section-footer.relative {
    margin-top: 10em;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-stack {
    padding: 0;
  }

  .container-12 {
    max-width: none;
    margin-top: 0;
  }

  .hero-image.shadow-two {
    width: 200%;
    height: 100%;
    overflow: visible;
  }

  .div-block-7 {
    background-image: url('../images/5635ce54-377d-4285-b1ad-c011d9cf4d0b.jpg');
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }

  .div-footer {
    flex-flow: column;
    align-self: stretch;
    margin-top: 5em;
    padding-bottom: 0;
    display: flex;
  }

  .loader {
    z-index: 9999999;
    display: none;
  }

  .loader_number {
    color: var(--black);
    letter-spacing: 0;
    margin-bottom: 0;
    margin-right: 2px;
    padding-bottom: 0;
    font-family: Panchang, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1em;
  }

  .container-13.is-loader-bottom {
    padding-bottom: 2.5em;
  }

  .btn-parent-footer {
    border-style: solid;
    border-color: var(--energy);
    background-color: var(--energy);
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 0;
    padding: 1rem 1.5rem;
  }

  .btn-parent-footer._1 {
    width: 190px;
  }

  .btn-parent-footer.negro {
    border-color: var(--black);
  }

  .link {
    color: var(--energy);
    margin-bottom: 16px;
    font-family: Supreme, Arial, sans-serif;
    font-size: 1.1rem;
    line-height: 1.3em;
  }

  .footer_link {
    color: var(--light-grey);
    margin-bottom: 0;
    font-family: Supreme, Arial, sans-serif;
    font-size: 1.1rem;
    line-height: 1.3em;
    text-decoration: none;
  }

  .footer_link:hover {
    color: var(--energy);
    text-decoration: none;
  }

  .footer_link.green {
    color: var(--black);
  }

  .text-block-6 {
    margin-bottom: 10px;
    padding-bottom: .14em;
    font-family: Supreme, Arial, sans-serif;
    font-size: 4rem;
    font-weight: 400;
    line-height: .55;
  }

  .text-block-load {
    color: var(--black);
    font-family: Panchang, Arial, sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
  }

  .text-block-load.left {
    color: var(--black);
    margin-left: 8px;
    font-size: 1rem;
    font-weight: 500;
  }

  .body-2 {
    background-color: var(--energy);
  }

  .cookies {
    width: 100%;
    margin-top: 7rem;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .h4_terminos {
    margin-top: 24px;
    margin-bottom: 16px;
    font-size: 1.3em;
    line-height: 110%;
  }

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

  .politica_privacidad {
    width: 100%;
    margin-top: 5rem;
    margin-left: 0;
    margin-right: 0;
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .banner-cookies {
    z-index: 9999;
    background-color: #f1f1ed;
    border-radius: 8px;
    flex-flow: column;
    width: auto;
    max-width: none;
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 24px;
    padding-right: 24px;
    display: none;
    position: fixed;
    inset: auto 0% 0%;
  }

  .text-cookies {
    letter-spacing: .2px;
    font-size: 14px;
    line-height: 100%;
    display: inline;
  }

  .link-cookies {
    letter-spacing: .2px;
    margin-top: 8px;
    margin-left: 0;
    margin-right: 8px;
    font-size: 14px;
    line-height: 20px;
  }

  .link-cookies:hover {
    color: var(--energy);
  }

  .footer-info-link-green {
    color: var(--black);
    margin-top: 0;
    margin-bottom: 16px;
    font-family: Supreme, Arial, sans-serif;
  }

  .footer-info-link-green:hover {
    color: var(--energy);
  }

  .grid {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    flex-flow: column;
    display: flex;
  }

  .card {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    margin-bottom: 0;
    display: flex;
  }

  .preloader {
    display: none;
    inset: 0%;
  }

  .div-block-37 {
    color: #0000;
  }

  .preload_text {
    color: #f6f6f6;
    font-size: 22px;
  }

  .preload_text_s {
    color: #c9dbe8;
    letter-spacing: .8px;
  }

  .lottie-animation {
    width: 250px;
  }

  .div-block-38 {
    align-self: flex-start;
    margin: 0 0 3em;
  }

  .footer-info-link-black {
    color: var(--white);
    margin-top: 0;
    margin-bottom: 0;
    font-family: Supreme, Arial, sans-serif;
  }

  .footer-info-link-black:hover {
    color: var(--energy);
  }

  .slider-section {
    height: 460px;
    margin-top: 0;
    margin-bottom: 4em;
  }

  .slide._2 {
    width: 90vw;
    height: 460px;
  }

  .slide._1 {
    width: 90vw;
    height: 460px;
    margin-left: 0;
    overflow: hidden;
  }

  .slide._3, .slide._4, .slide._5 {
    width: 90vw;
    height: 460px;
  }

  .slider-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-top: 0;
  }

  .slide-w {
    border-radius: 8px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    overflow: hidden;
  }

  .gap-16 {
    margin-bottom: 0;
  }

  .gap-16.center {
    justify-content: space-between;
    align-items: center;
  }

  .gallery-slider-2 {
    max-width: none;
    padding-bottom: 60px;
    position: relative;
  }

  .section-slider-2 {
    background-color: #0000;
    margin-bottom: 8rem;
    padding: 80px 0% 0;
    overflow: hidden;
  }

  .heading_2-2 {
    color: var(--black);
    text-align: left;
    letter-spacing: -.05rem;
    margin-bottom: 8px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1em;
  }

  .gallery-slider-3 {
    max-width: none;
    padding-bottom: 60px;
    position: relative;
  }

  .scroll-text {
    color: var(--medium-grey);
    text-align: left;
    align-self: flex-start;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 2.3rem;
    font-weight: 300;
    line-height: 1em;
  }

  .scroll-text.nomargin {
    margin-bottom: 0;
    margin-left: 0;
    font-size: 2.3rem;
    font-weight: 300;
  }

  .scroll-text.scroll-highlight {
    letter-spacing: -.1rem;
    margin-bottom: 0;
    margin-left: 0;
    font-weight: 300;
  }

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

  .scroll-text.right {
    text-align: left;
    margin-bottom: 0;
    margin-left: 0;
  }

  .gap-24 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-41 {
    background-color: #583d3d;
    height: 100vh;
    padding: 5em 1em 2em;
  }

  .gap-32.cta {
    margin-right: 0;
  }

  .div-block-42 {
    background-color: #a26262;
  }

  .gap-header {
    margin-top: 72px;
    margin-left: 16px;
    margin-right: 16px;
    position: static;
  }

  .paragraph-l {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.3rem;
    line-height: 1.2em;
  }

  .paragraph-l._2 {
    padding-right: 20px;
  }

  .paragraph-l.center {
    text-align: left;
  }

  .section-cta {
    background-color: #0000;
    height: 80vh;
    margin-left: 0%;
    margin-right: 0%;
    padding: 4em 1em 6em;
  }

  .peregrinos-image.mobile {
    width: 100%;
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .customers-para-holder {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    margin-top: 0;
    margin-right: 0;
    padding-bottom: 0;
    display: flex;
  }

  .sourcing-holder {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .syndicate-para-holder {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    margin-top: 0;
    margin-right: 0;
    display: flex;
  }

  .counter-community-top-holder {
    margin-bottom: 6em;
  }

  .sourcing-text-block {
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px #000;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .padding-global.section-padding {
    padding-top: 8rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-global.section-padding-how {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global.section-padding-how._2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .piernas-cansadas-image.mobile {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .deportistas-image.mobile {
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .sourcing-para-holder, .diligence-para-holder {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    margin-top: 0;
    margin-right: 0;
    display: flex;
  }

  .tercera-edad-image.mobile {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .spacer-xsmall {
    padding-top: 1.5rem;
  }

  .img-wrapper {
    border-radius: 8px;
    width: 100%;
    margin-top: .5em;
    margin-bottom: 2em;
    overflow: hidden;
  }

  .img-wrapper.andgo {
    width: auto;
    margin-top: 24px;
  }

  .section-services-new {
    margin-top: 0;
    padding: 5em 0 0;
    overflow: visible;
  }

  .presoterapia-image.mobile {
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .red-light-image.mobile {
    width: auto;
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .andgo-image.mobile {
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .servicios-item {
    z-index: 1;
    border-color: var(--medium-grey);
    padding: 0;
  }

  .presoterapia-img.mobile {
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .luz-infrarroja-img {
    position: relative;
  }

  .luz-infrarroja-img.mobile {
    width: auto;
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-paragraph-link-copy {
    color: var(--light-grey);
    padding-top: 4px;
    padding-bottom: 4px;
    font-family: Supreme, Arial, sans-serif;
    font-weight: 400;
    line-height: 130%;
    text-decoration: none;
  }

  .footer-paragraph-link-copy:hover {
    color: var(--energy);
  }

  .menu-info {
    grid-row-gap: 2rem;
    justify-content: space-between;
    align-items: center;
  }

  .menu-info.footer-info-center {
    grid-row-gap: 4rem;
  }

  .nav-menu-mobile {
    color: var(--light-grey);
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    font-size: 2em;
    font-weight: 400;
  }

  .nav-menu-mobile.w--current {
    color: var(--dark-grey);
  }

  .btn-txt-static {
    color: #0000;
    letter-spacing: 0;
    font-size: 1rem;
    font-weight: 400;
  }

  .btn-txt-static.white {
    color: var(--light-grey);
    font-size: 1rem;
  }

  .gap-footer {
    margin-bottom: 0;
  }

  .gap-footer.center {
    justify-content: space-between;
    align-items: center;
  }

  .div-block-44 {
    background-color: var(--black);
    height: auto;
    padding-top: 6em;
  }

  .gap-list {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    display: flex;
  }

  .camilla-img {
    position: relative;
  }

  .camilla-img.mobile {
    width: auto;
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .recuperacion-img {
    position: relative;
  }

  .recuperacion-img.mobile {
    width: auto;
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .h2-2 {
    text-align: left;
    align-self: flex-start;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 2.3rem;
    font-weight: 300;
    line-height: 1em;
  }

  .h3-2 {
    letter-spacing: -.05rem;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1em;
  }

  .paragraph-4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.1rem;
  }

  .button-mobile {
    letter-spacing: 0;
    flex-flow: wrap;
    flex: 0 auto;
    order: 0;
    align-self: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 1.5rem;
    text-decoration: none;
    display: inline-flex;
  }

  .button-mobile.hide {
    display: none;
  }

  .button-mobile.mobile {
    padding: 1rem 2rem;
    display: none;
  }

  .section-8 {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-left: 1em;
    margin-right: 1em;
    padding-top: 4em;
    padding-bottom: 4em;
  }
}

#w-node-da1166a5-d595-04ef-4960-536bffdda567-ffdda567 {
  grid-row-start: 2;
}

#w-node-da1166a5-d595-04ef-4960-536bffdda56a-ffdda567 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-da1166a5-d595-04ef-4960-536bffdda570-ffdda567 {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-da1166a5-d595-04ef-4960-536bffdda577-ffdda567 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_99e242a1-2a54-137d-f820-553763a31e9b-694f5738, #w-node-_99e242a1-2a54-137d-f820-553763a31ea3-694f5738, #w-node-_99e242a1-2a54-137d-f820-553763a31eab-694f5738, #w-node-_6b1b6bd8-d56c-cc8c-fb5e-5e6822024aad-1a424350, #w-node-_6b1b6bd8-d56c-cc8c-fb5e-5e6822024ad1-1a424350 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-da1166a5-d595-04ef-4960-536bffdda56a-ffdda567 {
    grid-column-end: 2;
    justify-self: start;
  }

  #w-node-da1166a5-d595-04ef-4960-536bffdda570-ffdda567 {
    grid-area: 1 / 2 / 3 / 3;
  }

  #w-node-da1166a5-d595-04ef-4960-536bffdda577-ffdda567 {
    grid-row: 1 / 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-da1166a5-d595-04ef-4960-536bffdda56a-ffdda567 {
    grid-row-start: 1;
    grid-column-end: 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_99e242a1-2a54-137d-f820-553763a31e9b-694f5738, #w-node-_99e242a1-2a54-137d-f820-553763a31ea3-694f5738, #w-node-_99e242a1-2a54-137d-f820-553763a31eab-694f5738, #w-node-_6b1b6bd8-d56c-cc8c-fb5e-5e6822024aad-1a424350, #w-node-_6b1b6bd8-d56c-cc8c-fb5e-5e6822024ad1-1a424350 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Supreme';
  src: url('../fonts/Supreme-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Supreme';
  src: url('../fonts/Supreme-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Panchang';
  src: url('../fonts/Panchang-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Supreme';
  src: url('../fonts/Supreme-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}