@keyframes fscInRight{0%{transform:translate(80px) rotateY(22deg) scale(.96);opacity:0}to{transform:translate(0) rotateY(0) scale(1);opacity:1}}@keyframes fscInLeft{0%{transform:translate(-80px) rotateY(-22deg) scale(.96);opacity:0}to{transform:translate(0) rotateY(0) scale(1);opacity:1}}@keyframes fscOutLeft{0%{transform:translate(0) rotateY(0) scale(1);opacity:1}to{transform:translate(-80px) rotateY(-22deg) scale(.96);opacity:0}}@keyframes fscOutRight{0%{transform:translate(0) rotateY(0) scale(1);opacity:1}to{transform:translate(80px) rotateY(22deg) scale(.96);opacity:0}}.fsc-in-right{animation:fscInRight .65s cubic-bezier(.4,0,.2,1) forwards}.fsc-in-left{animation:fscInLeft .65s cubic-bezier(.4,0,.2,1) forwards}.fsc-out-left{animation:fscOutLeft .65s cubic-bezier(.4,0,.2,1) forwards}.fsc-out-right{animation:fscOutRight .65s cubic-bezier(.4,0,.2,1) forwards}@media (prefers-reduced-motion: reduce){.fsc-in-right,.fsc-in-left,.fsc-out-left,.fsc-out-right{animation:none}}.fsc-hero{position:relative;height:100dvh;overflow:hidden;perspective:1200px}.fsc-slide{position:absolute;inset:0;height:100dvh;box-sizing:border-box;overflow:hidden;display:flex;align-items:flex-start}.fsc-dots{position:absolute;bottom:1.25rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:20}.fsc-dot{width:.5rem;height:.5rem;border-radius:50%;background:#ffffff47;border:none;cursor:pointer;padding:0;transition:background .2s,transform .2s,width .25s;appearance:none;-webkit-appearance:none;min-width:0;min-height:0;box-sizing:border-box;line-height:0;font-size:0}.fsc-dot.active{background:#fff;width:1.375rem;border-radius:4px;transform:scale(1)}.fsc-nav-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:20;background:#ffffff14;border:1px solid rgba(255,255,255,.14);color:#fff;width:2.75rem;height:2.75rem;border-radius:50%;font-size:1.5rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;padding:0}.fsc-nav-btn:hover{background:#ffffff2e}.fsc-nav-btn--prev{left:1.25rem}.fsc-nav-btn--next{right:1.25rem}@media (max-width: 540px){.fsc-nav-btn{display:none}}.fsc-inner{width:100%;height:100%;max-width:1100px;margin:0 auto;padding:1.5rem 1.5rem 2.5rem;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;overflow:hidden}@media (max-width: 768px){.fsc-inner{padding:4.5rem 1rem 2rem;justify-content:flex-start}.fsc-hero{height:100dvh}.fsc-slide{height:100dvh;align-items:flex-start}}html[data-theme=light] .fsc-dot{background:#0000002e}html[data-theme=light] .fsc-dot.active{background:#1e293b;width:1.375rem;border-radius:4px}html[data-theme=light] .fsc-nav-btn{color:#1e293b;background:#00000014;border-color:#00000024}html[data-theme=light] .fsc-nav-btn:hover{background:#00000024}
