.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-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.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 {
  background-color: #0d0d0d;
  border: 1px solid #0d0d0d;
}

.heading {
  color: #fff;
}

.footer-dark {
  opacity: .84;
  background-color: #f5f7fa;
  background-image: linear-gradient(#1b1c1b 1%, #fff 3%, #dedfde 85%);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  display: none;
  position: relative;
}

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

.footer-wrapper {
  max-width: 900px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.quienessomos {
  height: 100%;
  background-image: linear-gradient(#000 39%, #b0f7ff);
  padding: 10vh 4em 8vw;
  display: none;
}

.servicios {
  width: auto;
  height: 50vw;
  display: none;
}

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

.paragraph, .paragraph-2 {
  color: #fff;
}

.paragraph-3 {
  width: 626px;
  height: 467px;
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 38px;
}

.image {
  width: auto;
  height: 100%;
  margin-left: 2em;
  margin-right: 8em;
  padding-bottom: 0;
  display: inline-block;
  position: static;
  left: -533px;
}

.heading-2 {
  color: #fff;
}

.text-block {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.fn-error-message {
  text-align: center;
  background-color: #c33939;
  border-radius: 8px;
  margin-top: 24px;
}

.fn-success-message-wrapper {
  min-height: 200px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fn-success-message {
  width: 100%;
  color: #0f1213;
  background-color: #df0;
  border-radius: 8px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
}

.fn-button-form {
  height: 42px;
  opacity: .7;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 42px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  transition: background-color .25s;
  display: flex;
  box-shadow: 6px 1px 3px -20px rgba(39, 38, 38, .71), -4px -4px 14px -8px rgba(253, 253, 253, .61);
}

.fn-button-form:hover {
  background-color: #3e4545;
}

.fn-checkbox {
  width: 16px;
  height: 16px;
  border: 1px solid #1a1b1b;
  margin-top: 0;
  margin-right: 8px;
  box-shadow: inset 0 3px 8px -4px rgba(122, 122, 122, .2);
}

.fn-checkbox.w--redirected-checked {
  background-color: #df0;
  background-image: url('../images/Vector-1-Stroke.svg');
  background-size: 8px 8px;
}

.fn-checkbox.w--redirected-focus {
  box-shadow: none;
}

.fn-checkbox-wrapper {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

.fn-field-message {
  width: 100%;
  max-height: 160px;
  max-width: 100%;
  min-height: 160px;
  opacity: .61;
  color: #020202;
  background-color: #000;
  background-image: none;
  border: 1px #3e4545;
  border-radius: 8px;
  margin-bottom: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  line-height: 1em;
  box-shadow: inset 0 5px 20px rgba(0, 0, 0, .73), inset -1px -1px 9px -4px #fff;
}

.fn-field-message:hover {
  border-color: #cdd3d2;
}

.fn-field-message:active, .fn-field-message:focus {
  border-color: #df0;
}

.fn-field-message::-ms-input-placeholder {
  color: #ecf0ef;
}

.fn-field-message::placeholder {
  color: #ecf0ef;
}

.fn-field {
  width: 100%;
  max-width: 100%;
  min-height: 42px;
  opacity: .88;
  color: #000;
  background-color: #050505;
  background-image: linear-gradient(#000, #121213);
  border: 1px rgba(0, 0, 0, 0);
  border-radius: 8px;
  margin-bottom: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  line-height: 1em;
  box-shadow: -4px -3px 20px -6px rgba(255, 255, 255, .2), 0 4px 8px -4px rgba(99, 99, 99, .2), inset 0 0 2px 5px #0c0c0d;
}

.fn-field:hover {
  border-color: #cdd3d2;
}

.fn-field:active, .fn-field:focus {
  border-color: #df0;
}

.fn-field::-ms-input-placeholder {
  color: #ecf0ef;
}

.fn-field::placeholder {
  color: #ecf0ef;
}

.fn-form-standard {
  opacity: .7;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #1a1a1a;
  background-color: #000;
  border-radius: 13px;
  flex-direction: column;
  padding: 10px;
  display: flex;
  box-shadow: -1px -2px 15px -11px rgba(160, 158, 158, .8), 0 2px 15px -4px #151615;
}

.fn-form {
  flex-direction: column;
  align-items: stretch;
  margin-top: 0;
  display: flex;
}

.fn-paragraph-no-margin {
  color: #cdd3d2;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  overflow: hidden;
}

.fn-heading-2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

.fn-label-small {
  color: #00f;
  margin-bottom: 24px;
  line-height: 1em;
}

.fn-column-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.fn-container-grid {
  width: 100%;
  max-width: 1310px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  opacity: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-section {
  width: 100%;
  color: #ecf0ef;
  background-color: #1a1d1c;
  background-image: linear-gradient(#1d1f1e, #000 1%);
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: none;
}

.checkbox-label {
  opacity: .52;
  color: #3e4442;
}

.image-2 {
  filter: brightness(200%);
  transform: translate(-69px);
  box-shadow: 4px 1px 6px -4px #cacaca, 0 5px 5px rgba(0, 0, 0, .2);
}

.html-embed {
  z-index: 0;
  width: 99%;
  height: 36vw;
  margin-top: 0;
  padding-top: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block {
  z-index: 1;
  width: 100%;
  height: 232px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000;
  margin-top: 516px;
  margin-bottom: -99px;
  margin-left: -11px;
  position: absolute;
  top: 120%;
  bottom: 0%;
  left: 0%;
  right: -31%;
}

.column {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.navbar {
  height: 5em;
  background-color: #000;
  display: flex;
}

.nav-menu {
  height: 57px;
  margin: -7px auto 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.columns {
  width: 100vw;
  display: flex;
}

.flex-block {
  align-items: flex-start;
}

.cell {
  display: block;
}

.column-2 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-3 {
  color: #fff;
  padding-left: 1em;
  padding-right: 1em;
  font-family: Inconsolata, monospace;
}

.paragraph-4 {
  color: #fff;
  letter-spacing: .1em;
  text-indent: .1em;
  text-transform: capitalize;
  column-count: 0;
  white-space: break-spaces;
  margin-left: 2em;
  margin-right: 2em;
  padding-top: .125em;
  padding-left: .125em;
  padding-right: .125em;
  font-family: Droid Sans, sans-serif;
  font-size: 1.2em;
  line-height: 1.4em;
}

.cell-2 {
  flex-flow: column wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.quick-stack {
  grid-row-gap: 20px;
  margin-top: 2em;
  margin-left: 2em;
  margin-right: 2em;
}

.html-embed-2 {
  width: 100%;
  min-height: 0;
  min-width: 100%;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  display: block;
}

.paragraph-5, .paragraph-6 {
  color: #fff;
}

.slider, .slide, .image-3, .slide-2 {
  width: 50em;
  height: 50em;
}

.brand {
  width: 100%;
  height: 100%;
  margin-left: 0;
}

.fn-button-dark {
  color: #df0;
  background-color: #1d1f1e;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  transition: color .25s, background-color .25s;
}

.fn-button-dark:hover {
  color: #0f1213;
  background-color: #df0;
  border-color: #0f1213;
}

.fn-button-dark.w--current {
  background-color: #1d1f1e;
}

.fn-button-dark.w--current:hover {
  background-color: rgba(0, 0, 0, 0);
}

.fn-button-secondery-dark {
  color: #1d1f1e;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #1d1f1e;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  transition: color .25s, background-color .25s;
  display: flex;
}

.fn-button-secondery-dark:hover {
  color: #df0;
  background-color: #1d1f1e;
}

.fn-button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.fn-navbar-link-box {
  color: #1d1f1e;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: underline;
  transition: opacity .25s;
}

.fn-navbar-link-box:hover {
  opacity: .7;
}

.fn-navbar-links-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.fn-navbar-menu-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.fn-navbar-menu-box {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.fn-contain-logo {
  width: 100%;
  height: 100%;
  color: #df0;
  object-fit: contain;
  object-position: 0% 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fn-contain-logo.dark-logo {
  width: 8em;
  height: 8em;
  color: #1d1f1e;
  margin-top: -3.3em;
}

.fn-brand-box {
  width: 106px;
  height: 21.55px;
  object-fit: contain;
  object-position: 0% 50%;
  margin-right: 0;
  transition: opacity .25s;
}

.fn-brand-box:hover {
  opacity: .7;
}

.fn-brand-box.side-margin.w--current {
  margin-right: 20px;
}

.fn-navbar-container-box {
  width: 100%;
  max-width: 1310px;
  background-color: gray;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.fn-navbar-box {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.waves-gradient-hero-1 {
  z-index: 9;
  height: 220px;
  background-image: linear-gradient(#131313, rgba(250, 235, 227, 0));
  padding-top: 146px;
  display: none;
  position: absolute;
  top: -1px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.waves-gradient-hero-1.bottom {
  background-image: linear-gradient(to top, #131313, rgba(250, 235, 227, 0));
  top: auto;
  bottom: -1px;
  left: 0%;
  right: 0%;
}

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

.waves-image-wrap-hero-1 {
  width: 100%;
  height: 410px;
  border-radius: 12px;
  overflow: hidden;
}

.waves-item-gallery-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.waves-inside-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.waves-inside-hero-1.reverse {
  justify-content: flex-end;
}

.waves-column-hero-1 {
  width: 48%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.waves-column-hero-1.column-one {
  width: 88%;
  height: 351px;
  align-items: center;
  margin-top: 173px;
  margin-left: auto;
  margin-right: auto;
}

.waves-gallery-hero-1 {
  width: 100%;
  height: 740px;
  max-width: 550px;
  border-left: 1px solid #4baeb9;
  border-radius: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.waves---cta-dark {
  height: 52px;
  background-color: #131313;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: rgba(19, 19, 19, .9);
}

.waves---cta-dark.wide-cta {
  min-width: 200px;
}

.waves---mg-top-16 {
  margin-top: 16px;
  display: none;
}

.waves---subtitle {
  color: #27b9c7;
  font-family: Gothic A1, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
}

.waves---limit-480 {
  width: 100%;
  max-width: 480px;
}

.waves---mega-heading-1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gothic A1, sans-serif;
  font-size: 100px;
  font-weight: 900;
  line-height: 115%;
}

.waves-content-hero-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-grid-hero-1 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
}

.waves---main-container {
  max-width: 1352px;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 24px;
  padding-right: 24px;
}

.radarte_home {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---brand {
  height: 383%;
  max-width: none;
}

.waves---nav-brand-link {
  height: 24px;
}

.waves-master-nav-3 {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.waves---nav-container {
  height: 100%;
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-navbar-3 {
  z-index: 103;
  height: 80px;
  background-color: #000;
  border-bottom: 1px solid rgba(19, 19, 19, .2);
}

.cf-logos-social {
  width: 40px;
  height: 40px;
  cursor: pointer;
  object-fit: contain;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: none;
}

.cf-logos-social:hover {
  background-color: #ffa84b;
}

.cf-logos-social.open-nav {
  width: 76px;
  height: 76px;
}

.cf-logos-social.open-nav-middle {
  width: 76px;
  height: 76px;
  margin-left: 40px;
  margin-right: 40px;
}

.cf-nav-4-social-icons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-right: 40px;
  display: none;
}

.cf-nav-4-social-icons.open-navigation {
  margin-top: 40px;
  margin-right: 0;
}

.cf-connect-text {
  color: #19c4d6;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.cf-connect-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 135px;
  display: flex;
}

.cf-link-text-navbar-4 {
  color: #fff;
  letter-spacing: -.8px;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 50px;
  font-weight: 700;
  display: flex;
}

.cf-pink-line {
  width: 46px;
  height: 2px;
  background-color: #ff4f11;
  margin-right: 20px;
}

.cf-pink-line.animate {
  width: 0;
  background-color: #19c4d6;
  margin-right: 20px;
}

.cf-navigation-4-link {
  color: #000;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 187%;
  text-decoration: none;
  display: flex;
}

.cf-navigation-4-link.w--current {
  color: #1c0309;
  padding-left: 0;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.cf-nav-4-links-right-container {
  width: 230px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 0;
  display: flex;
}

.cf-nav-4-links-left-container {
  width: 280px;
  opacity: 1;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 100px;
  display: block;
}

.cf-nav-4-links-container {
  width: auto;
  opacity: 1;
  justify-content: center;
  align-items: center;
  margin-top: 243px;
  margin-left: 60px;
  padding-top: 0;
  display: flex;
}

.cf-close-text {
  text-transform: uppercase;
  font-family: Inconsolata, monospace;
  font-weight: 700;
}

.cf-close-contain {
  width: 27px;
  height: 27px;
  background-image: url('../images/cross-icon.svg');
  background-position: 50%;
  background-size: auto;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.cf-close-button {
  cursor: pointer;
  background-color: #8fa09b;
  align-items: center;
  padding: 25px 44px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 58px;
  bottom: auto;
  left: auto;
  right: 111px;
}

.cf-close-button:hover {
  opacity: .8;
}

.cf-navigation-logo {
  width: 15.6em;
  object-fit: contain;
}

.cf-brand-logo-nav-menu {
  cursor: pointer;
  position: absolute;
  top: 60px;
  bottom: auto;
  left: 85px;
  right: auto;
}

.cf-brand-logo-nav-menu.w--current {
  position: absolute;
  top: 60px;
  bottom: auto;
  left: 85px;
  right: auto;
}

.cf-menu-navigation-wrap {
  z-index: 10000000;
  width: 100vw;
  height: 100%;
  opacity: 0;
  color: #000;
  background-color: #131313;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 52px 111px 150px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.cf-menu-line._2 {
  width: 5.3em;
  height: 2px;
  color: #000;
  background-color: #fff;
  margin-bottom: 0;
  transform: scale(1);
}

.cf-menu-line._1 {
  width: 4.4em;
  height: .5em;
  color: #000;
  background-color: #fff;
  margin-bottom: 10px;
  transform: translate(0);
}

.cf-menu-icon {
  width: auto;
  border: 1px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 10px;
  display: flex;
}

.cf-menu-text {
  color: #000;
  letter-spacing: .8px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 125%;
  display: none;
}

.cf-nav-4-menu {
  cursor: pointer;
  align-items: center;
  display: flex;
  position: relative;
}

.cf-nav-4-menu:hover {
  opacity: 1;
}

.cf-nav-4-right-container {
  color: #fff;
  align-items: stretch;
  display: flex;
}

.cf-brand-logo-4 {
  cursor: pointer;
}

.cf-navigation-4-container {
  z-index: 10;
  width: 100%;
  max-width: 100vw;
  color: #fff;
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2em;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.waves---heading-3-no-margins {
  color: #19c4d6;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-icon-32 {
  width: auto;
  height: 12em;
  padding-right: 0;
}

.waves---mg-bottom-16 {
  margin-bottom: 16px;
  display: none;
}

.waves-tile-feature-1 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 32px;
  display: flex;
}

.waves-grid-features-1 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.waves---cta-dark-2 {
  height: 52px;
  background-color: #131313;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: none;
}

.waves---cta-dark-2:hover {
  background-color: rgba(19, 19, 19, .9);
}

.waves---heading-2-no-margins {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gothic A1, sans-serif;
  font-size: 48px;
  line-height: 130%;
}

.waves---sides-heading-button {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves---mg-bottom-100 {
  margin-bottom: 100px;
}

.waves---main-container-2 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.contac {
  background-color: #060606;
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---paragraph-small {
  cursor: pointer;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 130%;
}

.waves---check-icon {
  width: 24px;
  height: 24px;
}

.waves---single-check-item {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.waves---master-checks-horizontal {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.waves---mg-top-32 {
  margin-top: 32px;
}

.waves---cta-white {
  height: 52px;
  color: #131313;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white.wide-cta {
  min-width: 200px;
  font-family: Open Sans, sans-serif;
}

.waves---mg-top-33 {
  margin-top: 16px;
}

.waves---paragraph-big {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 130%;
}

.waves-content-cta-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves-master-cta-2 {
  color: #fff;
  background-color: #131313;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 140px 40px;
  display: flex;
  box-shadow: -1px 20px 41px 20px #000, 5px 0 13px -10px #5f5f5f;
}

.waves-icon-24 {
  width: 24px;
  height: 24px;
}

.waves-bottom-right-footer-1 {
  grid-column-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.waves-divider-footer-1 {
  width: 100%;
  height: 1px;
  background-color: rgba(19, 19, 19, .2);
  margin-top: 64px;
  margin-bottom: 32px;
}

.waves-link-footer-1 {
  text-decoration: none;
}

.waves-top-right-footer-1 {
  grid-column-gap: 32px;
  justify-content: flex-end;
  align-items: center;
  display: none;
}

.waves-brand-footer-1 {
  height: 200%;
}

.waves-brand-link-footer-1 {
  height: 32px;
}

.waves-top-footer-1 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pizo {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 64px;
}

.html-embed-3 {
  width: 100%;
  height: 188%;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-2, .text-block-3, .text-block-4, .text-block-5 {
  color: #8fa09b;
  font-family: Gothic A1, sans-serif;
}

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

.fh-section-image-wrapper-first {
  width: 100%;
  height: 490px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 9px 12px #131313;
}

.fn-button-secondery {
  min-width: 137px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 1.6em;
  transition: background-color .25s;
  display: flex;
}

.fn-button-secondery:hover {
  background-color: #3e4545;
}

.fn-button {
  color: #0f1213;
  text-align: center;
  background-color: #df0;
  border: 1px solid #df0;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  transition: opacity .25s, border-color .25s;
  display: flex;
}

.fn-button:hover {
  opacity: .9;
  border-color: #0f1213;
}

.fn-button-wrapper-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.fn-list-checkmark-icon {
  width: 11px;
  height: 10px;
  color: #0f1213;
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fn-list-checkmark {
  width: 24px;
  height: 24px;
  background-color: #19c4d6;
  border-radius: 50%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  display: flex;
  overflow: hidden;
}

.fn-list-item {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fn-list {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: #cdd3d2;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-bottom: 45px;
  padding-left: 0;
  font-size: 16px;
  line-height: 1.6em;
  list-style-type: none;
  display: flex;
}

.fn-paragraph {
  color: #cdd3d2;
  margin-bottom: 32px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-heading-3 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

.fn-label-small-2 {
  color: #19c4d6;
  -webkit-text-stroke-color: #19c4d6;
  margin-bottom: 24px;
  line-height: 1em;
}

.fn-column {
  opacity: .88;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background-color: #131313;
  border-radius: 13px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 10px;
  transition: opacity .2s;
  display: flex;
  box-shadow: 0 2px 14px #000;
}

.fn-container-grid-2 {
  width: 100%;
  max-width: 1310px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 15em 0;
  padding-left: 15px;
  padding-right: 15px;
  transition: opacity .2s;
  display: grid;
}

.que-hacemos {
  width: 100%;
  color: #ecf0ef;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #0d0d0d;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.waves---paragraph-regular {
  font-family: Gothic A1, sans-serif;
  font-size: 18px;
  line-height: 130%;
}

.waves---heading-3-no-margins-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-icon-64 {
  width: 64px;
  height: 64px;
}

.waves---mg-bottom-101 {
  margin-bottom: 16px;
}

.waves-tile-contact-3 {
  grid-row-gap: 16px;
  background-color: #9ca4b9;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 40px 24px;
  display: flex;
}

.waves-grid-contact-3 {
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.waves---heading-2-no-margins-2 {
  color: #19c4d6;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.fn-error-message-2 {
  text-align: center;
  background-color: #c33939;
  border-radius: 8px;
  margin-top: 24px;
}

.fn-success-message-wrapper-2 {
  min-height: 200px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fn-success-message-2 {
  width: 100%;
  color: #0f1213;
  background-color: #df0;
  border-radius: 8px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
}

.fn-button-form-2 {
  height: 42px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 42px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  transition: background-color .25s;
  display: flex;
}

.fn-button-form-2:hover {
  background-color: #3e4545;
}

.fn-checkbox-2 {
  width: 16px;
  height: 16px;
  border: 1px solid #687373;
  margin-top: 0;
  margin-right: 8px;
}

.fn-checkbox-2.w--redirected-checked {
  background-color: #df0;
  background-image: url('../images/Vector-1-Stroke.svg');
  background-size: 8px 8px;
}

.fn-checkbox-2.w--redirected-focus {
  box-shadow: none;
}

.fn-checkbox-wrapper-2 {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

.fn-field-message-2 {
  width: 100%;
  max-height: 160px;
  max-width: 100%;
  min-height: 160px;
  color: #ecf0ef;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #3e4545;
  border-radius: 8px;
  margin-bottom: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  line-height: 1em;
}

.fn-field-message-2:hover {
  border-color: #cdd3d2;
}

.fn-field-message-2:active, .fn-field-message-2:focus {
  border-color: #df0;
}

.fn-field-message-2::-ms-input-placeholder {
  color: #ecf0ef;
}

.fn-field-message-2::placeholder {
  color: #ecf0ef;
}

.fn-field-2 {
  width: 100%;
  max-width: 100%;
  min-height: 42px;
  color: #ecf0ef;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #3e4545;
  border-radius: 8px;
  margin-bottom: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  line-height: 1em;
  transition: border-color .25s;
}

.fn-field-2:hover {
  border-color: #cdd3d2;
}

.fn-field-2:active, .fn-field-2:focus {
  border-color: #df0;
}

.fn-field-2::-ms-input-placeholder {
  color: #ecf0ef;
}

.fn-field-2::placeholder {
  color: #ecf0ef;
}

.fn-form-standard-2 {
  flex-direction: column;
  display: flex;
}

.fn-form-2 {
  flex-direction: column;
  align-items: stretch;
  margin-top: 0;
  display: flex;
}

.fn-paragraph-no-margin-2 {
  color: #cdd3d2;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  overflow: hidden;
}

.fn-column-center-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.body-2 {
  background-color: #000;
}

.fn-button-dark-2 {
  color: #df0;
  background-color: #1d1f1e;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  transition: color .25s, background-color .25s;
}

.fn-button-dark-2:hover {
  color: #0f1213;
  background-color: #df0;
  border-color: #0f1213;
}

.fn-button-dark-2.w--current {
  background-color: #1d1f1e;
}

.fn-button-dark-2.w--current:hover {
  background-color: rgba(0, 0, 0, 0);
}

.fn-link-arrow {
  width: 12px;
  height: 18px;
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.fn-link-with-arrow-dark {
  color: #0f1213;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: underline;
  display: flex;
}

.fn-paragraph-dark {
  color: #1d1f1e;
  margin-bottom: 32px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-heading-4 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3em;
}

.fn-cookie-color-second {
  width: 450px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #0f1213;
  text-align: center;
  background-color: #df0;
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: 15px;
  padding: 24px;
  display: flex;
}

.fs-cc-prefs2_option {
  border-bottom: 1px solid rgba(192, 192, 192, .3);
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs2_close {
  color: #fff;
  cursor: pointer;
  background-color: #0540f2;
  padding: 12px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
  box-shadow: -1px 1px 4px rgba(51, 51, 51, .1);
}

.fs-cc-prefs2_overlay {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 4, 64, .9);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs2_label {
  color: #0540f2;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs2_form-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs2_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fs-cc-banner2_component {
  z-index: 999;
  width: 450px;
  color: #fff;
  background-color: #0540f2;
  padding: 30px;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.fs-cc-prefs2_checkbox-label {
  display: none;
}

.fs-cc-manager2_button {
  width: 48px;
  color: #0540f2;
  cursor: pointer;
  background-color: #fff;
  flex-direction: column;
  padding: 8px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager2_button:hover {
  color: #4353ff;
}

.fs-cc-manager2_component {
  z-index: 999;
  display: block;
  position: fixed;
  top: auto;
  bottom: 20px;
  left: 20px;
  right: auto;
}

.fs-cc-banner2_text {
  font-size: 15px;
}

.fs-cc-prefs2_title {
  color: #010440;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-banner2_text-link {
  color: #fff;
  border-bottom: 2px solid #fff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs2_button {
  text-align: center;
  background-color: #0540f2;
  border: 1px solid #0540f2;
  padding: 12px 20px;
  font-weight: 700;
}

.fs-cc-prefs2_button.fs-cc-button-alt {
  color: #0540f2;
  background-color: #fff;
  border-color: #0540f2;
  margin-bottom: 12px;
}

.fs-cc-banner2_container {
  width: 100%;
  max-width: 990px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs2_content {
  height: 100%;
  color: #000;
  background-color: #fff;
  padding: 40px 32px;
}

.fs-cc-prefs2_checkbox {
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: #fff;
  border-width: 2px;
  border-color: #0540f2;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs2_checkbox.w--redirected-checked {
  background-color: #0540f2;
  background-size: auto;
  border-color: #0540f2;
}

.fs-cc-prefs2_form {
  width: 100%;
  max-height: 85vh;
  max-width: 400px;
  color: #fff;
  background-color: #333;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs2_submit {
  text-align: center;
  background-color: #010440;
  margin-top: 12px;
  padding: 12px 20px;
  font-weight: 700;
}

.fs-cc-prefs2_component {
  z-index: 997;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 32px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs2_space-small {
  margin-bottom: 12px;
}

.fs-cc-preferences2_close-icon {
  width: 24px;
  height: 24px;
  color: #fff;
}

.fs-cc-banner2_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.fs-cc-banner2_button {
  min-width: 120px;
  color: #0540f2;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  flex: 1;
  margin-left: 8px;
  margin-right: 8px;
  padding: 8px 20px;
  font-weight: 700;
}

.fs-cc-banner2_button.fs-cc-button-alt {
  color: rgba(255, 255, 255, .6);
  background-color: rgba(2, 8, 115, .4);
}

.fs-cc-prefs2_buttons-wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 16px;
  display: flex;
}

.fs-cc-prefs2_checkbox-field {
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.slider-2 {
  width: 100%;
  height: 100%;
  box-shadow: inset -5px -10px 10px -4px #000;
}

.left-arrow-2 {
  width: 16%;
  height: 100%;
  display: none;
}

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

.slide-3, .slide-4 {
  width: 100%;
  height: 100%;
}

.page-wrapper {
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.panel-wrapper {
  min-height: 100vw;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  margin: -10vw;
  display: flex;
  overflow: hidden;
}

.blur {
  z-index: 1;
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-color: rgba(0, 0, 0, .01);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.panel {
  filter: none;
  background-image: radial-gradient(circle farthest-side at 0 0, #000, rgba(0, 0, 0, 0)), radial-gradient(circle at 50% 0, #015efe, rgba(0, 0, 0, 0) 58%), radial-gradient(circle farthest-side at 100% 0, #00edc4, rgba(0, 0, 0, 0));
  border-radius: 100vw;
  flex: 1;
  justify-content: center;
  padding: 80px;
  display: flex;
  position: relative;
}

.image-4 {
  z-index: 11;
  margin-bottom: 100px;
  padding-top: 4em;
  padding-left: 4em;
  padding-right: 4em;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-5 {
  box-shadow: 0 0 #ede0d8;
}

.gradient-bg {
  z-index: -1;
  opacity: .5;
  filter: blur(200px);
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.bg-circle {
  width: 30vw;
  height: 30vw;
  background-color: #455268;
  border-radius: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.bg-circle._1 {
  width: 40vw;
  height: 40vw;
  opacity: 1;
  background-color: #7056f5;
  border-radius: 20%;
  margin-top: -16%;
  margin-left: -16%;
}

.bg-circle._2 {
  opacity: .5;
  background-color: #487698;
  border-radius: 40%;
  margin-top: -20%;
}

.bg-circle._3 {
  width: 40vw;
  height: 40vw;
  background-color: #e1e5ee;
  margin-top: -12%;
  margin-left: 52%;
}

.bg-circle._4 {
  width: 60vw;
  height: 60vw;
  background-color: #19c4d6;
  margin-top: -32%;
  margin-right: -10%;
  left: auto;
  right: 0;
}

.bg-circle._5 {
  margin-top: 24%;
  margin-right: -8%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.bg-circle._6 {
  width: 40vw;
  height: 40vw;
  background-color: #4548e8;
  margin-top: 35%;
  margin-bottom: -20%;
  margin-right: -16%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.lottie-animation {
  width: 100%;
  filter: hue-rotate(296deg);
  flex-flow: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 13%;
  right: 0%;
}

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

.div-block-3 {
  width: 50vw;
  flex: 1;
  display: flex;
}

.bold-text {
  font-family: Gothic A1, sans-serif;
  font-weight: 900;
}

.text-block-6, .text-block-7, .text-block-8 {
  font-family: Open Sans, sans-serif;
}

.bold-text-2, .bold-text-3 {
  font-family: Gothic A1, sans-serif;
}

.bold-text-4 {
  font-family: Open Sans, sans-serif;
}

.bold-text-5, .bold-text-6 {
  font-family: Gothic A1, sans-serif;
}

.cf-growth-para-text-18px {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.cf-growth-heading-32px {
  color: #000;
  letter-spacing: -.01em;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.cf-growth-hero-image {
  width: 80px;
  height: 80px;
  margin-bottom: 32px;
}

.cf-growth-wrapper {
  width: 100%;
  max-width: 360px;
  background-color: #fff;
  border-radius: 22px;
  padding: 48px 40px;
  box-shadow: 0 13px 100px rgba(199, 199, 199, .25);
}

.cf-growth-wrapper.large {
  max-width: 760px;
  color: #fff;
  background-color: #000;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 56px;
  padding-right: 80px;
  display: flex;
}

.cf-growth-para-text-20px {
  opacity: .7;
  margin-top: 26px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.cf-text-opacity-70-italic {
  opacity: 1;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #b16cea, #ff5e69 60%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Open Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
}

.cf-growth-h2-heading-56px {
  letter-spacing: -.01em;
  padding-top: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 64px;
}

.cf-growth-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}

.cf-growth-container {
  z-index: 11;
  width: 100%;
  height: 100%;
  position: relative;
}

.cf-wrapper-1160 {
  width: 90%;
  max-width: 1160px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.cf-wrapper-1160.growth-flex {
  padding-bottom: 180px;
}

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

.link-block {
  font-family: Gothic A1, sans-serif;
}

.link-blocddk-2 {
  color: #0a0a0a;
  -webkit-text-stroke-color: #000;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.link-blocddk-2:hover {
  -webkit-text-stroke-color: #82f704;
}

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

  .footer-content {
    grid-column-gap: 60px;
  }

  .fn-heading-2 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .fn-container-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

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

  .html-embed {
    width: 100%;
    height: 77vw;
    margin-right: 0;
    padding-right: 10px;
  }

  .div-block {
    opacity: .97;
  }

  .fn-nav-line-3, .fn-nav-line-2, .fn-nav-line-1 {
    width: 16px;
    height: 2px;
    background-color: #19224c;
    border-radius: 4px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-menu-button-wrap {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .fn-menu-button {
    margin-right: -18px;
    padding-right: 18px;
  }

  .fn-menu-button.w--open {
    z-index: 2;
    background-color: rgba(0, 0, 0, 0);
  }

  .fn-button-dark:hover {
    color: #df0;
    background-color: #1d1f1e;
  }

  .fn-button-secondery-dark {
    transition: none;
  }

  .fn-button-secondery-dark:hover {
    color: #1d1f1e;
    background-color: rgba(0, 0, 0, 0);
  }

  .fn-navbar-link-box {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 0;
    transition: none;
  }

  .fn-navbar-link-box:hover {
    opacity: 1;
  }

  .fn-navbar-link-box.navbar-link-box-last {
    margin-bottom: 12px;
  }

  .fn-navbar-links-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .fn-navbar-menu-wrapper {
    background-color: #df0;
    border-radius: 16px;
    flex-direction: column;
    justify-content: flex-start;
    padding: 12px 24px 24px;
    display: flex;
    position: relative;
  }

  .fn-navbar-menu-box {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .fn-brand-box {
    z-index: 2;
    transition: none;
  }

  .fn-brand-box:hover {
    opacity: 1;
  }

  .fn-navbar-container-box {
    padding-left: 15px;
    padding-right: 15px;
  }

  .waves-gradient-hero-1 {
    height: 140px;
  }

  .waves-image-wrap-hero-1 {
    height: 320px;
  }

  .waves-gallery-hero-1 {
    height: 600px;
    border-left-style: none;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---mega-heading-1 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves-content-hero-1 {
    text-align: center;
    align-items: center;
  }

  .waves-grid-hero-1 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .radarte_home {
    text-align: center;
  }

  .waves---nav-brand-link {
    padding-left: 0;
  }

  .cf-connect-wrapper {
    margin-top: 100px;
  }

  .cf-nav-4-links-left-container {
    margin-right: 140px;
  }

  .cf-nav-4-links-container {
    margin-left: 0;
  }

  .cf-close-contain {
    background-image: url('../images/cross-icon.svg');
    background-position: 50%;
    background-size: auto;
  }

  .cf-close-button {
    top: 52px;
    right: 85px;
  }

  .cf-menu-navigation-wrap {
    opacity: 0;
    padding-bottom: 100px;
    padding-left: 100px;
    padding-right: 85px;
    display: none;
  }

  .cf-navigation-4-container {
    width: 100vw;
    max-width: 991px;
    margin-left: auto;
    margin-right: auto;
    position: -webkit-sticky;
    position: sticky;
  }

  .waves-grid-features-1 {
    grid-template-columns: 1fr 1fr;
  }

  .waves---sides-heading-button {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .waves-master-cta-2 {
    text-align: center;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .waves-bottom-footer-1 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .waves-divider-footer-1 {
    margin-top: 40px;
  }

  .waves-top-footer-1 {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .fh-section-image-wrapper-first {
    height: 334px;
  }

  .fn-button-secondery {
    transition: none;
  }

  .fn-button-secondery:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .fn-heading-3 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .fn-container-grid-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .que-hacemos {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .waves-grid-contact-3 {
    width: 100%;
    max-width: 400px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .fn-button-dark-2:hover {
    color: #df0;
    background-color: #1d1f1e;
  }

  .fn-heading-4 {
    font-size: 32px;
  }

  .image-4 {
    padding-top: 2em;
  }

  .cf-growth-para-text-18px {
    line-height: 150%;
  }

  .cf-growth-heading-32px {
    line-height: 120%;
  }

  .cf-growth-wrapper {
    padding: 40px 30px;
  }

  .cf-growth-para-text-20px {
    font-size: 18px;
    line-height: 150%;
  }

  .cf-growth-h2-heading-56px {
    line-height: 100%;
  }

  .cf-growth-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cf-wrapper-1160 {
    flex-direction: column;
  }

  .cf-wrapper-1160.growth-flex {
    padding-top: 50px;
    padding-bottom: 150px;
  }
}

@media screen and (max-width: 767px) {
  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .fn-heading-2 {
    font-size: 34px;
  }

  .fn-label-small {
    margin-bottom: 12px;
  }

  .fn-container-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-section {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .fn-button-dark {
    width: 100%;
  }

  .fn-navbar-link-box {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .fn-navbar-menu-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 18px;
  }

  .fn-brand-box {
    margin-right: 0;
    padding-left: 0;
  }

  .waves---subtitle {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---mega-heading-1 {
    font-size: 56px;
  }

  .waves-grid-hero-1 {
    grid-row-gap: 40px;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---nav-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .cf-center-logo.open-nav {
    width: 22px;
  }

  .cf-center-logo.open-nav.facebook {
    width: 15px;
  }

  .cf-logos-social.open-nav, .cf-logos-social.open-nav-middle {
    width: 60px;
    height: 60px;
  }

  .cf-nav-4-social-icons {
    margin-right: 20px;
    display: none;
  }

  .cf-nav-4-social-icons.open-navigation {
    display: flex;
  }

  .cf-connect-wrapper {
    margin-left: 20px;
  }

  .cf-link-text-navbar-4 {
    font-size: 26px;
  }

  .cf-nav-4-links-right-container {
    width: auto;
    align-items: center;
  }

  .cf-nav-4-links-left-container {
    width: auto;
    align-items: center;
    margin-right: 20px;
  }

  .cf-nav-4-links-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 650px;
  }

  .cf-close-text {
    display: none;
  }

  .cf-close-contain {
    background-image: url('../images/cross-icon.svg');
    background-position: 50%;
    background-size: auto;
    margin-right: 0;
  }

  .cf-close-button {
    border-radius: 100px;
    padding: 16px;
    top: 52px;
    right: 60px;
  }

  .cf-brand-logo-nav-menu {
    padding-left: 0;
    top: 52px;
    left: 60px;
  }

  .cf-brand-logo-nav-menu.w--current {
    left: 60px;
  }

  .cf-menu-navigation-wrap {
    opacity: 0;
    padding-left: 60px;
    padding-right: 60px;
    display: none;
  }

  .cf-navigation-4-container {
    width: 100vw;
    max-width: 550px;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .contac {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---master-checks-horizontal {
    grid-row-gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .waves-master-cta-2 {
    padding: 80px 32px;
  }

  .waves-top-right-footer-1 {
    grid-row-gap: 32px;
    flex-wrap: wrap;
  }

  .fn-button {
    width: 100%;
  }

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

  .fn-heading-3 {
    font-size: 34px;
  }

  .fn-label-small-2 {
    margin-bottom: 12px;
  }

  .fn-container-grid-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .que-hacemos {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 44px;
    line-height: 125%;
  }

  .fn-button-dark-2 {
    width: 100%;
  }

  .fn-heading-4 {
    margin-bottom: 12px;
    font-size: 28px;
  }

  .fs-cc-prefs2_title {
    font-size: 20px;
  }

  .fs-cc-banner2_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner2_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner2_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner2_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .cf-growth-para-text-18px {
    font-size: 16px;
  }

  .cf-growth-heading-32px {
    font-size: 30px;
  }

  .cf-growth-wrapper.large {
    background-position: 16px 25px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cf-growth-h2-heading-56px {
    font-size: 45px;
  }

  .cf-growth-grid {
    grid-template-columns: 1fr;
    align-content: center;
    justify-content: center;
    justify-items: center;
  }

  .cf-wrapper-1160.growth-flex {
    padding-top: 0;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .fn-button-wrapper {
    width: 100%;
  }

  .waves-gradient-hero-1 {
    top: -1px;
  }

  .waves-gradient-hero-1.bottom {
    bottom: -1px;
  }

  .waves-column-hero-1 {
    width: 48%;
  }

  .waves-column-hero-1.column-two, .waves-column-hero-1.column-one {
    flex: none;
  }

  .waves-gallery-hero-1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .waves---subtitle {
    font-size: 20px;
  }

  .waves---mega-heading-1 {
    font-size: 36px;
  }

  .radarte_home {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cf-logos-social {
    display: none;
  }

  .cf-logos-social.open-nav {
    width: 60px;
    height: 60px;
    background-image: none;
    display: flex;
  }

  .cf-logos-social.open-nav-middle {
    width: 60px;
    height: 60px;
    background-image: none;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .cf-connect-text {
    font-size: 18px;
  }

  .cf-connect-wrapper {
    margin-top: 60px;
    margin-left: 30px;
  }

  .cf-nav-4-links-left-container {
    width: auto;
    margin-right: 0;
  }

  .cf-nav-4-links-container {
    flex-direction: column;
    margin-top: 500px;
    margin-left: 0;
  }

  .cf-close-text {
    display: none;
  }

  .cf-close-contain {
    width: 16px;
    height: 16px;
    margin-right: 0;
  }

  .cf-close-button {
    padding: 16px;
    top: 40px;
    right: 20px;
  }

  .cf-brand-logo-nav-menu {
    width: 50%;
    padding-left: 0;
    display: none;
    position: absolute;
    top: auto;
    bottom: -15px;
    left: 75px;
    right: 0%;
  }

  .cf-menu-navigation-wrap {
    opacity: 0;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 30px;
    display: none;
  }

  .cf-brand-logo-4 {
    width: 50%;
    padding-left: 0;
  }

  .cf-navigation-4-container {
    width: 100%;
    max-width: none;
  }

  .waves---heading-3-no-margins {
    font-size: 22px;
  }

  .waves-grid-features-1 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

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

  .waves-master-cta-2 {
    padding: 64px 16px;
  }

  .waves-bottom-right-footer-1 {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .waves-top-right-footer-1 {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .fh-section-image-wrapper-first {
    height: 220px;
  }

  .fn-button-secondery, .fn-button, .fn-button-wrapper-2 {
    width: 100%;
  }

  .waves---heading-3-no-margins-2 {
    font-size: 22px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 34px;
  }

  .fn-cookie-color-second {
    width: 100%;
    border-radius: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .fs-cc-prefs2_close {
    padding: 8px;
  }

  .fs-cc-prefs2_label {
    font-size: 14px;
  }

  .fs-cc-banner2_component {
    width: 100%;
  }

  .fs-cc-prefs2_title {
    font-size: 18px;
  }

  .fs-cc-prefs2_button.fs-cc-button-alt {
    margin-bottom: 8px;
  }

  .fs-cc-prefs2_content {
    padding: 24px;
  }

  .fs-cc-prefs2_submit {
    margin-top: 8px;
  }

  .fs-cc-prefs2_component {
    padding: 24px;
  }

  .bg-circle._2 {
    background-color: #4353ff;
  }

  .bg-circle._3 {
    background-color: #3fa1f7;
  }

  .bg-circle._4 {
    background-color: #20c788;
  }

  .bg-circle._5 {
    background-color: #ffab9d;
  }

  .bg-circle._6 {
    background-color: #ff6382;
  }

  .cf-growth-heading-32px {
    font-size: 28px;
  }

  .cf-growth-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cf-growth-wrapper.large {
    background-position: 8px 25px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cf-growth-para-text-20px {
    font-size: 16px;
  }

  .cf-growth-h2-heading-56px {
    font-size: 40px;
  }

  .cf-wrapper-1160 {
    width: 90%;
  }

  .cf-wrapper-1160.growth-flex {
    padding-top: 0;
  }
}

#w-node-_440f9aa6-5ffa-1e50-1b5f-dc216c718b02-a3c029ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_440f9aa6-5ffa-1e50-1b5f-dc216c718b0b-a3c029ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: center;
}

#w-node-d79cc1db-cf9a-d068-cb4c-1a6cb62c0fb7-a3c029ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02e1e511-dec2-c29b-f1fa-95a4e91775cd-a3c029ec {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  display: none;
}

#w-node-a8c45fa0-ba79-21cd-0292-628e5ed0ae47-a3c029ec, #w-node-e225a625-9d42-3343-5e1b-a9be21e8e10c-a3c029ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44b9d8ae-5125-3292-988c-6523e4f492f2-a3c029ec {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_44b9d8ae-5125-3292-988c-6523e4f4930e-a3c029ec {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
  justify-self: end;
}

#w-node-_07a02f7e-927a-0800-0419-063422dbd72a-a3c029ec, #w-node-_07a02f7e-927a-0800-0419-063422dbd731-a3c029ec, #w-node-_07a02f7e-927a-0800-0419-063422dbd738-a3c029ec, #w-node-_07a02f7e-927a-0800-0419-063422dbd73f-a3c029ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1623d046-bf26-95a1-c518-adffe32f5c28-a3c029ec {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fbeb0d1f-98ba-e11a-5721-e780fda9d02f-a3c029ec, #w-node-fbeb0d1f-98ba-e11a-5721-e780fda9d036-a3c029ec, #w-node-fbeb0d1f-98ba-e11a-5721-e780fda9d03d-a3c029ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8cb5a222-4fbf-79e5-672a-769bc6323d22-7b71ed31 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_8cb5a222-4fbf-79e5-672a-769bc6323d2b-7b71ed31 {
  grid-area: 2 / 4 / 3 / 10;
}

@media screen and (max-width: 991px) {
  #w-node-_44b9d8ae-5125-3292-988c-6523e4f492f2-a3c029ec {
    grid-column: span 4 / span 4;
  }

  #w-node-_44b9d8ae-5125-3292-988c-6523e4f4930e-a3c029ec {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_8cb5a222-4fbf-79e5-672a-769bc6323d22-7b71ed31 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_8cb5a222-4fbf-79e5-672a-769bc6323d2b-7b71ed31 {
    grid-area: 2 / 2 / 3 / 8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1623d046-bf26-95a1-c518-adffe32f5c28-a3c029ec {
    grid-column: span 1 / span 1;
  }

  #w-node-_8cb5a222-4fbf-79e5-672a-769bc6323d22-7b71ed31, #w-node-_8cb5a222-4fbf-79e5-672a-769bc6323d2b-7b71ed31 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}


