.banner.svelte-1ndpd03 {
    width: 100%;
    height: 115px;
    display: flex;
    overflow: hidden
}

.banner.mobile.svelte-1ndpd03 {
    height: 80px
}

.right.svelte-1ndpd03 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%
}

.right.svelte-1ndpd03 img:where(.svelte-1ndpd03) {
    width: auto;
    height: 100%
}

.left.svelte-1ndpd03 {
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap
}

.left.svelte-1ndpd03 img:where(.svelte-1ndpd03) {
    width: auto;
    height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0
}

.banner-wrap.svelte-1ndpd03 {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: var(--spacing-4);
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    line-height: 1
}

.group-banner-wrap.svelte-1ndpd03 {
    position: relative
}

.group-banner-bg.svelte-1ndpd03 {
    position: absolute;
    top: 0;
    height: 100%;
    left: -100%;
    width: 300%;
    background: var(--color-grey-500)
}
