.h1 {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-text-primary);
}
@media (min-width: 1024px) {
  .h1 {
    font-size: 3rem;
  }
}

.h2 {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-text-primary);
}
@media (min-width: 1024px) {
  .h2 {
    font-size: 2.25rem;
  }
}

.h3 {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--color-text-primary);
}
@media (min-width: 1024px) {
  .h3 {
    font-size: 1.875rem;
  }
}

.h4 {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--color-text-primary);
}
@media (min-width: 1024px) {
  .h4 {
    font-size: 1.5rem;
  }
}

.h5 {
  font-family: "Fira Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--color-text-primary);
}
@media (min-width: 1024px) {
  .h5 {
    font-size: 1.25rem;
  }
}

.h6 {
  font-family: "Fira Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--color-text-primary);
}
@media (min-width: 1024px) {
  .h6 {
    font-size: 1rem;
  }
}

.body-lg {
  font-family: "Urbanist", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-text-primary);
}

.body {
  font-family: "Urbanist", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-text-primary);
}

.body-sm {
  font-family: "Urbanist", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-text-secondary);
}

.caption {
  font-family: "Urbanist", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-text-muted);
}

.label {
  font-family: "Urbanist", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-text-primary);
  letter-spacing: 0.01em;
}

.overline {
  font-family: "Urbanist", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-text-muted);
}

.glass-surface {
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.glass-surface--blue-h {
  background: linear-gradient(90deg, rgba(0, 120, 255, 0.05) 0%, rgba(0, 72, 153, 0.05) 100%);
}
.glass-surface--blue-v {
  background: linear-gradient(180deg, rgba(0, 120, 255, 0.2) 0%, rgba(20, 86, 163, 0.2) 100%);
}
.glass-surface--green-h {
  background: linear-gradient(90deg, rgba(1, 247, 129, 0.05) 0%, rgba(2, 149, 79, 0.05) 100%);
}
.glass-surface--green-v {
  background: linear-gradient(180deg, rgba(0, 196, 103, 0.2) 0%, rgba(2, 149, 79, 0.2) 100%);
}

:root {
  --color-primary: #001930;
  --color-primary-dark: #071F3E;
  --color-primary-light: #072540;
  --color-brand-blue: #1456A3;
  --color-accent-blue: #0078FF;
  --color-accent-green: #00C467;
  --color-brand-green: #02954F;
  --color-secondary: #00C467;
  --color-secondary-light:#0078FF;
  --color-success: #02954F;
  --color-error: #E10F1A;
  --color-warning: #F9A825;
  --color-info: #0078FF;
  --color-white: #FFFFFF;
  --color-black: #000000;
  --color-gray-50: #FAFAFA;
  --color-gray-100: #F5F5F5;
  --color-gray-200: #EEEEEE;
  --color-gray-300: #E0E0E0;
  --color-gray-400: #BDBDBD;
  --color-gray-500: #9E9E9E;
  --color-gray-600: #6D747C;
  --color-gray-700: #6D86A3;
  --color-gray-800: #334E6E;
  --color-gray-900: #1B1E20;
  --color-bg-primary: #FFFFFF;
  --color-bg-secondary: #FAFAFA;
  --color-bg-dark: #001930;
  --color-text-primary: #1B1E20;
  --color-text-secondary: #6D747C;
  --color-text-light: #FFFFFF;
  --color-text-heading: #072540;
  --color-text-dark: #001930;
  --color-text-muted: #B0B2B5;
  --color-border: #E0E0E0;
  --color-border-light: #EEEEEE;
  --gradient-tag-blue: linear-gradient(90deg, rgba(0, 120, 255, 0.05), rgba(0, 72, 153, 0.05));
  --gradient-tag-green: linear-gradient(90deg, rgba(0, 255, 134, 0.05), rgba(2, 149, 79, 0.05));
  --gradient-btn-green: linear-gradient(180deg, rgba(2, 149, 79, 0.2), rgba(0, 196, 103, 0.2));
  --gradient-btn-blue: linear-gradient(180deg, rgba(0, 120, 255, 0.05), rgba(20, 86, 163, 0.05));
  --gradient-hero-text: linear-gradient(90deg, #00C467 30.69%, #0078FF 69.82%);
  --gradient-card-blue: linear-gradient(180deg, rgb(229, 242, 255) 0.56%, rgba(255, 255, 255, 0) 55.68%);
  --gradient-card-green: linear-gradient(180deg, rgb(237, 242, 240) 0.56%, rgba(255, 255, 255, 0) 55.68%);
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-xl: 20px;
  --radius-2xl: 22px;
  --radius-full: 9999px;
  --shadow-sm: 0 2px 8px rgba(176, 178, 181, 0.1);
  --shadow-md: 0 5px 15px rgba(176, 178, 181, 0.15);
  --shadow-lg: 0 5px 15px rgba(215, 215, 215, 0.25);
  --shadow-xl: 0 10px 30px rgba(176, 178, 181, 0.2);
  --font-family-primary: Urbanist, sans-serif;
  --font-family-heading: Fira Sans, sans-serif;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 120, 255, 0.35) transparent;
}
html::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
html::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}
html::-webkit-scrollbar-thumb {
  background: rgba(0, 120, 255, 0.35);
  border-radius: 10px;
}
html::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 120, 255, 0.55);
}
html {
  overflow-x: clip;
}

body {
  font-family: var(--font-family-primary);
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-text-primary);
  background-color: var(--color-bg-primary);
  min-height: 100vh;
  overflow-x: clip;
}

@media (max-width: 1023px) {
  body {
    padding-bottom: calc(75px + env(safe-area-inset-bottom, 0));
  }
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

button {
  cursor: pointer;
  border: none;
  background: none;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-family-heading);
  font-weight: 700;
  line-height: 1.2;
  overflow-wrap: break-word;
}

p {
  overflow-wrap: break-word;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1024px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 2px solid transparent;
  border-radius: 8px;
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
  transition: background-color 250ms ease, color 250ms ease, border-color 250ms ease, box-shadow 250ms ease, transform 250ms ease;
}
.button:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}
@media (min-width: 768px) {
  .button {
    width: auto;
  }
}
.button:active:not(:disabled) {
  transform: scale(0.97);
}
.button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.button--sm {
  height: 36px;
  padding: 0 1rem;
  font-size: 0.875rem;
  border-radius: 4px;
}

.button--md {
  height: 45px;
  padding: 0 1.5rem;
  font-size: 1rem;
}

.button--lg {
  height: 50px;
  padding: 0 2rem;
  font-size: 1.125rem;
}

.button--primary {
  background-color: var(--color-primary);
  color: var(--color-text-light);
}
.button--primary:hover:not(:disabled) {
  background-color: var(--color-primary-dark);
}
.button--primary:focus-visible {
  box-shadow: 0 0 0 3px rgba(0, 25, 48, 0.35);
}

.button--secondary {
  background-color: var(--color-secondary);
  color: var(--color-text-light);
}
.button--secondary:hover:not(:disabled) {
  background-color: var(--color-secondary-light);
}
.button--secondary:focus-visible {
  box-shadow: 0 0 0 3px rgba(0, 196, 103, 0.35);
}

.button--outline {
  background-color: transparent;
  border-color: var(--color-primary);
  color: var(--color-primary);
}
.button--outline:hover:not(:disabled) {
  background-color: var(--color-primary);
  color: var(--color-text-light);
}

.button--ghost {
  background-color: transparent;
  color: var(--color-primary);
}
.button--ghost:hover:not(:disabled) {
  background-color: var(--color-gray-100);
}

.button--glass-blue,
.button--glass-green,
.button--glass-blue-solid,
.button--glass-green-solid,
.button--glass-ghost {
  position: relative;
  border: none;
  border-radius: 50px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  transition: background 250ms ease, transform 250ms ease, opacity 250ms ease;
  overflow: hidden;
}
.button--glass-blue:hover:not(:disabled),
.button--glass-green:hover:not(:disabled),
.button--glass-blue-solid:hover:not(:disabled),
.button--glass-green-solid:hover:not(:disabled),
.button--glass-ghost:hover:not(:disabled) {
  transform: translateY(-1px);
}
.button--glass-blue:active:not(:disabled),
.button--glass-green:active:not(:disabled),
.button--glass-blue-solid:active:not(:disabled),
.button--glass-green-solid:active:not(:disabled),
.button--glass-ghost:active:not(:disabled) {
  transform: scale(0.97);
}

.button--glass-ghost {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
}

.button--glass-blue {
  background: linear-gradient(180deg, rgba(0, 120, 255, 0.2) 0%, rgba(20, 86, 163, 0.2) 100%);
  position: relative;
}
.button--glass-blue::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(180deg, rgba(0, 180, 255, 0.55) 0%, rgba(0, 120, 255, 0.05) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.button--glass-green {
  background: linear-gradient(180deg, rgba(0, 196, 103, 0.2) 0%, rgba(2, 149, 79, 0.2) 100%);
  position: relative;
}
.button--glass-green::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(180deg, rgba(0, 255, 134, 0.55) 0%, rgba(0, 196, 103, 0.05) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.button--glass-blue-solid {
  background: linear-gradient(180deg, rgb(0, 120, 255) 0%, rgb(20, 86, 163) 100%);
  position: relative;
}
.button--glass-blue-solid::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(180deg, rgba(0, 180, 255, 0.65) 0%, rgba(0, 120, 255, 0.05) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.button--glass-green-solid {
  background: linear-gradient(180deg, rgb(2, 149, 79) 0%, rgb(0, 196, 103) 100%);
  position: relative;
}
.button--glass-green-solid::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(180deg, rgba(0, 255, 134, 0.65) 0%, rgba(0, 196, 103, 0.05) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.button--glass-ghost {
  background: linear-gradient(180deg, rgba(0, 120, 255, 0.12) 0%, rgba(20, 86, 163, 0.12) 100%);
  backdrop-filter: blur(16px);
  color: #fffdfd;
  position: relative;
}
.button--glass-ghost::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.1) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.button--glass-ghost:hover:not(:disabled) {
  background: linear-gradient(180deg, rgba(0, 120, 255, 0.05) 0%, rgba(20, 86, 163, 0.05) 100%);
}
.button--glass-ghost:hover:not(:disabled)::before {
  opacity: 0;
}

.button--full-width {
  width: 100%;
}

.button__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}.nav-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 14px;
  min-width: 260px;
  max-width: min(1040px, 100vw - 32px);
  z-index: 100;
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  transition: opacity 250ms ease, transform 250ms ease;
}
.nav-dropdown--open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.nav-dropdown--mega-cards {
  left: -240px;
}
.nav-dropdown--mega-cards .nav-dropdown__connector {
  left: 240px;
}
.nav-dropdown__connector {
  position: absolute;
  top: 8px;
  left: 24px;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  background: inherit;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
}
.nav-dropdown__inner {
  display: flex;
  gap: 32px;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(176, 178, 181, 0.2);
  overflow: hidden;
}
.nav-dropdown__columns {
  display: flex;
  gap: 40px;
  flex: 1 1 auto;
  min-width: 0;
}
.nav-dropdown__column {
  min-width: 180px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.nav-dropdown__column-title {
  margin: 0 0 4px;
  font-family: "Fira Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.6;
}
.nav-dropdown__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.nav-dropdown__link {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 150ms ease, color 150ms ease;
}
.nav-dropdown__link:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}
.nav-dropdown__link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 4px;
}
.nav-dropdown__link-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.nav-dropdown__link-label {
  font-family: "Fira Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}
.nav-dropdown__link-desc {
  font-family: "Urbanist", sans-serif;
  font-size: 13px;
  line-height: 1.4;
  opacity: 0.7;
}
.nav-dropdown__featured {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 280px;
  min-height: 220px;
  flex-shrink: 0;
  padding: 20px;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #001930;
}
.nav-dropdown__featured::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 25, 48, 0.1) 0%, rgba(0, 25, 48, 0.85) 100%);
  z-index: 1;
}
.nav-dropdown__featured-media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 350ms ease;
  z-index: 0;
}
.nav-dropdown__featured:hover .nav-dropdown__featured-media {
  transform: scale(1.04);
}
.nav-dropdown__featured-body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.nav-dropdown__featured-eyebrow {
  font-family: "Titillium Web", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: 0.85;
}
.nav-dropdown__featured-title {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
}
.nav-dropdown__featured-desc {
  font-family: "Urbanist", sans-serif;
  font-size: 13px;
  line-height: 1.45;
  opacity: 0.85;
}
.nav-dropdown--default .nav-dropdown__inner {
  padding: 12px;
}
.nav-dropdown--default .nav-dropdown__columns {
  gap: 0;
}
.nav-dropdown--default .nav-dropdown__column {
  min-width: 220px;
}
.nav-dropdown--default .nav-dropdown__link {
  padding: 10px 16px;
}
.nav-dropdown--default .nav-dropdown__column-title {
  display: none;
}
.nav-dropdown--mega {
  min-width: 560px;
}
.nav-dropdown--dark .nav-dropdown__inner {
  background: #FFFFFF;
  color: #072540;
  box-shadow: 0 18px 48px rgba(0, 25, 48, 0.35);
}
.nav-dropdown--dark .nav-dropdown__connector {
  background: #FFFFFF;
}
.nav-dropdown--dark .nav-dropdown__link {
  color: #072540;
}
.nav-dropdown--dark .nav-dropdown__link:hover, .nav-dropdown--dark .nav-dropdown__link:focus-visible {
  background: rgba(0, 25, 48, 0.05);
}
.nav-dropdown--dark .nav-dropdown__link-icon {
  background: rgba(0, 120, 255, 0.08);
  color: #001930;
}
.nav-dropdown--dark .nav-dropdown__column-title {
  color: #6D747C;
}
.nav-dropdown--light .nav-dropdown__inner {
  background: #FFFFFF;
  color: #072540;
  box-shadow: 0 12px 40px rgba(0, 25, 48, 0.12);
  border: 1px solid rgba(0, 25, 48, 0.06);
}
.nav-dropdown--light .nav-dropdown__connector {
  background: #FFFFFF;
  border-top-color: rgba(0, 25, 48, 0.06);
  border-left-color: rgba(0, 25, 48, 0.06);
}
.nav-dropdown--light .nav-dropdown__link {
  color: #072540;
}
.nav-dropdown--light .nav-dropdown__link:hover, .nav-dropdown--light .nav-dropdown__link:focus-visible {
  background: rgba(0, 120, 255, 0.06);
}
.nav-dropdown--light .nav-dropdown__link-icon {
  background: rgba(0, 120, 255, 0.08);
  color: #001930;
}
.nav-dropdown--light .nav-dropdown__column-title {
  color: #6D747C;
}
.nav-dropdown--simple .nav-dropdown__inner, .nav-dropdown--simple-with-image .nav-dropdown__inner {
  padding: 25px 15px;
  gap: 0;
  align-items: stretch;
}
.nav-dropdown--simple .nav-dropdown__list, .nav-dropdown--simple-with-image .nav-dropdown__list {
  gap: 20px;
  width: 100%;
}
.nav-dropdown--simple .nav-dropdown__link, .nav-dropdown--simple-with-image .nav-dropdown__link {
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  margin: 0 -10px;
  background: none;
  border-radius: 8px;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.125rem;
  color: inherit;
  transition: background-color 250ms ease, color 250ms ease, transform 250ms ease;
}
.nav-dropdown--simple .nav-dropdown__link:hover, .nav-dropdown--simple .nav-dropdown__link:focus-visible, .nav-dropdown--simple-with-image .nav-dropdown__link:hover, .nav-dropdown--simple-with-image .nav-dropdown__link:focus-visible {
  background: rgba(0, 196, 103, 0.1);
  color: #02954F;
  transform: translateX(2px);
  opacity: 1;
}
.nav-dropdown--simple .nav-dropdown__link:hover .nav-dropdown__link-label, .nav-dropdown--simple .nav-dropdown__link:focus-visible .nav-dropdown__link-label, .nav-dropdown--simple-with-image .nav-dropdown__link:hover .nav-dropdown__link-label, .nav-dropdown--simple-with-image .nav-dropdown__link:focus-visible .nav-dropdown__link-label {
  font-weight: 600;
}
.nav-dropdown--simple .nav-dropdown__link:hover .nav-dropdown__dot, .nav-dropdown--simple .nav-dropdown__link:focus-visible .nav-dropdown__dot, .nav-dropdown--simple-with-image .nav-dropdown__link:hover .nav-dropdown__dot, .nav-dropdown--simple-with-image .nav-dropdown__link:focus-visible .nav-dropdown__dot {
  background: rgba(0, 196, 103, 0.45);
}
.nav-dropdown--simple .nav-dropdown__link:hover .nav-dropdown__dot::after, .nav-dropdown--simple .nav-dropdown__link:focus-visible .nav-dropdown__dot::after, .nav-dropdown--simple-with-image .nav-dropdown__link:hover .nav-dropdown__dot::after, .nav-dropdown--simple-with-image .nav-dropdown__link:focus-visible .nav-dropdown__dot::after {
  width: 7px;
  height: 7px;
}
.nav-dropdown--simple .nav-dropdown__link-label, .nav-dropdown--simple-with-image .nav-dropdown__link-label {
  display: inline;
  font-weight: 400;
  line-height: 1.2;
}
.nav-dropdown__dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 9px;
  height: 9px;
  flex-shrink: 0;
  background: rgba(0, 196, 103, 0.25);
  border-radius: 50%;
}
.nav-dropdown__dot::after {
  content: "";
  width: 5px;
  height: 5px;
  background: #02954F;
  border-radius: 50%;
}
.nav-dropdown--simple-with-image .nav-dropdown__inner {
  gap: 20px;
}
.nav-dropdown--simple-with-image .nav-dropdown__col {
  flex: 0 0 auto;
  min-width: 282px;
}
.nav-dropdown--simple-with-image .nav-dropdown__image {
  flex: 1 1 auto;
  align-self: stretch;
  max-width: 166px;
  min-height: 218px;
}
.nav-dropdown--mega-cards .nav-dropdown__inner {
  gap: 40px;
  padding: 35px 25px;
  align-items: stretch;
}
.nav-dropdown--mega-cards .nav-dropdown__image {
  flex: 0 0 auto;
  width: 306px;
  min-height: 192px;
}
.nav-dropdown--mega-cards .nav-dropdown__cards {
  display: flex;
  flex: 1 1 auto;
  gap: 40px;
  align-items: stretch;
}
.nav-dropdown--mega-cards .nav-dropdown__cards > .nav-dropdown__card + .nav-dropdown__card {
  position: relative;
  padding-left: 40px;
}
.nav-dropdown--mega-cards .nav-dropdown__cards > .nav-dropdown__card + .nav-dropdown__card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  bottom: 11px;
  width: 1px;
  background: currentColor;
  opacity: 0.12;
}
.nav-dropdown__image {
  display: block;
  border-radius: 16px;
  overflow: hidden;
  pointer-events: none;
}
.nav-dropdown__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.nav-dropdown__cards {
  display: flex;
}
.nav-dropdown__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 0;
  min-width: 0;
  padding: 0;
  text-decoration: none;
  color: inherit;
  transition: opacity 150ms ease;
}
.nav-dropdown__card:hover {
  opacity: 0.8;
}
.nav-dropdown__card-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.nav-dropdown__card-icon {
  display: inline-flex;
  color: #1456A3;
}
.nav-dropdown__card-title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.4;
}
.nav-dropdown__card-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  color: #02954F;
}
.nav-dropdown__card-cta svg {
  transition: transform 150ms ease;
}
.nav-dropdown__card:hover .nav-dropdown__card-cta svg {
  transform: translateX(3px);
}
@media (max-width: 1023px) {
  .nav-dropdown {
    position: static;
    margin-top: 0;
    max-width: none;
    box-shadow: none;
    background: transparent;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
  .nav-dropdown__connector {
    display: none;
  }
  .nav-dropdown__inner {
    flex-direction: column;
    padding: 8px 0;
    box-shadow: none;
    border-radius: 0;
  }
  .nav-dropdown__columns {
    flex-direction: column;
    gap: 16px;
  }
  .nav-dropdown__featured {
    width: 100%;
    min-height: 160px;
  }
}.language-switcher {
  position: relative;
  display: inline-flex;
}
.language-switcher__trigger {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  height: 50px;
  padding: 0 14px;
  border: 0;
  border-radius: 50px;
  background: linear-gradient(180deg, rgba(0, 196, 103, 0.2) 0%, rgba(2, 149, 79, 0.2) 100%);
  color: #FFFFFF;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  cursor: pointer;
  overflow: hidden;
  transition: background 250ms ease, transform 250ms ease, opacity 250ms ease;
  position: relative;
}
.language-switcher__trigger::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(180deg, rgba(0, 255, 134, 0.55) 0%, rgba(0, 196, 103, 0.05) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.language-switcher__trigger:hover {
  transform: translateY(-1px);
}
.language-switcher__trigger:active {
  transform: scale(0.97);
}
.language-switcher__trigger:focus-visible {
  outline: 2px solid #02C062;
  outline-offset: 2px;
}
.language-switcher__icon {
  flex-shrink: 0;
}
.language-switcher__current {
  letter-spacing: 0.02em;
  white-space: nowrap;
  flex-shrink: 0;
}
.language-switcher__chevron {
  margin-left: 2px;
  color: currentColor;
  opacity: 0.9;
  flex-shrink: 0;
  transition: transform 0.18s ease, opacity 0.18s ease;
}
.language-switcher__chevron--open {
  transform: rotate(180deg);
  opacity: 1;
}
.language-switcher__trigger:hover .language-switcher__chevron {
  opacity: 1;
}
.language-switcher__menu {
  position: absolute;
  top: calc(100% + 8px);
  min-width: 160px;
  margin: 0;
  padding: 6px;
  list-style: none;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14), 0 2px 6px rgba(0, 0, 0, 0.06);
  z-index: 120;
  animation: language-switcher-in 0.14s ease-out;
}
.language-switcher--align-right .language-switcher__menu {
  right: 0;
}
.language-switcher--align-left .language-switcher__menu {
  left: 0;
}
.language-switcher__option {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 12px;
  border: 0;
  background: transparent;
  color: #0b0b0b;
  font-family: inherit;
  font-size: 14px;
  text-align: left;
  cursor: pointer;
  border-radius: 8px;
  transition: background 0.14s ease;
}
.language-switcher__option:hover, .language-switcher__option:focus-visible {
  background: rgba(2, 192, 98, 0.1);
  outline: none;
}
.language-switcher__option-code {
  font-weight: 600;
  color: #0078FF;
  min-width: 22px;
}
.language-switcher__option-name {
  flex: 1;
  color: #2a2a2a;
}
.language-switcher__option-check {
  color: #02C062;
}
.language-switcher__option--active {
  background: rgba(2, 192, 98, 0.08);
}
.language-switcher__option--active .language-switcher__option-name {
  font-weight: 600;
}
.navbar--scrolled .language-switcher .language-switcher__trigger {
  background: linear-gradient(180deg, rgba(2, 149, 79, 0.05), rgba(0, 196, 103, 0.05));
  color: #001930;
}
.language-switcher--mobile .language-switcher__trigger {
  height: 44px;
  padding: 0 12px;
  font-size: 15px;
}
.language-switcher--mobile .language-switcher__menu {
  right: 0;
  min-width: 140px;
}

@keyframes language-switcher-in {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}.mobile-bottom-bar {
  position: relative;
  width: 100%;
  height: 75px;
  background: #FFFFFF;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.mobile-bottom-bar__mask {
  position: absolute;
  top: 6.67%;
  right: 1.16%;
  bottom: 0;
  left: 0.93%;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(179.892deg, rgba(123, 173, 215, 0.3) 0.56%, rgba(255, 255, 255, 0) 55.68%);
  opacity: 0.35;
  pointer-events: none;
}
.mobile-bottom-bar__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
  padding: 5px 17px 5px 13px;
}
.mobile-bottom-bar__tab {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  width: 60px;
  height: 65px;
  text-decoration: none;
  color: #09305d;
  background: none;
  border: none;
  cursor: pointer;
  transition: opacity 150ms ease;
}
.mobile-bottom-bar__tab:hover, .mobile-bottom-bar__tab:focus-visible {
  opacity: 0.7;
}
.mobile-bottom-bar__tab-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #09305d;
  flex-shrink: 0;
}
.mobile-bottom-bar__tab-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.mobile-bottom-bar__tab-label {
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  color: #09305d;
  text-align: center;
  white-space: nowrap;
}
.mobile-bottom-bar__center {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 17px;
  flex-shrink: 0;
  border-radius: 25px;
  background: linear-gradient(180deg, rgba(2, 149, 79, 0.05) 0%, rgba(0, 196, 103, 0.05) 100%);
  color: #09305d;
  text-decoration: none;
  transition: transform 150ms ease, background 150ms ease;
}
.mobile-bottom-bar__center svg {
  display: block;
}
.mobile-bottom-bar__center:hover, .mobile-bottom-bar__center:focus-visible {
  transform: translateY(-2px);
  background: linear-gradient(180deg, rgba(2, 149, 79, 0.15) 0%, rgba(0, 196, 103, 0.15) 100%);
}
.mobile-bottom-bar__spacer {
  display: inline-block;
  width: 60px;
  height: 65px;
}
@media (max-width: 360px) {
  .mobile-bottom-bar__tab {
    width: 52px;
  }
  .mobile-bottom-bar__spacer {
    width: 52px;
  }
  .mobile-bottom-bar__inner {
    padding: 5px 10px;
  }
}.navbar {
  width: 100%;
  z-index: 300;
  transition: background 250ms ease, height 250ms ease, backdrop-filter 250ms ease;
}
.navbar--default {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  height: 115px;
}
.navbar--scrolled {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  height: 98px;
  z-index: 500;
  box-shadow: 0 2px 12px rgba(0, 25, 48, 0.08);
  animation: navbar-slide-down 300ms ease forwards;
}
.navbar--scrolled .navbar__nav-link,
.navbar--scrolled .navbar__nav-chevron,
.navbar--scrolled .navbar__nav-chevron-btn {
  color: #072540;
}
.navbar--scrolled .navbar__apply-btn {
  background: linear-gradient(180deg, rgba(0, 120, 255, 0.05), rgba(20, 86, 163, 0.05));
  color: #001930;
}
.navbar--scrolled .navbar__search-btn {
  background: linear-gradient(180deg, rgba(2, 149, 79, 0.05), rgba(0, 196, 103, 0.05));
  color: #001930;
}
.navbar--scrolled .navbar__lang-btn {
  background: linear-gradient(180deg, rgba(0, 196, 103, 0.05), rgba(2, 149, 79, 0.05));
  color: #001930;
}
.navbar--scrolled .navbar__mobile-menu-btn,
.navbar--scrolled .navbar__mobile-lang {
  color: #072540;
}
.navbar__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding-left: 3.07%;
  padding-right: 4.12%;
  gap: 60px;
}
@media (max-width: 1380px) {
  .navbar__container {
    gap: 40px;
  }
}
@media (max-width: 1200px) {
  .navbar__container {
    gap: 28px;
  }
}
@media (max-width: 1023px) {
  .navbar__container {
    padding-left: 16px;
    padding-right: 16px;
    gap: 16px;
  }
}
.navbar__left {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-shrink: 1;
  min-width: 0;
}
.navbar__logo-group {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  min-width: 0;
}
.navbar__logo-divider {
  display: block;
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.3);
  flex-shrink: 0;
  transition: background 250ms ease;
}
.navbar--scrolled .navbar__logo-divider {
  background: rgba(7, 37, 64, 0.15);
}
.navbar__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
}
.navbar__logo img {
  height: 80px;
  aspect-ratio: 115/105;
  width: auto;
  max-width: 115px;
  object-fit: contain;
  transition: height 250ms ease;
}
.navbar__logo--secondary img {
  height: 62px;
  width: auto;
  max-width: none;
  aspect-ratio: unset;
}
.navbar--scrolled .navbar__logo img {
  height: 80px;
  max-width: 96px;
}
.navbar--scrolled .navbar__logo--secondary img {
  height: 62px;
  max-width: none;
}
@media (max-width: 1023px) {
  .navbar__logo img {
    height: 75px;
  }
  .navbar__logo--secondary img {
    height: 44px;
  }
  .navbar__logo-divider {
    height: 30px;
  }
}
.navbar__nav {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 25px;
}
@media (min-width: 1024px) {
  .navbar__nav {
    display: flex;
    align-items: center;
  }
}
.navbar__nav-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 18px;
  margin-bottom: -18px;
}
.navbar__nav-item--open .navbar__nav-chevron {
  transform: rotate(180deg);
}
.navbar__nav-link {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  color: #FFFFFF;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  line-height: 1.5;
  transition: opacity 150ms ease;
}
.navbar__nav-link:hover {
  opacity: 0.8;
}
.navbar__nav-link-icon {
  display: none;
}
.navbar__nav-link-label {
  display: inline;
}
.navbar__nav-link--compact .navbar__nav-link-label {
  display: none !important;
}
.navbar__nav-link--compact .navbar__nav-link-icon {
  display: inline-flex !important;
}
@media (max-width: 1380px) {
  .navbar__left {
    gap: 28px;
  }
  .navbar__nav {
    gap: 16px;
  }
  .navbar__nav-link {
    font-size: 16px;
    align-items: center;
  }
  .navbar__nav-link-label {
    white-space: normal;
    line-height: 1.15;
    max-width: 132px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
  }
}
@media (max-width: 1200px) {
  .navbar__left {
    gap: 20px;
  }
  .navbar__nav {
    gap: 12px;
  }
  .navbar__nav-link {
    font-size: 15px;
  }
  .navbar__nav-link-label {
    max-width: 120px;
  }
}
@media (max-width: 1530px) {
  .navbar--live .navbar__left {
    gap: 28px;
  }
  .navbar--live .navbar__nav {
    gap: 16px;
  }
  .navbar--live .navbar__nav-link {
    font-size: 16px;
    align-items: center;
  }
  .navbar--live .navbar__nav-link-label {
    white-space: normal;
    line-height: 1.15;
    max-width: 132px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 1350px) {
  .navbar--live .navbar__left {
    gap: 20px;
  }
  .navbar--live .navbar__nav {
    gap: 12px;
  }
  .navbar--live .navbar__nav-link {
    font-size: 15px;
  }
  .navbar--live .navbar__nav-link-label {
    max-width: 120px;
  }
}
.navbar__nav-link--compact {
  white-space: nowrap !important;
}
.navbar__nav-chevron-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  padding: 2px;
  cursor: pointer;
  color: #FFFFFF;
  line-height: 0;
  transition: opacity 150ms ease;
}
.navbar__nav-chevron-btn:hover {
  opacity: 0.8;
}
.navbar--scrolled .navbar__nav-chevron-btn {
  color: #072540;
}
.navbar__nav-item--open .navbar__nav-chevron-btn .navbar__nav-chevron {
  transform: rotate(180deg);
}
.navbar__nav-chevron {
  width: 9px;
  height: 7px;
  transition: transform 250ms ease;
  color: #FFFFFF;
}
.navbar__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: rgba(0, 25, 48, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 16px;
  padding: 12px 0;
  box-shadow: 0 10px 30px rgba(176, 178, 181, 0.2);
  z-index: 100;
  margin-top: 8px;
}
.navbar__dropdown-link {
  display: block;
  padding: 12px 20px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
  text-decoration: none;
  transition: background 150ms ease;
}
.navbar__dropdown-link:hover {
  background: rgba(255, 255, 255, 0.1);
}
.navbar__actions {
  display: none;
  gap: 15px;
}
@media (min-width: 1024px) {
  .navbar__actions {
    display: flex;
    align-items: center;
  }
}
.navbar__apply-btn {
  padding: 24px;
  gap: 8px;
}
.navbar__apply-btn:hover {
  opacity: 0.85;
  transform: none;
}
.navbar__search-btn {
  width: 50px;
  padding: 17px;
  border-radius: 25px;
}
.navbar__search-btn .button__label {
  display: none;
}
.navbar__search-btn:hover {
  opacity: 0.85;
  transform: none;
}
.navbar__lang-btn {
  padding: 11px;
  gap: 5px;
  font-size: 17px;
}
.navbar__lang-btn:hover {
  opacity: 0.85;
  transform: none;
}
@media (max-width: 1320px) {
  .navbar__container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .navbar__actions {
    gap: 10px;
  }
  .navbar__apply-btn {
    padding: 0 16px;
    font-size: 14px;
    gap: 6px;
  }
  .navbar .navbar__lang-switcher .language-switcher__trigger {
    padding: 0 10px;
    font-size: 15px;
    gap: 4px;
  }
}
@media (max-width: 1200px) {
  .navbar__apply-btn {
    width: 50px;
    padding: 0;
    gap: 0;
  }
  .navbar__apply-btn .button__label {
    display: none;
  }
}
.navbar__live-badge {
  display: none;
  align-items: center;
  gap: 8px;
  height: 50px;
  background: transparent;
  border-radius: 50px;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .navbar--live .navbar__live-badge {
    display: inline-flex;
  }
}
.navbar__live-badge--mobile {
  display: inline-flex;
  padding: 0;
  background: transparent;
}
.navbar__live-badge--mobile .navbar__live-pill {
  width: 44px;
  height: 44px;
}
@media (max-width: 1023px) {
  .navbar--live .navbar__mobile-actions .navbar__live-badge {
    display: inline-flex;
  }
}
.navbar__live-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(225, 15, 26, 0.25) 0%, rgba(180, 12, 21, 0.25) 100%);
  flex-shrink: 0;
  position: relative;
}
.navbar__live-pill::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(180deg, rgba(255, 80, 80, 0.55) 0%, rgba(225, 15, 26, 0.05) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.navbar__live-pill::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(225, 15, 26, 0.55);
  pointer-events: none;
  animation: navbar-live-broadcast 1.8s ease-out infinite;
}
.navbar--scrolled .navbar__live-pill {
  background: linear-gradient(180deg, rgba(225, 15, 26, 0.08) 0%, rgba(180, 12, 21, 0.08) 100%);
}
.navbar--scrolled .navbar__live-text {
  color: #072540;
}
.navbar__live-icon {
  color: #E10F1A;
}
.navbar__live-text {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 20px;
  color: #FFFFFF;
  white-space: nowrap;
}
@media (max-width: 1320px) {
  .navbar--live .navbar__live-badge {
    padding: 0;
  }
  .navbar--live .navbar__live-text {
    display: none;
  }
}
.navbar__mobile-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 1024px) {
  .navbar__mobile-actions {
    display: none;
  }
}
.navbar__mobile-lang {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: linear-gradient(180deg, rgba(0, 196, 103, 0.2), rgba(2, 149, 79, 0.2));
  border: none;
  border-radius: 50px;
  height: 50px;
  padding: 11px;
  color: #FFFFFF;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
  transition: background 150ms ease, color 150ms ease;
}
.navbar__mobile-menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  background: linear-gradient(180deg, rgba(0, 120, 255, 0.2), rgba(20, 86, 163, 0.2));
  border: none;
  border-radius: 50px;
  padding: 11px;
  color: #FFFFFF;
  cursor: pointer;
  transition: background 150ms ease, color 150ms ease;
}
.navbar--scrolled .navbar__mobile-lang {
  background: linear-gradient(180deg, rgba(0, 196, 103, 0.05), rgba(2, 149, 79, 0.05));
  color: #001930;
}
.navbar--scrolled .navbar__mobile-menu-btn {
  background: linear-gradient(180deg, rgba(0, 120, 255, 0.05), rgba(20, 86, 163, 0.05));
  color: #001930;
}
.navbar__mobile-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(2px);
  z-index: 400;
  animation: navbar-fade-in 200ms ease forwards;
}
.navbar__mobile-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: clamp(280px, 71vw, 360px);
  background: #FFFFFF;
  color: #072540;
  z-index: 600;
  transform: translateX(100%);
  transition: transform 320ms cubic-bezier(0.2, 0.8, 0.2, 1);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
  box-shadow: -12px 0 40px rgba(0, 0, 0, 0.18);
  padding-bottom: calc(75px + env(safe-area-inset-bottom, 0));
}
.navbar__mobile-drawer--open {
  transform: translateX(0);
}
.navbar__mobile-drawer::after {
  content: "";
  position: absolute;
  width: 150%;
  aspect-ratio: 1/1;
  top: 36.5%;
  right: -90%;
  background-image: url("/assets/images/mobile-drawer-dots.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.1;
  transform: rotate(90deg);
  pointer-events: none;
  z-index: 0;
}
.navbar__mobile-drawer-head, .navbar__mobile-panel {
  position: relative;
  z-index: 1;
}
.navbar__mobile-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 20px 20px 16px;
  border-bottom: 1px solid rgba(7, 37, 64, 0.08);
}
.navbar__mobile-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: linear-gradient(180deg, #0078FF 0%, #1456A3 100%);
  border: none;
  border-radius: 50px;
  color: #FFFFFF;
  cursor: pointer;
  transition: opacity 150ms ease, transform 150ms ease;
}
.navbar__mobile-close:hover, .navbar__mobile-close:focus-visible {
  opacity: 0.92;
  transform: scale(1.04);
}
.navbar__mobile-lang--light {
  background: linear-gradient(180deg, rgba(0, 196, 103, 0.05), rgba(2, 149, 79, 0.05));
  color: #001930;
  border: 1px solid rgba(7, 37, 64, 0.08);
}
.navbar__mobile-lang--light:hover, .navbar__mobile-lang--light:focus-visible {
  background: linear-gradient(180deg, rgba(0, 196, 103, 0.12), rgba(2, 149, 79, 0.12));
}
.navbar__mobile-panel {
  flex: 1;
  padding: 12px 0 16px;
  overflow-y: auto;
}
.navbar__mobile-nav-list {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
}
.navbar__mobile-nav-item--open {
  background: rgba(230, 241, 255, 0.35);
}
.navbar__mobile-nav-row {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0 20px;
}
.navbar__mobile-nav-link {
  flex: 1;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 16px 0;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  color: #072540;
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: color 150ms ease;
}
.navbar__mobile-nav-link:hover, .navbar__mobile-nav-link:focus-visible {
  color: #0078FF;
}
.navbar__mobile-nav-toggle {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: none;
  border: none;
  color: #0078FF;
  cursor: pointer;
  transition: opacity 150ms ease;
}
.navbar__mobile-nav-toggle:hover, .navbar__mobile-nav-toggle:focus-visible {
  opacity: 0.75;
}
.navbar__mobile-chevron {
  transition: transform 250ms ease;
  color: currentColor;
}
.navbar__mobile-chevron--open {
  transform: rotate(180deg);
}
.navbar__mobile-dropdown {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 8px 20px 16px;
  background: #f7fbff;
}
.navbar__mobile-dropdown-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  color: #072540;
  text-decoration: none;
  transition: color 150ms ease;
}
.navbar__mobile-dropdown-link:hover, .navbar__mobile-dropdown-link:focus-visible {
  color: #00C467;
}
.navbar__mobile-dropdown-dot {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(0, 196, 103) 0%, rgb(2, 149, 79) 100%);
}
.navbar__altmenu-fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  box-shadow: 0 -6px 20px rgba(7, 37, 64, 0.12);
  padding-bottom: env(safe-area-inset-bottom, 0);
}
@media (min-width: 1024px) {
  .navbar__altmenu-fixed {
    display: none;
  }
}
@media (max-width: 1023px) {
  .navbar--default {
    height: 85px;
  }
  .navbar--scrolled {
    height: 85px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 5px 15px rgba(176, 178, 181, 0.15);
  }
  .navbar--scrolled .navbar__logo img {
    height: 62px;
    max-width: 68px;
  }
}
@media (max-width: 360px) {
  .navbar__mobile-drawer {
    padding: 16px 16px 24px;
    gap: 16px;
  }
  .navbar__mobile-hero-title {
    font-size: 24px;
    line-height: 30px;
  }
  .navbar__mobile-actions {
    gap: 8px;
  }
  .navbar__mobile-lang {
    min-width: 54px;
    font-size: 15px;
  }
}

