/* Static fallback for carousel widgets when the original runtime does not initialize. */
.swiper:not(.swiper-initialized) {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
}

.swiper {
  touch-action: pan-x pan-y;
}

.swiper.static-dragging {
  cursor: grabbing;
  user-select: none;
}

.uiBase-mobile-menu-wrapper.static-menu-closed {
  opacity: 0 !important;
  pointer-events: none !important;
}

.static-country-switcher {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-family: inherit;
  z-index: 90;
  width: auto !important;
  padding: 0 !important;
  justify-content: center !important;
}

.static-country-toggle {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 40px;
  padding: 0 7px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: rgba(39, 39, 39, 0.82);
  box-shadow: none;
  cursor: pointer;
  font: inherit;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
}

.static-country-toggle:hover,
.static-country-toggle:focus-visible {
  background: rgba(39, 39, 39, 0.06);
  outline: none;
}

.static-country-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  border-radius: 999px;
  overflow: hidden;
  background: #f1f5f4;
  box-shadow: inset 0 0 0 1px rgba(39, 39, 39, 0.08);
}

.static-country-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.static-country-icon::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid #46bba4;
  border-radius: 999px;
  box-shadow: 8px 0 0 -5px #272727, -7px 4px 0 -5px #272727;
}

.static-country-has-image::before {
  content: none;
}

.static-country-code {
  overflow: visible;
  background: #272727;
  color: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
}

.static-country-code::before {
  content: none;
}

#uiBase-tb-footer .swiper-slide,
footer .swiper-slide {
  flex: 0 0 clamp(128px, 13vw, 178px) !important;
  width: clamp(128px, 13vw, 178px) !important;
}

#uiBase-tb-footer .designRuntime-widget-uiBase-gallery-carousel .ui-e-wrp.swiper-slide,
#uiBase-tb-footer .designRuntime-widget-image-carousel .swiper-slide {
  flex: 0 0 clamp(128px, 13vw, 178px) !important;
  width: clamp(128px, 13vw, 178px) !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
}

#uiBase-tb-footer .swiper-slide-inner,
footer .swiper-slide-inner {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 18px;
  background: #f4f4f4;
}

#uiBase-tb-footer .swiper-slide-image,
footer .swiper-slide-image {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

#uiBase-tb-footer .designRuntime-widget-uiBase-gallery-carousel,
#uiBase-tb-footer .designRuntime-widget-uiBase-gallery-carousel .ui-e-carousel,
#uiBase-tb-footer .designRuntime-widget-uiBase-gallery-carousel .swiper-wrapper {
  --ui-e-img-height: auto !important;
}

#uiBase-tb-footer .designRuntime-widget-uiBase-gallery-carousel .ui-e-animations-wrp,
#uiBase-tb-footer .designRuntime-widget-uiBase-gallery-carousel .ui-e-item,
#uiBase-tb-footer .designRuntime-widget-image-carousel .swiper-slide-inner {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
}

#uiBase-tb-footer .designRuntime-widget-uiBase-gallery-carousel .ui-e-item img,
#uiBase-tb-footer .designRuntime-widget-image-carousel .swiper-slide-image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center !important;
}

@media (min-width: 768px) {
  #uiBase-tb-footer {
    position: relative;
    z-index: 1;
    clear: both;
    overflow: hidden;
    background: #f4f4f4;
    color: #111111;
  }

  #uiBase-tb-footer .designRuntime-54,
  #uiBase-tb-footer .designRuntime-element-c72d72d {
    overflow: hidden;
  }

  #uiBase-tb-footer .designRuntime-element-c72d72d {
    --content-width: 1400px !important;
    background: #f4f4f4 !important;
  }

  #uiBase-tb-footer .designRuntime-element-c72d72d > .e-con-inner {
    width: min(100% - 40px, 1400px) !important;
    max-width: none !important;
    margin: 0 auto !important;
    padding: 32px 0 36px !important;
    display: grid !important;
    grid-template-columns: minmax(260px, 0.44fr) minmax(0, 1fr);
    grid-template-areas:
      "photos cta"
      "links links"
      "bottom bottom";
    gap: 18px;
    align-items: stretch;
    overflow: visible;
  }

  #uiBase-tb-footer .designRuntime-element-95dcde4 {
    grid-area: photos;
    --width: 100% !important;
    width: 100% !important;
    max-width: none !important;
    height: clamp(260px, 24vw, 350px) !important;
    min-height: 0 !important;
    border-radius: 30px;
    overflow: hidden !important;
  }

  #uiBase-tb-footer .designRuntime-element-50d5ade,
  #uiBase-tb-footer .designRuntime-element-50d5ade > .designRuntime-widget-container,
  #uiBase-tb-footer .designRuntime-image-carousel-wrapper,
  #uiBase-tb-footer .designRuntime-image-carousel {
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
  }

  #uiBase-tb-footer .designRuntime-image-carousel {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    transform: none !important;
    transition: none !important;
  }

  #uiBase-tb-footer .designRuntime-image-carousel > .swiper-slide {
    display: block !important;
    flex: none !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    aspect-ratio: auto !important;
    margin: 0 !important;
  }

  #uiBase-tb-footer .designRuntime-image-carousel > .swiper-slide:nth-child(n+5) {
    display: none !important;
  }

  #uiBase-tb-footer .designRuntime-image-carousel .swiper-slide-inner,
  #uiBase-tb-footer .designRuntime-image-carousel .swiper-slide-image {
    border-radius: 18px;
  }

  #uiBase-tb-footer .designRuntime-element-a6be21f {
    display: none !important;
  }

  #uiBase-tb-footer .designRuntime-element-a031a56 {
    grid-area: cta;
    --width: 100% !important;
    --margin-top: 0px !important;
    --margin-bottom: 0px !important;
    --margin-left: 0px !important;
    --margin-right: 0px !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    min-height: 0 !important;
    padding: clamp(28px, 3.2vw, 48px) !important;
    border-radius: 30px;
    background: #ffffff;
    overflow: hidden;
    justify-content: center;
  }

  #uiBase-tb-footer .designRuntime-element-8d4929a {
    width: min(100%, 760px) !important;
    max-width: 760px !important;
  }

  #uiBase-tb-footer .designRuntime-element-6434478 {
    width: min(100%, 760px) !important;
    max-width: 760px !important;
    --container-widget-width: 100% !important;
  }

  #uiBase-tb-footer .designRuntime-element-6434478 .designRuntime-heading-title {
    font-size: clamp(36px, 3.8vw, 54px) !important;
    line-height: 1.04 !important;
    letter-spacing: 0 !important;
  }

  #uiBase-tb-footer .designRuntime-element-e1893c4 {
    grid-area: links;
    --padding-top: 4px !important;
    padding-top: 4px !important;
  }

  #uiBase-tb-footer .footer-nav,
  #uiBase-tb-footer .custom-footer {
    width: 100% !important;
    gap: 0 !important;
  }

  #uiBase-tb-footer .dot-leader-row,
  #uiBase-tb-footer .office-row {
    width: 100% !important;
    min-height: 32px;
    display: flex !important;
    align-items: center !important;
    gap: 12px;
    font-size: 15px !important;
    line-height: 1.35 !important;
  }

  #uiBase-tb-footer .dot-leader,
  #uiBase-tb-footer .office-divider {
    min-width: 40px;
    margin: 0 !important;
    border-bottom: 1px dotted rgba(17, 17, 17, 0.35) !important;
  }

  #uiBase-tb-footer .nav-links,
  #uiBase-tb-footer .office-links {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-end;
    align-items: center !important;
    gap: 6px 12px !important;
    text-align: right;
  }

  #uiBase-tb-footer .nav-links a,
  #uiBase-tb-footer .office-links a,
  #uiBase-tb-footer .office-links span {
    font-size: 14px !important;
    line-height: 1.35 !important;
  }

  #uiBase-tb-footer .designRuntime-element-86e8874 > .designRuntime-widget-container,
  #uiBase-tb-footer .designRuntime-element-94bacd4 > .designRuntime-widget-container {
    padding-bottom: 16px !important;
  }

  #uiBase-tb-footer .designRuntime-element-da9b71d {
    grid-area: bottom;
    --padding-left: 0px !important;
    --padding-right: 0px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #uiBase-tb-footer .designRuntime-element-4b3edb2 {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    --e-con-grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 18px !important;
    align-items: center !important;
    padding-top: 10px !important;
    border-top: 1px solid rgba(17, 17, 17, 0.12);
  }

  #uiBase-tb-footer .designRuntime-element-7b40a04,
  #uiBase-tb-footer .designRuntime-element-ef14300 {
    grid-column: auto !important;
    width: auto !important;
    max-width: none !important;
  }

  #uiBase-tb-footer .designRuntime-element-7b40a04 {
    gap: 18px !important;
    flex-wrap: nowrap !important;
    min-width: 0;
  }

  #uiBase-tb-footer .designRuntime-element-1ebc1c1 img {
    width: clamp(136px, 12vw, 175px) !important;
    max-width: 100% !important;
  }

  #uiBase-tb-footer .designRuntime-element-c3b98f7,
  #uiBase-tb-footer .designRuntime-element-5483f1a {
    font-size: 14px !important;
    line-height: 1.45 !important;
  }

  #uiBase-tb-footer .designRuntime-element-c3b98f7 > .designRuntime-widget-container,
  #uiBase-tb-footer .designRuntime-element-5483f1a > .designRuntime-widget-container {
    margin: 0 !important;
    border: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #uiBase-tb-footer .designRuntime-element-c72d72d > .e-con-inner {
    width: min(100% - 30px, 920px) !important;
    padding-top: 24px !important;
    grid-template-columns: 1fr;
    grid-template-areas:
      "photos"
      "cta"
      "links"
      "bottom";
    gap: 16px;
  }

  #uiBase-tb-footer .designRuntime-element-95dcde4 {
    height: clamp(150px, 22vw, 205px) !important;
    border-radius: 24px;
  }

  #uiBase-tb-footer .designRuntime-image-carousel {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #uiBase-tb-footer .designRuntime-image-carousel > .swiper-slide:nth-child(n+4) {
    display: none !important;
  }

  #uiBase-tb-footer .designRuntime-element-a031a56 {
    padding: 30px !important;
    border-radius: 24px;
  }

  #uiBase-tb-footer .designRuntime-element-6434478 .designRuntime-heading-title {
    font-size: clamp(34px, 5vw, 44px) !important;
  }

  #uiBase-tb-footer .designRuntime-element-4b3edb2 {
    grid-template-columns: 1fr !important;
    --e-con-grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  #uiBase-tb-footer .designRuntime-element-ef14300 {
    align-items: flex-start !important;
  }

  #uiBase-tb-footer .designRuntime-element-5483f1a {
    text-align: left !important;
  }
}

