.hs-parent-04d22766 {
    position: relative;
    /* Height dynamic via settings */
}
.hs-sticky-04d22766 {
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.hs-track-04d22766 {
    display: flex;
    will-change: transform;
    padding: 0 5vw;
}
.hs-panel-container-04d22766 {
    flex-shrink: 0;
    position: relative;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
}
.hs-panel-image-04d22766 {
    aspect-ratio: 1.5;
    background-size: cover;
    background-position: center;
    transition: background-size 0.3s ease;
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* Align content to the bottom */
}
.hs-panel-container-04d22766:hover .hs-panel-image-04d22766 {
    background-size: 110%;
}
.hs-tag-04d22766 {
    backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: 500;
}
.hs-content-04d22766 {
    padding: 20px;
    width: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
    box-sizing: border-box;
    /* Dynamic background color available via settings */
}
.hs-title-04d22766 {
    margin: 0 0 10px 0;
    color: #fff; /* Default color for better visibility */
}
.hs-text-04d22766 {
    color: #eee; /* Default color for better visibility */
}
