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

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

@font-face {
  font-family: Sofia Pro;
  src: url('../fonts/Copia-de-Sofia-Pro-Bold-Az.otf') format("opentype"), url('../fonts/Copia-de-Sofia-Pro-Semi-Bold-Az.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sofia Pro;
  src: url('../fonts/sofiapro-light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sofia Pro;
  src: url('../fonts/Copia-de-Sofia-Pro-Black-Az.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sofia Pro;
  src: url('../fonts/Copia-de-Sofia-Pro-Medium-Italic-Az.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Sofia Pro;
  src: url('../fonts/Copia-de-Sofia-Pro-Regular-Az.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --griss: #6e6e6e;
  --gainsboro: #dfe8e4;
  --cornflower-blue: #fff;
  --medium-sea-green: #4dbd90;
  --light-slate-gray: #8668ab;
}

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

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

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

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

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

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

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

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

body {
  pointer-events: auto;
  color: #333;
  cursor: none;
  font-family: Roboto;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0;
  margin-bottom: 19px;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  text-align: center;
  margin: 0 auto 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Sofia Pro, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
}

a {
  cursor: none;
  text-decoration: underline;
}

.button {
  pointer-events: auto;
  color: #fff;
  text-align: center;
  background-color: #fb0439;
  border: 5px #000;
  border-radius: 20px;
  margin-right: 14px;
  padding: 13px 23px;
  font-family: Roboto;
  text-decoration: none;
  transition: background-color .3s, box-shadow .3s, color .3s;
  display: inline-block;
  box-shadow: 0 2px 1px #0000001f;
}

.button:hover {
  background-color: #000;
}

.button.hollow {
  color: #000;
  text-shadow: none;
  background-color: #0000;
  box-shadow: 0 2px 1px #0000001f, inset 0 0 0 2px #000;
}

.button.hollow:hover {
  color: #fff;
  text-shadow: none;
  background-color: #489fd9;
  box-shadow: 0 2px 1px #0000001f, inset 0 0 0 2px #489fd9;
}

.button.in-pricing {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  margin: 39px 0 -49px;
  padding: 5px 6px 5px 9px;
  display: flex;
}

.logo-text {
  color: #1c1c1c;
  margin-top: 24px;
  font-family: Roboto Slab;
  font-size: 27px;
  font-weight: 500;
}

.logo-text.footer {
  color: #e6eaed;
  margin-top: 0;
  margin-bottom: 19px;
}

.navigation {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px #00000021;
}

.nav-link {
  padding: 26px 17px;
  transition: box-shadow .5s, color .3s;
  box-shadow: inset 0 3px #0000;
}

.nav-link:hover {
  box-shadow: inset 0 3px #b5b5b580;
}

.nav-link.w--current {
  color: #fb043a;
  box-shadow: inset 0 3px #fb043a;
}

.section {
  padding: 171px 0 0;
}

.section.main {
  color: #fff;
  text-shadow: 0 1px #0000003b;
  -webkit-text-fill-color: inherit;
  background-color: #4f8d74;
  background-image: linear-gradient(#00000080, #00000080), url('../images/5c4d04cb-ca28-4bcf-a211-66aa972af192.jpg');
  background-position: 0 0, 0 -140px;
  background-size: auto, cover;
  background-clip: border-box;
  border: 1px solid #030303;
  margin-top: 0;
  padding-top: 266px;
  padding-bottom: 171px;
}

.section.footer {
  color: #e4e8eb;
  background-color: #2b2c2e;
  padding-top: 42px;
  padding-bottom: 42px;
}

.section.footer.copyright {
  color: #939596;
  background-color: #1c1d1f;
  padding-top: 19px;
  padding-bottom: 19px;
  font-size: 14px;
}

.section.purple {
  background-color: #f1f1f1;
}

.section.clients {
  background-color: #eee;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section.press {
  background-color: #3e5c50;
  padding-top: 29px;
  padding-bottom: 38px;
}

.slider {
  background-color: #303030;
  height: 360px;
  display: none;
}

.slide {
  padding-top: 64px;
  padding-bottom: 64px;
}

.slide._1 {
  background-color: #00ad6e;
}

.slide._2 {
  background-color: #00bdd6;
}

.slide._3 {
  background-color: #ccbe00;
}

.main-subtitle {
  margin-bottom: 26px;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.footer-slogan {
  color: #939596;
  margin-bottom: 11px;
  font-family: Sofia Pro, sans-serif;
}

.social-icon {
  opacity: .41;
  margin-right: 11px;
  transition: opacity .3s;
}

.social-icon:hover {
  opacity: 1;
}

.footer-title {
  text-transform: uppercase;
  margin-top: 0;
  font-family: Roboto Condensed;
  font-weight: 400;
}

.page-link {
  color: #489fd9;
  border-bottom: 1px solid #0000;
  text-decoration: none;
  transition: color .3s, border .3s;
}

.page-link:hover {
  border-bottom-color: #489fd9;
}

.page-link.in-footer {
  color: #939596;
  display: block;
}

.page-link.in-footer:hover {
  color: #d2d7d9;
  border-bottom-color: #0000;
}

.newsletter-field {
  float: left;
  background-color: #e8e8e8;
  border: 1px solid #0000;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  width: 60%;
  height: 40px;
}

.newsletter-field:focus {
  border-width: 1px;
  border-color: #09f;
  box-shadow: 0 0 6px #489fd9;
}

.newsletter-button {
  float: left;
  color: #d5d8db;
  background-color: #5f6166;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  width: 40%;
  height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
  transition: all .5s;
}

.newsletter-button:hover {
  color: #fff;
  background-color: #489fd9;
}

.newsletter-form {
  width: 70%;
}

.brand-link {
  text-decoration: none;
}

.success-message {
  background-color: #5f6166;
}

.main-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 44px;
}

.section-subtitle {
  text-align: center;
  margin-bottom: 68px;
  font-size: 19px;
  font-weight: 300;
  line-height: 22px;
}

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

.plan-wrapper {
  color: #2b2b2b;
  background-color: #fff;
  border-radius: 20px;
  min-height: 300px;
  padding: 46px 17px;
}

.price-point {
  margin-bottom: 8px;
  font-size: 14px;
}

.price-accent {
  color: #489fd9;
  letter-spacing: 0;
  font-size: 20px;
}

.addl-feature {
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.addl-feature.inactive {
  color: #c7c5c5;
  text-decoration: line-through;
}

.divider {
  background-color: #dbdbdb;
  width: 50%;
  height: 1px;
  margin-top: 13px;
  margin-bottom: 12px;
}

.additional-contact {
  text-align: center;
  margin-top: 21px;
  padding-top: 48px;
  padding-bottom: 0;
}

.feature {
  text-align: left;
}

.feature-row {
  margin: 25px;
  padding: 0;
}

.testimonial-slider {
  background-color: #0000;
  height: auto;
  margin-top: 45px;
}

.testimony-slide {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 10%;
  padding-right: 10%;
}

.testimony-text {
  margin-bottom: 21px;
  font-family: Sofia Pro, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 31px;
}

.slide-nav {
  font-size: 10px;
  display: none;
}

.person {
  border-radius: 100%;
  width: 70px;
  margin-bottom: 13px;
}

.name {
  font-family: Sofia Pro, sans-serif;
  font-weight: 500;
}

.title {
  font-family: Sofia Pro, sans-serif;
}

.slider-arrow {
  color: #bdbdbd;
  -webkit-text-fill-color: inherit;
  background-color: red;
  background-clip: border-box;
  border-radius: 100px;
  flex-wrap: nowrap;
  place-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  font-size: 32px;
  transition: color .3s;
  display: flex;
  overflow: hidden;
}

.slider-arrow:hover {
  color: #fff;
}

.feature-icon {
  margin-top: 53px;
  margin-bottom: 12px;
}

.main-feature-group {
  margin-top: 30px;
  margin-right: 16px;
}

.small-features-row {
  margin-top: 71px;
}

.client-logo {
  width: 16.6%;
  margin: 23px -12px;
  padding-left: 50px;
  padding-right: 0;
  display: inline-block;
}

.small-text {
  color: #ffffff4f;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}

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

.logo {
  width: 14%;
  margin-left: 2%;
  margin-right: 2%;
}

.image {
  display: block;
}

.image-2 {
  border-radius: 13px;
  box-shadow: 0 2px 13px #0003;
}

.image-3 {
  border-radius: 12px;
  box-shadow: 0 2px 13px #0003;
}

.container {
  padding-top: 25px;
}

.image-4 {
  padding-right: 227px;
}

.image-5 {
  padding-bottom: 40px;
  padding-right: 309px;
}

.image-6 {
  margin-top: 21px;
  margin-right: -780px;
  padding-right: 0;
}

.image-7 {
  padding: 19px 0 22px;
}

.nav-link-2 {
  color: #fff;
  padding: 26px 11px 26px 36px;
  font-family: Sofia Pro, sans-serif;
  transition: box-shadow .5s, color .3s;
  box-shadow: inset 0 3px #0000;
}

.nav-link-2:hover {
  box-shadow: inset 0 3px #b5b5b580;
}

.nav-link-2.w--current {
  color: #fff;
  transition: box-shadow .5s, color .3s;
  box-shadow: inset 7px 20px 0 -16px #e60004;
}

.nav-link-2.w--current:hover {
  box-shadow: inset 0 3px #e60004;
}

.image-8 {
  margin-top: 23px;
  padding-left: 0;
  padding-right: 0;
}

.navigation-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  outline-offset: 0px;
  background-color: #0000004f;
  border-radius: 50px;
  outline: .1px solid #444;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1120px;
  margin-top: 38px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: visible;
  box-shadow: 0 1px #00000021;
}

.button-2 {
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  background-color: #e60004;
  border-radius: 50px;
  margin-top: 13px;
  margin-right: -78px;
  padding: 13px 23px;
  font-family: Sofia Pro, sans-serif;
  text-decoration: none;
  transition: background-color .3s, box-shadow .3s, color .3s;
  display: inline-block;
  position: relative;
  left: 27px;
  box-shadow: 0 2px 1px #0000001f;
}

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

.button-copy-2copy {
  float: none;
  clear: none;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  background-color: #e60004;
  border-radius: 50px;
  margin-top: 36px;
  margin-right: 14px;
  padding: 13px 23px;
  font-family: Sofia Pro, sans-serif;
  text-decoration: none;
  transition: background-color .3s, box-shadow .3s, color .3s;
  display: inline-block;
  left: -339px;
  box-shadow: 0 2px 1px #0000001f;
}

.button-copy-2copy:hover {
  color: #585858;
  background-color: #fff;
}

.text-wrapper {
  margin-bottom: 40px;
  line-height: 1;
  position: static;
}

.marquee-snap_panel-2 {
  overflow: visible;
}

.background-video {
  height: 100vh;
}

.hero-overlay-block {
  background-color: #0000;
  width: 100%;
  height: 100%;
  padding-top: 261px;
  padding-bottom: 500px;
}

.container-2 {
  position: relative;
}

.container-2.hero-container {
  text-align: center;
  margin-top: 41px;
  margin-bottom: -351px;
}

.div-hide {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  display: block;
  position: static;
  overflow: visible;
}

.div-hide.top {
  height: auto;
  margin-bottom: 0;
  padding-right: 0;
  line-height: 1.1;
  position: static;
  inset: 0%;
  overflow: hidden;
  transform: translate(0);
}

.marquee-snap_text {
  letter-spacing: -.03em;
  margin: 0 30px 30px;
  padding-top: 0;
  font-family: Sofia Pro, sans-serif;
  font-size: 21px;
  font-weight: 200;
  line-height: 1.3;
  display: inline-block;
  overflow: visible;
}

.marquee-snap_wrapper-2 {
  opacity: 1;
  outline-offset: 0px;
  text-align: center;
  object-fit: fill;
  outline: 3px #fff;
  min-width: 0;
  height: 3.7em;
  min-height: 34px;
  margin-top: 93px;
  margin-bottom: 87px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  overflow: hidden;
}

.heading {
  text-align: center;
  letter-spacing: -4px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Sofia Pro, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  display: block;
  position: static;
  top: auto;
  bottom: -10px;
}

.hero-main-title {
  color: #fff;
  margin-top: 0;
  font-size: 80px;
  font-weight: 600;
  line-height: 86px;
  overflow: hidden;
  transform: translate(0);
}

.hero-main-title.subtitle {
  color: #fff;
  width: 70%;
  margin: 0 auto;
  font-family: Sofia Pro, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  display: block;
}

.image-box {
  flex: 1;
  align-self: center;
  max-width: 100%;
  max-height: 100%;
}

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

.f-heading-detail-small {
  color: var(--griss);
  letter-spacing: .08em;
  text-transform: none;
  flex: none;
  order: 0;
  padding-bottom: 38px;
  font-family: Sofia Pro, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
}

.quick-stack-3 {
  padding: 50px 0;
}

.tab_padding-3 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.image-11 {
  padding-bottom: 10px;
  padding-left: 19px;
}

.tab_arrow {
  color: #000;
  cursor: pointer;
  background-color: #dfdfdf;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 70%;
  transition: all .2s;
  display: flex;
}

.tab_arrow:hover {
  color: #fff;
  background-color: #e60004;
  transform: scale(.9);
}

.tab_arrow.hide {
  opacity: 0;
  cursor: auto;
  transform: scale(.8);
}

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

.tab_wrap {
  padding-left: 6.3em;
  padding-right: 6.3em;
  position: relative;
}

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

.tab_p-2 {
  color: var(--griss);
  flex: 0 auto;
  width: 100%;
  max-width: 31em;
  margin-right: 55px;
  padding-right: 0;
  font-family: Sofia Pro, sans-serif;
  font-weight: 400;
}

.tab_link-2 {
  color: #ffffff75;
  background-color: #0000;
  border-bottom: .2em solid #0000;
  flex-direction: row;
  flex: none;
  margin-right: 3.3em;
  padding: 0;
  display: flex;
}

.tab_link-2.w--current {
  color: #fff;
  background-color: #0000;
  border-bottom-color: #e60004;
  border-radius: 0;
}

.tab_link-text-3 {
  color: #000;
  font-family: Sofia Pro, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.tab_link-text-3:hover {
  color: #0000008a;
}

.tab_heading-3 {
  color: #000;
  margin-bottom: .5em;
  font-family: Sofia Pro, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: .9;
}

.tab_arrow-icon {
  width: 40%;
  height: 40%;
  margin-right: -4%;
}

.tab_menu {
  border-bottom: .6px solid #000;
  justify-content: flex-start;
  align-items: center;
  padding-top: 34px;
  padding-bottom: 0;
  font-size: 10px;
  line-height: 1.6em;
  display: flex;
  overflow: scroll;
}

.container-10 {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 2.7em 6em 0;
}

.f-h3-heading-new {
  color: #000;
  text-align: left;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sofia Pro, sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 90px;
}

.cell-3 {
  justify-content: flex-start;
}

.tab_arrow-wrap {
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  margin-top: -1.1em;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: rotate(-180deg);
}

.tab_arrow-wrap.is-left {
  margin-top: .4em;
}

.tab_arrow-wrap.is-right {
  color: #000;
  letter-spacing: 0;
  margin-top: -5.9em;
  margin-left: 0;
  margin-right: 0;
  line-height: 1.6em;
  inset: 19% 0% auto auto;
  transform: rotate(0);
}

.button-2-copy {
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  background-color: #e60004;
  border-radius: 50px;
  margin-top: 105px;
  margin-right: 14px;
  padding: 13px 23px;
  font-family: Sofia Pro, sans-serif;
  text-decoration: none;
  transition: background-color .3s, box-shadow .3s, color .3s;
  display: inline-block;
  position: relative;
  inset: 0% 67% 244px 95px;
  box-shadow: 0 2px 1px #0000001f;
}

.button-2-copy:hover {
  color: #585858;
  background-color: #fff;
}

.section-7 {
  background-color: #333;
}

.container-11 {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 3.5em 7em;
}

.container-11.is-slider {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
}

.slider_w {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.slider_izquierdo {
  width: 50%;
}

.slider_derecho {
  width: 40%;
}

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

.icon-1x1-medium {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-1x1-medium.is-right {
  transform: rotate(180deg);
}

.slider1_content {
  grid-row-gap: 2rem;
  background-color: #fff;
  border: 1px solid #2323221a;
  border-radius: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 49.125rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3.5rem;
  display: flex;
}

.slider1_mask {
  height: auto;
}

.testimonial_details {
  grid-row-gap: .25rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-size-regular {
  font-size: 1rem;
}

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

.slider1 {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.content_component {
  grid-row-gap: 5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.slider1_slide {
  height: auto;
}

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

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.text-size-medium {
  font-size: 1.25rem;
}

.testimonial_image {
  object-fit: cover;
  border-radius: 100vw;
  width: 5rem;
  height: 5rem;
}

.testimonial_person {
  grid-column-gap: 2rem;
  align-items: center;
  display: flex;
}

.max-width-4-columns {
  width: 100%;
  max-width: 50rem;
}

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

.slider_nav {
  grid-column-gap: .75rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
  position: static;
}

.slider1_arrow-wrapper {
  color: #232322;
  background-color: #e30615;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  transition: color .2s, background-color .2s;
  display: flex;
}

.slider1_arrow-wrapper:hover {
  color: #fff;
  background-color: #232322;
}

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

.div-block-2 {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  margin-top: 2px;
  margin-bottom: 6px;
  padding: 38px;
}

.dev-tabs_content {
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.dev-tabs_img-aspect {
  border-radius: 12px;
  padding-top: 80%;
  position: relative;
}

.u-img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 0;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.dev-tabs_tab {
  position: absolute;
  inset: 0% 0% auto;
}

.dev-tabs {
  max-width: 1060px;
  min-height: 480px;
  margin-left: auto;
  margin-right: auto;
}

.dev-tabs_list-btn {
  color: #737373;
  background-color: #0000;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
  font-family: Sofia Pro, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.dev-tabs_list-btn:hover {
  color: #000;
}

.dev-tabs_list-btn.cc-active {
  color: #fff;
  background-color: #e30615;
  border-radius: 100px;
  font-family: Sofia Pro, sans-serif;
  text-decoration: none;
}

.dev-tabs_list-btn-icon {
  width: 14px;
  height: 20px;
  line-height: 1;
  display: none;
}

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

.section-8.cc-full-center {
  background-image: linear-gradient(350deg, #fff9, #ffffffbd 17%, #fff), url('../images/CODE.svg');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  display: block;
}

.container-12 {
  width: 90%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.dev-tabs_menu {
  z-index: 1;
  background-color: #212121;
  border-radius: 100px;
  width: 280px;
  padding: 4px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.page-wrapper {
  color: #fff;
  background-color: #fff;
  position: relative;
}

.dev-tabs_list-content {
  background-color: #1c1c1c;
  border-radius: 10px;
  max-width: 600px;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.dev-tabs_list-content.cc-active {
  width: 100%;
  display: block;
}

.dev-tabs_list-item {
  margin-bottom: 0;
}

.dev-tabs_menu-link {
  color: #737373;
  text-align: center;
  cursor: none;
  background-color: #0000;
  border-radius: 8px;
  flex: 1;
  padding: .4em 2.2em;
  font-size: 1rem;
  line-height: 1;
}

.dev-tabs_menu-link:hover {
  color: #fff;
}

.dev-tabs_menu-link.w--current {
  color: #fff;
  background-color: #505050;
  border-radius: 100px;
  font-family: Sofia Pro, sans-serif;
}

.dev-tabs_list {
  width: 280px;
  margin-top: 48px;
  margin-bottom: 0;
  padding-left: 0;
}

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

.carrusel-container {
  display: flex;
  overflow: hidden;
}

.contenedor-logo {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-around;
  min-width: 150%;
  min-height: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.contenedor-logo-2 {
  min-width: 190px;
  display: flex;
  overflow: hidden;
}

.logos-2-animados {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-around;
  min-width: 150%;
  min-height: 190%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
  left: -1754px;
  overflow: visible;
}

.imagen-logo-2 {
  height: 40px;
}

.sticky-center {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.sticky-text_wrapper {
  color: #363636;
  margin-top: 8vh;
  margin-bottom: 8vh;
  text-decoration: none;
  display: block;
  position: relative;
}

.sticky-text_wrapper.steps {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 60px 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4vh;
  margin-bottom: 4vh;
  display: grid;
}

.sticky-text_wrapper.steps.first.w--current {
  grid-auto-flow: row;
}

.sticky-text_wrapper.steps.fourth {
  margin-bottom: 0;
}

.sticky-text_wrapper.steps.second {
  font-family: Sofia Pro, sans-serif;
}

.overflow-hidden {
  overflow: hidden;
}

.sticky-wrapper {
  width: 100%;
  height: 400vh;
  position: relative;
}

.section-9 {
  background-color: #0f0f0f;
  background-image: linear-gradient(#000000a3, #000000a3), url('../images/PC.svg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 0%;
  padding-bottom: 9%;
  position: relative;
}

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

.paragraph-l.cc-sm-small.mb-0 {
  color: #bdbdbd;
  margin-bottom: 0;
  font-family: Sofia Pro, sans-serif;
}

.paragraph-l.cc-sm-small.mb-0.text-dark {
  color: #bdbdbd;
  font-family: Sofia Pro, sans-serif;
  font-weight: 300;
  display: block;
}

.container-13 {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 227px;
  display: block;
  overflow: visible;
}

.sticky-container {
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.sticky-img_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.phone-mock_tab {
  background-color: #cacaca;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
  width: 50%;
  height: 6%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.phone-screen_img {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 100%;
  height: 100%;
}

.phone-screen_img.third, .phone-screen_img.fourth {
  position: absolute;
  inset: 0%;
}

.phone-screen_img.first {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-repeat: no-repeat;
  background-size: cover;
}

.phone-screen_img.second {
  position: absolute;
  inset: 0%;
}

.phone-screen {
  position: relative;
}

.phone-mock {
  background-color: #cacaca;
  border-radius: 2em;
  width: 70%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px #0000000f;
}

.position-relative {
  position: relative;
}

.stick-text_detail {
  transform-origin: 50% 0;
  overflow: hidden;
}

.h3 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: .4em;
  font-family: Sofia Pro, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.sticky-triggers {
  position: absolute;
  inset: 0%;
}

.sticky-trigger {
  z-index: 1;
  position: absolute;
  inset: 0% 0% auto;
}

.sticky-trigger._40 {
  top: 40%;
}

.sticky-trigger._60 {
  top: 60%;
}

.sticky-trigger._20 {
  top: 20%;
}

.sticky-trigger._80 {
  top: 80%;
}

.phone-mock_border {
  z-index: 1;
  border: 12px solid #cacaca;
  border-radius: 2em;
  position: absolute;
  inset: 0%;
}

.circle-number {
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: -16px;
  padding-top: 3px;
  display: flex;
}

.circle-number.steps3 {
  font-family: Sofia Pro, sans-serif;
}

.circle-number.steps2 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-wrap: nowrap;
  font-family: Sofia Pro, sans-serif;
}

.circle-number.steps1 {
  background-color: #fff;
  font-family: Sofia Pro, sans-serif;
}

.circle-number.steps4 {
  font-family: Sofia Pro, sans-serif;
}

.phone-mock_wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.phone-screen_wrapper {
  border-radius: 1.5em;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.marquee-vertical_panel {
  flex: none;
}

.marquee-vertical_wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 48%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-vertical_wrapper.is-2 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.home-intro_visual-height {
  border-radius: 0;
  width: 100%;
  padding-top: 100%;
}

.marquee-vertical_gradient {
  background-image: linear-gradient(#fff 2%, #e34b2500 14% 86%, #fff 98%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-intro_p {
  width: 100%;
  max-width: 42em;
  font-size: .7rem;
  line-height: 1.5;
}

.home-intro_visual-content {
  justify-content: space-between;
  align-items: stretch;
  margin-right: -331px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-intro_visual {
  width: 100%;
  position: relative;
}

.container-14 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.8em;
}

.container-14.is-home-intro {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: minmax(500px, 1fr);
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 5.1em 13.4em;
  display: grid;
  overflow: hidden;
}

.home-intro_content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 23px;
  margin-right: 23px;
  padding-right: 0;
  display: block;
}

.marquee-vertical_img {
  border-radius: 15px;
  width: 100%;
  margin-top: 4%;
  margin-bottom: 4%;
}

.image-13 {
  margin-top: 357px;
  margin-left: -175px;
  padding-bottom: 0;
  position: absolute;
}

.lottie-animation {
  position: relative;
  top: -185px;
  left: -68px;
}

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

.marquee-vertical_gradient-2 {
  background-image: linear-gradient(#fff 2%, #e34b2500 14% 86%, #fff 98%);
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-block {
  mix-blend-mode: normal;
  font-family: Sofia Pro, sans-serif;
}

.heading-2, .text-block-2 {
  font-family: Sofia Pro, sans-serif;
}

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

.button-secondary {
  color: #fbf9fc;
  text-align: center;
  background-color: #141314;
  border: .125rem #141314;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-weight: 400;
  transition-property: none;
}

.button-secondary:hover {
  opacity: .8;
}

.button-secondary.is-small {
  max-width: 12rem;
  padding: .5rem 1rem;
  font-size: .875rem;
}

.logo-icon {
  width: 1.75rem;
}

.heading-xxl {
  color: #fff;
  font-family: Sofia Pro, sans-serif;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1.1;
}

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

.nav_column.is-ctas {
  justify-content: flex-end;
}

.nav_column.is-post-name {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2rem auto 2rem;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  display: grid;
}

.nav_column.is-logo {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 2rem auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  justify-items: start;
  display: flex;
}

.nav_wrapper {
  grid-column-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.matrix-text_component {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.section_tip {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  inset: 0%;
}

.main-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  height: 100vh;
  display: grid;
}

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

.image-logo-icon-2 {
  width: 1.75rem;
}

.page-wrapper-3 {
  overflow: hidden;
}

.nav_progress-percentage {
  background-color: #fbf9fc;
  border-radius: 100rem;
  width: 60%;
  height: 100%;
}

.page-padding {
  z-index: 1;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.nav_progress-content {
  white-space: nowrap;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}

.matrix-animation_component {
  display: block;
  position: absolute;
  inset: 0%;
}

.button-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.bg-circle {
  z-index: -1;
  opacity: .6;
  filter: blur(30px);
  background-color: #000;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

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

.text-size-small.text-weight-normal {
  line-height: 1.5;
}

.text-size-medium-2 {
  color: #fff;
  margin-bottom: 37px;
  padding-top: 0;
  font-family: Sofia Pro, sans-serif;
  font-size: 1.25rem;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  margin-bottom: 1rem;
}

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

.nav_progress-bar {
  background-color: #141314;
  border-radius: 100rem;
  flex: 1;
  align-items: center;
  min-width: 5rem;
  max-width: 10rem;
  height: .875rem;
  padding: .25rem;
  display: flex;
}

.nav_tip-title {
  z-index: 1;
  grid-column-gap: .25rem;
  align-items: center;
  display: flex;
  position: static;
}

.nav_progress-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 0rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: minmax(8rem, auto) auto;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: flex;
}

.nav_post-direction {
  z-index: 1;
  background-color: #141314;
  border-radius: 50%;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: static;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #e60004;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-family: Sofia Pro, sans-serif;
  font-weight: 400;
  transition-property: none;
}

.button-3:hover {
  opacity: .8;
}

.button-3.is-small {
  max-width: 12rem;
  padding: .5rem 1rem;
  font-size: .875rem;
  transition: opacity .2s;
}

.nav_component {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0d0d0e;
  border-top: 1px solid #161616;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: block;
  position: sticky;
  inset: auto 0% 0%;
}

.logo-full {
  width: 8rem;
  display: none;
}

.body {
  background-color: #000;
}

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

.tip-wrapper {
  color: #fff;
  background-color: #e30615;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100%;
  overflow: auto;
}

.section-tip {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 36px;
  padding-bottom: 36px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-tip:hover {
  color: #fff;
  background-color: #b30002;
}

.main-wrapper-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  height: 100vh;
  padding-top: 401px;
  padding-bottom: 401px;
  display: grid;
  overflow: hidden;
}

.scramble-text.text-size-xl.text-weight-light {
  font-family: Proggycrossed Mac, sans-serif;
  font-size: 19px;
}

.page-wrapper-4 {
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

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

.bg-circle-2 {
  z-index: -10;
  opacity: .8;
  filter: blur(110px);
  background-color: #8f00ff;
  border-radius: 100%;
  width: 350px;
  height: 350px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0% 0% -170px;
}

.page-padding-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: static;
}

.left_heading {
  color: #fff;
  object-fit: fill;
  margin-left: 75px;
  margin-right: 75px;
  padding-left: 0;
  padding-right: 80px;
  font-family: Sofia Pro, sans-serif;
  font-size: 4em;
  font-weight: 700;
  position: relative;
  bottom: -170px;
}

.left_paragraph {
  color: #fff;
  margin: .9em 75px 1.8em;
  padding-right: 537px;
  font-family: Sofia Pro, sans-serif;
  position: relative;
  bottom: -164px;
}

.feature-text-block {
  float: left;
  width: 440px;
}

.feature-text-block.right {
  float: left;
  clear: none;
  color: #fff;
  text-align: left;
  width: 1000px;
  margin-top: -158px;
  margin-right: 200px;
  padding-top: 60px;
  padding-bottom: 74px;
  padding-right: 0;
  position: absolute;
  overflow: hidden;
}

.main-feature-title {
  text-align: left;
  margin-top: 0;
  margin-bottom: 30px;
  margin-right: -269px;
  padding-left: 0;
  padding-right: 0;
  font-family: Sofia Pro, sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 37px;
}

.paragraph {
  aspect-ratio: auto;
  padding-left: 0;
  padding-right: 412px;
  font-family: Sofia Pro, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.image-14 {
  margin-top: 108px;
  margin-left: -24px;
  position: relative;
  left: 79px;
}

.image-15 {
  position: absolute;
  inset: 175% -18px auto 13%;
}

.f-h3-heading-new-copy {
  color: #000;
  text-align: left;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sofia Pro, sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 90px;
}

.f-heading-detail-small-copy {
  color: var(--griss);
  letter-spacing: .08em;
  text-transform: none;
  flex: none;
  order: 0;
  padding-bottom: 38px;
  font-family: Sofia Pro, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
}

.home-intro_content-copy {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: -32px 23px 33px;
  padding-right: 0;
  display: block;
}

.container-15 {
  margin-left: 210px;
}

.button-2-copy-copy {
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  background-color: #e60004;
  border-radius: 50px;
  margin-top: 105px;
  margin-right: 14px;
  padding: 13px 23px;
  font-family: Sofia Pro, sans-serif;
  text-decoration: none;
  transition: background-color .3s, box-shadow .3s, color .3s;
  display: inline-block;
  position: relative;
  inset: 0% 67% 100px 95px;
  box-shadow: 0 2px 1px #0000001f;
}

.button-2-copy-copy:hover {
  color: #585858;
  background-color: #fff;
}

.bold-text-3 {
  color: #000;
  font-family: Sofia Pro, sans-serif;
  font-size: 90px;
}

.bold-text-4 {
  color: var(--griss);
  font-weight: 300;
}

.heading-2-copy {
  color: #505050;
  font-family: Sofia Pro, sans-serif;
}

.image-16 {
  position: static;
}

.text-block-3 {
  font-family: Sofia Pro, sans-serif;
  font-weight: 200;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-link {
  color: #fff;
  cursor: none;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Sofia Pro, sans-serif;
  font-size: 15px;
  text-decoration: none;
  transition: color .2s ease-in-out;
  display: block;
}

.footer-link:hover {
  opacity: 1;
  color: #6e6e6e;
}

.footer-link.w--current {
  opacity: 1;
  color: #fff;
}

.footer-link.w--current:hover {
  color: #585858;
}

.footer-links-container {
  flex-direction: column;
  display: flex;
}

.paragraph-2.small {
  aspect-ratio: auto;
  opacity: .75;
  color: #fff;
  margin-bottom: 6px;
  font-family: Sofia Pro, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4em;
}

.footer-logo-block {
  flex-direction: column;
  align-items: flex-start;
  max-width: 650px;
  display: flex;
  position: relative;
}

.footer-header {
  color: #fff;
  letter-spacing: .6px;
  text-transform: uppercase;
  font-family: Sofia Pro, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

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

.footer-container {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 50px;
  display: block;
}

.footer {
  z-index: 0;
  background-color: #000;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}

.spacer {
  background-color: #e7ecf0;
  height: 48px;
}

.spacer._16 {
  background-color: #0000;
  flex: none;
  width: 16px;
  height: 16px;
}

.spacer._32 {
  background-color: #0000;
  border-radius: 6px;
  width: 32px;
  height: 32px;
}

.text-box {
  max-width: 650px;
  position: relative;
}

.text-box._550px {
  max-width: 550px;
}

.text-box._550px.center-align {
  padding-top: 80px;
}

.form-2-grid {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.title-tag {
  color: #99a4af;
  text-align: center;
  margin-bottom: 12px;
  font-family: Sofia Pro, sans-serif;
  font-weight: 500;
}

.page-wrapper-5 {
  width: 100%;
  min-height: 90vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.button-4 {
  color: #fff;
  text-align: center;
  background-color: #1d1d1d;
  border-radius: 9px;
  flex: none;
  margin-bottom: 8px;
  padding: 8px 28px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  transition: box-shadow .2s, transform .2s, border-color .2s, color .2s, background-color .2s;
  box-shadow: 0 2px #2020200d;
}

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

.button-4:active {
  background-color: #626a72;
  transform: translate(0, 2px);
  box-shadow: 0 0 #20202000;
}

.button-4.no-margin {
  background-color: #e30615;
  border-radius: 100px;
  margin-left: 0;
  margin-right: 0;
  font-family: Sofia Pro, sans-serif;
  transition: box-shadow .2s, transform .2s, border-color .2s, color .2s, background-color .2s;
  display: inline-block;
  box-shadow: 0 2px #2020200d;
}

.button-4.no-margin:hover {
  color: #000;
  background-color: #e0e0e0;
}

.text-area {
  background-color: #f5f6f7;
  border: 1px solid #e7ecf0;
  border-radius: 6px;
  min-height: 120px;
  margin-bottom: 16px;
  padding: 16px;
  font-family: Sofia Pro, sans-serif;
  font-size: 15px;
  box-shadow: 0 0 10px #00000003;
}

.text-area::placeholder {
  color: #cbd5df;
}

.field-block {
  z-index: 1;
  border: 1px solid #0000;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  min-width: 50px;
  min-height: 20px;
  margin-bottom: 8px;
  display: flex;
}

.paragraph-3.medium {
  text-align: center;
  font-family: Sofia Pro, sans-serif;
  font-size: 18px;
}

.paragraph-3.small {
  aspect-ratio: auto;
  opacity: .75;
  color: #fff;
  margin-bottom: 6px;
  font-family: Sofia Pro, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4em;
}

.container-17 {
  background-image: linear-gradient(#000000c2, #000000c2), url('../images/3ce6acb6-fe40-46bf-8016-419787b66ccc.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1230px;
  min-height: 30px;
  margin-top: -79px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.form-success {
  color: #fff;
  background-color: #ff004a;
  border-radius: 8px;
  width: 100%;
  padding: 16px 32px;
  font-family: Sofia Pro, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
}

.form-error {
  color: #fd023c;
  text-align: center;
  background-color: #e7e7e7;
  border-radius: 6px;
  padding: 16px;
  font-family: Sofia Pro, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.heading-3 {
  font-weight: 600;
  display: block;
}

.heading-3.h1 {
  color: #fff;
  text-align: center;
  margin-top: 87px;
  margin-bottom: 18px;
  font-family: Sofia Pro, sans-serif;
  font-size: 46px;
  line-height: 1.25em;
}

.form-card---vacante {
  color: #1d1d1d;
  text-align: left;
  background-color: #fff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 2px 20px -2px #0003;
}

.section-10 {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-10.black-gradient {
  color: #fff;
  background-color: #fff;
  background-image: linear-gradient(17deg, #ffffffb8, #ffffffb8 48%, #fff 94%), url('../images/CODE.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.text-field {
  background-color: #fafafa;
  border: 1px solid #b4b4b4;
  border-radius: 100px;
  min-width: 120px;
  height: 44px;
  margin-bottom: 16px;
  padding: 19px 12px;
  font-family: Sofia Pro, sans-serif;
  font-size: 15px;
  line-height: 1.4em;
  transition: border-color .2s;
}

.text-field:focus {
  border-color: #33383f;
}

.text-field::placeholder {
  color: #cbd5df;
}

.form {
  margin-bottom: 0;
}

.field-label, .field-label-2, .field-label-3, .field-label-4 {
  font-family: Sofia Pro, sans-serif;
}

.text-block-4 {
  color: #fff;
  font-family: Sofia Pro, sans-serif;
}

.container-18 {
  padding-left: 40px;
  padding-right: 40px;
}

.navigation-2-copy {
  opacity: 1;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #0000004f;
  border-radius: 50px;
  outline: .1px solid #444;
  width: 500px;
  margin-top: 38px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px #00000021;
}

.top-line-block {
  border-top: 1px solid #0000001a;
  margin-top: 35px;
  padding: 80px;
}

.text-row {
  margin-left: 179px;
  margin-right: 113px;
  padding-left: 0;
  padding-right: 0;
}

.text-column {
  padding-right: 20px;
}

.text-column-title {
  text-transform: uppercase;
  margin-bottom: 14px;
  font-family: Sofia Pro, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.small-paragraph {
  color: #fff;
  margin-bottom: 0;
  font-family: Sofia Pro, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.link, .link-2 {
  color: #fd023c;
}

.subpage-header {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#1f6fffe6, #1f6fffe6), none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 190px;
  padding-bottom: 90px;
}

.subpage-header.about-5 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/fe5f8136-8d1e-43aa-9c08-6a4df92c7d1c.jpg');
  background-position: 0 0, 50% 65%;
  background-size: auto, cover;
  padding-top: 250px;
  padding-bottom: 217px;
}

.container-19 {
  margin-top: 0;
  position: relative;
}

.subpage-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sofia Pro, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 40px;
}

.page-subtitle {
  color: var(--griss);
  text-align: center;
  width: 65%;
  margin: 14px auto -73px;
  padding-bottom: 0;
  font-family: Sofia Pro, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
  display: block;
}

.button-5 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1f6fff;
  border-radius: 3px;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 12px;
  font-weight: 600;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
}

.button-5:hover {
  color: #fff;
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px #0000004d;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.oval2 {
  border: 2px solid #8f00ff;
  border-radius: 50%;
  width: 90px;
  height: 50px;
  position: absolute;
  inset: -11% -2% 0% auto;
  transform: rotate(34deg);
}

.oval1 {
  border: 2px solid #8f00ff;
  border-radius: 50%;
  width: 90px;
  height: 50px;
  position: absolute;
  inset: -11% -2% 0% auto;
}

.sub-title {
  text-align: center;
  font-size: 20px;
  display: none;
}

.top-wrapper {
  position: fixed;
  inset: 0% 0% auto;
}

.bg-circle-purple {
  z-index: -10;
  opacity: .21;
  filter: blur(150px);
  color: #8f00ff;
  background-color: #af0eff;
  border-radius: 100%;
  flex: 0 auto;
  width: 500px;
  height: 500px;
  margin: auto;
  display: none;
  position: absolute;
  inset: 0%;
}

.section-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 88%;
  padding-top: 0;
  display: flex;
  position: relative;
}

.section-11.warning {
  height: 88%;
  display: block;
  position: absolute;
  inset: 0%;
}

.text-wrapper-3 {
  position: absolute;
}

.ovals {
  z-index: -1;
  border: 1px #8f00ff;
  border-radius: 50%;
  width: auto;
  height: auto;
  position: absolute;
  inset: -52% -4% auto auto;
}

.animation1 {
  color: #fff;
  text-align: center;
  letter-spacing: -3px;
  margin-bottom: 365px;
  font-family: Sofia Pro, sans-serif;
  font-size: 80px;
  font-weight: 800;
  line-height: 1;
}

.subpage-title-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sofia Pro, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 40px;
}

.button-copy-copy-copy {
  float: none;
  clear: none;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  background-color: #e60004;
  border-radius: 50px;
  margin-top: 96px;
  margin-left: 339px;
  margin-right: 339px;
  padding: 13px 23px;
  font-family: Sofia Pro, sans-serif;
  text-decoration: none;
  transition: background-color .3s, box-shadow .3s, color .3s;
  display: block;
  left: -339px;
  box-shadow: 0 2px 1px #0000001f;
}

.button-copy-copy-copy:hover {
  color: #585858;
  background-color: #fff;
}

.button-copy-copy-copy-copy {
  float: none;
  clear: none;
  aspect-ratio: auto;
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  background-color: #5e5e5e00;
  border-radius: 50px;
  outline: 1px solid #fff;
  margin-top: 42px;
  margin-left: 339px;
  margin-right: 339px;
  padding: 13px 23px;
  font-family: Sofia Pro, sans-serif;
  text-decoration: none;
  transition: background-color .3s, box-shadow .3s, color .3s;
  display: block;
  left: -339px;
  box-shadow: 0 2px 1px #0000001f;
}

.button-copy-copy-copy-copy:hover {
  color: #585858;
  background-color: #fff;
}

.link-3 {
  color: #fff;
}

.m-h3-heading {
  color: #000;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sofia Pro, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.m-margin-bottom-08 {
  margin-bottom: 8px;
}

.m-text-color-blue {
  color: #7e8ef1;
}

.m-section-large {
  color: #fff;
  background-color: #fff;
  padding: 37px 5% 120px;
}

.m-shape-wrapper {
  position: absolute;
  inset: 0% 0% auto auto;
}

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

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

.m-feature-header-block {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.m-feature-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 0;
}

.m-feature-shape {
  justify-content: center;
  display: flex;
}

.m-subheading-large {
  color: #000;
  text-align: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  font-family: Sofia Pro, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  display: block;
}

.m-feature-icon-wrapper {
  background-color: #22242f;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 32px;
  display: flex;
}

.m-feature-card {
  color: #fff;
  background-color: #000;
  border-radius: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.m-paragraph-small {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.m-paragraph-small.m-text-color-gray-400 {
  color: var(--gainsboro);
  font-family: Sofia Pro, sans-serif;
}

.m-button-outline {
  color: #7e8ef1;
  text-align: center;
  background-color: #0000;
  border: 2px solid #333647;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 8px 32px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.m-button-outline:hover {
  color: #c8cef9;
  border-color: #7e8ef1;
}

.m-feature-header {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  max-width: 1060px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cards__card {
  border-radius: 1.39em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 310px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.is--p2 {
  font-size: 13px;
}

.is--p2.is--card {
  text-align: left;
  width: 82%;
  height: auto;
  margin-left: 1px;
  margin-right: auto;
  padding-left: 0;
  font-family: Sofia Pro, sans-serif;
}

.cards__p-wrapper {
  height: auto;
  overflow: hidden;
}

.cards__logo {
  background-color: #0000;
  border-radius: 50%;
  width: 5em;
  height: 5em;
  margin-top: -.7em;
  margin-left: 25px;
  margin-right: auto;
  padding: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.paragraph-4 {
  margin-top: -15px;
  margin-bottom: 0;
  padding-left: 13px;
}

.cards__bottom {
  color: #fff;
  text-align: center;
  background-color: #ebebeb;
  border-radius: 1.39em;
  margin-left: 12px;
  margin-right: 12px;
  padding: 36px 27px 0;
  position: relative;
}

.blocks-row {
  margin-bottom: 20px;
  margin-left: -44px;
  margin-right: -44px;
  padding-left: 0;
  padding-right: 0;
}

.cards__logo-img {
  width: 70%;
  margin-left: -35px;
  padding: 30px 20px 20px 15px;
}

.block-column {
  padding-left: 0;
}

.cards__content {
  color: #000;
  border: 1px solid #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: .9em;
  padding-bottom: 1.4em;
  display: flex;
}

.button__arrow {
  width: 2.08em;
  margin: -11px -9px 7px .97em;
  padding: 6px;
}

.container-7 {
  position: relative;
}

.container-7.centered {
  text-align: center;
}

.button-6 {
  color: #fff;
  background-color: #e60004;
  border-radius: 8em;
  justify-content: center;
  align-items: center;
  margin-bottom: 13px;
  padding: 1.09em 1.09em 0 0;
  font-family: Sofia Pro, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.cards__company {
  color: #000;
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 1.1em;
  margin-bottom: 1.1em;
  padding-left: 0;
  font-family: Sofia Pro, sans-serif;
  font-size: 1.25em;
  font-weight: 200;
  display: flex;
}

.cards__button-overflow {
  border-radius: .69em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-3 {
  background-color: #000;
  background-image: url('../images/Frame-10.svg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 106px;
  padding-bottom: 82px;
}

.m-h3-heading-copy {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: -59px;
  margin-bottom: 0;
  font-family: Sofia Pro, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.page-subtitle-copy {
  color: var(--gainsboro);
  text-align: center;
  width: 65%;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 57px;
  font-family: Sofia Pro, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
  display: block;
}

.page-subtitle-copy-copy {
  color: var(--gainsboro);
  text-align: center;
  width: 65%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 26px;
  padding-bottom: 33px;
  font-family: Sofia Pro, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
  display: block;
}

.page-wrapper-5-copy {
  width: 100%;
  min-height: 90vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.image-17 {
  margin-top: -209px;
  margin-bottom: -209px;
  padding-top: 0;
  padding-bottom: 0;
}

.link-4 {
  color: #fff;
}

.container-17-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1230px;
  min-height: 100px;
  margin-top: -83px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.title-tag-2 {
  color: #99a4af;
  margin-bottom: 12px;
  font-weight: 500;
}

.page-wrapper-6 {
  width: 100%;
  min-height: 90vh;
  position: relative;
}

.button-7 {
  color: #fff;
  text-align: center;
  background-color: #1d1d1d;
  border-radius: 9px;
  flex: none;
  margin-bottom: 8px;
  padding: 8px 28px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  transition: box-shadow .2s, transform .2s, border-color .2s, color .2s, background-color .2s;
  box-shadow: 0 2px #2020200d;
}

.button-7:hover {
  background-color: #33383f;
}

.button-7:active {
  background-color: #626a72;
  transform: translate(0, 2px);
  box-shadow: 0 0 #20202000;
}

.button-7.no-margin {
  margin-left: 0;
  margin-right: 0;
}

.text-area-2 {
  background-color: #f5f6f7;
  border: 1px solid #e7ecf0;
  border-radius: 6px;
  min-height: 120px;
  margin-bottom: 16px;
  padding: 16px;
  font-size: 15px;
  box-shadow: 0 0 10px #00000003;
}

.text-area-2::placeholder {
  color: #cbd5df;
}

.container-20 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1230px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.form-success-2 {
  color: #33383f;
  background-color: #e7ecf0;
  border-radius: 8px;
  width: 100%;
  padding: 16px 32px;
  font-size: 16px;
  line-height: 1.4em;
}

.form-error-2 {
  color: #1d1d1d;
  background-color: #e7ecf0;
  border-radius: 6px;
  padding: 16px;
  font-size: 14px;
  line-height: 18px;
}

.form-card-2 {
  color: #1d1d1d;
  text-align: left;
  background-color: #fff;
  border-radius: 12px;
  padding: 40px;
}

.section-12 {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-12.black-gradient {
  color: #fff;
  background-color: #1d1d1d;
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/3ce6acb6-fe40-46bf-8016-419787b66ccc.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.text-field-2 {
  background-color: #f5f6f7;
  border: 1px solid #e7ecf0;
  border-radius: 9px;
  min-width: 120px;
  height: 44px;
  margin-bottom: 16px;
  padding: 19px 12px;
  font-size: 15px;
  line-height: 1.4em;
  transition: border-color .2s;
}

.text-field-2:focus {
  border-color: #33383f;
}

.text-field-2::placeholder {
  color: #cbd5df;
}

.heading-3-copy {
  font-weight: 600;
  display: block;
}

.heading-3-copy.h1 {
  color: #000;
  text-align: center;
  margin-top: 87px;
  margin-bottom: 18px;
  font-family: Sofia Pro, sans-serif;
  font-size: 46px;
  line-height: 1.25em;
}

.link-5 {
  text-decoration: underline;
}

.cursor-wrapper {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.cursor {
  background-color: #e60003;
  border-radius: 100px;
  width: 20px;
  height: 20px;
}

.checkbox-label {
  cursor: none;
  font-family: Sofia Pro, sans-serif;
}

.checkbox-field {
  margin-top: 37px;
  margin-bottom: 19px;
}

.form-card---contacto-copy {
  color: #1d1d1d;
  text-align: left;
  cursor: none;
  background-color: #fff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 2px 20px -2px #0003;
}

.template-header {
  color: #fff;
  background-color: #443fde;
  background-image: linear-gradient(#000000bd, #000000bd), url('../images/5c4d04cb-ca28-4bcf-a211-66aa972af192.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-y;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  align-items: center;
  padding: 199px 3%;
  display: flex;
}

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

.title-wrap-small-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.paragraph-regular.text-color-white {
  color: #fff;
}

.template-wrapper {
  grid-row-gap: 32px;
  background-color: #fff;
  border: 1px solid #e4e8f1;
  border-radius: 20px;
  flex-direction: column;
  padding: 24px;
  display: flex;
}

.template-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.section-small {
  padding: 64px 5%;
  position: relative;
}

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

.margin-bottom-08 {
  justify-content: flex-start;
  margin-bottom: 8px;
  font-family: Sofia Pro, sans-serif;
  display: block;
}

.paragraph-5 {
  color: var(--griss);
  text-align: justify;
  font-family: Sofia Pro, sans-serif;
}

.link-6 {
  color: #e30615;
}

.paragraph-6 {
  text-align: justify;
  font-family: Sofia Pro, sans-serif;
}

.heading-4 {
  font-family: Sofia Pro, sans-serif;
}

.link-7 {
  color: #e30615;
}

.paragraph-7 {
  text-align: justify;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Sofia Pro, sans-serif;
}

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

.heading-6 {
  font-family: Sofia Pro, sans-serif;
}

.link-8 {
  color: #e30615;
}

.heading-7 {
  width: 70vw;
  font-family: Sofia Pro, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 50px;
}

.icon-2 {
  border-radius: 0;
}

.footer__social {
  flex-wrap: nowrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-left: -33px;
  padding-left: 0;
  display: flex;
}

.footer__soc-link {
  border: 1px solid #10101033;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 24px;
  display: flex;
}

.footer__soc-link:hover {
  background-color: #4f94b2;
  border-color: #4f94b2;
}

.footer__soc-img {
  opacity: 1;
  filter: invert(60%);
  pointer-events: auto;
  object-fit: scale-down;
  width: 100%;
  height: 100%;
  transition: all .2s;
  display: block;
  position: static;
}

.footer__soc-img:hover {
  filter: invert(0%);
  font-family: Sofia Pro, sans-serif;
}

.link-9 {
  color: #fff;
}

.footer__soc-link-2 {
  border: 1px solid #10101033;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 24px;
  display: flex;
}

.footer__soc-link-2:hover {
  background-color: #e30615;
  border-color: #e30615;
}

.footer__soc-img-2 {
  opacity: 1;
  filter: invert(60%);
  pointer-events: auto;
  object-fit: scale-down;
  align-self: flex-start;
  width: 100%;
  height: 100%;
  transition: all .2s;
  display: block;
  position: static;
}

.footer__soc-img-2:hover {
  filter: invert(0%);
  font-family: Sofia Pro, sans-serif;
}

.link-10 {
  color: #fff;
}

.footer__soc-link-3 {
  border: 1px solid #10101033;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 24px;
  display: flex;
}

.footer__soc-link-3:hover {
  background-color: #e30615;
  border-color: #e30615;
}

.footer__soc-img-3 {
  opacity: 1;
  filter: invert(60%);
  pointer-events: auto;
  object-fit: scale-down;
  align-self: flex-start;
  width: 100%;
  height: 100%;
  transition: all .2s;
  display: block;
  position: static;
}

.footer__soc-img-3:hover {
  filter: invert(0%);
  font-family: Sofia Pro, sans-serif;
}

.link-11 {
  color: #fff;
}

.footer__soc-link-4 {
  border: 1px solid #10101033;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 24px;
  display: flex;
}

.footer__soc-link-4:hover {
  background-color: #e30615;
  border-color: #e30615;
}

.footer__soc-img-4 {
  opacity: 1;
  filter: invert(60%);
  pointer-events: auto;
  object-fit: scale-down;
  align-self: flex-start;
  width: 100%;
  height: 100%;
  transition: all .2s;
  display: block;
  position: static;
}

.footer__soc-img-4:hover {
  filter: invert(0%);
  font-family: Sofia Pro, sans-serif;
}

.link-12 {
  color: #fff;
}

.link-13, .link-14 {
  color: #e30615;
}

.image-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
}

.heading-8 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #bc0000 9%, #fc6401);
  -webkit-background-clip: text;
  background-clip: text;
}

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

.cursor-wrap {
  z-index: 9999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

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

.cursor-2 {
  background-color: #fff0;
  background-image: url('../images/logo-cohete.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  transition: opacity .3s;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

.image-link-block {
  width: 100%;
}

.image-height {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.wrap-hidden {
  cursor: none;
  display: none;
  overflow: visible;
}

.ui-img-1 {
  z-index: 1;
  width: 50%;
  height: 1%;
}

.hero_ui-3-bg {
  z-index: 4;
  background-image: linear-gradient(127deg, #0c6ec9, #2719bf);
  border: 1px #ffffff26;
  border-radius: 10px;
  width: 174px;
  height: 114px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.ui_color_swatch {
  cursor: pointer;
  width: 14px;
  height: 15px;
}

.hero_bg {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.paragraph-8 {
  color: #dbdbdb;
  width: 300px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.paragraph-8.ui-txt {
  color: #ddd;
  background-color: #40416b;
  border-radius: 6px;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  height: 64px;
  padding: 11px 8px 8px;
  font-size: 11px;
}

.heading-move {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.3em;
  line-height: 1;
}

.heading-move._1 {
  display: block;
  position: static;
}

.heading-move._5, .heading-move._4 {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  display: block;
  position: static;
}

.heading-move._2 {
  position: static;
}

.heading-move._3, .heading-move._7 {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  display: block;
  position: static;
}

.ui_color {
  background-color: #9064db;
  border-radius: 6px;
  width: 100%;
  height: 96px;
}

.heading-wrap {
  width: 340px;
  height: 200px;
  position: relative;
}

.hero-ui-5 {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #09083f80;
  border-radius: 12px;
  align-items: center;
  width: 285px;
  height: 190px;
  display: flex;
  position: absolute;
  top: 53%;
  left: 54%;
  overflow: hidden;
}

.button-8 {
  cursor: pointer;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 54px;
  margin-top: 20px;
  display: flex;
  position: relative;
  transform: none;
}

.card_color-2 {
  z-index: 1;
  filter: blur(16px);
  mix-blend-mode: normal;
  background-image: linear-gradient(251deg, #0004ffd6, #b115ffd9);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  top: -16%;
  left: 5%;
}

.label {
  z-index: 4;
  color: #fff;
  position: relative;
}

.button_bg {
  z-index: 3;
  background-color: #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 146px;
  height: 50px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.button_bg:hover {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  background-color: #000000bf;
}

.hero_bg-image {
  z-index: -5;
  opacity: .23;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.button_color {
  z-index: 1;
  filter: blur(16px);
  mix-blend-mode: normal;
  background-image: linear-gradient(112deg, #ff0f33d6, #ff6600db);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  top: -21px;
  left: -14px;
}

.button_color._1 {
  background-image: linear-gradient(112deg, #0ff3ffd6, #00b7ffdb);
  top: -24%;
  left: -11%;
}

.button_color._2 {
  background-image: linear-gradient(251deg, #0004ffd6, #b115ffd9);
  top: -15%;
  left: auto;
  right: 54%;
}

.button_color._3 {
  background-image: linear-gradient(251deg, #0004ffd6, #b115ffd9);
  top: 52%;
  left: auto;
  right: -27%;
}

.button_color._4 {
  background-image: linear-gradient(112deg, #0ff3ffd6, #00b7ffdb);
  top: 53%;
  left: auto;
  right: 5%;
}

.ui_color_swatch-wrap {
  z-index: 7;
  grid-column-gap: 0px;
  width: 90px;
  height: 16px;
  padding-left: 0;
  display: flex;
  position: absolute;
  inset: auto 6% 15% auto;
}

.heading_interaction-wrap {
  align-items: center;
  height: 63px;
  display: flex;
  position: relative;
  top: 132px;
}

.card_color-4 {
  z-index: 1;
  filter: blur(16px);
  mix-blend-mode: normal;
  background-image: linear-gradient(112deg, #0ff3ffd6, #00b7ffdb);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  top: 74%;
  left: 6%;
}

.hero_section {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.ui-img-4 {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero_right-wrap {
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 520px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
  right: -2%;
}

.card_color-3 {
  z-index: 1;
  filter: blur(16px);
  mix-blend-mode: normal;
  background-image: linear-gradient(251deg, #0004ffd6, #b115ffd9);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  top: 86%;
  right: 47%;
}

.lesson-img {
  width: 100%;
  height: 38px;
}

.hero_ui-2 {
  z-index: 0;
  border: 1px #ffffff26;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 120px;
  display: flex;
  position: absolute;
  bottom: 67%;
  left: 1%;
  overflow: hidden;
}

.ui-img-3 {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: relative;
}

.hero_left-wrap {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.heading-9 {
  z-index: 0;
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sofia Pro, sans-serif;
  font-size: 4.6em;
  font-weight: 700;
  line-height: 60px;
  position: absolute;
}

.hero_bg-glass {
  z-index: 3;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero_ui-1 {
  z-index: 1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #050435bf;
  border: 1px #ffffff26;
  border-radius: 12px;
  width: 510px;
  position: absolute;
  overflow: hidden;
}

.card_color-1 {
  z-index: 1;
  filter: blur(16px);
  mix-blend-mode: normal;
  background-image: linear-gradient(112deg, #0ff3ffd6, #00b7ffdb);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  top: -16%;
  left: -11%;
}

.card_color-wrap {
  z-index: 2;
  filter: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.wrapper {
  justify-content: space-between;
  width: 920px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ui-img-5 {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: relative;
}

.ui_color-change {
  grid-column-gap: 4px;
  grid-row-gap: 12px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  width: 130px;
  height: 90%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
}

.button_color-wrap {
  z-index: 2;
  filter: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.button_color-wrap.blur {
  filter: blur(5px);
  overflow: hidden;
}

.ui-img-2 {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: relative;
}

.ui-5_lesson-list {
  z-index: 5;
  grid-row-gap: 16px;
  flex-direction: column;
  width: 56%;
  height: 90%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  position: absolute;
  inset: 0% 1% 0% auto;
  overflow: auto;
}

.hero_ui-4 {
  z-index: 1;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #09083f80;
  border-radius: 12px;
  width: 285px;
  height: 190px;
  position: absolute;
  top: 53%;
  left: -1%;
  overflow: hidden;
}

.bold {
  color: #fff;
  font-weight: 700;
}

.hero_ui-3 {
  z-index: 0;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border: 1px #ffffff26;
  border-radius: 12px;
  width: 180px;
  height: 120px;
  position: absolute;
  bottom: 67%;
  left: 36%;
  overflow: hidden;
}

.hero_ui-2-bg {
  z-index: 4;
  background-image: linear-gradient(127deg, #4f40b9, #7aa0ff);
  border: 1px #ffffff26;
  border-radius: 10px;
  width: 174px;
  height: 114px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.hero_bg-blur {
  z-index: -1;
  filter: blur(50px);
  mix-blend-mode: normal;
  background-image: linear-gradient(234deg, #6665a740 10%, #0a6eb6cc 19%, #0816806e 31%, #533aa5cf 41%, #470f72cf 56%, #07497eb0 75%);
  border: 1px #000;
  border-radius: 60%;
  width: 90%;
  height: 80%;
  position: relative;
  top: -8%;
  left: -54%;
}

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

.hero_heading {
  letter-spacing: -.04em;
  font-size: 5.5em;
  font-weight: 700;
  line-height: 1.03;
}

.hero_content {
  width: 45%;
}

.container-21 {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 5.2em;
}

.container-21.is-hero {
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.hero_list {
  backface-visibility: hidden;
  width: 100%;
  padding-top: 109.09%;
  position: relative;
  transform: perspective(3200px)rotate(0);
}

.hero_p {
  width: 100%;
  max-width: 31em;
  font-size: 1.1rem;
}

.hero_p-wrap {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

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

.hero_visual {
  width: 42%;
}

.hero_item {
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding-top: 109.09%;
  position: absolute;
  inset: 0%;
}

.hero_item:first-child {
  opacity: 1;
}

.hero_button {
  color: #254f1a;
  text-align: center;
  background-color: #e9c0e9;
  border-radius: 100vw;
  padding: 1em 1.8em;
  font-size: 1rem;
}

.experience_available-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

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

.section_experience {
  background-color: #fff;
}

.experience_timeline-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.button_glow {
  z-index: -1;
  filter: blur(35px);
  background-color: #61d180;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  display: none;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.experience_timeline-step {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
}

.external-link {
  color: #fff;
  text-decoration: underline;
}

.external-link:hover {
  text-decoration: none;
}

.experience_image {
  width: 6rem;
  height: auto;
}

.experience_progress-bar-wrapper {
  background-color: #00000061;
  width: 2px;
  height: 81%;
  position: absolute;
  top: 3%;
  left: 3.9rem;
  right: auto;
}

.experience_profile-image {
  border: 2px solid #1d1d1d;
  border-radius: 1rem;
  width: 17.31rem;
  height: auto;
  display: block;
}

.experience_timeline-icon-wrapper {
  z-index: 1;
  background-color: #b8b8b8;
  border-radius: 5px;
  margin-top: -1rem;
  padding: 1rem;
  position: relative;
}

.button_text-small {
  padding-top: .1rem;
  padding-bottom: .09rem;
  font-size: .88rem;
}

.experience_profile-partner {
  width: 14rem;
  height: auto;
  margin-left: 2px;
  transform: translate(0, -50%);
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.experience_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.icon-1x1-small {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.experience_content-left {
  position: sticky;
  inset: 28% auto auto 0%;
}

.experience_profile-name {
  color: #6e6e6e;
  text-align: left;
  text-transform: none;
  font-family: Sofia Pro, sans-serif;
  font-size: 30px;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.experience_progress-bar {
  background-color: red;
  width: 2px;
  height: 100%;
}

.button_circle {
  z-index: 0;
  background-color: #61d180;
  border-radius: 50%;
  width: .6rem;
  height: .6rem;
}

.button_circle.is-fill {
  background-color: #61d180;
}

.button_circle.menu_button-circle {
  background-color: #61d180;
  border-color: #61d180;
  margin-bottom: 0;
}

.button_text-regular {
  padding-top: .2rem;
  padding-bottom: .11rem;
  font-size: 1rem;
}

.button_text-regular.is-menu-button-text {
  padding-top: .1rem;
  padding-bottom: .1rem;
}

.button-9 {
  z-index: 0;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #61d180b3;
  border: 2px solid #61d180b3;
  border-radius: .5rem;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  position: relative;
}

.button-9.is-icon {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: box-shadow .2s, background-color .2s;
  display: flex;
}

.button-9.is-icon:hover {
  background-color: #61d180;
  box-shadow: 0 0 96px #61d18033, 0 0 56px #61d18080, 0 0 16px #61d18066;
}

.button-9.is-icon.is-alternate {
  z-index: 0;
  background-color: #141414;
  background-image: url('../images/noise_1noise.webp');
  background-position: 0 0;
  background-size: 800px 800px;
  border-color: #1d1d1d;
  transition: background-color .2s;
}

.button-9.is-icon.is-alternate:hover {
  box-shadow: none;
  background-color: #1d1d1d;
}

.experience_timeline-right {
  padding-top: 0;
  padding-bottom: 2.5rem;
  font-family: Sofia Pro, sans-serif;
}

.experience_timeline-wrapper {
  position: relative;
}

.navbar_logo {
  background-color: #0d0d0d;
  border: 2px solid #1d1d1d;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
}

.navbar_logo.is-icon {
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(0);
}

.navbar_menu-button {
  padding: 0;
}

.navbar_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.navbar_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar_component {
  z-index: 99;
  background-color: #0000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 6rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar_partner {
  width: 8.5rem;
  height: auto;
  margin-bottom: 7px;
}

.navbar_text-wrapper {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.navbar_logo-image-wrapper {
  z-index: 0;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  position: relative;
  overflow: hidden;
}

.navbar_link {
  color: #fff;
  border-radius: .38rem;
  padding: .8rem 1.5rem .75rem;
  transition: background-color .2s;
}

.navbar_link:hover {
  background-color: #1d1d1d;
}

.navbar_link.w--current {
  color: #fff;
  background-color: #1d1d1d;
}

.navbar_logo-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.button-10 {
  z-index: 0;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #61d180b3;
  border: 2px solid #61d180b3;
  border-radius: .5rem;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  position: relative;
}

.button-10.is-navbar-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  background-color: #0000;
  background-image: url('../images/noise_1noise.webp');
  background-position: 0 0;
  background-size: 800px 800px;
  border-style: solid;
  border-color: #1d1d1d;
  align-items: center;
  padding-top: .8rem;
  padding-bottom: .7rem;
  transition: background-color .2s;
  display: flex;
}

.button-10.is-navbar-button:hover {
  background-color: #1d1d1d;
}

.button-10.is-navbar-button.menu_button {
  opacity: 0;
  color: #0d0d0d;
  background-color: #fff;
  border-style: solid;
  border-color: #fff;
  margin-left: .2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  transition: box-shadow .2s;
}

.button-10.is-navbar-button.menu_button:hover {
  box-shadow: 0 0 60px #ffffff4d, 0 0 20px #ffffff80, 0 0 5px #ffffff80;
}

.button-10.is-icon {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: box-shadow .2s, background-color .2s;
  display: flex;
}

.button-10.is-icon:hover {
  background-color: #61d180;
  box-shadow: 0 0 96px #61d18033, 0 0 56px #61d18080, 0 0 16px #61d18066;
}

.button-10.is-icon.is-alternate {
  z-index: 0;
  background-color: #141414;
  background-image: url('../images/noise_1noise.webp');
  background-position: 0 0;
  background-size: 800px 800px;
  border-color: #1d1d1d;
  transition: background-color .2s;
}

.button-10.is-icon.is-alternate:hover {
  box-shadow: none;
  background-color: #1d1d1d;
}

.navbar_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar_menu.is-page-height-tablet {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #0d0d0dd9;
  border: 2px solid #1d1d1d;
  border-radius: .5rem;
  justify-content: flex-start;
  width: 30rem;
  height: 3.46rem;
  padding: .2rem;
  transition: width .2s;
  position: fixed;
  left: 50%;
  right: 0;
  overflow: hidden;
  transform: translate(-50%);
}

.navbar_text {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
}

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

.container-22 {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 5.2em;
}

.container-22.is-hero {
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

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

.features_card {
  background-color: #fff;
  border: 1px solid #13131314;
  border-radius: 1.5rem;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.features_card.is-horizontal {
  flex-direction: row;
}

.features_card-right {
  justify-content: center;
  align-items: center;
  width: 50%;
  max-height: 31.25rem;
  display: flex;
}

.features_card-top {
  grid-row-gap: 1rem;
  flex-direction: column;
  padding: 3.5rem 3.5rem 3rem;
  display: flex;
}

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

.features_card-bottom {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-height: 25.5rem;
  display: flex;
  overflow: hidden;
}

.features_card-left {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 3.5rem;
  display: flex;
}

.features_embed {
  width: 100%;
  height: 25.5rem;
}

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

.text {
  color: gray;
  max-width: 65ch;
  font-size: 1em;
}

.button-11 {
  text-align: center;
  background-color: #20dcc8;
  border: 1px solid #20dcc8;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 40px;
  padding: 8px 20px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: transform .4s, border-color .4s, background-color .4s;
  display: flex;
  box-shadow: 0 8px 20px #3333331a;
}

.button-11:hover {
  color: #fff;
  background-color: #3a3b3c;
  border-color: #0000;
  transform: translate(0, -1.5px);
}

.featured-products__wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.product__name {
  z-index: 10;
  font-size: 2.4em;
}

.featured__arrow {
  pointer-events: auto;
  color: #fff;
  cursor: none;
  background-color: #fff;
  border: 1px solid #e30615;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  inset: 10vw 0% 0% auto;
}

.featured__arrow.left {
  opacity: 1;
  pointer-events: auto;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: wrap;
  margin-top: 0;
  margin-right: 72px;
  inset: 10vw auto 0% 0%;
}

.featured__arrow.left:hover {
  -webkit-text-stroke-color: #000;
}

.speaker-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 101%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.speaker-image.twin-peaks {
  background-image: url('../images/Twin-Peaks-min.jpg');
  background-position: 0 0;
  background-size: cover;
}

.speaker-image.lombard {
  background-image: none;
}

.speaker-image.presidio {
  background-image: url('../images/Presidio-min.jpg');
  background-position: 50%;
  background-size: cover;
}

.speaker-image.four {
  background-image: url('../images/Recurso-3.png');
  background-position: 50%;
  background-size: contain;
}

.speaker-image.two {
  background-image: url('../images/Recurso-4.png');
  background-position: 40% 40%;
  background-size: contain;
}

.speaker-image.one {
  background-image: url('../images/Recurso-3.png');
  background-position: 40% 40%;
  background-repeat: no-repeat;
  background-size: contain;
}

.speaker-image.six {
  background-image: url('../images/Recurso-2.png');
  background-position: 40% 40%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.speaker-image.three {
  background-image: url('../images/Recurso-2.png');
  background-position: 40% 40%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0;
}

.speaker-image.five {
  background-image: url('../images/Recurso-4.png');
  background-position: 50%;
  background-size: contain;
  width: 101%;
}

.speaker-info {
  aspect-ratio: auto;
  align-self: center;
  max-width: 77%;
  max-height: 72%;
  margin: 25px auto;
  padding-top: 0;
}

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

.featured-slide__mask {
  width: 50%;
  padding-bottom: 0;
  overflow: visible;
}

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

.slide-image {
  opacity: 1;
  border: 1px solid #000;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 40%;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.speaker-slide-content {
  z-index: 100;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 50%;
  margin-bottom: -28px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.featured__slider {
  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.slide-arrow {
  width: 18px;
}

.speaker-image-cover {
  z-index: 10;
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #fff0;
  background-image: repeating-linear-gradient(184deg, #fff0, #ffffffba 9%, #fffffffa 39%, #fff);
  height: 101%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-16 {
  background-color: #fff;
}

.section-16.bestseller {
  overflow: hidden;
}

.featured-prod-slider__wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 50%;
  display: flex;
}

.featured__slide {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.content__wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 69px;
  padding: 60px 5% 61px;
  display: flex;
}

.section-17 {
  background-color: #fff;
  background-image: linear-gradient(168deg, #ffffffbf, #fff 81%), url('../images/QUUO-BACK.svg'), url('../images/PATRON-QUUO.svg');
  background-position: 0 0, 50% 100%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, cover;
  background-attachment: scroll, scroll, fixed;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.feature_wrap {
  padding-top: 66px;
  padding-bottom: 106px;
  padding-left: 75px;
}

.feature_image {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.feature_text {
  color: #000;
  font-family: Sofia Pro, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 64px;
}

.h2.how {
  color: #000;
  margin-bottom: 32px;
  margin-right: -76px;
  padding-right: 0;
  font-family: Sofia Pro, sans-serif;
  font-size: 90px;
  font-weight: 700;
}

._480 {
  max-width: 480px;
}

.feature_image-wrap {
  width: 100%;
  max-width: 567px;
  position: relative;
}

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

.feature_grid {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  height: 52vw;
}

.testimonial21_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.padding-section-large-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.testimonial21_client-image-wrapper {
  margin-right: 1rem;
}

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

.text-weight-semibold {
  font-family: Sofia Pro, sans-serif;
  font-weight: 600;
}

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

.text-size-medium-3 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 21px;
  padding-left: 0;
  font-family: Sofia Pro, sans-serif;
  font-size: 1.125rem;
}

.testimonial21_content {
  border: 1px solid #0000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 25rem;
  min-width: 25rem;
  margin-right: 2rem;
  padding: 2rem;
  display: flex;
}

.section_testimonial21 {
  overflow: hidden;
}

.testimonial21_rating-wrapper {
  margin-bottom: 1.5rem;
  display: flex;
}

.testimonial21_loop-trigger {
  display: flex;
}

.testimonial21_client {
  text-align: left;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.testimonial21_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.testimonial21_rating-icon {
  color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

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

.work_image-column.image-column-2 {
  margin-top: -50%;
}

.work_image-column.image-column-1 {
  margin-top: -20%;
}

.work_image-column.image-column-3 {
  margin-top: 0%;
}

.work_image-column.image-column-4 {
  margin-top: -30%;
}

.work_image-column.image-column-5 {
  margin-top: -20%;
}

.section_browse-work {
  position: relative;
}

.button-secondary-2 {
  justify-content: center;
  align-items: center;
  transition: all .35s;
  display: flex;
}

.work_images-wrapper {
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.work_background-images {
  z-index: -1;
  background-color: #fff;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.btn-icon-text-wrapper {
  grid-column-gap: 16px;
  color: #fff;
  background-color: #e25536;
  justify-content: center;
  align-items: center;
  height: 56px;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  display: flex;
}

.gallery_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.gallery_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 5rem;
  position: relative;
}

.work_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.work_image-wrapper.is-vertical {
  padding-top: 120%;
}

.work_image-wrapper.is-rectangular {
  padding-top: 85%;
}

.gallery_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.image-22 {
  height: 100%;
}

.page-padding-3 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.work_component-mobile {
  display: none;
  overflow: hidden;
}

.gallery_arrow {
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.gallery_arrow.is-left {
  right: 4rem;
}

.work_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group-2.is-center {
  justify-content: center;
}

.gallery_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.image-overlay-layer {
  z-index: 1;
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/DESPEGA.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  display: block;
  position: absolute;
  inset: 0%;
}

.work_images-layout {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: none;
}

.work_image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.gallery_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gallery_slide {
  padding-right: 2rem;
}

.gallery_mask {
  width: 25%;
  overflow: visible;
}

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

.paragraph-9 {
  font-family: Sofia Pro, sans-serif;
}

.button-copy-2copy-copy {
  float: none;
  clear: none;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  background-color: #e60004;
  border-radius: 50px;
  margin-top: 74px;
  margin-right: 14px;
  padding: 13px 23px;
  font-family: Sofia Pro, sans-serif;
  text-decoration: none;
  transition: background-color .3s, box-shadow .3s, color .3s;
  display: inline-block;
  left: -339px;
  box-shadow: 0 2px 1px #0000001f;
}

.button-copy-2copy-copy:hover {
  color: #585858;
  background-color: #fff;
}

.marquee-snap_wrapper {
  text-align: center;
  height: 4em;
  font-family: Sofia Pro, sans-serif;
  font-size: 9px;
  font-weight: 300;
  overflow: hidden;
}

.marquee-snap_text-2 {
  letter-spacing: -.03em;
  font-size: 3em;
  font-weight: 300;
  line-height: 1.3;
  display: inline-block;
}

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

.section_experience-2 {
  background-color: #fff;
}

.experience_progress-bar-2 {
  background-color: #e60003;
  width: 2px;
  height: 100%;
}

.heading-10 {
  text-align: left;
  font-family: Sofia Pro, sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 90px;
}

.button-copy-2copy-copy-copy {
  float: none;
  clear: none;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  background-color: #e60004;
  border-radius: 50px;
  margin-top: 40px;
  margin-right: 14px;
  padding: 13px 23px;
  font-family: Sofia Pro, sans-serif;
  text-decoration: none;
  transition: background-color .3s, box-shadow .3s, color .3s;
  display: inline-block;
  left: -339px;
  box-shadow: 0 2px 1px #0000001f;
}

.button-copy-2copy-copy-copy:hover {
  color: #585858;
  background-color: #fff;
}

.container-24 {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.section-timeline {
  z-index: -3;
  background-color: #0a0a0a;
  position: relative;
}

.text-colour-white {
  color: #fff;
}

.timeline_circle {
  background-color: #fff;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0a0a0a;
}

.timeline_quote-text-wrapper {
  flex: 1;
}

.timeline_quote-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.timeline_progress-bar {
  z-index: -1;
  background-color: #fff;
  background-image: linear-gradient(#550001, #ff4848 51%, #e60003);
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.text-colour-lightgrey {
  color: #ffffffa6;
}

.margin-bottom-medium {
  margin-bottom: 32px;
}

.timeline_quote-image {
  border-radius: 8px;
  width: 48px;
  height: 48px;
  margin-right: 24px;
}

.timeline_definition-wrapper {
  background-color: #ffffff0d;
  border-radius: 16px;
  padding: 16px;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.timeline_progress {
  z-index: -2;
  background-color: #414141;
  width: 3px;
  height: 100%;
  position: absolute;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline_quote-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

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

.timeline_text {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.overlay-fade-top {
  background-image: linear-gradient(#0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.overlay-fade-bottom {
  background-image: linear-gradient(to top, #0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.timeline_image-wrapper {
  background-image: linear-gradient(138deg, #000, #0000 28%), url('../images/Image-Background.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 12px;
  overflow: hidden;
}

.timeline_link {
  opacity: .6;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
}

.timeline_date-text {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.timeline_milestone-badge {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_badge {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #ffffff26;
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_quote {
  color: #fff;
  margin-bottom: 16px;
  font-size: 14px;
}

.c-scrolling-item {
  border: 1px solid #000;
  border-radius: 14px;
  flex: none;
  width: 15%;
  margin-right: 20px;
  padding-left: 35px;
  padding-right: 41px;
}

.scroll-item-header {
  color: #000;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Sofia Pro, sans-serif;
  font-size: 1.5em;
  line-height: 1em;
}

._w-content {
  justify-content: center;
  align-items: center;
}

.timeline-header {
  color: #000;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sofia Pro, sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 1.2em;
}

.scroll-details {
  color: #6e6e6e;
  text-align: left;
  text-transform: none;
  margin-bottom: 0;
  font-family: Sofia Pro, sans-serif;
}

.c-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
}

.container-25 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  display: flex;
}

.container-25.top-border {
  border-top: 1px dashed #13131340;
  display: block;
}

.container-25.sticky {
  max-width: none;
  margin-bottom: 20px;
  position: sticky;
  top: 8%;
  overflow: hidden;
}

.c-scroll-track {
  flex: none;
  width: 200vh;
  display: flex;
}

.step-item {
  margin-bottom: 10px;
}

.steps-list {
  margin-bottom: 40px;
  list-style-type: decimal;
}

._w-scrolling-content {
  align-items: flex-start;
  position: relative;
}

.c-scrolling-line {
  align-items: center;
  display: flex;
}

.wrapper-2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 20px;
}

.section-18 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  display: block;
}

.section-18.expand {
  height: 200vh;
}

.scroll-indicator {
  background-color: #e60003;
  border: 2px #ccc;
  border-radius: 20px;
  width: 1500px;
  height: 10px;
  position: relative;
  top: -5px;
  left: 8px;
}

.scroll-line {
  -webkit-text-stroke-color: #8b3b3b;
  background-color: #000;
  width: 50%;
  height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  top: 103px;
  left: 58px;
}

.scroll-line.last {
  display: none;
}

.subheader {
  color: #5f67ff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.2em;
}

.c-scrolling-details {
  padding: 20px 0 20px 1px;
}

.c-details {
  margin-bottom: 40px;
}

.image-23 {
  margin-top: 32px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.div-block-4 {
  padding-bottom: 23px;
}

.text-hide {
  overflow: hidden;
}

.team-intro-wrapper {
  justify-content: center;
  align-items: flex-start;
  max-width: 110em;
  min-height: 100svh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.team-intro-title {
  letter-spacing: .01em;
  font-size: 6em;
  font-weight: 400;
  line-height: 1;
}

.team-text-sticky {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: sticky;
  top: 0;
}

.team-member-image {
  outline-offset: 0px;
  object-fit: contain;
  background-color: #d8d8d8;
  border: 3px #000;
  border-radius: 8em;
  outline: 1px solid silver;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.copy-medium {
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.2;
}

.team-title-wrapper {
  margin-bottom: .6em;
}

.team-member-wrapper {
  border-radius: 999em;
  width: 10em;
  height: 10em;
  font-size: 1.3em;
  position: relative;
  box-shadow: 0 44px 5.2em #0000004f;
}

.team-member-wrapper.is-small {
  font-size: .7em;
}

.team-member-wrapper.is-medium {
  font-size: .8em;
}

.team-member-item.is-center {
  align-self: center;
}

.team-member-item.is-right {
  align-self: flex-end;
}

.team-images-wrapper {
  justify-content: space-between;
  width: 100%;
  margin-top: 72px;
  margin-bottom: 91px;
  display: flex;
}

.team-text-wrapper {
  grid-row-gap: 1em;
  color: #ff3c3a;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  max-width: 300em;
  height: 100%;
  position: absolute;
}

.team-images-column {
  grid-row-gap: 6em;
  flex-direction: column;
  width: 100%;
  max-width: 35%;
  padding-left: 4.5em;
  padding-right: 4.5em;
  display: flex;
  position: relative;
  left: 720px;
}

.image-24, .image-25, .image-26, .image-27, .image-28, .image-29, .image-30, .image-31, .image-32 {
  display: block;
}

.image-33 {
  float: right;
  clear: none;
  position: relative;
  left: -290px;
}

.container-26 {
  margin-left: 43px;
  margin-right: 132px;
  padding-left: 0;
  padding-right: 0;
}

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

.text-size-medium-4 {
  font-size: 1.125rem;
}

.process_step {
  grid-column-gap: 2rem;
  border-radius: 2rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 4rem 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
  position: relative;
}

.process_overlay-top {
  z-index: 2;
  background-image: linear-gradient(#fff, #0000);
  height: 8rem;
  position: absolute;
  inset: 0% 0% auto;
}

.process_item-description {
  z-index: 3;
  position: relative;
}

.process_container {
  position: relative;
}

.section-home-process {
  background-color: #fff;
  position: relative;
}

.process_overlay-bottom {
  z-index: 2;
  background-image: linear-gradient(to top, #fff, #0000);
  height: 8rem;
  position: absolute;
  inset: auto 0% 0%;
}

.process_item-image_container {
  grid-row-gap: 0rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.process_item-image_container.step-3 {
  width: 80%;
  height: auto;
}

.process_item-container {
  z-index: 5;
  background-color: #000;
  background-image: linear-gradient(#1f1f1f, #0b0d01);
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.process_wrapper {
  z-index: 5;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 40% 10% 40%;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.process_item-image {
  width: 100%;
  height: auto;
}

.process_item-image.step-3-1 {
  transform: translate(0, 10%)scale(.8);
}

.process_item-image.step-1 {
  inset: 0%;
  transform: scale(1)translate(0, -3rem)rotate(-15deg);
}

.process_item-image.step-3-2 {
  top: 5%;
  transform: translate(0)scale(.8);
}

.process_item-image.step-3-3 {
  top: 10%;
  transform: translate(0, -10%)scale(.8);
}

.process_item-image.step-2-arrow {
  max-width: 40%;
}

.process_item-indicator {
  z-index: 2;
  background-color: #dbfe52;
  border-radius: 128rem;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
  position: relative;
  box-shadow: 0 0 0 1.5rem #fff;
}

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

.process_timeline-progress {
  z-index: -1;
  background-color: #9353ff;
  width: .1875rem;
  height: 0;
}

.page-padding-4 {
  z-index: 1;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.process_timeline {
  z-index: 1;
  background-color: #0b0d011f;
  width: .1875rem;
  height: 100%;
  position: absolute;
  box-shadow: inset 0 -3px 3px -8px #fff;
}

.text-color-secondary {
  color: #0b0d01a3;
}

.text-style-callout {
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
}

.text-style-callout.text-weight-medium {
  font-weight: 500;
}

.process-image {
  background-image: url('../images/Process_step_background.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 240px;
  display: flex;
}

.step-4-info-wrapper, .step-5-info-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  flex: 1;
  align-items: center;
  padding: 24px;
  display: flex;
}

.paragraph-m {
  letter-spacing: -.4px;
  font-size: 20px;
}

.text-light-grey {
  color: #ffffffa6;
}

.center-div {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.step-3-number {
  z-index: 2;
  border: 8px #161616;
  border-left: 1px #000;
  border-right: 1px #000;
  position: relative;
  overflow: hidden;
}

.step {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  min-width: 120px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.containeeer {
  z-index: 2;
  width: 90%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.containeeer.small {
  max-width: 920px;
}

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

.white-line {
  background-color: #fff;
  width: 2px;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-19 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.section-19.black {
  background-color: #0a0a0a;
}

.step-2-info-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  flex: 1;
  align-items: center;
  padding: 24px;
  display: flex;
}

.step-1-number {
  z-index: 2;
  border: 8px #161616;
  border-left: 1px #000;
  border-right: 1px #000;
  position: relative;
  overflow: hidden;
}

.step-info {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-left: 24px;
  display: flex;
  position: static;
}

.step-2-number {
  z-index: 2;
  border: 8px #161616;
  border-left: 1px #000;
  border-right: 1px #000;
  position: relative;
  overflow: hidden;
}

.black-line {
  background-color: #0a0a0a;
  width: 2px;
  height: 72px;
  position: absolute;
  left: 19px;
  right: 20px;
}

.heading-2-small {
  font-size: 56px;
  line-height: 64px;
}

.step-3-info-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  flex: 1;
  align-items: center;
  padding: 24px;
  display: flex;
}

.step-heading {
  color: #fff;
}

.timeline-wrapper {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.process-wrapper {
  position: relative;
}

.step-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.step-4-number {
  z-index: 2;
  border: 8px #161616;
  border-left: 1px #000;
  border-right: 1px #000;
  position: relative;
  overflow: hidden;
}

.step-1-info-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  flex: 1;
  align-items: center;
  padding: 24px;
  display: flex;
}

.grey-line {
  background-color: #ffffff26;
  width: 2px;
  height: 82%;
  position: relative;
}

.step-5-number {
  z-index: 2;
  border: 8px #161616;
  border-left: 1px #000;
  border-right: 1px #000;
  position: relative;
  overflow: hidden;
}

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

.text-center.mg-bottom-48px {
  float: none;
  margin-bottom: 117px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.text-center.mg-bottom-40px {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-secondary {
  color: #211f54;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 48px;
  padding: 26px 38px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #4a3aff;
  border-color: #4a3aff;
  transform: translate3d(0, -3px, .01px);
}

.btn-secondary.width-100 {
  color: #000;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Sofia Pro, sans-serif;
  font-weight: 900;
}

.btn-secondary.width-100:hover {
  color: #fff;
  background-color: #e30615;
  border-color: #d9d9da;
}

.inner-container._600px {
  max-width: 600px;
}

.inner-container._600px.center {
  max-width: 11000%;
  padding-bottom: 0;
}

.inner-container._700px {
  max-width: 700px;
}

.grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  display: grid;
}

.grid-3-columns._1-col-tablet {
  margin-top: -106px;
}

.mg-bottom-24px {
  color: #000;
  margin-bottom: 24px;
  font-family: Sofia Pro, sans-serif;
}

.section-20 {
  background-color: #000;
  padding-top: 125px;
  padding-bottom: 125px;
}

.container-default {
  max-width: 1218px;
  height: 100%;
  padding: 0 24px;
}

.card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px #14142b0f;
}

.card.content-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 24px;
  display: flex;
}

.card.content-center.link-card {
  color: #6e7191;
  transform-style: preserve-3d;
  background-color: #fff;
  padding: 29px 21px 22px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.card.content-center.link-card:hover {
  background-color: #fff;
  transform: scale3d(.94, .94, 1.01);
}

.card.link-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  -webkit-text-stroke-color: #4d4d4d;
  transform-style: preserve-3d;
  background-color: #fff;
  border-color: #d1d1d1;
  border-radius: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: block;
  box-shadow: 0 2px 7px #14142b0f;
}

.card.link-card:hover {
  background-color: #fff;
  transform: scale3d(.96, .96, 1.01);
}

.card.pricing-popular {
  color: #f7f7fc;
  background-color: #4a3aff;
  position: relative;
}

.image-wrapper---br-top {
  border-radius: 20px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  transform: translate(0);
}

.link-wrapper {
  color: #211f54;
  transition: none;
  display: inline-block;
}

.link-wrapper:hover, .link-wrapper.color-primary {
  color: #4a3aff;
}

.link-wrapper.color-primary:hover {
  color: #211f54;
}

.link-text {
  transition: color .3s;
  display: inline-block;
}

.line-rounded-icon.link-icon-right {
  margin-left: 6px;
  display: inline-block;
}

.section-21 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.pd---content-inside-card {
  margin-left: auto;
  margin-right: auto;
  padding: 10px 28px 0;
}

.image-35.width-100 {
  border-radius: 0;
}

.heading-11 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-12 {
  font-family: Sofia Pro, sans-serif;
}

.bold-text-5 {
  color: #000;
}

.html-embed {
  border-radius: 100px;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: -72px;
  display: flex;
}

.section-21-copy {
  background-image: linear-gradient(360deg, #fff0, #fff 65%), url('../images/434.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, auto;
  padding-top: 64px;
  padding-bottom: 64px;
}

.resources-block {
  color: #fff;
  text-align: left;
  align-self: flex-start;
  width: 100%;
  margin-top: 220px;
}

.text-2 {
  color: #e0cffe;
  overflow: hidden;
}

.text-2.margin-5-left {
  margin-left: 5px;
  padding-left: 7px;
  padding-right: 12px;
}

.text-2.wrap {
  color: #402e70;
  text-align: center;
  background-color: #e0cffe;
  padding: 8px 16px 8px 24px;
}

.text-2.margin-right {
  text-align: right;
  margin-right: 20px;
}

.text-2.margin-right.top {
  width: 45%;
}

.text-2.margin-left {
  margin-left: 20px;
}

.text-2.margin-left.top {
  width: 45%;
}

.text-2.margin-5-right {
  text-align: right;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 7px;
  padding-right: 7px;
}

.line-ver-copy {
  transform-origin: 50% 0;
  background-color: #0000;
  align-self: center;
  width: 10px;
  height: 200px;
}

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

.flex.center-2 {
  justify-content: space-between;
  align-items: center;
  padding-right: 0;
}

.flex.half {
  width: 51.4%;
}

.flex.hor {
  justify-content: center;
}

.flex.hor.space-bwtween {
  justify-content: space-between;
  align-items: center;
}

.flex.hor.space-bwtween.top {
  align-items: flex-start;
}

.flex.hor.left {
  justify-content: space-between;
  align-items: flex-start;
}

.flex.hor.middle {
  justify-content: space-between;
  align-items: stretch;
}

.flex.hor.center {
  justify-content: center;
}

.flex.hor.left {
  justify-content: space-between;
}

.flex.ver {
  flex-direction: column;
  align-items: stretch;
}

.flex.ver.margin-24 {
  margin-right: 24px;
}

.flex.ver.half-right {
  align-items: flex-end;
  width: 49%;
}

.flex.ver.half-right.down {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
}

.flex.ver.quarter {
  align-items: flex-end;
}

.flex.ver.half {
  width: 50%;
}

.flex.ver.left {
  width: 100%;
}

.flex.ver.center {
  color: #f10800;
  align-items: center;
}

.flex.ver.half {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
}

.flex.right {
  justify-content: space-between;
  align-self: flex-end;
  margin-left: 0%;
}

.line-container {
  width: 42%;
}

.line-ver {
  transform-origin: 50% 0;
  background-color: #e0cffe;
  align-self: center;
  width: 10px;
  height: 200px;
}

.line-ver.long {
  height: 400px;
}

.line-ver.extra-short {
  height: 40px;
}

.line-ver.margin-top {
  margin-top: -10px;
}

.line-ver.short-bottom {
  height: 100px;
  margin-bottom: -10px;
}

.line-ver.med {
  height: 250px;
}

.line-ver.short-copy {
  height: 100px;
  margin-top: 0;
  margin-bottom: -10px;
}

.line-ver.origin-botttom {
  transform-origin: 50% 100%;
}

.line-ver.short {
  height: 100px;
  margin-top: -10px;
}

.line-hor {
  background-color: #e0cffe;
  width: 100%;
  height: 10px;
}

.line-hor.origin-right {
  transform-origin: 100%;
}

.line-hor.origin-left {
  transform-origin: 0%;
}

.line-hor.quarter-2 {
  width: 51.3%;
}

.line-hor.quarter-2.origin-right {
  width: 50%;
}

.line-hor.quarter {
  width: 51.2%;
}

.line-hor.quarter.origin-right {
  width: 50%;
}

.line-hor.extra-short-2 {
  width: 50px;
}

.line-hor.extra-short-3 {
  width: 30px;
  margin-right: 20px;
}

.line-hor.quarter-2-copy {
  width: 51.4%;
}

.line-hor.quarter-2-copy.origin-right {
  width: 50%;
}

.container-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 220px;
  display: flex;
}

.bg-shadow {
  z-index: 1;
  border-radius: 16px;
  position: absolute;
  inset: 0%;
  box-shadow: 7px 7px 20px #12121212;
}

.step-2 {
  z-index: 2;
  background-color: #fff;
  border-radius: 16px;
  align-items: center;
  padding: 7% 12%;
  display: flex;
  position: relative;
}

.dot {
  z-index: 3;
  background-color: #000;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-bottom: -6px;
  position: relative;
}

.content-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

.label-2 {
  color: #e60003;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Sofia Pro, sans-serif;
  font-weight: 700;
}

.scroll-animate {
  transform-origin: 50% 0;
  background-color: #e60003;
  width: 2px;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.img-block {
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.content-wrap {
  justify-content: flex-end;
  width: 40%;
  display: flex;
}

.heading-13 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Sofia Pro, sans-serif;
  font-weight: 900;
  display: flex;
}

.steps-clone {
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.scroll-base {
  transform-origin: 50% 0;
  background-color: #eeeff4;
  width: 6px;
  height: 100%;
}

.step-content-block {
  text-align: left;
  align-self: center;
  position: relative;
}

.step-block {
  flex-wrap: nowrap;
  place-content: center space-around;
  align-self: auto;
  align-items: center;
  min-height: 50vh;
  margin-top: -1px;
  display: flex;
  position: relative;
}

.content {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.scoll-wrap {
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 50%;
}

.container-27 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  margin-bottom: 10%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.paragraph-10 {
  font-family: Sofia Pro, sans-serif;
  font-size: 15px;
}

.paragraph-11 {
  margin-top: -15px;
  margin-bottom: 0;
  padding-left: 13px;
}

.button-12 {
  color: #fff;
  background-color: #e60004;
  border-radius: 8em;
  justify-content: center;
  align-items: center;
  margin-bottom: 13px;
  padding: 1.09em 1.09em 0 0;
  font-family: Sofia Pro, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.cards__company-2 {
  text-align: left;
  margin-top: 1.8em;
  margin-bottom: .5em;
  padding-left: 0;
  font-family: Sofia Pro, sans-serif;
  font-size: 1.25em;
  font-weight: 200;
}

.paragraph-12, .paragraph-13 {
  color: #000;
}

.paragraph-14 {
  color: #000;
  flex-direction: row;
  order: 0;
  align-self: auto;
  align-items: flex-start;
  display: block;
}

.paragraph-15 {
  color: #000;
}

.line-hor-2 {
  background-color: #f10800;
  width: 100%;
  height: 10px;
}

.line-hor-2.origin-left {
  transform-origin: 0%;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 100px;
}

.line-hor-2.origin-right {
  transform-origin: 100%;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  width: 100%;
}

.line-hor-2.quarter-2-copy {
  width: 51.4%;
}

.line-hor-2.quarter-2-copy.origin-right {
  width: 100%;
}

.paragraph-16 {
  color: #000;
}

.text-3 {
  color: #f10800;
  overflow: hidden;
}

.text-3.margin-5-left {
  margin-left: 5px;
  padding-left: 7px;
  padding-right: 12px;
}

.text-3.margin-right {
  text-align: right;
  margin-right: 20px;
}

.text-3.margin-right.top {
  width: 45%;
}

.text-3.margin-left {
  margin-left: 20px;
}

.text-3.margin-left.top {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.text-3.margin-5-right {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 7px;
  padding-right: 7px;
  display: flex;
}

.paragraph-17 {
  color: #000;
  -webkit-text-stroke-color: #4c3b69;
}

.line-ver-2 {
  transform-origin: 50% 0;
  background-color: #f10800;
  align-self: center;
  width: 10px;
  height: 200px;
}

.line-ver-2.long {
  height: 200px;
}

.line-ver-2.short {
  border-top-right-radius: 50px;
  height: 200px;
  margin-top: -10px;
}

.text-4 {
  color: #f10800;
  overflow: hidden;
}

.text-4.margin-5-left {
  margin-left: 5px;
  padding-left: 7px;
  padding-right: 12px;
}

.text-4.margin-right {
  text-align: right;
  margin-right: 20px;
}

.text-4.margin-right.top {
  width: 45%;
}

.text-4.margin-left {
  margin-left: 20px;
}

.text-4.margin-left.top {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.text-4.margin-5-right {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 7px;
  padding-right: 7px;
  display: flex;
}

.paragraph-18 {
  color: #000;
  -webkit-text-stroke-color: #4c3b69;
}

.line-ver-3 {
  transform-origin: 50% 0;
  background-color: #f10800;
  align-self: center;
  width: 10px;
  height: 200px;
}

.line-ver-3.long {
  height: 200px;
}

.line-ver-3.short {
  border-top-right-radius: 50px;
  height: 200px;
  margin-top: -10px;
}

.slide-image-2 {
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 60%;
  height: 65vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.speaker-slide-content-2 {
  z-index: 100;
  text-align: center;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 70%;
  margin-left: -414px;
  margin-right: -414px;
  padding-bottom: 35px;
  display: flex;
  position: relative;
}

.speaker-image-cover-2 {
  z-index: 10;
  opacity: 1;
  cursor: pointer;
  background-image: linear-gradient(#000000e0, #000000e0);
  border-radius: 20px;
  height: 101%;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.speakers-hero-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.speaker-slider {
  background-color: #000;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  margin-bottom: 36px;
  padding-top: 0;
  display: flex;
}

.speaker-slide {
  border-radius: 0;
  margin-top: 0;
  padding-left: 0;
}

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

.clip-text-2 {
  overflow: hidden;
}

.clip-text-2.speaker-headding {
  margin-top: -40px;
  margin-bottom: 36px;
  padding-top: 0;
  font-family: Sofia Pro, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.speaker-slider-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.speaker-slide-mask {
  width: 33.33%;
  overflow: visible;
}

.section-22 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 5vw;
  display: flex;
  position: relative;
}

.section-22.home-hero-section {
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
  padding: 0 0;
  overflow: hidden;
}

.speaker-info-2 {
  max-width: 500px;
  margin-top: 26px;
  margin-bottom: 25px;
}

.speaker-name {
  z-index: 10;
  color: #fff;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 20px;
  display: block;
  position: relative;
}

.speaker-arrow {
  background-color: #fff0;
  border: 1px solid #e60003;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 84% -2% 0% 6%;
}

.speaker-arrow.left {
  border-style: solid;
  border-color: #e60003;
  margin-right: 72px;
  inset: 84% 46% 0% 52%;
}

.body-display {
  color: #8a94a6;
  line-height: 1.55em;
}

.body-display.large {
  font-size: 18px;
  line-height: 1.6em;
}

.button-13 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.tabs-menu {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: Sofia Pro, sans-serif;
  display: flex;
}

.subtitle {
  color: #4a3aff;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 20px;
}

.icon-list-item-wrapper {
  align-items: center;
  display: flex;
}

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3324d5;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary.white {
  color: #4a3aff;
  background-color: #fff;
}

.btn-primary.white:hover {
  color: #4a3aff;
  background-color: #f2f1ff;
}

.text-300 {
  font-size: 22px;
  line-height: 22px;
}

.text-300.medium {
  font-weight: 500;
}

.text-300.medium.top-8px {
  position: relative;
  top: 8px;
}

.text-200 {
  line-height: 20px;
}

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

.text-200.medium {
  font-weight: 500;
}

.text-200.list {
  line-height: 24px;
}

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

.flex-horizontal.start {
  justify-content: flex-start;
}

.display-4 {
  color: #211f54;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.display-4.color-neutral-100 {
  color: #fff;
}

.heading-h1-size {
  color: #211f54;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.heading-h1-size.mg-right-8px.color-neutral-100 {
  color: #fff;
}

.divider-2 {
  background-color: #dcddeb;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider-2._40px {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mg-top-24px {
  margin-top: 24px;
}

.pricing-content {
  padding: 40px 28px 72px;
}

.pricing-content.pd-bottom-40px {
  padding-bottom: 40px;
}

.tabs-menu-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.tabs-menu-2.bg-grey {
  background-color: #f7f7fc;
  border-radius: 120px;
  align-items: center;
  margin-bottom: 165px;
  padding: 16px 24px;
  display: flex;
}

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

.mg-bottom-32px {
  margin-bottom: 32px;
}

.badge-secondary {
  color: #211f54;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcddeb;
  border-radius: 40px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 2px 12px #14142b0f;
}

.badge-secondary.tabs {
  margin-left: 12px;
  margin-right: 12px;
  transition: background-color .3s, border-color .3s, color .3s;
}

.badge-secondary.tabs:hover, .badge-secondary.tabs.w--current {
  color: #fff;
  background-color: #4a3aff;
  border-color: #4a3aff;
}

.icon-list {
  margin-right: 16px;
}

.tabs-content {
  overflow: visible;
}

.square-icon {
  border-radius: 16px;
}

.mg-top-48px {
  margin-top: 48px;
}

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

.section-23 {
  padding-top: 176px;
  padding-bottom: 176px;
}

.container-default-2 {
  flex-direction: column;
  align-items: center;
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.tab-link-tab-1 {
  background-color: #66484800;
  border: 1px solid #e30615;
  border-radius: 20px;
  margin-left: 29px;
  margin-right: 29px;
}

.tab-link-tab-1.w--current {
  color: #fff;
  background-color: #e60003;
  border-radius: 20px;
  margin-right: 35px;
}

.tab-link-tab-2 {
  color: #000;
  -webkit-text-stroke-color: #fff;
  background-color: #fff0;
  border: 1px solid #e60003;
  border-radius: 20px;
  padding-left: 30px;
}

.tab-link-tab-2.w--current {
  color: #fff;
  background-color: #e60003;
}

.link-18 {
  color: #fff;
}

.text-span, .text-span-2 {
  color: #fff0;
}

.section-copy {
  padding: 171px 0 0;
}

.section-copy {
  background-color: #000;
  height: 0%;
  padding: 171px 0 0;
}

.section-copy.main {
  color: #fff;
  text-shadow: 0 1px #0000003b;
  -webkit-text-fill-color: inherit;
  background-color: #4f8d74;
  background-image: linear-gradient(#00000080, #00000080), url('../images/5c4d04cb-ca28-4bcf-a211-66aa972af192.jpg');
  background-position: 0 0, 0 -140px;
  background-size: auto, cover;
  background-clip: border-box;
  border: 1px solid #030303;
  margin-top: 0;
  padding-top: 266px;
  padding-bottom: 171px;
}

.section-copy.footer {
  color: #e4e8eb;
  background-color: #2b2c2e;
  padding-top: 42px;
  padding-bottom: 42px;
}

.section-copy.footer.copyright {
  color: #939596;
  background-color: #1c1d1f;
  padding-top: 19px;
  padding-bottom: 19px;
  font-size: 14px;
}

.section-copy.purple {
  background-color: #f1f1f1;
}

.section-copy.clients {
  background-color: #eee;
  padding-top: 0;
  padding-bottom: 0;
}

.section-copy.press {
  background-color: #3e5c50;
  padding-top: 29px;
  padding-bottom: 38px;
}

.section-24 {
  background-image: linear-gradient(#fff0, #fff), linear-gradient(356deg, #fff0, #fff), url('../images/B2ACK.svg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.buttonp0000copy-copy-copy {
  float: none;
  clear: none;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  background-color: #e60004;
  border-radius: 50px;
  width: 24vw;
  margin: -109px auto 80px;
  padding: 13px 12px;
  font-family: Sofia Pro, sans-serif;
  text-decoration: none;
  transition: background-color .3s, box-shadow .3s, color .3s;
  display: block;
  left: -339px;
  box-shadow: 0 2px 1px #0000001f;
}

.buttonp0000copy-copy-copy:hover {
  color: #585858;
  background-color: #fff;
}

.h1 {
  color: #fff;
  text-align: center;
}

.button-14 {
  text-align: center;
  background-color: #20dcc8;
  border: 1px solid #20dcc8;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 40px;
  padding: 8px 20px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: transform .4s, border-color .4s, background-color .4s;
  display: flex;
  box-shadow: 0 8px 20px #3333331a;
}

.button-14:hover {
  color: #fff;
  background-color: #3a3b3c;
  border-color: #0000;
  transform: translate(0, -1.5px);
}

.button-14.gray-hover {
  margin-top: 30px;
}

.button-14.gray-hover:hover {
  background-color: gray;
}

.hero__content {
  background-image: linear-gradient(#00000080, #00000080);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.clip-text-hero {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.clip-text-hero.lottie {
  padding-top: 40px;
  position: absolute;
  inset: auto 0% 15%;
}

.scroll-down {
  width: 50px;
}

.p1 {
  color: gray;
}

.p1.centered {
  text-align: center;
  font-size: 1em;
}

.p1.centered.white {
  color: #e5e6e6;
}

.section-copy-copy {
  padding: 102px 0 70px;
}

.section-copy-copy.main {
  color: #fff;
  text-shadow: 0 1px #0000003b;
  -webkit-text-fill-color: inherit;
  background-color: #4f8d74;
  background-image: linear-gradient(#00000080, #00000080), url('../images/5c4d04cb-ca28-4bcf-a211-66aa972af192.jpg');
  background-position: 0 0, 0 -140px;
  background-size: auto, cover;
  background-clip: border-box;
  border: 1px solid #030303;
  margin-top: 0;
  padding-top: 266px;
  padding-bottom: 171px;
}

.section-copy-copy.footer {
  color: #e4e8eb;
  background-color: #2b2c2e;
  padding-top: 42px;
  padding-bottom: 42px;
}

.section-copy-copy.footer.copyright {
  color: #939596;
  background-color: #1c1d1f;
  padding-top: 19px;
  padding-bottom: 19px;
  font-size: 14px;
}

.section-copy-copy.purple {
  background-color: #f1f1f1;
}

.section-copy-copy.clients {
  background-color: #eee;
  padding-top: 0;
  padding-bottom: 0;
}

.section-copy-copy.press {
  background-color: #3e5c50;
  padding-top: 29px;
  padding-bottom: 38px;
}

.bold-text-3-copy {
  color: #fff;
  font-family: Sofia Pro, sans-serif;
  font-size: 90px;
}

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

.heading-2-copy-copy {
  color: #505050;
  font-family: Sofia Pro, sans-serif;
}

.bold-text-4-copy {
  color: var(--cornflower-blue);
  font-weight: 300;
}

.bold-text-4-copy-copy {
  color: var(--griss);
  font-weight: 300;
}

.section-20-copy {
  background-color: #000;
  padding-top: 125px;
  padding-bottom: 125px;
}

.grid-3-columns-copy {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  display: grid;
}

.grid-3-columns-copy._1-col-tablet {
  margin-top: -106px;
}

.grid-3-columns-copy._1-col-tablet-copy {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: -106px;
}

.mg-bottom-24px-copy {
  color: #000;
  margin-bottom: 66px;
  font-family: Sofia Pro, sans-serif;
}

.uploadcare {
  font-family: Sofia Pro, sans-serif;
  display: block;
  overflow: visible;
}

.form-block {
  border: 1px solid #00000026;
  margin-bottom: 0;
  padding: 2rem;
}

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

.text-field-3, .text-field-4 {
  display: block;
}

.text-field-5, .text-field-6 {
  display: none;
}

.image-36, .image-37, .image-38, .image-39, .image-40, .image-41, .image-42 {
  max-width: 80%;
}

.nav_btn-bg {
  z-index: -1;
  background-color: #fff;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(0, 100%);
}

.nav_bar-wrap {
  text-align: center;
  background-color: #1d1d1f;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: none;
}

.nav_btn {
  z-index: 1;
  color: #1d1d1f;
  letter-spacing: -.01em;
  background-color: #e60307;
  border-radius: 100px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.nav_btn-wrap, .nav_btn-wrap.mobile-btn-wrap {
  align-items: center;
  display: flex;
}

.nav_component-2 {
  z-index: 999;
  border-radius: 100px;
  padding: 24px;
  transition: all .35s;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link-3 {
  z-index: 1;
  color: #fff;
  letter-spacing: -.01em;
  margin-left: 4px;
  margin-right: 4px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.nav_layout {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  outline-offset: 0px;
  background-color: #00000061;
  border-radius: 100px;
  outline: .1px solid #444;
  justify-content: space-between;
  align-items: center;
  padding: 8px 8px 8px 20px;
  display: flex;
}

.nav_logo {
  width: 100px;
  height: auto;
}

.nav_logo-wrap {
  margin-right: 20px;
}

.nav_menu {
  color: #fff;
  align-items: center;
  font-family: Sofia Pro, sans-serif;
  font-weight: 300;
  display: flex;
}

.nav_menu.mobile-menu {
  align-items: center;
  display: flex;
}

.nav-link-bg {
  z-index: -1;
  background-color: #e60307;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(0, 100%);
}

.nav_container {
  outline-offset: 0px;
  border-radius: 100px;
  outline: .1px #444;
  width: 100%;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.section-nav {
  background-color: #0e0e0e;
  border-radius: 0;
}

.mobile_menu-wrapper {
  opacity: 0;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding: 8px 20px;
  display: none;
  transform: translate(0, -100%);
}

.text-block-8 {
  color: #000;
  font-family: Sofia Pro, sans-serif;
  font-weight: 400;
}

.text-block-10 {
  font-family: Sofia Pro, sans-serif;
  font-weight: 400;
}

.nav-link-3-copy {
  z-index: 1;
  color: #fff;
  letter-spacing: -.01em;
  z-index: 1;
  letter-spacing: -.01em;
  z-index: 1;
  letter-spacing: -.01em;
  z-index: 1;
  letter-spacing: -.01em;
  z-index: 1;
  letter-spacing: -.01em;
  margin-left: 4px;
  margin-right: 4px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.tabs-content-wrapper {
  margin-top: 2em;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

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

.tab-content-item {
  float: none;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.tabs-nav-item {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-radius: 999em;
  flex: 1;
  padding: 1em 2em;
  transition: all .3s;
  position: relative;
}

.tabs-nav-item:hover {
  background-color: #535353;
}

.tabs-nav-item.w--current {
  color: #000;
  background-color: #0000;
  font-weight: 500;
}

.tabs-nav-item._02 {
  cursor: none;
  align-self: center;
  padding-top: .5em;
  padding-bottom: .5em;
  display: block;
}

.tabs-nav-item._02.w--current {
  cursor: none;
}

.tabs-nav-item._01 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-height: 0%;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5em;
  padding-bottom: .5em;
  display: block;
}

.tab-content-title {
  color: #fff;
  font-size: 3em;
  font-weight: 500;
  line-height: 1;
  position: absolute;
}

.tab-content-image {
  border-radius: 1.4em;
}

.tabs-menu-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #464646;
  border-radius: 999em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  max-width: 30%;
  margin-left: auto;
  margin-right: auto;
  padding: .4em 7px;
  display: flex;
}

.container-w3 {
  width: 100%;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
}

.tabs-nav-background {
  z-index: 0;
  background-color: #e60309;
  border-radius: 999em;
  margin-top: 1px;
  margin-bottom: 1px;
  position: absolute;
  inset: 0%;
  box-shadow: 0 22px 2.5em #0006;
}

.tabs {
  float: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: none;
  max-height: 0%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.tabs-nav-text {
  z-index: 1;
  font-family: Sofia Pro, sans-serif;
  position: relative;
}

.tabs-nav-text-copy {
  z-index: 1;
  color: #fff;
  z-index: 1;
  font-family: Sofia Pro, sans-serif;
  position: relative;
}

.ss-number {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 100%;
  margin-right: 20px;
  display: flex;
  position: static;
  left: 0;
}

.ss-inner-left {
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding: 60px 15px;
  display: flex;
  position: static;
}

.ss-tag-line {
  color: #3caab4;
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
}

.ss-title {
  color: #112631;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 600;
  line-height: 72px;
}

.ss-image-wrapper {
  width: 100%;
  height: 0;
  padding-top: 660px;
  position: relative;
}

.swiper-slide {
  background-color: #fff;
  margin-bottom: 0;
}

.ss-inner-right {
  width: 100%;
  max-width: 570px;
  padding-left: 15px;
  padding-right: 15px;
}

.ss-content-container {
  padding-top: 30px;
}

.animationline {
  background-color: #3caab4;
  width: 50px;
  height: 1px;
  position: absolute;
  inset: auto auto auto 0%;
}

.ss-inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.ss-inner-left-container {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  display: flex;
  position: relative;
}

.ss-paragraph {
  color: #4a494b;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 30px;
}

.ss-number-text {
  color: #8d99a0;
  background-color: #fff;
  margin-bottom: 30px;
  font-size: 38px;
  line-height: 45px;
  transform: rotate(-90deg);
}

.ss-goto-cta {
  line-height: 24px;
}

.ss-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.ss-tagline-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  padding-left: 60px;
  display: flex;
  position: relative;
}

.ss-cta-link {
  color: #fff;
  text-transform: capitalize;
  background-color: #0074a2;
  border: 2px solid #0000;
  border-radius: 5px;
  padding: 18px 38px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  transition: all .4s;
}

.ss-cta-link:hover {
  color: #0074a2;
  background-color: #fff;
  border-color: #0074a2;
}

.ss-number-line {
  color: #8d99a0;
  background-color: #8d99a0;
  width: 2px;
  height: 87%;
  min-height: auto;
  position: absolute;
  top: 76px;
  bottom: 0;
}

.slide_description.text-style-muted {
  color: #aaa;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.rotate_wrapper-heading {
  perspective-origin: 50%;
  transform-origin: 0%;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.line {
  background-color: #777;
  width: 75px;
  height: 2px;
  margin-left: .5rem;
  margin-right: .5rem;
}

.arrow_link {
  background-color: #999;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  margin-top: 66.4375rem;
  margin-bottom: 5rem;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 10%;
}

.arrow_link.right {
  background-color: #0000;
  border: 1px solid #000;
  width: 3rem;
  height: 3rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  transition: all .3s;
  inset: 15vh auto auto 20vw;
}

.arrow_link.right:hover {
  background-color: #777;
}

.arrow_link.left {
  background-color: #0000;
  border: 1px solid #000;
  width: 3rem;
  height: 3rem;
  margin-top: 0;
  margin-bottom: 0;
  transition: all .3s;
  inset: 15vh auto auto 10vh;
}

.arrow_link.left:hover {
  background-color: #777;
}

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

.slide-1_image {
  object-fit: cover;
  width: 37vw;
  height: 30vh;
}

.mask-2 {
  z-index: 3;
}

.slide-3 {
  background-color: #2700ff;
}

.slide_heading-container {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 30vh auto auto 10vh;
}

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

.slide_number {
  color: #fff;
  font-family: Varela Round, sans-serif;
}

.slide_number.is_dark {
  color: #4e4e4e;
}

.rotate_wrapper {
  z-index: 50;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% 55%;
}

.slider_arrow {
  color: #aaa;
  font-size: 25px;
  position: static;
}

.slide_heading {
  color: #fff;
  font-family: Varela Round, sans-serif;
  font-size: 3rem;
  font-weight: 400;
}

.slide_heading.is_dark {
  color: #4e4e4e;
}

.slider_button {
  z-index: 4;
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 100vw;
  padding: .875rem 2rem;
  font-family: Exo, sans-serif;
  font-weight: 600;
  transition: all .3s;
  position: static;
  inset: 56% auto auto 10%;
}

.slider_button:hover {
  color: #000;
  background-color: #fff;
}

.slider_button.is_dark {
  color: #4e4e4e;
  border-color: #4e4e4e;
}

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

.slide-2 {
  z-index: 4;
  transform-origin: 50%;
  background-color: #503bc7;
  position: static;
}

.slider-2 {
  background-color: #0000;
  height: 100vh;
  position: static;
  overflow: hidden;
}

.slide_image-container {
  z-index: 22;
  background-color: #7e67ff;
  border-radius: 12px;
  padding: 1rem;
  display: inline-block;
  position: static;
  inset: 0%;
  overflow: hidden;
}

.slide_image-container.is-blue {
  background-color: #2700ff;
}

.slide_image-container.is-white {
  background-color: #fff;
}

.carousel_bg {
  z-index: 2;
  background-color: #503bc7;
  border-radius: 50%;
  width: 100vw;
  height: 110vh;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  position: absolute;
  inset: 0% -50% auto auto;
}

.carousel_bg.is-slateblue {
  background-color: #a99aff;
}

.carousel_bg.is-lightgrey {
  background-color: #c5c5c5;
}

.carousel_bg.is-lightblue {
  background-color: #9c8cf5;
}

.carousel_bg.is-midnightblue {
  background-color: #060b29;
  right: -48vw;
}

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

.slider-3.padding-top {
  padding-top: 3em;
}

.mask {
  overflow: visible;
}

.slide-3 {
  height: auto;
  position: static;
}

.left-arrow {
  border: .5px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
  inset: -20px 130px auto auto;
  overflow: visible;
}

.right-arrow {
  background-color: #ffffff1a;
  border: .5px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
  inset: -20px 0 auto auto;
  overflow: visible;
}

.image-43 {
  transform: rotate(180deg);
}

.slide-nav-7 {
  inset: auto 0% -25%;
}

.hero_list-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: 100%;
  display: grid;
}

.image-44 {
  aspect-ratio: 5 / 6.5;
}

.phone-mock-2 {
  background-color: #1d1c1a;
  border-radius: 40px;
  width: 70%;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px #0000000f;
}

.phone-mock_border-2 {
  z-index: 1;
  border: 12px solid #1d1c1a;
  border-radius: 28px;
  position: absolute;
  inset: 0%;
}

.h4 {
  margin-top: 0;
  margin-bottom: .8em;
  font-size: 1.2rem;
  font-weight: 500;
}

.u-position-relative {
  position: relative;
}

.swiper-wrapper {
  height: 100%;
  display: flex;
}

.swiper-wrapper.cc-how-slider-thumbs {
  flex-direction: column;
}

.swiper-slider_details-collapse {
  display: none;
}

.col {
  flex: 1;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.col.col-lg-7 {
  flex-basis: 58.33%;
  max-width: 58.3333%;
}

.col.col-lg-5 {
  flex-basis: 41.67%;
  max-width: 41.6667%;
}

.container-28 {
  width: 90%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.row {
  flex-wrap: wrap;
  align-content: stretch;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.row.row-align-center {
  align-items: center;
}

.slider-arrow-2 {
  color: #dfddd6;
  background-color: #0000;
  border: 1px solid #888680;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  font-size: 24px;
  transition: all .2s;
  display: flex;
}

.slider-arrow-2:hover {
  color: #fff;
  background-color: #888680;
}

.slider-arrow-2.cc-how-slide-left {
  z-index: 2;
  position: absolute;
  inset: 50% auto auto 40px;
  transform: translate(0, -50%);
}

.slider-arrow-2.cc-how-slide-right {
  z-index: 2;
  position: absolute;
  inset: 50% 40px auto auto;
  transform: translate(0, -50%);
}

.page-wrapper-10 {
  color: #fff;
  background-color: #1d1c1a;
  position: relative;
}

.swiper-slide-2 {
  flex: none;
  width: 100%;
  height: 100%;
}

.swiper-slide-2.cc-how-slider {
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
}

.swiper-slide-2.cc-how-slider-thumbs {
  color: #888680;
  border-radius: 8px;
  padding: 24px;
}

.swiper-slide-2.cc-how-slider-thumbs:focus-visible, .swiper-slide-2.cc-how-slider-thumbs[data-wf-focus-visible] {
  outline-offset: -4px;
}

.swiper-slide-2.cc-how-slider-thumbs.swiper-slide-thumb-active {
  color: #fff;
  background-color: #302f2c;
}

.section-25 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.phone-mock_tab-2 {
  background-color: #1d1c1a;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
  width: 50%;
  height: 32px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.phone-screen_wrapper-2 {
  border-radius: 28px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.u-mb-0 {
  margin-bottom: 0;
}

.swiper.cc-how-slider {
  background-color: #302f2c;
  border-radius: 8px;
  height: 100%;
  overflow: hidden;
}

.swiper.cc-how-slider-thumbs {
  max-width: 380px;
}

.slide-6 {
  padding-right: 20px;
}

.fa {
  font-size: 30px;
  font-weight: 900;
  line-height: 1em;
}

.hide {
  display: none;
}

.right-arrow-2 {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  inset: auto auto -60px 80px;
}

.image-wrap-2 {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.slide-title-wrap {
  color: #fff;
  text-transform: uppercase;
  background-image: linear-gradient(#233a8800, #233a88b3);
  padding: 10px 20px;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2em;
  position: relative;
}

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

.h2-2 {
  font-family: Bitter, serif;
}

.slider-5 {
  background-color: #0000;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.left-arrow-2 {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  inset: auto auto -60px 0%;
}

.grid {
  grid-template-rows: auto;
}

.mask-4 {
  width: 90%;
  overflow: visible;
}

.slider-content {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  display: flex;
}

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

.link-19 {
  color: #5f5f5f;
  font-size: 18px;
  text-decoration: none;
}

.link-19:hover {
  text-decoration: underline;
}

.left-arrow-3 {
  justify-content: center;
  align-items: center;
  height: 200px;
  margin-left: 1vw;
  display: flex;
}

.right-arrow-3 {
  justify-content: center;
  align-items: center;
  height: 200px;
  margin-right: 1vw;
  display: flex;
}

.image-45 {
  transform: rotate(180deg);
}

.image-1 {
  z-index: 3;
  box-shadow: 0 1px 16px 2px #00000024;
}

.text-wrapper-4 {
  flex-direction: column;
  order: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-end;
  margin-top: 0;
  margin-right: 83px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-3-wrapper {
  z-index: 1;
  transform-origin: 100%;
  width: 19vw;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 5px #00000057;
}

.slide-nav-8 {
  font-size: 10px;
}

.image-46 {
  z-index: 2;
}

.title-2 {
  text-align: right;
  letter-spacing: -3px;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 64px;
}

.slider-6 {
  background-color: #0000;
  align-items: center;
  width: 100vw;
  height: 100vh;
}

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

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

.image-2-wrapper {
  z-index: 2;
  transform-origin: 100%;
  width: 22vw;
  margin-right: -11vw;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 10px #0000003d;
}

.image-1-wrapper {
  z-index: 3;
  transform-origin: 100%;
  width: 25vw;
  margin-right: -8vw;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 12px 2px #00000021;
}

.slide-wrapper {
  perspective: 1000px;
  justify-content: space-around;
  align-items: center;
  width: 80%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-20 {
  color: #5f5f5f;
  font-size: 18px;
  text-decoration: none;
}

.link-20:hover {
  text-decoration: underline;
}

.image-48 {
  transform: rotate(180deg);
}

.image-1-wrapper-2 {
  z-index: 3;
  transform-origin: 100%;
  width: 25vw;
  margin-right: -8vw;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 12px 2px #00000021;
}

.slide-nav-9 {
  font-size: 10px;
}

.title-3 {
  text-align: right;
  letter-spacing: -3px;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 64px;
}

.image-49 {
  z-index: 3;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0 1px 16px 2px #00000024;
}

.link-21 {
  color: #5f5f5f;
  font-size: 18px;
  text-decoration: none;
}

.link-21:hover {
  text-decoration: underline;
}

.image-50 {
  transform: rotate(180deg);
}

.image-1-wrapper-3 {
  z-index: 3;
  transform-origin: 100%;
  width: 40vw;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 12px 2px #00000021;
}

.slide-nav-10 {
  font-size: 10px;
}

.title-4 {
  text-align: right;
  letter-spacing: -3px;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 64px;
}

.slider-7 {
  background-color: #0000;
  align-items: center;
  width: 80vw;
  max-width: 70rem;
  height: 70vh;
}

.image-51 {
  z-index: 3;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0 1px 16px 2px #00000024;
}

.tabs-2 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.container-29 {
  margin-left: auto;
  margin-right: auto;
}

.tabs-3 {
  float: none;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  display: block;
  position: relative;
  overflow: visible;
}

.slide-wrapper-2 {
  perspective: 1000px;
  justify-content: space-around;
  align-items: center;
  width: 70%;
  height: 70%;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-52 {
  max-width: 30%;
  transform: rotate(180deg);
}

.title-5 {
  color: #fff;
  text-align: right;
  letter-spacing: -3px;
  align-self: flex-end;
  margin-bottom: 20px;
  margin-right: 0;
  font-family: Sofia Pro, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.slide-nav-4 {
  font-size: 10px;
}

.right-arrow-4 {
  cursor: none;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-right: 3vw;
  display: flex;
}

.link-22 {
  color: #fff;
  text-align: right;
  font-family: Sofia Pro, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.link-22:hover {
  font-family: Sofia Pro, sans-serif;
  text-decoration: none;
}

.left-arrow-4 {
  cursor: none;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-left: 3vw;
  display: flex;
}

.slider-8 {
  background-color: #0000;
  align-items: center;
  width: 100vw;
  height: 70vh;
}

.image-53 {
  z-index: 3;
  max-width: 50%;
  margin-left: 125px;
  margin-right: 125px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  overflow: visible;
}

.image-53-copy, .image-53-copy-copy, .image-53-copy {
  z-index: 3;
  max-width: 50%;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.slider-8-copy {
  background-color: #0000;
  align-items: center;
  width: 100vw;
  height: 70vh;
}

.image-54 {
  max-width: 30%;
}

.slider-8-copy-copy {
  background-color: #0000;
  align-items: center;
  width: 100vw;
  height: 70vh;
}

.image-55 {
  max-width: 30%;
}

.link-23, .link-24, .link-25 {
  color: #e60306;
}

@media screen and (min-width: 1280px) {
  .hero-overlay-block {
    background-color: #0000;
  }

  .contenedor-logo {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .featured__arrow {
    margin-top: 0;
    top: 10vw;
  }

  .speaker-slide-content {
    margin-bottom: 0;
  }

  .content__wrapper {
    margin-bottom: 1px;
    padding-bottom: 64px;
  }

  .section-17 {
    background-image: linear-gradient(168deg, #ffffffa6, #fff 84%), url('../images/QUUO-BACK_1.svg'), url('../images/PATRON-QUUO.svg');
  }

  .buttonp0000copy-copy-copy {
    width: 15vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .h1 {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .text-wrapper-4 {
    padding-right: 41px;
  }
}

@media screen and (min-width: 1440px) {
  .hero-overlay-block {
    background-color: #0000;
  }

  .m-subheading-large {
    text-align: center;
  }

  .hero_ui-3-bg {
    width: 222px;
    height: 142px;
  }

  .ui_color_swatch {
    width: 20px;
    height: 20px;
  }

  .paragraph-8 {
    width: 360px;
    font-size: 18px;
    line-height: 1.3;
  }

  .paragraph-8.ui-txt {
    justify-content: center;
    align-items: flex-start;
    height: 96px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .heading-move {
    font-size: 5.3em;
  }

  .ui_color {
    height: 110px;
  }

  .heading-wrap {
    width: 430px;
    height: 240px;
  }

  .hero-ui-5 {
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    width: 390px;
    height: 260px;
    top: 50%;
    left: 52%;
    overflow: hidden;
  }

  .button-8 {
    margin-left: 5px;
    transform: scale(1.1);
  }

  .hero_bg-image {
    z-index: -5;
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .ui_color_swatch-wrap {
    z-index: 3;
    align-items: center;
    width: 122px;
    height: 24px;
    bottom: 15%;
    right: 7%;
  }

  .heading_interaction-wrap {
    height: 80px;
    top: 160px;
  }

  .ui-img-4 {
    width: 100%;
  }

  .hero_right-wrap {
    width: 60%;
    transform: scale(.92);
  }

  .lesson-img {
    height: 50px;
  }

  .hero_ui-2 {
    width: 230px;
    height: 150px;
    bottom: 74%;
    left: -1%;
  }

  .heading-9 {
    width: 410px;
    font-size: 5.4em;
  }

  .hero_ui-1 {
    width: 680px;
    height: auto;
  }

  .wrapper {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .ui-img-5 {
    width: 100%;
    height: 100%;
  }

  .ui_color-change {
    grid-row-gap: 20px;
    width: 170px;
    height: 88%;
    left: 20px;
  }

  .ui-5_lesson-list {
    width: 54%;
    right: 2%;
  }

  .hero_ui-4 {
    width: 390px;
    height: 260px;
    top: 50%;
    left: -6%;
    overflow: hidden;
  }

  .hero_ui-3 {
    width: 230px;
    height: 150px;
    bottom: 74%;
    left: 34%;
  }

  .hero_ui-2-bg {
    width: 222px;
    height: 142px;
  }

  .hero_bg-blur {
    width: 90%;
    height: 90%;
    top: -3%;
    left: -52%;
  }

  .experience_profile-name {
    text-align: left;
    font-family: Sofia Pro, sans-serif;
  }

  .text {
    font-size: 1.2em;
  }

  .featured__arrow {
    margin-top: -15px;
    margin-bottom: -55px;
    inset: 10vw 0% 0% auto;
  }

  .featured__arrow.left {
    margin-top: -15px;
    padding-top: 0;
    inset: 10vw auto 0% 0%;
  }

  .speaker-info {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .featured-slide__mask {
    max-width: none;
    padding-bottom: 0;
  }

  .slide-image {
    height: 40%;
  }

  .speaker-slide-content {
    height: 50%;
    margin-bottom: auto;
  }

  .featured__slider {
    max-width: 100%;
    height: 100%;
    bottom: auto;
  }

  .speaker-image-cover {
    opacity: 1;
  }

  .content__wrapper {
    margin-bottom: 1px;
    padding-bottom: 64px;
  }

  .section-17 {
    padding-bottom: 53px;
  }

  .feature_text {
    font-size: 30px;
  }

  .feature_grid {
    height: 640px;
  }

  .image-overlay-layer {
    background-image: linear-gradient(#fff0, #ffffff9e 79%, #fff), linear-gradient(#000000bf, #000000bf), url('../images/DESPEGA.jpg');
    background-position: 0 0, 0 0, 50% 100%;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto, cover;
  }

  .heading-10 {
    text-align: left;
    font-family: Sofia Pro, sans-serif;
    font-size: 90px;
    line-height: 80px;
  }

  .team-member-image {
    background-color: #575757;
    border-style: none;
  }

  .team-images-column {
    left: 963px;
  }

  .link-15, .link-16, .link-17 {
    color: #e30615;
  }

  .btn-secondary.width-100:hover {
    color: #fff;
  }

  .pd---content-inside-card {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .image-35.width-100 {
    border-radius: 20px;
  }

  .section-21-copy {
    background-size: cover;
  }

  .speaker-slide {
    margin-top: 0;
  }

  .clip-text-2.speaker-headding {
    margin-top: -29px;
    margin-bottom: 6px;
    padding-top: 21px;
  }

  .section-22.home-hero-section {
    min-height: 60vh;
  }

  .speaker-arrow {
    top: -15%;
    left: 30%;
  }

  .speaker-arrow.left {
    top: -15%;
    left: -52%;
    right: 59%;
  }

  .buttonp0000copy-copy-copy {
    width: 15vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-menu-wrapper {
    max-width: 25%;
  }

  .right-arrow-4 {
    height: 100px;
    margin-right: 9vw;
  }

  .left-arrow-4 {
    height: 100px;
    margin-left: 9vw;
  }

  .slider-8, .slider-8-copy, .slider-8-copy-copy {
    max-width: none;
  }
}

@media screen and (min-width: 1920px) {
  .navigation-2 {
    width: 1150px;
  }

  .button-2 {
    align-self: flex-start;
  }

  .button-copy-2copy {
    left: 0;
  }

  .background-video {
    height: 100%;
  }

  .hero-overlay-block {
    background-color: #0000;
    width: 100%;
    height: 100%;
    padding-bottom: 869px;
  }

  .image-box {
    width: 400px;
    padding-left: 0;
  }

  .f-heading-detail-small {
    padding-left: 0;
    padding-right: 0;
  }

  .image-11 {
    padding-bottom: 10px;
    padding-left: 19px;
  }

  .page-wrapper-2 {
    padding-bottom: 0;
  }

  .section-6 {
    border-bottom-width: .6px;
  }

  .tab_link-2 {
    flex-direction: row;
    display: flex;
  }

  .tab_link-text-3 {
    align-self: center;
  }

  .tab_menu {
    border-bottom: 1px solid #000;
    padding-bottom: 0;
  }

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

  .f-h3-heading-new {
    text-align: left;
    flex: 0 auto;
    order: -1;
    align-self: baseline;
  }

  .tab_arrow-wrap.is-right {
    margin-top: 1.1em;
    inset: 0% 0% auto auto;
  }

  .button-2-copy {
    align-self: flex-start;
    bottom: 212px;
    left: 89px;
  }

  .section-8.cc-full-center {
    padding-bottom: 0;
    padding-left: 166px;
  }

  .container-12 {
    margin-left: 41px;
  }

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

  .contenedor-logo, .logos-2-animados {
    min-width: 110%;
  }

  .container-14.is-home-intro {
    padding: 2.4em 23.3em 0;
  }

  .logo-icon {
    display: none;
  }

  .matrix-text_component {
    display: flex;
    position: static;
  }

  .image-logo-icon-2 {
    display: none;
  }

  .bg-circle {
    width: 20vw;
    height: 20vw;
  }

  .logo-full {
    width: 8rem;
    display: block;
  }

  .section-tip:hover {
    color: #fff;
    mix-blend-mode: normal;
    background-color: #af000c;
  }

  .feature-text-block.right {
    padding-top: 87px;
  }

  .f-h3-heading-new-copy {
    text-align: left;
    flex: 0 auto;
    order: -1;
    align-self: baseline;
  }

  .f-heading-detail-small-copy {
    padding-left: 0;
    padding-right: 0;
  }

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

  .button-2-copy-copy {
    align-self: flex-start;
    bottom: 212px;
    left: 206px;
  }

  .page-wrapper-5 {
    display: block;
  }

  .container-17 {
    flex-wrap: nowrap;
    align-content: flex-start;
    padding-right: 0;
  }

  .section-10.black-gradient {
    background-image: linear-gradient(356deg, #fff0, #fff), url('../images/CODE.svg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .text-row {
    margin-left: 141px;
  }

  .page-subtitle {
    margin-bottom: -63px;
    padding-bottom: 0;
  }

  .button-copy-copy-copy, .button-copy-copy-copy-copy {
    left: 0;
  }

  .m-subheading-large {
    color: #3b3b3b;
  }

  .cards__company {
    color: #000;
  }

  .div-block-3 {
    background-position: 100% 100%;
    background-size: cover;
  }

  .heading-3-copy.h1 {
    color: #000;
  }

  .cursor-wrapper {
    z-index: 100;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .cursor {
    background-color: #e60003;
    border-radius: 100px;
    width: 20px;
    height: 20px;
  }

  .heading-7 {
    font-weight: 900;
  }

  .paragraph-8 {
    width: 360px;
    font-size: 20px;
  }

  .paragraph-8.ui-txt {
    height: 110px;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }

  .heading-move {
    font-size: 7em;
  }

  .ui_color {
    height: 120px;
  }

  .heading-wrap {
    width: 510px;
    height: 310px;
  }

  .hero-ui-5 {
    width: 440px;
    height: 292px;
  }

  .button-8 {
    margin-left: 12px;
    transform: scale(1.2);
  }

  .hero_bg-image {
    z-index: -10;
  }

  .heading_interaction-wrap {
    height: 90px;
    top: 212px;
  }

  .hero_right-wrap {
    transform: scale(.95);
  }

  .lesson-img {
    height: 58px;
  }

  .hero_ui-2 {
    bottom: 82%;
    left: 4%;
  }

  .hero_left-wrap {
    grid-row-gap: 40px;
  }

  .heading-9 {
    width: 100%;
    font-size: 7.1em;
    line-height: 1;
  }

  .hero_ui-1 {
    width: 820px;
  }

  .wrapper {
    width: 1540px;
  }

  .ui_color-change {
    width: 180px;
  }

  .ui-5_lesson-list {
    padding-top: 16px;
  }

  .hero_ui-4 {
    width: 440px;
    height: 292px;
    left: 1%;
  }

  .hero_ui-3 {
    bottom: 82%;
    left: 31%;
  }

  .hero_bg-blur {
    width: 90%;
    height: 90%;
    top: -6%;
    left: -51%;
  }

  .experience_profile-name {
    font-size: 30px;
  }

  .featured__arrow {
    margin-top: -14px;
    margin-bottom: 0;
    inset: 10vw 0% 0% auto;
  }

  .featured__arrow.left {
    inset: 10vw auto 0% 0%;
  }

  .slide-image {
    height: 40%;
  }

  .speaker-slide-content {
    margin-bottom: 0;
    padding-bottom: 28px;
  }

  .section-16.bestseller {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .featured__slide {
    margin-bottom: -52px;
  }

  .content__wrapper {
    margin-bottom: 142px;
    padding-bottom: 86px;
  }

  .feature_wrap {
    padding-left: 44px;
  }

  .image-overlay-layer {
    background-image: linear-gradient(#000c, #000c), url('../images/DESPEGA.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .button-copy-2copy-copy {
    left: 0;
  }

  .heading-10 {
    font-weight: 700;
  }

  .button-copy-2copy-copy-copy {
    margin-top: 34px;
    left: 0;
  }

  .scroll-item-header {
    color: #000;
    text-align: left;
    text-transform: none;
    line-height: 1em;
  }

  .scroll-details {
    color: #000;
    text-align: left;
    text-transform: none;
  }

  .container-25.sticky {
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    top: 11%;
  }

  .team-text-sticky {
    padding-left: 0;
  }

  .team-member-image {
    background-color: #575757;
    border-style: none;
    padding: 0;
  }

  .team-images-wrapper {
    margin-bottom: 85px;
  }

  .team-text-wrapper {
    max-width: 300em;
  }

  .team-images-column {
    left: 1202px;
  }

  .image-33 {
    float: right;
    position: relative;
    top: -14px;
    left: -540px;
    right: 529px;
  }

  .btn-secondary.width-100 {
    color: #000;
    -webkit-text-stroke-color: #000;
    border-color: #ececec;
    font-family: Sofia Pro, sans-serif;
  }

  .btn-secondary.width-100:hover {
    background-color: #e60003;
  }

  .mg-bottom-24px {
    color: #000;
  }

  .container-default {
    max-width: 63%;
  }

  .card.link-card {
    color: #7d82b4;
    border-color: #eee;
    margin-top: -6px;
    margin-bottom: 20px;
    padding: 0;
  }

  .bold-text-5 {
    color: #000;
  }

  .html-embed {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    aspect-ratio: auto;
    object-fit: fill;
    flex-flow: row;
    justify-content: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    margin-top: -74px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-right: 0;
    display: flex;
  }

  .section-21-copy {
    background-size: cover;
  }

  .step-2 {
    flex-wrap: nowrap;
  }

  .speaker-slider {
    justify-content: center;
  }

  .speaker-slide {
    margin-top: 1px;
  }

  .clip-text-2.speaker-headding {
    margin-top: 8px;
    margin-bottom: 0;
    padding-top: 0;
  }

  .speaker-arrow {
    top: -19%;
    left: 32%;
  }

  .speaker-arrow.left {
    top: -19%;
    left: -37%;
    right: 62%;
  }

  .tabs-menu {
    justify-content: center;
  }

  .text-span, .text-span-2 {
    color: #fff0;
  }

  .section-copy {
    background-color: #000;
    padding-bottom: 217px;
  }

  .buttonp0000copy-copy-copy {
    width: 11vw;
    margin-top: -168px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    left: 0;
  }

  .mg-bottom-24px-copy {
    color: #000;
  }

  .tabs-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-content-item {
    margin-left: -334px;
    margin-right: 0;
  }

  .tabs-menu-wrapper {
    max-width: 20%;
  }

  .slide-5 {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .mask-3 {
    margin: 121px auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .slider-4 {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .hero_list-2 {
    place-items: center;
  }

  .text-wrapper-4 {
    margin-left: 144px;
    margin-right: 58px;
    padding-right: 47px;
  }

  .slider-7 {
    width: 100vw;
    max-width: 70rem;
    height: 60vh;
  }

  .image-53 {
    width: 20%;
    max-width: 100%;
    margin-left: 228px;
    margin-right: 228px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .slide-7 {
    margin-right: 166px;
  }
}

@media screen and (max-width: 991px) {
  .button.in-pricing {
    font-size: 14px;
    line-height: 18px;
  }

  .nav-link {
    color: #fff;
    padding: 18px 0;
  }

  .nav-link:hover {
    box-shadow: inset 0 3px #0000;
  }

  .nav-link.w--current {
    box-shadow: inset 0 1px #0000;
  }

  .nav-link.menu {
    color: #000;
    padding: 22px 17px;
    font-size: 30px;
  }

  .nav-link.menu.w--open {
    color: #fff;
    background-color: #000;
  }

  .section {
    padding-top: 148px;
    padding-bottom: 0;
  }

  .section.main {
    background-image: linear-gradient(#00000080, #00000080), url('../images/5c4d04cb-ca28-4bcf-a211-66aa972af192.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat-x;
    background-size: auto, cover;
  }

  .nav-menu {
    background-color: #000;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .main-feature-group {
    margin-top: 0;
  }

  .main-image {
    margin-top: 49px;
  }

  .column {
    padding-left: 0;
  }

  .icon {
    color: #fff;
    -webkit-text-stroke-color: #fff;
  }

  .nav-link-2 {
    color: #fff;
    padding: 18px 0;
  }

  .nav-link-2:hover {
    box-shadow: inset 0 3px #0000;
  }

  .nav-link-2.w--current {
    box-shadow: inset 0 1px #0000;
  }

  .nav-link-2.menu {
    pointer-events: auto;
    color: #000;
    padding: 22px 17px;
    font-size: 30px;
    transition: box-shadow .5s, color .3s;
  }

  .nav-link-2.menu.w--open {
    color: #fff;
    background-color: #f000;
    border-radius: 50px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .image-8 {
    margin-left: 19px;
  }

  .nav-menu-2 {
    background-color: #000;
    border-radius: 20px;
    margin-top: 10px;
    padding: 13px 75px 13px 36px;
    font-weight: 300;
    inset: 0% 0% auto auto;
  }

  .navigation-2 {
    width: 710px;
    padding-left: 0;
    overflow: visible;
  }

  .button-2 {
    left: -20px;
  }

  .button-copy-2copy {
    margin-top: 37px;
  }

  .hero-overlay-block {
    background-color: #0000;
    padding-top: 180px;
    padding-bottom: 318px;
  }

  .container-2.hero-container {
    margin-top: -7px;
    margin-bottom: -273px;
  }

  .heading {
    letter-spacing: -4px;
    font-size: 50px;
  }

  .hero-main-title {
    font-size: 60px;
    line-height: 60px;
  }

  .hero-main-title.subtitle {
    width: 80%;
    margin-bottom: 30px;
    line-height: 34px;
  }

  .image-box {
    flex: 0 auto;
    order: -1;
  }

  .f-heading-detail-small {
    color: #6e6e6e;
    margin-left: -72px;
    margin-right: -72px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .quick-stack-3 {
    float: none;
    position: relative;
  }

  .cell-2 {
    flex-flow: wrap;
    place-content: center flex-start;
    align-items: flex-start;
  }

  .tab_p-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .tab_link-text-3 {
    font-size: 1.5em;
  }

  .container-10 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .f-h3-heading-new {
    margin-top: 77px;
    margin-left: -71px;
    margin-right: -71px;
    padding-left: 0;
    font-size: 60px;
  }

  .cell-3 {
    padding-right: 0;
    display: block;
  }

  .tab_arrow-wrap.is-right {
    top: 15%;
  }

  .button-2-copy {
    bottom: 103px;
    left: 242px;
  }

  .container-11 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .slider1_arrow-wrapper {
    display: none;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .dev-tabs_content, .dev-tabs_tab {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }

  .dev-tabs_list-btn {
    color: #fff;
    background-color: #212121;
    border-radius: 100px;
  }

  .dev-tabs_list-btn:hover {
    color: #818181;
  }

  .dev-tabs_list-btn-icon {
    display: block;
  }

  .dev-tabs_menu {
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .dev-tabs_list-content {
    width: 100%;
    max-width: none;
    margin-top: 16px;
    position: static;
  }

  .dev-tabs_list-item {
    margin-bottom: 16px;
  }

  .dev-tabs_list {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .contenedor-logo {
    min-width: 270%;
  }

  .logos-2-animados {
    min-width: 270%;
    left: -2265px;
  }

  .sticky-text_wrapper.steps {
    margin-top: 3vh;
    margin-bottom: 3vh;
  }

  .section-9 {
    overflow: visible;
  }

  .phone-mock_tab {
    height: 3vw;
  }

  .phone-mock {
    border-radius: 1.5em;
    width: 90%;
    padding: 8px;
  }

  .h3 {
    font-size: 1.5rem;
  }

  .phone-mock_border {
    border-width: 8px;
    border-radius: 1.5em;
  }

  .circle-number {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .phone-screen_wrapper {
    border-radius: 1.2em;
  }

  .marquee-vertical_wrapper.is-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .home-intro_visual-height {
    padding-top: 112%;
    padding-left: 0;
    padding-right: 0;
  }

  .home-intro_visual-content {
    margin: -50px -507px -64px -55px;
    padding-top: 0;
    padding-right: 0;
  }

  .home-intro_visual {
    margin-top: -160px;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-14 {
    padding-left: 6%;
    padding-right: 6%;
  }

  .container-14.is-home-intro {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .home-intro_content {
    margin-bottom: 243px;
    padding-top: 0;
  }

  .button-secondary {
    white-space: nowrap;
  }

  .button-secondary.is-small {
    min-width: 12px;
  }

  .logo-icon {
    display: none;
  }

  .nav_column.is-ctas {
    align-self: stretch;
  }

  .nav_column.is-post-name {
    justify-content: space-between;
    align-self: stretch;
  }

  .nav_column.is-logo {
    grid-row-gap: 1rem;
    flex-direction: column;
    order: 1;
    align-items: center;
    display: flex;
  }

  .nav_wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 3fr 1fr;
    justify-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .image-logo-icon-2 {
    display: none;
  }

  .button-wrapper {
    justify-content: center;
    width: 100%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .nav_progress-wrapper {
    justify-content: center;
    align-self: stretch;
  }

  .nav_logo-wrapper {
    order: 1;
    margin-right: 0;
  }

  .button-3 {
    white-space: nowrap;
  }

  .button-3.is-small {
    justify-content: flex-end;
  }

  .logo-full {
    max-height: 100%;
    display: block;
  }

  .scramble-text {
    font-size: 2rem;
  }

  .left_heading {
    padding-right: 10px;
    bottom: -115px;
  }

  .left_paragraph {
    padding-right: 0;
    bottom: -100px;
  }

  .feature-text-block {
    width: 400px;
  }

  .feature-text-block.right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 700px;
    margin-top: 22px;
    margin-right: 0;
    padding-top: 7px;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: auto;
  }

  .main-feature-title {
    margin-right: 0;
    padding-top: 9px;
    padding-left: 0;
    padding-right: 0;
    font-size: 60px;
    overflow: visible;
  }

  .paragraph {
    margin-right: 0;
    padding-right: 291px;
    font-size: 18px;
  }

  .f-h3-heading-new-copy {
    text-align: center;
    margin-top: 77px;
    margin-left: -74px;
    margin-right: -71px;
    padding-left: 0;
    font-size: 60px;
  }

  .f-heading-detail-small-copy {
    color: #6e6e6e;
    margin-left: -72px;
    margin-right: -72px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .home-intro_content-copy {
    margin-bottom: 243px;
    padding-top: 0;
  }

  .container-15 {
    text-align: center;
    margin: -131px 80px -192px 31px;
    padding: 0 96px 0 142px;
  }

  .button-2-copy-copy {
    bottom: 43px;
    left: 242px;
  }

  .bold-text-3 {
    font-size: 70px;
  }

  .bold-text-4 {
    font-size: 25px;
  }

  .footer-links-container {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .footer-grid {
    grid-template-columns: 2fr 1fr 1fr .8fr;
  }

  .footer-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-4 {
    position: relative;
  }

  .container-17 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-3.h1 {
    font-size: 40px;
  }

  .form-card---vacante {
    overflow: hidden;
  }

  .navigation-2-copy {
    width: 600px;
    overflow: visible;
  }

  .text-column {
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .text-column-title {
    font-size: 13px;
  }

  .subpage-header {
    padding: 140px 45px 60px;
  }

  .subpage-header.about-5 {
    padding-top: 180px;
    padding-bottom: 80px;
  }

  .page-subtitle {
    width: 80%;
  }

  .subpage-title-2 {
    font-size: 60px;
    overflow: visible;
  }

  .button-copy-copy-copy, .button-copy-copy-copy-copy {
    margin-left: 211px;
    margin-right: 211px;
  }

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

  .m-feature-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .cards__card {
    width: 100%;
    margin-top: 2em;
    display: block;
  }

  .button-6 {
    font-size: 14px;
  }

  .page-subtitle-copy {
    width: 80%;
  }

  .page-subtitle-copy-copy {
    width: 80%;
    padding-left: 79px;
    padding-right: 79px;
  }

  .page-wrapper-5-copy, .image-17, .image-18 {
    overflow: hidden;
  }

  .container-17-copy {
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
  }

  .button-7 {
    position: relative;
  }

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

  .heading-3-copy.h1 {
    font-size: 40px;
  }

  .form-card---contacto-copy {
    overflow: hidden;
  }

  .page-wrapper-7 {
    cursor: auto;
  }

  .hero_ui-3-bg {
    border-radius: 8px;
  }

  .paragraph-8 {
    width: 230px;
    font-size: 14px;
  }

  .paragraph-8.ui-txt {
    font-size: 10px;
  }

  .heading-move {
    font-size: 3em;
  }

  .heading-wrap {
    width: 290px;
    height: 140px;
  }

  .hero-ui-5 {
    border-radius: 8px;
    left: 39%;
    transform: scale(.7);
  }

  .heading_interaction-wrap {
    height: 50px;
    top: 94px;
  }

  .lesson-img {
    width: 87%;
  }

  .lesson-img.hide {
    display: none;
  }

  .hero_ui-2 {
    bottom: 58%;
    transform: scale(.7);
  }

  .hero_left-wrap {
    grid-row-gap: 30px;
  }

  .heading-9 {
    font-size: 3em;
  }

  .hero_ui-1 {
    width: 350px;
  }

  .wrapper {
    width: auto;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .hero_ui-4 {
    left: -15%;
    transform: scale(.7);
  }

  .hero_ui-3 {
    border-radius: 8px;
    bottom: 58%;
    transform: scale(.7);
  }

  .hero_ui-2-bg {
    border-radius: 8px;
  }

  .container-21 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .experience_timeline-step {
    grid-column-gap: 24px;
  }

  .experience_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: .55fr 1fr;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_menu-button {
    padding: 0;
  }

  .navbar_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon_line-middle {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_button-wrapper {
    align-items: center;
  }

  .navbar_container {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #0d0d0de6;
    border: 2px solid #1d1d1d;
    border-radius: .5rem;
    grid-template-columns: .25fr 1fr;
    padding: .2rem;
    display: flex;
    position: relative;
  }

  .menu-icon_line-bottom {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_component {
    position: fixed;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar_link {
    text-align: center;
    margin-bottom: .5rem;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .button-10.is-navbar-button.menu_button {
    opacity: 1;
    justify-content: center;
  }

  .navbar_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar_menu.is-page-height-tablet {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #0d0d0de6;
    width: 100%;
    height: 100dvh;
    padding: 5%;
    transition: height .5s;
    position: absolute;
    left: auto;
    transform: translate(0%);
  }

  .container-22 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .features_card.is-horizontal {
    flex-direction: column;
    align-items: stretch;
  }

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

  .features_card-top {
    text-align: center;
    align-items: center;
  }

  .features_layout-bottom {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .features_card-bottom {
    justify-content: center;
  }

  .features_card-left {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .featured__arrow {
    top: auto;
    bottom: 5vw;
    right: 38.1vh;
  }

  .featured__arrow.left {
    margin-right: 0;
    top: auto;
    bottom: 5vw;
    right: 52.8vw;
  }

  .speaker-info {
    max-width: 400px;
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .clip-text.bestseller-product {
    margin-bottom: 10px;
  }

  .featured-slide__mask {
    width: 65%;
  }

  .slide-image {
    height: 25%;
    min-height: 0;
  }

  .speaker-slide-content {
    margin-top: 39px;
    margin-bottom: 64px;
  }

  .featured__slider {
    height: 50%;
    margin-left: -39px;
    padding-left: 0;
    overflow: hidden;
  }

  .speaker-image-cover {
    height: 100%;
  }

  .section-16.bestseller {
    cursor: none;
  }

  .content__wrapper {
    margin-bottom: 2px;
    padding-bottom: 0;
  }

  .section-17 {
    background-image: url('../images/PATRON-QUUO.svg');
    background-position: 0 0;
    background-size: cover;
    background-attachment: fixed;
    padding-left: 0;
    padding-right: 0;
  }

  .feature_wrap {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 28px;
  }

  .feature_text {
    padding-left: 0;
    font-size: 25px;
    line-height: 24px;
  }

  .h2 {
    font-size: 40px;
    line-height: 1.2;
  }

  .h2.how {
    text-align: left;
    margin-left: auto;
    margin-right: -39px;
    padding-left: 0;
    font-size: 60px;
    line-height: 1;
  }

  .container-23 {
    width: 90%;
  }

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .testimonial21_component {
    grid-template-columns: 1fr 1fr;
  }

  .work_image-column.image-column-4, .work_image-column.image-column-5 {
    display: none;
  }

  .button-secondary-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .button-copy-2copy-copy, .button-copy-2copy-copy-copy {
    margin-top: 37px;
  }

  .timeline-header {
    font-size: 60px;
  }

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

  .container-25.sticky {
    position: relative;
    top: 0%;
    overflow: auto;
  }

  .wrapper-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-18.expand {
    height: auto;
    overflow: hidden;
  }

  .team-intro-wrapper {
    justify-content: flex-end;
  }

  .team-intro-title {
    font-size: 16vw;
  }

  .team-text-sticky {
    align-items: flex-start;
    min-height: auto;
    top: 5vh;
  }

  .team-images-wrapper {
    grid-column-gap: 4.75em;
    opacity: 1;
    justify-content: flex-end;
    padding-bottom: 6em;
    padding-left: 45%;
    overflow: hidden;
  }

  .team-text-wrapper {
    text-align: left;
    max-width: 100%;
    padding-top: 9em;
    padding-bottom: 4em;
    left: 6vw;
    right: 6vw;
  }

  .team-images-column {
    grid-row-gap: 7.5em;
    flex: 1;
    margin-right: -.5em;
    padding-left: 0;
    padding-right: 0;
  }

  .image-33 {
    left: -193px;
  }

  .container-26 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .process_step {
    justify-items: stretch;
  }

  .process_item-image_container {
    width: 100%;
    height: auto;
  }

  .process_item-image_container.step-3 {
    width: auto;
    height: 100%;
  }

  .process_item-container {
    height: 20rem;
    display: flex;
  }

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

  .process_item-image.step-3-1 {
    height: 22%;
    top: 16%;
    transform: scale(.8);
  }

  .process_item-image.step-1 {
    transform: scale(1)translate(0, .6rem)rotate(-15deg);
  }

  .process_item-image.step-3-2 {
    height: 22%;
    top: 37%;
    transform: scale(.8);
  }

  .process_item-image.step-3-3 {
    max-width: 100%;
    height: 22%;
    top: 58%;
    transform: scale(.8);
  }

  .process_item-image.step-2-arrow {
    max-width: 35%;
  }

  .step-4-info-wrapper, .step-5-info-wrapper {
    align-items: flex-start;
  }

  .paragraph-m {
    font-size: 18px;
  }

  .step {
    min-width: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    inset: -19px auto auto 24px;
  }

  .containeeer.small.flex {
    width: 100%;
    max-width: none;
  }

  .section-19 {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .step-2-info-wrapper {
    align-items: flex-start;
  }

  .black-line {
    display: none;
  }

  .heading-2-small {
    font-size: 56px;
    line-height: 64px;
  }

  .step-3-info-wrapper {
    align-items: flex-start;
  }

  .timeline-wrapper {
    display: none;
  }

  .step-1-info-wrapper {
    align-items: flex-start;
  }

  .grid-3-columns {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-3-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .section-20 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .card.content-center.link-card:hover {
    background-color: #fff;
  }

  .section-21, .section-21-copy {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .line-container {
    width: 55%;
  }

  .dot {
    background-color: #4c6aff;
  }

  .scroll-animate {
    width: 3px;
  }

  .content-wrap {
    height: auto;
  }

  .scroll-base {
    width: 2px;
  }

  .step-block {
    min-height: 40vh;
  }

  .paragraph-10 {
    margin-right: 38px;
  }

  .button-12 {
    font-size: 14px;
  }

  .slide-image-2 {
    height: 50vh;
    min-height: 500px;
  }

  .speaker-slide-content-2 {
    margin-bottom: -23px;
    padding-bottom: 23px;
  }

  .speaker-slider {
    margin-bottom: 34px;
  }

  .clip-text-2.speaker-headding {
    margin-top: -36px;
    margin-bottom: 24px;
    font-size: 14px;
  }

  .speaker-slide-mask {
    width: 65%;
  }

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

  .section-22.home-hero-section {
    min-height: auto;
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .speaker-info-2 {
    max-width: 470px;
    margin-bottom: 58px;
  }

  .speaker-name {
    margin-top: 25px;
    font-size: 23px;
  }

  .speaker-arrow {
    inset: auto 41% 0% auto;
  }

  .speaker-arrow.left {
    inset: auto auto 0% 41%;
  }

  .tabs-menu {
    justify-content: center;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .display-4 {
    font-size: 22px;
    line-height: 38px;
  }

  .heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .divider-2 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

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

  .section-23 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .section-copy {
    padding-top: 148px;
    padding-bottom: 0;
  }

  .section-copy.main {
    background-image: linear-gradient(#00000080, #00000080), url('../images/5c4d04cb-ca28-4bcf-a211-66aa972af192.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat-x;
    background-size: auto, cover;
  }

  .buttonp0000copy-copy-copy {
    width: 28vw;
    margin-top: -72px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .section-copy-copy {
    padding-top: 148px;
    padding-bottom: 0;
  }

  .section-copy-copy.main {
    background-image: linear-gradient(#00000080, #00000080), url('../images/5c4d04cb-ca28-4bcf-a211-66aa972af192.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat-x;
    background-size: auto, cover;
  }

  .bold-text-3-copy {
    font-size: 70px;
  }

  .bold-text-4-copy, .bold-text-4-copy-copy {
    font-size: 25px;
  }

  .section-20-copy {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .grid-3-columns-copy {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-3-columns-copy._1-col-tablet, .grid-3-columns-copy._1-col-tablet-copy {
    grid-template-columns: 1fr;
  }

  .nav_bar-wrap {
    z-index: 99;
    cursor: none;
    background-color: #e60307;
    display: flex;
    position: relative;
  }

  .nav_btn {
    display: none;
  }

  .nav_btn.mobile-btn {
    display: block;
  }

  .nav_component-2 {
    padding-top: 12px;
  }

  .nav_menu {
    display: none;
  }

  .nav_menu.mobile-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav_container {
    outline-offset: 0px;
    border-radius: 2rem;
    outline: .1px #444;
  }

  .mobile_menu-wrapper {
    display: none;
    position: relative;
    transform: translate(0, -100%);
    box-shadow: 0 2px 5px #0003;
  }

  .text-block-9 {
    color: #fff;
    font-family: Sofia Pro, sans-serif;
    font-weight: 400;
  }

  .text-block-11 {
    font-family: Sofia Pro, sans-serif;
    font-weight: 400;
  }

  .tab-content-item {
    float: right;
    margin-left: 152px;
    margin-right: 150px;
    overflow: visible;
  }

  .tabs-menu-wrapper {
    max-width: 40%;
  }

  .ss-number {
    width: 100%;
  }

  .ss-inner-left {
    text-align: center;
    order: 1;
    width: 100%;
  }

  .ss-tag-line {
    font-size: 13px;
    line-height: 18px;
  }

  .ss-title {
    font-size: 40px;
    line-height: 52px;
  }

  .ss-image-wrapper {
    padding-top: 100%;
  }

  .swiper-slide {
    margin-bottom: 0;
  }

  .ss-inner-right {
    order: -1;
    width: 100%;
    margin-bottom: 0;
  }

  .ss-content-container {
    padding-top: 20px;
  }

  .animationline.d-lg-none {
    display: none;
  }

  .ss-inner {
    flex-flow: wrap;
    margin-bottom: 20px;
  }

  .ss-inner-left-container {
    flex-wrap: wrap;
  }

  .ss-paragraph {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 28px;
  }

  .ss-number-text {
    margin-bottom: 0;
    transform: rotate(0);
  }

  .ss-tagline-wrapper {
    justify-content: center;
    padding-left: 0;
  }

  .ss-number-line.d-lg-none {
    display: none;
  }

  .arrow_link.right {
    left: 22vw;
  }

  .arrow_link.left {
    margin-right: 3rem;
    left: 5vh;
  }

  .slide-1_image {
    object-fit: cover;
    height: 25vh;
  }

  .slide_heading-container {
    flex-wrap: wrap;
    left: 5vh;
  }

  .slider-2 {
    width: 100%;
  }

  .carousel_bg.is-midnightblue {
    border-radius: 100%;
  }

  .left-arrow, .right-arrow {
    top: -30px;
  }

  .hero_list-2 {
    grid-template-columns: 1fr;
  }

  .image-44 {
    aspect-ratio: 5 / 3;
  }

  .phone-mock-2 {
    width: 90%;
  }

  .swiper-wrapper.cc-how-slider-thumbs {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .swiper-slide-2.cc-how-slider-thumbs {
    opacity: 0;
    display: none;
  }

  .swiper-slide-2.cc-how-slider-thumbs.swiper-slide-thumb-active {
    opacity: 1;
    background-color: #0000;
    display: block;
  }

  .u-mb-0 {
    margin-bottom: 0;
  }

  .swiper.cc-how-slider {
    height: 650px;
  }

  .swiper.cc-how-slider-thumbs {
    max-width: none;
  }

  .text-wrapper-4 {
    margin-top: -27px;
    margin-left: -31px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-6 {
    float: right;
    clear: right;
    overflow: auto;
  }

  .title-5 {
    flex: 0 auto;
  }

  .image-53 {
    width: 30vw;
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-53-copy {
    width: 60vw;
    max-width: 100%;
  }

  .image-53-copy-copy {
    width: 50vw;
    max-width: 100%;
    margin-left: 9px;
    margin-right: -57px;
    padding-left: 0;
  }

  .image-53-copy {
    width: 50vw;
    max-width: 100%;
    margin-right: -64px;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    margin-bottom: 8px;
  }

  .logo-text {
    margin-top: 15px;
  }

  .nav-link.menu {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .section {
    text-align: center;
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .section.main {
    background-image: linear-gradient(to bottom, null, null), url('../images/5c4d04cb-ca28-4bcf-a211-66aa972af192.jpg');
    background-position: 0 0, -200px 0;
    margin-top: 51px;
  }

  .nav-menu {
    padding-left: 12px;
    padding-right: 12px;
  }

  .footer-title {
    margin-top: 35px;
  }

  .newsletter-form {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section-subtitle {
    margin-bottom: 44px;
  }

  .plan-wrapper {
    margin-bottom: 34px;
    margin-left: 19%;
    margin-right: 19%;
  }

  .divider {
    width: 100%;
  }

  .feature {
    text-align: center;
    margin-bottom: 32px;
  }

  .slider-arrow {
    margin-left: 26px;
    margin-right: 26px;
  }

  .feature-icon {
    margin-bottom: 4px;
  }

  .main-feature-group {
    margin-top: 0;
    margin-bottom: 34px;
  }

  .image-7 {
    margin-left: 0;
    padding-left: 33px;
  }

  .nav-link-2.menu {
    margin-top: 0;
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .image-8 {
    margin-top: 11px;
    margin-left: 11px;
  }

  .nav-menu-2 {
    margin-top: 10px;
    padding-left: 39px;
    padding-right: 75px;
  }

  .navigation-2 {
    width: 500px;
    height: auto;
    padding-left: 14px;
    padding-right: 14px;
  }

  .hero-overlay-block {
    padding: 130px 25px 309px;
  }

  .marquee-snap_text {
    font-size: 15px;
  }

  .marquee-snap_wrapper-2 {
    font-size: 2.2vw;
  }

  .heading {
    letter-spacing: -4px;
    font-size: 45px;
  }

  .hero-main-title {
    margin-bottom: 10px;
    font-size: 40px;
  }

  .hero-main-title.subtitle {
    margin-top: 0;
    font-size: 16px;
    line-height: 25px;
  }

  .f-heading-detail-small {
    text-align: center;
    margin-left: -121px;
    margin-right: -121px;
    font-size: 23px;
  }

  .quick-stack-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .tab_padding-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    display: flex;
  }

  .tab_p-2 {
    margin-right: 205px;
    padding-right: 0;
  }

  .tab_content-2 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .tab_pane-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
    display: flex;
  }

  .f-h3-heading-new {
    text-align: center;
    margin-left: -145px;
    margin-right: -145px;
    font-size: 50px;
  }

  .button-2-copy {
    bottom: 153px;
    left: 148px;
  }

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

  .slider1_content {
    padding: 2rem;
  }

  .content_component {
    grid-row-gap: 3rem;
  }

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

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

  .testimonial_person {
    grid-column-gap: 1rem;
  }

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

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .dev-tabs_list {
    width: 100%;
  }

  .contenedor-logo {
    min-width: 400%;
  }

  .logos-2-animados {
    min-width: 400%;
    left: -1943px;
  }

  .sticky-text_wrapper.steps {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 40px 1fr;
  }

  .section-9 {
    padding-top: 10%;
    padding-bottom: 10%;
    overflow: visible;
  }

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

  .paragraph-l.cc-sm-small {
    font-size: 1rem;
  }

  .container-13 {
    width: 100%;
    padding-left: 28px;
    padding-right: 28px;
  }

  .sticky-container {
    height: auto;
  }

  .sticky-img_wrapper {
    display: none;
  }

  .sticky-img_wrapper.cc-steps {
    width: 100%;
    display: flex;
  }

  .phone-mock_tab {
    border-bottom-right-radius: .5em;
    border-bottom-left-radius: .5em;
    height: 29px;
  }

  .phone-mock {
    box-shadow: none;
    width: 150%;
  }

  .h3 {
    font-size: 1.7rem;
  }

  .circle-number.steps3, .circle-number.steps2 {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
  }

  .circle-number.steps1 {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
  }

  .circle-number.steps4 {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
  }

  .phone-mock_wrapper {
    position: absolute;
    left: auto;
    right: -28px;
    overflow: hidden;
  }

  .home-intro_visual-content {
    margin: -130px -450px -27px -102px;
    padding-top: 63px;
    padding-left: 0;
  }

  .heading-xxl {
    font-size: 6rem;
  }

  .nav_column.is-ctas {
    width: 100%;
  }

  .nav_column.is-post-name {
    flex-direction: row;
    align-self: stretch;
    width: 100%;
  }

  .nav_wrapper {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .section_tip {
    align-items: center;
    overflow: auto;
  }

  .main-wrapper {
    grid-template-columns: 100%;
    width: 100%;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .nav_tip-title {
    overflow: hidden;
  }

  .tip-wrapper {
    width: 100%;
  }

  .section-tip {
    align-items: center;
  }

  .main-wrapper-3 {
    grid-template-columns: 100%;
    width: 100%;
  }

  .scramble-text {
    font-size: 1.5rem;
  }

  .page-padding-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .left_heading {
    bottom: 0;
  }

  .left_paragraph {
    bottom: -6px;
  }

  .feature-text-block {
    width: 100%;
  }

  .feature-text-block.right {
    width: 500px;
    padding-right: 227px;
  }

  .main-feature-title {
    margin-top: -19px;
    margin-right: -208px;
    padding-top: 23px;
    padding-right: 0;
  }

  .paragraph {
    margin-bottom: 11px;
    margin-right: -256px;
    padding-bottom: 13px;
    padding-right: 229px;
  }

  .f-h3-heading-new-copy {
    text-align: center;
    margin-left: -145px;
    margin-right: -145px;
    font-size: 50px;
  }

  .f-heading-detail-small-copy {
    text-align: center;
    margin-left: -121px;
    margin-right: -121px;
    font-size: 23px;
  }

  .container-15 {
    margin-top: -95px;
  }

  .button-2-copy-copy {
    bottom: 45px;
    left: 148px;
  }

  .bold-text-3 {
    font-size: 50px;
  }

  .bold-text-4 {
    font-size: 19px;
  }

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

  .footer-links-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
    display: flex;
  }

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

  .footer-logo-block {
    margin-bottom: 40px;
  }

  .footer-grid {
    grid-template-columns: 1fr .8fr;
  }

  .footer-container {
    flex-direction: column;
  }

  .spacer {
    height: 32px;
  }

  .field-block {
    min-height: auto;
  }

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

  .heading-3.h1 {
    font-size: 35px;
  }

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

  .container-18 {
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-2-copy {
    width: 400px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .top-line-block {
    margin-top: 25px;
    padding-top: 30px;
  }

  .text-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .subpage-header {
    padding: 110px 25px 40px;
  }

  .subpage-header.about-5 {
    padding-top: 140px;
    padding-bottom: 70px;
  }

  .subpage-title {
    font-size: 30px;
  }

  .page-subtitle {
    width: 100%;
    margin-top: 10px;
    margin-bottom: -29px;
  }

  .sub-title {
    font-size: 17px;
  }

  .section-11 {
    align-items: center;
    height: 68%;
    padding-top: 0;
    padding-bottom: 0;
    overflow: auto;
  }

  .animation1 {
    font-size: 70px;
  }

  .subpage-title-2 {
    font-size: 30px;
  }

  .button-copy-copy-copy, .button-copy-copy-copy-copy {
    margin-left: 123px;
    margin-right: 123px;
  }

  .m-h3-heading {
    font-size: 40px;
  }

  .m-feature-header {
    margin-bottom: 60px;
  }

  .blocks-row {
    margin-bottom: 0;
  }

  .block-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .m-h3-heading-copy {
    font-size: 40px;
  }

  .page-subtitle-copy, .page-subtitle-copy-copy {
    width: 100%;
    margin-top: 10px;
  }

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

  .heading-3-copy.h1 {
    font-size: 35px;
  }

  .heading-7 {
    font-size: 30px;
    line-height: 30px;
  }

  .cursor-2 {
    background-color: #e6000300;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .wrap-hidden {
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    height: 100vh;
    padding-left: 70px;
    display: flex;
    overflow: hidden;
  }

  .text-hidden {
    color: #fff;
    width: 410px;
    font-size: 36px;
    line-height: 1.2;
    position: absolute;
  }

  .hero_section {
    display: none;
  }

  .hero_content {
    width: 100%;
  }

  .container-21.is-hero {
    padding-top: 10.9em;
    padding-bottom: 10.9em;
    display: block;
  }

  .hero_visual {
    width: 100%;
    margin-top: 5.2em;
    font-size: 2.5vw;
  }

  .experience_available-button {
    justify-content: center;
  }

  .experience_progress-bar-wrapper {
    left: 3.4rem;
  }

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

  .experience_timeline-icon-wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .button-group {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
  }

  .experience_component {
    grid-template-columns: 1fr;
  }

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

  .experience_profile-name {
    font-size: 23px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button-9.is-icon {
    justify-content: center;
  }

  .navbar_logo-link {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .button-10.is-navbar-button {
    padding: .25rem 1rem;
  }

  .button-10.is-icon {
    justify-content: center;
  }

  .navbar_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .container-22.is-hero {
    padding-top: 10.9em;
    padding-bottom: 10.9em;
    display: block;
  }

  .featured__arrow {
    position: absolute;
    top: auto;
    right: 33.9%;
  }

  .featured__arrow.left {
    top: auto;
    right: 55.5%;
  }

  .speaker-info {
    max-height: 50%;
    margin-top: 45px;
    margin-bottom: 45px;
    padding-left: 0;
  }

  .featured-slide__mask {
    width: 90%;
  }

  .slide-image {
    width: 100%;
    min-height: 0;
    margin-left: -6px;
    padding-left: 0;
  }

  .speaker-slide-content {
    margin-top: 1px;
    margin-bottom: 51px;
    position: relative;
  }

  .featured__slider {
    overflow: visible;
  }

  .content__wrapper {
    margin-bottom: 0;
  }

  .section-17 {
    padding-left: 0;
    padding-right: 0;
  }

  .feature_wrap {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .feature_image._1 {
    position: relative;
  }

  .feature_text {
    text-align: center;
    font-size: 23px;
  }

  .h2.how {
    margin-left: auto;
    margin-right: auto;
    font-size: 50px;
  }

  ._480 {
    flex-direction: column;
    align-self: center;
    align-items: center;
    max-width: none;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .feature_image-wrap {
    align-self: auto;
    max-width: none;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .container-23 {
    width: 90%;
  }

  .feature_grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    height: auto;
    display: flex;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .testimonial21_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .text-size-medium-3 {
    font-size: 1rem;
  }

  .testimonial21_content {
    padding: 1.5rem;
  }

  .testimonial21_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial21_component {
    grid-template-columns: 1fr;
  }

  .work_image-column.image-column-3 {
    display: none;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .page-padding-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .gallery_arrow.is-left {
    right: 3.5rem;
  }

  .gallery_slide {
    padding-right: 1.5rem;
  }

  .gallery_mask {
    width: 50%;
  }

  .button-copy-2copy-copy {
    margin-left: 27px;
  }

  .marquee-snap_wrapper {
    font-size: 2.2vw;
  }

  .button-copy-2copy-copy-copy {
    margin-left: 149px;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_progress {
    left: 6px;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }

  .timeline_text {
    font-size: 20px;
  }

  .timeline_left {
    text-align: left;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline-header {
    font-size: 50px;
  }

  .copy-medium {
    line-height: 1.4em;
  }

  .team-member-wrapper {
    box-shadow: 0 15px 6em #0000004f;
  }

  .team-copy-wrapper {
    width: 36em;
    font-size: .7em;
  }

  .team-images-column {
    font-size: .7em;
  }

  .container-26 {
    margin-left: -7px;
    margin-right: -7px;
  }

  .text-size-medium-4 {
    font-size: 1rem;
  }

  .process_step {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 4rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .page-padding-4 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .process_timeline {
    align-self: flex-start;
    margin-left: 2rem;
  }

  .process-image {
    background-image: url('../images/Process-Image-Background-Mobile.png');
    background-size: cover;
    width: 100%;
    margin-bottom: 24px;
  }

  .step-4-info-wrapper, .step-5-info-wrapper {
    flex-direction: column;
    padding: 16px;
  }

  .paragraph-m.text-white.margin-m {
    margin-bottom: 16px;
  }

  .step {
    left: 16px;
  }

  .section-19 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .step-2-info-wrapper {
    flex-direction: column;
    padding: 16px;
  }

  .step-info {
    margin-left: 0;
  }

  .heading-2-small {
    font-size: 40px;
    line-height: 48px;
  }

  .step-3-info-wrapper {
    flex-direction: column;
    padding: 16px;
  }

  .step-heading.margin-xs {
    margin-bottom: 8px;
  }

  .step-1-info-wrapper {
    flex-direction: column;
    padding: 16px;
  }

  .btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-3-columns {
    grid-template-columns: 1fr 1fr;
  }

  .section-20, .section-21 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .pd---content-inside-card {
    padding: 32px 24px 40px;
  }

  .image-35.width-100 {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: inline-block;
  }

  .section-21-copy {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .resources-block {
    width: 80%;
    margin-left: 10%;
  }

  .line-container {
    width: 60%;
  }

  .step-2 {
    justify-content: center;
    padding: 8%;
  }

  .dot {
    z-index: 99;
    order: 2;
    align-self: center;
    margin-bottom: 0;
    position: absolute;
    bottom: 50%;
  }

  .img-block {
    z-index: 3;
    order: 3;
    width: 70%;
    min-height: 50vh;
    padding-top: 20px;
    position: relative;
  }

  .content-wrap {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 40vh;
    padding-bottom: 20px;
  }

  .step-content-block {
    z-index: 2;
    order: -1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .step-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: auto;
  }

  .scoll-wrap {
    z-index: 1;
    height: 100%;
    bottom: 50%;
  }

  .slide-image-2 {
    min-height: 400px;
  }

  .speaker-slide-content-2 {
    width: 60%;
  }

  .speaker-slide {
    left: 108px;
  }

  .speaker-slide-mask {
    width: 90%;
  }

  .speaker-info-2 {
    margin-top: 2px;
    margin-bottom: 37px;
  }

  .speaker-name {
    font-size: 25px;
  }

  .speaker-arrow {
    right: 38%;
  }

  .speaker-arrow.left {
    left: 38%;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .text-300 {
    font-size: 18px;
    line-height: 20px;
  }

  .text-300.medium.top-8px {
    top: 6px;
  }

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .text-200.list {
    line-height: 22px;
  }

  .display-4 {
    font-size: 20px;
    line-height: 32px;
  }

  .heading-h1-size {
    font-size: 38px;
    line-height: 46px;
  }

  .divider-2 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .pricing-content {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .tabs-menu-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .tabs-menu-2.bg-grey {
    border-radius: 13px;
    flex-direction: row;
  }

  .badge-secondary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .badge-secondary.tabs {
    margin: 8px;
  }

  .square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

  .mg-top-48px {
    margin-top: 40px;
  }

  .section-23 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-copy {
    text-align: center;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-copy.main {
    background-image: linear-gradient(to bottom, null, null), url('../images/5c4d04cb-ca28-4bcf-a211-66aa972af192.jpg');
    background-position: 0 0, -200px 0;
    margin-top: 51px;
  }

  .buttonp0000copy-copy-copy {
    width: 45vw;
    margin-top: -33px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero__content {
    padding-left: 60px;
    padding-right: 60px;
  }

  .clip-text-hero {
    margin-bottom: 20px;
    overflow: hidden;
  }

  .section-copy-copy {
    text-align: center;
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .section-copy-copy.main {
    background-image: linear-gradient(to bottom, null, null), url('../images/5c4d04cb-ca28-4bcf-a211-66aa972af192.jpg');
    background-position: 0 0, -200px 0;
    margin-top: 51px;
  }

  .bold-text-3-copy {
    font-size: 50px;
  }

  .bold-text-4-copy, .bold-text-4-copy-copy {
    font-size: 19px;
  }

  .section-20-copy {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .grid-3-columns-copy {
    grid-template-columns: 1fr 1fr;
  }

  .nav_bar-wrap {
    background-color: #e60307;
  }

  .nav_btn.mobile-btn {
    background-color: #e60309;
    box-shadow: 0 2px 5px #0003;
  }

  .nav_component-2 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .nav-link-3 {
    background-color: #fff;
    border-radius: 100px;
    margin-bottom: 10px;
  }

  .nav_layout {
    z-index: 99;
    outline-offset: 0px;
    outline: .1px solid #444;
    position: relative;
  }

  .nav_menu.mobile-menu {
    cursor: none;
    flex-flow: column wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-end;
    display: flex;
  }

  .nav_container {
    box-shadow: none;
    outline-offset: 0px;
    border-radius: 2rem;
    outline: .1px #444;
  }

  .mobile_menu-wrapper {
    z-index: 1;
    box-shadow: none;
    background-color: #0000;
    border-radius: 0;
    flex-flow: column wrap;
    align-items: flex-end;
  }

  .nav-link-3-copy {
    background-color: #fff;
    border-radius: 100px;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px #0003;
  }

  .tabs-menu-wrapper {
    max-width: 50%;
  }

  .ss-inner-left {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ss-tag-line {
    font-weight: 500;
  }

  .ss-image-wrapper {
    padding-top: 100%;
  }

  .ss-inner-right {
    margin-bottom: 0;
  }

  .arrow_link.left {
    left: 5vh;
  }

  .slide-1_image {
    height: 18vh;
  }

  .slide_heading-container {
    left: 5vh;
  }

  .slider-3.padding-top {
    padding-top: 5em;
  }

  .left-arrow {
    width: 1.5em;
    height: 1.5em;
    right: 80px;
  }

  .right-arrow {
    width: 1.5em;
    height: 1.5em;
  }

  .phone-mock-2 {
    box-shadow: none;
    width: 150%;
  }

  .swiper-wrapper.cc-how-slider-thumbs {
    width: 90%;
  }

  .slider-arrow-2 {
    width: 3rem;
    height: 3rem;
    font-size: 20px;
  }

  .slider-arrow-2.cc-how-slide-left {
    left: 20px;
  }

  .slider-arrow-2.cc-how-slide-right {
    right: 20px;
  }

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

  .phone-mock_tab-2 {
    border-bottom-right-radius: .5em;
    border-bottom-left-radius: .5em;
    height: 29px;
  }

  .image-wrap-2 {
    padding-top: 60%;
  }

  .left-arrow-3, .right-arrow-3 {
    width: 40px;
  }

  .image-1 {
    width: 36vw;
  }

  .text-wrapper-4 {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .image-3-wrapper {
    display: none;
  }

  .slider-6 {
    height: 600px;
  }

  .image-2-wrapper {
    display: none;
  }

  .image-1-wrapper {
    width: auto;
    margin-right: 0;
  }

  .slide-wrapper {
    flex-direction: column-reverse;
    justify-content: center;
  }

  .image-1-wrapper-2 {
    width: auto;
    margin-right: 0;
  }

  .image-49 {
    width: 36vw;
  }

  .image-1-wrapper-3 {
    width: auto;
    margin-right: 0;
  }

  .slider-7 {
    height: 600px;
  }

  .image-51 {
    width: 36vw;
  }

  .tabs-3 {
    margin-top: 30px;
    padding-bottom: 0;
  }

  .slide-wrapper-2 {
    flex-direction: column-reverse;
    justify-content: center;
    margin-top: 120px;
  }

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

  .title-5 {
    text-align: center;
    align-self: auto;
    margin-right: auto;
  }

  .slide-nav-4 {
    margin-top: -33px;
    padding-top: 31px;
    padding-bottom: 0;
    display: none;
    top: auto;
  }

  .right-arrow-4 {
    width: 40px;
  }

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

  .left-arrow-4 {
    width: 40px;
  }

  .slider-8 {
    height: 90vh;
    margin-top: auto;
    padding-top: 0;
  }

  .image-53 {
    width: 40vw;
    max-width: 100%;
  }

  .mask-5 {
    margin-top: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tabs-content-2 {
    margin-top: 26px;
    padding-top: 29px;
    padding-bottom: 11px;
  }

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

  .image-53-copy {
    width: 60vw;
    max-width: 100%;
  }

  .image-53-copy-copy, .image-53-copy {
    width: 70vw;
    max-width: 100%;
  }

  .slide-8 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .slider-8-copy {
    height: 90vh;
    margin-top: auto;
    padding-top: 0;
  }

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

  .slider-8-copy-copy {
    height: 90vh;
    margin-top: auto;
    padding-top: 0;
  }

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

  .bold-text-6 {
    line-height: 40px;
  }
}

@media screen and (max-width: 479px) {
  .section.main {
    background-image: linear-gradient(#0009, #0009), url('../images/5c4d04cb-ca28-4bcf-a211-66aa972af192.jpg');
    background-position: 0 0, -300px 0;
    background-size: auto, cover;
  }

  .section-subtitle {
    margin-left: 63px;
    margin-right: 63px;
  }

  .plan-wrapper {
    margin-left: 4%;
    margin-right: 4%;
    padding-left: 31px;
    padding-right: 31px;
  }

  .additional-contact {
    margin-top: -26px;
    margin-left: 86px;
    margin-right: 86px;
  }

  .testimony-text {
    font-size: 16px;
    line-height: 22px;
  }

  .slider-arrow {
    margin-left: 6px;
    margin-right: 6px;
  }

  .client-logo {
    width: 33.33%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .image-5 {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 297px;
  }

  .image-7 {
    margin-left: -1px;
  }

  .image-8 {
    margin-top: 10px;
    margin-left: 1px;
  }

  .navigation-2 {
    width: 290px;
    margin-top: 24px;
    padding-left: 13px;
    padding-right: 11px;
  }

  .button-copy-2copy {
    margin-top: 34px;
    position: static;
  }

  .hero-overlay-block {
    background-color: #0000;
    height: 80%;
    padding: 90px 15px 110px;
  }

  .container-2.hero-container {
    margin-top: 30px;
    margin-bottom: -57px;
  }

  .marquee-snap_text {
    margin-top: 39px;
    padding-bottom: 0;
    font-size: 15px;
  }

  .heading {
    letter-spacing: -2px;
    font-size: 40px;
    font-weight: 800;
  }

  .hero-main-title {
    font-size: 25px;
    line-height: 25px;
  }

  .hero-main-title.subtitle {
    width: 90%;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 22px;
  }

  .image-box {
    flex: none;
    order: 1;
    align-self: stretch;
    padding: 18px;
  }

  .f-heading-detail-small {
    margin-left: -8px;
    margin-right: -8px;
    font-size: 16px;
    line-height: 20px;
  }

  .quick-stack-3 {
    margin-right: 169px;
    padding-right: 0;
    overflow: visible;
  }

  .tab_padding-3 {
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .tab_arrow {
    width: 30%;
    height: 30%;
  }

  .tab_wrap {
    padding-left: .6em;
    padding-right: .6em;
  }

  .tab_p-2 {
    margin-right: 167px;
  }

  .tab_link-text-3 {
    font-size: 1.1em;
    overflow: hidden;
  }

  .tab_heading-3 {
    font-size: 2em;
  }

  .tab_pane-2 {
    overflow: visible;
  }

  .tab_arrow-icon {
    margin-top: -11px;
  }

  .tab_menu {
    margin-left: 25px;
    margin-right: 25px;
  }

  .f-h3-heading-new {
    margin: 29px 23px 18px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 35px;
    line-height: 29px;
  }

  .tab_arrow-wrap.is-left {
    margin-top: 0;
    margin-left: -13px;
    padding-left: 4px;
  }

  .tab_arrow-wrap.is-right {
    justify-content: flex-end;
    width: 6em;
    height: 6em;
    margin-top: -6.7em;
    margin-left: -42px;
    padding-right: 0;
  }

  .button-2-copy {
    bottom: 170px;
    left: 37px;
  }

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

  .container-12 {
    width: 86%;
  }

  .contenedor-logo {
    min-width: 600%;
  }

  .logos-2-animados {
    min-width: 600%;
    left: -1443px;
  }

  .sticky-text_wrapper.steps {
    grid-template-columns: 1fr;
  }

  .section-9 {
    padding-top: 75px;
    padding-bottom: 75px;
    overflow: visible;
  }

  .container-13 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .phone-mock_tab {
    height: 5vw;
  }

  .phone-mock {
    width: 170%;
    padding: 6px;
  }

  .h3 {
    font-size: 1.4rem;
  }

  .phone-mock_border {
    border-width: 5px;
  }

  .circle-number.steps3, .circle-number.steps2, .circle-number.steps1, .circle-number.steps4 {
    display: none;
  }

  .home-intro_visual-content {
    margin-top: -183px;
  }

  .container-14.is-home-intro {
    padding-left: 3.6em;
  }

  .home-intro_content {
    margin-left: 9px;
  }

  .marquee-vertical_gradient-2 {
    overflow: hidden;
  }

  .heading-2 {
    padding-left: 55px;
    padding-right: 55px;
  }

  .tip-title {
    display: none;
  }

  .nav_wrapper {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .section_tip {
    overflow: visible;
  }

  .page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .icon-1x1-xsmall.text-color-white {
    z-index: -1;
    position: relative;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .scramble-text {
    font-size: 1.5rem;
    line-height: 1.4;
  }

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

  .bg-circle-2 {
    width: 300px;
    height: 300px;
    display: block;
    inset: 0%;
  }

  .page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .left_heading {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 23px;
    line-height: 22px;
  }

  .left_paragraph {
    text-align: center;
    margin-left: 43px;
    margin-right: 40px;
  }

  .feature-text-block.right {
    width: 250px;
    margin-top: -34px;
    padding-bottom: 0;
    padding-right: 157px;
  }

  .main-feature-title {
    margin-bottom: 20px;
    font-size: 29px;
    line-height: 32px;
  }

  .paragraph {
    margin-bottom: 2px;
    margin-right: -164px;
    padding-bottom: 2px;
    padding-right: 0;
    line-height: 20px;
  }

  .f-h3-heading-new-copy {
    margin: 38px 23px 18px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 35px;
    line-height: 29px;
  }

  .f-heading-detail-small-copy {
    margin-left: -8px;
    margin-right: -8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }

  .container-15 {
    margin-top: -56px;
    margin-left: -3px;
    margin-right: -5px;
    padding-left: 20px;
    padding-right: 30px;
    overflow: hidden;
  }

  .button-2-copy-copy {
    bottom: 45px;
    left: 37px;
  }

  .bold-text-3 {
    font-size: 35px;
  }

  .bold-text-4 {
    font-size: 16px;
  }

  .heading-2-copy {
    padding-left: 55px;
    padding-right: 55px;
    line-height: 20px;
  }

  .container-16 {
    margin-top: -74px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 34px;
  }

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

  .form-2-grid {
    grid-template-columns: 1fr;
  }

  .title-tag {
    margin-bottom: 6px;
  }

  .button-4 {
    width: 100%;
    font-size: 16px;
    line-height: 1.8em;
  }

  .text-area {
    width: 100%;
  }

  .paragraph-3.medium {
    font-size: 16px;
  }

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

  .form-card---vacante {
    padding: 24px;
    overflow: hidden;
  }

  .section-10.black-gradient {
    overflow: hidden;
  }

  .text-field {
    width: 100%;
  }

  .container-18 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .navigation-2-copy {
    width: 290px;
    margin-top: 24px;
    padding-left: 13px;
    padding-right: 11px;
  }

  .top-line-block {
    margin-top: 20px;
    padding-top: 20px;
  }

  .subpage-header {
    padding-top: 90px;
    padding-bottom: 20px;
  }

  .subpage-header.about-5 {
    padding-top: 100px;
    padding-bottom: 50px;
    overflow: hidden;
  }

  .subpage-title {
    font-size: 20px;
    line-height: 20px;
  }

  .page-subtitle {
    margin-top: 10px;
    font-size: 15px;
    line-height: 23px;
    overflow: hidden;
  }

  .button-5 {
    margin-top: 10px;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 11px;
    line-height: 21px;
  }

  .sub-title {
    font-size: 14px;
  }

  .bg-circle-purple {
    width: 100%;
    height: 430px;
    display: block;
    inset: 0%;
  }

  .section-11 {
    height: 72%;
    overflow: auto;
  }

  .section-11.warning {
    height: 72%;
  }

  .animation1 {
    letter-spacing: -1px;
    font-size: 50px;
  }

  .subpage-title-2 {
    font-size: 20px;
    line-height: 20px;
  }

  .button-copy-copy-copy {
    margin-top: 26px;
    margin-left: 33px;
    margin-right: 33px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
    position: static;
  }

  .button-copy-copy-copy-copy {
    margin-top: 15px;
    margin-left: 33px;
    margin-right: 33px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
    position: static;
  }

  .m-h3-heading, .m-section-large {
    overflow: hidden;
  }

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

  .m-button-outline {
    width: 100%;
  }

  .cards__card {
    margin-top: 6vw;
  }

  .page-subtitle-copy, .page-subtitle-copy-copy {
    margin-top: 10px;
    font-size: 15px;
    line-height: 23px;
  }

  .image-17 {
    overflow: hidden;
  }

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

  .title-tag-2 {
    margin-bottom: 6px;
  }

  .button-7 {
    width: 100%;
    font-size: 16px;
    line-height: 1.8em;
  }

  .text-area-2 {
    width: 100%;
  }

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

  .form-card-2 {
    padding: 24px;
  }

  .text-field-2 {
    width: 100%;
  }

  .heading-3-copy.h1 {
    overflow: hidden;
  }

  .form-card---contacto-copy {
    padding: 24px;
    overflow: hidden;
  }

  .footer__social {
    justify-content: space-between;
  }

  .cursor-wrap {
    cursor: auto;
  }

  .wrap-hidden {
    justify-content: center;
    padding-left: 0;
  }

  .text-hidden {
    width: 81%;
    font-size: 28px;
  }

  .experience_timeline-left {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: .5rem;
  }

  .experience_timeline-step {
    z-index: 1;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    text-align: center;
    background-color: #0d0d0d;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0;
    position: relative;
  }

  .experience_progress-bar-wrapper {
    height: 90%;
    left: 50%;
    transform: translate(-50%);
  }

  .experience_component {
    grid-template-columns: 1fr;
  }

  .experience_profile-name {
    font-size: 16px;
    line-height: 20px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .experience_timeline-right {
    padding-bottom: 0;
    padding-left: 0;
  }

  .experience_timeline-wrapper {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-direction: column;
    display: flex;
    position: relative;
  }

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

  .features_card-left {
    padding: 2rem;
  }

  .features_embed {
    height: 15rem;
  }

  .button-11.slider {
    width: 65%;
  }

  .featured-products__wrapper {
    height: 100%;
  }

  .product__name {
    font-size: 2em;
  }

  .featured__arrow {
    inset: 370px 28.5% 0% auto;
  }

  .featured__arrow.left {
    margin-right: 84px;
    inset: 370px 44% 0% 0%;
  }

  .speaker-image.lombard {
    width: 50%;
  }

  .speaker-info {
    max-width: 500px;
    max-height: 100%;
  }

  .featured-slide__mask {
    width: 100%;
  }

  .slide-image {
    height: 50%;
    min-height: 0;
  }

  .speaker-slide-content {
    width: 100%;
    height: 0%;
    margin-bottom: 40px;
    padding-bottom: 6px;
  }

  .featured__slider {
    height: 50%;
    margin-left: -2px;
    margin-right: -16px;
    padding-bottom: 0;
  }

  .section-16.bestseller {
    margin-bottom: 75px;
    padding-bottom: 0;
  }

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

  .feature_wrap {
    padding-left: 0;
  }

  .feature_text {
    padding-bottom: 41px;
    font-size: 1em;
    line-height: 23px;
  }

  .h2 {
    font-size: 32px;
  }

  .h2.how {
    font-size: 2em;
  }

  ._480 {
    margin-left: 17px;
    margin-right: 17px;
  }

  .feature_image-wrap {
    width: 100%;
    margin-top: -41px;
    margin-left: -12px;
    margin-right: 32px;
  }

  .text-size-medium-3 {
    width: 100%;
    height: 100%;
    padding-left: 19px;
    padding-right: 19px;
  }

  .testimonial21_client {
    width: 100%;
    padding-left: 19px;
    padding-right: 19px;
  }

  .work_images-wrapper {
    min-height: 60svh;
    padding-top: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-21 {
    flex: 1;
    align-self: stretch;
  }

  .gallery_image-wrapper {
    padding-top: 80%;
    display: inline-block;
  }

  .gallery_slider {
    padding-bottom: 7rem;
  }

  .work_component-mobile {
    display: block;
  }

  .gallery_arrow.is-right {
    inset: auto 0% 0% 4rem;
    transform: rotate(180deg);
  }

  .gallery_arrow.is-left {
    inset: auto 0% 0% -4rem;
  }

  .gallery_slide-nav {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    inset: auto 0% 4rem;
  }

  .gallery_mask {
    width: 100%;
  }

  .work_component-desktop {
    display: none;
  }

  .button-copy-2copy-copy {
    margin-top: -9px;
    margin-left: -35px;
    margin-right: -53px;
    padding-left: 19px;
    position: static;
  }

  .button-copy-2copy-copy-copy {
    margin-top: -62px;
    margin-left: 32px;
    position: static;
  }

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

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

  .timeline-header, .subheader {
    font-size: 2em;
  }

  .team-copy-wrapper {
    width: 21em;
    font-size: .7em;
  }

  .team-images-wrapper {
    grid-column-gap: 2em;
  }

  .team-images-column {
    font-size: .6em;
  }

  .process_step {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 2rem;
  }

  .process_overlay-top, .process_overlay-bottom {
    height: 4rem;
  }

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

  .process_item-indicator {
    width: 2rem;
    height: 2rem;
  }

  .process_timeline {
    margin-left: 1rem;
  }

  .heading-2-small {
    font-size: 36px;
    line-height: 44px;
  }

  .btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .grid-3-columns {
    grid-template-columns: 1fr;
  }

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

  .section-20 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

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

  .section-21, .section-21-copy {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .resources-block {
    margin-left: 5%;
  }

  .flex.hor.space-bwtween {
    align-items: center;
  }

  .line-container {
    width: 98%;
  }

  .line-ver.short-bottom {
    height: 120px;
  }

  .img-block {
    width: 90%;
  }

  .content-wrap {
    height: 30vh;
  }

  .steps-clone {
    display: block;
    position: static;
  }

  .content {
    font-size: 20px;
  }

  .slide-image-2 {
    height: 40vh;
    min-height: 300px;
  }

  .speaker-slide-content-2 {
    width: 100%;
    padding-bottom: 6px;
  }

  .speaker-slider {
    height: 100%;
    left: -111px;
  }

  .clip-text-2.speaker-headding {
    margin-top: -65px;
  }

  .section-22 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-22.home-hero-section {
    padding-bottom: 36px;
  }

  .speaker-name {
    margin-top: 111px;
    margin-bottom: 29px;
    font-size: 14px;
  }

  .speaker-arrow {
    inset: auto -28.6vw 0 200px;
  }

  .speaker-arrow.left {
    margin-right: 84px;
    left: 148px;
    right: 7.7vw;
  }

  .tabs-menu {
    margin-right: 30px;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .text-300.medium.top-8px {
    top: 3px;
  }

  .heading-h1-size {
    font-size: 32px;
    line-height: 38px;
  }

  .divider-2 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .tabs-menu-2.bg-grey {
    flex-direction: column;
    width: 100%;
  }

  .mg-bottom-24px-2 {
    margin-bottom: 16px;
  }

  .badge-secondary {
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .badge-secondary.tabs {
    margin-left: 0;
    margin-right: 0;
  }

  .icon-list {
    margin-right: 8px;
  }

  .square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .mg-top-48px {
    margin-top: 32px;
  }

  .section-23 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

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

  .section-copy.main {
    background-image: linear-gradient(#0009, #0009), url('../images/5c4d04cb-ca28-4bcf-a211-66aa972af192.jpg');
    background-position: 0 0, -300px 0;
    background-size: auto, cover;
  }

  .buttonp0000copy-copy-copy {
    width: 60vw;
    margin: 2px auto 62px;
    padding-left: 0;
    position: static;
  }

  .h1 {
    font-size: 1.8em;
  }

  .hero__content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .clip-text-hero {
    flex: 0 auto;
  }

  .section-copy-copy.main {
    background-image: linear-gradient(#0009, #0009), url('../images/5c4d04cb-ca28-4bcf-a211-66aa972af192.jpg');
    background-position: 0 0, -300px 0;
    background-size: auto, cover;
  }

  .bold-text-3-copy {
    font-size: 35px;
  }

  .heading-2-copy-copy {
    padding-left: 55px;
    padding-right: 55px;
    line-height: 20px;
  }

  .bold-text-4-copy, .bold-text-4-copy-copy {
    font-size: 16px;
  }

  .section-20-copy {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .grid-3-columns-copy {
    grid-template-columns: 1fr;
  }

  .mg-bottom-24px-copy {
    margin-bottom: 16px;
  }

  .tabs-menu-wrapper {
    max-width: 90%;
    padding-left: .7em;
    padding-right: .7em;
  }

  .ss-tag-line {
    font-size: 11px;
    line-height: 17px;
  }

  .ss-title {
    font-size: 28px;
    line-height: 40px;
  }

  .ss-image-wrapper {
    padding-top: 100%;
    overflow: hidden;
  }

  .ss-inner-right {
    margin-bottom: 0;
  }

  .ss-paragraph {
    color: #000;
  }

  .ss-image {
    object-position: 100% 50%;
  }

  .slide-1_image {
    height: 13vh;
  }

  .slide_heading-container {
    left: 2vh;
  }

  .rotate_wrapper {
    left: 55vw;
  }

  .carousel_bg.is-midnightblue {
    right: -52vw;
  }

  .slide-nav-7 {
    bottom: -9%;
  }

  .phone-mock_border-2 {
    border-width: 5px;
  }

  .swiper-wrapper.cc-how-slider-thumbs {
    width: 100%;
  }

  .col {
    flex-basis: 100%;
    order: 1;
    max-width: 100%;
  }

  .container-28 {
    width: 86%;
  }

  .slider-arrow-2 {
    width: 2rem;
    height: 2rem;
    font-size: 16px;
    display: none;
  }

  .slider-arrow-2.cc-how-slide-left {
    display: flex;
    left: 12px;
  }

  .slider-arrow-2.cc-how-slide-right {
    display: flex;
    right: 12px;
  }

  .swiper-slide-2.cc-how-slider-thumbs {
    padding-left: 0;
    padding-right: 0;
  }

  .section-25 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .phone-mock_tab-2 {
    height: 5vw;
  }

  .u-mb-0 {
    margin-bottom: 0;
  }

  .swiper.cc-how-slider {
    height: 130vw;
  }

  .slide-6 {
    padding-right: 10px;
  }

  .image-wrap-2 {
    padding-top: 110%;
  }

  .mask-4 {
    width: 98%;
  }

  .image-1 {
    width: 55vw;
  }

  .text-wrapper-4 {
    margin-top: 0;
  }

  .title-2 {
    font-size: 46px;
  }

  .slider-6 {
    height: 550px;
  }

  .title-3 {
    font-size: 46px;
  }

  .image-49 {
    width: 55vw;
  }

  .title-4 {
    font-size: 46px;
  }

  .slider-7 {
    height: 550px;
  }

  .image-51 {
    width: 55vw;
  }

  .title-5 {
    letter-spacing: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .link-22 {
    font-size: 16px;
    font-weight: 300;
  }

  .slider-8 {
    height: 100vh;
  }

  .image-53 {
    width: 60vw;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .tabs-content-2 {
    margin-top: auto;
    padding-top: 0;
  }

  .image-53-copy {
    width: 70vw;
  }

  .image-53-copy-copy {
    width: 70vw;
    padding-top: 0;
    padding-bottom: 50px;
  }

  .image-53-copy {
    width: 70vw;
    padding-bottom: 50px;
  }

  .slider-8-copy {
    height: 80vh;
  }

  .slider-8-copy-copy {
    height: 100vh;
  }
}

#w-node-d38be062-4f96-3048-c068-c07963713129-fff3f135 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8541ddf-fa89-f74b-36c1-9e06e80bedc3-fff3f135 {
  align-self: center;
}

#w-node-e8541ddf-fa89-f74b-36c1-9e06e80bedc8-fff3f135 {
  justify-self: center;
}

#w-node-e970f6ee-d14a-2d8a-e2c9-f8d78de69f95-fff3f135, #w-node-e970f6ee-d14a-2d8a-e2c9-f8d78de69fbb-fff3f135, #w-node-e970f6ee-d14a-2d8a-e2c9-f8d78de69f95-fff3f13f, #w-node-e970f6ee-d14a-2d8a-e2c9-f8d78de69fbb-fff3f13f, #w-node-_98a1067f-08c1-468e-156f-be098ca8a174-fff3f141, #w-node-e970f6ee-d14a-2d8a-e2c9-f8d78de69f95-fff3f141, #w-node-e970f6ee-d14a-2d8a-e2c9-f8d78de69fbb-fff3f141, #w-node-e970f6ee-d14a-2d8a-e2c9-f8d78de69f95-fff3f143, #w-node-e970f6ee-d14a-2d8a-e2c9-f8d78de69fbb-fff3f143 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d59436d8-b8ce-5a18-44f3-c08fabe25532-fff3f146 {
  place-self: auto;
}

#w-node-eebcfb60-8f48-3489-991a-340ddc03a52b-fff3f146, #w-node-e970f6ee-d14a-2d8a-e2c9-f8d78de69f95-fff3f146, #w-node-e970f6ee-d14a-2d8a-e2c9-f8d78de69fbb-fff3f146 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-d38be062-4f96-3048-c068-c07963713129-fff3f135 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-e8541ddf-fa89-f74b-36c1-9e06e80bedc3-fff3f135 {
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e970f6ee-d14a-2d8a-e2c9-f8d78de69f95-fff3f135, #w-node-e970f6ee-d14a-2d8a-e2c9-f8d78de69f95-fff3f13f, #w-node-e970f6ee-d14a-2d8a-e2c9-f8d78de69f95-fff3f141, #w-node-e970f6ee-d14a-2d8a-e2c9-f8d78de69f95-fff3f143, #w-node-e970f6ee-d14a-2d8a-e2c9-f8d78de69f95-fff3f146 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d38be062-4f96-3048-c068-c07963713129-fff3f135 {
    align-self: auto;
  }
}


@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/Sofia-Pro-UltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proggycrossed Mac';
  src: url('../fonts/ProggyCrossed-Regular-Mac.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/Copia-de-Sofia-Pro-Bold-Az.otf') format('opentype'), url('../fonts/Copia-de-Sofia-Pro-Semi-Bold-Az.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/sofiapro-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/Copia-de-Sofia-Pro-Black-Az.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/Copia-de-Sofia-Pro-Medium-Italic-Az.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/Copia-de-Sofia-Pro-Regular-Az.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}