@import 'settings.css';@import "tailwind-dist.css";@import "_animate.css";.bg-gray{background-color:#212121}.bg-primary{background-color:var(--primary)}.bg-secondary{background-color:var(--secondary)}.bg-purple{background-color:#B5B5FF}.bg-white{background-color:#FFFFFF}.bg-green{background-color:#48B648}.bg-orange{background-color:#FF702A}@font-face{font-family:"Ubuntu";src:url("../fonts/ubuntu-bold-webfont.woff2") format("woff2"),url("../fonts/ubuntu-bold-webfont.woff") format("woff");font-weight:700;font-style:normal}@font-face{font-family:"Ubuntu";src:url("../fonts/ubuntu-light-webfont.woff2") format("woff2"),url("../fonts/ubuntu-light-webfont.woff") format("woff");font-weight:300;font-style:normal}@font-face{font-family:"Ubuntu";src:url("../fonts/ubuntu-medium-webfont.woff2") format("woff2"),url("../fonts/ubuntu-medium-webfont.woff") format("woff");font-weight:500;font-style:normal}@font-face{font-family:"Ubuntu";src:url("../fonts/ubuntu-regular-webfont.woff2") format("woff2"),url("../fonts/ubuntu-regular-webfont.woff") format("woff");font-weight:normal;font-style:normal}h1{font-size:36px;text-transform:uppercase;font-weight:600;letter-spacing:7px;color:var(--primary)}.h1{font-size:36px}h2{font-size:32px;text-transform:uppercase;font-weight:600;letter-spacing:7px;color:var(--primary)}.h2{font-size:32px}h3{font-size:28px;text-transform:uppercase;font-weight:600;letter-spacing:7px;color:var(--primary)}.h3{font-size:28px}h4{font-size:24px;text-transform:uppercase;font-weight:600;letter-spacing:7px;color:var(--primary)}.h4{font-size:24px}h5{font-size:20px;text-transform:uppercase;font-weight:600;letter-spacing:7px;color:var(--primary)}.h5{font-size:20px}h6{font-size:16px;text-transform:uppercase;font-weight:600;letter-spacing:7px;color:var(--primary)}.h6{font-size:16px}@media screen and (max-width:1024px){h1{font-size:30px;letter-spacing:5px}.h1{font-size:30px}h2{font-size:26px;letter-spacing:5px}.h2{font-size:26px}h3{font-size:22px;letter-spacing:5px}.h3{font-size:22px}h4{font-size:18px;letter-spacing:5px}.h4{font-size:18px}h5{font-size:14px;letter-spacing:5px}.h5{font-size:14px}h6{font-size:10px;letter-spacing:5px}.h6{font-size:10px}}@media screen and (max-width:500px){h1{font-size:26px;letter-spacing:3px}.h1{font-size:26px}h2{font-size:22px;letter-spacing:3px}.h2{font-size:22px}h3{font-size:18px;letter-spacing:3px}.h3{font-size:18px}h4{font-size:14px;letter-spacing:3px}.h4{font-size:14px}h5{font-size:10px;letter-spacing:3px}.h5{font-size:10px}h6{font-size:6px;letter-spacing:3px}.h6{font-size:6px}}@media screen and (max-width:400px){h1{font-size:22px;letter-spacing:1px}.h1{font-size:22px}h2{font-size:18px;letter-spacing:1px}.h2{font-size:18px}h3{font-size:14px;letter-spacing:1px}.h3{font-size:14px}h4{font-size:10px;letter-spacing:1px}.h4{font-size:10px}h5{font-size:6px;letter-spacing:1px}.h5{font-size:6px}h6{font-size:2px;letter-spacing:1px}.h6{font-size:2px}}.btn,a[title=knop]{font-size:14px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;text-decoration:none;background-color:none;display:inline-block;color:#fff;padding:10px 20px;-webkit-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;position:relative;z-index:3;font-weight:400;text-transform:uppercase;letter-spacing:3px;overflow:hidden}.btn:before,a[title=knop]:before{content:"";position:absolute;top:0;left:0;z-index:-1;background-color:#947c44;height:100%;width:0%;-webkit-transition:all ease-in-out 300ms;transition:all ease-in-out 300ms}.btn:after,a[title=knop]:after{content:"";position:absolute;top:0;left:0;z-index:-2;background-color:var(--primary);height:100%;width:100%}.btn:hover:before,a[title=knop]:hover:before{width:100%}.btn.btn-white,a[title=knop].btn-white{color:#000}.btn.btn-white:before,a[title=knop].btn-white:before{background-color:#e6e6e6}.btn.btn-white:after,a[title=knop].btn-white:after{background-color:#fff}#header{-webkit-transition:all ease-in-out 300ms;transition:all ease-in-out 300ms}footer h3{margin-bottom:0.5rem}footer ul li a{color:#fff;padding:0.3rem 0;display:inline-block;font-weight:300;-webkit-transition:all ease-in-out 300ms;transition:all ease-in-out 300ms}footer ul li a:hover{color:var(--primary);text-decoration:underline;text-underline-offset:5px}.onscroll #header{opacity:1}*{margin:0px;padding:0px;-webkit-box-sizing:border-box;box-sizing:border-box}body{scroll-behavior:smooth;font-family:"Ubuntu";font-size:var(--baseFontSize);color:var(--text);background-color:#000;width:100%;font-weight:300;height:100%;line-height:var(--baseLineHeight)}footer,header,main{float:left;width:100%}footer,section{width:100%;float:left;padding:0px 30px;position:relative}#homeHero{height:350px;max-height:100vh}#homeHero .content-wrapper{background-color:rgba(0,0,0,0.2274509804)}.partner-blok{border-color:#717171}.partner-blok ul li{margin-left:15px;position:relative}.partner-blok ul li:before{content:"";position:absolute;left:-15px;top:8px;width:8px;height:8px;border-radius:50%;background-color:var(--primary)}.intro__left{border-color:#717171}textarea{height:150px}