@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");:root{--font-base:"Roboto",sans-serif;--primary-color:#edf2f8;--secondary-color:#52dee5;--black-color:#030303;--lightGray-color:#e4e4e4;--gray-color:#6b7688;--brown-color:#46364a;--white-color:#fff}*{box-sizing:border-box;padding:0;margin:0;scroll-behavior:smooth}img{pointer-events:none}.text-secondary{color:var(--secondary-color)}.bg-secondary{background-color:var(--secondary-color)}.border-secondary{border-color:var(--secondary-color)}#scrolldown_btn a span{position:absolute;top:0;left:50%;width:24px;height:24px;margin-left:-12px;border-left:1px solid #fff;border-bottom:1px solid #fff;transform:rotate(-45deg);animation:sdb07 2s infinite;opacity:0;box-sizing:border-box}#scrolldown_btn a span:first-of-type{animation-delay:0s}#scrolldown_btn a span:nth-of-type(2){top:16px;animation-delay:.15s}#scrolldown_btn a span:nth-of-type(3){top:32px;animation-delay:.3s}@keyframes sdb07{0%{opacity:0}50%{opacity:1}to{opacity:0}}.swiper_container{height:52rem;padding:2rem 0;position:relative}.swiper-slide{width:37rem;height:42rem;position:relative}@media (max-width:500px){.swiper_container{height:47rem}.swiper-slide,.swiper-slide img{width:28rem!important;height:36rem!important}}.swiper-slide img{width:37rem;height:42rem;border-radius:2rem;-o-object-fit:cover;object-fit:cover}.swiper-slide-shadow-left,.swiper-slide-shadow-right{display:none}.slider-controler{position:relative;bottom:2rem;display:flex;align-items:center;justify-content:center}.slider-controler .swiper-button-next{left:58%!important;transform:translateX(-58%)!important}@media (max-width:990px){.slider-controler .swiper-button-next{left:70%!important;transform:translateX(-70%)!important}}@media (max-width:450px){.slider-controler .swiper-button-next{left:80%!important;transform:translateX(-80%)!important}}@media (max-width:990px){.slider-controler .swiper-button-prev{left:30%!important;transform:translateX(-30%)!important}}@media (max-width:450px){.slider-controler .swiper-button-prev{left:20%!important;transform:translateX(-20%)!important}}.slider-controler .slider-arrow{background:var(--white);width:3.5rem;height:3.5rem;border-radius:50%;left:42%;transform:translateX(-42%);filter:drop-shadow(0 8px 24px rgba(18,28,53,.1))}.slider-controler .slider-arrow ion-icon{font-size:2rem;color:#222224}.slider-controler .slider-arrow:after{content:""}.swiper-pagination{position:relative;width:15rem!important;bottom:1rem}.swiper-pagination .swiper-pagination-bullet{filter:drop-shadow(0 8px 24px rgba(18,28,53,.1))}.swiper-pagination .swiper-pagination-bullet-active{background:var(--primary)}.app__navbar{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;position:fixed;z-index:2;transition:all .3s ease}.navbar-float{box-shadow:0 0 20px rgba(0,0,0,.2)}.app__navbar-logo{display:flex;justify-content:center;align-items:center}.app__navbar-logo img{width:40px;height:-moz-fit-content;height:fit-content}@media screen and (min-width:2000px){.app__navbar-logo{width:180px;height:40px}}.app__navbar-links{flex:1;display:flex;justify-content:center;align-items:center;list-style:none}.app__navbar-links li{margin:0 1rem;cursor:pointer}.app__navbar-links li a{color:var(--gray-color);margin:5px 0;text-decoration:none;text-transform:uppercase;font-weight:600;transition:all .3s ease-in-out}.app__navbar-links li a:after{display:block;content:"";border-bottom:1px solid var(--secondary-color);transform:scaleX(0);transition:transform .25s ease-in-out;transform-origin:100% 50%}.app__navbar-links li a:hover{color:var(--secondary-color)}.app__navbar-links li a:hover:after{transform-origin:0 50%;transform:scaleX(1)}@media screen and (max-width:900px){.app__navbar-links{display:none}}.active a{color:var(--secondary-color)!important;font-weight:800}.app__navbar-menu{width:35px;height:35px;border-radius:50%;position:relative;display:flex;justify-content:center;align-items:center}.app__navbar-menu svg{width:70%;height:70%}.app__navbar-menu div{position:fixed;top:0;bottom:0;right:0;z-index:5;padding:1rem;width:80%;height:100vh;display:flex;justify-content:flex-end;align-items:flex-end;flex-direction:column;background-color:var(--white-color);background-size:cover;background-repeat:repeat;box-shadow:0 0 20px hsla(0,0%,66%,.15)}.app__navbar-menu div svg{width:35px;height:35px;color:var(--secondary-color);margin:.1rem 1rem}.app__navbar-menu div ul{list-style:none;margin:0;padding:0;width:100%;height:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column}.app__navbar-menu div ul li{margin:1rem}.app__navbar-menu div ul li a{color:var(--gray-color);text-transform:uppercase;font-weight:500;text-decoration:none;transition:all .3s ease-in-out}.app__navbar-menu div ul li a:hover{color:var(--secondary-color)}@media screen and (min-width:900px){.app__navbar-menu,.app__navbar-menu div{display:none}}