@font-face {
  font-family: "SimpleLineIconsSubset";
  src: url("../fonts/simple-line-icons/simple-line-icons-subset.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.sli {
  display: inline-block;
  font-family: "SimpleLineIconsSubset";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sli-people::before {
  content: "\e001";
}

.sli-location-pin::before {
  content: "\e096";
}

.sli-trophy::before {
  content: "\e006";
}

.sli-mouse::before {
  content: "\e015";
}

.sli-magic-wand::before {
  content: "\e017";
}

.sli-chemistry::before {
  content: "\e026";
}

.sli-briefcase::before {
  content: "\e04b";
}

.sli-rocket::before {
  content: "\e05c";
}

.sli-pencil::before {
  content: "\e05f";
}

.sli-screen-desktop::before {
  content: "\e011";
}

.sli-wrench::before {
  content: "\e052";
}

.sli-share::before {
  content: "\e05b";
}

.sli-settings::before {
  content: "\e09a";
}

.sli-arrow-right::before {
  content: "\e606";
}

.sli-arrow-right-circle::before {
  content: "\e079";
}

.sli-phone::before {
  content: "\e600";
}

.sli-social-facebook::before {
  content: "\e00b";
}

.sli-social-instagram::before {
  content: "\e609";
}

.sli-social-linkedin::before {
  content: "\e60a";
}

html {
  height: 100%;
  margin: 0;
  overflow-y: scroll;
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  margin: 0;
  overflow-x: hidden;
  background: #fff;
  color: #797979;
  font-family: Verdana;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  -webkit-font-smoothing: antialiased;
}

:root {
  --site-dark-bg: #212121;
  --site-dark-text: #e0e0e0;
  --site-dark-muted: #999;
  --site-dark-divider: rgba(255, 255, 255, 0.1);
}

.site-content {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

body > .site-footer,
.site-content > .site-footer {
  margin-top: auto;
}

img {
  max-width: 100%;
}

a {
  color: #8dc63f;
  text-decoration: none;
  transition: color 0.15s ease-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: #202020;
  font-family: inherit;
  word-wrap: break-word;
}

h1 {
  font-size: 40px;
  line-height: 1.284;
  text-transform: lowercase;
}

h2 {
  font-size: 34px;
  line-height: 1.284;
  text-transform: lowercase;
}

h3 {
  font-size: 22px;
  line-height: 1.2;
}

.seo-page-title {
  color: #202020;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.284;
}

.site-container {
  width: min(100% - var(--site-container-gutter, 48px), var(--site-container-max, 1100px));
  margin: 0 auto;
}

.site-container--content {
  --site-container-max: 1100px;
}

.site-container--content-spacious {
  --site-container-max: 1100px;
  --site-container-gutter: 64px;
  --site-container-gutter-mobile: 40px;
}

.site-container--content-wide {
  --site-container-max: 1120px;
  --site-container-gutter: 64px;
  --site-container-gutter-mobile: 40px;
}

.site-container--portfolio {
  --site-container-max: 1180px;
  --site-container-gutter: 64px;
  --site-container-gutter-mobile: 40px;
}

.site-container--full {
  --site-container-max: 1210px;
  --site-container-gutter: 64px;
  --site-container-gutter-mobile: 40px;
}

.site-section {
  padding: var(--site-section-padding, 72px) 0;
}

.site-section--compact {
  --site-section-padding: 56px;
}

.site-section--tight {
  --site-section-padding: 34px;
}

.site-section--dark {
  background: var(--site-dark-bg);
  color: var(--site-dark-text);
}

.site-section--dark h1,
.site-section--dark h2,
.site-section--dark h3,
.site-section--dark h4,
.site-section--dark strong {
  color: #fff;
}

.page-hero {
  width: min(100% - 48px, 820px);
  max-width: 760px;
  margin: 0 auto;
  padding: 86px 0 60px;
  text-align: center;
}

.page-hero h1,
.page-hero__title {
  margin: 0 0 18px;
  color: #333;
  font-weight: 700;
}

h1 span,
h2 span,
h3 span,
.page-hero__title span {
  color: #8dc63f;
}

.page-hero p,
.page-hero__text {
  max-width: 720px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.8;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 26px;
  text-align: center;
}

.section-heading--left {
  max-width: 100%;
  text-align: left;
}

.section-heading h2,
.section-heading h3 {
  margin: 0 0 12px;
  color: #212121;
}

.section-intro {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
}

.section-heading .section-intro {
  margin-left: auto;
  margin-right: auto;
}

.cta-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 56px 32px;
  text-align: center;
}

.cta-block__title {
  margin: 0;
  max-width: 780px;
  color: #333;
  line-height: 1.35;
}

.cta-block__title a {
  color: #8dc63f;
  text-decoration: none;
}

@media (max-width: 640px) {
  .site-container {
    width: min(100% - var(--site-container-gutter-mobile, 32px), var(--site-container-max, 1100px));
  }

  .page-hero {
    width: min(100% - 32px, 820px);
    padding: 56px 0 46px;
  }

  .cta-block {
    flex-direction: column;
  }
}

#sd-back-to-top {
  position: fixed;
  right: 46px;
  bottom: 65px;
  z-index: 10000;
  width: 46px;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease-out, visibility 0.15s ease-out;
}

#sd-back-to-top > span {
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 3px;
  box-sizing: border-box;
  background: #373737;
  color: #fff;
  font-size: 13px;
  line-height: 46px;
  text-align: center;
  opacity: 0.9;
  transition: background-color 0.15s ease-out, color 0.15s ease-out, opacity 0.15s ease-out;
}

