/*!
 * wt-boilerplate
 * a simple but structured scss boilerplate for front-end jedi's
 * @author Marcel Douma & Paul Knol
 * @version 2.0.0
 * Copyright 2023. MIT licensed.
 */
@import url("https://cloud.community.thesocialhub.co/fonts");@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");*{box-sizing:border-box}body{font-family:Rubik,Arial,sans-serif;font-weight:400;font-size:1rem;line-height:1.5}body,body a{color:#212529}body h1{font-family:sharp_grotesk,Arial Black,Arial,sans-serif;font-weight:500;font-size:2.5rem;line-height:1.2;margin:0 0 10px}body h2{font-size:1.5rem}body h2,body h3{font-family:Rubik,Arial,sans-serif;font-weight:700;margin:0;margin-bottom:.5rem}body h3,body h4{font-size:1.2rem}body h4{font-family:Rubik,Arial,sans-serif;font-weight:400;margin:0;color:#67686a}body{display:flex;flex-direction:column;align-items:center;min-height:100vh}body img{display:block}.main{width:100%}@media (min-width:481px){.main{padding:0 3.5vw}}.main .content-row{width:100%;display:flex;align-items:flex-start;justify-content:center;flex-direction:column}@media (min-width:1024px){.main .content-row{flex-direction:row}}.main .content-row.con-nav{justify-content:space-between}.main .content-row .content-side{width:90vw;margin:5vw;padding-top:20px}@media (min-width:481px){.main .content-row .content-side{width:20%;max-width:240px;margin:0}.main .content-row .content-side.mobile{display:none}}@media (min-width:1024px){.main .content-row .content-side{min-width:240px}}.main .content-row .content-side .nav{display:flex;flex-direction:column}.main .content-row .content-side .nav img{width:16px}.main .content-row .content-area,.main .content-row .content-area-general{width:100%;min-width:calc(62.16vw + 2rem);padding:20px}@media (min-width:481px){.main .content-row .content-area,.main .content-row .content-area-general{padding:20px 30px}}.main .content-row .content-area-general .content-text,.main .content-row .content-area-general .content-title,.main .content-row .content-area .content-text,.main .content-row .content-area .content-title{text-align:center}.main .content-row .content-area-general .spacer,.main .content-row .content-area .spacer{width:100%;padding:.5rem}.main .content-row .content-area-general .hide,.main .content-row .content-area .hide{display:none}.book-now a{display:flex;flex-direction:row;align-items:center;justify-content:center;background:#000;color:#fff;padding:.5rem 1.5rem;border-radius:4px;text-decoration:none}.book-now a span{font-family:sharp_grotesk,Arial Black,Arial,sans-serif;padding-right:10px}.book-now a img{width:24px}.account a{display:flex;flex-direction:row;align-items:center;justify-content:center;color:#000;padding:.5rem 1.3rem .5rem 2rem;border-radius:4px;text-decoration:none}.account a span{font-family:sharp_grotesk,Arial Black,Arial,sans-serif;padding-left:10px}.account a img{width:26px;height:26px}.nav{width:100%}.nav .nav-button{display:flex;align-items:center;justify-content:space-between;cursor:pointer;text-align:left;background:transparent;border:.1rem solid #67686a;padding:10px;margin:0 0 10px}.nav .nav-button.selected{border:.2rem solid #212529}input[type=submit]{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}input[type=submit]:focus+.submit-btn-border .submit-label{border-bottom:3px solid #5a5e5a}input[type=submit]:focus{display:flex}.submit-btn{margin:10px 0 0}.submit-btn .submit-btn-border{display:flex}.submit-btn .submit-btn-border .submit-label{display:flex;align-items:center;justify-content:space-between;cursor:pointer;background:#000;color:#fff;font-size:1.2rem;font-weight:400;letter-spacing:.1em;text-align:center;text-decoration:none;padding:15px 30px;border-radius:30px}.submit-btn .submit-btn-border .submit-label span{font-family:sharp_grotesk,Arial Black,Arial,sans-serif;padding-right:60px}.submit-btn .submit-btn-border .submit-label img{width:16px}.submit-btn .submit-btn-border .submit-label:hover{border-bottom:3px solid #5a5e5a;transform:translateY(-2px)}.submit-btn .submit-btn-border .submit-label.disabled{background:#d4ded3;border:1px solid #d4ded3;pointer-events:none}.btn-override{display:inline-flex;align-items:center;justify-content:space-between;cursor:pointer;background:#000;color:#fff;font-size:1rem;font-weight:400;letter-spacing:.1em;text-align:center;text-decoration:none;padding:15px 20px;border-radius:30px;border-color:#000;gap:5px;transform:translateY(0);transition:all .25s linear;position:relative}.btn-override:focus{box-shadow:0 0 0 .2rem hsla(0,0%,54%,.37)}.btn-override:hover{background:#000;border-color:#000}.btn-override.inverted,.btn-override.inverted:hover{background:#fff;border-color:#000;color:#000}.btn-override.inverted:active{background:#fff!important;border-color:#000!important;color:#000!important;box-shadow:0 0 0 .2rem hsla(0,0%,54%,.37)!important}.btn-override i{font-size:26px;display:flex}@media screen and (max-width:375px){.btn-override i{font-size:16px}}@media screen and (min-width:1181px){.btn-override:hover{transform:translateY(-.5rem)}}form .error-message,form .error-txt{color:#e22c43;display:none}form .error-message.error-spacer,form .error-txt.error-spacer{margin:8px 0 0}form .error-chk,form .error-rdo:before{box-shadow:0 0 0 1px #d40c11!important;background-color:rgba(212,5,15,.1)!important}form .show{display:block}form .show:before{box-shadow:0 0 0 1px #d40c11!important;background-color:rgba(212,5,15,.1)!important}form .form-row.checkbox,form .form-row.radio{padding-top:1rem;padding-bottom:1rem}form .form-row.textarea{font-size:.75rem}form .form-row.textarea p{margin:1.5rem 0}form .textfield{margin:1rem 0 .5rem;color:inherit}form .textfield .column{width:100%;max-width:100%;display:flex;flex-wrap:wrap;padding:.25rem 0}@media only screen and (min-width:481px){form .textfield .column{flex-wrap:nowrap;max-width:100%}}form .textfield .column .input-row{width:100%}@media only screen and (min-width:481px){form .textfield .column .input-row{max-width:455px}}form .textfield .column .input-row .input-container{padding:.5rem 1rem 1rem;border:.1rem solid #67686a;border-radius:.25rem}form .textfield label{position:relative;width:100%}form .textfield label span{display:block}form .textfield span{position:relative;pointer-events:none;color:#67686a;font-size:.9rem;margin-bottom:.5rem}form .textfield span.error-message{position:relative;transform:translateY(0);color:#e22c43;top:0;left:0}form .textfield input,form .textfield select,form .textfield textarea{width:100%;box-sizing:border-box;background-color:transparent;color:#121212;border:0;-webkit-appearance:none}form .textfield input:focus,form .textfield select:focus,form .textfield textarea:focus{outline:none}form .textfield input.error~span,form .textfield select.error~span,form .textfield textarea.error~span{color:#e22c43}form .textfield input.disabled,form .textfield select.disabled,form .textfield textarea.disabled{background:#dcdcdc;color:#1a1a1a;pointer-events:none}form .textfield input::placeholder,form .textfield textarea::placeholder{opacity:0}form .grid-checkbox-box .checkbox-row{display:flex;justify-content:flex-start;align-items:flex-start;padding:4px 0}@media only screen and (min-width:481px){form .grid-checkbox-box .checkbox-row{padding:4px 0}}form .grid-checkbox-box .checkbox-row span{display:block;font-size:.8rem}form .grid-checkbox-box .checkbox-row input:focus+label:before{box-shadow:1px 1px 1px #333}form .grid-checkbox-box .checkbox-row input:checked,form .grid-checkbox-box .checkbox-row input:not(:checked){position:absolute;left:-9999px}form .grid-checkbox-box .checkbox-row input:checked+label,form .grid-checkbox-box .checkbox-row input:not(:checked)+label{position:relative;padding:0 10px 0 44px;cursor:pointer;line-height:28px;display:inline-block;color:#1a1a1a}form .grid-checkbox-box .checkbox-row input:checked+label:before,form .grid-checkbox-box .checkbox-row input:not(:checked)+label:before{content:"";position:absolute;left:0;top:0;width:24px;height:24px;background:transparent;border:.1rem solid #67686a;border-radius:2px}form .grid-checkbox-box .checkbox-row input:checked+label:before{background:#78ef2e;border:.1rem solid #008535}form .grid-checkbox-box .checkbox-row input:checked+label:after,form .grid-checkbox-box .checkbox-row input:not(:checked)+label:after{content:"";position:absolute;left:8px;top:0;width:8px;height:17px;border:solid #000;border-width:0 2px 2px 0;transform:rotate(45deg)}form .grid-checkbox-box .checkbox-row input:not(:checked)+label:after{opacity:0}form .grid-checkbox-box .checkbox-row input:checked+label:after{opacity:1}form .grid-checkbox-box .checkbox-row input:checked+label:before{box-shadow:none}form .grid-checkbox-box .error input:not(:checked)+label{color:#e22c43}form .grid-checkbox-box .error input:not(:checked)+label:before{border:2px solid #e22c43}form .grid-checkbox-box .disabled{pointer-events:none}form .grid-checkbox-box .disabled input:not(:checked)+label{color:#dcdcdc}form .grid-checkbox-box .disabled input:not(:checked)+label:before{border:2px solid #dcdcdc}form .grid-radio-box .radio-row{display:flex;justify-content:flex-start;align-items:flex-start;padding:4px 0}@media only screen and (min-width:481px){form .grid-radio-box .radio-row{padding:4px 0}}form .grid-radio-box .radio-row span{display:flex;font-size:.8rem}form .grid-radio-box .radio-row input:focus+label:before{box-shadow:1px 1px 1px #333}form .grid-radio-box .radio-row input:checked,form .grid-radio-box .radio-row input:not(:checked){position:absolute;left:-9999px}form .grid-radio-box .radio-row input:checked+label,form .grid-radio-box .radio-row input:not(:checked)+label{position:relative;padding:3px 10px 3px 44px;cursor:pointer;line-height:28px;display:inline-block;color:#1a1a1a}form .grid-radio-box .radio-row input:checked+label:before,form .grid-radio-box .radio-row input:not(:checked)+label:before{content:"";position:absolute;left:0;top:0;width:32px;height:32px;background:transparent;border:.1rem solid #67686a;border-radius:100%}form .grid-radio-box .radio-row input:checked+label:before{background:#008535;border:.1rem solid #008535}form .grid-radio-box .radio-row input:checked+label:after,form .grid-radio-box .radio-row input:not(:checked)+label:after{content:"";width:14px;height:14px;background:#fff;position:absolute;top:10px;left:10px;border-radius:100%;transition:all .2s ease}form .grid-radio-box .radio-row input:not(:checked)+label:after{opacity:0;transform:scale(0)}form .grid-radio-box .radio-row input:checked+label:after{opacity:1;transform:scale(1)}form .grid-radio-box .radio-row input:checked+label:before{box-shadow:none}form .grid-radio-box .error input:not(:checked)+label{color:#e22c43}form .grid-radio-box .error input:not(:checked)+label:before{border:2px solid #e22c43}form .grid-radio-box .disabled{pointer-events:none}form .grid-radio-box .disabled input:not(:checked)+label{color:#dcdcdc}form .grid-radio-box .disabled input:not(:checked)+label:before{border:2px solid #dcdcdc}form .custom-checkbox-box .checkbox-row{display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap}form .custom-checkbox-box .checkbox-row .checkbox-box{width:100%;max-width:33vw;display:flex;margin:1rem}@media (min-width:481px){form .custom-checkbox-box .checkbox-row .checkbox-box{max-width:136px}}form .custom-checkbox-box .checkbox-row .checkbox-box input:focus+label{box-shadow:1px 1px 1px #333}form .custom-checkbox-box .checkbox-row .checkbox-box input:checked,form .custom-checkbox-box .checkbox-row .checkbox-box input:not(:checked){position:absolute;left:-9999px}form .custom-checkbox-box .checkbox-row .checkbox-box input+label{display:flex;width:100%;max-width:136px;flex-direction:column;justify-content:center;align-items:center;border:.1rem solid #67686a;border-radius:5px;padding:20px 10px;cursor:pointer;text-align:center;font-size:1rem}form .custom-checkbox-box .checkbox-row .checkbox-box input+label img{width:69px;height:69px;margin:0 0 5px}form .custom-checkbox-box .checkbox-row .checkbox-box input:checked+label{background:#66bf8a;border:.1rem solid #66bf8a}form .custom-radio-box .radio-row .slider{width:80vw;margin:1rem auto}@media screen and (max-width:750px) and (min-width:481px){form .custom-radio-box .radio-row .slider.slider-signup{width:52vw}}@media screen and (max-width:880px) and (min-width:751px){form .custom-radio-box .radio-row .slider.slider-signup{width:66vw}}@media screen and (max-width:1023px) and (min-width:881px){form .custom-radio-box .radio-row .slider.slider-signup{width:58vw}}@media screen and (max-width:1180px) and (min-width:1024px){form .custom-radio-box .radio-row .slider.slider-signup{width:66vw}}@media screen and (max-width:1680px) and (min-width:1181px){form .custom-radio-box .radio-row .slider.slider-signup{width:58vw}}@media screen and (min-width:1681px){form .custom-radio-box .radio-row .slider.slider-signup{width:48vw;max-width:865px}}form .custom-radio-box .radio-row .slider .slick-slide{margin:0 1rem;transition:all .3s ease-in-out;opacity:1}form .custom-radio-box .radio-row .slider .slick-slide input:focus+label{box-shadow:1px 1px 1px #333}form .custom-radio-box .radio-row .slider .slick-slide input:checked,form .custom-radio-box .radio-row .slider .slick-slide input:not(:checked){position:absolute;left:-9999px}form .custom-radio-box .radio-row .slider .slick-slide input+label{display:flex;width:100%;min-width:136px;flex-direction:column;justify-content:center;align-items:center;border:.1rem solid #67686a;border-radius:5px;padding:20px 10px;cursor:pointer;text-align:center;font-size:.75rem}@media (min-width:1024px){form .custom-radio-box .radio-row .slider .slick-slide input+label{height:167px}}@media screen and (min-width:1181px){form .custom-radio-box .radio-row .slider .slick-slide input+label:hover{transform:scale(1.1);transition:transform .5s ease-in-out}}form .custom-radio-box .radio-row .slider .slick-slide input+label img{width:70px}form .custom-radio-box .radio-row .slider .slick-slide input+label span{font-family:sharp_grotesk,Arial Black,Arial,sans-serif;font-size:1rem;line-height:1;padding-top:5px}form .custom-radio-box .radio-row .slider .slick-slide input:checked+label{background:#66bf8a;border:.1rem solid #66bf8a}form .custom-radio-box .radio-row .slider .slick-active,form .custom-radio-box .radio-row .slider .slick-current{opacity:1}form .custom-radio-box .radio-row .slider .slick-next:before,form .custom-radio-box .radio-row .slider .slick-prev:before{content:"";color:#000;position:absolute;width:20px;height:20px;margin-top:-10px;margin-left:-10px}form .custom-radio-box .radio-row .slider .slick-prev:before{background:url(https://image.community.thesocialhub.co/lib/fe34117175640478721578/m/1/6b78fe7b-1b22-4b15-bab4-e29959a8cde2.png)}form .custom-radio-box .radio-row .slider .slick-next:before{background:url(https://image.community.thesocialhub.co/lib/fe34117175640478721578/m/1/4d9ead4b-a9a2-4640-ab3c-b5b6fb79f383.png)}form .two-col{flex-wrap:nowrap;gap:24px}@media screen and (max-width:640px){form .two-col{flex-wrap:wrap;gap:16px}}form .two-col .column .input-row{max-width:100%}form .two-col .form-control:focus{box-shadow:none}form .inner-row{max-width:894px;width:100%}form .textfield span,form label{margin-bottom:0}form .form-control{height:auto;padding:1px}form small a{color:#212529;text-decoration:underline}form small a:hover{color:#212529;text-decoration:none}form .tell-more-text{margin-top:0!important;padding-right:10px;padding-left:10px;font-size:16px}form #formSubmitted:disabled{opacity:.5;background:#000;color:#fff}form #formSubmitted:disabled:hover{transform:translateY(0)}form #formSubmitted:active{opacity:.75;background:#000;color:#fff;border-color:transparent;box-shadow:0 0 0 .2rem hsla(0,0%,54%,.37)}form .slick-track{padding:20px 0}form #custom-radio-1:checked~.slider .chk-radio-1,form #custom-radio-2:checked~.slider .chk-radio-2,form #custom-radio-3:checked~.slider .chk-radio-3,form #custom-radio-4:checked~.slider .chk-radio-4,form #custom-radio-5:checked~.slider .chk-radio-5,form #custom-radio-6:checked~.slider .chk-radio-6,form #custom-radio-7:checked~.slider .chk-radio-7,form #custom-radio-8:checked~.slider .chk-radio-8,form #custom-radio-9:checked~.slider .chk-radio-9,form #custom-radio-10:checked~.slider .chk-radio-10,form #custom-radio-11:checked~.slider .chk-radio-11,form #custom-radio-12:checked~.slider .chk-radio-12,form #custom-radio-13:checked~.slider .chk-radio-13,form #custom-radio-14:checked~.slider .chk-radio-14,form #custom-radio-15:checked~.slider .chk-radio-15,form #custom-radio-16:checked~.slider .chk-radio-16,form #custom-radio-17:checked~.slider .chk-radio-17,form #custom-radio-18:checked~.slider .chk-radio-18,form #custom-radio-19:checked~.slider .chk-radio-19,form #custom-radio-20:checked~.slider .chk-radio-20,form #custom-radio-21:checked~.slider .chk-radio-21,form #custom-radio-22:checked~.slider .chk-radio-22,form #custom-radio-23:checked~.slider .chk-radio-23,form #custom-radio-24:checked~.slider .chk-radio-24,form #custom-radio-25:checked~.slider .chk-radio-25,form #custom-radio-26:checked~.slider .chk-radio-26,form #custom-radio-27:checked~.slider .chk-radio-27,form #custom-radio-28:checked~.slider .chk-radio-28,form #custom-radio-29:checked~.slider .chk-radio-29,form #custom-radio-30:checked~.slider .chk-radio-30,form #custom-radio-31:checked~.slider .chk-radio-31,form #custom-radio-32:checked~.slider .chk-radio-32,form #custom-radio-33:checked~.slider .chk-radio-33,form #custom-radio-34:checked~.slider .chk-radio-34,form #custom-radio-35:checked~.slider .chk-radio-35,form #custom-radio-36:checked~.slider .chk-radio-36,form #custom-radio-37:checked~.slider .chk-radio-37,form #custom-radio-38:checked~.slider .chk-radio-38,form #custom-radio-39:checked~.slider .chk-radio-39,form #custom-radio-40:checked~.slider .chk-radio-40{background:#66bf8a;border:.1rem solid #66bf8a}form #custom-radio-1:focus~.slider .chk-radio-1,form #custom-radio-2:focus~.slider .chk-radio-2,form #custom-radio-3:focus~.slider .chk-radio-3,form #custom-radio-4:focus~.slider .chk-radio-4,form #custom-radio-5:focus~.slider .chk-radio-5,form #custom-radio-6:focus~.slider .chk-radio-6,form #custom-radio-7:focus~.slider .chk-radio-7,form #custom-radio-8:focus~.slider .chk-radio-8,form #custom-radio-9:focus~.slider .chk-radio-9,form #custom-radio-10:focus~.slider .chk-radio-10,form #custom-radio-11:focus~.slider .chk-radio-11,form #custom-radio-12:focus~.slider .chk-radio-12,form #custom-radio-13:focus~.slider .chk-radio-13,form #custom-radio-14:focus~.slider .chk-radio-14,form #custom-radio-15:focus~.slider .chk-radio-15,form #custom-radio-16:focus~.slider .chk-radio-16,form #custom-radio-17:focus~.slider .chk-radio-17,form #custom-radio-18:focus~.slider .chk-radio-18,form #custom-radio-19:focus~.slider .chk-radio-19,form #custom-radio-20:focus~.slider .chk-radio-20,form #custom-radio-21:focus~.slider .chk-radio-21,form #custom-radio-22:focus~.slider .chk-radio-22,form #custom-radio-23:focus~.slider .chk-radio-23,form #custom-radio-24:focus~.slider .chk-radio-24,form #custom-radio-25:focus~.slider .chk-radio-25,form #custom-radio-26:focus~.slider .chk-radio-26,form #custom-radio-27:focus~.slider .chk-radio-27,form #custom-radio-28:focus~.slider .chk-radio-28,form #custom-radio-29:focus~.slider .chk-radio-29,form #custom-radio-30:focus~.slider .chk-radio-30,form #custom-radio-31:focus~.slider .chk-radio-31,form #custom-radio-32:focus~.slider .chk-radio-32,form #custom-radio-33:focus~.slider .chk-radio-33,form #custom-radio-34:focus~.slider .chk-radio-34,form #custom-radio-35:focus~.slider .chk-radio-35,form #custom-radio-36:focus~.slider .chk-radio-36,form #custom-radio-37:focus~.slider .chk-radio-37,form #custom-radio-38:focus~.slider .chk-radio-38,form #custom-radio-39:focus~.slider .chk-radio-39,form #custom-radio-40:focus~.slider .chk-radio-40{box-shadow:1px 1px 1px #333}form .custom-checkbox-box .checkbox-box input+label:hover{transform:scale(1.1);transition:transform .5s ease-in-out}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */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}[hidden],template{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;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}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-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}header{display:flex;justify-content:space-between;align-items:center;width:100%}header .header-area{display:flex;flex-direction:row}header .header-area .side{width:33.3333333333%}@media (min-width:481px){header .header-area .side{display:flex}}header .header-area .side.menu{padding-right:10px}header{display:block}header .header-area{width:100%;max-width:1920px;display:block;justify-content:center;align-items:center;margin:0 auto}@media (min-width:481px){header .header-area{justify-content:space-between}}header .header-area .logo{padding:5px 0}header .header-area .logo img{width:60px;margin:0 auto}header .header-area .side{width:auto;display:none;flex-direction:row;align-items:center;justify-content:flex-end}@media (min-width:481px){header .header-area .side{display:none}}header .header-area .side.menu{flex-direction:row;padding-right:0}footer{width:100%;display:flex;align-items:center;justify-content:center;background:#000;color:#fff;font-size:2rem;font-family:sharp_grotesk,Arial Black,Arial,sans-serif;padding:20px 0}