.v-switcher-wrapper{display:flex;flex-direction:column;@media screen and (min-width:1024px){flex-direction:row}}.v-switcher-tab-list-wrapper{flex:1 0 0;@media screen and (min-width:1024px){max-width:50%;padding-right:32px}}.v-switcher-content-grid{display:none;@media screen and (min-width:1024px){display:grid;flex:1 0 0;grid-template:"slides" auto;max-width:50%;padding-left:32px}}.v-switcher-grid-item{grid-area:slides;opacity:0;transform:translateX(10px);transition:all .3s ease-in-out;width:100%}.v-switcher-grid-item.active{opacity:1;transform:translateX(0)}.v-switcher-grid-item img{height:auto;width:100%}.v-switcher-tab-list-container{border-top:1px solid var(--breeze-blue-primary-100)}.v-switcher-tab-item{border-bottom:1px solid var(--breeze-blue-primary-100);padding:0}.v-switcher-tab-item-heading{align-items:center;background:none;border:none;display:flex;justify-content:space-between;outline:none;padding:24px 0;width:100%}.v-switcher-tab-item-heading svg{transition:all .2s ease-in-out}.active .v-switcher-tab-item-heading svg{transform:rotate(180deg)}.v-switcher-item-content{height:0;overflow:hidden;padding-top:0;transition:all .2s ease-in-out}.active .v-switcher-item-content{height:auto}.v-switcher-item-content-wrapper{display:flex;flex-direction:column;gap:24px}.active .v-switcher-item-content .v-switcher-item-content-wrapper{padding-bottom:24px}.v-switcher-item-image{position:sticky;top:160px}.v-switcher-item-content .v-switcher-item-image{@media screen and (min-width:1024px){display:none}}