#sd-back-to-top .sd-back-to-top__icon {
  display: block;
  transform: translateY(-3px) rotate(-90deg) scale(1);
  text-shadow: 0 0 0 currentColor;
}

#sd-back-to-top:hover > span,
#sd-back-to-top:focus-visible > span {
  background: #a12064;
  color: #fff;
  opacity: 1;
}

.site-header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: transparent;
  box-shadow: none;
  transition: background-color 0.18s ease, box-shadow 0.18s ease;
}

.site-header.header-appear,
.site-header:focus-within {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.08);
}

body:not(.home):not(.case-study-page) .site-content {
  padding-top: 92px;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100% - 64px, 1240px);
  min-height: 92px;
  margin: 0 auto;
  gap: 32px;
  transition: min-height 0.18s ease;
}

.site-header.header-appear .site-header__inner {
  min-height: 76px;
}

.site-logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.site-logo img {
  display: block;
  width: 210px;
  height: auto;
  transition: width 0.18s ease;
}

.site-header.header-appear .site-logo img {
  width: 139px;
}

.site-nav ul {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav a {
  position: relative;
  z-index: 0;
  display: block;
  padding: 8px 20px;
  border-radius: 3px;
  color: #797979;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  overflow: hidden;
  transition: color 0.18s ease;
}

.site-nav a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: #a12064;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.22s ease-out;
}

.site-nav li.is-active a,
.site-nav a:hover,
.site-nav a:focus-visible {
  color: #fff;
}

.site-nav li.is-active a::before,
.site-nav a:hover::before,
.site-nav a:focus-visible::before {
  transform: scaleX(1);
}

.site-nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  padding: 10px;
  background: transparent;
  cursor: pointer;
}

.site-nav-toggle span {
  display: block;
  width: 24px;
  height: 3px;
  margin: 4px auto;
  background: #000;
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.site-nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.site-nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.site-nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 176px;
  min-height: 52px;
  padding: 0 32px;
  border: 2px solid #e6e6e6;
  border-radius: 4px;
  color: #707070;
  font-family: inherit;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.button-primary {
  border-color: #a12064;
  background: #a12064;
  color: #fff;
}

.button-secondary,
.outline-button {
  background: transparent;
}

.button-secondary:hover,
.button-secondary:focus-visible,
.outline-button:hover,
.outline-button:focus-visible {
  border-color: #a12064;
  background: #a12064;
  color: #fff;
}

.button--icon-cell {
  position: relative;
  overflow: hidden;
  padding: 0 0 0 32px;
}

.button__icon-cell {
  position: relative;
  display: grid;
  align-self: stretch;
  width: 56px;
  margin-left: 28px;
  border-left: 2px solid;
  border-left-color: inherit;
  place-items: center;
}

.button__icon-cell .sli {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 24px;
  line-height: 1;
  transform: translate(-50%, -50%);
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.button__icon-cell .sli-arrow-right-circle {
  opacity: 0;
  transform: translate(35%, -50%);
}

.button--icon-cell:hover .button__icon-cell .sli:not(.sli-arrow-right-circle),
.button--icon-cell:focus-visible .button__icon-cell .sli:not(.sli-arrow-right-circle) {
  opacity: 0;
  transform: translate(-135%, -50%);
}

.button--icon-cell:hover .button__icon-cell .sli-arrow-right-circle,
.button--icon-cell:focus-visible .button__icon-cell .sli-arrow-right-circle {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.cookie-consent {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 10020;
  display: grid;
  gap: 18px;
  width: min(420px, calc(100vw - 32px));
  padding: 20px 22px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.cookie-consent.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.cookie-consent__copy {
  display: grid;
  gap: 8px;
}

.cookie-consent__copy strong {
  color: #202020;
  font-size: 18px;
  line-height: 1.2;
}

.cookie-consent__copy p {
  margin: 0;
  color: #4c4c4c;
  font-size: 14px;
  line-height: 1.6;
}

.cookie-consent__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.cookie-consent__button,
.cookie-consent-manage {
  border: 0;
  border-radius: 4px;
  font: inherit;
  font-weight: 700;
  transition: transform 0.18s ease, color 0.18s ease;
}

.cookie-consent__button:hover,
.cookie-consent__button:focus-visible,
.cookie-consent-manage:hover,
.cookie-consent-manage:focus-visible {
  transform: translateY(-1px);
}

.cookie-consent__button--accept {
  min-width: 126px;
  padding: 13px 20px;
  background: #a12064;
  color: #fff;
}

.cookie-consent__button--decline {
  min-width: 126px;
  padding: 13px 20px;
  background: #ebebeb;
  color: #343434;
}

.cookie-consent-manage {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;
  margin-right: 6px;
  background: transparent;
  color: #bcbcbc;
  cursor: pointer;
}

.cookie-consent-manage__icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
}

.cookie-consent-manage__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.cookie-consent-manage__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-footer {
  padding: 24px 0 28px;
  background: var(--site-dark-bg);
  color: var(--site-dark-muted);
}

.site-footer__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px 24px;
  width: min(100% - 64px, 1240px);
  margin: 0 auto;
  text-align: left;
}

.site-footer p {
  margin: 0;
}

.site-footer__inner > p:first-child {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.site-footer__social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  margin: 0;
  margin-left: auto;
}

.site-footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 3px;
  color: #999;
  transition: color 0.15s ease-out, background-color 0.15s ease-out;
}

.site-footer__social a:hover,
.site-footer__social a:focus-visible {
  color: #fff;
  background: #a12064;
}

.site-footer__social .sli {
  font-size: 16px;
  line-height: 1;
}

@media (max-width: 760px) {
  .site-footer__inner {
    position: static;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: min(100% - 32px, 1240px);
  }

  .site-footer__inner > p:first-child {
    position: static;
    transform: none;
  }

  .site-footer__social {
    margin-left: 0;
    justify-content: center;
  }

  .cookie-consent-manage {
    margin-right: 0;
  }
}

@media (max-width: 1024px) {
  .site-header {
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.08);
  }

  .site-logo img {
    width: 139px;
  }

  .site-header__inner {
    position: relative;
    width: min(100% - 48px, 720px);
    min-height: 100px;
  }

  .site-logo {
    margin: 0 auto;
  }

  .site-nav-toggle {
    position: absolute;
    right: 0;
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 50%;
    right: auto;
    display: none;
    width: 100vw;
    background: #fff;
    box-shadow: 0 12px 18px rgba(0, 0, 0, 0.08);
    transform: translateX(-50%);
  }

  .site-nav.is-open {
    display: block;
  }

  .site-nav ul {
    display: block;
    width: min(100% - 48px, 720px);
    margin: 0 auto;
    padding: 0 0 8px;
  }

  .site-nav a {
    padding: 13px 0;
    border-bottom: 1px solid #eaeaea;
    color: #8d8d8d;
    font-size: 13px;
    line-height: 26px;
    overflow: visible;
  }

  .site-nav a::before {
    display: none;
  }

  .site-nav li.is-active a {
    color: #000;
    background: transparent;
  }

  .site-nav a:hover,
  .site-nav a:focus-visible {
    color: #a12064;
    background: transparent;
  }
}