@media (max-width: 767px) {
  body.home .static-cases-heading,
  body.home .static-method-copy,
  body.home .static-about-story {
    width: calc(100% - 28px);
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  body.home .static-about-story {
    display: block;
    gap: 0;
  }

  body.home .static-cases-heading h2,
  body.home .static-method-copy h2,
  body.home .static-about-story h2 {
    margin: 0 0 24px;
    font-size: 29px;
    line-height: 40.6px;
    font-weight: 700;
    letter-spacing: 0;
  }

  body.home .static-cases-heading p:not(.static-cases-kicker),
  body.home .static-method-copy p:not(.static-method-kicker),
  body.home .static-about-story p {
    max-width: none;
    margin: 0;
    font-size: 18px;
    line-height: 30.6px;
    font-weight: 500;
  }

  body.home .static-cases-heading p:not(.static-cases-kicker),
  body.home .static-method-copy p:not(.static-method-kicker) {
    color: rgba(0, 0, 0, 0.72);
  }

  body.home .static-about-story p {
    color: rgba(17, 17, 17, 0.68);
  }

  body.home .static-about-story p + p {
    margin-top: 18px !important;
  }
}

/* Keep the homepage contact card compact on phones. The exported layout used an
   absolute title plus a fixed min-height, which left too much empty space. */
@media (max-width: 767px) {
  body.home .designRuntime-element.designRuntime-element-12c5136 {
    --min-height: auto !important;
    --align-content: flex-start !important;
    --padding-top: 16px !important;
    --padding-bottom: 18px !important;
    min-height: auto !important;
    align-content: flex-start !important;
  }

  body.home .designRuntime-element.designRuntime-element-3698fac {
    --position: relative !important;
    --padding-top: 0 !important;
    --padding-bottom: 12px !important;
    --padding-left: 0 !important;
    --padding-right: 0 !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 56px !important;
  }

  body.home .designRuntime-element.designRuntime-element-de9bb7e .designRuntime-heading-title {
    font-size: 32px !important;
    line-height: 1.08em !important;
  }

  body.home .designRuntime-element.designRuntime-element-dfd7ecd,
  body.home .designRuntime-element.designRuntime-element-4951a1c {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.home .designRuntime-element.designRuntime-element-4951a1c {
    --gap: 4px 0 !important;
    --row-gap: 4px !important;
    --column-gap: 0 !important;
    row-gap: 4px !important;
  }
}

.static-country-current {
  white-space: nowrap;
}

.static-country-chevron {
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  opacity: 0.75;
}

.static-country-menu {
  position: absolute;
  top: calc(100% + 15px);
  left: 16px;
  display: none;
  min-width: 304px;
  padding: 10px 10px 12px;
  border: 1px solid rgba(39, 39, 39, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.985);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.18), 0 2px 0 rgba(70, 187, 164, 0.68) inset;
  backdrop-filter: blur(18px);
}

.static-country-switcher.is-open .static-country-menu {
  display: grid;
  gap: 5px;
}

.static-country-switcher.is-open .static-country-chevron {
  transform: rotate(225deg) translate(-1px, -1px);
}

.static-country-option {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  min-height: 52px;
  padding: 8px 10px;
  border-radius: 7px;
  color: #272727;
  font-size: 13px;
  line-height: 1.1;
  font-weight: 650;
  letter-spacing: 0;
  text-decoration: none;
}

.static-country-option:hover,
.static-country-option:focus-visible {
  color: #111111;
  background: rgba(70, 187, 164, 0.12);
  transform: translateX(2px);
  outline: none;
  text-decoration: none;
}

.static-country-option.is-active {
  background: #272727;
  color: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 8px 22px rgba(0, 0, 0, 0.12);
}

.static-country-option.is-planned {
  color: rgba(39, 39, 39, 0.62);
  background: rgba(39, 39, 39, 0.025);
  cursor: pointer;
}

.static-country-option.is-planned:hover,
.static-country-option.is-planned:focus-visible {
  color: rgba(39, 39, 39, 0.78);
  background: rgba(39, 39, 39, 0.05);
}

.static-country-option .static-country-icon {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
}

.static-country-soon {
  margin-left: auto;
  color: #74623b;
  opacity: 1;
  font-size: 10px;
  font-weight: 750;
  text-transform: uppercase;
  background: #f4ead0;
  border: 1px solid rgba(116, 98, 59, 0.12);
  border-radius: 999px;
  padding: 4px 7px;
}

.static-country-label {
  display: grid;
  gap: 2px;
}

.static-country-label strong {
  color: inherit;
  font-size: 14px;
  font-weight: 750;
}

.static-country-label span {
  color: inherit;
  opacity: 0.68;
  font-size: 12px;
  font-weight: 650;
}

.static-country-planned {
  margin-top: 8px;
  padding: 11px 10px 2px;
  border-top: 1px solid rgba(39, 39, 39, 0.1);
  color: rgba(39, 39, 39, 0.62);
  font-size: 12px;
  line-height: 1.65;
  font-weight: 600;
}

.static-country-planned span {
  color: rgba(39, 39, 39, 0.48);
}

.static-country-planned a {
  color: rgba(39, 39, 39, 0.78);
  text-decoration: none;
  font-weight: 750;
}

.static-country-planned a:hover,
.static-country-planned a:focus-visible {
  color: #111111;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  outline: none;
}

@media (min-width: 1026px) {
  .static-country-switcher-mobile {
    display: none !important;
  }

  #wrapper-navbar .uiBase-branding {
    flex: 0 0 auto;
  }

  #wrapper-navbar .static-country-switcher-desktop {
    flex: 0 0 auto;
    align-self: center;
    margin-left: -7px;
    padding-left: 11px !important;
  }

  #wrapper-navbar .static-country-switcher-desktop::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 46px;
    background: rgba(39, 39, 39, 0.12);
    transform: translateY(-50%);
  }

  #wrapper-navbar .static-country-switcher-desktop .static-country-toggle {
    padding: 0 4px;
    font-size: 22px;
    font-weight: 500;
    color: rgba(39, 39, 39, 0.82);
  }

  #wrapper-navbar .static-country-switcher-desktop .static-country-toggle .static-country-icon {
    display: none;
  }

  #wrapper-navbar .uiBase-nav-menu,
  #wrapper-navbar .uiBase-extra {
    align-items: center !important;
  }

  #wrapper-navbar .uiBase-nav-menu {
    flex: 1 1 auto;
    margin-left: clamp(34px, 4vw, 76px) !important;
    justify-content: flex-end;
  }
}

@media (min-width: 1026px) and (max-width: 1180px) {
  #wrapper-navbar .uiBase-nav-menu .uiBase-menu > li > a {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  #wrapper-navbar .uiBase-nav-menu {
    gap: 10px !important;
  }

  #wrapper-navbar .static-country-toggle {
    padding-right: 9px;
  }
}

#wrapper-navbar .uiBase-mobile-head-right {
  gap: 8px !important;
  margin-left: auto;
}

#wrapper-navbar .uiBase-mobile-head-right .static-country-switcher {
  margin-right: 0 !important;
}

@media (max-width: 767px) {
  .static-country-switcher-desktop {
    display: none !important;
  }

  #wrapper-navbar nav.uiBase-container {
    gap: 0 !important;
    column-gap: 0 !important;
  }

  #wrapper-navbar .uiBase-branding {
    flex: 0 0 auto;
  }

  #wrapper-navbar .static-country-switcher-mobile {
    flex: 0 0 auto;
    align-self: center;
    margin-left: -10px;
    padding-left: 10px !important;
  }

  #wrapper-navbar .static-country-switcher-mobile::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 42px;
    background: rgba(39, 39, 39, 0.12);
    transform: translateY(-50%);
  }

  .static-country-toggle {
    min-height: 34px;
    padding: 0 4px;
    font-size: 20px;
    font-weight: 500;
    color: rgba(39, 39, 39, 0.82);
    border: 0;
    border-radius: 7px;
    background: transparent;
  }

  .static-country-switcher-mobile .static-country-toggle .static-country-icon {
    display: none;
  }

  .static-country-current {
    display: inline;
  }

  .static-country-menu {
    left: auto;
    right: -54px;
    min-width: 286px;
  }
}

@media (min-width: 768px) and (max-width: 1025px) {
  .static-country-switcher-desktop {
    display: none !important;
  }

  #wrapper-navbar nav.uiBase-container {
    gap: 0 !important;
    column-gap: 0 !important;
  }

  #wrapper-navbar .uiBase-branding {
    flex: 0 0 auto;
  }

  #wrapper-navbar .static-country-switcher-mobile {
    flex: 0 0 auto;
    align-self: center;
    margin-left: -6px;
    padding-left: 12px !important;
  }

  #wrapper-navbar .static-country-switcher-mobile::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 46px;
    background: rgba(39, 39, 39, 0.12);
    transform: translateY(-50%);
  }

  .static-country-switcher-mobile .static-country-toggle {
    border: 0;
    border-radius: 7px;
    background: transparent;
    font-size: 22px;
    font-weight: 500;
    color: rgba(39, 39, 39, 0.82);
  }

  .static-country-switcher-mobile .static-country-toggle .static-country-icon {
    display: none;
  }

  .static-country-switcher-mobile .static-country-menu {
    left: auto;
    right: -38px;
  }
}

