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

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

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

@font-face {
  font-family: Raleway ;
  src: url('../fonts/Raleway-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --_antares---subtitulos: "Muller Bold", Arial, sans-serif;
  --_antares---verde: #c7d300;
  --_antares---gris-azul: #596b88;
  --_antares---fondo-footer: #f7f7f7;
  --_antares---frases: "Muller Medium", Arial, sans-serif;
  --_antares---azul-antares: #1f4668;
  --_antares---parrafos: Raleway, Arial, sans-serif;
  --_antares---fondo-mision: #0189a8;
  --_antares---azul-obscuro: #14305e;
  --_antares---titulos: Revolution, Arial, sans-serif;
}

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

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

h2 {
  font-family: var(--_antares---subtitulos);
  color: var(--_antares---verde);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  display: flex;
}

.section {
  margin-top: 100px;
  margin-bottom: 21px;
}

.body {
  object-fit: fill;
  overflow: hidden;
}

.heading {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  line-height: 70px;
}

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

.navbar-logo-center-container.shadow-three {
  background-color: #fff;
  width: 100%;
  max-width: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

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

.navbar-brand-three {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  overflow: visible;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-logo-center-container-abajo.shadow-three {
  background-color: #1f4668;
  width: 100%;
  max-width: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image {
  vertical-align: middle;
  max-width: 70%;
  display: block;
}

.paragraph {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 40px;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px 15px;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  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: #1a1b1fbf;
}

.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 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

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

.footer-dark-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding: 0 30px 15px;
  display: block;
  position: static;
}

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

.heading-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
}

.navar {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.image-logo {
  max-width: 60%;
  display: block;
}

.cont-nav-section {
  background-color: #c7d300;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
}

.nav-wrapper-image {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100px;
  display: flex;
}

.paragraph-3 {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  display: none;
}

.link-block {
  display: block;
}

.container-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
}

.image-3 {
  max-width: 10%;
  margin-bottom: 19px;
}

.section-3 {
  margin-bottom: 0;
}

.section-4 {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#00133e69, #00133e69), url('../images/Diseño-web-fondo-04.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-clip: content-box;
  margin-top: -100px;
  margin-left: auto;
  margin-right: auto;
}

.nav-link-contacto {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-link-contacto.w--current {
  text-decoration: none;
}

.navar-text {
  color: #fff;
  margin-top: 10px;
  text-decoration: none;
}

.cont-wrapper {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-link-inicio {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-link-inicio.w--current {
  text-decoration: none;
}

.nav-link-nosotros {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-link-nosotros.w--current {
  text-decoration: none;
}

.footer-wrapper-imagen-frase {
  margin-top: 40px;
  margin-bottom: 0;
}

.paragraph-4 {
  color: var(--_antares---gris-azul);
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}

.footer-wrapper-image {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 90px;
  display: flex;
}

.footer-image-logo {
  width: 150px;
  max-width: 100%;
  display: block;
}

.footer-gird-sitios {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
}

.footer-gird-wrapper {
  grid-column-gap: 49px;
  grid-row-gap: 49px;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.section-5 {
  background-color: var(--_antares---fondo-footer);
  border-radius: 3px;
}

.copyright-text {
  color: var(--_antares---gris-azul);
  text-align: center;
  margin-top: 20px;
}

.footer-wrapper-general {
  background-color: var(--_antares---fondo-footer);
}

.paragraph-6 {
  border-bottom: 3px solid var(--_antares---gris-azul);
  color: var(--_antares---gris-azul);
  text-transform: uppercase;
  border-radius: 0;
  font-weight: 700;
}

.paragraph-7 {
  border-bottom: 3px solid var(--_antares---gris-azul);
  color: var(--_antares---gris-azul);
  font-weight: 700;
}

.paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13, .paragraph-14, .paragraph-15, .paragraph-16, .paragraph-17, .paragraph-18, .paragraph-19 {
  color: var(--_antares---gris-azul);
}

.footer-link-servicios, .footer-link-inicio, .footer-link-privacidad, .footer-link-cookies, .footer-link-contacto, .footer-link-nosotros {
  text-decoration: none;
}

.footer-gird-contacto {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
}

.banner-video {
  background-image: linear-gradient(#14305e80, #14305e80);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.banner-gird {
  grid-column-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.heading-3 {
  text-transform: uppercase;
  font-size: 50px;
  line-height: 55px;
}

.banner-wrapper {
  justify-content: space-between;
  align-items: center;
  display: block;
}

.paragraph-20 {
  font-family: var(--_antares---frases);
  color: var(--_antares---azul-antares);
  margin-top: 20px;
  line-height: 25px;
}

.paragraph-21 {
  font-family: var(--_antares---parrafos);
  color: var(--_antares---azul-antares);
  margin-top: 0;
  line-height: 25px;
}

.heading-4 {
  color: var(--_antares---verde);
  letter-spacing: 3px;
}

.heading-5 {
  letter-spacing: 5px;
}

.quienesomos-text-2-wrapper {
  margin-top: 20px;
  margin-left: 40px;
  margin-right: 0;
}

.quienesomos-section {
  margin-top: 60px;
  margin-bottom: 60px;
}

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

.quienesomos-text-wrapper {
  margin-right: 40px;
}

.quienesomos-foto-2 {
  margin-top: 20px;
}

.misionvision-gird {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.heading-6 {
  font-family: var(--_antares---subtitulos);
  color: var(--_antares---fondo-footer);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
}

.mision-background {
  background-color: var(--_antares---fondo-mision);
  border-radius: 25px;
  width: 290px;
  height: 240px;
}

.paragraph-22 {
  color: var(--_antares---fondo-footer);
  margin-bottom: 0;
}

.mision-text-wrapper {
  margin: 30px;
}

.vision-background {
  background-color: var(--_antares---verde);
  border-radius: 25px;
  width: 290px;
  height: 240px;
}

.misionvision-text-wrapper-copy {
  margin: 30px;
}

.valores-gird {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr .5fr 1fr;
  margin-top: 20px;
  margin-bottom: 100px;
}

.paragraph-23 {
  color: var(--_antares---fondo-footer);
  text-align: center;
  margin-bottom: 0;
}

.respeto-wrapper {
  border-right: 3px solid var(--_antares---fondo-footer);
  border-bottom: 3px solid var(--_antares---fondo-footer);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 315px;
  height: 350px;
  padding: 20px;
  display: flex;
}

.valores-section {
  background-image: url('../images/fondo-valores-cirulos.png'), url('../images/fondo-valores-degradado-azul.png');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: fixed, scroll;
}

.heading-7 {
  color: var(--_antares---fondo-footer);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
}

.contribucion-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right: 3px solid var(--_antares---fondo-footer);
  border-bottom: 3px solid var(--_antares---fondo-footer);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 315px;
  height: 350px;
  padding: 20px;
  display: flex;
}

.honestidad-wrapper {
  border-right: 3px none var(--_antares---fondo-footer);
  border-bottom: 3px solid var(--_antares---fondo-footer);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 315px;
  height: 350px;
  padding: 20px;
  display: flex;
}

.innovacion-wrapper {
  border-right: 3px solid var(--_antares---fondo-footer);
  border-bottom: 3px none var(--_antares---fondo-footer);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 315px;
  padding: 20px;
  display: flex;
}

.compromiso-wrapper {
  border-right: 3px solid var(--_antares---fondo-footer);
  border-bottom: 3px none var(--_antares---fondo-footer);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 315px;
  height: 350px;
  padding: 20px;
  display: flex;
}

.etica-wrapper {
  border: 1px #000;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 315px;
  height: 350px;
  padding: 20px;
  display: flex;
}

.image-4 {
  max-width: 50%;
  display: block;
}

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

.grid {
  grid-template-rows: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.paragraph-24 {
  color: var(--_antares---azul-antares);
  margin-bottom: 0;
}

.div-block {
  margin-left: 20px;
  padding-right: 70px;
}

.equipo-section {
  margin-top: 60px;
  margin-bottom: 60px;
}

.loquehacemos-gird {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
}

.consultoria-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.loquehacemos-section {
  background-color: #0000;
  background-image: linear-gradient(#ceeeff 47%, #fff);
}

.consultoria-text-wapper {
  background-color: var(--_antares---fondo-footer);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  height: 210px;
  padding-left: 40px;
  padding-right: 100px;
}

.heading-8 {
  color: var(--_antares---verde);
  text-transform: uppercase;
  margin-top: 30px;
}

.heading-9 {
  letter-spacing: 5px;
}

.heading-10 {
  color: var(--_antares---fondo-footer);
  text-align: center;
  text-transform: uppercase;
  border-bottom: 2px #fff;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-bottom: 20px;
  font-size: 65px;
}

.paragraph-25 {
  color: var(--_antares---azul-antares);
}

.imagen-consultoria {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  height: 210px;
}

.integracion-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.integracion-text-wapper {
  background-color: var(--_antares---fondo-footer);
  border-radius: 30px 0 0 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 210px;
  padding-left: 40px;
  padding-right: 100px;
  display: block;
}

.h2-loquehacemos {
  color: var(--_antares---azul-antares);
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  border-bottom: 3px #fff;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

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

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

.accordeon {
  border: 2px none var(--_antares---verde);
  cursor: pointer;
  background-color: #efefef;
  border-radius: 30px;
  margin: 20px 0 10px;
}

.accordeon-header {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 10px 10px 10px 20px;
  display: flex;
}

.accordeon-pannel {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  overflow: visible;
}

.heading-11 {
  color: var(--_antares---fondo-mision);
  text-transform: uppercase;
  justify-content: space-between;
  margin-top: 10px;
  display: flex;
}

.code-embed {
  color: var(--_antares---fondo-mision);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.container-productos {
  display: none;
}

.paralax-slider-productos {
  box-sizing: border-box;
  object-fit: fill;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
  display: block;
}

.container-paralax-productos {
  display: flex;
}

.paralax-productos-section {
  overflow: clip;
}

.paralax-slide {
  margin-right: 40px;
}

.paralax-slider-button {
  border: 4px none var(--_antares---fondo-footer);
  border-radius: 40px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.paralax-slider-button.paralax-left-button {
  border-style: none;
  width: 60px;
}

.display-none {
  mix-blend-mode: soft-light;
  display: block;
  overflow: visible;
  transform: scale(.7);
}

.paralax-mask {
  width: 500px;
  height: auto;
  overflow: visible;
}

.ratio {
  padding-top: 220px;
  position: relative;
}

.image_cover {
  position: absolute;
  inset: 0%;
}

.ratio-166 {
  padding-top: 166%;
}

.ratio-200 {
  border-radius: 20px;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cover-image {
  max-height: Infinity% ;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.paralax-card-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  height: auto;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: 0;
}

.heading-12 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-26 {
  color: #fff;
}

.titulo-productos {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}

.subtitulo-productos {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.paralax-image-wrapper {
  position: absolute;
  inset: 0%;
}

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

.icon {
  margin: 10px;
  padding: 0;
}

.paralax-text-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.productos-paralax-section {
  margin-top: 60px;
  margin-bottom: 60px;
}

.proposito-text-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 100px 40px;
  display: flex;
}

.paragraph-27 {
  color: #fff;
  text-align: center;
  margin-left: 100px;
  margin-right: 100px;
  padding-left: 0;
}

.proposito-section {
  background-image: linear-gradient(#14305ed1, #14305ed1), url('../images/banner-de-propositos.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.heading-13 {
  color: #fff;
  margin-top: 40px;
}

.image-5 {
  max-width: 20%;
}

.div-block-2 {
  object-fit: fill;
  background-color: #4056a4a3;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  overflow: visible;
}

.heading-14 {
  color: #fff;
}

.cell-2 {
  flex-flow: row;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.quick-stack {
  overflow: clip;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.gallery-text-hover-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #38419b8a;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
  position: static;
}

.heading-15 {
  color: #fff;
  text-align: center;
}

.gallery-photo1 {
  background-image: url('../images/GALLERY-PHOTOS-02.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: auto;
  height: auto;
  overflow: hidden;
}

.paragraph-28 {
  color: #fff;
  text-align: center;
}

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

.photo-gallery-gird1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template: ". Photo-2"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  display: grid;
}

.gallery-hover-section {
  margin-top: 60px;
  margin-bottom: 60px;
}

.gallery-photo2 {
  background-image: url('../images/GALLERY-PHOTOS-03.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: auto;
  height: auto;
  overflow: hidden;
}

.gallery-photo3 {
  background-image: url('../images/GALLERY-PHOTOS-04.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: auto;
  height: auto;
  overflow: hidden;
}

.gallery-photo4 {
  background-image: url('../images/Foto-quienes-somos2.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: auto;
  height: auto;
  margin-top: 10px;
  overflow: hidden;
}

.gallery-photo5 {
  background-image: url('../images/GALLERY-PHOTOS-05.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: auto;
  height: auto;
  overflow: hidden;
}

.gallery-photo6 {
  background-image: url('../images/GALLERY-PHOTOS-06.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: auto;
  height: auto;
  overflow: hidden;
}

.gallery-photo7 {
  background-image: url('../images/GALLERY-PHOTOS-07.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: auto;
  height: auto;
  overflow: hidden;
}

.gallery-photo8 {
  background-image: url('../images/GALLERY-PHOTOS-08.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: auto;
  height: auto;
  overflow: hidden;
}

.gallery-photo9 {
  background-image: url('../images/Foto-quienes-somos2.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: auto;
  height: auto;
  overflow: hidden;
}

.gallery-gird-in1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.photo-gallery-gird2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template: "Area Area"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 200px;
  margin-top: 10px;
  display: grid;
}

.photo-gallery-last {
  margin-top: 10px;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: block;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #b97b7b;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 500px;
  display: grid;
  position: absolute;
}

.container-5 {
  background-color: #874d4d;
}

.div-block-6 {
  object-fit: cover;
  background-color: #c968d0;
}

.div-block-6-copy {
  background-color: #0000;
  padding: 10px 100px;
}

.container-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-29 {
  padding-left: 0;
  padding-right: 60px;
}

.form {
  flex-flow: column;
  margin-right: 100px;
  padding-top: 40px;
  display: flex;
}

.submit-button {
  background-color: var(--_antares---azul-antares);
  text-align: center;
  vertical-align: baseline;
  border-radius: 20px;
  margin-top: 10px;
}

.text-field, .text-field-2 {
  border-radius: 20px;
}

.image-6, .image-7, .image-8, .image-9, .image-10 {
  max-width: 50%;
}

.paragraph-30 {
  padding-top: 20px;
  padding-right: 140px;
}

.image-11 {
  border-radius: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 0;
}

.text-photo8 {
  color: #fff;
  text-align: center;
}

.gallery-text-hover-wrapper-photo8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #38419b8a;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px 220px;
  display: flex;
  position: static;
}

.section-7 {
  background-color: var(--_antares---fondo-footer);
}

.paragraph-31 {
  color: var(--_antares---azul-antares);
  text-align: center;
  margin-left: 140px;
  margin-right: 140px;
  padding-top: 10px;
}

.innovacion-wrapper-copy {
  border-right: 3px solid var(--_antares---fondo-footer);
  border-bottom: 3px none var(--_antares---fondo-footer);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 315px;
  height: 350px;
  padding: 20px;
  display: flex;
}

.imagen-consultoria-copy {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  height: 210px;
}

@media screen and (max-width: 991px) {
  .body {
    overflow: visible;
  }

  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

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

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .menu-button {
    padding: 12px;
  }

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

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

  .banner-gird {
    grid-template-columns: 1.5fr .5fr;
  }

  .quienesomos-text-2-wrapper {
    margin-left: 100px;
    margin-right: 100px;
  }

  .quienesomos-gird {
    grid-template-columns: 1fr;
  }

  .quienesomos-text-wrapper {
    margin-right: 100px;
    padding-left: 100px;
  }

  .misionvision-gird {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
  }

  .mision-background, .vision-background {
    margin-left: -20px;
  }

  .valores-gird {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
    margin-left: 60px;
    margin-right: 60px;
  }

  .respeto-wrapper {
    border: 1px #000;
    border-bottom: 2px solid #fff;
  }

  .contribucion-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top: 1px #000;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 1px #000;
  }

  .honestidad-wrapper {
    border: 1px #000;
    border-bottom: 2px solid #fff;
  }

  .innovacion-wrapper {
    border-top: 1px #000;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 1px #000;
  }

  .compromiso-wrapper {
    border: 1px #000;
    border-bottom-width: 2px;
  }

  .etica-wrapper {
    border-left: 2px solid #fff;
  }

  .consultoria-text-wapper {
    height: 250px;
    padding-right: 40px;
  }

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

  .heading-10 {
    font-size: 50px;
  }

  .imagen-consultoria {
    width: 310px;
    height: 250px;
  }

  .integracion-text-wapper {
    height: 250px;
    padding-right: 40px;
  }

  .paralax-text-wrapper {
    flex-flow: column;
  }

  .productos-text-wrapper {
    margin-left: 100px;
    margin-right: 100px;
  }

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

  .paragraph-31 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .div-block-8 {
    margin-left: 40px;
  }

  .innovacion-wrapper-copy {
    border-top: 1px #000;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 1px #000;
  }

  .heading-16 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

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

  .imagen-consultoria-copy {
    width: 310px;
    height: 250px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    overflow: hidden;
  }

  .heading {
    font-size: 40px;
    line-height: 45px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .paragraph {
    font-size: 13px;
    line-height: 15px;
  }

  .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: #1a1b1fbf;
  }

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

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

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

  .footer-dark-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-2 {
    line-height: 25px;
  }

  .image-3 {
    max-width: 15%;
  }

  .heading-3 {
    font-size: 40px;
    line-height: 45px;
  }

  .paragraph-21 {
    padding-left: 0;
  }

  .heading-5 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .quienesomos-text-2-wrapper {
    margin-left: 40px;
    margin-right: 40px;
  }

  .quienesomos-text-wrapper {
    margin-right: 40px;
    padding-left: 40px;
  }

  .quienesomos-foto-1 {
    height: 500px;
  }

  .quienesomos-foto-2 {
    width: 500px;
    height: auto;
  }

  .mision-background, .vision-background {
    width: 240px;
    height: 300px;
    margin-left: 0;
  }

  .valores-gird {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: .25fr;
    grid-auto-flow: row;
    place-items: center stretch;
    margin-top: 0;
    margin-left: 130px;
    margin-right: 130px;
  }

  .respeto-wrapper {
    border: 1px #000;
    border-bottom: 2px solid #fff;
    flex-flow: column;
  }

  .contribucion-wrapper, .honestidad-wrapper {
    border: 1px #000;
    border-bottom: 2px solid #fff;
  }

  .compromiso-wrapper {
    border-bottom-style: solid;
    border-bottom-color: #fff;
  }

  .etica-wrapper {
    border: 1px #000;
  }

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

  .div-block {
    margin-left: 40px;
    margin-right: 40px;
    padding-right: 0;
  }

  .consultoria-wrapper {
    flex-flow: column;
    margin-left: 40px;
    margin-right: 40px;
  }

  .consultoria-text-wapper {
    border-top-right-radius: 0;
    border-bottom-left-radius: 30px;
    width: 500px;
    height: 210px;
  }

  .heading-9 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .heading-10 {
    margin-bottom: 0;
    font-size: 40px;
  }

  .imagen-consultoria {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    flex: 0 auto;
    width: 500px;
  }

  .integracion-wrapper {
    flex-flow: column;
  }

  .integracion-text-wapper {
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0;
    width: 500px;
  }

  .h2-loquehacemos, .productos-text-wrapper {
    margin-left: 40px;
    margin-right: 40px;
  }

  .paragraph-27 {
    margin-left: 0;
    margin-right: 0;
  }

  .gallery-text-hover-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-15 {
    margin-bottom: 0;
  }

  .photo-gallery-gird1 {
    grid-template-columns: 1fr;
    grid-template-areas: ". Photo-2";
    grid-auto-columns: 2fr;
    grid-auto-flow: column;
  }

  .gallery-hover-section {
    margin-left: 40px;
    margin-right: 40px;
  }

  .photo-gallery-gird2 {
    grid-template: "Area"
                   "."
                   "."
                   / 1fr;
    grid-auto-flow: column;
    height: 400px;
  }

  .div-block-7 {
    grid-template-columns: 1fr;
  }

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

  .form {
    flex-flow: column;
    margin-right: 0;
    padding-top: 10px;
  }

  .paragraph-30 {
    padding-right: 0;
  }

  .image-11 {
    width: 500px;
    margin-top: 10px;
  }

  .gallery-text-hover-wrapper-photo8 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-31 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .innovacion-wrapper-copy {
    border: 1px #000;
    border-bottom: 2px solid #fff;
  }

  .image-12 {
    width: 500px;
  }

  .div-block-9 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .heading-17 {
    justify-content: center;
    align-items: center;
  }

  .imagen-consultoria-copy {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    flex: 0 auto;
    width: 500px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    overflow: hidden;
  }

  .heading {
    font-size: 18px;
    line-height: 30px;
  }

  .container {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .paragraph {
    font-size: 10px;
    line-height: 13px;
  }

  .footer-copyright-center {
    font-size: 12px;
  }

  .heading-2 {
    font-size: 10px;
  }

  .navar {
    max-width: 1030%;
    overflow: hidden;
  }

  .cont-nav-section {
    width: 100%;
    display: block;
    overflow: hidden;
  }

  .cont-wrapper {
    justify-content: center;
    align-items: center;
  }

  .banner-gird {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  .heading-3 {
    font-size: 25px;
    line-height: 30px;
  }

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

  .quienesomos-text-2-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }

  .quienesomos-text-wrapper {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
  }

  .quienesomos-foto-1 {
    height: 280px;
  }

  .quienesomos-foto-2 {
    width: 280px;
  }

  .misionvision-gird {
    grid-template-columns: 1fr;
  }

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

  .mision-background {
    width: 240px;
    height: 280px;
  }

  .valores-gird {
    place-items: center stretch;
    margin-left: 0;
    margin-right: 0;
  }

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

  .valores-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-block {
    margin-left: 20px;
    margin-right: 20px;
  }

  .equipo-section {
    margin-top: 0;
    margin-bottom: 0;
  }

  .loquehacemos-gird {
    place-items: center;
  }

  .consultoria-text-wapper {
    width: 280px;
    height: 330px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .heading-10 {
    padding-bottom: 0;
    font-size: 25px;
  }

  .imagen-consultoria {
    border-radius: 30px 30px 0 0;
    width: 280px;
  }

  .integracion-text-wapper {
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0;
    width: 280px;
    height: 400px;
  }

  .h2-loquehacemos {
    font-size: 20px;
    line-height: 25px;
  }

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

  .paralax-slider-productos {
    max-width: 100%;
    overflow: visible;
  }

  .paralax-mask {
    width: 280px;
  }

  .ratio-200 {
    padding-top: 139%;
  }

  .paralax-text-wrapper {
    max-width: 100%;
  }

  .proposito-text-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-13 {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 25px;
  }

  .image-5 {
    max-width: 60%;
  }

  .gallery-text-hover-wrapper {
    flex-flow: column;
    height: 200px;
  }

  .photo-gallery-gird1 {
    grid-template-rows: auto auto;
    grid-template-areas: "Photo-2"
                         "Photo-2";
  }

  .gallery-gird-in1 {
    grid-template-columns: 1fr;
  }

  .photo-gallery-gird2 {
    height: 600px;
  }

  .paragraph-29 {
    padding-right: 0;
  }

  .image-11 {
    width: 280px;
  }

  .paragraph-31, .div-block-8 {
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .image-12 {
    width: 280px;
  }

  .heading-17 {
    font-size: 25px;
  }

  .image-13, .image-14 {
    width: 240px;
  }

  .imagen-consultoria-copy {
    border-radius: 0 0 30px 30px;
    width: 280px;
  }
}

#w-node-e785cb62-b3e7-a919-14dd-d03aa5da10d5-fd560888 {
  place-self: center start;
}

#w-node-f098d2a8-e140-0c8c-b761-460a187ff3d2-fd560888, #w-node-f92029b6-d728-6a8b-e5d4-7acbe6fb7aff-fd560888 {
  place-self: center;
}

#w-node-c1d6b040-6b2c-dd6c-367b-336d1ac8573a-fd560888 {
  place-self: center start;
}

#w-node-_15617e45-ddc7-f75e-609f-c300f6ed5179-fd560888, #w-node-a288760e-f524-3a18-ddd6-235716412ae7-fd560888, #w-node-c1fbf768-0221-9f30-c9cb-6a0791049049-fd560888, #w-node-b9e35ca1-9d7b-56f4-6810-0cab225ba3ff-fd560888, #w-node-ab15b88b-3b88-5969-f816-01fa2f847e74-fd560888, #w-node-_517bce04-1a99-2e37-81fb-4810c2e774ed-fd560888, #w-node-f41db8cb-7066-8955-afe2-e980b22c3679-fd560888, #w-node-f5aa9566-f647-1368-bce8-4da8238c1640-fd560888, #w-node-_538fb615-7cc9-8574-9b53-f32a7d0ca4bf-fd560888, #w-node-_7292969d-ae47-779f-180a-e825973a91f4-fd560888 {
  place-self: center;
}

#w-node-_883ddf89-71d9-31e9-5abe-f1d672ade86e-fd560888 {
  align-self: center;
}

#w-node-ab32d196-69f1-4741-32dc-29a00b4180f7-fd560888 {
  place-self: auto;
}

#w-node-ab32d196-69f1-4741-32dc-29a00b4180f8-fd560888 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_053f8e5c-ae10-adef-8339-6216fa86dc08-fd560888 {
  place-self: auto;
}

#w-node-_053f8e5c-ae10-adef-8339-6216fa86dc09-fd560888 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_63350294-9323-27cd-84f6-99ccd26a5003-fd560888 {
  place-self: auto;
}

#w-node-_9ba26424-4a12-b839-90e6-845303458a78-fd560888 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64b7a1ee-1694-c4b9-8bcd-792260171ada-fd560888, #w-node-_468fc946-f2ab-930a-2c16-d7478b4a46f9-fd560888, #w-node-_328ed858-5290-8b2f-5486-c96cc3beea2c-fd560888 {
  place-self: center;
}

#w-node-_11ff7b1f-d76a-a856-f227-52fff5a18387-f5a18364 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-aaea745e-8977-0671-8d42-2ff23b232035-fd560888 {
    place-self: center;
  }

  #w-node-_15617e45-ddc7-f75e-609f-c300f6ed5179-fd560888, #w-node-c1fbf768-0221-9f30-c9cb-6a0791049049-fd560888 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e785cb62-b3e7-a919-14dd-d03aa5da10d5-fd560888 {
    justify-self: end;
  }

  #w-node-b9e35ca1-9d7b-56f4-6810-0cab225ba3ff-fd560888, #w-node-_468fc946-f2ab-930a-2c16-d7478b4a46f9-fd560888 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_15617e45-ddc7-f75e-609f-c300f6ed5179-fd560888, #w-node-c1fbf768-0221-9f30-c9cb-6a0791049049-fd560888 {
    justify-self: center;
  }

  #w-node-ab32d196-69f1-4741-32dc-29a00b4180f7-fd560888 {
    place-self: center;
  }
}


@font-face {
  font-family: 'Muller Bold';
  src: url('../fonts/MullerBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muller Medium';
  src: url('../fonts/MullerMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Revolution';
  src: url('../fonts/REVOLUTION.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway ';
  src: url('../fonts/Raleway-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}