<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --white: white;
  --black: black;
}

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

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

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

body {
  color: #fff;
  background-color: #0a141c;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.header {
  z-index: 80;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: rgba(7, 7, 7, .75);
  border-bottom: 1px solid #272e35;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.header_inner {
  justify-content: space-between;
  align-items: center;
  height: 80px;
  display: flex;
}

.header_links_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.header_link_item {
  color: #fff;
  border-top: 2px solid rgba(0, 0, 0, 0);
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  transition: border .3s;
  display: flex;
}

.header_link_item:hover {
  border-bottom: 2px solid #146ef6;
}

.header_button {
  color: #fff;
  background-color: #272e35;
  border-top: 1px solid #555f6d;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-left: 24px;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.header_button:hover {
  background-color: #353e47;
}

.firstscreen {
  position: relative;
}

.firstcreen_wrapper {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.firstscreen_content {
  padding-top: 56px;
}

.h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Jost, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
}

.firstscreen_text {
  max-width: 372px;
  margin-bottom: 40px;
}

.primary_btn {
  color: #fff;
  background-color: #146ef6;
  border-radius: 12px;
  align-items: center;
  padding: 18px 108px;
  text-decoration: none;
  transition: background-color .2s;
  box-shadow: inset 0 6px 12px rgba(255, 255, 255, .12), inset 0 1px 1px rgba(255, 255, 255, .2), 0 1px 2px rgba(8, 8, 8, .2), 0 4px 4px rgba(8, 8, 8, .08);
}

.primary_btn:hover {
  background-color: #1058c4;
}

.primary_btn.is-48 {
  width: 100%;
  margin-top: 20px;
  padding: 8px 0;
}

.threejs {
  width: 460px;
  height: 528px;
}

.firstcreen_metrics {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 56px;
  display: flex;
}

.firstscreen_metrics_item {
  min-width: 204px;
}

.metrics_heading {
  font-family: Jost, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
  display: inline-block;
}

.metrics_desc {
  color: #cfd6dd;
  margin-top: 4px;
  font-size: 14px;
  line-height: 24px;
  display: block;
}

.firstscreen_blur {
  opacity: .19;
  filter: blur(120px);
  background-color: #146ef6;
  border-radius: 100%;
  width: 500px;
  height: 500px;
  position: absolute;
  top: auto;
  bottom: 14%;
  left: 0%;
  right: auto;
}

.logo_img {
  height: 36px;
}

.mision {
  padding: 80px;
  border-top: 1px solid #2d2d2d;
}

.mision_wrapper {
  display: flex;
  flex-direction: row;
  gap: 0px;

  justify-content: left;
  align-items: center;
}

.mision_subheading {
  color: #9ea8b3;
}

.mision_heading {
  font-size: 24px;
  line-height: 38px;
  max-width: 65%;
  margin-top: 0px;
}

.values {
  padding-bottom: 56px;
}

.values_subheading {
  color: #9ea8b3;
  text-align: center;
  margin-bottom: 32px;
  margin-top: 32px;
}

.values_cylinder {
  position: relative;
  width: 100%;
  height: 200px;
  transform-style: preserve-3d;
  perspective: 2500px;
}