.designRuntime-element-c3b98f7,
.designRuntime-element-c3b98f7 p {
  line-height: 1.45 !important;
}

body:not(.designRuntime-editor-active) .uiBase-animate-hide {
  visibility: visible !important;
  opacity: 1 !important;
}

.designRuntime-element-static-hero-copy {
  max-width: 560px;
}

.designRuntime-element-static-hero-copy p {
  margin: 10px 0 0;
  color: inherit;
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.55;
}

.static-cases-section {
  padding: clamp(44px, 6vw, 82px) 0 clamp(16px, 2vw, 28px);
  overflow: hidden;
}

.static-cases-inner {
  width: min(100% - 30px, 1400px);
  margin: 0 auto;
  position: relative;
}

.static-cases-heading {
  max-width: 720px;
  margin: 0 auto clamp(22px, 3vw, 34px);
  text-align: center;
}

.static-cases-kicker {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #46bba4;
  font-weight: 600;
}

.static-cases-heading h2 {
  margin: 0;
  color: inherit;
  font-family: inherit;
  font-size: clamp(34px, 5vw, 68px);
  line-height: 0.95;
  letter-spacing: 0;
}

.static-cases-heading p:not(.static-cases-kicker) {
  margin: 14px auto 0;
  max-width: 560px;
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.55;
}

.static-cases-carousel {
  box-sizing: border-box;
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
  margin-right: calc((100% - 100vw) / 2);
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  scrollbar-width: none !important;
  -ms-overflow-style: none;
  padding: 0 28px;
  scroll-padding-left: 28px;
}

.static-cases-carousel::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
  display: none !important;
}

.static-cases-carousel .swiper-scrollbar {
  display: none !important;
}

.static-cases-carousel .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  width: max-content;
  min-width: 100%;
}

.static-cases-carousel.swiper:not(.swiper-initialized) > .swiper-wrapper {
  gap: 12px;
}

.static-case-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex: 0 0 calc((min(100vw - 30px, 1400px) - 40px) / 5);
  width: calc((min(100vw - 30px, 1400px) - 40px) / 5);
  min-width: 240px;
  min-height: clamp(300px, 24vw, 340px);
  height: clamp(300px, 24vw, 340px);
  padding: 0;
  color: #ffffff;
  text-decoration: none;
  border: 0;
  border-radius: 30px;
  background: #f4f4f4;
  overflow: hidden;
  scroll-snap-align: start;
  isolation: isolate;
  transition: transform 180ms ease, filter 180ms ease;
}

.static-case-card:hover,
.static-case-card:focus-visible {
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-3px);
  filter: saturate(1.05);
}

.static-case-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.03) 18%, rgba(0, 0, 0, 0.24) 54%, rgba(0, 0, 0, 0.9) 100%);
  pointer-events: none;
}

.static-case-media {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.static-case-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.static-case-card:hover .static-case-media img,
.static-case-card:focus-visible .static-case-media img {
  transform: scale(1.04);
}

.static-case-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100%;
  padding: 18px;
}

.static-case-label {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: auto;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  backdrop-filter: blur(8px);
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
}

.static-case-card h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-family: inherit;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: 0;
}

.static-case-card p {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.38;
}

.static-case-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 0;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
}

@media (min-width: 1025px) {
  .designRuntime-element-262ea36 {
    padding-bottom: 10px !important;
  }

  .designRuntime-element-6b3a5808 .designRuntime-divider {
    padding-top: 38px !important;
    padding-bottom: 32px !important;
    padding-block-start: 38px !important;
    padding-block-end: 32px !important;
  }

  .static-cases-section {
    padding-top: clamp(8px, 0.8vw, 12px);
  }

  .static-cases-inner {
    --static-cases-copy-width: clamp(330px, 31vw, 455px);
    --static-cases-fade-width: clamp(86px, 8vw, 130px);
  }

  .static-cases-heading {
    position: absolute;
    inset: 0 auto 0 0;
    z-index: 4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: var(--static-cases-copy-width);
    max-width: none;
    min-height: clamp(300px, 24vw, 340px);
    margin: 0;
    padding: 8px clamp(42px, 5vw, 72px) 8px 0;
    text-align: left;
    pointer-events: none;
  }

  .static-cases-heading h2 {
    font-size: clamp(42px, 4vw, 58px);
  }

  .static-cases-heading p:not(.static-cases-kicker) {
    margin-right: 0;
    margin-left: 0;
    max-width: 360px;
  }

  .static-case-card {
    flex-basis: 430px;
    width: 430px;
    min-width: 430px;
  }

  .static-cases-carousel {
    padding-left: calc(var(--static-cases-copy-width) + 44px);
    scroll-padding-left: calc(var(--static-cases-copy-width) + 44px);
    -webkit-mask-image: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0) 0,
      rgba(0, 0, 0, 0) calc(var(--static-cases-copy-width) * 0.42),
      rgba(0, 0, 0, 0.08) calc(var(--static-cases-copy-width) * 0.55),
      rgba(0, 0, 0, 0.24) calc(var(--static-cases-copy-width) * 0.68),
      rgba(0, 0, 0, 0.48) calc(var(--static-cases-copy-width) * 0.82),
      rgba(0, 0, 0, 0.78) calc(var(--static-cases-copy-width) + 14px),
      #000000 calc(var(--static-cases-copy-width) + var(--static-cases-fade-width)),
      #000000 100%
    );
    mask-image: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0) 0,
      rgba(0, 0, 0, 0) calc(var(--static-cases-copy-width) * 0.42),
      rgba(0, 0, 0, 0.08) calc(var(--static-cases-copy-width) * 0.55),
      rgba(0, 0, 0, 0.24) calc(var(--static-cases-copy-width) * 0.68),
      rgba(0, 0, 0, 0.48) calc(var(--static-cases-copy-width) * 0.82),
      rgba(0, 0, 0, 0.78) calc(var(--static-cases-copy-width) + 14px),
      #000000 calc(var(--static-cases-copy-width) + var(--static-cases-fade-width)),
      #000000 100%
    );
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }
}

.static-cases-carousel.static-dragging .static-case-card {
  cursor: grabbing;
}

.static-case-detail-hero {
  width: min(100% - 30px, 1400px);
  margin: 95px auto 40px;
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  gap: 18px;
  align-items: stretch;
}

.static-case-detail-hero-media {
  min-height: clamp(460px, 62vw, 720px);
  border-radius: 30px;
  overflow: hidden;
  background: #f4f4f4;
}

.static-case-detail-hero-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.static-case-detail-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: clamp(460px, 62vw, 720px);
  padding: clamp(24px, 3.8vw, 52px);
  border-radius: 30px;
  background: #f4f4f4;
  color: #111111;
}

.static-case-detail-label,
.static-case-detail-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  color: #111111;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
}

.static-case-detail-label::before,
.static-case-detail-kicker::before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: #46bba4;
}

.static-case-detail-hero-copy h1 {
  margin: 0;
  max-width: 760px;
  color: #111111;
  font-family: inherit;
  font-size: clamp(36px, 4.2vw, 64px);
  line-height: 1.02;
  font-weight: 780;
  letter-spacing: 0;
}

.static-case-detail-hero-copy p {
  margin: 22px 0 0;
  max-width: 720px;
  color: #8e8e8e;
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.52;
}

.static-case-detail-section,
.static-case-detail-story,
.static-case-detail-cta {
  width: min(100% - 30px, 1400px);
  margin: 0 auto 38px;
}

.static-case-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.static-case-detail-card {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 14px;
  padding: 23px;
  border-radius: 30px;
  background: #f4f4f4;
  color: #111111;
}

.static-case-detail-card-icon {
  color: #46bba4;
  font-size: 28px;
  line-height: 1;
}

.static-case-detail-card h2,
.static-case-detail-story h2,
.static-case-detail-cta h2 {
  margin: 0;
  color: #111111;
  font-family: inherit;
  letter-spacing: 0;
}

.static-case-detail-card h2 {
  font-size: clamp(20px, 1.65vw, 25px);
  line-height: 1.12;
  font-weight: 700;
}

.static-case-detail-card p {
  margin: 0;
  color: #8e8e8e;
  font-size: 15px;
  line-height: 1.52;
}

.static-case-detail-story-inner {
  max-width: 960px;
  padding: clamp(18px, 2.4vw, 34px) 0;
}

.static-case-detail-story h2,
.static-case-detail-cta h2 {
  font-size: clamp(30px, 3.2vw, 48px);
  line-height: 1.06;
  font-weight: 760;
}

.static-case-detail-story p {
  margin: 18px 0 0;
  color: rgba(17, 17, 17, 0.68);
  font-size: 16px;
  line-height: 1.68;
}

.static-case-detail-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: end;
  padding: 23px;
  border-radius: 30px;
  background: #f4f4f4;
}

.static-case-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.static-case-detail-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  color: #111111;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
}

.static-case-detail-button:hover,
.static-case-detail-button:focus-visible {
  color: #111111;
  text-decoration: none;
  outline: none;
}

.static-case-detail-button-primary {
  background: #46bba4;
}

.static-case-detail-button-secondary {
  background: #ffffff;
}

@media (max-width: 1024px) {
  .static-case-detail-hero,
  .static-case-detail-grid,
  .static-case-detail-cta-inner {
    grid-template-columns: 1fr;
  }

  .static-case-detail-hero-copy,
  .static-case-detail-hero-media {
    min-height: 420px;
  }
}

