@layer theme;@layer component{.c-global-loading-placeholder{animation-duration:1.25s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeholderAnimate;animation-timing-function:linear;background:#777;background:linear-gradient(90deg,rgba(var(--mainTextColor),.2),rgba(var(--mainTextColor),.05),rgba(var(--mainTextColor),.2),rgba(var(--mainTextColor),.05));background-size:300% 100%;display:block;height:100%;width:100%}@keyframes placeholderAnimate{0%{background-position:100% 0}to{background-position:0 0}}.c-global-loading-placeholder.image{aspect-ratio:16/9;height:auto;width:100%}.c-global-loading-placeholder.word{height:1em;width:6rem}.c-global-loading-placeholder.heading{height:1em;width:90%}.c-global-loading-placeholder.paragraph{height:6em;width:100%}}