@keyframes navbar-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes navbar-slide-down {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes navbar-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
@keyframes navbar-live-broadcast {
  0% {
    box-shadow: 0 0 0 0 rgba(225, 15, 26, 0.18);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(225, 15, 26, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(225, 15, 26, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .navbar__live-pill::after {
    animation: none;
  }
}.footer {
  position: relative;
  width: 100%;
  color: #FFFFFF;
  overflow: hidden;
  background: radial-gradient(ellipse 86% 20% at 50% 38%, #00346D 0%, #002042 50%, #00162C 75%, #000C17 100%), #000C17;
}
.footer__divider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  z-index: 1;
}
.footer__panel {
  position: absolute;
  top: 0;
  bottom: 16.92%;
  left: calc(5% - 16px);
  right: calc(5% - 16px);
  background: rgba(4, 42, 85, 0.2);
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 768px) {
  .footer__panel {
    left: calc(6% - 16px);
    right: calc(6% - 16px);
  }
}
.footer::after {
  content: "";
  position: absolute;
  top: 38px;
  right: 56px;
  width: 236px;
  height: 181px;
  background: radial-gradient(ellipse at center, rgba(0, 196, 103, 0.45) 0%, rgba(0, 120, 255, 0.15) 45%, rgba(0, 120, 255, 0) 75%);
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 0;
}
.footer__main, .footer__bottom {
  position: relative;
  z-index: 2;
}
.footer__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 50px 5%;
}
@media (min-width: 768px) {
  .footer__main {
    gap: 48px;
    padding: 55px 6%;
  }
}
@media (min-width: 1024px) {
  .footer__main {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
    padding: 60px 8%;
  }
}
@media (min-width: 1280px) {
  .footer__main {
    flex-wrap: nowrap;
    padding: 60px 10.36%;
  }
}
.footer__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 22px;
  width: 100%;
  min-width: 0;
  flex: 1 1 240px;
}
@media (min-width: 1024px) {
  .footer__brand {
    align-items: flex-start;
    text-align: left;
    gap: 30px;
    max-width: 309px;
  }
}
.footer__brand-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
@media (min-width: 1024px) {
  .footer__brand-header {
    align-items: flex-start;
    gap: 20px;
  }
}
.footer__logo {
  display: inline-block;
  width: 181px;
  height: 165px;
}
.footer__logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer__glyph-link {
  display: inline-block;
  text-decoration: none;
  width: auto;
  line-height: 1;
  transition: opacity 250ms ease;
}
.footer__glyph-link:hover {
  opacity: 0.85;
}
.footer__glyph-link:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.6);
  outline-offset: 4px;
  border-radius: 4px;
}
@media (min-width: 1024px) {
  .footer__glyph-link {
    width: 293px;
  }
}
.footer__glyph {
  display: block;
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: normal;
  background-image: linear-gradient(187.66deg, #00C467 38.521%, #0078FF 81.613%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.footer__brand-title {
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  margin: 0;
}
.footer__brand-desc {
  font-family: "Urbanist", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 19.2px;
  color: #FFFFFF;
  margin: 0;
}
.footer__socials {
  display: none;
}
.footer__social-link {
  color: #FFFFFF;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 250ms ease, transform 250ms ease;
}
.footer__social-link:hover {
  opacity: 0.75;
  transform: translateY(-1px);
}
.footer__social-link:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.6);
  outline-offset: 4px;
  border-radius: 4px;
}
.footer__programs {
  display: none;
  width: 100%;
  min-width: 0;
  flex: 1 1 240px;
}
@media (min-width: 1024px) {
  .footer__programs {
    display: block;
    max-width: 320px;
  }
}
.footer__col-title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 35px;
  color: #FFFFFF;
  margin: 0 0 0.5rem;
}
.footer__program-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__program-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
  color: #FFFFFF;
}
.footer__program-link {
  color: inherit;
  text-decoration: none;
  transition: opacity 250ms ease;
}
.footer__program-link:hover {
  opacity: 0.75;
  text-decoration: underline;
}
.footer__program-dot {
  position: relative;
  flex-shrink: 0;
  width: 9px;
  height: 9px;
  border-radius: 9999px;
  margin-top: 13px;
  background: rgba(0, 255, 134, 0.18);
}
.footer__program-dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #00FF86;
  transform: translate(-50%, -50%);
}
.footer__newsletter {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  min-width: 0;
  flex: 1 1 280px;
  max-width: 410px;
}
@media (min-width: 1024px) {
  .footer__newsletter {
    align-items: stretch;
    max-width: 410px;
  }
}
.footer__newsletter-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media (min-width: 1024px) {
  .footer__newsletter-head {
    align-items: flex-start;
    width: 280px;
  }
}
.footer__newsletter-tag {
  align-self: center;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 38px;
  padding: 5px 12px;
  border-radius: 55px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 21.6px;
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  .footer__newsletter-tag {
    align-self: flex-start;
  }
}
.footer__newsletter-tag-dot {
  position: relative;
  width: 9px;
  height: 9px;
  border-radius: 9999px;
  background: rgba(0, 120, 255, 0.15);
}
.footer__newsletter-tag-dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #0078FF;
  transform: translate(-50%, -50%);
}
.footer__newsletter-title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #FFFFFF;
  margin: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .footer__newsletter-title {
    font-size: 32px;
    line-height: 38.4px;
    text-align: left;
  }
}
.footer__newsletter-form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
  width: 100%;
}
.footer__newsletter-btn-row {
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px) {
  .footer__newsletter-btn-row {
    justify-content: flex-end;
  }
}
.footer__newsletter-input {
  flex: 0 0 auto;
  box-sizing: border-box;
  width: 100%;
  height: 55px;
  padding: 0 20px;
  border-radius: 25px;
  font-family: "Urbanist", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 21.6px;
  color: #FFFFFF;
  outline: none;
  transition: box-shadow 250ms ease, background 250ms ease;
}
.footer__newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.55);
}
.footer__newsletter-input:focus-visible {
  background: rgba(0, 120, 255, 0.22);
  box-shadow: 0 0 0 2px rgba(0, 120, 255, 0.5);
}
.footer__newsletter-input:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
.footer__newsletter-btn {
  flex-shrink: 0;
  width: 133px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50px;
  background: linear-gradient(180deg, #0078FF 0%, #1456A3 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 21.6px;
  color: #FFFFFF;
  cursor: pointer;
  transition: transform 250ms ease, box-shadow 250ms ease, opacity 250ms ease;
}
.footer__newsletter-btn:hover {
  opacity: 0.95;
  box-shadow: 0 6px 18px rgba(0, 120, 255, 0.35);
  transform: translateY(-1px);
}
.footer__newsletter-btn:active {
  transform: translateY(0);
}
.footer__newsletter-btn:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.7);
  outline-offset: 2px;
}
.footer__newsletter-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  pointer-events: none;
  box-shadow: none;
  transform: none;
}
.footer__bottom {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 18px;
  padding: 0 5% 24px;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .footer__bottom {
    padding: 0 6% 24px;
  }
}
@media (min-width: 1024px) {
  .footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    gap: 1rem;
    padding: 0 8.33% 22px 8.22%;
  }
}
.footer__bottom-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 18px 28px;
}
@media (min-width: 768px) {
  .footer__bottom-links {
    gap: 18px 36px;
  }
}
@media (min-width: 1024px) {
  .footer__bottom-links {
    justify-content: flex-start;
    gap: 42px;
  }
}
.footer__bottom-link {
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19.2px;
  color: #FFFFFF;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 250ms ease, color 250ms ease;
}
.footer__bottom-link:hover {
  opacity: 0.75;
}
.footer__bottom-link:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.6);
  outline-offset: 3px;
  border-radius: 4px;
}
.footer__copyright {
  font-family: "Urbanist", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  text-align: center;
}
@media (min-width: 1024px) {
  .footer__copyright {
    font-size: 15px;
    white-space: nowrap;
  }
}.hero-pagination {
  display: flex;
  align-items: center;
  gap: 25px;
}
.hero-pagination--vertical {
  flex-direction: column;
}
.hero-pagination--horizontal {
  flex-direction: row;
}

.hero-pagination__dot {
  width: 16px;
  height: 16px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background-color 250ms ease, width 250ms ease, height 250ms ease;
}
.hero-pagination__dot--active {
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.1);
}

.hero-pagination__dot-inner {
  width: 4px;
  height: 4px;
  border-radius: 9999px;
  background: #FFFFFF;
  display: block;
}
.hero-pagination__dot--active .hero-pagination__dot-inner {
  width: 8px;
  height: 8px;
}.slider {
  position: relative;
  width: 100%;
  outline: none;
}
.slider:focus-visible {
  outline: 2px solid #0078FF;
  outline-offset: 4px;
  border-radius: 4px;
}
.slider__viewport {
  overflow: hidden;
  width: 100%;
}
.slider__track {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
  min-width: 0;
  will-change: transform;
  transition: transform 450ms ease;
  touch-action: pan-y;
  cursor: grab;
}
.slider__track:active {
  cursor: grabbing;
}
.slider__slide {
  min-width: 0;
  box-sizing: border-box;
  overflow: hidden;
}
.slider__slide img {
  -webkit-user-drag: none;
  user-drag: none;
}
.slider__arrows {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 1rem;
}
.slider__arrow {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 10px;
  border: 0.5px solid #6D86A3;
  cursor: pointer;
  color: #001930;
  transition: opacity 250ms ease, background 250ms ease;
}
.slider__arrow:disabled {
  opacity: 0.4;
  cursor: default;
}
.slider__arrow:hover:not(:disabled) {
  background: #F5F5F5;
}
.slider__dots {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .slider .slider__track {
    transition: none;
  }
}.hero-home {
  position: relative;
  width: 100%;
  background-color: #001930;
  overflow: hidden;
}
.hero-home__slider {
  width: 100%;
}
.hero-home__slider .slider__viewport,
.hero-home__slider .slider__track,
.hero-home__slider .slider__slide {
  height: 947px;
}
@media (max-width: 1280px) {
  .hero-home__slider .slider__viewport,
  .hero-home__slider .slider__track,
  .hero-home__slider .slider__slide {
    height: 90vh;
    min-height: 720px;
  }
}
@media (max-width: 768px) {
  .hero-home__slider .slider__viewport,
  .hero-home__slider .slider__track,
  .hero-home__slider .slider__slide {
    height: 100vh;
    min-height: 600px;
  }
}
.hero-home__slider .slider__slide {
  display: flex;
}
.hero-home__slide {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #001930;
}
.hero-home__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-home__bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.hero-home__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.hero-home__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 838px;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 1024px) {
  .hero-home__content {
    padding: 0;
  }
}
.hero-home__title {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.15;
  color: #FFFFFF;
  text-shadow: 0 5px 15px rgba(18, 28, 70, 0.35);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  .hero-home__title {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (min-width: 1024px) {
  .hero-home__title {
    font-size: 64px;
    line-height: 72px;
  }
}
.hero-home__title-white {
  color: #FFFFFF;
}
.hero-home__title-gradient {
  background: linear-gradient(90deg, #00C467 30.69%, #0078FF 69.82%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.hero-home__subtitle {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  max-width: 768px;
  margin: 18px auto 0;
  text-align: center;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .hero-home__subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
.hero-home__actions {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .hero-home__actions {
    margin-top: 60px;
  }
}
.hero-home__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 50px;
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  transition: opacity 250ms ease, transform 250ms ease, background 250ms ease;
}
.hero-home__btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
.hero-home__btn--green {
  position: relative;
  overflow: hidden;
  border: none;
  background: linear-gradient(180deg, rgb(2, 149, 79) 0%, rgb(0, 196, 103) 100%);
  position: relative;
}
.hero-home__btn--green::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(180deg, rgba(0, 255, 134, 0.65) 0%, rgba(0, 196, 103, 0.05) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.hero-home__btn--green {
  color: #fff;
  cursor: pointer;
  transition: background 250ms ease, transform 250ms ease, opacity 250ms ease;
  padding: 0 32px;
  box-shadow: 0 4px 16px rgba(0, 196, 103, 0.25);
}
.hero-home__btn--blue {
  position: relative;
  overflow: hidden;
  border: none;
  background: linear-gradient(180deg, rgba(0, 120, 255, 0.2) 0%, rgba(20, 86, 163, 0.2) 100%);
  position: relative;
}
.hero-home__btn--blue::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(180deg, rgba(0, 180, 255, 0.55) 0%, rgba(0, 120, 255, 0.05) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.hero-home__btn--blue {
  color: #fff;
  cursor: pointer;
  transition: background 250ms ease, transform 250ms ease, opacity 250ms ease;
  padding: 0 28px;
  backdrop-filter: blur(6px);
}
.hero-home__scroll {
  position: absolute;
  left: 32px;
  bottom: 48px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: "Urbanist", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 3px;
  text-transform: uppercase;
  z-index: 3;
  display: block;
}
@media (min-width: 1024px) {
  .hero-home__scroll {
    left: 48px;
  }
}
.hero-home__pagination {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  z-index: 3;
  display: none;
}
@media (min-width: 1024px) {
  .hero-home__pagination {
    display: flex;
    right: 32px;
  }
}.section-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.section-header--center {
  text-align: center;
  align-items: center;
}

.section-header--dark .section-header__title {
  color: #FFFFFF;
}
.section-header--dark .section-header__description {
  color: rgba(255, 255, 255, 0.8);
}
.section-header--dark .section-header__cta-btn {
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.3);
}

.section-header__tag {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 5px 12px;
  border-radius: 55px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: normal;
  width: fit-content;
  white-space: nowrap;
  color: #1B1E20;
  background: linear-gradient(90deg, rgba(0, 120, 255, 0.05) 0%, rgba(0, 72, 153, 0.05) 100%);
}
.section-header--green .section-header__tag {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 5px 12px;
  border-radius: 55px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: normal;
  width: fit-content;
  white-space: nowrap;
  color: #1B1E20;
  background: linear-gradient(90deg, rgba(1, 247, 129, 0.05) 0%, rgba(2, 149, 79, 0.05) 100%);
}
.section-header--dark .section-header__tag {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 5px 12px;
  border-radius: 55px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: normal;
  width: fit-content;
  white-space: nowrap;
  color: #FFFFFF;
  background: linear-gradient(90deg, rgba(0, 120, 255, 0.05) 0%, rgba(0, 72, 153, 0.05) 100%);
}
.section-header--dark.section-header--green .section-header__tag {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 5px 12px;
  border-radius: 55px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: normal;
  width: fit-content;
  white-space: nowrap;
  color: #FFFFFF;
  background: linear-gradient(90deg, rgba(1, 247, 129, 0.05) 0%, rgba(2, 149, 79, 0.05) 100%);
}

.section-header__tag-dot {
  width: 9px;
  height: 9px;
  flex-shrink: 0;
}

.section-header__title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #072540;
  margin: 0;
}

.section-header__description {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  color: #1B1E20;
  line-height: 1.5;
  max-width: 600px;
  margin: 0;
}

.section-header__cta {
  margin-top: 8px;
}

.section-header__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 11px 20px;
  border-radius: 50px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 250ms ease, transform 250ms ease;
}
.section-header--blue .section-header__cta-btn {
  background: linear-gradient(180deg, rgba(0, 120, 255, 0.05), rgba(20, 86, 163, 0.05));
  color: #1456A3;
}
.section-header--green .section-header__cta-btn {
  background: linear-gradient(180deg, rgba(0, 255, 134, 0.05), rgba(2, 149, 79, 0.05));
  color: #02954F;
}
.section-header__cta-btn:hover {
  opacity: 0.85;
}.bullet-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.bullet-list__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 22px;
  color: #1B1E20;
}

.bullet-list__dot {
  width: 6px;
  height: 6px;
  border-radius: 9999px;
  background: #0078FF;
  flex-shrink: 0;
  margin-top: 8px;
}.about-section {
  padding: 120px 0;
}
.about-section__inner {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1024px) {
  .about-section__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.about-section__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
@media (min-width: 1024px) {
  .about-section__inner {
    flex-direction: row;
    align-items: flex-start;
    gap: 15px;
  }
}
.about-section__visual {
  flex-shrink: 0;
  position: relative;
  width: 100%;
  max-width: 400px;
  aspect-ratio: 736/505;
}
@media (min-width: 1024px) {
  .about-section__visual {
    width: 736px;
    max-width: 736px;
  }
}
.about-section__visual-blob {
  position: absolute;
  left: 25.1%;
  top: 29.4%;
  width: 60.4%;
  height: 89.5%;
  border-radius: 9999px;
  background: radial-gradient(circle at 50% 50%, rgba(0, 120, 255, 0.1) 0%, rgba(0, 196, 103, 0.05) 45%, rgba(0, 120, 255, 0) 72%);
  pointer-events: none;
  z-index: 0;
}
.about-section__visual-curve {
  position: absolute;
  left: 0;
  top: 28%;
  width: 92%;
  height: 88%;
  pointer-events: none;
  opacity: 0.6;
}
.about-section__photo {
  position: absolute;
  border-radius: 9999px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #F5F5F5;
  z-index: 1;
  box-shadow: 0 20px 40px rgba(7, 31, 62, 0.08);
}
.about-section__photo--1 {
  width: 29.9%;
  aspect-ratio: 1;
  left: 29.7%;
  top: 35.5%;
}
.about-section__photo--2 {
  width: 21.05%;
  aspect-ratio: 1;
  left: 68.5%;
  top: 41.9%;
}
.about-section__photo--3 {
  width: 23.8%;
  aspect-ratio: 1;
  left: 47.7%;
  top: 79%;
}
.about-section__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 803px;
}
@media (min-width: 1024px) {
  .about-section__content {
    padding-top: 0;
  }
}
.about-section__title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: -0.01em;
  color: #071F3E;
  margin: 0;
  max-width: 457px;
}
.about-section__title-highlight {
  background: linear-gradient(90deg, #00C467 30.69%, #0078FF 69.82%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.about-section__description {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 788px;
  margin-top: 29px;
}
.about-section__description p {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #1B1E20;
  text-align: justify;
  line-height: 25px;
  margin: 0;
}
.about-section__bullets {
  margin: 0 0 0 14px;
  gap: 0;
}
.about-section__bullets .bullet-list__item {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #1B1E20;
  gap: 10px;
}
.about-section__bullets .bullet-list__dot {
  width: 6px;
  height: 6px;
  background: #00C467;
  margin-top: 12px;
}
.about-section__cta {
  margin-top: 0;
}
.about-section__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 87px;
  height: 50px;
  padding: 0 22px;
  border: 1px solid rgba(20, 86, 163, 0.2);
  border-radius: 50px;
  background: linear-gradient(180deg, rgba(0, 120, 255, 0.05), rgba(20, 86, 163, 0.05));
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1;
  color: #1456A3;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 250ms ease, transform 250ms ease, background 250ms ease;
}
.about-section__cta-btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}.program-card {
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  background: var(--color-bg-primary);
  box-shadow: 0 5px 15px rgba(176, 178, 181, 0.15);
  text-decoration: none;
  color: inherit;
  transition: transform 250ms ease, box-shadow 250ms ease;
}
.program-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(215, 215, 215, 0.25);
}
.program-card__image {
  width: 200px;
  flex-shrink: 0;
  background: #EEEEEE;
  position: relative;
  overflow: hidden;
}
.program-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.program-card__content {
  flex: 1;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.75rem;
}
.program-card__title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-text-primary);
  margin: 0;
}
.program-card__description {
  font-size: 0.875rem;
  color: var(--color-text-secondary);
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.program-card__link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #001930;
  margin-top: auto;
}
.program-card--default {
  max-width: 520px;
  height: 210px;
}
.program-card--compact {
  max-width: 400px;
  height: 210px;
}
.program-card--compact .program-card__image {
  width: 160px;
}
@media (max-width: 768px) {
  .program-card {
    flex-direction: column;
    max-width: 100%;
    height: auto;
  }
  .program-card__image {
    width: 100%;
    height: 160px;
  }
  .program-card--compact .program-card__image {
    width: 100%;
    height: 160px;
  }
}
.program-card--dark {
  flex-direction: column;
  background: linear-gradient(180deg, rgba(0, 120, 255, 0.2) 0%, rgba(0, 25, 48, 0.2) 100%);
  border-radius: 35px;
  padding: 25px 40px;
  box-shadow: none;
  color: #FFFFFF;
  width: 100%;
  max-width: 520px;
  height: auto;
  min-height: 210px;
  gap: 0.5rem;
  transition: transform 250ms ease, box-shadow 250ms ease;
}
.program-card--dark:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(215, 215, 215, 0.25);
}
@media (max-width: 768px) {
  .program-card--dark {
    flex-direction: column;
    padding: 1.25rem 1.5rem;
    border-radius: 24px;
  }
}
.program-card--dark .program-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
.program-card--dark .program-card__heading {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 0;
}
.program-card--dark .program-card__icon {
  flex-shrink: 0;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.program-card--dark .program-card__heading-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.program-card--dark .program-card__label {
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.85);
}
.program-card--dark .program-card__title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #FFFFFF;
  margin: 0;
}
.program-card--dark .program-card__description {
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
}
.program-card--dark .program-card__arrow {
  width: 44px;
  height: 44px;
  border-radius: 22px;
  background: #00C467;
  color: #FFFFFF;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.program-card--dark .program-card__arrow svg {
  transform: rotate(45deg);
}
.program-card--feature {
  position: relative;
  display: block;
  width: 100%;
  max-width: 470px;
  height: 320px;
  background: #ffffff;
  border-radius: 16px;
  box-sizing: border-box;
  box-shadow: 0 4px 24px rgba(10, 37, 64, 0.06);
  isolation: isolate;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}
