.event__glance {
    height: 650px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.event__thumb {
    display: flex;
    position: relative;
    height: 100%;
    position: relative;
}

.event__thumb img {
    height: 100%;
    object-fit: contain;
    border-radius: 40px;
}

.event__thumb:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 38px;
    width: 100%;
    height: 100%;
    background: linear-gradient(12deg, black, transparent 35%);
}

.event__head {
    position: absolute;
    color: white;
    bottom: 40px;
    left: 40px;
    z-index: 1;
    width: 500px;
}

.event__head h1 {
    margin-bottom: .5rem !important;
}

.event__infopad {
    position: absolute;
    right: 10px;
    top: 10px;
    bottom: 10px;
    width: 400px;
    background-color: rgb(255 255 255 / 90%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 32px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    justify-content: space-between;
    z-index: 1;
}

.infopad__group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.infopad__group iframe {
    border: 0;
    width: 100%;
    border-radius: 25px;
    height: 199px;
    border: 1px solid #e3e3e3;
}

.infopad__line {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 10px;
    margin: 0 10px;
    margin-bottom: 10px;
}

.infopad__flexed {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
}

.event__infofield {
    display: flex;
    flex-direction: column;
}

.infopad__label {
    opacity: .3;
}

.proper__name {
    font-weight: 500;
}

.address__cta {
    border: 2px solid black;
    border-radius: 50px;
    padding: 5px 15px;
    text-decoration: none;
    font-weight: 400;
    font-size: .9rem !important;
    margin-bottom: 1rem;
    white-space: nowrap;
}

.infopad__bottom {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}

.infopad__selling {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.infopad__selling .infopad__flexed {
    box-sizing: border-box;
    padding: 0 10px;
    width: 100%;
}

.event__price {
    font-size: 1.5rem;
    font-weight: 500;
}

.event__cta {
    background-color: black;
    color: white;
    text-decoration: none;
    width: 100%;
    border-radius: 50px;
    padding: 10px 0;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.event__tags {
    display: flex;
    gap: 10px;
}

.event__tag {
    background-color: #ffffff;
    color: black;
    padding: 0px 15px;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 500;
}

.event__body {
    margin-top: 3rem;
}

.designto__container {
    width: 1256px;
    margin: 0 auto;
}

.wp-block-columns {
    gap: 3rem;
}

.curiosity__pad {
    background-color: #cfffe2;
    padding: 40px;
    border-radius: 30px;
}

.curiosity__pad p:first-child {
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: .5rem;
}

.gallery__pad {
    background-color: #f7fbf9;
    padding: 40px;
    padding-top: 20px;
    border-radius: 40px;
    margin: 3rem -60px;
}

.gallery__pad p:first-child {
    font-weight: 500;
    font-size: 1.1rem;
    margin: 0;
    padding-left: 20px;
}

.gallery__pad p:nth-child(2) {
    font-size: 1rem;
    color: #adadad;
    padding-left: 20px;
    margin-bottom: 20px;
}

.gallery__pad .wp-block-gallery {
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
}

.gallery__pad .wp-block-image:first-child img {
    border-radius: 20px 0 0 0;
}

.gallery__pad .wp-block-image:nth-child(3) img {
    border-radius: 0 20px 0 0;
}

.gallery__pad .wp-block-image:nth-child(4) img {
    border-radius: 0 0 0 20px;
}

.gallery__pad .wp-block-image:last-child img {
    border-radius: 0 0 20px 0;
}

.vertical__separator {
    height: 40px;
    background-color: #dbdbdb;
    width: 1px;
}

.mt-0 {
    margin-top: 0;
}

#terrestrial__floated {
    margin-left: 40px;
    float: right;
}

.right__divider {
    position: relative;
    padding-right: 4rem;
}

.right__divider:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 85%;
    top: 7.5%;
    right: 0;
    background-color: #dbdbdb;
}

.wp-block-media-text {
    display: block;
}

.purple__card {
    background-color: #f4e8f4;
    border-radius: 30px;
    padding: 25px;
}

.purple__card figure.wp-block-media-text__media {
    width: 50%;
    float: left;
    margin-right: 15px;
}

.purple__card figure img {
    border-radius: 15px;
}

.purple__card .wp-block-media-text__content {
    padding: 0;
}

.purple__card h3 {
    margin-top: 15px;
    font-size: 1.75rem;
    margin-bottom: .5rem;
}

.mb-0 {
    margin: 0 !important;
}

.my-3 {
    margin: 3rem 0 !important;
}

.extra__card {
    background-color: #cfffe2;
    padding: 25px;
    border-radius: 30px;
}

.iconed__addition {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-weight: 500;
}

.extra__card h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.nofont__title {
    font-family: neuehaasgrotesktext pro, Helvetica, Arial, sans-serif !important;
}

.endpage__divider {
    border-bottom: 1px solid;
    color: #dbdbdb;
}

.my-5 {
    margin: 5rem 0;
}

.fw-500 {
    font-weight: 500;
}

.absolute__anchor {
    position: relative;
    visibility: hidden;
    top: -140px;
    margin: 0 !important;
    height: 0;
}

.event__body a {
    font-weight: inherit !important;
    text-decoration: underline !important;
}

.event__stickycta {
    position: sticky;
    bottom: 50px;
    margin: 5rem 0;
}

.sticky__cta {
    display: flex;
    justify-content: space-between;
    box-shadow: 0 2px 20px rgb(87 86 86 / 35%);
    padding: 8px;
    border-radius: 50px;
    background-color: rgb(255 255 255 / 90%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all .4s ease-in-out;
    margin: 0 -15px;
}

.be__invisible {
    visibility: hidden;
    opacity: 0;
}

.be__visible {
    visibility: visible;
    opacity: 1;
}

.stickycta__infos {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-left: 20px;
}

.stickycta__infos > svg {
    width: 100px;
    height: 65px;
}

.stickycta__textual {
    border-left: 1px solid #dbdbdb;
    padding-left: 20px;
}

.stickycta__textual > span:first-child {
    font-weight: 500;
}

.stickycta__textual p {
    color: #858585;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.stickycta__textual p span {
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
}

.sticky__cta a {
    background-color: black;
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 0 40px;
    font-size: 1.2rem;
    border-radius: 50px;
}

.lightbox__container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(0 0 0 / 80%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.lightbox__content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox__close {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    border: 0;
    width: 40px;
    height: 40px;
    background-color: unset;
    color: white;
}

.lightbox__content img {
    width: 1200px;
    object-fit: contain;
}

.lightbox__btn {
    background-color: unset;
    border: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    color: white;
    position: absolute;
}

.lightbox__btn.prev {
    left: -100px;
}

.lightbox__btn.next {
    right: -100px;
}

.pum.pum-overlay.pum-theme-62559.pum-theme-default-theme.popmake-overlay.auto_open.click_open.pum-active {
    display: none !important;
}

html.pum-open.pum-open-overlay, html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay {
    overflow: initial !important;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]) {
    padding-right: 0 !important;
}

@media screen and (max-width: 1799px) {
    .event__glance {
        height: 565px;
    }

    .infopad__group iframe {
        height: 150px;
    }
}

@media screen and (max-width: 1500px) {
    .event__glance {
        height: 535px;
    }

    .event__infopad {
        font-size: .95rem;
    }

    .infopad__group {
        gap: 8px;
    }

    .infopad__line {
        padding-bottom: 8px;
    }

    .address__cta {
        font-size: .85rem;
    }

    .event__price {
        font-size: 1.35rem;
    }

    .lightbox__content img {
        width: 80%;
    }

    .lightbox__btn.prev {
        left: 0;
    }

    .lightbox__btn.next {
        right: 0;
    }

}

@media screen and (max-width: 1400px) {

    .event__thumb img {
        border-radius: 0;
        width: 100%;
        object-fit: cover;
    }

    .gallery__pad {
        margin: 3rem 0px;
    }

    .event__thumb:after {
        border-radius: 0;
    }

}

@media screen and (max-width: 1300px) {

    .event__intro {
        line-height: 1.45;;
    }

    .designto__container {
        width: 1100px;
    }

    .lightbox__btn.prev {
        bottom: -100px;
        right: 16%;
        left: unset;
    }

    .lightbox__btn.next {
        bottom: -100px;
        right: 9%;
    }

}

@media screen and (max-width: 1100px) {

    .designto__container {
        width: 1000px;
    }

    .gallery__pad {
        margin: 3rem 0;
    }

    .sticky__cta {
        margin: 0;
    }

}

@media screen and (max-width: 1050px) {

    .designto__container {
        width: 90%;
    }

    .designto__container .wp-block-columns {
        flex-direction: column;
    }

    .right__divider {
        padding-right: 0;
    }

    .right__divider:after {
        content: unset;
    }

    #terrestrial__floated {
        width: 60%;
    }

    #terrestrial__floated img {
        width: 100%;
    }

    #revive__image {
        width: 60%;
    }

    .purple__card {
        display: flex;
        align-items: center;
    }

    .purple__card figure.wp-block-media-text__media {
        aspect-ratio: 1;
        float: unset;
        padding-right: 30px;
        margin-right: 0;
    }

    .purple__card .wp-block-media-text__media img {
        width: 100%;
    }

    .purple__card .wp-block-media-text__content {
        width: 60%;
    }

    .purple__card h3 {
        margin-top: 0;
        line-height: 1;
    }

    .wp-block-column:nth-child(even) .purple__card {
        flex-direction: row-reverse;
    }

    .wp-block-column:nth-child(even) .purple__card .wp-block-media-text__media {
        margin-right: 0;
        padding-right: 0;
        padding-left: 30px;
    }

}

