@font-face{font-display:block;font-family:Material Symbols Outlined;font-style:normal;font-weight:100 700;src:url(/static/media/material-symbols-outlined.f6813c30c9a7f083b0c3.woff2) format("woff2")}.material-symbols-outlined{word-wrap:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga";direction:ltr;display:inline-block;font-family:Material Symbols Outlined;font-size:24px;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1;text-rendering:optimizeLegibility;text-transform:none;white-space:nowrap}header{background:red;display:none;left:0;padding:10px 20px;position:fixed;top:0;width:100%;z-index:100}.homepage-hero-container{display:flex;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:-100}.homepage-hero-content,.homepage-hero-content video{display:flex;height:100%;width:100%}.homepage-hero-content video{object-fit:cover}.homepage-infotargets{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1000px;width:100%}.homepage-infotargets li{border:1px solid var(--principal);border-radius:6px;display:flex;flex-direction:column;gap:5px;padding:16px}.homepage-infotargets li img{aspect-ratio:1/1;height:auto;width:40px}.homepage-infotargets li p.title{font-size:18px;font-weight:700}@media screen and (max-width:600px){.homepage-infotargets{grid-template-columns:1fr}}.homepage-about-us{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr);min-height:500px;width:100%}.homepage-about-us-target-1{justify-content:center}.homepage-about-us-slider{height:100%;width:100%}.homepage-about-us-slider ul{display:flex;height:100%;position:relative;width:100%}.homepage-about-us-slider ul li{position:absolute;top:50%;translate:0 -50%}.homepage-about-us-slider ul li:first-child{left:50%;translate:25% -50%}.homepage-about-us-slider ul li:nth-child(2){left:50%;scale:1.25;translate:-50% -50%;z-index:1}.homepage-about-us-slider ul li:nth-child(3){right:50%;translate:-25% -50%}.homepage-about-us-slider ul li img{aspect-ratio:2/3;border-radius:6px;height:auto;object-fit:cover;width:240px}@media screen and (max-width:600px){.homepage-about-us{gap:40px;grid-template-columns:1fr}.homepage-about-us-slider ul{align-items:center;display:flex;height:100%;justify-content:center;position:static;width:100%}.homepage-about-us-slider ul li{position:static;top:auto;translate:0 0}.homepage-about-us-slider ul li:first-child{left:auto;translate:0 0}.homepage-about-us-slider ul li:nth-child(2){left:auto;translate:0 0;z-index:1}.homepage-about-us-slider ul li:nth-child(3){right:auto;translate:0 0}.homepage-about-us-slider ul li img{width:120px}}.homepage-services{display:flex;flex-direction:column}.homepage-services-tabs{display:flex}.homepage-services-tab-button{height:48px;padding:0 16px;position:relative;width:auto}.homepage-services-tab-button:before{background:var(--principal);border-radius:2px;bottom:0;content:"";height:2px;left:0;position:absolute;transition:var(--t-200ms);width:0}.homepage-services-tab-button.active:before,.homepage-services-tab-button:hover:before{width:100%}.homepage-services-tab-button .button-text{color:var(--tetx)}.homepage-services-tab-button.active .button-text{color:var(--principal)}.homepage-services-content{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.homepage-services-content>div{display:flex;overflow:hidden}.homepage-services-content>div:first-child img{border-radius:6px;height:100%;max-height:400px;object-fit:cover;width:100%}.page-hero-container{background:#00000080;display:flex;height:100vh;max-height:800px;padding:20px;width:100%}.page-hero-content{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr);margin:auto;max-width:var(--mx-w-content);width:100%}.page-hero-content-target-1{display:flex;flex-direction:column;gap:20px}.page-hero-content-target-1>div>h1,.page-hero-content-target-1>div>h2{color:var(--white);font-size:56px}.page-hero-content-target-1 ul{align-items:center;display:flex;gap:10px;justify-content:left}.page-hero-content-target-2{display:flex}.page-hero-content-target-2 img{margin:auto;object-fit:contain;width:65%}@media screen and (max-width:600px){.page-hero-container{height:auto;max-height:none}.page-hero-content{grid-template-columns:1fr}.page-hero-content-target-1>div>h1,.page-hero-content-target-1>div>h2{font-size:60px}.page-hero-content-target-2 img{width:100%}}.chatbot-button-container{bottom:20px;position:fixed;right:20px;z-index:101}.chatbot-button-content{display:flex;position:relative}.chatbot-button-content:before{aspect-ratio:1/1;background:#d84747;clip-path:polygon(100% 50%,0 0,0 100%);content:"";display:flex;height:auto;pointer-events:none;position:absolute;right:56px;top:50%;transition:var(--t-200ms);translate:0 -50%;visibility:hidden;width:14px;z-index:101}.chatbot-button-content:hover:before{visibility:visible}.chatbot-button{align-items:center;aspect-ratio:1/1;background:var(--principal);border-radius:100%;display:flex;gap:10px;height:auto;justify-content:center;width:52px}.chatbot-button span{color:var(--white)}.chatbot-button-content p{align-items:center;background:#d84747;border-radius:4px;color:var(--white);display:flex;justify-content:center;min-height:36px;padding:0 10px;pointer-events:none;position:absolute;right:66px;top:50%;transition:var(--t-200ms);translate:0 -50%;visibility:hidden;width:140px}.chatbot-button-content:hover p{visibility:visible}.chat-container{background:var(--body);border:1px solid gray;border-radius:6px;bottom:92px;display:none;padding:20px;position:fixed;right:20px;z-index:101}.chat-content{display:flex;flex-direction:column;gap:10px}.chat-top{justify-content:space-between}.chat-close,.chat-top{align-items:center;display:flex}.chat-close{background:#efefef;border-radius:100%;height:48px;justify-content:center;width:48px}.chat{display:flex;flex-direction:column;gap:10px}.message-in,.response{display:flex;width:100%}.message-in .message{background:red;margin-right:auto}.response .message{margin-left:auto}.message{display:flex;max-height:80%;padding:10px;width:auto}@media screen and (max-width:600px){.chat-container{border:0;border-radius:0;bottom:0;display:none;height:100vh;right:0;width:100vw}}*{box-sizing:border-box;font-family:Outfit;font-size:14px;font-weight:400;list-style:none;margin:0;padding:0;text-decoration:none}body::-webkit-scrollbar{display:none}.material-symbols-outlined{font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 24}@font-face{font-family:Anton;src:url(/static/media/Anton-Regular.170b842f9a8cd6150a0d.ttf)}@font-face{font-family:Outfit;src:url(/static/media/Outfit-Regular.e853df41b41bc9489a8b.ttf)}:root{--body:#fff;--principal:#da111d;--mx-w-content:1440px;--text:#444;--white:#fff;--t-200ms:all 200ms linear}main{background:#fff;background:var(--body);display:flex;flex-direction:column;min-height:100vh;width:100vw}.block-container{display:flex;padding:20px;width:100%}.block-content{display:flex;flex-direction:column;gap:20px;margin:0 auto;max-width:1440px;max-width:var(--mx-w-content);width:100%}.block-title-container{align-items:center;display:flex;grid-column:1/-1;width:100%}.block-title{color:#000;font-family:Anton;font-size:36px;font-weight:400;text-transform:uppercase;transition:all .2s linear;transition:var(--t-200ms);width:auto}.block-title,.text-center{text-align:center}.d-flex-center-center{align-items:center;display:flex;justify-content:center}.d-flex-column{display:flex;flex-direction:column}.gap-5{gap:5px}.gap-10{gap:10px}.gap-20{gap:20px}.margin-auto{margin:auto}.margin-left{margin-left:auto}.margin-right{margin-right:auto}.font-anton,.title-text-anton{font-family:Anton;font-weight:400;text-transform:uppercase}.title-text-anton{color:#444;color:var(--text);font-size:28px}.color-white{color:#fff;color:var(--white)}button{background:none;border:0;cursor:pointer;outline:0}.list-buttons{display:flex;gap:10px}.button-link{cursor:pointer}.button-link-1,.button-link-2,.button-link-3{align-items:center;border-radius:3px;display:flex;gap:10px;justify-content:center;min-height:40px;padding:0 16px;width:auto}.button-link span,.button-link-1,.button-link-2,.button-link-3,.button-link-text{transition:all .2s linear;transition:var(--t-200ms)}.button-link-1{background:#da111d;background:var(--principal)}.button-link-1 .button-link-text,.button-link-1 span{color:#fff;color:var(--white)}.button-link-1 span,.button-link-2 span{font-size:20px}.button-link-2{background:#fff;background:var(--white)}.button-link-2 .button-link-text,.button-link-2 span{color:#da111d;color:var(--principal)}.button-link-3:hover{background:#da111d26}.button-link-3 .button-link-text,.button-link-3 span{color:#444;color:var(--text)}.button-link-3:hover .button-link-text,.button-link-3:hover span{color:#da111d;color:var(--principal)}@media screen and (max-width:600px){*{font-size:17px}.list-buttons{flex-direction:column;width:100%}.list-buttons li,.list-buttons li a{width:100%}.button-link span{font-size:28px}.button-link-1,.button-link-2,.button-link-3{height:58px}}
/*# sourceMappingURL=main.dea21952.css.map*/