*,::after,::before{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Montserrat,sans-serif;color:#000;background:#fafaf8;line-height:1.6;overflow:unset}h1,h2,h3,h4,h5,h6{line-height:1.2;color:#000}a{text-decoration:none;color:inherit;transition:color .2s}a:hover{color:#f26530}main{padding-top:0;overflow-x:hidden}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1248px}}img{max-width:100%;height:auto;display:block}button{cursor:pointer;font-family:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f5f3ef}::-webkit-scrollbar-thumb{background:#737373;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#1a1a1a}::selection{background:rgba(232,0,27,.15);color:#e8001b}:focus-visible{outline:2px solid #e8001b;outline-offset:3px;border-radius:4px}:focus:not(:focus-visible){outline:0}.topbar{position:relative;background:#fff;color:#fff;font-size:14px;font-weight:500;border-bottom:solid 1px #e4e6e8;padding:10px 0;z-index:30;max-height:60px;overflow:hidden;transition:max-height .4s cubic-bezier(.16,1,.3,1),padding .4s cubic-bezier(.16,1,.3,1),opacity .2s,border-color .2s}.header.scrolled .topbar{max-height:0;padding-top:0;padding-bottom:0;opacity:0;border-bottom-color:transparent}.topbar__inner{display:flex;align-items:center;justify-content:space-between;height:auto}.topbar__left{display:flex;align-items:center;gap:1.25rem}.topbar__item{display:flex;align-items:center;gap:.375rem;color:#000;text-decoration:none;transition:color .2s}.topbar__item:hover{color:#f26530}.topbar__right{display:flex;align-items:center;gap:1.25rem}@media (max-width:767.98px){.topbar__right{display:none}}.topbar__link{color:#000;text-decoration:none;transition:color .2s}.topbar__link:hover{color:#f26530}@media (max-width:767.98px){.topbar{display:none}}.header{position:sticky;top:0;z-index:1000;background:#fff;border-bottom:1px solid rgba(0,0,0,.06);transition:transform .4s cubic-bezier(.16,1,.3,1)}.header.scrolled{position:fixed;width:100%}.header--hidden{transform:translateY(-100%)}.header__inner{display:flex;align-items:center;justify-content:space-between;height:auto;padding:20px 0}@media (max-width:991.98px){.header__inner{height:auto}}.header__center{display:flex;align-items:center;justify-content:space-between;height:auto}@media (max-width:991.98px){.header__center{height:auto}}.header__logo{display:flex;align-items:center;text-decoration:none;letter-spacing:1px}.header__logo:hover{color:#f26530}.header__logo img{height:56px}.header__logo-icon{font-size:1.5rem}.header__nav{display:flex;align-items:center;gap:0;list-style:none;margin:0 0 0 10px;padding:0}@media (max-width:991.98px){.header__nav{display:none}}.header__nav-item{position:relative}.header__nav-item--dropdown:hover>.header__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.header__nav-link{display:flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:500;color:#000;text-decoration:none;padding:.5rem .875rem;border-radius:8px;transition:color .2s,background .2s;white-space:nowrap}.header__nav-link--active,.header__nav-link:hover{color:#f26530}.header__nav-link--dev{gap:.3rem;font-size:.775rem;font-weight:600;color:#e8a500!important;background:rgba(232,165,0,.08);border:1px solid rgba(232,165,0,.25);border-radius:999px;padding:.2rem .7rem}.header__nav-link--dev:hover{background:rgba(232,165,0,.15);color:#f0b800!important}.header__nav-chevron{opacity:.5;transition:transform .2s}.header__nav-item--dropdown:hover .header__nav-chevron{transform:rotate(180deg);opacity:1}.header__dropdown{position:absolute;top:100%;left:0;min-width:200px;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:8px;box-shadow:0 8px 30px rgba(0,0,0,.08);padding:.5rem 0;list-style:none;margin:0;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .2s,visibility .2s,transform .2s}.header__dropdown-link{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.625rem 1rem;font-size:.8125rem;color:#000;text-decoration:none;transition:background .2s,color .2s}.header__dropdown-link:hover{background:rgba(242,101,48,.07);color:#f26530}.header__dropdown-item--has-sub{position:relative}.header__dropdown-item--has-sub:hover>.header__dropdown--sub{opacity:1;visibility:visible;transform:translateX(0)}.header__dropdown-chevron{font-size:.65rem;opacity:.5}.header__dropdown--sub{top:-.5rem;left:100%;transform:translateX(8px)}@media (max-width:1199.98px){.header__dropdown--sub{left:auto;right:100%;transform:translateX(-8px)}}.header__actions{display:flex;align-items:center;gap:.75rem}.header__currency{position:relative}.header__currency-trigger{display:flex;align-items:center;gap:.3rem;background:0 0;border:1px solid rgba(0,0,0,.06);border-radius:8px;padding:.3rem .5rem;cursor:pointer;font-size:.75rem;font-weight:600;color:#000;letter-spacing:.04em;transition:border-color .2s,background .2s;white-space:nowrap;line-height:1}.header__currency-trigger:hover{border-color:#f26530;background:rgba(242,101,48,.05)}.header__currency--open .header__currency-trigger{border-color:#f26530;background:rgba(242,101,48,.05)}.header__currency-label{font-size:.75rem}.header__currency-dropdown{position:absolute;top:calc(100% + 6px);right:0;min-width:90px;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:8px;box-shadow:0 8px 30px rgba(0,0,0,.08);padding:.375rem 0;z-index:1100;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .2s,visibility .2s,transform .2s}.header__currency--open .header__currency-dropdown,.header__currency:hover .header__currency-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.header__currency-option{display:flex;align-items:center;width:100%;padding:.5rem .875rem;background:0 0;border:none;text-align:left;font-size:.8125rem;font-weight:500;color:#000;cursor:pointer;letter-spacing:.03em;transition:background .2s}.header__currency-option:hover{background:rgba(242,101,48,.06)}.header__currency-option--active{color:#f26530;font-weight:600}.header__lang{position:relative}.header__lang-trigger{display:flex;align-items:center;gap:.3rem;background:0 0;border:1px solid rgba(0,0,0,.06);border-radius:8px;padding:.3rem .5rem;cursor:pointer;font-size:.875rem;font-weight:500;color:#000;transition:border-color .2s,background .2s;white-space:nowrap;line-height:1}.header__lang-trigger:hover{border-color:#f26530;background:rgba(242,101,48,.05)}.header__lang--open .header__lang-trigger{border-color:#f26530;background:rgba(242,101,48,.05)}.header__lang-flag{width:20px;height:14px;object-fit:cover;border-radius:2px;display:block;flex-shrink:0}.header__lang-label{font-size:.75rem;letter-spacing:.03em}@media (max-width:575.98px){.header__lang-label{display:none}}.header__lang-chevron{opacity:.6;transition:transform .2s}.header__lang--open .header__lang-chevron{transform:rotate(180deg);opacity:1}.header__lang-dropdown{position:absolute;top:calc(100% + 6px);right:0;min-width:160px;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:8px;box-shadow:0 8px 30px rgba(0,0,0,.08);padding:.375rem 0;list-style:none;margin:0;z-index:1100;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .2s,visibility .2s,transform .2s}.header__lang--open .header__lang-dropdown,.header__lang:hover .header__lang-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.header__lang-option{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .875rem;background:0 0;border:none;text-align:left;font-size:.8125rem;color:#000;cursor:pointer;transition:background .2s,color .2s}.header__lang-option:hover{background:rgba(242,101,48,.07);color:#f26530}.header__lang-option--active{color:#f26530;font-weight:600;background:rgba(242,101,48,.07)}.header__cta{font-size:.8125rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#f26530 0,#f26530 100%);border:none;border-radius:12px;padding:.5rem 1.25rem;text-decoration:none;transition:opacity .2s;cursor:pointer}.header__cta:hover{opacity:.9;color:#fff}@media (max-width:767.98px){.header__cta{display:none}}.header__profile{position:relative}@media (max-width:767.98px){.header__profile{display:none}}.header__profile-trigger{display:flex;align-items:center;gap:.4rem;background:0 0;border:1px solid rgba(0,0,0,.06);border-radius:100px;padding:.25rem .625rem .25rem .25rem;cursor:pointer;transition:border-color .2s,background .2s}.header__profile-trigger:hover{border-color:#f26530;background:rgba(242,101,48,.05)}.header__profile--open .header__profile-trigger{border-color:#f26530;background:rgba(242,101,48,.05)}.header__profile-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}.header__profile-initials{width:28px;height:28px;border-radius:50%;background:#f26530;color:#fff;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;line-height:1}.header__profile-name{font-size:.8125rem;font-weight:500;color:#000;max-width:90px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header__profile-chevron{opacity:.6;transition:transform .2s;flex-shrink:0}.header__profile--open .header__profile-chevron{transform:rotate(180deg);opacity:1}.header__profile-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:200px;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:8px;box-shadow:0 8px 30px rgba(0,0,0,.08);overflow:hidden;z-index:1100;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .2s,visibility .2s,transform .2s}.header__profile--open .header__profile-dropdown,.header__profile:hover .header__profile-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.header__profile-info{padding:.75rem 1rem .625rem}.header__profile-info-name{font-size:.875rem;font-weight:600;color:#000;margin:0 0 .125rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header__profile-info-email{font-size:.75rem;color:#1a1a1a;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header__profile-divider{height:1px;background:rgba(0,0,0,.06);margin:0}.header__profile-item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.625rem 1rem;font-size:.8125rem;color:#000;text-decoration:none;background:0 0;border:none;text-align:left;cursor:pointer;transition:background .2s,color .2s}.header__profile-item:hover{background:rgba(242,101,48,.07);color:#f26530}.header__profile-item--logout{color:#e53935}.header__profile-item--logout:hover{background:rgba(229,57,53,.07);color:#e53935}.header__hamburger{display:none;background:0 0;border:none;padding:.5rem;color:#000}@media (max-width:991.98px){.header__hamburger{display:flex}}.mobile-menu-overlay{position:fixed;inset:0;background:rgba(26,26,26,.5);z-index:1200;opacity:0;visibility:hidden;transition:opacity .4s cubic-bezier(.16,1,.3,1),visibility .4s cubic-bezier(.16,1,.3,1)}.mobile-menu-overlay--open{opacity:1;visibility:visible}.mobile-menu{position:fixed;top:0;right:0;bottom:0;width:85%;max-width:340px;background:#fff;z-index:1300;overflow-y:auto;transform:translateX(100%);transition:transform .4s cubic-bezier(.16,1,.3,1);box-shadow:0 16px 48px rgba(0,0,0,.1)}.mobile-menu--open{transform:translateX(0)}.mobile-menu__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid rgba(0,0,0,.06)}.mobile-menu__header img{height:40px}.mobile-menu__close{background:0 0;border:none;font-size:1.25rem;color:#000;padding:.5rem;cursor:pointer;line-height:1}.mobile-menu__nav{list-style:none;padding:1rem 0;margin:0}.mobile-menu__link{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.875rem 1.5rem;font-size:1rem;font-weight:500;color:#000;text-decoration:none;background:0 0;border:none;text-align:left;border-bottom:1px solid rgba(0,0,0,.06);transition:background .2s;cursor:pointer}.mobile-menu__link--sub{padding-left:2.5rem;font-size:.875rem;font-weight:400;color:#1a1a1a}.mobile-menu__link--sub2{padding-left:3.5rem;font-size:.8125rem;font-weight:400;color:#737373}.mobile-menu__link--active,.mobile-menu__link:hover{background:rgba(242,101,48,.07);color:#f26530}.mobile-menu__link--dev{color:#e8a500;border-bottom-color:rgba(232,165,0,.15);background:rgba(232,165,0,.04)}.mobile-menu__link--dev:hover{background:rgba(232,165,0,.1);color:#f0b800}.mobile-menu__toggle-icon{font-size:.75rem;opacity:.5;transition:transform .2s;flex-shrink:0}.mobile-menu__item--has-sub--open>.mobile-menu__toggle>.mobile-menu__toggle-icon{transform:rotate(180deg)}.mobile-menu__item--has-sub--open>.mobile-menu__sub{max-height:320px}.mobile-menu__sub{list-style:none;padding:0;margin:0;max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.16,1,.3,1)}.mobile-menu__sub--nested{background:#f5f3ef}.mobile-menu__footer{padding:1.5rem}.mobile-menu__footer .mobile-menu__link:last-child{border-bottom:none}.mobile-menu__account{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.mobile-menu__account-avatar{width:40px;height:40px;border-radius:50%;background:#f26530;color:#fff;font-size:1rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mobile-menu__account-info{min-width:0}.mobile-menu__account-info strong{display:block;font-size:.9375rem;font-weight:600;color:#000;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-menu__account-info span{display:block;font-size:.75rem;color:#737373;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-menu__link--logout{color:#e53935}.mobile-menu__link--logout:hover{background:rgba(229,57,53,.07);color:#e53935}.mobile-menu__cta{display:block;width:100%;text-align:center;font-size:.875rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#f26530 0,#f26530 100%);border:none;border-radius:12px;padding:.75rem 1.25rem;text-decoration:none;cursor:pointer}.login-modal-overlay{position:fixed;inset:0;background:rgba(26,26,26,.5);z-index:1400;opacity:0;visibility:hidden;transition:opacity .4s cubic-bezier(.16,1,.3,1),visibility .4s cubic-bezier(.16,1,.3,1)}.login-modal-overlay--open{opacity:1;visibility:visible}.login-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-48%) scale(.96);width:90%;max-width:400px;max-height:90vh;overflow-y:auto;background:#fff;border-radius:20px;box-shadow:0 16px 48px rgba(0,0,0,.1);padding:2rem 1.75rem 1.75rem;z-index:1500;opacity:0;visibility:hidden;transition:opacity .4s cubic-bezier(.16,1,.3,1),visibility .4s cubic-bezier(.16,1,.3,1),transform .4s cubic-bezier(.16,1,.3,1)}.login-modal--open{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}.login-modal__close{position:absolute;top:1rem;right:1rem;background:0 0;border:none;font-size:1.125rem;color:#737373;cursor:pointer;padding:.375rem;line-height:1}.login-modal__close:hover{color:#000}.login-modal__head{text-align:center;margin-bottom:1.5rem}.login-modal__logo{height:40px;margin-bottom:1rem}.login-modal__title{font-family:Montserrat,sans-serif;font-size:1.375rem;font-weight:700;color:#000;margin:0 0 .375rem}.login-modal__subtitle{font-size:.875rem;color:#737373;margin:0}.login-modal__field{margin-bottom:1rem}.login-modal__label{display:block;font-size:.8125rem;font-weight:500;color:#000;margin-bottom:.375rem}.login-modal__input{width:100%;padding:.625rem .875rem;font-size:.875rem;font-family:Montserrat,sans-serif;color:#000;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:8px;transition:border-color .2s}.login-modal__input:focus{outline:0;border-color:#f26530}.login-modal__meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem;font-size:.8125rem}.login-modal__remember{display:flex;align-items:center;gap:.4rem;color:#1a1a1a;cursor:pointer}.login-modal__forgot{color:#f26530;text-decoration:none}.login-modal__forgot:hover{text-decoration:underline}.login-modal__submit{width:100%;padding:.75rem;font-size:.9375rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#f26530 0,#f26530 100%);border:none;border-radius:12px;cursor:pointer;transition:opacity .2s}.login-modal__submit:hover{opacity:.9}.login-modal__switch{text-align:center;font-size:.8125rem;color:#737373;margin:1.25rem 0 0}.login-modal__switch-link{color:#f26530;font-weight:600;text-decoration:none}.login-modal__switch-link:hover{text-decoration:underline}.footer{background:#fff8ed;padding-top:4rem}.footer__container{padding-left:3%;padding-right:3%}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr 1.4fr;gap:2rem 2.5rem;padding-bottom:2.5rem}@media (max-width:1199.98px){.footer__grid{grid-template-columns:2fr 1fr 1fr 1fr}}@media (max-width:991.98px){.footer__grid{grid-template-columns:1fr 1fr 1fr}}@media (max-width:767.98px){.footer__grid{grid-template-columns:1fr 1fr}}@media (max-width:575.98px){.footer__grid{grid-template-columns:1fr}}.footer__brand{margin-bottom:1rem}.footer__logo{height:56px;width:auto;object-fit:contain}.footer__company-name{font-family:Montserrat,sans-serif;font-size:1.125rem;font-weight:500;color:#000;line-height:1.55;margin-bottom:.875rem;text-transform:uppercase}.footer__info{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.footer__info li{font-family:Montserrat,sans-serif;font-size:.875rem;font-weight:500;color:#000;line-height:1.57}.footer__info a{color:#f26530;text-decoration:none}.footer__info a:hover{text-decoration:underline}.footer__hotline{margin-top:1.25rem;display:flex;flex-direction:column;gap:.375rem}.footer__hotline-label{display:flex;align-items:center;gap:.5rem;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:500;color:#000}.footer__hotline-label .icon{border:1px solid #575756;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;color:#575756;font-size:.8rem}.footer__hotline-number{font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:700;color:#f26530;text-decoration:none;line-height:1.3}.footer__hotline-number:hover{text-decoration:underline}.footer__column-title{font-family:Montserrat,sans-serif;font-size:1.125rem;font-weight:500;color:#f26530;margin-bottom:1.125rem}.footer__links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.625rem}.footer__links a{font-family:Montserrat,sans-serif;font-size:1rem;font-weight:500;color:#555;text-decoration:none;line-height:1.6;transition:color .2s}.footer__links a:hover{color:#f26530}.footer__partners-col-title{font-family:Montserrat,sans-serif;font-size:1.125rem;font-weight:500;color:#000;margin-bottom:1.125rem}.footer__partners-list{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1rem}.footer__partner-logo{display:inline-flex;align-items:center;justify-content:center;padding:.5rem .875rem;background:0 0;transition:transform .2s,box-shadow .2s}.footer__partner-logo img{height:24px;width:auto;max-width:110px;object-fit:contain;display:block}.footer__partner-logo:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.08)}.footer__bottom{border-top:1px solid rgba(87,87,86,.5);padding:1.125rem 0;background:inherit}.footer__bottom-container{padding-left:3%;padding-right:3%}.footer__bottom-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;font-family:Montserrat,sans-serif;font-size:.875rem;font-weight:400;color:#000}.footer__follow{display:flex;align-items:center;gap:1rem}.footer__follow-label{font-family:Montserrat,sans-serif;font-size:1.125rem;font-weight:700;color:#000}.footer__social{display:flex;align-items:center;gap:.5rem}.footer__social-link{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f26530;color:#fff;text-decoration:none;transition:background .2s,transform .2s}.footer__social-link:hover{background:#da4f1e;transform:translateY(-2px);color:#fff}@media (max-width:767.98px){.footer__bottom-inner{flex-direction:column;align-items:flex-start}.footer__follow{flex-direction:column;align-items:flex-start;gap:.5rem}}.about-page__hero{background:#f8f4ee;padding:6rem 0 4rem;text-align:center}.about-page__title{font-family:Montserrat,sans-serif;font-size:clamp(36px,5vw,72px);font-weight:700;color:#000;margin-bottom:.75rem}.about-page__subtitle{font-size:1rem;color:#737373;max-width:560px;margin:0 auto;line-height:1.7}.about-page__values{padding:4rem 0}.about-page__values-title{font-family:Montserrat,sans-serif;font-size:clamp(28px,3.5vw,54px);font-weight:700;text-align:center;margin-bottom:2.5rem;color:#000}.value-card{text-align:center;padding:2rem 1.5rem;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:32px;transition:box-shadow .4s cubic-bezier(.16,1,.3,1);height:100%}.value-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.08),0 8px 30px rgba(0,0,0,.05)}.value-card__icon{width:52px;height:52px;background:#fef2f2;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#e8001b;font-size:1.1rem;margin:0 auto 1rem}.value-card__title{font-weight:600;font-size:1rem;margin-bottom:.5rem;color:#000}.value-card__description{font-size:.8125rem;color:#737373;line-height:1.6;margin:0}.timeline{padding:4rem 0;background:#f5f3ef}.timeline__title{font-family:Montserrat,sans-serif;font-size:clamp(28px,3.5vw,54px);font-weight:700;text-align:center;margin-bottom:3rem;color:#000}.timeline__list{max-width:600px;margin:0 auto}.timeline__item{display:flex;gap:1.5rem;padding-bottom:2rem;position:relative}.timeline__item:not(:last-child)::after{content:"";position:absolute;left:27px;top:56px;bottom:0;width:2px;background:rgba(0,0,0,.1)}.timeline__year{flex-shrink:0;width:56px;height:56px;border-radius:50%;background:#e8001b;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.75rem;position:relative;z-index:1}.timeline__content-title{font-weight:600;margin-bottom:.25rem;padding-top:.9rem;color:#000}.timeline__content-desc{font-size:.875rem;color:#737373}.team{padding:4rem 0}.team__title{font-family:Montserrat,sans-serif;font-size:clamp(28px,3.5vw,54px);font-weight:700;text-align:center;margin-bottom:2.5rem;color:#000}.team-card{text-align:center}.team-card__image{width:120px;height:120px;border-radius:50%;overflow:hidden;margin:0 auto 1rem;background:#f5f3ef}.team-card__image img{width:100%;height:100%;object-fit:cover}.team-card__name{font-weight:600;margin-bottom:.25rem;color:#000}.team-card__role{font-size:.8125rem;color:#737373}.about-cta{background:#1a1a1a;padding:4rem 2rem;text-align:center;border-radius:32px;margin-bottom:4rem}.about-cta__title{font-family:Montserrat,sans-serif;font-size:clamp(28px,3.5vw,54px);font-weight:700;color:#fff;margin-bottom:1rem}.about-cta__description{color:rgba(255,255,255,.7);margin-bottom:2rem;max-width:480px;margin-left:auto;margin-right:auto}