.adm-slideshow {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.adm-slideshow .owl-stage-outer,
.adm-slideshow .owl-stage,
.adm-slideshow .owl-item {
    height: 100%;
}
.adm-slideshow .adm-slide {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}
.adm-slideshow .adm-slide-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}
.adm-slideshow .adm-slide-full-link {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: block;
}
.adm-slideshow .adm-slide-stage {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 30px 5%;
    box-sizing: border-box;
}
.adm-slideshow .adm-slide-stage.v-top { align-items: flex-start; }
.adm-slideshow .adm-slide-stage.v-center { align-items: center; }
.adm-slideshow .adm-slide-stage.v-bottom { align-items: flex-end; }
.adm-slideshow .adm-slide-content {
    position: relative;
    z-index: 4;
    min-width: 0;
}
.adm-slideshow .adm-slide-content.align-left { margin-right: auto; text-align: left; }
.adm-slideshow .adm-slide-content.align-center { margin-left: auto; margin-right: auto; text-align: center; }
.adm-slideshow .adm-slide-content.align-right { margin-left: auto; text-align: right; }
.adm-slideshow .adm-slide-eyebrow,
.adm-slideshow .adm-slide-title1,
.adm-slideshow .adm-slide-title2,
.adm-slideshow .adm-slide-description {
    margin: 0;
}
.adm-slideshow .adm-slide-title1,
.adm-slideshow .adm-slide-title2 {
    font-weight: 700;
}
.adm-slideshow .adm-slide-description {
    white-space: pre-line;
}
.adm-slideshow .adm-slide-features {
    display: grid;
    gap: 16px 22px;
    margin: 0 0 24px;
}
.adm-slideshow .adm-slide-feature {
    display: flex;
    gap: 12px;
    min-width: 0;
    align-items: flex-start;
}
.adm-slideshow .align-center .adm-slide-feature {
    justify-content: center;
    text-align: left;
}
.adm-slideshow .align-right .adm-slide-feature {
    flex-direction: row-reverse;
    text-align: right;
}
.adm-slideshow .adm-slide-feature-icon {
    flex: 0 0 auto;
    object-fit: contain;
}
.adm-slideshow .adm-slide-feature-title {
    margin: 0 0 3px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.35;
}
.adm-slideshow .adm-slide-feature-text {
    margin: 0;
    font-size: 12px;
    line-height: 1.45;
}
.adm-slideshow .adm-slide-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.adm-slideshow .align-center .adm-slide-buttons { justify-content: center; }
.adm-slideshow .align-right .adm-slide-buttons { justify-content: flex-end; }
.adm-slideshow .adm-slide-button {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    min-height: 52px;
    padding: 10px 22px;
    text-decoration: none!important;
    border: 0;
    line-height: 1.15;
    transition: opacity .2s ease, transform .2s ease;
}
.adm-slideshow .adm-slide-button:hover {
    opacity: .9;
    transform: translateY(-1px);
}
.adm-slideshow .adm-slide-button-text {
    font-size: 14px;
    font-weight: 700;
}
.adm-slideshow .adm-slide-button-subtext {
    margin-top: 4px;
    font-size: 11px;
    opacity: .82;
}
.adm-slideshow .adm-slide-foreground {
    position: absolute;
    z-index: 3;
    pointer-events: none;
    max-height: 92%;
}
.adm-slideshow .adm-slide-foreground img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
}
.adm-slideshow .media-left { left: 3%; }
.adm-slideshow .media-center { left: 50%; transform: translateX(-50%); }
.adm-slideshow .media-right { right: 3%; }
.adm-slideshow .media-v-top { top: 4%; }
.adm-slideshow .media-v-center { top: 50%; transform: translateY(-50%); }
.adm-slideshow .media-center.media-v-center { transform: translate(-50%, -50%); }
.adm-slideshow .media-v-bottom { bottom: 0; }
.adm-slideshow .adm-slide-badge {
    position: absolute;
    z-index: 5;
    min-width: 90px;
    padding: 12px 15px;
    border-radius: 50%;
    text-align: center;
    line-height: 1.1;
    box-shadow: 0 6px 20px rgba(0,0,0,.18);
}
.adm-slideshow .badge-top-left { top: 8%; left: 5%; }
.adm-slideshow .badge-top-right { top: 8%; right: 5%; }
.adm-slideshow .badge-bottom-left { bottom: 8%; left: 5%; }
.adm-slideshow .badge-bottom-right { bottom: 8%; right: 5%; }
.adm-slideshow .adm-slide-badge-value {
    display: block;
    font-size: 24px;
    font-weight: 800;
}
.adm-slideshow .adm-slide-badge-label {
    display: block;
    margin-top: 4px;
    font-size: 10px;
    white-space: pre-line;
}
.adm-slideshow .owl-nav {
    margin: 0;
}
.adm-slideshow .owl-prev,
.adm-slideshow .owl-next {
    position: absolute;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
    width: 42px;
    height: 58px;
    display: flex!important;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.22)!important;
    color: #fff!important;
    border-radius: 0!important;
}
.adm-slideshow .owl-prev { left: 0; }
.adm-slideshow .owl-next { right: 0; }
.adm-slideshow .owl-dots {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 12px;
    text-align: center;
}
.adm-slideshow .owl-dot span {
    width: 8px!important;
    height: 8px!important;
    margin: 4px!important;
}
@media (max-width: 991px) {
    .adm-slideshow .adm-slide-stage { padding: 26px 4%; }
    .adm-slideshow .adm-slide-button { min-height: 48px; padding: 9px 18px; }
}
@media (max-width: 767px) {
    .adm-slideshow .adm-slide-stage { padding: 22px 18px; }
    .adm-slideshow .adm-slide-content { width: 100%!important; max-width: 100%!important; }
    .adm-slideshow .adm-slide-features { gap: 10px; margin-bottom: 16px; }
    .adm-slideshow .adm-slide-buttons { gap: 8px; }
    .adm-slideshow .adm-slide-button { padding: 8px 14px; }
    .adm-slideshow .owl-prev,
    .adm-slideshow .owl-next { width: 32px; height: 46px; }
    .adm-slideshow .adm-slide-badge { min-width: 72px; padding: 10px; }
    .adm-slideshow .adm-slide-badge-value { font-size: 19px; }
}
