.home-deferred-section{height:var(--home-section-placeholder-height,480px);position:relative}.home-deferred-section.is-loaded{height:auto}.home-section-skeleton{height:var(--home-section-placeholder-height,480px);padding:clamp(3rem,7vw,6rem) max(1rem,calc((100% - 1392px)/ 2))}.home-section-skeleton__grid>span,.home-section-skeleton__line{animation:1.4s ease-in-out infinite home-section-skeleton-pulse;background:linear-gradient(90deg,#eceff2 25%,#f7f8f9 50%,#eceff2 75%);background-size:200% 100%;border-radius:12px;display:block}.home-section-skeleton__line--title{height:32px;margin:0 auto 2rem;max-width:360px}.home-section-skeleton__grid{display:grid;gap:1rem;grid-template-columns:repeat(4,minmax(0,1fr))}.home-section-skeleton__grid>span{min-height:220px}.home-section-error{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:var(--home-section-placeholder-height,480px);padding:2rem 1rem;text-align:center}.home-section-error__retry{min-height:44px;min-width:120px}html[data-dms-theme=dark] .home-section-skeleton__grid>span,html[data-dms-theme=dark] .home-section-skeleton__line{background:linear-gradient(90deg,#292b2e 25%,#34373b 50%,#292b2e 75%);background-size:200% 100%}@keyframes home-section-skeleton-pulse{0%{background-position:200% 0}100%{background-position:-200% 0}}@media (max-width:767.98px){.home-section-skeleton__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-section-skeleton__grid>span{min-height:160px}}@media (prefers-reduced-motion:reduce){.home-section-skeleton__grid>span,.home-section-skeleton__line{animation:none}}