body{font-family:Arial,sans-serif;line-height:1.6;margin:0;padding:0;background-color:#f4f4f4;display:flex;flex-direction:column;align-items:center}header{text-align:center;color:#81cec7;font-size:30px;padding:0;width:100%}header img{max-width:100%;height:auto}main{width:100%;max-width:1000px;margin:10px auto;padding:20px;background:#fff;box-shadow:0 2px 5px #0003;border-radius:8px}form{display:flex;flex-direction:column;align-items:center}label{margin-bottom:5px;margin-top:15px;width:100%;text-align:left;font-size:24px;padding-left:20px}input[type=text],input[type=email]{margin-bottom:15px;padding:10px;height:60px;border:1px solid #ddd;border-radius:20px;width:100%;box-sizing:border-box}button,.submit{padding:10px 15px;background:#81cec7;color:#fff;border:none;border-radius:20px;font-size:24px;cursor:pointer;width:100%;max-width:300px;margin-top:30px}.submit:hover{text-decoration:none;background:#65aea8}button:hover{background:#81cec7}a{color:#81cec7;text-decoration:none}a:hover{text-decoration:underline}p{text-align:center;margin:10px 0;font-size:30px}.modal{display:none;position:fixed;z-index:1;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#00000080}.modal-content{background-color:#fff;margin:5% auto;padding:20px;border:1px solid #888;width:90%;max-width:800px;border-radius:8px;box-shadow:0 3px 6px #0003;position:relative}.modal-content h2{text-align:center;margin-bottom:15px}.modal-content iframe{border:none;display:block;margin:0 auto}.close{color:#aaa;position:absolute;top:10px;right:20px;font-size:28px;font-weight:700}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer}.checkbox-wrapper-29{--size: 1.5rem;--background: #fff;font-size:var(--size)}.checkbox-wrapper-29 *,.checkbox-wrapper-29 *:after,.checkbox-wrapper-29 *:before{box-sizing:border-box}.checkbox-wrapper-29 input[type=checkbox]{visibility:hidden;display:none}.checkbox-wrapper-29 .checkbox__label{width:var(--size)}.checkbox-wrapper-29 .checkbox__label:before{content:" ";display:block;height:var(--size);width:var(--size);position:absolute;top:calc(var(--size) * .125);left:0;background:var(--background)}.checkbox-wrapper-29 .checkbox__label:after{content:" ";display:block;height:var(--size);width:var(--size);border:calc(var(--size) * .14) solid #000;transition:.2s;position:absolute;top:calc(var(--size) * .125);left:0;background:var(--background)}.checkbox-wrapper-29 .checkbox__label:after{transition:.1s ease-in-out}.checkbox-wrapper-29 .checkbox__input:checked~.checkbox__label:after{border-top-style:none;border-right-style:none;-ms-transform:rotate(-45deg);transform:rotate(-45deg);height:calc(var(--size) * .5);border-color:green}.checkbox-wrapper-29 .checkbox{position:relative;display:flex;cursor:pointer;-webkit-tap-highlight-color:#81cec7}.checkbox-wrapper-29 .checkbox__label:after:hover,.checkbox-wrapper-29 .checkbox__label:after:active{border-color:#81cec7}.checkbox-wrapper-29 .checkbox__label{margin-right:calc(var(--size) * .45)}@media (max-width: 768px){header{padding:15px}main{margin:10px;padding:15px}input[type=text],input[type=email],button{width:100%;font-size:16px}label{font-size:14px}}@media (max-width: 480px){header h1{font-size:1.5rem}button,p{font-size:14px}}.form-control{font-size:20px!important}.alert{color:red;text-align:center;font-weight:700}.text-xs{font-size:16px}
