:root {--theme-color-main: #2b4cf2;--theme-color-main-dark: #1631c9;--theme-color-navy-950: #05082a;--theme-color-navy-900: #0a1140;--theme-color-navy-800: #101c58;--theme-color-navy-700: #16247a;--theme-color-light: #fdfef6;--theme-color-dark: #000000;--theme-color-accent: #22d1ee;--theme-color-nav-bg: #ffe174;--theme-color-lime: #c5ff41;--text-on-dark: #ffffff;--text-on-dark-muted: rgba(255, 255, 255, .62);--text-on-dark-faint: rgba(255, 255, 255, .38);--theme-bg-light: #eef1fb;--theme-card-light: #ffffff;--theme-border-light: #e2e6f5;--text-on-light: var(--theme-color-navy-900);--text-on-light-muted: #6b7280;--font-base: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--fw-regular: 400;--fw-medium: 500;--fw-bold: 700;--fw-black: 700;--fs-eyebrow: .95rem;--fs-display: clamp(2.35rem, 3.5vw, 6rem);--fs-body: 1.05rem;--radius-pill: 50rem;--radius-md: 1rem;--header-height: 76px;--ease-out: cubic-bezier(.16, 1, .3, 1);}html, body {font-family: var(--font-base);background: var(--theme-color-navy-900);}.header a.ef-logo, .header li a {text-decoration: none;color: #000 !important;display: block;}.header li a.active {color: #034651 !important;border-top: 1px solid var(--theme-color-main);}.header li:hover a.active {color: #000 !important;}.header {position: fixed;z-index: 1000;background: #fdfef6;width: 100%;top: 0;}.header.bg-nav {background-color: #ffe174;}.header ul {margin: 10px 0 0;padding: 0;list-style: none;overflow: hidden;}.header li a {padding: 12px 20px;text-transform: uppercase;font-weight: 500;}.header .ef-menu-btn:hover, .header li:hover a {color: #22d1ee !important;}.header a.ef-logo {float: left;font-size: 2em;padding: 10px;}.header a:hover.ef-logo {color: #000;}.header .menu {clear: both;max-height: 0;transition: max-height .2s ease-out;}.header .ef-menu-icon {cursor: pointer;display: inline-block;float: right;padding: 32px 20px;position: relative;user-select: none;}.header .ef-menu-icon .navicon {background: #2b4cf2;display: block;height: 2px;position: relative;transition: background .2s ease-out;width: 18px;}.header .ef-menu-icon .navicon:after, .header .ef-menu-icon .navicon:before {background: #2b4cf2;content: "";display: block;height: 100%;position: absolute;transition: .2s ease-out;width: 100%;}.header .ef-menu-icon .navicon:before {top: 5px;}.header .ef-menu-icon .navicon:after {top: -5px;}.header .ef-menu-btn {display: none;}.header .ef-menu-btn:checked~.menu {max-height: 260px;padding-bottom: 20px;}.header .ef-menu-btn:checked~.ef-menu-icon .navicon {background: 0 0;}.header .ef-menu-btn:checked~.ef-menu-icon .navicon:before {transform: rotate(-45deg);}.header .ef-menu-btn:checked~.ef-menu-icon .navicon:after {transform: rotate(45deg);}.header .ef-menu-btn:checked~.ef-menu-icon:not(.steps) .navicon:after, .header .ef-menu-btn:checked~.ef-menu-icon:not(.steps) .navicon:before {top: 0;}@media (min-width:992px) {.header li {float: left;}.header li a {padding: 12px 30px;}.header .menu {clear: none;float: right;max-height: none;}.header .ef-menu-icon {display: none;}}.hero {position: relative;overflow: hidden;background: radial-gradient(120% 90% at 8% 10%, var(--theme-color-navy-800) 0%, transparent 55%), linear-gradient(155deg, var(--theme-color-navy-950) 0%, var(--theme-color-navy-900) 45%, var(--theme-color-navy-950) 100%);display: flex;align-items: center;}.hero__waves {position: absolute;inset: 0;z-index: 0;pointer-events: none;}.hero__waves svg {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}.hero__inner {position: relative;z-index: 2;}.hero__title {color: var(--text-on-dark);font-weight: var(--fw-black);font-size: var(--fs-display);line-height: 1.2;letter-spacing: -.01em;text-transform: uppercase;margin-bottom: 2.25rem;}.hero__subtext-row {display: flex;align-items: flex-start;gap: 1rem;max-width: 620px;margin-bottom: 3rem;}.hero__subtext-row svg {flex: 0 0 auto;margin-top: .35rem;color: var(--theme-color-main);}.hero__subtext {color: var(--text-on-dark-muted);font-size: var(--fs-body);line-height: 1.6;margin: 0;}.hero__cta-wrap {position: relative;display: inline-flex;align-items: center;}.hero__arrow-doodle {position: absolute;left: -58px;bottom: 58px;color: var(--text-on-dark-faint);}.btn-hero {display: inline-flex;align-items: center;gap: 1rem;background: var(--theme-color-main);color: #fff;font-weight: var(--fw-medium);font-size: 1.05rem;padding: .55rem .55rem .55rem 1.75rem;border-radius: var(--radius-pill);text-decoration: none;border: none;transition: background .25s var(--ease-out), transform .25s var(--ease-out);}.btn-hero:hover {background: var(--theme-color-main-dark);color: #fff;transform: translateY(-2px);}.btn-hero__icon {display: inline-flex;align-items: center;justify-content: center;width: 2rem;height: 2rem;border-radius: 50%;background: #fff;color: var(--theme-color-navy-900);flex: 0 0 auto;transition: transform .25s var(--ease-out);}.btn-hero:hover .btn-hero__icon {transform: translateX(3px);}@media (max-width: 767.98px) {.hero__arrow-doodle {display: none;}.hero {padding-top: calc(var(--header-height) + 2rem);text-align: left;}}.img-area {background: url(../../ef-widgets/illustrations/hero-image.webp) 90% bottom/350px no-repeat;}@media (max-width: 992px) {.img-area {background: none;}}.section-eyebrow-pill {display: inline-flex;align-items: center;gap: .5rem;padding: .4rem .9rem .4rem .4rem;border: 1px solid var(--theme-color-main);border-radius: var(--radius-pill);color: var(--theme-color-main);font-weight: var(--fw-medium);font-size: .9rem;background: transparent;}.section-eyebrow-pill .pill-dot {display: inline-flex;align-items: center;justify-content: center;width: 1.5rem;height: 1.5rem;border-radius: 50%;background: var(--theme-color-main);color: #fff;flex: 0 0 auto;}.section-eyebrow-pill--dark {border-color: rgba(255, 255, 255, .25);color: var(--text-on-dark);background: rgba(255, 255, 255, .06);}.link-arrow-btn {display: inline-flex;align-items: center;justify-content: center;width: 2.5rem;height: 2.5rem;border-radius: 50%;border: 1px solid var(--theme-border-light);color: var(--text-on-light);background: #fff;transition: background .2s var(--ease-out), color .2s var(--ease-out), transform .2s var(--ease-out);}.link-arrow-btn:hover {background: var(--theme-color-main);color: #fff;transform: translate(2px, -2px);}.btn-hero-outline-light {display: inline-flex;align-items: center;gap: 1.5rem;background: transparent;color: var(--text-on-light);font-weight: var(--fw-medium);border: 1px solid var(--theme-border-light);padding: .4rem .4rem .4rem 1.5rem;border-radius: var(--radius-pill);text-decoration: none;transition: border-color .2s var(--ease-out), background .2s var(--ease-out);}.btn-hero-outline-light:hover {border-color: var(--theme-color-main);background: #fff;color: var(--text-on-light);}.process {position: relative;overflow: hidden;background: var(--theme-color-navy-950);}.process__glow {position: absolute;top: -8%;left: 50%;transform: translateX(-50%);width: 1400px;max-width: 180%;height: 420px;background: radial-gradient(closest-side, rgba(43, 76, 242, .55), rgba(43, 76, 242, 0) 70%);filter: blur(10px);z-index: 0;pointer-events: none;}.process__head {position: relative;z-index: 1;text-align: center;margin-bottom: 3.5rem;}.process__title {color: var(--text-on-dark);font-weight: var(--fw-black);text-transform: uppercase;font-size: clamp(2.25rem, 5.5vw, 4.5rem);letter-spacing: -.01em;margin: 0;}.process__title span {color: var(--theme-color-main);}.process-card {position: relative;z-index: 1;background: rgba(255, 255, 255, .04);border: 1px solid rgba(255, 255, 255, .08);border-radius: var(--radius-md);padding: 2.25rem 1.75rem;height: 100%;text-align: center;transition: transform .25s var(--ease-out), background .25s var(--ease-out);}.process-card:hover {transform: translateY(-6px);background: rgba(255, 255, 255, .07);}.process-card__icon {width: 4.25rem;height: 4.25rem;margin: 0 auto 1.5rem;border-radius: var(--radius-md);background: rgba(255, 255, 255, .06);display: flex;align-items: center;justify-content: center;color: var(--theme-color-main);}.process-card__title {color: var(--text-on-dark);font-weight: var(--fw-bold);font-size: 1.25rem;margin-bottom: .75rem;}.process-card__text {color: var(--text-on-dark-muted);font-size: .95rem;line-height: 1.65;margin: 0;}.feature-section {position: relative;overflow: hidden;background: var(--theme-bg-light);padding: 6rem 0;}.feature-section__title {color: var(--text-on-light);font-weight: var(--fw-bold);font-size: clamp(1.9rem, 3.4vw, 2.75rem);line-height: 1.2;margin: 1.25rem 0 1.75rem;}.feature-card {background: var(--theme-card-light);border: 1px solid var(--theme-border-light);border-radius: var(--radius-md);padding: 1.75rem;height: 100%;}.feature-card__icon {width: 2.75rem;height: 2.75rem;color: var(--theme-color-main);margin-bottom: 1rem;}.feature-card__title {color: var(--text-on-light);font-weight: var(--fw-bold);font-size: 1.15rem;margin-bottom: .6rem;}.feature-card__text {font-size: .95rem;line-height: 1.6;margin-bottom: 1.25rem;}.feature-media {position: relative;aspect-ratio: 1 / 1;max-width: 520px;margin-inline: auto;}.feature-media__frame {position: absolute;inset: 0;border-radius: 50%;border: 1px solid var(--theme-color-main);padding: 14px;}.feature-media__frame img {width: 100%;height: 100%;object-fit: cover;border-radius: 50%;}.feature-media__badge {position: absolute;top: 8%;right: -14%;width: 46%;height: 84%;background: var(--theme-color-navy-900);border-radius: 50%/50%;color: var(--text-on-dark);display: flex;flex-direction: column;align-items: center;justify-content: space-between;text-align: center;padding: 2rem 1.25rem;z-index: 2;}.feature-media__badge .spark-icon {color: var(--theme-color-main);}.feature-media__badge-label {font-weight: var(--fw-bold);font-size: 1.2rem;line-height: 1.3;}.feature-media__badge-year {font-weight: var(--fw-black);font-size: 1.6rem;}.feature-media__cta {position: absolute;top: 44%;left: 64%;width: 3.25rem;height: 3.25rem;border-radius: 50%;background: #fff;color: var(--theme-color-main);display: flex;align-items: center;justify-content: center;box-shadow: 0 10px 25px rgba(10, 17, 64, .18);z-index: 3;}.about-section {background: var(--theme-bg-light);}.about-media {position: relative;max-width: 480px;}.about-media__shape {position: relative;border-radius: 62% 38% 55% 45% / 45% 55% 45% 55%;border: 2px solid var(--theme-color-main);padding: 10px;overflow: hidden;}.about-media__shape img {display: block;width: 100%;height: 100%;object-fit: cover;border-radius: 60% 40% 53% 47% / 43% 53% 47% 57%;}.about-section__title {color: var(--text-on-light);font-weight: var(--fw-bold);font-size: clamp(1.9rem, 3.4vw, 2.6rem);line-height: 1.25;margin: 1.25rem 0 1.5rem;}.about-divider-row {display: flex;align-items: stretch;border-top: 1px solid var(--theme-border-light);border-bottom: 1px solid var(--theme-border-light);padding: 1.75rem 0;margin-bottom: 2rem;gap: 2rem;}.about-divider-row>div:first-child {flex: 1 1 auto;display: flex;gap: 1rem;}.about-divider-row .divider-icon {color: var(--theme-color-main);flex: 0 0 auto;}.about-stat {flex: 0 0 auto;padding-left: 2rem;border-left: 1px solid var(--theme-border-light);position: relative;min-width: 170px;}.about-stat__number {color: var(--theme-color-main);font-weight: var(--fw-black);font-size: 3rem;line-height: 1;display: flex;align-items: flex-start;}.about-stat__number sup {font-size: 1.4rem;margin-left: .15rem;}.about-stat__label {color: var(--text-on-light);font-weight: var(--fw-medium);margin-top: .35rem;}.about-stat__doodle {position: absolute;right: .5rem;top: 2.4rem;color: var(--theme-color-main);opacity: .55;}.about-check-list {list-style: none;padding: 0;margin: 0 0 2rem;display: flex;flex-direction: column;gap: .75rem;}.about-check-list li {display: flex;align-items: center;gap: .65rem;color: var(--text-on-light);font-weight: var(--fw-medium);}.about-check-list svg {color: var(--theme-color-main);flex: 0 0 auto;}.about-petals {color: var(--theme-color-main);}.partners-section {background: #f6f6ff;}.partners-heading-row {max-width: 720px;margin: 0 auto 3rem;}.partners-heading {color: var(--text-on-light);font-weight: var(--fw-bold);font-size: clamp(1.75rem, 3.2vw, 2.4rem);line-height: 1.3;margin-top: 1rem;}.partner-card {display: flex;align-items: center;gap: 1.25rem;background: #fff;border: 1px solid var(--theme-border-light);border-radius: var(--radius-md);padding: 1.25rem 1.5rem;height: 100%;transition: box-shadow .25s var(--ease-out), transform .25s var(--ease-out);}.partner-card:hover {transform: translateY(-4px);box-shadow: 0 16px 32px rgba(10, 17, 64, .08);}.partner-logo {flex: 0 0 auto;width: 64px;height: 64px;border-radius: 50%;background: #fff;border: 1px solid var(--theme-border-light);display: flex;align-items: center;justify-content: center;}.partner-logo img {width: 34px;height: 34px;object-fit: contain;}.partner-id {flex: 1 1 auto;}.partner-name {color: var(--text-on-light);font-weight: var(--fw-bold);margin: 0;}.partner-cta {flex: 0 0 auto;}.btn-outline-light {display: inline-block;padding: .5rem 1.1rem;border: 1px solid var(--theme-color-main);border-radius: var(--radius-pill);color: var(--theme-color-main);font-weight: var(--fw-medium);font-size: .9rem;text-decoration: none;white-space: nowrap;transition: background .2s var(--ease-out), color .2s var(--ease-out);}.btn-outline-light:hover {background: var(--theme-color-main);color: #fff;}@media (max-width: 991.98px) {.feature-media__badge {position: static;width: 100%;height: auto;border-radius: var(--radius-md);margin-top: 1.5rem;flex-direction: row;justify-content: center;gap: 1rem;padding: 1.25rem;}.feature-media__cta {display: none;}.about-divider-row {flex-direction: column;}.about-stat {border-left: none;border-top: 1px solid var(--theme-border-light);padding-left: 0;padding-top: 1.25rem;}}.footer a {color: #92a4ff;}.footer a:hover {color: #fff;}.fw-bold {font-weight: 700;}.shape-img {position: relative;left: 320px;top: -65px;}.theme-bg {background: var(--theme-color-accent);}.form-control, .form-select {border-radius: 50px;padding: 15px 30px !important;}.form-group label {display: block;margin-bottom: 5px;}input.valid.success-alert {border: 2px solid #4caf50;color: green;}.rounded-20 {border-radius: 20px !important;}.alert {border: 1px solid #0A3622;border-radius: 6px;background: #d1e7dd;padding: 10px;}.alert-success {color: #0a3622;}label.error {color: red;font-size: 1rem;display: block;margin-top: 5px;}label.error.fail-alert {border: 2px solid red;border-radius: 4px;line-height: 1;padding: 2px 0 6px 6px;background: #ffe6eb;}