body{background:#303131;justify-content:center;align-items:center;min-height:100vh;font-family:redrose,Arial,monospace;display:flex}.home{text-align:center;z-index:1;flex-direction:column;flex:1;justify-content:center;align-items:center;width:100vw;max-width:1440px;min-height:100vh;display:flex;position:relative;overflow:hidden}.home:before{content:"";background-color:#ffffff0d;width:15rem;height:9rem;position:absolute;bottom:1rem;left:-3rem;transform:rotate(30deg);-webkit-mask-image:url(/assets/play.svg);mask-image:url(/assets/play.svg);-webkit-mask-position:0 100%;mask-position:0 100%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}@media (width>=1440px){.home:before{left:1.125rem}}.home__eyebrow{color:#fff;text-align:left;margin-bottom:1.5rem;font-size:2.5rem}.home__title{color:#fff;margin-bottom:3rem;font-size:6rem;font-weight:700;line-height:1}.home__text-wrapper{width:fit-content}.home__cta{z-index:1;height:40px;position:relative}.button{color:#303131;background-color:#ebeb6e;border:none;align-items:center;gap:.75rem;padding:.9rem 1.5rem;font-size:1.5rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.button__icon-wrapper{justify-content:center;align-items:center;width:1.5rem;height:1.5rem;display:flex;overflow:visible}.button__icon{transform-origin:50%;width:1.5rem;height:1.5rem;transition:all .2s}.button__label{font-size:1.5rem;line-height:1}.button__arrow{-webkit-text-stroke:0 currentColor;font-size:1.5rem;line-height:1;transition:all 2s ease-in-out}.button:hover{gap:1rem}.button:hover .button__icon-wrapper{height:2rem}.button:hover .button__icon{width:2rem;transform:rotate(-30deg)}.button:hover .button__arrow{-webkit-text-stroke-width:1.5px}