@media (max-width: 767px) {
  .static-case-detail-hero,
  .static-case-detail-section,
  .static-case-detail-story,
  .static-case-detail-cta {
    width: min(100% - 24px, 1400px);
  }

  .static-case-detail-hero {
    margin-top: 82px;
    gap: 12px;
  }

  .static-case-detail-hero-media {
    min-height: 330px;
    border-radius: 24px;
  }

  .static-case-detail-hero-copy {
    min-height: 0;
    padding: 24px 20px;
    border-radius: 24px;
  }

  .static-case-detail-hero-copy h1 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .static-case-detail-hero-copy p {
    font-size: 16px;
  }

  .static-case-detail-card {
    min-height: 220px;
    border-radius: 24px;
  }

  .static-case-detail-story h2,
  .static-case-detail-cta h2 {
    font-size: clamp(30px, 9vw, 42px);
  }

  .static-case-detail-cta-inner {
    align-items: start;
    border-radius: 24px;
  }

  .static-case-detail-actions {
    justify-content: stretch;
  }

  .static-case-detail-button {
    width: 100%;
  }
}

.static-services-section {
  padding: 0 0 50px;
  overflow: hidden;
}

.static-services-inner {
  width: min(100% - 60px, 1400px);
  margin: 0 auto;
}

.static-services-carousel {
  box-sizing: border-box;
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
  margin-right: calc((100% - 100vw) / 2);
  padding-left: clamp(28px, 3vw, 36px);
  padding-right: clamp(28px, 3vw, 36px);
  scroll-padding-left: clamp(28px, 3vw, 36px);
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  scrollbar-width: none !important;
  -ms-overflow-style: none;
}

.static-services-carousel::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
  display: none !important;
}

.static-services-carousel.swiper > .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  width: max-content;
  min-width: 100%;
}

.static-services-carousel.swiper:not(.swiper-initialized) > .swiper-wrapper {
  gap: 10px;
}

.static-service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex: 0 0 calc((min(100vw - 30px, 1400px) - 40px) / 5);
  width: calc((min(100vw - 30px, 1400px) - 40px) / 5);
  min-width: 238px;
  min-height: 340px;
  height: clamp(340px, 31vw, 440px);
  padding: 0;
  color: #ffffff;
  text-decoration: none;
  border: 0;
  border-radius: 30px;
  background: #f4f4f4;
  overflow: hidden;
  scroll-snap-align: start;
  isolation: isolate;
  transition: transform 180ms ease, filter 180ms ease;
}

.static-service-card:hover,
.static-service-card:focus-visible {
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-3px);
  filter: saturate(1.05);
}

.static-service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 22%, rgba(0, 0, 0, 0.2) 56%, rgba(0, 0, 0, 0.9) 100%);
  pointer-events: none;
}

.static-service-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.static-service-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 260ms ease;
}

.static-service-card:hover .static-service-media img,
.static-service-card:focus-visible .static-service-media img {
  transform: scale(1.04);
}

.static-service-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100%;
  padding: 21px;
}

.static-service-label {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: auto;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  backdrop-filter: blur(8px);
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
}

.static-service-card h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-family: inherit;
  font-size: clamp(19px, 1.55vw, 23px);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: 0;
}

.static-service-card p {
  margin: 0 0 14px;
  color: rgba(0, 0, 0, 0.66);
  font-size: 13px;
  line-height: 1.42;
}

.static-service-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
}

.static-service-card-muted {
  background: #f4f4f4;
  color: #000000;
}

.static-service-card-muted::after {
  display: none;
}

.static-service-card-muted:hover,
.static-service-card-muted:focus-visible {
  color: #000000;
}

.static-service-card-muted h3 {
  color: #000000;
  font-weight: 800;
  line-height: 1.18;
}

.static-service-card-muted .static-service-link {
  color: #46bba4;
}

.static-services-carousel.static-dragging .static-service-card {
  cursor: grabbing;
}

.static-redirect-page {
  min-height: 100vh;
  margin: 0;
  display: grid;
  place-items: center;
  background: #111816;
  color: #f8f5ef;
  font-family: "DM Sans", Arial, sans-serif;
}

.static-redirect-page main {
  width: min(100% - 48px, 560px);
}

.static-redirect-page a {
  color: #75c8b3;
}

@media (max-width: 767px) {
  body.home.page-id-3137 .designRuntime-element-2b5eb43 {
    display: none !important;
  }
}

.static-about-section {
  padding: 34px 0 82px;
  background: #ffffff;
}

.static-about-inner {
  width: min(100% - 48px, 1180px);
  margin: 0 auto;
  display: grid;
  gap: 0;
}

.static-about-card {
  display: block;
  padding: 23px;
  border-radius: 30px;
  background: #f4f4f4;
  color: #111111;
}

.static-about-intro {
  display: grid;
  align-content: start;
  gap: 18px;
  max-width: 100%;
}

.static-about-heading {
  display: flex;
  align-items: center;
  gap: 18px;
}

.static-about-dot {
  flex: 0 0 auto;
  width: 13px;
  height: 13px;
  border-radius: 999px;
  background: #4dc1ad;
}

.static-about-lead {
  margin: 0;
  color: #111111;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0;
}

.static-about-summary {
  margin: 0;
  width: 67%;
  max-width: 760px;
  color: #a4a4a4;
  font-size: 21px;
  line-height: 1.55;
  font-weight: 400;
}

.static-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 4px;
}

.static-about-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 132px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  color: #111111;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
}

.static-about-action:hover,
.static-about-action:focus-visible {
  color: #111111;
  text-decoration: none;
  outline: none;
}

.static-about-action-primary {
  background: #4dc1ad;
}

.static-about-action-secondary {
  background: #ffffff;
}

.static-about-action i {
  font-size: 0.86em;
  line-height: 1;
}

.static-about-story {
  display: grid;
  gap: 20px;
  max-width: 960px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #111111;
}

.static-about-story h2 {
  margin: 0;
  color: #111111;
  font-family: inherit;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}

.static-about-story p {
  margin: 0;
  max-width: 960px;
  color: rgba(17, 17, 17, 0.68);
  font-size: clamp(17px, 1.3vw, 19px);
  line-height: 1.72;
  font-weight: 400;
}

.static-about-story p + p {
  margin-top: 10px;
}

@media (max-width: 900px) {
  .static-about-section {
    padding: 24px 0 54px;
  }

  .static-about-inner {
    width: min(100% - 32px, 720px);
  }

  .static-about-card {
    padding: 23px;
  }

  .static-about-heading {
    gap: 16px;
    align-items: flex-start;
  }

  .static-about-dot {
    width: 12px;
    height: 12px;
    margin-top: 7px;
  }

  .static-about-lead,
  .static-about-summary {
    font-size: 19px;
  }

  .static-about-summary {
    width: 100%;
    max-width: none;
  }
}

@media (max-width: 520px) {
  .static-about-inner {
    width: min(100% - 24px, 720px);
  }

  .static-about-card {
    padding: 20px;
    border-radius: 24px;
  }

  .static-about-heading {
    gap: 14px;
  }

  .static-about-lead,
  .static-about-summary {
    font-size: 17px;
    line-height: 1.52;
  }

  .static-about-actions {
    gap: 12px;
  }

  .static-about-action {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    font-size: 16px;
  }

  .static-about-story p {
    font-size: 16px;
    line-height: 1.68;
  }

  body.home .static-about-story p + p,
  .static-about-story p + p {
    margin-top: 18px !important;
  }
}


.static-method-section {
  padding: clamp(4px, 1vw, 14px) 0 clamp(26px, 3.6vw, 46px);
  background: #ffffff;
  overflow: hidden;
}

.static-method-inner {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0 max(15px, calc((100vw - 1400px) / 2 + 15px)) 0 0;
  color: #000000;
  display: grid;
  grid-template-columns: minmax(0, 58vw) minmax(320px, 520px);
  gap: clamp(24px, 3.2vw, 48px);
  align-items: center;
  justify-content: start;
}

.static-method-copy {
  align-self: center;
  width: min(100%, 560px);
  padding: clamp(6px, 1vw, 14px) clamp(4px, 1vw, 14px);
}

.static-method-kicker {
  margin: 0 0 10px;
  color: #46bba4;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.static-method-copy h2 {
  margin: 0 0 12px;
  color: #000000;
  font-family: inherit;
  font-size: clamp(34px, 3.2vw, 48px);
  line-height: 1;
  letter-spacing: 0;
}

.static-method-copy p:not(.static-method-kicker) {
  max-width: 540px;
  margin: 0;
  color: rgba(0, 0, 0, 0.72);
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.45;
}

