.section-hero>.wrapper{position:relative;overflow:hidden}.section-hero>.wrapper .swiper-wrapper.swiper-fade swiper-slide{opacity:0;transition:opacity 4s ease}.section-hero>.wrapper .swiper-wrapper.swiper-fade swiper-slide.swiper-slide-active,.section-hero>.wrapper .swiper-wrapper.swiper-fade swiper-slide.swiper-slide-duplicate-active{opacity:1 !important}.section-hero>.wrapper .swiper-wrapper.swiper-fade swiper-slide.swiper-slide-next,.section-hero>.wrapper .swiper-wrapper.swiper-fade swiper-slide.swiper-slide-duplicate-next{opacity:.2}.section-hero>.wrapper swiper-container{pointer-events:none}.section-hero>.wrapper .swiper-button-prev,.section-hero>.wrapper .swiper-button-next{pointer-events:auto}.section-hero>.wrapper .animation-bg{animation:slideBackground 15s linear infinite;position:absolute;top:50%;left:0;width:150%;display:flex;gap:40px;max-width:inherit}.section-hero>.wrapper .animation-bg .animation-bg__image{flex:1}.section-hero>.wrapper .animation-bg .animation-bg__image svg{width:100%;fill:#fefbec}.section-hero>.wrapper .hero-content{position:absolute;bottom:40px;width:100%;z-index:1;padding-inline:24px}.section-hero>.wrapper .hero-content__inner .section-text{font-size:18px;line-height:22px}.section-hero>.wrapper .hero-content__inner .button{font-size:16px;text-transform:uppercase;display:flex;align-items:center;gap:10px;transition:color .3s ease-in-out;color:var(--section-text-color)}.section-hero>.wrapper .hero-content__inner .button svg{width:16px}.section-hero>.wrapper .hero-content__inner .button svg path{transition:fill .3s ease-in-out;fill:var(--section-text-color)}.section-hero>.wrapper .hero-content__inner .button:hover{color:#374197;transition:color .3s ease-in-out}.section-hero>.wrapper .hero-content__inner .button:hover svg path{transition:fill .3s ease-in-out;fill:#374197}@media screen and (min-width: 769px){.section-hero>.wrapper .hero-content{padding-inline:40px}.section-hero>.wrapper .hero-content__inner{max-width:650px}.section-hero>.wrapper .hero-content__inner .section-text{font-size:24px;line-height:28px}}@keyframes slideBackground{0%{transform:translateX(0) translateY(-50%)}100%{transform:translateX(-50%) translateY(-50%)}}