section.content-video .wrapper{display:flex;align-items:center;justify-content:center;flex-direction:column-reverse;flex-wrap:auto;gap:16px;max-width:1061px}section.content-video .wrapper .swiper .swiper-navigation{display:flex;align-items:center;justify-content:space-between;flex-direction:row;flex-wrap:auto;position:absolute;top:calc(50% - 10px);width:100%;left:0;right:0;margin:auto;z-index:2}section.content-video .wrapper .swiper .swiper-navigation .swiper-prev,section.content-video .wrapper .swiper .swiper-navigation .swiper-next{display:flex;align-items:center;justify-content:center;flex-direction:row;flex-wrap:auto;width:40px;height:40px;background:rgba(3,84,49,.7);cursor:pointer;transition:background .3s ease}section.content-video .wrapper .swiper .swiper-navigation .swiper-prev:hover,section.content-video .wrapper .swiper .swiper-navigation .swiper-next:hover{background:#3F873F}section.content-video .wrapper .swiper .swiper-navigation .swiper-prev svg,section.content-video .wrapper .swiper .swiper-navigation .swiper-next svg{max-width:40px;width:100%}section.content-video .wrapper .video{width:100%;border-radius:16px;overflow:hidden;aspect-ratio:16/9}section.content-video .wrapper .video img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}section.content-video .wrapper .content h4{color:#3f873f}section.content-video .wrapper .content .btns{margin-top:24px}@media only screen and (min-width: 600px){section.content-video .wrapper{flex-direction:column;gap:42px}}@media only screen and (min-width: 992px){section.content-video .wrapper{flex-direction:row;gap:80px}section.content-video .wrapper.flip{flex-direction:row-reverse}section.content-video .wrapper .content,section.content-video .wrapper .video{flex-basis:50%}}