.static-method-media {
  position: relative;
  min-height: clamp(330px, 36vw, 500px);
  border-radius: 0;
  background: transparent;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.static-method-media img {
  width: min(100%, 900px);
  height: auto;
  max-height: clamp(330px, 36vw, 500px);
  display: block;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 1320px) {
  .static-method-inner {
    grid-template-columns: minmax(0, 56vw) minmax(320px, 500px);
  }
}

.designRuntime-element-7e27dd8 .static-services-autoscroll {
  scrollbar-width: none;
}

.designRuntime-element-7e27dd8 .swiper-slide,
.designRuntime-element-7e27dd8 .swiper-slide a[href] {
  cursor: pointer;
}

.designRuntime-element-7e27dd8 .static-services-autoscroll.static-dragging,
.designRuntime-element-7e27dd8 .static-services-autoscroll.static-dragging .swiper-slide,
.designRuntime-element-7e27dd8 .static-services-autoscroll.static-dragging .swiper-slide a[href] {
  cursor: grabbing;
}

.static-carousel-autoscroll {
  scroll-snap-type: none;
  scrollbar-width: none;
}

.static-services-autoscroll {
  scroll-snap-type: none;
}

@keyframes static-mobile-carousel-scroll {
  from {
    translate: 0 0;
  }

  to {
    translate: calc(var(--static-repeat-width, 0px) * -1) 0;
  }
}

.static-native-touch-scroll {
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  touch-action: pan-x pan-y;
}

.static-mobile-css-autoscroll {
  overflow-x: auto !important;
  scroll-snap-type: none !important;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  touch-action: pan-x pan-y;
}

.static-mobile-css-autoscroll > .swiper-wrapper {
  animation: static-mobile-carousel-scroll var(--static-scroll-duration, 48s) linear infinite !important;
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: translate;
}

.static-mobile-css-autoscroll.static-autoscroll-paused > .swiper-wrapper {
  animation-play-state: paused !important;
}

@media (hover: none), (pointer: coarse) {
  .static-mobile-css-autoscroll .swiper-slide,
  .static-mobile-css-autoscroll a[href],
  .static-native-touch-scroll .swiper-slide,
  .static-native-touch-scroll a[href] {
    transition-duration: 0s !important;
  }
}

.static-answers-block {
  box-sizing: border-box;
  width: 100vw;
  max-width: none !important;
  margin-left: calc((100% - 100vw) / 2) !important;
  margin-right: calc((100% - 100vw) / 2) !important;
  overflow: hidden;
}

.static-answers-carousel {
  box-sizing: border-box;
  width: 100vw !important;
  max-width: none !important;
  padding-left: clamp(28px, 3vw, 36px);
  padding-right: clamp(28px, 3vw, 36px);
  scroll-padding-left: clamp(28px, 3vw, 36px);
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.static-answers-carousel::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.static-answers-carousel.static-answers-autoscroll {
  scroll-snap-type: none;
}

.static-answers-carousel > .swiper-wrapper {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 10px;
  width: max-content !important;
  min-width: 100% !important;
  max-width: none !important;
  transform: none !important;
  transition: none !important;
}

.static-answer-card {
  position: relative;
  display: flex !important;
  flex: 0 0 calc((min(100vw - 72px, 1400px) - 40px) / 5) !important;
  flex-direction: column;
  justify-content: space-between;
  width: calc((min(100vw - 72px, 1400px) - 40px) / 5) !important;
  min-width: 238px !important;
  min-height: 460px;
  height: clamp(390px, 34vw, 460px);
  max-width: none !important;
  padding: 13px;
  color: #fff;
  text-decoration: none !important;
  border: 0;
  border-radius: 30px;
  background-color: #fff;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 37%, #000 74%), var(--static-answer-bg);
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  scroll-snap-align: start;
  isolation: isolate;
}

.static-answer-card:hover,
.static-answer-card:focus-visible {
  color: #fff;
  text-decoration: none !important;
  filter: saturate(1.05);
}

.static-answer-card-intro {
  justify-content: flex-end;
  gap: 6px;
  color: #000;
  background: #46bba4;
}

.static-answer-card-intro h2 {
  max-width: 220px;
  margin: 0;
  color: #000;
  font-family: "DM Sans", sans-serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0;
}

.static-answer-intro-icon {
  font-size: 45px;
  line-height: 1;
}

.static-answer-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
}

.static-answer-author {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 8px;
  color: #fff;
  font-weight: 700;
}

.static-answer-author img {
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  border-radius: 38px;
  object-fit: cover;
}

.static-answer-views {
  flex: 0 0 auto;
  color: #b1b1b1;
  font-weight: 500;
  white-space: nowrap;
}

.static-answer-question {
  display: block;
  width: 100%;
  margin-top: auto;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.35;
}

.static-answers-carousel.static-dragging .static-answer-card {
  cursor: grabbing;
}

.static-next-questions-widget .designRuntime-swiper-button,
.static-next-questions-widget .swiper-pagination {
  display: none !important;
}

.static-next-questions-widget {
  box-sizing: border-box;
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc((100% - 100vw) / 2) !important;
  margin-right: calc((100% - 100vw) / 2) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden !important;
}

.static-next-questions-widget > .designRuntime-widget-container {
  overflow: visible !important;
}

.static-next-questions-carousel {
  box-sizing: border-box;
  width: 100vw !important;
  max-width: none !important;
  padding-left: clamp(28px, 3vw, 36px);
  padding-right: clamp(28px, 3vw, 36px);
  scroll-padding-left: clamp(28px, 3vw, 36px);
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.static-next-questions-carousel::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.static-next-questions-carousel.static-next-questions-autoscroll {
  scroll-snap-type: none;
}

.static-next-questions-carousel > .swiper-wrapper {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 10px;
  width: max-content !important;
  min-width: 100% !important;
  max-width: none !important;
  transform: none !important;
  transition: none !important;
}

.static-next-questions-carousel > .swiper-wrapper > .swiper-slide {
  flex: 0 0 calc((min(100vw - 72px, 1400px) - 40px) / 5) !important;
  width: calc((min(100vw - 72px, 1400px) - 40px) / 5) !important;
  min-width: 238px !important;
  max-width: none !important;
  height: auto !important;
  scroll-snap-align: start;
}

.static-next-questions-carousel > .swiper-wrapper > .swiper-slide > a {
  width: 100% !important;
  min-height: 460px !important;
  height: clamp(390px, 34vw, 460px) !important;
}

.static-next-questions-carousel.static-dragging a[href] {
  cursor: grabbing;
}

.static-service-answers-widget .designRuntime-swiper-button,
.static-service-answers-widget .swiper-pagination {
  display: none !important;
}

.static-service-answers-widget {
  box-sizing: border-box;
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc((100% - 100vw) / 2) !important;
  margin-right: calc((100% - 100vw) / 2) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden !important;
}

.static-service-answers-widget > .designRuntime-widget-container {
  overflow: visible !important;
}

.static-service-answers-carousel {
  box-sizing: border-box;
  width: 100vw !important;
  max-width: none !important;
  padding-left: clamp(28px, 3vw, 36px);
  padding-right: clamp(28px, 3vw, 36px);
  scroll-padding-left: clamp(28px, 3vw, 36px);
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.static-service-answers-carousel::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.static-service-answers-carousel.static-service-answers-autoscroll {
  scroll-snap-type: none;
}

.static-service-answers-carousel > .swiper-wrapper {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 10px;
  width: max-content !important;
  min-width: 100% !important;
  max-width: none !important;
  transform: none !important;
  transition: none !important;
}

.static-service-answers-carousel > .swiper-wrapper > .swiper-slide {
  flex: 0 0 calc((min(100vw - 72px, 1400px) - 40px) / 5) !important;
  width: calc((min(100vw - 72px, 1400px) - 40px) / 5) !important;
  min-width: 238px !important;
  max-width: none !important;
  height: auto !important;
  scroll-snap-align: start;
}

.static-service-answers-carousel > .swiper-wrapper > .swiper-slide > a,
.static-service-answers-carousel > .swiper-wrapper > .swiper-slide > .e-con {
  width: 100% !important;
  min-height: 460px !important;
  height: clamp(390px, 34vw, 460px) !important;
}

.static-service-answers-carousel.static-dragging,
.static-service-answers-carousel.static-dragging .swiper-slide,
.static-service-answers-carousel.static-dragging a[href] {
  cursor: grabbing;
}

.static-service-benefits-widget .designRuntime-swiper-button,
.static-service-benefits-widget .swiper-pagination {
  display: none !important;
}

.static-service-benefits-widget {
  box-sizing: border-box;
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

.static-service-benefits-widget > .designRuntime-widget-container {
  overflow: visible !important;
}

.static-service-benefits-carousel {
  box-sizing: border-box;
  width: 100% !important;
  max-width: none !important;
  padding-bottom: 0 !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.static-service-benefits-carousel::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.static-service-benefits-carousel.static-service-benefits-autoscroll {
  scroll-snap-type: none;
}

.static-service-benefits-carousel > .swiper-wrapper {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 10px;
  width: max-content !important;
  min-width: 100% !important;
  max-width: none !important;
  transform: none !important;
  transition: none !important;
}

.static-service-benefits-carousel > .swiper-wrapper > .swiper-slide {
  flex: 0 0 clamp(220px, 17vw, 285px) !important;
  width: clamp(220px, 17vw, 285px) !important;
  min-width: 220px !important;
  max-width: none !important;
  height: auto !important;
  scroll-snap-align: start;
}

.static-service-benefits-carousel > .swiper-wrapper > .swiper-slide > .e-con,
.static-service-benefits-carousel > .swiper-wrapper > .swiper-slide > a {
  width: 100% !important;
  height: 100% !important;
  min-height: 210px;
}

.static-service-benefits-carousel.static-dragging,
.static-service-benefits-carousel.static-dragging .swiper-slide,
.static-service-benefits-carousel.static-dragging a[href] {
  cursor: grabbing;
}

.static-service-hero-copy.designRuntime-element {
  --flex-direction: row !important;
  --justify-content: flex-start !important;
  --align-items: flex-start !important;
  --align-content: flex-start !important;
  --flex-wrap: wrap !important;
  --gap: 5px 5px !important;
  --row-gap: 5px !important;
  --column-gap: 5px !important;
}

.static-service-hero-copy {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  align-content: flex-start !important;
  gap: 5px !important;
  width: 100% !important;
}

.static-service-hero-label {
  width: auto !important;
  max-width: none !important;
}

.static-service-hero-label > .designRuntime-widget-container {
  padding: 0 !important;
}

.static-service-hero-label .designRuntime-button-content-wrapper {
  flex-direction: row !important;
}

.static-service-hero-label .designRuntime-button {
  font-size: 14px !important;
  font-weight: 600 !important;
  fill: #000000 !important;
  color: #000000 !important;
  padding: 9px 9px 9px 9px !important;
}

.static-service-hero-title {
  width: 100% !important;
  max-width: 100% !important;
}

.static-service-hero-title.designRuntime-element {
  --align-self: flex-end !important;
}

.static-service-hero-title > .designRuntime-widget-container {
  padding: 0 !important;
}

.static-service-hero-title .designRuntime-heading-title {
  margin: 0;
  color: #ffffff !important;
  font-size: 32px !important;
  line-height: normal !important;
}

.static-service-hero-description {
  max-width: 620px;
  color: #a5a5a5 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.static-service-hero-description > .designRuntime-widget-container {
  padding: 0 0 7px 0 !important;
}

.static-service-hero-description p {
  margin: 0;
}

.static-declassified-case-page .static-case-final-cta {
  display: flex !important;
  margin-top: clamp(28px, 4vw, 54px);
  margin-bottom: clamp(46px, 6vw, 92px);
}

.static-declassified-case-page .designRuntime-element-80e44de {
  cursor: pointer;
}

.static-declassified-case-page .designRuntime-element-606ef1a,
.static-declassified-case-page .designRuntime-element-606ef1a > .designRuntime-widget-container,
.static-case-story {
  width: 100%;
}

.static-case-story {
  --story-duration: 5200ms;
  position: relative;
  height: 620px;
  overflow: hidden;
  border-radius: 30px;
  background: #0e0e0e;
  cursor: pointer;
  isolation: isolate;
}

body.home .designRuntime-3137 .designRuntime-element-73e343c {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate;
  background-position: center center !important;
}

body.home .designRuntime-3137 .designRuntime-element-73e343c > .static-home-story {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  border-radius: inherit;
  pointer-events: auto;
}

body.home .designRuntime-3137 .designRuntime-element-73e343c > .static-home-story::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0.84) 100%);
}

body.home .designRuntime-3137 .designRuntime-element-73e343c .designRuntime-element-fe91f3f {
  z-index: 5;
}

body.home .designRuntime-3137 .designRuntime-element-73e343c .designRuntime-element-334feac {
  display: none !important;
}

body.home .designRuntime-3137 .static-home-story .static-case-story-progress {
  top: 16px;
  left: 18px;
  right: 18px;
}

@media (min-width: 1025px) {
  body.home .designRuntime-3137 {
    --home-hero-panel-height: max(620px, calc(100svh - clamp(84px, 8svh, 104px) - clamp(84px, 8svh, 104px)));
    --home-hero-panel-width: min(430px, 52vw);
  }

  body.home .designRuntime-3137 .designRuntime-element-8ac5028 {
    min-height: 100svh !important;
  }

  body.home .designRuntime-3137 .designRuntime-element-8742d67 {
    --width: var(--home-hero-panel-width) !important;
    width: var(--home-hero-panel-width) !important;
    max-width: var(--home-hero-panel-width) !important;
    flex: 0 0 var(--home-hero-panel-width) !important;
    align-items: stretch !important;
  }

  body.home .designRuntime-3137 .designRuntime-element-73e343c {
    height: var(--home-hero-panel-height) !important;
    min-height: var(--home-hero-panel-height) !important;
  }

  body.home .designRuntime-3137 .designRuntime-element-ee7c27c {
    --width: auto !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    flex: 1 1 0 !important;
    align-self: stretch !important;
  }

  body.home .designRuntime-3137 .designRuntime-element-4945805 {
    height: var(--home-hero-panel-height) !important;
    min-height: var(--home-hero-panel-height) !important;
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
    --e-con-grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  body.home .designRuntime-3137 .designRuntime-element-12c5136,
  body.home .designRuntime-3137 .designRuntime-element-eb64822 {
    min-height: 0 !important;
    height: auto !important;
    grid-row: span 2 !important;
  }

  body.home .designRuntime-3137 .designRuntime-element-2b5eb43 {
    min-height: 0 !important;
    height: auto !important;
    grid-row: span 1 !important;
  }
}

/* Case hero full-height sticky trial. Remove this block to return to the previous service layout. */
@media (min-width: 768px) {
  .static-declassified-case-page {
    --case-hero-sticky-top: clamp(84px, 8svh, 104px);
  }

  .static-declassified-case-page .designRuntime-5084 .designRuntime-element-28bf386a {
    min-height: 100svh !important;
    --padding-bottom: 18px !important;
  }

  .static-declassified-case-page .designRuntime-5084 .designRuntime-element-53151bd3 {
    --width: min(430px, 52vw) !important;
    width: min(430px, 52vw) !important;
    max-width: min(430px, 52vw) !important;
    flex: 0 0 min(430px, 52vw) !important;
    align-items: stretch !important;
    min-height: calc(100svh - 118px) !important;
  }

  .static-declassified-case-page .designRuntime-5084 .designRuntime-element-38e30531 {
    position: sticky !important;
    top: var(--case-hero-sticky-top) !important;
    transform: none !important;
    align-self: flex-start !important;
  }

  .static-declassified-case-page .designRuntime-5084 .designRuntime-element-c50d993,
  .static-declassified-case-page .designRuntime-5084 .designRuntime-element-c50d993.designRuntime-sticky--active {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
  }

  .static-declassified-case-page .designRuntime-5084 .designRuntime-element-38e30531,
  .static-declassified-case-page .designRuntime-5084 .designRuntime-element-c50d993,
  .static-declassified-case-page .designRuntime-5084 .designRuntime-element-80e44de,
  .static-declassified-case-page .designRuntime-5084 .designRuntime-element-606ef1a,
  .static-declassified-case-page .designRuntime-5084 .designRuntime-element-606ef1a > .designRuntime-widget-container,
  .static-declassified-case-page .static-case-story {
    height: max(620px, calc(100svh - var(--case-hero-sticky-top) - var(--case-hero-sticky-top))) !important;
    min-height: max(620px, calc(100svh - var(--case-hero-sticky-top) - var(--case-hero-sticky-top))) !important;
  }

  .static-declassified-case-page .static-case-story-slide img {
    object-position: center center !important;
  }

  .static-declassified-case-page .designRuntime-5084 .designRuntime-element-563d952c {
    --width: auto !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    flex: 1 1 0 !important;
    min-height: calc(100svh - 118px) !important;
    align-content: stretch !important;
  }
}

.static-case-story-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 560ms ease;
  pointer-events: none;
  z-index: 1;
}

.static-case-story-slide.is-active {
  opacity: 1;
  z-index: 2;
}

.static-case-story-slide img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  transform: scale(1.01);
}

.static-case-story-slide video {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

.static-case-story-slide.is-active img {
  animation: static-case-story-zoom var(--story-duration) linear forwards;
}

.static-case-story-progress {
  position: absolute;
  z-index: 4;
  top: 14px;
  right: 16px;
  left: 16px;
  display: grid;
  grid-template-columns: repeat(var(--story-count, 4), minmax(0, 1fr));
  gap: 6px;
  pointer-events: none;
}

.static-case-story-progress-item {
  height: 3px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.32);
}

.static-case-story-progress-item span {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.94);
}

