/*!
 * emark-boilerplate
 * a simple but structured scss boilerplate for front-end jedi's
 * @author paul knol
 * @version 1.0.0
 * Copyright 2022. MIT licensed.
 */

@import url("https://fonts.googleapis.com/css?family=Outfit:400,300,700,600");*{box-sizing:border-box}body{font-family:"Outfit",sans-serif;font-weight:300}main,section{display:grid !important}section{width:100%;max-width:600px;margin:0 auto;padding:10px}.btn-row{margin:30px 0;display:grid;grid-template-columns:12em 1fr;justify-items:start}@media screen and (max-width:414px){.btn-row{grid-template-columns:1fr}}.btn-row input[type=submit]{background-color:#d60e41;color:#fff;font-weight:400;border:0;transition:all .2s ease;width:100%;max-width:250px;padding:.5714285714rem 1.1428571429rem;grid-column:2}@media screen and (max-width:414px){.btn-row input[type=submit]{max-width:100%;grid-column:1}}.btn-row input[type=submit]:hover{background-color:#be0c3a;cursor:pointer}.btn-row input[type=submit]:focus{outline:none;box-shadow:0 0 0 1px #be0c3a}@media screen and (max-width:414px){form .mobile-bottom-10{padding-bottom:10px}}form .error{color:#d60e41;border-color:#d60e41 !important}form .error-message{transition:all .2s ease-in !important;background-color:#d60e41 !important;color:#fff !important;padding:.4285714286rem .5714285714rem !important;font-size:.8571428571rem !important;-webkit-transform:translateY(-1px) !important;transform:translateY(-1px) !important;display:inline-grid !important;line-height:100% !important;grid-column:2 !important;width:fit-content !important}
@media screen and (max-width:414px){form .error-message{grid-column:1 !important;}}form .form-row{display:grid;grid-template-columns:12em 1fr;margin-bottom:1.1428571429rem;align-items:center}@media screen and (max-width:414px){form .form-row{grid-template-columns:1fr}}form .form-row span[class^=error-]{display:none}form .form-row input[type=email],form .form-row input[type=file],form .form-row input[type=number],form .form-row input[type=password],form .form-row input[type=tel],form .form-row input[type=text],form .form-row textarea{border:1px solid #bababa;font-size:1.1428571429rem;position:relative;width:100%;background-color:#fff;height:32px;padding:0 1.1428571429rem;font-size:1rem;color:#000 !important}form .form-row input[type=email]:focus,form .form-row input[type=file]:focus,form .form-row input[type=number]:focus,form .form-row input[type=password]:focus,form .form-row input[type=tel]:focus,form .form-row input[type=text]:focus,form .form-row textarea:focus{outline:none;border-color:#8d8e8e;box-shadow:none}
form .form-row textarea{height:64px;width:100%;padding:.5rem 1.1428571429rem}form .form-row .form-checkbox-pos{display:grid !important;grid-column:2}form .form-row .input-label{display:block;position:relative;padding-left:25px;margin-bottom:6px;cursor:pointer;font-size:22px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:16px;line-height:24px}form .form-row .input-label input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}form .form-row .checkmark{position:absolute;top:4px;left:0;height:16px;width:16px;background-color:#fff;border:1px solid #bababa}form .form-row .input-label:hover input~.checkmark{background-color:#fff}form .form-row .input-label input[type=radio]~.checkmark{border-radius:30px}form .form-row .input-label input:hover+span.checkmark{border:1px solid #8d8e8e}form .form-row .input-label input:focus+span.checkmark{color:#000;background-color:#fff;border-color:#bababa;box-shadow:none;box-shadow:0 0 0 1px rgba(0,0,0,.12)}
form .form-row .input-label input[type=checkbox]:checked~.checkmark{background-color:#fff}form .form-row .input-label input[type=radio]:checked~.checkmark{background-color:#fff;border-radius:30px}form .form-row .checkmark:after{content:"";position:absolute;display:none}form .form-row .input-label input:checked~.checkmark:after{display:block}form .form-row .input-label .checkmark:after{left:.25em;top:0;width:4px;height:9px;border:solid #000;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}
a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}
fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}