.button{position:relative;background:none;border:none;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;text-transform:uppercase;font-weight:800;border-radius:32px;transition:background-position .4s ease-in-out;min-width:200px}.button--small{height:40px;padding:12px 20px}.button--medium{height:46px;padding:14px 24px}.button--large{height:56px;padding:14px 62px}.button--loading{pointer-events:none}.button--loading:after{content:"";position:absolute;top:9px;left:45%;width:28px;height:28px;border-radius:50%;border:2px solid transparent;animation:loading .7s linear infinite}.button--primary{background:#e1242a;color:#fff;background-size:300% 100%}.button--primary:active,.button--primary:focus,.button--primary:hover{background-position:100%;background-image:linear-gradient(90deg,#eb3941,#f15e64,#e14e53,#e2373f);box-shadow:0 5px 15px rgba(242,97,103,.4)}.button--primary-loading{color:#e1242a}.button--primary-loading:after{border-color:#fff #fff #fff transparent}.button--primary-outline{background:#fff;color:#e1242a;border:1px solid #e1242a}.button--primary-outline:active,.button--primary-outline:hover{color:#fff;background:#e1242a}.button--primary-outline-loading{color:#fff}.button--primary-outline-loading:after{border-color:#e1242a #e1242a #e1242a transparent}.button--primary-outline-loading:focus{background:#fff}.button--secondary{background:#156bd3;color:#fff;border:none;background-size:300% 100%}.button--secondary:active,.button--secondary:focus,.button--secondary:hover{background-position:100%;background-image:linear-gradient(90deg,#25aae1,#4481eb,#04befe,#3f86ed);box-shadow:0 4px 15px 0 rgba(65,132,234,.75)}.button--secondary-loading{color:#156bd3}.button--secondary-loading:after{border-color:#fff #fff #fff transparent}.button--secondary-outline{background:#fff;color:#156bd3;border:1px solid #156bd3}.button--secondary-outline:active,.button--secondary-outline:focus,.button--secondary-outline:hover{color:#fff;background:#156bd3}.button--secondary-outline-loading{color:#fff}.button--secondary-outline-loading:after{border-color:#156bd3 #156bd3 #156bd3 transparent}.button--default{background:#495865;color:#fff;border:1px solid #495865;background-size:300% 100%}.button--default:active,.button--default:focus,.button--default:hover{background-position:100%;background-image:linear-gradient(90deg,#888,#495865);box-shadow:0 4px 15px 0 #888}.button--default-loading{color:#fff}.button--default-loading:after{border-color:#495865 #495865 #495865 transparent}.button--default-outline{background:#fff;color:#495865;border:1px solid #495865}.button--default-outline:active,.button--default-outline:focus,.button--default-outline:hover{background:#495865;color:#fff}.button--default-outline-loading{color:#fff}.button--default-outline-loading:after{border-color:#495865 #495865 #495865 transparent}.button--disabled{pointer-events:none;opacity:.5}.button--block{width:100%}.button--flexible{min-width:unset}.button--with-icon{height:auto;padding:4px 16px}.rosl-page{--rosl-rhone:#2c4a6e;--rosl-rhone-dark:#1a2f45;--rosl-copper:#c45c26;--rosl-copper-lit:#e07840;--rosl-vine:#5c2e3a;--rosl-stone:#f5f0ea;--rosl-stone-dark:#e8dfd4;--rosl-ink:#1a1614;--rosl-ink-mid:#3d3835;--rosl-ink-muted:#6b6560;--rosl-border:#d4c9bc;--rosl-white:#fff;--rosl-r:1.25rem;--rosl-body:1rem;font-family:var(--font-inter,Inter,sans-serif);color:var(--rosl-ink)}.rosl-page p{font-size:var(--rosl-body);line-height:1.5}.rosl-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.rosl-reveal{opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}.rosl-reveal.visible{opacity:1;transform:none}.rosl-hero{position:relative;min-height:100svh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--rosl-rhone-dark)}.rosl-hero-bg{position:absolute;inset:0;background-image:url(/_next/static/media/header-bg.da679bd1.webp);background-size:cover;background-position:65% 40%;opacity:.82}.rosl-hero-gradient{position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,31,45,.72),rgba(15,31,45,.32) 38%,rgba(15,31,45,.26) 68%,transparent),linear-gradient(180deg,rgba(15,31,45,.26) 0,rgba(15,31,45,.45))}.rosl-hero-inner{position:relative;z-index:2;max-width:700px;width:100%;margin:0}.rosl-hero-inner,.rosl-hero-text{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.rosl-hero-eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--rosl-copper-lit);border:1px solid rgba(224,120,64,.35);border-radius:2rem;padding:.35rem 1rem;margin-bottom:1.25rem}.rosl-hero-eyebrow-dot{width:6px;height:6px;border-radius:50%;background:var(--rosl-copper-lit);animation:rosl-pulse 2s infinite}@keyframes rosl-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.7)}}.rosl-hero h1{font-size:clamp(1.85rem,4.5vw,2.85rem);font-weight:700;line-height:1.15;color:var(--rosl-white);margin:0 0 1.25rem;text-align:center}.rosl-hero h1 em{font-style:normal;color:var(--rosl-copper-lit)}.rosl-hero-extra,.rosl-hero-sub{color:hsla(0,0%,100%,.82);line-height:1.5;margin:0 0 1rem;text-align:center}.rosl-read-more-inline{background:none;border:none;padding:0;color:var(--rosl-copper-lit);font:inherit;text-decoration:underline;cursor:pointer}.rosl-read-more-panel{max-height:0;overflow:hidden;transition:max-height .35s ease}.rosl-read-more-panel.is-open{max-height:320px}.rosl-hero-cta{display:flex;flex-direction:column;align-items:stretch;gap:.85rem;margin-top:1.5rem}@media (min-width:600px){.rosl-hero-cta{flex-direction:row;flex-wrap:wrap;align-items:center}}.rosl-hero-chips{display:flex;flex-wrap:wrap;gap:.6rem;margin:1.25rem 0 0}.rosl-hero-chip{background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.18);border-radius:2rem;padding:.4rem .9rem;font-size:.72rem;font-weight:600;color:hsla(0,0%,100%,.9);letter-spacing:.04em}.rosl-metric-strip{position:relative;z-index:4;margin-top:-2px;background:linear-gradient(180deg,var(--rosl-rhone-dark) 0,var(--rosl-ink) 55%,#141210 100%);border-top:1px solid rgba(196,92,38,.22);overflow:hidden}.rosl-metric-strip-glow{position:absolute;inset:0;background:radial-gradient(ellipse 80% 120% at 15% 0,rgba(196,92,38,.14) 0,transparent 55%),radial-gradient(ellipse 60% 100% at 85% 100%,rgba(44,74,110,.18) 0,transparent 50%);pointer-events:none}.rosl-metric-strip-inner{position:relative;z-index:1;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr}@media (min-width:768px){.rosl-metric-strip-inner{grid-template-columns:repeat(3,1fr)}}.rosl-metric-card{position:relative;display:flex;flex-direction:column;min-height:100%;padding:2.5rem 2rem 2.75rem 2.5rem;border-bottom:1px solid hsla(0,0%,100%,.07)}@media (min-width:768px){.rosl-metric-card{padding:2.75rem 2.25rem 3rem 2.75rem;border-bottom:none;border-right:1px solid hsla(0,0%,100%,.07)}.rosl-metric-card:last-child{border-right:none}}.rosl-metric-rail{position:absolute;top:2.25rem;bottom:2.25rem;left:0;width:4px;background:linear-gradient(180deg,var(--rosl-copper-lit),var(--rosl-copper) 55%,rgba(196,92,38,.35));border-radius:0 3px 3px 0}.rosl-metric-index{display:block;font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:hsla(0,0%,100%,.28);margin-bottom:1rem}.rosl-metric-stat{font-size:clamp(3.25rem,5.5vw,4.25rem);font-weight:800;line-height:.95;letter-spacing:-.04em;color:var(--rosl-white);margin:0 0 .65rem;font-variant-numeric:tabular-nums}.rosl-metric-label{font-size:1.125rem;font-weight:700;line-height:1.25;color:var(--rosl-copper-lit);margin:0 0 .85rem}.rosl-metric-strip .rosl-metric-desc{font-size:.9375rem;line-height:1.55;color:hsla(0,0%,100%,.68);margin:0;max-width:34ch}.rosl-section{padding:5rem 0;background:var(--rosl-stone)}.rosl-section--white{background:var(--rosl-white)}.rosl-section--dark{background:var(--rosl-rhone-dark);color:var(--rosl-white)}.rosl-section--dark p{color:hsla(0,0%,100%,.85)}.rosl-section--angled{clip-path:polygon(0 3%,100% 0,100% 97%,0 100%);padding:6rem 0 5rem;margin-top:-1.5rem}.rosl-section-inner{max-width:1200px;margin:0 auto;padding:0 2rem}.rosl-section-eyebrow{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--rosl-copper);margin-bottom:.75rem}.rosl-section--dark .rosl-section-eyebrow{color:var(--rosl-copper-lit)}.rosl-architecture-section h2,.rosl-compare-section h2,.rosl-section h2{font-size:clamp(1.6rem,3.5vw,2.25rem);font-weight:700;line-height:1.2;margin:0 0 1.25rem;color:var(--rosl-ink)}.rosl-architecture-section h2,.rosl-compare-section h2,.rosl-section--centered h2{max-width:820px;margin-left:auto;margin-right:auto}.rosl-compare-section h2 em{font-style:normal;color:var(--rosl-copper)}.rosl-section--dark h2,.rosl-section--dark h3{color:var(--rosl-white)}.rosl-section-lead{color:var(--rosl-ink-muted);max-width:680px;margin:0 auto 2.5rem;line-height:1.5;text-align:center}.rosl-section--centered{text-align:center}.rosl-split{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center}@media (min-width:992px){.rosl-split{grid-template-columns:1fr 1fr;gap:3.5rem}.rosl-split--flip .rosl-split-visual{order:-1}}.rosl-split-visual{position:relative;border-radius:var(--rosl-r);overflow:hidden;box-shadow:0 20px 50px rgba(26,22,20,.12)}.rosl-split-visual--framed{border:3px solid var(--rosl-copper);padding:.5rem;background:var(--rosl-stone-dark)}.rosl-split-visual--framed img{border-radius:calc(var(--rosl-r) - .25rem)}.rosl-section-visual{max-width:880px;margin:0 auto 2.5rem;border-radius:var(--rosl-r);overflow:hidden;box-shadow:0 16px 40px rgba(26,22,20,.1)}.rosl-section-visual--dark{box-shadow:0 16px 40px rgba(0,0,0,.25)}.rosl-cta-row{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.75rem}.rosl-cta-row--center{justify-content:center}.rosl-challenge-deck{display:grid;grid-template-columns:1fr;gap:1.25rem}@media (min-width:768px){.rosl-challenge-deck{grid-template-columns:repeat(3,1fr)}}.rosl-challenge-card{background:var(--rosl-white);border-radius:var(--rosl-r);padding:1.75rem 1.5rem 1.5rem;border:1px solid var(--rosl-border);position:relative;overflow:hidden;display:flex;flex-direction:column;min-height:100%}.rosl-challenge-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--rosl-vine),var(--rosl-copper))}.rosl-challenge-index{font-size:2.5rem;font-weight:800;color:var(--rosl-stone-dark);line-height:1;margin-bottom:.75rem}.rosl-challenge-card h3{font-size:1.1rem;font-weight:700;margin:0 0 .75rem;color:var(--rosl-ink)}.rosl-challenge-card p{color:var(--rosl-ink-muted);margin:0 0 .75rem;flex:1}.rosl-challenge-fix{color:var(--rosl-ink-mid)!important;margin-bottom:0!important}.rosl-tunnel-band{position:relative;min-height:420px;display:flex;align-items:center;overflow:hidden}.rosl-tunnel-band-bg{position:absolute;inset:0;background-image:url(/_next/static/media/tunnel-band-bg.d4b4c25c.webp);background-size:cover;background-position:50%}.rosl-tunnel-band-overlay{position:absolute;inset:0;background:linear-gradient(105deg,rgba(26,47,69,.92),rgba(92,46,58,.75))}.rosl-tunnel-band-inner{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:4rem 2rem;color:var(--rosl-white);text-align:center}.rosl-tunnel-band .rosl-section-eyebrow{color:var(--rosl-copper-lit)}.rosl-tunnel-band h2{font-size:clamp(1.6rem,3.5vw,2.25rem);font-weight:700;line-height:1.2;max-width:820px;margin:0 auto 1.25rem;color:var(--rosl-white)}.rosl-tunnel-band p{color:hsla(0,0%,100%,.88);max-width:680px;margin:0 auto 1rem}.rosl-mobility-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:2rem}@media (min-width:768px){.rosl-mobility-grid{grid-template-columns:repeat(3,1fr)}}.rosl-mobility-point{background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.12);border-radius:var(--rosl-r);padding:1.5rem}.rosl-mobility-point h3{font-size:1rem;font-weight:700;color:var(--rosl-copper-lit);margin:0 0 .6rem}.rosl-mobility-point p{margin:0}.rosl-pipeline{display:flex;flex-direction:column;gap:0;margin-top:2rem}@media (min-width:992px){.rosl-pipeline{flex-direction:row;align-items:flex-start;gap:0}}.rosl-pipeline-step{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;padding:0 .75rem 2rem}@media (min-width:992px){.rosl-pipeline-step{padding:0 .5rem}}.rosl-pipeline-node{width:48px;height:48px;border-radius:50%;background:var(--rosl-rhone);color:var(--rosl-white);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.1rem;border:3px solid var(--rosl-copper);flex-shrink:0;z-index:2}.rosl-pipeline-connector{display:none}@media (min-width:992px){.rosl-pipeline-connector{display:block;position:absolute;top:24px;left:calc(50% + 24px);width:calc(100% - 48px);height:2px;background:linear-gradient(90deg,var(--rosl-copper),var(--rosl-border));z-index:1}}.rosl-pipeline-body{margin-top:1rem}.rosl-pipeline-body h3{font-size:.95rem;font-weight:700;margin:0 0 .5rem;color:var(--rosl-ink)}.rosl-pipeline-body p{color:var(--rosl-ink-muted);margin:0}.rosl-compare-section{position:relative;overflow:hidden;padding:5rem 0;background:var(--rosl-stone)}.rosl-compare-section-bg{position:absolute;inset:0;background-image:url(/_next/static/media/tunnel-band-bg.d4b4c25c.webp);background-size:cover;background-position:50%}.rosl-compare-section-overlay{position:absolute;inset:0;background:linear-gradient(180deg,hsla(33,35%,94%,.78),hsla(33,35%,94%,.8) 50%,hsla(33,35%,94%,.45))}.rosl-compare-section-inner{position:relative;z-index:2}.rosl-compare-section .rosl-section-eyebrow{color:var(--rosl-copper)}.rosl-compare-section .rosl-section-lead{color:var(--rosl-ink-muted)}.rosl-compare-wrap{overflow-x:auto;border-radius:var(--rosl-r);border:1px solid var(--rosl-border);background:hsla(0,0%,100%,.88);backdrop-filter:blur(6px);box-shadow:0 12px 40px rgba(26,22,20,.12)}.rosl-compare-table{width:100%;border-collapse:collapse;font-size:var(--rosl-body)}.rosl-compare-table td,.rosl-compare-table th{padding:1rem 1.25rem;text-align:left;border-bottom:1px solid var(--rosl-border);line-height:1.5;vertical-align:top}.rosl-compare-table th{background:var(--rosl-stone);font-weight:700;font-size:.82rem;text-transform:uppercase;letter-spacing:.04em;color:var(--rosl-ink-mid)}.rosl-compare-table th:last-child{background:var(--rosl-rhone);color:var(--rosl-white)}.rosl-compare-table td:last-child{background:rgba(44,74,110,.04);font-weight:500;color:var(--rosl-rhone-dark)}.rosl-compare-table tr:last-child td{border-bottom:none}.rosl-architecture-section{position:relative;overflow:hidden;padding:5rem 0;background:var(--rosl-rhone-dark)}.rosl-architecture-section-bg{position:absolute;inset:0;background-image:url(/_next/static/media/tunnel-band-bg.d4b4c25c.webp);background-size:cover;background-position:50%}.rosl-architecture-section-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,31,45,.88),rgba(15,31,45,.72) 50%,rgba(15,31,45,.85))}.rosl-architecture-section-inner{position:relative;z-index:2}.rosl-architecture-section .rosl-section-eyebrow{color:var(--rosl-copper-lit)}.rosl-architecture-section h2{color:var(--rosl-white)}.rosl-architecture-lead{color:hsla(0,0%,100%,.78)!important}.rosl-nexus-badges{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;list-style:none;padding:0;margin:2rem auto 0;max-width:760px;width:100%}@media (max-width:640px){.rosl-nexus-badges{grid-template-columns:repeat(2,minmax(0,1fr));max-width:360px}}.rosl-nexus-badge{display:flex;align-items:center;justify-content:center;min-height:44px;width:100%;box-sizing:border-box;background:var(--rosl-white);border:1px solid var(--rosl-border);border-radius:2rem;padding:.5rem .65rem;font-size:.78rem;font-weight:600;line-height:1.3;text-align:center;color:var(--rosl-ink-mid)}.rosl-final-wrap{background:var(--rosl-stone);padding:5rem 2rem}.rosl-final-band{max-width:820px;margin:0 auto;text-align:center;background:var(--rosl-white);border:2px solid var(--rosl-copper);border-radius:calc(var(--rosl-r) + .5rem);padding:3rem 2rem;box-shadow:0 24px 60px rgba(196,92,38,.1)}.rosl-final-eyebrow{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--rosl-copper);margin-bottom:.75rem}.rosl-final-band h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;margin:0 0 1rem;color:var(--rosl-ink)}.rosl-final-lead{color:var(--rosl-ink-muted);margin:0 0 1.5rem}.rosl-final-pills{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;list-style:none;padding:0;margin:0 0 2rem}.rosl-final-pills li{background:var(--rosl-stone);border:1px solid var(--rosl-border);border-radius:2rem;padding:.35rem .9rem;font-size:.78rem;font-weight:600;color:var(--rosl-ink-mid)}.rosl-final-actions{display:flex;flex-direction:column;align-items:stretch;gap:.85rem}@media (min-width:600px){.rosl-final-actions{flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center}}.rosl-inline-link{color:var(--rosl-copper);font-weight:600;text-decoration:underline;text-underline-offset:3px}@media (max-width:991px){.rosl-hero-inner{padding-top:5.5rem}.rosl-hero-bg{background-position:center 35%;opacity:.72}.rosl-hero-gradient{background:linear-gradient(180deg,rgba(15,31,45,.68),rgba(15,31,45,.38) 50%,rgba(15,31,45,.12))}.rosl-section--angled{clip-path:none;margin-top:0}}.faq-section{background:#fff;padding:60px 0;line-height:25px}.faq-container{max-width:800px;margin:0 auto}.faq-section-header{text-align:center}.faq-section-title{font-size:3rem;font-weight:700;color:#1a202c;margin-bottom:24px;line-height:1.2;letter-spacing:-.01em}.faq-item{border-bottom:1px solid #e2e8f0;margin-bottom:0}.faq-question{width:100%;padding:25px 0;background:none;border:none;text-align:left;font-size:1.2rem;font-weight:600;color:#333657;cursor:pointer;transition:all .3s ease;display:flex;justify-content:space-between;align-items:center}.faq-question:hover{color:#e13940}.faq-toggle{font-size:1.5rem;color:#64748b;transition:all .3s ease;font-weight:300}.faq-answer{padding-bottom:0;max-height:0;overflow:hidden;transition:all .4s ease}.faq-answer.active{padding-bottom:32px;max-height:300px}.faq-answer p{color:#64748b;line-height:1.7;font-size:1rem;margin:0}.faq-answer-link{color:#e13940;text-decoration:underline;font-weight:600}.text{letter-spacing:.5px;line-height:1.56}.text--xxs{font-size:11px}.text--xs{font-size:12px}.text--s{font-size:14px}.text--m{font-size:16px}.text--l{font-size:18px}.text--xl{font-size:20px}.text--xxl{font-size:22px}.text--xxxl{font-size:30px;line-height:38px}.text--thin{font-weight:300}.text--normal{font-weight:400}.text--semi-bold{font-weight:500}.text--bold{font-weight:700}.text--black{color:#101c22}.text--gray-darker{color:#212121}.text--gray-dark{color:#495865}.text--gray{color:#888}.text--gray-light{color:#e5e9ee}.text--white{color:#fff}.text--primary{color:#e1242a}.text--secondary{color:#156bd3}@media(min-width:992px){.text--xxl{font-size:35px;line-height:1.2}.text--xxxl{font-size:45px;line-height:1.2}}.section-title__dual--remaining-words,.section-title__dual-reverse--first-word{color:#e1242a}.section-title__last-word-gradient--gradient{background:linear-gradient(90deg,#6d5bd0,#a855f7);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.section-title__secondary{padding-bottom:15px;position:relative}.section-title__secondary:after{content:"";position:absolute;bottom:0;left:0;height:3px;background:#e1242a}.section-title__secondary--full{display:inline-block}.section-title__secondary--full:after{width:100%}.section-title__secondary--center{text-align:center}.section-title__secondary--center:after{left:50%;transform:translateX(-50%);width:120px}.section-title__secondary--left:after{width:120px}.container{margin:0 auto;padding-left:15px;padding-right:15px}.container--fluid{padding-left:30px;padding-right:30px}@media(min-width:768px){.container:not(.container--fluid){width:750px}}@media(min-width:992px){.container--fluid{padding-left:100px;padding-right:100px}.container:not(.container--fluid){width:970px}}@media(min-width:1200px){.container:not(.container--fluid){width:1170px}}.slider{display:flex;align-items:center;position:relative}.slider__arrow{background:none;border:none;position:relative;height:50px;width:30px;cursor:pointer;overflow:hidden}.slider__arrow:before{content:"";position:absolute;top:8px;height:30px;width:30px;border-color:#495865 #495865 transparent transparent;border-style:solid;border-width:2px}.slider__arrow--prev:before{transform:rotate(-135deg);left:15px}.slider__arrow--next:before{transform:rotate(45deg);left:-15px}.slider__arrow--disabled{cursor:default;pointer-events:none;opacity:.3}.slider__list-wrapper{flex:1;overflow:hidden}.slider__list{position:relative;display:flex;flex-wrap:nowrap;transition:left .8s ease-in-out}.slider__list>li{flex:0 0 100%;padding:0 15px}@media(min-width:768px){.slider__list>li{flex:0 0 50%}}@media(min-width:992px){.slider__list>li{flex:0 0 33.33333%}}.related-resource-item{display:block;background:#fff;border:1px solid #e5e9ee;box-shadow:0 0 5px #e5e9ee;text-decoration:none}.related-resource-item__image-container{height:105px;position:relative}.related-resource-item__image{-o-object-fit:cover;object-fit:cover}.related-resource-item__description-container{height:140px;padding:20px 25px 20px 20px}.related-resource-item__description{height:92px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden}.related-resource-item__footer{border-top:1px solid #e5e9ee;padding:10px 25px 10px 20px}@media(min-width:992px){.related-resource-item__image-container{height:150px}}@keyframes loading{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.spinner{margin:0 auto;border-radius:50%;border-width:2px;border-style:solid;animation:loading .7s linear infinite}.spinner--default{border-color:#101c22 #101c22 #101c22 transparent}.spinner--primary{border-color:#e1242a #e1242a #e1242a transparent}.spinner--secondary{border-color:#156bd3 #156bd3 #156bd3 transparent}.spinner--small{width:16px;height:16px}.spinner--medium{width:28px;height:28px}.spinner--large{width:40px;height:40px}.related-resources{background:#f5f7fa;padding-top:50px;padding-bottom:50px}.related-resources__header{text-align:center;padding-bottom:50px}.related-resources__description{padding-top:8px}@keyframes infiniteslide{0%{transform:translateZ(0)}to{transform:translate3d(-3445px,0,0)}}.loginext-empower-brands{background:#efefef;text-align:center;padding:12px 0 20px;overflow:hidden;height:225px}.loginext-empower-brands__section-title{text-align:center;padding:8px 0 14px}.loginext-empower-brands__brand-list{display:flex;align-items:center;gap:50px;animation:infiniteslide 37.92s linear 0s infinite normal none running}.loginext-empower-brands__brand-list-item{height:65px;display:inline-flex}.loginext-empower-brands__brand-image{height:100%;width:unset;aspect-ratio:3/2;-o-object-fit:contain;object-fit:contain}