.program-card--feature::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  right: -2px;
  bottom: -2px;
  background: rgba(0, 196, 103, 0.04);
  border-radius: 16px;
  z-index: -1;
}
.program-card--feature .program-card__feature-bg {
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: #ffffff;
  z-index: 0;
  pointer-events: none;
}
.program-card--feature .program-card__feature-image {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 55%;
  z-index: 1;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 25%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 25%);
}
.program-card--feature .program-card__feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  display: block;
}
.program-card--feature .program-card__feature-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding: 32px 24px 24px 28px;
  max-width: 260px;
}
.program-card--feature .program-card__feature-label {
  display: block;
  color: #0A2540;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  width: fit-content;
}
.program-card--feature .program-card__feature-title {
  margin: 8px 0 0;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: #5AAE61;
  max-width: 240px;
}
.program-card--feature .program-card__feature-description {
  margin: 12px 0 0;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #64748B;
  max-width: 240px;
}
.program-card--feature .program-card__feature-cta {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 100px;
  background: linear-gradient(135deg, #00C467 0%, #02954F 100%);
  color: #ffffff;
  text-decoration: none;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  transition: background 0.2s ease;
}
.program-card--feature .program-card__feature-cta:hover {
  background: linear-gradient(135deg, #02954F 0%, #00C467 100%);
  color: #ffffff;
}
@media (max-width: 640px) {
  .program-card--feature {
    max-width: 100%;
    height: 320px;
  }
  .program-card--feature .program-card__feature-image {
    width: 55%;
  }
  .program-card--feature .program-card__feature-body {
    padding: 28px 20px 24px 22px;
    max-width: 220px;
  }
  .program-card--feature .program-card__feature-label {
    font-size: 20px;
    line-height: 26px;
  }
  .program-card--feature .program-card__feature-title {
    font-size: 18px;
    line-height: 26px;
    max-width: 200px;
  }
  .program-card--feature .program-card__feature-description {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    max-width: 200px;
  }
  .program-card--feature .program-card__feature-cta {
    right: 20px;
    bottom: 20px;
    padding: 12px 22px;
    font-size: 15px;
  }
}.draggable-carousel {
  --carousel-gap: 20px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
  overscroll-behavior-x: contain;
}
.draggable-carousel::-webkit-scrollbar {
  display: none;
}
.draggable-carousel.is-dragging {
  cursor: grabbing;
}
.draggable-carousel.is-dragging .draggable-carousel__item,
.draggable-carousel.is-dragging .draggable-carousel__item * {
  pointer-events: none;
}
.draggable-carousel__track {
  display: flex;
  gap: var(--carousel-gap);
  padding: 4px 0;
  width: max-content;
}
.draggable-carousel__item {
  flex: 0 0 auto;
  width: var(--carousel-item-width, 345px);
}.ecosystem-diagram {
  position: relative;
  overflow: hidden;
  padding: 40px 0 6rem;
  background: #001930;
  color: #FFFFFF;
}
.ecosystem-diagram__bg {
  position: absolute;
  inset: 0;
  background-image: url("/assets/images/ecosystem/pattern-bg.png");
  background-size: cover;
  background-position: center;
  opacity: 0.18;
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 0;
}
.ecosystem-diagram__container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1024px) {
  .ecosystem-diagram__container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.ecosystem-diagram__container {
  position: relative;
  z-index: 1;
}
.ecosystem-diagram__header {
  text-align: center;
}
.ecosystem-diagram__header .section-header__tag {
  background: transparent;
  color: #FFFFFF;
  font-family: "Fira Sans", sans-serif;
  font-weight: 800;
  font-size: 38px;
  line-height: 44px;
  padding: 0;
  letter-spacing: 0.02em;
  text-shadow: 0 5px 15px rgba(18, 28, 70, 0.35);
}
.ecosystem-diagram__header .section-header__title {
  background: linear-gradient(90deg, #00C467 30.69%, #0078FF 69.82%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  margin-top: 8px;
}
.ecosystem-diagram__diagram {
  position: relative;
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  .ecosystem-diagram__diagram {
    display: block;
    width: 100%;
    max-width: 1378px;
    margin-inline: auto;
    margin-top: 64px;
    aspect-ratio: 1378/1097;
    overflow: hidden;
  }
}
.ecosystem-diagram__logo {
  display: flex;
  width: 120px;
  height: 120px;
  border-radius: 9999px;
  background: #0060A9;
  border: 0.5px solid #0078FF;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.ecosystem-diagram__logo img {
  width: 72%;
  height: auto;
}
@media (min-width: 1024px) {
  .ecosystem-diagram__logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 176px;
    height: 176px;
  }
}
.ecosystem-diagram__branches {
  display: none;
}
@media (min-width: 1024px) {
  .ecosystem-diagram__branches {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 3.28%;
    width: 24.45%;
    height: 84.19%;
    z-index: 1;
    pointer-events: none;
  }
}
.ecosystem-diagram__glow {
  display: none;
}
@media (min-width: 1024px) {
  .ecosystem-diagram__glow {
    display: block;
    position: absolute;
    left: 58.42%;
    top: 74.57%;
    width: 10.67%;
    height: 13.4%;
    mix-blend-mode: screen;
    pointer-events: none;
    z-index: 2;
  }
}
.ecosystem-diagram__carousel {
  width: 100%;
}
.ecosystem-diagram__carousel .program-card {
  width: 100%;
  height: 100%;
}
.ecosystem-diagram__grid {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}
.ecosystem-diagram__cell {
  display: flex;
  width: 100%;
}
.ecosystem-diagram__cell .program-card {
  width: 100%;
}
@media (min-width: 1024px) {
  .ecosystem-diagram__cell {
    position: absolute;
    width: 37.74%;
    max-width: 520px;
  }
  .ecosystem-diagram__cell:nth-child(1) {
    left: 0;
    top: 18.78%;
  }
  .ecosystem-diagram__cell:nth-child(2) {
    left: 62.26%;
    top: 36.28%;
  }
  .ecosystem-diagram__cell:nth-child(3) {
    left: 0;
    top: 58.16%;
  }
  .ecosystem-diagram__cell:nth-child(4) {
    left: 62.26%;
    top: 80.86%;
  }
}.ecosystem-section {
  position: relative;
  background: #001930;
  color: #FFFFFF;
  padding: 80px 0 6rem;
  overflow: hidden;
}
.ecosystem-section__diagram-wrap {
  background: transparent !important;
  padding-top: 40px !important;
  padding-bottom: 0 !important;
}
.ecosystem-section__diagram-wrap .ecosystem-diagram__bg {
  display: none;
}
.ecosystem-section__texture {
  position: absolute;
  inset: 0;
  background-image: url("/assets/images/problem/texture-bg.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.12;
  mix-blend-mode: screen;
  pointer-events: none;
}
.ecosystem-section__banner {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 1090px;
  margin: 0 auto;
  padding: 0 1rem 60px;
}
.ecosystem-section__title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 36px;
  color: #FFFFFF;
  margin: 0;
}
@media (min-width: 1024px) {
  .ecosystem-section__title {
    font-size: 38px;
    line-height: 44px;
  }
}
.ecosystem-section__description {
  font-family: "Urbanist", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  max-width: 720px;
  margin: 1.5rem auto 0;
  line-height: 1.75;
}
.ecosystem-section__scene {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}
.ecosystem-section__canvas {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  aspect-ratio: 1440/420;
  min-height: 320px;
}
@media (max-width: 1279px) {
  .ecosystem-section__canvas {
    aspect-ratio: 1440/460;
  }
}
@media (max-width: 959px) {
  .ecosystem-section__canvas {
    aspect-ratio: 380/583;
    max-width: 380px;
    min-height: 0;
    overflow: visible;
  }
}
.ecosystem-section__connector {
  position: absolute;
  left: 14%;
  top: 20%;
  width: 72%;
  height: auto;
  pointer-events: none;
  opacity: 0.85;
}
@media (max-width: 959px) {
  .ecosystem-section__connector {
    display: none;
  }
}
.ecosystem-section__chip {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 28px;
  background: #0060a9;
  border: 2px solid #0078ff;
  border-radius: 18px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 959px) {
  .ecosystem-section__chip {
    padding: 14px 22px;
    width: 80.5%;
  }
}
.ecosystem-section__chip-title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  color: #FFFFFF;
  white-space: nowrap;
}
@media (max-width: 1279px) {
  .ecosystem-section__chip-title {
    font-size: 18px;
  }
}
.ecosystem-section__chip--1 {
  left: 12%;
  top: 14%;
  transform: rotate(-11deg);
  transform-origin: center;
}
@media (max-width: 959px) {
  .ecosystem-section__chip--1 {
    left: 0;
    top: 34.2%;
    right: auto;
  }
}
.ecosystem-section__chip--2 {
  left: 36%;
  top: 50%;
}
@media (max-width: 959px) {
  .ecosystem-section__chip--2 {
    left: 11.3%;
    top: 89.7%;
    right: auto;
    transform: rotate(-6deg);
  }
}
.ecosystem-section__chip--3 {
  right: 12%;
  top: 4%;
  transform: rotate(13deg);
  transform-origin: center;
}
@media (max-width: 959px) {
  .ecosystem-section__chip--3 {
    left: 23.2%;
    top: 56.3%;
    right: auto;
  }
}
.ecosystem-section__photo {
  position: absolute;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  border: 3px solid rgba(255, 255, 255, 0.08);
}
.ecosystem-section__photo--1 {
  left: 6%;
  bottom: 4%;
}
@media (max-width: 959px) {
  .ecosystem-section__photo--1 {
    left: 2.9%;
    top: 0;
    bottom: auto;
  }
}
.ecosystem-section__photo--2 {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
@media (max-width: 959px) {
  .ecosystem-section__photo--2 {
    left: 65.5%;
    top: 8.2%;
    transform: none;
  }
}
.ecosystem-section__photo--3 {
  right: 6%;
  bottom: 4%;
}
@media (max-width: 959px) {
  .ecosystem-section__photo--3 {
    left: 25.5%;
    top: 66.8%;
    right: auto;
    bottom: auto;
  }
}
.ecosystem-section__badge {
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
}
.ecosystem-section__badge--blue {
  background: #145da3;
  border: 1.5px solid #0078ff;
}
.ecosystem-section__badge--green {
  background: #029550;
  border: 1.5px solid #00c467;
}
.ecosystem-section__badge--1 {
  left: 18%;
  bottom: 16%;
}
@media (max-width: 959px) {
  .ecosystem-section__badge--1 {
    left: 46%;
    top: 3.9%;
    bottom: auto;
  }
}
.ecosystem-section__badge--2 {
  left: 32%;
  top: 34%;
}
@media (max-width: 959px) {
  .ecosystem-section__badge--2 {
    left: 7.1%;
    top: 58.7%;
  }
}
.ecosystem-section__badge--3 {
  right: 35%;
  top: 14%;
}
@media (max-width: 959px) {
  .ecosystem-section__badge--3 {
    right: auto;
    left: 83.9%;
    top: 34.1%;
  }
}
.ecosystem-section__badge--4 {
  right: 18%;
  top: 40%;
}
@media (max-width: 959px) {
  .ecosystem-section__badge--4 {
    right: auto;
    left: 56.6%;
    top: 45%;
  }
}
.ecosystem-section__badge--5 {
  left: 48%;
  bottom: 8%;
}
@media (max-width: 959px) {
  .ecosystem-section__badge--5 {
    left: 69.2%;
    top: 73.9%;
    bottom: auto;
  }
}.play-sticker {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  transition: transform 250ms ease;
}
.play-sticker:hover {
  transform: scale(1.04);
}

.play-sticker__ring {
  position: absolute;
  inset: 0;
  animation: play-sticker-rotate 18s linear infinite;
}
.play-sticker__ring svg {
  width: 100%;
  height: 100%;
}

.play-sticker__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: none;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(0, 120, 255, 0.2) 0%, rgba(20, 86, 163, 0.2) 100%);
  position: relative;
}
.play-sticker__button::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(180deg, rgba(0, 180, 255, 0.55) 0%, rgba(0, 120, 255, 0.05) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.play-sticker__button {
  backdrop-filter: blur(8px);
  z-index: 1;
}

@keyframes play-sticker-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}.card-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(var(--card-grid-cols-sm, 1), minmax(0, 1fr));
}
@media (min-width: 768px) {
  .card-grid {
    grid-template-columns: repeat(var(--card-grid-cols-md, 2), minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .card-grid {
    grid-template-columns: repeat(var(--card-grid-cols-lg, 3), minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .card-grid {
    grid-template-columns: repeat(var(--card-grid-cols-xl, 4), minmax(0, 1fr));
  }
}
.card-grid__item {
  min-width: 0;
  display: flex;
  justify-content: center;
}
.card-grid__item > * {
  width: 100%;
}
.card-grid--mobile-slider {
  display: block;
}.summit-section {
  position: relative;
  width: 100%;
  min-height: 500px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .summit-section {
    min-height: 905px;
  }
}
.summit-section__slide {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 500px;
}
@media (min-width: 1024px) {
  .summit-section__slide {
    min-height: 905px;
  }
}
.summit-section--carousel .summit-section__slider {
  width: 100%;
}
.summit-section--carousel .summit-section__slider .slider__viewport,
.summit-section--carousel .summit-section__slider .slider__track,
.summit-section--carousel .summit-section__slider .slider__slide {
  height: 905px;
}
@media (max-width: 1280px) {
  .summit-section--carousel .summit-section__slider .slider__viewport,
  .summit-section--carousel .summit-section__slider .slider__track,
  .summit-section--carousel .summit-section__slider .slider__slide {
    height: auto;
  }
}
.summit-section--carousel .summit-section__slider .slider__slide {
  display: flex;
}
.summit-section--carousel .summit-section__swipe-hint {
  display: block;
}
.summit-section__pagination {
  position: absolute;
  right: 16px;
  top: 42%;
  transform: translateY(-50%);
  margin-top: 0;
  z-index: 3;
  display: flex;
}
@media (min-width: 1024px) {
  .summit-section__pagination {
    right: 32px;
    top: 50%;
  }
}
.summit-section__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.summit-section__bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.summit-section__side-link {
  display: none;
  align-items: center;
  gap: 0.5rem;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #FFFFFF;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  white-space: nowrap;
  flex-shrink: 0;
  transition: color 250ms ease;
}
@media (min-width: 1024px) {
  .summit-section__side-link {
    display: flex;
    min-height: 152px;
  }
}
.summit-section__side-link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.summit-section__side-link-text {
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.summit-section__side-link-icon {
  flex-shrink: 0;
  transform: scaleY(-1);
}
.summit-section__content {
  position: relative;
  z-index: 1;
  padding: 190px 24px 100px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 90px;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .summit-section__content {
    display: block;
    padding: 0;
    height: 905px;
    width: 100%;
    margin: 0;
    align-items: stretch;
    gap: 0;
  }
}
.summit-section__play-sticker, .summit-section__side-link, .summit-section__gallery {
  pointer-events: auto;
}
.summit-section__title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  margin: 0;
  text-align: left;
}
@media (min-width: 1024px) {
  .summit-section__title {
    position: absolute;
    left: 142px;
    top: 150px;
    width: 663px;
    font-size: 64px;
    line-height: 72px;
    text-align: left;
    margin: 0;
  }
}
.summit-section__title-gradient {
  display: block;
  background: linear-gradient(90deg, #00C467 30.69%, #0078FF 69.82%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: none;
}
.summit-section__year {
  display: block;
  color: #FFFFFF;
  margin-top: 0.5rem;
}
@media (min-width: 1024px) {
  .summit-section__year {
    margin-top: 0;
  }
}
.summit-section__play-sticker {
  position: relative;
  width: 171px;
  height: 168px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 250ms ease;
}
@media (min-width: 1024px) {
  .summit-section__play-sticker {
    position: absolute;
    left: 500px;
    top: 312px;
    width: 210px;
    height: 207px;
    align-self: auto;
  }
}
.summit-section__play-sticker:hover {
  transform: scale(1.04);
}
.summit-section__swipe-hint {
  display: none;
  position: absolute;
  z-index: 3;
  left: 16px;
  bottom: 40px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  pointer-events: none;
}
.summit-section__play-ring {
  position: absolute;
  inset: 0;
  animation: summit-rotate 18s linear infinite;
}
.summit-section__play-ring svg {
  width: 100%;
  height: 100%;
}
.summit-section__play-button {
  position: relative;
  overflow: hidden;
  border: none;
  background: linear-gradient(180deg, rgba(0, 120, 255, 0.2) 0%, rgba(20, 86, 163, 0.2) 100%);
  position: relative;
}
.summit-section__play-button::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(180deg, rgba(0, 180, 255, 0.55) 0%, rgba(0, 120, 255, 0.05) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.summit-section__play-button {
  color: #fff;
  cursor: pointer;
  transition: background 250ms ease, transform 250ms ease, opacity 250ms ease;
  width: 64px;
  height: 64px;
  border-radius: 9999px;
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
@media (min-width: 1024px) {
  .summit-section__play-button {
    width: 92px;
    height: 92px;
  }
}
@keyframes summit-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.summit-section__bottom-row {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  .summit-section__bottom-row {
    position: absolute;
    left: 84px;
    right: 0;
    bottom: 93px;
    flex-direction: row;
    align-items: flex-end;
    gap: 33px;
  }
}
.summit-section__gallery {
  width: 100%;
  margin-top: 0;
}
@media (min-width: 1024px) {
  .summit-section__gallery {
    width: 1084px;
    flex-shrink: 0;
  }
}
.summit-section__gallery-item {
  border: none;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 350/225;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
  display: block;
  width: 100%;
  transition: transform 250ms ease, opacity 250ms ease;
}
.summit-section__gallery-item:hover img, .summit-section__gallery-item:focus-visible img {
  transform: scale(1.04);
}
.summit-section__gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 250ms ease;
}.news-card {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border-radius: 30px;
  box-shadow: 0 5px 15px rgba(176, 178, 181, 0.15);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 250ms ease, box-shadow 250ms ease;
}
.news-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(176, 178, 181, 0.22);
}
.news-card__image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 473/262;
  background: #EEEEEE;
  overflow: hidden;
}
.news-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.news-card__image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(2, 149, 79, 0.2) 0%, rgba(255, 255, 255, 0.05) 100%);
  pointer-events: none;
}
.news-card__content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.25rem 1.5rem;
  flex: 1;
}
.news-card__tags {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.news-card__tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: 55px;
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
}
.news-card__tag--solid {
  background: #02954F;
  color: #FFFFFF;
}
.news-card__tag--outline {
  background: linear-gradient(90deg, rgba(0, 255, 134, 0.05), rgba(2, 149, 79, 0.05));
  color: #02954F;
}
.news-card__tag-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #02954F;
  flex-shrink: 0;
}
.news-card__title {
  font-family: "Urbanist", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #001930;
  line-height: 1.2;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 0.5rem;
}
.news-card__date {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  color: #6D747C;
}
.news-card__date svg {
  color: #02954F;
  flex-shrink: 0;
}
.news-card__arrow {
  width: 44px;
  height: 44px;
  border-radius: 22px;
  background: #02954F;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 250ms ease;
}
.news-card__arrow:hover {
  background: #02954F;
  filter: brightness(0.9);
}
.news-card--compact {
  flex-direction: row;
}
.news-card--compact .news-card__image-wrapper {
  width: 160px;
  aspect-ratio: auto;
  flex-shrink: 0;
}
.news-card--compact .news-card__arrow {
  display: none;
}
@media (max-width: 768px) {
  .news-card--compact {
    flex-direction: column;
  }
  .news-card--compact .news-card__image-wrapper {
    width: 100%;
    height: 160px;
  }
}.news-section {
  padding: 50px 0;
  background: #FFFFFF;
}
.news-section__inner {
  max-width: 1728px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (min-width: 1024px) {
  .news-section__inner {
    padding: 0 144px;
  }
}
.news-section__header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .news-section__header {
    flex-wrap: nowrap;
    margin-bottom: 65px;
  }
}
.news-section__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  min-width: 140px;
  padding: 11px 20px;
  border-radius: 50px;
  border: 1px solid #02954F;
  background: linear-gradient(180deg, rgba(0, 255, 134, 0.05), rgba(2, 149, 79, 0.05));
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #02954F;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 250ms ease, transform 250ms ease;
}
.news-section__cta-btn:hover {
  opacity: 0.85;
}
.news-section__grid {
  width: 100%;
}
@media (min-width: 1024px) {
  .news-section__grid {
    max-width: 1447px;
  }
}.startups-section {
  position: relative;
  width: 100%;
  background: radial-gradient(circle at center, rgb(20, 86, 163) 0%, rgb(10, 69, 136) 50%, rgb(0, 52, 109) 100%);
  padding: 85px 0 80px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .startups-section {
    min-height: 917px;
    margin: 0 auto;
  }
}
.startups-section__texture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: screen;
  opacity: 0.25;
  pointer-events: none;
  z-index: 0;
}
.startups-section__header {
  position: relative;
  z-index: 1;
  margin-bottom: 2.5rem;
  padding: 0 1.5rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .startups-section__header {
    padding: 0 142px;
    margin-bottom: 81px;
  }
}
.startups-section__header .section-header__title {
  font-family: "Fira Sans", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 38px;
}
.startups-section__showcase {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 16px;
  height: 360px;
  margin: 0 1.5rem;
  overflow-x: auto;
}
@media (min-width: 1024px) {
  .startups-section__showcase {
    height: 540px;
    gap: 33px;
    max-width: 1443px;
    margin: 0 auto;
    padding: 0 142px;
    overflow-x: visible;
  }
}
.startups-section__strip {
  width: 92px;
  min-width: 92px;
  height: 100%;
  flex-shrink: 0;
  border-radius: 25px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
  transition: transform 250ms ease;
}
.startups-section__strip:hover {
  transform: scale(1.02);
}
.startups-section__strip:focus-visible {
  outline: 2px solid #0078FF;
  outline-offset: 2px;
}
.startups-section__strip-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 92px;
  height: 147px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1456A3;
  border-radius: 25px 25px 0 0;
  overflow: hidden;
}
.startups-section__strip-logo img {
  max-width: 110px;
  max-height: 60px;
  object-fit: contain;
  transform: rotate(-90deg);
  transform-origin: center;
}
.startups-section__strip-logo-placeholder {
  color: #FFFFFF;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}
.startups-section__strip-label {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  writing-mode: vertical-rl;
  font-family: "Urbanist", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #072540;
  white-space: nowrap;
  letter-spacing: 0.02em;
}
.startups-section__card {
  flex: 1;
  min-width: 280px;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
}
.startups-section__card-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.startups-section__card-top {
  position: relative;
  min-height: 184px;
  padding: 1rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  .startups-section__card-top {
    padding: 12px 28px;
  }
}
.startups-section__card-top-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #1456A3 0%, rgba(20, 86, 163, 0.85) 100%);
  z-index: 1;
}
.startups-section__card-info {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  max-width: 768px;
  flex: 1;
}
.startups-section__card-logo {
  max-height: 74px;
  max-width: 227px;
  object-fit: contain;
  object-position: left center;
}
.startups-section__card-name {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #FFFFFF;
}
.startups-section__card-desc {
  font-family: "Urbanist", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.75;
  margin: 0;
}
.startups-section__play {
  position: relative;
  overflow: hidden;
  border: none;
  background: linear-gradient(180deg, rgba(0, 120, 255, 0.2) 0%, rgba(20, 86, 163, 0.2) 100%);
  position: relative;
}
.startups-section__play::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(180deg, rgba(0, 180, 255, 0.55) 0%, rgba(0, 120, 255, 0.05) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.startups-section__play {
  color: #fff;
  cursor: pointer;
  transition: background 250ms ease, transform 250ms ease, opacity 250ms ease;
  z-index: 2;
  width: 65px;
  height: 65px;
  min-width: 65px;
  padding: 20px;
  border-radius: 82.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.startups-section__play:hover {
  transform: scale(1.05);
}
.startups-section__mobile {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  padding: 0 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 21px;
}
.startups-section__mobile .startups-section__card {
  flex: none;
  min-width: 0;
  width: 100%;
  height: 500px;
  max-width: none;
}
.startups-section__mobile .startups-section__card-top {
  flex: 1;
  min-height: 0;
  height: 100%;
  padding: 28px 30px;
  gap: 1rem;
}
.startups-section__mobile .startups-section__card-top-gradient {
  background: linear-gradient(180deg, rgba(20, 86, 163, 0.8) 0%, rgba(20, 86, 163, 0.1) 100%);
}
.startups-section__mobile .startups-section__card-info {
  gap: 0;
}
.startups-section__mobile .startups-section__card-logo {
  max-height: 41px;
  max-width: 124px;
}
.startups-section__mobile .startups-section__card-desc {
  font-family: "Urbanist", sans-serif;
  font-size: 17px;
  line-height: 23px;
  max-width: 260px;
}
.startups-section__mobile .startups-section__play {
  width: 50px;
  height: 50px;
  min-width: 50px;
  padding: 17px;
}
.startups-section__tabs {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 80px;
  border-radius: 25px;
  overflow: hidden;
}
.startups-section__tab {
  flex: 1;
  min-width: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
  background: #09305d;
  border: none;
  cursor: pointer;
  transition: background 250ms ease, opacity 250ms ease;
}
.startups-section__tab img {
  max-width: 100%;
  max-height: 40px;
  object-fit: contain;
  opacity: 0.75;
  transition: opacity 250ms ease;
}
.startups-section__tab:hover img {
  opacity: 1;
}
.startups-section__tab:focus-visible {
  outline: 2px solid #0078FF;
  outline-offset: -2px;
}
.startups-section__tab.is-active {
  background: #1456A3;
}
.startups-section__tab.is-active img {
  opacity: 1;
}
.startups-section__tab-placeholder {
  color: #FFFFFF;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  opacity: 0.75;
}.startup-logo-card {
  position: relative;
  width: 100%;
  max-width: 345px;
  min-height: 218px;
  background: #FFFFFF;
  border-radius: 25px;
  overflow: hidden;
  container-type: inline-size;
  container-name: startup-logo-card;
  transition: transform 250ms ease, box-shadow 250ms ease;
}
.startup-logo-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px 0 rgba(176, 178, 181, 0.35);
}
.startup-logo-card--interactive {
  cursor: pointer;
}
.startup-logo-card--interactive:focus-visible {
  outline: 2px solid #0078ff;
  outline-offset: 2px;
}
.startup-logo-card__overlay {
  position: absolute;
  inset: 2.29% 1.45% 2.29% 2.03%;
  border-radius: 20px;
  opacity: 0.35;
  background: linear-gradient(to top, rgba(123, 173, 215, 0.3) 0%, rgba(255, 255, 255, 0) 55%);
  pointer-events: none;
}
.startup-logo-card__inner {
  position: relative;
  min-height: 218px;
  padding: 14px 14px 14px 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.startup-logo-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.startup-logo-card__meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1 1 auto;
  min-width: 0;
}
.startup-logo-card__tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  background: rgba(0, 120, 255, 0.05);
  border-radius: 55px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #0078ff;
  max-width: 100%;
  width: fit-content;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.startup-logo-card__dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #0078ff;
  flex-shrink: 0;
}
.startup-logo-card__name {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #000;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.startup-logo-card__logo {
  width: 96px;
  height: 40px;
  flex-shrink: 0;
  object-fit: contain;
  object-position: right top;
  display: block;
}
.startup-logo-card__description {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #1b1e20;
  margin: 0;
  padding-right: 56px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.startup-logo-card__cta {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 44px;
  height: 44px;
  border-radius: 52px;
  background: #1456a3;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  transition: background-color 250ms ease, transform 250ms ease;
}
.startup-logo-card__cta:hover {
  background: #0078ff;
  transform: scale(1.05);
}
@container startup-logo-card (min-width: 320px) {
  .startup-logo-card__name {
    font-size: 24px;
    line-height: 28px;
  }
  .startup-logo-card__logo {
    width: 120px;
    height: 48px;
  }
  .startup-logo-card__tag {
    font-size: 14px;
  }
  .startup-logo-card__description {
    font-size: 16px;
    line-height: 24px;
  }
}
@container startup-logo-card (min-width: 360px) {
  .startup-logo-card__name {
    font-size: 27px;
    line-height: 32px;
  }
  .startup-logo-card__logo {
    width: 140px;
    height: 56px;
  }
  .startup-logo-card__tag {
    font-size: 15px;
    line-height: 20px;
  }
  .startup-logo-card__description {
    font-size: 18px;
    line-height: 25px;
  }
  .startup-logo-card__inner {
    padding: 16px;
  }
}
@container startup-logo-card (max-width: 260px) {
  .startup-logo-card__name {
    font-size: 20px;
    line-height: 24px;
  }
  .startup-logo-card__logo {
    width: 80px;
    height: 32px;
  }
  .startup-logo-card__tag {
    font-size: 12px;
    padding: 3px 8px;
  }
  .startup-logo-card__description {
    font-size: 14px;
    line-height: 20px;
    padding-right: 48px;
  }
  .startup-logo-card__cta {
    width: 38px;
    height: 38px;
    right: 10px;
    bottom: 10px;
  }
  .startup-logo-card__inner {
    padding: 12px;
    gap: 8px;
  }
}.logos-section {
  padding: 80px 0;
  background: #FFFFFF;
}
.logos-section__container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1024px) {
  .logos-section__container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.logos-section__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.logos-section__header {
  text-align: center;
  margin-bottom: 40px;
  width: 100%;
}
.logos-section__carousel {
  width: 100%;
}.home-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #FFFFFF;
  width: 100%;
  min-width: 0;
  max-width: 100vw;
}
.home-page main {
  flex: 1;
  width: 100%;
  min-width: 0;
  max-width: 100vw;
}.breadcrumb {
  width: auto;
  display: inline-flex;
}
.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumb__item {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  min-width: 0;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .breadcrumb__item {
    font-size: 0.875rem;
  }
}
.breadcrumb__separator {
  color: var(--color-text-muted);
  user-select: none;
  flex-shrink: 0;
}
.breadcrumb__link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: var(--color-text-secondary);
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 120px;
  transition: color 250ms ease;
}
.breadcrumb__link:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}
.breadcrumb__link {
  border-radius: 4px;
}
@media (min-width: 768px) {
  .breadcrumb__link {
    max-width: none;
  }
}
.breadcrumb__link:hover {
  color: var(--color-primary);
}
.breadcrumb__icon {
  flex-shrink: 0;
}
.breadcrumb__label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .breadcrumb__label {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
  }
}
.breadcrumb__current {
  color: var(--color-text-primary);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 160px;
}
@media (min-width: 768px) {
  .breadcrumb__current {
    max-width: none;
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
  }
}
.breadcrumb__current--truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 180px;
  display: inline-block;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  .breadcrumb__current--truncate {
    max-width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (min-width: 1024px) {
  .breadcrumb__current--truncate {
    max-width: 380px;
  }
}
.breadcrumb__label--truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 160px;
  display: inline-block;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  .breadcrumb__label--truncate {
    max-width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.breadcrumb--light .breadcrumb__list {
  gap: 5px;
}
.breadcrumb--light .breadcrumb__item {
  gap: 5px;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 15px;
}
.breadcrumb--light .breadcrumb__separator {
  color: #FFFFFF;
}
.breadcrumb--light .breadcrumb__link {
  color: #FFFFFF;
  max-width: none;
  gap: 0;
}
.breadcrumb--light .breadcrumb__link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.breadcrumb--light .breadcrumb__icon {
  background: rgba(20, 86, 163, 0.05);
  border-radius: 11px;
  padding: 5px 4px;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcrumb--light .breadcrumb__current {
  color: #CBDEEF;
  font-weight: 400;
}.page-hero-banner {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .page-hero-banner {
    height: 400px;
  }
}
.page-hero-banner__bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgb(0, 96, 169) 0%, rgb(0, 74, 139) 50%, rgb(0, 52, 109) 100%);
}
.page-hero-banner__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-hero-banner__overlay {
  position: absolute;
  inset: 0;
  background: #072540;
  opacity: 0.3;
}
.page-hero-banner__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 0 1rem;
  text-align: center;
}
.page-hero-banner__breadcrumbs {
  display: flex;
  align-items: center;
  gap: 6px;
}
.page-hero-banner__breadcrumb-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  white-space: nowrap;
  transition: color 150ms ease;
}
.page-hero-banner__breadcrumb-item:hover {
  color: #FFFFFF;
}
.page-hero-banner__breadcrumb-item--active {
  color: #02954F;
}
.page-hero-banner__breadcrumb-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 196, 103, 0.6) 0%, rgba(2, 149, 79, 0.3) 100%);
  flex-shrink: 0;
}
.page-hero-banner__title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.15;
  text-align: center;
  margin: 0;
  background: linear-gradient(90deg, #00C467 30.69%, #0078FF 69.82%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0px 5px 15px rgba(18, 28, 70, 0.35));
}
@media (min-width: 1024px) {
  .page-hero-banner__title {
    font-size: 64px;
    line-height: 72px;
  }
}
.page-hero-banner__title--outline {
  color: transparent;
  -webkit-text-stroke: 2px #ffffff;
  text-stroke: 2px #ffffff;
  letter-spacing: 2px;
  text-shadow: none;
}
.page-hero-banner__subtitle {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  max-width: 640px;
}
@media (min-width: 1024px) {
  .page-hero-banner__subtitle {
    font-size: 18px;
  }
}
.page-hero-banner__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 4px;
}
.page-hero-banner__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 100px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: opacity 150ms ease, transform 150ms ease;
  white-space: nowrap;
}
.page-hero-banner__action:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
.page-hero-banner__action--primary {
  background: linear-gradient(135deg, #00c467, #02954f);
  color: #FFFFFF;
}
.page-hero-banner__action--secondary {
  background: transparent;
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.page-hero-banner__countdown {
  display: inline-flex;
  gap: 28px;
  background: linear-gradient(90deg, #00c467 0%, #0078ff 100%);
  color: #FFFFFF;
  padding: 18px 40px;
  border-radius: 57.5px;
  align-items: center;
  justify-content: center;
  min-width: 420px;
  height: 88px;
  box-shadow: 0 5px 20px rgba(0, 72, 153, 0.25);
}
@media (max-width: 768px) {
  .page-hero-banner__countdown {
    min-width: 0;
    width: min(90vw, 340px);
    height: 72px;
    gap: 18px;
    padding: 12px 24px;
    border-radius: 50px;
  }
}
.page-hero-banner__countdown-segment {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  min-width: 50px;
}
@media (max-width: 768px) {
  .page-hero-banner__countdown-segment {
    min-width: 38px;
  }
}
.page-hero-banner__countdown-value {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .page-hero-banner__countdown-value {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .page-hero-banner__countdown-value {
    font-size: 28px;
  }
}
.page-hero-banner__countdown-label {
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.9;
  margin-top: 6px;
}
@media (max-width: 768px) {
  .page-hero-banner__countdown-label {
    font-size: 10px;
    margin-top: 4px;
  }
}
.page-hero-banner--carousel {
  height: auto;
  display: block;
}
.page-hero-banner--carousel .page-hero-banner__carousel {
  width: 100%;
}
.page-hero-banner__carousel-slide {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .page-hero-banner__carousel-slide {
    height: 400px;
  }
}.sidebar-nav {
  display: none;
  width: 100%;
  max-width: 321px;
  position: relative;
  border-radius: 30px;
  box-shadow: 0 5px 15px rgba(215, 215, 215, 0.25);
  overflow: hidden;
}
@media (min-width: 1024px) {
  .sidebar-nav {
    display: block;
  }
}
.sidebar-nav::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #FFFFFF;
  border-radius: 30px;
  z-index: 0;
}
.sidebar-nav__inner {
  position: relative;
  z-index: 1;
  padding: 29px 24px;
}
.sidebar-nav__inner::before {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 25px;
  background: linear-gradient(180deg, rgba(123, 173, 215, 0.3) 0.56%, rgba(255, 255, 255, 0) 55.68%);
  opacity: 0.35;
  pointer-events: none;
  z-index: 0;
}
.sidebar-nav__inner > * {
  position: relative;
  z-index: 1;
}
.sidebar-nav__title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #072540;
  margin: 0;
}
.sidebar-nav__divider {
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
  margin: 18px 0 18px;
}
.sidebar-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.sidebar-nav__link {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #001930;
  text-decoration: none;
  transition: color 150ms ease;
  white-space: nowrap;
}
.sidebar-nav__link:hover {
  color: #02954F;
}
.sidebar-nav__link--active {
  color: #02954F;
}
.sidebar-nav__link--active .sidebar-nav__dot {
  width: 9px;
  height: 9px;
  background: rgba(2, 149, 79, 0.15);
  padding: 2px;
}
.sidebar-nav__dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: rgba(2, 149, 79, 0.25);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
}
.sidebar-nav__dot::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: radial-gradient(circle, #00C467 0%, #02954F 100%);
}.feature-grid {
  padding: 40px 16px;
}
@media (min-width: 1024px) {
  .feature-grid {
    padding: 60px 142px;
  }
}
.feature-grid__title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  color: #072540;
  margin: 0 0 35px;
  text-align: center;
}
@media (min-width: 1024px) {
  .feature-grid__title {
    font-size: 32px;
  }
}
.feature-grid__title span {
  color: #02954F;
}
.feature-grid__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
@media (min-width: 768px) {
  .feature-grid__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 15px;
  }
}
@media (min-width: 1024px) {
  .feature-grid__cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 15px;
  }
}
.feature-grid__card {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 45px 25px;
  background: linear-gradient(90deg, rgba(205, 255, 231, 0.25) 0%, rgba(214, 233, 255, 0.25) 100%);
  border-radius: 25px;
}
.feature-grid__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #02954F;
}
.feature-grid__icon svg {
  width: 20px;
  height: 16px;
}
.feature-grid__text {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
  color: #1B1E20;
}.about-stats {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.about-stats__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.about-stats__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #001930;
  z-index: 0;
}
.about-stats__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(-90deg, rgba(0, 25, 48, 0.8) 0%, rgba(7, 37, 64, 0.8) 100%);
  z-index: 2;
}
.about-stats__bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.about-stats__ellipse {
  position: absolute;
  width: 147px;
  height: 147px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 120, 255, 0.3), rgba(0, 196, 103, 0.1), transparent);
  mix-blend-mode: screen;
  z-index: 1;
  pointer-events: none;
  left: 42%;
  top: 15%;
}
.about-stats__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding: 60px 16px;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .about-stats__content {
    padding: 70px 32px;
  }
}
@media (min-width: 1280px) {
  .about-stats__content {
    flex-direction: row;
    align-items: flex-start;
    padding: 80px 144px;
    gap: 0;
  }
}
.about-stats__left {
  flex-shrink: 0;
  text-align: center;
}
@media (min-width: 1280px) {
  .about-stats__left {
    width: 471px;
    padding: 80px 40px 0 0;
    text-align: left;
  }
}
.about-stats__title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 19px;
  background: linear-gradient(90deg, #0078FF 0%, #00FF86 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (min-width: 1280px) {
  .about-stats__title {
    font-size: 32px;
    line-height: 38px;
  }
}
.about-stats__description {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #FFFFFF;
  margin: 0;
}
@media (min-width: 1280px) {
  .about-stats__description {
    font-size: 18px;
    line-height: 25px;
  }
}
.about-stats__grid {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.about-stats__stat {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 24px 15px;
  min-width: 0;
}
@media (min-width: 1024px) {
  .about-stats__stat {
    padding: 28px 20px;
  }
}
@media (min-width: 1280px) {
  .about-stats__stat {
    padding: 30px 26px;
  }
}
.about-stats__stat:nth-child(even) {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}
.about-stats__stat:nth-child(n+3) {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.about-stats__stat-category {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #9FF6E4;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .about-stats__stat-category {
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  .about-stats__stat-category {
    font-size: 15px;
  }
}
.about-stats--category-bold .about-stats__stat-category {
  font-weight: 600;
}
.about-stats__stat-note {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 8px;
  display: block;
}
@media (min-width: 1024px) {
  .about-stats__stat-note {
    font-size: 13px;
  }
}
.about-stats__stat-value {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  display: inline-flex;
  align-items: flex-end;
  gap: 8px;
  background: linear-gradient(180deg, #94FFDB 0%, #C0DEFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .about-stats__stat-value {
    font-size: 48px;
    gap: 10px;
  }
}
@media (min-width: 1280px) {
  .about-stats__stat-value {
    font-size: 64px;
    gap: 12px;
    flex-wrap: nowrap;
  }
}
.about-stats__stat-label {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #FFFFFF;
  -webkit-text-fill-color: initial;
  background: none;
  padding-bottom: 4px;
}
@media (min-width: 1024px) {
  .about-stats__stat-label {
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  .about-stats__stat-label {
    font-size: 18px;
  }
}.slider-section {
  padding: 15px 144px;
}
@media (max-width: 768px) {
  .slider-section {
    padding: 15px 20px;
  }
}

.slider-section__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 15px;
  gap: 24px;
}

.slider-section__header-text {
  flex: 1 1 auto;
  min-width: 0;
}
.slider-section__header-text .section-header {
  margin-bottom: 0;
}
.slider-section__header-text .section-header .section-header__title {
  margin-bottom: 0;
}
.slider-section__header-text .section-header .section-header__description {
  margin-top: 8px;
}

.slider-section__header-actions {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
}

.slider-section__title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 35px;
  color: #334E6E;
  margin: 0;
}

.slider-section__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  padding: 0 20px;
  border-radius: 20px;
  border: 0.5px solid #02954F;
  background: #FFFFFF;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #02954F;
  text-decoration: none;
  transition: background 150ms ease, color 150ms ease;
}
.slider-section__cta:hover {
  background: #02954F;
  color: #FFFFFF;
}

