.product-application .swiper-slide{height:auto;display:flex}.product-application__flex{background:var(--bg);border-radius:8px;flex-direction:column;gap:16px;width:100%;height:auto;padding:16px;display:flex;overflow:hidden}@media screen and (width>=768px){.product-application__flex{background:0 0;border-radius:0;flex-direction:row;gap:24px;height:auto;padding:0;overflow:hidden}}.product-application__image{border-radius:var(--global-border-radius);order:-1;width:100%;display:flex;overflow:hidden}@media screen and (width>=768px){.product-application__image{order:99;width:50%}}.product-application__image .video-container,.product-application__image .image-wrapper{border-radius:0;width:100%;padding-top:100%}.product-application__image .image-wrapper--cover{height:auto;padding-top:calc(1/var(--aspect-ratio)*100%)}.product-application__content{border-radius:0;flex-direction:column;flex-grow:1;width:100%;padding:0;display:flex;overflow:hidden}@media screen and (width>=768px){.product-application__content{border-radius:8px;width:50%;padding:32px}}.product-application__content>ul{gap:24px;margin:0 0 40px;padding:0;display:none}@media screen and (width>=768px){.product-application__content>ul{display:flex}}.product-application__content>ul>li{flex-grow:1;flex-basis:0;max-width:33.3333%;list-style-type:none}.product-application__content>ul>li .image-wrapper{padding-top:100%}.product-application__bottom{flex-direction:column;flex-grow:1;margin-top:0;display:flex}@media screen and (width>=768px){.product-application__bottom{flex-grow:0;margin-top:auto}}.product-application__bottom>*{margin:0}.product-application__bottom h5{margin-top:16px;margin-bottom:88px}@media screen and (width>=768px){.product-application__bottom h5{margin-bottom:0}}.product-application__bottom-title{letter-spacing:.1em;text-transform:uppercase;font-weight:500}.product-application__slide-count{text-transform:uppercase;margin-top:auto;margin-bottom:14px}@media screen and (width>=768px){.product-application__slide-count{margin-top:44px;margin-bottom:12px}}.product-application__slide-nav{gap:8px;width:auto;padding:0;display:flex;position:absolute;inset:auto 16px 18px auto;transform:none}.product-application__slide-nav button{border-radius:50%;padding:0;transition:all .35s;position:static}.product-application__slide-nav button:hover:not([disabled]){box-shadow:0 4px 4px #00000040}.product-application__slide-nav button svg{fill:#fff;flex:none!important;width:100%!important;height:auto!important}@media screen and (width>=768px){.product-application__slide-nav{bottom:16px;right:calc(50% + 44px)}}