@charset "UTF-8";:root{--accent:#d66432;--gray-text:#cccaca;--font-header:"Barlow",sans-serif;--global-horiz-padding:0;--global-vert-padding:8px;--light-color:#b3b3b3;--dark-color:#0d1015}h1,h2,h3,h4,h5,h6{color:var(--gray-text)}body,body a,body a:hover{color:#fff;text-decoration:none}ul{padding-inline-start:inherit}.section{margin-bottom:0;background-color:#000;font-size:1rem}header.main-header{display:flex;flex-direction:row;justify-content:space-between;padding-top:13px}header.main-header .address{padding-right:var(--global-horiz-padding);color:#fff;display:flex;flex-direction:row}header.main-header .address .left{display:flex;justify-content:center;flex-direction:column;text-align:center;padding:0 var(--global-vert-padding)}header.main-header .address .right{display:flex;justify-content:center;flex-direction:column;font-size:.8rem;align-items:flex-start;text-align:left}@media (max-width:576px){header.main-header .address .right{font-size:.7rem}}header.main-header .right .right-top{color:grey}header.main-header .logo-text{font-family:var(--font-header);padding:var(--global-vert-padding) 0 0 var(--global-horiz-padding);color:#fff;font-size:1.5rem;font-weight:700}@media (max-width:576px){header.main-header .logo-text{font-size:1rem}}.accent{color:var(--accent)}.accent-white{color:#fff}.shadow-accent{text-shadow:.5px .2px #333}.navbar.bg-dark{border:none;border-top:1px solid var(--accent);padding:var(--global-vert-padding) var(--global-horiz-padding)!important;background-color:unset!important;font-size:1.2rem}.nav-link{padding:0!important;margin-right:2rem!important;line-height:2rem;font-weight:200!important;text-shadow:#000 .1px .2px 0,#fff 0 0}.navbar{transition:all .5s ease}.fixed-nav .navbar{background-color:rgba(20,20,20,.9);position:fixed;transform:translateX(-100px);top:0;z-index:100;width:150%;padding-left:200px;margin-left:-100px}.fixed-nav .social-links{display:none}@media (max-width:576px){.navbar{font-size:.8rem}.nav-link{margin-right:1.3rem!important}}.navbar.bg-dark .nav-link:focus,.navbar.bg-dark .nav-link:hover{text-decoration:none;color:#fff}.navbar.bg-dark .nav-link{text-decoration:none;color:hsla(0,0%,100%,.8)}.nav-link.active{pointer-events:none;cursor:default;color:var(--accent);border-bottom:1px solid var(--accent)}nav a.social{color:#fff;margin-left:8px;padding-left:8px}.box-container{padding:0;margin:0;display:flex;align-items:center;justify-content:center;flex-direction:column}.height100vh{min-height:100vh}.height50vh{min-height:50vh}.height70vh{min-height:65vh}.scroll-down{color:#fff;display:flex;flex-direction:row;align-items:center;justify-content:center;z-index:10;position:absolute;bottom:35px;left:50%}.scroll-down a{transition:filter 1s}.scroll-down a:hover{text-decoration:none;filter:brightness(2.5)}.scroll-btns{display:flex;flex-direction:column;align-items:flex-end;width:100%;opacity:.3}.scroll-down-btn:after{content:"↓";color:var(--gray-text);font-size:2rem}.scroll-up-btn:after{content:"↑";color:var(--gray-text);font-size:2rem}@keyframes SCROLL-DOWN-ANIMATION{0%{top:0}25%{top:10px}50%{top:0}75%{top:10px}to{top:0}}.scroll-down img{position:relative;transition:all 1s}.scroll-down:hover img{animation:SCROLL-DOWN-ANIMATION 1s}.width-100{width:100%}@keyframes scroll{0%{transform:translateY(0)}30%{transform:translateY(60px)}}svg #wheel{animation:scroll 2s ease infinite}body{position:relative;z-index:0;transition:scroll .8s cubic-bezier(.77,0,.175,1)}.loading{background:url(loader.3fd7ffad.gif) no-repeat center 50vh}footer,main{opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s;z-index:1}.loaded footer,.loaded main{opacity:1}main{z-index:1}footer{z-index:-2;position:relative;min-height:300px}footer .d-flex{position:fixed;bottom:0;margin-top:10px;z-index:0;min-height:200px}.footer-social{display:flex;flex-direction:row;justify-content:center}.footer-social a{margin:0 12px;color:#fff}.back-to-top{text-align:center}a[data-scrollto]{cursor:pointer}@media (min-width:768px){.scroll-btns{display:none}}@media (min-width:576px){.rwd-break{display:none}}button:focus{outline:1px auto var(--accent)}.greeting-box{display:inline-flex;flex-direction:column;width:auto;justify-content:center;font-size:2rem;line-height:2rem}@media (max-width:576px){.greeting-box{font-size:1.8rem;line-height:1.8rem}}.greeting-box .upper-line{color:var(--accent);font-size:.8rem;line-height:0}.greeting-box .title{color:#fff;font-weight:200;text-shadow:.5px .5px 1px #000}.greeting-box .bottom-line{border-bottom:1.5px solid var(--accent);padding-bottom:5px}.greeting-box .footer{font-size:1rem;line-height:1rem;color:#fff;font-weight:400;padding-top:13px}.carousel-inner{min-height:20vh}.fp-controlArrow.fp-prev{border-right-color:hsla(0,0%,100%,.2)}.fp-controlArrow.fp-prev:hover{border-right-color:hsla(0,0%,100%,.8)}.fp-controlArrow.fp-next{border-left-color:hsla(0,0%,100%,.2)}.fp-controlArrow.fp-next:hover{border-left-color:hsla(0,0%,100%,.8)}#fp-nav ul li a span,.fp-slidesNav ul li a span{background-color:hsla(0,0%,100%,.5)}.vh-100{min-height:100vh}.vh-90{min-height:90vh}.vh-80{min-height:80vh}.vh-70{min-height:70vh}.vh-60{min-height:60vh}.vh-50{min-height:50vh}.vh-40{min-height:40vh}.vh-30{min-height:30vh}.vh-20{min-height:20vh}.vh-10{min-height:10vh}@media (min-width:576px){.vh-sm-100{min-height:100vh}.vh-sm-90{min-height:90vh}.vh-sm-80{min-height:80vh}.vh-sm-70{min-height:70vh}.vh-sm-60{min-height:60vh}.vh-sm-50{min-height:50vh}.vh-sm-40{min-height:40vh}.vh-sm-30{min-height:30vh}.vh-sm-20{min-height:20vh}.vh-sm-10{min-height:10vh}}@media (min-width:768px){.vh-md-100{min-height:100vh}.vh-md-90{min-height:90vh}.vh-md-80{min-height:80vh}.vh-md-70{min-height:70vh}.vh-md-60{min-height:60vh}.vh-md-50{min-height:50vh}.vh-md-40{min-height:40vh}.vh-md-30{min-height:30vh}.vh-md-20{min-height:20vh}.vh-md-10{min-height:10vh}}@media (min-width:992px){.vh-lg-100{min-height:100vh}.vh-lg-90{min-height:90vh}.vh-lg-80{min-height:80vh}.vh-lg-70{min-height:70vh}.vh-lg-60{min-height:60vh}.vh-lg-50{min-height:50vh}.vh-lg-40{min-height:40vh}.vh-lg-30{min-height:30vh}.vh-lg-20{min-height:20vh}.vh-lg-10{min-height:10vh}}@media (min-width:1140px){.vh-xl-100{min-height:100vh}.vh-xl-90{min-height:90vh}.vh-xl-80{min-height:80vh}.vh-xl-70{min-height:70vh}.vh-xl-60{min-height:60vh}.vh-xl-50{min-height:50vh}.vh-xl-40{min-height:40vh}.vh-xl-30{min-height:30vh}.vh-xl-20{min-height:20vh}.vh-xl-10{min-height:10vh}}.dark-on-light{background-color:var(--light-color)!important;color:var(--dark-color)}.light-on-dark{background-color:var(--dark-color)!important;color:var(--light-color)}.full-width-img{object-fit:cover;max-width:100vw;min-width:100vw}.first-letter-accent p{display:inline-block}.first-letter-accent p:first-letter{color:var(--accent)}#about{color:#0d1015}#about .footer{font-size:.7rem;color:var(--dark-color);text-align:center;padding:0;margin:-10px 0 0}#about .berserker-section{background-color:#aaa!important;color:var(--dark-color)}#about .berserker-section .berserker-on-lightgray{max-width:200px}#services .comment{color:#666;font-style:italic}#contacts .figure img{width:150px;height:150px}@media (min-width:576px){#contacts .figure img{width:200px;height:200px}}@media (min-width:1200px){#contacts .figure img{width:250px;height:250px}}img.img-blurred{filter:blur(20px);transform:scale(1)}img,img.img-blurred{transition:filter .5s ease}