@import"https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap";@import"https://fonts.googleapis.com/css2?family=Noto+Sans+Display:ital,wght@0,100..900;1,100..900&display=swap";.bar .right-transparent .logo-cont{position:absolute;height:150px;width:150px;background-image:url(/logos/logo-no-bg.png);background-size:contain;right:0;background-position:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:100px}.bar .right-transparent .logo-cont{position:absolute;height:150px;width:150px;background-image:url(/logos/logo-no-bg.png);background-size:contain;right:0;background-position:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:100px}nav{height:70px;width:100%;position:absolute;display:flex;top:0;z-index:100}nav .nav-cont{display:flex;align-items:center;justify-content:center;flex-direction:row;max-width:1600px;width:95%;margin:0 auto}nav .nav-cont .navlinks{width:80%;background-color:#eb2227;height:100%;display:flex;align-items:center;justify-content:baseline;flex-direction:row}nav .nav-cont .navlinks .navlinks-cont{display:flex;align-items:center;justify-content:baseline;flex-direction:row;gap:20px}nav .nav-cont .navlinks .navlinks-cont .navlink{all:unset;cursor:pointer;font-size:14px;letter-spacing:2px;transition:color .5s;font-weight:500;padding:5px 15px;border-radius:2px;transition:background-color .2s,color .2s;background-image:linear-gradient(to right,transparent 50%,rgb(35,31,32) 50%);background-size:200% 100%;transition:background-position .2s ease}nav .nav-cont .navlinks .navlinks-cont .navlink:hover{color:#fff;background-position:-100% 0}nav .nav-cont .navlinks .navlinks-cont .navlink.active{color:#fff;background-color:#231f20}nav .nav-cont .navlinks .navlinks-cont .navlink-with-dropdown{position:relative}nav .nav-cont .navlinks .navlinks-cont .navlink-with-dropdown .dropdown{display:flex;flex-direction:column;height:0;width:0;overflow:hidden;position:absolute;top:26px}nav .nav-cont .navlinks .navlinks-cont .navlink-with-dropdown .dropdown .padding-div{width:325px;height:30px}nav .nav-cont .navlinks .navlinks-cont .navlink-with-dropdown .dropdown .dropdown-cont{padding:20px 10px;background-color:#fff;border-radius:3px;box-shadow:#00000059 0 5px 15px;width:325px;height:180px;gap:10px;display:flex;align-items:left;justify-content:space-between;flex-direction:column}nav .nav-cont .navlinks .navlinks-cont .navlink-with-dropdown .dropdown .dropdown-cont .dropdown-navlink{padding:2px 10px;text-decoration:none;color:#000;transition:background-color .2s,color .2s;background-image:linear-gradient(to right,transparent 50%,rgb(35,31,32) 50%);background-size:200% 100%;transition:background-position .2s ease}nav .nav-cont .navlinks .navlinks-cont .navlink-with-dropdown .dropdown .dropdown-cont .dropdown-navlink:hover{color:#fff;background-position:-100% 0}nav .nav-cont .navlinks .navlinks-cont .navlink-with-dropdown .dropdown .dropdown-cont .dropdown-navlink.active{color:#fff;background-color:#231f20}nav .nav-cont .navlinks .navlinks-cont .navlink-with-dropdown:hover .dropdown{height:210px;width:325px;overflow:visible}nav .nav-cont .navlinks .navlinks-cont .navlink-with-dropdown.models .dropdown .padding-div,nav .nav-cont .navlinks .navlinks-cont .navlink-with-dropdown.download .dropdown .padding-div{width:200px;height:30px}nav .nav-cont .navlinks .navlinks-cont .navlink-with-dropdown.models .dropdown .dropdown-cont,nav .nav-cont .navlinks .navlinks-cont .navlink-with-dropdown.download .dropdown .dropdown-cont{width:200px;height:140px}nav .nav-cont .navlinks .navlinks-cont .navlink-with-dropdown.models:hover .dropdown,nav .nav-cont .navlinks .navlinks-cont .navlink-with-dropdown.download:hover .dropdown{height:170px;width:200px;overflow:visible}nav .nav-cont .creation{position:relative;flex-direction:column;align-items:baseline;height:70px}nav .nav-cont .creation .background-gray{position:absolute;width:20px;height:100%;background-color:#bcbec0}nav .nav-cont .creation .creation-left .left-trap{width:60px;height:50px;background-color:#bcbec0;position:absolute;right:-80px;clip-path:polygon(0% 0%,100% 0%,58% 100%,0% 100%)}nav .nav-cont .creation .creation-left .left-round{position:absolute;height:70px;width:40px;right:-60px;background-color:#bcbec0;border-radius:0 0 100px}nav .nav-cont .creation .creation-right .right-trap{width:60px;height:50px;background-color:#eb2227;position:absolute;clip-path:polygon(0% 0%,100% 0%,58% 100%,0% 100%)}nav .nav-cont .creation .creation-right .right-round{position:absolute;height:70px;width:40px;background-color:#eb2227;border-radius:0 0 100px}nav .nav-cont .right-transparent{width:20%;background-color:transparent;height:70px;display:flex;align-items:center;justify-content:end}nav .nav-cont .right-transparent .logo-cont{margin-top:100px;height:120px;width:120px;background-image:url(/logos/logo-no-bg.png);background-size:contain;background-position:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:100px;display:flex;align-items:center;justify-content:center;flex-direction:row;transition:transform .1s}nav .nav-cont .right-transparent .logo-cont a{height:90px;width:90px;cursor:pointer;border-radius:100px}nav .nav-cont .right-transparent .logo-cont:hover{transform:rotate(360deg)}nav .nav-cont .menu-btn{display:none}@media (max-width: 1700px){nav .nav-cont{display:flex;align-items:center;justify-content:center;flex-direction:row}nav .nav-cont .navlinks .navlinks-cont{gap:5px}nav .nav-cont .navlinks .navlinks-cont .navlink{padding:5px 12px}nav .nav-cont .right-transparent .logo-cont{margin-top:80px;height:100px;width:100px}nav .nav-cont .menu-btn{display:none}}@media (max-width: 1300px){nav .nav-cont .navlinks .navlinks-cont{gap:10px}nav .nav-cont .navlinks .navlinks-cont .navlink{font-size:12px;letter-spacing:1px;padding:5px 8px}nav .nav-cont .navlinks .navlinks-cont .navlink-with-dropdown .dropdown .dropdown-cont .dropdown-navlink{padding:2px 8px;font-size:12px}nav .nav-cont .right-transparent .logo-cont{margin-top:50px;height:90px;width:90px}nav .nav-cont .right-transparent .logo-cont a{height:80px;width:80px}}@media (max-width: 1050px){nav .nav-cont .navlinks .navlinks-cont{gap:5px}nav .nav-cont .navlinks .navlinks-cont .navlink{font-size:11px;letter-spacing:0px;padding:4px}nav .nav-cont .navlinks .navlinks-cont .navlink-with-dropdown .dropdown .dropdown-cont .dropdown-navlink{padding:2px 8px;font-size:11px}nav .nav-cont .right-transparent .logo-cont{margin-top:50px;height:80px;width:80px}nav .nav-cont .right-transparent .logo-cont a{height:70px;width:70px}}@media (max-width: 790px){nav{width:100%;background-color:#eb2227}nav .nav-cont .menu-btn{display:block;all:unset;cursor:pointer;height:30px;width:30px;background-position:center;background-repeat:no-repeat;background-size:contain;background-image:url(/icons/menu.svg);position:absolute;left:2.5%}nav .nav-cont .menu-btn.show-menu{background-image:url(/icons/menu-close.svg);background-size:140%}nav .nav-cont .navlinks{position:absolute;left:0;top:70px;height:0;overflow:hidden;width:100%;display:flex;align-items:center;justify-content:center;flex-direction:row;background-color:transparent;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:height .1s}nav .nav-cont .navlinks.show-menu{height:calc(100vh - 70px);transition:height .1s}nav .nav-cont .navlinks .navlinks-cont{display:flex;align-items:start;justify-content:baseline;flex-direction:column;background-color:#fff9;height:calc(100vh - 70px);width:70%;gap:10px;padding:30px 0 80px;box-shadow:#00000059 0 5px 15px}nav .nav-cont .navlinks .navlinks-cont .navlink{font-size:14px;letter-spacing:3px;padding:3px 15px}nav .nav-cont .navlinks .navlinks-cont .navlink-with-dropdown{position:static}nav .nav-cont .navlinks .navlinks-cont .navlink-with-dropdown .dropdown{height:auto;width:auto;position:static}nav .nav-cont .navlinks .navlinks-cont .navlink-with-dropdown .dropdown .padding-div{display:none}nav .nav-cont .navlinks .navlinks-cont .navlink-with-dropdown .dropdown .dropdown-cont{padding:10px 20px;background-color:transparent;box-shadow:none;width:auto;height:auto;gap:10px}nav .nav-cont .navlinks .navlinks-cont .navlink-with-dropdown .dropdown .dropdown-cont .dropdown-navlink{font-size:13px}nav .nav-cont .navlinks .navlinks-cont .navlink-with-dropdown:hover .dropdown{height:auto;width:auto;overflow:visible}nav .nav-cont .navlinks .navlinks-cont .navlink-with-dropdown.models .dropdown .padding-div,nav .nav-cont .navlinks .navlinks-cont .navlink-with-dropdown.download .dropdown .padding-div{display:none}nav .nav-cont .navlinks .navlinks-cont .navlink-with-dropdown.models .dropdown .dropdown-cont,nav .nav-cont .navlinks .navlinks-cont .navlink-with-dropdown.download .dropdown .dropdown-cont{width:auto;height:auto}nav .nav-cont .navlinks .navlinks-cont .navlink-with-dropdown.models:hover .dropdown,nav .nav-cont .navlinks .navlinks-cont .navlink-with-dropdown.download:hover .dropdown{height:auto;width:auto;overflow:visible}nav .nav-cont .navlinks .empty-space{height:120vh;width:30%;background-color:#0000000d}nav .nav-cont .creation{display:none}nav .nav-cont .right-transparent{position:absolute;right:2.5%}nav .nav-cont .right-transparent .logo-cont{margin-top:0;height:50px;width:50px;background-image:url(/logos/logo-no-bg.png);background-color:#fff}nav .nav-cont .right-transparent .logo-cont a{height:40px;width:40px}}@media (max-width: 450px){nav{height:50px}nav .nav-cont .menu-btn{height:20px;width:20px}nav .nav-cont .menu-btn.show-menu{background-size:140%}nav .nav-cont .navlinks{left:0;top:50px}nav .nav-cont .navlinks.show-menu{height:calc(100vh - 50px);transition:height .1s}nav .nav-cont .navlinks .navlinks-cont{height:calc(100vh - 50px);width:80%}nav .nav-cont .navlinks .navlinks-cont .navlink{font-size:12px;letter-spacing:1px}nav .nav-cont .navlinks .navlinks-cont .navlink-with-dropdown .dropdown .dropdown-cont{gap:5px}nav .nav-cont .navlinks .navlinks-cont .navlink-with-dropdown .dropdown .dropdown-cont .dropdown-navlink{font-size:11px}nav .nav-cont .navlinks .empty-space{height:110vh;width:20%}nav .nav-cont .creation{display:none}nav .nav-cont .right-transparent{position:absolute;right:2.5%}nav .nav-cont .right-transparent .logo-cont{margin-top:0;height:35px;width:35px;background-image:url(/logos/logo-no-bg.png);background-color:#fff}nav .nav-cont .right-transparent .logo-cont a{height:30px;width:30px}}.bar .right-transparent .logo-cont{position:absolute;height:150px;width:150px;background-image:url(/logos/logo-no-bg.png);background-size:contain;right:0;background-position:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:100px}footer{height:100px;background-color:#fff;box-shadow:#00000059 0 5px 15px}footer .footer-cont{display:flex;align-items:center;justify-content:space-between;flex-direction:row;max-width:1600px;width:95%;margin:0 auto;height:100%}footer .footer-cont .footer-logo{background-position:center;background-repeat:no-repeat;background-size:80%;height:100%;aspect-ratio:1;background-image:url(/logos/logo-w.JPG)}footer .footer-cont .footer-text{text-align:center;color:#231f20;width:100%}footer .footer-cont .footer-text h1{font-size:30px;letter-spacing:4px}footer .footer-cont .footer-text h5{font-weight:400;font-size:18px;letter-spacing:2px}footer .footer-cont .footer-text h5 a{text-decoration:none;font-weight:600;color:#000;transition:color .2s}footer .footer-cont .footer-text h5 a:hover{color:#eb2227}@media (max-width: 1700px){footer .footer-cont .footer-text h1{font-size:28px}footer .footer-cont .footer-text h5{font-size:17px}}@media (max-width: 1300px){footer .footer-cont .footer-text h1{font-size:25px}footer .footer-cont .footer-text h5{font-size:14px}}@media (max-width: 1050px){footer .footer-cont .footer-logo{background-position:center;background-repeat:no-repeat;background-size:65%}footer .footer-cont .footer-text h1{font-size:23px;letter-spacing:3px}footer .footer-cont .footer-text h5{font-size:13px;letter-spacing:1.5px}}@media (max-width: 790px){footer .footer-cont .footer-logo{display:none}footer .footer-cont .footer-text h1{font-size:19px;letter-spacing:2px;margin-bottom:2px}footer .footer-cont .footer-text h5{font-size:12px;letter-spacing:1px}}@media (max-width: 450px){footer .footer-cont .footer-text h1{font-size:15px;letter-spacing:1px}footer .footer-cont .footer-text h5{font-size:10px;letter-spacing:0px}}.bar .right-transparent .logo-cont{position:absolute;height:150px;width:150px;background-image:url(/logos/logo-no-bg.png);background-size:contain;right:0;background-position:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:100px}.custom-swiper{width:100%;height:100vh}.custom-swiper .swiper-slide{display:flex;align-items:center;justify-content:center;flex-direction:row}.custom-swiper .slide-content{display:flex;align-items:center;justify-content:center;max-width:1600px;background-size:cover;background-position:center;text-align:center;position:relative}.custom-swiper .slide-content img{width:100%;aspect-ratio:1.8/1;border-radius:2px;object-fit:cover}.custom-swiper .slide-content .slide-text{position:absolute;bottom:0;left:0;background-color:#f003;padding:10px;border-radius:5px;width:40%;height:30%;color:#231f20}.custom-swiper .slide-content .slide-text p{color:#fff;line-height:30px;font-size:20px;text-align:left;font-weight:600}.custom-swiper .slide-content .slide-text h2{color:#fff;text-align:left;font-size:40px;letter-spacing:3px;margin-bottom:20px;font-weight:500}.custom-swiper .swiper-button-next,.custom-swiper .swiper-button-prev,.portrait-swiper{display:none}.home-section{height:auto;border-radius:5px;box-shadow:#00000059 0 5px 15px;position:relative;padding:150px 50px 50px;margin-bottom:100px}.home-section .home-about-navlink{text-decoration:none;color:#231f20;font-weight:500;font-size:25px;letter-spacing:2px;transition:color .2s}.home-section .home-about-navlink:hover{color:#eb2227}.home-section p{margin-bottom:40px;font-size:18px;line-height:30px;letter-spacing:1px}.home-section p .home-about-more{font-weight:800;color:#231f20;text-decoration:none;letter-spacing:2px;transition:color .2s}.home-section p .home-about-more:hover{color:#eb2227}.home-models{margin-bottom:100px;width:100%;height:700px;padding:150px 50px 50px;position:relative;border-radius:5px;box-shadow:#00000059 0 5px 15px}.home-models .models{height:80%;display:flex;align-items:center;justify-content:center;flex-direction:row}.home-models .models .part{width:30%;text-decoration:none}.home-models .models .part .model-img{height:350px;background-image:url(/products/IMT-549M-OS.webp);background-size:contain;background-position:center;background-repeat:no-repeat;transition:.2s}.home-models .models .part .series-name{text-align:center;font-size:24px;letter-spacing:4px}.home-models .models .part:hover{cursor:pointer}.home-models .models .part:hover .model-img{transform:scale(1.1)}.home-models .models .part:nth-child(2) .model-img{background-image:url(/products/IMT-565.2-DI.webp)}.home-models .models .part:nth-child(3) .model-img{background-image:url(/products/IMT-577M-HVAC.webp)}@media (max-width: 1700px){.custom-swiper .slide-content .slide-text{padding:8px}.custom-swiper .slide-content .slide-text p{line-height:25px;font-size:16px}.custom-swiper .slide-content .slide-text h2{font-size:33px;margin-bottom:15px}.home-section{margin-bottom:80px;padding:120px 40px 40px}.home-section .home-about-navlink{font-size:21px}.home-section p{margin-bottom:30px;font-size:16px;line-height:26px}.home-models{margin-bottom:80px;height:600px;padding:120px 30px 30px}.home-models .models .part .series-name{font-size:20px;letter-spacing:3px}}@media (max-width: 1300px){.custom-swiper .slide-content .slide-text{width:45%;height:30%}.custom-swiper .slide-content .slide-text h2{font-size:28px;margin-bottom:12px}.home-section{padding:100px 25px 25px}.home-section .home-about-navlink{font-size:18px}.home-section p{margin-bottom:25px;font-size:14px;line-height:22px}.home-section p .home-about-more{font-weight:700;letter-spacing:1.5px}.home-models{height:500px;padding:100px 25px 25px}.home-models .models .part .series-name{font-size:18px;letter-spacing:3px}}@media (max-width: 1050px){.custom-swiper .slide-content .slide-text{width:45%;height:30%}.custom-swiper .slide-content .slide-text h2{font-size:20px;margin-bottom:6px}.custom-swiper .slide-content .slide-text p{font-size:10px;line-height:16px}.home-section{padding:100px 15px 50px}.home-section p{margin-bottom:20px;font-size:13px;line-height:20px}.home-models{height:400px;padding:80px 15px 15px}.home-models .models .part .model-img{height:200px}.home-models .models .part .series-name{font-size:14px;letter-spacing:3px}}@media (max-width: 790px){.landscape-swiper .custom-swiper{display:none}.portrait-swiper{width:100%;height:60vh;display:block;margin:100px auto}.portrait-swiper .slide-content img{width:100%;aspect-ratio:4/5;border-radius:2px;object-fit:cover}.portrait-swiper .slide-content .slide-text{padding:10px;width:100%;height:30%}.portrait-swiper .slide-content .slide-text p{line-height:20px;font-size:16;font-weight:600}.portrait-swiper .slide-content .slide-text h2{font-size:20px;margin-bottom:10px;font-weight:500}.home-section{padding:100px 10px 30px;margin-bottom:50px}.home-section .home-about-navlink{font-size:15px}.home-section p{font-size:11px;line-height:18px}.home-section p .home-about-more{font-weight:700;letter-spacing:1px}.home-models{margin-bottom:50px;height:auto}.home-models .models{height:80%;display:flex;align-items:center;justify-content:center;flex-direction:column;margin:50px 0}.home-models .models .part{width:100%;height:300px;margin:20px 0}.home-models .models .part .model-img{height:300px}.home-models .models .part .series-name{font-size:18px;letter-spacing:4px}}@media (max-width: 450px){.portrait-swiper{height:70vh;margin:70px auto}.portrait-swiper .slide-content img{aspect-ratio:4/6}.home-section{padding:70px 10px 20px}.home-section .home-about-navlink{font-size:15px;letter-spacing:1px}.home-models{margin-bottom:50px;height:auto}.home-models .models{height:80%;display:flex;align-items:center;justify-content:center;flex-direction:column;margin:0}.home-models .models .part{width:100%;height:300px;margin:20px 0}.home-models .models .part .model-img{height:250px}.home-models .models .part .series-name{font-size:18px;letter-spacing:4px}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA) format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size) / 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.bar .right-transparent .logo-cont{position:absolute;height:150px;width:150px;background-image:url(/logos/logo-no-bg.png);background-size:contain;right:0;background-position:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:100px}.about .page-cont section{height:auto;border-radius:5px;box-shadow:#00000059 0 5px 15px;position:relative;padding:50px;margin-bottom:100px;min-height:400px}.about .page-cont section h3{margin-top:100px;font-size:40px;line-height:40px;letter-spacing:3px;color:#231f20;margin-bottom:50px}.about .page-cont section h4{margin-top:100px;font-size:30px;line-height:30px;letter-spacing:3px;color:#231f20;margin-bottom:30px}.about .page-cont section h4:last-of-type{margin-top:20px}.about .page-cont section .floating-img-one{float:left;margin-right:20px;margin-bottom:10px;width:25%;height:auto}.about .page-cont section .floating-img-two{float:right;margin-left:20px;margin-bottom:10px;width:20%;height:auto}.about .page-cont section .floating-img-three{float:left;margin-right:20px;width:30%;height:auto}.about .page-cont section p{margin-bottom:30px;font-size:18px;line-height:30px;letter-spacing:1px}.about .page-cont section p span{font-weight:800;margin-left:30px}.about .page-cont section p.ol-p{margin-bottom:5px}.about .page-cont section .link-tafe{margin-bottom:30px;font-size:30px;line-height:30px;letter-spacing:1px;text-decoration:none;color:#231f20;font-weight:500;transition:color .2s}.about .page-cont section .link-tafe:hover{color:#eb2227}.about .page-cont section .links{display:flex;align-items:left;justify-content:center;flex-direction:column;gap:10px;margin-bottom:30px}.about .page-cont section .links p{margin-bottom:5px}.about .page-cont section .links a{text-decoration:none;color:#231f20;font-size:20px;line-height:30px;letter-spacing:1px;font-weight:500;transition:color .2s}.about .page-cont section .links a:hover{color:#eb2227}.about .page-cont section ul{margin-left:30px}.about .page-cont section ul li{margin-bottom:10px;font-size:18px;line-height:30px;letter-spacing:1px;color:#231f20;text-align:justify}.about .page-cont section ul li::marker{color:#231f20}@media (max-width: 1700px){.about .page-cont section{padding:40px;margin-bottom:80px}.about .page-cont section h3{font-size:35px;line-height:35px}.about .page-cont section h4{font-size:25px;line-height:25px}.about .page-cont section p{font-size:16px;line-height:26px;margin-bottom:25px}.about .page-cont section p span{margin-left:20px}.about .page-cont section .links a{font-size:18px;line-height:27px}.about .page-cont section ul{margin-left:20px}.about .page-cont section ul li{margin-bottom:10px;font-size:16px;line-height:26px}}@media (max-width: 1300px){.about .page-cont section{padding:25px}.about .page-cont section h3{font-size:25px;line-height:25px}.about .page-cont section h4{font-size:20px}.about .page-cont section .floating-img-one{width:30%}.about .page-cont section .floating-img-two{width:30%}.about .page-cont section .floating-img-three{width:40%}.about .page-cont section p{font-size:14px;line-height:22px;margin-bottom:20px}.about .page-cont section p span{margin-left:17px}.about .page-cont section .links a{font-size:16px;line-height:24px}.about .page-cont section ul{margin-left:15px}.about .page-cont section ul li{font-size:14px;line-height:22px}}@media (max-width: 1050px){.about .page-cont section{padding:10px;margin-bottom:50px}.about .page-cont section h3{letter-spacing:2px;font-size:22px;margin-top:80px;margin-bottom:30px}.about .page-cont section h4{font-size:18px;margin-top:70px;line-height:22px;margin-bottom:20px}.about .page-cont section .floating-img-one{width:35%}.about .page-cont section .floating-img-two{width:35%}.about .page-cont section .floating-img-three{width:40%}.about .page-cont section p{font-size:13px;line-height:20px;margin-bottom:15px}.about .page-cont section p span{margin-left:12px}.about .page-cont section .link-tafe{font-size:25px}.about .page-cont section .links a{font-size:15px;line-height:22px}.about .page-cont section ul li{font-size:13px;line-height:20px}}@media (max-width: 790px){.about .page-cont section{padding:15px;margin-bottom:50px}.about .page-cont section h3{letter-spacing:2px;margin-top:60px;font-size:16px}.about .page-cont section h4{font-size:16px;margin-top:60px;line-height:20px;margin-bottom:15px;letter-spacing:2px}.about .page-cont section .floating-img-one{width:50%;margin-right:10px}.about .page-cont section .floating-img-two{width:45%;margin-left:10px}.about .page-cont section .floating-img-three{width:50%;margin-right:10px}.about .page-cont section p{font-size:11px;line-height:18px;margin-bottom:10px}.about .page-cont section .link-tafe{font-size:20px}.about .page-cont section .links{margin-bottom:20px}.about .page-cont section .links a{font-size:14px;line-height:20px}.about .page-cont section ul li{font-size:11px;line-height:18px}}@media (max-width: 450px){.about .page-cont section{padding:10px;margin-bottom:40px}.about .page-cont section h3{letter-spacing:2px;margin-top:60px;font-size:15px}.about .page-cont section h4{margin-top:50px;font-size:14px}.about .page-cont section .floating-img-one{width:50%}.about .page-cont section .floating-img-two{width:50%}.about .page-cont section .floating-img-three{width:100%}.about .page-cont section p span{margin-left:5px}.about .page-cont section .link-tafe{font-size:18px}.about .page-cont section .links{margin-bottom:15px}.about .page-cont section .links a{font-size:13px;line-height:18px}}.bar .right-transparent .logo-cont{position:absolute;height:150px;width:150px;background-image:url(/logos/logo-no-bg.png);background-size:contain;right:0;background-position:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:100px}.products .page-cont section{width:100%;padding:150px 50px 50px;margin-bottom:100px;position:relative;border-radius:5px;box-shadow:#00000059 0 5px 15px;display:flex;flex-wrap:wrap;justify-content:flex-start;min-height:400px}.products .page-cont section .single-product{width:31%;margin:1%;aspect-ratio:1.2/1}.products .page-cont section .single-product a{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100%;cursor:pointer;margin-bottom:20px;text-decoration:none}.products .page-cont section .single-product a img{height:90%;object-fit:fill;border-radius:10px;transition:box-shadow .5s}.products .page-cont section .single-product a h1{text-align:center;margin-bottom:0;font-size:26px;color:#231f20;letter-spacing:3px;font-weight:500}@media (max-width: 1700px){.products .page-cont section{width:100%;padding:120px 40px 40px;margin-bottom:80px}.products .page-cont section .single-product a{margin-bottom:15px}.products .page-cont section .single-product a h1{font-size:22px}}@media (max-width: 1300px){.products .page-cont section{padding:100px 25px 25px}.products .page-cont section .single-product a{margin-bottom:15px}.products .page-cont section .single-product a h1{font-size:20px;letter-spacing:2px}}@media (max-width: 1050px){.products .page-cont section{padding:100px 15px 15px;margin-bottom:60px}.products .page-cont section .single-product{width:48%}}@media (max-width: 790px){.products .page-cont section{padding:100px 10px 10px;margin-bottom:50px}.products .page-cont section .single-product a h1{font-size:16px;letter-spacing:1px}}@media (max-width: 450px){.products .page-cont section{padding:70px 10px 10px;margin-bottom:40px}.products .page-cont section .single-product{width:100%;margin:15px 0}.products .page-cont section .single-product a h1{font-size:18px;letter-spacing:2px}}.bar .right-transparent .logo-cont{position:absolute;height:150px;width:150px;background-image:url(/logos/logo-no-bg.png);background-size:contain;right:0;background-position:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:100px}.single-product .page-cont section{border-radius:5px;box-shadow:#00000059 0 5px 15px;position:relative;padding:150px 50px 50px;margin-bottom:100px;gap:50px}.single-product .page-cont section.grid{display:grid;grid-template-columns:1fr 1.2fr;grid-template-rows:1fr 1.2fr}.single-product .page-cont section img{height:100%;width:100%;object-fit:contain;border-radius:10px;grid-column:1/2;grid-row:1/2}.single-product .page-cont section .product-specs{width:100%;display:flex;align-items:center;justify-content:space-between;flex-direction:column;grid-column:2/3;grid-row:1/3}.single-product .page-cont section .product-specs p{font-size:15px;width:100%;border-bottom:2px solid rgb(233,233,233);text-align:left;line-height:28px}.single-product .page-cont section .product-specs p span{font-weight:600;font-size:18px}.single-product .page-cont section .product-specs .pdf-download-cont{width:100%;height:60px;display:flex;align-items:center;justify-content:space-between;flex-direction:row}.single-product .page-cont section .product-specs .pdf-download-cont p{border-bottom:none;font-size:18px;font-weight:600;text-align:left}.single-product .page-cont section .product-specs .pdf-download-cont .single-product-pdf{height:100%;font-size:25px;line-height:60px;font-weight:500;color:#231f20;text-decoration:none;letter-spacing:3px;width:100%;background-image:url(/icons/pdf.svg);background-size:45px;background-position:center right 10px;background-repeat:no-repeat;background-color:#eb2227;padding-left:20px}.single-product .page-cont section .product-specs .pdf-download-cont .single-product-pdf:hover{filter:brightness(1.1)}.single-product .page-cont section .form-cont{width:100%;grid-column:1/2;grid-row:2/3}.single-product .page-cont section .form-cont .form{width:100%;padding:0}@media (max-width: 1700px){.single-product .page-cont section{padding:120px 40px 40px;gap:40px}.single-product .page-cont section .product-specs p{font-size:14px;line-height:27px}.single-product .page-cont section .product-specs p span{font-size:17px}.single-product .page-cont section .product-specs .pdf-download-cont p{font-size:17px}.single-product .page-cont section .product-specs .pdf-download-cont .single-product-pdf{font-size:22px;background-size:40px}}@media (max-width: 1300px){.single-product .page-cont section{padding:100px 25px 25px}.single-product .page-cont section .product-specs p{font-size:13px;letter-spacing:1px;line-height:25px}.single-product .page-cont section .product-specs p span{font-size:16px}.single-product .page-cont section .product-specs .pdf-download-cont p{font-size:16px}.single-product .page-cont section .product-specs .pdf-download-cont .single-product-pdf{font-size:20px;letter-spacing:2px;background-size:35px;background-position:center right 5px;padding-left:15px}}@media (max-width: 1050px){.single-product .page-cont section{padding:100px 15px 15px;margin-bottom:80px;gap:15px}.single-product .page-cont section .product-specs p{font-size:12px;line-height:23px}.single-product .page-cont section .product-specs p span{font-size:13px}.single-product .page-cont section .product-specs .pdf-download-cont{width:100%;height:80px;display:flex;align-items:center;justify-content:space-between;flex-direction:column;gap:2px}.single-product .page-cont section .product-specs .pdf-download-cont p{border-bottom:none;font-size:15px;line-height:18px;text-align:center}.single-product .page-cont section .product-specs .pdf-download-cont .single-product-pdf{letter-spacing:3px}}@media (max-width: 790px){.single-product .page-cont section{padding:100px 10px 10px;flex-direction:column;gap:100px}.single-product .page-cont section.grid{display:flex}.single-product .page-cont section .product-specs{width:100%;display:flex;align-items:center;justify-content:space-between;flex-direction:column}.single-product .page-cont section .product-specs p{font-size:12px;line-height:40px;letter-spacing:2px}.single-product .page-cont section .product-specs p span{font-size:14px}.single-product .page-cont section .product-specs .pdf-download-cont{margin-top:50px}}@media (max-width: 450px){.single-product .page-cont section{padding:70px 10px 10px;gap:40px}.single-product .page-cont section .product-specs{width:100%;display:flex;align-items:center;justify-content:space-between;flex-direction:column}.single-product .page-cont section .product-specs p{font-size:10px;line-height:40px;letter-spacing:2px}.single-product .page-cont section .product-specs p span{font-size:13px}.single-product .page-cont section .product-specs .pdf-download-cont{margin-top:50px}}.bar .right-transparent .logo-cont{position:absolute;height:150px;width:150px;background-image:url(/logos/logo-no-bg.png);background-size:contain;right:0;background-position:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:100px}.form{width:100%;padding:20px}.form .form-headline{height:40px;text-align:center;font-size:30px;letter-spacing:2px;font-weight:400;color:gray}.form input{all:unset;width:calc(100% - 40px);background-color:#a4a4a480;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);height:40px;margin-bottom:10px;padding:0 20px;font-size:15px;color:#231f20;letter-spacing:2px;cursor:text;transition:.5s}.form input::placeholder{color:gray;font-size:15px;letter-spacing:2px}.form input:hover{background-color:#a4a4a4cc}.form #area{all:unset;padding:20px;width:calc(100% - 40px);font-size:15px;color:#231f20;letter-spacing:2px;background-color:#a4a4a480;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);word-wrap:break-word;line-height:25px;margin-bottom:20px;cursor:text;transition:.5s}.form #area::placeholder{color:gray;font-size:15px;letter-spacing:2px}.form #area:hover{background-color:#a4a4a4e6}.form button{all:unset;width:calc(100% - 40px);padding:0 20px;height:60px;color:#fff;background-color:#eb2227;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);font-size:15px;letter-spacing:5px;cursor:pointer;transition:.5s}.form button:hover{filter:brightness(1.1)}.form .error{color:#d56f6f;font-size:14px;letter-spacing:2px;text-align:right;height:22px}.success{padding:50px;min-height:400px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:50px}.success img{height:300px}.success p{text-align:center}.success button{all:unset;width:20%;padding:0 20px;height:60px;color:#fff;text-align:center;background-color:#eb2227;font-size:15px;letter-spacing:5px;cursor:pointer;transition:.5s}.success button:hover{filter:brightness(1.1)}.page.service{margin-bottom:100px}.page.service .page-cont{position:relative;padding:150px 20px 20px;border-radius:5px;box-shadow:#00000059 0 5px 15px}.page.service .page-cont .service-form input::-webkit-outer-spin-button,.page.service .page-cont .service-form input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.page.service .page-cont .service-form .service-flex{display:flex;align-items:top;justify-content:space-between;flex-direction:row;gap:50px}.page.service .page-cont .service-form .service-flex label{font-size:20px;letter-spacing:1px;margin-left:5px}.page.service .page-cont .service-form .service-flex label span{color:#eb2227}.page.service .page-cont .service-form .service-flex .service-text-input{all:unset;width:calc(100% - 30px);padding:0 15px;background-color:#a4a4a480;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);height:40px;margin-bottom:20px;font-size:18px;color:#231f20;letter-spacing:2px;cursor:text;transition:.5s}.page.service .page-cont .service-form .service-flex .service-text-input::placeholder{color:gray;font-size:15px;letter-spacing:2px}.page.service .page-cont .service-form .service-flex .service-text-input:hover{background-color:#a4a4a4cc}.page.service .page-cont .service-form .service-flex .service-left{width:50%}.page.service .page-cont .service-form .service-flex .service-left .model-input{margin:50px 0}.page.service .page-cont .service-form .service-flex .service-left .model-input .model-boxes{width:100%;display:flex;flex-wrap:wrap;justify-content:flex-start;gap:20px}.page.service .page-cont .service-form .service-flex .service-left .model-input .model-boxes label{cursor:pointer}.page.service .page-cont .service-form .service-flex .service-left .model-input .model-boxes input{margin-right:10px;cursor:pointer}.page.service .page-cont .service-form .service-flex .service-left .input-flex{display:flex;gap:10px}.page.service .page-cont .service-form .service-flex .service-left .input-flex .hours-cont,.page.service .page-cont .service-form .service-flex .service-left .input-flex .contact-cont{width:50%}.page.service .page-cont .service-form .service-flex .service-left .input-flex .contact-cont p{font-size:20px;letter-spacing:1px;margin-left:5px}.page.service .page-cont .service-form .service-flex .service-left .input-flex .contact-cont .labels{display:flex;justify-content:center;gap:10%}.page.service .page-cont .service-form .service-flex .service-left .input-flex .contact-cont .labels input{margin-right:10px}.page.service .page-cont .service-form .service-flex .service-right{width:50%;display:flex;flex-direction:column}.page.service .page-cont .service-form .service-flex .service-right .service-area{all:unset;padding:15px;width:calc(100% - 30px);font-size:18px;color:#231f20;letter-spacing:2px;background-color:#a4a4a480;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);word-wrap:break-word;line-height:25px;margin-bottom:20px;cursor:text;transition:.5s}.page.service .page-cont .service-form .service-flex .service-right .service-area::placeholder{color:gray;font-size:15px;letter-spacing:2px}.page.service .page-cont .service-form .service-flex .service-right .service-area:hover{background-color:#a4a4a4e6}.page.service .page-cont .service-form button{all:unset;width:calc(20% - 30px);margin-left:80%;padding:0 15px;height:60px;color:#fff;background-color:#eb2227;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);font-size:15px;letter-spacing:5px;cursor:pointer;transition:.5s;text-align:center}.page.service .page-cont .service-form button:hover{filter:brightness(1.1)}@media (max-width: 1700px){.page.service .page-cont{padding:150px 10px 10px}.page.service .page-cont .service-form .service-flex{gap:30px}.page.service .page-cont .service-form .service-flex label{font-size:18px}.page.service .page-cont .service-form .service-flex .service-text-input{font-size:16px}.page.service .page-cont .service-form .service-flex .service-text-input::placeholder{font-size:14px}.page.service .page-cont .service-form .service-flex .service-left .model-input{margin:30px 0}.page.service .page-cont .service-form .service-flex .service-left .input-flex .contact-cont p{font-size:18px}.page.service .page-cont .service-form .service-flex .service-right .service-area{font-size:16px}.page.service .page-cont .service-form .service-flex .service-right .service-area::placeholder{font-size:14px}}@media (max-width: 1300px){.form .form-headline{font-size:25px}.form input{height:35px;margin-bottom:5px;font-size:14px}.form input::placeholder{font-size:14px}.form #area{font-size:14px}.form #area::placeholder{font-size:14px}.success{padding:30px;min-height:400px;gap:40px}.success img{height:250px}.success button{height:50px}.page.service .page-cont{padding:130px 10px 10px}.page.service .page-cont .service-form .service-flex label{font-size:14px}.page.service .page-cont .service-form .service-flex .service-text-input{padding:0 15px;height:35px;margin-bottom:10px;font-size:14px;letter-spacing:1px}.page.service .page-cont .service-form .service-flex .service-text-input::placeholder{font-size:14px}.page.service .page-cont .service-form .service-flex .service-left .model-input .model-boxes{gap:15px}.page.service .page-cont .service-form .service-flex .service-left .model-input .model-boxes input{margin-right:10px;cursor:pointer}.page.service .page-cont .service-form .service-flex .service-left .input-flex .contact-cont p,.page.service .page-cont .service-form .service-flex .service-right .service-area{font-size:14px}.page.service .page-cont .service-form .service-flex .service-right .service-area::placeholder{font-size:14px}.page.service .page-cont .service-form button{height:50px}}@media (max-width: 1050px){.form{padding:10px}.form .form-headline{font-size:20px;height:30px}.form .error{font-size:12px;letter-spacing:1px;height:18px}.success{padding:20px;min-height:300px;gap:30px}.success img{height:200px}.success button{height:50px}.page.service .page-cont{padding:100px 8px 8px}.page.service .page-cont .service-form .service-flex label,.page.service .page-cont .service-form .service-flex .service-text-input{font-size:12px}.page.service .page-cont .service-form .service-flex .service-text-input::placeholder{font-size:12px}.page.service .page-cont .service-form .service-flex .service-left .model-input .model-boxes{gap:12px}.page.service .page-cont .service-form .service-flex .service-left .input-flex .contact-cont p,.page.service .page-cont .service-form .service-flex .service-right .service-area{font-size:12px}.page.service .page-cont .service-form .service-flex .service-right .service-area::placeholder{font-size:12px}.page.service .page-cont .service-form button{height:40px}}@media (max-width: 790px){.form .form-headline{font-size:25px}.form input{width:calc(100% - 10px);height:30px;padding:0 5px;font-size:12px;letter-spacing:1px}.form input::placeholder{font-size:12px;letter-spacing:1px}.form #area{all:unset;padding:5px;width:calc(100% - 10px);font-size:12px;letter-spacing:1px;background-color:#a4a4a480;line-height:18px;margin-bottom:20px}.form #area::placeholder{font-size:12px;letter-spacing:1px}.form button{height:50px;letter-spacing:3px}.form .error{font-size:10px;letter-spacing:1px;height:18px}.success{padding:20px;min-height:300px;gap:25px}.success img{height:180px}.success button{height:40px}.page.service .page-cont .service-form .service-flex{display:flex;align-items:top;justify-content:space-between;flex-direction:column}.page.service .page-cont .service-form .service-flex label{font-size:16px}.page.service .page-cont .service-form .service-flex .service-text-input{all:unset;width:calc(100% - 30px);padding:0 15px;background-color:#a4a4a480;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);height:40px;margin-bottom:20px;font-size:18px;color:#231f20;letter-spacing:2px;cursor:text;transition:.5s}.page.service .page-cont .service-form .service-flex .service-text-input::placeholder{color:gray;font-size:15px;letter-spacing:2px}.page.service .page-cont .service-form .service-flex .service-text-input:hover{background-color:#a4a4a4cc}.page.service .page-cont .service-form .service-flex .service-left{width:100%}.page.service .page-cont .service-form .service-flex .service-left .model-input{margin:50px 0}.page.service .page-cont .service-form .service-flex .service-left .model-input .model-boxes{gap:20px}.page.service .page-cont .service-form .service-flex .service-left .input-flex{display:flex;flex-direction:column;gap:10px}.page.service .page-cont .service-form .service-flex .service-left .input-flex .hours-cont,.page.service .page-cont .service-form .service-flex .service-left .input-flex .contact-cont{width:100%}.page.service .page-cont .service-form .service-flex .service-left .input-flex .contact-cont p{font-size:16px;margin-left:5px}.page.service .page-cont .service-form .service-flex .service-left .input-flex .contact-cont .labels{display:flex;justify-content:center;gap:30%}.page.service .page-cont .service-form .service-flex .service-right{width:100%}.page.service .page-cont .service-form button{all:unset;width:calc(60% - 30px);margin-left:20%;padding:0 15px;height:60px;color:#fff;background-color:#eb2227;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);font-size:15px;letter-spacing:5px;cursor:pointer;transition:.5s;text-align:center;margin-bottom:50px}.page.service .page-cont .service-form button:hover{filter:brightness(1.1)}}@media (max-width: 450px){.form .form-headline{font-size:18px;height:25px}.success{padding:10px;min-height:300px;gap:20px}.success img{height:150px}.success button{height:40px}}.bar .right-transparent .logo-cont{position:absolute;height:150px;width:150px;background-image:url(/logos/logo-no-bg.png);background-size:contain;right:0;background-position:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:100px}.network .page-cont section{border-radius:5px;box-shadow:#00000059 0 5px 15px;position:relative;padding:150px 50px 50px;margin-bottom:200px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:50px}.network .page-cont section h1{font-size:50px;font-weight:500;width:80%;text-align:center;letter-spacing:5px;color:#231f20}.network .page-cont section .img-cont{height:800px;width:600px;background-position:center;background-repeat:no-repeat;background-size:cover;background-image:url(/rest/map2.png);position:relative;border-radius:20px;box-shadow:#00000059 0 5px 15px;margin-bottom:50px}.network .page-cont section .img-cont .dot-logo{background-position:center;background-repeat:no-repeat;background-size:cover;background-image:url(/logos/logo-no-bg.png);height:40px;width:40px;border-radius:100px;position:absolute;top:150px;left:260px;cursor:pointer;box-shadow:#00000059 0 5px 15px}.network .page-cont section .img-cont .dot-logo:hover .info{display:block}.network .page-cont section .img-cont .dot-logo .info{position:absolute;z-index:40;left:-290px;top:45px;height:250px;width:600px;border-radius:5px;box-shadow:#00000059 0 5px 15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:30px;display:flex;align-items:start;justify-content:center;flex-direction:column;gap:5px;display:none;background-image:url(/logos/logo-no-bg.png);background-position:right;background-repeat:no-repeat;background-size:200px}.network .page-cont section .img-cont .dot-logo .info h5{font-size:22px;margin-bottom:10px}.network .page-cont section .img-cont .dot-logo .info p{font-size:18px;letter-spacing:2px;line-height:30px}.network .page-cont section .img-cont .dot-logo .info span{font-weight:600}.network .page-cont section .img-cont .dot{position:absolute;height:30px;width:30px;border-radius:100px;background-color:#eb2227;cursor:pointer;box-shadow:#00000059 0 5px 15px}.network .page-cont section .img-cont .dot.agrorid{top:205px;left:190px}.network .page-cont section .img-cont .dot.agrorid .info .logo-cont{background-image:url(/network/agrorid.JPG)}.network .page-cont section .img-cont .dot.agrorid:hover .info{display:block}.network .page-cont section .img-cont .dot.agrogas{top:300px;left:230px}.network .page-cont section .img-cont .dot.agrogas .info{width:550px;left:-260px}.network .page-cont section .img-cont .dot.agrogas .info .logo-cont{background-image:url(/network/agrogas.png)}.network .page-cont section .img-cont .dot.agrogas:hover .info{display:block}.network .page-cont section .img-cont .dot.jugometal{top:340px;left:355px}.network .page-cont section .img-cont .dot.jugometal .info .logo-cont{background-image:url(/network/jugometal.png)}.network .page-cont section .img-cont .dot.jugometal:hover .info{display:block}.network .page-cont section .img-cont .dot.agrouniverzal{top:380px;left:225px}.network .page-cont section .img-cont .dot.agrouniverzal .info .logo-cont{background-image:url(/network/agrouniverzal.png)}.network .page-cont section .img-cont .dot.agrouniverzal:hover .info{display:block}.network .page-cont section .img-cont .dot.agrocentar{top:460px;left:190px}.network .page-cont section .img-cont .dot.agrocentar .info .logo-cont{background-image:url(/network/agrocentar.JPG)}.network .page-cont section .img-cont .dot.agrocentar:hover .info{display:block}.network .page-cont section .img-cont .dot.agribau{top:635px;left:335px}.network .page-cont section .img-cont .dot.agribau .info{top:-255px}.network .page-cont section .img-cont .dot.agribau .info .logo-cont{background-image:url(/network/agribau.png)}.network .page-cont section .img-cont .dot.agribau:hover .info{display:block}.network .page-cont section .img-cont .dot.rakic{top:240px;left:25px}.network .page-cont section .img-cont .dot.rakic .info .logo-cont{background-image:url(/network/rakic.png)}.network .page-cont section .img-cont .dot.rakic:hover .info{display:block}.network .page-cont section .img-cont .dot .info{z-index:40;position:absolute;left:-185px;top:35px;height:250px;width:400px;border-radius:10px;box-shadow:#00000059 0 5px 15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:30px;display:flex;align-items:start;justify-content:center;flex-direction:column;display:none}.network .page-cont section .img-cont .dot .info .logo-cont{background-position:center;background-repeat:no-repeat;background-size:contain;height:70px;width:100%;margin-bottom:20px}.network .page-cont section .img-cont .dot .info p{font-size:18px;letter-spacing:2px;line-height:30px}.network .page-cont section .img-cont .dot .info span{font-weight:600}@media (max-width: 1700px){.network .page-cont section{padding:120px 40px 40px;margin-bottom:180px;gap:40px}.network .page-cont section h1{font-size:40px}}@media (max-width: 1300px){.network .page-cont section{padding:100px 25px 25px;margin-bottom:150px;gap:30px}.network .page-cont section h1{font-size:30px}}@media (max-width: 1050px){.network .page-cont section{padding:100px 15px 15px;margin-bottom:120px;gap:20px}.network .page-cont section h1{font-size:25px;letter-spacing:4px}.network .page-cont section .img-cont .dot-logo .info{left:-240px;height:200px;width:500px;padding:20px;background-position:right;background-repeat:no-repeat;background-size:120px}.network .page-cont section .img-cont .dot-logo .info h5{font-size:18px;margin-bottom:10px}.network .page-cont section .img-cont .dot-logo .info p{font-size:14px;line-height:25px}.network .page-cont section .img-cont .dot.agrogas{top:300px;left:230px}.network .page-cont section .img-cont .dot.agrogas .info{width:450px;left:-210px}.network .page-cont section .img-cont .dot.rakic .info{left:15px}.network .page-cont section .img-cont .dot.agribau{top:635px;left:335px}.network .page-cont section .img-cont .dot.agribau .info{top:-205px}.network .page-cont section .img-cont .dot.agribau:hover .info{display:block}.network .page-cont section .img-cont .dot .info{left:-145px;height:200px;width:320px;padding:20px}.network .page-cont section .img-cont .dot .info .logo-cont{background-position:center;background-repeat:no-repeat;background-size:contain;height:50px;margin-bottom:15px}.network .page-cont section .img-cont .dot .info p{font-size:14px;line-height:25px}.network .page-cont section .img-cont .dot .info span{font-weight:600}}@media (max-width: 790px){.network .page-cont section{padding:100px 10px 10px;margin-bottom:100px}.network .page-cont section h1{font-size:20px;letter-spacing:3px}.network .page-cont section .img-cont{height:533.3333333333px;width:400px}.network .page-cont section .img-cont .dot-logo{height:26.6666666667px;width:26.6666666667px;top:100px;left:173.3333333333px}.network .page-cont section .img-cont .dot-logo .info{position:absolute;z-index:40;left:-193.3333333333px;top:30px;height:187.5px;width:400px;background-position:right;background-repeat:no-repeat;background-size:70px}.network .page-cont section .img-cont .dot-logo .info h5{font-size:16px;margin-bottom:10px}.network .page-cont section .img-cont .dot-logo .info p{font-size:14px;line-height:25px;letter-spacing:2px}.network .page-cont section .img-cont .dot{height:20px;width:20px}.network .page-cont section .img-cont .dot.agrorid{top:136.6666666667px;left:126.6666666667px}.network .page-cont section .img-cont .dot.agrogas{top:200px;left:153.3333333333px}.network .page-cont section .img-cont .dot.agrogas .info{width:410px;left:-170px}.network .page-cont section .img-cont .dot.jugometal{top:226.6666666667px;left:236.6666666667px}.network .page-cont section .img-cont .dot.agrouniverzal{top:253.3333333333px;left:150px}.network .page-cont section .img-cont .dot.agrocentar{top:306.6666666667px;left:126.6666666667px}.network .page-cont section .img-cont .dot.agribau{top:423.3333333333px;left:223.3333333333px}.network .page-cont section .img-cont .dot.agribau .info{top:-205px}.network .page-cont section .img-cont .dot.rakic{top:160px;left:16.6666666667px}.network .page-cont section .img-cont .dot .info{top:25px}}@media (max-width: 450px){.network .page-cont section{padding:70px 10px 10px}.network .page-cont section h1{font-size:18px;letter-spacing:2px}.network .page-cont section .img-cont{height:400px;width:300px}.network .page-cont section .img-cont .dot-logo{height:20px;width:20px;top:75px;left:130px}.network .page-cont section .img-cont .dot-logo .info{position:absolute;z-index:40;left:-130px;top:22.5px;height:125px;width:300px;background-position:right;background-repeat:no-repeat;background-size:60px}.network .page-cont section .img-cont .dot-logo .info h5{font-size:11px;margin-bottom:5px}.network .page-cont section .img-cont .dot-logo .info p{font-size:10px;line-height:15px;letter-spacing:1px}.network .page-cont section .img-cont .dot{height:15px;width:15px}.network .page-cont section .img-cont .dot.agrorid{top:102.5px;left:95px}.network .page-cont section .img-cont .dot.agrogas{top:150px;left:115px}.network .page-cont section .img-cont .dot.agrogas .info{width:270px;left:-100px}.network .page-cont section .img-cont .dot.jugometal{top:170px;left:177.5px}.network .page-cont section .img-cont .dot.agrouniverzal{top:190px;left:112.5px}.network .page-cont section .img-cont .dot.agrocentar{top:230px;left:95px}.network .page-cont section .img-cont .dot.agribau{top:317.5px;left:167.5px}.network .page-cont section .img-cont .dot.agribau .info{top:-125px}.network .page-cont section .img-cont .dot.rakic{top:120px;left:12.5px}.network .page-cont section .img-cont .dot.rakic .info{left:5px}.network .page-cont section .img-cont .dot .info{left:-80px;top:20px;height:120px;width:200px;padding:10px}.network .page-cont section .img-cont .dot .info .logo-cont{height:30px;margin-bottom:5px}.network .page-cont section .img-cont .dot .info p{font-size:10px;line-height:15px;letter-spacing:1px}}.bar .right-transparent .logo-cont{position:absolute;height:150px;width:150px;background-image:url(/logos/logo-no-bg.png);background-size:contain;right:0;background-position:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:100px}.download .page-cont section{border-radius:5px;box-shadow:#00000059 0 5px 15px;position:relative;padding:150px 50px 50px;margin-bottom:100px;display:flex}.download .page-cont section .segment{width:25%;display:flex;align-items:center;justify-content:baseline;flex-direction:column;height:240px;margin-bottom:50px}.download .page-cont section .segment h2{font-size:18px;text-align:center;letter-spacing:1px;width:80%}.download .page-cont section .segment a{height:200px;width:200px;background-image:url(/icons/tractor2.svg);background-position:center;background-repeat:no-repeat;background-size:80%;transition:.3s;display:flex;align-items:center;justify-content:center;flex-direction:row}.download .page-cont section .segment:hover a{scale:1.05}.download .page-cont section.brochures{flex-wrap:wrap}.download .page-cont section.manuals{flex-wrap:wrap}@media (max-width: 1700px){.download .page-cont section{padding:120px 40px 40px;margin-bottom:80px}.download .page-cont section .segment{height:220px;margin-bottom:40px}.download .page-cont section .segment h2{font-size:15px}.download .page-cont section .segment a{height:180px;width:180px}}@media (max-width: 1300px){.download .page-cont section{padding:100px 25px 25px;margin-bottom:70px}.download .page-cont section .segment{height:200px;margin-bottom:30px}.download .page-cont section .segment h2{font-size:13px}.download .page-cont section .segment a{height:150px;width:150px}.download .page-cont section .segment a img{height:50px}}@media (max-width: 1050px){.download .page-cont section{padding:100px 15px 15px}.download .page-cont section .segment{height:180;width:33%}.download .page-cont section .segment a{height:140px;width:140px}.download .page-cont section .segment a img{height:40px}}@media (max-width: 790px){.download .page-cont section{padding:100px 10px 10px;margin-bottom:50px;flex-wrap:wrap}.download .page-cont section .segment{width:50%;height:170px;margin-bottom:50px}.download .page-cont section .segment h2{font-size:13px;letter-spacing:0}.download .page-cont section .segment a{height:150px;width:150px}.download .page-cont section .segment a img{height:50px}}@media (max-width: 450px){.download .page-cont section{padding:70px 10px 10px;margin-bottom:50px;flex-wrap:wrap}.download .page-cont section .segment{width:100%;height:170px;margin-bottom:20px}.download .page-cont section .segment h2{font-size:13px;letter-spacing:0}.download .page-cont section .segment a{height:120px;width:120px}.download .page-cont section .segment a img{height:30px}}.bar .right-transparent .logo-cont{position:absolute;height:150px;width:150px;background-image:url(/logos/logo-no-bg.png);background-size:contain;right:0;background-position:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:100px}.media .page-cont section{height:auto;min-height:500px;border-radius:5px;box-shadow:#00000059 0 5px 15px;position:relative;padding:50px;margin-bottom:100px;display:flex;align-items:center;justify-content:center;flex-direction:row}.media .page-cont section .soon{font-size:200px;font-weight:300;color:gray}@media (max-width: 1700px){.media .page-cont section{padding:40px;margin-bottom:80px}}@media (max-width: 1300px){.media .page-cont section{padding:25px}}@media (max-width: 1050px){.media .page-cont section{padding:10px;margin-bottom:50px}.media .page-cont section .soon{font-size:150px}}@media (max-width: 790px){.media .page-cont section{padding:15px}.media .page-cont section .soon{font-size:100px}}@media (max-width: 450px){.media .page-cont section{padding:10px;margin-bottom:40px}.media .page-cont section .soon{font-size:50px}}*{box-sizing:border-box;margin:0;padding:0;font-family:Noto Sans Display,sans-serif}.nav-left-background{height:70px;width:50%;position:absolute;top:0;left:0;background-color:#eb2227}main{min-height:100vh;width:100%}main p{color:#231f20;font-size:18px;line-height:25px;letter-spacing:2px;text-align:justify}.app{max-width:1600px;width:95%;margin:0 auto}.page{width:100%;min-height:100vh}.page .page-cont{width:100%;margin:0 auto}.bar{height:70px;width:100%;display:flex;position:absolute;top:0;left:0}.bar .left-red{width:70%;background-color:#eb2227;display:flex;align-items:center}.bar .left-red .bar-h1{font-size:40px;line-height:70px;padding-left:50px;letter-spacing:5px;color:#231f20;font-weight:500}.bar .creation{position:relative;flex-direction:column;align-items:baseline}.bar .creation .background-gray{position:absolute;width:20px;height:100%;background-color:#bcbec0}.bar .creation .creation-left .left-trap{width:60px;height:50px;background-color:#bcbec0;position:absolute;right:-80px;clip-path:polygon(0% 0%,100% 0%,58% 100%,0% 100%)}.bar .creation .creation-left .left-round{position:absolute;height:70px;width:40px;right:-60px;background-color:#bcbec0;border-radius:0 0 100px}.bar .creation .creation-right .right-trap{width:60px;height:50px;background-color:#eb2227;position:absolute;clip-path:polygon(0% 0%,100% 0%,58% 100%,0% 100%)}.bar .creation .creation-right .right-round{position:absolute;height:70px;width:40px;background-color:#eb2227;border-radius:0 0 100px}.bar .right-transparent{width:30%;background-color:transparent;position:relative}.bar .right-transparent .logo-cont{position:absolute;height:150px;width:150px;background-image:url(/logos/logo-no-bg.png);background-size:contain;right:0;background-position:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:100px}.reveal-div-flex{width:100%;margin-top:170px;margin-bottom:60px}.reveal-div-flex .text-reveal-div{font-size:150px;line-height:190px;font-weight:600;letter-spacing:20px;color:#9f9f9f;text-align:center;text-shadow:0px 3px 0px rgb(35,31,32),0px 14px 10px rgba(0,0,0,.15),0px 24px 2px rgba(0,0,0,.1),0px 34px 30px rgba(0,0,0,.1)}.to-the-top-button{position:fixed;bottom:120px;right:50px;width:50px;height:50px;border:none;border-radius:50px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:transparent;z-index:5;cursor:pointer;display:flex;align-items:center;justify-content:center}.to-the-top-button img{height:50px;filter:invert(.5)}.disclaimer p{color:gray;font-size:14px;line-height:20px;margin-bottom:20px}@media (max-width: 1700px){main p{font-size:16px;line-height:23px}.app{margin:0 auto}.bar .left-red .bar-h1{font-size:30px;letter-spacing:7px;padding-left:40px}.bar .right-transparent .logo-cont{height:120px;width:120px}.reveal-div-flex{margin-top:120px;margin-bottom:50px}.reveal-div-flex .text-reveal-div{font-size:130px;line-height:165px;letter-spacing:18px;text-shadow:0px 3px 0px rgb(35,31,32),0px 14px 10px rgba(0,0,0,.15),0px 17px 2px rgba(0,0,0,.1),0px 34px 30px rgba(0,0,0,.1)}.disclaimer p{font-size:13px;line-height:19px;margin-bottom:18px}}@media (max-width: 1300px){main p{font-size:14px;line-height:20px}.bar .left-red .bar-h1{font-size:25px;letter-spacing:5px;padding-left:25px}.bar .right-transparent .logo-cont{height:100px;width:100px}.reveal-div-flex .text-reveal-div{font-size:120px;line-height:160px;letter-spacing:15px;text-shadow:0px 3px 0px rgb(35,31,32),0px 14px 10px rgba(0,0,0,.15),0px 12px 2px rgba(0,0,0,.1),0px 34px 30px rgba(0,0,0,.1)}.disclaimer p{font-size:12px;line-height:17px;margin-bottom:16px}}@media (max-width: 1050px){.bar{height:50px}.bar .left-red .bar-h1{font-size:18px;line-height:50px;letter-spacing:5px;padding-left:15px}.bar .creation .creation-left .left-trap{width:60px;height:30px}.bar .creation .creation-left .left-round{height:50px}.bar .creation .creation-right .right-trap{height:30px}.bar .creation .creation-right .right-round{height:50px}.bar .right-transparent .logo-cont{height:90px;width:90px}.reveal-div-flex{margin-top:110px;margin-bottom:40px}.reveal-div-flex .text-reveal-div{font-size:83px;line-height:140px;letter-spacing:15px;text-shadow:0px 3px 0px rgb(35,31,32),0px 14px 10px rgba(0,0,0,.15),0px 9px 2px rgba(0,0,0,.1),0px 34px 30px rgba(0,0,0,.1)}.disclaimer p{font-size:11px;line-height:17px;margin-bottom:16px}}@media (max-width: 790px){.nav-left-background{display:none}.bar .left-red{width:60%}.bar .left-red .bar-h1{font-size:15px;line-height:25px;letter-spacing:2px}.bar .right-transparent{width:40%}.bar .right-transparent .logo-cont{height:80px;width:80px}.reveal-div-flex{margin-top:100px;margin-bottom:30px}.reveal-div-flex .text-reveal-div{font-size:53px;line-height:100px;letter-spacing:5px;text-shadow:0px 3px 0px rgb(35,31,32),0px 14px 10px rgba(0,0,0,.15),0px 5px 2px rgba(0,0,0,.1),0px 34px 30px rgba(0,0,0,.1)}.to-the-top-button{bottom:80px;right:50px;width:30px;height:30px}.to-the-top-button img{height:30px}.disclaimer p{color:gray;font-size:10px;line-height:15px;margin-bottom:14px}}@media (max-width: 450px){.nav-left-background{display:none}.bar .left-red .bar-h1{padding-left:10px;font-size:14px;line-height:25px;letter-spacing:1px}.bar .right-transparent .logo-cont{height:70px;width:70px}.reveal-div-flex{margin-top:80px;margin-bottom:30px}.reveal-div-flex .text-reveal-div{font-size:35px;line-height:70px;text-shadow:0px 3px 0px rgb(35,31,32),0px 14px 10px rgba(0,0,0,.15),0px 3px 2px rgba(0,0,0,.1),0px 34px 30px rgba(0,0,0,.1)}.to-the-top-button{bottom:80px;right:50px;width:30px;height:30px}.to-the-top-button img{height:30px}}.contact .page-cont .map-section{height:auto;border-radius:5px;box-shadow:#00000059 0 5px 15px;position:relative;padding:150px 50px 50px;margin-bottom:100px;min-height:400px;display:flex;align-items:start;justify-content:space-between;flex-direction:row}.contact .page-cont .map-section .info-side{width:40%}.contact .page-cont .map-section .info-side h1{font-size:25px;letter-spacing:2px;color:#231f20;font-weight:800;margin-bottom:10px}.contact .page-cont .map-section .info-side .info-p{margin-bottom:10px;font-weight:600}.contact .page-cont .map-section .map-side{box-shadow:#00000059 0 5px 15px;width:60%;height:500px}.contact .page-cont .form-section{height:auto;border-radius:5px;box-shadow:#00000059 0 5px 15px;position:relative;margin-bottom:100px;min-height:400px;padding-top:100px}.contact .page-cont .form-section .form-cont form{width:100%;margin:50px auto}@media (max-width: 1700px){.contact .page-cont .map-section{padding:150px 50px 50px;margin-bottom:80px}.contact .page-cont .map-section .info-side{width:40%}.contact .page-cont .map-section .info-side h1{font-size:22px}.contact .page-cont .map-section .info-side .info-p{font-size:15px}.contact .page-cont .map-section .map-side{height:450px}}@media (max-width: 1300px){.contact .page-cont .map-section{padding:100px 25px 25px;display:flex;align-items:center;justify-content:space-between;flex-direction:column;gap:25px}.contact .page-cont .map-section .info-side{width:100%}.contact .page-cont .map-section .info-side h1{text-align:center;font-size:25px}.contact .page-cont .map-section .info-side .info-p{text-align:center;font-size:16px}.contact .page-cont .map-section .map-side{width:90%;height:600px}}@media (max-width: 1050px){.map-section{padding:100px 15px 50px}.map-section .info-side h1{font-size:22px}.map-section .info-side .info-p{font-size:15px}.map-section .map-side{width:90%;height:500px}}@media (max-width: 790px){.contact .page-cont .map-section{padding:100px 10px 30px}.contact .page-cont .map-section .info-side h1{font-size:18px}.contact .page-cont .map-section .info-side .info-p{font-size:13px}.contact .page-cont .map-section .map-side{width:90%;height:400px}}@media (max-width: 450px){.contact .page-cont .map-section{padding:70px 10px 20px}.contact .page-cont .map-section .info-side h1{font-size:16px}.contact .page-cont .map-section .info-side .info-p{font-size:12px}.contact .page-cont .map-section .map-side{width:95%;height:300px}}