@media (max-width: 480px) {
  .site-header__inner {
    width: calc(100% - 48px);
  }
}

.portfolio-grid-section {
  padding: 0 0 52px;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 25px;
}

.portfolio-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #111;
}

.portfolio-card a {
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
}

.portfolio-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 0.24s ease, opacity 0.24s ease;
}

.portfolio-card__body {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 24px;
  background: rgba(158, 32, 100, 0.9);
  opacity: 0;
  text-align: center;
  transition: opacity 0.2s ease;
}

.portfolio-card:hover img,
.portfolio-card:focus-within img {
  transform: scale(1.04);
  opacity: 0.35;
}

.portfolio-card:hover .portfolio-card__body,
.portfolio-card:focus-within .portfolio-card__body {
  opacity: 1;
}

.portfolio-card h3 {
  margin: 0;
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
}

.portfolio-card__body span {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.portfolio-grid__cta {
  display: flex;
  width: max-content;
  margin: 42px auto 0;
}

.client-logo-section,
.partner-logo-section {
  padding: 32px 0 52px;
}

.partner-logo-section {
  padding-top: 12px;
  padding-bottom: 76px;
}

.client-logo-grid,
.partner-logo-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 32px;
  align-items: center;
}

.partner-logo-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 760px;
  margin: 0 auto;
}

.client-logo-grid a,
.partner-logo-grid a {
  display: grid;
  min-height: 96px;
  place-items: center;
  opacity: 0.65;
  transition: opacity 0.18s ease;
}

.client-logo-grid a:hover,
.client-logo-grid a:focus-visible,
.partner-logo-grid a:hover,
.partner-logo-grid a:focus-visible {
  opacity: 1;
}

.client-logo-grid img,
.partner-logo-grid img {
  display: block;
  max-width: 180px;
  max-height: 74px;
  width: auto;
  height: auto;
}

@media (max-width: 900px) {
  .portfolio-grid {
    grid-template-columns: 1fr;
  }

  .client-logo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .partner-logo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .portfolio-card__body {
    position: static;
    opacity: 1;
    background: #a12064;
  }

  .portfolio-card:hover img,
  .portfolio-card:focus-within img {
    transform: none;
    opacity: 1;
  }

  .client-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .partner-logo-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .cookie-consent {
    right: 16px;
    bottom: 16px;
    left: 16px;
    width: auto;
    padding: 18px;
  }

  .cookie-consent__actions {
    flex-direction: column;
  }

  .cookie-consent__button {
    width: 100%;
  }
}