.slider-section__arrows {
  display: flex;
  gap: 15px;
}

.slider-section__arrow {
  width: 45px;
  height: 45px;
  border-radius: 10px;
  border: 0.5px solid #0078FF;
  background: #FFFFFF;
  cursor: pointer;
  color: #0078FF;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 150ms ease, color 150ms ease, border-color 150ms ease, opacity 150ms ease;
}
.slider-section__arrow:hover:not(:disabled), .slider-section__arrow:focus-visible:not(:disabled) {
  background: rgba(0, 120, 255, 0.06);
}
.slider-section__arrow--active {
  border-color: #0078FF;
  color: #0078FF;
}
.slider-section__arrow:disabled {
  border-color: #6D86A3;
  color: #6D86A3;
  cursor: not-allowed;
  opacity: 0.6;
}
.slider-section__arrow:disabled:hover {
  background: #FFFFFF;
}

.slider-section__viewport--side-arrows {
  position: relative;
  padding: 0 56px;
}
@media (max-width: 768px) {
  .slider-section__viewport--side-arrows {
    padding: 0 42px;
  }
}

.slider-section__side-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 45px;
  height: 45px;
  border-radius: 10px;
  border: 0.5px solid #0078FF;
  background: #FFFFFF;
  color: #0078FF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(20, 86, 163, 0.18);
  transition: background 150ms ease, color 150ms ease, border-color 150ms ease, opacity 150ms ease;
}
.slider-section__side-arrow:hover:not(:disabled), .slider-section__side-arrow:focus-visible:not(:disabled) {
  background: rgba(0, 120, 255, 0.06);
}
.slider-section__side-arrow:disabled {
  border-color: #6D86A3;
  color: #6D86A3;
  cursor: not-allowed;
  opacity: 0.5;
}
.slider-section__side-arrow--prev {
  left: 4px;
}
.slider-section__side-arrow--next {
  right: 4px;
}
@media (max-width: 768px) {
  .slider-section__side-arrow {
    width: 36px;
    height: 36px;
  }
  .slider-section__side-arrow--prev {
    left: 2px;
  }
  .slider-section__side-arrow--next {
    right: 2px;
  }
}.video-card {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  transition: transform 250ms ease;
}
.video-card:hover {
  transform: scale(1.02);
}
.video-card--default {
  aspect-ratio: 470/282;
}
.video-card--lg {
  aspect-ratio: 470/282;
}
.video-card--sm {
  aspect-ratio: 390/234;
}
.video-card__thumbnail {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.video-card__play {
  position: absolute;
  bottom: 10px;
  right: 12px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: linear-gradient(180deg, rgba(2, 149, 79, 0.75) 0%, rgba(0, 196, 103, 0.75) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: transform 150ms ease;
}
.video-card:hover .video-card__play {
  transform: scale(1.08);
}
.video-card__duration {
  position: absolute;
  bottom: 12px;
  left: 12px;
  padding: 2px 8px;
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  font-size: 0.75rem;
  border-radius: 4px;
  z-index: 1;
}
.video-card__title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 70px;
  padding: 12px 16px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
  color: #FFFFFF;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  z-index: 1;
}.about-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.about-page main {
  flex: 1;
}

.about-content__container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 40px 16px 50px;
}
@media (min-width: 1024px) {
  .about-content__container {
    padding: 40px 32px 50px;
  }
}
@media (min-width: 1280px) {
  .about-content__container {
    flex-direction: row;
    padding: 40px 144px 50px;
    gap: 24px;
  }
}
.about-content__text {
  width: 100%;
  min-width: 0;
}
@media (min-width: 1024px) {
  .about-content__text {
    padding-right: 353px;
  }
}
@media (min-width: 1280px) {
  .about-content__text {
    width: 593px;
    padding-right: 0;
    flex-shrink: 0;
  }
}
.about-content__text .text-blue {
  color: #1456A3;
}
.about-content__body {
  margin-top: 15px;
}
.about-content__body p {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  color: #1B1E20;
  text-align: justify;
  margin: 0 0 16px;
}
.about-content__body p:last-child {
  margin-bottom: 0;
}
.about-content__visual {
  position: relative;
  min-width: 0;
  min-height: 505px;
  width: 100%;
  max-width: 430px;
  margin-inline: auto;
  overflow: visible;
}
@media (max-width: 464px) {
  .about-content__visual {
    overflow: hidden;
  }
}
@media (min-width: 1280px) {
  .about-content__visual {
    flex: 1;
    min-height: 400px;
    max-width: none;
    margin-inline: 0;
  }
}
.about-content__circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 505px;
  pointer-events: none;
}
@media (max-width: 1279px) {
  .about-content__circles::before {
    content: "";
    position: absolute;
    top: 24px;
    left: -22px;
    width: 444px;
    height: 452px;
    border-radius: 50%;
    border: 1px dashed rgba(0, 120, 255, 0.35);
    pointer-events: none;
  }
}
.about-content__circle {
  position: absolute;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}
.about-content__circle--lg {
  width: 220px;
  height: 220px;
  top: 55px;
  left: 12px;
}
@media (min-width: 1280px) {
  .about-content__circle--lg {
    left: 77px;
  }
}
.about-content__circle--sm {
  width: 155px;
  height: 155px;
  top: 87px;
  left: 297px;
}
@media (min-width: 1280px) {
  .about-content__circle--sm {
    left: 362px;
  }
}
.about-content__circle--md {
  width: 175px;
  height: 175px;
  top: 275px;
  left: 144px;
}
@media (min-width: 1280px) {
  .about-content__circle--md {
    left: 210px;
  }
}
.about-content__sidebar {
  position: absolute;
  top: 40px;
  right: 16px;
  z-index: 2;
}
@media (min-width: 1024px) {
  .about-content__sidebar {
    right: 32px;
  }
}
@media (min-width: 1280px) {
  .about-content__sidebar {
    right: 144px;
  }
}

.feature-grid {
  padding: 40px 16px;
}
@media (min-width: 1024px) {
  .feature-grid {
    padding: 60px 142px;
  }
}
.feature-grid__title {
  text-align: center;
  margin-bottom: 35px;
}.vision-mission-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.vision-mission-page main {
  flex: 1;
}

.vision-mission__intro-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 40px 16px 50px;
}
@media (min-width: 1024px) {
  .vision-mission__intro-container {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    padding: 40px 144px 50px;
  }
}
.vision-mission__intro-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 1024px) {
  .vision-mission__intro-text {
    max-width: 1077px;
  }
}
.vision-mission__intro-aside {
  width: 100%;
}
@media (min-width: 1024px) {
  .vision-mission__intro-aside {
    width: 321px;
    flex-shrink: 0;
  }
}

.vision-mission__block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.vision-mission__subtitle {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: #334E6E;
  margin: 0;
}

.vision-mission__paragraph {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  color: #1B1E20;
  text-align: justify;
  margin: 0;
}
.vision-mission__paragraph p {
  margin: 0 0 4px;
}
.vision-mission__paragraph p:last-child {
  margin-bottom: 0;
}

.vision-mission__bullets {
  margin-top: 14px;
}
.vision-mission__bullets .bullet-list__item {
  line-height: 30px;
}

.vision-mission__values {
  padding: 30px 16px 80px;
}
@media (min-width: 1024px) {
  .vision-mission__values {
    padding: 30px 140px 120px;
  }
}
.vision-mission__values-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1448px;
  margin: 0 auto;
}
.vision-mission__values-intro {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  color: #1B1E20;
  text-align: justify;
  margin: 0 0 35px;
  max-width: 1077px;
  white-space: pre-wrap;
}
.vision-mission__values-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.vision-mission__value {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .vision-mission__value {
    align-items: center;
  }
}
.vision-mission__value-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1456A3;
}
.vision-mission__value-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.vision-mission__value-title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: #334E6E;
  margin: 0;
}
@media (max-width: 767px) {
  .vision-mission__value-title {
    font-size: 22px;
    line-height: 28px;
  }
}
.vision-mission__value-text {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  color: #1B1E20;
  text-align: justify;
  margin: 0;
}

.vision-mission__sidebar {
  margin-left: auto;
}.programs-listing {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 144px;
  box-sizing: border-box;
}
.programs-listing__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media (max-width: 1279px) {
  .programs-listing {
    padding: 0 40px;
  }
  .programs-listing__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .programs-listing {
    padding: 0 20px;
  }
  .programs-listing__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}.rings-panel {
  position: relative;
  overflow: hidden;
  border-radius: 35px;
  background: linear-gradient(180deg, #E5F2FF 0%, #FFFFFF 100%);
  max-width: 1445px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
}
@media (min-width: 1024px) {
  .rings-panel {
    padding: 32px 2rem;
  }
}
.rings-panel__rings {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
  display: none;
  mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.15) 32%, rgba(0, 0, 0, 0.65) 42%, #000 50%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.15) 32%, rgba(0, 0, 0, 0.65) 42%, #000 50%);
}
@media (min-width: 1024px) {
  .rings-panel__rings {
    display: block;
    width: 1330px;
    height: 1330px;
  }
}
.rings-panel__ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 9999px;
  border: 1px solid rgba(0, 120, 255, 0.22);
}
.rings-panel__ring--1 {
  width: 312px;
  height: 312px;
  opacity: 1;
}
.rings-panel__ring--2 {
  width: 470px;
  height: 470px;
  opacity: 0.85;
}
.rings-panel__ring--3 {
  width: 646px;
  height: 646px;
  opacity: 0.7;
}
.rings-panel__ring--4 {
  width: 834px;
  height: 834px;
  opacity: 0.55;
}
.rings-panel__ring--5 {
  width: 1038px;
  height: 1038px;
  opacity: 0.4;
}
.rings-panel__ring--6 {
  width: 1330px;
  height: 1330px;
  opacity: 0.25;
}
.rings-panel__content {
  position: relative;
  z-index: 1;
  max-width: 768px;
  margin: 0 auto;
  text-align: center;
}.programs-cta-banner {
  margin: 80px auto;
}
.programs-cta-banner__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 100px;
  background: rgba(0, 120, 255, 0.08);
  color: #0A2540;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 16px;
}
.programs-cta-banner__tag-dot {
  flex-shrink: 0;
}
.programs-cta-banner__title {
  margin: 0 0 16px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #0A2540;
}
.programs-cta-banner__description {
  margin: 0 auto 24px;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #64748B;
  max-width: 765px;
}
.programs-cta-banner__actions {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.programs-cta-banner:not(.programs-cta-banner--image) .programs-cta-banner__button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 100px;
  background: linear-gradient(135deg, #0078FF 0%, #1456A3 100%);
  color: #ffffff;
  text-decoration: none;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  transition: background 0.2s ease;
}
.programs-cta-banner:not(.programs-cta-banner--image) .programs-cta-banner__button:hover {
  background: linear-gradient(135deg, #1456A3 0%, #0078FF 100%);
  color: #ffffff;
}
.programs-cta-banner--theme-green:not(.programs-cta-banner--image) .programs-cta-banner__tag {
  background: rgba(0, 196, 103, 0.1);
}
.programs-cta-banner--theme-green:not(.programs-cta-banner--image) .programs-cta-banner__button {
  background: linear-gradient(135deg, #00C467 0%, #02954F 100%);
}
.programs-cta-banner--theme-green:not(.programs-cta-banner--image) .programs-cta-banner__button:hover {
  background: linear-gradient(135deg, #02954F 0%, #00C467 100%);
}
.programs-cta-banner--image {
  position: relative;
  overflow: hidden;
  border-radius: 35px;
  max-width: 1440px;
  height: 400px;
  margin: 80px auto;
  padding: 0;
}
.programs-cta-banner--image .programs-cta-banner__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.programs-cta-banner--image .programs-cta-banner__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  padding: 0 40px;
  gap: 35px;
}
.programs-cta-banner--image .programs-cta-banner__group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.programs-cta-banner--image .programs-cta-banner__tag {
  background: linear-gradient(90deg, rgba(0, 120, 255, 0.05), rgba(0, 72, 153, 0.05));
  color: #fff;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  padding: 10px 15px;
  border-radius: 55px;
  gap: 3px;
  margin-bottom: 0;
}
.programs-cta-banner--image .programs-cta-banner__title {
  margin: 0;
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  width: 457px;
  max-width: 100%;
  background: linear-gradient(90deg, #00C467 0%, #0078FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.programs-cta-banner--image .programs-cta-banner__description {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  color: #fff;
  width: 436px;
  max-width: 100%;
}
.programs-cta-banner--image .programs-cta-banner__button {
  padding: 11px 20px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}
@media (max-width: 768px) {
  .programs-cta-banner {
    margin: 40px 20px;
  }
  .programs-cta-banner__title {
    font-size: 26px;
    line-height: 32px;
  }
  .programs-cta-banner--image {
    border-radius: 20px;
    margin: 40px 16px;
    height: auto;
    min-height: 360px;
  }
  .programs-cta-banner--image .programs-cta-banner__content {
    padding: 40px 20px 48px;
    gap: 24px;
  }
  .programs-cta-banner--image .programs-cta-banner__group {
    width: 100%;
    min-width: 0;
  }
  .programs-cta-banner--image .programs-cta-banner__title {
    width: auto;
    max-width: 100%;
    min-width: 0;
    font-size: 24px;
    line-height: 30px;
    word-break: break-word;
    overflow-wrap: anywhere;
    hyphens: auto;
  }
  .programs-cta-banner--image .programs-cta-banner__description {
    width: auto;
    max-width: 100%;
    min-width: 0;
    font-size: 15px;
    line-height: 22px;
    word-break: break-word;
    overflow-wrap: anywhere;
  }
  .programs-cta-banner--image .programs-cta-banner__tag {
    font-size: 15px;
    padding: 8px 12px;
    max-width: 100%;
    white-space: normal;
    text-align: center;
  }
  .programs-cta-banner--image .programs-cta-banner__actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .programs-cta-banner--image .programs-cta-banner__button {
    width: 100%;
    justify-content: center;
  }
}.programs-page__intro {
  max-width: 1600px;
  margin: 32px auto 40px;
  padding: 0 144px;
}
@media (max-width: 768px) {
  .programs-page__intro {
    padding: 0 20px;
  }
}
.programs-page__intro-header-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 24px;
}
.programs-page__intro-header-row .section-header {
  flex: 1 1 auto;
  min-width: 0;
}
.programs-page__breadcrumb {
  flex: 0 0 auto;
  width: auto;
  margin-top: 8px;
  white-space: nowrap;
}
.programs-page__intro-text {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  line-height: 25px;
  color: #64748B;
  max-width: 1186px;
}.page-header {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
}
@media (max-width: 768px) {
  .page-header {
    gap: 14px;
  }
}
.page-header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 768px) {
  .page-header__top {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 12px;
  }
}
.page-header__top-left {
  flex: 0 1 auto;
  min-width: 0;
}
.page-header__top-right {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 14px;
}
@media (max-width: 768px) {
  .page-header__top-right {
    width: 100%;
    justify-content: flex-end;
  }
}
.page-header__breadcrumb {
  flex: 0 0 auto;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .page-header__breadcrumb {
    white-space: normal;
  }
}
.page-header__right-slot {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
}
.page-header__title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #072540;
  margin: 0;
}
@media (max-width: 768px) {
  .page-header__title {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
.page-header__description {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 25px;
  color: #1B1E20;
  margin: 0;
  max-width: 100%;
}
@media (max-width: 768px) {
  .page-header__description {
    font-size: 1rem;
  }
}
.page-header--compact .page-header__top-left {
  flex: 1 1 auto;
}
.page-header--compact .page-header__title {
  display: none;
}
@media (min-width: 768px) {
  .page-header--stacked .page-header__top {
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .page-header--stacked .page-header__top-left {
    display: none;
  }
}.info-card {
  position: relative;
  background: #FFFFFF;
  border-radius: 25px;
  box-shadow: 0 5px 15px rgba(176, 178, 181, 0.25);
  padding: 27px 30px;
  min-height: 345px;
  overflow: hidden;
}
.info-card::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(123, 173, 215, 0.1) 0%, rgba(255, 255, 255, 0) 56%);
  pointer-events: none;
  opacity: 0.35;
}
.info-card__title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 35px;
  color: #334E6E;
  margin: 0 0 15px;
  position: relative;
  z-index: 1;
}
.info-card__items {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
  z-index: 1;
}
.info-card__row {
  display: flex;
  align-items: center;
  gap: 15px;
}
.info-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 58px;
  border: 1px solid #00C467;
  background: #FFFFFF;
  box-shadow: 0 5px 25px rgba(194, 194, 194, 0.25);
  flex-shrink: 0;
  color: #1B1E20;
}
.info-card__text {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  color: #1B1E20;
}
.info-card__bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  z-index: 1;
}
.info-card__bullet {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding-left: 0;
  position: relative;
}
.info-card__bullet::before {
  content: "";
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0078FF;
  margin-top: 10px;
}
.info-card__bullet-text {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 25px;
  color: #1B1E20;
  flex: 1 1 auto;
}
.info-card__bullet-bold {
  font-weight: 600;
}.poster-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: 100%;
  max-width: 349px;
  aspect-ratio: 349/495;
  padding: 27px 30px;
  background: #FFFFFF;
  border-radius: 25px;
  box-shadow: 0 5px 15px rgba(176, 178, 181, 0.15);
  overflow: hidden;
  transition: box-shadow 250ms ease, transform 250ms ease;
}
.poster-card:hover {
  box-shadow: 0 8px 24px rgba(176, 178, 181, 0.25);
  transform: translateY(-2px);
}
.poster-card__image-wrap {
  width: 100%;
  aspect-ratio: 330/413;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(238, 238, 238, 0.3);
  flex: 0 0 auto;
}
.poster-card__image-wrap--clickable {
  cursor: pointer;
}
.poster-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.poster-card__actions {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 0 0 auto;
}
.poster-card__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  text-decoration: none;
  flex-shrink: 0;
  cursor: pointer;
  transition: background 250ms ease, transform 250ms ease;
}
.poster-card__action:hover {
  transform: scale(1.05);
}
.poster-card__action--detail {
  background: #1456A3;
}
.poster-card__action--detail:hover {
  background: #0078FF;
}
.poster-card--media-tall {
  aspect-ratio: auto;
  background: #f5f5f5;
  box-shadow: 0 6px 22px rgba(20, 86, 163, 0.3);
}
.poster-card--media-tall:hover {
  box-shadow: 0 10px 30px rgba(20, 86, 163, 0.36);
}
.poster-card--media-tall .poster-card__image-wrap {
  aspect-ratio: 720/1280;
}
.poster-card--competition .poster-card__image-wrap {
  aspect-ratio: 3/4;
  background: #060c24;
}
.poster-card--competition .poster-card__image {
  object-fit: contain;
  object-position: center;
  background: #060c24;
}
@media (max-width: 768px) {
  .poster-card {
    padding: 16px 18px;
    gap: 12px;
  }
  .poster-card__action {
    width: 42px;
    height: 42px;
  }
}.process-steps {
  width: 100%;
  min-width: 0;
}
.process-steps__step {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 0;
  padding: 22px 38px 33px 15px;
  border-radius: 20px;
  box-sizing: border-box;
}
.process-steps__step--green {
  background-color: #F1FFF9;
}
.process-steps__step--green .process-steps__label-text {
  background-color: #02954F;
}
.process-steps__step--green .process-steps__title {
  color: #02954F;
}
.process-steps__step--dark {
  background-color: #F7F7F7;
}
.process-steps__step--dark .process-steps__label-text {
  background-color: #1B1E20;
}
.process-steps__step--dark .process-steps__title {
  color: #1B1E20;
}
.process-steps__step--blue {
  background-color: #F3F7FA;
}
.process-steps__step--blue .process-steps__label-text {
  background-color: #1456A3;
}
.process-steps__step--blue .process-steps__title {
  color: #1456A3;
}
.process-steps__label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 145px;
  flex-shrink: 0;
}
.process-steps__label-text {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
  white-space: nowrap;
  padding: 5px 15px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.process-steps__content {
  display: flex;
  flex-direction: column;
  gap: 7px;
  flex: 1 1 auto;
  min-width: 0;
}
.process-steps__title {
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: normal;
  margin: 0;
}
.process-steps__description {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #1B1E20;
  margin: 0;
}
.process-steps__connector {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}
.process-steps__connector-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0 16px;
}
.process-steps--horizontal {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.process-steps--horizontal .process-steps__step {
  flex: 0 1 350px;
  min-width: 260px;
  max-width: 350px;
  height: 200px;
}
.process-steps--horizontal .process-steps__connector {
  flex: 0 1 151px;
  min-width: 90px;
  max-width: 151px;
  height: 42px;
}
.process-steps--zigzag {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 32px 0;
}
.process-steps--zigzag .process-steps__step {
  flex: 0 1 auto;
  min-width: 260px;
  max-width: 350px;
  min-height: 160px;
}
.process-steps--zigzag .process-steps__connector--default {
  flex: 0 1 auto;
  min-width: 90px;
  max-width: 150px;
  height: 42px;
  padding: 0 16px;
}
.process-steps--zigzag .process-steps__connector--lshape {
  flex: 0 1 auto;
  min-width: 160px;
  max-width: 220px;
  height: 130px;
  min-height: 130px;
  padding: 0 16px;
  align-self: flex-start;
}
.process-steps--zigzag .process-steps__connector--lshape .process-steps__connector-img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  transform: scaleX(-1);
}
.process-steps--zigzag .process-steps__step[data-step="0"] {
  order: 1;
}
.process-steps--zigzag .process-steps__connector[data-conn="0"] {
  order: 2;
}
.process-steps--zigzag .process-steps__step[data-step="1"] {
  order: 3;
}
.process-steps--zigzag .process-steps__step[data-step="2"] {
  order: 5;
}
.process-steps--zigzag .process-steps__connector[data-conn="1"] {
  order: 6;
}
.process-steps--zigzag::after {
  content: "";
  flex-basis: 100%;
  height: 0;
  order: 4;
}
.process-steps--snake {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px 0;
}
.process-steps--snake .process-steps__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.process-steps--snake .process-steps__row .process-steps__step {
  flex: 0 1 auto;
  min-width: 260px;
  max-width: 350px;
  min-height: 160px;
}
.process-steps--snake .process-steps__row .process-steps__connector--default {
  flex: 0 1 auto;
  min-width: 90px;
  max-width: 150px;
  height: 42px;
  padding: 0 16px;
}
.process-steps--snake .process-steps__row--rtl {
  flex-direction: row-reverse;
}
.process-steps--snake .process-steps__row--rtl .process-steps__connector--default .process-steps__connector-img {
  transform: scaleX(-1);
}
.process-steps--snake .process-steps__lshape {
  flex: 0 0 auto;
  width: 150px;
  height: 110px;
  align-self: flex-start;
  box-sizing: border-box;
}
.process-steps--snake .process-steps__lshape-img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  display: block;
}
.process-steps--snake .process-steps__row--entry-right .process-steps__lshape-img {
  transform: scaleX(-1);
}
.process-steps--snake .process-steps__row:nth-of-type(odd) .process-steps__lshape {
  padding-inline-end: 16px;
}
.process-steps--snake .process-steps__row:nth-of-type(even) .process-steps__lshape {
  padding-inline-start: 16px;
}
.process-steps--snake .process-steps__row:first-of-type {
  margin-inline-start: 150px;
}
.process-steps--snake .process-steps__row:nth-of-type(even):not(.process-steps__row--single) {
  margin-inline-end: 32px;
}
.process-steps--snake .process-steps__row:nth-of-type(odd):not(:first-of-type):not(.process-steps__row--single) {
  margin-inline-start: 32px;
}
.process-steps--vertical {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.process-steps--vertical .process-steps__step {
  width: 100%;
  min-width: 0;
  max-width: 350px;
  min-height: 180px;
  padding: 22px 24px 28px 15px;
}
.process-steps--vertical .process-steps__connector {
  min-width: 90px;
  max-width: 151px;
  width: 100%;
  height: 42px;
  margin: 12px 0;
}
@media (max-width: 640px) {
  .process-steps--vertical .process-steps__step {
    min-height: 160px;
    padding: 16px 16px 20px 12px;
    gap: 14px;
  }
  .process-steps--vertical .process-steps__label {
    height: 120px;
    width: 30px;
  }
  .process-steps--vertical .process-steps__description {
    font-size: 1rem;
  }
}.accordion {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 1024px) {
  .accordion {
    grid-template-columns: 1fr 1fr;
  }
}
.accordion--pill {
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  .accordion--pill {
    grid-template-columns: 1fr;
  }
}

.accordion__item {
  border: 1px solid #EEEEEE;
  border-radius: 8px;
  overflow: hidden;
}

.accordion__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  cursor: pointer;
  background: transparent;
  border: none;
  width: 100%;
  font-size: 0.875rem;
  font-weight: 500;
  color: #1B1E20;
  font-family: inherit;
  text-align: left;
}

