@import"https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap";.TheHeader{position:fixed;z-index:9;background-color:#2b2c2e;color:#fff;padding:1rem;width:100%;display:flex;align-items:center;justify-content:center}.TheHeader__container{flex-direction:row;justify-content:space-between;display:flex;width:90%;max-width:1800px}.TheHeader__logo svg{height:30px;width:auto;fill:#fff}.TheHeader__burger{width:30px;height:30px;display:flex;flex-direction:column;justify-content:space-between;padding:5px 2px;cursor:pointer}.TheHeader__burger:hover .line{background:#aeef59}.TheHeader__burger .line{background:#fff;width:100%;height:1px;display:flex;transition:.2s all ease}.TheHeader__burger .line.active:nth-child(1){transform:rotate(45deg);transform-origin:left top}.TheHeader__burger .line.active:nth-child(2){opacity:0}.TheHeader__burger .line.active:nth-child(3){transform:rotate(-45deg);transform-origin:left top}.TheMenu{position:fixed;background:#494a52;width:100%;height:100vh;z-index:8;display:flex;align-items:center;justify-content:center}.TheMenu__container{display:flex;width:90%;max-width:1800px;padding:80px 0 20vh;flex-direction:column;justify-content:center;gap:2rem}.TheMenu__item{font-size:clamp(1.5rem,.8rem + 2.2vw,5rem);font-weight:600;color:#fff;transition:.2s all ease}.TheMenu__item:hover{color:#aeef59}.TheFooter{position:relative;z-index:9;background-color:#2b2c2e;color:#fff;padding:1rem;width:100%;display:flex;align-items:center;justify-content:center}.TheFooter__container{flex-direction:row;justify-content:space-between;align-items:center;display:flex;width:90%;max-width:1800px}.TheFooter__logo svg{height:30px;width:auto;fill:#fff}*{box-sizing:border-box;padding:0;margin:0;border:0;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;-webkit-text-size-adjust:none}body{max-width:100vw;overflow-x:hidden;font-family:Inter,serif;font-optical-sizing:auto;font-style:normal;font-weight:400;font-variation-settings:"wdth" 100;-webkit-text-size-adjust:none;box-sizing:border-box;padding:0;margin:0;border:0;color:#2b2c2e}html{-webkit-text-size-adjust:none;font-size:16px;font-weight:400;line-height:1.3;text-decoration:none;scroll-behavior:smooth}a{display:block;text-decoration:none;color:inherit;font-size:inherit}p a{display:inline}li{list-style-type:none}form,input,textarea,select,button,label{font-family:inherit;font-size:inherit;-webkit-hyphens:auto;hyphens:auto;background-color:transparent;color:inherit;display:block;-webkit-appearance:none;-moz-appearance:none;appearance:none}button{cursor:pointer}.btn{background:#aeef59;color:#2b2c2e;display:flex;align-items:center;padding:15px 30px;border-radius:40px;cursor:pointer;width:-moz-fit-content;width:fit-content;font-size:clamp(.9rem,.8rem + .25vw,1.2rem);font-weight:400;font-weight:500;transition:.2s all ease}.btn:hover{background:#dff8bf}.bard h2{color:#9799a6;font-size:clamp(1.2rem,.5vw + 1.1rem,1.7rem);font-weight:400;line-height:1.2;margin-bottom:1rem}.bard h3{color:#9799a6;font-size:clamp(1.1rem,1rem + .25vw,1.4rem);font-weight:500;margin-bottom:1rem}.bard h4{font-size:clamp(1.1rem,1rem + .25vw,1.4rem);font-weight:500;margin-bottom:1rem}.bard p{font-size:clamp(.9rem,.8rem + .25vw,1.2rem);font-weight:400;margin-bottom:1rem}.bard a{color:#4f8a1d;display:inline-block;transition:.2s all ease}.bard a:hover{color:#d9c900}.bard ul{font-size:clamp(.9rem,.8rem + .25vw,1.2rem);font-weight:400;padding-left:1.5rem}.bard ul li{color:#494a52;list-style-type:disc}.hero{width:100%;aspect-ratio:16/7;background:#c9c9cc;margin-bottom:5vh;display:flex;justify-content:center;align-items:center;overflow:hidden}.hero__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero span{font-size:4rem;color:#9799a6;font-weight:800;opacity:.3}.global-img{width:100%;aspect-ratio:16/7;background:#e9e8ee;display:flex;justify-content:center;align-items:center;border-radius:5px;overflow:hidden}.global-img__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.global-img span{font-size:4rem;color:#c9c9cc;font-weight:800;opacity:.4}
