/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

:root {
    --spaceYPage: 5.13rem;
}

section:not(:first-child) {
    margin-bottom: var(--spaceYPage);
}

section > .title {
    margin-bottom: var(--spaceYPage);
}

.teamItems .teamItem .info,
.helperItems .helperItem .info {
    margin-top: 2rem;
}

.teamItems .teamItem .info .aboutItemTitle,
.helperItems .helperItem .info .aboutItemTitle, .competitionItems .competitionItem .info .title {
    font-size: 1.25rem;
    font-style: normal;
    margin: 0;
}

.teamItems .teamItem .info .aboutItemSubTitle,
.helperItems .helperItem .info .aboutItemSubTitle, .competitionItems .competitionItem .info .aboutItemSubTitle {
    display: block;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    margin: .56rem 0 0 0;
}

.teamItems .teamItem.extra .media,
.helperItems .helperItem.extra .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    border-radius: 1.3125rem;
    overflow: hidden;
}

.teamItems .teamItem.extra .media > *,
.helperItems .helperItem.extra .media > * {
    max-width: 100%;
    max-height: 100%;
}

.reportItems .reportItem .cta {
    width: 100%;
    margin: 1.31rem 0 0;
}

.extra {
    -webkit-transition: all ease-in-out .35s;
    -o-transition: all ease-in-out .35s;
    transition: all ease-in-out .35s;
}

/*.extra:hover .media {*/
/*    background: linear-gradient(to right, var(--lightPrimary), #84A3C8);*/
/*}*/

