.wrap.svelte-xmiq7u {
    position: relative;
    max-height: 600px;
    width: 100%
}

.wrap.svelte-xmiq7u:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 50%
}

.content.svelte-xmiq7u {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.content.svelte-xmiq7u>*+* {
    margin-left: var(--ds-spacing-4, 1em)
}

@keyframes svelte-xmiq7u-pulse {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.content-wrapper.loading.svelte-1fpjpit {
    min-height: calc(100vh - 60px)
}

.content-wrapper.loading.fullpage.svelte-1fpjpit {
    position: fixed;
    top: var(--header-height);
    bottom: var(--mobile-footer-height);
    min-height: auto;
    left: 0;
    right: 0;
    background: var(--grey-600);
    z-index: 3;
    display: flex;
    align-items: center;
    margin-top: var(--spacing-0) !important
}

.content-wrapper.loading.fullpage.navExpanded.svelte-1fpjpit {
    left: 240px
}

.content-wrapper.loading.fullpage.hasSidebar.svelte-1fpjpit {
    right: var(--width)
}

.content-wrapper.loading.fullpage.navExpanded.svelte-1fpjpit,
.content-wrapper.loading.fullpage.hasSidebar.svelte-1fpjpit {
    transition: left .25s, right .25s
}

@media screen and (min-width: 768px) {
    .content-wrapper.loading.fullpage.svelte-1fpjpit {
        bottom: 0;
        left: 60px
    }
}