:root {
  --mcg-blue: #412fff;
  --text-light: #9c9ca1;
  --text-body: #8f8f94;
  --rule: #cfcfd2;
  --teal: #23e2bf;
  --red: #ff5f63;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--text-body);
  background: #fff;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 300;
}

body.is-loading {
  overflow: hidden;
}

.site-preloader {
  position: fixed;
  inset: 0;
  z-index: 9000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  opacity: 1;
  visibility: visible;
  transition: opacity 620ms ease, visibility 620ms ease;
}

.site-preloader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.preloader-animation {
  display: block;
  width: min(180px, 25vw);
  pointer-events: none;
}

.preloader-animation svg {
  display: block;
  width: 100%;
  height: auto;
}

main {
  background: #fff;
}

body.portfolio-lightbox-open {
  overflow: hidden;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 900ms ease, transform 900ms ease;
  will-change: opacity, transform;
}

.reveal-on-scroll.is-visible,
.no-scroll-reveal .reveal-on-scroll {
  opacity: 1;
  transform: translateY(0);
}

.service-group.reveal-on-scroll {
  transition-delay: 120ms;
}

.digital-group.reveal-on-scroll {
  transition-delay: 220ms;
}

.service-column.reveal-on-scroll:nth-child(1) {
  transition-delay: 180ms;
}

.service-column.reveal-on-scroll:nth-child(2) {
  transition-delay: 260ms;
}

.service-column.reveal-on-scroll:nth-child(3) {
  transition-delay: 340ms;
}

.service-column.reveal-on-scroll:nth-child(4) {
  transition-delay: 420ms;
}

.footer-reveal.reveal-on-scroll {
  transition-delay: 120ms;
}

.about-reveal-1 {
  transition-delay: 120ms;
}

.about-reveal-2 {
  transition-delay: 260ms;
}

.about-reveal-3 {
  transition-delay: 380ms;
}

.about-reveal-4 {
  transition-delay: 500ms;
}

.about-reveal-5 {
  transition-delay: 620ms;
}

.about-reveal-6 {
  transition-delay: 740ms;
}

.value-reveal-1 {
  transition-delay: 120ms;
}

.value-reveal-2 {
  transition-delay: 220ms;
}

.value-reveal-3 {
  transition-delay: 320ms;
}

.value-reveal-4 {
  transition-delay: 420ms;
}

@media (prefers-reduced-motion: reduce) {
  .reveal-on-scroll,
  .portfolio-item {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .preloader-animation svg {
    animation: none;
  }
}

button,
input,
textarea,
select {
  font-family: inherit;
}

a {
  color: inherit;
}

.mcg-container {
  width: min(100%, 1200px);
  margin: 0 auto;
  padding-left: 76px;
  padding-right: 76px;
}

.site-header {
  position: relative;
  width: 100%;
  z-index: 1000;
  background: #fff;
  backdrop-filter: none;
  box-shadow: none;
}

.site-header .mcg-container {
  width: 100%;
  max-width: none;
}

.has-floating-header main {
  padding-top: 0;
}

.page-index .site-header {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}

.navbar {
  min-height: 64px;
  padding: 10px 0;
}

.navbar-brand {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  line-height: 0;
}

.brand-logo {
  width: 80px;
  height: auto;
  display: block;
}

.navbar-nav {
  gap: 38px;
}

.navbar-nav > .nav-item:not(.language-switch) > .nav-link {
  color: #8f8f94;
  padding: 0 0 0px;
  font-size: 24px;
  line-height: 1;
  font-weight: 300;
  text-decoration: none;
  border-bottom: 3px solid transparent;
}

.navbar-nav > .nav-item:not(.language-switch) > .nav-link:hover,
.navbar-nav > .nav-item:not(.language-switch) > .nav-link:focus {
  color: #8f8f94;
}

.navbar-nav > .nav-item:not(.language-switch) > .nav-link.active {
  color: var(--mcg-blue);
  border-bottom-color: var(--mcg-blue);
}

.language-switch {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-left: 4px;
}

.language-switch .nav-link {
  font-size: 16px;
  text-decoration: none;
  color: #aaa;
}

.language-switch .lang-link.active {
  color: var(--mcg-blue);
  font-weight: 400;
}

.lang-divider {
  color: #b5b5b8;
  font-size: 15px;
}

.page-index .navbar-brand,
.page-index .navbar-nav > .nav-item:not(.language-switch) > .nav-link,
.page-index .language-switch .nav-link,
.page-index .lang-divider {
  color: #fff;
}

.page-index .navbar-nav > .nav-item:not(.language-switch) > .nav-link:hover,
.page-index .navbar-nav > .nav-item:not(.language-switch) > .nav-link:focus,
.page-index .language-switch .nav-link:hover,
.page-index .language-switch .nav-link:focus {
  color: #fff;
  opacity: .82;
}

.page-index .navbar-nav > .nav-item:not(.language-switch) > .nav-link.active,
.page-index .language-switch .lang-link.active {
  color: #fff;
  border-bottom-color: #fff;
}

.page-index .navbar-toggler {
  border-color: rgba(255, 255, 255, .6);
}

.page-index .navbar-toggler:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .18);
}