.static-case-story-progress-item.is-complete span {
  width: 100%;
}

@keyframes static-case-story-zoom {
  from {
    transform: scale(1.01);
  }
  to {
    transform: scale(1.075);
  }
}

@media (prefers-reduced-motion: reduce) {
  .static-case-story-slide,
  .static-case-story-progress-item span {
    transition: none !important;
  }

  .static-case-story-slide.is-active img {
    animation: none !important;
  }
}

@media (max-width: 1024px) {
  .static-service-hero-title .designRuntime-heading-title {
    font-size: 34px !important;
  }

  .static-service-hero-description {
    font-size: 19px !important;
  }
}

@media (max-width: 767px) {
  body.home .designRuntime-3137 .designRuntime-element-73e343c {
    height: max(620px, calc(100svh - 92px)) !important;
    min-height: max(620px, calc(100svh - 92px)) !important;
  }

  body.home .designRuntime-3137 .designRuntime-element-73e343c > .static-home-story {
    height: 100% !important;
    min-height: 100% !important;
  }

  body.home .designRuntime-3137 .designRuntime-element-73e343c .designRuntime-element-fe91f3f {
    --padding-bottom: 16px !important;
    padding-bottom: 16px !important;
  }

  body.home .designRuntime-3137 .designRuntime-element-12c5136 {
    --margin-top: 0 !important;
    margin-top: 0 !important;
  }

  .static-service-hero-title > .designRuntime-widget-container {
    padding: 12px 0 0 0 !important;
  }

  .static-service-hero-description {
    font-size: 19px !important;
    line-height: 1.2em !important;
  }

  .static-service-hero-description > .designRuntime-widget-container {
    padding: 0 0 12px 0 !important;
  }

  .static-declassified-case-page .designRuntime-element-80e44de {
    height: max(600px, calc(100svh - 92px)) !important;
    min-height: max(600px, calc(100svh - 92px)) !important;
    margin-bottom: 0 !important;
  }

  .static-declassified-case-page .designRuntime-element-606ef1a,
  .static-declassified-case-page .designRuntime-element-606ef1a > .designRuntime-widget-container,
  .static-case-story,
  .static-declassified-case-page .designRuntime-element-606ef1a img {
    height: 100% !important;
  }

  .static-declassified-case-page .designRuntime-element-606ef1a img {
    object-fit: cover !important;
  }
}

@media (max-width: 1024px) {
  .static-answer-card {
    flex-basis: calc((100vw - 58px) / 3) !important;
    width: calc((100vw - 58px) / 3) !important;
    min-width: 250px !important;
  }

  .static-next-questions-carousel > .swiper-wrapper > .swiper-slide {
    flex-basis: calc((100vw - 58px) / 3) !important;
    width: calc((100vw - 58px) / 3) !important;
    min-width: 250px !important;
  }

  .static-service-answers-carousel > .swiper-wrapper > .swiper-slide {
    flex-basis: calc((100vw - 58px) / 3) !important;
    width: calc((100vw - 58px) / 3) !important;
    min-width: 250px !important;
  }

  .static-service-benefits-carousel > .swiper-wrapper > .swiper-slide {
    flex-basis: clamp(220px, 36vw, 320px) !important;
    width: clamp(220px, 36vw, 320px) !important;
    min-width: 220px !important;
  }
}

