.carousel-container {
    position: relative;
    width: 100%;
    padding-bottom: 65.3325%;
    overflow: hidden;
}

.carousel {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
    position: absolute;
    top: 0; left: 0;
}

.carousel-item {
    flex: 0 0 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.carousel-item img{
    width: 100%;
}

.carousel-pagination {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    overflow: hidden;
    width: auto;
    max-width: 70px;
}

.pagination-wrapper {
    display: flex;
    transition: transform 0.3s ease;
    height: 20px;
    align-items: center;
}

.pagination-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0 2px;
    transform: scale(.67);
}

.pagination-dot.active {
    background-color: white;
    transform: scale(1.2);
}

.pagination-dot.adjacent {
    transform: scale(1);
}

.styles-module_gallery-full-screen__container__xk5eH {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: var(--styleguide-gallery-full-screen-z-index,4)
}

.styles-module_gallery-full-screen__container__xk5eH {
    left: 0
}

.styles-module_gallery-full-screen__container__xk5eH {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: var(--styleguide-gallery-full-screen-z-index,4)
}

.styles-module_gallery-full-screen__container__xk5eH {
    left: 0
}

.styles-module_gallery-full-screen__overlay__4UEQP {
    height: 100%;
    opacity: var(--styleguide-gallery-full-screen-overlay-opacity,.95);
    position: fixed;
    top: 0;
    width: 100%
}
 
.styles-module_gallery-full-screen__overlay__4UEQP {
    background-color: var(--styleguide-gallery-full-screen-overlay-background-color,var(--styleguide-color-neutral-10,#000))
}

.styles-module_gallery-full-screen__overlay__4UEQP {
    left: 0
}

.styles-module_gallery-full-screen__close-button__GLMVK {
    color: var(--styleguide-color-neutral-00,#fff);
    position: fixed;
    top: 20px;
    z-index: 1
}

.styles-module_gallery-full-screen__close-button__GLMVK {
    right: 20px
}

.styles-module_gallery-full-screen__inner-gallery__vWehY {
    display: block
}


.gallery-component-module_gallery__OUMEa {
    display: inline-flex;
    overflow: hidden;
    position: relative;
    touch-action: pan-x pan-y pinch-zoom;
    width: 100%;
    padding-bottom: 67.5%;
}

 .gallery-component-module_gallery__OUMEa {
    background-color: var(--styleguide-color-neutral-02,#e3e3e3)
}

.gallery-component-module_gallery__OUMEa:hover .gallery-component-module_gallery__arrows__J5KwN {
    display: flex;
    z-index: 1
}

.gallery-component-module_gallery__OUMEa:focus-within .gallery-component-module_gallery__arrows__J5KwN {
    display: flex;
    z-index: 1
}

.gallery-component-module_item__vDuc- {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    will-change: transform
}

.gallery-component-module_item--with-drag__t3-HK {
    cursor: grab
}

.styles-module_gallery-full-screen__counter__MO1tC {
    font-size: var(--styleguide-typography-title-small-size,19px);
    font-weight: var(--styleguide-typography-title-small-regular,400);
    line-height: var(--styleguide-typography-title-small-lh,32px);
    color: var(--styleguide-color-neutral-00,#fff);
    position: relative
}

.styles-module_gallery-full-screen__counter__MO1tC {
    margin-top: 16px
}

.sticky_styles_bottom-actions--secondary__xVyYW {
    bottom: 2rem;
    position: fixed;
    width: 100vw;
    z-index: var(--z-index-18);
    box-sizing: border-box;
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 0.8rem;
    padding: 1.2rem;
}

.sticky_styles_bottom-actions--secondary__xVyYW {
    background-color: transparent;
    box-shadow: unset
}

.link-module_link--reduce-padding-prefix__3cSUg, .button-module_button--reduce-padding-prefix__zAU6k{
    border-radius: 8px;
    padding: 0 12px 0 8px;   
    border-radius: var(--styleguide-border-radius-m,8px);
    background-color: var(--styleguide-link-theme-secondary-background-color,var(--styleguide-color-neutral-00,#fff));
    border: 1px solid var(--styleguide-link-theme-secondary-border-color,var(--styleguide-color-brand-secondary-05,#8c84cc));
    height: 36px;
    min-width: 36px;
    font-size: var(--styleguide-typography-label-size, 14px);
    font-weight: var(--styleguide-typography-label-thick, 600);
    line-height: var(--styleguide-typography-label-lh, 24px);
    box-sizing: border-box;
}

.link-module_link--reduce-padding-prefix__3cSUg svg, .button-module_button--reduce-padding-prefix__zAU6k svg{
    margin-right: 4px;
}

.button-module_button__06uQ8{
    align-items: center;
    display: inline-flex;
    justify-content: center;
    color: var(--styleguide-link-theme-secondary-color, var(--styleguide-color-brand-secondary-07, #3a307f));
}