.values_word {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateZ(0);
  transform-style: preserve-3d;
  color: #313131;
  font-size: 2rem;
  font-weight: bold;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.values_word.active {
  color: white;
  font-weight: bold;
}

.mision_image {
  max-width: 320px;
}

.partners {
  background-color: #0a141c;
  border-radius: 36px;
  padding-top: 56px;
  position: relative;
  overflow: hidden;
}

.body {
  background-color: #070707;
}

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

.h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.partners_animation_container {
  justify-content: center;
  align-items: flex-start;
  width: 880px;
  height: 440px;
  margin-top: 120px;
  display: flex;
  position: relative;
}

.partners_orbit {
  width: 880px;
  height: 440px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.partners_logo_1 {
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 1%;
  bottom: auto;
  left: 19%;
  right: auto;
}

.partners_logo_1.is--double {
  top: auto;
  bottom: -6%;
  left: auto;
  right: 29%;
}

.partners_logo_1_inner {
  background-color: #1ab020;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.partners_logo_vivus {
  margin-right: 4px;
}

.partners_logo_1_wrapper {
  border: 1px solid #1ab020;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 92px;
  height: 92px;
  display: flex;
  box-shadow: 0 0 15px 5px rgba(26, 176, 32, .3);
}

.partner_name {
  margin-top: 6px;
}

.partners_logo_2 {
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 6%;
  bottom: auto;
  left: auto;
  right: 13%;
}

.partners_logo_2.is--double {
  top: auto;
  bottom: 13%;
  left: 4%;
  right: auto;
}

.partners_logo_2_wrapper {
  border: 1px solid #9edc15;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 92px;
  height: 92px;
  display: flex;
  box-shadow: 0 0 15px 5px rgba(158, 220, 21, .3);
}

.partners_logo_2_inner {
  background-color: #9edc15;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.partners_logo_3 {
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 21%;
  bottom: auto;
  left: 28%;
  right: auto;
}

.partners_logo_3.is--double {
  top: auto;
  bottom: 24%;
  left: auto;
  right: 20%;
}

.partners_logo_3_wrapper {
  border: 1px solid #ec0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 92px;
  height: 92px;
  display: flex;
  box-shadow: 0 0 15px 5px rgba(236, 0, 0, .3);
}

.partners_logo_3_inner {
  background-color: #ec0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.partners_logo_4 {
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 29%;
  bottom: auto;
  left: -3%;
  right: auto;
}

.partners_logo_4.is--double {
  top: auto;
  bottom: 41%;
  left: auto;
  right: -5%;
}

.partners_logo_4_wrapper {
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 92px;
  height: 92px;
  display: flex;
  box-shadow: 0 0 15px 5px rgba(255, 255, 255, .3);
}

.partners_logo_4_inner {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.partners_logo_5 {
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: auto;
  right: 40%;
}

.partners_logo_5.is--double {
  top: auto;
  bottom: 3%;
  left: auto;
  right: 56%;
}

.partners_logo_5_inner {
  background-color: #0b1e7e;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.partners_logo_5_wrapper {
  border: 1px solid #0b1e7e;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 92px;
  height: 92px;
  display: flex;
  box-shadow: 0 0 15px 5px rgba(11, 30, 126, .3);
}

.partners_logo_6 {
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 53%;
  right: 29%;
}

.partners_logo_6.is-double {
  top: auto;
  bottom: 29%;
  left: 29%;
  right: auto;
}

.partners_logo_6_wrapper {
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 92px;
  height: 92px;
  display: flex;
  box-shadow: 0 0 15px 5px rgba(255, 255, 255, .3);
}

.partners_logo_6_inner {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.partners_logo_7 {
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 9%;
  right: 7%;
}

.partners_logo_7_wrapper {
  border: 1px solid #3a913f;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 92px;
  height: 92px;
  display: flex;
  box-shadow: 0 0 15px 5px rgba(58, 145, 63, .3);
}

.partners_logo_7_inner {
  background-color: #3a913f;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.orbit_rotate {
  width: 880px;
  height: 880px;
  position: relative;
}

.partners_logo_8 {
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: auto;
  right: 40%;
}

.partners_logo_8.is--tripple {
  top: 39%;
  bottom: auto;
  left: 15%;
  right: auto;
}

.partners_logo_8_wrapper {
  border: 1px solid #fe666f;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 92px;
  height: 92px;
  display: flex;
  box-shadow: 0 0 15px 5px rgba(254, 102, 111, .3);
}

.partners_logo_8_inner {
  background-color: #fe666f;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.partners_gradient {
  background-image: linear-gradient(rgba(0, 0, 0, 0), #0a141c);
  height: 80px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.process {
  padding-top: 40px;
  padding-bottom: 56px;
}

.proceso_info_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 56px;
  display: flex;
}

.proceso_source_item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #1b242c;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 180px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  position: relative;
  box-shadow: 0 17px 20px rgba(0, 0, 0, .3);
}

.source_item_icon {
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

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

.proceso_source_item_large {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #1b242c;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 208px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  position: relative;
  box-shadow: 0 17px 20px rgba(0, 0, 0, .3);
}

.source_item_icon_accent {
  background-color: #146ef6;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.proceso_flow_3 {
  background-image: url('../images/flow_3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 462px;
  height: 218px;
  display: flex;
}

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

.flow_3_text_heading {
  font-weight: 500;
}

.flow_3_text {
  text-align: center;
  width: 178px;
  margin-top: 8px;
  margin-bottom: 40px;
  font-size: 12px;
  line-height: 20px;
}

.header_mobile {
  display: none;
}

.cta-button {
  color: #fff;
  background-color: #272e35;
  border-top: 1px solid #555f6d;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-left: 24px;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.cta-button:hover {
  background-color: #353e47;
}

.competencias {
  padding-top: 56px;
  padding-bottom: 56px;
}

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

.comp_card_item {
  z-index: 3;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  background-color: #070707;
  border: 1px solid #272e35;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 25%;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card_item_icon.is--bt {
  margin-top: 12px;
}

.comp_card_content {
  z-index: 3;
  width: 100%;
  position: relative;
}

.comp_card_heading {
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.comp_card_text {
  color: rgba(255, 255, 255, .64);
  font-size: 14px;
  line-height: 24px;
}

.comp_card_tags {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.card_tag_item {
  background-color: #303a4d;
  border-radius: 4px;
  padding: 2px 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: inline-block;
}

.card_gradient {
  filter: blur(80px);
  background-color: rgba(20, 110, 246, .25);
  border-radius: 999px;
  width: 228px;
  height: 228px;
  position: absolute;
  top: auto;
  bottom: -11%;
  left: auto;
  right: -15%;
}

.card_gradient_1 {
  filter: blur(80px);
  background-color: rgba(20, 110, 246, .25);
  border-radius: 999px;
  width: 228px;
  height: 228px;
  position: absolute;
  top: -15%;
  bottom: auto;
  left: -19%;
  right: auto;
}

.card_gradient_2 {
  filter: blur(80px);
  background-color: rgba(20, 110, 246, .25);
  border-radius: 999px;
  width: 228px;
  height: 228px;
  position: absolute;
  top: auto;
  bottom: -13%;
  left: -20%;
  right: auto;
}

.card_gradient_3 {
  filter: blur(80px);
  background-color: rgba(20, 110, 246, .25);
  border-radius: 999px;
  width: 228px;
  height: 228px;
  position: absolute;
  top: -17%;
  bottom: auto;
  left: auto;
  right: -27%;
}

.comp_bg_blur {
  z-index: 2;
  filter: blur(60px);
  background-color: rgba(255, 255, 255, .12);
  width: 70%;
  height: 60%;
  position: absolute;
  top: 20%;
}

.close_wrapper {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.modal {
  z-index: 999;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal_inner {
  z-index: 9999;
  background-color: #272e35;
  border-radius: 12px;
  width: 360px;
  padding: 12px 16px;
  position: relative;
}

.modal_caption {
  color: rgba(255, 255, 255, .64);
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 28px;
}

.close_button {
  cursor: pointer;
  background-color: #555f6d;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.close_icon {
  width: 20px;
  height: 20px;
}

.modal_email {
  display: inline-flex;
}

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

.copy_element {
  cursor: pointer;
  background-image: url('../images/20-copy.svg');
  background-position: 0 0;
  background-size: auto;
  width: 20px;
  height: 20px;
}

.copy_active {
  color: rgba(255, 255, 255, .64);
  margin-left: -4px;
  font-size: 12px;
  line-height: 20px;
  display: none;
}

.close_menu_wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.loader {
  z-index: 9999;
  background-color: #070707;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.loader_wrapper {
  padding-bottom: 56px;
}

.logo_loader {
  height: 48px;
}

.loader_parent {
  background-color: #1b242c;
  border-radius: 8px;
  width: 100%;
  height: 4px;
  margin-top: 32px;
}

.loader_child {
  background-image: linear-gradient(90deg, #146ef6 80%, #fff);
  border-radius: 8px;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 11px 3px rgba(20, 110, 246, .6);
}

.cta_banner {
  padding-top: 32px;
  padding-bottom: 56px;
}

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

.cta_banner_item {
  background-color: #0a141c;
  border-top: 1px solid #272e35;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 920px;
  padding-top: 24px;
  padding-bottom: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h3 {
  text-align: center;
  margin-top: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
}

.banner_text {
  color: #9ea8b3;
  margin-bottom: 32px;
  font-weight: 500;
}

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

.footer {
  border-top: 1px solid #272e35;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.footer_logo {
  height: 56px;
  margin-bottom: 24px;
}

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

.footer_link {
  color: #fff;
  text-decoration: none;
}

.footer_link:hover {
  text-decoration: underline;
}

.social_link {
  margin-top: 24px;
}

.linkedin_icon {
  opacity: .3;
  transition: opacity .2s;
}

.linkedin_icon:hover {
  opacity: .6;
}

.footer_copy {
  color: rgba(255, 255, 255, .48);
  margin-top: 32px;
  font-size: 12px;
  line-height: 20px;
}

.banner_blur_2 {
  opacity: .25;
  filter: blur(50px);
  background-color: #146ef6;
  border-radius: 999px;
  width: 215px;
  height: 215px;
  position: absolute;
  bottom: -34%;
}

.close_modal {
  cursor: pointer;
  background-color: #555f6d;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.modal_background {
  z-index: 999;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: rgba(0, 0, 0, .7);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.input_caption {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: inline-flex;
}

.form_input {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #cfd6dd;
  border-radius: 8px;
  height: 40px;
  margin-bottom: 12px;
  transition: border .2s;
}

.form_input:focus {
  border-color: #2a7cf7;
}

.form_heading {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
}

.form_textarea {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #cfd6dd;
  border-radius: 8px;
  margin-bottom: 12px;
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: 1200px;
  }

  .h1 {
    width: 110%;
    font-size: 48px;
    line-height: 64px;
  }

  .firstscreen_text {
    max-width: 374px;
  }

  .threejs {
    width: 680px;
  }

  .competencias_wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media screen and (max-width: 991px) {
  .firstscreen {
    padding-top: 108px;
    padding-bottom: 40px;
  }

  .firstcreen_wrapper {
    flex-flow: column;
    height: auto;
  }

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

  .firstscreen_threejs {
    order: -1;
  }

  .h1 {
    text-align: center;
    font-size: 40px;
    line-height: 56px;
  }

  .firstscreen_text {
    max-width: 488px;
  }

  .threejs {
    height: 264px;
  }

  .firstcreen_metrics {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .firstscreen_metrics_item {
    min-width: auto;
  }

  .mision {
    padding: 56px 0px;
  }

  .mision_wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .mision_heading {
    min-width: 100%;
  }

  .metrics_heading {
    font-size: 24px;
    line-height: 36px;
  }

  .metrics_desc {
    font-size: 12px;
    line-height: 20px;
  }

  .competencias {
    overflow: hidden;
  }

  .competencias_wrapper {
    flex-flow: wrap;
  }

  .comp_card_item {
    width: 308px;
  }

  .cta_banner_item {
    width: 100%;
  }
}

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

  .values_word {
    font-size: 1.6rem;
  }

  .mision {
    padding: 32px 0px;
  }
  
  .mision_wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  
  
  .mision_heading {
    font-size: 20px;
    line-height: 32px;
    margin-top: 0px;
    min-width: 100%;
  }
  
  .mision_image {
    width: 70%;
  }

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

  .header_button {
    opacity: 0;
    width: 100%;
    margin-top: 24px;
    margin-left: 0;
    transition: transform .5s, opacity .5s, background-color .2s;
    transform: translate(0, 20px);
  }

  .firstscreen {
    padding-top: 56px;
    padding-bottom: 56px;
    overflow: hidden;
  }

  .firstcreen_wrapper {
    flex-flow: column;
    height: auto;
  }

  .firstscreen_content {
    padding-top: 10px;
  }

  .firstscreen_threejs {
    order: -1;
    width: 100vw;
  }

  .h1 {
    text-align: center;
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 44px;
  }

  .firstscreen_text {
    text-align: center;
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
  }

  .primary_btn {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 48px;
    padding: 0;
    display: flex;
  }

  .primary_btn_value {
    display: inline-block;
  }

  .threejs {
    width: 100%;
    height: 264px;
  }

  .firstcreen_metrics {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
  }

  .firstscreen_metrics_item {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-width: 180px;
    max-width: 210px;
    display: flex;
  }

  .metrics_heading {
    font-size: 24px;
    line-height: 36px;
  }

  .metrics_desc {
    margin-top: 0;
    font-size: 12px;
    line-height: 24px;
  }

  .firstscreen_blur {
    opacity: .23;
  }

  .partners {
    border-radius: 16px;
    padding-top: 40px;
    overflow: hidden;
  }

  .h2 {
    font-size: 24px;
  }

  .partners_animation_container {
    margin-top: 24px;
    margin-bottom: -56px;
    transform: scale(.8);
  }

  .process {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .proceso_info_wrapper {
    margin-top: 24px;
  }

  .proceso_source_item {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 31vw;
  }

  .source_item_icon {
    width: 32px;
    height: 32px;
  }

  .item_icon_image {
    height: 16px;
  }

  .source_item_text {
    font-size: 14px;
    line-height: 24px;
  }

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

  .source_item_icon_accent {
    width: 32px;
    height: 32px;
  }

  .proceso_flow_3 {
    background-position: 50% 0;
    background-size: contain;
    width: 90%;
  }

  .flow_3_text {
    margin-bottom: 64px;
  }

  .header_mobile {
    z-index: 90;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background-color: rgba(7, 7, 7, .75);
    border-bottom: 1px solid #272e35;
    justify-content: space-between;
    align-items: center;
    padding-left: 16px;
    padding-right: 0;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .navlogo_mobile {
    height: 32px;
  }

  .menu {
    z-index: 40;
    background-color: #000;
    height: 100vh;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .menu_links_wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .menu-item {
    opacity: 0;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    text-decoration: none;
    transition: transform .5s, opacity .5s;
    transform: translate(0, 20px);
  }

  .menu-item.link_socios, .menu-item.link_process, .menu-item.link_comp {
    opacity: 1;
    padding-top: 8px;
    padding-bottom: 8px;
    transform: none;
  }

  .cta-button {
    width: 100%;
    margin-top: 24px;
    margin-left: 0;
    transition-property: none;
  }

  .competencias {
    padding-top: 40px;
  }

  .comp_card_item {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    width: 100%;
  }

  .card_item_icon {
    height: 96px;
  }

  .card_item_icon.is--bt {
    height: 80px;
  }

  .burger {
    cursor: pointer;
    height: 64px;
    padding: 16px;
  }

  .close_wrapper {
    justify-content: flex-end;
    align-items: center;
    padding: 0 0 0 16px;
    display: flex;
  }

  .close_btn {
    padding: 8px;
  }

  .modal {
    z-index: 999;
    height: 100vh;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .modal_inner {
    width: 100%;
    margin-left: 16px;
    margin-right: 16px;
  }

  .close_menu_wrapper {
    justify-content: space-between;
    align-items: center;
    padding: 12px 8px 0 16px;
    display: flex;
  }

  .cta_banner {
    padding-top: 0;
  }

  .cta_banner_item {
    border-radius: 20px;
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .h3 {
    font-size: 24px;
    line-height: 36px;
  }

  .banner_text {
    text-align: center;
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 28px;
  }

  .footer_wrapper {
    flex-flow: column;
  }

  .footer_links_wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
  }

  .footer_link {
    font-size: 14px;
  }

  .social_link {
    margin-top: 20px;
  }

  .footer_copy {
    text-align: center;
    margin-top: 24px;
  }

  .banner_blur_2 {
    opacity: .38;
    width: 180px;
    height: 180px;
    bottom: -30%;
  }
}

#w-node-b1caa457-1df0-638d-e645-f231949dfc08-6c57222c {
  grid-area: 1 / 1 / 2 / 2;
}</pre></body></html>