.accordion__header:hover {
  background: #FAFAFA;
}

.accordion__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.accordion__icon-plus,
.accordion__icon-minus {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1), opacity 300ms ease;
}
.accordion__item--open .accordion__icon-plus,
.accordion__item--open .accordion__icon-minus {
  transform: rotate(180deg);
}

.accordion__icon-plus {
  opacity: 1;
}
.accordion__item--open .accordion__icon-plus {
  opacity: 0;
}

.accordion__icon-minus {
  opacity: 0;
}
.accordion__item--open .accordion__icon-minus {
  opacity: 1;
}

.accordion__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 300ms ease;
}
.accordion__item--open .accordion__body {
  max-height: 500px;
}

.accordion__content {
  padding: 0 24px 20px;
  font-size: 0.875rem;
  color: #6D747C;
  line-height: 1.6;
}

.accordion--pill .accordion__item {
  border: 1px solid rgba(0, 120, 255, 0.15);
  border-radius: 16px;
  background: rgba(229, 242, 255, 0.7);
  overflow: hidden;
}
.accordion--pill .accordion__header {
  padding: 20px 14px 20px 24px;
  font-size: 1.125rem;
  color: #072540;
  align-items: center;
}
.accordion--pill .accordion__header:hover {
  background: rgba(229, 242, 255, 0.9);
}
.accordion--pill .accordion__title {
  flex: 1 1 auto;
  min-width: 0;
}
.accordion--pill .accordion__icon {
  width: 34px;
  height: 34px;
  border-radius: 9999px;
  background: #0078FF;
  color: #FFFFFF;
  transition: background 150ms ease;
}
.accordion--pill .accordion__item--open .accordion__icon {
  background: #1456A3;
}
.accordion--pill .accordion__content {
  padding: 0 24px 20px;
  font-size: 1rem;
  color: #1B1E20;
  line-height: 1.6;
}.ideathon-page__header {
  max-width: 1600px;
  margin: 0 auto;
  padding: 35px 144px 15px;
}
@media (max-width: 768px) {
  .ideathon-page__header {
    padding: 24px 20px 12px;
  }
}
.ideathon-page__header-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}
.ideathon-page__header-row .section-header {
  flex: 1 1 auto;
  min-width: 0;
}
.ideathon-page__breadcrumb {
  flex: 0 0 auto;
  width: auto;
  margin-top: 8px;
  white-space: nowrap;
}
.ideathon-page__content {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 144px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 768px) {
  .ideathon-page__content {
    padding: 0 20px;
    gap: 32px;
  }
}
.ideathon-page__section-title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 35px;
  color: #334E6E;
  margin: 0 0 10px;
}
.ideathon-page__section-title--center {
  text-align: center;
}
.ideathon-page__intro {
  max-width: 1186px;
}
.ideathon-page__intro-text {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 25px;
  color: #1B1E20;
  text-align: justify;
  margin: 0;
}
.ideathon-page__info-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media (max-width: 1024px) {
  .ideathon-page__info-cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.ideathon-page .info-card {
  min-height: 285px;
}
.ideathon-page .info-card__bullet-text {
  line-height: 30px;
}
.ideathon-page__process {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ideathon-page__competitions {
  padding: 0;
}
.ideathon-page__comp-card {
  background: #FFFFFF;
  border-radius: 25px;
  box-shadow: 0 5px 15px rgba(176, 178, 181, 0.15);
  padding: 8px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.ideathon-page__comp-card-image {
  width: 100%;
  aspect-ratio: 330/413;
  border-radius: 15px;
  overflow: hidden;
}
.ideathon-page__comp-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ideathon-page__comp-card-actions {
  display: flex;
  gap: 15px;
  padding: 10px 0 0;
  align-items: center;
}
.ideathon-page__comp-card-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  text-decoration: none;
  transition: opacity 150ms ease;
}
.ideathon-page__comp-card-btn:hover {
  opacity: 0.85;
}
.ideathon-page__comp-card-btn--view {
  background: linear-gradient(180deg, rgba(2, 149, 79, 0.05), rgba(0, 196, 103, 0.05));
  color: #1B1E20;
}
.ideathon-page__comp-card-btn--go {
  background: #1456A3;
  color: #FFFFFF;
  border-radius: 52px;
}
.ideathon-page__faq {
  margin: 0 auto;
  padding: 20px 0 60px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (max-width: 768px) {
  .ideathon-page__faq {
    max-width: 100%;
    padding: 16px 0 40px;
  }
}
.ideathon-page__faq .accordion__item {
  border: 0.5px solid #00C467;
  border-radius: 20px;
  overflow: visible;
}
.ideathon-page__faq .accordion:has(.accordion__item:nth-child(6)) {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.ideathon-page__faq .accordion:has(.accordion__item:nth-child(6)) .accordion__item {
  flex: 0 0 48%;
}
.ideathon-page__faq .accordion__header {
  padding: 19px 16px;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #1B1E20;
  gap: 16px;
}
.ideathon-page__faq .accordion__header:hover {
  background: transparent;
}
.ideathon-page__faq .accordion__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  min-width: 44px;
  background: #1456A3;
  border-radius: 22px;
  color: #FFFFFF;
  transition: background 150ms ease;
}
.accordion__item--open .ideathon-page__faq .accordion__icon {
  transform: none;
  background: #02954F;
}
.accordion__item--open .ideathon-page__faq .accordion__body {
  max-height: 600px;
}
.ideathon-page__faq .accordion__content {
  padding: 0 16px 19px;
  font-family: "Urbanist", sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 25px;
  color: #1B1E20;
}.video-hero-banner {
  position: relative;
  width: 100%;
  height: 565px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .video-hero-banner {
    height: 562px;
  }
}
.video-hero-banner__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-hero-banner__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 25, 48, 0.85) 0%, rgba(0, 25, 48, 0) 100%);
}
@media (max-width: 1023px) {
  .video-hero-banner__overlay {
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 25, 48, 0.85) 0%, rgba(0, 25, 48, 0.55) 100%);
  }
}
.video-hero-banner__content {
  position: absolute;
  left: 142px;
  top: 50%;
  right: calc(50% + 127px);
  transform: translateY(-50%);
  max-width: 500px;
  z-index: 1;
}
.video-hero-banner__title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
  color: #FFFFFF;
  margin: 0 0 24px;
  white-space: pre-line;
  background: linear-gradient(90deg, #00C467 30.69%, #0078FF 69.82%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (max-width: 1023px) {
  .video-hero-banner__title {
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 16px;
  }
}
.video-hero-banner__desc {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 25px;
  color: #FFFFFF;
  margin: 0;
}
@media (max-width: 1023px) {
  .video-hero-banner__desc {
    font-size: 16px;
    line-height: 23px;
  }
}
.video-hero-banner__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.video-hero-banner__play:hover {
  transform: translate(-50%, -50%) scale(1.04);
}
@media (max-width: 1023px) {
  .video-hero-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: auto;
    min-height: 562px;
    padding: 93px 50px 60px;
    gap: 40px;
  }
  .video-hero-banner .video-hero-banner__content {
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    top: auto;
    transform: none;
    max-width: none;
    width: 100%;
  }
  .video-hero-banner .video-hero-banner__play {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    transform: none;
  }
  .video-hero-banner .video-hero-banner__play:hover {
    transform: scale(1.04);
  }
}.hizlandirma-page__header {
  max-width: 1600px;
  margin: 0 auto;
  padding: 35px 144px 15px;
}
@media (max-width: 768px) {
  .hizlandirma-page__header {
    padding: 24px 20px 12px;
  }
}
.hizlandirma-page__header-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}
.hizlandirma-page__header-row .section-header {
  flex: 1 1 auto;
  min-width: 0;
}
.hizlandirma-page__breadcrumb {
  flex: 0 0 auto;
  width: auto;
  margin-top: 8px;
  white-space: nowrap;
}
.hizlandirma-page__content {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 144px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 768px) {
  .hizlandirma-page__content {
    padding: 0 20px;
    gap: 32px;
  }
}
.hizlandirma-page__section-title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 35px;
  color: #334E6E;
  margin: 0 0 10px;
  white-space: pre-line;
}
.hizlandirma-page__section-title--center {
  text-align: center;
}
.hizlandirma-page__intro {
  max-width: 1186px;
}
.hizlandirma-page__intro-text {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 25px;
  color: #1B1E20;
  text-align: justify;
  margin: 0;
}
.hizlandirma-page__info-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media (max-width: 1024px) {
  .hizlandirma-page__info-cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.hizlandirma-page__process {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hizlandirma-page__video-hero {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .hizlandirma-page__video-hero {
    margin-top: 32px;
  }
}
.hizlandirma-page .slider-section {
  margin-top: 58px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .hizlandirma-page .slider-section {
    margin-top: 32px;
  }
}
.hizlandirma-page .programs-cta-banner {
  margin-top: 100px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .hizlandirma-page .programs-cta-banner {
    margin-top: 48px;
    margin-bottom: 40px;
  }
}
.hizlandirma-page__faq {
  margin: 0 auto;
  padding: 20px 0 60px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (max-width: 768px) {
  .hizlandirma-page__faq {
    max-width: 100%;
    padding: 16px 0 40px;
  }
}
.hizlandirma-page__faq .accordion__item {
  border: 0.5px solid #00C467;
  border-radius: 20px;
  overflow: visible;
}
.hizlandirma-page__faq .accordion:has(.accordion__item:nth-child(6)) {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.hizlandirma-page__faq .accordion:has(.accordion__item:nth-child(6)) .accordion__item {
  flex: 0 0 48%;
}
.hizlandirma-page__faq .accordion__header {
  padding: 19px 16px;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #1B1E20;
  gap: 16px;
}
.hizlandirma-page__faq .accordion__header:hover {
  background: transparent;
}
.hizlandirma-page__faq .accordion__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  min-width: 44px;
  background: #1456A3;
  border-radius: 22px;
  color: #FFFFFF;
  transition: background 150ms ease;
}
.accordion__item--open .hizlandirma-page__faq .accordion__icon {
  transform: none;
  background: #02954F;
}
.accordion__item--open .hizlandirma-page__faq .accordion__body {
  max-height: 600px;
}
.hizlandirma-page__faq .accordion__content {
  padding: 0 16px 19px;
  font-family: "Urbanist", sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 25px;
  color: #1B1E20;
}.poc-page__header {
  max-width: 1600px;
  margin: 0 auto;
  padding: 35px 144px 15px;
}
@media (max-width: 768px) {
  .poc-page__header {
    padding: 24px 20px 12px;
  }
}
.poc-page__header-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}
.poc-page__header-row .section-header {
  flex: 1 1 auto;
  min-width: 0;
}
.poc-page__breadcrumb {
  flex: 0 0 auto;
  width: auto;
  margin-top: 8px;
  white-space: nowrap;
}
.poc-page__content {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 144px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 768px) {
  .poc-page__content {
    padding: 0 20px;
    gap: 32px;
  }
}
.poc-page__section-title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 35px;
  color: #334E6E;
  margin: 0 0 10px;
  white-space: pre-line;
}
.poc-page__section-title--center {
  text-align: center;
}
.poc-page__intro {
  max-width: 1186px;
}
.poc-page__intro-text {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 25px;
  color: #1B1E20;
  text-align: justify;
  margin: 0;
}
.poc-page__info-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media (max-width: 1024px) {
  .poc-page__info-cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.poc-page__process {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.poc-page .slider-section {
  margin-top: 58px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .poc-page .slider-section {
    margin-top: 32px;
  }
}
.poc-page .programs-cta-banner {
  margin-top: 100px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .poc-page .programs-cta-banner {
    margin-top: 48px;
    margin-bottom: 40px;
  }
}
.poc-page__faq {
  margin: 0 auto;
  padding: 20px 0 60px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (max-width: 768px) {
  .poc-page__faq {
    max-width: 100%;
    padding: 16px 0 40px;
  }
}
.poc-page__faq .accordion__item {
  border: 0.5px solid #00C467;
  border-radius: 20px;
  overflow: visible;
}
.poc-page__faq .accordion:has(.accordion__item:nth-child(6)) {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.poc-page__faq .accordion:has(.accordion__item:nth-child(6)) .accordion__item {
  flex: 0 0 48%;
}
.poc-page__faq .accordion__header {
  padding: 19px 16px;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #1B1E20;
  gap: 16px;
}
.poc-page__faq .accordion__header:hover {
  background: transparent;
}
.poc-page__faq .accordion__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  min-width: 44px;
  background: #1456A3;
  border-radius: 22px;
  color: #FFFFFF;
  transition: background 150ms ease;
}
.accordion__item--open .poc-page__faq .accordion__icon {
  transform: none;
  background: #02954F;
}
.accordion__item--open .poc-page__faq .accordion__body {
  max-height: 600px;
}
.poc-page__faq .accordion__content {
  padding: 0 16px 19px;
  font-family: "Urbanist", sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 25px;
  color: #1B1E20;
}.summit-overview {
  padding: 60px 144px;
}
@media (max-width: 1280px) {
  .summit-overview {
    padding: 48px 72px;
  }
}
@media (max-width: 768px) {
  .summit-overview {
    padding: 32px 20px;
  }
}
.summit-overview__inner {
  display: grid;
  grid-template-columns: minmax(0, 736fr) minmax(0, 788fr);
  gap: 64px;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .summit-overview__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.summit-overview__visual {
  position: relative;
  width: 100%;
  aspect-ratio: 736/505;
}
@media (max-width: 1024px) {
  .summit-overview__visual {
    max-width: 560px;
    margin: 0 auto;
  }
}
.summit-overview__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  border-radius: 25px;
}
.summit-overview__composition {
  position: relative;
  width: 100%;
  aspect-ratio: 736/505;
  overflow: hidden;
}
.summit-overview__outline {
  position: absolute;
  top: 21px;
  left: 0;
  width: 92%;
  height: 88%;
  pointer-events: none;
}
.summit-overview__circle {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
}
.summit-overview__circle-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.summit-overview__circle--1 {
  box-shadow: 0 10px 30px rgba(0, 40, 80, 0.15);
}
@media (max-width: 1024px) {
  .summit-overview__composition {
    max-width: 560px;
    margin: 0 auto;
  }
}
.summit-overview__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.summit-overview__title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.2;
  color: #001930;
  margin: 0;
}
@media (max-width: 768px) {
  .summit-overview__title {
    font-size: 1.875rem;
  }
}
.summit-overview__subtitle {
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.3;
  color: #02954F;
  margin: 0;
}
@media (max-width: 768px) {
  .summit-overview__subtitle {
    font-size: 1.25rem;
  }
}
.summit-overview__description {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #1B1E20;
  margin: 0;
  max-width: 788px;
}
.summit-overview__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}
.summit-overview__cta {
  white-space: nowrap;
}.program-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 1072px;
}
.program-timeline__item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  min-height: 70px;
  padding: 25px;
  border-radius: 25px;
  background: linear-gradient(to right, rgba(205, 255, 231, 0.25), rgba(214, 233, 255, 0.25));
}
@media (max-width: 768px) {
  .program-timeline__item {
    padding: 18px 20px;
    gap: 14px;
    min-height: auto;
  }
}
.program-timeline__time {
  flex-shrink: 0;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #0078FF;
  white-space: nowrap;
  min-width: 96px;
}
@media (max-width: 768px) {
  .program-timeline__time {
    font-size: 1.125rem;
    min-width: 84px;
  }
}
.program-timeline__body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.program-timeline__title {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  color: #1B1E20;
  overflow-wrap: anywhere;
}
@media (max-width: 768px) {
  .program-timeline__title {
    font-size: 1rem;
  }
}
.program-timeline__speaker {
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #0078FF;
  overflow-wrap: anywhere;
}
@media (max-width: 768px) {
  .program-timeline__speaker {
    font-size: 0.875rem;
  }
}.summit-program {
  padding: 60px 144px;
}
@media (max-width: 1280px) {
  .summit-program {
    padding: 48px 72px;
  }
}
@media (max-width: 768px) {
  .summit-program {
    padding: 32px 20px;
  }
}
.summit-program__inner {
  max-width: 1440px;
  margin: 0 auto;
}
.summit-program__header {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .summit-program__header {
    margin-bottom: 28px;
  }
}
.summit-program__days {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  align-items: start;
}
@media (max-width: 1024px) {
  .summit-program__days {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
.summit-program__days[data-count="1"] {
  grid-template-columns: minmax(0, 720px);
  justify-content: center;
}
.summit-program__day {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}
.summit-program__day-label {
  margin: 0;
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #1456A3;
}
@media (max-width: 768px) {
  .summit-program__day-label {
    font-size: 1.25rem;
  }
}
.summit-program .program-timeline {
  max-width: 100%;
}
.summit-program__actions {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .summit-program__actions {
    margin-top: 28px;
  }
}.logo-marquee {
  position: relative;
  width: 100%;
}
.logo-marquee__item {
  flex: 0 0 auto;
  width: 345px;
  height: 218px;
  border-radius: 20px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  box-shadow: 0 5px 15px rgba(176, 178, 181, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.logo-marquee__item img {
  max-width: 75%;
  max-height: 60%;
  object-fit: contain;
}
.logo-marquee__item--bare {
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
}
.logo-marquee__link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
}
.logo-marquee__placeholder {
  font-family: "Fira Sans", sans-serif;
  color: #6D747C;
  font-size: 1.125rem;
}
.logo-marquee--carousel .logo-marquee__item {
  width: 100%;
  max-width: 100%;
}
.logo-marquee--carousel .slider {
  position: relative;
}
.logo-marquee--carousel .slider__arrows {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  margin-top: 24px;
}
.logo-marquee--carousel .slider__arrow {
  width: 45px;
  height: 45px;
  border-radius: 10px;
  border: 0.5px solid #0078FF;
  background: #FFFFFF;
  color: #0078FF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 250ms ease, color 250ms ease, border-color 250ms ease, opacity 250ms ease;
}
.logo-marquee--carousel .slider__arrow:hover:not(:disabled), .logo-marquee--carousel .slider__arrow:focus-visible:not(:disabled) {
  background: rgba(0, 120, 255, 0.06);
}
.logo-marquee--carousel .slider__arrow:disabled {
  opacity: 0.35;
  cursor: default;
}
.logo-marquee--marquee {
  overflow: hidden;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
  -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%);
}
.logo-marquee--marquee.logo-marquee--dragging {
  cursor: grabbing;
}
.logo-marquee--marquee .logo-marquee__track {
  display: flex;
  width: max-content;
  gap: 20px;
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  .logo-marquee--marquee .logo-marquee__track {
    transform: none !important;
  }
}.partner-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 345/218;
  background: var(--color-bg-primary);
  border: 1px solid var(--color-border-light);
  border-radius: 16px;
  padding: 1rem;
  text-decoration: none;
  transition: border-color 250ms ease, box-shadow 250ms ease;
}
.partner-card:hover {
  border-color: var(--color-primary);
  box-shadow: 0 5px 15px rgba(176, 178, 181, 0.15);
}
.partner-card__tag {
  position: absolute;
  top: 14px;
  left: 16px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #0078FF;
  white-space: nowrap;
  max-width: calc(100% - 32px);
  overflow: hidden;
  text-overflow: ellipsis;
}
.partner-card__tag-dot {
  flex-shrink: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #0078FF;
}
.partner-card__logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  aspect-ratio: 2/1;
  max-height: 82%;
}
.partner-card__logo {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}.photo-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}
.photo-card--default {
  width: 100%;
  aspect-ratio: 470/282;
}
.photo-card--small {
  width: 100%;
  aspect-ratio: 390/234;
}
.photo-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms;
}
.photo-card:hover .photo-card__image {
  transform: scale(1.05);
}
.photo-card__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
  color: white;
  font-size: 0.875rem;
}
.photo-card__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 250ms;
  display: flex;
  align-items: center;
  justify-content: center;
}
.photo-card:hover .photo-card__overlay {
  background: rgba(0, 0, 0, 0.2);
}.af-page__partners {
  padding: 60px 144px;
  background: #FFFFFF;
}
@media (max-width: 1280px) {
  .af-page__partners {
    padding: 48px 72px;
  }
}
@media (max-width: 768px) {
  .af-page__partners {
    padding: 40px 20px;
  }
}
.af-page__partners-inner {
  position: relative;
}
.af-page__partners-inner .logo-marquee--carousel .slider__arrows {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
  z-index: 2;
}
.af-page__partners-header {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 110px 32px;
  text-align: center;
}
@media (max-width: 768px) {
  .af-page__partners-header {
    padding: 0 0 24px;
  }
}
.af-page__content {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 144px;
}
@media (max-width: 768px) {
  .af-page__content {
    padding: 0 20px;
  }
}
.af-page__faq {
  max-width: 713px;
  margin: 0 auto;
  padding: 40px 0 80px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (max-width: 768px) {
  .af-page__faq {
    max-width: 100%;
    padding: 32px 0 48px;
  }
}
.af-page__faq-title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 35px;
  color: #334E6E;
  text-align: center;
  margin: 0;
}
.af-page .af-page__faq .accordion {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.af-page .af-page__faq .accordion__item {
  border: 0.5px solid #00C467;
  border-radius: 20px;
  overflow: visible;
}
.af-page .af-page__faq .accordion__header {
  padding: 19px 16px;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #1B1E20;
  gap: 16px;
}
.af-page .af-page__faq .accordion__header:hover {
  background: transparent;
}
.af-page .af-page__faq .accordion__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  min-width: 44px;
  background: #1456A3;
  border-radius: 22px;
  color: #FFFFFF;
  transition: background 150ms ease;
}
.accordion__item--open .af-page .af-page__faq .accordion__icon {
  transform: none;
  background: #02954F;
}
.accordion__item--open .af-page .af-page__faq .accordion__body {
  max-height: 600px;
}
.af-page .af-page__faq .accordion__content {
  padding: 0 16px 19px;
  font-family: "Urbanist", sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 25px;
  color: #1B1E20;
}
.af-page .af-page__gallery,
.af-page .af-page__experiences,
.af-page .af-page__speakers {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .af-page .af-page__gallery,
  .af-page .af-page__experiences,
  .af-page .af-page__speakers {
    margin-top: 32px;
  }
}
.af-page .af-page__speakers {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 768px) {
  .af-page .af-page__speakers {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.af-page .af-page__speakers .slider__slide {
  overflow: visible;
}
.af-page .af-page__speakers .slider__viewport {
  padding: 22px 12px 30px;
}.af-text-page--no-hero main {
  padding-top: 160px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .af-text-page--no-hero main {
    padding-top: 120px;
  }
}
.af-text-page__header {
  max-width: 1600px;
  margin: 0 auto;
  padding: 35px 144px 15px;
}
@media (max-width: 768px) {
  .af-text-page__header {
    padding: 24px 20px 12px;
  }
}
.af-text-page__content {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 144px 60px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 768px) {
  .af-text-page__content {
    padding: 0 20px 40px;
    gap: 24px;
  }
}
.af-text-page__title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 35px;
  color: #334E6E;
  margin: 0;
}
@media (max-width: 768px) {
  .af-text-page__title {
    font-size: 1.5rem;
    line-height: 1.3;
  }
}
.af-text-page__intro {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 25px;
  color: #1B1E20;
  margin: 0;
  max-width: 1186px;
}
.af-text-page__section {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 1186px;
}
.af-text-page__section-title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.3;
  color: #334E6E;
  margin: 0;
}
@media (max-width: 768px) {
  .af-text-page__section-title {
    font-size: 1.25rem;
  }
}
.af-text-page__section-body {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 25px;
  color: #1B1E20;
  margin: 0;
}
.af-text-page__cta-row {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .af-text-page__cta-row {
    justify-content: stretch;
  }
  .af-text-page__cta-row .af-text-page__cta-btn {
    width: 100%;
  }
}
.af-text-page__cta-btn {
  min-width: 210px;
}
.af-text-page .programs-cta-banner {
  margin-top: 20px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .af-text-page .programs-cta-banner {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}.pagination {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pagination__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  padding: 0;
  font-family: "Urbanist", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #1456A3;
  background-color: #FFFFFF;
  border: 0.5px solid #0078FF;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 250ms ease, color 250ms ease, border-color 250ms ease;
}
.pagination__button:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}
@media (max-width: 640px) {
  .pagination__button {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
}
.pagination__button:hover:not(:disabled) {
  background-color: rgba(0, 120, 255, 0.05);
}
.pagination__button--active {
  background-color: #1456A3;
  border-color: #0078FF;
  border-width: 1px;
  color: #FFFFFF;
}
.pagination__button--active:hover:not(:disabled) {
  background-color: #0078FF;
  color: #FFFFFF;
}
.pagination__button--disabled {
  color: #6D747C;
  border-color: #6D86A3;
  background-color: #FFFFFF;
  cursor: not-allowed;
  opacity: 1;
}
.pagination__button--disabled:hover {
  background-color: #FFFFFF;
}
.pagination__ellipsis {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  font-family: "Urbanist", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #1456A3;
  background-color: #FFFFFF;
  border: 0.5px solid #0078FF;
  border-radius: 10px;
  user-select: none;
}
@media (max-width: 640px) {
  .pagination__ellipsis {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
}.filterable-gallery {
  max-width: 1600px;
  margin: 0 auto;
  padding: 35px 144px 60px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 768px) {
  .filterable-gallery {
    padding: 24px 20px 40px;
    gap: 20px;
  }
}
.filterable-gallery__title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .filterable-gallery__title-row {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
}
.filterable-gallery__title-left {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  min-width: 0;
}
@media (max-width: 768px) {
  .filterable-gallery__title-left {
    gap: 12px;
  }
}
.filterable-gallery__tag-pills {
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
}
.filterable-gallery__tag-pill {
  display: inline-flex;
  align-items: center;
  height: 34px;
  padding: 0 18px;
  border: none;
  border-radius: 50px;
  background: rgba(0, 120, 255, 0.05);
  color: #072540;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  transition: background 150ms ease, color 150ms ease, box-shadow 150ms ease;
}
.filterable-gallery__tag-pill:hover:not(.filterable-gallery__tag-pill--active) {
  background: rgba(0, 120, 255, 0.12);
}
.filterable-gallery__tag-pill--active {
  background: linear-gradient(180deg, #0078FF 0%, #1456A3 100%);
  color: #FFFFFF;
  box-shadow: 0 4px 10px rgba(0, 120, 255, 0.25);
}
.filterable-gallery__title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #072540;
  margin: 0;
}
@media (max-width: 768px) {
  .filterable-gallery__title {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
.filterable-gallery__description {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 25px;
  color: #1B1E20;
  margin: 0;
  max-width: 100%;
}
@media (max-width: 768px) {
  .filterable-gallery__description {
    font-size: 1rem;
  }
}
.filterable-gallery__header-filter {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .filterable-gallery__header-filter {
    width: 100%;
    flex-wrap: wrap;
  }
  .filterable-gallery__header-filter .filterable-gallery__filter-pill,
  .filterable-gallery__header-filter .filterable-gallery__filter-pill-wrap,
  .filterable-gallery__header-filter .filterable-gallery__dropdown {
    width: 100%;
  }
}
.filterable-gallery__search-row {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
}
@media (max-width: 768px) {
  .filterable-gallery__search-row {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.filterable-gallery__search-filter {
  flex: 0 0 auto;
}
@media (max-width: 768px) {
  .filterable-gallery__search-filter {
    flex: 1 1 100%;
  }
}
.filterable-gallery__search-input-wrap {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.filterable-gallery__search-hint {
  font-size: 13px;
  color: #8a8f95;
  padding-left: 4px;
}
.filterable-gallery__search-input {
  width: 100%;
  height: 55px;
  padding: 10px 18px;
  border: none;
  border-radius: 15px;
  background: rgba(0, 120, 255, 0.05);
  color: #072540;
  font-family: "Urbanist", sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.2;
  outline: none;
  transition: background 150ms ease, box-shadow 150ms ease;
}
.filterable-gallery__search-input::placeholder {
  color: rgba(7, 37, 64, 0.5);
  font-weight: 300;
}
.filterable-gallery__search-input:hover:not(:disabled) {
  background: rgba(0, 120, 255, 0.08);
}
.filterable-gallery__search-input:focus-visible {
  background: rgba(0, 120, 255, 0.08);
  box-shadow: 0 0 0 2px rgba(0, 120, 255, 0.25);
}
.filterable-gallery__search-input {
  padding: 16px 20px;
}
.filterable-gallery__search-btn {
  flex: 0 0 auto;
  min-width: 170px;
  height: 50px;
  padding: 11px 20px;
  border: none;
  border-radius: 50px;
  background: linear-gradient(180deg, #0078FF 0%, #1456A3 100%);
  color: #FFFFFF;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  cursor: pointer;
  transition: opacity 150ms ease, transform 150ms ease;
}
.filterable-gallery__search-btn:hover, .filterable-gallery__search-btn:focus-visible {
  opacity: 0.92;
  transform: translateY(-1px);
}
@media (max-width: 768px) {
  .filterable-gallery__search-btn {
    min-width: 120px;
  }
}
.filterable-gallery__dropdown {
  position: relative;
}
.filterable-gallery__dropdown-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 225px;
  width: auto;
  cursor: pointer;
  height: 55px;
  padding: 10px 18px;
  border: none;
  border-radius: 15px;
  background: rgba(0, 120, 255, 0.05);
  color: #072540;
  font-family: "Urbanist", sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.2;
  outline: none;
  transition: background 150ms ease, box-shadow 150ms ease;
}
.filterable-gallery__dropdown-trigger::placeholder {
  color: rgba(7, 37, 64, 0.5);
  font-weight: 300;
}
.filterable-gallery__dropdown-trigger:hover:not(:disabled) {
  background: rgba(0, 120, 255, 0.08);
}
.filterable-gallery__dropdown-trigger:focus-visible {
  background: rgba(0, 120, 255, 0.08);
  box-shadow: 0 0 0 2px rgba(0, 120, 255, 0.25);
}
.filterable-gallery__dropdown-trigger {
  padding: 10px 16px 10px 18px;
}
@media (max-width: 768px) {
  .filterable-gallery__dropdown-trigger {
    width: 100%;
  }
}
.filterable-gallery__dropdown-label {
  font-family: "Urbanist", sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #072540;
  text-align: left;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.filterable-gallery__dropdown-chevron {
  flex-shrink: 0;
  transition: transform 250ms ease;
  color: #072540;
}
.filterable-gallery__dropdown--open .filterable-gallery__dropdown-chevron {
  transform: rotate(180deg);
}
.filterable-gallery__dropdown-panel {
  position: fixed;
  max-height: 320px;
  overflow-y: auto;
  list-style: none;
  margin: 0;
  z-index: 500;
  animation: filterable-dropdown-in 180ms ease forwards;
  background: rgba(0, 25, 48, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(176, 178, 181, 0.2);
  padding: 10px 0;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.05);
}
.filterable-gallery__dropdown-panel::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.filterable-gallery__dropdown-panel::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
}
.filterable-gallery__dropdown-panel::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}
.filterable-gallery__dropdown-panel::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.4);
}
.filterable-gallery__dropdown-option {
  display: block;
  width: 100%;
  padding: 12px 20px;
  border: none;
  background: transparent;
  color: #FFFFFF;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  text-align: left;
  cursor: pointer;
  transition: background 150ms ease, color 150ms ease;
}
.filterable-gallery__dropdown-option:hover, .filterable-gallery__dropdown-option:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  outline: none;
}
.filterable-gallery__dropdown-option--active {
  color: #00C467;
}
.filterable-gallery__filter-pill-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}
@media (max-width: 768px) {
  .filterable-gallery__filter-pill-wrap {
    width: 100%;
  }
}
.filterable-gallery__filter-pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  cursor: pointer;
  white-space: nowrap;
  border: none;
  text-align: left;
  height: 55px;
  padding: 10px 18px;
  border: none;
  border-radius: 15px;
  background: rgba(0, 120, 255, 0.05);
  color: #072540;
  font-family: "Urbanist", sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.2;
  outline: none;
  transition: background 150ms ease, box-shadow 150ms ease;
}
.filterable-gallery__filter-pill::placeholder {
  color: rgba(7, 37, 64, 0.5);
  font-weight: 300;
}
.filterable-gallery__filter-pill:hover:not(:disabled) {
  background: rgba(0, 120, 255, 0.08);
}
.filterable-gallery__filter-pill:focus-visible {
  background: rgba(0, 120, 255, 0.08);
  box-shadow: 0 0 0 2px rgba(0, 120, 255, 0.25);
}
.filterable-gallery__filter-pill-clear {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  padding: 0;
  margin-left: 8px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 120, 255, 0.08);
  color: #0078ff;
  cursor: pointer;
  z-index: 1;
  transition: background 250ms ease, transform 250ms ease;
}
.filterable-gallery__filter-pill-clear:hover {
  background: rgba(0, 120, 255, 0.18);
  transform: translateY(-50%) scale(1.06);
}
.filterable-gallery__filter-pill-clear:focus-visible {
  outline: 2px solid #0078ff;
  outline-offset: 2px;
}
.filterable-gallery__filter-pill-wrap:has(.filterable-gallery__filter-pill-clear) .filterable-gallery__filter-pill {
  padding-right: 40px;
}
.filterable-gallery__calendar-portal {
  position: fixed;
  z-index: 500;
  animation: filterable-dropdown-in 180ms ease forwards;
}
.filterable-gallery__calendar {
  width: 300px;
  background: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(0, 25, 48, 0.14), 0 2px 6px rgba(0, 25, 48, 0.08);
  padding: 14px;
}
@media (max-width: 768px) {
  .filterable-gallery__calendar {
    width: min(320px, 100vw - 32px);
  }
}
.filterable-gallery__calendar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}
.filterable-gallery__calendar-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 8px;
  background: rgba(0, 120, 255, 0.06);
  color: #0078FF;
  cursor: pointer;
  transition: background 150ms ease;
}
.filterable-gallery__calendar-nav:hover, .filterable-gallery__calendar-nav:focus-visible {
  background: rgba(0, 120, 255, 0.14);
  outline: none;
}
.filterable-gallery__calendar-title {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  color: #072540;
  text-transform: capitalize;
  background: transparent;
  border: none;
  padding: 0;
  cursor: default;
}
.filterable-gallery__calendar-title--clickable {
  cursor: pointer;
  padding: 4px 10px;
  border-radius: 8px;
  transition: background 150ms ease;
}
.filterable-gallery__calendar-title--clickable:hover, .filterable-gallery__calendar-title--clickable:focus-visible {
  background: rgba(0, 120, 255, 0.08);
  outline: none;
}
.filterable-gallery__calendar-title-part {
  background: transparent;
  border: none;
  padding: 4px 8px;
  border-radius: 8px;
  font: inherit;
  color: inherit;
  cursor: pointer;
  transition: background 150ms ease, color 150ms ease;
}
.filterable-gallery__calendar-title-part:hover, .filterable-gallery__calendar-title-part:focus-visible {
  background: rgba(0, 120, 255, 0.1);
  color: #0078FF;
  outline: none;
}
.filterable-gallery__calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
  margin-bottom: 6px;
}
.filterable-gallery__calendar-weekday {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  color: rgba(7, 37, 64, 0.55);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.filterable-gallery__calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
}
.filterable-gallery__calendar-grid--months, .filterable-gallery__calendar-grid--years {
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}
.filterable-gallery__calendar-cell {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0;
  border: none;
  background: transparent;
  border-radius: 10px;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #072540;
  cursor: pointer;
  transition: background 150ms ease, color 150ms ease, box-shadow 150ms ease;
}
.filterable-gallery__calendar-cell:hover:not(.filterable-gallery__calendar-cell--empty):not(.filterable-gallery__calendar-cell--selected) {
  background: rgba(0, 120, 255, 0.08);
}
.filterable-gallery__calendar-cell:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 120, 255, 0.4);
}
.filterable-gallery__calendar-cell--empty {
  visibility: hidden;
  cursor: default;
}
.filterable-gallery__calendar-cell--today {
  font-weight: 700;
  color: #0078FF;
  box-shadow: inset 0 0 0 1px rgba(0, 120, 255, 0.4);
}
.filterable-gallery__calendar-cell--in-range {
  background: rgba(0, 120, 255, 0.1);
  color: #072540;
  border-radius: 0;
}
.filterable-gallery__calendar-cell--in-range:hover {
  background: rgba(0, 120, 255, 0.18);
}
.filterable-gallery__calendar-cell--selected {
  background: linear-gradient(180deg, #0078FF 0%, #1456A3 100%);
  color: #FFFFFF;
  box-shadow: 0 4px 10px rgba(0, 120, 255, 0.3);
}
.filterable-gallery__calendar-cell--selected:hover {
  background: linear-gradient(180deg, #1456A3 0%, #0078FF 100%);
}
.filterable-gallery__calendar-cell--month, .filterable-gallery__calendar-cell--year {
  height: 44px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 12px;
}
.filterable-gallery__calendar-foot {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(7, 37, 64, 0.08);
}
.filterable-gallery__calendar-range-info {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #6D86A3;
  text-align: center;
}
.filterable-gallery__calendar-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.filterable-gallery__calendar-clear {
  flex: 0 0 auto;
  border: none;
  background: transparent;
  color: #6D747C;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  cursor: pointer;
  padding: 6px 10px;
  border-radius: 6px;
  transition: background 150ms ease, color 150ms ease;
}
.filterable-gallery__calendar-clear:hover, .filterable-gallery__calendar-clear:focus-visible {
  background: rgba(7, 37, 64, 0.05);
  color: #072540;
  outline: none;
}
.filterable-gallery__calendar-apply {
  flex: 0 0 auto;
  height: 36px;
  padding: 0 18px;
  border: none;
  border-radius: 50px;
  background: linear-gradient(180deg, #0078FF 0%, #1456A3 100%);
  color: #FFFFFF;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  cursor: pointer;
  transition: opacity 150ms ease;
}
.filterable-gallery__calendar-apply:hover:not(:disabled), .filterable-gallery__calendar-apply:focus-visible:not(:disabled) {
  opacity: 0.92;
}
.filterable-gallery__calendar-apply:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.filterable-gallery__filter-label {
  user-select: none;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.filterable-gallery__grid-wrap {
  width: 100%;
}
.filterable-gallery__pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.filterable-gallery__empty {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 48px 20px;
  background: rgba(0, 120, 255, 0.03);
  border: 1px dashed rgba(0, 120, 255, 0.18);
  border-radius: 20px;
  text-align: center;
}
.filterable-gallery__empty-title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  color: #072540;
  margin: 0;
}
.filterable-gallery__empty-hint {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #6D86A3;
  margin: 0;
}
.filterable-gallery__sidebar-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 20px;
  align-items: start;
}
@media (max-width: 1024px) {
  .filterable-gallery__sidebar-layout {
    grid-template-columns: 1fr;
  }
}
.filterable-gallery__sidebar-layout--right {
  grid-template-columns: 1fr 280px;
}
.filterable-gallery__sidebar-layout--right .filterable-gallery__sidebar {
  order: 2;
}
.filterable-gallery__sidebar-layout--right .filterable-gallery__sidebar-items {
  order: 1;
}
@media (max-width: 1024px) {
  .filterable-gallery__sidebar-layout--right {
    grid-template-columns: 1fr;
  }
  .filterable-gallery__sidebar-layout--right .filterable-gallery__sidebar {
    order: 1;
  }
  .filterable-gallery__sidebar-layout--right .filterable-gallery__sidebar-items {
    order: 2;
  }
}
.filterable-gallery__sidebar {
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(176, 178, 181, 0.15);
  padding: 20px;
  position: sticky;
  top: 110px;
  align-self: start;
  max-height: calc(100vh - 140px);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 120, 255, 0.35) transparent;
}
.filterable-gallery__sidebar::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.filterable-gallery__sidebar::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}
.filterable-gallery__sidebar::-webkit-scrollbar-thumb {
  background: rgba(0, 120, 255, 0.35);
  border-radius: 10px;
}
.filterable-gallery__sidebar::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 120, 255, 0.55);
}
@media (max-width: 1023px) {
  .filterable-gallery__sidebar {
    display: none;
  }
}
.filterable-gallery__mobile-filter-btn {
  display: none;
}
@media (max-width: 1023px) {
  .filterable-gallery__mobile-filter-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    position: fixed;
    left: 50%;
    bottom: 76px;
    transform: translateX(-50%);
    z-index: 100;
    min-width: 200px;
    padding: 15px 40px;
    background: linear-gradient(180deg, #0078FF 10%, #1456A3 123%);
    color: #FFFFFF;
    border: none;
    border-radius: 20px 20px 0 0;
    font-family: "Fira Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.18);
    transition: transform 250ms ease, box-shadow 250ms ease;
  }
  .filterable-gallery__mobile-filter-btn:hover {
    transform: translateX(-50%) translateY(-2px);
  }
  .filterable-gallery__mobile-filter-btn:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.8);
    outline-offset: 2px;
  }
  .filterable-gallery__mobile-filter-btn span {
    white-space: nowrap;
  }
}
.filterable-gallery__mobile-drawer {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.filterable-gallery__mobile-drawer-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  animation: filterable-gallery-drawer-fade 240ms ease;
}
.filterable-gallery__mobile-drawer-panel {
  position: relative;
  width: 100%;
  max-width: 540px;
  max-height: 85vh;
  overflow-y: auto;
  background: #FFFFFF;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  padding: 20px 20px 28px;
  box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.2);
  animation: filterable-gallery-drawer-up 300ms cubic-bezier(0.22, 1, 0.36, 1);
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 120, 255, 0.35) transparent;
}
.filterable-gallery__mobile-drawer-panel::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.filterable-gallery__mobile-drawer-panel::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}
.filterable-gallery__mobile-drawer-panel::-webkit-scrollbar-thumb {
  background: rgba(0, 120, 255, 0.35);
  border-radius: 10px;
}
.filterable-gallery__mobile-drawer-panel::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 120, 255, 0.55);
}
.filterable-gallery__mobile-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 14px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.filterable-gallery__mobile-drawer-title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #072540;
  margin: 0;
}
.filterable-gallery__mobile-drawer-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  background: rgba(0, 0, 0, 0.04);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  color: #072540;
  transition: background 250ms ease, transform 250ms ease;
}
.filterable-gallery__mobile-drawer-close:hover {
  background: rgba(0, 0, 0, 0.08);
  transform: scale(1.04);
}
.filterable-gallery__mobile-drawer-close:focus-visible {
  outline: 2px solid #0078FF;
  outline-offset: 2px;
}
@keyframes filterable-gallery-drawer-up {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes filterable-gallery-drawer-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.filterable-gallery__sidebar-section {
  margin-bottom: 18px;
  border: none;
  padding: 0;
}
.filterable-gallery__sidebar-section:last-of-type {
  margin-bottom: 20px;
}
.filterable-gallery__sidebar-label {
  display: block;
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 20px;
  color: #072540;
  margin-bottom: 10px;
}
.filterable-gallery__sidebar-search {
  width: 100%;
  height: 45px;
  padding: 10px 14px;
  border: none;
  border-radius: 12px;
  background: rgba(0, 120, 255, 0.05);
  color: #072540;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2;
  outline: none;
  transition: background 150ms ease, box-shadow 150ms ease;
}
.filterable-gallery__sidebar-search::placeholder {
  color: rgba(7, 37, 64, 0.5);
}
.filterable-gallery__sidebar-search:hover:not(:disabled) {
  background: rgba(0, 120, 255, 0.08);
}
.filterable-gallery__sidebar-search:focus-visible {
  background: rgba(0, 120, 255, 0.08);
  box-shadow: 0 0 0 2px rgba(0, 120, 255, 0.25);
}
.filterable-gallery__sidebar-choices {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}
.filterable-gallery__sidebar-choice {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 20px;
  color: #1B1E20;
  cursor: pointer;
  user-select: none;
}
.filterable-gallery__sidebar-choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
}
.filterable-gallery__sidebar-choice-box {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: rgba(0, 120, 255, 0.08);
  position: relative;
  transition: background 150ms ease, box-shadow 150ms ease;
}
.filterable-gallery__sidebar-choice input:checked + .filterable-gallery__sidebar-choice-box {
  background: #0078FF;
  box-shadow: 0 2px 6px rgba(0, 120, 255, 0.25);
}
.filterable-gallery__sidebar-choice input[type=checkbox]:checked + .filterable-gallery__sidebar-choice-box::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 7px;
  width: 4px;
  height: 9px;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  transform: rotate(45deg);
}
.filterable-gallery__sidebar-choice input[type=radio]:checked + .filterable-gallery__sidebar-choice-box::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FFFFFF;
}
.filterable-gallery__sidebar-choice:hover .filterable-gallery__sidebar-choice-box {
  background: rgba(0, 120, 255, 0.15);
}
.filterable-gallery__sidebar-choice input:focus-visible + .filterable-gallery__sidebar-choice-box {
  box-shadow: 0 0 0 3px rgba(0, 120, 255, 0.25);
}
.filterable-gallery__sidebar-choice-label {
  flex: 1;
}
.filterable-gallery__sidebar-section > .filterable-gallery__filter-pill, .filterable-gallery__sidebar-section > .filterable-gallery__dropdown {
  width: 100%;
}
.filterable-gallery__sidebar-section > .filterable-gallery__dropdown .filterable-gallery__dropdown-trigger {
  width: 100%;
  min-width: 0;
}
.filterable-gallery__sidebar-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
  padding-top: 16px;
  border-top: 1px solid rgba(7, 37, 64, 0.06);
}
.filterable-gallery__sidebar-clear {
  flex: 1 1 40%;
  height: 42px;
  border: 1px solid rgba(7, 37, 64, 0.15);
  border-radius: 50px;
  background: #FFFFFF;
  color: #072540;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  cursor: pointer;
  transition: background 150ms ease;
}
.filterable-gallery__sidebar-clear:hover, .filterable-gallery__sidebar-clear:focus-visible {
  background: rgba(7, 37, 64, 0.04);
}
.filterable-gallery__sidebar-apply {
  flex: 1 1 60%;
  height: 42px;
  border: none;
  border-radius: 50px;
  background: linear-gradient(180deg, #0078FF 0%, #1456A3 100%);
  color: #FFFFFF;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  cursor: pointer;
  transition: opacity 150ms ease;
}
.filterable-gallery__sidebar-apply:hover, .filterable-gallery__sidebar-apply:focus-visible {
  opacity: 0.92;
}
.filterable-gallery__sidebar-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@keyframes filterable-dropdown-in {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}.af-hikayeler-page {
  background: #FFFFFF;
}
.af-hikayeler-page main {
  padding-top: 98px;
  min-height: 50vh;
}
@media (max-width: 768px) {
  .af-hikayeler-page main {
    padding-top: 80px;
  }
}.report-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 75px;
  padding: 16px;
  background: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0 5px 15px rgba(176, 178, 181, 0.15);
  overflow: hidden;
  gap: 12px;
  transition: box-shadow 250ms ease, transform 250ms ease;
}
.report-card:hover {
  box-shadow: 0 6px 20px rgba(176, 178, 181, 0.22);
  transform: translateY(-1px);
}
.report-card__main {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 1 1 auto;
  min-width: 0;
}
.report-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  color: #1456A3;
}
.report-card__title {
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 25px;
  color: #2f3846;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.report-card__actions {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-shrink: 0;
}
.report-card__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  text-decoration: none;
  flex-shrink: 0;
  transition: background 250ms ease, transform 250ms ease;
}
.report-card__action:hover {
  transform: scale(1.05);
}
.report-card__action--preview {
  background: linear-gradient(180deg, rgba(2, 149, 79, 0.05) 0%, rgba(0, 196, 103, 0.05) 100%);
}
.report-card__action--preview:hover {
  background: linear-gradient(180deg, rgba(2, 149, 79, 0.12) 0%, rgba(0, 196, 103, 0.12) 100%);
}
.report-card__action--download {
  background: #1456A3;
}
.report-card__action--download:hover {
  background: #0078FF;
}
@media (max-width: 768px) {
  .report-card {
    padding: 12px;
    min-height: 68px;
  }
  .report-card__title {
    font-size: 1rem;
  }
  .report-card__action {
    width: 42px;
    height: 42px;
  }
}.af-raporlar-page {
  background: #FFFFFF;
}
.af-raporlar-page main {
  padding-top: 160px;
  padding-bottom: 80px;
  min-height: 50vh;
}
@media (max-width: 768px) {
  .af-raporlar-page main {
    padding-top: 120px;
    padding-bottom: 48px;
  }
}.af-zirveler-page {
  background: #FFFFFF;
}
.af-zirveler-page main {
  padding-top: 120px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .af-zirveler-page main {
    padding-top: 100px;
    padding-bottom: 48px;
  }
}
.af-zirveler-page__breadcrumb-row {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 144px 20px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .af-zirveler-page__breadcrumb-row {
    padding: 0 20px 16px;
  }
}
.af-zirveler-page .programs-cta-banner {
  margin: 0 auto 20px;
}
@media (max-width: 768px) {
  .af-zirveler-page .programs-cta-banner {
    margin: 0 auto 16px;
  }
}.mentor-card--centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2rem 1.5rem;
  background: var(--color-bg-primary);
  border-radius: 20px;
  border: 1px solid var(--color-border-light);
  transition: box-shadow 250ms ease;
}
.mentor-card--centered:hover {
  box-shadow: 0 5px 15px rgba(176, 178, 181, 0.15);
}
.mentor-card--centered .mentor-card__avatar {
  width: 130px;
  height: 130px;
  border-radius: 9999px;
  overflow: hidden;
  margin-bottom: 1.25rem;
  background: var(--color-gray-200);
}
.mentor-card--centered .mentor-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mentor-card--centered .mentor-card__name {
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-text-primary);
  margin-bottom: 0.25rem;
}
.mentor-card--centered .mentor-card__role {
  font-size: 0.875rem;
  color: var(--color-text-secondary);
  margin-bottom: 1rem;
}
.mentor-card--centered .mentor-card__social {
  display: flex;
  gap: 0.5rem;
}
.mentor-card--centered .mentor-card__social-link {
  width: 36px;
  height: 36px;
  border-radius: 9999px;
  border: 1px solid var(--color-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-muted);
  transition: color 250ms ease, border-color 250ms ease;
}
.mentor-card--centered .mentor-card__social-link:hover {
  color: var(--color-primary);
  border-color: var(--color-primary);
}

