section.svelte-kio17b.svelte-kio17b.svelte-kio17b {
    height: calc(100vh - 207px);
    position: relative;
    margin: 0;
    padding: 0;
    color: #fff
}

section.svelte-kio17b .background.svelte-kio17b.svelte-kio17b {
    position: relative;
    height: 100%
}

section.svelte-kio17b .background.svelte-kio17b > img.svelte-kio17b {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

section.svelte-kio17b .content.svelte-kio17b.svelte-kio17b {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 20px
}

section.svelte-kio17b .content .heading_box.svelte-kio17b.svelte-kio17b {
    display: flex;
    flex-direction: column;
    align-items: center
}

section.svelte-kio17b .content .heading_box .top_group.svelte-kio17b.svelte-kio17b {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center
}

section.svelte-kio17b .content .heading_box h2.svelte-kio17b.svelte-kio17b {
    font-size: 200%;
    margin: 0
}

section.svelte-kio17b .content .heading_box p.svelte-kio17b.svelte-kio17b {
    font-style: italic;
    margin: 0 0 13px
}

section.light-image.svelte-kio17b.svelte-kio17b.svelte-kio17b {
    color: var(--col-fore)
}

section.light-image.svelte-kio17b .heading_box p.svelte-kio17b.svelte-kio17b {
    text-shadow: 0 0 7px rgba(255, 255, 255, .8)
}

.cover-image.svelte-kio17b.svelte-kio17b.svelte-kio17b {
    object-fit: cover;
    height: 100%;
    width: 100%
}

.browse-button.svelte-kio17b.svelte-kio17b.svelte-kio17b {
    font-weight: 600;
    font-size: 100%
}

@media (max-width: 512px) {
    section.svelte-kio17b.svelte-kio17b.svelte-kio17b {
        height: 450px
    }

    section.svelte-kio17b .content.svelte-kio17b.svelte-kio17b {
        justify-content: center;
        align-items: stretch
    }

    section.svelte-kio17b .content .heading_box.svelte-kio17b.svelte-kio17b {
        justify-content: stretch;
        margin: 0 0 60px
    }

    section.svelte-kio17b .content .heading_box .top_group.svelte-kio17b.svelte-kio17b {
        justify-content: center
    }

    section.svelte-kio17b .content .heading_box h2.svelte-kio17b.svelte-kio17b {
        font-size: 150%
    }

    section.svelte-kio17b .content .heading_box p.svelte-kio17b.svelte-kio17b {
        text-shadow: 0 0 3px rgba(0, 0, 0, .8)
    }

    .cover-image.svelte-kio17b.svelte-kio17b.svelte-kio17b {
        height: 450px
    }

    .browse-button.svelte-kio17b.svelte-kio17b.svelte-kio17b {
        font-size: 112%;
        padding: 13px 20px
    }
}

a.svelte-qj8ek5 {
    text-decoration: none
}

@media (min-width: 513px) {
    .content.svelte-1qcgq1y {
        padding-left: 30px;
        padding-right: 30px
    }
}

section.svelte-15bx33o.svelte-15bx33o {
    padding-top: 70px;
    padding-bottom: 70px
}

.selling_point.svelte-15bx33o.svelte-15bx33o {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    text-transform: uppercase;
    font-size: 150%
}

.selling_point.svelte-15bx33o .icon.svelte-15bx33o {
    --icon-size: 50px;
    stroke-width: 2px
}

@media (max-width: 512px) {
    .selling_point.svelte-15bx33o.svelte-15bx33o {
        font-size: 100%
    }

    .selling_point.svelte-15bx33o p.svelte-15bx33o {
        font-weight: 600
    }
}

.root.svelte-lee5ec.svelte-lee5ec.svelte-lee5ec.svelte-lee5ec {
    background: rgba(0, 0, 0, .04);
    padding: 30px 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.root.svelte-lee5ec .title.svelte-lee5ec.svelte-lee5ec.svelte-lee5ec {
    text-transform: uppercase;
    text-align: center;
    opacity: .7;
    font-style: italic;
    padding: 3px
}

.root.svelte-lee5ec .content.svelte-lee5ec.svelte-lee5ec.svelte-lee5ec {
    position: relative;
    display: flex;
    overflow: scroll;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
    transition: margin-left .5s;
    height: 40px;
    --time: 0;
    transform-style: preserve-3d;
    perspective: 200px
}

.root.svelte-lee5ec .content.svelte-lee5ec.svelte-lee5ec.svelte-lee5ec::-webkit-scrollbar {
    display: none
}

.root.svelte-lee5ec .content.svelte-lee5ec > .image.svelte-lee5ec.svelte-lee5ec {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: stretch;
    opacity: calc(1 - var(--time) * 1.2);
    transform: rotateX(calc(var(--time) * -180deg))
}

.root.svelte-lee5ec .content.svelte-lee5ec > .image.svelte-lee5ec > img.svelte-lee5ec {
    object-fit: contain
}

.root.svelte-lee5ec .content.svelte-lee5ec > .image.next.svelte-lee5ec.svelte-lee5ec {
    opacity: var(--time);
    transform: rotateX(calc(var(--time) * -180deg + 180deg))
}

@media (max-width: 600px) {
    .root.svelte-lee5ec.svelte-lee5ec.svelte-lee5ec.svelte-lee5ec {
        flex-direction: column
    }

    .root.svelte-lee5ec .title.svelte-lee5ec.svelte-lee5ec.svelte-lee5ec {
        margin-bottom: 10px
    }

    .root.svelte-lee5ec .content.svelte-lee5ec.svelte-lee5ec.svelte-lee5ec {
        width: 100%
    }
}

@media (min-width: 601px) {
    .root.svelte-lee5ec .title.svelte-lee5ec.svelte-lee5ec.svelte-lee5ec {
        width: 200px;
        text-align: right;
        padding-right: 20px;
        font-size: 130%
    }

    .root.svelte-lee5ec .content.svelte-lee5ec.svelte-lee5ec.svelte-lee5ec {
        width: 360px
    }
}

h1.svelte-si7g6i {
    margin: 40px 10px 0;
    font-size: 200%
}

@media (max-width: 512px) {
    h1.svelte-si7g6i {
        font-size: 120%
    }
}

.image-text-item.svelte-x6phby.svelte-x6phby {
    min-width: 230px;
    text-decoration: none
}

.image-text-item.svelte-x6phby img.svelte-x6phby {
    margin-top: 20px;
    min-width: 230px;
    min-height: 230px;
    max-width: 230px;
    max-height: 230px;
    transition: transform .2s;
    transform: scale(1)
}

.image-text-item.svelte-x6phby img.svelte-x6phby:hover {
    transform: scale(1.04)
}

.image-text-item.svelte-x6phby span.svelte-x6phby {
    font-size: 150%;
    margin-top: 20px
}

.image-text-item.svelte-x6phby .shine-button.svelte-x6phby {
    margin-top: 30px
}
