
html.tt-enhanced-home body #services.services.tt-theme-light {
  background-color: var(--tt-paper) !important;
  background-image: none !important;
  color: var(--tt-ink) !important;
}

html.tt-enhanced-home body #services.services.tt-theme-light .heading__title,
html.tt-enhanced-home body #services.services.tt-theme-light .services__text,
html.tt-enhanced-home body #services.services.tt-theme-light .services__item-title,
html.tt-enhanced-home body #services.services.tt-theme-light .services-circle-item-title,
html.tt-enhanced-home body #services.services.tt-theme-light .services-circle-item-description,
html.tt-enhanced-home body #services.services.tt-theme-light .services-circle-end-block-el__text {
  color: var(--tt-ink) !important;
}

html.tt-enhanced-home body #services.services.tt-theme-light .services__item {
  border-color: rgb(5 5 5 / 72%) !important;
}

html.tt-enhanced-home body #services.services.tt-theme-light .services__item.is-active,
html.tt-enhanced-home body #services.services.tt-theme-light .services__item.is-active + .services__item {
  border-top-color: transparent !important;
}

html.tt-enhanced-home body #services.services.tt-theme-light .services__tag,
html.tt-enhanced-home body #services.services.tt-theme-light .services__item.is-active,
html.tt-enhanced-home body #services.services.tt-theme-light .services__item.is-active .services__item-title,
html.tt-enhanced-home body #services.services.tt-theme-light .services__item.is-active .services__item-description,
html.tt-enhanced-home body #services.services.tt-theme-light .services__item.is-active .collapse__content-el {
  color: #fff !important;
}

html.tt-enhanced-home body #services.services.tt-theme-light .heading svg path {
  stroke: var(--tt-ink) !important;
}

html.tt-enhanced-home body #services.services.tt-theme-light .services-circle-svg circle:first-of-type {
  stroke: var(--tt-services-ring) !important;
}

html.tt-enhanced-home body #services.services.tt-theme-light .restart-btn {
  color: var(--tt-ink) !important;
}

html.tt-enhanced-home body section.hero {
  background-color: transparent !important;
  background-image: none !important;
  overflow: visible !important;
}

html.tt-enhanced-home body #cases.cases.tt-theme-dark {
  background-color: #000 !important;
  background-image: none !important;
  color: #fff !important;
}

html.tt-enhanced-home body #cases.cases.tt-theme-dark .heading,
html.tt-enhanced-home body #cases.cases.tt-theme-dark .heading__title,
html.tt-enhanced-home body #cases.cases.tt-theme-dark .heading__button.active span {
  color: #fff !important;
}

html.tt-enhanced-home body #cases.cases.tt-theme-dark .heading__icon svg path {
  stroke: #fff !important;
}

html.tt-enhanced-home body #cases.cases.tt-theme-dark .heading__button {
  border-color: rgb(255 255 255 / 34%) !important;
}

html.tt-enhanced-home body #cases.cases.tt-theme-dark .heading__button span {
  color: rgb(255 255 255 / 48%) !important;
}

html.tt-enhanced-home body #cases.cases.tt-theme-dark .heading__button.active {
  border-color: #fff !important;
}

html.tt-enhanced-home body #cases.cases.tt-theme-dark .cases__items::before {
  content: none !important;
  display: none !important;
}

html.tt-enhanced-home body #cases.cases:not(.tt-theme-dark) {
  background-color: var(--tt-paper) !important;
  background-image: none !important;
  color: var(--tt-ink) !important;
}

html.tt-enhanced-home body #cases.cases:not(.tt-theme-dark) .heading,
html.tt-enhanced-home body #cases.cases:not(.tt-theme-dark) .heading__title,
html.tt-enhanced-home body #cases.cases:not(.tt-theme-dark) .heading__button.active span {
  color: var(--tt-ink) !important;
}

html.tt-enhanced-home body #cases.cases:not(.tt-theme-dark) .heading__icon svg path {
  stroke: var(--tt-ink) !important;
}

/* codex-cases-corner-clip */
html.tt-enhanced-home body #cases.cases .case {
  --tt-case-radius: 38px;
  background-clip: padding-box;
  background-color: #000 !important;
  border-radius: var(--tt-case-radius) !important;
  clip-path: inset(0 round var(--tt-case-radius)) !important;
  isolation: isolate;
  overflow: hidden !important;
  transform: translateZ(0);
}

