@import "animate.min.css";@import "fonts.min.css";*,::after,::before{padding:0;margin:0;box-sizing:border-box;transition:all .2s ease}ol,ul{list-style:none}a{text-decoration:none;color:inherit}button{cursor:pointer}img{vertical-align:top;width:100%;height:100%;object-fit:cover}.container{width:min(95%,min(100% - 20px,1170px));margin:0 auto}body{font-size:18px;color:#232323;font-family:Lato,sans-serif}.page-wrapper{display:flex;flex-direction:column;justify-content:space-between}.page-wrapper main{flex-grow:1}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger{cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger.is-active:hover,.hamburger:hover{opacity:.7}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::after,.hamburger.is-active .hamburger-inner::before{background-color:#000}.hamburger-box{width:40px;height:24px;display:inline-block;position:relative}.hamburger-inner,.hamburger-inner::after,.hamburger-inner::before{width:40px;height:3px;background-color:#000;border-radius:4px;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease;display:block}.hamburger-inner{top:50%;margin-top:-2px}.hamburger-inner::after,.hamburger-inner::before{content:""}.hamburger-inner::before{top:-10px}.hamburger-inner::after{bottom:-10px}.hamburger--vortex .hamburger-inner{transition-duration:.2s;transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex .hamburger-inner::after,.hamburger--vortex .hamburger-inner::before{transition-duration:0s;transition-delay:.1s;transition-timing-function:linear}.hamburger--vortex .hamburger-inner::before{transition-property:top,opacity}.hamburger--vortex .hamburger-inner::after{transition-property:bottom,transform}.hamburger--vortex.is-active .hamburger-inner{transform:rotate(765deg);transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex.is-active .hamburger-inner::after,.hamburger--vortex.is-active .hamburger-inner::before{transition-delay:0s}.hamburger--vortex.is-active .hamburger-inner::before{top:0;opacity:0}.hamburger--vortex.is-active .hamburger-inner::after{bottom:0;transform:rotate(90deg)}.hamburger{padding:0;display:none}@media screen and (max-width:768px){.hamburger{display:inline-block}}.mobile-menu,header{transition:all .2s ease}.mobile-menu.open .overlay{visibility:visible;opacity:1}.mobile-menu.open nav{left:0}.mobile-menu .overlay{visibility:hidden;opacity:0;position:fixed;background-color:rgba(0,0,0,.5);z-index:22;width:100%;height:100vh}.mobile-menu nav{position:fixed;left:-300px;top:0;z-index:33;background-color:#fff;width:300px;height:100vh;padding:20px;display:flex;flex-direction:column;justify-content:center}@media screen and (max-width:570px){.mobile-menu nav{width:200px}}.mobile-menu nav ul{gap:60px;display:flex;flex-direction:column}@media screen and (max-width:570px){.mobile-menu nav ul{gap:30px}}.mobile-menu nav ul a{font-size:2rem;letter-spacing:4.2px;text-transform:uppercase}@media screen and (max-width:570px){.mobile-menu nav ul a{font-size:1.5rem}}header{position:fixed;max-height:100px;padding:40px 0;width:100%;z-index:1;background-color:rgba(255,255,255,.7);backdrop-filter:blur(5px)}@media screen and (max-width:768px){header{padding:20px 0;max-height:60px}}header .container{display:flex;justify-content:space-between;align-items:center}header .container div nav{display:inline-flex;margin-right:84px}@media screen and (max-width:1024px){header .container div nav{margin-right:40px}}@media screen and (max-width:768px){header .container div nav{margin-right:0;display:none}}header .container div ul{display:inline-flex;gap:42px}@media screen and (max-width:1024px){header .container div ul{gap:20px}}header .container div ul li:after{transition:all .2s ease;content:"";position:relative;left:45%;top:3px;transform:translateX(-50%);display:block;width:0;height:2px;background-color:var(--Base-Black, #000)}footer .social-icons a:hover,header .container div .search:hover,header .container div ul li a,header .container div ul li:hover{cursor:url(../icons/cursor.svg),pointer}header .container div ul li:hover:after{width:40px}header .container div a,p{font-style:normal;font-weight:400}header .container div a{text-decoration:none;color:var(--Base-Black, #000);font-size:.875rem;line-height:normal;letter-spacing:4.2px;text-transform:uppercase}header .container div .search{height:20px;width:20px;background-color:transparent;border:0;vertical-align:bottom}header .container div .search svg{width:inherit;height:inherit}@media screen and (max-width:768px){header .container div .search{vertical-align:baseline;margin-right:40px;scale:1.3}}@media screen and (max-width:425px){header .container div .search{margin-right:20px}}.logo{height:13px;width:auto;margin-left:3px;position:relative;top:-2px}footer{padding:70px 0 30px;background:#f4f4f4}@media screen and (max-width:768px){footer{padding:50px 0}footer .footer-content{text-align:center}}footer .social-icons{display:flex;flex-direction:row;gap:20px}footer .social-icons a{border:1px solid #7b7b7b;display:inline-flex;width:50px;height:50px;padding:10px;fill:#7b7b7b}footer .social-icons a:hover{background:#7b7b7b;fill:#fff}footer .footer-content{margin-bottom:20px;display:flex;flex-direction:row;justify-content:space-between;align-items:center}@media screen and (max-width:768px){footer .footer-content{margin-bottom:40px;flex-direction:column;gap:40px}}footer .cta,h2{font-size:1rem;line-height:166%;letter-spacing:.1rem}.content,footer .cta .contacts{display:flex;flex-direction:column;gap:10px}@media screen and (max-width:425px){footer .cta .contacts{font-size:1.125rem;line-height:166%;letter-spacing:.1125rem}}footer .cta h2{margin-bottom:30px}@media screen and (max-width:768px){footer .cta h2{margin-bottom:20px}}@media screen and (max-width:425px){footer .cta h2{margin-bottom:10px;font-size:2rem}}footer .copyright{display:block;text-align:center;color:#000;margin:0 auto;font-size:.75rem;letter-spacing:.075rem}@media screen and (max-width:425px){footer .copyright{font-size:1rem;font-weight:400;line-height:166%}}img{vertical-align:top}section{margin-bottom:90px}.content{gap:30px}.img-wrap{width:100%;height:100%}@media screen and (max-width:1024px){.img-wrap{height:500px}}@media screen and (max-width:768px){.img-wrap{height:380px}}@media screen and (max-width:425px){.img-wrap{height:300px}}h1{margin-bottom:70px;font-family:"Red Hat Display",sans-serif;font-size:3rem;letter-spacing:.15rem}@media screen and (max-width:768px){h1{font-size:2.0625rem;letter-spacing:.10313rem;margin-bottom:50px}}@media screen and (max-width:425px){h1{font-size:1.875rem;font-style:normal;font-weight:600;line-height:3.125rem;letter-spacing:.09375rem;margin-bottom:40px}}h2{margin-bottom:50px;font-size:1.75rem;font-weight:600;letter-spacing:.175rem;text-align:start}@media screen and (max-width:425px){h2{margin-bottom:40px}}p{color:var(--Grey-700, #565656);font-family:Lato,sans-serif;font-size:19px;line-height:32px;letter-spacing:.95px}@media screen and (max-width:768px){p{color:var(--Grey-700, #565656);font-size:1.1875rem;line-height:2rem;letter-spacing:.05938rem}}@media screen and (max-width:425px){p{font-size:1rem;line-height:2rem;letter-spacing:.05rem}}.first-screen{margin-top:150px}@media screen and (max-width:768px){.first-screen{margin-top:100px}}@media screen and (max-width:425px){.first-screen{margin-top:80px;margin-bottom:70px}}.description h2{margin-bottom:0}@media screen and (max-width:425px){.description{margin-bottom:70px}}.description .content{width:50%}@media screen and (max-width:1000px){.description .content{width:100%}}@media screen and (max-width:425px){.description .content{width:100%}}@media screen and (max-width:768px){.letter-spacing p{letter-spacing:.11875rem}}@media screen and (max-width:425px){.letter-spacing p{letter-spacing:.1rem}}