.page-index .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.hero-slider {
  position: relative;
  height: clamp(560px, 53.7vw, 733px);
  overflow: hidden;
  background: #111;
  touch-action: pan-y;
}

.page-index .hero-slider {
  width: 100%;
  min-height: 100vh;
  height: 100svh;
}

.page-index .hero-slide {
  align-items: flex-end;
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  opacity: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateX(-100%);
  transition: transform 850ms cubic-bezier(.76, 0, .24, 1);
  will-change: transform;
}

.hero-slide.active {
  transform: translateX(0);
  z-index: 2;
}

.hero-slide.slide-enter-left {
  z-index: 3;
  transform: translateX(-100%);
}

.hero-slide.slide-enter-right {
  z-index: 3;
  transform: translateX(100%);
}

.hero-slide.slide-out-right {
  z-index: 2;
  transform: translateX(100%);
}

.hero-slide.slide-out-left {
  z-index: 2;
  transform: translateX(-100%);
}

.hero-slide.no-transition {
  transition: none;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, .5) 100%);
}

.page-index .hero-shade {
  background: linear-gradient(180deg, rgba(0, 0, 0, .34) 0%, rgba(0, 0, 0, .12) 35%, rgba(0, 0, 0, .56) 100%);
}

.bg-mcg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: auto;
  height: 100%;
  max-width: none;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(-160px, 0, 0);
  transform-origin: right center;
  transition: transform 1250ms cubic-bezier(.22, 1, .36, 1) 560ms, opacity 950ms ease 560ms;
}

.hero-slide.active .bg-mcg {
  opacity: .72;
  transform: translate3d(0, 0, 0);
}

.hero-slide.slide-out-left .bg-mcg,
.hero-slide.slide-out-right .bg-mcg {
  opacity: 0;
  transform: translate3d(90px, 0, 0);
  transition-duration: 360ms;
  transition-delay: 0ms;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-bottom: 126px;
  opacity: 0;
  transform: translateX(42px);
  transition: opacity 900ms ease 650ms, transform 900ms ease 650ms;
}

.page-index .hero-content {
  width: 100%;
  padding-top: 96px;
  padding-bottom: 80px;
  padding-right: clamp(260px, 24vw, 420px);
  text-align: left;
}

.hero-slide.active .hero-content {
  opacity: 1;
  transform: translateX(0);
}

.hero-slide.slide-out-left .hero-content,
.hero-slide.slide-out-right .hero-content {
  opacity: 0;
  transform: translateX(-24px);
  transition-delay: 0ms;
  transition-duration: 320ms;
}

.hero-content h1 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 3.45vw, 48px);
  line-height: 1.02;
  font-weight: 300;
  letter-spacing: 0;
}

.page-index .hero-content h1 {
  width: 100%;
  max-width: 760px;
  /* minimo, promedio en % , maximo */
  font-size: clamp(18px, 5.4vw, 50px);
  line-height: .92;
  font-weight: 100;
}

.slider-dots {
  position: absolute;
  left: 50%;
  bottom: 32px;
  z-index: 3;
  display: flex;
  gap: 16px;
  transform: translateX(-50%);
}

.page-index .slider-dots {
  left: 0;
  right: 0;
  transform: none;
  justify-content: flex-start;
}

.slider-dot {
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(221, 221, 221, .78);
  transition: background-color 200ms ease, transform 200ms ease;
}

.slider-dot:hover,
.slider-dot:focus-visible {
  transform: scale(1.08);
  outline: none;
}

.slider-dot.active {
  background: var(--mcg-blue);
}

.services-section {
  padding: 75px 0 0;
  background: #fff;
}

.services-layout {
  align-items: flex-start;
}

.brand-side {
  padding-top: 2px;
}

.services-logo {
  width: 178px;
  max-width: 100%;
  height: auto;
  display: block;
}

