.floating-cards-container{background:radial-gradient(circle at var(--mouse-x,50%) var(--mouse-y,50%), #ff7b000d 0%, transparent 50%);flex-direction:column;align-items:center;gap:20px;width:100%;margin-top:22px;transition:background .1s;display:flex;overflow:visible}.floating-card-wrapper{z-index:1;width:100%;max-width:260px;margin:0 auto;position:relative}.floating-card{background:var(--white-color);-webkit-backdrop-filter:blur(20px)saturate(180%)brightness(1.1);z-index:1;width:210px;transform-style:preserve-3d;perspective:1500px;border:1px solid #ffffff26;border-radius:13px;padding:5px;transition:transform .4s cubic-bezier(.25,1,.5,1),box-shadow .4s cubic-bezier(.25,1,.5,1),border-color .4s;position:relative;overflow:hidden;transform:translateY(0)scale(1);box-shadow:0 25px 50px #0000004d,inset 0 0 20px #ffffff0d}.floating-card img{object-fit:contain;filter:drop-shadow(0 4px 8px #0000004d);border-radius:13px;width:200px;height:auto;display:block}.floating-card:before{content:"";pointer-events:none;background:linear-gradient(45deg,#0000 45%,#ffffff1a 50%,#0000 55%);width:300%;height:300%;position:absolute;top:-150%;left:-150%;transform:rotate(45deg)}.floating-card-wrapper:hover{z-index:100!important}.floating-card-wrapper:hover .floating-card{border-color:var(--orange-color);transform:translateY(-10px)scale(1.04);box-shadow:0 30px 60px #0006,0 0 30px #ff7b004d}.floating-card h4{color:var(--orange-color);letter-spacing:-.5px;margin:0;font-size:20px;font-weight:700}.floating-card p{color:var(--black-color-2);text-transform:uppercase;letter-spacing:1px;margin:0;font-size:13px;font-weight:500}@media (min-width:640px) and (max-width:1023px){.floating-cards-container{grid-template-columns:repeat(2,minmax(0,1fr));justify-items:center;gap:24px;min-height:auto;display:grid}.floating-card-wrapper{width:100%;max-width:260px;margin:0;position:relative}}@media (min-width:1024px){.right-banner-content{max-height:none!important}.floating-cards-container{width:100%;min-height:600px;display:block;position:relative}.floating-card-wrapper{transform-origin:50% -500px;will-change:transform;width:auto;margin:0;position:absolute}.floating-card{max-width:230px}.floating-card img{width:100%;height:auto}.floating-card-wrapper:first-child{z-index:10;animation:1s cubic-bezier(.16,1,.3,1) .2s forwards cardEntrance,12s ease-in-out 1.2s infinite float-3d-1;top:0%;left:10%}.floating-card-wrapper:nth-child(2){z-index:10;animation:1s cubic-bezier(.16,1,.3,1) .4s forwards cardEntrance,15s ease-in-out 1.4s infinite float-3d-2;top:5%;right:0%}.floating-card-wrapper:nth-child(3){z-index:10;animation:1s cubic-bezier(.16,1,.3,1) .6s forwards cardEntrance,14s ease-in-out 1.6s infinite float-3d-3;top:37%;left:37%}.floating-card-wrapper:nth-child(4){z-index:10;animation:1s cubic-bezier(.16,1,.3,1) .8s forwards cardEntrance,11s ease-in-out 1.8s infinite reverse float-3d-1;top:50%;left:10%}.floating-card-wrapper:nth-child(5){z-index:10;animation:1s cubic-bezier(.16,1,.3,1) 1s forwards cardEntrance,16s ease-in-out 2s infinite float-3d-2;top:50%;right:0%}.floating-card-wrapper:nth-child(6){z-index:10;animation:1s cubic-bezier(.16,1,.3,1) 1.2s forwards cardEntrance,13s ease-in-out 2.2s infinite reverse float-3d-3;top:90%;left:37%}.floating-card-wrapper:nth-child(7){z-index:10;animation:1s cubic-bezier(.16,1,.3,1) 1.4s forwards cardEntrance,14s ease-in-out 2.4s infinite float-3d-1;top:95%;left:-6%}.floating-card-wrapper:nth-child(8){z-index:10;animation:1s cubic-bezier(.16,1,.3,1) 1.6s forwards cardEntrance,15s ease-in-out 2.6s infinite reverse float-3d-2;top:102%;right:-8%}.floating-card-wrapper:nth-child(9){z-index:10;animation:1s cubic-bezier(.16,1,.3,1) 1.8s forwards cardEntrance,13s ease-in-out 2.8s infinite float-3d-3;top:118%;left:15%}.floating-card-wrapper:nth-child(10){z-index:10;animation:1s cubic-bezier(.16,1,.3,1) 2s forwards cardEntrance,12s ease-in-out 3s infinite reverse float-3d-1;top:132%;right:0%}.floating-card-wrapper:nth-child(11){z-index:10;animation:1s cubic-bezier(.16,1,.3,1) 2.2s forwards cardEntrance,16s ease-in-out 3.2s infinite float-3d-2;top:148%;left:2%}.floating-card-wrapper:nth-child(12){z-index:10;animation:1s cubic-bezier(.16,1,.3,1) 2.4s forwards cardEntrance,14s ease-in-out 3.4s infinite reverse float-3d-3;top:162%;right:6%}}@keyframes float-3d-1{0%,to{transform:translate(0,0)rotateX(0)rotateY(0)rotate(0)}33%{transform:translate3d(6px,-12px,15px)rotateX(2deg)rotateY(-3deg)rotate(1deg)}66%{transform:translate3d(-6px,8px,-10px)rotateX(-2deg)rotateY(2deg)rotate(-1deg)}}@keyframes float-3d-2{0%,to{transform:translate(0,0)rotateX(0)rotateY(0)rotate(0)}50%{transform:translate3d(-10px,12px,-20px)rotateX(-3deg)rotateY(4deg)rotate(-2deg)}}@keyframes float-3d-3{0%,to{transform:translate(0,0)rotateX(0)rotateY(0)rotate(0)}40%{transform:translate3d(12px,6px,10px)rotateX(3deg)rotateY(-2deg)rotate(2deg)}80%{transform:translate3d(-8px,-10px,-15px)rotateX(-1deg)rotateY(3deg)rotate(-1deg)}}
