:root{--color-text-primary:#404040;--color-brand:#0ea5e9;--color-border:#e5e5e5;--color-text-muted:#8b8b8b;--color-text-secondary:#707070;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:2rem;--spacing-xl:2.5rem;--transition-duration:.3s;--transition-easing:ease}@font-face{font-display:swap;font-family:Myriad Pro;font-weight:400;font-style:normal;src:url(/assets/font/MyriadPro-Regular.woff2)format("woff2")}@font-face{font-display:swap;font-family:Myriad Pro;font-weight:700;font-style:normal;src:url(/assets/font/MyriadPro-Bold.woff2)format("woff2")}@font-face{font-display:swap;font-family:Inter-Thin;font-weight:100;font-style:normal;src:url(/assets/font/Inter-Thin.woff2)format("woff2")}@font-face{font-display:swap;font-family:Inter-Light;font-weight:300;font-style:normal;src:url(/assets/font/Inter-Light.woff2)format("woff2")}@font-face{font-display:swap;font-family:Inter-Regular;font-weight:400;font-style:normal;src:url(/assets/font/Inter-Regular.woff2)format("woff2")}@font-face{font-display:swap;font-family:Inter-Medium;font-weight:500;font-style:normal;src:url(/assets/font/Inter-Medium.woff2)format("woff2")}@font-face{font-display:swap;font-family:Inter-SemiBold;font-weight:600;font-style:normal;src:url(/assets/font/Inter-SemiBold.woff2)format("woff2")}@font-face{font-display:swap;font-family:Inter-Bold;font-weight:700;font-style:normal;src:url(/assets/font/Inter-Bold.woff2)format("woff2")}@font-face{font-display:swap;font-family:Inter-ExtraBold;font-weight:800;font-style:normal;src:url(/assets/font/Inter-ExtraBold.woff2)format("woff2")}@font-face{font-display:swap;font-family:Inter-Black;font-weight:900;font-style:normal;src:url(/assets/font/Inter-Black.woff2)format("woff2")}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}@keyframes spin{to{transform:rotate(360deg)}}.fade-in-up{animation:fadeInUp var(--transition-duration)var(--transition-easing)forwards}.fade-out{animation:fadeOut var(--transition-duration)var(--transition-easing)forwards}.loading-spinner{animation:1s linear infinite spin}.breadcrumb{z-index:3;opacity:.9;justify-content:center;width:100%;height:50px;display:flex;position:sticky;top:60px;bottom:0;left:0}.breadcrumb .container{justify-content:space-between;align-items:center;display:flex}.breadcrumb__list{z-index:1;align-items:center;height:100%;margin:0;display:none}.breadcrumb__item{opacity:.5;padding:0;transition:all .3s ease-in-out}.breadcrumb__item:before{content:none}.breadcrumb__item:last-child .breadcrumb__link:after{display:none}.breadcrumb__item:hover{opacity:1}.breadcrumb__item.-active{opacity:1;cursor:default}.breadcrumb__link{color:#fff;text-transform:uppercase;margin-right:5px;font-family:Inter-Light;font-size:clamp(.45rem,4vw,.95rem);line-height:calc(1.4*clamp(.45rem,4vw,.95rem))}.breadcrumb__link:after{content:"";border:1px solid #fff;border-width:0 1px 1px 0;margin:0 5px 2px;padding:3px;display:inline-block;transform:rotate(-45deg)}.breadcrumb__text{color:#fff;font-family:Inter-Light;font-size:clamp(.45rem,4vw,.95rem);line-height:calc(1.4*clamp(.45rem,4vw,.95rem))}.breadcrumb.-hide{display:none}@media screen and (width>=768px){.breadcrumb{top:70px}.breadcrumb__list,.breadcrumb.-hide{display:flex}}