.service-group {
  /* padding-bottom: 57px; */
  border-bottom: 1px solid var(--rule);
}

.service-group + .service-group {
  padding-top: 25px;
}

.service-group h2 {
  margin: 0 0 28px;
  color: var(--text-light);
  font-size: 31px;
  line-height: 1.1;
  font-weight: 300;
  letter-spacing: 0;
}

.service-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--text-light);
  font-size: 31px;
  line-height: 1.1;
  font-weight: 300;
  letter-spacing: 0;
  text-align: left;
  cursor: pointer;
}

.service-toggle:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 6px;
}

.service-toggle .caret {
  transition: transform 280ms ease, color 280ms ease;
  transform-origin: center;
}

.service-toggle[aria-expanded="false"] .caret {
  transform: rotate(-90deg);
}

.service-content {
  overflow: hidden;
  opacity: 0;
  transition: height 360ms ease, opacity 260ms ease;
}

.service-content.is-open {
  opacity: 1;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 8px;
  vertical-align: middle;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 13px solid currentColor;
}

.caret-teal {
  color: var(--teal);
}

.caret-red {
  color: var(--red);
}

.service-column h3 {
  margin: 0 0 6px;
  color: var(--mcg-blue);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
}

.service-column ul {
  margin: 0;
  padding-left: 20px;
}

.service-column li {
  margin-bottom: 4px;
  color: #9c9ca1;
  font-size: 14px;
  line-height: 1.18;
}

.digital-group {
  /* padding-bottom: 54px; */
}

.footer-section {
  /* padding-bottom: 62px; */
  background: #fff;
}

.footer-section-compact {
  padding-top: 0;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  
  color: #9c9ca1;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 300;
}

.footer-cities {
  display: flex;
  gap: 33px;
}

.footer-contact {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.site-footer a {
  color: #9c9ca1;
  text-decoration: none;
}

.footer-email {
  pointer-events: auto;
}

.site-footer a:hover {
  color: var(--mcg-blue);
}

.footer-copy {
  margin: 0;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 0;
  background: #fff;
}

.portfolio-item {
  position: relative;
  width: 100%;
  aspect-ratio: 447 / 555;
  display: block;
  padding: 0;
  overflow: hidden;
  color: #fff;
  background: #111;
  border: 0;
  cursor: pointer;
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 850ms ease, transform 850ms ease;
}

.portfolio-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.no-scroll-reveal .portfolio-item {
  opacity: 1;
  transform: translateY(0);
}

.portfolio-item img,
.portfolio-item video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: opacity 650ms ease, transform 650ms ease;
}

.portfolio-item video {
  opacity: 0;
}

.portfolio-item.is-previewing-video video {
  opacity: 1;
}

.portfolio-item.is-previewing-video img {
  opacity: 0;
}

.portfolio-item:hover img,
.portfolio-item:focus-visible img,
.portfolio-item:hover video,
.portfolio-item:focus-visible video {
  transform: scale(1.035);
}

.portfolio-title {
  position: absolute;
  left: 28px;
  bottom: 26px;
  z-index: 2;
  max-width: calc(100% - 56px);
  color: #fff;
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1;
  font-weight: 300;
  text-align: left;
  opacity: 0;
  transform: translateX(38px);
  transition: opacity 420ms ease, transform 420ms ease;
  pointer-events: none;
}

.portfolio-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .58) 100%);
  opacity: 0;
  transition: opacity 420ms ease;
  pointer-events: none;
}

.portfolio-item:hover::after,
.portfolio-item:focus-visible::after,
.portfolio-item:hover .portfolio-title,
.portfolio-item:focus-visible .portfolio-title {
  opacity: 1;
}

.portfolio-item:hover .portfolio-title,
.portfolio-item:focus-visible .portfolio-title {
  transform: translateX(0);
}

.portfolio-item:focus-visible {
  outline: 2px solid var(--mcg-blue);
  outline-offset: -2px;
}

.portfolio-lightbox {
  position: fixed;
  inset: 0;
  z-index: 5000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: rgba(0, 0, 0, .95);
  touch-action: pan-y;
}

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

.portfolio-lightbox-media {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  background: #050505;
}

.portfolio-lightbox.is-loading .portfolio-lightbox-media::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  border: 3px solid rgba(255, 255, 255, .24);
  border-top-color: rgba(255, 255, 255, .9);
  border-radius: 50%;
  animation: portfolio-lightbox-spin .7s linear infinite;
  pointer-events: none;
}

