.Selectable{-webkit-touch-callout:initial;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.UnSelectable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.HorizontalScrolling{-webkit-overflow-scrolling:touch;overflow-y:auto;overflow-x:hidden}@keyframes FadeIn{from{opacity:.3}to{opacity:1}}@keyframes FadeInLeft{from{opacity:.1;-webkit-transform:translateX(20px)}to{opacity:1;-webkit-transform:translateX(0)}}@keyframes FadeInTop{from{opacity:.1;-webkit-transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0)}}@keyframes AppearHeight{from{-webkit-transform:translateY(20px)}to{opacity:1;-webkit-transform:translateY(0)}}.TransitionFaster{-webkit-transition:all .1s ease;-moz-transition:all .1s ease;-o-transition:all .1s ease;transition:all .1s ease}.TransitionFast{-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.TransitionMedium{-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.TransitionSlow{-webkit-transition:all .8s ease;-moz-transition:all .8s ease;-o-transition:all .8s ease;transition:all .8s ease}:root{--primaryColor:#93002e;--darkGrey:#262626;--mediumGrey:#777777;--lightGrey:#e2e2e2;--headerHeight:80px;--topBannersHeight:200px;--middleBannersHeight:200px}@media only screen and (min-width:800px){:root{--headerHeight:200px}}body aside .popupslider{display:grid;align-content:center}body aside .popupslider .slider img{width:100%;height:auto;display:block;margin:0 auto;object-fit:fill;max-height:400px;max-width:700px}body aside .popupslider .minicontainer{max-width:700px;overflow:hidden;margin:20px auto}body aside .popupslider .minicontainer .mini{position:relative;width:auto;height:auto;display:flex;cursor:pointer;gap:20px}body aside .popupslider .minicontainer .mini img{margin:auto;width:auto;height:100px;max-width:100px}body aside .popupslider .minicontainer .mini .hide{opacity:.5}@media only screen and (min-width:800px){aisde .mini{gap:20px}}.Selectable{-webkit-touch-callout:initial;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.UnSelectable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.HorizontalScrolling{-webkit-overflow-scrolling:touch;overflow-y:auto;overflow-x:hidden}@keyframes FadeIn{from{opacity:.3}to{opacity:1}}@keyframes FadeInLeft{from{opacity:.1;-webkit-transform:translateX(20px)}to{opacity:1;-webkit-transform:translateX(0)}}@keyframes FadeInTop{from{opacity:.1;-webkit-transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0)}}@keyframes AppearHeight{from{-webkit-transform:translateY(20px)}to{opacity:1;-webkit-transform:translateY(0)}}.TransitionFaster{-webkit-transition:all .1s ease;-moz-transition:all .1s ease;-o-transition:all .1s ease;transition:all .1s ease}.TransitionFast{-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.TransitionMedium{-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.TransitionSlow{-webkit-transition:all .8s ease;-moz-transition:all .8s ease;-o-transition:all .8s ease;transition:all .8s ease}:root{--primaryColor:#93002e;--darkGrey:#262626;--mediumGrey:#777777;--lightGrey:#e2e2e2;--headerHeight:80px;--topBannersHeight:200px;--middleBannersHeight:200px}@media only screen and (min-width:800px){:root{--headerHeight:200px}}body main .banner img{height:var(--topBannersHeight);object-fit:cover;object-position:bottom}body main .works .--filter{flex-direction:column}body main .projects>div{padding-top:30px;display:grid;grid-template-columns:1fr;gap:20px;margin:0 auto;width:100%;margin-block:50px;padding-block:50px;padding:20px}body main .projects .project{display:flex;justify-content:center;align-items:center;flex-direction:column;border-radius:17.4375px;width:100%;border:1px solid var(--mediumGrey);transition:all .3s ease-in-out;cursor:pointer;position:relative}body main .projects .project:hover{box-shadow:9px 5px 5px var(--lightGrey);transform:scale(1.05)}body main .projects .project .soon{position:absolute;top:-2px;left:-1px;width:128px;height:80px;overflow:hidden;z-index:2}body main .projects .project .soon>div{font-size:10px;background-color:var(--primaryColor);color:#fff;padding:3px 0;text-align:center;-webkit-transform:rotate(-45deg) translate(-28%,-11%);transform:rotate(-45deg) translate(-28%,-11%);width:100%;box-shadow:0 3px 5px rgba(0,0,0,.15)!important;font-weight:800}body main .projects .project .soon:after,body main .projects .project .soon:before{content:'';position:absolute;border-bottom:17px solid #c7c7c7;border-left:0 solid transparent}body main .projects .project .soon:after{top:0;right:0}body main .projects .project .soon:before{bottom:0;left:0}body main .projects .project-img{position:relative;width:100%;overflow:hidden;cursor:pointer;border-radius:17.4375px 17.4375px 0 0}body main .projects .project-img>img{width:100%;height:100%;object-fit:cover}body main .projects .project-img>div:last-child{top:0;left:0;display:flex;justify-content:space-between;align-items:end;flex-direction:row;text-align:left;background:rgba(0,0,0,.3);color:#fff;width:100%;height:100%;position:absolute;bottom:0;padding:0 20px}body main .projects .project-img>div:last-child p{font-size:.75rem;color:#fff;font-weight:700}body main .projects .project-img>div:last-child>div{width:60px;display:flex;justify-content:end;align-items:center;flex-direction:row}body main .projects .project-img>div:last-child>div>img{width:30px}body main .projects .project-info{display:flex;justify-content:center;align-items:flex-start;flex-direction:column;padding:20px 36px}body main .projects .project-info h2{color:var(--darkGrey);font-weight:800;margin:0;font-size:1.75rem;line-height:28.72pt}body main .projects .project-info>p{margin:8px;font-size:9pt}body main .projects .project-info .abouts{display:grid;grid-template-columns:1fr 1fr;gap:10px;overflow-wrap:anywhere;margin-top:16px}body main .projects .project-info .abouts .about{display:flex;justify-content:flex-start;align-items:center;flex-direction:row}body main .projects .project-info .abouts .about img{width:20%;margin-right:10px}body main .projects .project-info .abouts .about>div{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;text-align:left}body main .projects .project-info .abouts .about>div span{color:var(--primaryColor);font-size:8.19pt}body main .projects .project-info .abouts .about>div>p{margin:0;font-size:9.83pt;font-weight:700}body main .projects .comming{height:fit-content!important}body main .error div h2{text-align:center}@media only screen and (min-width:800px){body main .works .--filter{flex-direction:row}body main .projects>div{max-width:800px;grid-template-columns:1fr 1fr}body main .projects .project{width:370px;height:500px}body main .projects .project-img{height:250px}body main .projects .project-info{height:250px}}@media only screen and (min-width:1200px){body main .projects>div{max-width:1200px;grid-template-columns:1fr 1fr 1fr}}