﻿.marquee{width:100%;padding:1.875rem 0;display:flex;align-items:center;overflow:hidden;}.marquee__content{display:flex;animation:marquee 30s linear infinite running;}.marquee__content:hover{animation-play-state:paused;}.marquee__item{margin:0 1.25rem;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease;}.marquee__item a{color:#233225;margin-left:.625rem;white-space:nowrap;}.marquee__item:hover{transform:scale(1.1);}@keyframes marquee{0%{transform:translateX(100vw);}100%{transform:translate(-100%);}}.home-spacer{margin-top:2rem;}@media(min-width:992px){.home-spacer{margin-top:3rem;}}.role-picker__switches{display:flex;gap:1.25rem;}.role-picker__switch{padding:0;display:inline-flex;flex-direction:column;align-items:flex-start;color:#ffca57;}.role-picker__switch::after{display:block;content:"";border-bottom:solid 2px #233225;width:.875rem;transform:scaleX(0);transform-origin:0% 50%;transition:transform .2s ease;margin-left:2px;}.role-picker__switch:hover,.role-picker__switch.active{color:#233225;}.role-picker__switch:hover::after,.role-picker__switch.active::after{transform:scaleX(1);}.role-picker__details{display:none;}.role-picker__details.active{display:block;}.role-picker__jumbo{font-family:"Nekst Black",sans-serif;font-weight:normal;font-size:4rem;line-height:110%;margin-bottom:2.5rem;}@media(min-width:992px){.role-picker__jumbo{font-size:6.25rem;}}.home-claim{font-size:2.25rem;line-height:130%;margin-top:9.375rem;}@media(min-width:992px){.home-claim{margin-top:2rem;}}@media(min-width:1700px){.home-claim{margin-top:5rem;}}