/*=====================================Intro */
section.singleParticipationHero-container .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
section.singleParticipationHero-container .media img{
    margin: auto;
}
section.singleParticipationHero-container .media img {
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease; /* Transition for opacity */
    opacity: 1; /* Default to fully visible */
}
/*=====================================Intro */
/*=====================================section.pageFullMedia */
section.pageFullMedia {
    position: relative;
    width: 100%;
    height: calc(100dvh - var(--headerHeight));
}
/*=====================================section.pageFullMedia */
/*===================================section.order-container*/
section.order-container {
    position: relative;
    min-height: 40rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 5rem 0;
}

.order-container_media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/charity-tile.png");
    background-repeat: repeat;
    background-size: contain;
    z-index: -2;
}
.order-container_media:before{
    position: absolute;
    content: '';
    top: -5rem;
    left: 0;
    width: 100%;
    height: 10rem;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--white-rgb), 0.00)), color-stop(68.5%, var(--white)));
    background: -o-linear-gradient(bottom, rgba(var(--white-rgb), 0.00) 0%, var(--white) 68.5%);
    background: linear-gradient(0deg, rgba(var(--white-rgb), 0.00) 0%, var(--white) 68.5%);
    z-index: -1;
}
.order-container_media:after{
    position: absolute;
    content: '';
    bottom: -5rem;
    left: 0;
    width: 100%;
    height: 10rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(var(--white-rgb), 0.00)), color-stop(68.5%, var(--white)));
    background: -o-linear-gradient(top, rgba(var(--white-rgb), 0.00) 0%, var(--white) 68.5%);
    background: linear-gradient(180deg, rgba(var(--white-rgb), 0.00) 0%, var(--white) 68.5%);
    z-index: -1;
}
.order-container_info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2rem 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    width: 50%;
    padding: 1.6rem;
    border-radius: 0.9375rem;
}
.order-container_info.border-gradient,
.order-container_info.border-gradient:before {
    border-radius: 0.9375rem;
}
.order-container_info .info ,
.order-container_info .info form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1rem;
}
.order-container_info .info .title {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 850;
    background: -o-linear-gradient(1deg, #9AD1C2 61.7%, #84A3C8 98.51%);
    background: linear-gradient(89deg, #9AD1C2 61.7%, #84A3C8 98.51%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}
.order-container_info .info .des{
    color: var(--gray);
}
.order-container_info .info .cta{
    width: 100%;
    font-family: inherit;
    cursor: pointer;
}

.order-container_info .media {
    width: 100%;
    height: 100%;
    min-height: 45vh;
    border-radius: 0.6875rem;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
aside.related > .title {
    margin-bottom: 4rem;
    font-size: 2rem;
}
aside.related .supportItem:not(:last-child){
    margin-bottom: 11rem;
}
/*===================================section.order-container*/
/*===================================AfterDynamic*/
.form-message {
    font-size: .85rem;
}

.form-message > * {
    margin-top: 0;
}

/*===================================AfterDynamic*/
/*================================responsive================================*/
@media only screen and (max-width: 768px) {
    .raadIntroItem {
        margin-bottom: 1.2rem;
    }
    section.pageFullMedia {
        height: 46dvh;
    }
    section.pageFullMedia .playIcon {
        width: 5.3125rem;
        height: 5.3125rem;
    }

    .raadIntroItem .media {
        /*height: 30vh;*/
        height: auto;
        border-radius: 0.9375rem;
    }
    .order-container_info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        width: 100%;
        padding: .75rem;
        row-gap: 1rem;
    }
    section.masonry-container.thumbnails{
        /* padding-right: 0; */
        /* padding-left: 0; */
        overflow: hidden;
    }
    section.masonry-container.thumbnails .masonryItems {
        margin: 0 auto 0.35rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 1rem;
    }
    section.masonry-container.thumbnails .masonryItems .masonryItem {
        width: calc((100% / 4) - 1rem * 3/4);
    }
    .order-container_info .media {
        height: 45vw;
        min-height: auto;
    }
    section.order-container {
        padding-top: 5rem;
        padding-bottom: 5rem;
        margin: 5rem 0;
    }

    .order-container_media:before {
        height: 10rem;
        top: -5rem;
    }

    .order-container_media:after {
        height: 10rem;
        bottom: -5rem;
    }
    aside.related > .title {
        font-size: 1.875rem;
        text-align: center;
    }
    jdp-container {
        z-index: 99998 !important;
    }
}
@media only screen and (min-width: 640px) and (max-width: 768px){
    section.masonry-container.thumbnails .masonryItems .masonryItem {
        width: calc(100vw / 5);
    }
    .order-container_info {
        width: 50%;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1199px){
    section.pageFullMedia {
        height: 70dvh;
    }
    .order-container_info {
        width: 80%;
    }
    .order-container_info .media {
        min-height: 40vh;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
    .order-container_info {
        width: 65%;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px){
    .order-container_info {
        width: 55%;
    }
}