html.tt-enhanced-home body #cases.cases .case__image,
html.tt-enhanced-home body #cases.cases .case__info {
  border-radius: calc(var(--tt-case-radius) + 1px) !important;
}

html.tt-enhanced-home body #cases.cases .case__image {
  inset: -1px !important;
  overflow: hidden !important;
  z-index: 0 !important;
}

html.tt-enhanced-home body #cases.cases .case:not(.case-no-image) .case__image {
  background-color: #000 !important;
}

html.tt-enhanced-home body #cases.cases .case__image.case-no-image,
html.tt-enhanced-home body #cases.cases .case.case-no-image .case__image {
  background: linear-gradient(180deg, #4f0fff, #300999) !important;
}

html.tt-enhanced-home body #cases.cases .case:not(.case-no-image) .case__image img {
  border-radius: calc(var(--tt-case-radius) + 1px) !important;
  display: block !important;
  height: 100% !important;
  margin: 0 !important;
  max-width: none !important;
  object-fit: fill !important;
  overflow: hidden !important;
  width: 100% !important;
}

html.tt-enhanced-home body #cases.cases .case:not(.case-no-image) .case__info {
  background-color: rgb(0 0 0 / 85%) !important;
  inset: -1px !important;
  overflow: hidden !important;
}

html.tt-enhanced-home body #cases.cases .case:not(.case-no-image)::after {
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgb(0 0 0 / 68%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 3;
}

html.tt-enhanced-home body #cases.cases .case.case-no-image::after {
  content: none !important;
}

@media (min-width: 768px) and (max-width: 1279px) {
  html.tt-enhanced-home body #cases.cases .case {
    --tt-case-radius: 26px;
  }
}

/* codex-mobile-cases-polish */
@media (max-width: 767px) {
  html.tt-enhanced-home body #cases.cases .cases__items {
    overscroll-behavior-x: contain;
    touch-action: auto !important;
  }

  html.tt-enhanced-home body #cases.cases .swiper {
    touch-action: pan-y !important;
  }

  html.tt-enhanced-home body #cases.cases .case:not(.case-no-image) {
    background-color: #000 !important;
  }

  html.tt-enhanced-home body #cases.cases .case:not(.case-no-image)::after {
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgb(0 0 0 / 72%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 3;
  }

  html.tt-enhanced-home body #cases.cases .case:not(.case-no-image) .case__image {
    background-color: #000 !important;
    inset: -1px !important;
  }

  html.tt-enhanced-home body #cases.cases .case:not(.case-no-image) .case__image img {
    border-radius: inherit !important;
    display: block !important;
    height: calc(100% + 2px) !important;
    margin: -1px !important;
    max-width: none !important;
    object-fit: cover !important;
    width: calc(100% + 2px) !important;
  }

  html.tt-enhanced-home body #cases.cases .case:not(.case-no-image) .case__info {
    background-color: rgb(0 0 0 / 85%) !important;
    inset: 0 !important;
  }
}

@media (max-width: 767px) {
  html.tt-enhanced-home body section.hero > .container {
    height: auto !important;
    min-height: 0 !important;
    position: relative !important;
    top: auto !important;
  }

}

html.tt-enhanced-home body #services.services.tt-theme-light.tt-services-final-focus,
html.tt-enhanced-home body #services.services.tt-services-final-focus {
  background-color: #000 !important;
  background-image: none !important;
  color: #fff !important;
}

html.tt-enhanced-home body #services.services.tt-services-final-focus .heading__title,
html.tt-enhanced-home body #services.services.tt-services-final-focus .services__text,
html.tt-enhanced-home body #services.services.tt-services-final-focus .services__item-title,
html.tt-enhanced-home body #services.services.tt-services-final-focus .services__item-description,
html.tt-enhanced-home body #services.services.tt-services-final-focus .collapse__content-el,
html.tt-enhanced-home body #services.services.tt-services-final-focus .services-circle-item-title,
html.tt-enhanced-home body #services.services.tt-services-final-focus .services-circle-item-description,
html.tt-enhanced-home body #services.services.tt-services-final-focus .services-circle-end-block-el__text {
  color: #fff !important;
}