@media (max-width: 767px) {
  .static-answers-carousel {
    padding-left: 23px;
    padding-right: 23px;
    scroll-padding-left: 23px;
  }

  .static-answer-card {
    flex-basis: calc((100vw - 46px) / 2) !important;
    width: calc((100vw - 46px) / 2) !important;
    min-width: 220px !important;
    min-height: 390px;
  }

  .static-next-questions-carousel {
    padding-left: 23px;
    padding-right: 23px;
    scroll-padding-left: 23px;
  }

  .static-next-questions-carousel > .swiper-wrapper > .swiper-slide {
    flex-basis: calc((100vw - 46px) / 2) !important;
    width: calc((100vw - 46px) / 2) !important;
    min-width: 220px !important;
  }

  .static-next-questions-carousel > .swiper-wrapper > .swiper-slide > a {
    min-height: 390px !important;
  }

  .static-service-answers-carousel {
    padding-left: 23px;
    padding-right: 23px;
    scroll-padding-left: 23px;
  }

  .static-service-answers-carousel > .swiper-wrapper > .swiper-slide {
    flex-basis: calc((100vw - 46px) / 2) !important;
    width: calc((100vw - 46px) / 2) !important;
    min-width: 220px !important;
  }

  .static-service-answers-carousel > .swiper-wrapper > .swiper-slide > a,
  .static-service-answers-carousel > .swiper-wrapper > .swiper-slide > .e-con {
    min-height: 390px !important;
  }

  .static-service-benefits-carousel > .swiper-wrapper > .swiper-slide {
    flex-basis: calc((100vw - 56px) / 2) !important;
    width: calc((100vw - 56px) / 2) !important;
    min-width: 170px !important;
  }

  .static-service-benefits-carousel > .swiper-wrapper > .swiper-slide > .e-con,
  .static-service-benefits-carousel > .swiper-wrapper > .swiper-slide > a {
    min-height: 190px;
  }

  .static-answer-card-intro h2 {
    font-size: 25px;
    line-height: 29px;
  }
}

.designRuntime-element-7e27dd8 .static-services-autoscroll::-webkit-scrollbar {
  display: none;
}

.static-carousel-autoscroll::-webkit-scrollbar {
  display: none;
}

.designRuntime-element-7e27dd8 .swiper-pagination {
  display: none !important;
}

.designRuntime-element-7e27dd8.designRuntime-pagination-position-outside .swiper {
  padding-bottom: 0 !important;
}

.designRuntime-element-7e27dd8.designRuntime-pagination-position-outside {
  --e-n-carousel-swiper-padding-bottom: 0px;
}

.swiper:not(.swiper-initialized) > .swiper-wrapper {
  flex: 0 0 auto;
  flex-wrap: nowrap;
  width: max-content;
  min-width: 100%;
  max-width: none;
}

.swiper:not(.swiper-initialized) > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start;
}

.designRuntime-widget-n-carousel .e-n-carousel:not(.swiper-initialized) > .swiper-wrapper {
  gap: var(--e-n-carousel-swiper-slides-gap, 10px);
}

.designRuntime-widget-n-carousel .e-n-carousel:not(.swiper-initialized) > .swiper-wrapper > .swiper-slide {
  --static-carousel-gap-count: max(calc(var(--e-n-carousel-swiper-slides-to-display, 1) - 1), 0);
  --static-carousel-gap-width: calc(var(--static-carousel-gap-count) * var(--e-n-carousel-swiper-slides-gap, 10px));
  flex: 0 0 calc((100% - var(--static-carousel-gap-width)) / var(--e-n-carousel-swiper-slides-to-display, 1));
  max-width: calc((100% - var(--static-carousel-gap-width)) / var(--e-n-carousel-swiper-slides-to-display, 1));
}

.designRuntime-image-carousel-wrapper:not(.swiper-initialized) > .swiper-wrapper > .swiper-slide {
  flex: 0 0 calc(100% / var(--e-image-carousel-slides-to-show, 3));
  max-width: calc(100% / var(--e-image-carousel-slides-to-show, 3));
}

.designRuntime-widget-uiBase-gallery-carousel .ui-e-carousel:not(.swiper-initialized) > .swiper-wrapper {
  gap: var(--ui-e-carousel-gap, 0px);
}

.designRuntime-widget-uiBase-gallery-carousel .ui-e-carousel.swiper {
  overflow-x: auto !important;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}

.designRuntime-widget-uiBase-gallery-carousel .ui-e-carousel:not(.swiper-initialized) > .swiper-wrapper > .swiper-slide {
  flex: 0 0 calc(100% / var(--ui-e-slides-per-view, 5));
  max-width: calc(100% / var(--ui-e-slides-per-view, 5));
}

@media (max-width: 1024px) {
  .static-method-inner {
    width: min(100% - 30px, 1400px);
    margin: 0 auto;
    padding: 0;
    grid-template-columns: 1fr;
  }

  .static-method-copy p:not(.static-method-kicker) {
    max-width: 640px;
  }

  .static-method-media {
    min-height: clamp(260px, 52vw, 410px);
    justify-content: center;
  }

  .static-service-card {
    flex-basis: calc((100vw - 58px) / 3);
    width: calc((100vw - 58px) / 3);
    min-width: 250px;
    height: clamp(330px, 42vw, 430px);
  }

  .designRuntime-widget-uiBase-gallery-carousel .ui-e-carousel:not(.swiper-initialized) > .swiper-wrapper > .swiper-slide {
    flex-basis: calc(100% / var(--ui-e-slides-per-view-tablet, 3));
    max-width: calc(100% / var(--ui-e-slides-per-view-tablet, 3));
  }
}

@media (max-width: 767px) {
  .static-cases-inner {
    width: min(100% - 24px, 1400px);
  }

  .static-cases-heading {
    max-width: none;
    margin-right: 0;
    margin-left: 0;
    text-align: left;
  }

  .static-cases-heading p:not(.static-cases-kicker) {
    margin-right: 0;
    margin-left: 0;
  }

  .static-case-card {
    flex-basis: calc((100vw - 44px) / 1.22);
    width: calc((100vw - 44px) / 1.22);
    min-width: 236px;
    min-height: 390px;
  }

  .static-method-section {
    padding: 10px 0 34px;
  }

  .static-method-inner {
    width: min(100% - 24px, 1400px);
    padding: 0;
  }

  .static-method-copy h2 {
    font-size: clamp(34px, 11vw, 46px);
  }

  .static-method-media {
    min-height: 250px;
  }

  .static-method-media img {
    max-height: 290px;
  }

  .static-method-copy {
    padding: 0;
  }

  .static-services-section {
    padding-bottom: 22px;
  }

  .static-services-inner {
    width: min(100% - 24px, 1400px);
  }

  .static-service-card {
    flex-basis: min(74vw, 292px);
    width: min(74vw, 292px);
    min-width: 220px;
    height: 500px;
  }

  .static-service-content {
    padding: 21px;
  }

  .designRuntime-widget-uiBase-gallery-carousel .ui-e-carousel:not(.swiper-initialized) > .swiper-wrapper > .swiper-slide {
    flex-basis: calc(100% / var(--ui-e-slides-per-view-mobile, 2));
    max-width: calc(100% / var(--ui-e-slides-per-view-mobile, 2));
  }
}

/* Footer image strips must stay square in every exported language variant. */
#uiBase-tb-footer .designRuntime-widget-uiBase-gallery-carousel .ui-e-carousel > .swiper-wrapper > .ui-e-wrp.swiper-slide,
#uiBase-tb-footer .designRuntime-widget-image-carousel .swiper-wrapper > .swiper-slide {
  flex: 0 0 clamp(128px, 13vw, 178px) !important;
  flex-basis: clamp(128px, 13vw, 178px) !important;
  width: clamp(128px, 13vw, 178px) !important;
  max-width: clamp(128px, 13vw, 178px) !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
}

#uiBase-tb-footer .designRuntime-widget-uiBase-gallery-carousel .ui-e-carousel,
#uiBase-tb-footer .designRuntime-widget-uiBase-gallery-carousel .ui-e-carousel > .swiper-wrapper,
#uiBase-tb-footer .designRuntime-widget-uiBase-gallery-carousel .ui-e-animations-wrp,
#uiBase-tb-footer .designRuntime-widget-uiBase-gallery-carousel .ui-e-item,
#uiBase-tb-footer .designRuntime-widget-image-carousel .swiper-slide-inner {
  --ui-e-img-height: auto !important;
}

#uiBase-tb-footer .designRuntime-widget-uiBase-gallery-carousel .ui-e-animations-wrp,
#uiBase-tb-footer .designRuntime-widget-uiBase-gallery-carousel .ui-e-item,
#uiBase-tb-footer .designRuntime-widget-image-carousel .swiper-slide-inner {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
}

#uiBase-tb-footer .designRuntime-widget-uiBase-gallery-carousel .ui-e-item img,
#uiBase-tb-footer .designRuntime-widget-image-carousel .swiper-slide-image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center !important;
}

