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

@font-face {
  font-family: Graphik;
  src: url('../fonts/Graphik-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Graphik;
  src: url('../fonts/Graphik-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Graphik;
  src: url('../fonts/Graphik-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Graphik;
  src: url('../fonts/Graphik-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #f1f1f1;
  --white-smoke: #2a2a2a;
  --crimson: #e63952;
  --linen: #f2ebe3;
  --white-2: white;
}

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

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

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

body {
  background-color: var(--white);
  color: var(--white-smoke);
  font-family: Graphik, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  letter-spacing: -.05em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 6em;
  font-weight: 400;
  line-height: 100%;
}

h3 {
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
}

p {
  letter-spacing: -.02em;
  margin-bottom: 10px;
}

strong {
  font-weight: 600;
}

.body {
  background-color: var(--crimson);
}

.browser_title {
  color: #7a849e;
  font-size: 14px;
  font-weight: 500;
}

.browser_header {
  color: #20355a;
  text-align: center;
  letter-spacing: -.2px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 28px;
  font-style: normal;
  line-height: 40px;
}

.browser_link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  padding: 15px;
  text-decoration: none;
  display: flex;
}

.link_span {
  color: #283556;
  text-decoration: none;
}

.browser_details {
  color: #7a849e;
  text-align: center;
  letter-spacing: -.2px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}

.browser_wrap {
  max-width: 300px;
  min-height: 50px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon_firefox {
  border-radius: 100px;
  width: 55px;
  height: 55px;
  margin-bottom: 5px;
  padding: 6px;
}

.browser-detect {
  z-index: 9999;
  background-color: #00000096;
  justify-content: center;
  align-items: center;
  padding: 325px 150px;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block {
  background-color: #000c;
  padding: 0%;
  display: none;
}

.bpewser-center {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15% 0% 0%;
  display: block;
  position: relative;
}

.browser-warning {
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin: auto;
  padding: 40px;
  font-style: normal;
  display: flex;
  box-shadow: 11px 11px 55px #355aa41a;
}

.ie_logo {
  width: 70px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.progreso {
  z-index: 9999;
  background-color: var(--crimson);
  transform-origin: 0%;
  width: 100%;
  height: 3px;
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.section.hidden {
  overflow: hidden;
}

.section.hidden.detallers {
  background-color: var(--linen);
}

.section.relative {
  position: relative;
}

.section.contacto-red {
  z-index: 1;
  background-color: var(--crimson);
  box-shadow: none;
  position: relative;
}

.section.final {
  background-image: url('../images/soul-showroom.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100vh;
  min-height: 550px;
  position: relative;
  overflow: hidden;
}

.section.testimoniales-none {
  display: none;
}

.padding-lyr {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}

.padding-lyr.sdo-menu {
  padding-left: 1.5vw;
  padding-right: 1.5vw;
}

.padding-tyb {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6%;
  padding-bottom: 6%;
}

.padding-tyb.none {
  padding-top: 0%;
  padding-bottom: 0%;
}

.padding-tyb.sin-bottom {
  padding-bottom: 0%;
}

.padding-tyb.contacto, .padding-tyb.sin {
  padding-top: 0%;
  padding-bottom: 0%;
}

.padding-tyb.sin-top {
  padding-top: 0%;
}

.padding-tyb.primero {
  padding-top: 1.5%;
  padding-bottom: 0%;
}

.article {
  width: 100%;
  position: relative;
}

.article.celular {
  display: none;
}

.article.testimonial-slider {
  margin-left: auto;
  margin-right: auto;
  padding-left: 9%;
  padding-right: 3%;
}

.container-title {
  width: 100%;
  padding-top: 3%;
  padding-bottom: 3%;
  position: relative;
}

.container-title.margin-bottom {
  margin-bottom: 5px;
}

.container-title.margin-bottom.af {
  min-height: 55px;
  padding-top: 0%;
  padding-bottom: 0%;
}

.container-title.margin-bottom._1, .container-title.de-list {
  padding-top: 1.5%;
  padding-bottom: 1.5%;
}

.container-title.de-list.hidden {
  padding-top: 3%;
  padding-bottom: 3%;
  overflow: hidden;
}

.container-title-section {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.container-title-section._2-lineas {
  min-height: 45px;
}

.container-title-section.out {
  transform: translate(0);
}

.container-title-section.del-hero {
  margin-top: 5px;
}

.anime {
  overflow: hidden;
}

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

.heading {
  line-height: 36%;
}

.container-linea {
  position: absolute;
  inset: auto 0% 0%;
}

.container-linea.top {
  inset: 0% 0% auto;
}

.container-linea.out {
  transform: translate(-50%);
}

.linea {
  background-color: var(--white-smoke);
  perspective-origin: 0%;
  transform-origin: 0%;
  width: 100%;
  height: 3px;
}

.linea.de-esoecialta {
  background-color: var(--crimson);
  width: 60px;
  height: 1px;
  margin-right: 5px;
}

.linea.de-esoecialta.w {
  background-color: var(--white);
}

.linea.del-video {
  height: 10px;
  position: absolute;
  inset: auto 0% 0%;
}

.linea.adress {
  width: 120px;
}

.linea.adress.af {
  background-color: var(--white-2);
  width: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.linea.para-hero {
  background-color: var(--crimson);
  width: 60px;
  height: 1px;
  margin-right: 5px;
}

.linea.para-hero.w {
  background-color: var(--white);
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 5px;
}

.number-title {
  letter-spacing: -.02em;
  font-size: 10px;
  font-weight: 600;
}

.article-container {
  width: 100%;
  padding-top: 3%;
  padding-bottom: 3%;
  padding-left: 1.5%;
}

.article-container.solo-mobile {
  display: none;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.item-container.relative {
  position: relative;
}

.item-container.fh {
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5%;
  padding-bottom: 1.5%;
  display: flex;
}

.inner-item-container {
  width: 100%;
  height: 100%;
}

.inner-item-container.flex-de-contacto, .especialistas-contaiiner {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.especialistas {
  letter-spacing: -.05em;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 24px;
}

.especialistas.red {
  color: var(--crimson);
}

.especialistas.red.w {
  color: var(--white);
}

.especialistas.s {
  padding-right: 19px;
  font-size: 16px;
  line-height: 22px;
}

.flex-de-linea {
  align-items: center;
  display: flex;
}

.p-bajada-container {
  font-size: 140%;
  line-height: 150%;
}

.light {
  font-weight: 300;
}

._2-cols {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.separator {
  width: 100%;
  height: 3vh;
}

.title-list {
  letter-spacing: -.05em;
  font-size: 300%;
  font-weight: 300;
  line-height: 100%;
}

.title-list.s {
  font-size: 220%;
}

._4-cols {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-d {
  margin-top: 40px;
  margin-bottom: 80px;
}

.flex-item-list {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.img-icon {
  object-fit: cover;
  width: auto;
  margin-bottom: 15px;
}

.heading-3 {
  letter-spacing: -.04em;
  width: 70%;
  font-size: 18px;
  line-height: 100%;
}

.heading-3._2-cols {
  width: auto;
  font-size: 22px;
}

.container-title-h2-section {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

._6-cols {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.foto-all-incluse {
  width: 100%;
  height: 100%;
  padding-top: 10%;
  padding-bottom: 10%;
  display: none;
  position: relative;
  transform: translate(-18%);
}

.f-all {
  border-top: 30px solid var(--white-2);
  width: 100%;
  height: 100%;
}

.f100 {
  object-fit: cover;
  object-position: 80% 50%;
  width: 100%;
  height: 100%;
}

.underline {
  text-decoration: underline;
}

.fotos-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: 25vh 25vh 25vh 25vh;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.item-photo-list {
  width: 100%;
  height: 100%;
}

.inner-photo-list {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.img-cover.d {
  object-position: 100% 50%;
}

.img-cover.down {
  object-position: 50% 50%;
}

.img-cover.derecha {
  object-position: 90% 50%;
}

.img-cover.contain {
  object-fit: contain;
}

.img-quote.testimonial {
  width: 60px;
}

.p-quote-container {
  margin-top: 3%;
  margin-bottom: 3%;
}

.quote {
  letter-spacing: -.025em;
  font-size: 440%;
  font-weight: 100;
  line-height: 120%;
  text-decoration: none;
}

.grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.brands-grid {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
}

.brands-grid.de-equipo {
  grid-column-gap: 15px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  height: auto;
}

.brands-grid.marcas {
  align-items: flex-start;
  height: auto;
  padding-bottom: 30px;
}

.brand-item {
  opacity: .4;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100px;
  transition: opacity .6s ease-in-out;
  display: flex;
}

.brand-item:hover {
  opacity: .5;
}

.brand-item.equipo {
  opacity: .7;
}

.brand-img {
  opacity: .25;
  cursor: auto;
  width: 100%;
  height: 100%;
  transition: opacity .8s cubic-bezier(.39, .575, .565, 1);
}

.brand-img:hover {
  opacity: 1;
}

.brand-img.partner {
  opacity: .7;
}

.brand-img.partner:hover {
  opacity: 1;
}

.video-soul {
  z-index: 1;
  align-items: flex-end;
  width: 100%;
  height: 80vh;
  min-height: 350px;
  padding-bottom: 6%;
  padding-left: 3%;
  display: flex;
}

.container-logo-soul {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 2%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.soul-hi {
  width: 140px;
}

.txt-soul {
  letter-spacing: -.025em;
  width: 30ch;
  margin-bottom: 3%;
  font-size: 380%;
  font-weight: 300;
  line-height: 120%;
  text-decoration: none;
}

.txt-soul.end {
  color: var(--white);
  text-align: center;
  width: 75%;
  margin-bottom: 0%;
  font-size: 280%;
}

.bg-red {
  background-color: var(--crimson);
  width: 100%;
  height: 25vh;
  position: absolute;
  inset: auto 0% 0%;
}

._w-span {
  color: var(--white-2);
  text-decoration: underline;
}

.form-container {
  margin-top: 6%;
}

.text-field {
  border-style: none none solid;
  border-width: 1px 1px 1px 2px;
  border-color: black black var(--white-smoke);
  background-color: #0000;
  border-radius: 0;
  font-size: 16px;
}

.text-field:focus {
  border-bottom-width: 2px;
  border-bottom-color: var(--white);
  color: var(--white);
}

.text-field::placeholder {
  color: var(--white-smoke);
}

.form {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.btn {
  border: 2px solid var(--white);
  background-color: #0000;
  border-radius: 50px;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 500;
}

.btn.red {
  border-color: var(--crimson);
  color: var(--crimson);
}

.bold-text {
  color: var(--white);
}

.text-block {
  font-size: 12px;
  font-style: italic;
}

.txt-soul-container {
  flex-direction: column;
  align-items: flex-start;
  width: 30ch;
  text-decoration: none;
  display: flex;
  position: static;
  inset: 28% auto auto 3%;
}

.shadow {
  opacity: .4;
  background-image: linear-gradient(#000, #0000);
  width: 100%;
  height: 20px;
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(0, 20px);
}

.container-adress {
  margin-top: 6%;
  font-style: normal;
}

.item-adress {
  width: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.item-adress.af {
  margin-top: 60px;
  margin-bottom: 0;
}

.item-adress.grupo {
  margin-top: 0;
  margin-bottom: 0;
}

.title-adress {
  letter-spacing: -.04em;
  width: auto;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  display: inline-block;
}

.title-adress._2-cols {
  width: auto;
  font-size: 22px;
}

.title-adress.af {
  color: var(--white-2);
}

.p-adress {
  line-height: 24px;
}

.p-adress.abajo {
  margin-bottom: 0;
  margin-left: 10px;
}

.p-adress.del-grupo {
  color: var(--white-2);
  margin-bottom: 0;
  line-height: 18px;
}

.ct {
  margin-bottom: 5px;
}

.ct.af {
  margin-bottom: 3px;
}

.wsp-link {
  color: var(--white-smoke);
  align-items: center;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.container-social-links {
  display: flex;
}

.container-social-links.af {
  min-height: 25px;
}

.container-social-links.af.solo-links {
  padding-top: 5px;
}

.social-link {
  margin-right: 15px;
}

.af-link {
  justify-content: center;
  align-items: center;
  width: 80px;
  margin-right: 15px;
  display: flex;
}

.img-af {
  width: auto;
}

.container-af {
  display: flex;
}

.link-w {
  color: var(--white);
  font-weight: 600;
  text-decoration: none;
}

.center-end {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.black {
  z-index: 0;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
}

.fooer-credits {
  z-index: 2;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 3% 3% 1.5%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.credit-left {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.credit-txt {
  float: left;
  color: #faf8e8;
  text-transform: uppercase;
  background-color: #0000;
  font-size: 80%;
  line-height: 100%;
}

.credit-right-2 {
  font-size: 110%;
  font-weight: 700;
}

.um-credit-2 {
  float: right;
  color: var(--white);
  text-align: right;
  text-transform: none;
  flex: 1;
}

.cuadrado-2 {
  color: var(--crimson);
  font-weight: 700;
}

.um-link-2 {
  color: var(--white-smoke);
  text-transform: none;
  text-decoration: none;
  transition: all .5s cubic-bezier(.645, .045, .355, 1);
}

.um-link-2:hover {
  border-bottom: 3px solid var(--crimson);
  color: var(--crimson);
  text-decoration: none;
}

.dark {
  z-index: 0;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
}

.linea-copy {
  background-color: var(--white-smoke);
  perspective-origin: 0%;
  transform-origin: 0%;
  width: 100%;
  height: 3px;
}

.linea-copy.de-esoecialta {
  background-color: var(--crimson);
  width: 60px;
  height: 1px;
  margin-right: 5px;
}

.linea-copy.de-esoecialta.w {
  background-color: var(--white);
}

.linea-copy.del-video {
  height: 10px;
  position: absolute;
  inset: auto 0% 0%;
}

.linea-copy.adress {
  width: 100px;
}

.af-credit {
  z-index: 3;
  text-align: center;
  width: 40px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 1.5%;
}

.gallery {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.gallery-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.slide {
  width: 100%;
  height: 100%;
}

.slider-mobile {
  height: 600px;
}

.img-100 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.img-100.l {
  object-position: 0% 50%;
}

.img-100.del-hero {
  background-image: url('../images/pattern.png');
  background-position: 0 0;
  background-size: auto;
}

.a {
  font-size: 80%;
}

.slide-nav {
  z-index: 100;
  font-size: 35%;
  inset: auto 0% 0%;
}

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

.none {
  display: none;
}

.slide-t {
  width: 100%;
}

.testimonial-slide {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.item-foto-slider {
  height: 500px;
  padding-left: 6%;
  padding-right: 3%;
}

.d {
  border-top-right-radius: 250px;
  border-bottom-right-radius: 250px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.item-txt-slider {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.quote-slider {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.container-p-testimonial {
  padding-top: 6%;
  padding-bottom: 6%;
}

.p-slide {
  text-align: left;
  font-size: 120%;
  font-weight: 300;
  line-height: 130%;
}

.header {
  width: 100%;
  height: 100vh;
  min-height: 600px;
  padding: 1%;
  position: relative;
}

.hero {
  width: 100%;
  height: 100%;
  position: relative;
}

.container-hero-txt {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 3%;
  padding-left: 3%;
  padding-right: 6%;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.esp-hero {
  color: var(--white);
  letter-spacing: -.05em;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 24px;
}

.esp-hero.red {
  color: var(--crimson);
}

.esp-hero.red.w {
  color: var(--white);
}

.esp-hero.s {
  padding-right: 19px;
  font-size: 16px;
  line-height: 22px;
}

.esp-hero.color {
  color: var(--crimson);
}

.txt-hero-grid {
  color: var(--white);
  letter-spacing: -.04em;
  width: auto;
  font-size: 16px;
  line-height: 110%;
}

.txt-hero-grid._2-cols {
  width: auto;
  font-size: 22px;
}

.linea-del-home {
  background-color: var(--white);
  perspective-origin: 0%;
  transform-origin: 0%;
  width: 60%;
  height: 3px;
}

.linea-del-home.de-esoecialta {
  background-color: var(--crimson);
  width: 60px;
  height: 1px;
  margin-right: 5px;
}

.linea-del-home.de-esoecialta.w {
  background-color: var(--white);
}

.linea-del-home.del-video {
  height: 10px;
  position: absolute;
  inset: auto 0% 0%;
}

.linea-del-home.adress {
  width: 100px;
}

.linea-del-home.para-hero {
  background-color: var(--crimson);
  width: 60px;
  height: 1px;
  margin-right: 5px;
}

.linea-del-home.para-hero.w {
  background-color: var(--white);
}

.spacing-hero-item {
  width: 100%;
  padding-top: 6%;
  padding-bottom: 0%;
  position: relative;
}

.spacing-hero-item.margin-bottom {
  margin-bottom: 5px;
}

.spacing-hero-item.de-list {
  padding-top: 1.5%;
  padding-bottom: 1.5%;
}

.spacing-hero-item.de-list.hidden {
  padding-top: 3%;
  padding-bottom: 3%;
  overflow: hidden;
}

.position-heroo {
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.h1 {
  letter-spacing: -.05em;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 340%;
  font-weight: 300;
  line-height: 100%;
}

.brand-hero {
  z-index: 1;
  background-color: var(--crimson);
  width: 230px;
  padding: 2% 1.5%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 85%;
  display: flex;
}

._100 {
  width: 100%;
}

.navbar {
  z-index: 1;
  background-color: #0000;
  padding-top: 1%;
  padding-right: 1%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.navlink {
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 15px;
  font-size: 10px;
  font-weight: 400;
  transition: all .8s ease-in-out;
}

.navlink:hover, .navlink.w--current {
  color: var(--crimson);
}

.navmenu {
  align-items: center;
  display: flex;
}

.sep-menu {
  background-color: var(--white);
  width: 1px;
  height: 10px;
}

.link-video {
  background-color: #000;
  width: 100%;
  height: 110%;
  position: absolute;
}

.bnt-youtube {
  background-color: #2a2a2acc;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.btn-subir {
  z-index: 999;
  background-color: var(--crimson);
  border-radius: 0;
  padding: 14px 20px;
  position: fixed;
  bottom: 0;
  right: 0;
  transform: translate(0, 200px);
}

.image-2 {
  width: 16px;
}

.hero-list {
  width: 100%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.bg-af {
  background-color: #050a26;
}

.af-container-brands {
  width: 100%;
  height: 100vh;
  min-height: 650px;
  margin-left: auto;
  margin-right: auto;
  padding: 6% 9% 9%;
  position: relative;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

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

.center-item.af-group {
  padding-left: 6%;
  padding-right: 6%;
}

.af-link-block {
  color: var(--white-2);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.af-img.d {
  transform: translate(10px);
}

.container-adress-af {
  width: 100%;
  padding-bottom: 1.5%;
  padding-left: 9%;
  padding-right: 9%;
  position: absolute;
  inset: auto 0% 0%;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .5fr .5fr;
}

.link-none {
  color: var(--white-2);
  text-decoration: none;
}

.link-none:hover {
  color: var(--crimson);
}

.img-telefonos {
  width: 24px;
}

.html-embed {
  display: none;
}

.tapador {
  opacity: .4;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
}

.tapador.hero {
  z-index: 2;
  opacity: .5;
  inset: 0%;
}

.tapador.con-video {
  opacity: .1;
}

.link-100 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

._2-oficinas {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.txt-link {
  color: var(--white-smoke);
}

.button {
  background-color: var(--crimson);
  text-transform: uppercase;
  border-radius: 50px;
  padding: 20px 29px;
  font-weight: 500;
  text-decoration: none;
}

.success-message {
  color: var(--white-2);
  background-color: #0000;
  font-size: 250%;
  line-height: 100%;
  text-decoration: underline;
}

.error-message {
  color: var(--white-2);
  background-color: #0000;
  text-decoration: underline;
}

.txt-af {
  display: none;
}

.wsp-btn {
  z-index: 99999;
  width: 90px;
  position: fixed;
  inset: auto .5% 3% auto;
}

.slider-100 {
  z-index: 0;
  width: 100%;
  height: 100%;
}

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

.arrow {
  font-size: 60%;
}

.arrow-left {
  transform: translate(-20px);
}

.arrow-right {
  transform: translate(20px);
}

.div-block-2 {
  width: 35%;
  min-height: 100px;
}

.div-block-2._2col {
  width: 17.5%;
}

.title-detalles {
  z-index: 2;
  width: 63.66vw;
  position: absolute;
  inset: 0% 0% auto auto;
}

.title-detalles.relative {
  position: relative;
}

.title-detalles.fh {
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5%;
  padding-bottom: 1.5%;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  width: 100%;
  height: 60vh;
  min-height: 500px;
  display: grid;
  position: relative;
}

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

.item-link {
  border-radius: 25px;
  width: 100%;
  height: 75vh;
  min-height: 550px;
  position: relative;
  overflow: hidden;
}

.container-txt-link {
  z-index: 2;
  background-color: #2a2a2a87;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 3%;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.container-link {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 3%;
  padding-left: 3%;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.link-hero-title {
  color: var(--white);
  letter-spacing: -.075em;
  font-size: 280%;
}

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

.link-block, .link-block-2 {
  width: 100%;
}

@media screen and (min-width: 1440px) {
  .padding-lyr {
    padding-left: 6%;
    padding-right: 6%;
  }

  .quote {
    font-size: 530%;
  }

  .brands-grid {
    grid-row-gap: 30px;
  }

  .soul-hi {
    width: 180px;
  }

  .txt-soul {
    margin-bottom: 6%;
    font-size: 450%;
  }

  .txt-soul.end {
    font-size: 350%;
  }

  .form {
    grid-row-gap: 45px;
  }

  .container-hero-txt {
    width: 85%;
  }

  .txt-hero-grid {
    letter-spacing: -.02em;
  }

  .h1 {
    font-size: 450%;
  }

  .hero-grid {
    width: 90%;
  }

  .navlink {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-list {
    width: 85%;
  }

  .af-container-brands {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  ._2-oficinas {
    grid-template-columns: 1fr 1fr;
    padding-right: 25%;
  }

  .div-block-2 {
    min-height: 110px;
  }

  .container-link {
    width: 85%;
  }
}

@media screen and (max-width: 991px) {
  .padding-tyb.testimoniall {
    padding-top: 12%;
    padding-bottom: 12%;
  }

  .article.testimonial-slider {
    padding-left: 0%;
    padding-right: 0%;
  }

  .container-title.de-list {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .anime.mr {
    margin-right: 10px;
  }

  .linea.adress {
    width: 100%;
  }

  .article-container {
    padding-left: 0%;
  }

  .article-container.solo-mobile {
    display: block;
  }

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

  .grid.contacto-grid {
    grid-row-gap: 90px;
  }

  .item-container.n {
    display: none;
  }

  .especialistas-contaiiner.de-contacto {
    flex-direction: row;
  }

  .title-list {
    font-size: 260%;
  }

  .icon-d {
    width: 8px;
  }

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

  .foto-all-incluse {
    height: 400px;
    padding-top: 0%;
    padding-bottom: 5%;
    transform: none;
  }

  .fotos-grid {
    display: none;
  }

  .img-quote {
    width: 80px;
  }

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

  .brands-grid.marcas {
    grid-template-rows: 100px;
  }

  .brand-item {
    min-height: auto;
  }

  .video-soul {
    height: 40vh;
  }

  .container-logo-soul {
    top: -.5%;
    left: -.5%;
  }

  .txt-soul {
    width: auto;
    font-size: 240%;
  }

  .txt-soul-container {
    width: auto;
    padding-right: 6%;
  }

  .container-adress {
    grid-column-gap: 30px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: 3%;
    display: grid;
  }

  .item-adress {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .af-link {
    width: 40px;
  }

  .container-af {
    align-items: center;
  }

  .fooer-credits {
    padding-top: 9%;
    padding-bottom: 1.5%;
  }

  .credit-txt {
    float: none;
    text-align: center;
    margin-bottom: 3%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .um-credit-2 {
    float: none;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 6px;
  }

  .gallery-grid-container {
    align-self: stretch;
  }

  .img-100.del-hero {
    object-position: 60% 50%;
  }

  .testimonial-slide {
    grid-template-columns: .5fr .75fr;
  }

  .container-hero-txt {
    padding-bottom: 6%;
  }

  .linea-del-home {
    width: 20%;
  }

  .linea-del-home.adress {
    width: 100%;
  }

  .spacing-hero-item.de-list {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .h1 {
    margin-bottom: 30px;
  }

  .brand-hero {
    width: 240px;
    padding: 4% 3% 3% 4%;
  }

  .hero-grid {
    grid-column-gap: 16px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 75%;
    display: grid;
  }

  .navbar {
    z-index: 9999;
  }

  .navlink {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .navlink:hover, .navlink.w--current {
    color: var(--white-smoke);
  }

  .navmenu {
    background-color: var(--crimson);
    flex-direction: column;
    align-items: flex-start;
  }

  .sep-menu {
    opacity: .2;
    width: 100%;
    height: 1px;
  }

  .bnt-youtube {
    top: -.5%;
    left: -.5%;
  }

  .icon {
    color: var(--white);
  }

  .af-container-brands {
    justify-content: center;
    align-items: center;
    padding: 0% 6%;
    display: flex;
  }

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

  .container-adress-af {
    position: absolute;
  }

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

  .txt-af {
    display: block;
  }

  .wsp-btn {
    bottom: 1.5%;
    right: 1%;
  }

  .title-detalles.n {
    display: none;
  }

  .div-block-4 {
    flex-direction: column;
    display: flex;
  }

  .item-link {
    height: 45vh;
    min-height: 400px;
  }

  .container-link {
    padding-bottom: 6%;
  }
}

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

  .bpewser-center {
    padding-left: 12%;
    padding-right: 12%;
  }

  .browser-warning {
    padding: 25px;
    display: block;
  }

  .progreso {
    display: none;
  }

  .section.final {
    min-height: 350px;
  }

  .padding-lyr.sdo-menu {
    padding-left: 3%;
    padding-right: 3%;
  }

  .padding-tyb {
    padding-bottom: 6%;
  }

  .padding-tyb.contacto {
    padding-top: 6%;
  }

  .padding-tyb.testimoniall {
    padding-top: 0%;
    padding-bottom: 6%;
  }

  .article.celular {
    display: block;
  }

  .article.desktop-video {
    display: none;
  }

  .heading-2 {
    font-size: 300%;
  }

  .title-list {
    font-size: 220%;
  }

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

  .img-quote {
    width: 60px;
  }

  .quote {
    font-size: 300%;
  }

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

  .brands-grid.de-equipo {
    grid-template-columns: 1fr 1fr;
    place-content: center;
    place-items: center;
  }

  .container-logo-soul.cel {
    justify-content: flex-start;
    display: none;
    position: static;
  }

  .txt-soul {
    font-size: 200%;
  }

  .txt-soul.end {
    font-size: 220%;
  }

  .bg-red {
    display: none;
  }

  .form-container {
    margin-top: 12%;
  }

  .txt-soul-container.celu {
    margin-bottom: 6%;
  }

  .container-adress {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr .5fr;
  }

  .center-end {
    align-items: flex-start;
    padding-top: 10%;
  }

  .fooer-credits {
    z-index: 0;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding: 0% 1.5% 3%;
  }

  .credit-left {
    display: block;
    transform: translate(0, 15px);
  }

  .credit-txt {
    margin-bottom: 0%;
  }

  .um-credit-2 {
    margin-top: 4%;
    margin-bottom: 4%;
  }

  .youtube {
    margin-bottom: 15px;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .slider-mobile {
    height: 300px;
  }

  .a {
    display: flex;
  }

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

  .item-foto-slider {
    height: 250px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .d {
    width: 75%;
  }

  .item-txt-slider {
    padding-top: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .quote-slider {
    display: none;
  }

  .container-p-testimonial {
    padding-top: 6%;
    padding-bottom: 0%;
  }

  .p-slide {
    opacity: .7;
    column-count: 2;
  }

  .header {
    height: 330px;
    min-height: auto;
    padding: 2%;
  }

  .header._100vh {
    height: 100%;
    min-height: 350px;
  }

  .container-hero-txt {
    padding-bottom: 3%;
  }

  .esp-hero {
    font-size: 18px;
    line-height: 20px;
  }

  .h1 {
    width: 90%;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 240%;
  }

  .brand-hero {
    width: 180px;
  }

  .bnt-youtube.cel {
    justify-content: flex-start;
    display: none;
    position: static;
  }

  .btn-subir {
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    display: flex;
  }

  .image-2 {
    width: 12px;
  }

  .hero-list {
    display: none;
  }

  .hero-list.gracias {
    display: block;
  }

  .af-container-brands {
    height: auto;
    min-height: auto;
    padding-top: 3%;
    padding-left: 3%;
    padding-right: 3%;
    display: block;
  }

  .container-adress-af {
    margin-top: 10vh;
    position: relative;
  }

  .grid-4, ._2-oficinas {
    grid-template-columns: 1fr 1fr;
  }

  .wsp-btn {
    bottom: 10px;
    right: 10px;
  }

  .title-detalles {
    width: auto;
    inset: 0% 0% auto;
  }

  .div-block-3 {
    flex-direction: column;
    grid-template-columns: 1fr;
    height: 100%;
    padding-top: 56px;
    display: flex;
  }

  .item-foto {
    width: 100%;
    height: 300px;
  }

  .item-link {
    min-height: 300px;
  }

  .container-link {
    padding-bottom: 3%;
  }
}

@media screen and (max-width: 479px) {
  .browser_header {
    font-size: 160%;
    line-height: 100%;
  }

  .browser-warning {
    width: auto;
    max-width: none;
    padding: 6% 3%;
  }

  .section.final {
    min-height: 500px;
  }

  .padding-tyb, .padding-tyb.contacto {
    padding-top: 12%;
  }

  .padding-tyb.testimoniall {
    padding-top: 6%;
  }

  .container-title.de-list {
    padding-top: 6%;
    padding-bottom: 6%;
  }

  .heading-2 {
    font-size: 320%;
  }

  .container-numero {
    margin-top: 5px;
  }

  .item-container.fh {
    flex-direction: column;
    align-items: center;
  }

  .especialistas-contaiiner.de-contacto {
    flex-direction: column;
  }

  .especialistas-contaiiner.slider {
    width: 100%;
    padding-left: 3%;
  }

  .especialistas.red.s {
    padding-right: 0;
  }

  .especialistas.s {
    font-size: 18px;
  }

  .flex-de-linea {
    width: 100%;
  }

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

  .icon-d {
    margin-top: 10px;
    margin-bottom: 60px;
  }

  .heading-3._2-cols {
    font-size: 20px;
  }

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

  .f-all {
    border-top-width: 10px;
  }

  .brands-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr;
  }

  .brand-item {
    opacity: .5;
  }

  .brand-item.equipo {
    min-height: 100px;
  }

  .brand-img {
    min-height: auto;
  }

  .brand-img.partner {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }

  .text-block {
    margin-bottom: 20px;
  }

  .container-adress {
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 6%;
  }

  .af-link {
    width: 80px;
  }

  .center-end {
    padding-top: 25%;
  }

  .fooer-credits {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    margin-bottom: 60px;
    padding: 0% 3%;
  }

  .credit-txt {
    margin-bottom: 3%;
  }

  .credit-right-2 {
    margin-top: 3%;
  }

  .centered-container {
    text-align: left;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .slider-mobile {
    height: 350px;
  }

  .img-100.del-hero {
    object-position: 30% 50%;
  }

  .img-100.del-hero.arq {
    object-position: 60% 70%;
  }

  .item-foto-slider {
    padding-left: 3%;
  }

  .d {
    width: 100%;
  }

  .container-p-testimonial {
    padding-left: 3%;
    padding-right: 3%;
  }

  .nombre-container {
    width: 100%;
    margin-top: 3%;
  }

  .p-slide {
    opacity: .5;
    column-count: 1;
  }

  .header {
    height: 95vh;
    min-height: 550px;
    padding: 3%;
  }

  .header._100vh {
    height: 100vh;
    min-height: 500px;
  }

  .container-hero-txt {
    z-index: 99;
    padding-bottom: 40px;
  }

  .esp-hero.s {
    font-size: 18px;
  }

  .spacing-hero-item.de-list {
    padding-top: 6%;
    padding-bottom: 6%;
  }

  .brand-hero {
    width: 200px;
    padding: 6%;
  }

  .af-container-brands {
    min-height: auto;
    padding-top: 12%;
    padding-bottom: 9%;
  }

  .grid-3 {
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
  }

  .center-item {
    padding-left: 9%;
    padding-right: 9%;
  }

  .af-link-block {
    text-align: left;
  }

  .af-img.d {
    width: 90%;
  }

  .container-adress-af {
    padding-left: 0%;
    padding-right: 0%;
  }

  .grid-4 {
    grid-column-gap: 30px;
    grid-row-gap: 45px;
  }

  .success-message {
    text-align: left;
    font-size: 200%;
  }

  .txt-af {
    opacity: .5;
  }

  .wsp-btn {
    width: 70px;
  }

  .div-block-2 {
    width: 50%;
    min-height: 110px;
  }

  .div-block-2._2col {
    width: 25%;
  }

  .title-detalles {
    padding-left: 11px;
  }

  .title-detalles.fh {
    flex-direction: column;
    align-items: center;
  }

  .div-block-3 {
    padding-top: 77px;
  }

  .div-block-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .item-link {
    height: 60vh;
    min-height: 450px;
  }

  .container-txt-link {
    padding-bottom: 20px;
    padding-left: 15px;
  }

  .container-link {
    z-index: 99;
    padding-bottom: 6%;
  }

  .link-hero-title {
    font-size: 220%;
  }
}

#w-node-e31c047a-f108-d5fb-4050-d69d4644ac82-0fc4e79a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bb5ae316-2f6f-b570-3040-c474705a8b50-705a8b23 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bb5ae316-2f6f-b570-3040-c474705a8b5f-705a8b23 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-bb5ae316-2f6f-b570-3040-c474705a8b62-705a8b23 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bb5ae316-2f6f-b570-3040-c474705a8b65-705a8b23 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-bb5ae316-2f6f-b570-3040-c474705a8b68-705a8b23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb5ae316-2f6f-b570-3040-c474705a8b6b-705a8b23 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-bb5ae316-2f6f-b570-3040-c474705a8b6e-705a8b23, #w-node-bb5ae316-2f6f-b570-3040-c474705a8b71-705a8b23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb5ae316-2f6f-b570-3040-c474705a8b74-705a8b23 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bb5ae316-2f6f-b570-3040-c474705a8b77-705a8b23 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f479e883-d175-cdbf-2b05-b309c560000e-c560000e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-div-block-2-c37b4151 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_222aae77-1326-d99e-a7f8-c4421873f2b8-c37b4151, #w-node-a77dc0ab-f16d-0ebf-a0cb-b0aa5c041f9e-c37b4151, #w-node-_0e001422-67cb-ab9b-d758-7bbe3c8a526a-c37b4151, #w-node-fee11f42-7cab-f880-c4e6-25ec584132a8-c37b4151, #w-node-bd96e6b9-af8d-fa10-690a-4d45aa8e52c7-c37b4151 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_091252de-0c87-c31c-0a5c-5b22536e30db-904c88dd, #w-node-_19b97338-e58b-7eb5-b849-a4a0be32358e-904c88dd {
  align-self: center;
}

#w-node-_4472a105-1179-b285-4abd-271b9db81dd0-904c88dd, #w-node-e31c047a-f108-d5fb-4050-d69d4644ac82-904c88dd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7b84dfc9-467f-f328-53df-191f6ca8132e-6ca81320, #w-node-_7b84dfc9-467f-f328-53df-191f6ca81332-6ca81320 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_1ab8e8cc-85f4-0ff9-3542-b307f55df048-f1739a1a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6fc270d5-2737-1084-6199-cdf5b2ab7f28-1b45c69c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-e31c047a-f108-d5fb-4050-d69d4644ac82-0fc4e79a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_05c7bd61-70ab-aa3a-b03c-ce1046b09e15-46b09e03 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_05c7bd61-70ab-aa3a-b03c-ce1046b09e79-46b09e03 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_05c7bd61-70ab-aa3a-b03c-ce1046b09e81-46b09e03 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8798c0c1-102d-a566-f4a6-e9af6951cab4-28abac53 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8798c0c1-102d-a566-f4a6-e9af6951cb09-28abac53 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_8798c0c1-102d-a566-f4a6-e9af6951cb11-28abac53 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-div-block-2-c37b4151 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_222aae77-1326-d99e-a7f8-c4421873f2b8-c37b4151, #w-node-a77dc0ab-f16d-0ebf-a0cb-b0aa5c041f9e-c37b4151, #w-node-_0e001422-67cb-ab9b-d758-7bbe3c8a526a-c37b4151 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fee11f42-7cab-f880-c4e6-25ec584132a8-c37b4151 {
    grid-area: 3 / 2 / 4 / 4;
  }

  #w-node-bd96e6b9-af8d-fa10-690a-4d45aa8e52c7-c37b4151 {
    grid-area: 3 / 4 / 4 / 6;
  }

  #w-node-_4472a105-1179-b285-4abd-271b9db81dd0-904c88dd, #w-node-e31c047a-f108-d5fb-4050-d69d4644ac82-904c88dd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_05c7bd61-70ab-aa3a-b03c-ce1046b09e24-46b09e03 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_05c7bd61-70ab-aa3a-b03c-ce1046b09e49-46b09e03 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_05c7bd61-70ab-aa3a-b03c-ce1046b09e5b-46b09e03 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_05c7bd61-70ab-aa3a-b03c-ce1046b09e69-46b09e03 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_05c7bd61-70ab-aa3a-b03c-ce1046b09e79-46b09e03 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_8798c0c1-102d-a566-f4a6-e9af6951cac3-28abac53 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8798c0c1-102d-a566-f4a6-e9af6951cad9-28abac53 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_8798c0c1-102d-a566-f4a6-e9af6951caeb-28abac53 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8798c0c1-102d-a566-f4a6-e9af6951caf9-28abac53 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_8798c0c1-102d-a566-f4a6-e9af6951cb09-28abac53 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_19b97338-e58b-7eb5-b849-a4a0be32358e-904c88dd {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1ab8e8cc-85f4-0ff9-3542-b307f55df048-f1739a1a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_05c7bd61-70ab-aa3a-b03c-ce1046b09e24-46b09e03 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_05c7bd61-70ab-aa3a-b03c-ce1046b09e49-46b09e03 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_05c7bd61-70ab-aa3a-b03c-ce1046b09e5b-46b09e03 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_05c7bd61-70ab-aa3a-b03c-ce1046b09e69-46b09e03 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_05c7bd61-70ab-aa3a-b03c-ce1046b09e79-46b09e03 {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-div-block-2-c37b4151, #w-node-fee11f42-7cab-f880-c4e6-25ec584132a8-c37b4151, #w-node-bd96e6b9-af8d-fa10-690a-4d45aa8e52c7-c37b4151, #w-node-_1ab8e8cc-85f4-0ff9-3542-b307f55df048-f1739a1a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}