.portfolio-lightbox-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.portfolio-lightbox-media video {
  width: calc(100vw - 172px);
  max-width: 100%;
  max-height: calc(100vh - 144px);
  display: block;
  object-fit: contain;
}

.portfolio-lightbox-media img {
  opacity: 1;
  transition: opacity 260ms ease;
}

.portfolio-lightbox-media img.is-changing {
  opacity: 0;
}

@keyframes portfolio-lightbox-spin {
  to {
    transform: rotate(360deg);
  }
}

.portfolio-lightbox-button {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 50%;
  font-size: 34px;
  line-height: 1;
}

.portfolio-lightbox-prev,
.portfolio-lightbox-next {
  width: auto;
  height: auto;
  min-width: 44px;
  padding: 6px 10px;
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 72px;
  font-weight: 100;
}

.portfolio-lightbox-prev:hover,
.portfolio-lightbox-prev:focus-visible,
.portfolio-lightbox-next:hover,
.portfolio-lightbox-next:focus-visible {
  background: transparent;
  color: #9fa1ff;
}

.portfolio-lightbox-close:hover,
.portfolio-lightbox-close:focus-visible {
  background: rgba(255, 255, 255, .18);
  outline: none;
}

.portfolio-lightbox-close {
  top: 28px;
  right: 28px;
}

.portfolio-lightbox-prev {
  left: 28px;
  top: 50%;
  transform: translateY(-50%);
}

.portfolio-lightbox-next {
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
}

.services-section-compact {
  padding-top: 55px;
}

.about-hero {
  min-height: 1135px;
  color: #fff;
  background: linear-gradient(180deg, var(--mcg-blue) 0%, #4a2cff 72%, #050017 100%);
}

.about-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 202px;
  text-align: center;
}

.about-hero h1 {
  margin: 0 0 56px;
  color: #f7f6ff;
  font-size: clamp(82px, 9vw, 132px);
  line-height: .9;
  font-weight: 100;
  letter-spacing: 0;
}

.about-lead,
.about-copy {
  max-width: 790px;
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 28px;
  line-height: 1.18;
  font-weight: 300;
}

.conversation-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 54px;
  margin: 66px 0 64px;
  padding: 13px 30px;
  color: #fff;
  background: #ff4f53;
  /* border: 2px solid #1b1464; */
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.conversation-button:hover {
  color: #fff;
  background: #ff6265;
}

.team-list {
  display: flex;
  justify-content: center;
  gap: 58px;
  margin-top: 66px;
}

.team-card {
  width: 246px;
  color: #fff;
  text-align: center;
}

.team-card img {
  width: 210px;
  height: 210px;
  margin: 0 auto 18px;
  display: block;
  border-radius: 50%;
  object-fit: cover;
}

.team-card h2 {
  margin: 0;
  color: #fff;
  font-size: 25px;
  line-height: .95;
  font-weight: 400;
}

.team-card h2 span {
  color: rgba(255, 255, 255, .42);
  font-weight: 300;
}

.team-card a {
  color: #fff;
  font-size: 17px;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
}

.values-section {
  padding: 151px 0 148px;
  background: #fff;
}

.values-row {
  row-gap: 36px;
}

.values-section h2 {
  margin: 0;
  color: #7269ff;
  font-size: 55px;
  line-height: .94;
  font-weight: 100;
  letter-spacing: 0;
}

.value-item h3 {
  margin: 0 0 17px;
  color: #3d3d42;
  font-size: 22px;
  line-height: 1;
  font-weight: 400;
}

.value-item p {
  max-width: 245px;
  margin: 0;
  color: #64646a;
  font-size: 18px;
  line-height: 1.18;
  font-weight: 300;
}

.about-watermark {
  min-height: 512px;
  overflow: hidden;
  background: #fff url("../images/bg.gif") center top / cover no-repeat;
}

@media (max-width: 1350px) {
  .mcg-container {
    padding-left: 42px;
    padding-right: 42px;
  }
}

