
.slider {
    min-width: 100%;
    width: 100%;
    padding-bottom: 10pt;
    background: var(--panel-on-page-background);

    border-radius: 10px;
    overflow: hidden;
}
.one_slider {
    padding-bottom: 0;
}
.one_slider > .slider__images > a > .slider__images-image {
    min-height: 100%;
}

.slider__images {
    opacity: 0;
    position: relative;
    top: 0px;
    left: 0px;
    transition: opacity 0.4s ease-in, visibility 0.4s ease-in;
    z-index: 10;
    opacity: 1;
    min-height: 10px;
    max-height: 450px;
    height: auto;
}
.slider__images:only-child > .slider__images-item {
    aspect-ratio: auto;
}
.slider__images:only-child > .slider__images-item > .slider__images-image {
    min-width: 100%;
    min-height: 100%;
}

.slider__images-item {
    display: flex;
    justify-content: center;
    aspect-ratio: 10 / 7;
    overflow: hidden;
    min-width: 100%;
    position: relative;
    align-items: center;
    background: black;
    top: 0px;
    left: 0px;
    padding: 0;
    border-radius: 0;
}
.no-js .slider__images-item:first-of-type {
    position: relative;
}
.no-js .slider__images-item:not(:first-of-type) {
    display: none !important;
}
.slider__images-image {
    display: flex;
    position: relative;
    align-self: center;
    max-width: 100%;
    max-height: 100%;
    z-index: 100;
    opacity: 1;
}

.slider__controls {
    margin-top: 10px;
    user-select: none;
    text-align: center;
}

.slider__control {
    display: inline-block;
    color: #829995;
    cursor: pointer;
}

.slider__pagers {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.slider__pagers li {
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    color: #829995;
    padding: 0 10px;
}
.slider__pagers li.active {
    color: #c2c2c2;
}

.centered {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.not__found__page__error, .not__found__page__link {
    text-align: center;
}

.not__found__page__error {
    margin-top: -35px;
    line-height: 30px;
    font-size: 2rem;
    max-width: 600pt;
}

.not__found__page__link {
    color: rgb(228, 228, 228);
    margin-top: 10px;
    line-height: 20px;
    font-size: 1.4rem;
    text-decoration: none;
    cursor: pointer;
}
.not__found__page__link:hover {
    text-decoration: underline;
}