.extra:hover .media img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.teamItems .teamItem.extra .media::before,
.helperItems .helperItem.extra::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(left, var(--lightPrimary), #84A3C8);
    background: -webkit-gradient(linear, left top, right top, from(var(--lightPrimary)), to(#84A3C8));
    background: linear-gradient(to right, var(--lightPrimary), #84A3C8);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all ease-in-out .35s;
    -o-transition: all ease-in-out .35s;
    transition: all ease-in-out .35s;
    /* z-index: -1; */
}

.teamItems .teamItem.extra:hover .media::before,
.helperItems .helperItem.extra:hover:before {
    opacity: 1;
    pointer-events: auto;
}

/*=====================================section.aboutHero-container*/
/*section.aboutHero-container .heroGallery {*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/
.aboutHeroImagesGalleriesWrapper {
    position: relative;
    width: 100%;
    white-space: nowrap;
    display: block;
}

.raadIntroItem .info > *.aboutHeroImagesGalleriesWrapper {
    margin: .5rem 0;
}

.aboutGalleryWrap {
    width: 7.25rem;
    height: 7.25rem;
    border-radius: 0.875rem;
    position: relative;
    z-index: 6;
    display: inline-block;
    margin: 0 -1.25rem;
}

.aboutGalleryWrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0.875rem;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(1.104deg);
    -ms-transform: rotate(1.104deg);
    transform: rotate(1.104deg);
    vertical-align: middle;
}

.aboutGalleryWrap:nth-of-type(2) > img {
    -webkit-transform: rotate(-10.079deg);
    -ms-transform: rotate(-10.079deg);
    transform: rotate(-10.079deg);
}

.aboutGalleryWrap:nth-of-type(3) > img {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
}

.aboutGalleryWrap:nth-of-type(4) > img {
    -webkit-transform: rotate(-10.079deg);
    -ms-transform: rotate(-10.079deg);
    transform: rotate(-10.079deg);
}

.aboutGalleryWrap:nth-of-type(5) > img {
    -webkit-transform: rotate(1.104deg);
    -ms-transform: rotate(1.104deg);
    transform: rotate(1.104deg);
}

.aboutGalleryWrap:nth-of-type(6) > img {
    -webkit-transform: rotate(-10.079deg);
    -ms-transform: rotate(-10.079deg);
    transform: rotate(-10.079deg);
}

.aboutGalleryWrap:nth-of-type(2) {
    z-index: 5;
}

.aboutGalleryWrap:nth-of-type(3) {
    z-index: 4;
}

.aboutGalleryWrap:nth-of-type(4) {
    z-index: 3;
}

.aboutGalleryWrap:nth-of-type(5) {
    z-index: 2;
}

.aboutGalleryWrap:nth-of-type(6) {
    z-index: 1;
}

.aboutGalleryWrap .learningExperienceWrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0.625rem;
    background: rgba(var(--white-rgb), 0.20);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: .5rem;
    color: var(--white);
}

.aboutGalleryWrap .learningExperienceWrap img {
    width: 3rem;
    margin: 0.5rem auto 0;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

/*=====================================section.aboutHero-container*/
/*=====================================section.timeLine-container*/
.timeLineItems .timeLineItem {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    /*padding-top: 6.85rem;*/
    padding-top: calc(6.85rem + 8rem);
    grid-gap: 1.5rem;
}

.timeLineItems .timeLineItem:nth-child(even) {
    grid-template-areas: "item2 item1";
}

.timeLineItems .timeLineItem:nth-child(even) > .media {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: item2;
}

.timeLineItems .timeLineItem .info {
}

.timeLineItems .timeLineItem .info .title ,
.timeLineItems .timeLineItem .title.mobile {
    margin-bottom: 2.62rem;
}
.timeLineItems .timeLineItem .title.mobile {
    display: none;
}
.timeLineItems .timeLineItem .info .description > * {
    width: 50%;
    text-align: justify;
}

.timeLineItems .timeLineItem .info .description > *:nth-child(even) {
    margin-right: auto;
}

.timeLineItems .timeLineItem .info .description strong {
    /*font-weight: inherit;*/
    /*text-decoration: underline;*/
}

.timeLineItems .timeLineItem .year {
    display: block;
    position: absolute;
    left: 50%;
    top: 8rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    font-size: 8rem;
    opacity: .2;
}

.timeLineItems .timeLineItem .media {
    width: 100%;
    /*height: 38vh;*/
    border-radius: 1.5rem;
    overflow: hidden;
}

/*=====================================section.timeLine-container*/
/*=====================================section.goal-container*/
.goalItem {
    text-align: center;
}

.goalItem .title {
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 700;
    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;
}

.goalItem img {
    width: auto;
    height: auto;
}

.goalItem .des {
    font-size: 0.95rem;
    font-style: normal;
    font-weight: 500;
    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;
    width: 50%;
    margin: 1rem auto 0;
}
.goal_slider_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.goal_slider_wrapper .goalSlider {
    position: relative;
    width: 49%;
}
/*=====================================section.goal-container*/
/*=====================================section.magazineItems*/
.magazineItem {
    overflow: hidden;
}

.magazineItem:hover {
    color: var(--gray);
}

.magazineItem .extraDes {
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background-color: var(--white);
    border-radius: 1.875rem;
    padding: 1rem;
    color: var(--gray);
    opacity: 0;
    -webkit-transition: all ease-in-out .35s;
    -o-transition: all ease-in-out .35s;
    transition: all ease-in-out .35s;
}

.magazineItem:hover .extraDes {
    opacity: 1;
}

/*=====================================section.magazineItems*/
/*=====================================section.support-container*/
.supportItems {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 3.88rem 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 3.88rem;
    -moz-column-gap: 3.88rem;
    column-gap: 3.88rem;
}

.supportItems .supportItem {
    border-radius: 1.875rem;
    background: rgba(var(--white-rgb), 0.30);
    padding: 1.7rem 3.7rem;
}

.supportItems .supportItem.border-gradient:before {
    border-radius: 1.875rem;
}

.supportItems .supportItem .media {
    width: 20.4375rem;
    height: 15.875rem;
    margin: 0 auto 1.31rem;
}

.supportItems .supportItem .info {
    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: 2.25rem;
}

.supportItems .supportItem .info .title {
    text-align: center;
}

.supportItems .supportItem .info .des > * {
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    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;
}

.supportItems .supportItem .info .cta {
    width: 50%;
    cursor: pointer;
}

/*=====================================section.support-container*/
/*=====================================section.report-container*/
.reportItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4.63rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.reportItem {
    width: calc(100% / 4 - 4.63rem * 3/4);
}
.reportItems .reportItem .media {
    width: 100%;
    height: 35vh;
}

#lightGalley .reportItem .media {
    cursor: pointer;
}

.reportItems .reportItem .info {
    text-align: center;
}

.reportItems .reportItem .info .title {
    color: #9AD1C2;
}

/*=====================================section.report-container*/
/*=====================================section.team-container*/
.teamItems {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 4.56rem 1fr 4.56rem 1fr 4.56rem 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 4.56rem;
}

.teamItems .teamItem .media {
    width: 100%;
    height: 35vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: c;
    animation: c;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.teamItems .teamItem .media img {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.teamItems .teamItem.extra,
.helperItems .helperItem.extra {
    cursor: pointer;
    position: relative;
    -webkit-transition: transformease-in-out .35s;
    -o-transition: transformease-in-out .35s;
    transition: transformease-in-out .35s;
}

.teamItems .teamItem.extra .media img,
.helperItems .helperItem.extra .media img {
    width: 40%;
    height: 40%;
    margin: auto;
}

.teamItems .teamItem .info {
    color: #6D6E71;
    text-align: center;
}

/*=====================================section.team-container*/
/*=====================================section.helper-container*/
.helperItems {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.5rem;
}

.helperItems .helperItem {
    position: relative;
    width: 100%;
    height: 45vh;
    border-radius: 1.3125rem;
    overflow: hidden;
}

.helperItems .helperItem .media {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.helperItems .helperItem.extra {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.helperItems .helperItem .info {
    color: var(--white);
    padding: 1.4rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 1.25rem;
    background: rgba(var(--black-rgb), 0.20);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    z-index: 1;
}

.helperItems .helperItem.extra .info {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
}

/*=====================================section.helper-container*/
/*=====================================section.competition-container*/
section.competition-container .competition-poster {
    position: relative;
    width: 100%;

}

section.competition-container .competition-poster .media {
    width: 100%;
    height: 100%;
}

section.competition-container .competition-poster,
section.competition-container .competition-poster .media,
section.competition-container .competition-poster .media * {
    min-height: 90vh;
}

section.competition-container .competition-poster .media:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 30%);
    pointer-events: none;
}

section.competition-container .competition-poster .info {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    color: #fff;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: var(--spaceS);
    padding-bottom: var(--spaceS);
    text-align: center;
    gap: .625rem;
}

section.competition-container .competition-poster.info .title {
    text-align: center;
}

section.competition-container .competition-poster .info img {
    width: 21.6875rem;
    height: 9.9375rem;
    margin: auto;
}

section.competition-container .competition-poster .info .des > * {
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
}

.competitionItems {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2.88rem 1fr 2.88rem 1fr 2.88rem 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.88rem;
    margin-top: 3rem;
}

.competitionItems .competitionItem {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.competitionItems .competitionItem .media {
    display: block;
    width: 100%;
    height: 20vh;
    border-radius: 0.875rem;
    overflow: hidden;
}

.competitionItems .competitionItem .info {
    color: var(--white);
    padding: 1.4rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 1.25rem;
    background: rgba(0, 0, 0, 0.20);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    z-index: 1;
    pointer-events: none;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all ease-in-out .35s;
    -o-transition: all ease-in-out .35s;
    transition: all ease-in-out .35s;
}

.competitionItems .competitionItem:hover .info {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

section.competition-container .cta {
    margin: 3.12rem auto;
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/*=====================================section.competition-container*/
/*=====================================.lightboxModal*/
#lightboxModal {
    background: rgba(var(--white-rgb), 0.20);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.opLightBoxModal .modal#lightboxModal {
    opacity: 1;
    pointer-events: auto;
}

#lightboxModal .inner {
    width: 100%;
    height: 100%;
    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;
}

.modal#lightboxModal .close {
    left: auto;
    right: 0;
    margin: calc(var(--spaceS) * .5);
    font-size: 1rem;
}

.modal#lightboxModal .close img {
    -webkit-filter: invert(1) brightness(1);
    filter: invert(1) brightness(1);
}

#lightboxModal img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

#lightboxModal .lightbox-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: calc(100% - var(--spaceS) * 1);
    height: 2rem;
}

#lightboxModal .lightbox-arrow > span {
}

#lightboxModal .close,
#lightboxModal .lightbox-arrow > span {
    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;
    cursor: pointer;
    width: var(--raadBtnHeight);
    height: 3.25rem;
    border-radius: 0.3125rem;
    border: 1px solid var(--lightPrimary);
}

