@media screen and (-ms-high-contrast:active) {}

@media screen and (preferes-contrast:more) {}

@media screen and (prefers-contrast:more) {}

@media screen and (prefers-contrast:more) {}

@keyframes intercom-lightweight-app-launcher {
    from {
        opacity: 0;
        transform: scale(0.5)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes intercom-lightweight-app-gradient {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes intercom-lightweight-app-messenger {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    40% {
        opacity: 1
    }

    100% {
        transform: scale(1)
    }
}

.intercom-lightweight-app {
    position: fixed;
    z-index: 2147483001;
    width: 0;
    height: 0;
    font-family: intercom-font, "Helvetica Neue", "Apple Color Emoji", Helvetica, Arial, sans-serif
}

@media print {
    .intercom-lightweight-app {
        display: none
    }
}

.sf-hidden {
    display: none !important
}

img[src="data:,"],
source[src="data:,"] {
    display: none !important
}

.textSeo {
    margin-top: 50px!important;
}
.textSeo p {
    line-height: 1.4;
}
.textSeo h1,
.textSeo h2,
.textSeo h3 {
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 26px;
    font-weight: 700;
}
.textSeo h1:first-child,
.textSeo h2:first-child,
.textSeo h3:first-child {
    margin-top: 0;
}
.index-ribbon.svelte-a02yv0 {
    justify-content: center;
    padding: var(--ds-spacing-2, .5em);
    background: var(--grey-400);
    width: 26px;
    display: flex;
    color: var(--text-highlighted, #fff);
    font-weight: 700;
    line-height: 120%;
}
@media (max-width: 991px) {
    .sidebar {
        display: none!important;
    }
}
@media (max-width: 767px) {
    .textSeo {
    }
    .textSeo h1,
    .textSeo h2,
    .textSeo h3 {
        font-size: 24px;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .gallery.svelte-17o4a0j {
        grid-auto-columns: 21.5%!important;
    }
    .header-inner.svelte-lu3682:not(.is-mobile) {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    span.line-height-120pct.svelte-1f6lug3, h1.line-height-120pct.svelte-1f6lug3 {
        text-align: center;
    }
    span.variant-subtle.svelte-1f6lug3, p.variant-subtle.svelte-1f6lug3 {
        text-align: center;
    }
}
@media (max-width: 575px) {
    .gallery.svelte-17o4a0j {
        grid-auto-columns: 40%!important;
    }
}