.tabs .tab__item-img{position:relative}.tabs .tab__item-img img,.tabs .tab__item-img video,.tabs .tab__item-img svg{height:100%;object-fit:cover;object-position:center;width:100%;position:absolute;top:0;left:0}.tabs .tab__item-info-desc+.button{margin-top:16px}.tabs .tab__item-info-subtitle{color:rgb(var(--color-emphasis))}.tabs .tabs_wrapper-type1 .tab__item-img{border-radius:var(--border-radius)}.tabs .tabs_wrapper-type1 .tab__item-img img,.tabs .tabs_wrapper-type1 .tab__item-img video,.tabs .tabs_wrapper-type1 .tab__item-img svg{border-radius:inherit}.tabs .tabs_wrapper-type1 .tab__item-img::after{content:"";display:block;padding-bottom:50%}@media screen and (min-width: 576px){.tabs .tabs_wrapper-type1 .tab__item-img::after{padding-bottom:34.4%}}.tabs .tabs_wrapper-type1 .tab__item-info-subtitle{margin-bottom:.8rem}.tabs .tabs_wrapper-type1 .tab__item-info-desc{max-width:380px}.tabs .tabs_wrapper-type1 .tab__item-info-block{opacity:0;transition:all var(--duration-short) linear;margin-top:.8rem}.tabs .tabs_wrapper-type1 .swiper-slide.active .tab__item-info-block{opacity:1}.tabs .tabs_wrapper-type2 .tab_item-wrapper,.tabs .tabs_wrapper-type3 .tab_item-wrapper{display:flex;flex-direction:column}@media screen and (min-width: 990px){.tabs .tabs_wrapper-type2 .tab_item-wrapper,.tabs .tabs_wrapper-type3 .tab_item-wrapper{flex-direction:row}}.tabs .tabs_wrapper-type2 .tabs_box,.tabs .tabs_wrapper-type3 .tabs_box{width:100%}@media screen and (min-width: 990px){.tabs .tabs_wrapper-type2 .tabs_box,.tabs .tabs_wrapper-type3 .tabs_box{flex:0 0 calc(50% - 8px);max-width:calc(50% - 8px)}}.tabs .tabs_wrapper-type2 .tabs_box-content,.tabs .tabs_wrapper-type3 .tabs_box-content{width:100%}@media screen and (min-width: 990px){.tabs .tabs_wrapper-type2 .tabs_box-content,.tabs .tabs_wrapper-type3 .tabs_box-content{flex:0 0 calc(50% + 8px);max-width:calc(50% + 8px)}}.tabs .tabs_wrapper-type2 .tab__item-img,.tabs .tabs_wrapper-type3 .tab__item-img{height:100%}.tabs .tabs_wrapper-type2 .tab__item-img::after,.tabs .tabs_wrapper-type3 .tab__item-img::after{content:"";display:block;padding-bottom:56.25%}.tabs .tabs_wrapper-type2 .tab__item-info-desc,.tabs .tabs_wrapper-type3 .tab__item-info-desc{max-width:450px}.tabs .tabs_wrapper-type2 .tabs_box-content .swiper-wrapper .swiper-slide,.tabs .tabs_wrapper-type3 .tabs_box-content .swiper-wrapper .swiper-slide{height:auto}.tabs .tabs_wrapper-type2 .tab__item-info-block,.tabs .tabs_wrapper-type3 .tab__item-info-block{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background-color:rgb(var(--color-background-secondary));height:100%;position:relative;padding:48px 32px 32px;box-sizing:border-box;min-height:200px}.tabs .tabs_wrapper-type2 .tab__item-info-block .tab__item-info-subtitle{position:absolute;top:24px;left:50%;transform:translateX(-50%)}@media screen and (min-width: 990px){.tabs .tabs_wrapper-type2 .tab__item-info-block .tab__item-info-subtitle{top:32px}}.tabs .tabs_wrapper-type2 .tabs_box-content .swiper-wrapper{height:100%}.tabs .tabs_wrapper-type3 .tabs_box-content .swiper-wrapper{height:auto}.tabs .tabs_wrapper-type3 .tabs_box-content{background-color:rgb(var(--color-background-secondary));display:flex;flex-direction:column;align-items:center}.tabs .tabs_wrapper-type3 .tab__item-info-title{max-width:540px;margin-bottom:1.6rem}.tabs .tabs_wrapper-type3 .tab__item-info-subtitle{margin-bottom:.4rem}.tabs .tabs_wrapper-type3 .tabs-thumb_wrapper.swiper{max-width:100%;margin-top:auto;padding:3.2rem 0 2rem}.tabs .tabs_wrapper-type3 .tabs-thumb_wrapper.swiper .swiper-wrapper .swiper-slide{width:auto !important;opacity:.4;pointer-events:all;cursor:pointer;transition:opacity var(--duration-default) ease}.tabs .tabs_wrapper-type3 .tabs-thumb_wrapper.swiper .swiper-wrapper .swiper-slide.active,.tabs .tabs_wrapper-type3 .tabs-thumb_wrapper.swiper .swiper-wrapper .swiper-slide:hover{opacity:1}.tabs .tabs_wrapper-type3 .tabs-thumb_wrapper.swiper .swiper-wrapper .swiper-slide:last-child{margin-right:0 !important}.tabs .tabs_wrapper-type3 .tab-thumb_item-wrapper img,.tabs .tabs_wrapper-type3 .tab-thumb_item-wrapper video,.tabs .tabs_wrapper-type3 .tab-thumb_item-wrapper svg{width:70px;height:70px;border-radius:var(--border-radius);object-fit:cover;object-position:center}.tabs .tabs-thumb_wrapper{display:flex;gap:16px;padding-top:16px}.tabs .tabs-thumb_wrapper .swiper-wrapper .swiper-slide.active{pointer-events:all}.tabs .tabs-thumb_wrapper .swiper-wrapper .swiper-slide:not(.active){pointer-events:none}.tabs .tabs-thumb_wrapper .tab-thumb_item-pagination{width:100%;height:2px;border-radius:0;position:relative;overflow:hidden;background:rgba(var(--color-accent), 0.15);padding:0;opacity:1}.tabs .tabs-thumb_wrapper .tab-thumb_item-pagination::before{content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:0}.tabs .tabs-thumb_wrapper .tab__item-info-title{color:rgba(var(--color-foreground-title), 0.4);margin:16px 0 0;pointer-events:all;cursor:pointer;transition:color var(--duration-default) linear}.tabs .tabs-thumb_wrapper .tab__item-info-title:hover{color:rgb(var(--color-foreground-title))}.tabs .tabs-thumb_wrapper .swiper-slide.active .tab-thumb_item-pagination::before{background-color:rgba(var(--color-accent))}.tabs .tabs-thumb_wrapper .swiper-slide.active .tab__item-info-title{color:rgb(var(--color-foreground-title))}.tabs .tabs-thumb_wrapper .swiper-slide.active .tab-thumb_item-pagination-animation::before{background-color:rgba(var(--color-accent));animation:slide-progress var(--delay) linear forwards}@keyframes slide-progress{0%{transform:translateX(-100%)}100%{transform:translateX(0)}}