:root {
  --dark: #0a0a0a;
  --mid-negative-color: #c2e9e9;
  --primary-brand-color: #00353e;
  --light-color: white;
  --mid-positive-color: #006c7e;
  --secondary-brand-color: #5abfc0;
}

.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-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

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

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

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

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

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  background-color: var(--dark);
  color: #333;
  font-family: Kastelov axiforma, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

h1 {
  color: var(--mid-negative-color);
  text-align: center;
  white-space: normal;
  margin-top: 10px;
  margin-bottom: 50px;
  font-family: Kastelov axiforma, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 60px;
}

h2 {
  color: var(--mid-negative-color);
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Kastelov axiforma, sans-serif;
  font-size: 37px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Kastelov axiforma, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  color: var(--primary-brand-color);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Varela Round, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: var(--light-color);
  text-align: center;
  letter-spacing: .05em;
  margin-bottom: 10px;
  font-family: Kastelov axiforma, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5em;
}

a {
  color: var(--mid-positive-color);
  font-size: 12px;
  text-decoration: underline;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.buttoncta {
  z-index: 2;
  background-color: var(--secondary-brand-color);
  background-image: linear-gradient(75deg, var(--secondary-brand-color), var(--primary-brand-color) 97%, white);
  color: var(--light-color);
  text-align: center;
  white-space: normal;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 13em;
  height: 3em;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 86px;
  font-family: Kastelov axiforma, sans-serif;
  font-size: 22px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: static;
  inset: auto 0% 5%;
  box-shadow: 1px 1px 20px #47261766;
}

.buttoncta:hover {
  background-color: var(--mid-positive-color);
  background-image: linear-gradient(75deg, var(--secondary-brand-color), var(--primary-brand-color) 97%, white);
}

.popup-card {
  background-color: var(--light-color);
  text-align: center;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 450px;
  padding: 30px;
  display: flex;
  position: relative;
}

.close-popup-button {
  color: var(--dark);
  padding: 15px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -5px -5px auto auto;
}

.hero-logo {
  border-radius: 10px;
  order: -1;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 59px 26px;
  position: static;
  inset: 20% 0% 0%;
}

.dark-text {
  color: var(--primary-brand-color);
  margin-bottom: 30px;
  padding-top: 0;
  font-family: Kastelov axiforma, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.25em;
}

.hero-logo-2 {
  border-radius: 10px;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 20% 0% 0%;
}

.button-icon {
  margin-top: -3px;
  margin-right: 10px;
}

.button-text {
  color: var(--primary-brand-color);
  margin-bottom: 0;
  font-family: Varela Round, sans-serif;
}

.button-text.home {
  color: var(--light-color);
  white-space: pre;
  white-space: pre;
  font-family: Kastelov axiforma, sans-serif;
  font-size: 20.382px;
}

.button-link {
  z-index: 2;
  background-color: var(--secondary-brand-color);
  color: var(--light-color);
  text-align: center;
  white-space: normal;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 3em;
  margin-top: 0;
  padding: 25px 86px;
  font-family: Kastelov axiforma, sans-serif;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: static;
  inset: auto 0% 5%;
  box-shadow: 1px 1px 20px #47261766;
}

.button-link:hover {
  background-color: var(--mid-positive-color);
}

.dark-heading {
  color: var(--primary-brand-color);
}

.image-10 {
  margin-left: auto;
  margin-right: auto;
  padding: 41px;
  position: relative;
}

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

.body {
  object-fit: fill;
  background-color: #000;
  overflow: visible;
}

.home {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: block;
  position: static;
  inset: 281% 0% auto;
}

.new-div-2 {
  border-top: 1px solid #939393;
  width: 300px;
  height: 0;
}

.new-div-2.menu {
  border-top-color: #a4a4a4;
  width: 190px;
}

.div-hover {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 95px;
  height: 50px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.menu-item-number {
  letter-spacing: 1px;
  font-size: .8em;
  font-weight: 200;
}

.c-col-menu-header {
  padding-right: 40px;
}

.c-nav-menu-content {
  z-index: 1000;
  width: 70%;
  max-width: 1200px;
  margin-top: 0;
  display: flex;
  position: relative;
}

.link-block-10 {
  color: #fff;
  margin-right: 0;
  padding-right: 0;
  font-size: 20px;
  text-decoration: none;
}

.link-block-10.menu {
  margin-right: 0;
  padding-right: 0;
  text-decoration: none;
}

.c-menu-item-number {
  margin-right: 20px;
  display: block;
  position: absolute;
  top: auto;
}

.c-menu-item-text {
  position: relative;
}

.nav-menu-btn-line {
  perspective-origin: 100%;
  transform-origin: 100%;
  background-color: #666;
  width: 100%;
  height: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
  position: relative;
}

.nav-menu-btn-line.short {
  background-color: #000;
  width: 70%;
}

.nav-menu-btn-line.long {
  background-color: #000;
}

.c-menu-item {
  margin-bottom: 20px;
}

.c-col-menu-social {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.div-mascara {
  clear: left;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-menu {
  font-size: 20px;
  text-decoration: none;
  display: none;
}

._w-nav-menu-btn {
  width: 100%;
  height: 100%;
  position: relative;
}

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

.c-nav-menu-overlay-bg {
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: absolute;
  inset: 40px 2.5% auto auto;
}

.c-nav-social-contact-item {
  flex-direction: column;
  margin-bottom: 10px;
  display: flex;
}

.link-block-6 {
  font-size: 18px;
  text-decoration: none;
}

.c-nav-logo {
  z-index: 5001;
  position: relative;
}

.c-nav-social-media {
  padding-top: 50px;
}

.caja-de-texto {
  color: #ff0389;
  position: absolute;
}

.link-f1 {
  display: block;
}

.c-col-menu-links {
  flex: 1;
}

._w-nav-social-media {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.nav-menu-overlay-bg {
  background-color: #fff;
  border-radius: 100%;
  width: 0;
  height: 0;
  position: absolute;
}

.c-nav-menu-overlay {
  z-index: 5000;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.c-menu-item-link {
  color: #333;
  text-decoration: none;
}

._w-nav {
  z-index: 9999999;
  background-color: #0000;
  width: 100%;
  padding: 15px 1vw;
  position: sticky;
  top: 0;
}

.inicio-white {
  clear: none;
  color: #000;
  margin: 0 0 0 auto;
  padding-left: 0;
  font-size: 20px;
  line-height: 42px;
  display: block;
  position: relative;
  left: auto;
}

.inicio-white.menu {
  color: #000;
  margin-left: 0;
  font-size: 18px;
  left: 0;
}

.footergeneralinfo {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: 0;
}

.footergeneralinfo.social {
  justify-content: center;
  align-items: center;
}

.new-div {
  opacity: .79;
  border-top: 1px solid #3e3e3e;
  width: 300px;
  height: 0;
  display: block;
}

.new-div.menu {
  border-top-color: #ededed;
  width: 190px;
}

.inicio-whit {
  color: #fff;
  text-align: center;
  margin-top: 135px;
  font-family: Varela Round, sans-serif;
  font-size: 17px;
  line-height: 20px;
  position: relative;
  top: 0;
  left: -2px;
}

.inicio-whit.menu {
  color: #000;
  width: auto;
  padding-right: 0;
  font-size: 18px;
  top: 0;
  left: -3px;
}

.div-block-222 {
  position: absolute;
}

.c-nav-menu-btn-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.c-nav-logo-link {
  color: #fff;
  text-decoration: none;
}

.menu-item-text {
  letter-spacing: 1px;
  padding-top: 22px;
  padding-bottom: 10px;
  font-size: 40px;
  font-weight: 200;
  line-height: 1em;
}

._w-col-menu-links {
  display: inline-block;
}

.nav-social-address {
  color: #000;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 400;
  line-height: 2em;
}

.nav-social-address.head {
  color: #c6c6c6;
  padding-bottom: 0;
  font-size: 18px;
}

.nav-social-address.head.r {
  font-size: 20px;
  display: block;
}

.nav-social-address.head.menu {
  display: none;
}

.nav-social-address.head.rr {
  font-size: 20px;
}

.text-block-12 {
  color: #000;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 300;
}

.text-block-12.menu {
  color: #000;
  font-size: 18px;
}

._w-menu-item-link {
  display: flex;
  position: relative;
}

.c-nav-menu-btn {
  z-index: 5001;
  cursor: pointer;
  width: 45px;
  height: 45px;
  position: relative;
}

.heading-5 {
  color: #000;
  margin-bottom: 3px;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.heading-5.menu {
  color: #000;
  font-size: 18px;
}

.c-nav-social-address {
  margin-bottom: 10px;
}

._w-nav-menu-btn-icon {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

._w-nav-menu-btn-icon.menu-opened {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 50%;
  position: relative;
}

._w-col-menu-social {
  padding-bottom: 20px;
}

.col-menu-header-text {
  transform-origin: 50% 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  transform: rotate(-90deg);
}

.cloneable-area {
  position: relative;
}

.div-magnetico {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 55px;
  display: flex;
}

.c-nav {
  z-index: 9999;
  width: 100vw;
  position: fixed;
  inset: 0% 0% auto;
}

.text-contact {
  text-decoration: none;
}

.b-nav-menu-btn {
  background-color: #fff;
  border-radius: 5000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.b-nav-menu-btn.default {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 20px;
  position: relative;
}

.b-nav-menu-btn.menu-opened {
  background-color: #333;
  display: none;
  position: absolute;
  inset: 0%;
}

.nav-menu-btn-close-icon {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: relative;
}

.nav-menu-btn-close-icon._1 {
  transform: rotate(45deg);
}

.nav-menu-btn-close-icon._2 {
  position: absolute;
  transform: rotate(-45deg);
}

.grid-2, .grid-2.menu {
  display: none;
}

.c-nav-items {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: auto;
  display: flex;
  overflow: hidden;
}

.section.landing {
  height: 90vh;
}

.section.options {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.section.key {
  height: auto;
}

.maincontainer {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 85vw;
  height: 80vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.maintitle {
  color: var(--light-color);
  margin-bottom: 10px;
  font-family: SFPRODISPLAY, sans-serif;
  font-size: 4em;
  font-style: italic;
  font-weight: 900;
  line-height: 100%;
}

.home-paragraph {
  color: var(--light-color);
  text-align: left;
  width: 40vw;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.3em;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  position: static;
  inset: auto 0% 0%;
}

.button {
  border: 1px solid var(--light-color);
  color: var(--light-color);
  background-color: #0000;
  border-radius: 1em;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
  line-height: 110%;
}

.enclosedcontainer {
  border: 1px solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 85vw;
  padding: 2em;
  display: flex;
}

.secondtitlte {
  color: var(--light-color);
  margin-bottom: 0;
  font-family: SFPRODISPLAY, sans-serif;
  font-size: .8em;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}

.italic-text {
  font-size: 4em;
  line-height: 100%;
}

.bold-text {
  font-size: 4em;
}

.subtitle {
  color: var(--light-color);
  width: 100%;
  margin-bottom: 1em;
  font-family: SFPRODISPLAY, sans-serif;
  font-size: 3em;
  font-style: italic;
  font-weight: 700;
  line-height: 100%;
}

.paragraph {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
}

.image-17 {
  width: 25px;
  max-width: none;
  margin-right: 11px;
}

.paragraph-7 {
  color: #fff;
  text-align: left;
  flex: 1;
  height: auto;
  min-height: 25vh;
  max-height: none;
  margin-bottom: 0;
  padding-bottom: .5em;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
  overflow: visible;
}

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

.showhidebtn {
  position: static;
  inset: auto auto -4%;
}

.grid-6-1 {
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 16px;
  margin-bottom: 16px;
}

.benefititem {
  align-items: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
  display: flex;
}

.card1 {
  color: #fff;
  background-color: #000;
  border: .5px solid #fff;
  border-radius: 2em;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 30px 45px;
  text-decoration: none;
  transition: border-color .35s, transform .35s;
  display: flex;
  position: relative;
  box-shadow: 0 3px 10px #15239e0a;
}

.card1:hover {
  box-shadow: 0 0 16px 2px #fff;
}

.card1.c1, .card1.c2, .card1.c3 {
  border-style: none;
  justify-content: flex-end;
  align-items: center;
  width: 27vw;
  height: auto;
  padding: 0;
}

.heading-11 {
  color: #fff;
  letter-spacing: -.02em;
  text-shadow: 0 2px 4px #de2a4a0d;
  margin-top: 15px;
  margin-bottom: 12px;
  padding-top: 0;
  font-size: 24px;
  line-height: 1.375em;
  text-decoration: none;
}

.heading-12 {
  color: #fff;
  letter-spacing: -.02em;
  text-shadow: 0 2px 4px #de2a4a0d;
  margin-top: 15px;
  margin-bottom: 12px;
  padding-top: 0;
  font-family: SFPRODISPLAY, sans-serif;
  font-size: 2.5em;
  line-height: 110%;
  text-decoration: none;
}

.servicescontainer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start stretch;
  width: 85vw;
  padding: 60px 0 10px;
  display: grid;
}

.new-div-3 {
  border-top: 1px solid #939393;
  width: 300px;
  height: 0;
}

.formtitle {
  color: #fff;
  text-align: center;
  letter-spacing: -.045em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: SFPRODISPLAY, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 100%;
}

.legalagreement {
  color: #101c2e8a;
  width: auto;
  min-width: 0;
  max-width: none;
  margin-top: .5em;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

.form07_link {
  color: #000;
  font-size: 13px;
  font-weight: 700;
}

.fieldlabeldark {
  z-index: 10;
  color: #fff;
  background-color: #0000;
  margin-top: -20px;
  margin-left: 1em;
  padding: 1px 1em 1px 0;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  position: absolute;
}

.submit-button-2 {
  background-color: #000c;
  border: 1px solid #000;
  border-radius: 10px;
  margin-top: 1em;
  font-size: 20px;
}

.footerlink {
  color: #000;
  font-weight: 300;
  text-decoration: none;
}

.div-block-220 {
  width: 87px;
  position: absolute;
}

.footeritem {
  margin-top: 16px;
}

.text-block-57 {
  min-height: auto;
  font-size: .5em;
  line-height: 100%;
}

.link-block-11 {
  font-size: 18px;
  text-decoration: none;
}

.checkbox-title {
  color: #686868;
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.footerinformationcontainer {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.checkbox_wrap {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 2em;
  padding-top: 0;
  display: flex;
}

.checkbox_wrap.home {
  justify-content: center;
  margin-bottom: .2em;
  display: none;
}

.repactchawrapperdark {
  transform-origin: 0 0;
  max-width: none;
  margin-top: .4em;
  margin-left: auto;
  margin-right: auto;
  transform: scale(.8);
}

.checkbox-image {
  width: 45px;
}

.checkbox-image.dig {
  width: 33px;
}

.form12_checkbox_field {
  background-color: #ffffff03;
  border: 1.2px solid #3e34c81a;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  width: 26%;
  height: 149px;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 30px 22px 22px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px #c6d3ff47;
}

.form12_checkbox_field:active {
  box-shadow: 1px 1px 35px #c6d3ff;
}

.div-block-198 {
  border-top: 1px solid #fff;
  border-radius: 1px;
  width: 87px;
  height: 0;
  display: block;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  width: 24%;
  min-width: 150px;
  height: 140px;
  margin-left: 6px;
  margin-right: 6px;
  display: flex;
}

.section-12 {
  background-color: #000;
  background-image: linear-gradient(#000, #fff);
}

.section-12.other {
  z-index: 5;
  background-color: #0000;
  background-image: linear-gradient(#000, #fff);
  flex-direction: column;
  height: auto;
  min-height: 100vh;
  margin-top: 3rem;
  padding-bottom: 0;
  overflow: hidden;
}

.footerformcontainer {
  flex-flow: column;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 5.41667vw;
  display: flex;
}

.new-div-4 {
  opacity: .79;
  border-top: 1px solid #3e3e3e;
  width: 300px;
  height: 0;
  display: block;
}

.contactform {
  width: 40vw;
  margin-top: .5em;
  margin-bottom: .5em;
}

.footer-3 {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-bottom: 30px;
  padding-left: 12vw;
  padding-right: 12vw;
  display: flex;
  position: relative;
  bottom: 0;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.div-block-249 {
  position: absolute;
}

.fieldwrapdark {
  justify-content: flex-start;
  width: auto;
  padding-top: .5em;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.inputfielddark {
  background-color: #0000;
  border: 1.5px solid #0003;
  border-radius: 6px;
  height: 8vh;
}

.inputfielddark::placeholder {
  color: #0003;
  -webkit-text-stroke-color: #ffffff80;
  font-size: 1em;
  font-weight: 300;
}

.inputfielddark.darkformstyle {
  color: #fff;
  border-color: #ffffff4d;
}

.inputfielddark.darkformstyle::placeholder {
  color: #ffffff80;
}

.checkbox {
  z-index: 5;
  opacity: 0;
  text-shadow: 0 1px 1px #0003;
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.checkbox:active {
  border: 1px solid #000;
  box-shadow: 0 2px 5px #0003;
}

.contactformhome {
  background-color: #0000;
  border: 1px #ffffff80;
  border-top: 2px #fff9;
  border-bottom: 2px #0000004d;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  min-height: 30vh;
  display: flex;
}

.div-block-221 {
  border-top: 1px solid #000;
  width: 87px;
  height: 0;
  display: block;
}

.text-block-28 {
  color: #000;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 300;
  line-height: 170%;
}

.footerexplore {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: 0;
}

.footertitle {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
}

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

.backgroundvideo {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.infocontainer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 85vw;
  padding: 1em 2em;
  display: flex;
}

.buttonhero {
  background-color: #fff3;
  border-radius: 1em;
  justify-content: center;
  align-items: center;
  padding: 3px;
  text-decoration: none;
  display: none;
  position: relative;
  overflow: hidden;
}

.buttonheroinner {
  z-index: 1;
  background-color: #000;
  border-radius: 1em;
  justify-content: center;
  align-items: center;
  padding: 9px 15px;
  display: flex;
  position: relative;
}

.buttonherotext {
  color: var(--light-color);
  font-family: Montserrat, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.buttonherogradient {
  filter: blur(50px);
  background-image: radial-gradient(circle, #fff 20%, #c39f4f 50%, #dbab13 80%);
  border-radius: 1em;
  width: 25em;
  height: 12em;
  position: absolute;
}

.infogrid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.gridbenefits {
  grid-row-gap: 20px;
  color: #fff;
  border: 1px solid #fff;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: center start;
  width: 85vw;
  margin-top: 0;
  margin-bottom: 16px;
  padding: 2em;
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
  line-height: 100%;
  position: relative;
}

.text-block-58 {
  line-height: 100%;
}

.paragraphcentered {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 110%;
}

.paragraphright {
  text-align: right;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
}

.image-27 {
  width: 200px;
  max-width: none;
  position: absolute;
  inset: -40% auto auto;
}

.background-video-2 {
  z-index: 5;
  width: 180px;
  position: absolute;
  inset: auto -7% -46% auto;
}

.card-wrapper-popular {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.servicetitle {
  color: #fff;
  letter-spacing: -.02em;
  text-shadow: 0 2px 4px #de2a4a0d;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: SFPRODISPLAY, sans-serif;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 110%;
  text-decoration: none;
}

.serviceimage1 {
  background-image: url('../images/artboard-6-copy.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 2em 2em 0 0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 27vw;
  height: 27vw;
  transition: all .2s ease-in-out;
  display: flex;
  position: relative;
}

.serviceimage1:hover {
  border-radius: 2em 2em 0 0;
}

.serviceinfo1 {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.paragraph-8 {
  text-align: left;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
}

.serviceimage2 {
  background-image: url('../images/930.png'), url('../images/190.png');
  background-position: 50%, 50%;
  background-size: cover, cover;
  border-radius: 2em;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 27vw;
  height: 27vw;
  display: flex;
}

.serviceimage2.popular {
  background-image: url('../images/artboard-6-copy-2.png');
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  justify-content: flex-end;
  align-items: center;
  transition: all .2s ease-in-out;
  position: relative;
}

.serviceimage2.popular:hover {
  border-radius: 2em 2em 0 0;
}

.serviceimage2.popular:active {
  border-radius: 2em 2em 0 0;
}

.serviceimage3 {
  background-image: url('../images/artboard-6.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 2em 2em 0 0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 27vw;
  height: 27vw;
  display: flex;
  position: relative;
}

.serviceinfo2, .serviceinfo3 {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.image-28 {
  width: 100px;
  max-width: none;
  position: absolute;
  inset: -25% auto auto 0%;
}

.paragraph2 {
  text-align: left;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
  position: relative;
  inset: 0% auto auto 0%;
}

.subtitle-copy {
  color: var(--light-color);
  width: 100%;
  margin-bottom: 0;
  font-family: SFPRODISPLAY, sans-serif;
  font-size: 50px;
  font-style: italic;
  font-weight: 700;
  line-height: 100%;
}

.div-block-250 {
  background-image: url('../images/caslo-websites-icono-oro-01.gif');
  background-position: 0 0;
  background-size: auto;
  border: 1px solid #fff;
  width: 180px;
  height: 500px;
}

.image-29 {
  width: 400px;
  max-width: none;
}

.image-30 {
  transform-style: preserve-3d;
  max-width: 30%;
  position: absolute;
  inset: auto -15% 0% auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.textcontained {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
}

.card2 {
  color: #fff;
  background-color: #000;
  border: .5px solid #fff;
  border-radius: 2em;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 30px 45px;
  text-decoration: none;
  transition: border-color .35s, transform .35s;
  display: flex;
  position: relative;
  box-shadow: 0 3px 10px #15239e0a;
}

.card2:hover {
  box-shadow: 0 0 16px 2px #fff;
}

.card2.c1 {
  border-style: none;
  justify-content: flex-end;
  align-items: center;
  width: 27vw;
  height: auto;
  padding: 0;
}

.card2.c2 {
  border-style: none;
  justify-content: flex-end;
  align-items: center;
  width: 27vw;
  height: auto;
  padding: 0;
  transition: all .2s ease-in-out, border-color .35s, transform .35s;
  box-shadow: 0 0 15px 1px #00c5ff;
}

.card2.c2:hover {
  box-shadow: 0 0 20px 3px #00c5ff;
}

.card2.c3 {
  border-style: none;
  justify-content: flex-end;
  align-items: center;
  width: 27vw;
  height: auto;
  padding: 0;
}

.card3 {
  color: #fff;
  background-color: #000;
  border: .5px solid #fff;
  border-radius: 2em;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 30px 45px;
  text-decoration: none;
  transition: border-color .35s, transform .35s;
  display: flex;
  position: relative;
  box-shadow: 0 3px 10px #15239e0a;
}

.card3:hover {
  box-shadow: 0 0 16px 2px #fff;
}

.card3.c1, .card3.c2, .card3.c3 {
  border-style: none;
  justify-content: flex-end;
  align-items: center;
  width: 27vw;
  height: auto;
  padding: 0;
}

.cuponformblock {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 400px;
  margin-bottom: 10px;
  display: block;
  position: absolute;
  inset: auto auto 0%;
}

.close-text {
  color: #000;
  font-size: 2rem;
  text-decoration: none;
}

.modal {
  z-index: 999999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.error-message {
  text-align: center;
  padding: 5px;
}

.modal-bg {
  filter: blur(5px);
  background-color: #00000026;
  width: 100%;
  height: 100%;
}

.modal-bg.reload {
  background-color: #00000080;
  transition: opacity .2s;
}

.modal-container {
  background-color: #f9fafb;
  background-image: url('../images/pop-up.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 600px;
  max-width: 35rem;
  height: 650px;
  display: flex;
  position: absolute;
}

.btncuponform {
  background-color: #f658c7cc;
  border-radius: 1em;
  width: 100%;
  padding: 5px 10px;
  font-size: 12px;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
}

.btncuponform:hover {
  background-image: linear-gradient(15deg, #f98fd9 60%, #ffffffe6 95%);
}

.field-label-21 {
  color: #f98fd9;
  text-align: center;
}

.closerlink {
  color: #23304d;
  text-decoration: none;
  position: absolute;
  inset: 15% 5% auto auto;
}

.closerlink.reload {
  top: 3%;
  right: 3%;
}

.success-message {
  color: #fff;
  background-color: #f98fd980;
  border-radius: 1em;
  position: static;
}

.text-field {
  background-color: #f98fd940;
  border-radius: 1em;
}

.text-field::placeholder {
  color: #fff9;
  text-align: center;
}

.form {
  padding-bottom: 10px;
}

.paragraphprice {
  text-align: center;
  width: 100%;
  margin-top: 10px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 110%;
}

.subtitleservices {
  color: var(--light-color);
  width: 100%;
  margin-top: .5em;
  margin-bottom: .5em;
  font-family: SFPRODISPLAY, sans-serif;
  font-size: 3em;
  font-style: italic;
  font-weight: 700;
  line-height: 100%;
}

.section-square {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.section-comparative {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.text-block-61 {
  color: #000;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 300;
}

.text-block-61.menu {
  color: #000;
  font-size: 18px;
}

.new-div-5 {
  border-top: 1px solid #939393;
  width: 300px;
  height: 0;
}

.new-div-5.menu {
  border-top-color: #a4a4a4;
  width: 190px;
}

.div-block-251 {
  position: absolute;
}

.new-div-6 {
  opacity: .79;
  border-top: 1px solid #3e3e3e;
  width: 300px;
  height: 0;
  display: block;
}

.new-div-6.menu {
  border-top-color: #ededed;
  width: 190px;
}

.link-block-12 {
  font-size: 18px;
  text-decoration: none;
}

.text-block-62 {
  color: #000;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 300;
}

.text-block-62.menu {
  color: #000;
  font-size: 18px;
}

.new-div-7 {
  opacity: .79;
  border-top: 1px solid #3e3e3e;
  width: 300px;
  height: 0;
  display: block;
}

.new-div-7.menu {
  border-top-color: #ededed;
  width: 190px;
}

.link-block-13 {
  font-size: 18px;
  text-decoration: none;
}

.text-block-63 {
  color: #000;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 300;
}

.text-block-63.menu {
  color: #000;
  font-size: 18px;
}

.new-div-8 {
  opacity: .79;
  border-top: 1px solid #3e3e3e;
  width: 300px;
  height: 0;
  display: block;
}

.new-div-8.menu {
  border-top-color: #ededed;
  width: 190px;
}

.link-block-14 {
  font-size: 18px;
  text-decoration: none;
}

.calendly-phone {
  text-align: center;
  display: none;
}

.bookingembedcontainer {
  opacity: 1;
  border: 1px solid #fff;
  border-radius: 1em;
  margin-top: 1em;
  margin-left: 5px;
  margin-right: 5px;
  padding: 9px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  transition: all .2s ease-in-out;
  position: relative;
}

.bookingembedcontainer:hover {
  opacity: .8;
  border-color: #fffc;
  box-shadow: 5px -5px #fffc;
}

.bookingembedcontainer.buy-now {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  display: flex;
}

.bookingembed {
  text-align: center;
}

.success-message-2 {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 20px;
}

.text-block-64 {
  text-align: center;
  font-family: SFPRODISPLAY, sans-serif;
  font-size: 2.6rem;
  line-height: 2.8rem;
  position: absolute;
  inset: auto 0% 4%;
}

.text-block-65 {
  text-align: center;
  font-family: SFPRODISPLAY, sans-serif;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 2.6rem;
  position: absolute;
  inset: auto 0% 5%;
}

.div-block-252 {
  flex-flow: row;
  display: flex;
}

.link-block-15 {
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block-66 {
  color: var(--light-color);
}

.div-block-253 {
  margin-left: 0;
  margin-right: 0;
}

.video-2 {
  aspect-ratio: 9 / 16;
  width: auto;
  height: auto;
  display: block;
  box-shadow: 0 0 2rem 1rem #ffffff80, 0 0 2rem 2rem #fff3;
}

.section-13 {
  justify-content: center;
  align-items: center;
  width: 85vw;
  display: flex;
}

.list {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  display: flex;
}

.image-35 {
  width: 40px;
  height: 40px;
}

.list-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.list-3.nav {
  grid-column-gap: .9rem;
  grid-row-gap: .9rem;
}

.image-36 {
  width: 40px;
  height: 40px;
}

.image-36.nav {
  width: 30px;
  height: 30px;
}

.background-video-3 {
  aspect-ratio: 9 / 16;
  width: auto;
}

@media screen and (min-width: 1280px) {
  .c-nav-menu-content {
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
    width: 65%;
  }

  .link-block-10 {
    padding-right: 34px;
    text-decoration: none;
  }

  .link-block-10.menu {
    padding-right: 10px;
    text-decoration: none;
  }

  .link-menu {
    color: #fff;
    font-size: 20px;
  }

  .c-col-menu-links {
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .c-nav-menu-overlay {
    display: none;
  }

  ._w-nav {
    padding-left: 2em;
    padding-right: 2em;
  }

  .nav-social-address {
    line-height: 2em;
  }

  .nav-social-address.head {
    padding-bottom: 0;
  }

  .heading-5.menu {
    color: #000;
  }

  .grid-2 {
    display: none;
  }

  .maincontainer {
    height: 90vh;
  }

  .maintitle {
    font-size: 4em;
  }

  .home-paragraph {
    width: 40vw;
    font-size: 28px;
  }

  .subtitle {
    font-size: 4em;
  }

  .paragraph, .paragraph-7, .benefititem {
    font-size: 25px;
    line-height: 115%;
  }

  .heading-12 {
    font-size: 3em;
  }

  .servicescontainer {
    padding-top: 50px;
  }

  .checkbox-image.dig {
    width: 33px;
  }

  .checkbox-image.dm {
    width: 50px;
    padding-top: 9px;
  }

  .section-12.other {
    margin-top: 0;
  }

  .footerformcontainer {
    padding-bottom: 80px;
  }

  .footer-3 {
    background-color: #000;
    display: flex;
  }

  .infocontainer {
    margin-bottom: 5rem;
  }

  .gridbenefits, .paragraphcentered {
    font-size: 25px;
    line-height: 115%;
  }

  .paragraphright {
    text-align: right;
    font-size: 25px;
    line-height: 115%;
  }

  .image-27 {
    top: -30%;
  }

  .background-video-2 {
    bottom: -35%;
    right: -2%;
  }

  .servicetitle {
    font-size: 3em;
  }

  .paragraph-8 {
    font-size: 25px;
    line-height: 115%;
  }

  .serviceimage2.popular {
    top: 64%;
  }

  .image-28 {
    top: -20%;
  }

  .paragraph2 {
    font-size: 25px;
    line-height: 115%;
    top: -10%;
  }

  .subtitle-copy {
    font-size: 50px;
  }

  .image-29 {
    width: 400px;
  }

  .textcontained {
    font-size: 25px;
  }

  .modal {
    display: none;
  }

  .modal-container {
    background-position: 50%;
    border-radius: 2em;
  }

  .closerlink.reload {
    top: 2%;
  }

  .paragraphprice {
    font-size: 25px;
    line-height: 115%;
  }

  .subtitleservices {
    font-size: 4em;
  }
}

@media screen and (min-width: 1440px) {
  .hero-logo {
    width: 50%;
    max-width: none;
    inset: 20% 0% 0%;
  }

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

  .hero-logo-2 {
    max-width: none;
    inset: 20% 0% 0%;
  }

  .button-text {
    color: var(--light-color);
    font-family: Kastelov axiforma, sans-serif;
  }

  .c-nav-menu-content {
    width: 50%;
  }

  .link-block-10 {
    padding-right: 34px;
    font-size: 24px;
    text-decoration: none;
  }

  .link-block-10.menu {
    padding-right: 10px;
  }

  .c-menu-item-number {
    display: none;
  }

  .link-menu {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
  }

  ._w-nav-social-media {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .c-nav-menu-overlay {
    display: none;
  }

  .inicio-white {
    font-weight: 300;
  }

  .inicio-white.menu {
    color: #000;
  }

  .inicio-whit {
    font-weight: 300;
  }

  .inicio-whit.menu {
    color: #000;
  }

  .nav-social-address {
    font-size: 12px;
  }

  .c-nav-social-address {
    margin-bottom: 10px;
  }

  .grid-2 {
    display: none;
  }

  .checkbox-image.dig {
    width: 33px;
  }

  .checkbox-image.dm {
    width: 50px;
    padding-top: 9px;
  }

  .div-block-198 {
    width: 88px;
  }

  .section-12.other {
    margin-top: 0;
  }

  .div-block-221 {
    width: 88px;
  }

  .image-27 {
    width: 250px;
    top: -35%;
  }

  .cuponformblock {
    margin-bottom: 15px;
  }

  .modal {
    display: none;
  }

  .modal-container {
    background-position: 50%;
    background-size: cover;
    width: 700px;
    max-width: none;
    height: 700px;
  }

  .btncuponform {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 18px;
  }

  .form {
    padding-bottom: 0;
    font-size: 22px;
  }
}

@media screen and (min-width: 1920px) {
  .buttoncta {
    font-size: 30px;
  }

  .hero-logo {
    width: 40%;
    max-width: none;
    top: 5%;
  }

  .dark-text {
    font-size: 30px;
  }

  .hero-logo-2 {
    width: 40%;
    max-width: none;
    top: 5%;
  }

  .button-text {
    color: var(--primary-brand-color);
    font-size: 22px;
  }

  .button-text.home {
    font-size: 27px;
  }

  .button-link {
    width: 300px;
  }

  .image-10 {
    margin-left: auto;
    margin-right: auto;
  }

  .new-div-2.menu {
    border-top-color: #a4a4a4;
    width: 190px;
  }

  .div-hover {
    justify-content: center;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .c-nav-menu-content {
    width: 90%;
  }

  .link-block-10 {
    padding-right: 34px;
    text-decoration: none;
  }

  .link-block-10.menu {
    padding-right: 10px;
  }

  .div-mascara {
    justify-content: flex-start;
  }

  .link-menu {
    color: #fff;
    font-size: 20px;
  }

  .link-block-6 {
    text-decoration: none;
  }

  .c-nav-social-media {
    padding-top: 50px;
  }

  .c-col-menu-links {
    flex-direction: row;
    justify-content: flex-start;
    display: flex;
  }

  ._w-nav-social-media {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .c-nav-menu-overlay {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .inicio-white {
    color: #fff;
  }

  .inicio-white.menu {
    color: #000;
    font-size: 18px;
  }

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

  .new-div.menu {
    border-top-color: #ededed;
    width: 190px;
  }

  .inicio-whit {
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    display: block;
  }

  .inicio-whit.menu {
    color: #000;
    margin-top: 165px;
    font-size: 18px;
    display: block;
  }

  .nav-social-address.head {
    color: #c6c6c6;
    margin-bottom: 10px;
    padding-bottom: 0;
    font-size: 20px;
  }

  .text-block-12.menu {
    color: #000;
  }

  .heading-5.menu {
    color: #000;
    margin-bottom: 0;
    font-size: 18px;
  }

  ._w-col-menu-social {
    align-self: center;
  }

  .div-magnetico {
    justify-content: center;
  }

  .grid-2 {
    display: none;
  }

  .c-nav-items {
    align-items: center;
  }

  .link-block-11 {
    text-decoration: none;
  }

  .section-12 {
    z-index: 100;
    background-color: #000;
  }

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

  .image-27 {
    width: 300px;
    top: -30%;
  }

  .cuponformblock {
    width: 500px;
    margin-bottom: 25px;
  }

  .modal {
    display: none;
  }

  .modal-container {
    width: 800px;
    max-width: 800px;
    height: 800px;
  }

  .text-block-61.menu {
    color: #000;
  }

  .new-div-5.menu {
    border-top-color: #a4a4a4;
    width: 190px;
  }

  .new-div-6.menu {
    border-top-color: #ededed;
    width: 190px;
  }

  .link-block-12 {
    text-decoration: none;
  }

  .text-block-62.menu {
    color: #000;
  }

  .new-div-7.menu {
    border-top-color: #ededed;
    width: 190px;
  }

  .link-block-13 {
    text-decoration: none;
  }

  .text-block-63.menu {
    color: #000;
  }

  .new-div-8.menu {
    border-top-color: #ededed;
    width: 190px;
  }

  .link-block-14 {
    text-decoration: none;
  }
}

@media screen and (max-width: 991px) {
  p {
    color: var(--mid-negative-color);
  }

  .hero-logo {
    margin-top: 30px;
    padding-top: 0;
  }

  .dark-text {
    font-weight: 500;
  }

  .c-col-menu-header {
    display: none;
  }

  .c-col-menu-social {
    justify-content: center;
  }

  .c-nav-content {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .c-nav-social-media {
    padding-top: 0;
  }

  .c-col-menu-links {
    margin-top: 70px;
  }

  ._w-nav-social-media {
    flex-direction: row;
  }

  .c-nav-menu-overlay {
    display: none;
  }

  ._w-nav {
    width: 100%;
  }

  .inicio-white.menu {
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-item-text {
    padding-top: 0;
    font-size: 1.7em;
  }

  .heading-5 {
    font-size: 20px;
  }

  .heading-5.menu {
    margin-top: 0;
  }

  ._w-col-menu-social {
    margin-top: 70px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .c-nav {
    width: auto;
    max-width: none;
    display: block;
  }

  .grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: end;
    display: none;
  }

  .maintitle {
    font-size: 4em;
  }

  .home-paragraph {
    width: 40vw;
  }

  .paragraph {
    color: var(--light-color);
    font-size: 20px;
  }

  .paragraph-7 {
    font-size: 20px;
  }

  .grid-6-1 {
    margin-bottom: 9px;
  }

  .benefititem {
    font-size: 20px;
  }

  .heading-12 {
    font-size: 2.2em;
  }

  .footerinformationcontainer {
    justify-content: space-between;
  }

  .checkbox_wrap {
    justify-content: space-around;
    width: 90%;
  }

  .checkbox_wrap.home {
    width: 100%;
  }

  .section-12.other {
    background-color: #1e854b;
    padding-top: 3em;
  }

  .footerformcontainer {
    padding-top: 0;
  }

  .contactform {
    width: 60vw;
  }

  .footer-3 {
    background-color: #000;
  }

  .footertitle {
    color: var(--dark);
  }

  .gridbenefits {
    margin-bottom: 9px;
  }

  .paragraphcentered {
    color: var(--light-color);
    font-size: 20px;
    line-height: 115%;
  }

  .paragraphright {
    color: var(--light-color);
    text-align: right;
    font-size: 20px;
  }

  .image-27 {
    width: 150px;
    top: -35%;
  }

  .servicetitle {
    font-size: 2.2em;
  }

  .paragraph-8, .paragraph2 {
    color: var(--light-color);
    font-size: 20px;
  }

  .image-30 {
    max-width: 40%;
    right: -17%;
  }

  .cuponformblock {
    width: 350px;
    margin-bottom: 10px;
  }

  .modal {
    display: none;
  }

  .modal-container {
    background-size: cover;
    width: 550px;
    height: 600px;
  }

  .btncuponform {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
  }

  .closerlink.reload {
    top: 2%;
    right: 3%;
  }

  .text-field {
    margin-bottom: 5px;
  }

  .form {
    padding-bottom: 0;
  }

  .paragraphprice {
    color: var(--light-color);
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .hero-logo {
    margin-bottom: 0;
    position: static;
    inset: 20% 0% 0%;
  }

  .dark-text {
    font-size: 15px;
  }

  .hero-logo-2 {
    position: absolute;
    inset: 20% 0% 0%;
  }

  .c-nav-menu-content {
    width: 80%;
    margin-top: -79px;
    display: flex;
    top: 32px;
  }

  .link-block-10 {
    margin-right: 0;
  }

  .link-block-10.menu {
    padding-right: 0;
  }

  .c-menu-item {
    margin-bottom: 15px;
  }

  .c-col-menu-links {
    margin-top: 50px;
    margin-bottom: 40px;
  }

  .c-nav-menu-overlay {
    display: none;
  }

  .footergeneralinfo {
    margin-bottom: 1em;
  }

  .menu-item-text {
    padding-top: 17px;
    font-size: 1.7em;
  }

  .nav-social-address.head.r {
    text-align: left;
  }

  .image-25 {
    max-width: 100%;
  }

  ._w-col-menu-social {
    margin-top: 0;
  }

  .maintitle {
    font-size: 4em;
  }

  .home-paragraph {
    width: 65vw;
    font-size: 1.2em;
  }

  .paragraph, .paragraph-7 {
    font-size: 18px;
  }

  .card-wrapper {
    width: 60vw;
  }

  .benefititem {
    font-size: 18px;
  }

  .card1 {
    box-shadow: 0 0 16px 2px #15239e0a;
  }

  .card1.c1, .card1.c2, .card1.c3 {
    width: 300px;
    height: auto;
    box-shadow: 0 0 10px 2px #fff;
  }

  .heading-12 {
    font-size: 2em;
  }

  .servicescontainer {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: center;
  }

  .formtitle {
    font-size: 2em;
  }

  .footerinformationcontainer {
    flex-direction: column;
    justify-content: space-between;
  }

  .checkbox_wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    display: grid;
  }

  .form12_checkbox_field {
    width: 48%;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .contactform {
    width: 70vw;
  }

  .footer-3 {
    position: relative;
  }

  .fieldwrapdark {
    transform-origin: 50%;
  }

  .buttonherotext {
    font-size: 1.5em;
  }

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

  .gridbenefits {
    place-items: center start;
  }

  .paragraphcentered {
    font-size: 18px;
  }

  .paragraphright {
    font-size: 18px;
    display: none;
  }

  .image-26 {
    display: none;
  }

  .image-27 {
    top: -25%;
  }

  .card-wrapper-popular {
    width: 60vw;
    padding-top: 50px;
  }

  .servicetitle {
    font-size: 2em;
  }

  .serviceimage1 {
    width: 300px;
    height: 300px;
  }

  .paragraph-8 {
    font-size: 18px;
    line-height: 110%;
  }

  .serviceimage2.popular, .serviceimage3 {
    width: 300px;
    height: 300px;
  }

  .image-28 {
    z-index: 99999;
    inset: -20% auto auto 0%;
  }

  .paragraph2 {
    font-size: 18px;
  }

  .image-30 {
    max-width: 40%;
    inset: auto -17% 16% auto;
  }

  .textcontained {
    color: var(--light-color);
  }

  .card2 {
    box-shadow: 0 0 16px 2px #15239e0a;
  }

  .card2.c1, .card2.c2, .card2.c3 {
    width: 300px;
    height: auto;
    box-shadow: 0 0 10px 2px #fff;
  }

  .card3 {
    box-shadow: 0 0 16px 2px #15239e0a;
  }

  .card3.c1, .card3.c2, .card3.c3 {
    width: 300px;
    height: auto;
    box-shadow: 0 0 10px 2px #fff;
  }

  .cuponformblock {
    width: 350px;
  }

  .modal {
    display: none;
  }

  .modal-container {
    background-position: 50% 0;
    background-size: cover;
    width: 470px;
    height: 540px;
  }

  .btncuponform {
    height: 30px;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .closerlink.reload {
    top: 1%;
  }

  .text-field {
    height: 32px;
  }

  .paragraphprice {
    font-size: 18px;
    line-height: 110%;
  }

  .image-34 {
    max-width: 100%;
  }

  .calendly-phone, .bookingembedcontainer {
    display: block;
  }

  .bookingembed {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .buttoncta {
    width: 10em;
    padding: 26px 40px;
  }

  .hero-logo {
    order: -1;
    align-self: center;
    margin: 60px auto 0;
    display: block;
    position: static;
    inset: 15% 0% 0%;
  }

  .dark-text {
    margin-bottom: 41px;
    font-size: 12px;
  }

  .hero-logo-2 {
    align-self: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    inset: 15% 0% 0%;
  }

  .button-text.home {
    white-space: pre;
    white-space: pre;
    font-size: 16px;
  }

  .image-10 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .new-div-2 {
    width: 224px;
  }

  .c-nav-menu-content {
    width: 85%;
    margin-top: -35px;
    padding-left: 35px;
    display: block;
  }

  .link-block-10 {
    display: none;
  }

  .nav-menu-btn-line.short, .nav-menu-btn-line.long {
    background-color: #000;
  }

  .c-menu-item {
    margin-bottom: 10px;
    line-height: 1em;
  }

  .c-nav-content {
    width: 100%;
    padding-top: 0;
  }

  .image-9 {
    font-size: 20px;
  }

  .c-nav-social-contact-item {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 28px;
    margin-bottom: 0;
  }

  .link-block-6 {
    flex: none;
    display: none;
    position: relative;
  }

  .c-nav-logo {
    margin-right: 20px;
  }

  .c-nav-social-media {
    display: none;
  }

  .c-col-menu-links {
    margin-bottom: 50px;
  }

  ._w-nav-social-media {
    display: none;
  }

  .c-nav-menu-overlay {
    background-color: #0000;
    display: none;
  }

  ._w-nav {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px 5%;
    display: flex;
  }

  .footergeneralinfo {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 2em;
    padding-bottom: 0;
    font-size: 16px;
    display: flex;
    position: static;
    top: 355px;
  }

  .footergeneralinfo.t {
    align-self: flex-start;
    align-items: flex-start;
  }

  .footergeneralinfo.social {
    display: none;
  }

  .new-div {
    width: 224px;
  }

  .div-block-222 {
    position: relative;
  }

  .menu-item-text {
    font-size: 1.8em;
    font-weight: 300;
  }

  .nav-social-address {
    display: none;
  }

  .nav-social-address.head.r {
    font-size: 15px;
    line-height: 1em;
    display: none;
  }

  .nav-social-address.head.menu {
    padding-bottom: 40px;
    font-size: 15px;
    line-height: 1em;
    display: flex;
  }

  .image-25 {
    width: 8vw;
    max-width: 100%;
  }

  .text-block-12.menu {
    color: #000;
  }

  .c-nav-menu-btn {
    width: 40px;
    height: 40px;
  }

  .heading-5 {
    color: #fff;
    font-size: 17px;
  }

  .heading-5.menu {
    color: #000;
    margin-bottom: 0;
    line-height: 20px;
  }

  .c-nav-social-address {
    margin-bottom: 0;
  }

  ._w-col-menu-social {
    align-self: auto;
    padding-bottom: 0;
  }

  .c-nav {
    width: 100%;
    margin-top: 22px;
  }

  .text-contact {
    position: relative;
  }

  .b-nav-menu-btn.default {
    background-color: #fff;
  }

  .grid-2 {
    opacity: .3;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: stretch;
    width: 260px;
    height: 130px;
    margin-top: 30px;
    padding-top: 10px;
  }

  .grid-2.menu {
    opacity: 1;
    grid-template-rows: auto;
    justify-content: stretch;
    place-items: start;
    width: 200px;
    height: 50px;
    margin-top: 0;
  }

  .c-nav-items {
    justify-content: space-between;
    margin-right: 0;
    display: block;
  }

  .section {
    min-height: 100vh;
  }

  .maincontainer {
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    left: 0;
    right: 0;
  }

  .maintitle {
    text-align: center;
    width: 90vw;
    font-size: 2em;
    position: relative;
    inset: 10% auto auto;
  }

  .home-paragraph {
    text-align: center;
    background-color: #0009;
    border: 1px solid #fff;
    width: 100%;
    margin-top: 0;
    padding: 1em .5em;
    font-size: 1em;
    position: static;
    inset: auto auto 10%;
  }

  .enclosedcontainer {
    padding-left: 1em;
    padding-right: 1em;
  }

  .subtitle {
    font-size: 2em;
  }

  .paragraph {
    text-align: center;
    font-size: 17px;
  }

  .image-17 {
    width: 20px;
  }

  .paragraph-7 {
    min-height: 0;
    font-family: Montserrat, sans-serif;
    line-height: 110%;
  }

  .card-wrapper {
    width: 85vw;
  }

  .showhidebtn {
    display: block;
  }

  .grid-6-1 {
    display: none;
  }

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

  .card1 {
    margin: 20px 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card1.w--current {
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 30px;
    position: relative;
    left: 0;
  }

  .card1.c1, .card1.c2, .card1.c3 {
    width: 250px;
    height: auto;
    margin: 0;
    box-shadow: 0 0 15px 2px #fff;
  }

  .heading-12 {
    font-family: Montserrat, sans-serif;
  }

  .servicescontainer {
    padding-top: 50px;
  }

  .new-div-3 {
    width: 224px;
  }

  .formtitle {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 2em;
    line-height: 110%;
  }

  .div-block-220 {
    justify-content: center;
    align-items: center;
    display: block;
    position: absolute;
  }

  .text-block-57 {
    font-size: 14px;
  }

  .link-block-11 {
    flex: none;
    display: none;
    position: relative;
  }

  .checkbox-title {
    font-size: 11px;
  }

  .footerinformationcontainer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
  }

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

  .repactchawrapperdark {
    transform: scale(.8);
  }

  .checkbox-image.dm {
    padding-top: 9px;
  }

  .form12_checkbox_field {
    width: 70%;
    min-width: auto;
    height: 130px;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .div-block-198 {
    text-align: center;
    width: 173px;
    margin-left: 0;
    display: none;
    position: relative;
    left: 0;
  }

  .section-12.other {
    background-color: #1e854b;
    height: auto;
  }

  .footerformcontainer {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .new-div-4 {
    width: 224px;
  }

  .contactform {
    width: 80vw;
    margin-top: 1em;
  }

  .footer-3 {
    background-color: #000;
    flex-direction: column;
    justify-content: flex-start;
    width: auto;
    height: auto;
    padding-bottom: 0;
    position: relative;
    bottom: auto;
  }

  .div-block-249 {
    position: relative;
  }

  .fieldwrapdark {
    width: 100%;
    padding-top: .8em;
    padding-bottom: .5em;
  }

  .inputfielddark {
    display: block;
  }

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

  .text-block-28 {
    margin-top: 8px;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .footerexplore {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 16px;
    display: flex;
    position: static;
    top: 355px;
  }

  .backgroundvideo {
    background-color: #0000;
  }

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

  .buttonheroinner {
    padding: 5px;
  }

  .buttonherotext {
    text-align: center;
    font-size: 1.3em;
  }

  .infogrid {
    grid-template-rows: auto auto;
  }

  .gridbenefits {
    grid-column-gap: 16px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding: 1em 1.5em;
    display: grid;
  }

  .paragraphright {
    font-size: 17px;
  }

  .image-27 {
    top: -30%;
  }

  .card-wrapper-popular {
    width: 85vw;
  }

  .servicetitle {
    font-family: Montserrat, sans-serif;
  }

  .serviceimage1 {
    width: 250px;
    height: 250px;
  }

  .paragraph-8 {
    font-size: 13px;
    line-height: 125%;
  }

  .serviceimage2.popular, .serviceimage3 {
    width: 250px;
    height: 250px;
  }

  .image-28 {
    width: 90px;
    top: -25%;
  }

  .paragraph2 {
    font-size: 17px;
    top: -5%;
  }

  .subtitle-copy {
    font-size: 1.8em;
  }

  .image-29 {
    width: 280px;
  }

  .image-30 {
    max-width: 48%;
    inset: -4% -20% auto auto;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .textcontained {
    color: var(--light-color);
    text-align: left;
    font-size: .8em;
    line-height: 110%;
  }

  .text-block-60 {
    font-size: .8em;
  }

  .card2 {
    margin: 20px 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card2.w--current {
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 30px;
    position: relative;
    left: 0;
  }

  .card2.c1 {
    width: 250px;
    height: auto;
    margin: 0;
    box-shadow: 0 0 15px 2px #fff;
  }

  .card2.c2 {
    width: 250px;
    height: auto;
    margin: 0;
    box-shadow: 0 0 20px 3px #00c5ff;
  }

  .card2.c2:hover {
    box-shadow: 0 0 20px 3px #00c5ff;
  }

  .card2.c3 {
    width: 250px;
    height: auto;
    margin: 0;
    box-shadow: 0 0 15px 2px #fff;
  }

  .card3 {
    margin: 20px 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card3.w--current {
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 30px;
    position: relative;
    left: 0;
  }

  .card3.c1, .card3.c2, .card3.c3 {
    width: 250px;
    height: auto;
    margin: 0;
    box-shadow: 0 0 15px 2px #fff;
  }

  .cuponformblock {
    width: 245px;
    margin-bottom: 5px;
    display: block;
  }

  .modal {
    display: none;
  }

  .modal-container {
    background-image: url('../images/mobile-pop-up.png');
    background-size: cover;
    width: 280px;
    height: 450px;
  }

  .btncuponform {
    height: 25px;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .field-label-21 {
    font-size: 14px;
    line-height: 15px;
  }

  .closerlink.reload {
    top: 0%;
  }

  .success-message {
    margin-bottom: 10px;
  }

  .text-field {
    height: 30px;
  }

  .form {
    position: static;
    inset: 0% auto auto 0%;
  }

  .paragraphprice {
    font-size: 13px;
    line-height: 120%;
  }

  .subtitleservices {
    font-size: 2em;
  }

  .section-square, .section-comparative {
    min-height: 60vh;
  }

  .image-31 {
    font-size: 20px;
  }

  .text-block-61.menu {
    color: #000;
  }

  .new-div-5 {
    width: 224px;
  }

  .div-block-251 {
    position: relative;
  }

  .new-div-6 {
    width: 224px;
  }

  .link-block-12 {
    flex: none;
    display: none;
    position: relative;
  }

  .image-32 {
    font-size: 20px;
  }

  .text-block-62.menu {
    color: #000;
  }

  .new-div-7 {
    width: 224px;
  }

  .link-block-13 {
    flex: none;
    display: none;
    position: relative;
  }

  .image-33 {
    font-size: 20px;
  }

  .text-block-63.menu {
    color: #000;
  }

  .new-div-8 {
    width: 224px;
  }

  .link-block-14 {
    flex: none;
    display: none;
    position: relative;
  }

  .image-34 {
    width: 8vw;
    max-width: 100%;
  }

  .calendly-phone {
    display: block;
  }

  .calendly, .html-embed-2 {
    display: none;
  }

  .bookingembedcontainer {
    background-color: #0009;
    padding-left: 9px;
    padding-right: 9px;
    display: block;
  }

  .bookingembedcontainer:hover {
    box-shadow: none;
  }

  .bookingembedcontainer.buy-now {
    width: 110px;
  }

  .bookingembed {
    display: none;
  }

  .success-message-2 {
    color: #fff;
    background-color: #0000;
    border: 1px solid #fff;
    border-radius: 1em;
  }

  .div-block-252 {
    flex: 0 auto;
  }

  .div-block-253 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .video-2 {
    min-height: 50vh;
    display: block;
  }
}

#w-node-_0294013d-bd62-4bb1-e711-103b68021221-1d9b3c24 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c6f610c2-75b7-3220-2774-7d1a8665e7cb-1d9b3c24, #w-node-c6f610c2-75b7-3220-2774-7d1a8665e7cf-1d9b3c24, #w-node-c6f610c2-75b7-3220-2774-7d1a8665e7d3-1d9b3c24, #w-node-c6f610c2-75b7-3220-2774-7d1a8665e7db-1d9b3c24, #w-node-c6f610c2-75b7-3220-2774-7d1a8665e7df-1d9b3c24, #w-node-c6f610c2-75b7-3220-2774-7d1a8665e7e3-1d9b3c24, #w-node-_95f4977a-2857-4c57-7b48-8fdc2a17e662-1d9b3c24, #w-node-dc36cdc0-dbea-1e8b-578f-0840ea712509-1d9b3c24, #w-node-cea9f1ff-3898-5537-9778-e47a36cb6592-1d9b3c24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_0294013d-bd62-4bb1-e711-103b68021221-1d9b3c24 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6c06e809-e466-8d3d-851c-0be840240c59-1d9b3c24, #w-node-_6c06e809-e466-8d3d-851c-0be840240c5a-1d9b3c24, #w-node-_6c06e809-e466-8d3d-851c-0be840240c5b-1d9b3c24 {
    place-self: center;
  }
}


@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/kastelov-axiforma-medium.OTF') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/kastelov-axiforma-heavy.OTF') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/kastelov-axiforma-semibold.OTF') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/kastelov-axiforma-light.OTF') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/kastelov-axiforma-thin.OTF') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontsfree Net Greatsby';
  src: url('../fonts/fontsfree-net-greatsby.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SFPRODISPLAY';
  src: url('../fonts/sfprodisplayultralightitalic.OTF') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SFPRODISPLAY';
  src: url('../fonts/sfprodisplayheavyitalic.OTF') format('opentype'), url('../fonts/sfprodisplayblackitalic.OTF') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SFPRODISPLAY';
  src: url('../fonts/sfprodisplaythinitalic.OTF') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SFPRODISPLAY';
  src: url('../fonts/sfprodisplaybold.OTF') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SFPRODISPLAY';
  src: url('../fonts/sfprodisplaymedium.OTF') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SFPRODISPLAY';
  src: url('../fonts/sfprodisplaylightitalic.OTF') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SFPRODISPLAY';
  src: url('../fonts/sfprodisplayregular.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SFPRODISPLAY';
  src: url('../fonts/sfprodisplaysemibolditalic.OTF') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Biko';
  src: url('../fonts/biko_regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}