.quiz-max-width{max-width:740px;margin:0 auto}.question-text{font-size:24px;font-family:Oswald,sans-serif;font-weight:700;color:#7b1fa2}.answer-section label{font-family:Oswald,sans-serif;font-weight:100;font-size:14px;letter-spacing:1px;cursor:pointer;color:#000}.buttons-footer button{padding:4px 12px;border:2px solid #7b1fa2;border-radius:10px;background-color:#fff;font-size:12px;color:#000;font-weight:400}.buttons-footer button:disabled,.buttons-footer button:hover:disabled{border:2px solid #7b1fa291;background-color:#fff;color:rgba(0,0,0,.62)}.buttons-footer button:hover{border:2px solid #7b1fa2;background-color:#7b1fa2;color:#fff}.answer-section-result>div>label{margin-right:8px}.answer-section-result>div>input{border:1px solid silver;border-radius:10px;padding:2px 8px}.prices{font-size:24px}.prices strong{color:#7b1fa2}textarea{border:1px solid silver;border-radius:10px;padding:4px}.col-12{width:100%}.col-6{width:50%}.col-4{width:33.3%}.col-3{width:25%}@media screen and (min-width:768px){.md\:col-12{width:100%}.md\:col-6{width:50%}.md\:col-4{width:33.3%}.md\:col-3{width:25%}}@layer properties{@property --checkbox-color-hue{syntax:"<number>";inherits:true;initial-value:0}@property --checkbox-color-saturation{syntax:"<number>";inherits:true;initial-value:0}@property --checkbox-color-lightness{syntax:"<number>";inherits:true;initial-value:0}@property --checkbox-color-light-lightness{syntax:"<number>";inherits:true;initial-value:0}@property --icon-opacity{syntax:"<number>";inherits:true;initial-value:0}@property --icon-invert{syntax:"<number>";inherits:true;initial-value:0}@property --icon-size{syntax:"<number>";inherits:true;initial-value:0}@property --negative-shadow-offset{syntax:"<number>";inherits:true;initial-value:0}@property --text-opacity{syntax:"<number>";inherits:true;initial-value:0}}:root{--checkbox-border-radius:24%;--checkbox-width:36;--checkbox-height:36;--text-opacity:0.6;--negative-shadow-offset:500;--active-shadow-opacity:0;--icon-check:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' class='feather feather-check'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");--icon-opacity:0;--icon-size:1;--cubic-bezier:cubic-bezier(0.6,-1.2,0.2,2.2);--debug:0}*,:after,:before{box-sizing:border-box;outline:calc(var(--debug) * 1px) dashed red}.block-checkbox{cursor:pointer;position:relative;transition:--text-opacity .2s ease;&:hover{--text-opacity:1;&:after{--icon-opacity:0.8;--icon-invert:100;--icon-size:0.8}}&:after{content:"";display:block;position:absolute;width:20px;height:20px;top:9px;left:8px;background-repeat:no-repeat;background-position:50%;background-size:70%;border-radius:var(--checkbox-border-radius);pointer-events:none;background-image:var(--icon-check);filter:invert(100%);opacity:var(--icon-opacity);transition:opacity .3s ease,filter .3s ease,transform .3s var(--cubic-bezier)}&:has(input[type=checkbox]:checked){&:after{--icon-opacity:1;filter:invert(0)}}& input[type=checkbox]{appearance:none;cursor:pointer;background:#fff;width:20px;height:20px;border:1px solid #000;border-radius:var(--checkbox-border-radius);transition:background .1s ease,border 0s ease;&:active,&:checked{background:#7b1fa2;border:1px solid #7b1fa2}}}