html.tt-enhanced-home body #services.services.tt-services-final-focus .heading svg path {
  stroke: #fff !important;
}

html.tt-enhanced-home body #services.services.tt-services-final-focus .services__item {
  border-color: rgb(255 255 255 / 34%) !important;
}

html.tt-enhanced-home body #services.services.tt-services-final-focus .services__item.is-active,
html.tt-enhanced-home body #services.services.tt-services-final-focus .services__item.is-active + .services__item {
  border-color: transparent !important;
}

html.tt-enhanced-home body #services.services.tt-services-final-focus .restart-btn {
  color: #fff !important;
}

html.tt-enhanced-home body #services.services.tt-services-final-focus {
  background-color: #000 !important;
  background-image: none !important;
  color: #fff !important;
}

html.tt-enhanced-home body #services.services.tt-services-final-focus .heading__title,
html.tt-enhanced-home body #services.services.tt-services-final-focus .services__text,
html.tt-enhanced-home body #services.services.tt-services-final-focus .services__item-title,
html.tt-enhanced-home body #services.services.tt-services-final-focus .services__item-description,
html.tt-enhanced-home body #services.services.tt-services-final-focus .collapse__content-el,
html.tt-enhanced-home body #services.services.tt-services-final-focus .services-circle-item-title,
html.tt-enhanced-home body #services.services.tt-services-final-focus .services-circle-item-description,
html.tt-enhanced-home body #services.services.tt-services-final-focus .services-circle-end-block-el__text {
  color: #fff !important;
}

html.tt-enhanced-home body #services.services.tt-services-final-focus .heading svg path {
  stroke: #fff !important;
}

html.tt-enhanced-home body #services.services.tt-services-final-focus .services__item {
  border-color: rgb(255 255 255 / 34%) !important;
}

html.tt-enhanced-home body #services.services.tt-services-final-focus .restart-btn {
  color: #fff !important;
}

html.tt-enhanced-home body .services-pause-shell {
  background: #000 !important;
  transition:
    background-color 560ms cubic-bezier(0.16, 1, 0.3, 1),
    background 560ms cubic-bezier(0.16, 1, 0.3, 1);
}

html.tt-enhanced-home body .services-pause-shell.tt-theme-light {
  background: var(--tt-paper) !important;
}

html.tt-enhanced-home body #services.services {
  transition:
    background-color 560ms cubic-bezier(0.16, 1, 0.3, 1),
    color 560ms cubic-bezier(0.16, 1, 0.3, 1);
}

html.tt-enhanced-home body #services.services.tt-services-final-focus,
html.tt-enhanced-home body #services.services.tt-theme-light.tt-services-final-focus,
html.tt-enhanced-home body #services.services.tt-services-final-focus {
  background-color: var(--tt-paper) !important;
  background-image: none !important;
  color: var(--tt-ink) !important;
}

html.tt-enhanced-home body #services.services.tt-services-final-focus .heading__title,
html.tt-enhanced-home body #services.services.tt-services-final-focus .services__text,
html.tt-enhanced-home body #services.services.tt-services-final-focus .services__item-title,
html.tt-enhanced-home body #services.services.tt-services-final-focus .services__item-description,
html.tt-enhanced-home body #services.services.tt-services-final-focus .collapse__content-el,
html.tt-enhanced-home body #services.services.tt-services-final-focus .services-circle-item-title,
html.tt-enhanced-home body #services.services.tt-services-final-focus .services-circle-item-description,
html.tt-enhanced-home body #services.services.tt-services-final-focus .services-circle-end-block-el__text,
html.tt-enhanced-home body #services.services.tt-services-final-focus .heading__title,
html.tt-enhanced-home body #services.services.tt-services-final-focus .services__text,
html.tt-enhanced-home body #services.services.tt-services-final-focus .services__item-title,
html.tt-enhanced-home body #services.services.tt-services-final-focus .services__item-description,
html.tt-enhanced-home body #services.services.tt-services-final-focus .collapse__content-el,
html.tt-enhanced-home body #services.services.tt-services-final-focus .services-circle-item-title,
html.tt-enhanced-home body #services.services.tt-services-final-focus .services-circle-item-description,
html.tt-enhanced-home body #services.services.tt-services-final-focus .services-circle-end-block-el__text {
  color: var(--tt-ink) !important;
}

