.banner-counter__banner__wrapper{width:100%;position:fixed;z-index:1000;top:0;background:#601;backdrop-filter:blur(6px)}.banner-counter__banner__wrapper::after{content:"";position:absolute;width:100%;height:100%;background:linear-gradient(94deg,#601 29.03%,#FC6008 100%);top:0;z-index:0;pointer-events:none}.banner-counter__banner{position:relative;z-index:1;min-height:5.875rem;display:grid;grid-template-columns:1fr;grid-template-areas:"text" "countdown";row-gap:.5rem;column-gap:1rem;-webkit-box-align:center;align-items:center;padding-top:.75rem;padding-bottom:.75rem}@media screen and (min-width:768px){.banner-counter__banner{grid-template-columns:auto auto 1fr;grid-template-areas:"text actions countdown";row-gap:0;column-gap:1.5rem;padding-top:0;padding-bottom:0}}@media screen and (min-width:1024px){.banner-counter__banner{min-height:5.625rem}}.banner-counter__text{grid-area:text;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;gap:.25rem;text-transform:uppercase}@media screen and (min-width:768px){.banner-counter__text{min-width:12.6875rem}}.banner-counter__text .subtitle{color:#FFF;font-family:"Encode Sans",sans-serif;font-size:1rem;font-weight:300;line-height:.8rem}.banner-counter__text .title{color:#FFF;font-family:"Encode Sans",sans-serif;font-size:1rem;font-weight:300;line-height:1.77rem}@media screen and (min-width:768px){.banner-counter__text .title{white-space:nowrap}}.banner-counter__cta{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;width:auto;min-height:auto;min-width:0;max-width:none;gap:.5rem;padding:0;border:1px solid transparent;border-radius:.25rem;background-color:transparent;color:#FFF;font-family:"Encode Sans",sans-serif;font-size:1rem;font-weight:700;line-height:normal;text-decoration:none;letter-spacing:.32px;white-space:nowrap;-webkit-transition:background-color 0.2s ease-in-out,color 0.2s ease-in-out,border-color 0.2s ease-in-out;transition:background-color 0.2s ease-in-out,color 0.2s ease-in-out,border-color 0.2s ease-in-out}@media screen and (min-width:768px){.banner-counter__cta{width:100%;min-height:3rem;min-width:10rem;max-width:16.125rem;padding:.75rem 2rem;background-color:#FFF;color:#000;font-size:.875rem;font-weight:500}}@media screen and (min-width:1024px){.banner-counter__cta{font-size:1rem}}.banner-counter__cta svg{-webkit-flex-shrink:0;flex-shrink:0}.banner-counter__cta:hover{background-color:#CDCFD5;color:#000}.banner-counter__cta:focus-visible{outline:2px solid #82ffe3;outline-offset:2px;background-color:#EEEFF1;color:#0C0C0E}.banner-counter__cta:active{background-color:#B2B4BD;color:#000}.banner-counter__countdown{grid-area:countdown;justify-self:start}@media screen and (min-width:768px){.banner-counter__countdown{justify-self:end}}