.bubbles-scroll-container{display:flex;animation:bubbles-scroll 35s linear infinite;will-change:transform;transform:translateZ(0)}.bubbles-scroll-container.paused{animation-play-state:paused!important}.bubbles-track{flex-shrink:0;width:100vw;min-width:1200px;will-change:transform}.bubbles-group{position:relative;width:100%;height:320px}.bubble{overflow:hidden;background:#d9d9d9;background-color:var(--bubble-color);cursor:pointer;z-index:10}.bubble,.bubble:before{position:absolute;border-radius:50%}.bubble:before{content:"";inset:-6px;padding:4px;background:linear-gradient(135deg,#8fd0ff,#6c76ff 45%,#ff4fd8);opacity:0;pointer-events:none;-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;transition:opacity .25s ease}.bubble-img{object-fit:cover}.focus-zone .bubble{transition:transform .25s ease,box-shadow .25s ease,filter .25s ease,opacity .25s ease}.focus-zone:has(.bubble-active) .bubble:not(.bubble-active){filter:blur(5px)!important;opacity:.25!important;transform:scale(.95)!important}.focus-zone .bubble-active{filter:blur(0)!important;opacity:1!important;transform:scale(1.28)!important;z-index:100!important;border:5px solid transparent!important;background:linear-gradient(white,white) padding-box,linear-gradient(135deg,#8fd0ff,#7b9fff 15%,#6c76ff 30%,#8b5dff 45%,#d444ff 60%,#ff4fd8 75%,#ff79ff 85%,#ffacec) border-box!important;box-shadow:0 10px 40px rgba(138,93,255,.4)!important}.focus-zone .bubble-active:before{opacity:1!important}.focus-zone:not(:has(.bubble-active)):has(.bubble:hover) .bubble:not(:hover){filter:blur(5px);opacity:.25;transform:scale(.95)}.focus-zone:not(:has(.bubble-active)) .bubble:hover{filter:blur(0)!important;opacity:1!important;transform:scale(1.25);z-index:100}.focus-zone:not(:has(.bubble-active)) .bubble:hover:before{opacity:1}.bubble-sm{width:16px;height:16px}.bubble-md{width:28px;height:28px}.bubble-lg{width:44px;height:44px}.bubble-xl{width:60px;height:60px}.bubble-xxl{width:80px;height:80px}@media (min-width:640px){.bubbles-group{height:380px}.bubble-sm{width:20px;height:20px}.bubble-md{width:36px;height:36px}.bubble-lg{width:56px;height:56px}.bubble-xl{width:76px;height:76px}.bubble-xxl{width:100px;height:100px}}@media (min-width:768px){.bubbles-group{height:420px}.bubble-sm{width:24px;height:24px}.bubble-md{width:44px;height:44px}.bubble-lg{width:68px;height:68px}.bubble-xl{width:92px;height:92px}.bubble-xxl{width:120px;height:120px}}@keyframes bubbles-scroll{0%{transform:translateZ(0)}to{transform:translate3d(-100%,0,0)}}