.mentor-card--detail {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(176, 178, 181, 0.2);
  container-type: inline-size;
  container-name: mentor-card;
  transition: transform 250ms ease, box-shadow 250ms ease;
}
.mentor-card--detail:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(176, 178, 181, 0.3);
}
.mentor-card--detail .mentor-card__avatar {
  flex-shrink: 0;
  width: 96px;
  height: 96px;
  border-radius: 9999px;
  overflow: hidden;
  background: rgba(0, 120, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
}
.mentor-card--detail .mentor-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.5;
}
.mentor-card--detail .mentor-card__body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.mentor-card--detail .mentor-card__name {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  color: #072540;
  margin: 0;
}
.mentor-card--detail .mentor-card__role {
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #0078FF;
  margin: 0 0 6px;
}
.mentor-card--detail .mentor-card__description {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #1B1E20;
  margin: 0 0 12px;
}
.mentor-card--detail .mentor-card__tags {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.mentor-card--detail .mentor-card__tags-icon {
  color: #00C467;
  flex-shrink: 0;
}
.mentor-card--detail .mentor-card__tags-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #072540;
}
.mentor-card--detail .mentor-card__tag {
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-right: 1px solid rgba(7, 37, 64, 0.25);
  white-space: nowrap;
}
.mentor-card--detail .mentor-card__tag:first-child {
  padding-left: 0;
}
.mentor-card--detail .mentor-card__tag:last-child {
  border-right: none;
  padding-right: 0;
}
@container mentor-card (max-width: 320px) {
  .mentor-card--detail {
    gap: 12px;
    padding: 16px;
  }
  .mentor-card--detail .mentor-card__avatar {
    width: 72px;
    height: 72px;
    padding: 10px;
  }
  .mentor-card--detail .mentor-card__name {
    font-size: 18px;
    line-height: 22px;
  }
  .mentor-card--detail .mentor-card__role {
    font-size: 12px;
    line-height: 16px;
  }
  .mentor-card--detail .mentor-card__description {
    font-size: 12px;
    line-height: 18px;
  }
  .mentor-card--detail .mentor-card__tags-list {
    font-size: 11px;
  }
  .mentor-card--detail .mentor-card__tag {
    padding: 0 6px;
  }
}

.mentor-card--clickable {
  cursor: pointer;
}.af-zirve-detay-page {
  background: #FFFFFF;
}
.af-zirve-detay-page__header {
  max-width: 1600px;
  margin: 0 auto;
  padding: 35px 144px 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 768px) {
  .af-zirve-detay-page__header {
    padding: 24px 20px 12px;
  }
}
.af-zirve-detay-page__header-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}
.af-zirve-detay-page__header-row .section-header {
  flex: 0 1 auto;
  min-width: 0;
}
.af-zirve-detay-page__breadcrumb {
  flex: 0 0 auto;
  white-space: nowrap;
  margin-top: 8px;
}
.af-zirve-detay-page__title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 35px;
  color: #334E6E;
  margin: 0;
}
@media (max-width: 768px) {
  .af-zirve-detay-page__title {
    font-size: 1.5rem;
    line-height: 1.3;
  }
}
.af-zirve-detay-page__meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.af-zirve-detay-page__meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: #6D747C;
}
.af-zirve-detay-page__meta-item svg {
  flex-shrink: 0;
}
.af-zirve-detay-page__program {
  max-width: 1600px;
  margin: 40px auto 0;
  padding: 0 144px;
}
@media (max-width: 768px) {
  .af-zirve-detay-page__program {
    padding: 0 20px;
    margin-top: 24px;
  }
}
.af-zirve-detay-page__section-title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 35px;
  color: #334E6E;
  margin: 0 0 20px;
}
.af-zirve-detay-page__partners {
  padding: 40px 0;
  background: #FFFFFF;
}
@media (max-width: 768px) {
  .af-zirve-detay-page__partners {
    padding: 24px 0;
  }
}
.af-zirve-detay-page__partners-header {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 144px 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .af-zirve-detay-page__partners-header {
    padding: 0 20px 16px;
  }
}
.af-zirve-detay-page__outputs {
  max-width: 1600px;
  margin: 40px auto 80px;
  padding: 0 144px;
}
@media (max-width: 768px) {
  .af-zirve-detay-page__outputs {
    padding: 0 20px;
    margin: 24px auto 48px;
  }
}
.af-zirve-detay-page__outputs-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 12px;
  padding: 60px 40px;
  min-height: 260px;
}
@media (max-width: 768px) {
  .af-zirve-detay-page__outputs-panel {
    padding: 40px 20px;
    min-height: 220px;
  }
}
.af-zirve-detay-page__outputs-title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  color: #072540;
  margin: 0;
}
.af-zirve-detay-page__outputs-desc {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #1B1E20;
  margin: 0;
  max-width: 560px;
}
.af-zirve-detay-page__outputs-btn {
  margin-top: 12px;
  min-width: 260px;
}.af-gelecek-zirve-detay-page {
  background: #FFFFFF;
}
.af-gelecek-zirve-detay-page__header {
  max-width: 1600px;
  margin: 0 auto;
  padding: 35px 144px 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 768px) {
  .af-gelecek-zirve-detay-page__header {
    padding: 24px 20px 12px;
    gap: 12px;
  }
}
.af-gelecek-zirve-detay-page__header-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}
.af-gelecek-zirve-detay-page__header-row .section-header {
  flex: 0 1 auto;
  min-width: 0;
}
@media (max-width: 768px) {
  .af-gelecek-zirve-detay-page__header-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
.af-gelecek-zirve-detay-page__breadcrumb {
  flex: 0 0 auto;
  white-space: nowrap;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .af-gelecek-zirve-detay-page__breadcrumb {
    white-space: normal;
    margin-top: 0;
  }
}
.af-gelecek-zirve-detay-page__title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #072540;
  margin: 0;
}
@media (max-width: 768px) {
  .af-gelecek-zirve-detay-page__title {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
.af-gelecek-zirve-detay-page__intro {
  max-width: 1600px;
  margin: 35px auto 0;
  padding: 0 144px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 768px) {
  .af-gelecek-zirve-detay-page__intro {
    padding: 0 20px;
    margin-top: 24px;
    gap: 14px;
  }
}
.af-gelecek-zirve-detay-page__meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
}
.af-gelecek-zirve-detay-page__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #001930;
}
.af-gelecek-zirve-detay-page__meta-item svg {
  flex-shrink: 0;
}
.af-gelecek-zirve-detay-page__description {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #000000;
  text-align: justify;
  margin: 20px 0 0;
}
@media (max-width: 768px) {
  .af-gelecek-zirve-detay-page__description {
    font-size: 1rem;
    margin-top: 8px;
  }
}
.af-gelecek-zirve-detay-page__section-title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: #334E6E;
  margin: 20px 0 0;
}
@media (max-width: 768px) {
  .af-gelecek-zirve-detay-page__section-title {
    font-size: 1.5rem;
    line-height: 1.25;
    margin-top: 12px;
  }
}
.af-gelecek-zirve-detay-page__program {
  max-width: 1600px;
  margin: 20px auto 0;
  padding: 0 144px;
}
@media (max-width: 768px) {
  .af-gelecek-zirve-detay-page__program {
    padding: 0 20px;
    margin-top: 16px;
  }
}
.af-gelecek-zirve-detay-page__speakers {
  max-width: 1600px;
  margin: 60px auto 0;
  padding: 0 144px;
}
@media (max-width: 768px) {
  .af-gelecek-zirve-detay-page__speakers {
    padding: 0 20px;
    margin-top: 40px;
  }
}
.af-gelecek-zirve-detay-page__partners {
  padding: 60px 0;
  background: #FFFFFF;
}
@media (max-width: 768px) {
  .af-gelecek-zirve-detay-page__partners {
    padding: 40px 0 24px;
  }
}
.af-gelecek-zirve-detay-page__partners-header {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 144px 25px;
  text-align: center;
}
@media (max-width: 768px) {
  .af-gelecek-zirve-detay-page__partners-header {
    padding: 0 20px 16px;
  }
}
.af-gelecek-zirve-detay-page__cta {
  margin: 20px auto 80px;
}
@media (max-width: 768px) {
  .af-gelecek-zirve-detay-page__cta {
    padding: 0 20px;
    margin: 24px auto 48px;
  }
}.ecosystem-card {
  position: relative;
  display: block;
  width: 100%;
  max-width: 470px;
  height: 320px;
  background: #FFFFFF;
  border-radius: 25px;
  box-shadow: 0 5px 15px rgba(176, 178, 181, 0.15);
  overflow: hidden;
}
.ecosystem-card__media {
  position: absolute;
  top: 8px;
  left: 9px;
  right: 9px;
  height: 305px;
  border-radius: 20px;
  overflow: hidden;
}
.ecosystem-card__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ecosystem-card__mask {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(123, 173, 215, 0.3) 0%, rgba(255, 255, 255, 0) 55.68%);
  opacity: 0.35;
  pointer-events: none;
}
.ecosystem-card__body {
  position: absolute;
  inset: 0;
  padding: 88px 22px 20px 22px;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.ecosystem-card__title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 27px;
  line-height: 32px;
  color: #072540;
  margin: 0 0 4px;
}
.ecosystem-card__text {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: 256px;
}
.ecosystem-card__subtitle {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 30px;
  color: #6D86A3;
  margin: 0;
}
.ecosystem-card__description {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 25px;
  color: #000000;
  margin: 0;
}
.ecosystem-card__cta {
  align-self: flex-end;
  margin-top: auto;
  min-width: 205px;
  height: 50px;
  border-radius: 50px;
  padding: 11px 20px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .ecosystem-card {
    max-width: 100%;
    height: auto;
    min-height: 380px;
  }
  .ecosystem-card__media {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    height: 180px;
    border-radius: 20px 20px 0 0;
  }
  .ecosystem-card__mask {
    opacity: 0.25;
  }
  .ecosystem-card__body {
    position: relative;
    inset: auto;
    padding: 20px;
    gap: 10px;
  }
  .ecosystem-card__text {
    max-width: 100%;
  }
  .ecosystem-card__title {
    font-size: 1.5rem;
    line-height: 1.25;
  }
  .ecosystem-card__subtitle {
    font-size: 1.25rem;
  }
  .ecosystem-card__cta {
    align-self: stretch;
    width: 100%;
    margin-top: 8px;
  }
}.ekosistem-page {
  background: #FFFFFF;
}
.ekosistem-page__header {
  max-width: 1600px;
  margin: 0 auto;
  padding: 35px 144px 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 768px) {
  .ekosistem-page__header {
    padding: 24px 20px 12px;
    gap: 12px;
  }
}
.ekosistem-page__header-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}
.ekosistem-page__header-row .section-header {
  flex: 0 1 auto;
  min-width: 0;
}
@media (max-width: 768px) {
  .ekosistem-page__header-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
.ekosistem-page__breadcrumb {
  flex: 0 0 auto;
  white-space: nowrap;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .ekosistem-page__breadcrumb {
    white-space: normal;
    margin-top: 0;
  }
}
.ekosistem-page__title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #072540;
  margin: 0;
}
@media (max-width: 768px) {
  .ekosistem-page__title {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
.ekosistem-page__intro {
  max-width: 1600px;
  margin: 35px auto 0;
  padding: 0 144px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media (max-width: 768px) {
  .ekosistem-page__intro {
    padding: 0 20px;
    margin-top: 20px;
    gap: 14px;
  }
}
.ekosistem-page__intro-paragraph {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 25px;
  color: #1B1E20;
  text-align: justify;
  margin: 0;
}
@media (max-width: 768px) {
  .ekosistem-page__intro-paragraph {
    font-size: 1rem;
    text-align: left;
  }
}
.ekosistem-page__cards {
  max-width: 1600px;
  margin: 50px auto 0;
  padding: 0 144px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}
@media (max-width: 1024px) {
  .ekosistem-page__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .ekosistem-page__cards {
    padding: 0 20px;
    margin-top: 32px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.ekosistem-page__cta {
  margin: 80px auto;
}
@media (max-width: 768px) {
  .ekosistem-page__cta {
    padding: 0 20px;
    margin: 48px auto;
  }
}.startuplar-page {
  background: #FFFFFF;
}
.startuplar-page__gallery {
  max-width: 1600px;
  margin: 0 auto;
  padding: 35px 144px 60px;
}
@media (max-width: 768px) {
  .startuplar-page__gallery {
    padding: 24px 20px 40px;
  }
}.mentorlar-page {
  background: #FFFFFF;
}
.mentorlar-page__gallery {
  max-width: 1600px;
  margin: 0 auto;
  padding: 35px 144px 60px;
}
@media (max-width: 768px) {
  .mentorlar-page__gallery {
    padding: 24px 20px 40px;
  }
}
.mentorlar-page__process {
  max-width: 1600px;
  margin: 40px auto 80px;
  padding: 0 144px;
}
@media (max-width: 768px) {
  .mentorlar-page__process {
    padding: 0 20px;
    margin: 24px auto 48px;
  }
}
.mentorlar-page__process-header {
  text-align: center;
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
}
@media (max-width: 768px) {
  .mentorlar-page__process-header {
    margin-bottom: 32px;
  }
}
.mentorlar-page__process-subtitle {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 28px;
  color: #0078FF;
  margin: 0;
}
.mentorlar-page__process-title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #072540;
  margin: 0;
}
@media (max-width: 768px) {
  .mentorlar-page__process-title {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}.paydaslar-page {
  background: #FFFFFF;
}
.paydaslar-page__gallery {
  max-width: 1600px;
  margin: 0 auto;
  padding: 35px 144px 60px;
}
@media (max-width: 768px) {
  .paydaslar-page__gallery {
    padding: 24px 20px 40px;
  }
}.event-calendar-card {
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(215, 215, 215, 0.25);
  overflow: hidden;
  min-height: 110px;
  width: 100%;
}
.event-calendar-card__gradient {
  height: 100%;
  border-radius: 16px;
  background: linear-gradient(180deg, #E5F2FF 0.56%, transparent 55.68%);
}
.event-calendar-card__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 32px;
  gap: 1.5rem;
  min-height: 110px;
}
.event-calendar-card__main {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  flex: 1;
  min-width: 0;
}
.event-calendar-card__main--link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: color 250ms ease;
}
.event-calendar-card__main--link:hover .event-calendar-card__title, .event-calendar-card__main--link:focus-visible .event-calendar-card__title {
  color: #0078FF;
}
.event-calendar-card__tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(0, 120, 255, 0.05);
  border-radius: 55px;
  padding: 0.25rem 1rem;
  font-family: "Fira Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #0078FF;
  width: fit-content;
  line-height: 1;
}
.event-calendar-card__tag-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #0078FF;
  flex-shrink: 0;
}
.event-calendar-card__title {
  font-family: "Urbanist", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #001930;
  line-height: 1.2;
  margin: 0;
}
.event-calendar-card__meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.event-calendar-card__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  color: #6D747C;
}
.event-calendar-card__meta-item svg {
  color: #00C467;
  flex-shrink: 0;
}
.event-calendar-card__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}
.event-calendar-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Fira Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #1456A3;
  white-space: nowrap;
  background: linear-gradient(180deg, rgba(0, 120, 255, 0.05), rgba(20, 86, 163, 0.05));
  padding: 0.5rem 1rem;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 250ms ease, transform 250ms ease;
}
.event-calendar-card__cta:hover, .event-calendar-card__cta:focus-visible {
  opacity: 0.88;
}
.event-calendar-card__cta:disabled, .event-calendar-card__cta[aria-disabled=true] {
  cursor: not-allowed;
  opacity: 1;
  color: #B0B2B5;
  background: rgba(0, 25, 48, 0.04);
  pointer-events: none;
}
.event-calendar-card__arrow {
  width: 44px;
  height: 44px;
  border-radius: 22px;
  background: #1456A3;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  text-decoration: none;
  border: none;
  padding: 0;
  font: inherit;
  transition: background 250ms ease;
}
.event-calendar-card__arrow:hover {
  background: #0F4580;
}
@media (max-width: 1023px) {
  .event-calendar-card {
    border-radius: 16px;
  }
  .event-calendar-card__inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 20px;
    gap: 14px;
  }
  .event-calendar-card__main {
    width: 100%;
  }
  .event-calendar-card__title {
    font-size: 20px;
  }
  .event-calendar-card__meta {
    gap: 1rem;
  }
  .event-calendar-card__meta-item {
    font-size: 14px;
  }
  .event-calendar-card__actions {
    align-self: stretch;
    justify-content: flex-end;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .event-calendar-card__title {
    font-size: 18px;
    line-height: 22px;
  }
  .event-calendar-card__meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .event-calendar-card__cta {
    font-size: 16px;
    padding: 0.5rem 0.75rem;
  }
  .event-calendar-card__arrow {
    width: 40px;
    height: 40px;
  }
}.etkinlik-takvimi-page {
  background: #FFFFFF;
}
.etkinlik-takvimi-page main {
  padding-top: 115px;
}
@media (max-width: 1023px) {
  .etkinlik-takvimi-page main {
    padding-top: 85px;
  }
}
.etkinlik-takvimi-page__gallery {
  max-width: 1600px;
  margin: 0 auto;
  padding: 35px 144px 60px;
}
@media (max-width: 768px) {
  .etkinlik-takvimi-page__gallery {
    padding: 24px 20px 40px;
  }
}.testimonial-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 22px;
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(176, 178, 181, 0.18);
  height: 100%;
  min-height: 150px;
}
.testimonial-card__quote {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #1B1E20;
  margin: 0;
}
.testimonial-card__author {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
}
.testimonial-card__avatar {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 9999px;
  background: rgba(0, 120, 255, 0.08);
  overflow: hidden;
}
.testimonial-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-card__meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1.2;
}
.testimonial-card__role {
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #0078FF;
}
.testimonial-card__name {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #072540;
}.social-sidebar {
  position: fixed;
  right: 16px;
  top: 35%;
  transform: translateY(-50%);
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  z-index: 200;
  padding: 10px;
}
@media (min-width: 1024px) {
  .social-sidebar {
    display: flex;
  }
}
.social-sidebar--default .social-sidebar__link {
  width: 32px;
  height: 32px;
  color: rgba(255, 255, 255, 0.6);
}
.social-sidebar--default .social-sidebar__link:hover, .social-sidebar--default .social-sidebar__link:focus-visible {
  color: #FFFFFF;
}
.social-sidebar--pill {
  gap: 10px;
}
.social-sidebar--pill .social-sidebar__link {
  width: 44px;
  height: 44px;
  border-radius: 9999px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 120, 255, 0.15);
  color: #072540;
  box-shadow: 0 4px 12px rgba(0, 25, 48, 0.08);
}
.social-sidebar--pill .social-sidebar__link:hover, .social-sidebar--pill .social-sidebar__link:focus-visible {
  background: rgba(0, 120, 255, 0.08);
  color: #0078FF;
  transform: translateX(-2px);
}
.social-sidebar--inline-pill {
  position: static;
  transform: none;
  display: flex;
  gap: 10px;
  padding: 0;
}
.social-sidebar--inline-pill .social-sidebar__link {
  width: 44px;
  height: 44px;
  border-radius: 9999px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 120, 255, 0.15);
  color: #072540;
  box-shadow: 0 4px 12px rgba(0, 25, 48, 0.08);
}
.social-sidebar--inline-pill .social-sidebar__link:hover, .social-sidebar--inline-pill .social-sidebar__link:focus-visible {
  background: rgba(0, 120, 255, 0.08);
  color: #0078FF;
}

