@charset "UTF-8";
:root {
  --desktop-scale: min(1, calc(100vw / 1793px));
}

.see-all-button {
  padding: 1.25rem 1.875rem;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  border-radius: 4px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .see-all-button {
    padding: 18px 24px;
    gap: 18px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
  }
  .see-all-button svg {
    width: 15px;
    height: 15px;
  }
}
.single-verticals-hero {
  padding-block: 10rem 2.5rem;
  background: var(--vertical-accent);
  color: #050505;
}
.single-verticals-hero .h2 {
  margin-bottom: 5.375rem;
}
.single-verticals-hero__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3.125rem;
}
.single-verticals-hero__content {
  max-width: 40.625rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 2rem;
}
.single-verticals-hero__desc {
  max-width: 35rem;
}
.single-verticals-hero__cta {
  background: #E4E4E4;
  color: #050505;
  transition: background 0.3s ease, color 0.3s ease;
}
.single-verticals-hero__cta:focus, .single-verticals-hero__cta:focus-visible {
  background: #F77ACE;
  color: #050505;
}
@media (any-hover: hover) {
  .single-verticals-hero__cta:hover {
    background: #F77ACE;
    color: #050505;
  }
}
.single-verticals-hero__visual {
  position: relative;
  max-width: 53.125rem;
  width: 100%;
  aspect-ratio: 850/444;
  border-radius: 6px;
  overflow: hidden;
  background: #401320;
  cursor: pointer;
}
@media (any-hover: hover) {
  .single-verticals-hero__visual:hover .single-verticals-hero__video-play-icon {
    transform: scale(1.2);
  }
}
.single-verticals-hero__visual.is-playing .single-verticals-hero__video-play {
  opacity: 0;
  pointer-events: none;
}
.single-verticals-hero__decor {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: min(var(--vertical-decor-width), var(--vertical-decor-max-width));
  aspect-ratio: var(--vertical-decor-ratio, 286/200);
  background: var(--vertical-decor-icon, none) right bottom/contain no-repeat;
  pointer-events: none;
}
.single-verticals-hero__image, .single-verticals-hero__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-verticals-hero__video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  aspect-ratio: 1/1;
  width: 4.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.single-verticals-hero__video-play::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(5, 5, 5, 0.6);
  border: 2px solid #050505;
}
.single-verticals-hero__video-play-icon {
  position: relative;
  margin-left: 4px;
  transition: transform 0.3s ease;
}

@media (max-width: 1024px) {
  .single-verticals-hero {
    padding-block: 220px 20px;
  }
  .single-verticals-hero .h2 {
    margin-bottom: 50px;
    word-break: break-all;
  }
  .single-verticals-hero__inner {
    display: flex;
    flex-direction: column;
    align-items: initial;
    gap: 50px;
  }
  .single-verticals-hero__desc {
    font-size: 22px;
    line-height: 28px;
    max-width: 100%;
  }
  .single-verticals-hero__content {
    row-gap: 32px;
  }
  .single-verticals-hero__visual {
    border-radius: 3px;
    max-width: 100%;
    aspect-ratio: 350/184;
  }
  .single-verticals-hero__decor {
    right: -1.5px;
    bottom: -1.5px;
    width: min(var(--vertical-decor-width-mobile), var(--vertical-decor-max-width));
  }
  .single-verticals-hero__video-play {
    width: 40px;
  }
  .single-verticals-hero__video-play-icon {
    width: 20px;
    height: 20px;
  }
}
.single-verticals-details {
  padding-block: 9.375rem;
}
.single-verticals-details__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.125rem 2.5rem;
}
.single-verticals-details .h4 {
  color: #919191;
}
.single-verticals-details__desc {
  color: #E4E4E4;
}

