.vhl-instagram-section {
    position: relative;
    overflow: hidden;
}

.vhl-instagram-section .pbmit-heading-subheading {
    margin-bottom: 52px;
}

.vhl-instagram-section .pbmit-title,
.vhl-instagram-section .pbmit-subtitle {
    color: #fff;
}

.vhl-instagram-section__intro {
    max-width: 640px;
    margin: 18px auto 0;
    color: rgba(255, 255, 255, .72);
}

.vhl-instagram-slider {
    overflow: hidden;
    padding-bottom: 62px;
}

.vhl-instagram-card {
    height: auto;
}

.vhl-instagram-card__media {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 28px;
    background: rgba(255, 255, 255, .06);
}

.vhl-instagram-card__media img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transform: scale(1.001);
    transition: transform .45s ease;
}

.vhl-instagram-card__media:hover img,
.vhl-instagram-card__media:focus img {
    transform: scale(1.06);
}

.vhl-instagram-card__badge {
    position: absolute;
    right: 18px;
    bottom: 18px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 7px 14px;
    color: #111;
    background: var(--pbmit-global-color, #d7b46a);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.vhl-instagram-card__content {
    padding: 22px 4px 0;
}

.vhl-instagram-card__service {
    margin: 0 0 6px;
    color: var(--pbmit-global-color, #d7b46a);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.vhl-instagram-card__content h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 26px;
    line-height: 1.16;
}

.vhl-instagram-card__content p {
    margin: 0 0 14px;
    color: rgba(255, 255, 255, .7);
}

.vhl-instagram-card__link {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.vhl-instagram-card__link:hover,
.vhl-instagram-card__link:focus {
    color: var(--pbmit-global-color, #d7b46a);
}

.vhl-instagram-section .swiper-button-next,
.vhl-instagram-section .swiper-button-prev {
    color: #fff;
}

@media (max-width: 991px) {
    .vhl-instagram-card__content h3 {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    .vhl-instagram-section .pbmit-heading-subheading {
        margin-bottom: 34px;
    }

    .vhl-instagram-card__media {
        border-radius: 20px;
    }
}

/* T10C: Inline Instagram video rendering. */
.vhl-instagram-card__media--video {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background: #05070b;
}

.vhl-instagram-card__video {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border: 0;
    border-radius: inherit;
    background: #05070b;
}

.vhl-instagram-card__video:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 4px;
}

/* T10C.2: Keep inline video cards proportional with image cards. */
.vhl-instagram-card__media,
.vhl-instagram-card__media--video {
    aspect-ratio: 1 / 1;
    min-height: 0;
}

.vhl-instagram-card__media img,
.vhl-instagram-card__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vhl-instagram-slider .swiper-wrapper {
    align-items: stretch;
}

.vhl-instagram-slider .swiper-slide {
    height: auto;
}