.social-sidebar__link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: color 150ms ease, background 150ms ease, transform 150ms ease;
}.add-to-calendar {
  position: relative;
  display: inline-block;
}
.add-to-calendar__trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 48px;
  padding: 0 22px;
  border-radius: 50px;
  border: none;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
  cursor: pointer;
  background: linear-gradient(180deg, #02954F 0%, #00C467 100%);
  box-shadow: 0 5px 15px rgba(2, 149, 79, 0.25);
  transition: opacity 250ms ease, transform 250ms ease;
}
.add-to-calendar__trigger:hover, .add-to-calendar__trigger:focus-visible {
  opacity: 0.92;
  transform: translateY(-1px);
}
.add-to-calendar--open .add-to-calendar__trigger {
  opacity: 0.92;
}
.add-to-calendar__menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 100;
  min-width: 240px;
  padding: 8px;
  margin: 0;
  list-style: none;
  background: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(0, 25, 48, 0.18);
  animation: add-to-calendar-in 140ms ease-out;
}
.add-to-calendar__item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 14px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #072540;
  text-decoration: none;
  background: none;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  text-align: left;
  transition: background 250ms ease;
}
.add-to-calendar__item:hover, .add-to-calendar__item:focus-visible {
  background: rgba(0, 120, 255, 0.06);
  color: #0078FF;
}

@keyframes add-to-calendar-in {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}.etkinlik-detay-page {
  background: #FFFFFF;
}
.etkinlik-detay-page__main {
  padding-top: 115px;
}
@media (max-width: 1023px) {
  .etkinlik-detay-page__main {
    padding-top: 85px;
  }
}
.etkinlik-detay-page__container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 30px 144px 60px;
}
@media (max-width: 1023px) {
  .etkinlik-detay-page__container {
    padding: 24px 80px 40px;
  }
}
@media (max-width: 768px) {
  .etkinlik-detay-page__container {
    padding: 20px 20px 40px;
  }
}
.etkinlik-detay-page__header {
  margin-bottom: 18px;
}
.etkinlik-detay-page__back {
  position: fixed;
  top: 140px;
  left: 24px;
  z-index: 200;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 50px;
  background: rgba(0, 120, 255, 0.06);
  border: 1px solid rgba(0, 120, 255, 0.1);
  color: #072540;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 25, 48, 0.06);
  transition: background 150ms ease, transform 150ms ease;
}
.etkinlik-detay-page__back:hover, .etkinlik-detay-page__back:focus-visible {
  background: rgba(0, 120, 255, 0.14);
  transform: translateX(-2px);
}
@media (max-width: 1023px) {
  .etkinlik-detay-page__back {
    display: none;
  }
}
.etkinlik-detay-page__header .page-header__title {
  font-size: 30px;
  line-height: 36px;
}
@media (max-width: 768px) {
  .etkinlik-detay-page__header .page-header__title {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
.etkinlik-detay-page__meta {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
}
.etkinlik-detay-page__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #072540;
}
.etkinlik-detay-page__meta-item svg {
  flex-shrink: 0;
}
.etkinlik-detay-page__description {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 25px;
  color: #1B1E20;
  margin: 0 0 22px;
  max-width: 860px;
}
.etkinlik-detay-page__ctas {
  display: flex;
  gap: 10px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.etkinlik-detay-page__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 48px;
  padding: 0 22px;
  border-radius: 50px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 150ms ease, transform 150ms ease;
}
.etkinlik-detay-page__cta:hover, .etkinlik-detay-page__cta:focus-visible {
  opacity: 0.92;
  transform: translateY(-1px);
}
.etkinlik-detay-page__cta--green {
  background: linear-gradient(180deg, #02954F 0%, #00C467 100%);
  color: #FFFFFF;
  box-shadow: 0 5px 15px rgba(2, 149, 79, 0.25);
}
.etkinlik-detay-page__cta--ghost {
  background: rgba(0, 120, 255, 0.05);
  color: #072540;
  border: 1px solid rgba(7, 37, 64, 0.1);
}
.etkinlik-detay-page__cta--disabled {
  background: rgba(0, 25, 48, 0.04);
  color: #B0B2B5;
  border: 1px solid rgba(7, 37, 64, 0.08);
  cursor: not-allowed;
  font: inherit;
  font-family: "Fira Sans", sans-serif;
}
.etkinlik-detay-page__cta--disabled:hover, .etkinlik-detay-page__cta--disabled:focus-visible {
  opacity: 1;
  transform: none;
}
.etkinlik-detay-page__section {
  margin-bottom: 32px;
}
.etkinlik-detay-page__section-title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #072540;
  margin: 0 0 14px;
}
.etkinlik-detay-page__instructor-name {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  color: #0078FF;
  margin: 0 0 6px;
}
.etkinlik-detay-page__instructor-bio {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 22px;
  color: #1B1E20;
  margin: 0;
  max-width: 680px;
}
.etkinlik-detay-page__testimonials {
  margin-top: 16px;
  padding-bottom: 60px;
}
.etkinlik-detay-page__testimonials-inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 144px;
}
@media (max-width: 1023px) {
  .etkinlik-detay-page__testimonials-inner {
    padding: 0 80px;
  }
}
@media (max-width: 768px) {
  .etkinlik-detay-page__testimonials-inner {
    padding: 0 20px;
  }
}
.etkinlik-detay-page__testimonials-inner .slider-section {
  padding: 15px 0;
}.haberler-page {
  background: #FFFFFF;
}
.haberler-page__main {
  padding-top: 115px;
}
@media (max-width: 1023px) {
  .haberler-page__main {
    padding-top: 85px;
  }
}
.haberler-page__gallery {
  max-width: 1600px;
  margin: 0 auto;
  padding: 35px 144px 60px;
}
@media (max-width: 768px) {
  .haberler-page__gallery {
    padding: 24px 20px 40px;
  }
}.haber-detay-page {
  background: #FFFFFF;
}
.haber-detay-page__main {
  padding-top: 115px;
}
@media (max-width: 1023px) {
  .haber-detay-page__main {
    padding-top: 85px;
  }
}
.haber-detay-page__container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 30px 144px 40px;
}
@media (max-width: 1023px) {
  .haber-detay-page__container {
    padding: 24px 80px 32px;
  }
}
@media (max-width: 768px) {
  .haber-detay-page__container {
    padding: 20px 20px 32px;
  }
}
.haber-detay-page__back {
  position: fixed;
  top: 140px;
  left: 24px;
  z-index: 200;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 50px;
  background: rgba(0, 120, 255, 0.06);
  border: 1px solid rgba(0, 120, 255, 0.1);
  color: #072540;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 25, 48, 0.06);
  transition: background 150ms ease, transform 150ms ease;
}
.haber-detay-page__back:hover, .haber-detay-page__back:focus-visible {
  background: rgba(0, 120, 255, 0.14);
  transform: translateX(-2px);
}
@media (max-width: 1023px) {
  .haber-detay-page__back {
    display: none;
  }
}
.haber-detay-page__header {
  margin-bottom: 16px;
}
.haber-detay-page__hero {
  width: 100%;
  aspect-ratio: 1440/480;
  border-radius: 25px;
  overflow: hidden;
  background: #F5F5F5;
  margin-bottom: 22px;
}
.haber-detay-page__hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .haber-detay-page__hero {
    aspect-ratio: 3/2;
    border-radius: 20px;
    margin-bottom: 16px;
  }
}
.haber-detay-page__tags {
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.haber-detay-page__tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 50px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
}
.haber-detay-page__tag--solid {
  background: #02954F;
  color: #FFFFFF;
}
.haber-detay-page__tag--outline {
  background: linear-gradient(90deg, rgba(0, 255, 134, 0.05), rgba(2, 149, 79, 0.05));
  color: #072540;
  border: 1px solid rgba(0, 196, 103, 0.2);
}
.haber-detay-page__tag-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #0078FF;
}
.haber-detay-page__title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #072540;
  margin: 0 0 10px;
}
@media (max-width: 768px) {
  .haber-detay-page__title {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
.haber-detay-page__date {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #072540;
  margin-bottom: 22px;
}
.haber-detay-page__date svg {
  flex-shrink: 0;
}
.haber-detay-page__body {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.haber-detay-page__paragraph {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 26px;
  color: #1B1E20;
  margin: 0;
}
.haber-detay-page__section-title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #0078FF;
  margin: 18px 0 4px;
}
@media (max-width: 768px) {
  .haber-detay-page__section-title {
    font-size: 1.25rem;
  }
}
.haber-detay-page__gallery {
  margin-top: 32px;
  padding-bottom: 60px;
}
.haber-detay-page__gallery-inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 144px;
}
@media (max-width: 1023px) {
  .haber-detay-page__gallery-inner {
    padding: 0 80px;
  }
}
@media (max-width: 768px) {
  .haber-detay-page__gallery-inner {
    padding: 0 20px;
  }
}
.haber-detay-page__gallery-inner .slider-section {
  padding: 15px 0;
}
.haber-detay-page__gallery-inner .slider-section__title {
  color: #02954F;
}.galeri-page {
  background: #FFFFFF;
}
.galeri-page__main {
  padding-top: 115px;
}
@media (max-width: 1023px) {
  .galeri-page__main {
    padding-top: 85px;
  }
}
.galeri-page__gallery {
  max-width: 1600px;
  margin: 0 auto;
  padding: 35px 144px 60px;
}
@media (max-width: 768px) {
  .galeri-page__gallery {
    padding: 24px 20px 40px;
  }
}
.galeri-page__card {
  aspect-ratio: 345/234;
  border-radius: 20px;
  overflow: hidden;
  display: block;
}
.galeri-page__card .video-card__thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.support-card {
  position: relative;
  background: #FFFFFF;
  background-image: linear-gradient(180deg, rgba(0, 120, 255, 0.05) 0%, rgba(255, 255, 255, 0) 45%);
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(176, 178, 181, 0.18);
  padding: 88px 28px 28px;
  margin-top: 90px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform 250ms ease, box-shadow 250ms ease;
}
.support-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(176, 178, 181, 0.28);
}
.support-card__photo {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  height: 160px;
  border-radius: 9999px;
  overflow: hidden;
  background: #EEEEEE;
  box-shadow: 0 5px 15px rgba(0, 25, 48, 0.12);
}
.support-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.support-card__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.support-card__category {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 2px;
}
.support-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(0, 120, 255, 0.08);
  color: #072540;
}
.support-card__category-label {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #072540;
}
.support-card__title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 26px;
  color: #6D86A3;
  margin: 0;
}
.support-card__description {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #1B1E20;
  margin: 0;
}
@media (max-width: 768px) {
  .support-card {
    padding: 74px 22px 24px;
    margin-top: 74px;
    gap: 12px;
  }
  .support-card__photo {
    width: 140px;
    height: 140px;
    top: -70px;
  }
  .support-card__icon {
    width: 32px;
    height: 32px;
    border-radius: 9px;
  }
  .support-card__title {
    font-size: 1.125rem;
    line-height: 22px;
  }
  .support-card__description {
    font-size: 14px;
    line-height: 20px;
  }
}.destek-page {
  background: #FFFFFF;
}
.destek-page__intro {
  max-width: 1600px;
  margin: 0 auto;
  padding: 35px 144px 20px;
}
@media (max-width: 768px) {
  .destek-page__intro {
    padding: 24px 20px 16px;
  }
}
.destek-page__closing {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 26px;
  color: #1B1E20;
  margin: 20px 0 0;
}
.destek-page__cards {
  max-width: 1600px;
  margin: 0 auto;
  padding: 80px 144px 20px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 1280px) {
  .destek-page__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 1024px) {
  .destek-page__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 70px 80px 16px;
  }
}
@media (max-width: 768px) {
  .destek-page__cards {
    grid-template-columns: 1fr;
    padding: 70px 20px 16px;
    gap: 20px;
  }
}
.destek-page__poc {
  margin: 40px auto 60px;
}
@media (max-width: 1024px) {
  .destek-page__poc {
    padding: 0 80px;
  }
}
@media (max-width: 768px) {
  .destek-page__poc {
    padding: 0 20px;
    margin: 32px auto 40px;
  }
}
.destek-page__poc-accent {
  background: linear-gradient(90deg, #00C467 0%, #0078FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.destek-page__cta {
  max-width: 1600px;
  margin: 0 auto 80px;
  padding: 0 144px;
}
@media (max-width: 1024px) {
  .destek-page__cta {
    padding: 0 80px;
  }
}
@media (max-width: 768px) {
  .destek-page__cta {
    padding: 0 20px;
    margin: 0 auto 48px;
  }
}.open-call-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 18px 28px 18px 20px;
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(176, 178, 181, 0.15);
  transition: transform 250ms ease, box-shadow 250ms ease;
}
.open-call-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(215, 215, 215, 0.25);
}
.open-call-card--no-badge {
  grid-template-columns: 1fr auto;
}
.open-call-card--no-badge .open-call-card__badge {
  display: none;
}
.open-call-card--muted {
  background: #FFFFFF;
  box-shadow: 0 2px 8px rgba(176, 178, 181, 0.08);
}
.open-call-card--muted .open-call-card__title,
.open-call-card--muted .open-call-card__description {
  color: #6D86A3;
}
.open-call-card__badge {
  position: relative;
  flex-shrink: 0;
  width: 108px;
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.open-call-card__ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  animation: open-call-card-spin 40s linear infinite;
}
.open-call-card__badge-inner {
  width: 64px;
  height: 64px;
  border-radius: 9999px;
  background: #FFFFFF;
  border: 1.5px solid rgba(0, 120, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0078FF;
}
.open-call-card--green .open-call-card__badge-inner {
  color: #00C467;
  border-color: rgba(0, 196, 103, 0.25);
}
.open-call-card__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.open-call-card__status {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  padding: 5px 12px;
  border-radius: 9999px;
  margin-bottom: 2px;
}
.open-call-card__status--blue {
  background: rgba(0, 120, 255, 0.08);
  color: #0078FF;
}
.open-call-card__status--pink {
  background: rgba(225, 15, 26, 0.08);
  color: #E10F1A;
}
.open-call-card__status--gray {
  background: rgba(176, 178, 181, 0.16);
  color: #6D747C;
}
.open-call-card__title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #072540;
  margin: 0;
}
.open-call-card__description {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #6D747C;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.open-call-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
}
.open-call-card__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #072540;
}
.open-call-card__meta-icon {
  display: inline-flex;
  color: #00C467;
  flex-shrink: 0;
}
.open-call-card__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.open-call-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 22px;
  border-radius: 50px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #072540;
  text-decoration: none;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  transition: transform 250ms ease, box-shadow 250ms ease, opacity 250ms ease;
}
.open-call-card__cta:hover {
  transform: translateY(-1px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 6px 16px rgba(0, 120, 255, 0.18);
}
.open-call-card__cta--disabled {
  background: rgba(176, 178, 181, 0.14);
  color: #6D747C;
  cursor: not-allowed;
  opacity: 0.75;
  pointer-events: none;
  box-shadow: none;
}
.open-call-card__cta--disabled:hover {
  transform: none;
  box-shadow: none;
}
.open-call-card__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 9999px;
  background: #0078FF;
  color: #FFFFFF;
  text-decoration: none;
  flex-shrink: 0;
  transition: transform 250ms ease, background 250ms ease;
}
.open-call-card__arrow:hover {
  transform: translateY(-1px);
  background: #1456A3;
}
@media (max-width: 768px) {
  .open-call-card {
    grid-template-columns: auto 1fr;
    grid-template-areas: "badge body" "actions actions";
    gap: 14px 16px;
    padding: 16px;
  }
  .open-call-card__badge {
    grid-area: badge;
    width: 80px;
    height: 80px;
  }
  .open-call-card__badge-inner {
    width: 50px;
    height: 50px;
  }
  .open-call-card__body {
    grid-area: body;
  }
  .open-call-card__actions {
    grid-area: actions;
    width: 100%;
    justify-content: space-between;
  }
  .open-call-card__cta {
    flex: 1;
  }
  .open-call-card__arrow:only-child {
    margin-left: auto;
  }
  .open-call-card--no-badge {
    grid-template-columns: 1fr;
    grid-template-areas: "body" "actions";
  }
  .open-call-card__title {
    font-size: 17px;
    line-height: 22px;
  }
  .open-call-card__description {
    font-size: 14px;
    line-height: 19px;
  }
}