@media (max-width: 1024px) {
  .single-verticals-details {
    padding-block: 50px;
  }
  .single-verticals-details__content {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .single-verticals-details .h4 {
    font-size: 64px;
    font-weight: 762;
    line-height: 66px;
    letter-spacing: -1.28px;
  }
}
.quote-banner {
  margin-block: 3.75rem;
}
.quote-banner__inner {
  background: #9EC7C9;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}
.quote-banner__media {
  flex: 0 0 27.1875rem;
  aspect-ratio: 435/600;
  background: var(--quote-banner-bg-color, #9EC7C9);
}
.quote-banner__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quote-banner__content {
  flex: 1;
  max-width: 62.5rem;
  margin-inline: auto;
  padding-block: 6.25rem;
  padding-inline: 3.125rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6.25rem;
}
.quote-banner__quote {
  color: #374C45;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.875rem;
  position: relative;
}
.quote-banner__quote::before {
  content: "“";
  position: absolute;
  left: -1rem;
}
.quote-banner__quote::after {
  content: "”";
}
.quote-banner__author {
  color: #050505;
  font-size: 1.125rem;
  line-height: 1.25rem;
  text-transform: uppercase;
}
.quote-banner__author span {
  display: block;
  margin-bottom: 0.625rem;
}

@media (max-width: 1024px) {
  .quote-banner {
    margin-block: 40px;
  }
  .quote-banner__inner {
    flex-direction: column;
    border-radius: 6px;
  }
  .quote-banner__media {
    flex: 0 0 auto;
    width: 100%;
    aspect-ratio: 353/482;
  }
  .quote-banner__content {
    padding: 40px 20px;
    gap: 40px;
  }
  .quote-banner__quote {
    font-size: 16px;
    line-height: 22px;
  }
  .quote-banner__quote::before {
    left: -0.625rem;
  }
  .quote-banner__author {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
  }
  .quote-banner__author span {
    margin-bottom: 8px;
  }
}
.label {
  padding: 0.625rem 0.75rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  min-height: 2.1875rem;
  border-radius: 12px;
  border: 2px solid transparent;
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 0.9310625rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.label--hover {
  border-color: #ffffff;
}
.label--selected {
  border-color: #ffffff;
  background: #ffffff;
  color: #000000;
}

@media (max-width: 1024px) {
  .label {
    padding: 10px 12px;
    gap: 8px;
    min-height: 35px;
    border-radius: 12px;
    border-width: 2px;
    font-size: 10px;
    line-height: 14.897px;
  }
}
.link-button {
  padding: 1.25rem 1.875rem;
  width: fit-content;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .link-button {
    padding: 20px 30px;
    gap: 18px;
    font-size: 14px;
    line-height: 20px;
  }
  .link-button svg {
    width: 15px;
    height: 15px;
  }
}
.work-card__link {
  display: grid;
  grid-template-columns: 1fr 35.625rem;
  gap: 0.75rem 1rem;
}
.work-card__link:focus .work-card__btn, .work-card__link:focus-visible .work-card__btn {
  border-color: #C4DDDF;
  background: #C4DDDF;
  color: #374C45;
}
@media (any-hover: hover) {
  .work-card__link:hover .work-card__btn {
    border-color: #9EC7C9;
    background: #9EC7C9;
    color: #050505;
  }
}
.work-card__media {
  overflow: hidden;
  border-radius: 4px;
}
.work-card__video, .work-card__poster {
  display: block;
  width: 100%;
  aspect-ratio: 1134/552;
  min-height: 18.75rem;
  object-fit: cover;
}
.work-card__content {
  padding-left: 8.75rem;
  padding-block: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  row-gap: 2.1875rem;
  border-block: 1px solid #4f4f4f;
}
.work-card__label {
  display: none;
}
.work-card__caption {
  max-width: calc(100% - 5.3125rem);
  color: #E4E4E4;
  font-size: 2rem;
  font-weight: 746;
  line-height: 2.25rem;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  font-stretch: 75%;
}
.work-card__desc {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.125rem;
  line-height: 1.25rem;
  text-transform: uppercase;
}
.work-card__btn {
  border-radius: 4px;
  border: 1px solid #374C45;
  background: transparent;
  color: #9EC7C9;
  transition: border-color 0.3s ease, background 0.3s ease, color 0.3s ease;
}

@media (max-width: 1024px) {
  .work-card__link {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px 16px;
  }
  .work-card__media {
    min-height: 150px;
    border-radius: 6px;
  }
  .work-card__video, .work-card__poster {
    aspect-ratio: 353/169;
  }
  .work-card__content {
    padding-left: 0;
    padding-block: 0 40px;
    row-gap: 15px;
    border-top: none;
  }
  .work-card__label {
    display: inline-flex;
  }
  .work-card__caption {
    max-width: 100%;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 1.28px;
  }
  .work-card__desc {
    font-size: 16px;
    line-height: 20px;
  }
  .work-card__btn {
    padding: 18px 0;
    border: 1px solid transparent;
  }
}
.portfolio {
  margin-block: 11.25rem 8.75rem;
}
.portfolio .h2 {
  color: #C4DDDF;
  text-align: center;
}
.portfolio__list {
  margin-top: 3.75rem;
}
.portfolio__list .work-card + .work-card {
  margin-top: 1.25rem;
}
.portfolio__see-all {
  margin: 2.5rem auto 0;
  background: #F79FDA;
  color: #401320;
  transition: background 0.3s ease, color 0.3s ease;
}
.portfolio__see-all:focus, .portfolio__see-all:focus-visible {
  background: #F77ACE;
  color: #050505;
}
@media (any-hover: hover) {
  .portfolio__see-all:hover {
    background: #F77ACE;
    color: #050505;
  }
}

@media (max-width: 1024px) {
  .portfolio {
    margin-block: 120px 60px;
  }
  .portfolio__list {
    margin-top: 60px;
  }
  .portfolio__list .work-card + .work-card {
    margin-top: 40px;
  }
  .portfolio__see-all {
    margin: 40px auto 0;
  }
}
.our-services {
  padding-block: 4.375rem 6.25rem;
  background: #C4DDDF;
}
.our-services__title {
  position: relative;
  padding-bottom: 1.25rem;
  color: #050505;
  text-align: center;
}
.our-services__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 3.875rem;
  height: 0.125rem;
  background: #F77ACE;
}
.our-services__list {
  margin-top: 3.125rem;
}
.our-services__item {
  position: relative;
  overflow: visible;
  padding: 2rem 8.75rem 2rem 7.5rem;
  border-radius: 6px;
  background: #9EC7C9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
  color: #050505;
  font-size: 4.625rem;
  font-weight: 762;
  line-height: 4.125rem;
  letter-spacing: -1.48px;
  text-transform: uppercase;
  z-index: 0;
}
.our-services__item:focus-visible .our-services__icon--arrow {
  transform: translateX(150%);
}
.our-services__item:focus-visible .our-services__hover-icon-img {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(var(--hover-rotate, 0deg)) scale(1);
}
@media (any-hover: hover) {
  .our-services__item:hover .our-services__icon--arrow {
    transform: translateX(150%);
  }
  .our-services__item:hover .our-services__hover-icon-img {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(var(--hover-rotate, 0deg)) scale(1);
  }
}
.our-services__item sup {
  position: absolute;
  top: 2rem;
  left: 2.875rem;
  color: #4f4f4f;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2.25rem;
  letter-spacing: 0;
}
.our-services__hover-icon {
  position: absolute;
  inset: 0;
  overflow: visible;
  z-index: 3;
  pointer-events: none;
  user-select: none;
}
.our-services__hover-icon-img {
  position: absolute;
  left: var(--hover-x, 50%);
  top: var(--hover-y, 50%);
  object-fit: contain;
  transform-origin: var(--enter-origin, 50% 50%);
  transform: translate(calc(-50% + var(--enter-tx, 0px)), calc(-50% + var(--enter-ty, 0px))) rotate(calc(var(--hover-rotate, 0deg) + var(--enter-rotate, 0deg))) scale(var(--enter-scale, 1));
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.our-services__hover-icon--rotate-tail {
  --hover-x: 59%;
  --hover-y: 20%;
  --hover-rotate: 0deg;
  --enter-origin: 20% 60%;
  --enter-rotate: 25deg;
}
.our-services__hover-icon--pop-burst {
  --hover-x: 70%;
  --hover-y: 70%;
  --hover-rotate: 0deg;
  --enter-tx: -3.125rem;
  --enter-rotate: -16deg;
}
.our-services__hover-icon--slide-in-br {
  --hover-x: 65%;
  --hover-y: 26%;
  --hover-rotate: 0deg;
  --enter-tx: 4.375rem;
  --enter-ty: 3.125rem;
  --enter-rotate: 20deg;
}
.our-services__hover-icon--pop-spin {
  --hover-x: 80%;
  --hover-y: 60%;
  --hover-rotate: -6deg;
  --enter-tx: -9.375rem;
  --enter-ty: 0.5rem;
  --enter-rotate: -90deg;
  --enter-scale: 0.8;
}
.our-services__hover-icon--scale-spin {
  --hover-x: 70%;
  --hover-y: 35%;
  --hover-rotate: 0deg;
  --enter-rotate: -20deg;
  --enter-scale: 0.8;
  filter: brightness(0) invert(95%) sepia(8%) saturate(5676%) hue-rotate(280deg) brightness(104%) contrast(94%);
}
.our-services__hover-icon--flip-scale {
  --hover-x: 58%;
  --hover-y: 50%;
  --hover-rotate: 4deg;
  --enter-rotate: -120deg;
  --enter-scale: 0.65;
  filter: brightness(0) invert(1);
}
.our-services__hover-icon--corner-tilt {
  --hover-x: 82%;
  --hover-y: 14%;
  --hover-rotate: -2deg;
  --enter-origin: 85% 85%;
  --enter-rotate: -20deg;
}
.our-services__hover-icon--rotate-tail-rev {
  --hover-x: 65%;
  --hover-y: 40%;
  --hover-rotate: 0deg;
  --enter-origin: 80% 40%;
  --enter-rotate: -25deg;
}
.our-services__icon {
  position: relative;
  z-index: 2;
  display: block;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.our-services__icon--arrow {
  transform: translateX(0);
}
.our-services__item + .our-services__item {
  margin-top: 0.625rem;
}
.our-services--light {
  background: #050505;
}
.our-services--light .our-services__title,
.our-services--light .our-services__item h4 {
  color: #E4E4E4;
}
.our-services--light .our-services__icon--arrow {
  filter: brightness(0) invert(89%);
}

@media (max-width: 1024px) {
  .our-services {
    padding-block: 60px 80px;
  }
  .our-services__title {
    padding-bottom: 10px;
  }
  .our-services__list {
    margin-top: 80px;
  }
  .our-services__item {
    padding: 6px;
    border-radius: 0;
    background: transparent;
    gap: 10px;
    font-size: 44px;
    line-height: 66px;
    letter-spacing: -0.88px;
  }
  .our-services__item sup {
    display: none;
  }
  .our-services__item .h4 {
    font-size: inherit;
    line-height: inherit;
    font-weight: 762;
    letter-spacing: inherit;
  }
  .our-services__item .our-services__icon--arrow {
    width: 28px;
    height: 24px;
  }
  .our-services__hover-icon {
    z-index: -1;
  }
  .our-services__hover-icon-img {
    width: 80px;
    height: auto;
    opacity: 1;
    transform: translate(-50%, -50%) rotate(var(--hover-rotate, 0deg));
  }
  .our-services__item + .our-services__item {
    margin-top: 20px;
  }
  .our-services__hover-icon--rotate-tail {
    --hover-x: 80%;
    --hover-y: 70%;
    --hover-rotate: -5deg;
  }
  .our-services__hover-icon--pop-burst {
    --hover-x: 65%;
    --hover-y: 40%;
    --hover-rotate: 0deg;
  }
  .our-services__hover-icon--pop-burst .our-services__hover-icon-img {
    width: 100px;
  }
  .our-services__hover-icon--slide-in-br {
    --hover-x: 50%;
    --hover-y: 30%;
    --hover-rotate: 0deg;
  }
  .our-services__hover-icon--slide-in-br .our-services__hover-icon-img {
    width: 120px;
  }
  .our-services__hover-icon--pop-spin {
    --hover-x: 75%;
    --hover-y: 35%;
    --hover-rotate: 0deg;
  }
  .our-services__hover-icon--scale-spin {
    --hover-x: 3%;
    --hover-y: 25%;
    --hover-rotate: -12deg;
  }
  .our-services__hover-icon--scale-spin .our-services__hover-icon-img {
    width: 110px;
  }
  .our-services__hover-icon--flip-scale {
    --hover-x: 45%;
    --hover-y: 50%;
    --hover-rotate: 0deg;
  }
  .our-services__hover-icon--corner-tilt {
    --hover-x: 90%;
    --hover-y: 70%;
    --hover-rotate: -15deg;
  }
  .our-services__hover-icon--corner-tilt .our-services__hover-icon-img {
    width: 100px;
  }
  .our-services__hover-icon--rotate-tail-rev {
    --hover-x: 25%;
    --hover-y: 110%;
    --hover-rotate: 40deg;
    z-index: 1;
  }
}
.service-card {
  --service-card-text: #050505;
  --service-card-heading: #050505;
  position: relative;
  grid-area: 1/1;
  width: 100%;
  min-width: 0;
  z-index: calc(50 - var(--stack-position, 0));
  transform-origin: top center;
  transform: translateY(calc(var(--stack-position, 0) * 0.9375rem)) scaleX(calc(1 - var(--stack-position, 0) * 0.01));
  padding: 1.25rem;
  border-radius: 6px;
  display: flex;
  overflow: hidden;
  background: var(--service-card-bg, #C4DDDF);
  color: var(--service-card-text);
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.75rem;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (any-hover: hover) {
  .service-card:hover .service-card__button {
    background: #F77ACE;
    color: #050505;
  }
}
.service-card__link {
  flex: 1;
  display: flex;
}
.service-card--exited {
  pointer-events: none;
  z-index: 60;
  transform-origin: 50% 100%;
  transition-duration: 1.1s;
  transform: translateY(-200%) translateX(var(--exit-tx, 0.9375rem)) rotate(var(--exit-rotate, -15deg));
}
.service-card--reentering {
  transition: none;
  transform: translateY(calc(var(--stack-position, 0) * 0.9375rem + 2.5rem)) scaleX(calc(1 - var(--stack-position, 0) * 0.01 - 0.05));
}
.service-card--derotating {
  transition: none;
  transform: translateY(-200%) translateX(var(--exit-tx, 0.9375rem)) rotate(0deg);
}
.service-card__inner {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.service-card__index {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
.service-card__title {
  max-width: 80.2631579%;
  margin-bottom: 2.5rem;
  color: var(--service-card-heading);
}
.service-card__text {
  max-width: 46.4912281%;
  margin-bottom: 1.875rem;
}
.service-card__button {
  margin-top: auto;
  background: #050505;
  color: #9EC7C9;
  transition: background 0.3s ease, color 0.3s ease;
}
.service-card__visual {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  aspect-ratio: 1/1;
  z-index: 0;
  display: flex;
  place-items: center;
  pointer-events: none;
  user-select: none;
}
.service-card__icon {
  display: block;
  max-width: 100%;
  height: auto;
  transform-origin: var(--icon-enter-origin, 50% 50%);
  transform: translate(var(--icon-enter-tx, 0px), var(--icon-enter-ty, 0px)) rotate(calc(var(--icon-base-rotate, 0deg) + var(--icon-enter-rotate, 0deg))) scale(var(--icon-enter-scale, 1));
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.service-card.service-card--active .service-card__icon {
  transform: translate(0px, 0px) rotate(var(--icon-base-rotate, 0deg)) scale(1);
}
.service-card--creative-content .service-card__icon {
  --icon-enter-origin: 10% 75%;
  --icon-enter-tx: -0.9375rem;
  --icon-enter-ty: 0.625rem;
  --icon-enter-rotate: 30deg;
  --icon-enter-scale: 1.1;
}
.service-card--brand-strategy .service-card__icon {
  --icon-enter-tx: 0px;
  --icon-enter-rotate: -30deg;
  --icon-enter-scale: 1.12;
}
.service-card--paid-media {
  --service-card-text: #ffffff;
  --service-card-heading: #ffffff;
}
.service-card--paid-media .service-card__icon {
  --icon-enter-tx: 3.75rem;
  --icon-enter-ty: 1.25rem;
  --icon-enter-rotate: -20deg;
  --icon-enter-scale: 1.2;
}
.service-card--public-relations .service-card__visual {
  right: 5%;
}
.service-card--public-relations .service-card__icon {
  --icon-enter-tx: 1.25rem;
  --icon-enter-ty: 1.5625rem;
  --icon-enter-rotate: 60deg;
  --icon-enter-scale: 1.1;
}
.service-card--digital-experience .service-card__icon {
  --icon-enter-rotate: 30deg;
  --icon-enter-scale: 0.85;
}
.service-card--social-influencer .service-card__icon {
  --icon-enter-tx: -1.25rem;
  --icon-enter-ty: -1.5625rem;
  --icon-enter-rotate: -35deg;
  --icon-enter-scale: 1.2;
}
.service-card--experiential-design {
  --service-card-text: #ffffff;
  --service-card-heading: #ffffff;
}
.service-card--experiential-design .service-card__visual {
  right: 5%;
}
.service-card--experiential-design .service-card__icon {
  --icon-enter-rotate: -25deg;
  --icon-enter-scale: 1.1;
}
.service-card--event-management .service-card__visual {
  right: 2%;
}
.service-card--event-management .service-card__icon {
  --icon-base-rotate: -20deg;
  --icon-enter-tx: -1.25rem;
  --icon-enter-ty: -1.25rem;
  --icon-enter-rotate: -15deg;
  --icon-enter-scale: 1.05;
}

@media (max-width: 1024px) {
  .service-card {
    position: relative;
    grid-area: auto;
    z-index: auto;
    transform: none;
    transition: none;
    padding-block: 30px 60px;
    padding-inline: 20px;
    font-size: 16px;
    line-height: 22px;
    min-height: var(--service-card-min-height, auto);
  }
  .service-card--exited, .service-card--reentering, .service-card--derotating {
    position: static;
    opacity: 1;
    pointer-events: auto;
    z-index: auto;
    transform: none;
    transition: none;
  }
  .service-card__icon, .service-card.service-card--active .service-card__icon {
    transform: none;
    transition: none;
  }
  .service-card__index {
    display: none;
  }
  .service-card__title, .service-card__text {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .service-card__title {
    font-size: 64px;
    line-height: 66px;
    letter-spacing: -1.28px;
  }
  .service-card__visual {
    z-index: 1;
    max-width: 110px;
    top: 10px;
    transform: none;
  }
  .service-card__icon {
    max-width: 100%;
    height: auto;
  }
  .service-card--creative-content .service-card__visual {
    right: 20px;
    top: 100px;
  }
  .service-card--brand-strategy .service-card__visual {
    right: 10px;
    top: 40px;
    transform: rotate(45deg);
  }
  .service-card--paid-media .service-card__visual {
    max-width: 160px;
    right: 10px;
  }
  .service-card--public-relations .service-card__visual {
    max-width: 90px;
    top: 40px;
  }
  .service-card--digital-experience .service-card__visual {
    max-width: 120px;
  }
  .service-card--social-influencer .service-card__visual {
    top: 80px;
    right: 5%;
  }
  .service-card--experiential-design .service-card__visual {
    top: 80px;
    right: 3%;
  }
  .service-card--event-management .service-card__visual {
    max-width: 100px;
    top: 20px;
    right: 10%;
    transform: rotate(-15deg);
  }
}
.services-list {
  position: relative;
  background: #050505;
  height: calc(100vh + var(--services-count, 1) * 15vh);
}
.services-list__pin {
  position: sticky;
  top: 0;
  padding-block: 11.25rem;
  overflow: hidden;
}
.services-list__container {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  column-gap: 2.5rem;
  width: 100%;
}
.services-list__stack {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  width: 100%;
  min-width: 0;
  max-width: 71.25rem;
  margin-inline: auto;
  min-height: 37.5rem;
}
.services-list__nav {
  position: sticky;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
}
.services-list__nav-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: end;
}
.services-list__nav-link, .services-list__nav-skip {
  display: block;
  color: #4f4f4f;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
  text-transform: uppercase;
}
.services-list__nav-link {
  transition: color 0.3s ease-in-out;
}
.services-list__nav-link:not(.services-list__nav-link--active):focus-visible {
  color: #9EC7C9;
}
@media (any-hover: hover) {
  .services-list__nav-link:not(.services-list__nav-link--active):hover {
    color: #9EC7C9;
  }
}
.services-list__nav-link--active {
  color: #9EC7C9;
}

@media (max-width: 1024px) {
  .services-list {
    margin-block: 20px;
    padding-block: 0;
    height: auto;
  }
  .services-list__pin {
    position: static;
    padding-block: 0;
    overflow: visible;
  }
  .services-list__container {
    display: block;
  }
  .services-list__stack {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    min-height: 0;
  }
  .services-list__nav {
    display: none;
  }
}
.other-verticals-list {
  --hover-bg: #C4DDDF;
  margin-top: 2.5rem;
  display: grid;
  gap: 0.625rem;
  counter-reset: verticals-list;
}
.other-verticals-list__item {
  counter-increment: verticals-list;
  position: relative;
  display: grid;
  grid-template-columns: minmax(13.75rem, 1fr) minmax(16.25rem, 32.5rem) 2.875rem;
  align-items: center;
  gap: 2.1875rem;
  padding: 2rem 9.375rem 2rem 7.5rem;
  border-radius: 10px;
  background: #0C0C0C;
  color: #E4E4E4;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (any-hover: hover) {
  .other-verticals-list__item:hover {
    background: var(--hover-bg);
    color: #050505;
  }
  .other-verticals-list__item:hover .other-verticals-list__item-description {
    opacity: 1;
  }
  .other-verticals-list__item:hover .other-verticals-list__item-arrow {
    transform: translateX(10px);
  }
}
.other-verticals-list__item:focus-visible, .other-verticals-list__item:active {
  background: var(--hover-bg);
  color: #050505;
}
.other-verticals-list__item:focus-visible .other-verticals-list__item-description, .other-verticals-list__item:active .other-verticals-list__item-description {
  opacity: 1;
}
.other-verticals-list__item:focus-visible .other-verticals-list__item-arrow, .other-verticals-list__item:active .other-verticals-list__item-arrow {
  transform: translateX(10px);
}
.other-verticals-list__item--education, .other-verticals-list__item--tourism {
  --hover-bg: #f7ccce;
}
.other-verticals-list__item--healthcare {
  --hover-bg: #B4C0B2;
}
.other-verticals-list__item--public-safety {
  --hover-bg: #F79FDA;
}
.other-verticals-list__item--spirituality {
  --hover-bg: #9EC7C9;
}
.other-verticals-list__item--sport {
  --hover-bg: #919191;
}
.other-verticals-list__item--public-health {
  --hover-bg: #F77ACE;
}
.other-verticals-list__item--humanitarian {
  --hover-bg: #B4C0B2;
}
.other-verticals-list__item-description {
  margin-right: 6.25rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.other-verticals-list__item-arrow {
  justify-self: end;
  display: inline-flex;
  transition: transform 0.3s ease;
}
.other-verticals-list__item::before {
  content: counter(verticals-list, decimal-leading-zero);
  position: absolute;
  top: 3.125rem;
  left: 2.875rem;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 0.9310625rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #4f4f4f;
  transition: color 0.3s ease;
  user-select: none;
}

@media (max-width: 1024px) {
  .other-verticals-list {
    margin-top: 60px;
    gap: 10px;
  }
  .other-verticals-list__item {
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding: 13px 10px;
  }
  .other-verticals-list__item:focus-visible .other-verticals-list__item-arrow, .other-verticals-list__item:active .other-verticals-list__item-arrow {
    transform: none;
  }
  .other-verticals-list__item-title {
    font-size: 44px;
    line-height: 66px;
    letter-spacing: -0.88px;
  }
  .other-verticals-list__item-description {
    display: none;
    opacity: 0;
  }
  .other-verticals-list__item-arrow {
    flex-shrink: 0;
    width: 23px;
    height: 17px;
    transform: none;
  }
  .other-verticals-list__item::before {
    display: none;
  }
}
.cta {
  margin-top: 2.5rem;
  padding-inline: 1.25rem;
}
.cta__container {
  padding-block: 6.25rem;
  background-color: #ff96d4;
  border-radius: 6px;
}
.cta__wrapper {
  display: flex;
  flex-direction: column;
}
.cta__wrapper h2 {
  font-weight: 735;
  font-size: 11.125rem;
  line-height: 10rem;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #050505;
  margin: 0 auto 4.375rem;
  font-stretch: 75%;
}
.cta__wrapper h3 {
  font-weight: 746;
  font-size: 2rem;
  line-height: 2.25rem;
  letter-spacing: 4%;
  text-align: center;
  text-transform: uppercase;
  color: #050505;
  margin: 0 auto 2.9375rem;
  max-width: 38.125rem;
  font-stretch: 75%;
}
.cta__wrapper a {
  padding: 1.875rem 1.5rem;
  background-color: #e2e2e2;
  font-family: Inter;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: 0px;
  vertical-align: middle;
  text-transform: uppercase;
  margin: 0 auto;
  border-radius: 4px;
  color: #461b2a;
}

@media (max-width: 1024px) {
  .cta {
    margin-top: 40px;
    padding-inline: 20px;
  }
  .cta__container {
    padding-block: 50px 70px;
    padding-inline: 8px;
  }
  .cta__wrapper h2 {
    font-weight: 762;
    font-size: 74px;
    line-height: 66px;
    letter-spacing: -2%;
    margin-bottom: 60px;
  }
  .cta__wrapper h3 {
    font-weight: 746;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 4%;
    margin-bottom: 47px;
    max-width: 100%;
  }
  .cta__wrapper a {
    padding: 30px 24px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
  }
}
.single-verticals-page {
  --vertical-accent: #C4DDDF;
  --quote-banner-bg-color: #9EC7C9;
  --vertical-decor-icon: url("../images/icons/single-vertical/icon-decor-conservation.svg");
  --vertical-decor-ratio: 314 / 201;
  --vertical-decor-width: 37%;
  --vertical-decor-width-mobile: 128px;
  --vertical-decor-max-width: 19.625rem;
}
.single-verticals-page--healthcare {
  --quote-banner-bg-color: #5FA7AD;
  --vertical-decor-icon: url("../images/icons/single-vertical/icon-decor-healthcare.svg");
  --vertical-decor-ratio: 314 / 201;
  --vertical-decor-width: 37%;
  --vertical-decor-width-mobile: 128px;
  --vertical-decor-max-width: 19.625rem;
}
.single-verticals-page--education, .single-verticals-page--tourism {
  --vertical-accent: #f7ccce;
  --quote-banner-bg-color: #f7ccce;
}
.single-verticals-page--education {
  --vertical-decor-icon: url("../images/icons/single-vertical/icon-decor-education.svg");
  --vertical-decor-ratio: 343 / 159;
  --vertical-decor-width: 40%;
  --vertical-decor-width-mobile: 140px;
  --vertical-decor-max-width: 21.4375rem;
}
.single-verticals-page--tourism {
  --vertical-decor-icon: url("../images/icons/single-vertical/icon-decor-tourism.svg");
  --vertical-decor-ratio: 348 / 158;
  --vertical-decor-width: 41%;
  --vertical-decor-width-mobile: 142px;
  --vertical-decor-max-width: 21.75rem;
}
.single-verticals-page--public-safety, .single-verticals-page--sport {
  --vertical-accent: #B4C0B2;
  --quote-banner-bg-color: #B4C0B2;
}
.single-verticals-page--public-safety {
  --vertical-decor-icon: url("../images/icons/single-vertical/icon-decor-public-safety.svg");
  --vertical-decor-ratio: 280 / 186;
  --vertical-decor-width: 33%;
  --vertical-decor-width-mobile: 114px;
  --vertical-decor-max-width: 17.5rem;
}
.single-verticals-page--sport {
  --vertical-decor-icon: url("../images/icons/single-vertical/icon-decor-sport.svg");
  --vertical-decor-ratio: 192 / 174;
  --vertical-decor-width: 23%;
  --vertical-decor-width-mobile: 78px;
  --vertical-decor-max-width: 12rem;
}
.single-verticals-page--spirituality {
  --vertical-accent: #F79FDA;
  --quote-banner-bg-color: #F79FDA;
  --vertical-decor-icon: url("../images/icons/single-vertical/icon-decor-spirituality.svg");
  --vertical-decor-ratio: 254 / 158;
  --vertical-decor-width: 30%;
  --vertical-decor-width-mobile: 103px;
  --vertical-decor-max-width: 15.875rem;
}
.single-verticals-page--public-health {
  --vertical-accent: #919191;
  --quote-banner-bg-color: #919191;
  --vertical-decor-icon: url("../images/icons/single-vertical/icon-decor-public-health.svg");
  --vertical-decor-ratio: 286 / 200;
  --vertical-decor-width: 34%;
  --vertical-decor-width-mobile: 117px;
  --vertical-decor-max-width: 17.875rem;
}
.single-verticals-page--humanitarian {
  --vertical-decor-icon: url("../images/icons/single-vertical/icon-decor-humanitarian.svg");
  --vertical-decor-ratio: 286 / 200;
  --vertical-decor-width: 34%;
  --vertical-decor-width-mobile: 117px;
  --vertical-decor-max-width: 17.875rem;
}
.single-verticals-page .portfolio {
  margin-block: 8.125rem 1.25rem;
}
.single-verticals-page .portfolio .h2 {
  text-align: start;
  color: var(--vertical-accent);
}
.single-verticals-page .cta__container {
  background-color: var(--vertical-accent);
}
.single-verticals-page .other-verticals {
  margin-block: 8.125rem 5rem;
}
.single-verticals-page .other-verticals .h2 {
  color: var(--vertical-accent);
  text-align: start;
}

@media (max-width: 1024px) {
  .single-verticals-page .portfolio,
  .single-verticals-page .other-verticals {
    margin-block: 50px 40px;
  }
  .single-verticals-page .our-services {
    padding-block: 50px;
  }
  .single-verticals-page .our-services__title {
    padding-bottom: 20px;
    font-size: 64px;
    font-weight: 762;
    line-height: 66px;
    letter-spacing: -1.28px;
  }
  .single-verticals-page .our-services__list {
    margin-top: 40px;
  }
}
/*# sourceMappingURL=single-verticals-page.css.map */