.elementor-1563 .elementor-element.elementor-element-21865f6{--display:flex;}/* Start custom CSS for html, class: .elementor-element-60072a2 */.cx-team-page,
.cx-team-page * {
  box-sizing: border-box;
}

.cx-team-page {
  --cx-team-ink: #161327;
  --cx-team-text: #4b4763;
  --cx-team-muted: #7a768f;
  --cx-team-purple: #735cf3;
  --cx-team-purple-dark: #5a45d6;
  --cx-team-teal: #04d3b3;
  --cx-team-border: #e8e6f3;
  --cx-team-bg: #fafafe;
  --cx-team-white: #ffffff;
  --cx-team-display: "Fraunces", Georgia, serif;
  --cx-team-body: "Inter", Arial, sans-serif;
  --cx-team-mono: "IBM Plex Mono", "Courier New", monospace;

  width: 100%;
  background: var(--cx-team-white);
  color: var(--cx-team-text);
  font-family: var(--cx-team-body);
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

.cx-team-page a {
  color: var(--cx-team-purple-dark);
  text-decoration: none;
}

.cx-team-page a:hover {
  text-decoration: underline;
}

.cx-team-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.cx-team-hero {
  max-width: 860px;
  margin: 0 auto;
  padding: 80px 0 64px;
  text-align: center;
}

.cx-team-eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 7px 14px;
  margin-bottom: 20px;
  border: 1px solid rgba(4, 211, 179, 0.25);
  border-radius: 999px;
  background: rgba(4, 211, 179, 0.08);
  color: #039e87;
  font-family: var(--cx-team-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-transform: uppercase;
}

.cx-team-hero h1 {
  margin: 0 auto 20px;
  color: var(--cx-team-ink);
  font-family: var(--cx-team-display);
  font-size: clamp(38px, 5vw, 60px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.cx-team-lead {
  max-width: 760px;
  margin: 0 auto;
  color: var(--cx-team-text);
  font-size: 17px;
  line-height: 1.8;
}

.cx-team-date {
  margin: 18px 0 0;
  color: var(--cx-team-muted);
  font-size: 13px;
}

.cx-team-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 285px;
  align-items: start;
  gap: 56px;
  padding-bottom: 90px;
}

.cx-team-content {
  min-width: 0;
}

.cx-team-section {
  margin: 0 0 50px;
  padding: 0 0 50px;
  border-bottom: 1px solid var(--cx-team-border);
  scroll-margin-top: 30px;
}

.cx-team-section:last-child {
  margin-bottom: 0;
}

.cx-team-section h2 {
  margin: 0 0 17px;
  color: var(--cx-team-ink);
  font-family: var(--cx-team-display);
  font-size: clamp(27px, 3vw, 36px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.cx-team-section p {
  max-width: 790px;
  margin: 0 0 17px;
  color: var(--cx-team-text);
}

.cx-team-section p:last-child {
  margin-bottom: 0;
}

.cx-team-section p a {
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cx-team-work-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.cx-team-work-card {
  position: relative;
  padding: 25px;
  border: 1px solid var(--cx-team-border);
  border-radius: 17px;
  background: var(--cx-team-bg);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.cx-team-work-card:hover {
  border-color: rgba(115, 92, 243, 0.24);
  box-shadow: 0 18px 38px rgba(22, 19, 39, 0.08);
  transform: translateY(-3px);
}

.cx-team-work-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
  border-radius: 11px;
  background: linear-gradient(
    135deg,
    rgba(4, 211, 179, 0.14),
    rgba(115, 92, 243, 0.13)
  );
  color: var(--cx-team-purple-dark);
  font-family: var(--cx-team-mono);
  font-size: 11px;
  font-weight: 600;
}

.cx-team-work-card h3 {
  margin: 0 0 8px;
  color: var(--cx-team-ink);
  font-family: var(--cx-team-display);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.35;
}

.cx-team-work-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}

.cx-team-values {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.cx-team-value {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 20px;
  border: 1px solid var(--cx-team-border);
  border-radius: 15px;
  background: var(--cx-team-white);
}

.cx-team-value-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: rgba(4, 211, 179, 0.1);
  color: #039e87;
  font-size: 17px;
  font-weight: 700;
}

.cx-team-value h3 {
  margin: 0 0 4px;
  color: var(--cx-team-ink);
  font-family: var(--cx-team-display);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
}

.cx-team-value p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.6;
}

.cx-team-links {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.cx-team-link-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 15px;
  padding: 17px 19px;
  border: 1px solid var(--cx-team-border);
  border-radius: 14px;
  background: var(--cx-team-bg);
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.cx-team-link-card:hover {
  border-color: rgba(115, 92, 243, 0.28);
  box-shadow: 0 12px 28px rgba(22, 19, 39, 0.07);
  text-decoration: none;
  transform: translateX(3px);
}

.cx-team-link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 11px;
  background: rgba(115, 92, 243, 0.08);
  color: var(--cx-team-purple-dark);
  font-family: var(--cx-team-mono);
  font-size: 11px;
  font-weight: 600;
}

.cx-team-link-card strong {
  display: block;
  margin-bottom: 2px;
  color: var(--cx-team-ink);
  font-family: var(--cx-team-display);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
}

.cx-team-link-card small {
  display: block;
  color: var(--cx-team-muted);
  font-size: 12.5px;
  line-height: 1.5;
}

.cx-team-link-arrow {
  color: var(--cx-team-purple-dark);
  font-size: 20px;
}

.cx-team-final {
  padding: 32px;
  border: 1px solid var(--cx-team-border);
  border-radius: 20px;
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(115, 92, 243, 0.09),
      transparent 38%
    ),
    linear-gradient(
      135deg,
      rgba(4, 211, 179, 0.06),
      rgba(115, 92, 243, 0.05)
    );
}

.cx-team-final-label {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--cx-team-purple-dark);
  font-family: var(--cx-team-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cx-team-final h2 {
  margin-bottom: 13px;
}

.cx-team-sidebar {
  position: sticky;
  top: 28px;
}

.cx-team-sidebar-card {
  margin-bottom: 16px;
  padding: 23px;
  border: 1px solid var(--cx-team-border);
  border-radius: 17px;
  background: var(--cx-team-bg);
}

.cx-team-sidebar-card:last-child {
  margin-bottom: 0;
}

.cx-team-sidebar-highlight {
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(115, 92, 243, 0.13),
      transparent 50%
    ),
    linear-gradient(
      145deg,
      rgba(4, 211, 179, 0.08),
      rgba(115, 92, 243, 0.07)
    );
}

.cx-team-sidebar-label {
  display: block;
  margin-bottom: 11px;
  color: var(--cx-team-muted);
  font-family: var(--cx-team-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cx-team-sidebar-highlight h2 {
  margin: 0 0 9px;
  color: var(--cx-team-ink);
  font-family: var(--cx-team-display);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.cx-team-sidebar-highlight p {
  margin: 0;
  color: var(--cx-team-text);
  font-size: 13px;
  line-height: 1.65;
}

.cx-team-sidebar-nav {
  display: grid;
  gap: 4px;
}

.cx-team-sidebar-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 10px;
  border-radius: 8px;
  color: var(--cx-team-text);
  font-size: 13px;
  line-height: 1.4;
}

.cx-team-sidebar-nav a span {
  color: var(--cx-team-purple-dark);
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.cx-team-sidebar-nav a:hover {
  background: var(--cx-team-white);
  color: var(--cx-team-purple-dark);
  text-decoration: none;
}

.cx-team-sidebar-nav a:hover span {
  opacity: 1;
  transform: translateX(2px);
}

@media (max-width: 900px) {
  .cx-team-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .cx-team-sidebar {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .cx-team-sidebar-card {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .cx-team-container {
    width: min(100% - 30px, 680px);
  }

  .cx-team-hero {
    padding: 55px 0 45px;
  }

  .cx-team-hero h1 {
    font-size: clamp(35px, 10vw, 48px);
  }

  .cx-team-lead {
    font-size: 15px;
    line-height: 1.7;
  }

  .cx-team-layout {
    padding-bottom: 60px;
  }

  .cx-team-section {
    margin-bottom: 38px;
    padding-bottom: 38px;
  }

  .cx-team-work-grid,
  .cx-team-values {
    grid-template-columns: 1fr;
  }

  .cx-team-section h2 {
    font-size: 28px;
  }

  .cx-team-section p {
    font-size: 15px;
  }

  .cx-team-sidebar {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .cx-team-hero {
    padding-top: 42px;
  }

  .cx-team-eyebrow {
    font-size: 10px;
  }

  .cx-team-work-card {
    padding: 20px;
  }

  .cx-team-link-card {
    grid-template-columns: 38px minmax(0, 1fr) auto;
    gap: 11px;
    padding: 14px;
  }

  .cx-team-link-icon {
    width: 38px;
    height: 38px;
  }

  .cx-team-link-card strong {
    font-size: 15px;
  }

  .cx-team-link-card small {
    font-size: 11.5px;
  }

  .cx-team-final {
    padding: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cx-team-page *,
  .cx-team-page *::before,
  .cx-team-page *::after {
    transition: none !important;
  }
}/* End custom CSS */