html.tt-enhanced-home body #services.services.tt-services-final-focus .services__tag,
html.tt-enhanced-home body #services.services.tt-services-final-focus .services__item.is-active,
html.tt-enhanced-home body #services.services.tt-services-final-focus .services__item.is-active .services__item-title,
html.tt-enhanced-home body #services.services.tt-services-final-focus .services__item.is-active .services__item-description,
html.tt-enhanced-home body #services.services.tt-services-final-focus .services__item.is-active .collapse__content-el,
html.tt-enhanced-home body #services.services.tt-services-final-focus .services__tag,
html.tt-enhanced-home body #services.services.tt-services-final-focus .services__item.is-active,
html.tt-enhanced-home body #services.services.tt-services-final-focus .services__item.is-active .services__item-title,
html.tt-enhanced-home body #services.services.tt-services-final-focus .services__item.is-active .services__item-description,
html.tt-enhanced-home body #services.services.tt-services-final-focus .services__item.is-active .collapse__content-el {
  color: #fff !important;
}

html.tt-enhanced-home body #services.services.tt-services-final-focus .services__item.is-active::before,
html.tt-enhanced-home body #services.services.tt-services-final-focus .services__item.is-active::before {
  background-color: var(--tt-purple) !important;
}

html.tt-enhanced-home body #services.services.tt-services-final-focus .heading svg path,
html.tt-enhanced-home body #services.services.tt-services-final-focus .heading svg path {
  stroke: var(--tt-ink) !important;
}

html.tt-enhanced-home body #services.services.tt-services-final-focus .services__item,
html.tt-enhanced-home body #services.services.tt-services-final-focus .services__item {
  border-color: rgb(5 5 5 / 72%) !important;
}

html.tt-enhanced-home body #services.services.tt-services-final-focus .services__item.is-active,
html.tt-enhanced-home body #services.services.tt-services-final-focus .services__item.is-active + .services__item,
html.tt-enhanced-home body #services.services.tt-services-final-focus .services__item.is-active,
html.tt-enhanced-home body #services.services.tt-services-final-focus .services__item.is-active + .services__item {
  border-color: transparent !important;
}

html.tt-enhanced-home body #services.services.tt-services-final-focus .restart-btn,
html.tt-enhanced-home body #services.services.tt-services-final-focus .restart-btn {
  color: var(--tt-ink) !important;
}

/* codex-desktop-services-black-entry */
@media (min-width: 768px) {
  html.tt-enhanced-home body #services.services.tt-services-final-focus:not(.tt-theme-light) {
    background-color: #000 !important;
    background-image: none !important;
    color: #fff !important;
  }

  html.tt-enhanced-home body #services.services.tt-services-final-focus:not(.tt-theme-light) .heading__title,
  html.tt-enhanced-home body #services.services.tt-services-final-focus:not(.tt-theme-light) .services__text,
  html.tt-enhanced-home body #services.services.tt-services-final-focus:not(.tt-theme-light) .services__item-title,
  html.tt-enhanced-home body #services.services.tt-services-final-focus:not(.tt-theme-light) .services__item-description,
  html.tt-enhanced-home body #services.services.tt-services-final-focus:not(.tt-theme-light) .collapse__content-el,
  html.tt-enhanced-home body #services.services.tt-services-final-focus:not(.tt-theme-light) .services-circle-item-title,
  html.tt-enhanced-home body #services.services.tt-services-final-focus:not(.tt-theme-light) .services-circle-item-description,
  html.tt-enhanced-home body #services.services.tt-services-final-focus:not(.tt-theme-light) .services-circle-end-block-el__text {
    color: #fff !important;
  }

  html.tt-enhanced-home body #services.services.tt-services-final-focus:not(.tt-theme-light) .heading svg path {
    stroke: #fff !important;
  }

  html.tt-enhanced-home body #services.services.tt-services-final-focus:not(.tt-theme-light) .services__item {
    border-color: rgb(255 255 255 / 34%) !important;
  }

  html.tt-enhanced-home body #services.services.tt-services-final-focus:not(.tt-theme-light) .services__item.is-active,
  html.tt-enhanced-home body #services.services.tt-services-final-focus:not(.tt-theme-light) .services__item.is-active + .services__item {
    border-color: transparent !important;
  }

  html.tt-enhanced-home body #services.services.tt-services-final-focus:not(.tt-theme-light) .restart-btn {
    color: #fff !important;
  }
}

