.hero{background:linear-gradient(rgba(10,10,10,.9),rgba(10,10,10,1)),url(/_next/static/media/splash.65c17a11.jpg);background-size:cover;background-position:50%}@media (max-width:750px){.hero-content{width:90%!important;padding:0}.offer{padding:0!important}.offer-content{width:90%!important;padding:30px}.hero-content h1{font-size:42px}}.dark .hero{background:linear-gradient(rgba(10,10,10,.9),rgba(10,10,10,1)),url(/_next/static/media/splash.65c17a11.jpg);background-size:cover;background-position:50%}.light .hero{background:linear-gradient(rgba(255,255,255,.7),rgba(255,255,255,1)),url(/_next/static/media/splash.65c17a11.jpg);background-size:cover;background-position:50%}.blinker{animation:blinker 1s ease-in-out infinite}@keyframes blinker{0%{opacity:.5;scale:1}to{opacity:0;scale:2}}.star-border-container{display:inline-block;position:relative;border-radius:20px;overflow:hidden}.border-gradient-bottom{bottom:-12px;right:-250%;animation:star-movement-bottom linear infinite alternate}.border-gradient-bottom,.border-gradient-top{position:absolute;width:300%;height:50%;opacity:.7;border-radius:50%;z-index:0}.border-gradient-top{top:-12px;left:-250%;animation:star-movement-top linear infinite alternate}.inner-content{position:relative;border:1px solid #222;background:#0a0a0a;color:white;font-size:16px;text-align:center;padding:20px;border-radius:20px;z-index:1}.light .border-gradient-bottom,.light .border-gradient-top{opacity:.5}.light .inner-content{background:#fff;color:#222;border:1px solid #0002}.dark .border-gradient-bottom,.dark .border-gradient-top{opacity:.7}.dark .inner-content{background:#0a0a0a;color:white;border:1px solid #222}@keyframes star-movement-bottom{0%{transform:translate(0);opacity:1}to{transform:translate(-100%);opacity:0}}@keyframes star-movement-top{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}