@import url(https://fonts.googleapis.com/css2?family=Quicksand:wght@300;500;600;700&display=swap);
header{-webkit-backdrop-filter:saturate(100%) blur(0);backdrop-filter:saturate(100%) blur(0);background-color:transparent;position:absolute;top:0;transition:all .3s;width:100%;z-index:999}header .container{align-items:center;display:flex;justify-content:space-between;padding:15px 30px}header ul.menu{display:flex}header ul{align-items:center;gap:65px;height:100%}header ul a{color:#b7b7b7;font-size:17px;font-weight:600;letter-spacing:1px}header img,header ul a{transition:all .3s}header #hamburger{align-items:center;align-self:center;display:none;flex-wrap:wrap;height:34px;justify-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:44px}header #hamburger input{cursor:pointer;height:44px;opacity:0;position:absolute;width:44px;z-index:999}header #hamburger .line{background-color:#fff;border-radius:50px;height:3px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);width:34px}header #hamburger input:checked~ul{display:flex!important}header #hamburger input:checked~.line:nth-child(2){transform:rotate(45deg) translate(6px,7px)!important}header #hamburger input:checked~.line:nth-child(3){visibility:hidden!important}header #hamburger input:checked~.line:nth-child(4){transform:rotate(-45deg) translate(9px,-10px)!important}@media screen and (max-width:900px){header{-webkit-backdrop-filter:saturate(180%) blur(20px)!important;backdrop-filter:saturate(180%) blur(20px)!important;background-color:rgba(13,15,23,.8)!important}header ul.menu{display:none}header #hamburger{display:flex!important}}header #toggleMenu{display:none;height:100vh;justify-content:center;z-index:9999}header #toggleMenu ul{flex-direction:column}header #toggleMenu ul li{margin:60px 0}footer{background-color:#0d0f16}footer section#footer-links{border-top:1px solid #151515}footer section#footer-links .container{display:grid;gap:60px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));padding:60px 30px}footer section#footer-links li a,footer section#footer-links p{color:#b8b8b8;font-weight:500;line-height:26px;margin:20px 0}footer section#footer-links h5{color:#fff;font-size:18px;font-weight:700;letter-spacing:1px}footer section#footer-links a{transition:all .3s}footer section#footer-links i{margin-right:10px}footer section#footer-copyright{border-top:1px solid #151515}footer section#footer-copyright .container{display:flex;justify-content:space-between;padding:30px}@media screen and (max-width:900px){footer section#footer-copyright .container{flex-direction:column}}footer section#footer-copyright a{transition:all .3s}footer section#footer-copyright ul{display:flex;gap:30px}footer section#footer-copyright ul a{background-color:#131620;border-radius:50%;box-shadow:0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);color:#fff;display:block;line-height:50px;padding:0 10px;text-align:center;transition:all .3s;width:100%}footer section#footer-copyright ul a:hover{color:#222}*{font-family:Quicksand,sans-serif}body,h2,h3,h4,ul{margin:0;padding:0}a{color:inherit;text-decoration:none}ul{list-style-type:none}p{color:#b8b8b8;font-weight:500;line-height:26px;margin:20px 0}img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}picture{display:block}address{font-style:normal}h4{font-size:20px;font-weight:700}h3,h4{letter-spacing:1px}h3{color:#fff;font-size:28px;font-weight:600}h3 b{display:block;font-size:32px;font-weight:400;margin-bottom:-15px;text-transform:uppercase}.container{margin:0 auto;max-width:1420px;padding:100px 30px 80px}.fail{text-align:center}.fail p{color:#7a7a7a;line-height:32px;margin:20px 0}#logo{width:210px}