@media (max-width: 767px) {
  html.tt-enhanced-home body .award-pause-shell {
    padding-bottom: clamp(26px, 7.5vw, 42px) !important;
  }
}
/* codex-mobile-counters-under-text */

@media (max-width: 767px) {
  html.tt-enhanced-home.tt-counters-visible body .counter-section {
    z-index: 15 !important;
  }

  html.tt-enhanced-home.tt-counters-visible body .counter-section__counter {
    transform: none !important;
  }
}


/* codex-mobile-services-black-entry */
@media (max-width: 767px) {
  html.tt-enhanced-home body .services-pause-shell {
    background: #000 !important;
    margin-top: clamp(44px, 7svh, 68px) !important;
  }

  html.tt-enhanced-home body .services-pause-shell > #services.services {
    padding-top: 18px !important;
  }

  html.tt-enhanced-home body .services-pause-shell > #services.services .services-circle-wrapper {
    min-height: min(250px, 66vw) !important;
  }

  html.tt-enhanced-home body .services-pause-shell.tt-theme-light {
    background: var(--tt-paper) !important;
  }

  html.tt-enhanced-home body #services.services.tt-services-final-focus:not(.tt-theme-light) {
    background-color: #000 !important;
    background-image: none !important;
    color: #fff !important;
  }

  html.tt-enhanced-home body #services.services.tt-services-final-focus:not(.tt-theme-light) .heading__title,
  html.tt-enhanced-home body #services.services.tt-services-final-focus:not(.tt-theme-light) .services__text,
  html.tt-enhanced-home body #services.services.tt-services-final-focus:not(.tt-theme-light) .services__item-title,
  html.tt-enhanced-home body #services.services.tt-services-final-focus:not(.tt-theme-light) .services__item-description,
  html.tt-enhanced-home body #services.services.tt-services-final-focus:not(.tt-theme-light) .collapse__content-el,
  html.tt-enhanced-home body #services.services.tt-services-final-focus:not(.tt-theme-light) .services-circle-item-title,
  html.tt-enhanced-home body #services.services.tt-services-final-focus:not(.tt-theme-light) .services-circle-item-description,
  html.tt-enhanced-home body #services.services.tt-services-final-focus:not(.tt-theme-light) .services-circle-end-block-el__text {
    color: #fff !important;
  }

  html.tt-enhanced-home body #services.services.tt-services-final-focus:not(.tt-theme-light) .heading svg path {
    stroke: #fff !important;
  }

  html.tt-enhanced-home body #services.services.tt-services-final-focus:not(.tt-theme-light) .services__item {
    border-color: rgb(255 255 255 / 34%) !important;
  }

  html.tt-enhanced-home body #services.services.tt-services-final-focus:not(.tt-theme-light) .services__item.is-active,
  html.tt-enhanced-home body #services.services.tt-services-final-focus:not(.tt-theme-light) .services__item.is-active + .services__item {
    border-color: transparent !important;
  }

  html.tt-enhanced-home body #services.services.tt-services-final-focus:not(.tt-theme-light) .restart-btn {
    color: #fff !important;
  }
}
/* codex-mobile-counters-original-motion */
@media (max-width: 767px) {
  html.tt-enhanced-home body .counter-section .counter-section__counter {
    transition: transform 500ms linear, opacity 700ms ease !important;
    will-change: transform, opacity;
  }

  html.tt-enhanced-home:not(.tt-counters-visible) body .counter-section .counter-section__counter,
  html.tt-enhanced-home body .counter-section:not(.is-visible) .counter-section__counter,
  html.tt-enhanced-home body .counter-section.counter-section--guard-hidden .counter-section__counter {
    opacity: 0 !important;
    transform: translate3d(0, 100px, 0) !important;
  }

  html.tt-enhanced-home.tt-counters-visible body .counter-section.is-visible .counter-section__counter {
    opacity: 1 !important;
    transform: translate3d(0, 0, 0) !important;
    transition: transform 500ms linear, opacity 700ms ease !important;
  }

}

