footer:where(.astro-5WHR57P7){margin:0 auto;max-width:var(--max-width);box-sizing:border-box;padding:var(--spacing-unit) calc(var(--spacing-unit) * 2);color:var(--theme-text-light);font-size:20rem;display:flex;justify-content:space-between}.info:where(.astro-5WHR57P7) a:where(.astro-5WHR57P7){color:var(--theme-text-light);text-decoration:underline}.links:where(.astro-5WHR57P7) a:where(.astro-5WHR57P7){padding-left:5rem}@media only screen and (max-width: 600px){footer:where(.astro-5WHR57P7){display:block;text-align:center;padding:50rem calc(var(--spacing-unit) / 2) var(--spacing-unit)}.info:where(.astro-5WHR57P7),.links:where(.astro-5WHR57P7){line-height:2.5}}@font-face{font-family:Material Icons;font-style:normal;font-weight:400;font-display:block;src:url(/assets/material-icons.8265f647.woff2) format("woff2"),url(/assets/material-icons.fd84f88b.woff) format("woff")}.material-icons{font-family:Material Icons;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"liga"}section:where(.astro-QCWSIDU6){margin:0 auto;display:flex;box-sizing:border-box;padding:100rem var(--spacing-unit);max-width:var(--max-width)}h2:where(.astro-QCWSIDU6){margin:0 0 23rem;font-size:60rem;text-shadow:2px 5px 0 #000;text-transform:uppercase;line-height:.9}p:where(.astro-QCWSIDU6){margin:0;color:var(--theme-text-light);font-size:20rem}form:where(.astro-QCWSIDU6){margin-left:180rem;flex:1 1 50%}input:where(.astro-QCWSIDU6),button:where(.astro-QCWSIDU6){width:100%;max-width:444px;box-sizing:border-box}input:where(.astro-QCWSIDU6){margin-bottom:var(--spacing-unit);padding:23rem 17rem 19rem;outline:none;border-radius:2px;font-size:18rem;line-height:20rem;display:block;background:none;border:1px solid var(--theme-text)}button:where(.astro-QCWSIDU6){--button-bg: var(--theme-accent);--button-hover-bg: hsla(var(--color-base-orange), 50%, 1);--button-animate-bg: hsla(var(--color-base-orange), 30%, 1);background:var(--button-bg);border:none;padding:16rem;border-radius:2px;cursor:pointer}button:where(.astro-QCWSIDU6):not(:disabled):hover{background:var(--button-hover-bg)}button:where(.astro-QCWSIDU6).shake{animation:shake .2s 2}button:where(.astro-QCWSIDU6).loading{cursor:wait;animation:color 1s infinite;animation-timing-function:ease;animation-direction:alternate-reverse}button:where(.astro-QCWSIDU6).loading span:where(.astro-QCWSIDU6){opacity:.6}button:where(.astro-QCWSIDU6) span:where(.astro-QCWSIDU6){text-shadow:1px 1px 0 hsla(268,12%,39%,1),-1px -1px 0 hsla(var(--color-orange),.4)}button:where(.astro-QCWSIDU6) span:where(.astro-QCWSIDU6):first-child{font-size:24rem;text-transform:uppercase;font-family:var(--font-heading)}button:where(.astro-QCWSIDU6) span:where(.astro-QCWSIDU6).material-icons{margin-left:-5px;font-size:32rem;vertical-align:-7px}button:where(.astro-QCWSIDU6) span:where(.astro-QCWSIDU6).material-icons:last-child{display:none}button:where(.astro-QCWSIDU6):disabled{cursor:default;color:var(--theme-text-light)}button:where(.astro-QCWSIDU6):disabled span:where(.astro-QCWSIDU6):not(:last-child){display:none}button:where(.astro-QCWSIDU6):disabled span:where(.astro-QCWSIDU6):last-child{display:inline}.success:where(.astro-QCWSIDU6){margin:0;padding:10rem 15rem;border-radius:2px;color:var(--theme-accent);border:1px solid var(--theme-accent);display:flex;align-items:center;animation:fade-effect 1s}.success:where(.astro-QCWSIDU6) span:where(.astro-QCWSIDU6):first-child{margin-right:12rem}.success:where(.astro-QCWSIDU6) span:where(.astro-QCWSIDU6):last-child{line-height:1.5;font-size:16rem}@media only screen and (min-width: 600px) and (max-width: 1024px){form:where(.astro-QCWSIDU6){margin-left:30rem;flex:1 1 70%}}@media only screen and (max-width: 600px){section:where(.astro-QCWSIDU6){padding:57rem calc(var(--spacing-unit) / 2);text-align:center;display:block}h2:where(.astro-QCWSIDU6){font-size:55rem;line-height:1}p:where(.astro-QCWSIDU6){font-size:16rem;line-height:21rem}form:where(.astro-QCWSIDU6){margin:50rem 0 0;max-width:100%}input:where(.astro-QCWSIDU6){max-width:100%}button:where(.astro-QCWSIDU6){max-width:100%}}@media only screen and (max-width: 320px){h2:where(.astro-QCWSIDU6){font-size:50rem}}@keyframes shake{0%{transform:translate(1px,1px) rotate(0)}10%{transform:translate(-1px,-2px) rotate(-1deg)}20%{transform:translate(-2px) rotate(1deg)}30%{transform:translate(2px,2px) rotate(0)}40%{transform:translate(1px,-1px) rotate(1deg)}50%{transform:translate(-1px,2px) rotate(-1deg)}60%{transform:translate(-2px,1px) rotate(0)}70%{transform:translate(2px,1px) rotate(-1deg)}80%{transform:translate(-1px,-1px) rotate(1deg)}90%{transform:translate(1px,2px) rotate(0)}to{transform:translate(1px,-2px) rotate(-1deg)}}@keyframes color{0%{background-color:var(--button-hover-bg)}to{background-color:var(--button-animate-bg)}}@keyframes fade-effect{0%{opacity:0}to{opacity:1}}body{scroll-snap-type:y mandatory;scroll-behavior:smooth}.hero-image:where(.astro-QP4JB7HP),.hero-video:where(.astro-QP4JB7HP){width:100vw;height:100vh;object-fit:cover;position:fixed;inset:0;z-index:-1}.hero-video:where(.astro-QP4JB7HP){display:none}
