html{box-sizing:border-box}@media(prefers-reduced-motion:no-preference){html{interpolate-size:allow-keywords}}*,*:before,*:after{box-sizing:inherit}*{margin:0}body{font-synthesis:none;line-height:1.5;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}:root{--default-font-family: Roboto, sans-serif;--default-font-size: 16px;--default-font-weight: 400;--default-foreground-color: #000000;--default-background-color: #ffffff;--default-border-color: #cccccc}@media(prefers-color-scheme:dark){:root{--default-foreground-color: #ffffff;--default-background-color: #000000;--default-border-color: #cccccc}}body{height:100vh;width:100%;display:grid;grid-template-columns:1fr;grid-template-rows:7.5rem 1fr 2rem;grid-template-areas:"header" "main  " "footer";font-family:var(--default-font-family, sans-serif);font-size:var(--default-font-size, 16px);font-weight:var(--default-font-weight: 400);color-scheme:light dark;background-color:var(--default-background-color, #ffffff);color:var(--default-foreground-color, #000000)}header,main,footer{height:auto;width:100%;padding:0 .5rem}header{grid-area:header;display:grid;grid-template-columns:7.75rem 1fr;grid-template-rows:1fr;align-items:center}img{height:auto;width:7.25rem;object-fit:contain}h4{font-family:var(--default-font-family);font-size:1.5rem}main{grid-area:main}footer{grid-area:footer;display:grid;justify-content:end;align-items:center}p{font-family:var(--defualt-font-family);font-size:.75rem}span{color:red}form{width:100%;max-width:50rem;padding:2rem;margin:0 auto}fieldset{height:auto;width:100%;margin-bottom:2.25rem;border-radius:.25rem}legend{font-family:var(--default-font-family);font-size:1.25rem;font-weight:600}section{padding:.25rem 0}label{font-family:var(--default-font-family);font-size:.8rem}input{width:100%;padding:.5rem .75rem;font-family:var(--default-font-family);font-size:var(--default-font-size);border-radius:.125rem;border:1px solid rgba(0,0,0,.15)}select{width:100%;padding:.5rem .75rem .5rem 2rem;font-family:var(--default-font-family);font-size:var(--default-font-size);border-radius:.125rem;border:1px solid rgba(0,0,0,.15)}button{height:auto;border:none;outline:none;margin-top:2rem;padding:.75rem 1rem;font-family:var(--default-font-family);font-size:var(--default-font-size);text-decoration:none;color:#000;cursor:pointer;background-color:var(--default-background-color, white);border:2px solid var(--default-border-color, gray)}button[type=submit]{background-color:var(--default-background-color, white);color:var(--default-foreground-color, black)}.error-active{background-color:red}.message{font-size:1rem;font-weight:500;padding:.5rem;color:#fff}