/* codex-hero-mobile-counter-anchor */
@media (max-width: 767px) {
  html.tt-enhanced-home body .key-visual canvas {
    transform: translate3d(0, 110px, 0) !important;
  }

}

/* codex-services-normal-flow */
html.tt-enhanced-home body .services-pause-shell > #services.services {
  position: relative !important;
  top: auto !important;
}

html.tt-enhanced-home body .services-pause-spacer {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
}

/* codex-mobile-cases-original-edges */
@media (max-width: 767px) {
  html.tt-enhanced-home body #cases.cases .case {
    background-color: transparent !important;
    border-radius: 38px !important;
    clip-path: none !important;
    isolation: auto !important;
    overflow: visible !important;
    transform: none !important;
  }

  html.tt-enhanced-home body #cases.cases .case::after {
    content: none !important;
  }

  html.tt-enhanced-home body #cases.cases .case:not(.case-no-image) {
    background-color: transparent !important;
  }

  html.tt-enhanced-home body #cases.cases .case__image {
    background-color: #fff !important;
    border-radius: 40px !important;
    inset: 0 !important;
    overflow: visible !important;
    position: absolute !important;
    z-index: -1 !important;
  }

  html.tt-enhanced-home body #cases.cases .case:not(.case-no-image) .case__image {
    background-color: #fff !important;
    inset: 0 !important;
    overflow: visible !important;
    z-index: -1 !important;
  }

  html.tt-enhanced-home body #cases.cases .case__image,
  html.tt-enhanced-home body #cases.cases .case__image img {
    aspect-ratio: 1 / 1 !important;
    border-radius: 40px !important;
  }

  html.tt-enhanced-home body #cases.cases .case__image img {
    display: block !important;
    height: auto !important;
    margin: 0 !important;
    max-width: 100% !important;
    object-fit: fill !important;
    overflow: visible !important;
    transform: none !important;
    width: 100% !important;
  }

  html.tt-enhanced-home body #cases.cases .case:not(.case-no-image) .case__image img {
    border-radius: 40px !important;
    height: auto !important;
    margin: 0 !important;
    max-width: 100% !important;
    object-fit: fill !important;
    overflow: visible !important;
    transform: none !important;
    width: 100% !important;
  }

  html.tt-enhanced-home body #cases.cases .case__image.case-no-image,
  html.tt-enhanced-home body #cases.cases .case.case-no-image .case__image {
    background: linear-gradient(180deg, #4f0fff, #300999) !important;
  }

  html.tt-enhanced-home body #cases.cases .case__info {
    background-color: rgb(0 0 0 / 90%) !important;
    border-radius: 0 !important;
    inset: 0 !important;
    overflow: visible !important;
    position: absolute !important;
    z-index: auto !important;
  }

  html.tt-enhanced-home body #cases.cases .case:not(.case-no-image) .case__info {
    background-color: rgb(0 0 0 / 90%) !important;
    border-radius: 0 !important;
    inset: 0 !important;
    overflow: visible !important;
    z-index: auto !important;
  }

  html.tt-enhanced-home body #cases.cases .cases__items .swiper-slide .case.case-no-image .case__info {
    background-color: rgb(0 0 0 / 85%) !important;
  }

  html.tt-enhanced-home body #cases.cases .cases__items .swiper-slide .case__content {
    opacity: 0.25 !important;
  }

  html.tt-enhanced-home body #cases.cases .cases__items .swiper-slide-active .case .case__info {
    background-color: rgb(0 0 0 / 85%) !important;
  }

  html.tt-enhanced-home body #cases.cases .cases__items .swiper-slide-active .case:not(.case-no-image) .case__info {
    background-color: rgb(0 0 0 / 85%) !important;
  }

  html.tt-enhanced-home body #cases.cases .cases__items .swiper-slide-active .case.case-no-image .case__info {
    background-color: rgb(0 0 0 / 15%) !important;
  }

  html.tt-enhanced-home body #cases.cases .cases__items .swiper-wrapper .swiper-slide.swiper-slide-active .case .case__content,
  html.tt-enhanced-home body #cases.cases .cases__items .swiper-slide-active .case__content {
    opacity: 1 !important;
  }
}

