.about-section{padding:100px 0;position:relative}@media(max-width:768px){.about-section{padding:200px 0 50px}.about-section .about-content{flex-direction:column}}.about-section .about-content .about-content-image{position:relative;flex:0 0 50%;max-width:50%}@media(max-width:768px){.about-section .about-content .about-content-image{flex:0 0 100%;max-width:100%;margin-bottom:100px}}.about-section .about-content .about-content-image img{width:470px;height:470px;border-radius:40px;object-fit:cover}@media(max-width:768px){.about-section .about-content .about-content-image img{width:300px;height:300px}}.about-section .about-content .about-content-image:before{content:"";position:absolute;top:0;left:0;width:470px;height:470px;background-color:var(--secondary);border-radius:40px;transform:rotate(20deg);z-index:-1}@media(max-width:768px){.about-section .about-content .about-content-image:before{width:300px;height:300px}}.about-section .about-content .about-content-text{flex:0 0 50%;max-width:50%}@media(max-width:768px){.about-section .about-content .about-content-text{flex:0 0 100%;max-width:100%}}.about-section .about-content .about-content-text .carousel-title{text-align:right}@media(max-width:768px){.about-section .about-content .about-content-text .carousel-title{text-align:left}}.about-section .about-content .about-content-text .carousel-title .large{font-size:88px;display:block;margin-bottom:70px}.about-section .about-content .about-content-text .carousel-title .small{font-size:148px;display:block}.counter-section{height:280px;padding:0;position:relative;background-image:url(/images/bg-counter.png);background-size:cover;background-position:50%;background-repeat:no-repeat;opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}@media(max-width:768px){.counter-section{height:auto}}.counter-section.visible{opacity:1;transform:translateY(0)}.counter-section .counter-content{padding:100px 0;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}@media(max-width:768px){.counter-section .counter-content{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.counter-section .counter-content{grid-template-columns:repeat(1,1fr)}}.home-video{position:absolute;width:100%;height:100%;left:0;top:0;z-index:-1}.home-video video{width:100%;height:100%;object-fit:cover}.home-video .phone-container{position:absolute;top:120px;right:-40px;transform:translateY(100%) rotate(90deg)}.home-video .phone-container a{display:flex}.sliders-wrapper{display:flex;flex-direction:column;gap:2rem;background-color:#e0e6f2;padding:40px 20px;position:relative}@media(max-width:768px){.sliders-wrapper{padding:140px 20px 50px}}.slider-container{width:100%;overflow:hidden;position:relative;max-width:1200px;margin:0 auto}.slider-container .slider-track{display:flex;width:max-content}.slider-container .slider-track.slider-track-left{animation:scrollLeft 30s linear infinite}.slider-container .slider-track.slider-track-right{animation:scrollRight 30s linear infinite}.slider-container .slide{margin-right:100px;background-size:cover;background-position:50%;border-radius:10px;flex-shrink:0}.slider-container .slide img{width:100%;height:100%;object-fit:contain}.slider-container:hover .slider-track{animation-play-state:paused!important}@keyframes scrollLeft{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes scrollRight{0%{transform:translateX(-50%)}to{transform:translateX(0)}}