@keyframes open-call-card-spin {
  to {
    transform: rotate(360deg);
  }
}.basvuru-page {
  background: #FFFFFF;
}
.basvuru-page__gallery {
  max-width: 1600px;
  margin: 0 auto;
  padding: 35px 144px 60px;
}
@media (max-width: 1024px) {
  .basvuru-page__gallery {
    padding: 30px 80px 48px;
  }
}
@media (max-width: 768px) {
  .basvuru-page__gallery {
    padding: 24px 20px 40px;
  }
}.application-detail-poster {
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.application-detail-poster img {
  width: 100%;
  height: auto;
  display: block;
}.application-detail-meta-card {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid rgba(7, 37, 64, 0.08);
  border-radius: 20px;
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
}
.application-detail-meta-card__meta {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.application-detail-meta-card__row {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #072540;
}
.application-detail-meta-card__icon {
  display: inline-flex;
  color: #00C467;
  flex-shrink: 0;
}
.application-detail-meta-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 154px;
  height: 46px;
  padding: 0 22px;
  border-radius: 50px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #0078FF;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 250ms ease, box-shadow 250ms ease, opacity 250ms ease;
}
.application-detail-meta-card__cta:hover {
  transform: translateY(-1px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 6px 16px rgba(0, 120, 255, 0.18);
}
.application-detail-meta-card__cta--disabled {
  background: rgba(176, 178, 181, 0.14);
  color: #6D747C;
  cursor: not-allowed;
  opacity: 0.75;
  pointer-events: none;
  box-shadow: none;
}
.application-detail-meta-card__cta--disabled:hover {
  transform: none;
  box-shadow: none;
}.basvuru-detay-page {
  background: #FFFFFF;
}
.basvuru-detay-page__main {
  padding-top: 115px;
}
@media (max-width: 1023px) {
  .basvuru-detay-page__main {
    padding-top: 85px;
  }
}
.basvuru-detay-page__container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 30px 144px 60px;
}
@media (max-width: 1023px) {
  .basvuru-detay-page__container {
    padding: 24px 80px 40px;
  }
}
@media (max-width: 768px) {
  .basvuru-detay-page__container {
    padding: 20px 20px 40px;
  }
}
.basvuru-detay-page__back {
  position: fixed;
  top: 140px;
  left: 24px;
  z-index: 200;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 50px;
  background: rgba(0, 120, 255, 0.06);
  border: 1px solid rgba(0, 120, 255, 0.1);
  color: #072540;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 25, 48, 0.06);
  transition: background 150ms ease, transform 150ms ease;
}
.basvuru-detay-page__back:hover, .basvuru-detay-page__back:focus-visible {
  background: rgba(0, 120, 255, 0.14);
  transform: translateX(-2px);
}
@media (max-width: 1023px) {
  .basvuru-detay-page__back {
    display: none;
  }
}
.basvuru-detay-page__header {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .basvuru-detay-page__header {
    margin-bottom: 12px;
  }
}
.basvuru-detay-page__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 48px;
  align-items: start;
}
@media (max-width: 1023px) {
  .basvuru-detay-page__layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.basvuru-detay-page__content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.basvuru-detay-page__hero {
  width: 100%;
  aspect-ratio: 906/328;
  border-radius: 20px;
  overflow: hidden;
  background: #F5F5F5;
}
.basvuru-detay-page__hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.basvuru-detay-page__headline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}
.basvuru-detay-page__headline-text {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.basvuru-detay-page__status {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  padding: 5px 12px;
  border-radius: 9999px;
}
.basvuru-detay-page__status--acik {
  background: rgba(0, 120, 255, 0.08);
  color: #0078FF;
}
.basvuru-detay-page__status--yakinda {
  background: rgba(225, 15, 26, 0.08);
  color: #E10F1A;
}
.basvuru-detay-page__status--kapandi {
  background: rgba(176, 178, 181, 0.16);
  color: #6D747C;
}
.basvuru-detay-page__title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  color: #072540;
  margin: 0;
}
@media (max-width: 768px) {
  .basvuru-detay-page__title {
    font-size: 24px;
    line-height: 30px;
  }
}
.basvuru-detay-page__description {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 25px;
  color: #1B1E20;
  margin: 0;
}
.basvuru-detay-page__badge {
  position: relative;
  width: 117px;
  height: 117px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .basvuru-detay-page__badge {
    width: 88px;
    height: 88px;
  }
}
.basvuru-detay-page__badge-ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  animation: basvuru-detay-badge-spin 40s linear infinite;
}
.basvuru-detay-page__badge-inner {
  width: 64px;
  height: 64px;
  border-radius: 9999px;
  background: #FFFFFF;
  border: 1.5px solid rgba(0, 120, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0078FF;
}
@media (max-width: 768px) {
  .basvuru-detay-page__badge-inner {
    width: 52px;
    height: 52px;
  }
}
.basvuru-detay-page__section {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.basvuru-detay-page__section-title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #0078FF;
  margin: 0;
}
@media (max-width: 768px) {
  .basvuru-detay-page__section-title {
    font-size: 20px;
    line-height: 26px;
  }
}
.basvuru-detay-page__bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.basvuru-detay-page__bullets li {
  position: relative;
  padding-left: 16px;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 25px;
  color: #1B1E20;
}
.basvuru-detay-page__bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 9999px;
  background: #0078FF;
}
.basvuru-detay-page__section--flow {
  margin-top: 8px;
}
.basvuru-detay-page__sidebar {
  position: sticky;
  top: 120px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (max-width: 1023px) {
  .basvuru-detay-page__sidebar {
    position: static;
  }
}
.basvuru-detay-page__sidebar .application-detail-meta-card {
  position: relative;
  z-index: 1;
  margin-top: -32px;
}
.basvuru-detay-page__poster {
  width: 100%;
  min-width: 0;
}

.basvuru-detay-page__header .page-header__top {
  justify-content: flex-end;
}
.basvuru-detay-page__header .page-header__top-left {
  display: none;
}
.basvuru-detay-page__header .page-header__top-right {
  justify-content: flex-end;
}
.basvuru-detay-page__header .page-header__breadcrumb {
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .basvuru-detay-page__header .page-header__top,
  .basvuru-detay-page__header .page-header__top-right,
  .basvuru-detay-page__header .page-header__breadcrumb {
    justify-content: flex-start;
  }
}

@keyframes basvuru-detay-badge-spin {
  to {
    transform: rotate(360deg);
  }
}.contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
.contact-form__row {
  display: flex;
  gap: 14px;
}
@media (max-width: 768px) {
  .contact-form__row--split {
    flex-direction: column;
  }
}
.contact-form__field {
  flex: 1 1 auto;
  min-width: 0;
  position: relative;
  display: block;
}
.contact-form__input {
  height: 55px;
  padding: 10px 18px;
  border: none;
  border-radius: 15px;
  background: rgba(0, 120, 255, 0.05);
  color: #072540;
  font-family: "Urbanist", sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.2;
  outline: none;
  transition: background 150ms ease, box-shadow 150ms ease;
}
.contact-form__input::placeholder {
  color: rgba(7, 37, 64, 0.5);
  font-weight: 300;
}
.contact-form__input:hover:not(:disabled) {
  background: rgba(0, 120, 255, 0.08);
}
.contact-form__input:focus-visible {
  background: rgba(0, 120, 255, 0.08);
  box-shadow: 0 0 0 2px rgba(0, 120, 255, 0.25);
}
.contact-form__input {
  width: 100%;
}
.contact-form__input::placeholder {
  color: #072540;
  opacity: 0.5;
}
.contact-form__input:focus {
  background: rgba(0, 120, 255, 0.08);
  box-shadow: 0 0 0 2px rgba(0, 120, 255, 0.18);
}
.contact-form__input--textarea {
  height: auto;
  min-height: 159px;
  resize: vertical;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 1.4;
}
.contact-form__input--select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 44px;
  cursor: pointer;
}
.contact-form__input--placeholder {
  color: rgba(7, 37, 64, 0.5);
}
.contact-form__input--phone {
  padding-left: 20px;
}
.contact-form__field--select .contact-form__select-chevron {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #0078FF;
  pointer-events: none;
}
.contact-form__phone {
  display: flex;
  align-items: stretch;
  gap: 10px;
  width: 100%;
}
.contact-form__cc {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}
.contact-form__cc-select {
  height: 55px;
  padding: 10px 18px;
  border: none;
  border-radius: 15px;
  background: rgba(0, 120, 255, 0.05);
  color: #072540;
  font-family: "Urbanist", sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.2;
  outline: none;
  transition: background 150ms ease, box-shadow 150ms ease;
}
.contact-form__cc-select::placeholder {
  color: rgba(7, 37, 64, 0.5);
  font-weight: 300;
}
.contact-form__cc-select:hover:not(:disabled) {
  background: rgba(0, 120, 255, 0.08);
}
.contact-form__cc-select:focus-visible {
  background: rgba(0, 120, 255, 0.08);
  box-shadow: 0 0 0 2px rgba(0, 120, 255, 0.25);
}
.contact-form__cc-select {
  width: 80px;
  padding-right: 24px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.contact-form__cc-chevron {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #0078FF;
  pointer-events: none;
}
.contact-form__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 4px;
}
@media (max-width: 768px) {
  .contact-form__actions {
    flex-direction: column;
    align-items: stretch;
  }
}
.contact-form__kvkk {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: #072540;
}
.contact-form__kvkk-native {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.contact-form__kvkk-box {
  display: inline-flex;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1.5px solid rgba(7, 37, 64, 0.3);
  background: #FFFFFF;
  flex-shrink: 0;
  position: relative;
  transition: background 150ms ease, border-color 150ms ease;
}
.contact-form__kvkk-native:checked + .contact-form__kvkk-box {
  background: #0078FF;
  border-color: #0078FF;
}
.contact-form__kvkk-native:checked + .contact-form__kvkk-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'><path d='M2.5 6L5 8.5L9.5 4' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/12px 12px no-repeat;
}
.contact-form__kvkk-native:focus-visible + .contact-form__kvkk-box {
  outline: 2px solid rgba(0, 120, 255, 0.4);
  outline-offset: 2px;
}
.contact-form__kvkk-text a {
  color: inherit;
  text-decoration: underline;
}
.contact-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 133px;
  height: 50px;
  padding: 0 26px;
  border-radius: 50px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #FFFFFF;
  background: #0078FF;
  border: none;
  cursor: pointer;
  transition: transform 250ms ease, box-shadow 250ms ease, opacity 250ms ease;
}
.contact-form__submit:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0, 120, 255, 0.3);
}
.contact-form__submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}.iletisim-page {
  background: #FFFFFF;
}
.iletisim-page main {
  padding-top: 115px;
}
@media (max-width: 1023px) {
  .iletisim-page main {
    padding-top: 85px;
  }
}
.iletisim-page__top {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.iletisim-page__top-inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 70px 144px 90px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 64px;
  align-items: start;
}
@media (max-width: 1280px) {
  .iletisim-page__top-inner {
    padding: 60px 80px 70px;
    gap: 48px;
  }
}
@media (max-width: 1024px) {
  .iletisim-page__top-inner {
    grid-template-columns: 1fr;
    padding: 40px 40px 56px;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .iletisim-page__top-inner {
    padding: 30px 20px 48px;
    gap: 32px;
  }
}
.iletisim-page__info-col {
  display: flex;
  flex-direction: column;
  gap: 28px;
  min-width: 0;
}
.iletisim-page__header .page-header__title {
  font-size: 30px;
  line-height: 38px;
  color: #072540;
  margin-top: 12px;
}
.iletisim-page__header .page-header__description {
  font-size: 1rem;
  line-height: 22px;
  color: #1B1E20;
  margin-top: 10px;
  max-width: 471px;
}
@media (max-width: 768px) {
  .iletisim-page__header .page-header__title {
    font-size: 24px;
    line-height: 30px;
  }
}
.iletisim-page__info {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.iletisim-page__info-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.iletisim-page__info-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 9999px;
  background: rgba(0, 120, 255, 0.08);
  color: #0078FF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.iletisim-page__info-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.iletisim-page__info-label {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 20px;
  color: #0078FF;
}
.iletisim-page__info-value {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 22px;
  color: #072540;
  text-decoration: none;
}
.iletisim-page a.iletisim-page__info-value:hover {
  color: #0078FF;
  text-decoration: underline;
}
.iletisim-page__socials {
  margin-top: 8px;
  flex-direction: row;
}
.iletisim-page__form-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}
.iletisim-page__breadcrumb {
  align-self: flex-end;
  margin-bottom: 8px;
}
@media (max-width: 1024px) {
  .iletisim-page__breadcrumb {
    align-self: flex-start;
  }
}
.iletisim-page__visual {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: #F5F5F5;
  aspect-ratio: 5/6;
  max-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .iletisim-page__visual {
    aspect-ratio: 4/3;
  }
}
.iletisim-page__visual--link {
  text-decoration: none;
  color: inherit;
  transition: transform 250ms ease, box-shadow 250ms ease;
}
.iletisim-page__visual--link:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(176, 178, 181, 0.15);
}
.iletisim-page__visual-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.iletisim-page__visual-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 120, 255, 0.04) 0%, rgba(0, 120, 255, 0.1) 100%);
  color: #6D747C;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.125rem;
}
.iletisim-page__faq {
  background: linear-gradient(180deg, #001930 0%, #071F3E 100%);
  width: 100%;
  padding: 84px 20px 80px;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .iletisim-page__faq {
    padding: 56px 20px 56px;
  }
}
.iletisim-page__faq-inner {
  max-width: 945px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.iletisim-page__faq-header {
  align-items: center;
  text-align: center;
}
.iletisim-page__faq-header .page-header__top {
  justify-content: center;
}
.iletisim-page__faq-header .page-header__top-left {
  justify-content: center;
}
.iletisim-page__faq-header .page-header__title {
  font-size: 28px;
  line-height: 38px;
  color: #FFFFFF;
  text-align: center;
  margin: 12px auto 0;
}
@media (max-width: 768px) {
  .iletisim-page__faq-header .page-header__title {
    font-size: 22px;
    line-height: 30px;
  }
}
.iletisim-page__faq-list {
  max-width: 710px;
  width: 100%;
  margin: 0 auto;
}
.iletisim-page__faq-cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}
.iletisim-page__faq-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  height: 50px;
  padding: 0 28px;
  border-radius: 50px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #FFFFFF;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  text-decoration: none;
  transition: background 150ms ease, border-color 150ms ease;
}
.iletisim-page__faq-cta:hover, .iletisim-page__faq-cta:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  border-color: #FFFFFF;
}
.iletisim-page__open-calls {
  background: #FFFFFF;
}.faq-card {
  height: 100%;
  border: 1px solid rgba(0, 120, 255, 0.15);
  border-radius: 16px;
  background: rgba(229, 242, 255, 0.7);
  overflow: hidden;
  transition: background 250ms ease;
}
.faq-card:hover {
  background: rgba(229, 242, 255, 0.9);
}
.faq-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  padding: 20px 14px 20px 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  color: #072540;
}
@media (max-width: 768px) {
  .faq-card__header {
    padding: 16px 12px 16px 18px;
    font-size: 1rem;
  }
}
.faq-card__title {
  flex: 1 1 auto;
  min-width: 0;
}
.faq-card__icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 9999px;
  background: #0078FF;
  color: #FFFFFF;
  flex-shrink: 0;
  transition: background 250ms ease;
}
.faq-card--open .faq-card__icon {
  background: #1456A3;
}
.faq-card__icon-plus, .faq-card__icon-minus {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1), opacity 300ms ease;
}
.faq-card__icon-plus {
  opacity: 1;
}
.faq-card__icon-minus {
  opacity: 0;
  transform: rotate(-180deg);
}
.faq-card--open .faq-card__icon-plus {
  opacity: 0;
  transform: rotate(180deg);
}
.faq-card--open .faq-card__icon-minus {
  opacity: 1;
  transform: rotate(0deg);
}
.faq-card__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 300ms ease;
}
.faq-card--open .faq-card__body {
  max-height: 600px;
}
.faq-card__content {
  padding: 0 24px 20px;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  color: #1B1E20;
  white-space: pre-line;
}
@media (max-width: 768px) {
  .faq-card__content {
    padding: 0 18px 16px;
    font-size: 0.875rem;
  }
}.sss-page {
  background: #FFFFFF;
}
.sss-page__main {
  padding-top: 115px;
}
@media (max-width: 1023px) {
  .sss-page__main {
    padding-top: 85px;
  }
}
.sss-page__container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 35px 144px 80px;
}
@media (max-width: 1280px) {
  .sss-page__container {
    padding: 35px 80px 70px;
  }
}
@media (max-width: 1023px) {
  .sss-page__container {
    padding: 24px 40px 56px;
  }
}
@media (max-width: 768px) {
  .sss-page__container {
    padding: 20px 20px 48px;
  }
}
.sss-page__gallery .filterable-gallery__tag-pills {
  margin-top: 4px;
}.data-table-wrapper {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.data-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
@media (max-width: 768px) {
  .data-table {
    table-layout: fixed;
  }
}

.data-table__header-inner {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  justify-content: inherit;
}

.data-table__header-cell {
  padding: 1rem;
  text-align: left;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  white-space: nowrap;
  height: 60px;
  vertical-align: middle;
  user-select: none;
}
.data-table__header-cell--sortable {
  cursor: pointer;
  transition: background-color 250ms ease;
}
@media (max-width: 768px) {
  .data-table__header-cell {
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
  }
}

.data-table__sort-icon {
  display: inline-flex;
  align-items: center;
  opacity: 0.6;
  vertical-align: middle;
  transition: opacity 150ms ease;
}
.data-table__sort-icon--active {
  opacity: 1;
}

.data-table__row {
  transition: background-color 250ms ease;
}

.data-table__cell {
  padding: 1rem;
  font-size: 0.875rem;
  color: #1B1E20;
  vertical-align: middle;
  height: 72px;
  line-height: 1.5;
}
.data-table__cell--center {
  text-align: center;
}
.data-table__cell--right {
  text-align: right;
}
@media (max-width: 768px) {
  .data-table__cell {
    word-break: break-word;
    overflow-wrap: anywhere;
  }
}

.data-table__cell--center {
  text-align: center;
}

.data-table__cell--right {
  text-align: right;
}

.data-table__cell-pair {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.data-table__cell-primary {
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 22px;
  color: #072540;
}

.data-table__cell-secondary {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 20px;
  color: #6D747C;
}

.data-table__cell-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  height: 36px;
  padding: 0 18px;
  border-radius: 50px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 250ms ease, box-shadow 250ms ease, background-color 250ms ease;
}
.data-table__cell-btn:hover {
  transform: translateY(-1px);
}
.data-table__cell-btn--primary {
  background: #1456A3;
  color: #FFFFFF;
}
.data-table__cell-btn--primary:hover {
  background: #0078FF;
}
.data-table__cell-btn--secondary {
  background: transparent;
  border: 1px solid rgba(0, 120, 255, 0.3);
  color: #0078FF;
}
.data-table__cell-btn--secondary:hover {
  background: rgba(0, 120, 255, 0.08);
}

.data-table-wrapper--default .data-table__header {
  background-color: #001930;
  color: #FFFFFF;
}
.data-table-wrapper--default .data-table__header-cell--sortable:hover {
  background-color: #071F3E;
}
.data-table-wrapper--default .data-table__row {
  border-bottom: 1px solid #EEEEEE;
}
.data-table-wrapper--default .data-table__row:nth-child(even) {
  background-color: #FAFAFA;
}
.data-table-wrapper--default .data-table__row:hover {
  background-color: #F5F5F5;
}

.data-table-wrapper--light {
  border: 1px solid rgba(0, 120, 255, 0.15);
  border-radius: 16px;
  overflow: hidden;
  background: #FFFFFF;
}
.data-table-wrapper--light .data-table {
  border-collapse: collapse;
}
.data-table-wrapper--light .data-table__header {
  background: #FFFFFF;
  color: #072540;
}
.data-table-wrapper--light .data-table__header-cell {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #072540;
  border-bottom: 1px solid rgba(0, 120, 255, 0.12);
  padding: 18px 20px;
  height: auto;
}
.data-table-wrapper--light .data-table__header-cell--sortable:hover {
  background: rgba(0, 120, 255, 0.04);
}
.data-table-wrapper--light .data-table__sort-icon {
  color: #0078FF;
}
.data-table-wrapper--light .data-table__row:nth-child(odd) {
  background-color: #FFFFFF;
}
.data-table-wrapper--light .data-table__row:nth-child(even) {
  background-color: rgba(229, 242, 255, 0.35);
}
.data-table-wrapper--light .data-table__row:hover {
  background-color: rgba(0, 120, 255, 0.08);
}
.data-table-wrapper--light .data-table__cell {
  padding: 18px 20px;
  border-bottom: 1px solid rgba(0, 120, 255, 0.06);
  height: auto;
}
.data-table-wrapper--light tbody tr:last-child .data-table__cell {
  border-bottom: none;
}
@media (max-width: 768px) {
  .data-table-wrapper--light .data-table__header-cell {
    padding: 12px 10px;
    font-size: 13px;
    line-height: 18px;
  }
  .data-table-wrapper--light .data-table__cell {
    padding: 12px 10px;
    font-size: 13px;
    line-height: 18px;
  }
  .data-table-wrapper--light .data-table__cell-primary {
    font-size: 13px;
    line-height: 18px;
  }
  .data-table-wrapper--light .data-table__cell-secondary {
    font-size: 12px;
    line-height: 16px;
  }
}.legal-page {
  background: #FFFFFF;
}
.legal-page__main {
  padding-top: 115px;
}
@media (max-width: 1023px) {
  .legal-page__main {
    padding-top: 85px;
  }
}
.legal-page__container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 35px 144px 80px;
}
@media (max-width: 1280px) {
  .legal-page__container {
    padding: 35px 80px 70px;
  }
}
@media (max-width: 1023px) {
  .legal-page__container {
    padding: 24px 40px 56px;
  }
}
@media (max-width: 768px) {
  .legal-page__container {
    padding: 20px 20px 48px;
  }
}
.legal-page__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 48px;
  align-items: start;
}
@media (max-width: 1023px) {
  .legal-page__layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
.legal-page__content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.legal-page__header .page-header__title {
  font-size: 26px;
  line-height: 34px;
  color: #072540;
  margin-top: 12px;
}
@media (max-width: 768px) {
  .legal-page__header .page-header__title {
    font-size: 22px;
    line-height: 28px;
  }
}
.legal-page__header .page-header__description {
  font-size: 1rem;
  line-height: 22px;
  color: #1B1E20;
  margin-top: 12px;
}
.legal-page__section {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.legal-page__section-title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #0078FF;
  margin: 0;
}
@media (max-width: 768px) {
  .legal-page__section-title {
    font-size: 19px;
    line-height: 24px;
  }
}
.legal-page__paragraph {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 24px;
  color: #1B1E20;
  margin: 0;
}
.legal-page__bullets {
  margin: 4px 0 0;
}
.legal-page__table {
  margin-top: 8px;
}
.legal-page__email {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  border-radius: 50px;
  background: rgba(0, 120, 255, 0.05);
  border: 1px solid rgba(0, 120, 255, 0.12);
  max-width: 100%;
  flex-wrap: nowrap;
  min-width: 0;
}
@media (max-width: 768px) {
  .legal-page__email {
    gap: 8px;
    padding: 10px 14px;
  }
}
.legal-page__email-toast {
  position: absolute;
  right: 0;
  bottom: calc(100% + 8px);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: #FFFFFF;
  color: #072540;
  border: 1px solid rgba(0, 196, 103, 0.25);
  border-radius: 50px;
  box-shadow: 0 6px 20px rgba(0, 52, 109, 0.12);
  font-family: "Urbanist", sans-serif;
  font-size: 13px;
  line-height: 18px;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(4px);
  pointer-events: none;
  z-index: 10;
  transition: opacity 160ms ease, transform 160ms ease;
}
.legal-page__email-toast svg {
  color: #00C467;
  flex-shrink: 0;
}
.legal-page__email-toast--visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .legal-page__email-toast {
    font-size: 12px;
    padding: 6px 12px;
    right: auto;
    left: 50%;
    transform: translate(-50%, 4px);
  }
  .legal-page__email-toast.legal-page__email-toast--visible {
    transform: translate(-50%, 0);
  }
}
.legal-page__email-icon {
  color: #0078FF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.legal-page__email-text {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 22px;
  color: #072540;
  flex: 1 1 auto;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.legal-page__email-text a {
  color: #072540;
  text-decoration: none;
  margin-left: 4px;
}
.legal-page__email-text a:hover {
  color: #0078FF;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .legal-page__email-text {
    font-size: 13px;
    line-height: 18px;
  }
}
.legal-page__email-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.legal-page__email-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  border-radius: 9999px;
  text-decoration: none;
  cursor: pointer;
  transition: background 250ms ease, color 250ms ease, transform 250ms ease;
}
.legal-page__email-btn:hover {
  transform: translateY(-1px);
}
.legal-page__email-btn:focus-visible {
  outline: 2px solid #0078FF;
  outline-offset: 2px;
}
.legal-page__email-btn--chat {
  background: rgba(0, 196, 103, 0.12);
  color: #00C467;
}
.legal-page__email-btn--chat:hover {
  background: rgba(0, 196, 103, 0.2);
}
.legal-page__email-btn--arrow {
  background: #0078FF;
  color: #FFFFFF;
}
.legal-page__email-btn--arrow:hover {
  background: #1456A3;
}
@media (max-width: 768px) {
  .legal-page__email-btn {
    width: 30px;
    height: 30px;
  }
}
.legal-page__sidebar {
  position: sticky;
  top: 120px;
}
@media (max-width: 1023px) {
  .legal-page__sidebar {
    position: static;
  }
}.not-found {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  background: linear-gradient(180deg, #FFFFFF 0%, #E5F2FF 34%, #FFFFFF 100%);
  overflow: hidden;
  isolation: isolate;
}
.not-found__bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.9;
  z-index: 0;
  pointer-events: none;
}
.not-found__content {
  position: relative;
  z-index: 1;
  max-width: 620px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.not-found__code {
  font-family: "Fira Sans", sans-serif;
  font-weight: 800;
  font-size: 300px;
  line-height: 325px;
  color: #1456A3;
  margin: 0;
  letter-spacing: -0.02em;
}
@media (max-width: 1024px) {
  .not-found__code {
    font-size: 200px;
    line-height: 220px;
  }
}
@media (max-width: 768px) {
  .not-found__code {
    font-size: 140px;
    line-height: 150px;
  }
}
@media (max-width: 640px) {
  .not-found__code {
    font-size: 104px;
    line-height: 112px;
  }
}
.not-found__title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #072540;
  margin: 0;
}
@media (max-width: 768px) {
  .not-found__title {
    font-size: 24px;
    line-height: 30px;
  }
}
.not-found__description {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #1B1E20;
  margin: 20px 0 0;
  max-width: 620px;
}
@media (max-width: 768px) {
  .not-found__description {
    font-size: 1rem;
    line-height: 22px;
  }
}
.not-found__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 180px;
  height: 50px;
  margin-top: 30px;
  padding: 0 24px;
  border-radius: 50px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  background: linear-gradient(180deg, #0078FF 0%, #1456A3 100%);
  border: none;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 120, 255, 0.25);
  transition: transform 250ms ease, box-shadow 250ms ease, filter 250ms ease;
}
.not-found__cta:hover, .not-found__cta:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(0, 120, 255, 0.35);
  filter: brightness(1.04);
}
.not-found__cta:active {
  transform: translateY(0);
}.whatsapp-button {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 300;
  width: 60px;
  height: 60px;
  border-radius: 9999px;
  background: var(--whatsapp-bg, #25d366);
  color: var(--whatsapp-fg, #ffffff);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(37, 211, 102, 0.45);
  transition: transform 250ms ease, box-shadow 250ms ease, background 250ms ease;
}
.whatsapp-button:hover, .whatsapp-button:focus-visible {
  transform: translateY(-2px);
  background: var(--whatsapp-bg-hover, #1ebe5d);
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.55);
}
.whatsapp-button:active {
  transform: translateY(0);
}
.whatsapp-button svg {
  display: block;
  color: inherit;
}
@media (max-width: 768px) {
  .whatsapp-button {
    right: 16px;
    bottom: 16px;
    width: 56px;
    height: 56px;
  }
  .whatsapp-button svg {
    width: 30px;
    height: 30px;
  }
}.search-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 500;
  background: rgba(0, 25, 48, 0.45);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 80px 20px 40px;
  overflow-y: auto;
  animation: search-modal-fade 180ms ease;
}

@keyframes search-modal-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.search-modal {
  position: relative;
  width: 100%;
  max-width: 900px;
  background: linear-gradient(180deg, rgb(230, 251, 237) 0%, rgb(245, 253, 247) 30%, rgb(255, 255, 255) 100%);
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 25, 48, 0.18);
  padding: 24px 24px 28px;
  animation: search-modal-pop 220ms cubic-bezier(0.2, 0.9, 0.3, 1.15);
}
@media (max-width: 768px) {
  .search-modal {
    padding: 20px 16px 22px;
  }
}

@keyframes search-modal-pop {
  from {
    transform: translateY(-8px) scale(0.98);
    opacity: 0;
  }
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
.search-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  border: none;
  background: #00C467;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 250ms ease, transform 250ms ease;
}
.search-modal__close:hover, .search-modal__close:focus-visible {
  background: #02954F;
  transform: scale(1.05);
}

.search-modal__form {
  display: flex;
  gap: 14px;
  align-items: stretch;
  margin-top: 48px;
}
@media (max-width: 768px) {
  .search-modal__form {
    flex-direction: column;
    gap: 10px;
    margin-top: 40px;
  }
}

.search-modal__input-wrap {
  flex: 1 1 auto;
  min-width: 0;
  display: block;
}

.search-modal__input {
  width: 100%;
  height: 55px;
  padding: 10px 20px;
  border: none;
  border-radius: 16px;
  background: rgba(0, 196, 103, 0.08);
  color: #072540;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.2;
  outline: none;
  transition: background 150ms ease, box-shadow 150ms ease;
}
.search-modal__input::placeholder {
  color: rgba(7, 37, 64, 0.5);
}
.search-modal__input:focus {
  background: rgba(0, 196, 103, 0.12);
  box-shadow: 0 0 0 2px rgba(0, 196, 103, 0.3);
}

.search-modal__submit {
  flex: 0 0 auto;
  min-width: 160px;
  height: 55px;
  padding: 0 32px;
  border: none;
  border-radius: 50px;
  background: linear-gradient(180deg, #00C467 0%, #02954F 100%);
  color: #FFFFFF;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  cursor: pointer;
  transition: transform 250ms ease, box-shadow 250ms ease, opacity 250ms ease;
}
.search-modal__submit:hover:not(:disabled), .search-modal__submit:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0, 196, 103, 0.3);
}
.search-modal__submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
@media (max-width: 768px) {
  .search-modal__submit {
    min-width: 100%;
    height: 48px;
  }
}

.search-modal__results {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 60vh;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 120, 255, 0.35) transparent;
}
.search-modal__results::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.search-modal__results::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}
.search-modal__results::-webkit-scrollbar-thumb {
  background: rgba(0, 120, 255, 0.35);
  border-radius: 10px;
}
.search-modal__results::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 120, 255, 0.55);
}

.search-modal__empty {
  padding: 20px 4px;
  text-align: center;
  color: #6D86A3;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 1rem;
}

.search-modal__result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 14px 12px 14px 22px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 25, 48, 0.05);
  border-radius: 16px;
  cursor: pointer;
  text-align: left;
  box-shadow: 0 2px 8px rgba(0, 25, 48, 0.04);
  transition: transform 250ms ease, box-shadow 250ms ease, background 250ms ease;
}
.search-modal__result:hover, .search-modal__result:focus-visible {
  transform: translateY(-1px);
  background: rgba(0, 196, 103, 0.04);
  box-shadow: 0 6px 16px rgba(0, 25, 48, 0.08);
}

.search-modal__result-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  flex: 1 1 auto;
}

.search-modal__result-title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 22px;
  color: #072540;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-modal__result-subtitle {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 20px;
  color: #6D747C;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-modal__result-arrow {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  background: linear-gradient(180deg, #00C467 0%, #02954F 100%);
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.search-modal__result--history {
  cursor: default;
  padding: 0;
}
.search-modal__result--history:hover, .search-modal__result--history:focus-within {
  transform: translateY(-1px);
  background: rgba(0, 196, 103, 0.04);
  box-shadow: 0 6px 16px rgba(0, 25, 48, 0.08);
}

.search-modal__result-main {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
  padding: 14px 8px 14px 22px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  color: inherit;
  font: inherit;
}

.search-modal__result-remove {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  border: none;
  border-radius: 9999px;
  background: transparent;
  color: #6D747C;
  cursor: pointer;
  transition: background 250ms ease, color 250ms ease;
}
.search-modal__result-remove:hover, .search-modal__result-remove:focus-visible {
  background: rgba(225, 15, 26, 0.08);
  color: #E10F1A;
}.media-lightbox-backdrop {
  position: fixed;
  inset: 0;
  z-index: 500;
  background: rgba(0, 25, 48, 0.88);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow: hidden;
  animation: media-lightbox-fade 160ms ease-out;
}

@keyframes media-lightbox-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.media-lightbox {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1120px;
  max-height: calc(100vh - 40px);
  gap: 12px;
}

.media-lightbox__close {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.12);
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  transition: background 250ms ease, transform 250ms ease;
}
.media-lightbox__close:hover, .media-lightbox__close:focus-visible {
  background: rgba(255, 255, 255, 0.22);
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .media-lightbox__close {
    top: 14px;
    right: 14px;
    width: 36px;
    height: 36px;
  }
}

.media-lightbox__nav {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.12);
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  transition: background 250ms ease, transform 250ms ease;
}
.media-lightbox__nav:hover, .media-lightbox__nav:focus-visible {
  background: rgba(255, 255, 255, 0.22);
}
.media-lightbox__nav:hover {
  transform: translateY(-50%) scale(1.05);
}
.media-lightbox__nav--prev {
  left: 24px;
}
.media-lightbox__nav--next {
  right: 24px;
}
@media (max-width: 768px) {
  .media-lightbox__nav {
    width: 40px;
    height: 40px;
  }
  .media-lightbox__nav--prev {
    left: 10px;
  }
  .media-lightbox__nav--next {
    right: 10px;
  }
}

.media-lightbox__counter {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.85);
  font-family: "Urbanist", sans-serif;
  font-size: 13px;
  letter-spacing: 0.05em;
  padding: 6px 14px;
  border-radius: 9999px;
  background: rgba(0, 0, 0, 0.35);
  z-index: 2;
  pointer-events: none;
}

.media-lightbox__viewport {
  position: relative;
  width: 100%;
  max-width: 100%;
  flex: 0 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  overflow: hidden;
}

.media-lightbox__track {
  display: flex;
  width: 100%;
  align-items: center;
  will-change: transform;
  transition: transform 350ms cubic-bezier(0.4, 0, 0.2, 1);
  touch-action: pan-y;
  cursor: grab;
}
.media-lightbox__track:active {
  cursor: grabbing;
}

.media-lightbox__slide {
  flex: 0 0 100%;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.media-lightbox__slide--active {
  pointer-events: auto;
}

.media-lightbox__img {
  display: block;
  max-width: 100%;
  min-height: 0;
  max-height: calc(100vh - 120px);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 16px;
  background: #000;
  user-select: none;
  -webkit-user-drag: none;
}

.media-lightbox__frame {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16/9;
  max-height: calc(100vh - 120px);
  background: #000;
  border-radius: 16px;
  overflow: hidden;
  align-self: center;
}

.media-lightbox__iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.media-lightbox__placeholder-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
}

.media-lightbox__caption {
  margin: 0;
  text-align: center;
  color: #FFFFFF;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 22px;
  max-width: 100%;
  flex-shrink: 0;
  max-height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}.startup-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 500;
  background: rgba(0, 25, 48, 0.68);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow: hidden;
  animation: startup-modal-fade 160ms ease-out;
}

@keyframes startup-modal-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.startup-modal {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 670px;
  max-height: calc(100vh - 40px);
  background: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 25, 48, 0.2);
}

.startup-modal__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: start;
  padding: 28px 28px 16px;
  flex: 0 0 auto;
}
@media (max-width: 768px) {
  .startup-modal__head {
    padding: 20px 20px 14px;
    gap: 14px;
  }
}

.startup-modal__head-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.startup-modal__close {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  border-radius: 9999px;
  border: none;
  background: transparent;
  color: #072540;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 250ms ease;
}
.startup-modal__close:hover, .startup-modal__close:focus-visible {
  background: rgba(0, 25, 48, 0.08);
}

.startup-modal__name {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #072540;
  margin: 0;
}
@media (max-width: 768px) {
  .startup-modal__name {
    font-size: 22px;
    line-height: 28px;
  }
}

.startup-modal__category {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 9999px;
  background: rgba(0, 120, 255, 0.08);
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
  color: #0078FF;
}

.startup-modal__category-dot {
  width: 6px;
  height: 6px;
  border-radius: 9999px;
  background: #0078FF;
}

.startup-modal__logo-wrap {
  position: relative;
  flex-shrink: 0;
  width: 160px;
  height: 160px;
  border-radius: 20px;
  background: #FFFFFF;
  box-shadow: 0 4px 14px rgba(0, 25, 48, 0.08);
  overflow: hidden;
}
@media (max-width: 768px) {
  .startup-modal__logo-wrap {
    width: 110px;
    height: 110px;
  }
}
.startup-modal__logo-wrap--circle {
  border-radius: 9999px;
}
.startup-modal__logo-wrap--circle .startup-modal__logo {
  padding: 0;
  object-fit: cover;
}

.startup-modal__logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 18px;
  display: block;
}

.startup-modal__play {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  border: none;
  background: #00C467;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 250ms ease, transform 250ms ease;
}
.startup-modal__play:hover, .startup-modal__play:focus-visible {
  background: #02954F;
  transform: scale(1.06);
}

.startup-modal__body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: 8px 28px 20px;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 120, 255, 0.35) transparent;
}
.startup-modal__body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.startup-modal__body::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}
.startup-modal__body::-webkit-scrollbar-thumb {
  background: rgba(0, 120, 255, 0.35);
  border-radius: 10px;
}
.startup-modal__body::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 120, 255, 0.55);
}
@media (max-width: 768px) {
  .startup-modal__body {
    padding: 8px 20px 16px;
  }
}

.startup-modal__section + .startup-modal__section {
  margin-top: 20px;
}

.startup-modal__section-title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 26px;
  color: #0078FF;
  margin: 0 0 8px;
}
@media (max-width: 768px) {
  .startup-modal__section-title {
    font-size: 1.125rem;
    line-height: 22px;
  }
}

.startup-modal__section-text {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 24px;
  color: #1B1E20;
  margin: 0;
}

.startup-modal__footer {
  padding: 16px 28px 24px;
  flex: 0 0 auto;
}
@media (max-width: 768px) {
  .startup-modal__footer {
    padding: 14px 20px 20px;
  }
}

.startup-modal__website {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 10px 10px 18px;
  border-radius: 50px;
  background: rgba(0, 120, 255, 0.05);
  border: 1px solid rgba(0, 120, 255, 0.12);
}

.startup-modal__website-icon {
  color: #0078FF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.startup-modal__website-text {
  flex: 1 1 auto;
  min-width: 0;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #072540;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.startup-modal__website-copy {
  width: 36px;
  height: 36px;
  border-radius: 9999px;
  border: none;
  background: rgba(0, 120, 255, 0.08);
  color: #0078FF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 250ms ease, color 250ms ease;
}
.startup-modal__website-copy:hover, .startup-modal__website-copy:focus-visible {
  background: rgba(0, 120, 255, 0.18);
}

.startup-modal__website-go {
  width: 36px;
  height: 36px;
  border-radius: 9999px;
  background: #0078FF;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  flex-shrink: 0;
  transition: background 250ms ease, transform 250ms ease;
}
.startup-modal__website-go:hover, .startup-modal__website-go:focus-visible {
  background: #1456A3;
  transform: translateX(1px);
}

.startup-modal__socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

.startup-modal__social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 9999px;
  background: rgba(0, 120, 255, 0.06);
  border: 1px solid rgba(0, 120, 255, 0.14);
  color: #072540;
  text-decoration: none;
  transition: background 250ms ease, color 250ms ease, transform 250ms ease;
}
.startup-modal__social:hover, .startup-modal__social:focus-visible {
  background: rgba(0, 120, 255, 0.12);
  color: #0078FF;
  transform: translateY(-1px);
}