@keyframes heroAppear{0%{opacity:0;top:2.5%;transform:scale(1.05)}to{opacity:1;top:0;transform:scale(1)}}.choices-icons-wrapper{align-items:center;border:2px solid #ee3223;border-radius:100px;display:flex;font-weight:600;justify-content:space-between;margin:2.5em auto 0;padding:1em 2em;text-transform:uppercase}@media (max-width:600px){.choices-icons-wrapper{border:0;flex-direction:column;gap:1em;margin-top:1em;padding:0}}.choices-icons-wrapper .choices-icons{align-items:center;display:flex;justify-content:space-between;max-width:350px;width:100%}@media (max-width:600px){.choices-icons-wrapper .choices-icons{border:2px solid #ee3223;border-radius:100px;padding:1em}}.choices-icons-wrapper .choices-icon{align-items:center;background-color:transparent;border-radius:100px;cursor:pointer;display:flex;height:50px;justify-content:center;padding:8px;position:relative;transition:background-color .2s ease-in-out;width:50px}@media (max-width:600px){.choices-icons-wrapper .choices-icon{height:40px;width:40px}}.choices-icons-wrapper .choices-icon.active{background-color:#ee3223;padding:12px}.choices-icons-wrapper .choices-icon.active svg path{fill:#fff;stroke:none}.choices-icons-wrapper .choices-icon.active:after{border:2px solid #ee3223;border-radius:28px;bottom:-5px;content:"";left:-5px;position:absolute;right:-5px;top:-5px;transition:border .2s ease-out}.seasons-tab:not(.active){display:none}.seasons-cta{margin-top:1em}@media (min-width:1024px){.seasons-cta{margin-top:2em}}