/*=====================================.lightboxModal*/
/*=====================================uploadInput*/
.input.upload:after {
    content: '';
    position: absolute;
    left: 0;
    margin: 0 .87rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.2rem;
    height: 1.2rem;
    background-image: url(../img/icon-upload.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.upload {
    position: relative;
    cursor: pointer;
    /* display: inline-flex; */
    width: 100%;
    text-align: right;
    -webkit-column-gap: .5rem;
    -moz-column-gap: .5rem;
    column-gap: .5rem;
    font-size: 0.6875rem;
    font-style: normal;
    font-weight: 400;
    height: 2.6875rem;
    background: transparent;
    border-radius: 0.5rem;
    border: 1px solid var(--primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.upload input[type=file] {
    opacity: 0;
    display: none
}

.upload label * {
    vertical-align: middle;
    cursor: pointer
}

.upload label span {
    display: inline-block;
    margin-bottom: 2px;
}

.upload label span.filled {
    padding-right: 1.2rem;
}

.upload i.remove {
    display: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: .6rem;
}

.upload label span, span.mfcf7-zl-multifile-name {
    word-break: break-all
}

.upload label span i {
    font-style: normal;
    vertical-align: baseline;
    color: var(--primary)
}

.upload.input label {
    padding: 0;
    margin: 0;
}

/*=====================================uploadInput*/
.loadMore-btn.backdrop-filter.border-gradient {width: -webkit-fit-content;width: -moz-fit-content;width: fit-content;display: block;padding: 1rem 2.25rem;cursor: pointer;border-radius: 2rem;margin: 3rem auto 2rem;font-size: .875rem;}

.loadMore-btn.backdrop-filter.border-gradient::before {
    border-radius: 2rem;
}
/*================================responsive================================*/
@media only screen and (max-width: 768px) {
    :root {
        --spaceYPage: 2.5rem;
    }

    section > .title {
        text-align: center;
    }

    .timeLineItems .timeLineItem {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        padding-top: 3rem;
        row-gap: 1.56rem;
        margin-bottom: 4rem;
    }
    .timeLineItems .timeLineItem .info {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .timeLineItems .timeLineItem .info .description > * {
        width: 100%;
    }

    .timeLineItems .timeLineItem .info .title ,
    .timeLineItems .timeLineItem .title.mobile {
        text-align: center;
        top: -5rem;
        position: relative;
    }
    .timeLineItems .timeLineItem .info .title {
        display: none;
    }
    .timeLineItems .timeLineItem .title.mobile {
        display: block;
    }
    .timeLineItems .timeLineItem:nth-child(even) {
        grid-template-areas: unset;
    }

    .timeLineItems .timeLineItem:nth-child(even) > .media {
        grid-area: auto;
    }

    .supportItems {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        row-gap: 1.56rem;
    }

    .supportItems .supportItem {
        padding: var(--spaceX);
    }

    .reportItems {
        gap: 1.3rem;
    }
    .reportItem {
        width: calc(100% / 2 - 1.3rem * 1/2);
    }
    .teamItems {
        -ms-grid-columns: 1fr 1.31rem 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap: 1.31rem;
    }

    .goalItem .title {
        font-size: 1.75rem;
        font-style: normal;
        font-weight: 700;
    }

    .goalItem .des {
        width: 100%;
    }

    section.goal-container .goalSlider {
        padding-right: 0;
        padding-left: 0;
        width: 100%;
    }
    .goal_slider_wrapper{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: .75rem;
    }
    .teamItems .teamItem .media {
        height: 25vh;
    }

    .teamItems .teamItem .info,
    .helperItems .helperItem .info {
        margin-top: .95rem;
    }

    .teamItems .teamItem .info .aboutItemTitle,
    .helperItems .helperItem .info .aboutItemTitle, .competitionItems .competitionItem .info .title {
        font-size: .875rem;
        font-weight: 600;
    }

    .teamItems .teamItem .info .aboutItemSubTitle,
    .helperItems .helperItem .info .aboutItemSubTitle, .competitionItems .competitionItem .info .aboutItemSubTitle {
        margin: .3rem 0 0 0;
    }

    .magazineItems {
        -ms-grid-columns: 1fr 1rem 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }

    .magazineItem .media {
        /*height: 20vh;*/
        border-radius: 0.875rem;
    }

    .magazineItem {
        padding: .5rem;
        border-radius: 0.875rem;
    }

    .magazineItem.border-gradient:before {
        border-radius: 0.875rem;
    }

    .magazineItem .info > * {
        margin: 0;
    }

    .magazineItem .info {
        margin-top: .8rem;
    }

    .aboutHeroImagesGalleriesWrapper {
        text-align: center;
    }

    .aboutGalleryWrap {
        width: calc((100vw - var(--spaceX)) / 4);
        height: calc((100vw - var(--spaceX)) / 4);
    }

    section.competition-container .competition-poster, section.competition-container .competition-poster .media, section.competition-container .competition-poster .media * {
        min-height: auto;
    }

    section.competition-container .competition-poster .media:before {
        content: none;
    }

    section.competition-container .competition-poster .info {
        width: 100%;
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        -ms-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0);
        color: var(--black);
    }

    section.competition-container .competition-poster .info img {
        width: 12.6875rem;
        height: 5.9375rem;
    }

    .competitionItems {
        -ms-grid-columns: 1fr 0.88rem 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.88rem;
    }

    .competitionItems .competitionItem .media {
        height: 16vh;
    }

    .competitionItems .competitionItem .info {
        padding: .5rem;
        border-radius: .5rem;
    }

    section.competition-container .cta {
        width: 100%;
    }


    .helperItems .helperItem .info {
        padding: 1rem .75rem;
    }

    section.helper-container {
        padding: 0;
    }

    section.helper-container > .title {
        padding-right: var(--spaceX);
        padding-left: var(--spaceX);
    }

    section.helper-container .swiper.mySwiper {
        padding-right: var(--spaceX);
    }

    html[dir="ltr"] section.helper-container .swiper.mySwiper {
        padding-right: 0;
        padding-left: var(--spaceX);
    }

    .helperItems {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0;
    }

    .timeLineItems .timeLineItem .year {
        top: 0;
    }

    .magazineItem .extraDes {
        border-radius: 0.875rem;
    }
}

@media only screen and (min-width: 640px) and (max-width: 768px) {
    .aboutGalleryWrap {
        margin: 0 -2.25rem;
    }

    .aboutGalleryWrap {
        width: calc((100vw - var(--spaceX)) / 5);
        height: calc((100vw - var(--spaceX)) / 5);
    }

    .raadIntroItem .info {
        row-gap: 1.88rem;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1199px) {
    .magazineItems {
        -ms-grid-columns: minmax(0, 1fr) 1rem minmax(0, 1fr) 1rem minmax(0, 1fr);
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1rem;
    }

    .magazineItem {
        padding: 1.25rem 1rem;
    }

    .teamItems .teamItem .info .aboutItemTitle, .helperItems .helperItem .info .aboutItemTitle, .competitionItems .competitionItem .info .title {
        font-size: 1rem;
    }

    .magazineItem, .magazineItem.border-gradient:before, .magazineItem .media {
        border-radius: 1.5rem;
    }

    .magazineItem .media {
        /*height: 23vh;*/
    }

    .helperItems .helperItem {
        height: 25vh;
    }

    .competitionItems .competitionItem .media {
        height: 10vh;
    }

    .goalItem .title {
        font-size: 2rem;
    }

    .reportItems {
        -webkit-column-gap: 2.63rem;
        -moz-column-gap: 2.63rem;
        column-gap: 2.63rem;
    }
    .reportItem {
        width: calc(100% / 2 - 2.63rem * 1/2);
    }
    .teamItems .teamItem .media {
        height: 18vh;
    }

    .teamItems {
        gap: 2.56rem;
    }

    .helperItems {
        -ms-grid-columns: (1fr) [ 4 ];
        grid-template-columns: repeat(4, 1fr);
    }

    .helperItems .helperItem .info {
        padding: .875rem;
    }

    section.competition-container .competition-poster .info {
        width: 50%;
    }

    section.competition-container .competition-poster .info img {
        width: 16.6875rem;
        height: 6.9375rem;
    }

    section.competition-container .cta {
        width: 45%;
    }

    .reportItems .reportItem .media {
        height: 25vh;
    }

    .magazineItem .extraDes {
        border-radius: 1.5rem;
    }

    section.competition-container .competition-poster,
    section.competition-container .competition-poster .media,
    section.competition-container .competition-poster .media * {
        min-height: 70vh;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .goalItem .title {
        font-size: 2rem;
    }

    .teamItems .teamItem .info .aboutItemTitle, .helperItems .helperItem .info .aboutItemTitle, .competitionItems .competitionItem .info .title {
        font-size: 1.015rem;
    }

    .magazineItem, .magazineItem.border-gradient:before, .magazineItem .media, .magazineItem .extraDes {
        border-radius: 1.25rem;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .goalItem .title {
        font-size: 2.125rem;
    }

    .teamItems .teamItem .info .aboutItemTitle, .helperItems .helperItem .info .aboutItemTitle, .competitionItems .competitionItem .info .title {
        font-size: 1.15rem;
    }
}