:root{--rr-red:#b5371c;--rr-red-dark:#8f2913;--rr-red-bright:#c8421f;--rr-charcoal:#2c2926;--rr-charcoal-2:#201d1b;--rr-ink:#1c1a18;--rr-stone:#f6f3f0;--rr-stone-2:#ece7e2;--rr-paper:#ffffff;--rr-text:#2c2926;--rr-muted:#6e6660;--rr-line:#e2dcd6;--rr-flag-blue:#3c3b6e;--rr-shadow:0 18px 40px -18px rgba(28,26,24,0.55);--rr-shadow-img:0 22px 45px -20px rgba(28,26,24,0.6);--rr-maxw:1180px;--rr-header-h:126px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--rr-text);background:var(--rr-stone);font-family:var(--font-body),"Source Sans 3",-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-size:18px;line-height:1.7;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3,h4,h5{font-family:var(--font-head),"Oswald","Arial Narrow",Impact,sans-serif;font-weight:600;line-height:1.1;letter-spacing:.01em;color:var(--rr-ink);margin:0 0 .6em}h1{font-size:clamp(2.4rem,5vw,4rem)}h1,h2{text-transform:uppercase}h2{font-size:clamp(1.9rem,3.4vw,2.7rem)}h3{font-size:1.5rem}h4{font-size:1.2rem}p{margin:0 0 1.1rem}a{color:var(--rr-red);text-decoration:none;transition:color .2s ease}a:hover{color:var(--rr-red-dark)}img{max-width:100%;display:block}.container{width:100%;max-width:var(--rr-maxw);margin:0 auto;padding:0 24px}.section{padding:84px 0}.section--tight{padding:56px 0}.section--stone{background:var(--rr-stone)}.section--paper{background:var(--rr-paper)}.section--dark{background:var(--rr-charcoal);color:#efe9e4}.section--dark h1,.section--dark h2,.section--dark h3{color:#fff}.lead{font-size:1.3rem;line-height:1.6;color:var(--rr-text)}.eyebrow{display:inline-flex;align-items:center;gap:10px;font-family:var(--font-head),"Oswald",sans-serif;text-transform:uppercase;letter-spacing:.22em;font-size:.8rem;font-weight:600;color:var(--rr-red);margin-bottom:.9rem}.eyebrow:before{content:"";width:34px;height:3px;background:var(--rr-red);display:inline-block}.section-title{position:relative;margin-bottom:1.4rem}.section-title:after{content:"";display:block;width:72px;height:4px;background:var(--rr-red);margin-top:.6rem;border-radius:2px}.section-title--center{text-align:center}.section-title--center:after{margin-left:auto;margin-right:auto}.btn{display:inline-flex;align-items:center;gap:10px;font-family:var(--font-head),"Oswald",sans-serif;text-transform:uppercase;letter-spacing:.08em;font-weight:600;font-size:.95rem;padding:14px 28px;border-radius:2px;border:2px solid var(--rr-red);background:var(--rr-red);color:#fff;cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease,border-color .2s ease}.btn:hover{background:var(--rr-red-dark);border-color:var(--rr-red-dark);color:#fff;transform:translateY(-2px)}.btn--ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.6)}.btn--ghost:hover{background:#fff;color:var(--rr-charcoal);border-color:#fff}.btn--outline{background:transparent;color:var(--rr-red)}.btn--outline:hover{background:var(--rr-red);color:#fff}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:#e0e0e0;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom:3px solid var(--rr-red);height:var(--rr-header-h);box-shadow:0 6px 18px -12px rgba(28,26,24,.4)}.site-header__inner{position:relative;z-index:1;height:var(--rr-header-h);display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding-bottom:14px}.header-bg{--bg-op:0.5;position:absolute;inset:0;z-index:0;background-image:url(/assets/rocks-bg.png);background-repeat:no-repeat;background-position:70% bottom;background-size:contain;opacity:0;pointer-events:none;animation:rr-bg-fade 1.3s ease .15s both}.brand{display:flex;align-items:flex-end;gap:12px}.brand img{height:100px;width:auto;max-height:100px}.nav{display:flex;align-items:flex-end;gap:6px}.nav a{font-family:var(--font-head),"Oswald",sans-serif;text-transform:uppercase;letter-spacing:.1em;font-size:.92rem;font-weight:500;color:var(--rr-charcoal);padding:10px 16px;border-radius:2px;position:relative}.nav a:after{content:"";position:absolute;left:16px;right:16px;bottom:4px;height:2px;background:var(--rr-red);transform:scaleX(0);transform-origin:left;transition:transform .25s ease}.nav a:hover{color:var(--rr-red)}.nav a.is-active:after,.nav a:hover:after{transform:scaleX(1)}.nav a.is-active{color:var(--rr-red)}.nav__phone{margin-left:10px;display:inline-flex;align-items:center;gap:8px;background:var(--rr-red);color:#fff;padding:10px 18px;border-radius:2px;font-family:var(--font-head),"Oswald",sans-serif;letter-spacing:.06em}.nav__phone:hover{background:var(--rr-red-dark);color:#fff}.nav-toggle{display:none;background:none;border:0;color:var(--rr-charcoal);cursor:pointer;padding:8px;margin-bottom:6px}.nav-toggle span,.nav-toggle span:after,.nav-toggle span:before{display:block;width:26px;height:2px;background:var(--rr-charcoal);position:relative;transition:.2s ease}.nav-toggle span:after,.nav-toggle span:before{content:"";position:absolute}.nav-toggle span:before{top:-8px}.nav-toggle span:after{top:8px}@media (max-width:920px){.site-header__inner{justify-content:center}.nav-toggle{display:block;right:24px;bottom:14px}.nav,.nav-toggle{position:absolute}.nav{top:var(--rr-header-h);left:0;right:0;flex-direction:column;align-items:stretch;gap:0;background:#fff;border-bottom:0 solid var(--rr-red);box-shadow:none;padding:0;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease,border-bottom-width .3s ease,box-shadow .3s ease}.nav.is-open{max-height:340px;padding:10px 0;border-bottom-width:3px;box-shadow:0 16px 24px -16px rgba(28,26,24,.45)}.nav a{padding:14px 24px}.nav a:after{display:none}.nav__phone{margin:10px 24px;justify-content:center}}.hero{position:relative;min-height:78vh;display:flex;align-items:center;color:#fff;overflow:hidden;background:#2a2a2a}.hero__bg{position:absolute;inset:0;transform:scale(1.05)}.hero__video{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(28,26,24,.55),rgba(28,26,24,.35) 40%,rgba(28,26,24,.78)),linear-gradient(90deg,rgba(181,55,28,.28),rgba(28,26,24,.15))}.hero__inner{position:relative;z-index:2;padding-top:120px;padding-bottom:120px;max-width:920px}.hero h1{color:#fff;text-shadow:0 2px 18px rgba(0,0,0,.4)}.hero__title{font-size:clamp(3.2rem,7vw,6rem);line-height:1.02;margin-bottom:.4em}.hero__tag{font-size:1.35rem;color:#f3ede8;margin-bottom:14px}.hero__subtag,.hero__tag{line-height:1.6;max-width:640px}.hero__subtag{font-size:1rem;color:#e6ded8;margin:0 0 30px}.hero__actions{display:flex;flex-wrap:wrap;gap:16px}.hero__scroll{position:absolute;bottom:26px;left:50%;transform:translateX(-50%);z-index:2;color:rgba(255,255,255,.8);font-family:var(--font-head),"Oswald",sans-serif;letter-spacing:.2em;text-transform:uppercase;font-size:.7rem}.page-banner{position:relative;color:#fff;overflow:hidden;padding:92px 0 70px}.page-banner__bg,.page-banner__overlay{position:absolute;inset:0}.page-banner__overlay{background:linear-gradient(180deg,rgba(28,26,24,.7),rgba(28,26,24,.85))}.page-banner__inner{position:relative;z-index:2}.page-banner h1{color:#fff;margin-bottom:.2em}.page-banner .crumbs{font-family:var(--font-head),"Oswald",sans-serif;text-transform:uppercase;letter-spacing:.16em;font-size:.8rem;color:rgba(255,255,255,.75)}.page-banner .crumbs a{color:var(--rr-red-bright)}.grid{display:grid;grid-gap:28px;gap:28px}.grid--2{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}@media (max-width:900px){.grid--3,.grid--4{grid-template-columns:repeat(2,1fr)}}@media (max-width:620px){.grid--2,.grid--3,.grid--4{grid-template-columns:1fr}}.card{background:var(--rr-paper);border:1px solid var(--rr-line);border-top:4px solid var(--rr-red);border-radius:4px;padding:28px;box-shadow:var(--rr-shadow)}.card h3{margin-bottom:.4rem}.photo{border-radius:6px;overflow:hidden;box-shadow:var(--rr-shadow-img)}.photo img{width:100%;height:100%;object-fit:cover;display:block}.photo-band{position:relative;overflow:hidden;height:300px;border-radius:6px;box-shadow:var(--rr-shadow-img)}.map-slideshow{display:flex;flex-direction:column;gap:14px}.map-slideshow__stage{position:relative;aspect-ratio:4/3;border-radius:6px;overflow:hidden;display:grid;place-items:center}.map-ph{display:flex;flex-direction:column;align-items:center;gap:6px;padding:16px;text-align:center;font-family:var(--font-head),"Oswald",sans-serif;text-transform:uppercase;letter-spacing:.1em;font-size:1.05rem;color:var(--rr-muted)}.map-ph small{font-family:var(--font-body),sans-serif;text-transform:none;letter-spacing:.04em;font-size:.72rem;color:#a59c95}.map-slideshow__thumbs{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px}.map-thumb{position:relative;aspect-ratio:1/1;padding:0;border-radius:4px;overflow:hidden;cursor:pointer;display:grid;place-items:center;background:var(--rr-stone-2);border:2px solid var(--rr-line);transition:border-color .2s ease,transform .2s ease}.map-thumb:hover{transform:translateY(-2px)}.map-thumb.is-active{border-color:var(--rr-red)}.map-thumb__ph{font-family:var(--font-head),"Oswald",sans-serif;font-size:1.1rem;color:var(--rr-muted)}.split{display:grid;grid-template-columns:1fr 1fr;grid-gap:56px;gap:56px;align-items:center}.split--media-first .split__media{order:-1}@media (min-width:881px){.split--7-5{grid-template-columns:7fr 5fr}.split--5-7{grid-template-columns:5fr 7fr}}@media (max-width:880px){.split{grid-template-columns:1fr;gap:32px}}.stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:0;gap:0}.stats .stat{text-align:center;padding:18px 14px;border-right:1px solid rgba(255,255,255,.14)}.stats .stat:last-child{border-right:0}.stat__num{font-family:var(--font-head),"Oswald",sans-serif;font-size:clamp(2.2rem,4vw,3.2rem);color:var(--rr-red-bright);line-height:1}.stat__label{text-transform:uppercase;letter-spacing:.14em;font-size:.78rem;color:#d8d2cc;margin-top:8px}@media (max-width:700px){.stats{grid-template-columns:repeat(2,1fr)}.stats .stat:nth-child(2){border-right:0}}.contact-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:22px;gap:22px}@media (max-width:640px){.contact-grid{grid-template-columns:1fr}}.info-card{position:relative;height:100%;background:var(--rr-paper);border:1px solid var(--rr-line);border-radius:8px;padding:26px 28px;box-shadow:var(--rr-shadow)}.info-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--rr-red);border-radius:8px 0 0 8px}.info-card__title{font-family:var(--font-head),"Oswald",sans-serif;font-size:1.2rem;color:var(--rr-ink);margin:0 0 18px;padding-bottom:14px;border-bottom:1px solid var(--rr-line)}.info-rows{list-style:none;margin:0;padding:0;display:grid;grid-gap:16px;gap:16px}.info-rows li{display:flex;align-items:flex-start;gap:14px}.info-ico{flex:none;width:40px;height:40px;border-radius:50%;background:var(--rr-stone-2);color:var(--rr-red);display:grid;place-items:center}.info-ico svg{width:19px;height:19px}.info-row__text{display:flex;flex-direction:column;min-width:0}.info-row__label{font-family:var(--font-head),"Oswald",sans-serif;text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;color:var(--rr-muted);margin-bottom:2px}.info-row__value{font-weight:600;color:var(--rr-text);line-height:1.4;overflow-wrap:anywhere}a.info-row__value{transition:color .2s ease}a.info-row__value:hover{color:var(--rr-red)}.forms-list{list-style:none;margin:0;padding:0;display:grid;grid-gap:12px;gap:12px}.forms-list a{display:flex;align-items:center;gap:14px;background:var(--rr-paper);border:1px solid var(--rr-line);border-radius:4px;padding:16px 18px;color:var(--rr-text);font-weight:600;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.forms-list a:hover{border-color:var(--rr-red);transform:translateX(4px);box-shadow:var(--rr-shadow);color:var(--rr-red-dark)}.forms-list .ico{flex:none;width:38px;height:38px;display:grid;place-items:center;background:var(--rr-red);color:#fff;border-radius:50%;font-size:1rem}.forms-list .ext{margin-left:auto;color:var(--rr-muted);font-weight:400;font-size:.9rem}.faq-group{margin-bottom:44px}.faq-group>h3{font-size:1.6rem;color:var(--rr-ink);border-bottom:2px solid var(--rr-line);padding-bottom:.4rem;margin-bottom:1rem}.faq{border-bottom:1px solid var(--rr-line)}.faq>summary{list-style:none;cursor:pointer;padding:18px 44px 18px 0;position:relative;font-family:var(--font-head),"Oswald",sans-serif;font-size:1.15rem;font-weight:500;color:var(--rr-ink)}.faq>summary::-webkit-details-marker{display:none}.faq>summary:after{content:"+";position:absolute;right:6px;top:50%;transform:translateY(-50%);font-size:1.6rem;color:var(--rr-red);line-height:1;transition:transform .2s ease}.faq[open]>summary:after{content:"–"}.faq[open]>summary{color:var(--rr-red)}.faq__body{padding:0 0 20px;color:var(--rr-text)}.faq__body ul{margin:.4rem 0 1rem 1.2rem}.faq__body li{margin-bottom:.3rem}.pill-list{list-style:none;margin:0;padding:0;display:grid;grid-gap:12px;gap:12px}.pill-list li{border:1px solid var(--rr-line);border-left:3px solid var(--rr-red);padding:14px 18px;border-radius:3px;font-weight:600}.pill-list li,.team-card{background:var(--rr-paper)}.team-card{border:1px solid var(--rr-line);border-radius:6px;padding:26px;text-align:center;box-shadow:var(--rr-shadow)}.team-card .avatar{width:72px;height:72px;margin:0 auto 14px;border-radius:50%;background:var(--rr-stone-2);border:2px solid var(--rr-line);color:var(--rr-charcoal);display:grid;place-items:center;overflow:hidden}.team-card .avatar svg{width:52px;height:52px;margin-bottom:-6px}.team-card .name{font-family:var(--font-head),"Oswald",sans-serif;font-size:1.25rem;color:var(--rr-ink)}.team-card .title{color:var(--rr-red);text-transform:uppercase;letter-spacing:.1em;font-size:.8rem;margin-top:4px}.dept{background:var(--rr-paper);border:1px solid var(--rr-line);border-top:3px solid var(--rr-red);border-radius:4px;padding:22px 24px}.dept h4{font-size:1.05rem;text-transform:uppercase;letter-spacing:.1em;color:var(--rr-red);margin-bottom:.6rem}.dept ul{list-style:none;margin:0;padding:0}.dept li{padding:5px 0;border-bottom:1px dashed var(--rr-line)}.dept li:last-child{border-bottom:0}.state-card{background:#f2efeb;color:var(--rr-text);border-radius:12px;padding:36px 34px;box-shadow:var(--rr-shadow);border:1px solid var(--rr-line)}.state-card p{margin:0;font-size:1.2rem;line-height:1.6;color:var(--rr-text)}.state-pills{list-style:none;display:flex;flex-wrap:wrap;gap:12px;margin:24px 0 0;padding:0}.state-pills li{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--rr-line);border-left:3px solid var(--rr-red);color:var(--rr-ink);font-family:var(--font-head),"Oswald",sans-serif;text-transform:uppercase;letter-spacing:.08em;font-size:.9rem;padding:9px 15px;border-radius:4px}.state-pills li svg{width:15px;height:15px;color:var(--rr-red)}.section-logo{width:clamp(194px,25.9vw,324px);height:auto;margin:0 auto;display:block;filter:drop-shadow(0 18px 34px rgba(28,26,24,.28));opacity:0}.reveal.is-visible .section-logo{animation:rr-fade .9s ease .1s both}.entities{position:relative;overflow:hidden}.entities-grid{position:relative;margin-top:40px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}@media (max-width:720px){.entities-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:460px){.entities-grid{grid-template-columns:1fr}}.entity-card{position:relative;height:100%;isolation:isolate;overflow:hidden;padding:28px 22px;text-align:center;border-radius:10px;color:#fff;background:linear-gradient(160deg,#34302c,#211e1c);border:1px solid rgba(255,255,255,.07);box-shadow:var(--rr-shadow);transition:transform .32s ease,box-shadow .32s ease,border-color .32s ease}.entity-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--rr-red),var(--rr-red-bright));transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.entity-card:hover{transform:translateY(-8px);border-color:rgba(181,55,28,.55);box-shadow:0 34px 56px -24px rgba(0,0,0,.65)}.entity-card:hover:before{transform:scaleX(1)}.entity-icon{display:block;width:50px;height:32px;margin:0 auto 18px;color:var(--rr-red-bright);filter:drop-shadow(0 4px 10px rgba(181,55,28,.5));transition:transform .32s ease}.entity-card:hover .entity-icon{transform:translateY(-2px) scale(1.04)}.entity-name{font-size:1.18rem;line-height:1.18;color:#fff;margin:0}.entity-name,.entity-type{font-family:var(--font-head),"Oswald",sans-serif}.entity-type{display:inline-flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;color:#c9c2bc}.entity-type .tag{background:var(--rr-red);color:#fff;padding:4px 9px;border-radius:3px;letter-spacing:.06em}.op-card__head{display:flex;align-items:baseline;justify-content:space-between;gap:14px;margin-bottom:10px}.op-card__num{flex:none;display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:rgba(200,66,31,.16);color:var(--rr-red-bright)}.op-card__num svg{width:20px;height:20px}.prose h2{margin-top:1.8rem;font-size:1.8rem}.prose h3{margin-top:1.4rem;color:var(--rr-red)}.prose ul{margin:0 0 1.2rem 1.2rem}.prose li{margin-bottom:.4rem}.prose ol{margin:0 0 1.2rem 1.2rem}.site-footer{position:relative;background:var(--rr-stone);color:var(--rr-text);border-top:1px solid var(--rr-line);overflow:hidden}.footer-stripe{background:var(--rr-red);height:30px}.footer-brand img{width:80px;height:auto;border:2px solid rgba(28,26,24,.14);box-shadow:0 8px 18px rgba(28,26,24,.25)}.footer-brand__title{font-family:var(--font-head),"Oswald",sans-serif;text-transform:uppercase;letter-spacing:.08em;font-size:1.15rem;color:var(--rr-ink);margin:0;padding:0}.footer-brand__blurb{margin:0 auto;color:var(--rr-muted);line-height:1.6;max-width:44ch;font-size:.85rem;text-align:justify}.footer-brand__blurb a{color:var(--rr-red);font-weight:600;white-space:nowrap}.footer-brand__blurb a:hover{color:var(--rr-red-dark)}.footer-main{position:relative;padding:64px 0 40px}.footer-mountains{position:absolute;inset:0;background-image:url(/assets/footer-bg.png);background-repeat:no-repeat;background-position:50%;background-size:cover;opacity:.05;pointer-events:none;z-index:0}.footer-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.4fr 1fr 1fr;grid-gap:40px;gap:40px}@media (max-width:820px){.footer-grid{grid-template-columns:1fr;gap:32px}}.footer-brand{display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px}.footer h4{color:var(--rr-ink);text-transform:uppercase;letter-spacing:.12em;font-size:1rem;margin-bottom:1rem;position:relative;padding-bottom:.5rem}.footer h4:after{content:"";position:absolute;left:0;bottom:0;width:36px;height:3px;background:var(--rr-red)}.footer-nav{list-style:none;margin:0;padding:0}.footer-nav li{margin-bottom:8px}.footer-nav a{color:var(--rr-text)}.footer-nav a:hover{color:var(--rr-red);padding-left:4px}.footer address{font-style:normal;line-height:1.8}.footer address,.footer address a{color:var(--rr-text)}.footer address a:hover{color:var(--rr-red)}.footer address strong{color:var(--rr-ink)}.footer-hours{margin-top:14px}.footer-hours strong{color:var(--rr-ink)}.footer-bottom{position:relative;border-top:1px solid var(--rr-line);padding:20px 0;font-size:.85rem;color:var(--rr-muted)}.footer-bottom__inner{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap}.footer-bottom a{color:var(--rr-muted)}.footer-bottom a:hover{color:var(--rr-red)}.footer-bottom__right{display:inline-flex;flex-direction:column;align-items:flex-end;gap:6px}.footer-bottom .powered-by{display:inline-flex;align-items:center;gap:5px;font-family:var(--font-body),"Source Sans 3",sans-serif;text-transform:none;letter-spacing:normal;font-size:.8rem;color:#3a3a3a;transition:color .25s ease}.footer-bottom .powered-by span{font-weight:600}.footer-bottom .powered-by:hover{color:#8bd17c}@keyframes rr-fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes rr-fade{0%{opacity:0}to{opacity:1}}@keyframes rr-bg-fade{0%{opacity:0}to{opacity:var(--bg-op,.5)}}.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease;will-change:opacity,transform}.reveal.is-visible{opacity:1;transform:translateY(0)}.home-fade-logo{animation:rr-fade-up .9s ease both}.home-fade-nav{animation:rr-fade 1.1s ease .25s both}.home-fade-hero-1{animation:rr-fade-up .9s ease .35s both}.home-fade-hero-2{animation:rr-fade-up .9s ease .55s both}.home-fade-hero-3{animation:rr-fade-up .9s ease .75s both}@media (prefers-reduced-motion:reduce){.home-fade-hero-1,.home-fade-hero-2,.home-fade-hero-3,.home-fade-logo,.home-fade-nav,.reveal{animation:none!important;transition:none!important;opacity:1!important;transform:none!important}.header-bg{animation:none!important;opacity:var(--bg-op)!important}.section-logo{animation:none!important;opacity:1!important;transform:none!important}html{scroll-behavior:auto}}.reveal.stretch{height:100%;display:flex}.reveal.stretch>*{flex:1 1}.text-center{text-align:center}.mt-0{margin-top:0}.muted{color:var(--rr-muted)}@font-face{font-family:Oswald;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b3097673cd409a21-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Oswald;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/2409d02eaee47cb9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Oswald;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b72a6a678d511e3a-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Oswald;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/a33a3f3323a75998-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Oswald;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/bd9b9909c3a641ff-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Oswald;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/b3097673cd409a21-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Oswald;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/2409d02eaee47cb9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Oswald;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/b72a6a678d511e3a-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Oswald;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/a33a3f3323a75998-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Oswald;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/bd9b9909c3a641ff-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Oswald;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/b3097673cd409a21-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Oswald;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/2409d02eaee47cb9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Oswald;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/b72a6a678d511e3a-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Oswald;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/a33a3f3323a75998-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Oswald;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/bd9b9909c3a641ff-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Oswald;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b3097673cd409a21-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Oswald;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/2409d02eaee47cb9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Oswald;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b72a6a678d511e3a-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Oswald;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/a33a3f3323a75998-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Oswald;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/bd9b9909c3a641ff-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Oswald Fallback;src:local("Arial");ascent-override:146.51%;descent-override:35.49%;line-gap-override:0.00%;size-adjust:81.43%}.__className_4b3a9b{font-family:Oswald,Oswald Fallback;font-style:normal}.__variable_4b3a9b{--font-head:"Oswald","Oswald Fallback"}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/88da59c891d37117-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/1e377d93cbdd6b44-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/36d711d427a06e51-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/f1f7cdf240180e28-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/55fbdf033607a0e1-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b6a6f0b43d027304-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/9cf9c6e84ed13b5e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/88da59c891d37117-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/1e377d93cbdd6b44-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/36d711d427a06e51-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/f1f7cdf240180e28-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/55fbdf033607a0e1-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/b6a6f0b43d027304-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/9cf9c6e84ed13b5e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/88da59c891d37117-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/1e377d93cbdd6b44-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/36d711d427a06e51-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/f1f7cdf240180e28-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/55fbdf033607a0e1-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b6a6f0b43d027304-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/9cf9c6e84ed13b5e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Source Sans\ 3 Fallback;src:local("Arial");ascent-override:109.21%;descent-override:42.66%;line-gap-override:0.00%;size-adjust:93.76%}.__className_aeb8b9{font-family:Source Sans\ 3,Source Sans\ 3 Fallback;font-style:normal}.__variable_aeb8b9{--font-body:"Source Sans 3","Source Sans 3 Fallback"}