@font-face {
    font-family: "Moon-Bold";
    src: url("assets/fonts/Moon-Bold.ttf") format("woff2");
}
@font-face {
    font-family: "Rubik-Light";
    src: url("assets/fonts/Rubik-Light.ttf") format("woff2");
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
    margin: 0;
    background: #ffffff;
    color: #171717;
    font-family: "Rubik-Light", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    max-width: 100vw;
}

a {
  text-decoration: none;
  color: inherit;
}
.wrap {
  width: min(100% - 48px, 1120px);
  margin: auto;
}
.scroll-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.58s ease, transform 0.58s ease;
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
.scroll-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .scroll-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
/* .section {
  padding: 105px 0;
} */
.section h2 {
    margin: 0;
    color: #ED1C24;
    text-align: center;
    font-weight: 800;
    font-family: "Moon-Bold", Arial, sans-serif;
    font-size: 42px;
    line-height: 54.6px;
    letter-spacing: -0.04em;
}
.lead {
  margin: 28px auto 0;
  text-align: center;
  color: #5e5e5e;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.02em;
  width: 70%;
  font-weight: 700;
}
.top {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 80px;
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
}
.nav-wrap {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}
.brand {
    max-width: 266px;

    img {
        width: 100%;
    }
}
.brand,
.footer-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  letter-spacing: 2px;
}
.footer-brand img {
  width: 300px;
}
.brand-text {
  font-size: 18px;
}
.brand-text span,
.hero-logo h1 span,
.footer-brand span span {
  color: #f5232b;
}
.nav {
  display: flex;
  align-items: center;
  gap: 23px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}
