.tabbed-image-module{position:relative}.tabs-container{display:flex;flex-direction:column;gap:2rem;padding:1rem 0;position:sticky;top:5rem;z-index:10}.tab-item{border-radius:4px;cursor:pointer;padding-left:30px;position:relative;transition:all .3s ease}.tab-indicator{background:var(--Light-Gradient,linear-gradient(180deg,hsla(0,0%,100%,.1) 0,rgba(18,96,142,.1) 100%));border-radius:2px;bottom:0;left:0;position:absolute;top:0;transition:all .4s cubic-bezier(.4,0,.2,1);width:4px}.tab-item.active .tab-indicator{background:var(--Orange-Gradient,linear-gradient(180deg,var(--fg-secondary,#ff8327) 0,#ff4107 100%));box-shadow:0 0 8px rgba(255,107,53,.3)}.tab-title{transition:all .3s ease}.tab-item:not(.active) .tab-title{opacity:.7}.tab-item.active .tab-title{color:#ff6b35;opacity:1}.tab-content{max-height:0;opacity:0;overflow:hidden;padding-top:0;transition:all .4s cubic-bezier(.4,0,.2,1)}.tab-item.active .tab-content{max-height:500px;opacity:1;padding-top:.5rem}.tab-item:not(.active){opacity:.8}.tab-item.active{opacity:1}.media-container{height:auto;position:relative}.media-item{transition:opacity .4s ease,transform .4s ease}.media-item.hidden{left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transform:translateY(10px)}.media-item.active{opacity:1;pointer-events:auto;position:relative;transform:translateY(0)}@media (max-width:768px){.tabbed-image-module{flex-direction:column}.tabs-container{margin-bottom:2rem;position:static}.media-container{margin-top:0;position:static}.tab-item{margin-bottom:1rem}.tab-content{max-height:0;opacity:0;overflow:hidden;padding-top:0;transition:all .4s cubic-bezier(.4,0,.2,1)}.tab-item.active .tab-content{max-height:800px;opacity:1;padding-top:.5rem}}html{scroll-behavior:smooth}