/* Footer CTA: moving photo strip with an overlapping contact panel on desktop/tablet. */
@media (min-width: 768px) {
  #uiBase-tb-footer .designRuntime-element-c72d72d > .e-con-inner {
    width: min(100% - 40px, 1400px) !important;
    padding: 32px 0 38px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "photos"
      "cta"
      "links"
      "bottom" !important;
    gap: 18px !important;
    align-items: stretch !important;
  }

  #uiBase-tb-footer .designRuntime-element-95dcde4 {
    width: 100% !important;
    max-width: none !important;
    height: clamp(230px, 22vw, 315px) !important;
    border-radius: 34px !important;
    overflow: hidden !important;
    position: relative;
  }

  #uiBase-tb-footer .designRuntime-element-95dcde4::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.18), transparent 24%, transparent 76%, rgba(0, 0, 0, 0.18));
    z-index: 2;
  }

  #uiBase-tb-footer .designRuntime-element-50d5ade,
  #uiBase-tb-footer .designRuntime-element-50d5ade > .designRuntime-widget-container,
  #uiBase-tb-footer .designRuntime-image-carousel-wrapper,
  #uiBase-tb-footer .designRuntime-element-95dcde4 .designRuntime-image-carousel {
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
  }

  #uiBase-tb-footer .designRuntime-element-95dcde4 .designRuntime-image-carousel {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    gap: 10px !important;
    width: max-content !important;
    min-width: 100% !important;
    max-width: none !important;
    animation: footerPhotoDrift 30s ease-in-out infinite alternate;
    will-change: transform;
  }

  #uiBase-tb-footer .designRuntime-element-95dcde4 .designRuntime-image-carousel > .swiper-slide {
    display: block !important;
    flex: none !important;
    flex-basis: clamp(150px, 14vw, 220px) !important;
    width: clamp(150px, 14vw, 220px) !important;
    min-width: 0 !important;
    max-width: clamp(150px, 14vw, 220px) !important;
    height: 100% !important;
    aspect-ratio: 1 / 1.28 !important;
    margin: 0 !important;
    border-radius: 24px !important;
    overflow: hidden !important;
  }

  #uiBase-tb-footer .designRuntime-element-95dcde4 .designRuntime-image-carousel > .swiper-slide:nth-child(n) {
    display: block !important;
  }

  #uiBase-tb-footer .designRuntime-element-95dcde4 .swiper-slide-inner,
  #uiBase-tb-footer .designRuntime-element-95dcde4 .swiper-slide-image {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: auto !important;
    border-radius: 24px !important;
  }

  #uiBase-tb-footer .designRuntime-element-95dcde4 .swiper-slide-image {
    animation: footerImagePulse 9s ease-in-out infinite alternate;
    filter: saturate(0.98) contrast(1.04);
    will-change: transform;
  }

  #uiBase-tb-footer .designRuntime-element-a031a56 {
    width: min(calc(100% - 64px), 1040px) !important;
    max-width: 1040px !important;
    margin: -86px auto 0 !important;
    padding: clamp(34px, 4vw, 56px) !important;
    position: relative;
    z-index: 5;
    border-radius: 34px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.12) !important;
    backdrop-filter: blur(12px);
  }

  #uiBase-tb-footer .designRuntime-element-6434478 .designRuntime-heading-title {
    font-size: clamp(42px, 5vw, 68px) !important;
    line-height: 0.98 !important;
    letter-spacing: 0 !important;
  }

  #uiBase-tb-footer .designRuntime-element-e1893c4 {
    margin-top: 14px !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #uiBase-tb-footer .designRuntime-element-c72d72d > .e-con-inner {
    width: min(100% - 30px, 920px) !important;
    padding-top: 24px !important;
    gap: 16px !important;
  }

  #uiBase-tb-footer .designRuntime-element-95dcde4 {
    height: clamp(210px, 31vw, 285px) !important;
    border-radius: 28px !important;
  }

  #uiBase-tb-footer .designRuntime-element-95dcde4 .designRuntime-image-carousel {
    animation-duration: 26s;
  }

  #uiBase-tb-footer .designRuntime-element-95dcde4 .designRuntime-image-carousel > .swiper-slide {
    flex-basis: clamp(140px, 23vw, 190px) !important;
    width: clamp(140px, 23vw, 190px) !important;
    max-width: clamp(140px, 23vw, 190px) !important;
  }

  #uiBase-tb-footer .designRuntime-element-a031a56 {
    width: min(calc(100% - 44px), 760px) !important;
    margin-top: -66px !important;
    padding: 34px !important;
    border-radius: 28px !important;
  }

  #uiBase-tb-footer .designRuntime-element-6434478 .designRuntime-heading-title {
    font-size: clamp(36px, 7vw, 52px) !important;
  }
}

/* Desktop footer: keep the navigation/footer content, remove the large CTA card. */
@media (min-width: 1025px) {
  #uiBase-tb-footer .designRuntime-element-a031a56 {
    width: 100% !important;
    max-width: none !important;
    margin: 0 auto !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  #uiBase-tb-footer .designRuntime-element-8d4929a,
  #uiBase-tb-footer .designRuntime-element-6434478,
  #uiBase-tb-footer .designRuntime-element-b40924e {
    display: none !important;
  }

  #uiBase-tb-footer .designRuntime-element-e1893c4 {
    margin-top: 0 !important;
  }
}

@keyframes footerPhotoDrift {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-18%, 0, 0);
  }
}

@keyframes footerImagePulse {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.055);
  }
}

/* Local homepage maps: keep SK/CZ country maps comfortably inset on every viewport. */
html[lang="sk-SK"] body.home .static-method-inner,
html[lang="cs"] body.home .static-method-inner {
  width: min(100% - 60px, 1360px) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px) !important;
}

html[lang="sk-SK"] body.home .static-method-media,
html[lang="cs"] body.home .static-method-media {
  justify-content: center !important;
}

html[lang="sk-SK"] body.home .static-method-media img[src*="SK-MAPA"],
html[lang="cs"] body.home .static-method-media img[src*="CZ-MAPA"] {
  width: min(100%, 920px) !important;
  max-height: clamp(310px, 34vw, 470px) !important;
}

@media (min-width: 1025px) {
  html[lang="sk-SK"] body.home .static-method-media img[src*="SK-MAPA"],
  html[lang="cs"] body.home .static-method-media img[src*="CZ-MAPA"] {
    width: min(88%, 860px) !important;
    max-height: clamp(300px, 32vw, 450px) !important;
  }
}

@media (max-width: 1024px) {
  html[lang="sk-SK"] body.home .static-method-inner,
  html[lang="cs"] body.home .static-method-inner {
    width: min(100% - 56px, 920px) !important;
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 767px) {
  html[lang="sk-SK"] body.home .static-method-inner,
  html[lang="cs"] body.home .static-method-inner {
    width: min(100% - 32px, 1400px) !important;
  }

  html[lang="sk-SK"] body.home .static-method-media img[src*="SK-MAPA"],
  html[lang="cs"] body.home .static-method-media img[src*="CZ-MAPA"] {
    max-height: 290px !important;
  }
}

/* Desktop footer photo strip: full-bleed square images without a framed box. */
@media (min-width: 1025px) {
  #uiBase-tb-footer .designRuntime-element-c72d72d > .e-con-inner {
    width: min(100% - 40px, 1400px) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 0 38px !important;
    gap: 22px !important;
  }

  #uiBase-tb-footer .designRuntime-element-95dcde4 {
    width: 100vw !important;
    max-width: none !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    height: clamp(170px, 13.5vw, 245px) !important;
    border-radius: 0 !important;
    overflow: hidden !important;
  }

  #uiBase-tb-footer .designRuntime-element-95dcde4::after {
    display: none !important;
  }

  #uiBase-tb-footer .designRuntime-element-95dcde4 .designRuntime-image-carousel {
    gap: 0 !important;
  }

  #uiBase-tb-footer .designRuntime-element-95dcde4 .designRuntime-image-carousel > .swiper-slide {
    flex-basis: clamp(170px, 13.5vw, 245px) !important;
    width: clamp(170px, 13.5vw, 245px) !important;
    max-width: clamp(170px, 13.5vw, 245px) !important;
    height: clamp(170px, 13.5vw, 245px) !important;
    aspect-ratio: 1 / 1 !important;
    border-radius: 0 !important;
  }

  #uiBase-tb-footer .designRuntime-element-95dcde4 .swiper-slide-inner,
  #uiBase-tb-footer .designRuntime-element-95dcde4 .swiper-slide-image {
    border-radius: 0 !important;
  }

  #uiBase-tb-footer .designRuntime-element-a031a56 {
    width: 100% !important;
    margin: 0 auto !important;
  }
}

/* Mobile footer: remove the large CTA block and keep only the regular footer links. */
@media (max-width: 767px) {
  #uiBase-tb-footer .designRuntime-element-a031a56 {
    display: none !important;
  }

  #uiBase-tb-footer .designRuntime-element-e1893c4 {
    margin-top: 0 !important;
  }
}

/* Declassified case story boxes: keep multiline descriptions compact. */
.static-declassified-case-page .swiper-slide[data-slide] .designRuntime-widget-text-editor,
.static-declassified-case-page .swiper-slide[data-slide] .designRuntime-widget-text-editor > .designRuntime-widget-container,
.static-declassified-case-page .swiper-slide[data-slide] .designRuntime-widget-text-editor p {
  line-height: 1.6 !important;
}

.static-declassified-case-page .swiper-slide[data-slide] .designRuntime-widget-text-editor p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  .static-declassified-case-page .swiper-slide[data-slide] .designRuntime-widget-text-editor,
  .static-declassified-case-page .swiper-slide[data-slide] .designRuntime-widget-text-editor > .designRuntime-widget-container,
  .static-declassified-case-page .swiper-slide[data-slide] .designRuntime-widget-text-editor p {
    line-height: 1.54 !important;
  }
}

/* Declassified case story boxes: keep Lucide icons neutral across languages. */
.static-declassified-case-page .swiper-slide[data-slide] .designRuntime-widget-icon .designRuntime-icon,
.static-declassified-case-page .swiper-slide[data-slide] .designRuntime-widget-icon .designRuntime-icon i,
.static-declassified-case-page .swiper-slide[data-slide] .designRuntime-widget-icon .designRuntime-icon svg {
  color: #0e0e0e !important;
  fill: #0e0e0e !important;
  stroke: #0e0e0e !important;
}

.static-declassified-case-page .static-service-benefits-carousel .designRuntime-widget-text-editor:has(p:empty) {
  display: none !important;
}