@media (max-width: 991.98px) {
  .brand-side {
    margin-bottom: 36px;
  }

  .services-logo {
    width: 150px;
  }

  .about-hero {
    min-height: auto;
  }

  .about-inner {
    padding-top: 126px;
    padding-bottom: 110px;
  }

  .about-lead,
  .about-copy {
    font-size: 24px;
  }

  .values-section {
    padding: 98px 0 110px;
  }

  .value-item p {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .mcg-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .navbar {
    min-height: 60px;
  }

  .navbar-collapse {
    padding: 12px 0 16px;
    margin-top: 10px;
    background: rgba(255, 255, 255, .96);
  }

  .page-index .navbar-collapse {
    background: rgba(0, 0, 0, .45);
    backdrop-filter: blur(10px);
  }

  .navbar-nav {
    align-items: flex-start !important;
    gap: 18px;
  }

  .navbar .nav-link {
    font-size: 21px;
  }

  .language-switch .nav-link {
    font-size: 16px;
  }

  .hero-slider {
    height: 590px;
  }

  .page-index .hero-slider {
    min-height: 100vh;
    height: 100svh;
  }

  .hero-slide {
    background-position: center center;
  }

  .hero-content {
    padding-bottom: 112px;
  }

  .page-index .hero-content {
    padding-top: 84px;
    padding-bottom: 118px;
    padding-right: 24px;
  }

  .hero-content h1 {
    max-width: 420px;
    font-size: 36px;
  }

  .page-index .hero-content h1 {
    max-width: 520px;
    font-size: clamp(38px, 9vw, 64px);
    line-height: 1;
  }

  .bg-mcg {
    opacity: 0;
    right: -72px;
    height: 100%;
  }

  .hero-slide.active .bg-mcg {
    opacity: .42;
  }

  .page-index .slider-dots {
    /* left: 24px; */
    right: 24px;
  }

  .slider-dots {
    bottom: 36px;
    gap: 12px;
  }

  .slider-dot {
    width: 20px;
    height: 20px;
  }

  .services-section {
    padding-top: 52px;
  }

  .service-group {
    padding-bottom: 42px;
  }

  .service-group h2 {
    font-size: 29px;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding-top: 42px;
  }

  .footer-contact {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .portfolio-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-flow: dense;
    grid-auto-rows: 27vw;
    gap: 6px;
  }

  .portfolio-item {
    height: 100%;
    aspect-ratio: auto;
  }

  .portfolio-item:nth-child(4),
  .portfolio-item:nth-child(10) {
    grid-column: span 2;
    grid-row: span 2;
  }

  .portfolio-item:nth-child(7),
  .portfolio-item:nth-child(11) {
    grid-column: span 1;
    grid-row: span 2;
  }

  .about-inner {
    padding-top: 92px;
  }

  .about-hero h1 {
    margin-bottom: 42px;
    font-size: 74px;
  }

  .about-lead,
  .about-copy {
    font-size: 21px;
  }

  .conversation-button {
    margin: 46px 0 48px;
  }

  .team-list {
    flex-direction: column;
    align-items: center;
    gap: 46px;
  }

  .values-section h2 {
    font-size: 39px;
  }

  .about-watermark {
    min-height: 330px;
  }
}

@media (max-width: 575.98px) {
  .brand-logo {
    width: 80px;
  }

  .hero-slider {
    height: 540px;
  }

  .page-index .hero-slider {
    min-height: 100vh;
    height: 100svh;
  }

  .hero-content h1 {
    font-size: 31px;
  }

  .page-index .hero-content {
    padding-top: 72px;
    padding-bottom: 90px;
    padding-right: 24px;
  }

  .page-index .hero-content h1 {
    font-size: clamp(32px, 9.5vw, 46px);
  }

  .bg-mcg {
    right: -96px;
  }

  .page-index .slider-dots {
    /* left: 24px; */
    right: 24px;
  }

  .service-column h3 {
    font-size: 17px;
  }

  .service-column li {
    font-size: 13px;
  }

  .footer-cities {
    gap: 22px;
    flex-wrap: wrap;
  }

  .portfolio-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 29vw;
    gap: 4px;
  }

  .portfolio-title {
    left: 14px;
    bottom: 14px;
    max-width: calc(100% - 28px);
    font-size: 18px;
  }

  .portfolio-lightbox {
    padding: 0;
  }

  .portfolio-lightbox-media video {
    width: calc(100vw - 36px);
    max-width: 100%;
    max-height: calc(100vh - 148px);
  }

  .portfolio-lightbox-button {
    width: 44px;
    height: 44px;
    font-size: 28px;
  }

  .portfolio-lightbox-prev,
  .portfolio-lightbox-next {
    width: auto;
    height: auto;
    min-width: 30px;
    padding: 4px 6px;
    font-size: 42px;
  }

  .portfolio-lightbox-close {
    top: 18px;
    right: 18px;
  }

  .portfolio-lightbox-prev {
    left: 12px;
  }

  .portfolio-lightbox-next {
    right: 12px;
  }

  .about-hero h1 {
    font-size: 58px;
  }

  .team-card img {
    width: 190px;
    height: 190px;
  }
}