@media screen and (max-width: 950px) {

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
        width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*0.66667);
    }

    .gallery__pad .wp-block-image:nth-child(3) img {
        border-radius: 0;
    }

    .gallery__pad .wp-block-image:nth-child(2) img {
        border-radius: 0 20px 0 0;
    }

    .gallery__pad .wp-block-image:nth-child(4) img {
        border-radius: 0;
    }

    .gallery__pad .wp-block-image:nth-child(5) img {
        border-radius: 0 0 0 20px;
    }

}

@media screen and (max-width: 750px) {

    #terrestrial__floated {
        margin-left: 0;
        float: unset;
        width: 100%;
    }

    #revive__image {
        width: 100%;
    }

    .purple__card {
        display: block;
    }

    .purple__card figure.wp-block-media-text__media {
        width: 250px;
        height: 250px;
        float: left;
    }

    .wp-block-column:nth-child(even) .purple__card .wp-block-media-text__media {
        float: right;
    }

    .purple__card .wp-block-media-text__content {
        width: unset;
    }

}

@media screen and (max-width: 700px) {

    .event__glance {
        height: unset;
        margin: 0 10px;
    }

    .event__thumb {
        flex-direction: column;
        align-items: center;
        background-color: black;
        border-radius: 40px;
    }

    .event__thumb img {
        height: 300px;
        width: 100%;
        border-radius: 30px 30px 0 0;
    }

    .event__head {
        left: 15px;
        right: 15px;
        width: unset;
        top: 188px;
        bottom: unset;
        height: 105px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .event__tag {
        font-size: .9rem;
    }

    .event__infopad {
        position: relative;
        top: unset;
        bottom: unset;
        left: unset;
        right: unset;
        font-size: inherit;
        box-sizing: border-box;
        margin: 10px;
        width: -webkit-fill-available; /* vecchio supporto WebKit/Safari */
        width: -moz-available;         /* vecchio supporto Firefox */
        width: fill-available;         /* nome proposto inizialmente */
        width: stretch;                /* nuovo nome standard in specifica (supporto limitato) */
    }

    .infopad__group iframe {
        border: 0;
        height: 199px;
    }

    .infopad__selling {
        margin-top: 3rem;
    }

    .event__thumb:after {
        border-radius: 40px;
        background: linear-gradient(0deg, black 66%, transparent);
    }

    .infopad__flexed {
        gap: 15px;
    }

    .gallery__pad {
        padding: 15px;
        padding-top: 20px;
    }

    .gallery__pad .wp-block-gallery {
        flex-wrap: nowrap;
        overflow-x: scroll;
        border-radius: 20px;
        scrollbar-width: 0;
    }

    .gallery__pad .wp-block-gallery::-webkit-scrollbar {
        display: none;
    }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
        width: 300px;
        flex: 0 0 auto;
    }

    .gallery__pad .wp-block-image img {
        border-radius: 0 !important;
    }

    .event__body h2 {
        font-size: 2.2rem !important;
    }

    .purple__card {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .purple__card figure.wp-block-media-text__media {
        float: unset;
        width: 100%;
        aspect-ratio: 1;
        padding-right: 0;
        height: unset;
    }

    .wp-block-column:nth-child(even) .purple__card {
        flex-direction: column;
    }

    .wp-block-column:nth-child(even) .purple__card .wp-block-media-text__media {
        float: unset;
    }

    .wp-block-column:nth-child(even) .purple__card .wp-block-media-text__media {
        margin-right: 0;
        padding-right: 0;
        padding-left: 0;
    }

    .sticky__cta {
        margin: 0 -3%;
        gap: 20px;
    }

    .stickycta__infos {
        margin-left: 18px;
    }

    .stickycta__infos > svg {
        display: none;
    }

    .stickycta__textual {
        padding: 0;
        border: 0;
    }

    .sticky__cta a {
        padding: 0 20px;
        font-size: 1rem;
        white-space: nowrap;
    }

    .lightbox__btn.prev {
        right: 17%;
    }

    .lightbox__btn.next {
        right: 4%;
    }

}

