@charset "UTF-8";:root{--background-light: #fff;--page-bg: #f5f9fc;--blue-primary: #0189c7;--blue-secondary: #f0f8fc;--about-us-hero-bg: #e8f4fc;--core-values-box-bg: #084f74;--navbar-bg: #2d2d2d;--navbar-bg-hover: #363636;--text-primary: #000;--text-para: #969696}*,*:before,*:after{padding:0;margin:0;box-sizing:inherit;outline:none;text-decoration:none;list-style:none}html{scroll-behavior:smooth}body{box-sizing:border-box;overflow-x:hidden;line-height:1.5;font-family:Merriweather,serif;color:var(--text-primary);background-color:var(--page-bg)}img{display:block}h1,h2,h3,h4,h5,h6{font-family:Nunito,sans-serif;color:var(--blue-primary)}p{color:var(--text-para)}.wrapper{max-width:1440px;margin-inline:auto;padding-inline:5rem}@media screen and (max-width:37.5em){.wrapper{padding-inline:.8rem}}@media screen and (max-width:75em){.wrapper{padding-inline:1.5rem}}@media screen and (min-width:75.0625em){.wrapper{max-width:1600px;padding-inline:4rem}}@media screen and (min-width:112.5em){.wrapper{max-width:1920px;padding-inline:6rem}}.btn{background:var(--blue-primary);color:var(--text-primary);border-radius:.5rem;border:1px solid transparent;font-size:1.1rem;transition:all .3s ease-in;display:inline-block}.layout{display:flex;flex-direction:column;min-height:100vh;background-color:var(--page-bg)}.layout__main{flex-grow:1;padding-top:5.5rem;background-color:var(--page-bg)}@media screen and (max-width:56.25em){.layout__main{padding-top:5rem}}@media screen and (max-width:37.5em){.layout__main{padding-top:4.75rem}}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;width:100%;pointer-events:none;border-top:1px solid rgba(0,0,0,.08);border-bottom:1px solid rgba(0,0,0,.08);background:var(--background-light)}.navbar__pill{pointer-events:auto;width:100%;max-width:100%;margin:0;background:transparent;border-radius:0;padding:.75rem 0;box-shadow:none;transition:none}@media screen and (max-width:75em){.navbar__pill{padding:.65rem 0}}@media screen and (max-width:56.25em){.navbar__pill{padding:.6rem 0}}@media screen and (max-width:37.5em){.navbar__pill{padding:.6rem 0}}.navbar__container{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1440px;margin:0 auto;padding:0 2rem;gap:1.5rem;position:relative}@media screen and (max-width:75em){.navbar__container{padding:0 1.5rem;gap:1.25rem}}@media screen and (max-width:56.25em){.navbar__container{padding:0 1rem}}@media screen and (max-width:37.5em){.navbar__container{padding:0 .875rem}}@media screen and (min-width:75.0625em){.navbar__container{gap:2rem}}.navbar__logo{display:flex;align-items:center;gap:.5rem;flex-shrink:0;text-decoration:none;color:var(--text-primary)}.navbar__logo__icon{width:2.5rem;height:2.5rem;object-fit:contain}@media screen and (max-width:56.25em){.navbar__logo__icon{width:2.25rem;height:2.25rem}}@media screen and (max-width:37.5em){.navbar__logo__icon{width:2rem;height:2rem}}.navbar__logo__title{display:flex;flex-direction:column;align-items:flex-start;gap:.1rem}@media screen and (max-width:56.25em){.navbar__logo__title{gap:0}}.navbar__logo__title__header{font-size:1.3rem;font-weight:800;margin:0;line-height:1.2;color:var(--text-primary);letter-spacing:-.02em;white-space:nowrap}@media screen and (max-width:75em){.navbar__logo__title__header{font-size:1.15rem}}@media screen and (max-width:56.25em){.navbar__logo__title__header{font-size:1.15rem}}@media screen and (max-width:37.5em){.navbar__logo__title__header{font-size:1.05rem}}.navbar__logo__title__tagLine{font-size:.68rem;margin:0;color:var(--blue-primary);font-weight:500;font-style:italic;max-width:none;line-height:1.25;white-space:nowrap}@media screen and (max-width:75em){.navbar__logo__title__tagLine{max-width:none}}@media screen and (max-width:56.25em){.navbar__logo__title__tagLine{display:none}}.navbar__menu-toggle{display:none;flex-direction:column;justify-content:space-around;width:2rem;height:2rem;background:transparent;border:none;cursor:pointer;padding:0;z-index:10;border-radius:4px;color:var(--text-primary)}@media screen and (max-width:56.25em){.navbar__menu-toggle{display:flex}}.navbar__menu-toggle__line{width:1.5rem;height:2px;background-color:currentColor;border-radius:2px;transition:all .3s ease;transform-origin:center}.navbar__menu-toggle__line.active:first-child{transform:translateY(6px) rotate(45deg)}.navbar__menu-toggle__line.active:nth-child(2){opacity:0;transform:scaleX(0)}.navbar__menu-toggle__line.active:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.navbar__links-container{display:flex;align-items:center;gap:1rem;list-style:none;margin:0;padding:0;flex-shrink:0;justify-content:center;flex:1;min-width:0}@media screen and (max-width:75em){.navbar__links-container{gap:.75rem}}@media screen and (min-width:75.0625em){.navbar__links-container{gap:1.25rem}}@media screen and (min-width:112.5em){.navbar__links-container{gap:1.5rem}}@media(min-width:90em){.navbar__links-container{justify-content:space-evenly;gap:.5rem;padding-left:1rem;padding-right:.5rem}}.navbar__links-container>li{flex-shrink:0}@media screen and (max-width:56.25em){.navbar__links-container{position:fixed;top:0;right:0;height:100vh;width:min(85%,320px);background:var(--background-light);max-width:320px;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding-top:5rem;padding-left:2rem;padding-right:2rem;gap:0;transform:translate(100%);transition:transform .3s ease-in-out;z-index:9;border-radius:0;box-shadow:-8px 0 32px #0000001f;max-width:none;border-left:1px solid rgba(0,0,0,.08)}.navbar__links-container.active{transform:translate(0)}}@media screen and (max-width:37.5em){.navbar__links-container{width:min(90%,300px);padding-left:1.5rem;padding-right:1.5rem}}.navbar__link{color:var(--text-para);text-decoration:none;font-size:.9rem;font-weight:500;transition:color .2s ease;display:inline-flex;flex-direction:column;align-items:center;gap:.25rem;padding:.35rem .15rem;position:relative;white-space:nowrap}@media screen and (max-width:75em){.navbar__link{font-size:.85rem;padding:.35rem .1rem}}@media screen and (max-width:56.25em){.navbar__link{font-size:1.1rem;width:100%;padding:.75rem 0;align-items:flex-start;color:var(--text-primary)}}.navbar__link:hover{color:var(--blue-primary)}.navbar__link--active{color:var(--blue-primary);font-weight:600}.navbar__link--active .navbar__link__dot{opacity:1}.navbar__link__dot{position:absolute;left:0;right:0;bottom:-2px;height:2px;border-radius:1px;background:linear-gradient(90deg,var(--blue-primary) 0%,#8b5cf6 100%);opacity:0;transition:opacity .2s ease;flex-shrink:0}@media screen and (max-width:56.25em){.navbar__link__dot{inset:50% auto auto 0;width:6px;height:6px;border-radius:50%;background:var(--blue-primary)}}.navbar__cta-wrap{margin-left:.25rem;flex-shrink:0}@media screen and (max-width:75em){.navbar__cta-wrap{margin-left:.2rem}}@media screen and (min-width:75.0625em){.navbar__cta-wrap{margin-left:.5rem}}@media screen and (max-width:56.25em){.navbar__cta-wrap{margin-left:0;margin-top:1.5rem;padding-top:1rem;border-top:1px solid rgba(0,0,0,.08);width:100%}}.navbar__cta{border-radius:9999px;padding:.5rem 1rem;border:none;background:var(--blue-primary);color:var(--background-light);font-size:.875rem;font-weight:600;cursor:pointer;transition:all .25s ease;white-space:nowrap}@media screen and (max-width:75em){.navbar__cta{padding:.45rem .9rem;font-size:.85rem}}@media screen and (max-width:56.25em){.navbar__cta{width:100%;padding:.75rem 1.5rem;font-size:1rem}}.navbar__cta:hover{filter:brightness(1.1);box-shadow:0 4px 16px #0189c766}.footer{width:100%;background:var(--text-primary);border-radius:3rem 3rem 0 0;padding:4rem 2rem 2rem;color:var(--background-light)}.footer__content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 2fr;gap:4rem;margin-bottom:3rem}@media screen and (max-width:56.25em){.footer__content{grid-template-columns:1fr;gap:3rem}}.footer__brand{display:flex;flex-direction:column;gap:1.5rem}@media screen and (max-width:56.25em){.footer__brand{text-align:center;align-items:center}}.footer__logo{width:120px;height:40px}.footer__logo img{width:100%;height:100%;object-fit:contain}.footer__description{font-size:.95rem;line-height:1.6;color:#fffc;max-width:300px;margin:0}@media screen and (max-width:56.25em){.footer__description{max-width:100%}}.footer__socialLinks{display:flex;align-items:center;gap:1rem}.footer__socialLinks__icon{width:40px;height:40px;padding:.5rem;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;text-decoration:none}.footer__socialLinks__icon:hover{background:#fff3;transform:translateY(-2px)}.footer__socialLinks__icon img{width:20px;height:20px;filter:brightness(0) invert(1)}.footer__links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media screen and (max-width:56.25em){.footer__links{grid-template-columns:repeat(2,1fr);gap:2rem 3rem}}@media screen and (max-width:37.5em){.footer__links{grid-template-columns:1fr;gap:2rem}}.footer__links__column{display:flex;flex-direction:column;gap:1rem}@media screen and (max-width:37.5em){.footer__links__column{text-align:center}}.footer__links__title{font-size:1rem;font-weight:600;margin:0 0 .5rem;color:var(--background-light)}.footer__links__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer__links__item{color:#ffffffb3;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer__links__item:hover{color:var(--background-light)}.footer__bottom{max-width:1200px;margin:0 auto;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}@media screen and (max-width:37.5em){.footer__bottom{flex-direction:column;text-align:center}}.footer__copyright{font-size:.85rem;color:#fff9;margin:0}.footer__legal{display:flex;align-items:center;gap:2rem}@media screen and (max-width:37.5em){.footer__legal{flex-direction:column;gap:1rem}}.footer__legal__link{color:#ffffffb3;text-decoration:none;font-size:.85rem;transition:color .3s ease}.footer__legal__link:hover{color:var(--background-light)}.brochure-modal{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:1.5rem;animation:brochure-backdrop-in .3s ease}@media screen and (max-width:37.5em){.brochure-modal{padding:2rem .75rem .75rem;align-items:flex-start}}.brochure-modal__backdrop{position:absolute;inset:0;background:#0f172ab3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.brochure-modal__box{position:relative;width:100%;max-width:1000px;max-height:90vh;overflow-y:auto;border-radius:24px;padding:0;background:#fff;box-shadow:0 24px 64px #0f172a33;animation:brochure-box-in .4s cubic-bezier(.16,1,.3,1) forwards}@media screen and (max-width:56.25em){.brochure-modal__box{border-radius:20px}}@media screen and (max-width:37.5em){.brochure-modal__box{border-radius:18px}}.brochure-modal__close{position:absolute;top:1.25rem;right:1.25rem;width:40px;height:40px;border:none;border-radius:50%;background:#0f172a0f;color:var(--text-primary);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease,transform .2s ease;z-index:10}.brochure-modal__close:hover{background:#0f172a1f;transform:scale(1.05)}.brochure-modal__content{display:grid;grid-template-columns:1fr 1fr;min-height:600px}@media screen and (max-width:75em){.brochure-modal__content{grid-template-columns:1fr}}.brochure-modal__left{padding:3rem 2.5rem;display:flex;flex-direction:column}@media screen and (max-width:56.25em){.brochure-modal__left{padding:2rem 1.75rem}}@media screen and (max-width:37.5em){.brochure-modal__left{padding:1.75rem 1.5rem}}.brochure-modal__title{font-size:1.75rem;font-weight:800;color:var(--text-primary);margin:0 0 .75rem;letter-spacing:-.02em;line-height:1.2}@media screen and (max-width:37.5em){.brochure-modal__title{font-size:1.5rem}}.brochure-modal__description{font-size:.95rem;color:var(--text-para);line-height:1.6;margin:0 0 2rem}@media screen and (max-width:37.5em){.brochure-modal__description{font-size:.9rem;margin-bottom:1.5rem}}.brochure-modal__form{display:flex;flex-direction:column;gap:1.25rem;flex:1}.brochure-modal__form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.brochure-modal__field{display:flex;flex-direction:column;gap:.5rem}.brochure-modal__field span{font-size:.875rem;font-weight:600;color:var(--text-primary)}.brochure-modal__field-error{font-size:.8rem;color:#ef4444;margin-top:-.25rem}.brochure-modal__field input[type=text],.brochure-modal__field input[type=email],.brochure-modal__field input[type=tel]{padding:.75rem 1rem;border-radius:10px;border:1px solid rgba(148,163,184,.4);font-size:.95rem;font-family:inherit;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.brochure-modal__field input[type=text]::placeholder,.brochure-modal__field input[type=email]::placeholder,.brochure-modal__field input[type=tel]::placeholder{color:var(--text-para);opacity:.6}.brochure-modal__field input[type=text]:focus,.brochure-modal__field input[type=email]:focus,.brochure-modal__field input[type=tel]:focus{outline:none;border-color:var(--blue-primary);box-shadow:0 0 0 3px #0189c71a}.brochure-modal__field--selection{gap:.75rem}.brochure-modal__phone-input{display:flex;gap:.5rem}.brochure-modal__phone-code{flex-shrink:0;padding:.75rem .85rem;border-radius:10px;border:1px solid rgba(148,163,184,.4);font-size:.95rem;font-family:inherit;background:#fff;cursor:pointer;transition:border-color .2s ease}.brochure-modal__phone-code:focus{outline:none;border-color:var(--blue-primary)}.brochure-modal__phone-number{flex:1}.brochure-modal__selection-cards{display:flex;flex-direction:column;gap:.75rem}.brochure-modal__selection-card{display:flex;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;border-radius:12px;border:2px solid rgba(148,163,184,.3);background:#fff;cursor:pointer;text-align:left;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease;font-family:inherit}.brochure-modal__selection-card svg{flex-shrink:0;color:var(--text-para);margin-top:.15rem;transition:color .2s ease}.brochure-modal__selection-card div{display:flex;flex-direction:column;gap:.25rem;flex:1}.brochure-modal__selection-card div strong{font-size:.95rem;font-weight:700;color:var(--text-primary);transition:color .2s ease}.brochure-modal__selection-card div span{font-size:.85rem;color:var(--text-para);line-height:1.4}.brochure-modal__selection-card:hover{border-color:#0189c766;box-shadow:0 2px 8px #0189c71a}.brochure-modal__selection-card--active{border-color:var(--blue-primary);background:#0189c70d;box-shadow:0 0 0 3px #0189c71a}.brochure-modal__selection-card--active svg{color:var(--blue-primary)}.brochure-modal__selection-card--active div strong{color:var(--blue-primary)}.brochure-modal__submit{margin-top:.5rem;padding:.9rem 1.5rem;border-radius:10px;border:none;background:var(--blue-primary);color:#fff;font-size:1rem;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.brochure-modal__submit:hover:not(:disabled){background:#0178b3;transform:translateY(-1px);box-shadow:0 4px 12px #0189c74d}.brochure-modal__submit:disabled{opacity:.6;cursor:not-allowed}.brochure-modal__right{position:relative;background:linear-gradient(180deg,#1e293b,#0f172a);border-radius:0 24px 24px 0;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;padding:2.5rem}@media screen and (max-width:75em){.brochure-modal__right{border-radius:0 0 20px 20px;min-height:300px;padding:2rem 1.75rem}}@media screen and (max-width:37.5em){.brochure-modal__right{padding:1.75rem 1.5rem;min-height:250px}}.brochure-modal__visual{position:absolute;inset:0;overflow:hidden;z-index:0}.brochure-modal__visual__gradient{position:absolute;inset:0;background:linear-gradient(135deg,#0189c726,#0d94881a,#7c3aed1f);opacity:.6}.brochure-modal__testimonial{position:relative;z-index:1;color:#fff}.brochure-modal__testimonial__quote{font-size:1.05rem;line-height:1.6;color:#fffffff2;margin:0 0 1.5rem;font-weight:500}@media screen and (max-width:37.5em){.brochure-modal__testimonial__quote{font-size:.95rem;margin-bottom:1.25rem}}.brochure-modal__testimonial__author{display:flex;flex-direction:column;gap:.2rem;margin-bottom:.75rem}.brochure-modal__testimonial__author strong{font-size:1rem;font-weight:700;color:#fff}.brochure-modal__testimonial__author span{font-size:.9rem;color:#fffc}.brochure-modal__testimonial__company{font-size:.85rem;color:#ffffffb3;font-weight:600;letter-spacing:.05em;text-transform:uppercase}@keyframes brochure-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes brochure-box-in{0%{opacity:0;transform:scale(.95) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.hero{width:100vw;min-height:calc(100vh - 4rem);background:linear-gradient(135deg,#e0f2fe,#f0f9ff,#e8f4fc 70%,#dbeafe);padding-top:3rem;padding-bottom:3rem;margin-top:0;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;right:-20%;width:70%;height:140%;background:radial-gradient(ellipse at center,rgba(1,137,199,.08) 0%,transparent 60%);pointer-events:none}@media screen and (max-width:75em){.hero{padding-top:2rem;padding-bottom:2rem}}@media screen and (max-width:56.25em){.hero{padding-top:1.5rem;padding-bottom:1.5rem}}@media screen and (max-width:37.5em){.hero{padding-top:1rem;padding-bottom:1rem;min-height:auto}}.hero__container{display:flex;align-items:stretch;justify-content:space-between;width:100%;min-height:100%;gap:3rem;position:relative;z-index:1}@media screen and (max-width:75em){.hero__container{flex-direction:column;gap:2rem}}@media screen and (max-width:56.25em){.hero__container{gap:1.5rem}}@media screen and (max-width:37.5em){.hero__container{gap:1rem}}.hero__container__left__panel{flex:1;min-width:0}@media screen and (max-width:75em){.hero__container__left__panel{max-width:100%;width:100%}}.hero__container__right__panel{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;align-self:stretch}@media screen and (max-width:75em){.hero__container__right__panel{width:100%;padding:1.5rem;height:auto}}@media screen and (max-width:56.25em){.hero__container__right__panel{padding:1rem}}@media screen and (max-width:37.5em){.hero__container__right__panel{padding:.75rem}}.hero__container__left__panel__container{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem;width:100%}@media screen and (max-width:56.25em){.hero__container__left__panel__container{gap:1.25rem}}@media screen and (max-width:37.5em){.hero__container__left__panel__container{gap:1rem}}.hero__container__left__panel__container p{font-size:1.1rem;line-height:1.65;color:var(--text-para);max-width:540px}@media screen and (max-width:75em){.hero__container__left__panel__container p{font-size:1rem}}@media screen and (max-width:56.25em){.hero__container__left__panel__container p{font-size:.95rem}}@media screen and (max-width:37.5em){.hero__container__left__panel__container p{font-size:.9rem;line-height:1.5}}.hero__container__left__panel__container__header{font-size:3.5rem;line-height:4rem;font-weight:900;margin-top:0;margin-bottom:0;letter-spacing:-.03em}@media screen and (max-width:75em){.hero__container__left__panel__container__header{font-size:2.5rem;line-height:3rem}}@media screen and (max-width:56.25em){.hero__container__left__panel__container__header{font-size:2.25rem;line-height:2.75rem}}@media screen and (max-width:37.5em){.hero__container__left__panel__container__header{font-size:1.75rem;line-height:2.25rem}}.hero__container__left__panel__container__header__span{background:linear-gradient(135deg,var(--blue-primary) 0%,#0ea5e9 50%,#0369a1 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero__container__left__panel__container__cta{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:.5rem}.hero__container__left__panel__container .hero__cta{padding:.85rem 1.75rem;border-radius:999px;font-size:1rem;font-weight:700;border:2px solid transparent;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 14px #0189c740}.hero__container__left__panel__container .hero__cta--primary{background:linear-gradient(135deg,var(--blue-primary) 0%,#0284c7 100%);color:#fff;border-color:transparent}.hero__container__left__panel__container .hero__cta--primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0189c766}.hero__container__left__panel__container .hero__cta--secondary{background:#fff;color:var(--blue-primary);border-color:var(--blue-primary);box-shadow:0 2px 10px #0000000f}.hero__container__left__panel__container .hero__cta--secondary:hover{background:#0189c714;transform:translateY(-2px);box-shadow:0 6px 20px #0189c733}@media screen and (max-width:37.5em){.hero__container__left__panel__container .hero__cta{width:100%;text-align:center}}.hero__container__left__panel__container__stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem;width:100%;margin-top:.75rem}@media screen and (max-width:37.5em){.hero__container__left__panel__container__stats{grid-template-columns:1fr}}.hero__container__left__panel__container__stats__card{background:#fff;border-radius:18px;padding:1.35rem 1.3rem;box-shadow:0 10px 30px #0f172a14;border:1px solid rgba(148,163,184,.35);display:flex;flex-direction:column;gap:.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.hero__container__left__panel__container__stats__card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,var(--blue-primary),#0ea5e9);border-radius:4px 0 0 4px}.hero__container__left__panel__container__stats__card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #0f172a24,0 4px 16px #0189c726;border-color:#0189c759}.hero__container__left__panel__container__stats__card__header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.hero__container__left__panel__container__stats__card__icon{width:44px;height:44px;border-radius:999px;background:#2563eb0f;display:flex;align-items:center;justify-content:center;margin-bottom:.25rem}.hero__container__left__panel__container__stats__card__icon__svg{width:22px;height:22px;color:var(--blue-primary)}.hero__container__left__panel__container__stats__card__label{font-size:1.05rem;font-weight:800;color:var(--text-primary);margin:0;letter-spacing:-.01em}.hero__container__left__panel__container__stats__card__description{font-size:.9rem;color:var(--text-para);line-height:1.55;margin:0}.hero__container .hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.45rem 1rem;border-radius:999px;background:linear-gradient(90deg,#0189c71f,#0ea5e926);border:1px solid rgba(1,137,199,.35);color:var(--text-primary);font-size:.85rem;font-weight:700;box-shadow:0 2px 12px #0189c726}.hero__container .hero__badge__icon{width:22px;height:22px;border-radius:999px;background:linear-gradient(135deg,var(--blue-primary),#0ea5e9);display:flex;align-items:center;justify-content:center}.hero__container .hero__badge__icon__svg{width:14px;height:14px;color:#fff}.hero__container .hero__badge__text{white-space:nowrap}@media screen and (max-width:37.5em){.hero__container .hero__badge{font-size:.78rem}}.hero__container__right__panel{gap:1.5rem}@media screen and (max-width:56.25em){.hero__container__right__panel{gap:1.25rem}}@media screen and (max-width:37.5em){.hero__container__right__panel{gap:1rem}}.hero__container__right__panel h4{color:var(--blue-primary);font-size:1.5rem;font-weight:800;margin:0;line-height:1.4;text-align:center;letter-spacing:-.02em}@media screen and (max-width:75em){.hero__container__right__panel h4{font-size:1.35rem}}@media screen and (max-width:56.25em){.hero__container__right__panel h4{font-size:1.25rem}}@media screen and (max-width:37.5em){.hero__container__right__panel h4{font-size:1.1rem;line-height:1.3}}.hero__container__right__panel__video{width:100%;max-width:560px;position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:20px;box-shadow:0 20px 50px #0003,0 0 0 1px #0189c726;border:3px solid rgba(255,255,255,.9)}@media screen and (max-width:56.25em){.hero__container__right__panel__video{border-radius:16px;box-shadow:0 14px 36px #00000029}}@media screen and (max-width:37.5em){.hero__container__right__panel__video{border-radius:14px;box-shadow:0 10px 28px #00000024}}.hero__container__right__panel__video iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.about-hero{width:100vw;padding:4rem 0;background:radial-gradient(circle at top left,#ffffff 0%,var(--about-us-hero-bg) 40%,#dff0ff 80%);position:relative;overflow:hidden}@media screen and (max-width:75em){.about-hero{padding:3rem 0}}@media screen and (max-width:56.25em){.about-hero{padding:2.5rem 0}}@media screen and (max-width:37.5em){.about-hero{padding:2rem 0}}.about-hero__container{text-align:center;max-width:900px;margin:0 auto;position:relative;z-index:1}.about-hero__heading{font-size:3rem;font-weight:800;line-height:1.2;color:var(--text-primary);margin:0 0 1.25rem;letter-spacing:-.02em;opacity:0;transform:translateY(16px);animation:about-hero-fade-up .8s ease-out forwards}@media screen and (max-width:75em){.about-hero__heading{font-size:2.5rem}}@media screen and (max-width:56.25em){.about-hero__heading{font-size:2.25rem}}@media screen and (max-width:37.5em){.about-hero__heading{font-size:1.875rem;margin-bottom:1rem}}.about-hero__heading__highlight{color:var(--blue-primary)}.about-hero__tagline{font-size:1.25rem;line-height:1.6;color:var(--text-para);margin:0;max-width:720px;margin-inline:auto;opacity:0;transform:translateY(12px);animation:about-hero-fade-up .85s ease-out forwards;animation-delay:.12s}@media screen and (max-width:56.25em){.about-hero__tagline{font-size:1.125rem}}@media screen and (max-width:37.5em){.about-hero__tagline{font-size:1rem;line-height:1.55}}.about-hero:before{content:"";position:absolute;width:480px;height:480px;border-radius:50%;background:radial-gradient(circle,rgba(1,137,199,.3),transparent 70%);top:-160px;right:-120px;opacity:.7;filter:blur(2px);animation:about-hero-orbit 16s linear infinite;pointer-events:none}@keyframes about-hero-fade-up{to{opacity:1;transform:translateY(0)}}@keyframes about-hero-orbit{0%{transform:translateZ(0)}50%{transform:translate3d(-40px,30px,0) scale(1.05)}to{transform:translateZ(0)}}.core-values{width:100vw;padding:5rem 0 6rem;background:var(--background-light);position:relative;overflow-x:hidden}@media screen and (max-width:75em){.core-values{padding:4rem 0 5rem}}@media screen and (max-width:56.25em){.core-values{padding:3rem 0 4rem}}@media screen and (max-width:37.5em){.core-values{padding:2rem 0 3rem}}.core-values__box{background:#084f74;border-radius:20px;padding:3rem 2rem;position:relative;box-shadow:0 8px 32px #084f7440;overflow:hidden}.core-values__box:before{content:"";position:absolute;inset:-40%;background:radial-gradient(circle at top left,rgba(255,255,255,.06),transparent 55%),radial-gradient(circle at bottom right,rgba(56,189,248,.14),transparent 55%);opacity:.7;pointer-events:none;mix-blend-mode:screen;animation:core-values-glow 22s ease-in-out infinite alternate}@media screen and (max-width:56.25em){.core-values__box{padding:2.5rem 1.5rem;border-radius:16px}}@media screen and (max-width:37.5em){.core-values__box{padding:2rem 1rem;border-radius:14px}}.core-values__header{text-align:center;margin-bottom:2.5rem}@media screen and (max-width:56.25em){.core-values__header{margin-bottom:2rem}}@media screen and (max-width:37.5em){.core-values__header{margin-bottom:1.75rem}}.core-values__header__title{font-size:2.5rem;font-weight:800;color:#fff;line-height:1.2;margin:0 0 .75rem;letter-spacing:-.02em}@media screen and (max-width:56.25em){.core-values__header__title{font-size:2rem}}@media screen and (max-width:37.5em){.core-values__header__title{font-size:1.75rem}}.core-values__header__subtitle{font-size:1.125rem;color:#ffffffd9;line-height:1.5;margin:0;max-width:560px;margin-inline:auto}@media screen and (max-width:56.25em){.core-values__header__subtitle{font-size:1.05rem}}@media screen and (max-width:37.5em){.core-values__header__subtitle{font-size:1rem}}.core-values__carousel{display:flex;align-items:center;gap:1rem;position:relative}@media screen and (max-width:37.5em){.core-values__carousel{gap:.75rem}}.core-values__carousel__nav{flex-shrink:0;width:48px;height:48px;border-radius:50%;border:2px solid rgba(255,255,255,.5);background:transparent;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .25s ease}@media(min-width:56.3125em){.core-values__carousel__nav{display:none}}@media screen and (max-width:37.5em){.core-values__carousel__nav{width:40px;height:40px}}.core-values__carousel__nav:hover{background:#ffffff26;border-color:#fffc}.core-values__carousel__nav:focus-visible{outline:2px solid #fff;outline-offset:2px}.core-values__carousel__track{flex:1;min-width:0;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;padding:.5rem 0}@media screen and (max-width:75em){.core-values__carousel__track{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media screen and (max-width:56.25em){.core-values__carousel__track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;gap:1.25rem}.core-values__carousel__track::-webkit-scrollbar{display:none}}@media screen and (max-width:37.5em){.core-values__carousel__track{gap:1rem}}.core-values__carousel__card{scroll-snap-align:start;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;transition:background .25s ease,border-color .25s ease,transform .25s ease,box-shadow .25s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform:translateY(10px);opacity:0}.core-values__carousel__card:hover{background:#fff3;border-color:#fff9;transform:translateY(-4px) scale(1.02);box-shadow:0 18px 40px #0f172a40}.core-values__carousel__card:nth-child(1){animation:core-values-card-in .7s cubic-bezier(.22,.61,.36,1) forwards;animation-delay:.12s}.core-values__carousel__card:nth-child(2){animation:core-values-card-in .7s cubic-bezier(.22,.61,.36,1) forwards;animation-delay:.24s}.core-values__carousel__card:nth-child(3){animation:core-values-card-in .7s cubic-bezier(.22,.61,.36,1) forwards;animation-delay:.36s}@media screen and (max-width:56.25em){.core-values__carousel__card{flex:0 0 min(260px,80%);padding:1.75rem 1.25rem;border-radius:14px}}@media screen and (max-width:37.5em){.core-values__carousel__card{flex:0 0 min(260px,78%);padding:1.5rem 1.25rem;border-radius:12px}}.core-values__carousel__card__icon{width:72px;height:72px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}@media screen and (max-width:56.25em){.core-values__carousel__card__icon{width:64px;height:64px;margin-bottom:1rem}}@media screen and (max-width:37.5em){.core-values__carousel__card__icon{width:56px;height:56px;margin-bottom:.875rem}}.core-values__carousel__card__icon__svg{color:#fff;filter:drop-shadow(0 0 10px rgba(15,23,42,.4))}.core-values__carousel__card__title{font-size:1.25rem;font-weight:700;color:#fff;margin:0 0 .75rem;line-height:1.3}@media screen and (max-width:56.25em){.core-values__carousel__card__title{font-size:1.15rem}}@media screen and (max-width:37.5em){.core-values__carousel__card__title{font-size:1.1rem;margin-bottom:.5rem}}.core-values__carousel__card__description{font-size:.95rem;color:#ffffffe6;line-height:1.5;margin:0}@media screen and (max-width:56.25em){.core-values__carousel__card__description{font-size:.9rem}}@media screen and (max-width:37.5em){.core-values__carousel__card__description{font-size:.875rem;line-height:1.45}}@keyframes core-values-glow{0%{transform:translateZ(0) rotate(0)}50%{transform:translate3d(-18px,10px,0) rotate(2deg) scale(1.02)}to{transform:translate3d(12px,-16px,0) rotate(-2deg) scale(1.03)}}@keyframes core-values-card-in{0%{opacity:0;transform:translate3d(0,18px,0) scale(.98)}to{opacity:1;transform:translateZ(0) scale(1)}}.leadership-note{width:100vw;padding:4rem 0 5rem;background:var(--background-light)}@media screen and (max-width:75em){.leadership-note{padding:3.5rem 0 4.5rem}}@media screen and (max-width:56.25em){.leadership-note{padding:3rem 0 4rem}}@media screen and (max-width:37.5em){.leadership-note{padding:2.5rem 0 3rem}}.leadership-note__container{display:grid;grid-template-columns:3fr 2fr;gap:3rem;align-items:flex-start;position:relative}@media screen and (max-width:75em){.leadership-note__container{gap:2.5rem}}@media screen and (max-width:56.25em){.leadership-note__container{grid-template-columns:1fr;gap:2rem}}.leadership-note__content{opacity:0;transform:translateY(18px);animation:leadership-fade-in-left .8s ease-out forwards}.leadership-note__content__title{font-size:2.25rem;font-weight:800;color:var(--blue-primary);margin:0 0 1.5rem;letter-spacing:-.02em}@media screen and (max-width:56.25em){.leadership-note__content__title{font-size:2rem}}@media screen and (max-width:37.5em){.leadership-note__content__title{font-size:1.75rem}}.leadership-note__content__body{display:flex;flex-direction:column;gap:.9rem;margin-bottom:1.75rem}.leadership-note__content__paragraph{font-size:1rem;line-height:1.7;color:var(--text-para)}@media screen and (max-width:37.5em){.leadership-note__content__paragraph{font-size:.95rem}}.leadership-note__signature{display:flex;flex-direction:column;gap:.25rem;margin-top:.5rem}.leadership-note__signature__name{font-weight:600;color:var(--text-primary)}.leadership-note__signature__title{font-size:.95rem;color:var(--text-para)}.leadership-note__image{display:flex;justify-content:flex-end}@media screen and (max-width:56.25em){.leadership-note__image{justify-content:center}}.leadership-note__image__frame{width:100%;max-width:460px;border-radius:28px;padding:.75rem;background:linear-gradient(135deg,#0189c7,#00b4d8,#6dd5fa);box-shadow:0 20px 48px #0f172a1f;transform:translateY(10px);opacity:0;animation:leadership-fade-in-right .9s ease-out forwards;animation-delay:.12s}.leadership-note__image__placeholder{height:100%;min-height:260px;border-radius:22px;background:linear-gradient(180deg,#fff,#f7fbff);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2.25rem 1.5rem;position:relative}.leadership-note__image__placeholder .leadership-note__image__img{width:180px;height:180px;border-radius:50%;object-fit:cover;box-shadow:0 14px 36px #0f172a29;border:6px solid rgba(255,255,255,.9);background:#fff}.leadership-note__image__placeholder .leadership-note__image__name{margin-top:1rem;font-weight:700;color:var(--text-primary);font-size:1rem}.leadership-note__image__placeholder:before{content:"";position:absolute;inset:12px;border-radius:18px;background:linear-gradient(180deg,#fff9,#f0f8fc99);z-index:-1}@media screen and (max-width:56.25em){.leadership-note__image__placeholder{min-height:220px;padding:1.5rem}.leadership-note__image__placeholder .leadership-note__image__img{width:150px;height:150px}}@media screen and (max-width:37.5em){.leadership-note__image__placeholder{min-height:220px;padding:1.5rem}}@keyframes leadership-fade-in-left{0%{opacity:0;transform:translate3d(-16px,18px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes leadership-fade-in-right{0%{opacity:0;transform:translate3d(16px,24px,0)}to{opacity:1;transform:translateZ(0)}}.expert-team{width:100vw;padding:4rem 0 5rem;background:var(--background-light)}@media screen and (max-width:75em){.expert-team{padding:3.5rem 0 4.5rem}}@media screen and (max-width:56.25em){.expert-team{padding:3rem 0 4rem}}@media screen and (max-width:37.5em){.expert-team{padding:2.5rem 0 3.5rem}}.expert-team__container{width:100%}.expert-team__header{text-align:center;margin-bottom:3rem}@media screen and (max-width:56.25em){.expert-team__header{margin-bottom:2.5rem}}@media screen and (max-width:37.5em){.expert-team__header{margin-bottom:2rem}}.expert-team__header__title{font-size:2.5rem;font-weight:800;color:var(--blue-primary);margin:0 0 .75rem;letter-spacing:-.02em}@media screen and (max-width:56.25em){.expert-team__header__title{font-size:2.15rem}}@media screen and (max-width:37.5em){.expert-team__header__title{font-size:1.85rem}}.expert-team__header__subtitle{font-size:1.125rem;color:var(--text-para);margin:0;max-width:640px;margin-inline:auto}@media screen and (max-width:56.25em){.expert-team__header__subtitle{font-size:1.05rem}}@media screen and (max-width:37.5em){.expert-team__header__subtitle{font-size:1rem}}.expert-team__grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;align-items:stretch}@media screen and (max-width:75em){.expert-team__grid{gap:1.75rem}}@media screen and (max-width:56.25em){.expert-team__grid{gap:1.5rem}}@media screen and (max-width:37.5em){.expert-team__grid{gap:1.25rem}}.expert-team__card{flex:0 0 calc(25% - 1.5rem);max-width:calc(25% - 1.5rem)}@media screen and (max-width:75em){.expert-team__card{flex:0 0 calc(50% - .875rem);max-width:calc(50% - .875rem)}}@media screen and (max-width:56.25em){.expert-team__card{flex:0 0 calc(50% - .75rem);max-width:calc(50% - .75rem)}}@media screen and (max-width:37.5em){.expert-team__card{flex:0 0 100%;max-width:100%}}.expert-team__card{background:linear-gradient(135deg,#fff,#f7fbff);border-radius:18px;padding:1.75rem 1.5rem;display:flex;flex-direction:column;gap:1rem;border:1px solid rgba(1,137,199,.12);box-shadow:0 6px 18px #0000000a;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;opacity:0;transform:translate3d(0,16px,0)}.expert-team__card:nth-child(1){animation:expert-card-in .7s cubic-bezier(.22,.61,.36,1) forwards;animation-delay:.08s}.expert-team__card:nth-child(2){animation:expert-card-in .7s cubic-bezier(.22,.61,.36,1) forwards;animation-delay:.16s}.expert-team__card:nth-child(3){animation:expert-card-in .7s cubic-bezier(.22,.61,.36,1) forwards;animation-delay:.24s}.expert-team__card:nth-child(4){animation:expert-card-in .7s cubic-bezier(.22,.61,.36,1) forwards;animation-delay:.32s}.expert-team__card:nth-child(5){animation:expert-card-in .7s cubic-bezier(.22,.61,.36,1) forwards;animation-delay:.4s}.expert-team__card:nth-child(6){animation:expert-card-in .7s cubic-bezier(.22,.61,.36,1) forwards;animation-delay:.48s}.expert-team__card:nth-child(7){animation:expert-card-in .7s cubic-bezier(.22,.61,.36,1) forwards;animation-delay:.56s}@media screen and (max-width:37.5em){.expert-team__card{padding:1.5rem 1.25rem;border-radius:16px}}.expert-team__card:hover{transform:translateY(-6px) translateZ(0);box-shadow:0 10px 28px #0189c72e;border-color:#0189c766}.expert-team__card__avatar{display:flex;align-items:center;justify-content:center;width:140px;height:140px;border-radius:50%;overflow:hidden;background:#f0f8fc;margin:0 auto}.expert-team__card__avatar__image{width:100%;height:100%;object-fit:contain}.expert-team__card__info{display:flex;flex-direction:column;gap:.35rem}.expert-team__card__name{font-size:1.2rem;font-weight:700;color:var(--text-primary);margin:0;text-align:center}@keyframes expert-card-in{0%{opacity:0;transform:translate3d(0,18px,0)}to{opacity:1;transform:translateZ(0)}}.partner-with-us{width:100vw;padding:4.5rem 0 5.5rem;background:var(--background-light)}@media screen and (max-width:75em){.partner-with-us{padding:4rem 0 5rem}}@media screen and (max-width:56.25em){.partner-with-us{padding:3.5rem 0 4.5rem}}@media screen and (max-width:37.5em){.partner-with-us{padding:3rem 0 4rem}}.partner-with-us__container{display:flex;justify-content:center}.partner-with-us__card{width:100%;border-radius:24px;padding:3rem 3.5rem;background:linear-gradient(135deg,var(--blue-primary) 0%,var(--core-values-box-bg) 100%);box-shadow:0 18px 40px #0189c759;text-align:center;color:#fff;position:relative;overflow:hidden;isolation:isolate;background-size:200% 200%;animation:partner-gradient-shift 18s ease-in-out infinite alternate}@media screen and (max-width:56.25em){.partner-with-us__card{padding:2.5rem;border-radius:20px}}@media screen and (max-width:37.5em){.partner-with-us__card{padding:2.25rem 1.75rem 2.5rem;border-radius:18px}}.partner-with-us__title{font-size:2.25rem;font-weight:800;margin:0 0 .75rem;letter-spacing:-.02em;color:#fff}@media screen and (max-width:56.25em){.partner-with-us__title{font-size:2rem}}@media screen and (max-width:37.5em){.partner-with-us__title{font-size:1.8rem}}.partner-with-us__subtitle{font-size:1.1rem;margin:0 0 .85rem;color:#ffffffeb}@media screen and (max-width:37.5em){.partner-with-us__subtitle{font-size:1rem}}.partner-with-us__body{font-size:1rem;margin:0 0 1.75rem;color:#ffffffe6;max-width:720px;margin-inline:auto}@media screen and (max-width:37.5em){.partner-with-us__body{font-size:.95rem}}.partner-with-us__button{padding:.9rem 2.4rem;font-weight:700;font-size:1.05rem;border-radius:999px;border:2px solid var(--blue-primary);background:#fff;color:var(--blue-primary);box-shadow:0 10px 25px #0f172a40}.partner-with-us__button:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 14px 30px #0f172a59}.partner-with-us__button:active{transform:translateY(0);box-shadow:0 10px 22px #0f172a4d}@keyframes partner-gradient-shift{0%{background-position:0% 50%}50%{background-position:50% 100%}to{background-position:100% 50%}}.why-us{width:100vw;background:var(--background-light);display:flex;flex-direction:column;gap:4.5rem;padding:0 0 4.5rem}@media screen and (max-width:75em){.why-us{gap:4rem;padding:0 0 4rem}}@media screen and (max-width:56.25em){.why-us{gap:3.5rem;padding:0 0 3.5rem}}@media screen and (max-width:37.5em){.why-us{gap:3rem;padding:0 0 3rem}}.why-us__primary{width:100vw;position:relative;overflow:hidden}.why-us__primary__layout{width:100%;background:linear-gradient(135deg,#e0f2fe,#bae6fd,#7dd3fc 80%,#0ea5e9);padding:4rem 0;position:relative;overflow:hidden}@media screen and (max-width:75em){.why-us__primary__layout{padding:3.5rem 0}}@media screen and (max-width:56.25em){.why-us__primary__layout{padding:3rem 0}}@media screen and (max-width:37.5em){.why-us__primary__layout{padding:2.5rem 0}}.why-us__primary__layout:before{content:"";position:absolute;inset:-30%;background:radial-gradient(circle at 15% 20%,rgba(255,255,255,.2),transparent 45%),radial-gradient(circle at 85% 80%,rgba(14,165,233,.15),transparent 50%);pointer-events:none;animation:whyus-glow 20s ease-in-out infinite alternate}.why-us__primary__content{position:relative;z-index:1;color:#0f172a;display:flex;flex-direction:column;gap:1.35rem;max-width:900px;margin:0 auto;text-align:center;opacity:0;transform:translateY(14px);animation:whyus-text-in .8s cubic-bezier(.22,.61,.36,1) forwards}.why-us__primary__eyebrow{font-size:.8rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#0f172abf}.why-us__primary__title{font-size:2.35rem;font-weight:800;line-height:1.2;margin:0;letter-spacing:-.02em}@media screen and (max-width:56.25em){.why-us__primary__title{font-size:2rem}}@media screen and (max-width:37.5em){.why-us__primary__title{font-size:1.75rem}}.why-us__primary__subtitle{font-size:1.05rem;max-width:560px;margin:0 auto;color:#0f172ad9;line-height:1.55}.why-us__primary__features{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem 1rem;margin-top:.5rem}@media screen and (max-width:37.5em){.why-us__primary__features{flex-direction:column;align-items:stretch;gap:.65rem}}.why-us__primary__feature{display:inline-flex;align-items:center;gap:.65rem;background:#ffffffeb;border-radius:12px;padding:.6rem 1rem;box-shadow:0 2px 10px #0f172a14;transform:translateY(8px);opacity:0;transition:transform .2s ease,box-shadow .2s ease}.why-us__primary__feature:nth-child(1){animation:whyus-chip-in .5s cubic-bezier(.22,.61,.36,1) forwards;animation-delay:.16s}.why-us__primary__feature:nth-child(2){animation:whyus-chip-in .5s cubic-bezier(.22,.61,.36,1) forwards;animation-delay:.22s}.why-us__primary__feature:nth-child(3){animation:whyus-chip-in .5s cubic-bezier(.22,.61,.36,1) forwards;animation-delay:.28s}.why-us__primary__feature:nth-child(4){animation:whyus-chip-in .5s cubic-bezier(.22,.61,.36,1) forwards;animation-delay:.34s}@media(hover:hover){.why-us__primary__feature:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0f172a1f}}.why-us__primary__feature__icon{width:32px;height:32px;border-radius:10px;background:linear-gradient(135deg,#38bdf8 0%,var(--blue-primary) 100%);display:flex;align-items:center;justify-content:center;flex-shrink:0}.why-us__primary__feature__icon__svg{color:#fff}.why-us__primary__feature__label{font-size:.92rem;font-weight:600;color:#0f172a}.why-us__comparison{display:flex;flex-direction:column;gap:1.75rem}.why-us__comparison__header{text-align:left;max-width:640px}.why-us__comparison__title{font-size:2.1rem;font-weight:800;margin:0 0 .4rem}.why-us__comparison__subtitle{font-size:1rem;margin:0}.why-us__comparison__table{border-radius:20px;background:radial-gradient(circle at top left,#020617,#020617);padding:1.75rem 1.75rem 1.5rem;color:#e5e7eb;box-shadow:0 18px 40px #0f172abf;overflow:hidden}.why-us__comparison__table__head{display:grid;grid-template-columns:1.7fr 1fr 1fr;font-size:.9rem;text-transform:uppercase;letter-spacing:.12em;color:#94a3b8d9;margin-bottom:.75rem}.why-us__comparison__rows{display:flex;flex-direction:column;gap:.75rem}.why-us__comparison__row{display:grid;grid-template-columns:1.7fr 1fr 1fr;align-items:center;gap:.75rem}.why-us__comparison__row__label{font-size:.95rem;color:#e5e7eb}.why-us__comparison__cell{display:flex;align-items:center;justify-content:center}.why-us__comparison__cell__icon{width:20px;height:20px}.why-us__comparison__cell__icon--check{color:#22c55e}.why-us__comparison__cell__icon--x{color:#f97316}.why-us__benefits{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1.1fr);gap:2.5rem;align-items:center}@media screen and (max-width:75em){.why-us__benefits{grid-template-columns:1fr}}.why-us__benefits__content{display:flex;flex-direction:column;gap:1.5rem}.why-us__benefits__title{font-size:2.1rem;font-weight:800;margin:0}.why-us__benefits__subtitle{font-size:1rem;margin:0;max-width:520px}.why-us__benefits__grid{display:flex;flex-direction:column;gap:1.25rem}.why-us__benefits__item{display:flex;gap:.85rem;padding:.85rem .25rem;border-radius:0;background:transparent;border:none;box-shadow:none}.why-us__benefits__item__icon{width:40px;height:40px;border-radius:999px;background:#93c5fd29;border:1px solid rgba(59,130,246,.2);box-shadow:0 6px 16px #0f172a14;display:flex;align-items:center;justify-content:center}.why-us__benefits__item__icon__svg{color:var(--blue-primary);width:22px;height:22px}.why-us__benefits__item__title{font-size:1rem;font-weight:700;margin:0 0 .2rem}.why-us__benefits__item__description{font-size:.92rem;margin:0}.why-us__benefits__cta{margin-top:.5rem;padding:.85rem 2.4rem;border-radius:999px;background:linear-gradient(135deg,#3b82f6,#6366f1,#8b5cf6);color:#fff;border-color:transparent;font-weight:700;box-shadow:0 12px 32px #4f46e566}.why-us__benefits__cta:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 16px 40px #4f46e580}.why-us__benefits__certificate{display:flex;justify-content:center}.why-us__benefits__certificate__card{width:100%;max-width:360px;border-radius:24px;padding:1.5rem 1.6rem;background:linear-gradient(135deg,#fdf2ff,#f9f5ff 40%,#e0f2fe);box-shadow:0 18px 40px #0f172a29}.why-us__benefits__certificate__badge{display:inline-flex;padding:.25rem .85rem;border-radius:999px;background:#0f172ae6;color:#f9fafb;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;margin-bottom:.9rem}.why-us__benefits__certificate__label{display:block;font-size:.9rem;font-weight:600;color:#0f172a;margin-bottom:.25rem}.why-us__benefits__certificate__name{display:block;font-size:1.1rem;font-weight:800;margin-bottom:.4rem;color:#4b5563}.why-us__benefits__certificate__meta{font-size:.9rem;color:#6b7280;margin:.4rem 0 0}.why-us__program-benefits{display:flex;flex-direction:column;gap:2.2rem}.why-us__program-benefits__title{font-size:2rem;font-weight:800;margin:0;letter-spacing:-.02em}@media screen and (max-width:56.25em){.why-us__program-benefits__title{font-size:1.75rem}}@media screen and (max-width:37.5em){.why-us__program-benefits__title{font-size:1.6rem}}.why-us__program-benefits__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.4rem 1.5rem}@media screen and (max-width:56.25em){.why-us__program-benefits__grid{grid-template-columns:1fr}}.why-us__program-benefits__grid>.why-us__program-benefits__card:nth-child(3){grid-column:1/-1;max-width:560px;margin-inline:auto}.why-us__program-benefits__card{position:relative;background:radial-gradient(circle at top left,#e0f2fe,#f9fafb);border-radius:18px;padding:1.6rem 1.8rem;border:1px solid rgba(1,137,199,.16);box-shadow:0 14px 32px #0f172a14;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;transform:translateY(14px);opacity:0}.why-us__program-benefits__card:nth-child(1){animation:whyus-program-card-in .7s cubic-bezier(.22,.61,.36,1) forwards;animation-delay:.08s}.why-us__program-benefits__card:nth-child(2){animation:whyus-program-card-in .7s cubic-bezier(.22,.61,.36,1) forwards;animation-delay:.16s}.why-us__program-benefits__card:nth-child(3){animation:whyus-program-card-in .7s cubic-bezier(.22,.61,.36,1) forwards;animation-delay:.24s}@media screen and (max-width:37.5em){.why-us__program-benefits__card{padding:1.4rem 1.3rem;border-radius:16px}}.why-us__program-benefits__card__heading{font-size:1.05rem;font-weight:700;margin:0 0 .85rem;line-height:1.3;color:var(--text-primary)}@media screen and (max-width:37.5em){.why-us__program-benefits__card__heading{font-size:1.1rem;margin-bottom:.75rem}}.why-us__program-benefits__card__list{margin:0;padding-left:0;list-style:none}.why-us__program-benefits__card__list li{font-size:.94rem;line-height:1.6;color:var(--text-para);margin-bottom:.3rem}.why-us__program-benefits__card__list li:last-child{margin-bottom:0}@media screen and (max-width:37.5em){.why-us__program-benefits__card__list li{font-size:.9rem}}@keyframes whyus-glow{0%{transform:translateZ(0) rotate(0)}50%{transform:translate3d(-24px,18px,0) rotate(2deg) scale(1.03)}to{transform:translate3d(18px,-16px,0) rotate(-1deg) scale(1.04)}}@keyframes whyus-card-in{0%{opacity:0;transform:translate3d(0,24px,0) scale(.97)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes whyus-text-in{0%{opacity:0;transform:translate3d(0,18px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes whyus-chip-in{0%{opacity:0;transform:translate3d(0,12px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes whyus-benefit-in{0%{opacity:0;transform:translate3d(0,16px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes whyus-program-card-in{0%{opacity:0;transform:translate3d(0,18px,0)}to{opacity:1;transform:translateZ(0)}}.projects-overview{width:100vw;padding:5rem 0 6rem;background:var(--background-light);position:relative;overflow-x:hidden}@media screen and (max-width:75em){.projects-overview{padding:4rem 0 5rem}}@media screen and (max-width:56.25em){.projects-overview{padding:3rem 0 4rem}}@media screen and (max-width:37.5em){.projects-overview{padding:2.5rem 0 3.5rem}}.projects-overview__container{width:100%}.projects-overview__header{text-align:center;margin-bottom:4rem;max-width:900px;margin-inline:auto}@media screen and (max-width:56.25em){.projects-overview__header{margin-bottom:3rem}}@media screen and (max-width:37.5em){.projects-overview__header{margin-bottom:2.5rem}}.projects-overview__header__title{font-size:2.5rem;font-weight:800;color:var(--blue-primary);line-height:1.2;margin:0 0 .75rem;letter-spacing:-.02em}@media screen and (max-width:56.25em){.projects-overview__header__title{font-size:2.1rem}}@media screen and (max-width:37.5em){.projects-overview__header__title{font-size:1.75rem}}.projects-overview__header__subtitle{font-size:1.125rem;color:var(--text-para);line-height:1.6;margin:0}@media screen and (max-width:37.5em){.projects-overview__header__subtitle{font-size:1rem}}.projects-overview__list{display:flex;flex-direction:column;gap:4rem}@media screen and (max-width:75em){.projects-overview__list{gap:3.5rem}}@media screen and (max-width:56.25em){.projects-overview__list{gap:3rem}}@media screen and (max-width:37.5em){.projects-overview__list{gap:2.5rem}}.projects-overview__row{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;min-height:0}@media screen and (max-width:56.25em){.projects-overview__row{grid-template-columns:1fr;gap:2rem}}@media screen and (max-width:37.5em){.projects-overview__row{gap:1.5rem}}.projects-overview__row--image-first .projects-overview__row__content{order:2}@media screen and (max-width:56.25em){.projects-overview__row--image-first .projects-overview__row__content{order:1}}.projects-overview__row--image-first .projects-overview__row__visual{order:1}@media screen and (max-width:56.25em){.projects-overview__row--image-first .projects-overview__row__visual{order:2}}@media screen and (max-width:56.25em){.projects-overview__row--text-first .projects-overview__row__visual{order:2}}.projects-overview__row__content{display:flex;flex-direction:column;gap:1rem;align-items:flex-start}.projects-overview__row__title{font-size:1.75rem;font-weight:800;color:var(--text-primary);margin:0;line-height:1.25;letter-spacing:-.02em}@media screen and (max-width:56.25em){.projects-overview__row__title{font-size:1.5rem}}@media screen and (max-width:37.5em){.projects-overview__row__title{font-size:1.35rem}}.projects-overview__row__description{font-size:1rem;line-height:1.65;color:var(--text-para);margin:0}@media screen and (max-width:37.5em){.projects-overview__row__description{font-size:.95rem}}.projects-overview__row__cta{display:inline-flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;color:var(--blue-primary);text-decoration:none;margin-top:.25rem;transition:gap .25s ease,color .25s ease}.projects-overview__row__cta:hover{gap:.75rem;color:var(--blue-primary);filter:brightness(.9)}.projects-overview__row__cta__icon{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;background:var(--blue-secondary);color:var(--blue-primary);transition:transform .25s ease}.projects-overview__row__cta:hover .projects-overview__row__cta__icon{transform:translate(4px)}.projects-overview__row__visual{position:relative;width:100%;min-height:280px;display:flex;justify-content:center;align-items:center}@media screen and (max-width:56.25em){.projects-overview__row__visual{min-height:240px}}@media screen and (max-width:37.5em){.projects-overview__row__visual{min-height:220px}}.projects-overview__wallet{position:relative;width:100%;max-width:420px;aspect-ratio:4/3;perspective:1200px;border-radius:16px;overflow:hidden;box-shadow:0 12px 40px #0000001f}@media screen and (max-width:56.25em){.projects-overview__wallet{max-width:380px}}@media screen and (max-width:37.5em){.projects-overview__wallet{max-width:100%;aspect-ratio:16/10}}.projects-overview__wallet__back{position:absolute;inset:0;border-radius:16px;overflow:hidden;background:linear-gradient(135deg,#e0f2fe,#bae6fd,#7dd3fc)}.projects-overview__wallet__back img{width:100%;height:100%;object-fit:cover}.projects-overview__wallet__lid{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:16px;overflow:hidden;transform-origin:left center;transform-style:preserve-3d;transition:transform .6s cubic-bezier(.4,0,.2,1);backface-visibility:hidden;box-shadow:4px 0 20px #00000026;z-index:1;background:linear-gradient(135deg,#bae6fd,#7dd3fc)}.projects-overview__wallet__lid img{width:100%;height:100%;object-fit:cover;display:block}@media(hover:hover){.projects-overview__wallet:hover .projects-overview__wallet__lid{transform:rotateY(-75deg)}}.projects-overview__wallet__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem;box-sizing:border-box}.projects-overview__wallet__placeholder span{font-size:1rem;font-weight:600;color:var(--blue-primary);opacity:.9}.projects-overview__wallet__placeholder--primary{background:linear-gradient(135deg,#bae6fd,#7dd3fc,#38bdf8)}.projects-overview__wallet__placeholder--primary span{color:#0f172acc}.projects-overview__wallet__placeholder--secondary{background:linear-gradient(135deg,#e0f2fe,#f0f9ff)}.courses{width:100%;padding:5rem 0 6rem;background:var(--page-bg);position:relative;overflow-x:hidden}@media screen and (max-width:75em){.courses{padding:4rem 0 5rem}}@media screen and (max-width:56.25em){.courses{padding:3.5rem 0 4.5rem}}@media screen and (max-width:37.5em){.courses{padding:2.5rem 0 3.5rem}}.courses__container{width:100%}.courses__header{text-align:center;margin-bottom:3.5rem;max-width:720px;margin-inline:auto}@media screen and (max-width:56.25em){.courses__header{margin-bottom:2.75rem}}@media screen and (max-width:37.5em){.courses__header{margin-bottom:2rem}}.courses__header__title{font-size:2.5rem;font-weight:800;color:var(--blue-primary);line-height:1.2;margin:0 0 .75rem;letter-spacing:-.02em}@media screen and (max-width:56.25em){.courses__header__title{font-size:2.1rem}}@media screen and (max-width:37.5em){.courses__header__title{font-size:1.75rem}}.courses__header__subtitle{font-size:1.125rem;color:var(--text-para);line-height:1.6;margin:0}@media screen and (max-width:37.5em){.courses__header__subtitle{font-size:1rem}}.courses__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem;align-items:stretch}@media screen and (max-width:75em){.courses__grid{gap:1.5rem}}@media screen and (max-width:56.25em){.courses__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media screen and (max-width:37.5em){.courses__grid{grid-template-columns:1fr;gap:1.5rem}}.courses__card{position:relative;display:flex;flex-direction:column;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px #0f172a14,0 2px 8px #0f172a0a;border:1px solid rgba(148,163,184,.2);transition:transform .3s ease,box-shadow .3s ease;animation:coursesCardFadeUp .6s ease both}@media(hover:hover){.courses__card:hover{transform:translateY(-6px);box-shadow:0 20px 50px #0f172a1f,0 8px 20px #0f172a0f}}@media screen and (max-width:37.5em){.courses__card{border-radius:16px}}.courses__card__badge{position:absolute;top:1rem;right:1rem;z-index:2;display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .75rem;border-radius:999px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.02em;box-shadow:0 2px 10px #ef444466}.courses__card__header{padding:1.5rem 1.5rem 1rem;color:#fff;display:flex;flex-direction:column;gap:.6rem}.courses__card__header__icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:#ffffff40;flex-shrink:0}.courses__card__header__title{font-size:1.3rem;font-weight:800;line-height:1.25;margin:0;letter-spacing:-.02em;color:#fff}@media screen and (max-width:37.5em){.courses__card__header__title{font-size:1.15rem}}.courses__card__header__tags{display:flex;flex-wrap:wrap;gap:.5rem .75rem;margin-top:.15rem}.courses__card__header__tag{display:inline-flex;align-items:center;gap:.35rem;font-size:.8rem;font-weight:600;color:#fffffff2;opacity:.95}.courses__card__header__tag svg{flex-shrink:0;opacity:1}.courses__card--blue .courses__card__header{background:linear-gradient(135deg,#2563eb,#1d4ed8)}.courses__card--purple .courses__card__header{background:linear-gradient(135deg,#7c3aed,#6d28d9)}.courses__card--teal .courses__card__header,.courses__card--mint .courses__card__header{background:linear-gradient(135deg,#0d9488,#0f766e)}.courses__card__body{padding:1.5rem 1.5rem 1.75rem;display:flex;flex-direction:column;flex:1}@media screen and (max-width:37.5em){.courses__card__body{padding:1.25rem 1.25rem 1.5rem}}.courses__card__description{font-size:.95rem;line-height:1.6;color:var(--text-para);margin:0 0 1rem}@media screen and (max-width:37.5em){.courses__card__description{font-size:.9rem}}.courses__card__features{list-style:none;margin:0 0 1rem;padding:0;display:flex;flex-direction:column;gap:.45rem}.courses__card__features__item{display:flex;align-items:flex-start;gap:.5rem;font-size:.9rem;line-height:1.45;color:var(--text-para)}.courses__card__features__icon{flex-shrink:0;margin-top:.2rem}.courses__card--blue .courses__card__features__icon{color:#2563eb}.courses__card--purple .courses__card__features__icon{color:#7c3aed}.courses__card--teal .courses__card__features__icon,.courses__card--mint .courses__card__features__icon{color:#0d9488}.courses__card__metrics{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;margin:0 0 1.25rem}.courses__card__metric{display:inline-flex;align-items:center;gap:.4rem;font-size:.88rem;font-weight:600;color:var(--text-primary)}.courses__card__metric svg{flex-shrink:0}.courses__card--blue .courses__card__metric svg{color:#2563eb}.courses__card--purple .courses__card__metric svg{color:#7c3aed}.courses__card--teal .courses__card__metric svg,.courses__card--mint .courses__card__metric svg{color:#0d9488}.courses__card__cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;margin-top:auto;padding:.9rem 1.35rem;border-radius:12px;font-size:1rem;font-weight:700;color:#fff;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 16px #0000002e}@media(hover:hover){.courses__card__cta:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000038}}@media screen and (max-width:37.5em){.courses__card__cta{padding:.8rem 1.2rem;font-size:.95rem}}.courses__card__cta--blue{background:linear-gradient(135deg,#2563eb,#1d4ed8)}.courses__card__cta--purple{background:linear-gradient(135deg,#7c3aed,#6d28d9)}.courses__card__cta--teal,.courses__card__cta--mint{background:linear-gradient(135deg,#0d9488,#0f766e)}@keyframes coursesCardFadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.course-page{padding:6rem 2rem 4rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0);min-height:100vh}.course-page__container{max-width:1400px;margin:0 auto}.course-page__header{text-align:center;margin-bottom:4rem}@media screen and (max-width:56.25em){.course-page__header{margin-bottom:3rem}}.course-page__title{font-size:3.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media screen and (max-width:56.25em){.course-page__title{font-size:2.5rem}}@media screen and (max-width:37.5em){.course-page__title{font-size:2rem}}.course-page__subtitle{font-size:1.25rem;color:var(--text-secondary);max-width:600px;margin:0 auto;line-height:1.6}@media screen and (max-width:37.5em){.course-page__subtitle{font-size:1.1rem}}.course-page__section{margin-bottom:5rem}@media screen and (max-width:56.25em){.course-page__section{margin-bottom:4rem}}.course-page__section-header{text-align:center;margin-bottom:3rem}.course-page__section-header h2{font-size:2.5rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}@media screen and (max-width:56.25em){.course-page__section-header h2{font-size:2rem}}@media screen and (max-width:37.5em){.course-page__section-header h2{font-size:1.75rem}}.course-page__section-header p{font-size:1.1rem;color:var(--text-secondary);max-width:800px;margin:0 auto;line-height:1.6}.course-page__flagship-subtitle{color:#6366f1!important;font-weight:600;font-size:1.3rem!important;margin-top:.5rem}.course-page__highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:3rem}@media screen and (max-width:37.5em){.course-page__highlights{grid-template-columns:1fr;gap:1rem}}.course-page__highlight-item{background:#6366f11a;border:1px solid rgba(99,102,241,.2);border-radius:12px;padding:1.5rem;text-align:center;transition:all .3s ease}.course-page__highlight-item:hover{background:#6366f126;transform:translateY(-2px)}.course-page__highlight-item span{font-size:.95rem;color:#4f46e5;font-weight:500;line-height:1.5}.course-page__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}@media screen and (max-width:56.25em){.course-page__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}}@media screen and (max-width:37.5em){.course-page__grid{grid-template-columns:1fr;gap:1.5rem}}.course-page__placement-card,.course-page__flagship-card{background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 10px 40px #0000001a;border:1px solid rgba(0,0,0,.05)}@media screen and (max-width:37.5em){.course-page__placement-card,.course-page__flagship-card{padding:2rem 1.5rem}}.course-page__placement-header,.course-page__flagship-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #f1f5f9}@media screen and (max-width:37.5em){.course-page__placement-header,.course-page__flagship-header{flex-direction:column;align-items:flex-start;gap:1rem}}.course-page__placement-price,.course-page__flagship-price{text-align:right}@media screen and (max-width:37.5em){.course-page__placement-price,.course-page__flagship-price{text-align:left}}.course-page__placement-amount,.course-page__flagship-amount{font-size:2rem;font-weight:700;color:#10b981;display:block}@media screen and (max-width:37.5em){.course-page__placement-amount,.course-page__flagship-amount{font-size:1.75rem}}.course-page__placement-note{font-size:.9rem;color:#6b7280;margin-top:.25rem}.course-page__flagship-duration{font-size:1.1rem;color:#6b7280;margin-bottom:.5rem}.course-page__placement-body,.course-page__flagship-body{display:grid;grid-template-columns:1fr 1fr;gap:2rem}@media screen and (max-width:56.25em){.course-page__placement-body,.course-page__flagship-body{grid-template-columns:1fr;gap:1.5rem}}.course-page__placement-features h4,.course-page__placement-availability h4,.course-page__flagship-includes h4,.course-page__flagship-highlights h4,.course-page__flagship-target h4{font-size:1.1rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.course-page__placement-features ul,.course-page__placement-availability ul,.course-page__flagship-includes ul,.course-page__flagship-highlights ul,.course-page__flagship-target ul{list-style:none;padding:0;margin:0}.course-page__placement-features ul li,.course-page__placement-availability ul li,.course-page__flagship-includes ul li,.course-page__flagship-highlights ul li,.course-page__flagship-target ul li{color:var(--text-secondary);position:relative;padding:.5rem 0 .5rem 1.5rem;line-height:1.5}.course-page__placement-features ul li:before,.course-page__placement-availability ul li:before,.course-page__flagship-includes ul li:before,.course-page__flagship-highlights ul li:before,.course-page__flagship-target ul li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:600}.course-page__placement-features p,.course-page__placement-availability p,.course-page__flagship-includes p,.course-page__flagship-highlights p,.course-page__flagship-target p{color:var(--text-secondary);line-height:1.6}.course-page__back-nav{text-align:center;margin-top:4rem;padding-top:2rem;border-top:1px solid #e5e7eb}.course-page__back-btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:#f3f4f6;color:var(--text-primary);text-decoration:none;border-radius:12px;font-weight:500;transition:all .3s ease}.course-page__back-btn:hover{background:#e5e7eb;transform:translate(-4px)}.course-card{background:transparent;width:100%;height:500px;perspective:1000px;cursor:pointer}@media screen and (max-width:37.5em){.course-card{height:450px}}.course-card__inner{position:relative;width:100%;height:100%;text-align:left;transition:transform .8s;transform-style:preserve-3d}.course-card__inner--flipped{transform:rotateY(180deg)}.course-card__front,.course-card__back{position:absolute;width:100%;height:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px #0000001a;display:flex;flex-direction:column}.course-card__front{background:#fff;border:1px solid rgba(0,0,0,.05)}.course-card__back{background:#fff;transform:rotateY(180deg);border:1px solid rgba(0,0,0,.05)}.course-card__header{padding:2rem 2rem 1rem;border-bottom:1px solid #f1f5f9}@media screen and (max-width:37.5em){.course-card__header{padding:1.5rem 1.5rem 1rem}}.course-card__title{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem;line-height:1.3}@media screen and (max-width:37.5em){.course-card__title{font-size:1.3rem}}.course-card__subtitle{color:#6b7280;font-size:.9rem;margin:0;line-height:1.4}.course-card__body{padding:1.5rem 2rem;flex:1;overflow-y:auto}@media screen and (max-width:37.5em){.course-card__body{padding:1rem 1.5rem}}.course-card__description{color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem;font-size:.95rem}.course-card__info{margin-bottom:1.5rem}.course-card__duration{display:inline-block;background:#f3f4f6;color:#4b5563;padding:.5rem 1rem;border-radius:8px;font-size:.9rem;font-weight:500}.course-card__curriculum,.course-card__features,.course-card__projects,.course-card__full-curriculum,.course-card__full-features,.course-card__includes,.course-card__highlights{margin-bottom:1.5rem}.course-card__curriculum h4,.course-card__features h4,.course-card__projects h4,.course-card__full-curriculum h4,.course-card__full-features h4,.course-card__includes h4,.course-card__highlights h4{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:.75rem}.course-card__curriculum ul,.course-card__features ul,.course-card__projects ul,.course-card__full-curriculum ul,.course-card__full-features ul,.course-card__includes ul,.course-card__highlights ul{list-style:none;padding:0;margin:0}.course-card__curriculum ul li,.course-card__features ul li,.course-card__projects ul li,.course-card__full-curriculum ul li,.course-card__full-features ul li,.course-card__includes ul li,.course-card__highlights ul li{color:var(--text-secondary);font-size:.9rem;line-height:1.4;position:relative;padding:.4rem 0 .4rem 1.2rem}.course-card__curriculum ul li:before,.course-card__features ul li:before,.course-card__projects ul li:before,.course-card__full-curriculum ul li:before,.course-card__full-features ul li:before,.course-card__includes ul li:before,.course-card__highlights ul li:before{content:"•";position:absolute;left:0;color:#6366f1;font-weight:600}.course-card__more{color:#6366f1!important;font-style:italic;font-weight:500}.course-card__more:before{content:""!important}.course-card__price{text-align:right;margin-top:.5rem}@media screen and (max-width:37.5em){.course-card__price{text-align:left}}.course-card__price-amount{font-size:1.75rem;font-weight:700;color:#10b981;display:block}@media screen and (max-width:37.5em){.course-card__price-amount{font-size:1.5rem}}.course-card__price-original{font-size:1rem;color:#9ca3af;text-decoration:line-through;margin-left:.5rem}.course-card__footer{padding:1.5rem 2rem;border-top:1px solid #f1f5f9}@media screen and (max-width:37.5em){.course-card__footer{padding:1rem 1.5rem}}.course-card__flip-btn{width:100%;padding:.75rem 1.5rem;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;border-radius:10px;font-weight:500;cursor:pointer;transition:all .3s ease;font-size:.95rem}.course-card__flip-btn:hover{transform:translateY(-2px);box-shadow:0 5px 20px #6366f14d}.course-card--blue .course-card__flip-btn{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.course-card--purple .course-card__flip-btn{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.course-card--teal .course-card__flip-btn{background:linear-gradient(135deg,#14b8a6,#0d9488)}.course-card--mint .course-card__flip-btn{background:linear-gradient(135deg,#10b981,#059669)}.course-card--orange .course-card__flip-btn{background:linear-gradient(135deg,#f97316,#ea580c)}.course-card--gold .course-card__flip-btn{background:linear-gradient(135deg,#f59e0b,#d97706)}.curriculum__projects{width:100vw;padding:5rem 0 6rem;background:var(--blue-secondary);position:relative;overflow-x:hidden}@media screen and (max-width:75em){.curriculum__projects{padding:4rem 0 5rem}}@media screen and (max-width:56.25em){.curriculum__projects{padding:3rem 0 4rem}}@media screen and (max-width:37.5em){.curriculum__projects{padding:2rem 0 3rem}}.curriculum__projects__container{position:relative;width:100%;max-width:100%;overflow-x:hidden}.curriculum__projects__header{text-align:center;margin-bottom:4rem}@media screen and (max-width:56.25em){.curriculum__projects__header{margin-bottom:3rem}}@media screen and (max-width:37.5em){.curriculum__projects__header{margin-bottom:2.5rem}}.curriculum__projects__header__title{font-size:2.75rem;font-weight:800;color:var(--blue-primary);line-height:1.15;margin-bottom:1rem;letter-spacing:-.02em}@media screen and (max-width:56.25em){.curriculum__projects__header__title{font-size:2.25rem}}@media screen and (max-width:37.5em){.curriculum__projects__header__title{font-size:1.875rem}}.curriculum__projects__header__subtitle{font-size:1.125rem;color:var(--text-para);line-height:1.6;max-width:800px;margin:0 auto}@media screen and (max-width:56.25em){.curriculum__projects__header__subtitle{font-size:1.05rem}}@media screen and (max-width:37.5em){.curriculum__projects__header__subtitle{font-size:1rem;padding:0 1rem}}.curriculum__projects__timeline{position:relative;max-width:1200px;margin:0 auto;padding:0 2rem}@media screen and (max-width:56.25em){.curriculum__projects__timeline{padding:0 1.5rem}}@media screen and (max-width:37.5em){.curriculum__projects__timeline{padding:0 1rem}}.curriculum__projects__timeline__line{position:absolute;right:50%;top:0;bottom:0;width:3px;background:var(--blue-primary);transform:translate(50%);z-index:1}@media screen and (max-width:56.25em){.curriculum__projects__timeline__line{right:2rem;transform:none}}@media screen and (max-width:37.5em){.curriculum__projects__timeline__line{right:1rem;width:2px}}.curriculum__projects__timeline__item{position:relative;margin-bottom:4rem;display:flex;align-items:flex-start;gap:2rem;opacity:0;transform:translateY(30px);transition:all .6s cubic-bezier(.4,0,.2,1)}@media screen and (max-width:56.25em){.curriculum__projects__timeline__item{margin-bottom:3rem;gap:1.5rem}}@media screen and (max-width:37.5em){.curriculum__projects__timeline__item{margin-bottom:2.5rem;gap:1rem}}.curriculum__projects__timeline__item--visible{opacity:1;transform:translateY(0)}.curriculum__projects__timeline__item--left{flex-direction:row}.curriculum__projects__timeline__item--left .curriculum__projects__timeline__item__card{margin-right:auto;max-width:45%}@media screen and (max-width:56.25em){.curriculum__projects__timeline__item--left .curriculum__projects__timeline__item__card{max-width:calc(100% - 4rem);margin-right:0}}@media screen and (max-width:37.5em){.curriculum__projects__timeline__item--left .curriculum__projects__timeline__item__card{max-width:calc(100% - 3rem)}}.curriculum__projects__timeline__item--left .curriculum__projects__timeline__item__marker{right:50%;transform:translate(50%)}@media screen and (max-width:56.25em){.curriculum__projects__timeline__item--left .curriculum__projects__timeline__item__marker{right:2rem;transform:translate(50%)}}@media screen and (max-width:37.5em){.curriculum__projects__timeline__item--left .curriculum__projects__timeline__item__marker{right:1rem}}.curriculum__projects__timeline__item--left--visible{animation:slideInLeft .6s cubic-bezier(.4,0,.2,1) forwards}.curriculum__projects__timeline__item--right{flex-direction:row-reverse}.curriculum__projects__timeline__item--right .curriculum__projects__timeline__item__card{margin-left:auto;max-width:45%}@media screen and (max-width:56.25em){.curriculum__projects__timeline__item--right .curriculum__projects__timeline__item__card{max-width:calc(100% - 4rem);margin-left:0}}@media screen and (max-width:37.5em){.curriculum__projects__timeline__item--right .curriculum__projects__timeline__item__card{max-width:calc(100% - 3rem)}}.curriculum__projects__timeline__item--right .curriculum__projects__timeline__item__marker{left:50%;transform:translate(-50%)}@media screen and (max-width:56.25em){.curriculum__projects__timeline__item--right .curriculum__projects__timeline__item__marker{left:auto;right:2rem;transform:translate(50%)}}@media screen and (max-width:37.5em){.curriculum__projects__timeline__item--right .curriculum__projects__timeline__item__marker{right:1rem}}.curriculum__projects__timeline__item--right--visible{animation:slideInRight .6s cubic-bezier(.4,0,.2,1) forwards}.curriculum__projects__timeline__item__card{perspective:1000px;min-height:400px;width:100%}@media screen and (max-width:56.25em){.curriculum__projects__timeline__item__card{min-height:380px}}@media screen and (max-width:37.5em){.curriculum__projects__timeline__item__card{min-height:350px}}.curriculum__projects__timeline__item__card__inner{position:relative;width:100%;min-height:400px;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1);transform-style:preserve-3d}@media screen and (max-width:56.25em){.curriculum__projects__timeline__item__card__inner{min-height:380px}}@media screen and (max-width:37.5em){.curriculum__projects__timeline__item__card__inner{min-height:350px}}@media(hover:hover)and (pointer:fine){.curriculum__projects__timeline__item__card:hover .curriculum__projects__timeline__item__card__inner{transform:rotateY(180deg)}}.curriculum__projects__timeline__item__card__front,.curriculum__projects__timeline__item__card__back{position:absolute;width:100%;min-height:400px;height:100%;backface-visibility:hidden;border-radius:20px;padding:1.75rem;box-shadow:0 4px 16px #00000014,0 1px 4px #0000000a;border:1px solid rgba(0,0,0,.06);background:var(--background-light);display:flex;flex-direction:column;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden;box-sizing:border-box}@media screen and (max-width:56.25em){.curriculum__projects__timeline__item__card__front,.curriculum__projects__timeline__item__card__back{min-height:380px;padding:1.5rem}}@media screen and (max-width:37.5em){.curriculum__projects__timeline__item__card__front,.curriculum__projects__timeline__item__card__back{min-height:350px;padding:1.25rem;border-radius:16px}}.curriculum__projects__timeline__item__card__front{transform:rotateY(0)}.curriculum__projects__timeline__item__card__back{transform:rotateY(180deg);justify-content:center;align-items:center}.curriculum__projects__timeline__item__card__front__header{margin-bottom:1.25rem;flex-shrink:0}@media screen and (max-width:56.25em){.curriculum__projects__timeline__item__card__front__header{margin-bottom:1rem}}@media screen and (max-width:37.5em){.curriculum__projects__timeline__item__card__front__header{margin-bottom:.875rem}}.curriculum__projects__timeline__item__card__front__header__tag{display:inline-block;background:var(--blue-primary);color:#fff;padding:.375rem .875rem;border-radius:16px;font-size:.75rem;font-weight:600;margin-bottom:.75rem;letter-spacing:.02em}@media screen and (max-width:37.5em){.curriculum__projects__timeline__item__card__front__header__tag{font-size:.7rem;padding:.3rem .75rem;margin-bottom:.625rem}}.curriculum__projects__timeline__item__card__front__header__title{font-size:1.25rem;font-weight:700;color:var(--blue-primary);line-height:1.3;margin:0;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}@media screen and (max-width:56.25em){.curriculum__projects__timeline__item__card__front__header__title{font-size:1.1rem}}@media screen and (max-width:37.5em){.curriculum__projects__timeline__item__card__front__header__title{font-size:1rem}}.curriculum__projects__timeline__item__card__front__content{flex:1;display:flex;flex-direction:column;gap:1rem;min-height:0;overflow:hidden}@media screen and (max-width:37.5em){.curriculum__projects__timeline__item__card__front__content{gap:.875rem}}.curriculum__projects__timeline__item__card__front__content__icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:16px;background:var(--blue-secondary);margin-bottom:.75rem;flex-shrink:0}@media screen and (max-width:56.25em){.curriculum__projects__timeline__item__card__front__content__icon{width:52px;height:52px}}@media screen and (max-width:37.5em){.curriculum__projects__timeline__item__card__front__content__icon{width:48px;height:48px;margin-bottom:.625rem}}.curriculum__projects__timeline__item__card__front__content__icon__svg{color:var(--blue-primary)}.curriculum__projects__timeline__item__card__front__content__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.625rem;flex:1;overflow-y:auto;overflow-x:hidden;min-height:0;padding-right:.25rem}.curriculum__projects__timeline__item__card__front__content__list::-webkit-scrollbar{width:4px}.curriculum__projects__timeline__item__card__front__content__list::-webkit-scrollbar-track{background:transparent}.curriculum__projects__timeline__item__card__front__content__list::-webkit-scrollbar-thumb{background:var(--blue-primary);border-radius:2px;opacity:.3}.curriculum__projects__timeline__item__card__front__content__list::-webkit-scrollbar-thumb:hover{opacity:.5}@media screen and (max-width:37.5em){.curriculum__projects__timeline__item__card__front__content__list{gap:.5rem}}.curriculum__projects__timeline__item__card__front__content__list__item{font-size:.9rem;color:var(--text-primary);line-height:1.5;padding-left:1.125rem;position:relative;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;flex-shrink:0}@media screen and (max-width:56.25em){.curriculum__projects__timeline__item__card__front__content__list__item{font-size:.875rem;padding-left:1rem}}@media screen and (max-width:37.5em){.curriculum__projects__timeline__item__card__front__content__list__item{font-size:.85rem;padding-left:.875rem;line-height:1.4}}.curriculum__projects__timeline__item__card__front__content__list__item:before{content:"•";position:absolute;left:0;color:var(--blue-primary);font-weight:700;font-size:1.1rem;top:.1em}@media screen and (max-width:37.5em){.curriculum__projects__timeline__item__card__front__content__list__item:before{font-size:1rem}}.curriculum__projects__timeline__item__card__back__content{text-align:center;width:100%}.curriculum__projects__timeline__item__card__back__content__icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:20px;background:var(--blue-secondary);margin:0 auto 1.5rem}@media screen and (max-width:37.5em){.curriculum__projects__timeline__item__card__back__content__icon{width:70px;height:70px;margin-bottom:1.25rem}}.curriculum__projects__timeline__item__card__back__content__icon__svg{color:var(--blue-primary)}.curriculum__projects__timeline__item__card__back__content__stats{margin-bottom:2rem}@media screen and (max-width:37.5em){.curriculum__projects__timeline__item__card__back__content__stats{margin-bottom:1.5rem}}.curriculum__projects__timeline__item__card__back__content__stats__item{display:flex;flex-direction:column;gap:.5rem}.curriculum__projects__timeline__item__card__back__content__stats__item__label{font-size:.95rem;color:var(--text-para);font-weight:500}@media screen and (max-width:37.5em){.curriculum__projects__timeline__item__card__back__content__stats__item__label{font-size:.9rem}}.curriculum__projects__timeline__item__card__back__content__stats__item__value{font-size:3rem;font-weight:800;color:var(--blue-primary);line-height:1}@media screen and (max-width:37.5em){.curriculum__projects__timeline__item__card__back__content__stats__item__value{font-size:2.5rem}}.curriculum__projects__timeline__item__card__back__content__hero{display:flex;flex-direction:column;align-items:center;gap:.875rem;padding:1.25rem;background:var(--blue-secondary);border-radius:16px;width:100%;box-sizing:border-box}@media screen and (max-width:37.5em){.curriculum__projects__timeline__item__card__back__content__hero{padding:1rem;gap:.75rem}}.curriculum__projects__timeline__item__card__back__content__hero__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:var(--blue-primary)}@media screen and (max-width:37.5em){.curriculum__projects__timeline__item__card__back__content__hero__icon{width:40px;height:40px}}.curriculum__projects__timeline__item__card__back__content__hero__icon__svg{color:#fff}.curriculum__projects__timeline__item__card__back__content__hero__info{display:flex;flex-direction:column;gap:.5rem;text-align:center}.curriculum__projects__timeline__item__card__back__content__hero__info__label{font-size:.875rem;color:var(--text-para);font-weight:500}@media screen and (max-width:37.5em){.curriculum__projects__timeline__item__card__back__content__hero__info__label{font-size:.85rem}}.curriculum__projects__timeline__item__card__back__content__hero__info__project{font-size:1.05rem;font-weight:700;color:var(--blue-primary);line-height:1.4;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;text-align:center}@media screen and (max-width:56.25em){.curriculum__projects__timeline__item__card__back__content__hero__info__project{font-size:1rem}}@media screen and (max-width:37.5em){.curriculum__projects__timeline__item__card__back__content__hero__info__project{font-size:.95rem}}.curriculum__projects__timeline__item__card__back__content__congrats{display:flex;flex-direction:column;align-items:center;gap:1.25rem;padding:1.5rem 1rem;width:100%;box-sizing:border-box}@media screen and (max-width:37.5em){.curriculum__projects__timeline__item__card__back__content__congrats{gap:1rem;padding:1.25rem .875rem}}.curriculum__projects__timeline__item__card__back__content__congrats__icon{display:flex;align-items:center;justify-content:center;width:96px;height:96px;border-radius:24px;background:var(--blue-secondary)}@media screen and (max-width:37.5em){.curriculum__projects__timeline__item__card__back__content__congrats__icon{width:80px;height:80px}}.curriculum__projects__timeline__item__card__back__content__congrats__icon__svg{color:var(--blue-primary)}.curriculum__projects__timeline__item__card__back__content__congrats__text{font-size:1.15rem;font-weight:700;color:var(--blue-primary);line-height:1.5;text-align:center;margin:0;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}@media screen and (max-width:56.25em){.curriculum__projects__timeline__item__card__back__content__congrats__text{font-size:1.1rem}}@media screen and (max-width:37.5em){.curriculum__projects__timeline__item__card__back__content__congrats__text{font-size:1rem}}.curriculum__projects__timeline__item__marker{position:absolute;top:0;width:24px;height:24px;z-index:3;display:flex;align-items:center;justify-content:center}@media screen and (max-width:56.25em){.curriculum__projects__timeline__item__marker{width:20px;height:20px}}@media screen and (max-width:37.5em){.curriculum__projects__timeline__item__marker{width:18px;height:18px}}.curriculum__projects__timeline__item__marker__dot{width:100%;height:100%;border-radius:50%;background:var(--blue-primary);border:4px solid var(--background-light);box-shadow:0 2px 8px #0189c74d;transition:all .3s cubic-bezier(.4,0,.2,1)}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@media(hover:none)or (pointer:coarse){.curriculum__projects__timeline__item{cursor:pointer;-webkit-user-select:none;user-select:none}.curriculum__projects__timeline__item.flipped .curriculum__projects__timeline__item__card__inner{transform:rotateY(180deg)}}@media screen and (max-width:56.25em){.curriculum__projects__timeline__item--left,.curriculum__projects__timeline__item--right{flex-direction:row}.curriculum__projects__timeline__item--left .curriculum__projects__timeline__item__card,.curriculum__projects__timeline__item--right .curriculum__projects__timeline__item__card{margin-left:0;margin-right:0}.curriculum__projects__timeline__item--left .curriculum__projects__timeline__item__marker,.curriculum__projects__timeline__item--right .curriculum__projects__timeline__item__marker{left:auto;right:2rem;transform:translate(50%)}}@media screen and (max-width:37.5em){.curriculum__projects__timeline__item--left .curriculum__projects__timeline__item__marker,.curriculum__projects__timeline__item--right .curriculum__projects__timeline__item__marker{right:1rem}}.flagship-program-page{padding-bottom:2rem}.flagship-program-page__back{padding-top:1.5rem;padding-bottom:.5rem}@media screen and (max-width:37.5em){.flagship-program-page__back{padding-top:1rem}}.flagship-program-page__back__link{display:inline-flex;align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;color:var(--blue-primary);text-decoration:none;transition:opacity .2s ease}.flagship-program-page__back__link:hover{opacity:.85}.flagship-program-page__back__link svg{flex-shrink:0}.learning__tools__preview{width:100vw;padding:5rem 0 0;background:var(--background-light);position:relative}@media screen and (max-width:75em){.learning__tools__preview{padding:4rem 0 0}}@media screen and (max-width:56.25em){.learning__tools__preview{padding:3rem 0 0}}@media screen and (max-width:37.5em){.learning__tools__preview{padding:2rem 0 0}}.learning__tools__preview__container{display:flex;justify-content:center;align-items:stretch;gap:0}.learning__tools__preview__only-dsa{width:100%;max-width:720px}.learning__tools__preview__right{display:flex;flex-direction:column;gap:2.5rem}@media screen and (max-width:37.5em){.learning__tools__preview__right{gap:2rem}}.learning__tools__preview__right__title{font-size:2.75rem;font-weight:800;color:var(--text-primary);line-height:1.15;margin-bottom:1.5rem;letter-spacing:-.02em}@media screen and (max-width:56.25em){.learning__tools__preview__right__title{font-size:2.25rem}}@media screen and (max-width:37.5em){.learning__tools__preview__right__title{font-size:1.875rem}}.learning__tools__preview__right__dsa-card{border-radius:20px;padding:1.75rem 1.75rem 1.9rem;background:radial-gradient(circle at top left,#1d4ed8,#0f172a 55%,#facc15 120%);color:#f9fafb;box-shadow:0 16px 40px #0f172a73;border:1px solid rgba(250,204,21,.55);position:relative;overflow:hidden}@media screen and (max-width:37.5em){.learning__tools__preview__right__dsa-card{padding:1.5rem 1.35rem 1.7rem;border-radius:16px}}.learning__tools__preview__right__dsa-card:before{content:"";position:absolute;inset:-40%;background:radial-gradient(circle at 0% 0%,rgba(251,191,36,.22),transparent 55%),radial-gradient(circle at 100% 100%,rgba(59,130,246,.35),transparent 60%);opacity:.8;pointer-events:none}.learning__tools__preview__right__dsa-card__subtitle{position:relative;margin:0 0 1.1rem;font-size:1.05rem;font-weight:500;color:#e5e7eb}@media screen and (max-width:37.5em){.learning__tools__preview__right__dsa-card__subtitle{font-size:.98rem}}.learning__tools__preview__right__dsa-card__list{position:relative;margin:0 0 1.4rem;padding-left:1.25rem;list-style:none}.learning__tools__preview__right__dsa-card__list li{position:relative;font-size:.98rem;line-height:1.7;margin-bottom:.4rem}.learning__tools__preview__right__dsa-card__list li:before{content:"✓";position:absolute;left:-1.25rem;top:0;color:#4ade80;font-weight:700}.learning__tools__preview__right__dsa-card__footer{position:relative;display:flex;align-items:center;justify-content:space-between;gap:1.25rem}@media screen and (max-width:37.5em){.learning__tools__preview__right__dsa-card__footer{flex-direction:column;align-items:flex-start}}.learning__tools__preview__right__dsa-card__price{display:flex;flex-direction:column;gap:.15rem}.learning__tools__preview__right__dsa-card__price__amount{font-size:1.5rem;font-weight:800}.learning__tools__preview__right__dsa-card__price__tag{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#facc15}.learning__tools__preview__right__dsa-card__actions{display:flex;flex-wrap:wrap;gap:.75rem}@media screen and (max-width:37.5em){.learning__tools__preview__right__dsa-card__actions{width:100%}}.learning__tools__preview__right__dsa-card__btn{position:relative;border-radius:999px;padding:.7rem 1.6rem;font-size:.98rem;font-weight:700;border:none;cursor:pointer;white-space:nowrap;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.learning__tools__preview__right__dsa-card__btn--primary{background:linear-gradient(135deg,#facc15,#f97316);color:#111827;box-shadow:0 10px 28px #fbbf248c}.learning__tools__preview__right__dsa-card__btn--secondary{background:transparent;color:#e5e7eb;border:1px solid rgba(248,250,252,.7)}.learning__tools__preview__right__dsa-card__btn:hover{transform:translateY(-1px);filter:brightness(1.05)}@media screen and (max-width:37.5em){.learning__tools__preview__right__dsa-card__btn{flex:1 1 100%;text-align:center}}.tools__marquee{width:100%;padding:3rem 0 4rem;position:relative;overflow:hidden;margin-top:4rem;border-top:1px solid rgba(0,0,0,.08)}@media screen and (max-width:75em){.tools__marquee{padding:2.5rem 0 3.5rem;margin-top:3.5rem}}@media screen and (max-width:56.25em){.tools__marquee{padding:2rem 0 3rem;margin-top:3rem}}@media screen and (max-width:37.5em){.tools__marquee{padding:1.5rem 0 2.5rem;margin-top:2.5rem}}.tools__marquee__container{position:relative;width:100%;max-width:100%}.tools__marquee__content{width:100%;overflow:hidden}.tools__marquee__content__item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;margin:0 2rem;min-width:120px;padding:1rem;transition:transform .3s cubic-bezier(.4,0,.2,1)}@media screen and (max-width:56.25em){.tools__marquee__content__item{margin:0 1.5rem;min-width:100px;padding:.875rem}}@media screen and (max-width:37.5em){.tools__marquee__content__item{margin:0 1rem;min-width:90px;padding:.75rem;gap:.5rem}}.tools__marquee__content__item:hover{transform:translateY(-4px)}.tools__marquee__content__item__logo{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:var(--blue-secondary);border-radius:16px;padding:1rem;box-shadow:0 2px 8px #0000000f;transition:all .3s cubic-bezier(.4,0,.2,1)}@media screen and (max-width:56.25em){.tools__marquee__content__item__logo{width:70px;height:70px;padding:.875rem}}@media screen and (max-width:37.5em){.tools__marquee__content__item__logo{width:60px;height:60px;padding:.75rem;border-radius:12px}}.tools__marquee__content__item__logo__img{width:100%;height:100%;object-fit:contain;display:block}.tools__marquee__content__item__logo__fallback{font-size:.75rem;font-weight:600;color:var(--blue-primary);text-align:center;word-break:break-word}@media screen and (max-width:37.5em){.tools__marquee__content__item__logo__fallback{font-size:.7rem}}.tools__marquee__content__item:hover .tools__marquee__content__item__logo{background:var(--blue-primary);box-shadow:0 4px 12px #0189c733;transform:scale(1.05)}.tools__marquee__content__item:hover .tools__marquee__content__item__logo .tools__marquee__content__item__logo__img{filter:brightness(0) invert(1)}.tools__marquee__content__item__name{font-size:.875rem;font-weight:600;color:var(--text-primary);text-align:center;line-height:1.3}@media screen and (max-width:56.25em){.tools__marquee__content__item__name{font-size:.8rem}}@media screen and (max-width:37.5em){.tools__marquee__content__item__name{font-size:.75rem}}.tools__marquee__content :global(.marquee-container){overflow:hidden;padding:1rem 0}@media screen and (max-width:37.5em){.tools__marquee__content :global(.marquee-container){padding:.75rem 0}}.tools__marquee__content :global(.overlay){background:linear-gradient(to right,var(--background-light) 0%,transparent 8%,transparent 92%,var(--background-light) 100%);pointer-events:none}.program-gains{width:100vw;padding:4.5rem 0 5rem;background:var(--page-bg)}@media screen and (max-width:75em){.program-gains{padding:4rem 0}}@media screen and (max-width:56.25em){.program-gains{padding:3.5rem 0}}@media screen and (max-width:37.5em){.program-gains{padding:3rem 0}}.program-gains__container{width:100%}.program-gains__header{text-align:center;max-width:900px;margin:0 auto 3rem}@media screen and (max-width:37.5em){.program-gains__header{margin-bottom:2.25rem}}.program-gains__header__title{font-size:2.4rem;font-weight:800;color:var(--blue-primary);margin:0 0 .75rem;letter-spacing:-.02em}@media screen and (max-width:56.25em){.program-gains__header__title{font-size:2.1rem}}@media screen and (max-width:37.5em){.program-gains__header__title{font-size:1.8rem}}.program-gains__header__subtitle{font-size:1.05rem;color:var(--text-para);margin:0;line-height:1.6}@media screen and (max-width:37.5em){.program-gains__header__subtitle{font-size:.98rem}}.program-gains__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.75rem}@media screen and (max-width:75em){.program-gains__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}}@media screen and (max-width:56.25em){.program-gains__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}}@media screen and (max-width:37.5em){.program-gains__grid{grid-template-columns:1fr;gap:1.25rem}}.program-gains__card{display:flex;flex-direction:column;background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 14px 40px #0f172a1f;border:1px solid rgba(148,163,184,.35);transform:translateY(10px);opacity:0;animation:program-gains-card-in .7s cubic-bezier(.22,.61,.36,1) forwards}@media screen and (max-width:37.5em){.program-gains__card{border-radius:18px}}.program-gains__card:nth-child(2){animation-delay:.08s}.program-gains__card:nth-child(3){animation-delay:.16s}.program-gains__card__image-wrapper{position:relative;width:100%;padding-top:62%;overflow:hidden}.program-gains__card__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.program-gains__card__body{padding:1.5rem 1.6rem 1.7rem}@media screen and (max-width:37.5em){.program-gains__card__body{padding:1.3rem 1.3rem 1.4rem}}.program-gains__card__title{font-size:1.35rem;font-weight:800;margin:0 0 .9rem;color:var(--text-primary);line-height:1.3}@media screen and (max-width:37.5em){.program-gains__card__title{font-size:1.2rem}}.program-gains__card__list{margin:0;padding:0;display:flex;flex-direction:column;gap:.4rem}.program-gains__card__list-item{display:flex;align-items:flex-start;gap:.45rem;font-size:.96rem;color:var(--text-para)}@media screen and (max-width:37.5em){.program-gains__card__list-item{font-size:.9rem}}.program-gains__card__list-item__icon{margin-top:.1rem;color:var(--blue-primary);font-weight:700}.program-gains__card__list-item__text{flex:1}@keyframes program-gains-card-in{0%{opacity:0;transform:translate3d(0,16px,0)}to{opacity:1;transform:translateZ(0)}}.faq{width:100vw;padding:5rem 0;background:var(--background-light);position:relative}@media screen and (max-width:75em){.faq{padding:4rem 0}}@media screen and (max-width:56.25em){.faq{padding:3rem 0}}@media screen and (max-width:37.5em){.faq{padding:2rem 0}}.faq__container{position:relative;max-width:900px;margin:0 auto}.faq__header{text-align:center;margin-bottom:3rem}@media screen and (max-width:56.25em){.faq__header{margin-bottom:2.5rem}}@media screen and (max-width:37.5em){.faq__header{margin-bottom:2rem}}.faq__header__title{font-size:2.75rem;font-weight:800;color:var(--blue-primary);line-height:1.15;margin-bottom:1rem;letter-spacing:-.02em}@media screen and (max-width:56.25em){.faq__header__title{font-size:2.25rem}}@media screen and (max-width:37.5em){.faq__header__title{font-size:1.875rem}}.faq__header__subtitle{font-size:1.125rem;color:var(--text-para);line-height:1.6;max-width:700px;margin:0 auto}@media screen and (max-width:56.25em){.faq__header__subtitle{font-size:1.05rem}}@media screen and (max-width:37.5em){.faq__header__subtitle{font-size:1rem;padding:0 1rem}}.faq__items{display:flex;flex-direction:column;gap:1rem}@media screen and (max-width:37.5em){.faq__items{gap:.875rem}}.faq__items__item{background:var(--background-light);border:1px solid rgba(0,0,0,.08);border-radius:16px;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000000a}@media screen and (max-width:37.5em){.faq__items__item{border-radius:12px}}.faq__items__item:hover{box-shadow:0 4px 12px #00000014;border-color:#0000001f}.faq__items__item--open{border-color:var(--blue-primary);box-shadow:0 4px 16px #0189c71f}.faq__items__item__question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;background:transparent;border:none;cursor:pointer;text-align:left;transition:all .3s cubic-bezier(.4,0,.2,1);gap:1.5rem}@media screen and (max-width:56.25em){.faq__items__item__question{padding:1.25rem 1.75rem;gap:1.25rem}}@media screen and (max-width:37.5em){.faq__items__item__question{padding:1rem 1.25rem;gap:1rem}}.faq__items__item__question:hover{background:var(--blue-secondary)}.faq__items__item__question__text{font-size:1.125rem;font-weight:600;color:var(--text-primary);line-height:1.4;flex:1;margin:0}@media screen and (max-width:56.25em){.faq__items__item__question__text{font-size:1.05rem}}@media screen and (max-width:37.5em){.faq__items__item__question__text{font-size:1rem}}.faq__items__item__question__icon{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:var(--blue-secondary);transition:all .3s cubic-bezier(.4,0,.2,1)}@media screen and (max-width:37.5em){.faq__items__item__question__icon{width:28px;height:28px}}.faq__items__item__question__icon__svg{color:var(--blue-primary);transition:transform .3s cubic-bezier(.4,0,.2,1)}.faq__items__item__question__icon--open{background:var(--blue-primary);transform:rotate(180deg)}.faq__items__item__question__icon--open .faq__items__item__question__icon__svg{color:#fff}.faq__items__item__answer{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .3s cubic-bezier(.4,0,.2,1)}.faq__items__item__answer--open{max-height:500px}.faq__items__item__answer__content{padding:0 2rem 1.5rem}@media screen and (max-width:56.25em){.faq__items__item__answer__content{padding:0 1.75rem 1.25rem}}@media screen and (max-width:37.5em){.faq__items__item__answer__content{padding:0 1.25rem 1rem}}.faq__items__item__answer__content__text{font-size:1rem;color:var(--text-para);line-height:1.7;margin:0}@media screen and (max-width:56.25em){.faq__items__item__answer__content__text{font-size:.95rem}}@media screen and (max-width:37.5em){.faq__items__item__answer__content__text{font-size:.9rem;line-height:1.6}}
