.tci-module{margin:0 auto;max-width:var(--theme-max-content-width,1200px);padding:40px 0;padding-inline:20px;width:100%}.tci-container{align-items:stretch;display:flex;gap:20px;width:100%}.tci-item{cursor:pointer;display:flex;flex:1;flex-direction:column;overflow:hidden;transition:flex .5s cubic-bezier(.25,1,.5,1)}.tci-item.active{cursor:default;flex:0 0 50%}.tci-container.items-count-2 .tci-item.active{flex:0 0 66.666%}.tci-card{background-color:#f5f5f5;border-radius:16px;display:flex;flex-direction:column;height:450px;overflow:hidden;padding:35px 0 0 35px;position:relative;transition:background-color .3s ease-in-out}.tci-item.active .tci-card{background-color:#101011}.tci-card-image-wrapper{border-radius:12px;flex-shrink:0;height:100%;position:relative;width:120%}.tci-card-image-wrapper img{border-radius:12px;display:block;height:100%;object-fit:cover;width:auto}.tci-item.active .tci-card-image-wrapper img{animation:tci-dashboard-sequence 12s cubic-bezier(.37,0,.23,1) infinite}@media (max-width:768px){.tci-container{display:block}.tci-item:not(:first-child){display:none}.tci-item,.tci-item.active{cursor:default;width:100%}.tci-card,.tci-item.active .tci-card{background-color:transparent;border:none;border-radius:0;height:auto;padding:0}.tci-card-image-wrapper{border-radius:12px;height:auto;width:100%}.tci-card-image-wrapper img,.tci-item.active .tci-card-image-wrapper img{animation:none;height:auto;object-fit:contain;width:100%}}@keyframes tci-dashboard-sequence{0%,10%{transform:scale(1) translate(0);transform-origin:50% 0}20%,40%{transform:scale(1.3) translate(15%);transform-origin:50% 0}60%,80%{transform:scale(1.3) translate(-15%);transform-origin:50% 0}90%,to{transform:scale(1) translate(0);transform-origin:50% 0}}