/*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */
@layer properties;
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.inset-0 {
  inset: calc(var(--spacing, 0.25rem) * 0);
}
.start {
  inset-inline-start: var(--spacing, 0.25rem);
}
.end {
  inset-inline-end: var(--spacing, 0.25rem);
}
.isolate {
  isolation: isolate;
}
.z-10 {
  z-index: 10;
}
.container {
  width: 100%;
  @media (width >= 40rem) {
    max-width: 40rem;
  }
  @media (width >= 48rem) {
    max-width: 48rem;
  }
  @media (width >= 64rem) {
    max-width: 64rem;
  }
  @media (width >= 80rem) {
    max-width: 80rem;
  }
  @media (width >= 96rem) {
    max-width: 96rem;
  }
}
.mt-5 {
  margin-top: calc(var(--spacing, 0.25rem) * 5);
}
.mt-8 {
  margin-top: calc(var(--spacing, 0.25rem) * 8);
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline {
  display: inline;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.h-6 {
  height: calc(var(--spacing, 0.25rem) * 6);
}
.w-6 {
  width: calc(var(--spacing, 0.25rem) * 6);
}
.w-fit {
  width: fit-content;
}
.w-full {
  width: 100%;
}
.max-w-\[330px\] {
  max-width: 330px;
}
.max-w-\[560px\] {
  max-width: 560px;
}
.max-w-full {
  max-width: 100%;
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.justify-center {
  justify-content: center;
}
.gap-3 {
  gap: calc(var(--spacing, 0.25rem) * 3);
}
.gap-6 {
  gap: calc(var(--spacing, 0.25rem) * 6);
}
.gap-10 {
  gap: calc(var(--spacing, 0.25rem) * 10);
}
.gap-\[15px\] {
  gap: 15px;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-white\/10 {
  border-color: color-mix(in srgb, #fff 10%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in oklab, var(--color-white, #fff) 10%, transparent);
  }
}
.bg-white\/15 {
  background-color: color-mix(in srgb, #fff 15%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, var(--color-white, #fff) 15%, transparent);
  }
}
.bg-\[radial-gradient\(900px_circle_at_15\%_30\%\,rgba\(255\,255\,255\,0\.12\)\,transparent_55\%\)\,radial-gradient\(900px_circle_at_85\%_20\%\,rgba\(33\,119\,200\,0\.22\)\,transparent_55\%\)\] {
  background-image: radial-gradient(900px circle at 15% 30%,rgba(255,255,255,0.12),transparent 55%),radial-gradient(900px circle at 85% 20%,rgba(33,119,200,0.22),transparent 55%);
}
.object-contain {
  object-fit: contain;
}
.px-\[24px\] {
  padding-inline: 24px;
}
.py-16 {
  padding-block: calc(var(--spacing, 0.25rem) * 16);
}
.py-\[12px\] {
  padding-block: 12px;
}
.pt-1 {
  padding-top: calc(var(--spacing, 0.25rem) * 1);
}
.text-center {
  text-align: center;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[40px\] {
  font-size: 40px;
}
.leading-\[1\.2\] {
  --tw-leading: 1.2;
  line-height: 1.2;
}
.leading-\[1\.12\] {
  --tw-leading: 1.12;
  line-height: 1.12;
}
.leading-\[1\.55\] {
  --tw-leading: 1.55;
  line-height: 1.55;
}
.leading-none {
  --tw-leading: 1;
  line-height: 1;
}
.font-bold {
  --tw-font-weight: var(--font-weight-bold, 700);
  font-weight: var(--font-weight-bold, 700);
}
.font-normal {
  --tw-font-weight: var(--font-weight-normal, 400);
  font-weight: var(--font-weight-normal, 400);
}
.tracking-\[-0\.02em\] {
  --tw-tracking: -0.02em;
  letter-spacing: -0.02em;
}
.text-white {
  color: var(--color-white, #fff);
}
.text-white\/80 {
  color: color-mix(in srgb, #fff 80%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in oklab, var(--color-white, #fff) 80%, transparent);
  }
}
.text-white\/85 {
  color: color-mix(in srgb, #fff 85%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in oklab, var(--color-white, #fff) 85%, transparent);
  }
}
.opacity-70 {
  opacity: 70%;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.filter {
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.backdrop-blur-md {
  --tw-backdrop-blur: blur(var(--blur-md, 12px));
  -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
}
.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1)));
  transition-duration: var(--tw-duration, var(--default-transition-duration, 150ms));
}
.hover\:bg-white\/20 {
  &:hover {
    @media (hover: hover) {
      background-color: color-mix(in srgb, #fff 20%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-white, #fff) 20%, transparent);
      }
    }
  }
}
.md\:py-24 {
  @media (width >= 48rem) {
    padding-block: calc(var(--spacing, 0.25rem) * 24);
  }
}
.md\:text-\[52px\] {
  @media (width >= 48rem) {
    font-size: 52px;
  }
}
.lg\:grid-cols-2 {
  @media (width >= 64rem) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.lg\:gap-14 {
  @media (width >= 64rem) {
    gap: calc(var(--spacing, 0.25rem) * 14);
  }
}
.lg\:justify-self-end {
  @media (width >= 64rem) {
    justify-self: flex-end;
  }
}
:root {
  --color-primary: #2177C8;
  --color-primary-dark: #1a60a0;
  --color-secondary: #001A33;
  --color-accent: #2177C8;
  --color-text: #555555;
  --color-text-light: #777777;
  --color-heading: #212121;
  --color-bg: #ffffff;
  --color-bg-alt: #f5f9ff;
  --color-border: #e2e8f0;
  --color-white: #ffffff;
  --color-success: #16a34a;
  --color-error: #dc2626;
  --gradient-primary: linear-gradient(90deg, #001A33 0%, #2177C8 100%);
  --gradient: linear-gradient(91deg, #001A33 0.6%, #2177C8 59.39%);
  --new: linear-gradient(109deg, #FFF 37.38%, rgba(144, 207, 255, 0.05) 136.96%);
  --font-body: 'Manrope', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-heading: 'Manrope', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --fs-sm: 0.875rem;
  --fs-base: 1rem;
  --fs-lg: 1.125rem;
  --fs-xl: 1.25rem;
  --fs-2xl: 1.5rem;
  --fs-3xl: 1.875rem;
  --fs-4xl: 2.25rem;
  --fs-5xl: 3rem;
  --spacing-xs: 0.5rem;
  --spacing-sm: 1rem;
  --spacing-md: 1.5rem;
  --spacing-lg: 2rem;
  --spacing-xl: 3rem;
  --spacing-2xl: 5rem;
  --spacing-section: 5rem;
  --radius: 0.5rem;
  --radius-lg: 1rem;
  --shadow: 0 1px 3px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.06);
  --shadow-md: 0 4px 6px rgba(0,0,0,.07), 0 2px 4px rgba(0,0,0,.06);
  --shadow-lg: 0 10px 15px rgba(0,0,0,.1), 0 4px 6px rgba(0,0,0,.05);
  --container-max: 1360px;
  --header-height: 92px;
  --transition: 0.3s ease;
}
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
html, body {
  overflow-x: clip;
}
@supports not (overflow: clip) {
  html, body {
    overflow-x: hidden;
  }
}
body {
  font-family: var(--font-body);
  font-size: var(--fs-base);
  line-height: 1.7;
  color: var(--color-text);
  background: var(--color-bg);
  -webkit-font-smoothing: antialiased;
}
img, picture, video, svg {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: var(--color-primary);
  text-decoration: none;
  transition: color var(--transition);
}
a:hover {
  color: var(--color-primary-dark);
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  color: var(--color-heading);
  line-height: 1.3;
  font-weight: 700;
}
h1 {
  font-size: var(--fs-5xl);
}
h2 {
  font-size: var(--fs-4xl);
}
h3 {
  font-size: var(--fs-2xl);
}
h4 {
  font-size: var(--fs-xl);
}
ul, ol {
  list-style: none;
}
.container {
  width: 100%;
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: var(--spacing-md);
}
body.home .hero-section .container, body.home .site-header .container, body.blog .hero-section .container, body.blog .site-header .container {
  max-width: 1200px;
}
body.page-template-page-services .hero-section .container, body.page-template-page-career .hero-section .container, body.page-template-page-engagement-model .hero-section .container, body.page-template-page-industry .hero-section .container, body.page-template-page-services .site-header .container, body.page-template-page-career .site-header .container, body.page-template-page-industry .site-header .container {
  max-width: 1200px;
}
body.single-post .hero-section .container, body.single-post .site-header .container {
  max-width: 1200px;
}
.section {
  padding-block: var(--spacing-section);
}
.section-title {
  margin-bottom: var(--spacing-lg);
}
.text-center {
  text-align: center;
}
.content-narrow {
  max-width: 800px;
  margin-inline: auto;
}
.prose p {
  margin-bottom: var(--spacing-sm);
}
.prose h2, .prose h3 {
  margin-top: var(--spacing-lg);
  margin-bottom: var(--spacing-sm);
}
.prose ul, .prose ol {
  margin-left: var(--spacing-md);
  margin-bottom: var(--spacing-sm);
  list-style: revert;
}
.grid-two {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-xl);
}
@media (min-width: 768px) {
  .grid-two {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 1.75rem;
  font-family: var(--font-body);
  font-size: var(--fs-base);
  font-weight: 600;
  border-radius: 0.5rem;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all var(--transition);
  text-align: center;
  line-height: 1.4;
}
.btn-gradient {
  background: var(--gradient-primary);
  color: var(--color-white);
  border: none;
  border-radius: 0.5rem;
  position: relative;
}
.btn-gradient:hover {
  opacity: 0.9;
  color: var(--color-white);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(0, 26, 51, 0.3);
}
.btn-arrow {
  display: inline-flex;
  align-items: center;
  font-size: 1.1em;
  transition: transform var(--transition);
}
.btn-gradient:hover .btn-arrow {
  transform: translateX(3px);
}
.btn-primary {
  background: var(--color-primary);
  color: var(--color-white);
  border-color: var(--color-primary);
}
.btn-primary:hover {
  background: var(--color-primary-dark);
  border-color: var(--color-primary-dark);
  color: var(--color-white);
}
.btn-outline {
  background: transparent;
  color: var(--color-primary);
  border-color: var(--color-primary);
}
.btn-outline:hover {
  background: var(--color-primary);
  color: var(--color-white);
}
.btn-outline-dark {
  background: transparent;
  color: var(--color-heading);
  border: 2px solid #A6A6A6;
  border-radius: 0.5rem;
}
.btn-outline-dark:hover {
  border-color: var(--color-heading);
  color: var(--color-heading);
  box-shadow: 0 2px 8px rgba(0,0,0,.08);
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: transparent;
  border-bottom: none;
  height: var(--header-height);
  padding-top: 0.875rem;
}
.site-header.scrolled .header-inner {
  box-shadow: 0 10px 24px rgba(0, 26, 51, 0.08);
}
body.home .site-header {
  position: absolute;
  top: 1.25rem;
  left: 0;
  right: 0;
  z-index: 20;
  height: auto;
  padding-top: 0;
}
.admin-bar.home .site-header {
  top: calc(1.25rem + 32px);
}
body.techlio-header-in-hero .site-header {
  position: absolute;
  top: 1.25rem;
  left: 0;
  right: 0;
  z-index: 20;
  height: auto;
  padding-top: 0;
}
.admin-bar.techlio-header-in-hero .site-header {
  top: calc(1.25rem + 32px);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  gap: 1.5rem;
  background: #ffffff;
  border: 1px solid #edf3fa;
  border-radius: 999px;
  padding: 0.5rem 1.1rem;
  box-shadow: 0 6px 20px rgba(0, 26, 51, 0.04);
}
.site-branding {
  flex-shrink: 0;
  padding: 0.45rem 1.05rem;
}
.site-branding a {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 2rem;
  font-weight: 700;
  color: #2676b9;
  line-height: 1;
}
.site-branding a:hover {
  color: var(--color-primary);
}
.site-branding img {
  max-height: 34px;
  width: auto;
}
.custom-logo-link img {
  max-height: 34px;
  width: auto;
}
.main-navigation {
  flex: 1;
  display: flex;
  justify-content: center;
}
.nav-menu {
  display: flex;
  gap: 1.85rem;
  align-items: center;
}
.nav-menu li a {
  color: #212121;
  font-family: Manrope, var(--font-body), system-ui, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0.35rem 0;
  position: relative;
}
.nav-menu li a:hover {
  color: var(--color-primary);
}
.nav-menu li.current-menu-item > a {
  color: var(--color-primary);
}
.nav-menu li.menu-item-has-children > a::after, .nav-menu li.menu-item-mega-menu > a::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 8px;
  margin-left: 6px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  flex-shrink: 0;
  border: none;
  background: center / contain no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  transition: transform var(--transition);
}
.nav-menu li.menu-item-mega-menu > a.is-open::after, .nav-menu li.menu-item-mega-menu > a[aria-expanded="true"]::after {
  transform: rotate(180deg);
}
.nav-menu li.menu-item-has-children {
  position: relative;
}
.nav-menu .sub-menu {
  position: absolute;
  top: calc(100% + 14px);
  left: 0;
  min-width: 220px;
  margin: 0;
  padding: 0.5rem;
  list-style: none;
  background: #f3f3f3;
  border: none;
  border-radius: 12px;
  box-shadow: var(--shadow-lg);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity var(--transition), transform var(--transition), visibility var(--transition);
  z-index: 1100;
}
.nav-menu .sub-menu::before {
  content: '';
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  height: 14px;
}
.nav-menu li.menu-item-has-children:hover > .sub-menu, .nav-menu li.menu-item-has-children:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav-menu .sub-menu li {
  width: 100%;
}
.nav-menu .sub-menu li a {
  display: block;
  padding: 0.65rem 1rem;
  font-size: 16px;
  font-weight: 400;
  color: #212121;
  white-space: nowrap;
  border-radius: 12px;
  transition: background var(--transition), color var(--transition);
}
.nav-menu .sub-menu li a:hover, .nav-menu .sub-menu li a:focus-visible {
  color: #fff;
  font-weight: 600;
  background: var(--gradient, linear-gradient(91deg, #001A33 0.6%, #2177C8 59.39%));
}
.nav-menu .sub-menu .sub-menu {
  top: -0.5rem;
  left: 100%;
}
.header-cta {
  flex-shrink: 0;
}
.header-cta .btn-gradient {
  padding: 0.84rem 1.75rem;
  font-size: 15px;
  font-weight: 600;
  border-radius: 999px;
  background: linear-gradient(90deg, #032147 0%, #1f78cc 100%);
  box-shadow: 0 8px 18px rgba(0, 50, 100, 0.22);
  line-height: 1.15;
}
.header-cta .btn-gradient:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0, 50, 100, 0.28);
}
.nav-menu li.menu-item-mega-menu > a.is-open, .nav-menu li.menu-item-mega-menu > a[aria-expanded="true"] {
  color: var(--color-primary);
}
.site-header:has(.mega-menu.is-open) {
  z-index: 1100;
}
.mega-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  z-index: 1001;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
}
.mega-menu.is-open {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.mega-menu[hidden] {
  display: block;
}
.mega-menu:not(.is-open)[hidden] {
  display: none;
}
.mega-menu__backdrop {
  position: fixed;
  top: var(--mega-menu-backdrop-top, 100vh);
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(3, 20, 40, 0.18);
  opacity: 0;
  transition: opacity 0.22s ease;
  z-index: -1;
  pointer-events: auto;
}
.mega-menu.is-open .mega-menu__backdrop {
  opacity: 1;
}
.mega-menu__container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
}
.mega-menu__panel {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(232, 244, 255, 0.96) 52%, rgba(214, 234, 255, 0.94) 100%);
  box-shadow: 0 28px 60px rgba(0, 26, 51, 0.14);
}
.mega-menu__layout {
  display: grid;
  grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
  min-height: 420px;
}
.mega-menu__nav {
  padding: 20px 16px 20px 20px;
  border-right: 1px solid rgba(33, 119, 200, 0.08);
}
.mega-menu__nav-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mega-menu__nav-btn {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  padding: 16px 18px;
  border: none;
  border-radius: 12px;
  background: transparent;
  text-align: left;
  cursor: pointer;
  position: relative;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}
.mega-menu__nav-btn:hover {
  background: rgba(33, 119, 200, 0.06);
}
.mega-menu__nav-btn.is-active {
  border-radius: 12px;
  background: linear-gradient(91deg, #001A33 0.6%, #2177C8 59.39%);
  box-shadow: 0 10px 24px rgba(33, 119, 200, 0.28);
}
.mega-menu__nav-title {
  color: #000;
  font-family: Manrope, var(--font-body), system-ui, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.mega-menu__nav-btn.is-active .mega-menu__nav-title, .mega-menu__nav-btn.is-active .mega-menu__nav-subtitle {
  color: #fff;
}
.mega-menu__nav-subtitle {
  color: rgba(0, 0, 0, 0.70);
  font-family: Manrope, var(--font-body), system-ui, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.mega-menu__nav-chevron {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.mega-menu__nav-btn.is-active .mega-menu__nav-chevron {
  opacity: 1;
}
.mega-menu__content {
  position: relative;
  padding: 28px 28px 72px;
  min-width: 0;
}
.mega-menu__panel-section {
  display: none;
}
.mega-menu__panel-section.is-active {
  display: block;
}
.mega-menu__services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: min-content;
  gap: 40px 24px;
  align-items: start;
}
.mega-menu__group {
  min-width: 0;
}
.mega-menu__group-title {
  margin: 0 0 10px;
  font-size: inherit;
  line-height: normal;
  font-weight: inherit;
  color: inherit;
}
.mega-menu__group-title-link {
  display: inline-flex;
  align-items: flex-start;
  gap: 6px;
  color: #2277C8;
  font-family: Manrope, var(--font-body), system-ui, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}
.mega-menu__group-title-link:hover {
  color: #2277C8;
  text-decoration: underline;
}
.mega-menu__group-arrow {
  flex: none;
  color: #2277C8;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 700;
}
.mega-menu__item-list, .mega-menu__link-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mega-menu__item-list li + li, .mega-menu__link-list li + li {
  margin-top: 6px;
}
.mega-menu__item-label {
  display: block;
  color: #212121;
  font-family: Manrope, var(--font-body), system-ui, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.mega-menu__link-list a {
  color: #212121;
  font-family: Manrope, var(--font-body), system-ui, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
.mega-menu__link-list a:hover {
  color: #2277C8;
}
.mega-menu__engagement-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}
.mega-menu__engagement-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}
.mega-menu__engagement-card .mega-menu__group-title {
  margin: 0;
}
.mega-menu__engagement-lines {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.mega-menu__engagement-line {
  display: block;
  margin: 0;
  color: #212121;
  font-family: Manrope, var(--font-body), system-ui, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
.mega-menu__industries-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 48px;
  max-width: 720px;
}
.mega-menu__brand {
  position: absolute;
  right: 28px;
  bottom: 20px;
  pointer-events: none;
}
.mega-menu__brand-logo {
  display: block;
  width: auto;
  height: 34px;
  max-width: 140px;
  object-fit: contain;
  opacity: 0.95;
}
body.mega-menu-open {
  overflow: hidden;
}
.mega-menu__mobile {
  display: none;
}
@media (max-width: 1023px) {
  .mega-menu {
    position: fixed;
    top: var(--header-height);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1110;
    overflow-y: auto;
    padding: 12px;
    background-color: #fff;
    background-image: linear-gradient(109deg, #FFF 37.38%, rgba(144, 207, 255, 0.05) 136.96%);
  }
  .nav-menu .mega-menu {
    position: static;
    inset: auto;
    z-index: auto;
    padding: 0;
    background: none;
    overflow: visible;
    transform: none;
  }
  .nav-menu .mega-menu .mega-menu__backdrop {
    display: none;
  }
  .nav-menu .mega-menu .mega-menu__container {
    display: none;
  }
  .nav-menu .mega-menu .mega-menu__mobile {
    display: block;
  }
  .mega-menu__mobile .mm-acc__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    padding: 1rem 1.5rem;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    background: #f3f3f3;
    color: #212121;
    font-family: Manrope, var(--font-body), system-ui, sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
  }
  .mega-menu__mobile .mm-acc__chevron {
    flex-shrink: 0;
    width: 12px;
    height: 8px;
    background: center / contain no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23212121' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    transition: transform var(--transition);
  }
  .mega-menu__mobile .mm-acc__head[aria-expanded="true"] {
    color: #fff;
    background: var(--gradient, linear-gradient(91deg, #001A33 0.6%, #2177C8 59.39%));
  }
  .mega-menu__mobile .mm-acc__head[aria-expanded="true"] .mm-acc__chevron {
    transform: rotate(180deg);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
  .mega-menu__mobile .mm-acc__body {
    padding: 0.5rem 1.5rem 1rem;
    background: linear-gradient(109deg, #FFF 37.38%, rgba(144, 207, 255, 0.05) 136.96%);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  .mega-menu__mobile .mm-acc__group {
    margin-bottom: 1rem;
  }
  .mega-menu__mobile .mm-acc__group:last-child {
    margin-bottom: 0;
  }
  .mega-menu__mobile .mm-acc__group-title {
    display: block;
    width: 100%;
    margin: 0.5rem 0 0.35rem;
    padding: 0;
    border: none;
    background: transparent;
    color: #212121;
    font-family: Manrope, var(--font-body), system-ui, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
  }
  .mega-menu__mobile .mm-acc__links {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .mega-menu__mobile .mm-acc__links li {
    width: 100%;
  }
  .mega-menu__mobile .mm-acc__links li a {
    display: block;
    width: 100%;
    padding: 0.4rem 0;
    border: none;
    color: rgba(0, 0, 0, 0.75);
    font-size: 15px;
    font-weight: 400;
    background: transparent;
    white-space: normal;
  }
  .mega-menu__mobile .mm-acc__links li a:hover, .mega-menu__mobile .mm-acc__links li a:focus-visible {
    color: var(--color-primary);
    background: transparent;
    font-weight: 400;
  }
  .mega-menu__container {
    max-width: none;
    padding-inline: 0;
  }
  .mega-menu__layout {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .mega-menu__nav {
    border-right: none;
    border-bottom: 1px solid rgba(33, 119, 200, 0.08);
    padding-bottom: 12px;
  }
  .mega-menu__nav-list {
    flex-direction: row;
    overflow-x: auto;
    gap: 8px;
    padding-bottom: 4px;
  }
  .mega-menu__nav-btn {
    min-width: 180px;
    flex: 0 0 auto;
  }
  .mega-menu__content {
    padding: 20px 16px 64px;
  }
  .mega-menu__services-grid, .mega-menu__engagement-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .mega-menu__industries-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  z-index: 1001;
}
.hamburger, .hamburger::before, .hamburger::after {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--color-heading);
  transition: all var(--transition);
}
.hamburger {
  position: relative;
}
.hamburger::before, .hamburger::after {
  content: '';
  position: absolute;
  left: 0;
}
.hamburger::before {
  top: -7px;
}
.hamburger::after {
  top: 7px;
}
.menu-toggle[aria-expanded="true"] .hamburger {
  background: transparent;
}
.menu-toggle[aria-expanded="true"] .hamburger::before {
  transform: rotate(45deg);
  top: 0;
}
.menu-toggle[aria-expanded="true"] .hamburger::after {
  transform: rotate(-45deg);
  top: 0;
}
body.mobile-nav-open {
  overflow: hidden;
}
@media (max-width: 767px) {
  .site-header {
    padding-top: 0;
    padding-inline: 1rem;
    background: #fff;
    border-bottom: 1px solid var(--color-border);
    box-sizing: border-box;
  }
  .header-inner {
    height: auto;
    min-height: 56px;
    align-items: center;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding-block: 0.5rem;
  }
  .site-branding {
    border: none;
    background: transparent;
    padding: 0;
  }
  .menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-left: auto;
    padding: 0.35rem;
  }
  .header-cta {
    display: none;
  }
  .site-header:has(.main-navigation.is-open) {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1101;
    height: auto;
    min-height: 0;
    padding: 0.875rem 1rem 1.25rem;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
  }
  .admin-bar .site-header:has(.main-navigation.is-open) {
    top: 46px;
  }
  .admin-bar .main-navigation.is-open {
    padding-top: calc(46px + 48px + 0.875rem + 1.25rem + 1rem);
  }
  .site-header:has(.main-navigation.is-open) .header-inner {
    height: auto;
    min-height: 48px;
    padding: 0;
    background: transparent;
    box-shadow: none;
    border: none;
    border-radius: 0;
  }
  .site-header:has(.main-navigation.is-open) .site-branding, .site-header:has(.main-navigation.is-open) .menu-toggle {
    position: relative;
    z-index: 1102;
  }
  .main-navigation {
    position: fixed;
    inset: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100dvh;
    z-index: 1100;
    background-color: #fff;
    background-image: linear-gradient(109deg, #FFF 37.38%, rgba(144, 207, 255, 0.05) 136.96%);
    box-shadow: none;
    transform: translateX(100%);
    transition: transform var(--transition);
    padding: calc(48px + 0.875rem + 1.25rem + 1rem) 0 max(3.5rem, calc(env(safe-area-inset-bottom, 0px) + 2.5rem));
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .main-navigation:not(.is-open) {
    pointer-events: none;
  }
  .main-navigation.is-open {
    transform: translateX(0);
    pointer-events: auto;
  }
  .nav-menu {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
    padding-bottom: 1rem;
  }
  .nav-menu > li {
    width: 100%;
  }
  .nav-menu li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 16px;
    font-weight: 400;
    color: #212121;
    text-align: left;
  }
  .nav-menu li a:hover {
    color: var(--color-primary);
  }
  .nav-menu li.menu-item-mega-menu > a {
    cursor: pointer;
  }
  .nav-menu li.menu-item-has-children > a::after, .nav-menu li.menu-item-mega-menu > a::after {
    margin-left: auto;
  }
  .nav-menu li.menu-item-mega-menu > a.is-open, .nav-menu li.menu-item-mega-menu > a[aria-expanded="true"] {
    color: #fff;
    font-weight: 700;
    background: var(--gradient, linear-gradient(91deg, #001A33 0.6%, #2177C8 59.39%));
    border-bottom-color: transparent;
  }
  .nav-menu .sub-menu {
    position: static;
    min-width: 0;
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: none;
  }
  .nav-menu .sub-menu::before {
    display: none;
  }
  .nav-menu .sub-menu .sub-menu {
    left: 0;
    top: auto;
  }
  .nav-menu .sub-menu li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    padding: 1rem 1.5rem;
    font-size: 16px;
    font-weight: 600;
    color: #212121;
    background: #f3f3f3;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    text-align: left;
    white-space: normal;
    border-radius: 0;
  }
  .nav-menu .sub-menu li a:hover, .nav-menu .sub-menu li a:focus-visible {
    color: #fff;
    font-weight: 600;
    background: var(--gradient, linear-gradient(91deg, #001A33 0.6%, #2177C8 59.39%));
  }
}
.hero-section {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: var(--color-white, #fff);
  min-height: 100svh;
  padding-top: clamp(5.5rem, 10svh, 6rem);
  padding-bottom: clamp(3rem, 7svh, 4rem);
}
body.home .hero-section {
  padding-top: calc(var(--header-height) + clamp(2.5rem, 6svh, 5.5rem));
}
body.page-template-page-services .hero-section {
  padding-top: calc(var(--header-height) + clamp(2.5rem, 6svh, 5.5rem));
  min-height: max(640px, 72svh);
  padding-bottom: clamp(3rem, 5.5vw, 4rem);
  align-items: center;
}
body.page-template-page-services .hero-partners {
  padding-top: clamp(2.5rem, 5.5vw, 3.5rem);
}
@media (min-width: 768px) {
  body.page-template-page-services .hero-bg-image {
    width: 900px;
    height: 900px;
    max-height: none;
    top: calc(1 / 2 * 120%);
  }
}
body.page-template-page-industry .hero-section {
  min-height: 780px;
  height: auto;
  max-height: none;
  padding-top: calc(var(--header-height) + 112px);
  padding-bottom: 80px;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
  box-sizing: border-box;
}
body.page-template-page-industry .hero-bg-image {
  width: 900px;
  height: 900px;
  max-width: min(900px, 96vw);
  max-height: none;
  top: 50%;
}
body.page-template-page-industry .hero-bg-image img {
  animation: none;
}
body.page-template-page-industry .hero-content {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-inline: clamp(24px, 5vw, 48px);
  box-sizing: border-box;
}
body.page-template-page-industry .hero-title {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}
body.page-template-page-industry .hero-subtitle {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
}
body.page-template-page-industry .hero-buttons {
  margin-bottom: 0;
  gap: 16px;
}
@media (max-width: 1023px) {
  body.page-template-page-industry .hero-section {
    height: auto;
    max-height: none;
    min-height: 560px;
    padding-top: calc(var(--header-height) + clamp(80px, 18vw, 212px));
    padding-bottom: 32px;
  }
  body.page-template-page-industry .hero-bg-image {
    width: min(640px, 92vw);
    height: min(640px, 92vw);
    max-height: none;
  }
}
.industry-hero__capsule {
  display: inline-block;
  margin: 0 0 20px;
  padding: 10px 20px;
  border-radius: 100px;
  background: rgba(11, 149, 255, 0.10);
  border: none;
  box-shadow: none;
  text-align: center;
}
.industry-hero__capsule-text {
  display: block;
  background: linear-gradient(91deg, #001A33 0.6%, #2177C8 59.39%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-align: center;
  font-family: Manrope, var(--font-body), system-ui, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.industry-technology-right {
  background: #fff;
}
.industry-technology-right__container {
  max-width: 1433px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: 110px;
  row-gap: 48px;
  grid-template-areas: "header header" "items media";
  align-items: start;
}
.industry-technology-right__header {
  grid-area: header;
  margin-bottom: 12px;
}
.industry-technology-right__items {
  grid-area: items;
}
.industry-technology-right__media {
  grid-area: media;
}
.industry-technology-right__heading {
  margin: 0 0 16px;
  color: #212121;
  font-family: Manrope, var(--font-body), system-ui, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.industry-technology-right__heading .text-highlight {
  color: #2277C8;
}
.industry-technology-right__intro {
  margin: 0;
  max-width: 100%;
  color: rgba(0, 0, 0, 0.70);
  font-family: Manrope, var(--font-body), system-ui, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.industry-technology-right__items {
  display: flex;
  flex-direction: column;
  gap: 40px;
  min-width: 0;
}
.industry-technology-right__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
}
.industry-technology-right__item-title {
  margin: 0;
  color: #000;
  font-family: Manrope, var(--font-body), system-ui, sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.industry-technology-right__item-text {
  margin: 0;
  color: #000;
  font-family: Manrope, var(--font-body), system-ui, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.industry-technology-right__outcome {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin: 4px 0 0;
}
.industry-technology-right__outcome-label {
  color: #000;
  font-family: Manrope, var(--font-body), system-ui, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.industry-technology-right__capsule {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 100px;
  background: rgba(11, 149, 255, 0.10);
}
.industry-technology-right__capsule-text {
  color: #000;
  font-family: Manrope, var(--font-body), system-ui, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.industry-technology-right__media {
  position: sticky;
  top: calc(var(--header-height) + 24px);
  min-width: 0;
}
.industry-technology-right__media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .industry-technology-right__container {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .industry-technology-right__header {
    margin-bottom: 0;
  }
  .industry-technology-right__heading {
    font-size: 36px;
  }
  .industry-technology-right__media {
    position: static;
    order: -1;
    width: 100%;
    max-width: 100%;
    margin: 0;
    align-self: stretch;
  }
}
@media (max-width: 767px) {
  .industry-technology-right__container {
    gap: 20px;
  }
  .industry-technology-right__media img {
    width: 100%;
    max-width: 100%;
    object-fit: contain;
  }
  .industry-technology-right__items {
    gap: 32px;
  }
  .industry-technology-right__item > img {
    width: 64px;
    height: 64px;
    object-fit: contain;
  }
  .industry-technology-right__item-title {
    font-size: 22px;
  }
}
.industry-ready-cta.section {
  padding-block: 120px;
}
.industry-ready-cta {
  position: relative;
  background-color: #f5f8fc;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.industry-ready-cta__container {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin-inline: auto;
  padding-inline: clamp(24px, 10.35vw, 149px);
}
.industry-ready-cta__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 1142px;
  margin: 0 auto;
  gap: 28px;
}
.industry-ready-cta__heading {
  margin: 0;
  width: 100%;
  max-width: 1142px;
  color: #212121;
  font-family: Manrope, var(--font-body), system-ui, sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.industry-ready-cta__heading .text-highlight {
  color: #2277C8;
}
.industry-ready-cta__subtext {
  margin: 0;
  width: 100%;
  max-width: 1142px;
  color: rgba(0, 0, 0, 0.70);
  font-family: Manrope, var(--font-body), system-ui, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.industry-ready-cta__capsule {
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  margin: 0;
  padding: 12px 24px;
  border-radius: 100px;
  background: rgba(11, 149, 255, 0.10);
}
.industry-ready-cta__capsule-text {
  display: block;
  color: #000;
  font-family: Manrope, var(--font-body), system-ui, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.industry-ready-cta__btn {
  margin: 0;
}
@media (max-width: 1024px) {
  .industry-ready-cta.section {
    padding-block: 80px;
  }
  .industry-ready-cta__heading {
    font-size: 48px;
  }
  .industry-ready-cta__subtext {
    font-size: 20px;
  }
  .industry-ready-cta__capsule-text {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .industry-ready-cta.section {
    padding-block: 64px;
  }
  .industry-ready-cta__inner {
    gap: 24px;
  }
  .industry-ready-cta__heading {
    font-size: 36px;
    line-height: 1.15;
  }
  .industry-ready-cta__subtext {
    font-size: 18px;
  }
  .industry-ready-cta__capsule-text {
    font-size: 16px;
  }
}
.industry-technologies {
  background: #fff;
  overflow: hidden;
}
.industry-technologies__header {
  max-width: 1433px;
  padding-inline: clamp(24px, 8.33vw, 120px);
}
.industry-technologies__heading {
  margin: 0 0 48px;
  text-align: center;
  color: #212121;
  font-family: Manrope, var(--font-body), system-ui, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.industry-technologies__heading .text-highlight {
  color: #2277C8;
}
.industry-technologies__rows {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
.industry-technologies__marquee {
  width: 100%;
  margin: 0;
  padding: 0;
}
.industry-technologies__viewport {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: clip;
}
.industry-technologies__track {
  display: flex;
  width: max-content;
  flex-wrap: nowrap;
  align-items: center;
  gap: 24px;
  will-change: transform;
  animation: industry-technologies-marquee-l 42s linear infinite;
  backface-visibility: hidden;
}
.industry-technologies__marquee--2 .industry-technologies__track {
  animation-name: industry-technologies-marquee-l;
  animation-duration: 42s;
  animation-direction: reverse;
}
.industry-technologies__item {
  flex: none;
  display: flex;
  align-items: center;
  min-width: 0;
}
.industry-technologies__item img {
  display: block;
  width: auto;
  height: auto;
  max-width: none;
}
@keyframes industry-technologies-marquee-l {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .industry-technologies__track {
    animation: none;
    transform: none;
  }
}
@media (max-width: 1024px) {
  .industry-technologies__heading {
    font-size: 36px;
    margin-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .industry-technologies__heading {
    font-size: 28px;
  }
  .industry-technologies__track {
    gap: 16px;
  }
}
.industry-content .container {
  max-width: 1200px;
}
.industry-content__body {
  color: rgba(0, 0, 0, 0.80);
  font-family: Manrope, var(--font-body), system-ui, sans-serif;
  font-size: 18px;
  line-height: 1.6;
}
body.page-template-page-career .hero-section {
  min-height: 680px;
  padding-top: calc(var(--header-height) + clamp(2rem, 5svh, 4rem));
  padding-bottom: clamp(2rem, 4svh, 3rem);
}
body.page-template-page-career .hero-content {
  max-width: 980px;
}
body.page-template-page-career .hero-title {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
body.page-template-page-career .hero-subtitle {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.engagement-model-intro {
  display: flex;
  flex-direction: column;
  background: #fff;
}
@media (min-width: 768px) {
  .engagement-model-intro {
    min-height: 100svh;
  }
  body.page-template-page-engagement-model .hero-section {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: calc(var(--header-height) + clamp(1.25rem, 3.5svh, 2.75rem));
    padding-bottom: clamp(1rem, 2.5svh, 1.75rem);
  }
}
body.page-template-page-engagement-model .hero-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.page-template-page-engagement-model .hero-bg-image {
  width: min(760px, 88vw);
  height: min(760px, 88vw);
}
body.page-template-page-engagement-model .hero-bg-image img {
  animation: none;
}
body.page-template-page-engagement-model .hero-content {
  max-width: 966px;
}
body.page-template-page-engagement-model .hero-title {
  max-width: 966px;
  margin-left: auto;
  margin-right: auto;
}
body.page-template-page-engagement-model .hero-subtitle {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(1.25rem, 3svh, 2rem);
}
body.page-template-page-engagement-model .hero-buttons {
  margin-bottom: 0;
}
body.page-template-page-engagement-model .engagement-model-intro .home-stats-strip {
  flex-shrink: 0;
  margin-top: auto;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
body.page-template-page-engagement-model .stats-item__value, body.page-template-page-engagement-model .stats-item__suffix, body.page-template-page-engagement-model .stats-item__prefix {
  font-size: 60px;
}
.engagement-model-content .container {
  max-width: 1200px;
}
.engagement-model-content__body {
  color: rgba(0, 0, 0, 0.80);
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 18px;
  line-height: 1.6;
}
.engagement-model-content__body > :first-child {
  margin-top: 0;
}
.engagement-model-content__body > :last-child {
  margin-bottom: 0;
}
.engagement-model-benefits {
  background: #f8f8f8;
}
.industry-key-challenges {
  background: linear-gradient(180deg, rgba(245, 245, 245, 0.00) 0.82%, #F5F5F5 15.6%, #F5F5F5 97.98%);
}
.engagement-model-benefits .container {
  max-width: 1433px;
}
.engagement-model-benefits__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 48px;
}
.engagement-model-benefits__intro {
  max-width: 720px;
}
.engagement-model-benefits__heading {
  margin: 0 0 16px;
  color: #212121;
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.engagement-model-benefits__heading .text-highlight {
  color: #2277C8;
}
.engagement-model-benefits__subtext {
  margin: 0;
  color: rgba(0, 0, 0, 0.70);
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 560px;
}
.engagement-model-benefits__cta {
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 12px;
  white-space: nowrap;
}
.engagement-model-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.engagement-model-benefit-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 28px 36px;
  border-radius: 12px;
  border: 2px solid rgba(35, 123, 202, 0.20);
  background: #fff;
}
.engagement-model-benefit-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin-bottom: 24px;
}
.engagement-model-benefit-card__icon img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.engagement-model-benefit-card__title {
  margin: 0 0 12px;
  color: #212121;
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.engagement-model-benefit-card__text {
  margin: 0 auto;
  max-width: 304px;
  width: 100%;
  color: #212121;
  text-align: center;
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.industry-key-challenges .engagement-model-benefit-card {
  padding: 24px;
}
.industry-key-challenges .engagement-model-benefit-card__text {
  margin: 0;
  max-width: none;
  width: 100%;
}
@media (max-width: 1024px) {
  .engagement-model-benefits__header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 36px;
  }
  .engagement-model-benefits__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .engagement-model-benefits__heading {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .engagement-model-benefits__cta {
    display: none;
  }
  .engagement-model-benefit-card {
    padding: 32px 24px;
  }
  .industry-key-challenges .engagement-model-benefit-card {
    padding: 24px;
  }
  .industry-key-challenges .engagement-model-benefits__header {
    align-items: center;
  }
  .industry-key-challenges .engagement-model-benefits__intro {
    text-align: center;
  }
  .industry-key-challenges .engagement-model-benefits__heading {
    text-align: center;
  }
  .industry-key-challenges .engagement-model-benefits__subtext {
    text-align: center;
    margin-inline: auto;
  }
  .engagement-model-benefit-card__title {
    font-size: 24px;
  }
  .engagement-model-benefit-card__text {
    font-size: 18px;
    max-width: 100%;
  }
}
.engagement-model-when {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.engagement-model-when .hero-shade {
  z-index: 0;
}
.engagement-model-when__container {
  position: relative;
  z-index: 1;
  max-width: 1433px;
}
.engagement-model-when__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px 64px;
  align-items: start;
}
.engagement-model-when__col--content {
  min-width: 0;
}
.engagement-model-when__col--aside {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  min-width: 0;
}
.engagement-model-when__heading {
  margin: 0 0 16px;
  color: #212121;
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.engagement-model-when__heading .text-highlight {
  color: #2277C8;
}
.engagement-model-when__subtext {
  margin: 0 0 40px;
  color: rgba(0, 0, 0, 0.70);
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 100%;
}
.engagement-model-when__cta {
  flex-shrink: 0;
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 12px;
  white-space: nowrap;
}
.engagement-model-when__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.engagement-model-when__item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 24px 32px;
  align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.engagement-model-when__item:first-child {
  padding-top: 0;
}
.engagement-model-when__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.engagement-model-when__number {
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(91deg, #001A33 0.6%, #2177C8 59.39%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.engagement-model-when__text {
  margin: 0;
  color: #000;
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 20.813px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.engagement-model-when__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex: 1;
}
.engagement-model-when__visual img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .engagement-model-when__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .engagement-model-when__col--aside {
    align-items: flex-start;
  }
  .engagement-model-when__heading {
    font-size: 36px;
  }
  .engagement-model-when__visual {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .engagement-model-when__cta {
    display: none;
  }
  .engagement-model-when__item {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 16px 20px;
    padding: 22px 0;
  }
  .engagement-model-when__number {
    font-size: 48px;
  }
  .engagement-model-when__text {
    font-size: 18px;
  }
}
body.page-template-page-customer .hero-section {
  padding-top: 0;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  body.page-template-page-customer .hero-section {
    min-height: 709px;
  }
}
.hero-bg-image {
  pointer-events: none;
  position: absolute;
  top: calc(1 / 2 * 100%);
  left: calc(1 / 2 * 100%);
  z-index: 0;
  display: flex;
  height: 900px;
  max-height: 100%;
  width: 900px;
  max-width: 95%;
  --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
  --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  align-items: center;
  justify-content: center;
}
.hero-bg-image img {
  height: 100%;
  width: 100%;
  transform-origin: center;
  object-fit: contain;
  will-change: transform;
  animation: hero-spiral-rotate 90s linear infinite;
}
body.page-template-page-services .hero-bg-image img, body.page-template-page-customer .hero-bg-image img {
  animation: none;
}
@keyframes hero-spiral-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-bg-image img {
    animation: none;
  }
}
.hero-shade {
  pointer-events: none;
  position: absolute;
  top: calc(var(--spacing, 0.25rem) * 0);
  bottom: calc(var(--spacing, 0.25rem) * 0);
  z-index: 0;
  display: flex;
  width: calc(2 / 5 * 100%);
  max-width: 500px;
  align-items: center;
}
.hero-shade--left {
  left: calc(var(--spacing, 0.25rem) * 0);
}
.hero-shade--right {
  right: calc(var(--spacing, 0.25rem) * 0);
  justify-content: flex-end;
}
.hero-shade img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .hero-shade {
    width: min(260px, 40vw);
    max-width: 260px;
    top: 0;
    bottom: 0;
    height: 100%;
    opacity: 1;
  }
  .hero-shade--left {
    left: 0;
    right: auto;
  }
  .hero-shade--right {
    right: 0;
    left: auto;
    top: 0;
  }
  .hero-shade img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .hero-shade--left img {
    object-position: right center;
  }
  .hero-shade--right img {
    object-position: left center;
  }
  .hero-shade--left {
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 14%, #000 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 14%, #000 100%);
  }
  .hero-shade--right {
    -webkit-mask-image: linear-gradient(270deg, transparent 0%, #000 14%, #000 100%);
    mask-image: linear-gradient(270deg, transparent 0%, #000 14%, #000 100%);
  }
  body.techlio-header-in-hero .hero-section .hero-bg-image, body.techlio-header-in-hero .hero-section > img.hero-bg-image {
    display: flex;
    z-index: 1;
    opacity: 1;
    top: 40%;
    left: 50%;
    transform: translate(0%, 0%);
    width: min(520px, 88vw);
    height: min(520px, 88vw);
    max-width: none;
    max-height: none;
  }
  body.techlio-header-in-hero .hero-section > img.hero-bg-image {
    display: block;
    object-fit: contain;
  }
  body.techlio-header-in-hero .hero-bg-image img, body.techlio-header-in-hero .hero-section > img.hero-bg-image {
    opacity: 0.9;
  }
  body.techlio-header-in-hero .hero-section img.hero-shade {
    position: absolute;
    top: 0;
    bottom: 0;
    width: min(260px, 40vw);
    max-width: 260px;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    z-index: 0;
  }
  body.techlio-header-in-hero .hero-section img.hero-shade.hero-shade--left {
    left: 0;
    right: auto;
    object-position: right center;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 14%, #000 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 14%, #000 100%);
  }
  body.techlio-header-in-hero .hero-section img.hero-shade.hero-shade--right {
    right: 0;
    left: auto;
    object-position: left center;
    -webkit-mask-image: linear-gradient(270deg, transparent 0%, #000 14%, #000 100%);
    mask-image: linear-gradient(270deg, transparent 0%, #000 14%, #000 100%);
  }
}
@media (max-width: 767px) {
  .hero-shade {
    width: min(200px, 44vw);
    max-width: 200px;
  }
  body.techlio-header-in-hero .hero-section img.hero-shade {
    width: min(200px, 44vw);
    max-width: 200px;
  }
  body.techlio-header-in-hero .hero-section .hero-bg-image, body.techlio-header-in-hero .hero-section > img.hero-bg-image {
    top: 36%;
    left: 50%;
    transform: translate(0%, 0%);
    width: min(400px, 94vw);
    height: min(400px, 94vw);
  }
  body.techlio-header-in-hero .hero-bg-image img, body.techlio-header-in-hero .hero-section > img.hero-bg-image {
    opacity: 0.95;
  }
}
@media (min-width: 768px) {
  body.page-template-page-customer .hero-bg-image {
    top: 300px;
  }
  body.page-template-page-customer .hero-content {
    padding-top: 258px;
  }
}
body.page-template-page-customer .hero-section > .services-marquee {
  background: transparent;
  padding-top: 0;
  padding-bottom: 0;
}
.career-jobs .container {
  max-width: 1433px;
}
.career-jobs__header {
  margin-bottom: 60px;
}
.career-jobs__heading {
  margin: 0;
  color: #212121;
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.career-jobs__heading .text-highlight {
  color: #2277C8;
}
.career-jobs__filters {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-bottom: 60px;
}
.career-jobs__search {
  position: relative;
  display: block;
  width: min(100%, 565px);
}
.career-jobs__search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(0, 0, 0, 0.38);
  pointer-events: none;
}
.career-jobs__search-input {
  width: 100%;
  min-height: 48px;
  border-radius: 12px;
  border: 2px solid rgba(35, 123, 202, 0.20);
  background: #FFF;
  padding: 12px 18px 12px 44px;
  color: #212121;
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  outline: none;
}
.career-jobs__search-input::placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.career-jobs__search-input:focus, .career-jobs__select:focus {
  border-color: rgba(35, 123, 202, 0.55);
}
.career-jobs__select-wrap {
  position: relative;
  display: inline-flex;
  width: min(100%, 280px);
}
.career-jobs__select {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  min-height: 48px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.20);
  background: #FFF;
  padding: 12px 44px 12px 18px;
  color: #212121;
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  outline: none;
  cursor: pointer;
}
.career-jobs__select-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(0, 0, 0, 0.70);
  pointer-events: none;
}
.career-jobs__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}
.career-job-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 12px;
  border: 2px solid rgba(35, 123, 202, 0.20);
  background: #FFF;
  padding: 24px 30px;
  min-height: 198px;
}
.career-job-card__title {
  margin: 0;
  color: #212121;
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.career-job-card__location {
  margin: 14px 0 0;
  color: #212121;
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.career-job-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 22px;
  flex: 0 0 auto;
}
.career-job-card::after {
  content: "";
  order: 1;
  flex: 1 1 auto;
  min-height: 24px;
}
.career-job-card__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.career-job-card__meta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.80);
}
.career-job-card__meta-text {
  color: rgba(0, 0, 0, 0.80);
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.career-job-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  order: 2;
  margin-top: 0;
  flex-shrink: 0;
  padding: 12px 18px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(91deg, #001A33 0.6%, #2177C8 59.39%);
  color: #FFF;
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  cursor: pointer;
}
.career-job-card__btn:hover {
  color: #FFF;
  opacity: 0.94;
}
.career-jobs__empty {
  margin: 28px 0 0;
  color: rgba(0, 0, 0, 0.70);
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .career-jobs__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .career-jobs__header, .career-jobs__filters {
    margin-bottom: 32px;
  }
  .career-jobs__heading {
    font-size: 36px;
  }
  .career-jobs__filters {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .career-jobs__search, .career-jobs__select-wrap {
    width: 100%;
  }
  .career-jobs__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .career-job-card {
    padding: 22px;
    min-height: auto;
  }
  .career-job-card__title {
    font-size: 22px;
  }
  .career-job-card__location, .career-job-card__btn {
    font-size: 18px;
  }
}
.career-culture {
  background: #fff;
  overflow: hidden;
}
.career-culture .container {
  max-width: 1433px;
}
.career-culture__header {
  margin-bottom: 40px;
  max-width: 820px;
}
.career-culture__heading {
  margin: 0;
  color: #212121;
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.career-culture__heading .text-highlight {
  color: #2277C8;
}
.career-culture__subtext {
  margin: 16px 0 0;
  color: #000;
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.45;
  max-width: 680px;
}
.career-culture__marquee {
  width: 100%;
}
.career-culture__marquee-viewport {
  width: 100%;
  overflow-x: clip;
}
.career-culture__marquee-track {
  display: flex;
  width: max-content;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 20px;
  will-change: transform;
  animation: career-culture-marquee 45s linear infinite;
  backface-visibility: hidden;
}
.career-culture__marquee-item {
  flex: none;
  width: min(320px, 72vw);
  height: 240px;
  border-radius: 16px;
  overflow: hidden;
}
.career-culture__marquee-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@keyframes career-culture-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .career-culture__marquee-track {
    animation: none;
    transform: none;
  }
}
@media (max-width: 767px) {
  .career-culture__header {
    margin-bottom: 28px;
  }
  .career-culture__heading {
    font-size: 36px;
  }
  .career-culture__marquee-item {
    width: min(280px, 78vw);
    height: 200px;
    border-radius: 12px;
  }
}
html.career-apply-modal-open {
  overflow: hidden;
}
.career-apply-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.career-apply-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.career-apply-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}
.career-apply-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 920px);
  max-height: min(92vh, 980px);
  overflow: auto;
  border-radius: 20px;
  background: #fff;
  padding: 40px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18);
}
.career-apply-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #212121;
  cursor: pointer;
  transition: background-color var(--transition);
}
.career-apply-modal__close:hover {
  background: rgba(0, 0, 0, 0.06);
}
.career-apply-modal__job {
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(35, 123, 202, 0.20);
}
.career-apply-modal__field + .career-apply-modal__field {
  margin-top: 20px;
}
.career-apply-modal__label, .career-apply-modal__form-title {
  margin: 0 0 8px;
  color: #000;
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.career-apply-modal__value {
  margin: 0;
  color: #000;
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.career-apply-modal__value--body {
  white-space: pre-line;
}
.career-apply-modal__list {
  margin: 0;
  padding-left: 1.35rem;
  list-style: disc;
  list-style-position: outside;
}
.career-apply-modal__list li {
  display: list-item;
  color: #000;
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.career-apply-modal__list li + li {
  margin-top: 4px;
}
.career-apply-modal__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}
.career-apply-modal__pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border: 1px solid #2277C8;
  border-radius: 100px;
  background: rgba(34, 119, 200, 0.10);
  color: #000;
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
.career-apply-modal__pill img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex-shrink: 0;
}
.career-apply-modal__pill strong {
  font-weight: 700;
}
.career-apply-modal__form-wrap {
  padding-top: 28px;
}
.career-apply-modal .wpcf7 {
  margin: 0;
}
.career-apply-modal .wpcf7 form {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
}
.career-apply-modal .wpcf7 p {
  margin: 0;
}
.career-apply-modal .wpcf7 br {
  display: none;
}
.career-apply-modal .wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin: 0;
}
.career-apply-modal .career-apply-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.career-apply-modal .career-apply-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.career-apply-modal .career-apply-form__grid > p {
  margin: 0;
}
.career-apply-modal .career-apply-form > p:has(input[type="submit"]) {
  margin-top: 4px;
}
.career-apply-modal .wpcf7 p:has(> input[type="hidden"]:only-child), .career-apply-modal .wpcf7 p:has(> .wpcf7-form-control-wrap > input[type="hidden"]:only-child) {
  display: none;
  margin: 0;
  padding: 0;
  height: 0;
}
.career-apply-modal .wpcf7 label.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.career-apply-modal .wpcf7 input[type="text"], .career-apply-modal .wpcf7 input[type="email"], .career-apply-modal .wpcf7 input[type="tel"], .career-apply-modal .wpcf7 select {
  width: 100%;
  height: 56px;
  padding: 0 18px;
  border: 1px solid rgba(35, 123, 202, 0.20);
  border-radius: 12px;
  background: #fff;
  color: #212121;
  outline: none;
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  box-shadow: none;
  transition: border-color var(--transition);
}
.career-apply-modal .wpcf7 select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 2.75rem;
  background-image: linear-gradient(45deg, transparent 50%, rgba(0, 0, 0, 0.55) 50%), linear-gradient(135deg, rgba(0, 0, 0, 0.55) 50%, transparent 50%);
  background-position: calc(100% - 22px) 25px, calc(100% - 17px) 25px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat, no-repeat;
}
.career-apply-modal .wpcf7 input::placeholder {
  color: rgba(0, 0, 0, 0.45);
}
.career-apply-modal .wpcf7 input:focus, .career-apply-modal .wpcf7 select:focus {
  border-color: rgba(33, 119, 200, 0.55);
}
.career-apply-modal .career-apply-form__upload {
  display: flex;
  align-items: center;
  margin: 0;
}
.career-apply-modal .career-apply-form__upload > p {
  margin: 0;
}
.career-apply-modal .career-apply-form__file-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 20px 0;
  color: #2177C8;
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
}
.career-apply-modal .career-apply-form__file-label::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M21.44 11.05L12.25 20.24C11.1242 21.3658 9.59723 21.9983 8.005 21.9983C6.41277 21.9983 4.88584 21.3658 3.76 20.24C2.63416 19.1142 2.00166 17.5872 2.00166 15.995C2.00166 14.4028 2.63416 12.8758 3.76 11.75L12.95 2.56C13.7006 1.80943 14.7185 1.3877 15.78 1.3877C16.8415 1.3877 17.8594 1.80943 18.61 2.56C19.3606 3.31057 19.7823 4.32852 19.7823 5.39C19.7823 6.45148 19.3606 7.46943 18.61 8.22L9.41 17.41C9.03472 17.7853 8.52573 17.9961 7.995 17.9961C7.46427 17.9961 6.95528 17.7853 6.58 17.41C6.20472 17.0347 5.99391 16.5257 5.99391 15.995C5.99391 15.4643 6.20472 14.9553 6.58 14.58L15.07 6.1' stroke='%232177C8' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.career-apply-modal .career-apply-form__file-label .wpcf7-form-control-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  overflow: hidden;
}
.career-apply-modal .career-apply-form__file-label input[type="file"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer;
}
.career-apply-modal .wpcf7 input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  height: 52px;
  padding: 12px 28px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(91deg, #001A33 0.6%, #2177C8 59.39%);
  color: #fff;
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: opacity var(--transition), transform var(--transition);
}
.career-apply-modal .wpcf7 input[type="submit"]:hover {
  opacity: 0.94;
  transform: translateY(-1px);
}
.career-apply-modal .wpcf7 .wpcf7-response-output {
  margin: 0;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(35, 123, 202, 0.20);
  color: rgba(0, 0, 0, 0.80);
}
.career-apply-modal .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 13px;
  color: #c0392b;
}
@media (max-width: 767px) {
  .career-apply-modal {
    padding: 12px;
  }
  .career-apply-modal__dialog {
    padding: 28px 20px 24px;
    border-radius: 16px;
  }
  .career-apply-modal .career-apply-form__grid {
    grid-template-columns: 1fr;
  }
  .career-apply-modal__pills {
    flex-direction: column;
    align-items: flex-start;
  }
}
.hero-content {
  position: relative;
  z-index: 1;
  margin-inline: auto;
  max-width: 966px;
  text-align: center;
}
.hero-title {
  margin-bottom: var(--spacing-md);
  font-family: Manrope,system-ui,sans-serif;
  font-size: 72px;
  --tw-leading: 1.15;
  line-height: 1.15;
  --tw-font-weight: var(--font-weight-bold, 700);
  font-weight: var(--font-weight-bold, 700);
  --tw-tracking: -0.02em;
  letter-spacing: -0.02em;
  color: var(--color-heading);
}
.hero-title .text-highlight {
  color: var(--color-primary);
}
.hero-subtitle {
  margin-inline: auto;
  margin-bottom: calc(var(--spacing, 0.25rem) * 10);
  max-width: 920px;
  font-family: Manrope,system-ui,sans-serif;
  font-size: 24px;
  --tw-leading: 1.5;
  line-height: 1.5;
  --tw-font-weight: var(--font-weight-medium, 500);
  font-weight: var(--font-weight-medium, 500);
  color: #212121;
}
.customer-hero-eyebrow {
  margin-bottom: calc(var(--spacing, 0.25rem) * 4);
  text-align: center;
  font-family: Manrope,system-ui,sans-serif;
  font-size: 24px;
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-medium, 500);
  font-weight: var(--font-weight-medium, 500);
  color: #212121;
  margin-top: 0;
}
.hero-tags {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
}
.hero-tags-layer {
  pointer-events: none;
  position: absolute;
  inset: calc(var(--spacing, 0.25rem) * 0);
  z-index: 2;
  padding-inline: 30px;
  padding-block: calc(var(--spacing, 0.25rem) * 6);
}
.hero-tag {
  pointer-events: none;
  position: absolute;
  border-radius: 2rem;
  background-color: rgba(11,149,255,0.10);
  padding-inline: 1.375rem;
  padding-block: 0.625rem;
  font-family: Manrope,system-ui,sans-serif;
  font-size: 18px;
  --tw-leading: 1.2;
  line-height: 1.2;
  --tw-font-weight: var(--font-weight-bold, 700);
  font-weight: var(--font-weight-bold, 700);
  white-space: nowrap;
  --tw-shadow: 0 4px 20px var(--tw-shadow-color, rgba(33,119,200,0.10));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  transition: transform 0.25s ease-out, box-shadow var(--transition);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
}
.hero-tag-text {
  background-image: linear-gradient(90deg,#001A33 0%,#2177C8 100%);
  background-clip: text;
  color: transparent;
}
.hero-tag:hover {
  --tw-shadow: 0 6px 24px var(--tw-shadow-color, rgba(33,119,200,0.18));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.hero-tag--1 {
  top: -2.1rem;
  left: -96px;
}
.hero-tag--2 {
  top: -2.2rem;
  right: -108px;
}
.hero-tag--3 {
  top: 15.6rem;
  left: -5.4rem;
}
.hero-tag--4 {
  top: 14.2rem;
  right: -6.2rem;
}
@media (max-width: 1600px) {
  .hero-tag--1 {
    left: 0;
  }
  .hero-tag--2 {
    right: 0;
  }
  .hero-tag--3 {
    left: 0;
  }
  .hero-tag--4 {
    right: 0;
  }
}
@media (max-width: 1024px) {
  .hero-tags {
    display: none;
  }
}
.hero-buttons {
  margin-bottom: calc(var(--spacing, 0.25rem) * 12);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: calc(var(--spacing, 0.25rem) * 4);
}
.hero-buttons .btn {
  padding-inline: calc(var(--spacing, 0.25rem) * 8);
  padding-block: calc(var(--spacing, 0.25rem) * 4);
  font-size: 24px;
  --tw-font-weight: var(--font-weight-semibold, 600);
  font-weight: var(--font-weight-semibold, 600);
}
.hero-partners {
  margin-inline: auto;
  display: flex;
  width: 100%;
  max-width: 860px;
  align-items: center;
  justify-content: space-between;
  gap: calc(var(--spacing, 0.25rem) * 12);
  padding-top: calc(var(--spacing, 0.25rem) * 12);
}
.hero-partner {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
}
.hero-partner img {
  height: calc(var(--spacing, 0.25rem) * 10);
  width: auto;
  max-width: 100%;
  object-fit: contain;
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1)));
  transition-duration: var(--tw-duration, var(--default-transition-duration, 150ms));
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.hero-partner img:hover {
  --tw-translate-y: calc(var(--spacing, 0.25rem) * -0.5);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
body.home.techlio-header-in-hero, body.blog.techlio-header-in-hero {
  background: #fff;
}
body.home .hero-section--blog-archive, body.blog .hero-section--blog-archive {
  min-height: clamp(560px, 72svh, 720px);
  padding-top: calc(var(--header-height) + 112px);
  padding-bottom: 80px;
  align-items: flex-start;
  justify-content: flex-start;
  background: linear-gradient(180deg, #eef5fc 0%, #fff 62%);
  overflow: hidden;
}
body.home .hero-section--blog-archive .hero-shade, body.blog .hero-section--blog-archive .hero-shade {
  top: 0;
  bottom: 0;
  height: 100%;
}
body.home .hero-section--blog-archive .hero-shade img, body.blog .hero-section--blog-archive .hero-shade img {
  height: 100%;
  width: auto;
  max-width: none;
  object-fit: cover;
}
body.home .hero-section--blog-archive .hero-bg-image.hero-bg-image--blog, body.blog .hero-section--blog-archive .hero-bg-image.hero-bg-image--blog {
  top: 50%;
  left: 50%;
  transform: translate(0%, 0%);
  width: clamp(520px, 64vw, 900px);
  height: clamp(520px, 64vw, 900px);
}
body.home .hero-section--blog-archive .hero-bg-image img, body.blog .hero-section--blog-archive .hero-bg-image img {
  animation: none;
}
body.home .hero-section--blog-archive .hero-content, body.blog .hero-section--blog-archive .hero-content {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(24px, 5vw, 48px);
  box-sizing: border-box;
}
body.home .hero-section--blog-archive .hero-title--blog-archive, body.blog .hero-section--blog-archive .hero-title--blog-archive {
  max-width: 980px;
  margin-inline: auto;
  margin-bottom: 16px;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.12;
  color: #212121;
}
body.home .hero-section--blog-archive .hero-subtitle, body.blog .hero-section--blog-archive .hero-subtitle {
  max-width: 820px;
  margin-inline: auto;
  margin-bottom: 32px;
}
body.home .hero-section--blog-archive .hero-buttons, body.blog .hero-section--blog-archive .hero-buttons {
  margin-bottom: 0;
  gap: 16px;
}
.blog-archive-hero__badge {
  display: inline-block;
  margin: 0 0 20px;
  padding: 10px 20px;
  border-radius: 100px;
  background: rgba(11, 149, 255, 0.10);
}
.blog-archive-hero__badge-text {
  display: block;
  background: linear-gradient(91deg, #001A33 0.6%, #2177C8 59.39%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: Manrope, var(--font-body), system-ui, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.blog-featured {
  padding: 0 0 clamp(3rem, 6vw, 5rem);
  background: #fff;
}
.blog-featured .container {
  max-width: 1360px;
}
.blog-featured__card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: center;
  padding: clamp(1.25rem, 2.5vw, 2rem);
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #f3f7fb;
}
.blog-featured__media {
  display: block;
  border-radius: 12px;
  overflow: hidden;
}
.blog-featured__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}
.blog-featured__image--placeholder {
  min-height: 320px;
  background: #dce7f6;
}
.blog-featured__body {
  padding: clamp(0.5rem, 2vw, 1rem) clamp(0.5rem, 2vw, 1.5rem) clamp(0.5rem, 2vw, 1rem) 0;
}
.blog-featured__title {
  margin: 0 0 16px;
  font-family: Manrope, var(--font-body), system-ui, sans-serif;
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 700;
  line-height: 1.2;
}
.blog-featured__title a {
  color: #212121;
  text-decoration: none;
}
.blog-featured__title a:hover {
  color: #2177C8;
}
.blog-featured__excerpt {
  margin: 0 0 20px;
  color: #212121;
  font-family: Manrope, var(--font-body), system-ui, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.blog-featured__meta {
  margin: 0 0 24px;
  color: rgba(33, 33, 33, 0.72);
  font-family: Manrope, var(--font-body), system-ui, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.blog-featured__cta {
  font-size: 18px;
  padding: 14px 28px;
}
.blog-archive {
  padding: 0 0 clamp(4rem, 8vw, 6rem);
  background: #fff;
}
.blog-archive .container {
  max-width: 1360px;
  border-radius: 12px;
  background: #F5F5F5;
  padding: clamp(1.5rem, 3vw, 2.5rem);
}
.blog-archive__toolbar {
  margin-bottom: clamp(2rem, 4vw, 3rem);
}
.blog-archive__heading {
  margin: 0 0 clamp(1.5rem, 3vw, 2rem);
  color: #2277C8;
  font-family: Manrope, var(--font-body), system-ui, sans-serif;
  font-size: clamp(2rem, 4vw, 48px);
  font-weight: 700;
  line-height: 1.15;
}
.blog-archive__filters {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}
.blog-archive__search {
  position: relative;
  display: block;
  width: min(100%, 565px);
}
.blog-archive__search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(0, 0, 0, 0.38);
  pointer-events: none;
}
.blog-archive__search-input {
  width: 100%;
  min-height: 48px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.20);
  background: #FFF;
  padding: 12px 18px 12px 44px;
  color: #212121;
  font-family: Manrope, var(--font-body), system-ui, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  outline: none;
}
.blog-archive__search-input::placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.blog-archive__search-input:focus, .blog-archive__select:focus {
  border-color: rgba(0, 0, 0, 0.35);
}
.blog-archive__select-wrap {
  position: relative;
  display: inline-flex;
  width: min(100%, 280px);
  justify-self: end;
}
.blog-archive__select {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  min-height: 48px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.20);
  background: #FFF;
  padding: 12px 44px 12px 18px;
  color: #212121;
  font-family: Manrope, var(--font-body), system-ui, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  outline: none;
  cursor: pointer;
}
.blog-archive__select-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(0, 0, 0, 0.70);
  pointer-events: none;
}
.blog-archive__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 3vw, 2rem);
}
.blog-archive__grid .blog-card__image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
}
.blog-archive__grid .blog-card__image--placeholder {
  width: 100%;
  height: 220px;
  border-radius: 12px;
  background: #dce7f6;
}
.blog-archive__grid .blog-card__body {
  padding-top: 1rem;
}
.blog-archive__grid .blog-card__meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.75rem;
  font-size: 16px;
  font-weight: 500;
  color: #212121;
}
.blog-archive__grid .blog-card__meta-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #212121;
  flex-shrink: 0;
}
.blog-archive__grid .blog-card__title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
}
.blog-archive__grid .blog-card__title a {
  color: #212121;
  text-decoration: none;
}
.blog-archive__grid .blog-card__title a:hover {
  color: #1f78cc;
}
.blog-archive__empty {
  margin: 0;
  text-align: center;
  color: #212121;
  font-size: 18px;
}
.blog-archive__pagination {
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
}
.blog-archive__pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.blog-archive__pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 50px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid #000;
  background: #fff;
  color: #212121;
  font-family: Manrope, var(--font-body), system-ui, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}
.blog-archive__pagination .page-numbers.current {
  background: #2277C8;
  border-color: #2277C8;
  color: #fff;
}
.blog-archive__pagination a.page-numbers:hover {
  border-color: #2277C8;
  background: rgba(34, 119, 200, 0.1);
}
@media (max-width: 1024px) {
  body.home .hero-section--blog-archive, body.blog .hero-section--blog-archive {
    min-height: auto;
    padding-top: calc(var(--header-height) + 80px);
    padding-bottom: 48px;
  }
  .blog-featured__card {
    grid-template-columns: 1fr;
  }
  .blog-featured__image, .blog-featured__image--placeholder {
    min-height: 240px;
  }
  .blog-featured__body {
    padding: 0;
  }
  .blog-archive__filters {
    grid-template-columns: 1fr;
  }
  .blog-archive__select-wrap {
    justify-self: stretch;
    width: 100%;
  }
  .blog-archive__search {
    width: 100%;
  }
  .blog-archive__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  body.home .hero-section--blog-archive, body.blog .hero-section--blog-archive {
    align-items: center;
    justify-content: flex-start;
  }
  body.home .hero-section--blog-archive .hero-content, body.blog .hero-section--blog-archive .hero-content {
    padding-inline: 1.25rem;
  }
  body.home .hero-section--blog-archive .hero-title--blog-archive, body.blog .hero-section--blog-archive .hero-title--blog-archive {
    font-size: 36px;
    line-height: 1.15;
    margin-bottom: 12px;
  }
  body.home .hero-section--blog-archive .hero-subtitle, body.blog .hero-section--blog-archive .hero-subtitle {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 24px;
  }
  body.home .hero-section--blog-archive .hero-buttons, body.blog .hero-section--blog-archive .hero-buttons {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 12px;
  }
  body.home .hero-section--blog-archive .hero-buttons .btn, body.blog .hero-section--blog-archive .hero-buttons .btn {
    width: 100%;
    justify-content: center;
    font-size: 16px;
    padding: 0.75rem 1.25rem;
  }
  .blog-archive-hero__badge {
    margin-bottom: 16px;
  }
  .blog-archive__grid {
    grid-template-columns: 1fr;
  }
  .blog-archive__grid .blog-card__title {
    font-size: 22px;
  }
}
body.single-post {
  background: #F5F5F5;
}
body.single-post .hero-section--blog {
  position: relative;
  min-height: 0;
  overflow: visible;
  background: #fff;
  display: block;
  padding-top: calc(var(--header-height) + clamp(1.25rem, 2.5svh, 2rem));
  padding-bottom: 0;
  isolation: isolate;
}
body.single-post .hero-section--blog::after {
  content: none;
}
body.single-post .hero-section--blog .hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 966px;
  margin-inline: auto;
  min-height: clamp(280px, 30vw, 380px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 3vw, 2rem) clamp(1rem, 3vw, 2rem) calc(120px + clamp(0.5rem, 2vw, 1rem));
}
body.single-post .hero-section--blog .hero-content::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100vw;
  height: 120px;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(180deg, rgba(245, 245, 245, 0.00) 0%, #F5F5F5 100%);
}
body.single-post .hero-section--blog .hero-shade {
  z-index: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: min(520px, 46vw);
  max-width: 520px;
}
body.single-post .hero-section--blog .hero-shade img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
body.single-post .hero-section--blog .hero-bg-image.hero-bg-image--blog {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(0%, 0%);
  width: clamp(520px, 64vw, 900px);
  height: clamp(520px, 64vw, 900px);
  max-width: none;
  max-height: none;
  margin: 0;
  z-index: 1;
  pointer-events: none;
  display: block;
}
body.single-post .hero-section--blog .hero-bg-image.hero-bg-image--blog img {
  animation: none !important;
  transform: none !important;
  opacity: 0.85;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  -webkit-mask-image: radial-gradient(closest-side, #000 72%, transparent 100%);
  mask-image: radial-gradient(closest-side, #000 72%, transparent 100%);
}
body.single-post .hero-title--blog {
  position: relative;
  z-index: 2;
  max-width: 966px;
  margin: 0;
  padding: 0;
  color: rgba(33, 33, 33, 0.97);
  text-align: center;
  font-family: Manrope, var(--font-body), system-ui, sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 76px;
}
.blog-single {
  padding: clamp(1.5rem, 3vw, 2.5rem) 0 clamp(4rem, 8vw, 6rem);
  background: linear-gradient(180deg, rgba(245, 245, 245, 0.00) 0%, #F5F5F5 3.36%, #F5F5F5 97.98%);
}
.blog-single__container {
  max-width: 1200px;
  padding-top: 0;
}
.blog-single__layout {
  display: grid;
  grid-template-columns: minmax(240px, 280px) minmax(0, 1fr);
  gap: clamp(2rem, 4vw, 3.5rem) clamp(2rem, 5vw, 4rem);
  align-items: start;
}
.blog-single__aside, .blog-single__article {
  min-width: 0;
}
.blog-single__sticky {
  position: sticky;
  top: calc(var(--header-height) + 24px);
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.blog-single__toc-card {
  padding: 24px 20px;
  border-radius: 12px;
  border: 1px solid rgba(33, 119, 200, 0.12);
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 26, 51, 0.06);
}
.blog-single__toc-label, .blog-single__share-label {
  margin: 0 0 16px;
  color: #000;
  font-family: Manrope, var(--font-body), system-ui, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.blog-single__toc-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.blog-single__toc-link {
  display: block;
  color: #000;
  font-family: Manrope, var(--font-body), system-ui, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  transition: color 0.2s ease;
  overflow-wrap: anywhere;
}
.blog-single__toc-link:hover, .blog-single__toc-link.is-active {
  color: #2277C8;
}
.blog-single__share-links {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.blog-single__share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: rgba(0, 0, 0, 0.55);
  cursor: pointer;
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease;
}
.blog-single__share-btn:hover {
  color: #2277C8;
  background: rgba(33, 119, 200, 0.08);
}
.blog-single__share-btn.is-copied {
  color: #2277C8;
}
.blog-prose {
  color: #000;
  font-family: Manrope, var(--font-body), system-ui, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.blog-prose > :first-child {
  margin-top: 0;
}
.blog-prose p, .blog-prose li {
  color: #000;
  font-family: Manrope, var(--font-body), system-ui, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 1rem;
}
.blog-prose h2 {
  color: #000;
  font-family: Manrope, var(--font-heading), system-ui, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 2.5rem 0 1rem;
  scroll-margin-top: calc(var(--header-height) + 24px);
}
.blog-prose h2:first-child {
  margin-top: 0;
}
.blog-prose h3 {
  color: #000;
  font-family: Manrope, var(--font-heading), system-ui, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 1.75rem 0 0.75rem;
}
.blog-prose ul, .blog-prose ol {
  margin: 0 0 1rem 1.25rem;
  padding: 0;
  list-style: revert;
}
.blog-prose a {
  color: #2277C8;
  text-decoration: underline;
}
.blog-prose img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 1.5rem 0;
}
@media (max-width: 1023px) {
  .blog-single__layout {
    grid-template-columns: 1fr;
  }
  .blog-single__sticky {
    position: static;
  }
}
@media (max-width: 767px) {
  body.single-post .hero-title--blog {
    font-size: 36px;
    line-height: 1.15;
  }
  body.single-post .hero-section--blog .hero-bg-image.hero-bg-image--blog {
    width: clamp(360px, 92vw, 560px);
    height: clamp(360px, 92vw, 560px);
    max-height: none;
  }
  body.single-post .hero-section--blog .hero-content {
    min-height: clamp(220px, 55vw, 320px);
  }
}
@media (min-width: 768px) {
  body.page-template-page-inner-service .hero-section {
    padding-top: 160px;
  }
}
body.page-template-page-inner-service .hero-bg-image img, body.page-template-page-inner-service .hero-section > img.hero-bg-image {
  animation: none;
}
.hero-section--inner-service .hero-title {
  margin-bottom: 40px;
  white-space: nowrap;
}
.hero-section--inner-service .hero-text {
  text-align: center;
  font-family: Manrope,system-ui,sans-serif;
  font-size: 24px;
  --tw-leading: var(--leading-normal, 1.5);
  line-height: var(--leading-normal, 1.5);
  --tw-font-weight: var(--font-weight-medium, 500);
  font-weight: var(--font-weight-medium, 500);
  color: #212121;
  margin-bottom: 100px;
}
.hero-section--inner-service .hero-partners {
  padding-top: 0;
}
.inner-service-stats {
  margin-top: calc(var(--spacing, 0.25rem) * 12);
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  justify-content: center;
  gap: 16px;
  margin-top: 130px;
}
.inner-service-stat {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background-color: var(--color-white, #fff);
  border: 2px solid rgba(35, 123, 202, 0.20);
  background: #FFF;
  min-height: 346px;
  height: auto;
}
.inner-service-stat__body {
  position: relative;
  z-index: 1;
  padding: calc(var(--spacing, 0.25rem) * 6);
  text-align: left;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.inner-service-stat--with-graph .inner-service-stat__body {
  padding-right: 0;
}
@media (min-width: 1024px) {
  .inner-service-stat--with-graph .inner-service-stat__body {
    max-width: 50%;
  }
}
.inner-service-stat__title {
  font-family: Manrope,system-ui,sans-serif;
  font-size: 26px;
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-bold, 700);
  font-weight: var(--font-weight-bold, 700);
  color: #212121;
}
.inner-service-stat__value {
  margin-top: calc(var(--spacing, 0.25rem) * 8);
  font-family: Manrope,system-ui,sans-serif;
  font-size: 59px;
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-bold, 700);
  font-weight: var(--font-weight-bold, 700);
  color: #2277C8;
}
.inner-service-stat--with-graph .inner-service-stat__value {
  margin-top: clamp(56px, 6vw, 100px);
}
.inner-service-stat:not(.inner-service-stat--with-graph) .inner-service-stat__value {
  margin-top: 0;
}
.inner-service-stat:not(.inner-service-stat--with-graph) .inner-service-stat__title {
  margin-bottom: auto;
}
.inner-service-stat__desc {
  margin-top: calc(var(--spacing, 0.25rem) * 3);
  max-width: 280px;
  font-family: Manrope,system-ui,sans-serif;
  font-size: 16px;
  --tw-leading: var(--leading-normal, 1.5);
  line-height: var(--leading-normal, 1.5);
  --tw-font-weight: var(--font-weight-medium, 500);
  font-weight: var(--font-weight-medium, 500);
  color: rgba(0, 0, 0, 0.60);
}
.inner-service-stat__source {
  margin-top: calc(var(--spacing, 0.25rem) * 2);
  font-family: Manrope,system-ui,sans-serif;
  font-size: 16px;
  --tw-leading: var(--leading-normal, 1.5);
  line-height: var(--leading-normal, 1.5);
  --tw-font-weight: var(--font-weight-semibold, 600);
  font-weight: var(--font-weight-semibold, 600);
  color: rgba(0, 0, 0, 0.40);
}
.inner-service-stat__image {
  pointer-events: none;
  position: absolute;
  right: calc(var(--spacing, 0.25rem) * 0);
  bottom: calc(var(--spacing, 0.25rem) * 0);
  height: auto;
  width: 70%;
  opacity: 80%;
  -webkit-user-select: none;
  user-select: none;
}
@media (min-width: 1024px) {
  .inner-service-stats {
    grid-template-columns: 633px 337px 337px;
    align-items: stretch;
  }
}
.inner-service-stat:nth-child(n+2) .inner-service-stat__image {
  display: none;
}
.inner-service-stat__graph {
  pointer-events: none;
  position: absolute;
  right: calc(var(--spacing, 0.25rem) * 0);
  bottom: calc(var(--spacing, 0.25rem) * 0);
  -webkit-user-select: none;
  user-select: none;
  z-index: 0;
  width: 50%;
  height: 100%;
  overflow: visible;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.inner-service-stat__svg {
  display: block;
  width: 100%;
  height: 75%;
  overflow: visible;
}
.inner-service-stat__svg [data-graph-path] {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}
.inner-service-stat__dot {
  pointer-events: none;
  position: absolute;
  left: var(--inner-graph-left, 0px);
  top: var(--inner-graph-top, 0px);
  width: 14px;
  height: 14px;
  border-radius: 9999px;
  background: #fff;
  border: 3px solid #2277C8;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.inner-service-stat__guide {
  pointer-events: none;
  position: absolute;
  left: var(--inner-graph-left, 0px);
  top: var(--inner-graph-top, 0px);
  bottom: 0;
  width: 0;
  border-left: 2px dashed rgba(34, 119, 200, 0.45);
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.35s ease 0.05s;
}
.inner-service-stat--graph-running .inner-service-stat__dot {
  opacity: 1;
}
.inner-service-stat--graph-animated .inner-service-stat__dot {
  opacity: 1;
}
.inner-service-stat--graph-animated .inner-service-stat__guide {
  opacity: 1;
}
.inner-service-panel {
  background: linear-gradient(285deg, #004E99 60.96%, #001A33 100%);
  padding-block: 120px;
  position: relative;
  overflow: hidden;
}
.inner-service-panel__card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  isolation: isolate;
  background: rgba(255, 255, 255, 0.20);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 60px;
  z-index: 2;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}
@media (min-width: 1280px) {
  .inner-service-panel__card {
    width: 1240px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.inner-service-panel__card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 2px;
  background: linear-gradient(135deg, rgba(255,255,255,0.20), rgba(153,153,153,0.50));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 2;
}
.inner-service-panel__bg {
  pointer-events: none;
  position: absolute;
  top: calc(var(--spacing, 0.25rem) * 0);
  right: calc(var(--spacing, 0.25rem) * 0);
  -webkit-user-select: none;
  user-select: none;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  z-index: 1;
  translate: none;
}
@media (min-width: 768px) {
  .inner-service-panel__bg {
    top: 50%;
    translate: 0 -50%;
  }
}
.inner-service-panel__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(var(--spacing, 0.25rem) * 5);
  max-width: 860px;
}
.inner-service-panel__title {
  font-family: Manrope,system-ui,sans-serif;
  font-size: 48px;
  --tw-leading: var(--leading-normal, 1.5);
  line-height: var(--leading-normal, 1.5);
  --tw-font-weight: var(--font-weight-bold, 700);
  font-weight: var(--font-weight-bold, 700);
  color: var(--color-white, #fff);
}
.inner-service-panel__text {
  max-width: 720px;
  font-family: Manrope,system-ui,sans-serif;
  font-size: 16px;
  --tw-leading: var(--leading-normal, 1.5);
  line-height: var(--leading-normal, 1.5);
  --tw-font-weight: var(--font-weight-normal, 400);
  font-weight: var(--font-weight-normal, 400);
  color: var(--color-white, #fff);
}
.inner-service-panel__grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: calc(var(--spacing, 0.25rem) * 4);
  @media (width >= 48rem) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.inner-service-panel__item {
  display: flex;
  align-items: flex-start;
  gap: calc(var(--spacing, 0.25rem) * 3);
  border-radius: 12px;
  padding: calc(var(--spacing, 0.25rem) * 4);
  border: 1px solid rgba(255, 255, 255, 0.20);
  background: transparent;
}
.inner-service-panel__icon {
  height: calc(var(--spacing, 0.25rem) * 10);
  width: calc(var(--spacing, 0.25rem) * 10);
  flex-shrink: 0;
  object-fit: contain;
}
.inner-service-panel__item-title {
  font-family: Manrope,system-ui,sans-serif;
  font-size: 18px;
  --tw-leading: var(--leading-normal, 1.5);
  line-height: var(--leading-normal, 1.5);
  --tw-font-weight: var(--font-weight-bold, 700);
  font-weight: var(--font-weight-bold, 700);
  color: var(--color-white, #fff);
}
.inner-service-panel__item-text {
  margin-top: calc(var(--spacing, 0.25rem) * 1);
  font-family: Manrope,system-ui,sans-serif;
  font-size: 16px;
  --tw-leading: var(--leading-normal, 1.5);
  line-height: var(--leading-normal, 1.5);
  --tw-font-weight: var(--font-weight-normal, 400);
  font-weight: var(--font-weight-normal, 400);
  color: var(--color-white, #fff);
}
.inner-service-panel__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: var(--color-white, #fff);
  padding-inline: calc(var(--spacing, 0.25rem) * 6);
  padding-block: calc(var(--spacing, 0.25rem) * 3);
  font-family: Manrope,system-ui,sans-serif;
  font-size: 20px;
  --tw-font-weight: var(--font-weight-semibold, 600);
  font-weight: var(--font-weight-semibold, 600);
  color: #2277C8;
}
@media (max-width: 1023px) {
  .inner-service-panel__card {
    padding: 28px;
  }
  .inner-service-panel__title {
    font-size: 30px;
  }
  .inner-service-panel__item-text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .inner-service-panel {
    padding-block: 2.5rem;
    overflow: hidden;
  }
  .inner-service-panel .container {
    padding-inline: 1.25rem;
  }
  .inner-service-panel__bg {
    display: block;
    top: -53.693px;
    right: -70px;
    left: auto;
    bottom: auto;
    translate: none;
    transform: none;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    width: min(260px, 62vw);
    height: auto;
    opacity: 0.95;
    z-index: 0;
  }
  .inner-service-panel__card {
    padding: 1.25rem;
    width: 100%;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.16);
  }
  .inner-service-panel__content {
    gap: 1rem;
    max-width: none;
    width: 100%;
  }
  .inner-service-panel__title {
    font-size: 24px;
    line-height: 1.25;
    padding-right: 2rem;
  }
  .inner-service-panel__text {
    font-size: 14px;
    line-height: 1.45;
    max-width: none;
  }
  .inner-service-panel__grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  .inner-service-panel__item {
    gap: 0.75rem;
    padding: 0.875rem;
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.08);
  }
  .inner-service-panel__item-body {
    min-width: 0;
  }
  .inner-service-panel__icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    padding: 4px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 8px;
    object-fit: contain;
  }
  .inner-service-panel__item-title {
    font-size: 16px;
    line-height: 1.3;
  }
  .inner-service-panel__item-text {
    font-size: 13px;
    line-height: 1.4;
    margin-top: 0.35rem;
  }
  .inner-service-panel__btn {
    width: 100%;
    margin-top: 0.25rem;
    padding: 0.875rem 1rem;
    font-size: 16px;
    text-align: center;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .inner-service-panel__bg {
    display: none;
  }
}
@media (min-width: 1600px) {
  .inner-service-panel .container {
    padding-left: 150px;
    padding-right: 150px;
    max-width: none;
  }
}
.approach-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding-top: clamp(64px, 8vw, 120px);
  padding-bottom: clamp(64px, 8vw, 120px);
  color: #FFFFFF;
}
body.page-ai-data-innovation .approach-section {
  background: #001A33;
}
body.page-template-page-engagement-model .approach-section, body.page-template-page-industry .approach-section {
  background: linear-gradient(286deg, #004E99 40.85%, #001A33 100%);
}
.approach-section__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  z-index: 0;
}
body.page-ai-data-innovation .approach-section__bg {
  display: none;
}
.approach-section .container {
  position: relative;
  z-index: 1;
}
.approach-section__head {
  max-width: 720px;
  margin-bottom: clamp(40px, 5vw, 72px);
}
.approach-section__title {
  color: #FFFFFF;
  font-family: var(--font-heading);
  font-size: clamp(28px, 3.4vw, 48px);
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 16px 0;
}
.approach-section__subtitle {
  color: rgba(255, 255, 255, 0.85);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}
.approach-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.approach-steps__row {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
}
.approach-steps__row + .approach-steps__row {
  margin-top: clamp(80px, 12vw, 160px);
}
.approach-steps__row > .approach-card {
  grid-column: 1 / 2;
}
.approach-steps__row--right > .approach-card {
  grid-column: 2 / 3;
}
.approach-card {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 56px 1fr;
  align-items: stretch;
  gap: 0;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  will-change: opacity, transform;
}
.approach-steps__row--right .approach-card {
  transform: translateY(28px) translateX(20px);
}
.approach-steps__row--left .approach-card {
  transform: translateY(28px) translateX(-20px);
}
.approach-steps__row.is-visible .approach-card {
  opacity: 1;
  transform: translateY(0) translateX(0);
}
.approach-card {
  padding: 24px;
  grid-template-columns: 64px 1fr;
  column-gap: 24px;
  align-items: start;
}
.approach-card__badge {
  position: relative;
  align-self: stretch;
  background: #FFFFFF;
  border: none;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 18px 0;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.10);
}
.approach-card__badge-text {
  color: #2277C8;
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  white-space: nowrap;
}
.approach-card__body {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.approach-card__icon {
  display: inline-block;
  margin-bottom: 4px;
}
.approach-card__icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  display: block;
}
.approach-card__title {
  color: #FFFFFF;
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.approach-card__list {
  list-style: disc;
  padding-left: 20px;
  margin: 8px 0 0 0;
  color: rgba(255, 255, 255, 0.80);
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}
.approach-card__list li + li {
  margin-top: 6px;
}
.approach-card__list li::marker {
  color: rgba(255, 255, 255, 0.6);
}
.approach-steps__connector {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: calc(-1 * clamp(80px, 12vw, 160px));
  height: auto;
  pointer-events: none;
  z-index: 1;
}
.approach-steps__connector svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}
.approach-steps__connector svg path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.55);
  stroke-width: 2;
  stroke-linecap: butt;
  stroke-dasharray: 9 9;
}
.approach-steps__connector[data-animated="true"] svg path {
  transition: stroke-dashoffset 1.1s ease;
}
.approach-section__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 0;
  position: absolute;
  top: 50%;
  bottom: auto;
  opacity: 0;
  transform: translateY(calc(-50% + 20px));
  transition: opacity 0.6s ease, transform 0.6s ease;
  z-index: 3;
}
.approach-section__cta.is-visible {
  opacity: 1;
  transform: translateY(-50%);
}
.approach-steps__row--last.approach-steps__row--right .approach-section__cta {
  left: 0;
  right: 50%;
}
.approach-steps__row--last.approach-steps__row--left .approach-section__cta {
  left: 50%;
  right: 0;
}
.approach-steps__row--last {
  min-height: 220px;
}
.approach-section__arrow {
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: right center;
  flex-shrink: 0;
  margin-right: 2px;
}
.approach-section__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px 12px 32px;
  border-radius: 999px;
  background: #FFFFFF;
  color: #2277C8;
  font-family: Manrope, system-ui, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid rgba(255, 255, 255, 0.65);
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
}
.approach-section__btn:hover {
  background: rgba(255, 255, 255, 0.92);
  color: #2277C8;
  border-color: #FFFFFF;
  transform: translateY(-1px);
}
@media (max-width: 1023px) {
  .approach-steps__row {
    grid-template-columns: 1fr;
  }
  .approach-steps__row > .approach-card, .approach-steps__row--right > .approach-card {
    grid-column: 1 / -1;
  }
  .approach-steps__row + .approach-steps__row {
    margin-top: 28px;
  }
  .approach-steps__connector {
    display: none;
  }
  .approach-steps__row--left .approach-card, .approach-steps__row--right .approach-card {
    transform: translateY(20px);
  }
  .approach-section__cta {
    position: static;
    justify-content: center;
    margin-top: 28px;
    transform: translateY(20px);
    padding-right: 0;
  }
  .approach-section__cta.is-visible {
    transform: translateY(0);
  }
  .approach-section__arrow {
    width: auto;
    max-width: min(48vw, 220px);
    height: auto;
  }
  .approach-card {
    padding: 18px;
    grid-template-columns: 52px 1fr;
    column-gap: 18px;
  }
  .approach-card__badge-text {
    font-size: 16px;
  }
  .approach-card__title {
    font-size: 20px;
  }
  .approach-card__list {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .approach-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .approach-section .container {
    padding-inline: 1.25rem;
  }
  .approach-section__head {
    margin-bottom: 1.75rem;
    max-width: none;
  }
  .approach-section__title {
    font-size: 28px;
    line-height: 1.2;
  }
  .approach-section__subtitle {
    font-size: 15px;
    line-height: 1.5;
  }
  .approach-steps {
    position: relative;
  }
  .approach-steps__row + .approach-steps__row {
    margin-top: 2.25rem;
  }
  .approach-steps__row:not(.approach-steps__row--last)::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    width: 2px;
    height: 0;
    background-image: repeating-linear-gradient( to bottom, rgba(255, 255, 255, 0.6) 0 6px, transparent 6px 14px );
    transition: height 0.7s ease 0.2s;
    pointer-events: none;
    z-index: 0;
  }
  .approach-steps__row.is-visible:not(.approach-steps__row--last)::after {
    height: 2.25rem;
  }
  .approach-steps__row--last {
    min-height: auto;
  }
  .approach-steps__row--left .approach-card, .approach-steps__row--right .approach-card {
    transform: translateY(16px);
  }
  .approach-steps__row.is-visible .approach-card {
    transform: translateY(0);
  }
  .approach-card {
    position: relative;
    z-index: 1;
    padding: 1rem;
    grid-template-columns: 44px 1fr;
    column-gap: 0.875rem;
    border-radius: 12px;
  }
  .approach-card__badge {
    padding: 12px 0;
  }
  .approach-card__badge-text {
    font-size: 14px;
  }
  .approach-card__icon img {
    max-height: 28px;
    width: auto;
  }
  .approach-card__title {
    font-size: 18px;
    line-height: 1.25;
  }
  .approach-card__list {
    font-size: 14px;
    line-height: 1.45;
    padding-left: 1.125rem;
    margin-top: 0.5rem;
  }
  .approach-card__list li + li {
    margin-top: 0.35rem;
  }
  .approach-section__cta {
    flex-direction: column;
    width: 100%;
    margin-top: 1.5rem;
    gap: 0;
  }
  .approach-section__arrow {
    display: none;
  }
  .approach-section__btn {
    width: 100%;
    min-height: 48px;
    font-size: 16px;
    padding: 0.875rem 1.25rem;
    border-radius: 12px;
    white-space: normal;
    text-align: center;
  }
}
.hero-setup-notice {
  margin-bottom: calc(var(--spacing, 0.25rem) * 8);
  border-radius: var(--radius);
  border-style: var(--tw-border-style);
  border-width: 1px;
  --tw-border-style: dashed;
  border-style: dashed;
  border-color: var(--color-primary);
  background-color: rgba(33,119,200,0.1);
  padding: calc(var(--spacing, 0.25rem) * 6);
  text-align: center;
  color: var(--color-heading);
}
.hero-setup-notice a {
  --tw-font-weight: var(--font-weight-bold, 700);
  font-weight: var(--font-weight-bold, 700);
  color: var(--color-primary);
  text-decoration-line: underline;
}
.services-sections {
  background: linear-gradient(180deg, rgba(245, 245, 245, 0.00) 0%, #F5F5F5 3.36%, #F5F5F5 97.98%);
}
body.page-template-page-services .services-sections.section {
  padding-top: clamp(2rem, 4vw, 3rem);
}
.services-sections__grid {
  display: grid;
  gap: calc(var(--spacing, 0.25rem) * 10);
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  .services-sections__grid {
    grid-template-columns: 400px 1fr;
    align-items: start;
  }
}
.services-sections__sidebar {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 400px;
  padding: 40px 20px 40px 0;
  border-radius: 0 12px 12px 0;
  background: #FFF;
  gap: 8px;
}
@media (max-width: 1023px) {
  .services-sections__sidebar {
    width: 100%;
    padding: 0;
  }
}
.services-sections__side-item {
  width: 100%;
  border-top-right-radius: var(--radius-xl, 0.75rem);
  border-bottom-right-radius: var(--radius-xl, 0.75rem);
  padding-inline: calc(var(--spacing, 0.25rem) * 5);
  padding-block: calc(var(--spacing, 0.25rem) * 3);
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1)));
  transition-duration: var(--tw-duration, var(--default-transition-duration, 150ms));
}
.services-sections__side-item.is-active {
  background-color: rgba(11,149,255,0.10);
  border-left: 5px solid #2277C8;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.services-sections__side-title {
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  color: rgba(0, 0, 0, 0.70);
}
.services-sections__side-item.is-active .services-sections__side-title {
  background-image: linear-gradient(91deg,#001A33 0.6%,#2177C8 59.39%);
  background-clip: text;
  color: transparent;
}
.services-sections__content {
  width: 100%;
}
.services-sections__panel {
  padding-bottom: calc(var(--spacing, 0.25rem) * 10);
}
.services-sections__panel + .services-sections__panel {
  padding-top: calc(var(--spacing, 0.25rem) * 10);
}
.services-sections__sidebar {
  position: sticky;
  top: calc(var(--header-height) + 2rem);
}
@media (max-width: 1023px) {
  .services-sections__sidebar {
    position: static;
  }
}
@media (max-width: 767px) {
  .services-sections__sidebar {
    display: none;
  }
}
.services-sections__hero-image img {
  height: 100px;
  width: 100px;
  object-fit: contain;
}
.services-sections__heading {
  font-family: var(--font-body);
  color: #2277C8;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: calc(var(--spacing, 0.25rem) * 4);
}
.services-sections__subheading {
  font-family: var(--font-body);
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: calc(var(--spacing, 0.25rem) * 2);
  max-width: 760px;
}
.services-sections__view-link {
  font-family: var(--font-body);
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: calc(var(--spacing, 0.25rem) * 3);
  display: inline-block;
  text-decoration-line: underline;
  text-underline-offset: 2px;
}
.services-sections__features {
  margin-top: calc(var(--spacing, 0.25rem) * 6);
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
  border-color: color-mix(in srgb, #000 10%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in oklab, var(--color-black, #000) 10%, transparent);
  }
}
.services-sections__feature {
  display: flex;
  align-items: flex-start;
  gap: calc(var(--spacing, 0.25rem) * 4);
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  border-color: color-mix(in srgb, #000 10%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in oklab, var(--color-black, #000) 10%, transparent);
  }
  padding-block: calc(var(--spacing, 0.25rem) * 5);
}
.services-sections__feature:last-child {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 0px;
}
.services-sections__feature-icon {
  flex-shrink: 0;
}
.services-sections__feature-icon img {
  height: calc(var(--spacing, 0.25rem) * 10);
  width: calc(var(--spacing, 0.25rem) * 10);
  flex-shrink: 0;
  object-fit: contain;
}
@media (max-width: 767px) {
  .services-sections__feature-icon img {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
  }
}
.services-sections__feature-heading {
  font-family: var(--font-body);
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.services-sections__feature-subheading {
  font-family: var(--font-body);
  color: rgba(0, 0, 0, 0.60);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: calc(var(--spacing, 0.25rem) * 1);
}
.services-marquee {
  background-color: var(--color-white, #fff);
  padding-top: 120px;
  padding-bottom: 120px;
}
.services-marquee__viewport {
  width: 100%;
  overflow-x: clip;
}
.services-marquee__track {
  display: flex;
  width: max-content;
  flex-wrap: nowrap;
  align-items: center;
  gap: 150px;
  will-change: transform;
  animation: services-marquee-scroll 38s linear infinite;
  backface-visibility: hidden;
}
.services-marquee__item {
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  min-width: 0;
  max-width: min(280px, 28vw);
}
.services-marquee__item img {
  display: block;
  height: calc(var(--spacing, 0.25rem) * 9);
  max-height: calc(var(--spacing, 0.25rem) * 9);
  width: 100%;
  object-fit: contain;
  opacity: 90%;
  max-width: 100%;
}
@keyframes services-marquee-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .services-marquee__track {
    animation: none;
    transform: none;
  }
}
.home-scroll-text {
  position: relative;
  overflow: hidden;
  background-color: #f8fbff;
}
.home-scroll-text .container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
}
.scroll-shade {
  pointer-events: none;
  position: absolute;
  top: calc(var(--spacing, 0.25rem) * 0);
  bottom: calc(var(--spacing, 0.25rem) * 0);
  z-index: 0;
  display: flex;
  width: 34%;
  max-width: 460px;
  align-items: center;
}
.scroll-shade--left {
  left: calc(var(--spacing, 0.25rem) * 0);
}
.scroll-shade--right {
  right: calc(var(--spacing, 0.25rem) * 0);
  justify-content: flex-end;
}
.scroll-shade img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.scroll-reveal-text {
  margin-inline: auto;
  max-width: 1080px;
  text-align: center;
  font-size: 40px;
  --tw-leading: 1.35;
  line-height: 1.35;
  --tw-font-weight: var(--font-weight-bold, 700);
  font-weight: var(--font-weight-bold, 700);
  --tw-tracking: -0.01em;
  letter-spacing: -0.01em;
  color: #9ea4ad;
}
.scroll-reveal-char {
  margin-right: -0.19em;
  color: #9ea4ad;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  transition: color 0.18s linear;
}
.scroll-reveal-word-group {
  display: inline-block;
  white-space: nowrap;
}
.scroll-reveal-char.is-active {
  color: #2277C8;
}
.scroll-reveal-space {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  white-space: pre;
}
.home-stats-strip {
  padding-block: calc(var(--spacing, 0.25rem) * 8);
  background: linear-gradient(93deg, #001A33 -6.98%, #2177C8 43.6%);
}
.home-stats-strip .container {
  max-width: 1360px;
}
.stats-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.stats-item {
  position: relative;
  padding-inline: calc(var(--spacing, 0.25rem) * 5);
  padding-block: calc(var(--spacing, 0.25rem) * 2);
  text-align: center;
  color: var(--color-white, #fff);
}
.stats-item--with-divider::after {
  content: "";
  position: absolute;
  top: 10%;
  right: calc(var(--spacing, 0.25rem) * 0);
  height: 80%;
  width: 1px;
  background-color: color-mix(in srgb, #fff 22%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, var(--color-white, #fff) 22%, transparent);
  }
}
.stats-item__value-wrap {
  margin-bottom: calc(var(--spacing, 0.25rem) * 1);
  display: inline-flex;
  align-items: baseline;
  gap: 0.12em;
}
.stats-item__value, .stats-item__suffix, .stats-item__prefix {
  font-size: 78px;
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-bold, 700);
  font-weight: var(--font-weight-bold, 700);
  color: var(--color-white, #fff);
}
.stats-item__label {
  margin: calc(var(--spacing, 0.25rem) * 0);
  padding-top: 10px;
  font-size: 20px;
  --tw-leading: 1.3;
  line-height: 1.3;
  --tw-font-weight: var(--font-weight-medium, 500);
  font-weight: var(--font-weight-medium, 500);
  color: color-mix(in srgb, #fff 92%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in oklab, var(--color-white, #fff) 92%, transparent);
  }
}
.home-faq {
  background-color: var(--color-white, #fff);
  padding-top: 170px;
  padding-bottom: calc(var(--spacing, 0.25rem) * 20);
}
.home-faq .container {
  max-width: 1360px;
}
.home-faq__header {
  margin-bottom: calc(var(--spacing, 0.25rem) * 8);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(var(--spacing, 0.25rem) * 6);
}
.home-faq__title {
  margin: calc(var(--spacing, 0.25rem) * 0);
  font-size: 48px;
  --tw-leading: 1.18;
  line-height: 1.18;
  color: #111111;
}
.home-faq__title .text-highlight {
  color: #2277C8;
}
.home-faq__cta {
  border-radius: var(--radius-xl, 0.75rem);
  padding-inline: 1.65rem;
  padding-block: 0.7rem;
  font-size: 20px;
  --tw-font-weight: var(--font-weight-medium, 500);
  font-weight: var(--font-weight-medium, 500);
  flex: 0 0 auto;
}
.home-faq__list {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing, 0.25rem) * 4);
}
.faq-item {
  overflow: hidden;
  border-radius: var(--radius-xl, 0.75rem);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #dcdcdc;
  background-color: var(--color-white, #fff);
}
.faq-item__question {
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  gap: calc(var(--spacing, 0.25rem) * 6);
  background-color: transparent;
  padding-top: calc(var(--spacing, 0.25rem) * 6);
  padding-right: calc(var(--spacing, 0.25rem) * 6);
  padding-bottom: calc(var(--spacing, 0.25rem) * 0);
  padding-left: calc(var(--spacing, 0.25rem) * 6);
  text-align: left;
  font-size: 24px;
  --tw-leading: 1.35;
  line-height: 1.35;
  --tw-font-weight: var(--font-weight-normal, 400);
  font-weight: var(--font-weight-normal, 400);
  color: #1b1b1b;
  border: none;
}
.faq-item__icon {
  margin-left: calc(var(--spacing, 0.25rem) * 4);
  font-size: 38px;
  --tw-leading: 1;
  line-height: 1;
  color: #151515;
  flex: 0 0 auto;
}
.faq-item__answer {
  max-height: calc(var(--spacing, 0.25rem) * 0);
  overflow: hidden;
  padding-inline: 1.45rem;
  padding-top: calc(var(--spacing, 0.25rem) * 0);
  padding-bottom: 1.4rem;
  opacity: 0%;
  transition: max-height 0.38s ease, opacity 0.26s ease;
  will-change: max-height, opacity;
}
.faq-item.is-open .faq-item__answer {
  opacity: 100%;
}
.faq-item__answer p {
  margin: calc(var(--spacing, 0.25rem) * 0);
  font-size: 17px;
  --tw-leading: 1.6;
  line-height: 1.6;
  color: #3d3d3d;
}
.page-hero {
  position: relative;
  background: linear-gradient(180deg, #f0f7ff 0%, var(--color-white) 100%);
  background-size: cover;
  background-position: center;
  padding: 4rem 0 3rem;
  text-align: center;
}
.page-hero .hero-content {
  position: relative;
  z-index: 1;
}
.page-hero .hero-title {
  font-size: var(--fs-4xl);
  color: var(--color-heading);
  margin-bottom: var(--spacing-sm);
}
.page-hero .hero-subtitle {
  font-size: var(--fs-lg);
  color: var(--color-text);
  margin-bottom: 0;
  max-width: 600px;
  margin-inline: auto;
}
.home-about__image img {
  border-radius: var(--radius-lg);
  --tw-shadow: var(--shadow-lg);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.reasons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--spacing-lg);
  margin-top: var(--spacing-lg);
}
.reason-card {
  text-align: center;
  padding: var(--spacing-lg);
  border-radius: var(--radius-lg);
  background: var(--color-bg-alt);
  transition: box-shadow var(--transition), transform var(--transition);
}
.reason-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
}
.reason-card__icon {
  margin-bottom: var(--spacing-sm);
}
.reason-card__icon img {
  margin-inline: auto;
  border-radius: var(--radius);
}
.reason-card__title {
  margin-bottom: var(--spacing-xs);
}
.home-services__header {
  margin-bottom: calc(var(--spacing, 0.25rem) * 12);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: calc(var(--spacing, 0.25rem) * 8);
}
.home-services {
  background-image: linear-gradient(180deg,rgba(245,245,245,0) 0%,#F5F5F5 15%,#F5F5F5 100%);
}
.home-services__intro {
  min-width: 280px;
  flex: 1;
}
.home-services__intro .section-title {
  margin-bottom: calc(var(--spacing, 0.25rem) * 4);
  font-size: 48px;
  --tw-font-weight: var(--font-weight-bold, 700);
  font-weight: var(--font-weight-bold, 700);
  --tw-tracking: -0.01em;
  letter-spacing: -0.01em;
  color: var(--color-heading);
}
.home-services__intro .section-title .text-highlight {
  background-image: linear-gradient(90deg,#001A33 0%,#2177C8 100%);
  background-clip: text;
  color: transparent;
}
.home-services__intro .section-subtext {
  max-width: 560px;
  font-size: var(--fs-lg);
  --tw-leading: 1.5;
  line-height: 1.5;
  color: var(--color-text);
}
.home-services__actions--header {
  flex-shrink: 0;
}
.home-services__actions--footer {
  display: none;
  margin-top: clamp(2rem, 5vw, 3rem);
}
.home-services__cta {
  display: inline-flex;
  flex-shrink: 0;
  align-self: center;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: calc(var(--spacing, 0.25rem) * 8);
}
.service-card {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  border-radius: 1.25rem;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-border);
  background-color: var(--color-white, #fff);
  padding: calc(var(--spacing, 0.25rem) * 8);
  transition: box-shadow var(--transition), transform var(--transition);
}
.service-card:hover {
  --tw-translate-y: calc(var(--spacing, 0.25rem) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  border-color: transparent;
  background-image: linear-gradient(135deg,#001A33 0%,#2177C8 100%);
  --tw-shadow: 0 12px 32px var(--tw-shadow-color, rgba(0,26,51,0.12));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.service-card__decor {
  pointer-events: none;
  position: absolute;
  top: calc(var(--spacing, 0.25rem) * 0);
  right: calc(var(--spacing, 0.25rem) * 0);
  z-index: 0;
  height: 140px;
  width: 140px;
}
.service-card__decor img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: right top;
}
.service-card__body {
  position: relative;
  z-index: 1;
}
.service-card__title {
  margin-bottom: calc(var(--spacing, 0.25rem) * 5);
  max-width: 65%;
  font-size: 28px;
  --tw-leading: 1.2;
  line-height: 1.2;
  --tw-font-weight: var(--font-weight-bold, 700);
  font-weight: var(--font-weight-bold, 700);
}
.service-card__title a {
  color: var(--color-heading);
  text-decoration-line: none;
}
.service-card__title a:hover {
  color: var(--color-primary);
}
.service-card:hover .service-card__title a {
  color: var(--color-white, #fff);
}
.service-card:hover .service-card__title a:hover {
  opacity: 85%;
}
.service-card__tags {
  margin: calc(var(--spacing, 0.25rem) * 0);
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  gap: calc(var(--spacing, 0.25rem) * 2);
  padding: calc(var(--spacing, 0.25rem) * 0);
}
.service-card__tag {
  display: inline-block;
  border-radius: 2rem;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #d6e4f2;
  background-color: var(--color-white, #fff);
  padding-inline: calc(var(--spacing, 0.25rem) * 4);
  padding-block: calc(var(--spacing, 0.25rem) * 2);
  font-size: 14px;
  --tw-leading: 1.2;
  line-height: 1.2;
  --tw-font-weight: var(--font-weight-medium, 500);
  font-weight: var(--font-weight-medium, 500);
  white-space: nowrap;
  color: var(--color-heading);
  font-family: var(--font-body);
}
.service-card:hover .service-card__tag {
  border-color: color-mix(in srgb, #fff 25%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in oklab, var(--color-white, #fff) 25%, transparent);
  }
  background-color: color-mix(in srgb, #fff 10%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, var(--color-white, #fff) 10%, transparent);
  }
  color: var(--color-white, #fff);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.service-card--featured {
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-border);
  background-color: var(--color-white, #fff);
  color: inherit;
}
@media (max-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
  .service-card {
    min-height: auto;
  }
  .service-card__title {
    font-size: 24px;
    max-width: 75%;
  }
  .home-services__intro .section-title {
    font-size: 36px;
  }
  .home-services__header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2rem;
  }
  .home-services__actions--header {
    display: none;
  }
  .home-services__actions--footer {
    display: block;
    margin-top: 1.75rem;
  }
  .home-services__actions--footer .home-services__cta {
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    padding: 0.85rem 1.25rem;
  }
}
.single-service__icon {
  margin-bottom: var(--spacing-lg);
}
.single-service__icon img {
  max-width: 120px;
}
.single-service__back {
  margin-top: var(--spacing-xl);
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: var(--spacing-lg);
}
.team-card {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: box-shadow var(--transition), transform var(--transition);
}
.team-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
}
.team-card__photo img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.team-card__placeholder {
  width: 100%;
  aspect-ratio: 1;
  background: var(--color-bg-alt);
}
.team-card__info {
  padding: var(--spacing-md);
}
.team-card__name {
  font-size: var(--fs-xl);
  margin-bottom: 0.25rem;
}
.team-card__role {
  color: var(--color-primary);
  font-weight: 600;
  font-size: var(--fs-sm);
  margin-bottom: var(--spacing-xs);
}
.team-card__bio {
  color: var(--color-text-light);
  font-size: var(--fs-sm);
  margin-bottom: var(--spacing-sm);
}
.team-card__links {
  display: flex;
  gap: var(--spacing-sm);
}
.team-card__links a {
  font-size: var(--fs-sm);
  font-weight: 600;
}
.mv-block {
  padding: var(--spacing-lg);
  background: var(--color-bg-alt);
  border-radius: var(--radius-lg);
}
.about-story__image img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}
.about-who {
  background-color: var(--color-white, #fff);
  padding-top: 0;
}
.about-who .container {
  max-width: 1433px;
  margin-left: auto;
  margin-right: 0;
  padding-right: 0;
}
.about-who__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: calc(var(--spacing, 0.25rem) * 12);
}
@media (min-width: 1024px) {
  .about-who__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: clamp(28px, 3vw, 48px);
  }
}
.about-who__content {
  max-width: 680px;
  position: relative;
  z-index: 2;
}
.about-who__heading {
  margin-bottom: calc(var(--spacing, 0.25rem) * 5);
  font-family: Manrope,system-ui,sans-serif;
  font-size: 48px;
  --tw-leading: var(--leading-normal, 1.5);
  line-height: var(--leading-normal, 1.5);
  --tw-font-weight: var(--font-weight-bold, 700);
  font-weight: var(--font-weight-bold, 700);
  color: #212121;
}
.about-who__heading .text-highlight {
  color: #2277C8;
}
.about-who__subheading {
  margin-bottom: calc(var(--spacing, 0.25rem) * 10);
  font-family: Manrope,system-ui,sans-serif;
  font-size: 24px;
  --tw-leading: var(--leading-normal, 1.5);
  line-height: var(--leading-normal, 1.5);
  --tw-font-weight: var(--font-weight-normal, 400);
  font-weight: var(--font-weight-normal, 400);
  color: #212121;
}
.about-who__small-text {
  margin-bottom: calc(var(--spacing, 0.25rem) * 4);
  font-family: Manrope,system-ui,sans-serif;
  font-size: 20px;
  --tw-leading: var(--leading-normal, 1.5);
  line-height: var(--leading-normal, 1.5);
  --tw-font-weight: var(--font-weight-semibold, 600);
  font-weight: var(--font-weight-semibold, 600);
  color: rgba(33, 33, 33, 0.60);
}
.about-who__partners {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: calc(var(--spacing, 0.25rem) * 10);
  row-gap: calc(var(--spacing, 0.25rem) * 4);
  max-width: 520px;
}
.about-who__partner img {
  height: 32px;
  width: auto;
  display: block;
  object-fit: contain;
}
.about-who__visual {
  position: relative;
  justify-self: flex-end;
  width: 100%;
  max-width: 100%;
  margin-right: calc(-1 * var(--spacing-md));
  z-index: 1;
  --about-hand-progress: 0;
  transform: translate3d(calc((1 - var(--about-hand-progress)) * 180px), 0, 0);
  opacity: calc(0.25 + var(--about-hand-progress) * 0.75);
  will-change: transform, opacity;
}
@media (min-width: 1024px) {
  .about-who__visual {
    margin-bottom: calc(-1 * var(--spacing-section));
  }
}
.about-who__hand {
  display: block;
  height: auto;
  width: 100%;
  object-fit: contain;
  max-width: 100%;
}
.about-who__badge {
  position: absolute;
  top: 22%;
  left: 10%;
  z-index: 2;
  height: auto;
  width: 120px;
  object-fit: contain;
  @media (width >= 48rem) {
    width: 160px;
  }
}
.about-mv {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding-top: clamp(80px, 10vw, 160px);
  padding-bottom: clamp(40px, 5vw, 80px);
  background-color: #0d1b2a;
  background-image: linear-gradient(180deg, rgba(13, 27, 42, 0.2) 0%, rgba(13, 27, 42, 0.28) 55%, rgba(13, 27, 42, 0.58) 100%), var(--about-mv-bg-image);
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-position: center, center;
  background-attachment: scroll, fixed;
}
.about-mv__inner {
  position: relative;
  z-index: 1;
  margin-inline: auto;
  width: 100%;
  max-width: var(--container-max);
  padding-inline: var(--spacing-md);
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: clamp(40px, 6vw, 96px);
}
.about-mv__cards {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  max-width: 940px;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .about-mv__cards {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
  }
  .about-mv__cards .mv-card--mission {
    margin-top: 0;
    margin-bottom: clamp(36px, 4.5vw, 68px);
    width: min(100%, 465px);
  }
  .about-mv__cards .mv-card--vision {
    margin-top: clamp(36px, 4.5vw, 68px);
    margin-bottom: 0;
    width: min(100%, 465px);
  }
}
.mv-card {
  position: relative;
  border-radius: 12px;
  padding: 60px;
  backface-visibility: hidden;
  transform: translateZ(0);
  overflow: hidden;
}
.mv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45), inset 0 0 0 1px rgba(255, 255, 255, 0.18);
  pointer-events: none;
}
@media (max-width: 767px) {
  .mv-card {
    padding: clamp(28px, 7vw, 44px);
  }
}
.mv-card--glass {
  background: rgba(255, 255, 255, 0.40);
  backdrop-filter: blur(24px) saturate(160%);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
  box-shadow: inset 0 14px 30px rgba(255, 255, 255, 0.2), 0 24px 60px rgba(0, 0, 0, 0.18);
}
.mv-card--blue {
  background: rgba(34, 119, 200, 0.50);
  backdrop-filter: blur(24px) saturate(160%);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
  box-shadow: inset 0 14px 30px rgba(255, 255, 255, 0.14), 0 24px 60px rgba(0, 0, 0, 0.22);
}
.mv-card__heading {
  color: #FFF;
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 clamp(16px, 1.6vw, 24px);
}
.mv-card__text {
  color: #FFF;
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
@media (max-width: 767px) {
  .mv-card__heading {
    font-size: clamp(28px, 6vw, 38px);
  }
  .mv-card__text {
    font-size: clamp(16px, 4vw, 20px);
  }
}
.about-mv__marquee {
  position: relative;
  width: 100%;
  margin-top: clamp(20px, 3vw, 56px);
}
.about-mv__marquee-viewport {
  width: 100%;
  overflow-x: clip;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}
.about-mv__marquee-track {
  display: flex;
  width: max-content;
  flex-wrap: nowrap;
  align-items: center;
  gap: clamp(60px, 8vw, 150px);
  will-change: transform;
  animation: about-mv-marquee 38s linear infinite;
  backface-visibility: hidden;
}
.about-mv__marquee-item {
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  min-width: 0;
  max-width: min(280px, 28vw);
}
.about-mv__marquee-item img {
  display: block;
  height: calc(var(--spacing, 0.25rem) * 9);
  max-height: calc(var(--spacing, 0.25rem) * 9);
  width: 100%;
  object-fit: contain;
  max-width: 100%;
  filter: brightness(0) invert(1);
  opacity: 0.95;
}
@keyframes about-mv-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .about-mv__marquee-track {
    animation: none;
    transform: none;
  }
  .about-mv {
    background-attachment: scroll, scroll;
  }
}
@media (max-width: 1023px) {
  .about-mv {
    background-attachment: scroll, scroll;
  }
}
@media (max-width: 1023px) {
  .about-who__visual {
    width: 100%;
    margin-right: 0;
    transform: none;
    opacity: 1;
  }
}
.about-expertise {
  background-color: var(--color-white, #fff);
}
.about-expertise .container {
  max-width: 1360px;
}
.about-expertise__header {
  margin-bottom: calc(var(--spacing, 0.25rem) * 12);
  max-width: 900px;
}
.about-expertise__heading {
  color: #212121;
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.about-expertise__heading .text-highlight {
  color: #2277C8;
  display: block;
}
.about-expertise__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 50px;
}
.about-expertise-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #E8F1F9;
  padding: 24px;
  min-height: 176px;
}
.about-expertise-card__decor {
  pointer-events: none;
  position: absolute;
  top: calc(var(--spacing, 0.25rem) * 0);
  right: calc(var(--spacing, 0.25rem) * 0);
  width: clamp(84px, 9vw, 120px);
  height: clamp(84px, 9vw, 120px);
  z-index: 0;
}
.about-expertise-card__decor img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: right top;
}
.about-expertise-card__body {
  position: relative;
  z-index: 1;
}
.about-expertise-card__title {
  color: #000;
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 12px;
  max-width: calc(100% - clamp(40px, 5vw, 76px));
}
.about-expertise-card__text {
  color: #000;
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  max-width: calc(100% - clamp(64px, 7vw, 104px));
}
@media (max-width: 1199px) {
  .about-expertise__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .about-expertise__header {
    margin-bottom: 32px;
  }
  .about-expertise__heading {
    font-size: 36px;
  }
  .about-expertise__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .about-expertise-card {
    min-height: auto;
  }
  .about-expertise-card__title {
    font-size: 24px;
  }
}
.about-culture {
  background-color: var(--color-white, #fff);
}
.about-culture .container {
  max-width: 1360px;
}
.about-culture__header {
  margin-bottom: calc(var(--spacing, 0.25rem) * 12);
  max-width: 820px;
}
.about-culture__heading {
  margin: calc(var(--spacing, 0.25rem) * 0);
  color: #212121;
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.about-culture__heading .text-highlight {
  color: #2277C8;
}
.about-culture__subtext {
  margin-top: calc(var(--spacing, 0.25rem) * 4);
  margin-bottom: calc(var(--spacing, 0.25rem) * 0);
  color: #000;
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.45;
  max-width: 680px;
}
.about-culture__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: clamp(24px, 2.2vw, 36px);
  row-gap: clamp(34px, 3.2vw, 52px);
}
.about-culture-item {
  position: relative;
}
.about-culture-item:not(:nth-child(4n + 1)) {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  padding-left: clamp(22px, 2vw, 30px);
}
.about-culture-item__icon {
  margin-bottom: calc(var(--spacing, 0.25rem) * 5);
  width: 36px;
  height: 36px;
}
.about-culture-item__icon img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.about-culture-item__title {
  color: #000;
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 10px;
}
.about-culture-item__text {
  color: #000;
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
@media (max-width: 1199px) {
  .about-culture__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .about-culture-item:not(:nth-child(4n + 1)) {
    border-left: none;
    padding-left: 0;
  }
  .about-culture-item:nth-child(even) {
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    padding-left: clamp(22px, 2vw, 30px);
  }
}
@media (max-width: 767px) {
  .about-culture .container {
    padding-inline: 1.25rem;
  }
  .about-culture__header {
    margin-bottom: 2rem;
    max-width: none;
    text-align: center;
    margin-inline: auto;
  }
  .about-culture__heading {
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
  }
  .about-culture__subtext {
    text-align: center;
    max-width: none;
    margin-inline: auto;
    font-size: 16px;
    line-height: 1.5;
  }
  .about-culture__grid {
    grid-template-columns: 1fr;
    row-gap: 0;
    column-gap: 0;
  }
  .about-culture-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-block: 1.5rem;
    border-left: none !important;
    padding-left: 0 !important;
  }
  .about-culture-item:not(:nth-child(4n + 1)), .about-culture-item:nth-child(even) {
    border-left: none !important;
    padding-left: 0 !important;
  }
  .about-culture-item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .about-culture-item__icon {
    margin-bottom: 1rem;
    width: 32px;
    height: 32px;
  }
  .about-culture-item__title {
    font-size: 20px;
    margin-bottom: 0.5rem;
  }
  .about-culture-item__text {
    font-size: 15px;
    line-height: 1.45;
    max-width: 320px;
  }
}
.contact-info h2, .contact-form-wrap h2 {
  margin-bottom: var(--spacing-lg);
}
.contact-info__item {
  margin-bottom: var(--spacing-md);
}
.contact-info__item strong {
  display: block;
  color: var(--color-heading);
  margin-bottom: 0.25rem;
}
.contact-info__map {
  margin-top: var(--spacing-lg);
}
.contact-info__map iframe {
  width: 100%;
  height: 300px;
  border: none;
  border-radius: var(--radius);
}
.contact-form .form-group {
  margin-bottom: var(--spacing-md);
}
.contact-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: var(--color-heading);
}
.contact-form input, .contact-form textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-size: var(--fs-base);
  transition: border-color var(--transition), box-shadow var(--transition);
}
.contact-form input:focus, .contact-form textarea:focus {
  outline: none;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(33, 119, 200, 0.15);
}
.alert {
  padding: var(--spacing-sm) var(--spacing-md);
  border-radius: var(--radius);
  margin-bottom: var(--spacing-lg);
}
.alert-success {
  background: #f0fdf4;
  color: var(--color-success);
  border: 1px solid #bbf7d0;
}
.alert-error {
  background: #fef2f2;
  color: var(--color-error);
  border: 1px solid #fecaca;
}
#book-call {
  background: linear-gradient(286deg, #004E99 40.85%, #001A33 100%);
  scroll-margin-top: calc(var(--header-height) + 24px);
}
#book-call .tw-grid {
  display: grid;
  grid-template-columns: 1fr;
}
#book-call .tw-gap-4 {
  gap: 1rem;
}
#book-call .tw-flex {
  display: flex;
}
#book-call .tw-pt-1 {
  padding-top: 0.25rem;
}
#book-call .tw-justify-center {
  justify-content: flex-start;
}
@media (min-width: 768px) {
  #book-call .tw-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
#book-call .wpcf7 form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#book-call .wpcf7 p {
  margin: 0;
}
#book-call .wpcf7 label {
  display: none;
}
#book-call .wpcf7 input[type="text"], #book-call .wpcf7 input[type="email"], #book-call .wpcf7 input[type="tel"], #book-call .wpcf7 select, #book-call .wpcf7 textarea {
  width: 100%;
  padding: 16px 24px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0);
  color: #ffffff;
  outline: none;
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: border-color var(--transition);
}
#book-call .wpcf7 input[type="text"], #book-call .wpcf7 input[type="email"], #book-call .wpcf7 input[type="tel"], #book-call .wpcf7 select {
  height: 59px;
}
#book-call .wpcf7 select {
  appearance: none;
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(45deg, transparent 50%, rgba(255, 255, 255, 0.85) 50%), linear-gradient(135deg, rgba(255, 255, 255, 0.85) 50%, transparent 50%);
  background-position: calc(100% - 22px) 27px, calc(100% - 17px) 27px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat, no-repeat;
  padding-right: 2.75rem;
}
#book-call .wpcf7 textarea {
  min-height: 144px;
  border-radius: 12px;
  resize: vertical;
}
#book-call .wpcf7 input::placeholder, #book-call .wpcf7 textarea::placeholder {
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 400;
}
#book-call .wpcf7 input:focus, #book-call .wpcf7 textarea:focus {
  background: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.35);
  box-shadow: none;
}
#book-call .wpcf7 select:focus {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(45deg, transparent 50%, rgba(255, 255, 255, 0.95) 50%), linear-gradient(135deg, rgba(255, 255, 255, 0.95) 50%, transparent 50%);
  background-position: calc(100% - 22px) 27px, calc(100% - 17px) 27px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat, no-repeat;
  border-color: rgba(255, 255, 255, 0.35);
  box-shadow: none;
}
#book-call .wpcf7 input[type="submit"] {
  width: fit-content;
  min-width: 130px;
  border: 0;
  border-radius: 10px;
  padding: 12px 28px;
  background: #fff;
  color: #001a33;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  transition: transform var(--transition), opacity var(--transition), box-shadow var(--transition);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
}
#book-call .wpcf7 input[type="submit"]:hover {
  opacity: 0.95;
  transform: translateY(-1px);
}
#book-call .wpcf7 .wpcf7-response-output {
  margin: 0;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.92);
}
#book-call .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
}
.engagement-section {
  position: relative;
  background-color: #003472;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: calc(var(--spacing, 0.25rem) * 20);
  padding-bottom: 5.5rem;
  color: var(--color-white, #fff);
}
.engagement-header {
  margin-bottom: calc(var(--spacing, 0.25rem) * 9);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: calc(var(--spacing, 0.25rem) * 8);
}
.engagement-header__intro {
  max-width: 760px;
}
.engagement-section__actions--header {
  flex-shrink: 0;
}
.engagement-section__actions--footer {
  display: none;
  margin-top: clamp(2rem, 5vw, 3rem);
}
.engagement-heading {
  margin-bottom: 0.65rem;
  font-size: 48px;
  --tw-leading: 1.15;
  line-height: 1.15;
  color: var(--color-white, #fff);
}
.engagement-section:not(.engagement-section--light) .engagement-heading .text-highlight {
  color: var(--color-white, #fff);
}
.engagement-text {
  font-size: 20px;
  --tw-leading: 1.5;
  line-height: 1.5;
  color: color-mix(in srgb, #fff 90%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in oklab, var(--color-white, #fff) 90%, transparent);
  }
}
.engagement-header__btn {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-xl, 0.75rem);
  border-style: var(--tw-border-style);
  border-width: 0px;
  background-color: var(--color-white, #fff);
  padding-inline: calc(var(--spacing, 0.25rem) * 5);
  padding-block: calc(var(--spacing, 0.25rem) * 3);
  font-size: 16px;
  --tw-font-weight: var(--font-weight-semibold, 600);
  font-weight: var(--font-weight-semibold, 600);
  white-space: nowrap;
  color: #1c3554;
}
.engagement-header__btn:hover {
  color: #1c3554;
  opacity: 90%;
}
.engagement-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: calc(var(--spacing, 0.25rem) * 6);
}
.engagement-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 14px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #dbe7f5;
  background-color: var(--color-white, #fff);
}
.engagement-card__head {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  border-color: #d8e3f0;
  background-color: #E8F1F9;
  --tw-shadow: inset 0 0 7px var(--tw-shadow-color, rgba(117,117,117,0.47));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.engagement-card__title {
  margin: calc(var(--spacing, 0.25rem) * 0);
  padding-inline: 1.1rem;
  padding-top: 1.1rem;
  padding-bottom: 0.55rem;
  font-size: 32px;
  --tw-leading: 1.2;
  line-height: 1.2;
  color: #1f4f82;
}
.engagement-card__desc {
  margin: calc(var(--spacing, 0.25rem) * 0);
  padding-inline: 1.1rem;
  padding-top: calc(var(--spacing, 0.25rem) * 3);
  padding-bottom: 0.95rem;
  font-size: 16px;
  --tw-leading: 1.5;
  line-height: 1.5;
  color: #181818;
}
.engagement-card__details {
  padding-inline: 1.1rem;
  padding-top: 0.9rem;
  padding-bottom: 0.4rem;
}
.engagement-point {
  margin-bottom: calc(var(--spacing, 0.25rem) * 4);
  display: flex;
  align-items: flex-start;
  gap: calc(var(--spacing, 0.25rem) * 3);
}
.engagement-point__icon {
  display: flex;
  height: calc(var(--spacing, 0.25rem) * 10);
  width: calc(var(--spacing, 0.25rem) * 10);
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  color: #17538F;
}
.engagement-point__icon-svg {
  display: block;
  height: calc(var(--spacing, 0.25rem) * 6);
  width: calc(var(--spacing, 0.25rem) * 6);
}
.engagement-point__body {
  min-width: calc(var(--spacing, 0.25rem) * 0);
  flex: 1;
}
.engagement-point__label {
  margin-bottom: calc(var(--spacing, 0.25rem) * 1);
  font-size: 20px;
  --tw-leading: 1.25;
  line-height: 1.25;
  --tw-font-weight: var(--font-weight-bold, 700);
  font-weight: var(--font-weight-bold, 700);
  color: #1f4f82;
}
.engagement-point__value {
  font-size: 16px;
  --tw-leading: 1.45;
  line-height: 1.45;
  --tw-font-weight: var(--font-weight-semibold, 600);
  font-weight: var(--font-weight-semibold, 600);
  color: #212121;
}
.engagement-benefits {
  margin-inline: 1.1rem;
  margin-top: 0.4rem;
  margin-bottom: calc(var(--spacing, 0.25rem) * 4);
  border-radius: 10px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #d8e3f0;
  background-color: #f7fbff;
  padding-inline: 0.85rem;
  padding-block: calc(var(--spacing, 0.25rem) * 3);
}
.engagement-benefits__title {
  margin-bottom: calc(var(--spacing, 0.25rem) * 2);
  font-size: 22px;
  --tw-leading: 1.25;
  line-height: 1.25;
  color: #1f4f82;
}
.engagement-benefits__list {
  margin-left: 1.1rem;
  list-style: disc;
}
.engagement-benefits__list li {
  font-size: 16px;
  --tw-leading: 1.45;
  line-height: 1.45;
  color: var(--color-black, #000);
}
.engagement-card__cta {
  margin-inline: 1.1rem;
  margin-top: auto;
  margin-bottom: 1.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 1.1rem;
  padding-block: calc(var(--spacing, 0.25rem) * 3);
  font-size: 16px;
  --tw-leading: 1.15;
  line-height: 1.15;
  --tw-font-weight: var(--font-weight-semibold, 600);
  font-weight: var(--font-weight-semibold, 600);
  color: var(--color-white, #fff);
  border-radius: 12px;
  border: 0.867px solid #2277C8;
  background: var(--gradient);
}
.engagement-card__cta:hover {
  color: var(--color-white, #fff);
  opacity: 90%;
  color: #fff;
}
.engagement-section--light {
  background-color: var(--color-white, #fff);
  color: #212121;
}
.engagement-section--light .engagement-heading {
  --tw-font-weight: var(--font-weight-bold, 700);
  font-weight: var(--font-weight-bold, 700);
  color: #212121;
}
.engagement-section--light .engagement-heading .text-highlight {
  color: #2177C8;
}
.engagement-section--light .engagement-text {
  color: #212121;
}
.engagement-section--light .engagement-header__btn--gradient {
  border-radius: 12px;
  border: 0.867px solid #2277C8;
  background: var(--gradient);
  color: #fff;
}
.engagement-section--light .engagement-header__btn--gradient:hover {
  color: #fff;
  opacity: 0.9;
}
@media (max-width: 640px) {
  .engagement-header {
    flex-direction: column;
    margin-bottom: 2rem;
  }
  .engagement-section__actions--header {
    display: none;
  }
  .engagement-section__actions--footer {
    display: block;
    margin-top: 1.75rem;
  }
  .engagement-section__actions--footer .engagement-header__btn {
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
    white-space: normal;
    font-size: 16px;
    padding: 0.85rem 1.25rem;
  }
  .engagement-section--light .engagement-section__actions--footer .engagement-header__btn--gradient {
    width: 100%;
  }
}
.engagement-section--light .engagement-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 12px;
  font-family: Manrope,system-ui,sans-serif;
  border: 1px solid rgba(0, 0, 0, 0.20);
  background: #E8F1F9;
}
.engagement-section--light .engagement-card__head {
  border-style: var(--tw-border-style);
  border-width: 0px;
  background-color: transparent;
  padding-inline: 1.1rem;
  padding-top: 1.1rem;
  padding-bottom: 0.95rem;
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.engagement-section--light .engagement-card__title {
  margin: 0;
  padding: 0;
  color: #17538F;
  font-family: Manrope, system-ui, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
}
.engagement-section--light .engagement-card__desc {
  margin: 0.75rem 0 0;
  padding: 0 0 0.95rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  color: #181818;
  font-family: Manrope, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.engagement-section--light .engagement-card__head:not(:has(.engagement-card__desc)) {
  padding-bottom: 0.95rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.engagement-section--light .engagement-point__label {
  margin: 0 0 0.25rem;
  color: #17538F;
  font-family: Manrope, system-ui, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
.engagement-section--light .engagement-point__value {
  margin: 0;
  color: #212121;
  font-family: Manrope, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}
.home-projects {
  background-color: #f8f8f8;
}
.home-projects .container {
  max-width: 1360px;
}
.home-projects__header {
  margin-bottom: calc(var(--spacing, 0.25rem) * 8);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: calc(var(--spacing, 0.25rem) * 8);
}
.home-projects__intro {
  max-width: 760px;
}
.home-projects__intro .section-title {
  margin-bottom: calc(var(--spacing, 0.25rem) * 2);
  font-size: 48px;
  --tw-leading: 1.15;
  line-height: 1.15;
  color: #212121;
}
.home-projects__intro .text-highlight {
  color: #2277C8;
}
.home-projects__intro .section-subtext {
  max-width: 700px;
  font-size: 20px;
  --tw-leading: 1.45;
  line-height: 1.45;
  color: #3b3b3b;
}
.home-projects__actions {
  margin-top: 0.35rem;
  display: flex;
  align-items: center;
  gap: calc(var(--spacing, 0.25rem) * 3);
}
.home-projects__footer--mobile {
  display: none;
}
.home-projects__cta {
  border-radius: var(--radius-xl, 0.75rem);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #1f1f1f;
  background-color: var(--color-white, #fff);
  padding-inline: calc(var(--spacing, 0.25rem) * 4);
  padding-block: calc(var(--spacing, 0.25rem) * 3);
  font-size: 16px;
  --tw-leading: 1.2;
  line-height: 1.2;
  --tw-font-weight: var(--font-weight-semibold, 600);
  font-weight: var(--font-weight-semibold, 600);
  color: #111111;
}
.home-projects__cta:hover {
  border-color: #111111;
  color: #111111;
}
.home-projects__arrows {
  display: inline-flex;
  gap: calc(var(--spacing, 0.25rem) * 2);
}
.home-projects__arrow {
  display: inline-flex;
  height: calc(var(--spacing, 0.25rem) * 10);
  width: calc(var(--spacing, 0.25rem) * 10);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.6rem;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #cfcfcf;
  background-color: var(--color-white, #fff);
  font-size: 20px;
  --tw-leading: 1;
  line-height: 1;
  color: #3d3d3d;
}
.home-projects__arrow.is-disabled {
  cursor: not-allowed;
  opacity: 40%;
}
.projects-viewport {
  overflow: hidden;
}
.projects-grid {
  display: flex;
  gap: calc(var(--spacing, 0.25rem) * 6);
  will-change: transform;
  transition: transform 0.35s ease;
}
.projects-grid .project-card {
  flex: 0 0 calc((100% - 3rem) / 3);
}
.project-card__image-link {
  display: block;
  overflow: hidden;
  border-radius: 0.6rem;
}
.project-card__image {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
.project-card__image--placeholder {
  background-color: #dce7f6;
}
.project-card__body {
  padding-top: 0.85rem;
}
.project-card__title {
  margin-bottom: 0.3rem;
  font-size: 38px;
  --tw-leading: 1.25;
  line-height: 1.25;
}
.project-card__title a {
  color: #171717;
}
.project-card__title a:hover {
  color: #1f78cc;
}
.project-card__desc {
  margin-bottom: 0.85rem;
  font-size: 16px;
  --tw-leading: 1.45;
  line-height: 1.45;
  color: #2c2c2c;
}
.project-card__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.project-card__meta-item {
  padding-top: 0.6rem;
}
.project-card__meta-item + .project-card__meta-item {
  margin-left: 0.7rem;
  border-left-style: var(--tw-border-style);
  border-left-width: 1px;
  border-color: #d9d9d9;
  padding-left: 0.7rem;
}
.project-card__meta-label {
  margin-bottom: 0.2rem;
  display: block;
  font-size: 13px;
  --tw-leading: 1.3;
  line-height: 1.3;
  --tw-font-weight: var(--font-weight-bold, 700);
  font-weight: var(--font-weight-bold, 700);
  color: #1f1f1f;
}
.project-card__meta-value {
  display: block;
  font-size: 14px;
  --tw-leading: 1.35;
  line-height: 1.35;
  color: #2f2f2f;
}
.home-projects .project-card__image {
  height: 256.957px;
}
.customer-case-studies .project-card__image {
  height: 384.003px;
}
.customer-case-studies .project-card__title {
  font-family: Manrope,system-ui,sans-serif;
  font-size: 48px;
  --tw-leading: var(--leading-normal, 1.5);
  line-height: var(--leading-normal, 1.5);
  --tw-font-weight: var(--font-weight-semibold, 600);
  font-weight: var(--font-weight-semibold, 600);
  color: var(--color-black, #000);
}
.customer-case-studies .project-card__desc {
  font-family: Manrope,system-ui,sans-serif;
  font-size: 24px;
  --tw-leading: var(--leading-normal, 1.5);
  line-height: var(--leading-normal, 1.5);
  --tw-font-weight: var(--font-weight-normal, 400);
  font-weight: var(--font-weight-normal, 400);
  color: var(--color-black, #000);
}
.customer-case-studies .project-card__meta-label {
  font-family: Manrope,system-ui,sans-serif;
  font-size: 24px;
  --tw-leading: var(--leading-normal, 1.5);
  line-height: var(--leading-normal, 1.5);
  --tw-font-weight: var(--font-weight-semibold, 600);
  font-weight: var(--font-weight-semibold, 600);
  color: var(--color-black, #000);
}
.customer-case-studies .project-card__meta-value {
  font-family: Manrope,system-ui,sans-serif;
  font-size: 24px;
  --tw-leading: var(--leading-normal, 1.5);
  line-height: var(--leading-normal, 1.5);
  --tw-font-weight: var(--font-weight-normal, 400);
  font-weight: var(--font-weight-normal, 400);
  color: var(--color-black, #000);
}
.customer-case-studies .container {
  max-width: 1360px;
}
body.page-template-page-customer .customer-case-studies.section {
  padding-top: 143px;
}
@media (max-width: 767px) {
  body.page-template-page-customer .customer-case-studies.section {
    padding-top: 1.5rem;
  }
}
.customer-case-studies__filters {
  display: flex;
  justify-content: flex-end;
  gap: calc(var(--spacing, 0.25rem) * 4);
  margin-bottom: 120px;
  position: relative;
  z-index: 10;
}
.filter-dd {
  position: relative;
}
.filter-dd__btn {
  display: inline-flex;
  height: calc(var(--spacing, 0.25rem) * 12);
  width: 290px;
  align-items: center;
  justify-content: space-between;
  background-color: var(--color-white, #fff);
  padding-inline: calc(var(--spacing, 0.25rem) * 4);
  border-radius: 12px;
  border: 1px solid #000;
  color: #212121;
  font-family: Manrope, system-ui, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
}
.filter-dd__chev {
  margin-top: calc(2px * -1);
  height: calc(var(--spacing, 0.25rem) * 4);
  width: calc(var(--spacing, 0.25rem) * 4);
  rotate: 45deg;
  border-right-style: var(--tw-border-style);
  border-right-width: 1px;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  border-color: color-mix(in srgb, #000 50%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in oklab, var(--color-black, #000) 50%, transparent);
  }
}
.filter-dd__panel {
  position: absolute;
  right: calc(var(--spacing, 0.25rem) * 0);
  z-index: 50;
  margin-top: calc(var(--spacing, 0.25rem) * 2);
  display: none;
  width: 420px;
  max-width: 85vw;
  border-radius: var(--radius-2xl, 1rem);
  background-color: var(--color-white, #fff);
  padding: calc(var(--spacing, 0.25rem) * 4);
  --tw-shadow: 0 12px 40px var(--tw-shadow-color, rgba(0,0,0,0.12));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.filter-dd.is-open .filter-dd__panel {
  display: block;
}
.filter-dd:focus-within .filter-dd__panel {
  display: block;
}
.filter-dd__row {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  border-color: color-mix(in srgb, #000 10%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in oklab, var(--color-black, #000) 10%, transparent);
  }
  padding-block: calc(var(--spacing, 0.25rem) * 3);
  -webkit-user-select: none;
  user-select: none;
  &:last-child {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0px;
  }
}
.filter-dd__text {
  font-size: 18px;
  --tw-font-weight: var(--font-weight-medium, 500);
  font-weight: var(--font-weight-medium, 500);
  color: #212121;
}
.filter-dd__cb {
  height: calc(var(--spacing, 0.25rem) * 5);
  width: calc(var(--spacing, 0.25rem) * 5);
  accent-color: #2277C8;
}
.filter-dd__empty {
  padding-block: calc(var(--spacing, 0.25rem) * 4);
  font-size: 16px;
  --tw-font-weight: var(--font-weight-medium, 500);
  font-weight: var(--font-weight-medium, 500);
  color: #212121;
}
.customer-case-studies__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 60px;
  row-gap: 60px;
}
.case-pagination {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
.case-pagination ul {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.case-pagination .page-numbers {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  border: 1px solid #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-white, #fff);
  font-family: Manrope,system-ui,sans-serif;
  font-size: 20px;
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-semibold, 600);
  font-weight: var(--font-weight-semibold, 600);
  color: #212121;
}
.case-pagination .page-numbers.current {
  background: #2277C8;
  border-color: #2277C8;
  color: #fff;
}
.case-pagination a.page-numbers:hover {
  background: rgba(34, 119, 200, 0.10);
  border-color: #2277C8;
}
@media (max-width: 1024px) {
  .customer-case-studies__grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .customer-case-studies__filters {
    justify-content: center;
  }
}
.home-projects__progress {
  position: relative;
  margin-top: 3.6rem;
  height: calc(var(--spacing, 0.25rem) * 1);
  width: 100%;
  overflow: visible;
  border-radius: calc(infinity * 1px);
  background-color: #d7d7d7;
}
.home-projects__progress-fill {
  position: absolute;
  top: calc(1 / 2 * 100%);
  left: calc(var(--spacing, 0.25rem) * 0);
  display: block;
  height: 10px;
  width: 17%;
  --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  border-radius: calc(infinity * 1px);
  background-color: #2277C8;
}
.home-blogs {
  background-color: #f8f8f8;
}
.home-blogs .container {
  max-width: 1360px;
}
.home-blogs__header {
  margin-bottom: calc(var(--spacing, 0.25rem) * 8);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: calc(var(--spacing, 0.25rem) * 8);
}
.home-blogs__intro {
  max-width: 760px;
}
.home-blogs__intro .section-title {
  margin-bottom: calc(var(--spacing, 0.25rem) * 2);
  font-size: 48px;
  --tw-leading: 1.15;
  line-height: 1.15;
  color: #212121;
}
.home-blogs__intro .section-subtext {
  max-width: 700px;
  font-size: 20px;
  --tw-leading: 1.45;
  line-height: 1.45;
  color: #3b3b3b;
}
.home-blogs__actions {
  margin-top: 0.35rem;
  display: flex;
  align-items: center;
  gap: calc(var(--spacing, 0.25rem) * 3);
}
.home-blogs__cta {
  border-radius: var(--radius-xl, 0.75rem);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #1f1f1f;
  background-color: var(--color-white, #fff);
  padding-inline: calc(var(--spacing, 0.25rem) * 4);
  padding-block: calc(var(--spacing, 0.25rem) * 3);
  font-size: 16px;
  --tw-leading: 1.2;
  line-height: 1.2;
  --tw-font-weight: var(--font-weight-semibold, 600);
  font-weight: var(--font-weight-semibold, 600);
  color: #111111;
}
.home-blogs__cta:hover {
  border-color: #111111;
  color: #111111;
}
.home-blogs__arrows {
  display: inline-flex;
  gap: calc(var(--spacing, 0.25rem) * 2);
}
.home-blogs__arrow {
  display: inline-flex;
  height: calc(var(--spacing, 0.25rem) * 10);
  width: calc(var(--spacing, 0.25rem) * 10);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.6rem;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #cfcfcf;
  background-color: var(--color-white, #fff);
  font-size: 20px;
  --tw-leading: 1;
  line-height: 1;
  color: #3d3d3d;
}
.home-blogs__arrow.is-disabled {
  cursor: not-allowed;
  opacity: 40%;
}
.blogs-viewport {
  overflow: hidden;
}
.blogs-grid {
  display: flex;
  gap: calc(var(--spacing, 0.25rem) * 6);
  will-change: transform;
  transition: transform 0.35s ease;
}
.blogs-grid .blog-card {
  flex: 0 0 calc((100% - 3rem) / 3);
}
.blog-card__image-link {
  display: block;
  overflow: hidden;
  border-radius: 12px;
}
.blog-card__image {
  height: 220px;
  width: 100%;
  object-fit: cover;
}
.blog-card__image--placeholder {
  background-color: #dce7f6;
}
.blog-card__body {
  padding-top: calc(var(--spacing, 0.25rem) * 4);
}
.blog-card__meta {
  margin: calc(var(--spacing, 0.25rem) * 0);
  margin-bottom: calc(var(--spacing, 0.25rem) * 3);
  display: flex;
  align-items: center;
  gap: calc(var(--spacing, 0.25rem) * 2);
  font-size: 16px;
  --tw-leading: var(--leading-normal, 1.5);
  line-height: var(--leading-normal, 1.5);
  --tw-font-weight: var(--font-weight-medium, 500);
  font-weight: var(--font-weight-medium, 500);
  color: #212121;
}
.blog-card__meta-dot {
  height: 6px;
  width: 6px;
  flex-shrink: 0;
  border-radius: calc(infinity * 1px);
  background-color: #212121;
}
.blog-card__title {
  margin: calc(var(--spacing, 0.25rem) * 0);
  font-size: 24px;
  --tw-leading: 1.35;
  line-height: 1.35;
  --tw-font-weight: var(--font-weight-bold, 700);
  font-weight: var(--font-weight-bold, 700);
}
.blog-card__title a {
  color: #212121;
}
.blog-card__title a:hover {
  color: #1f78cc;
}
.home-blogs__progress {
  position: relative;
  margin-top: 3.6rem;
  height: calc(var(--spacing, 0.25rem) * 1);
  width: 100%;
  overflow: visible;
  border-radius: calc(infinity * 1px);
  background-color: #d7d7d7;
}
.home-blogs__progress-fill {
  position: absolute;
  top: calc(1 / 2 * 100%);
  left: calc(var(--spacing, 0.25rem) * 0);
  display: block;
  height: 10px;
  width: 17%;
  --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  border-radius: calc(infinity * 1px);
  background-color: #2277C8;
}
.home-industries {
  overflow-x: hidden;
  background-color: #f8f8f8;
}
.home-industries .container {
  max-width: 1360px;
  padding-inline: calc(var(--spacing, 0.25rem) * 10);
  width: 100%;
  max-width: min(1360px, 100%);
  min-width: 0;
  box-sizing: border-box;
}
.home-industries__header {
  margin-inline: auto;
  margin-bottom: 2.45rem;
  max-width: 860px;
  text-align: center;
}
.home-industries__heading {
  font-size: 48px;
  --tw-leading: 1.18;
  line-height: 1.18;
  --tw-font-weight: var(--font-weight-bold, 700);
  font-weight: var(--font-weight-bold, 700);
  color: #111111;
}
.home-industries__heading .text-highlight {
  color: #2277C8;
}
.industries-capsules-wrap {
  display: flex;
  flex-direction: column;
  gap: 52.03px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  container-type: inline-size;
  container-name: industries-capsules;
}
.industries-capsules-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 2.1cqw, 27.75px);
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.industry-pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  border-radius: calc(infinity * 1px);
  background-color: #E9F2FA;
  flex: 0 0 auto;
  gap: clamp(6px, 0.75cqw, 12px);
  min-height: auto;
  padding: clamp(9px, 1.15cqw, 15.61px) clamp(11px, 2.1cqw, 27.75px);
  border: 0.87px solid transparent;
  box-shadow: inset 0 0 10px rgba(34, 119, 200, 0.08), 0 1px 3px rgba(0, 31, 63, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.industry-pill::before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: calc(var(--spacing, 0.25rem) * 0);
  border-radius: inherit;
  padding: 0.87px;
  background: linear-gradient(90deg, rgba(34, 119, 200, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.industry-pill__icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  color: #2277C8;
}
.industry-pill__icon img, .industry-pill__icon svg {
  display: block;
  object-fit: contain;
}
.industry-pill__label {
  font-size: clamp(12px, 1.5cqw, 20.81px);
  --tw-leading: 1.2;
  line-height: 1.2;
  --tw-font-weight: var(--font-weight-bold, 700);
  font-weight: var(--font-weight-bold, 700);
  white-space: nowrap;
  color: #2277C8;
}
@container industries-capsules (max-width: 599px) {
  .industries-capsules-row {
    flex-wrap: wrap;
    gap: 10px 12px;
  }
  .industry-pill {
    padding: 11px 16px;
  }
  .industry-pill__label {
    font-size: 15px;
    white-space: normal;
    text-align: left;
  }
}
@media (max-width: 1280px) {
  .home-industries .container {
    padding-inline: 1.5rem;
  }
  .industries-capsules-wrap {
    gap: 2rem;
  }
}
.home-testimonials {
  overflow-x: hidden;
  background-color: #f8f8f8;
}
.home-testimonials .container {
  max-width: 1360px;
  padding-right: 0;
}
.home-testimonials__header {
  margin-bottom: calc(var(--spacing, 0.25rem) * 8);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: calc(var(--spacing, 0.25rem) * 8);
  padding-right: var(--spacing-md);
}
.home-testimonials__intro {
  max-width: 760px;
  flex: 0 1 auto;
}
.home-testimonials__intro .section-title {
  margin-bottom: 0.55rem;
  font-size: 44px;
  --tw-leading: 1.15;
  line-height: 1.15;
  white-space: nowrap;
}
.home-testimonials__intro .text-highlight {
  color: #2277C8;
}
.home-testimonials__intro .section-subtext {
  font-size: 18px;
  --tw-leading: 1.45;
  line-height: 1.45;
  color: #2f2f2f;
  white-space: normal;
}
.home-testimonials__actions {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: calc(var(--spacing, 0.25rem) * 3);
}
.home-testimonials__nav--mobile {
  display: none;
}
.home-testimonials__cta {
  border-radius: 0.65rem;
  font-size: 16px;
}
.home-testimonials__arrows {
  display: inline-flex;
  gap: calc(var(--spacing, 0.25rem) * 2);
}
.home-testimonials__arrow {
  height: calc(var(--spacing, 0.25rem) * 10);
  width: calc(var(--spacing, 0.25rem) * 10);
  cursor: pointer;
  border-radius: 0.6rem;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #cfcfcf;
  background-color: var(--color-white, #fff);
  font-size: 20px;
  color: #3d3d3d;
}
.home-testimonials__arrow.is-disabled {
  cursor: not-allowed;
  opacity: 40%;
}
.testimonials-viewport {
  overflow: hidden;
  width: auto;
  max-width: none;
  margin-right: calc(50% - 50vw);
}
.testimonials-grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 42px;
  will-change: transform;
  width: 100%;
  transition: transform 0.35s ease;
}
.testimonials-grid .testimonial-card {
  flex: 0 0 clamp(440px, 60vw, 880px);
  max-width: clamp(440px, 60vw, 770px);
  min-width: 0;
}
.testimonial-card {
  display: grid;
  overflow: hidden;
  border-radius: 0.7rem;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #d7d7d7;
  background-color: var(--color-white, #fff);
  grid-template-columns: 58% 42%;
}
.testimonial-card__copy {
  display: flex;
  flex-direction: column;
  padding: calc(var(--spacing, 0.25rem) * 6);
}
.testimonial-card__quote {
  margin-bottom: calc(var(--spacing, 0.25rem) * 0);
  font-size: 20px;
  --tw-leading: 1.45;
  line-height: 1.45;
  color: #1c1c1c;
}
.testimonial-card__person {
  margin-top: auto;
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
  border-color: #d7d7d7;
  padding-top: calc(var(--spacing, 0.25rem) * 4);
}
.testimonial-card__name {
  margin-bottom: 0.2rem;
  font-size: 24px;
  color: #1f1f1f;
}
.testimonial-card__designation {
  font-size: 16px;
  color: #444444;
}
.testimonial-card__media {
  position: relative;
  padding-top: calc(var(--spacing, 0.25rem) * 6);
  padding-right: calc(var(--spacing, 0.25rem) * 6);
  padding-bottom: calc(var(--spacing, 0.25rem) * 6);
  padding-left: calc(var(--spacing, 0.25rem) * 0);
}
.testimonial-card__image {
  height: 100%;
  min-height: 292px;
  width: 100%;
  border-radius: 0.5rem;
  object-fit: cover;
}
.testimonial-card__image--placeholder {
  background-color: #dce7f6;
}
.testimonial-card__play {
  position: absolute;
  right: calc(var(--spacing, 0.25rem) * 4);
  bottom: calc(var(--spacing, 0.25rem) * 4);
  display: inline-flex;
  height: 46px;
  width: 46px;
  align-items: center;
  justify-content: center;
  border-radius: calc(infinity * 1px);
  background-color: color-mix(in srgb, #fff 90%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, var(--color-white, #fff) 90%, transparent);
  }
  font-size: 20px;
  color: #1f1f1f;
}
.home-testimonials__progress {
  position: relative;
  margin-top: calc(var(--spacing, 0.25rem) * 6);
  height: calc(var(--spacing, 0.25rem) * 1);
  width: 100%;
  border-radius: calc(infinity * 1px);
  background-color: #d7d7d7;
}
.home-testimonials__progress-fill {
  position: absolute;
  top: calc(1 / 2 * 100%);
  left: calc(var(--spacing, 0.25rem) * 0);
  height: 10px;
  width: 17%;
  --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  border-radius: calc(infinity * 1px);
  background-color: #2277C8;
}
.error-404 {
  padding: var(--spacing-2xl) 0;
}
.error-404__title {
  font-size: 8rem;
  font-weight: 800;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: var(--spacing-sm);
}
.error-404__text {
  font-size: var(--fs-xl);
  color: var(--color-text-light);
  margin-bottom: var(--spacing-lg);
}
.site-footer {
  background: #ffffff;
  color: #1b1b1b;
  padding: 0;
}
.footer-mega {
  padding-top: 80px;
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .site-footer .container.footer-mega {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.footer-mega__services {
  padding-bottom: 40px;
}
.footer-mega__heading {
  font-size: 20px;
  font-weight: 700;
  color: #111111;
  margin: 0 0 18px;
}
.footer-mega__heading--sm {
  margin-bottom: 14px;
}
.footer-mega__heading-row {
  display: block;
  margin-bottom: 18px;
}
.footer-mega__heading-row .footer-mega__heading {
  margin: 0;
}
.footer-mega__heading-row--sm {
  margin-bottom: 14px;
}
.footer-mega__heading-line {
  display: block;
  height: 1px;
  background: rgba(0, 0, 0, 0.20);
  margin-top: 12px;
}
.footer-mega__services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
}
@media (min-width: 768px) {
  .footer-mega__services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 44px;
  }
}
.footer-mega__subheading {
  font-size: 16px;
  font-weight: 700;
  color: #111111;
  margin: 0 0 12px;
}
.footer-mega__subheading--spaced {
  margin-top: 26px;
}
.footer-mega__subheading-link {
  color: inherit;
  text-decoration: none;
}
.footer-mega__subheading-link:hover {
  color: #2277C8;
}
.footer-mega__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-mega__list li + li {
  margin-top: 6px;
}
.footer-mega__list a {
  font-size: 16px;
  font-weight: 400;
  color: #2f2f2f;
  text-decoration: none;
}
.footer-mega__list a:hover {
  color: #111111;
}
.footer-mega__item-label {
  font-size: 16px;
  font-weight: 400;
  color: #2f2f2f;
}
.footer-mega__mid {
  padding: 34px 0 34px;
  border-bottom: 1px solid rgba(0,0,0,0.20);
}
.footer-mega__mid-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
}
@media (min-width: 768px) {
  .footer-mega__mid-grid {
    grid-template-columns: 280px 1fr;
    gap: 54px;
  }
}
.footer-mega__industries-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
@media (min-width: 768px) {
  .footer-mega__industries-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 46px;
  }
}
.footer-mega__bottom {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  padding: 40px 0 40px;
  border-bottom: 1px solid rgba(0,0,0,0.20);
}
@media (min-width: 768px) {
  .footer-mega__bottom {
    grid-template-columns: 1.15fr 0.85fr 0.85fr;
    grid-template-areas: "brand social ." "brand usa dubai";
    align-items: start;
    gap: 46px;
  }
}
@media (min-width: 768px) {
  .footer-mega__brand {
    grid-area: brand;
  }
  .footer-mega__social {
    grid-area: social;
  }
  .footer-mega__location--usa {
    grid-area: usa;
  }
  .footer-mega__location--dubai {
    grid-area: dubai;
  }
}
.footer-mega__logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  margin-bottom: 14px;
}
.footer-mega__logo-img {
  display: block;
  height: 40px;
  width: auto;
}
.footer-mega__logo-mark {
  width: 34px;
  height: 34px;
  border: 2px solid #1f78cc;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1f78cc;
  font-weight: 800;
}
.footer-mega__logo-text {
  font-size: 24px;
  font-weight: 700;
  color: #1f78cc;
}
.footer-mega__contact {
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}
.footer-mega__contact li + li {
  margin-top: 6px;
}
.footer-mega__contact-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #2f2f2f;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}
.footer-mega__contact-link:hover {
  color: #111111;
}
.footer-mega__contact-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex: 0 0 auto;
}
.footer-mega__blurb {
  margin: 0;
  color: #2f2f2f;
  font-size: 16px;
  line-height: 1.55;
  max-width: 360px;
}
.footer-mega__social-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 10px;
}
.footer-mega__social-links a {
  display: inline-flex;
}
.footer-mega__social-icon {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.footer-mega__location + .footer-mega__location {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .footer-mega__location + .footer-mega__location {
    margin-top: 0;
  }
}
.footer-mega__location-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #1f78cc;
  margin-bottom: 10px;
}
.footer-mega__location-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex: 0 0 auto;
}
.footer-mega__location-lines {
  font-size: 14px;
  color: #2f2f2f;
  line-height: 1.55;
}
.footer-mega__legal {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 40px;
  font-size: 14px;
  color: #6b6b6b;
  border-top: 1px solid rgba(0,0,0,0.20);
}
.footer-mega__legal-links {
  display: inline-flex;
  gap: 18px;
}
.footer-mega__legal a {
  color: #6b6b6b;
  text-decoration: none;
}
.footer-mega__legal a:hover {
  color: #111111;
}
@media (max-width: 767px) {
  .footer-mega {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
  .site-footer .container.footer-mega {
    padding-inline: 1.25rem;
  }
  .footer-mega__services {
    padding-bottom: 2rem;
  }
  .footer-mega__mid {
    padding: 2rem 0;
  }
  .footer-mega__bottom {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 2rem 0;
  }
  .footer-mega__location--usa {
    order: 1;
  }
  .footer-mega__location--dubai {
    order: 2;
  }
  .footer-mega__location + .footer-mega__location {
    margin-top: 1.5rem;
  }
  .footer-mega__brand {
    order: 3;
  }
  .footer-mega__social {
    order: 4;
  }
  .footer-mega__brand, .footer-mega__social, .footer-mega__location {
    width: 100%;
    min-width: 0;
  }
  .footer-mega__blurb {
    max-width: none;
  }
  .footer-mega__social-links {
    margin-top: 0.75rem;
  }
  .footer-mega__legal {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding-top: 2rem;
  }
  .footer-mega__legal-links {
    flex-wrap: wrap;
  }
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  word-wrap: normal;
}
.alignleft {
  float: left;
  margin: 0 var(--spacing-md) var(--spacing-md) 0;
}
.alignright {
  float: right;
  margin: 0 0 var(--spacing-md) var(--spacing-md);
}
.aligncenter {
  display: block;
  margin-inline: auto;
}
@media (max-width: 1024px) {
  .hero-title {
    font-size: 52px;
  }
  .hero-subtitle {
    font-size: 20px;
  }
  .hero-section {
    min-height: min(720px, 100svh);
  }
  body.page-template-page-services .hero-section {
    min-height: max(640px, 72svh);
  }
  .hero-tags {
    display: none;
  }
  .hero-bg-image {
    width: 700px;
    height: 700px;
  }
  .hero-buttons .btn {
    font-size: 18px;
    padding: 0.875rem 1.5rem;
  }
  .scroll-reveal-text {
    font-size: 34px;
  }
  .stats-strip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 1.25rem;
  }
  .stats-item--with-divider::after {
    display: none;
  }
  .stats-item__value, .stats-item__suffix, .stats-item__prefix {
    font-size: 56px;
  }
  body.page-template-page-engagement-model .stats-item__value, body.page-template-page-engagement-model .stats-item__suffix, body.page-template-page-engagement-model .stats-item__prefix {
    font-size: 48px;
  }
  .stats-item__label {
    font-size: 20px;
  }
  .home-faq__title {
    font-size: 44px;
  }
  .home-faq__cta {
    font-size: 18px;
  }
  .faq-item__question {
    font-size: 18px;
  }
  .engagement-cards {
    grid-template-columns: 1fr;
  }
  .engagement-heading {
    font-size: 40px;
  }
  .engagement-text {
    font-size: 18px;
  }
  .engagement-card__title {
    font-size: 28px;
  }
  .engagement-card__desc {
    font-size: 15px;
  }
  .engagement-point__label {
    font-size: 18px;
  }
  .engagement-point__value {
    font-size: 15px;
  }
  .engagement-section--light .engagement-card__title {
    font-size: 24px;
  }
  .engagement-section--light .engagement-point__label {
    font-size: 18px;
  }
  .engagement-benefits__title {
    font-size: 20px;
  }
  .engagement-benefits__list li {
    font-size: 15px;
  }
  .engagement-card__cta {
    font-size: 15px;
  }
  .home-projects__header {
    flex-direction: column;
  }
  .home-projects__actions {
    margin-top: 0;
  }
  .home-blogs__header {
    flex-direction: column;
  }
  .home-blogs__actions {
    margin-top: 0;
  }
  .projects-grid .project-card {
    flex-basis: calc((100% - 1.5rem) / 2);
  }
  .blogs-grid .blog-card {
    flex-basis: calc((100% - 1.5rem) / 2);
  }
  .project-card__title {
    font-size: 36px;
  }
  .project-card__desc {
    font-size: 20px;
  }
  .project-card__meta-label {
    font-size: 18px;
  }
  .project-card__meta-value {
    font-size: 18px;
  }
  .project-card__image {
    height: 300px;
  }
  .home-testimonials__header {
    flex-direction: column;
  }
  .home-testimonials__actions {
    margin-top: 0;
  }
  .home-testimonials__intro .section-title {
    font-size: 44px;
  }
  .testimonials-grid .testimonial-card {
    flex: 0 0 clamp(420px, 64vw, 720px);
    max-width: clamp(420px, 64vw, 720px);
  }
}
@media (max-width: 767px) {
  body.techlio-header-in-hero .site-header {
    position: absolute;
    top: max(1rem, env(safe-area-inset-top, 0px));
    left: 0;
    right: 0;
    width: 100%;
    padding-inline: clamp(1rem, 4vw, 1.5rem);
    background: transparent !important;
    border-bottom: none !important;
    z-index: 20;
    height: auto;
  }
  .admin-bar.techlio-header-in-hero .site-header {
    top: calc(max(1rem, env(safe-area-inset-top, 0px)) + 46px);
  }
  body.techlio-header-in-hero .site-header .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
    max-width: 1200px;
    margin-inline: auto;
    padding: 0.5rem 1rem !important;
    border: 1px solid #edf3fa;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 6px 20px rgba(0, 26, 51, 0.04);
    min-height: 56px;
    height: auto;
    box-sizing: border-box;
  }
  body.techlio-header-in-hero .site-branding a {
    font-size: 1.35rem;
  }
  body.techlio-header-in-hero .site-branding img, body.techlio-header-in-hero .custom-logo-link img {
    max-height: 30px;
  }
  body.techlio-header-in-hero .hero-section {
    padding-top: calc(4.5rem + 56px);
    padding-bottom: 2rem;
    min-height: auto;
    overflow: hidden;
    background: linear-gradient(180deg, #eef5fc 0%, #fff 55%);
    align-items: center;
    justify-content: flex-start;
  }
  body.techlio-header-in-hero .hero-section .hero-bg-image, body.techlio-header-in-hero .hero-section > img.hero-bg-image {
    display: flex !important;
    z-index: 1;
    opacity: 1;
    top: 36%;
    left: 50%;
    transform: translate(0%, 0%);
    width: min(400px, 94vw);
    height: min(400px, 94vw);
    max-width: none;
    max-height: none;
  }
  body.techlio-header-in-hero .hero-section > img.hero-bg-image {
    display: block !important;
    object-fit: contain;
  }
  body.techlio-header-in-hero .hero-bg-image img, body.techlio-header-in-hero .hero-section > img.hero-bg-image {
    opacity: 0.95;
  }
  body.techlio-header-in-hero .hero-shade {
    z-index: 0;
  }
  body.techlio-header-in-hero .hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    position: relative;
  }
  body.techlio-header-in-hero .hero-buttons {
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 12px;
    margin-bottom: 1.25rem;
  }
  body.techlio-header-in-hero .hero-buttons .btn {
    width: fit-content;
    max-width: min(100%, 280px);
    padding: 0.7rem 1.35rem;
    font-size: 15px;
    justify-content: center;
    white-space: normal;
    text-align: center;
  }
  body.page-template-page-about .hero-buttons {
    align-items: stretch;
    width: 100%;
    max-width: min(100%, 300px);
    margin-inline: auto;
  }
  body.page-template-page-about .hero-buttons .btn {
    width: 100%;
    max-width: none;
  }
  body.page-template-page-customer .hero-section {
    min-height: auto;
    padding-bottom: 1rem;
  }
  body.page-template-page-customer .hero-section .hero-bg-image {
    top: 36%;
    left: 50%;
    transform: translate(0%, 0%);
    width: min(400px, 94vw);
    height: min(400px, 94vw);
    max-height: none;
  }
  body.page-template-page-customer .hero-content {
    padding-top: 0;
    padding-inline: 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: none;
  }
  body.page-template-page-customer .customer-hero-eyebrow {
    display: inline-block;
    margin: 0 0 1rem;
    padding: 8px 16px;
    border-radius: 100px;
    background: rgba(11, 149, 255, 0.10);
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: #2277C8;
  }
  body.page-template-page-customer .hero-title {
    font-size: 36px;
    line-height: 1.15;
    margin-bottom: 0.75rem;
  }
  body.page-template-page-customer .hero-subtitle {
    font-size: 16px;
    line-height: 1.45;
    margin-bottom: 1rem;
  }
  body.page-template-page-customer .hero-section > .services-marquee {
    width: 100%;
    margin-top: 0.25rem;
    padding: 0.75rem 0 0.5rem;
  }
  body.page-template-page-customer .services-marquee__track {
    gap: 48px;
  }
  body.page-template-page-customer .services-marquee__item {
    max-width: min(120px, 28vw);
  }
  body.page-template-page-customer .services-marquee__item img {
    height: 28px;
    max-height: 28px;
  }
  body.page-template-page-customer .customer-case-studies .container {
    padding-inline: 1.25rem;
  }
  body.page-template-page-customer .customer-case-studies__filters {
    flex-direction: row;
    justify-content: stretch;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
  }
  body.page-template-page-customer .customer-case-studies__filters .filter-dd {
    flex: 1 1 0;
    min-width: 0;
  }
  body.page-template-page-customer .customer-case-studies__filters .filter-dd__btn {
    width: 100%;
    height: 44px;
    padding-inline: 12px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.20);
  }
  body.page-template-page-customer .customer-case-studies__filters .filter-dd__panel {
    width: min(100%, 420px);
    right: 0;
    left: auto;
  }
  body.page-template-page-customer .customer-case-studies__grid {
    row-gap: 2rem;
  }
  body.page-template-page-customer .customer-case-studies .project-card__image {
    height: auto;
    min-height: 180px;
    max-height: 220px;
    border-radius: 12px;
  }
  body.page-template-page-customer .customer-case-studies .project-card__title {
    font-size: 26px;
    line-height: 1.2;
  }
  body.page-template-page-customer .customer-case-studies .project-card__desc {
    font-size: 15px;
    line-height: 1.45;
  }
  body.page-template-page-customer .customer-case-studies .project-card__meta {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.35rem 0.5rem;
    align-items: start;
  }
  body.page-template-page-customer .customer-case-studies .project-card__meta-item {
    min-width: 0;
    padding-top: 0.75rem;
  }
  body.page-template-page-customer .customer-case-studies .project-card__meta-item + .project-card__meta-item {
    border-left: 1px solid #d9d9d9;
    border-top: none;
    padding-left: 0.55rem;
    margin-left: 0.45rem;
    padding-top: 0.75rem;
  }
  body.page-template-page-customer .customer-case-studies .project-card__meta-label {
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
  }
  body.page-template-page-customer .customer-case-studies .project-card__meta-value {
    font-size: 12px;
    line-height: 1.35;
  }
  body.page-template-page-inner-service .hero-section {
    min-height: auto;
    padding-top: calc(4.5rem + 56px);
    padding-bottom: 2rem;
    overflow: hidden;
    background: linear-gradient(180deg, #eef5fc 0%, #fff 55%);
    align-items: center;
    justify-content: flex-start;
  }
  body.page-template-page-inner-service .hero-section > img.hero-bg-image {
    display: block !important;
    position: absolute;
    z-index: 1;
    opacity: 0.95;
    top: 0;
    left: 5px;
    transform: none;
    translate: none;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    width: min(400px, 94vw);
    height: min(400px, 94vw);
    max-width: none;
    max-height: none;
    object-fit: contain;
    animation: none;
  }
  body.page-template-page-inner-service .hero-section img.hero-shade {
    display: block !important;
    position: absolute;
    top: 0;
    bottom: 0;
    width: min(200px, 44vw);
    max-width: 200px;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    z-index: 0;
    transform: none;
    translate: none;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
  }
  body.page-template-page-inner-service .hero-section img.hero-shade.hero-shade--left {
    left: 5px;
    right: auto;
    object-position: right center;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 14%, #000 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 14%, #000 100%);
  }
  body.page-template-page-inner-service .hero-section img.hero-shade.hero-shade--right {
    right: 5px;
    left: auto;
    object-position: left center;
    -webkit-mask-image: linear-gradient(270deg, transparent 0%, #000 14%, #000 100%);
    mask-image: linear-gradient(270deg, transparent 0%, #000 14%, #000 100%);
  }
  body.page-template-page-inner-service .hero-section .hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    position: relative;
    width: 100%;
  }
  body.page-template-page-inner-service .hero-section--inner-service .hero-title {
    white-space: normal;
  }
  body.page-template-page-inner-service .hero-section--inner-service .hero-text {
    font-size: 18px;
    margin-bottom: 1.5rem;
  }
  body.page-template-page-inner-service .hero-section--inner-service .hero-partners {
    padding-top: 0;
    margin-bottom: 0.5rem;
  }
  body.page-template-page-inner-service .inner-service-stats {
    margin-top: 1.5rem;
    width: 100%;
  }
  body.page-template-page-industry .hero-section {
    min-height: auto;
    padding-top: calc(4.5rem + 56px);
    padding-bottom: 1rem;
  }
  body.page-template-page-industry .hero-buttons {
    align-items: stretch;
    width: 100%;
    max-width: min(100%, 300px);
    margin-inline: auto;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 0;
  }
  body.page-template-page-industry .hero-buttons .btn {
    width: 100%;
    max-width: none;
    font-size: 15px;
    padding: 0.7rem 1.35rem;
    justify-content: center;
    text-align: center;
  }
  body.page-template-page-engagement-model .engagement-model-intro {
    min-height: auto;
  }
  body.page-template-page-engagement-model .hero-section {
    min-height: auto;
    flex: none;
    padding-top: calc(4.5rem + 56px);
    padding-bottom: 2rem;
    overflow: hidden;
    background: linear-gradient(180deg, #eef5fc 0%, #fff 55%);
    align-items: center;
    justify-content: flex-start;
  }
  body.page-template-page-engagement-model .hero-section .hero-bg-image {
    display: flex !important;
    top: 0;
    left: 5px;
    transform: none;
    translate: none;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    width: min(400px, 94vw);
    height: min(400px, 94vw);
    max-width: none;
    max-height: none;
    z-index: 1;
    opacity: 0.95;
  }
  body.page-template-page-engagement-model .hero-bg-image img {
    animation: none;
    opacity: 0.95;
  }
  body.page-template-page-engagement-model .hero-shade {
    z-index: 0;
  }
  body.page-template-page-engagement-model .hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    position: relative;
    width: 100%;
    max-width: none;
    padding-inline: 1.25rem;
  }
  body.page-template-page-engagement-model .hero-title {
    font-size: 36px;
    line-height: 1.15;
    text-align: center;
    max-width: none;
    margin-inline: auto;
  }
  body.page-template-page-engagement-model .hero-subtitle {
    font-size: 18px;
    line-height: 1.45;
    text-align: center;
    margin-bottom: 1.5rem;
    max-width: none;
  }
  body.page-template-page-engagement-model .hero-buttons {
    align-items: stretch;
    width: 100%;
    max-width: min(100%, 300px);
    margin-inline: auto;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 0;
  }
  body.page-template-page-engagement-model .hero-buttons .btn {
    width: 100%;
    max-width: none;
    font-size: 15px;
    padding: 0.7rem 1.35rem;
    justify-content: center;
    text-align: center;
  }
  body.page-template-page-engagement-model .engagement-model-intro .home-stats-strip {
    margin-top: 0;
    padding-top: 2rem;
    padding-bottom: 2.5rem;
  }
  body.page-template-page-engagement-model .engagement-model-intro .stats-strip-grid {
    grid-template-columns: 1fr;
    row-gap: 2rem;
    column-gap: 0;
  }
  body.page-template-page-engagement-model .engagement-model-intro .stats-item {
    padding: 0;
  }
  body.page-template-page-engagement-model .engagement-model-intro .stats-item--with-divider::after {
    display: none;
  }
  body.page-template-page-engagement-model .stats-item__value, body.page-template-page-engagement-model .stats-item__suffix, body.page-template-page-engagement-model .stats-item__prefix {
    font-size: 48px;
  }
  body.page-template-page-engagement-model .engagement-model-intro .stats-item__label {
    font-size: 15px;
    line-height: 1.4;
    padding-top: 0.5rem;
  }
  body.page-template-page-services .hero-section {
    min-height: auto;
    padding-bottom: 2rem;
  }
  body.page-template-page-services .hero-section .hero-bg-image {
    top: 36%;
    left: 50%;
    transform: translate(0%, 0%);
    width: min(400px, 94vw);
    height: min(400px, 94vw);
    max-height: none;
  }
  body.page-template-page-services .hero-subtitle {
    margin-bottom: 1.5rem;
  }
  body.page-template-page-services .hero-partners {
    padding-top: 1.75rem;
  }
  body.page-template-page-services .services-sections.section {
    padding-top: 1.5rem;
  }
  body.home:not(.blog) .hero-content, body.front-page .hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body.home:not(.blog) .hero-title {
    order: 1;
  }
  body.home:not(.blog) .hero-subtitle {
    order: 2;
  }
  body.home:not(.blog) .hero-buttons {
    order: 3;
  }
  body.home:not(.blog) .hero-tags-layer {
    order: 4;
    width: 100%;
  }
  body.home:not(.blog) .hero-partners {
    order: 5;
    padding-top: 2.75rem;
    margin-top: 0.25rem;
  }
  body.home:not(.blog) .hero-tags-layer {
    position: relative;
    inset: auto;
    padding: 0;
    pointer-events: auto;
    margin-top: 0.25rem;
    width: 100%;
  }
  body.home:not(.blog) .hero-tags {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
    max-width: 360px;
    margin-inline: auto;
    height: auto;
  }
  body.home:not(.blog) .hero-tag {
    position: static;
    white-space: normal;
    text-align: center;
    font-size: 14px;
    padding: 0.625rem 0.75rem;
    pointer-events: auto;
  }
  body.home:not(.blog) .hero-tag--1, body.home:not(.blog) .hero-tag--2, body.home:not(.blog) .hero-tag--3, body.home:not(.blog) .hero-tag--4 {
    top: auto;
    left: auto;
    right: auto;
  }
  h1, .hero-title {
    font-size: 36px;
  }
  .hero-subtitle {
    font-size: 18px;
  }
  h2 {
    font-size: var(--fs-2xl);
  }
  .hero-partners {
    gap: var(--spacing-sm);
    flex-wrap: wrap;
    justify-content: center;
  }
  .hero-partner img {
    height: 28px;
  }
  .hero-buttons .btn {
    font-size: 16px;
    padding: 0.75rem 1.25rem;
  }
  .scroll-shade {
    display: none;
  }
  .scroll-reveal-text {
    font-size: 28px;
    line-height: 1.45;
  }
  .home-stats-strip {
    padding-block: 2.25rem;
  }
  .home-stats-strip .container {
    padding-inline: 1.25rem;
  }
  .stats-strip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 0.75rem;
    row-gap: 1.75rem;
  }
  .stats-item {
    padding: 0.35rem 0.25rem;
  }
  .stats-item__value-wrap {
    justify-content: center;
    margin-bottom: 0.35rem;
  }
  .stats-item__value, .stats-item__suffix, .stats-item__prefix {
    font-size: 48px;
  }
  .stats-item__label {
    font-size: 14px;
    line-height: 1.35;
    padding-top: 0;
  }
  .home-faq {
    padding: 3rem 0 3.5rem;
  }
  .home-faq__header {
    flex-direction: column;
    align-items: flex-start;
  }
  .home-faq__title {
    font-size: 36px;
  }
  .home-faq__cta {
    display: none;
  }
  .faq-item__question {
    font-size: 16px;
    padding: 1rem 1rem;
  }
  .faq-item__icon {
    font-size: 30px;
    margin-left: 0.75rem;
  }
  .faq-item__answer {
    padding: 0 1rem 1rem;
  }
  .faq-item__answer p {
    font-size: 15px;
  }
  .engagement-section {
    padding: 3.25rem 0 3.5rem;
  }
  .engagement-heading {
    font-size: 32px;
  }
  .engagement-text {
    font-size: 17px;
  }
  .engagement-header__btn {
    font-size: 15px;
    padding: 0.65rem 1rem;
  }
  .engagement-card__title {
    font-size: 24px;
  }
  .engagement-section--light .engagement-card__title {
    font-size: 22px;
  }
  .engagement-card__desc {
    font-size: 15px;
  }
  .engagement-point__label {
    font-size: 17px;
  }
  .engagement-point__value {
    font-size: 15px;
  }
  .engagement-benefits__title {
    font-size: 18px;
  }
  .engagement-benefits__list li {
    font-size: 14px;
  }
  .engagement-card__cta {
    font-size: 15px;
  }
  .projects-grid .project-card {
    flex-basis: 100%;
    max-width: 100%;
  }
  .home-blogs__intro .section-title {
    font-size: 36px;
  }
  .home-blogs__intro .section-subtext {
    font-size: 16px;
  }
  .home-blogs__actions {
    width: 100%;
    justify-content: space-between;
  }
  .home-blogs__arrow {
    width: 34px;
    height: 34px;
    font-size: 18px;
  }
  .blogs-grid .blog-card {
    flex-basis: 100%;
  }
  .blog-card__title {
    font-size: 22px;
  }
  .project-card__title {
    font-size: 26px;
  }
  .project-card__desc {
    font-size: 15px;
  }
  .home-projects .project-card__meta {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.35rem 0.5rem;
    align-items: start;
  }
  .home-projects .project-card__meta-item {
    padding-top: 0.6rem;
    min-width: 0;
  }
  .home-projects .project-card__meta-item + .project-card__meta-item {
    border-left: 1px solid #d9d9d9;
    border-top: none;
    padding-left: 0.55rem;
    margin-left: 0.45rem;
    padding-top: 0.6rem;
  }
  .home-projects .project-card__meta-label {
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 0.2rem;
  }
  .home-projects .project-card__meta-value {
    font-size: 14px;
    line-height: 1.35;
  }
  .home-projects {
    padding-block: 3rem;
  }
  .home-projects .container {
    padding-inline: 1.25rem;
  }
  .home-projects__header {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin-bottom: 1.5rem;
  }
  .home-projects__intro {
    max-width: none;
  }
  .home-projects__intro .section-title {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 1rem;
  }
  .home-projects__intro .section-subtext {
    font-size: 16px;
    line-height: 1.5;
    max-width: none;
    margin: 0;
  }
  .home-projects__actions--desktop {
    display: none;
  }
  .projects-viewport {
    width: 100%;
    margin-right: 0;
  }
  .projects-grid {
    gap: 1rem;
  }
  .projects-grid .project-card {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .home-projects .project-card__image {
    height: auto;
    min-height: 200px;
    max-height: 240px;
  }
  .project-card__body {
    padding-top: 1rem;
  }
  .project-card__title {
    font-size: 26px;
  }
  .project-card__desc {
    font-size: 15px;
    margin-bottom: 1rem;
  }
  .home-projects__progress {
    margin-top: 1.25rem;
  }
  .home-projects__footer--mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 1.25rem;
  }
  .home-projects__footer--mobile .home-projects__arrows {
    flex-shrink: 0;
  }
  .home-projects__footer--mobile .home-projects__arrow {
    width: 44px;
    height: 44px;
    font-size: 20px;
    border-radius: 10px;
  }
  .home-projects__footer--mobile .home-projects__cta--mobile {
    flex: 1;
    min-width: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    padding: 0.75rem 1rem;
    border-radius: 10px;
  }
  .home-industries {
    padding-block: 3rem;
  }
  .home-industries .container {
    padding-inline: 1.25rem;
  }
  .home-industries__header {
    margin-bottom: 1.75rem;
  }
  .home-industries__heading {
    font-size: 32px;
    line-height: 1.2;
  }
  .industries-capsules-wrap {
    gap: 1.25rem;
  }
  .industries-capsules-row {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 12px;
  }
  .industry-pill {
    padding: 11px 16px;
    gap: 0.5rem;
  }
  .industry-pill__icon img, .industry-pill__icon svg {
    width: 18px;
    height: 18px;
  }
  .industry-pill__label {
    font-size: 15px;
    font-weight: 700;
    white-space: normal;
    text-align: left;
  }
  .home-testimonials {
    padding-block: 3rem;
  }
  .home-testimonials .container {
    padding-left: 1.25rem;
    padding-right: 0;
  }
  .home-testimonials__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin-bottom: 1.5rem;
    padding-right: 0;
  }
  .home-testimonials__intro {
    max-width: none;
  }
  .home-testimonials__intro .section-title {
    font-size: 32px;
    line-height: 1.2;
    white-space: normal;
  }
  .home-testimonials__intro .section-subtext {
    font-size: 16px;
    line-height: 1.5;
  }
  .home-testimonials__actions--desktop {
    display: none;
  }
  .testimonials-viewport {
    width: auto;
    max-width: none;
    margin-right: calc(50% - 50vw);
    container-type: inline-size;
  }
  .testimonials-grid {
    gap: 1rem;
  }
  .testimonials-grid .testimonial-card {
    flex: 0 0 70cqw;
    width: 70cqw;
    max-width: 70cqw;
  }
  .testimonial-card {
    grid-template-columns: 1fr;
  }
  .testimonial-card__copy {
    padding: 1.25rem;
  }
  .testimonial-card__quote {
    font-size: 17px;
    line-height: 1.5;
  }
  .testimonial-card__person {
    padding-top: 1rem;
    margin-top: 1rem;
  }
  .testimonial-card__name {
    font-size: 20px;
  }
  .testimonial-card__designation {
    font-size: 15px;
  }
  .testimonial-card__media {
    padding: 0 1.25rem 1.25rem;
  }
  .testimonial-card__image {
    min-height: 220px;
    border-radius: 0.5rem;
  }
  .home-testimonials__progress {
    margin-top: 1.25rem;
  }
  .home-testimonials__nav--mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 1.25rem;
  }
  .home-testimonials__nav--mobile .home-testimonials__arrow {
    width: 44px;
    height: 44px;
    font-size: 20px;
    border-radius: 10px;
  }
  .error-404__title {
    font-size: 5rem;
  }
  .page-hero .hero-title {
    font-size: var(--fs-2xl);
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-duration: initial;
    }
  }
}