.nav a {
  position: relative;
  padding: 8px 0;
  font-size: 16px;
  line-height: 16px;
}
.nav a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 0;
  height: 2px;
  background: #f5232b;
  transition: 0.22s;
}
.nav a:hover:after {
  width: 100%;
}
.menu-btn {
  display: none;
  border: 0;
  background: none;
  width: 42px;
  height: 42px;
  gap: 5px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.menu-btn span {
  width: 24px;
  height: 2px;
  background: #111;
  border-radius: 3px;
}
.qmark {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
}
.qmark:before {
  content: "";
  position: absolute;
  inset: 19% 9% 0 27%;
  border: 7px solid #202124;
  border-left-color: #f5232b;
  transform: rotate(30deg);
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
.qmark:after {
  content: "";
  position: absolute;
  width: 13%;
  height: 13%;
  border-radius: 50%;
  background: #f5232b;
  left: 6%;
  top: 25%;
  box-shadow:
    13px -14px 0 #f5232b,
    -4px 22px 0 #f5232b,
    18px 22px 0 #f5232b;
}
.qmark.mini {
  width: 36px;
  height: 36px;
}
.qmark.big {
  width: 125px;
  height: 125px;
  margin: 0 auto 22px;
}
.hero {
  --hero-height: clamp(500px, calc(100svh - 68px), 820px);
  position: relative;
  min-height: 0;
  height: var(--hero-height);
  display: grid;
  place-items: center;
  padding: 0;
  overflow: hidden;
  isolation: isolate;
}
.hero iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max(100%, calc(var(--hero-height) * 1.7778));
  height: max(100%, calc(100vw * 0.5625));
  border: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
}
.hero-logo {
  position: relative;
  z-index: 1;
  text-align: center;
  transform: translateY(-7px);
}
.hero-logo h1 {
  margin: 0;
  font-size: 70px;
  line-height: 0.88;
  letter-spacing: 7px;
  font-weight: 800;
}
.hero-logo p {
  margin: 15px 0 0;
  color: #f5232b;
  font-size: 20px;
  font-weight: 700;
}
.asset {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  background:
    linear-gradient(135deg, rgba(245, 35, 43, 0.08), rgba(0, 0, 0, 0.06)),
    repeating-linear-gradient(45deg, #fbfbfb 0 12px, #f1f1f1 12px 24px);
}
.asset:before {
  content: attr(data-label);
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #999;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  padding: 15px;
}
.asset img {
  display: none;
  width: 100%;
  height: 100%;
}
.asset.has-image {
  background: transparent;
}
.asset.has-image:before {
  display: none;
}
.asset.has-image img {
  display: block;
  border-radius: 17px;
}
.silent {
  background: #fff;
}
.silent:before {
  content: "";
}
.about {
  padding-top: 170px;
}
.about-grid {
  margin-top: 75px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1fr);
  gap: clamp(3rem, 8vw, 12rem);
  align-items: center;
}
.about-pics {
  position: relative;
  min-height: clamp(340px, 36vw, 430px);
  width: 100%;
}
.photo {
  position: absolute;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.12);
  width: min(400px, 76%);
  height: auto;
  aspect-ratio: 400 / 427;
  border-radius: 10px;
}
.photo-a {
  left: 0;
  top: clamp(-65px, -4vw, -36px);
  /* width: 330px;
  height: 245px; */
}
.photo-b {
    right: clamp(-80px, -5vw, -28px);
    bottom: clamp(-76px, -5vw, -34px);
    z-index: 3;
}
.dots {
  position: absolute;
  right: clamp(-120px, -8vw, -42px);
  bottom: clamp(-105px, -7vw, -48px);
  width: 255px;
  height: 180px;
  background-image: radial-gradient(#f5232b 2px, transparent 2px);
  background-size: 18px 18px;
  opacity: 0.5;
  z-index: 2;
}
.culture h3 {
  margin: 0 0 35px;
  font-size: 34px;
  font-weight: 800;
  line-height: 44.2px;
  letter-spacing: -0.03em;
  color: #0A0A0A;
}
.culture article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 24px;
  margin-bottom: 32px;
}
.line-icon {
  max-width: 45px;
  max-height: 45px;
  display: grid;
  place-items: center;
  color: #111;

  img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.culture h4 {
  margin: 0 0 8px;
  color: #ED1C24;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 26px;
}
.culture p {
  margin: 0;
  color: #191919;
  font-size: 18px;
  line-height: 28.8px;
  font-weight: 800;
}
.benefits {
  padding-top: 95px;
  padding-bottom: 118px;
}
.benefit-grid {
  display: grid;
  margin: auto;
}
.benefit-grid article > i{
  color: #ED1C24;
  font-size: 51px;
}
.benefit-grid.top-row {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 62px;
  gap: 2rem;
}
.benefit-grid.bottom-row {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 34px;
  gap: 2rem;
}
.benefit-grid article {
  position: relative;
  min-height: 178px;
  border: 1px solid #ececec;
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
  padding: 26px 20px;
  background: #fff;
  border-radius: 5px;
  transition: all .3s ease-in-out;
}
.benefit-grid article:hover {
  border-color: transparent;
  transform: translateY(-3px);
}
.benefit-grid article:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 0;
  height: 5px;
  background: #f5232b;
  transform: translateX(-50%);
  transition: 0.22s;
}
.benefit-grid article:hover:after {
  width: 100%;
}
.benefit-grid span {
  color: #f5232b;
  font-size: 34px;
  line-height: 1;
  margin-bottom: 18px;
}
.benefit-grid p {
  max-width: 190px;
  margin: 0 auto;
  color: #39364E;
  font-weight: 700;
  line-height: 26px;
  font-size: 20px;
  letter-spacing: -0.02px;
  font-weight: 800;
}
.benefits .benefit-slider-shell {
  --swiper-theme-color: #f5232b;
  position: relative;
  width: min(100% - 48px, 1240px);
  margin: 72px auto 0;
  padding: 6px 58px 10px;
}
.benefits .benefit-slider {
  width: 100%;
  overflow: hidden;
}
.benefits .benefit-slider .swiper-wrapper {
  align-items: center;
}
.benefits .benefit-slider .swiper-slide {
  height: auto;
  overflow: hidden;
  border-radius: 8px;
  background: #f4f4f4;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.1);
}
.benefits .benefit-slider .swiper-slide img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
}
.benefits .benefit-slider-shell .swiper-button-prev,
.benefits .benefit-slider-shell .swiper-button-next {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: #ED1C2412;
  color: #ED1C24;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%) scale(0.94);
  transition: opacity 0.22s ease, transform 0.22s ease, color 0.22s ease;
}
.benefits .benefit-slider-shell .swiper-button-prev svg,
.benefits .benefit-slider-shell .swiper-button-next svg {
  width: 15px;
  height: 15px;
  color: currentColor;
}
.benefits .benefit-slider-shell:hover .swiper-button-prev,
.benefits .benefit-slider-shell:hover .swiper-button-next,
.benefits .benefit-slider-shell:focus-within .swiper-button-prev,
.benefits .benefit-slider-shell:focus-within .swiper-button-next {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-50%) scale(1);
}
.benefits .benefit-slider-shell .swiper-button-prev:hover,
.benefits .benefit-slider-shell .swiper-button-next:hover,
.benefits .benefit-slider-shell .swiper-button-prev:focus-visible,
.benefits .benefit-slider-shell .swiper-button-next:focus-visible {
  background: #ED1C24;
  color: #fff;
  outline: none;
}
.benefits .benefit-slider-shell .swiper-button-prev {
  left: 0;
}
.benefits .benefit-slider-shell .swiper-button-next {
  right: 0;
}
.benefits .benefit-slider-shell .swiper-button-prev:after,
.benefits .benefit-slider-shell .swiper-button-next:after {
  display: none;
}
.traffic {
  padding-top: 118px;
  padding-bottom: 112px;
}
.stats {
  max-width: 1040px;
  margin: clamp(48px, 6vw, 72px) auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 54px);
  text-align: center;
}
.stats article {
  min-width: 0;
}
.stats strong {
  display: block;
  font-size: clamp(34px, 3.7vw, 42px);
  font-weight: 600;
  line-height: 1;
  color: #000;
  white-space: nowrap;
}
.stats span {
  display: block;
  margin-top: clamp(12px, 2vw, 18px);
  color: #39364E;
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 700;
  line-height: 1.35;
}