/* codex-desktop-cases-flat-overlay */
@media (min-width: 768px) {
  html.tt-enhanced-home body #cases.cases .case {
    --tt-case-radius: 38px;
    background-color: transparent !important;
    border: 0 !important;
    border-radius: var(--tt-case-radius) !important;
    box-shadow: none !important;
    clip-path: none !important;
    isolation: isolate !important;
    overflow: hidden !important;
    transform: none !important;
  }

  html.tt-enhanced-home body #cases.cases .case::after,
  html.tt-enhanced-home body #cases.cases .case:not(.case-no-image)::after {
    box-shadow: none !important;
    content: none !important;
  }

  html.tt-enhanced-home body #cases.cases .case:not(.case-no-image) {
    background-color: #191919 !important;
  }

  html.tt-enhanced-home body #cases.cases .case__image,
  html.tt-enhanced-home body #cases.cases .case:not(.case-no-image) .case__image {
    border-radius: inherit !important;
    inset: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    z-index: 0 !important;
  }

  html.tt-enhanced-home body #cases.cases .case:not(.case-no-image) .case__image {
    background-color: #fff !important;
    border-radius: calc(var(--tt-case-radius) - 1px) !important;
    inset: 1px !important;
  }

  html.tt-enhanced-home body #cases.cases .case__image.case-no-image,
  html.tt-enhanced-home body #cases.cases .case.case-no-image .case__image {
    background: linear-gradient(180deg, #4f0fff, #300999) !important;
  }

  html.tt-enhanced-home body #cases.cases .case__image,
  html.tt-enhanced-home body #cases.cases .case__image img {
    aspect-ratio: 1 / 1 !important;
  }

  html.tt-enhanced-home body #cases.cases .case__image img,
  html.tt-enhanced-home body #cases.cases .case:not(.case-no-image) .case__image img {
    border-radius: inherit !important;
    display: block !important;
    height: 100% !important;
    margin: 0 !important;
    max-width: none !important;
    mix-blend-mode: normal !important;
    object-fit: fill !important;
    opacity: 1 !important;
    transform: none !important;
    width: 100% !important;
  }

  html.tt-enhanced-home body #cases.cases .case__info,
  html.tt-enhanced-home body #cases.cases .case:not(.case-no-image) .case__info {
    border-radius: 0 !important;
    inset: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    z-index: 1 !important;
  }

  html.tt-enhanced-home body #cases.cases .case:not(.case-no-image) .case__info {
    background-color: rgb(0 0 0 / 90%) !important;
  }

  html.tt-enhanced-home body #cases.cases .case.case-no-image .case__info,
  html.tt-enhanced-home body #cases.cases .cases__items .swiper-slide .case.case-no-image .case__info,
  html.tt-enhanced-home body #cases.cases .cases__items .swiper-slide-active .case.case-no-image .case__info {
    background-color: rgb(0 0 0 / 15%) !important;
  }
}

/* codex-mobile-section-spacing-and-services-blur */
@media (max-width: 767px) {
  html.tt-enhanced-home body .services-pause-shell > #services.services,
  html.tt-enhanced-home body #services.services,
  html.tt-enhanced-home body #clients.clients,
  html.tt-enhanced-home body #cases.cases {
    padding-top: 40px !important;
  }

  html.tt-enhanced-home body #services.services.tt-services-final-focus .services__content,
  html.tt-enhanced-home body #services.services.tt-services-final-focus .heading {
    filter: none !important;
    opacity: 1 !important;
    will-change: auto !important;
  }
}

/* codex-mobile-award-spacing */
@media (max-width: 767px) {
  html.tt-enhanced-home body .award-pause-shell {
    align-items: flex-start !important;
    justify-content: center !important;
    min-height: 540px !important;
  }

  html.tt-enhanced-home body .award-pause-shell .hero__award {
    align-self: flex-start !important;
  }
}

/* codex-services-final-text-only */
html.tt-enhanced-home body #services.services.tt-theme-light.tt-services-final-focus .services-circle-end-block-el__img {
  filter: none !important;
}

