.carousel-wrapper{justify-content:center;align-items:end;width:100%;padding-bottom:60px;display:flex;position:relative;overflow:hidden}.carousel-container{background:radial-gradient(51.66% 106.74% at 51.63% 0,#fff 0%,#edf1fa 100%);border-radius:50%;width:clamp(320px,80vw,900px);height:clamp(320px,80vw,900px);position:relative}.carousel-center{z-index:10;place-items:center;display:grid;position:absolute;inset:0}.carousel-title{color:#4a4a4a;text-align:center;max-width:300px;font-size:24px;font-weight:400;position:relative;top:30%}.carousel-orbit{z-index:5;will-change:transform;animation:24s linear infinite orbitSpin;position:absolute;inset:0}.carousel-bead{transform-origin:0 0;position:absolute;top:50%;left:50%}.carousel-logo-image{border-radius:16px;width:100px;height:100px;rotate:180deg;box-shadow:4px 0 10px #0003}@keyframes orbitSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:768px){.carousel-wrapper{padding-bottom:40px}.carousel-container{width:100vw;height:100vw}.carousel-title{max-width:140px;font-size:12px}.carousel-logo-image{width:60px;height:60px}}
.carousel-wrapper{z-index:-2;min-height:clamp(320px,100vw,1000px);margin-top:-660px}@media (max-width:567px){.carousel-wrapper{margin-top:-50%}.carousel-title{top:22%}}@media (min-width:568px) and (max-width:768px){.carousel-wrapper{margin-top:-70%}.carousel-title{top:30%}}@media (min-width:768px) and (max-width:1000px){.carousel-wrapper{margin-top:-64%}}