.traffic .traffic-banner {
  max-width: 1240px;
  margin: 2rem auto 0 auto;
  display: flex;
  justify-content: center;
}
.traffic .traffic-banner img {
  width: 90%;
  border-radius: 50px;
  box-shadow: 10px 9px 32px 0px rgba(0,0,0,0.75);
}
.services {
  padding-top: 82px;
  padding-bottom: 116px;
}
.tabs {
  margin: 55px auto 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-bottom: 1px solid #f0f0f0;
  gap: 1rem;
}
.tabs button {
  min-height: 75px;
  border: 0;
  background: none;
  padding: 0 10px 22px;
  color: #777777;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  cursor: pointer;
  font-family: "Rubik-Light", Arial, sans-serif;
}
.tabs button:after {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: -1px;
  height: 3px;
  border-radius: 10px;
  background: transparent;
}
.tabs button.active {
  color: #111;
}
.tabs button.active:after {
  background: #f5232b;
}
.service-body {
  max-width: 990px;
  min-height: 330px;
  margin: 70px auto 0;
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 70px;
  align-items: center;
}
.service-copy h3 {
  margin: 0 0 25px;
  font-size: 30px;
  line-height: 1.05;
  font-weight: 800;
}
.service-copy ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.service-copy li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 28px;
  color: #2b3340;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 12px;
}

