#page6 .bg {
    height: calc(100% + 50px);
    opacity: .15;
    position: absolute;
    bottom: 0;
    min-width: 100%;
    object-fit: cover;
    mask-image: linear-gradient(to bottom, transparent 5%, black 50%);
    -webkit-mask-image: linear-gradient(to bottom, transparent 5%, black 50%);
    filter: invert(1);
}

#page6 .slide .vignette {
    border-radius: 50%;
    border: 1px solid white;
    overflow: hidden;
    width: 70%;
    aspect-ratio: 1;
} 

#page6 .slide .vignette-container {
    width: 100%;
} 

#page6 .slide .vignette-container::before {
    content: "";
    width: 100%;
    height: 50%;
    background-color: #e4e4e4;
    position: absolute;
    border: 1px solid white;
    border-left: none;
    border-right: none;
} 

#page6 .slide .vignette > img {
    width: 100%;
    filter: sepia(.3);
} 

#page6 .slide .content {
    gap: 3%;
    justify-content: start;
    margin-top: 5%;
    z-index: 1;
} 

#page6 .slide .event-descr b {
    font-size: 1.5em;
    color: #4b4b4b;
}

#page6 .slide .event-descr {
    gap: .5em;
    font-size: .65em;
    color: gray;
    align-items: flex-start;
    text-align: left;
    padding: 0 10%;
} 

#page6 .slide .event-descr > div {
    flex-direction: row;
    gap: .5em;
    font-size: .9em;
} 

#page6 .slide .event-descr * {
    text-align: left;
    align-items: flex-start;
}

#page6 .slide .fil-container {
    width: 100%;
    padding-top: 11.5%;
    padding-left: 2.5%;
    padding-bottom: 2.5%;
    background: #fffef0;
    box-shadow: 0px -1px 7px #000000db;
}

#page6 .slide .fil {
    font-size: 50%;
    flex-direction: row;
    gap: 2%;
    justify-content: start;
    width: 100%;
    mask-image: linear-gradient(to left, transparent, black 20%);
    -webkit-mask-image: linear-gradient(to left, transparent, black 20%);
}

#page6 .slide .fil img {
    filter: contrast(0) brightness(20);
}

#page6 .slide .fil > *:nth-child(odd) {
    flex-direction: row;
}

#page6 .slide .fil > *:nth-child(even) {
    color: gray;
}

#page6 .slide .fil .pero {
    background: linear-gradient(146deg, hsla(47, 94%, 63%, 1) 20%, #fc6c29 100%);
    padding: 1% 2%;
    border-radius: 5px;
    color: white;
}

#page6 .slide .button {
    background: linear-gradient(146deg, #ff4848 0%, hsla(47, 94%, 63%, 1) 20%, #fc6c29 100%);
    box-shadow: 0 0 7px #0000002e;
    border-radius: 5px;
    color: white;
    padding: 3.5% 0;
    justify-content: space-evenly;
    border: 1px solid white;
    width: 100%;
}

#page6 .slide .button-container {
    margin-bottom: 10%;
    width: 80%;
    z-index: 1;
}

#page6 .slide .button-container .price {
    position: absolute;
    right: 7.5%;
    top: -50%;
    flex-direction: row;
    gap: 0.25em;
    font-size: .6em;
    background-color: #2292bd;
    color: white;
    padding: 0.25em;
    padding-bottom: 0.5em;
    border-radius: 5px;
    border: 1px solid #66b3fa;
}

#page6 .slide .button, #page6 .slide .button * {
    gap: .5em;
    flex-direction: row;
}

#page6 .slide .button img {
    position: absolute;
    border-radius: 50%;
    left: 5%;
    box-shadow: 0 0 17px 4px #ffffff;
    height: 2.25em;
}

#page6 .slide .progress {
    flex-direction: row;
    width: 100%;
    padding: 0 10%;
    justify-content: space-around;
}

#page6 .slide .progress span {
    height: 0px;
    border-top: 1px solid gray;
    width: 100%;
}
#page6 .slide .progress span.filled {
    border-top: 1px solid rgb(83, 184, 58);
}

#page6 .slide .progress span.filled.dashed {
    border-top: 1px dashed rgb(83, 184, 58);
}

#page6 .slide .progress div {
    padding: 0.65em;
    font-size: .55em;
    border-radius: 50%;
    border: 1px solid gray;
    color: rgb(197, 197, 197);
}
#page6 .slide .progress div.filled {
    border-color: #2e5d31;
    background-color: rgb(157 214 143);
    color: #2e5d31;
}
#page6 .slide .progress div.dashed {
    border-style: dashed;
}

#page6 .more {
    position: absolute;
    right: 0;
    height: 100%;
    margin-right: 7.5%;
    align-items: center !important;
}

#page6 .select-event {
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    position: absolute;
    padding: 0 5%;
    color: rgb(102 102 102);
    font-size: .75em;
}

#page6 .slide > img {
    position: absolute;
    width: 100%;
    height: 100%;
    mask-image: linear-gradient(to bottom, black, transparent 55%, transparent 85%, black);
    -webkit-mask-image: linear-gradient(to bottom, black, transparent 55%, transparent 85%, black);
    padding-top: 25%;
    opacity: .25;
}

@media (max-width: 530px) {
    #page6 .slide .event-descr {
        font-size: .5em;
    }
    #page6 .slide .button-container {
        font-size: .65em;
    }
    #page6 .slide .fil-container {
        font-size: .65em;
    }
    #page6 .slide .fil img {
        width: 8px;
    }
    #page6 .slide .progress {
        font-size: .75em;
    }
    #page6 .slide .vignette {
        width: 60%;
    }
}