.skeleton-land{z-index:9999;background:#000;width:100vw;height:100vh;padding:20px;position:fixed;top:0;left:0}.skeleton-land .skeleton-landing{background:#ffffff0d;border-radius:30px;height:100%;position:relative;overflow:hidden}.skeleton-land .skeleton-landing:after{content:"";background-image:linear-gradient(90deg,#fff0 0,#ffffff0d 20%,#fff3 60%,#fff0);animation:2s infinite shimmer;position:absolute;inset:0;transform:translate(-100%)}.skeleton-land .skeleton-landing .skeleton-container{flex-direction:column;justify-content:center;height:100%;padding:0 5%;display:flex}.skeleton-land .skeleton-landing .skeleton-container .skeleton-hero{width:100%}.skeleton-land .skeleton-landing .skeleton-container .skeleton-hero .skeleton-title{background:#ffffff1a;border-radius:10px;width:60%;height:10vw;margin-bottom:20px}.skeleton-land .skeleton-landing .skeleton-container .skeleton-hero .skeleton-para{background:#ffffff1a;border-radius:5px;width:40%;height:24px;margin:30px 0}.skeleton-land .skeleton-landing .skeleton-container .skeleton-hero .skeleton-links{gap:20px;display:flex}.skeleton-land .skeleton-landing .skeleton-container .skeleton-hero .skeleton-links .skeleton-btn{background:#ffffff1a;border-radius:10px;width:180px;height:50px}@keyframes shimmer{to{transform:translate(100%)}}@media (max-width:500px){.skeleton-links{flex-direction:column}.skeleton-links .skeleton-btn{width:100%!important}}