.service-copy li svg {
    width: 24px;
    color: #ED1C24;
}
/* .service-copy li:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0.55em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f5232b;
  box-shadow:
    0 0 0 4px #fff,
    0 0 0 6px #f5232b;
} */
.service-image {
  opacity: 0.12;
}
.service-image.has-image {
  opacity: 1;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.1);
}
.blocks {
  padding-top: 134px;
  padding-bottom: 126px;
}
.ghost-title {
  text-align: center;
  margin-bottom: 120px;
}
.ghost-title p,
.sub {
  margin: 28px 0 0;
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  color: #3F3F3F;
}
.block-grid {
  max-width: 980px;
  margin: 66px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 95px;
  text-align: center;
}
.block-icon {
  width: 112px;
  height: 112px;
  margin: 0 auto 22px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 42px;
  color: #111;
}
.block-icon.cyan {
  background: #90f3ff;
}
.block-icon.yellow {
  background: #fff83a;
}
.block-icon.blue {
  background: #0052a7;
  color: #fff;
}
.block-grid h3 {
  margin: 0 0 12px;
  font-size: 25px;
  line-height: 32.5px;
  color: #000;
}
.block-grid p {
  margin: 0 0 7px;
  color: #696969;
  font-size: 18px;
  line-height: 28.8px;
  font-weight: 600;
}
.section.team {
  .wrap {
      display: flex;
      flex-direction: column;
      gap: 2rem;
  }
}
.team {
  padding-top: 105px;
  padding-bottom: 132px;
}
.team-grid {
  margin: 64px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.team article {
  min-height: 320px;
  border: 1px solid #efefef;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 0 24px 32px;
  background: #fff;
  box-shadow: 2px 3px 7px rgb(161 161 163 / 8%) !important;
}
.team figure {
  height: 220px;
  margin: -1px -24px 28px;
  padding: 20px;
}
.team h3 {
  margin: auto 0 7px;
  color: #D70008;
  font-size: 22px;
  line-height: 22px;
}
.team p {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  color: #636363;
}

.single-banner {
  max-width: 1024px;
  margin: auto;
}
.single-banner img {
  border-radius: 50px;
  width: 100%;
  box-shadow: 10px 9px 32px 0px rgba(0,0,0,0.75);
}

.conditions {
  padding-top: 112px;
  padding-bottom: 132px;
}
.condition-title {
  text-align: center;
  font-weight: 700;
  margin: 24px 0 0;
  font-size: 22px;
  line-height: 33px;
}
.condition-grid {
  margin: 72px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.condition-grid article {
  border: 1px solid #efefef;
  padding: 34px 28px 30px;
}

.condition-grid article li {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 1rem;
}

.condition-grid article > i {
  margin-bottom: 1.5rem;
}

.condition-grid span {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 4px;
  margin-bottom: 34px;
  font-size: 26px;
}
.c-blue i, .c-green i, .c-yellow i {
  width: 70px;
  height: 70px;
  padding: 29px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-blue i {
  background-color: #aecfea;
  color: #288bd1;
}
.c-green i {
  background-color: #abe1bd;
  color: #19a660;
}
.c-yellow i {
  background-color: #ffe7b7;
  color: #ca8b00;
}
.condition-grid ul {
  list-style: none;
  margin: 0 0 52px;
  padding: 0;
}
.condition-grid li {
  color: #263141;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.condition-grid li i {
  width: fit-content;
  background-color: transparent;
  padding: 0;
  color: #ED1C24;
}

.clients {
  padding-top: 112px;
  padding-bottom: 112px;
}
.client-grid {
  margin: 72px auto 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 40px;
  row-gap: 30px;
  align-items: center;
  text-align: center;
}
.client-grid div {
  height: 58px;
  display: grid;
  place-items: center;
}
.client-grid img {
  display: block;
  max-width: 100%;
  max-height: 58px;
  object-fit: contain;
}
.client-grid div.is-hidden {
  display: none;
}
.client-grid div.is-revealing {
  animation: clientLogoReveal 0.32s ease both;
}
@keyframes clientLogoReveal {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.green-logo {
  background: #06994e;
  color: #fff !important;
  border-radius: 2px;
  padding: 8px;
}
.karma {
  color: #000 !important;
  font-size: 30px !important;
  font-style: italic;
  transform: rotate(-10deg);
}
.pink {
  color: #b51f94 !important;
  font-size: 12px !important;
}
.motts {
  border: 3px solid #214c9a;
  border-radius: 50%;
  background: #fff25a;
  color: #214c9a !important;
  font-size: 15px !important;
}
.ism,
.sprite,
.kola,
.joya {
  color: #19a85b !important;
  font-size: 26px !important;
  font-style: italic;
}
.valle {
  background: #333;
  color: #fff !important;
  border-radius: 1px;
  font-family: Georgia, serif;
}
.blueword {
  color: #1451b1 !important;
  font-style: italic;
}
.boxblue {
  background: #082c85;
  color: #fff !important;
  border-radius: 2px;
}
.coke {
  color: #f33 !important;
  font-family: Georgia, serif;
  font-style: italic;
}
.gas {
  background: #0a9145;
  color: #fff !important;
  border-radius: 999px;
  font-size: 12px !important;
}
.more {
  font-size: 16px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  transition: opacity 0.22s ease, transform 0.22s ease;
  color: #fff;
  border-color: #f4524d;
  background-color: #f4524d;
  cursor: pointer;
  background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-repeat: repeat-x;
  border: none;
  border-radius: 5px;
  margin: 56px auto 0;
  display: grid;
  place-items: center;
}
.more.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  margin: 0 auto;
}
.contact {
  position: relative;
  padding-top: 116px;
  padding-bottom: 96px;
}
.contact-grid {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 96px;
  align-items: start;
  width: min(100% - 48px, 1370px) !important;
}
.contact-info h2 {
  text-align: left;
}
.contact-info > p {
  margin-bottom: 2rem;
  color: #202938;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.75;
}
.contact-info div {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
}
.contact-info span {
  color: #f5232b;
  font-size: 30px;
}

.contact-info p {
  color: #0A0A0A;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}
.contact-info a {
  margin: 0;
  color: #0A0A0A;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  text-decoration: none;
}
.contact-info strong {
  color: #f5232b;
}
.contact-form {
  padding: 42px 46px 22px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.18);
  border-radius: 13px;
}
.contact-form h3 {
  margin: 0 0 28px;
  text-align: center;
  font-size: 29px;
  line-height: 37.7px;
  font-weight: 800;
}
.two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 17px;
}
.contact-form label {
  display: block;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  margin-bottom: 17px;
  border: 1px solid #dadada;
  padding: 0 16px;
  font-size: 12px;
  font-family: inherit;
  outline: none;
  border-radius: 5px;
}
.contact-form input {
  height: 47px;
}
.contact-form textarea {
  min-height: 112px;
  padding-top: 14px;
  resize: vertical;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #66afe9;
}
/* Visual states and inline messages used by the contact-form validation script. */
.contact-form input.is-invalid,
.contact-form textarea.is-invalid {
  border-color: #ED1C24;
}
.contact-form input.is-valid,
.contact-form textarea.is-valid {
  border-color: #25a55f;
}
.field-error {
  display: none;
  margin: -10px 0 14px;
  color: #ED1C24;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}
.field-error.is-visible {
  display: block;
}
.contact-form button {
  border-radius: 5px;
  font-weight: 400;
  cursor: pointer;
}
.contact-form button {
  width: 100%;
  height: 50px;
  border: 0;
  background: #f5232b;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}
.up {
  position: fixed;
  right: max(30px, calc(env(safe-area-inset-right) + 14px));
  bottom: max(30px, calc(env(safe-area-inset-bottom) + 14px));
  z-index: 30;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 5px;
  background-color: #ED1C2412;
  color: #ED1C24;
  font-size: 14px;
  line-height: 1;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px) scale(0.92);
  transition: opacity 0.22s ease, transform 0.22s ease, background 0.22s ease;
  visibility: hidden;
}
.up.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  visibility: visible;
}
.up:hover,
.up:focus-visible {
  transform: translateY(-5px);
}
.map {
  line-height: 0;
}
.map-img {
  width: 100%;
  background:
    radial-gradient(circle at 16% 58%, #1e9aff 0 4px, transparent 5px),
    radial-gradient(circle at 28% 45%, #f5232b 0 4px, transparent 5px),
    radial-gradient(circle at 42% 52%, #1e9aff 0 4px, transparent 5px),
    radial-gradient(circle at 58% 42%, #f5232b 0 4px, transparent 5px),
    radial-gradient(circle at 74% 47%, #f5232b 0 4px, transparent 5px),
    linear-gradient(
      160deg,
      transparent 0 45%,
      rgba(252, 193, 66, 0.7) 46% 48%,
      transparent 49%
    ),
    linear-gradient(180deg, #edf2f6 0 62%, #9cc9ff 62% 100%);
}
.map-img:before {
  content: "";
}
.footer {
  background: #000;
  color: #fff;
  padding: 76px 0 28px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.45fr 0.9fr 0.75fr;
  gap: 94px;
}
.footer-grid .siguenos {
  display: flex;
  flex-direction: column;
}
.footer-grid .siguenos a {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.footer .qmark:before {
  border-color: #fff;
  border-left-color: #f5232b;
}

.footer p,
.footer a {
  font-size: 16px;
  line-height: 25.6px;
  color: #BDBEC8;
  line-height: 1.75;
  font-weight: 600;
}
.footer h3 {
  font-size: 18px;
  margin: 0 0 22px;
  line-height: 23.4px;
}
.footer-brand {
  display: inline-flex;
  color: #fff;
  font-size: 22px;
  margin-bottom: 16px;
}
.copy {
  text-align: center;
  margin: 70px 0 0 !important;
  font-size: 15px !important;
  line-height: 25px;
}
@media (max-width: 1020px) {
  .menu-btn {
    display: flex;
  }
  .nav {
    position: fixed;
    top: 68px;
    left: 0;
    right: 0;
    display: grid;
    background: #fff;
    padding: 10px 24px 22px;
    border-bottom: 1px solid #eee;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transform: translateY(-140%);
    opacity: 0;
    pointer-events: none;
    transition: 0.25s;
  }
  .nav a {
    padding: 14px 0;
    border-bottom: 1px solid #f3f3f3;
    font-size: 14px;
  }
  body.open .nav {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .about-grid {
    margin-top: clamp(48px, 6vw, 64px);
    gap: clamp(48px, 7vw, 72px);
  }
  .about-pics,
  .culture {
    max-width: 640px;
    width: 100%;
    margin: auto;
  }
  .about-pics {
    min-height: clamp(360px, 56vw, 440px);
  }
  .photo {
    width: min(380px, 64%);
  }
  .photo-a {
    left: clamp(0px, 4vw, 34px);
    top: 0;
  }
  .photo-b {
    right: clamp(0px, 4vw, 40px);
    bottom: 0;
  }
  .dots {
    right: clamp(0px, 3vw, 28px);
    bottom: -26px;
    width: min(210px, 36vw);
    height: 150px;
    background-size: 16px 16px;
  }
  .benefit-grid.bottom-row,
  .team-grid,
  .condition-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .stats {
    max-width: 760px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 34px;
  }
  .stats article:last-child {
    grid-column: 1 / -1;
    width: min(100%, 360px);
    justify-self: center;
  }
  .tabs {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-body {
    grid-template-columns: 1fr;
  }
  /* .service-image {
    display: none;
  } */
  .client-grid {
    grid-template-columns: repeat(3, 1fr);
    max-width: 640px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
}
@media (max-width: 720px) {
  .wrap {
    width: min(100% - 34px, 1120px);
  }
  .section {
    padding: 25px 0;
  }
  .section h2 {
    font-size: 18px;
  }
  .hero {
    --hero-height: clamp(340px, 62svh, 520px);
    min-height: 0;
  }
  .hero-logo h1 {
    font-size: 42px;
    letter-spacing: 3px;
  }
  .hero-logo p {
    font-size: 13px;
  }
  .qmark.big {
    width: 90px;
    height: 90px;
  }
  .about-grid {
    margin-top: 42px;
    gap: 38px;
  }
  .about-pics {
    min-height: 330px;
    max-width: 430px;
  }
  .photo-a {
    left: 0;
    top: 0;
    width: 68%;
    height: auto;
  }
  .photo-b {
    right: 0;
    bottom: 0;
    width: 70%;
    height: auto;
  }
  .dots {
    right: -8px;
    bottom: -22px;
    width: 142px;
    height: 96px;
    background-size: 12px 12px;
  }
  .culture h3 {
    margin-bottom: 26px;
    font-size: 28px;
    line-height: 34px;
  }
  .culture article {
    gap: 18px;
    margin-bottom: 26px;
  }
  .culture p {
    font-size: 16px;
    line-height: 25px;
  }
  .benefit-grid.top-row,
  .benefit-grid.bottom-row,
  .stats,
  .block-grid,
  .team-grid,
  .condition-grid {
    grid-template-columns: 1fr;
    margin: auto;
  }
  .stats {
    max-width: 390px;
    margin-top: 42px;
  }
  .stats article:last-child {
    grid-column: auto;
    width: 100%;
  }
  .stats strong {
    font-size: 34px;
  }
  .stats span {
    max-width: 280px;
    margin-right: auto;
    margin-left: auto;
  }
  .stats,
  .block-grid {
    gap: 36px;
  }
  .benefit-grid,
  .block-grid,
  .team-grid,
  .condition-grid {
    max-width: 390px;
  }
  .benefits .benefit-slider-shell {
    width: min(100% - 34px, 520px);
    margin-top: 48px;
    padding-right: 46px;
    padding-left: 46px;
  }
  .ghost-title {
    margin-bottom: 85px;
  }
  .client-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .two {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .contact-form {
    padding: 32px 24px;
  }
  .up {
    right: max(14px, calc(env(safe-area-inset-right) + 12px));
    bottom: max(14px, calc(env(safe-area-inset-bottom) + 12px));
    width: 44px;
    height: 44px;
    font-size: 21px;
  }
  .map-img {
    height: 180px;
  }
  .footer-brand {
    font-size: 17px;
  }
}
@media (max-width: 460px) {
  .top,
  .nav-wrap {
    height: 64px;
  }
  .nav {
    top: 64px;
  }
  .brand-text {
    font-size: 15px;
  }
  .hero {
    --hero-height: clamp(300px, 58svh, 430px);
    min-height: 0;
  }
  .about-grid {
    margin-top: 34px;
    gap: 30px;
  }
  .about-pics {
    min-height: 265px;
    max-width: 340px;
  }
  .photo-a {
    width: 66%;
    height: auto;
  }
  .photo-b {
    width: 72%;
    height: auto;
  }
  .dots {
    right: -6px;
    bottom: -18px;
    width: 112px;
    height: 78px;
  }
  .stats {
    gap: 30px;
  }
  .stats strong {
    font-size: 30px;
  }
  .stats span {
    font-size: 15px;
    line-height: 1.45;
  }
  .culture article {
    grid-template-columns: 38px 1fr;
    gap: 15px;
  }
  .benefit-grid article {
    min-height: 150px;
  }
  .benefits .benefit-slider-shell {
    margin-top: 40px;
    padding-right: 44px;
    padding-left: 44px;
  }
  .benefits .benefit-slider-shell .swiper-button-prev,
  .benefits .benefit-slider-shell .swiper-button-next {
    width: 36px;
    height: 36px;
  }
  .benefits .benefit-slider-shell .swiper-button-prev {
    left: 0;
  }
  .benefits .benefit-slider-shell .swiper-button-next {
    right: 0;
  }
  .tabs {
    grid-template-columns: 1fr;
  }
  .tabs button {
    min-height: 58px;
  }
  .condition-grid article {
    min-height: auto;
  }
  .team figure {
    height: 185px;
  }
  .team article {
    min-height: 280px;
  }
  .contact-info div {
    grid-template-columns: 40px 1fr;
  }
  .client-grid div {
    height: 52px;
  }
  .client-grid img {
    max-height: 52px;
  }
}


/* DOOH Styles */
/* Dooh grid - <!-- Make a grid of DOOH campaigns. Three columns for large screens, two for medium, one for small --> */
/* Add blur effect to background */
.dooh-hero {
  background: url('./assets/img/Estacion-Csandra-McDonald.jpg') center/cover no-repeat;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  font-weight: 700;
  text-shadow: -2px 2px 3px #393939;
  position: relative;
}

/* Add blur effect to .dooh-hero background image */
.dooh-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #4400094f;
  backdrop-filter: blur(4px);
  z-index: 0;
}

.dooh-hero h1 {
  font-size: 34px;
  line-height: 44.2px;
  z-index: 1;
  text-align: center;
}

.dooh-hero p {
  font-size: 18px;
  line-height: 27px;
  z-index: 1;
  text-align: center;
}

.dooh-campaigns {
  padding: 82px 0 116px;
}

.dooh-grid {
  display: grid;
  gap: clamp(16px, 2.5vw, 24px);
  margin-top: 48px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.dooh-grid .dooh-item {
  border: 1px solid #efefef;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.1);
  width: 100%;
  aspect-ratio: 16 / 9;
  position: relative;
  cursor: pointer;
  border-radius: 12px;
}

.dooh-grid .dooh-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.dooh-grid .dooh-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(237, 28, 36, 0.9);
  opacity: 0;
  transition: opacity 0.22s ease;
  z-index: 1;
}

.dooh-grid .dooh-item h3 {
  margin: 0;
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  color: #fff;
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  opacity: 0;
  transition: opacity 0.22s ease;
  z-index: 2;
}

.dooh-grid .dooh-item p {
  display: none;
}

.dooh-grid .dooh-item:hover::before,
.dooh-grid .dooh-item:hover h3 {
  opacity: 1;
}

.has-dooh-lightbox {
  overflow: hidden;
}

.dooh-lightbox {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(18px, 4vw, 48px);
  background: rgba(0, 0, 0, 0.82);
  z-index: 100;
}

.dooh-lightbox.is-open {
  display: flex;
}

.dooh-lightbox-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.4);
}

.dooh-lightbox-close {
  position: fixed;
  top: clamp(14px, 3vw, 28px);
  right: clamp(14px, 3vw, 28px);
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #ED1C24;
  color: #fff;
  cursor: pointer;
  font-size: 30px;
  line-height: 1;
  display: grid;
  place-items: center;
  z-index: 101;
}

.dooh-lightbox-close:hover,
.dooh-lightbox-close:focus-visible {
  background: #b80f16;
  outline: none;
}

@media (max-width: 1020px) {
  .dooh-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .dooh-grid {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }
}

/* OOH Styles */
.ooh-hero {
  background: url('./assets/img/Pedidos-Ya-Cristal-Exterior-Francisco-Bono.jpg') center/cover no-repeat;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  font-weight: 700;
  text-shadow: -2px 2px 3px #393939;
  position: relative;
}

.ooh-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #4400094f;
  backdrop-filter: blur(4px);
  z-index: 0;
}

.ooh-hero h1 {
  font-size: 34px;
  line-height: 44.2px;
  z-index: 1;
  text-align: center;
}

.ooh-hero p {
  font-size: 18px;
  line-height: 27px;
  z-index: 1;
  text-align: center;
}

.ooh-campaigns {
  padding: 82px 0 116px;
}

.ooh-grid {
  display: grid;
  gap: clamp(16px, 2.5vw, 24px);
  margin-top: 48px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.ooh-grid .ooh-item {
  border: 1px solid #efefef;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.1);
  width: 100%;
  aspect-ratio: 16 / 9;
  position: relative;
  cursor: pointer;
  border-radius: 12px;
}

.ooh-grid .ooh-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.ooh-grid .ooh-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(237, 28, 36, 0.9);
  opacity: 0;
  transition: opacity 0.22s ease;
  z-index: 1;
}

.ooh-grid .ooh-item h3 {
  margin: 0;
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  color: #fff;
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  opacity: 0;
  transition: opacity 0.22s ease;
  z-index: 2;
}

.ooh-grid .ooh-item p {
  display: none;
}

.ooh-grid .ooh-item:hover::before,
.ooh-grid .ooh-item:hover h3 {
  opacity: 1;
}

.has-ooh-lightbox {
  overflow: hidden;
}

.ooh-lightbox {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(18px, 4vw, 48px);
  background: rgba(0, 0, 0, 0.82);
  z-index: 100;
}

.ooh-lightbox.is-open {
  display: flex;
}

.ooh-lightbox-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.4);
}

.ooh-lightbox-close {
  position: fixed;
  top: clamp(14px, 3vw, 28px);
  right: clamp(14px, 3vw, 28px);
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #ED1C24;
  color: #fff;
  cursor: pointer;
  font-size: 30px;
  line-height: 1;
  display: grid;
  place-items: center;
  z-index: 101;
}

.ooh-lightbox-close:hover,
.ooh-lightbox-close:focus-visible {
  background: #b80f16;
  outline: none;
}

@media (max-width: 1020px) {
  .ooh-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .ooh-grid {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }
}
