html{scroll-behavior:smooth;width:100%;height:100%}body{color:#000;background-color:#fff;width:100%;min-height:100%;margin:0;font-family:Inter,Avenir,Helvetica,Arial,sans-serif}.root{width:100%;min-height:100%}.header{background-color:#000;flex-direction:row;align-items:center;width:100%;max-width:100%;height:72px;display:flex}.header h1{color:#fff;padding-left:2rem;font-size:medium;font-weight:500}.content{flex-direction:column;justify-content:center;max-width:80%;padding-left:5rem;line-height:1.1;display:flex}.content h1{font-size:1.8rem;font-weight:700}.content p,.content label{font-size:1.2rem;font-weight:400}hr{background-image:linear-gradient(90deg,#0000,#0009,#0000);border:0;max-width:100%;height:1px}.question{margin-top:.8rem;margin-bottom:1rem}.answer-container{flex-direction:row;gap:5px;max-width:-moz-fit-content;max-width:fit-content;display:flex}.answer-container.horizontal{flex-direction:row}.answer-container.vertical{flex-direction:column}.answer{cursor:pointer;border:1px solid #c3c3c3;padding:5px;font-weight:700}.answer p{margin:1rem}.answer.selected{background-color:#000;border:1px solid #000}.answer.selected p{color:#fff}.spacing{width:100%;height:30vh}.dropdown{max-width:260px;margin-left:2rem;position:relative}.dropdown select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#000;cursor:pointer;background-color:#fff;border:1px solid #000;width:100%;height:60px;padding-left:1rem;font-size:1.2rem}.dropdown .button{color:#fff;content:"";pointer-events:none;background-color:#000;justify-content:center;align-items:center;width:60px;height:100%;display:flex;position:absolute;top:0;right:0}.dropdown .button .dropdown-arrow{border:3px solid #fff;border-width:0 3px 3px 0;padding:3px;display:inline-block;transform:rotate(45deg)}.form-container form{flex-direction:column;gap:2rem;display:flex}.form-row{flex-direction:row;gap:2rem;display:flex}.form-column{flex-direction:column;gap:.5rem;display:flex}.submit-btn{color:#fff;cursor:pointer;background-color:#000;border:1px solid #000;width:200px;height:70px;font-size:1.2rem;font-weight:700}.reason span{font-weight:700}.reason{margin:0}#comments{max-width:750px}.hidden{display:none}