html.tt-enhanced-home body #services.services.tt-theme-light.tt-services-final-focus .services-circle-end-block-el__text,
html.tt-enhanced-home body #services.services.tt-theme-light.tt-services-final-focus .services-circle-end-block-el__text-line {
  font-weight: 400 !important;
}

@media (min-width: 1280px) {
  html.tt-enhanced-home body #services.services.tt-theme-light.tt-services-final-focus .services-circle-end-block-el {
    margin-top: -18% !important;
  }

  html.tt-enhanced-home body #services.services.tt-theme-light.tt-services-final-focus .services-circle-end-block-el__img {
    margin-left: -40% !important;
    width: 180% !important;
  }

  html.tt-enhanced-home body #services.services.tt-theme-light.tt-services-final-focus .services-circle-end-block-el__text {
    font-size: 60px !important;
  }
}

@media (max-width: 767px) {
  html.tt-enhanced-home body #services.services.tt-theme-light.tt-services-final-focus .services-circle-end-block-el__text {
    font-size: 24px !important;
  }
}

html.tt-enhanced-home body #services.services.tt-theme-light.tt-services-final-focus .services-circle-end-block-el__text-line {
  color: transparent !important;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

html.tt-enhanced-home body #services.services.tt-theme-light.tt-services-final-focus .services-circle-end-block-el__text-line:first-child {
  background-image: linear-gradient(
    91deg,
    #1414a4 0%,
    #2410c8 20%,
    #3a2fd8 27%,
    #1a149f 30%,
    #1811a4 32%,
    #08006f 35%,
    #0b007b 38%,
    #221bb4 42%,
    #0800a7 54%,
    #1600c8 68%,
    #1713e9 80%,
    #0000ff 88%,
    #5424fe 100%
  );
}

html[lang="en"].tt-enhanced-home body #services.services.tt-theme-light.tt-services-final-focus .services-circle-end-block-el__text-line:first-child {
  background-image: linear-gradient(
    91deg,
    #1414a4 0%,
    #1414a4 18%,
    #1110a6 24%,
    #090071 30%,
    #08006f 37%,
    #0b007b 46%,
    #1712ba 52%,
    #0c00ff 62%,
    #1713e9 78%,
    #0000ff 88%,
    #5424fe 100%
  );
}

html.tt-enhanced-home body #services.services.tt-theme-light.tt-services-final-focus .services-circle-end-block-el__text-line:nth-child(2) {
  background-image: linear-gradient(
    91deg,
    #000090 0%,
    #0e12fa 16%,
    #1e1e8a 46%,
    #2522d8 62%,
    #3229ff 72%,
    #1410b2 78%,
    #000090 86%,
    #000090 100%
  );
}

html.tt-enhanced-home body #services.services.tt-theme-light.tt-services-final-focus .restart-btn {
  border-color: #4f0fff !important;
  color: #4f0fff !important;
}

html.tt-enhanced-home body #services.services.tt-theme-light.tt-services-final-focus .restart-btn__icon path {
  fill: #4f0fff !important;
  stroke: #4f0fff !important;
}

/* codex-hero-mobile-text-wrap3 */
@media (max-width: 767px) {
  html.tt-enhanced-home body .key-visual__paragraph:first-child,
  html.tt-enhanced-home body .key-visual__paragraph:nth-child(2) {
    font-size: 6.1vw !important;
    line-height: 1.1 !important;
  }
}

/* codex-hero-mobile-wide-browser-anchor */
@media (min-width: 480px) and (max-width: 767px) {
  html.tt-enhanced-home body .key-visual canvas {
    transform: translate3d(0, 160px, 0) !important;
  }
}

/* codex-mobile-counter-gap-cssonly1 */
@media (max-width: 767px) and (orientation: portrait) {
  html.tt-enhanced-home body .counter-section {
    bottom: clamp(0px, calc(50vh - 348px), 32px) !important;
    bottom: clamp(0px, calc(50dvh - 348px), 32px) !important;
  }
}

@media (max-width: 767px) and (min-height: 761px) and (orientation: portrait) {
  html.tt-enhanced-home body .counter-section {
    bottom: clamp(100px, calc(50vh - 290px), 160px) !important;
    bottom: clamp(100px, calc(50dvh - 290px), 160px) !important;
  }
}
