.content-red {
    color: #F00;
}

.content-blue {
    color: #0072CE;
}

.clear {
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}

li {
    list-style: none;
}

.awards-container {
    max-width: 1440px;
    margin: 0 auto;
    font-family: 'OpenSans-Regular', sans-serif;
}

/***awards Header Start***/
.awards-header__container {
    width: auto;
    display: flex;
    flex-direction: row;
    padding: 35px 0 29px 63px;
}

.awards-header__image {
    padding: 13px 0 0 37px;
    float: right;
    width: calc(100% - 845px);
    text-align: center;
}


.awards-header__image img {
    height: 329px;
    width: auto;
    max-width: 100%;
}

.awards-heading {
    font-family: 'DIN-Bold', sans-serif;
    font-size: 83px;
    font-style: normal;
    font-weight: 700;
    line-height: 90px;
    color: #0072CE;
    margin: 0;
    width: 70%;
    max-width: 808px;
    float: left;
}

.awards-contents {
    margin: 21px 0 0 0;
    font-family: 'Open Sans', sans-serif;
    color: #343639;
    font-weight: 400;
    line-height: 1.2;
    width: 70%;
    max-width: 796px;
    float: left;
}

.awards-contents p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: normal;
}

.awards-contents p+p {
    color: #0072CE;
    margin-bottom: 0;
}

/* *************Desktop CSS  **************** */
/* @media screen and (max-width: 1441px) {
    #tsh .awards-header__image {
        text-align: center;
    }
} */

@media (max-width: 1300px) and (min-width: 1024px) {
    .awards-header__container {
        padding-left: 50px;
    }

    .awards-heading {
        font-size: 70px;
        max-width: calc(100% - 450px);
        line-height: 75px;
    }

    .awards-contents {
        max-width: calc(100% - 450px);
    }

    .awards-header__image {
        width: 400px;
        padding-right: 10px;
    }
}

/* *************Tablet CSS  **************** */
@media screen and (max-width: 1024px) {
    .awards-header__container {
        flex-direction: column;
        padding: 0;
        align-items: center;
        justify-content: center;
    }

    .awards-header__inner {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .awards-heading {
        font-size: 45px;
        line-height: 52px;
        margin-top: 25px;
        float: none;
        width: auto;
        max-width: 98%;
    }

    .awards-contents {
        padding: 0px 18px 28px 18px;
        margin: 0;
        float: none;
        width: auto;
        max-width: 100%;
    }

    .awards-header__image {
        padding: 0;
        text-align: center;
        float: none;
        width: auto;
        margin: 34px auto 33px auto;
    }

    .awards-header__image img {
        height: 301px;
    }
}

/* *************Mobile CSS **************** */
@media screen and (max-width: 567px) {
    .awards-video__contents {
        margin: 37px 24px 0 14px;
    }

    .awards-header__image {
        padding: 0 15px;
    }
}

/***awards Header End***/

/***awards Video Start***/
.awards-video__container {
    margin-top: 29px;
}

.video-banner {
    max-width: 100%;
    width: 100%;
    height: 565px;
}

.video-banner.showDesktop {
    background-size: cover !important;
}

.showMobile {
    display: none;
}

.awards-video__contents {
    margin: 15px 107px 0 107px;
    display: flex;
    width: auto;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.video-content__container {
    max-width: 972px;
    margin: 0 auto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: #343639;
}

.video-content__container p {
    margin-block-end: 20px;
    font-size: 20px;
    line-height: normal;
}

.video-content__container p:last-child {
    margin-block-end: 0;
}

.video-content__btns {
    display: flex;
    width: auto;
    flex-direction: column;
    align-items: center;
    margin-block: 40px;
    flex-shrink: 0;
}

.enroll-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1B6FC8;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font: 700 20px/16px 'DIN-Bold', sans-serif;
    text-decoration: none;
    min-width: 250px;
    min-height: 45px;
    padding: 0 15px;
    height: 58px;
    text-align: center;
    /* width: 274px; */
}

/***************Desktop CSS**************/
@media (max-width: 1300px) and (min-width: 1024px) {
    .awards-video__contents {
        margin: 14px 60px 0 60px;
    }
}

/* *************Tablet css**************** */
@media screen and (max-width: 1024px) {
    .awards-video__contents {
        margin: 37px 14px 0 14px;
    }

    .video-content__container {
        max-width: 100%;
    }

    .enroll-btn {
        font-size: 16px;
        width: 280px;
        height: 50px;
        padding: 0;
    }
}

@media(max-width:768px) {
    .showMobile {
        display: none;
    }

    .showDesktop {
        display: block;
        background-size: cover !important;
    }
}

/* *************Mobile css**************** */

@media screen and (max-width: 567px) {
    .video-content__container p {
        font-size: 13px;
    }

    .showMobile {
        display: block;
        height: 390px;
    }

    .showDesktop {
        display: none;
    }
}

/***awards Video End***/

/***awards Journery Start***/
.awards-journey__container {
    margin: 0 107px;
}

.journey-heading {
    text-align: center;
    color: #0072CE;
    font: 700 41px/normal 'DINPro-Bold', sans-serif;
    margin: 0 0 5px 0;
}

.journey-subheading {
    text-align: center;
    font: 400 13px/normal 'DIN-Regular', sans-serif;
    color: #343639;
    margin: 0 0 40px 0;
}

.journey-timeline {
    margin-bottom: 26px;
}

.time-progress__bg {
    width: 100%;
    height: 2px;
    background: #0072CE;
    margin: 0 auto;
    max-width: 1177px;
}

.time-progress__steps {
    display: flex;
    justify-content: space-between;
    column-gap: 70px;
}

.progress-step {
    max-width: 254px;
}

.progress-step:last-child {
    max-width: 250px;
}

.timeline-indicator {
    display: flex;
    transform: translateY(-10px);
    height: 54px;
    justify-content: space-around;
}

.timeline-indicator svg {
    width: 19px;
    height: 54px;
}

.progress-heading {
    font: 700 30px/normal 'DINPro-Bold', sans-serif;
    text-align: center;
    color: #0072CE;
    margin: 5px 0 7px 0;
}

.progress-descrpn {
    font: 400 15px/normal 'OpenSans-Regular', sans-serif;
    color: #343639;
}

/***************Desktop CSS**************/
@media (max-width: 1300px) and (min-width: 1024px) {
    .time-progress__steps {
        column-gap: 15px;
        width: 100%;
    }

    .progress-step {
        width: calc(100% / 4);
    }

    .progress-heading {
        font-size: 25px;
    }

}

/* *************Tablet css**************** */
@media screen and (max-width: 1024px) {
    .awards-journey__container {
        margin: 0 60px;
    }

    .journey-subheading {
        margin-bottom: 28px;
        padding: 0 15px;
    }

    .progress-step {
        width: 100%;
        max-width: unset;
        display: flex;
        justify-content: center;
    }

    /* *************journey Timeline Start************* */

    .journey-timeline {
        display: flex;
        height: 100%;
        width: auto;
        min-height: 100%;
        align-content: space-around;
        margin: 50px auto;
        max-width: fit-content;
        justify-content: center;
    }

    .time-progress__bg {
        width: 2px;
        height: auto;
        max-width: unset;
        margin: unset;
    }

    .time-progress__steps {
        flex-direction: column;
        row-gap: 30px;
        column-gap: unset;
    }

    .progress-step {
        display: flex;
        max-width: 100%;
        justify-content: space-between;
    }

    .timeline-indicator {
        height: auto;
        flex-direction: column;
        transform: translate(7px);
        justify-content: space-between;
        width: unset;
        margin-right: 0;
    }

    .timeline-indicator svg {
        transform: rotate(-90deg);
    }

    .progress-step:first-child .timeline-indicator {
        padding-top: 0;
        padding-left: unset;
    }

    .progress-step:last-child .timeline-indicator {
        justify-content: flex-start;
        padding-top: 0;
        padding-right: 8px;
    }


    .progress-content__block {
        display: flex;
        flex-direction: column;
        max-width: 254px;
        margin-left: 8px;
    }

    .progress-step:last-child {
        margin-bottom: 0;
        max-width: unset;
    }

    .progress-heading {
        margin: 0;
    }
}

/* *************Mobile css**************** */

@media screen and (max-width: 567px) {
    .awards-journey__container {
        margin: 0;
    }

    .journey-timeline {
        padding: 0 50px;
    }

    .progress-step {
        max-width: 98%;
    }
}

/***awards Journery End***/


/************Inspired CSS start***********/
.inspired-container {
    margin: 0 auto;
    padding: 33px 56px 76px 56px;
}

.inspired-heading {
    width: auto;
    font: 700 41px/normal 'DINPro-Bold', sans-serif;
    text-align: center;
    color: #0072CE;
    margin: 0 auto 14px auto;
    max-width: 680px;
}

.inspired-lists {
    min-height: 545px;
    display: flex;
    align-items: center;
    gap: 17px;
}

.inspired-item {
    width: 320px;
    background: #FFF;
    box-shadow: 10px 5px 11px 0px rgba(0, 0, 0, 0.24);
    border: 1px solid var(--BlueCerave-Primary, #0072CE);
    height: 544px;
}

.inspired-item__image {
    width: auto;
    height: 525px;
    margin: 9px;
}

.inspired-item__image a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.inspired-item__image img {
    max-width: 100%;
    height: 525px;
    width: 100%;
}

/************Desktop CSS*****************/
@media (max-width: 1300px) and (min-width: 1024px) {

    .inspired-container {
        padding: 33px 25px 76px 25px;
    }

    .inspired-lists {
        max-height: unset;
        justify-content: center;
    }

    .inspired-item {
        width: calc(25% - 30px);
        height: 490px;
        padding: 8px;
    }

    .inspired-item__image {
        width: 100%;
        height: auto;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .inspired-item__image img {
        max-width: 100%;
        height: calc(490px - 16px);
    }
}

/* *************Tablet css**************** */
@media screen and (max-width: 1024px) {
    .inspired-container {
        padding: 18px 56px 45px 56px;
    }

    .inspired-lists {
        flex-wrap: wrap;
        justify-content: center;
        max-width: 100%;
        margin: 0 auto;
    }

    .inspired-item {
        width: 320px;
        height: 544px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
    }

    .inspired-item__image,
    .inspired-item__image img {
        height: 526px;
        width: 302px;
    }
}

/* *************Mobile css**************** */

@media screen and (max-width: 567px) {
    .inspired-container {
        padding-left: 25px;
        padding-right: 25px;
    }

    .inspired-heading {
        max-width: unset;
    }

    .inspired-lists {
        max-width: 100%;
    }
}

/************Inspired CSS start***********/

/* CONTEST PAGE CSS * */
/***Contest Header styles starts***/
.contest__container {
    margin-top: 28px;
    position: relative;
}

.contest__header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 52px;
}

.contest__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contest__header__heading {
    color: #0072CE;
    text-align: center;
    font-family: "DIN-Bold";
    font-size: 100px;
    line-height: normal;
}

.contest__header__subHeading {
    color: #83878B;
    font-family: "DIN-Regular";
    font-size: 60px;
    line-height: normal;
    text-align: center;
}

.contest__cta,
#tsh .home__cta {
    display: flex;
    padding: 8px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #0072CE;
    margin-bottom: 36px;
}

#tsh .home__cta {
    width: 80%;
    margin: 10px auto 0 auto;
    padding: 0;
    display: block;
}

.contest__cta .btn,
#tsh .home__cta .btn {
    color: #FFF;
    text-align: center;
    font-family: "DIN-Bold";
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
}
#tsh .home__cta .btn {
    padding: 8px 32px;
}
.contest__header .category__container {
    margin: 0;
}

.contest__header .category__heading {
    margin-bottom: 27px;
}

/* @media screen and (min-width: 1441px) {
    #tsh .home__cta {
        width: calc(100% - 66px);
        max-width: 100%;
    }
} */

@media screen and (max-width: 1280px) {
    .contest__header {
        max-width: 1234px;
    }

    .contest__header__subHeading {
        font-size: 55px;
    }
}

@media screen and (max-width: 1024px) {
    .contest__container .contest__header {
        gap: 30px;
    }

    .contest__header__subHeading {
        font-size: 25px;
        text-align: center;
    }

    .contest__header__heading {
        font-size: 50px
    }

    .contest__cta,
    #tsh .home__cta {
        gap: 14px;
        padding: 11px 43px;
        margin: 0 10px 68px 10px;
    }

    .contest__cta .btn {
        font-size: 24px;
    }

    #tsh .home__cta .btn {
        font-size: 22px;
        padding: 11px 43px;
    }

    #tsh .home__cta {
        margin: 20px auto 0 auto;
        max-width: 360px;
        width: auto;
        padding: 0;

    }
}

/***Contest Header styles ends***/
/***WHO Participate  starts***/
.who__container {
    display: flex;
    max-width: 1440px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 27px;
    margin: 0 auto;
}

.who__intro__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 7px;
    align-self: stretch;
}

.who__intro__title {
    color: #0072CE;
    text-align: center;
    font-family: "DIN-Bold";
    font-size: 41px;
    line-height: normal;
}

.who__intro__desc {
    color: #343639;
    font-family: "OpenSans-Regular";
    font-size: 15px;
    line-height: normal;
    /* max-width: 916px; */
    max-width: 64%;
}

.who_particpate {
    display: flex;
    column-gap: 13px;
    width: 100%;
    justify-content: center;
}

/*.who__image__container{
	display: flex;
	align-items: flex-start;	
}*/
.who__image__container {
    width: 346px;
    height: 232px;
}

.who__image__container img {
    width: 100%;
    height: 100%;
}

.who__text__container {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 13px;
    max-width: 480px;
}

.who__text__fifty {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 26px;
    width: 50%;
    max-width: 583px;
}

.who__text__heading {
    color: #83878B;
    text-align: center;
    font-family: "DIN-Bold";
    font-size: 30px;
    line-height: normal;
    max-width: 300px;
}

.who__text__desc {
    color: #343639;
    text-align: center;
    font-family: "OpenSans-Light";
    font-size: 13px;
    line-height: 121%;
}

.who__container .category__name {
    max-width: calc(100% - 110px);
    word-wrap: break-word;
    padding-bottom: 10px;
}

.who__container .category__ribbon {
    width: 110px;
}

@media screen and (max-width: 1024px) {
    .who__container {
        max-width: 800px;
        margin-bottom: 28px;
    }

    .who_particpate {
        flex-direction: row;
        column-gap: 13px;
    }
}

@media screen and (max-width: 768px) {
    .who_particpate {
        flex-direction: column;
        gap: 30px;
    }

    .who__intro__desc {
        font-size: 13px;
        max-width: 346px;
    }

    .who__text__fifty {
        width: 100%;
        max-width: 100%;
        gap: 20px;
    }

    .who__text__container {
        max-width: 358px;
    }
}

/***WHO Participate  ends***/
/***Category starts***/
.category__container {
    margin: 0 0 62px;
}

.category__heading {
    text-align: center;
    font-family: "DIN-Bold";
    font-size: 41px;
    line-height: normal;
    color: #0072CE;
    margin-bottom: 37px;
}

.category__items {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 14px;
    padding: 10px;
    flex-direction: row;
    flex-wrap: wrap;
}

.category__items .category__item {
    border: 1px solid #0072CE;
    background: #FFF;
    box-shadow: 10px 5px 11px 0px rgba(0, 0, 0, 0.24);
    max-width: 380px;
    align-self: stretch;
    display: flex;
}

.category__label {
    color: #0072CE;
    font-family: "DIN-Bold";
    font-size: 15px;
    line-height: normal;
}

.category {
    color: #0072CE;
    font-family: "DIN-Bold";
    font-size: 30px;
    line-height: normal;
}

.category__name {
    max-width: 273px;
    padding: 20px 0 0 30px;
}

.category__ribbon {
    position: relative;
}

.category__ribbon .category__icon {
    position: absolute;
    right: 20px;
    top: 20px;
}

.category__icon svg+svg {
    margin-left: -13px;
}

.category__desc {
    color: #343639;
    font-family: "OpenSans-Regular";
    font-size: 13px;
    line-height: normal;
}

.category__desc p {
    font-family: 'OpenSans-Regular', sans-serif;
    font-size: 13px;
}

.category__desc .cat__label {
    font: 700 13px/normal 'OpenSans-Bold', sans-serif;
}

.category__desc p {
    font: 400 13px/normal 'OpenSans-Regular', sans-serif;
}

.category__desc p+p {
    margin-top: 15px
}

.cat_title {
    display: block;
}

.cat_subtitle {
    display: block;
    font: 400 15px/normal 'DIN-Regular', sans-serif;
    color: #343639;
    margin-block-end: 14px;
}

@media screen and (min-width: 1920px) {
    .category__items {
        max-width: 1440px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .category__items {
        padding: 0;
    }

    .category__container {
        margin-bottom: 72px;
    }
}

/***Category Ends***/
/***How starts***/
.how__container {
    margin: 20px auto;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 27px;
    max-width: 1920px;
}

.how__heading {
    text-align: center;
    font-family: "DIN-Bold";
    font-size: 41px;
    line-height: normal;
    color: #0072CE;
    margin: 0;
}

.how__shape {
    width: 238px;
    height: auto;
    margin-left: auto;
    position: absolute;
    right: 0;
    top: 45px;
    min-height: 238px;

}

.how__items {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 27px;
    padding-left: 125px;
    flex-wrap: wrap;
    min-height: 200px;
}

.how__item {
    max-width: 190px;
    display: flex;
    flex-direction: column;
}

.how__number {
    text-align: center;
    font-family: "DIN-Bold";
    font-size: 41px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #0072CE
}

.how__desc {
    color: #343639;
    font-family: "OpenSans-Regular";
    font-size: 13px;
    line-height: normal;
}

.how__terms {
    color: #343639;
    font-family: "DIN-Regular";
    font-size: 13px;
    line-height: normal;
    padding-left: 125px;
    width: auto;
}

@media screen and (max-width: 1280px) {
    .how__items {
        padding-left: 70px;
        gap: 17px;
    }

    .how__item {
        max-width: 180px;
    }

    .how__terms {
        padding-left: 70px;
    }

    .how__shape svg {
        max-width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .how__container {
        overflow: hidden;
        margin-bottom: 35px;
    }

    .how__shape {
        right: -120px;
    }

    .how__items {
        gap: 20px;
    }
}

@media screen and (max-width: 576px) {
    .how__heading {
        padding: 0 30px;
    }

    .how__desc {
        font-size: 14px;
    }

    .how__items {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0 30px;
    }

    .how__shape {
        right: -145px;
        top: 130px
    }

    .how__terms {
        padding: 0 30px;
        text-align: center;
    }

    .how__item {
        max-width: 204px;
    }
}

/***How Ends***/
/***Not Yet Starts***/
.notYet__container {
    padding: 0 0px 9px 0px;
}

.notYet__heading {
    text-align: center;
    font-family: "DIN-Bold";
    font-size: 41px;
    line-height: normal;
    color: #0072CE;
    margin-bottom: 27px;
}

.notYet__items {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 107px;
    flex-direction: row;
    flex-wrap: wrap;
    background: #0072CE;
    padding-top: 18px;
    padding-bottom: 18px;
}

.notYet__item {
    max-width: 275px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.notYet__label {
    color: #fff;
    font-family: "DIN-Bold";
    font-size: 80px;
    line-height: normal;
}

.notYet__desc {
    color: #fff;
    font-family: "DIN-Regular";
    font-size: 19px;
    line-height: normal;
}

@media screen and (max-width: 1024px) {
    .notYet__container {
        padding: 22px 0;

    }

    .notYet__items {
        gap: 1px;
        padding: 14px 0;
    }

    .notYet__item {
        max-width: 150px;
        gap: 6px;
        padding-bottom: 10px;
    }

    .notYet__item:last-child {
        padding-bottom: 0;
    }

    .notYet__label {
        font-size: 41px;
    }

    .notYet__desc {
        font-size: 13px;
        padding: 0 13px;
    }
}

@media screen and (max-width: 996px) {
    .notYet__item {
        max-width: 200px;
    }
}

@media screen and (max-width: 576px) {
    .notYet__item {
        max-width: 109px;
    }
}


/***Not Yet Ends***/
/***participate Header styles starts***/
.participate__container {
    margin: 0 auto;
    margin-top: 32px;
    position: relative;
    align-items: center;
    display: flex;
    max-width: 1920px;
}

.participate__middle {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 27px;
    margin: 0 auto;
}

.participate__heading {
    color: #0072CE;
    text-align: center;
    font-family: "DIN-Bold";
    font-size: 30px;
    line-height: normal;
}

.participate__date {
    color: #f00;
}

.participate__subHeading {
    color: #343639;
    font-family: "DIN-Bold";
    font-size: 13px;
    line-height: normal;
}

.participate__cta {
    display: flex;
    padding: 7px 27px;
    justify-content: center;
    align-items: center;
    gap: 9px;
    background: #0072CE;
}

.participate__cta .btn {
    color: #FFF;
    text-align: center;
    font-family: "DIN-Bold";
    font-size: 15px;
    line-height: normal;
    text-transform: uppercase;
}

.mobile-display {
    display: none;
}

.participate__container :nth-child(3) {
    margin-left: auto;
    /* large screen*/
}

@media screen and (max-width: 1024px) {
    .participate__container {
        gap: 14px;
        padding-top: 13px;
        margin: 0;
    }

    .participate___shapes svg {
        display: none;
    }

    .participate__subHeading {
        line-height: 30px;
    }

    .mobile-display {
        display: block;
    }

    .participate__cta {
        width: 220px;
        margin-bottom: 20px;
    }
}

/***participate  styles ends***/

/* GOOD LUCK PAGE */
.goodluck-container {
    display: flex;
    width: 100%;
    margin: 0 auto;
    max-width: 1440px;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    text-align: center;
    padding-bottom: 28px;
}

.goodluck-heading {
    color: #0072CE;
    text-align: center;
    font-family: 'DIN-Bold', sans-serif;
    font-size: 100px;
    line-height: normal;
}

.goodluck-logo {
    width: 305px;
    height: 235px;
}

.goodluck-logo img {
    max-width: 100%;
    height: auto;
    width: auto;
}

.goodluck-content p {
    color: #343639;
    text-align: center;
    font-family: 'DIN-Regular', sans-serif;
    font-size: 16px;
    line-height: normal;
    margin: 0;
    margin-block-end: 20px;
}

.goodluck-content p+p {
    margin-block-end: 0;
}

.goodluck-cta {
    display: block;
    width: 346px;
    height: 43px;
    background: #0072CE
}

.goodluck-cta a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: 'DIN-Bold', sans-serif;
    font-size: 20px;
    line-height: normal;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1024px) {
    .goodluck-heading {
        font-size: 75px;
    }
}

@media screen and (max-width: 567px) {
    .goodluck-heading {
        font-size: 60px;
    }

    .goodluck-cta {
        width: 320px;
    }
}

/* PARTICIPATE FORM  AND VOTING PAGE  */
/***Partiticipate form Header styles starts***/
.participate-form__header__container {
    position: relative;
}

.participate-form__header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    max-width: 1440px;
    margin: 0 auto;
}

.participate-form__header__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.participate-form__header__heading {
    color: #0072CE;
    font-family: "DIN-Bold";
    font-size: 83px;
    line-height: normal;
}

.participate-form__header__subHeading {
    color: #83878B;
    font-family: "DIN-Regular";
    font-size: 50px;
    line-height: normal;
}

.participate-form__header__desc {
    color: #343639;
    font-family: "DIN-Regular";
    font-size: 13px;
    line-height: normal;
    width: 596px;
    text-align: justify;
    text-align-last: center;
    margin-bottom: 40px;
}

.participate-form__header__desc p {
    font-family: "DIN-Regular";
    font-size: 13px;
    line-height: normal;
}

.participate-form__header__cta .date {
    color: #E03838;
    font-family: "DIN-Regular";
    font-size: 13px;
    line-height: normal;
}

.rulesBanner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    align-self: stretch;
    background: #0072CE;
}

.rulesBanner-text__content {
    color: #FFF;
    text-align: center;
    line-height: 121%;
    padding: 18px 0;
    font-family: "DIN-Regular";
    font-size: 13px;
}

.rulesBanner-text__content p {
    font-family: "DIN-Regular";
    font-size: 13px;
}

.rulesBanner-link {
    color: #FFF;
    text-align: center;
    font-family: "DIN-Bold";
    font-size: 13px;
    line-height: 121%;
    /* 16.173px */
    display: block;
    text-decoration: underline;
}

@media screen and (max-width: 1280px) {
    .participate-form__header__header {
        max-width: 1234px;
    }

    .participate-form__header__header__subHeading {
        font-size: 55px;
    }
}

@media screen and (max-width: 1024px) {
    .participate-form__header__header {
        gap: 20px;
    }

    .participate-form__header {
        gap: 20px;
    }

    .participate-form__header__desc {
        margin-bottom: 20px;
        padding: 0 33px;
    }

    .participate-form__header__subHeading {
        font-size: 26px;
        text-align: center;
        line-height: 123%;
    }

    .participate-form__header__heading {
        font-size: 43px;
        line-height: 124%;
    }

    .participate-form__header__cta {
        margin-bottom: 68px;
    }

    .participate-form__header__cta .btn {
        font-size: 24px;
    }

    .rulesBanner-text__content {
        padding: 18px 23px;
    }
}

@media (max-width: 567px) {
    .participate-form__header__head {
        width: 98%;
    }

    .participate-form__header__desc {
        width: 100%;
    }
}

/***Partiticipate form Header styles ends***/
.general__info {
    display: flex;
    padding-top: 27px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 27px;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

.general__info--title {
    color: #0072CE;
    text-align: center;
    font-family: "DIN-Bold";
    font-size: 41px;
    line-height: normal;
    text-transform: uppercase;
}

/***Tabs css***/
.tab-container {
    max-width: 1162px;
    width: 100%;
}

.toggle {
    max-width: 1162px;
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 27px;
}

.toggle .tabs {
    display: flex;
    max-width: 1162px;
    min-height: 94px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 100%;
}

.toggle .tabs .tab {
    cursor: pointer;
    border-bottom: 1px solid #1B6FC8;
    max-width: 583px;
    display: flex;
    min-height: 94px;
    justify-content: center;
    align-items: center;
    gap: 9px;
    flex-shrink: 0;
    flex: 1 0 0;
}

.toggle .tabs .tab.active {
    color: #0072CE;
    border-bottom: 4px solid #1B6FC8;
}

.toggle .panels .panel {
    display: none;
}

.toggle .panels .panel:first-child {
    display: flex;
}

.tab-name {
    min-width: 160px;
    width: auto;
    color: #83878B;
    text-align: center;
    font-family: "DIN-Bold";
    font-size: 30px;
    line-height: normal;
}

.toggle .tabs .tab.active .tab-name,
#tsh .toggle .tabs .tab:first-child .tab-name{
    color: #0072CE;
}

.panels .form-controls {
    display: flex;
    width: 1165px;
    align-items: flex-start;
    align-content: flex-start;
    gap: 24px 12px;
    flex-wrap: wrap;
    justify-content: center;
}

.panel .form-field {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
    flex-shrink: 0;
    flex-basis: 49%;
    position: relative;
}

.panel .form-field label {
    color: #343639;
    font-family: 'DIN-Regular';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    overflow: hidden;
}

.panel .form-field label::after {
    content: "*";
    color: #E03838;
    font-family: 'DIN-Regular';
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.panel .form-field input,
.panel .form-field select {
    width: 100%;
    border: 1px solid #0072CE;
    height: 36px;
    padding: 0 8px;
}

.panel .form-field select {
    color: #AAADAE;
    font-family: 'DIN-Regular';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 19px;
    background-color: #fff;
}

.category-select__dropdown {
    pointer-events: none;
    position: absolute;
    top: 32px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 12px;
}

/***Tabs styles ends***/
.categories {
    display: flex;
    max-width: 1440px;
    padding-top: 27px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 27px;
    margin: 0 auto;
}

.category__title {
    color: #0072CE;
    text-align: center;
    font-family: "DIN-Bold";
    font-size: 41px;
    line-height: normal;
}

.category__option {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 27px;
    display: flex;
}

.category__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    width: 100%;
}


.category__name-container {
    display: flex;
    width: auto;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    text-transform: uppercase;
}

.category__separator {
    width: 181px;
    height: 1px;
    background: #1B6FC8;
}

.category__box {
    display: flex;
    align-items: center;
    gap: 27px;
    align-self: stretch;
    justify-content: center;
}

.category__icon svg {
    fill: #1B6FC8;
}

.category__subtitle {
    color: #83878B;
    text-align: center;
    font-family: "DIN-Bold";
    font-size: 15px;
    line-height: normal;
}

.category__name-container .category__name {
    color: #0072CE;
    font-family: "DIN-Bold";
    font-size: 30px;
    line-height: normal;
    max-width: unset;
    padding: 0;
    text-align: center;
}

.category__input-container {
    display: flex;
    width: 1190px;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 24px 14px;
    flex-wrap: wrap;
}

.category__input-container .form-field {
    display: flex;
    width: 589px;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
    flex-shrink: 0;
    position: relative;
}

.category__input-container .form-field label::after {
    content: '';
}

.category__input-container .placeholder {
    color: #343639;
    position: absolute;
    top: 7px;
    left: 8px;
    font-family: 'DIN-Regular';
    font-size: 13px;
    display: none;
}

.category__input-container .placeholder .star {
    color: #343639;
}

.category__list.enabled .placeholder .star {
    color: #E03838;
}

.category__input-container .form-field input {
    border: none;
    border-bottom: 1px solid #0072CE;
}

.category__list.disabled .category__input-container .form-field input {
    border-bottom: 1px solid #C2C2C2;
}

.category__list.disabled .category__name {
    color: #C2C2C2;
}

.category__list.disabled .category__separator {
    background: #C2C2C2;
}

.category__list.disabled .category__icon svg {
    fill: #C2C2C2;
}

.category__list.disabled span.error-message {
    display: none !important;
}

.category__list.disabled img.grey,
.category__list.enabled img.blue {
    display: block;
}

.category__list.disabled img.blue,
.category__list.enabled img.grey {
    display: none;
}

.checkbox-group {
    display: inline-flex;
    align-items: flex-start;
    gap: 6px;
}

.check {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #343639;
    font-family: "DIN-Regular";
    font-size: 13px;
    line-height: normal;
    padding-left: 27px;
}

/* Hide the browser's default checkbox */
.check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #1B6FC8;
}

/* When the checkbox is checked, add a blue background */
.check input:checked~.checkmark {
    background-color: #2196F3;
    border: none;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.validation-link {
    color: #0072CE;
    font-family: "DIN-Regular";
    font-size: 13px;
    line-height: normal;
    text-decoration-line: underline;
}

.cta {
    display: flex;
    max-width: 228px;
    height: 46px;
    padding: 7px 27px;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin: 32px auto;
    gap: 8px;
    flex-shrink: 0;
    background: #0072CE;
}

.cta input {
    background: transparent;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
}

.error-message {
    display: none;
    color: #E03838;
    font-size: 14px;
    margin-top: 5px;
}

.panel .form-field input.form-control.invalid,
.panel .form-field select.invalid {
    border-color: #E03838;
}

@media screen and (max-width: 1024px) {
    .category__input-container {
        width: 700px;
    }

    .panels .form-controls,
    .categories {
        width: 100%;
    }

    .panels {
        width: 100%;
        padding: 0 22px;
    }

    .panel .form-field {
        flex-basis: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .panel .form-field {
        flex-basis: 100%;
        width: 100%;
    }

    .toggle .panels .panel:first-child {
        flex-direction: column;
    }

    .panels {
        width: 100%;
        padding: 0 17px;
    }

    .panels .form-controls,
    .category__input-container,
    .categories {
        width: 100%;
        max-width: unset;
    }

}

/***for mobile***/
.toggle .tab .tabin {
    display: none;
}


@media(max-width:768px) {
    .toggle .tabs .tab {
        display: flex;
        justify-content: space-between;
        padding: 10px 15px;
        background: #fff;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
        border-bottom: 1px solid #1B6FC8;
        align-items: center;
        column-gap: 18px;
        min-height: 80px;
        opacity: 0;
    }

    .toggle .tabs {
        position: relative;
    }

    .toggle .tabs .tab.active,
    #tsh .toggle .tabs .tab:first-child {    
        position: relative;
        z-index: 1;
        color: #0072CE;
        border-bottom: 4px solid #1B6FC8;
        opacity: 1;
    }
   

    .tab-name {
        margin: 0;
        text-align: center;
        font-family: "DIN-Bold";
        font-size: 30px;
        line-height: normal;
        width: calc(100% - 50px);
    }

    .toggle .tab .tabin {
        display: flex;
        width: 40px;
        justify-content: center;
        align-items: center;
    }

    .tabin svg {
        width: 22px;
        height: 22px;
    }

    .toggle .tab .tabin {
        display: block;
    }

    #votingpage .toggle .tab .tabin,
    #winnerpage .toggle .tab .tabin {
        display: flex;
        max-width: 50px;
        min-width: 50px;
        height: 50px;
        background-color: #0e3353;
        border-radius: 100%;
        justify-content: center;
        align-items: center;
    }

    #votingpage .toggle .tab .tabin svg,
    #winnerpage .toggle .tab .tabin svg {
        position: relative;
        left: 2px;
    }

    #votingpage .toggle .tab:nth-child(2) .tabin svg,
    #winnerpage .toggle .tab:nth-child(2) .tabin svg {
        position: relative;
        left: -2px;
    }

    .tab:nth-child(2) .tab-name {
        order: 2;
    }

    .tab:nth-child(2) .tabin svg {
        transform: rotate(180deg)
    }

    #FR .toggle .tabs .tab,
    #GR .toggle .tabs .tab,
    #UA .toggle .tabs .tab {
        justify-content: center;
    }
}

@media(max-width:567px) {
    .category__option {
        width: 100%;
    }
}

/***Voting form Header styles starts***/
.voting__header__container {
    position: relative;
}

.voting__header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
}

.voting__header__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.voting__header__heading {
    color: #0072CE;
    font-family: "DIN-Bold";
    font-size: 100px;
    line-height: normal;
}

.voting__header__desc {
    color: #000;
    font-family: "DIN-Regular";
    font-size: 18px;
    font-weight: 300;
    line-height: 121%;
    margin-bottom: 20px;
    max-width: 862px;
}




@media screen and (max-width: 1280px) {
    .voting__header__header {
        max-width: 1234px;
    }

    .voting__header__header__subHeading {
        font-size: 55px;
    }
}

@media screen and (max-width: 1024px) {
    .voting__header__desc {
        margin-bottom: 20px;
        padding: 0 18px;
    }

    .voting__header__heading {
        font-size: 90px;
        line-height: 100px;
    }
}

@media screen and (max-width: 567px) {
    .voting__header {
        max-width: 100%;
    }

    .voting__header__head {
        width: 100%;
        padding-top: 20px;
    }

    .voting__header__heading {
        width: 100%;
        padding: 0 15px;
        word-wrap: break-word;
    }
}

/***voting form Header styles ends***/
.voting__section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 27px;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}


.voting-category__option {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.voting-category__list {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 14px;
    width: 100%;
    margin: 0 0 16px;
}

.voting-category__list.has-slider {
    margin-bottom: 60px;
}

.voting-category__list:first-child {
    margin-top: 15px;
}

.voting-category__list:last-child {
    margin-bottom: 0;
}

.voting-category__name-container {
    display: flex;
    margin-bottom: 25px;
    width: 23%;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    flex-shrink: 0;
    text-transform: uppercase;
}

.voting-category__box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    flex-shrink: 0;
}

.voting-category__icon svg {
    fill: #1B6FC8;
}

.voting__section .toggle {
    align-items: flex-start;
}

.voting-category__subtitle {
    color: #0072CE;
    font-family: "DIN-Regular";
    font-size: 15px;
    line-height: normal;
    text-transform: uppercase;
}

.voting__section .panels .form-controls {
    gap: 0;
    width: 100%;
}

.voting-category__name {
    color: #0072CE;
    font-family: "DIN-Bold";
    font-size: 30px;
    line-height: normal;
    text-transform: uppercase;
}

.voting-category__input-container {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 870px;
}

.voting-category__input-container .form-field {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
    flex-shrink: 0;
    position: relative;
}

.voting-category__input-container .form-field label::after {
    content: '';
}

.voting-category__input-container .placeholder {
    color: #343639;
    position: absolute;
    top: 7px;
    left: 8px;
    font-family: 'DIN-Regular';
    font-size: 13px;
    display: none;
}

.voting-category__input-container .form-field .voting input {
    border: none;
    display: none;
}

.voting label {
    color: #fff;
    position: relative;
    height: 100%;
    font-size: 26px;
    text-align: center;
    display: flex;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.voting {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    width: 100%;
}

.voting__section .toggle {
    display: inline-block;
}


.voting__author {
    margin-top: 12px;
}

.voting__author a {
    color: #0072CE;
    font-family: "DIN-Regular";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.voting input+label svg {
    display: none;
}

.voting input:checked+label svg {
    position: absolute;
    display: block;
    right: 0;
}

.voting input:checked+label .vote-tick {
    position: absolute;
    right: 32px;
    top: 35px;
    width: 52px;
    height: 52px;
}

.voting_item {
    width: 100%;
    min-width: 282px;
    height: 433px;
    padding: 8px 8px 0 8px;
    border: 1px solid #0072CE;
}

.voting_item .radio {
    width: 100%;
    height: 377px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}

.voting_item .radio img {
    width: 100%;
    height: 100%;
}

.panel.active .voting_item .radio img.vote-medimg,
.panel .voting_item .radio img.vote-ceraimg,
.panel.active .voting_item .voting__author .medauthor,
.panel .voting_item .voting__author .cerauthor {
    display: block;
}

.panel .voting_item .radio img.vote-medimg,
.panel.active .voting_item .radio img.vote-ceraimg,
.panel .voting_item .voting__author .medauthor,
.panel.active .voting_item .voting__author .cerauthor {
    display: none;
}

.voting__section .validation__section {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 27px;
    flex-shrink: 0;
    padding: 20px 0 20px;
}

.voting__section .validation__section .cta {
    background: #0072CE;
    display: flex;
    width: 254px;
    padding: 7px 27px;
    margin: 0;
    justify-content: center;
    align-items: center;
    gap: 9px;
    color: #fff;
}

.voting__section .validation__section .cta input {
    font-family: 'DIN-Bold';
    font-size: 20px;
}

.voting .swiper {
    padding-bottom: 30px;
}

#votingForm .error-message {
    text-align: center;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: unset
}

.swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 40px;
    padding: 9px;
    background: #fff;
    border-radius: 50%;
}

.swiper-button-prev {
    transform: rotate(180deg);
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -4px;
    text-align: right;
    top: unset;
    left: unset;
}

.current-page {
    color: #0072CE;
}

.swiper-pagination-bullet {
    background: #AAADAE;
}

.swiper-pagination-bullet-active {
    background: #0E3353;
}


@media screen and (max-width: 1200px) {
    .swiper-pagination-custom {
        padding-right: 0;
        text-align: center;
        width: calc(100% - 30px);
    }

    .swiper-button-next {
        right: calc(100% - 90vw);

    }
}

@media screen and (max-width: 1120px) {
    .swiper-button-next {
        right: calc(100% - 75vw);

    }
}

@media screen and (max-width: 1024px) {

    .voting-category__list {
        flex-direction: column;
        align-items: flex-start;
    }

    .voting-category__list {
        gap: 7px;
    }

    .voting-category__name-container {
        margin-bottom: 5px;
    }

    .voting-category__list.has-slider {
        margin-bottom: 40px;
    }

    .voting__section .panels .form-controls {
        justify-content: center;
    }

    .voting-category__option {
        padding-left: 30px;
    }

    /* .swiper-button-next {
        right: calc(100% - 83vw);
    } */
}

@media screen and (max-width: 992px) {
    .swiper-button-next {
        right: calc(100% - 90vw);
    }

    .swiper {
        padding-bottom: 30px
    }
}

@media screen and (max-width: 768px) {

    .voting-category__input-container,
    .voting-category__name-container {
        width: 100%;
    }

    .voting__section .panels {
        padding: 0;
    }

    .swiper {
        padding-bottom: 30px
    }
}

/* WINNERS PAGE CSS */
.winner-container {
    max-width: 1440px;
    margin: 66px auto 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.winners-subheading {
    color: #83878B;
    font: 400 60px/normal 'DIN-Regular', sans-serif;
}

.winners-heading {
    color: #0072CE;
    font: 700 100px/normal 'DIN-Bold', sans-serif;
    text-align: center;
    width: 75%;
    max-width: 1085px;
}

.winner-tabs {
    margin: 66px auto;
    max-width: 1440px;
    width: 100%;
}

.winner-tabs .tab-container {
    width: 100%;
    padding: 0;
    max-width: unset;
}

/***Tabs css***/
.winner-tabs .toggle {
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 29px;
    max-width: unset;
}

.winner-tabs .toggle .tabs {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-shrink: 0;
    width: calc(100% - 20%);
}

.winner-tabs .toggle .tabs .tab {
    cursor: pointer;
    color: #83878B;
    text-align: center;
    border-bottom: 1px solid #1B6FC8;
    max-width: 583px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    flex-shrink: 0;
    flex: 1 0 0;
}

.winner-tabs .toggle .tabs .tab-name {
    font: 700 30px/normal 'DIN-Bold', sans-serif;
}

.winner-tabs .toggle .tabs .tab.active {
    color: #0072CE;
    border-bottom: 4px solid #1B6FC8;
}

.winner-tabs .toggle .tab .tabin {
    display: none;
}

.winner-tabs .panels {
    width: 100%;
    max-width: 1220px;
}

.winner-tabs .toggle .panels .panel {
    display: none;
}

.winner-tabs .toggle .panels .panel.active {
    display: flex;
}

.winner-tabs .category-items {
    display: flex;
    flex-wrap: wrap;
    row-gap: 16px;
    column-gap: 14px;
    justify-content: center;
}

#GR .winner-tabs .category-items {
    justify-content: center;
}

.winner-tabs .category-item {
    width: 385px;
    border: 1px solid #0072CE;
    height: 583px;
    position: relative;
}

.winner-tabs .category-ribbon {
    position: absolute;
    top: -1.02px;
    right: -1px;
    height: 583px;
}

.winner-tabs .category-name {
    margin: 47px 0 0 22px;
    color: #0072CE;
    width: calc(100% - 195px);
    height: 130px;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}

.winner-tabs .category-label {
    font: 700 15px/normal 'DIN-Bold', sans-serif;
}

.winner-tabs .category {
    font: 700 30px/normal 'DIN-Bold', sans-serif;
}

.winner-tabs .category-inner {
    margin-left: 22px;
}

.winner-tabs .category-image__desktop {
    width: 362px;
    height: 324px;
    margin: 12px 0 10px 0;
    background-size: cover;
}

.winner-tabs .category-image__mobile {
    display: none;
}

.winner-tabs .category-winner__name {
    font: 400 15px/normal 'DIN-Regular', sans-serif;
    padding-bottom: 11px;
    color: #0072CE;
}

.winner-tabs .category-link {
    font: 400 15px/normal 'DIN-Regular', sans-serif;
    text-decoration: none;
    color: #343639;
}

.winner-tabs .category-icon {
    position: absolute;
    top: 22px;
    right: 17px;
    z-index: 1;
}

.winner-tabs .category-ribbon svg.ribbon-mobile {
    display: none;
}

.winner-tabs .category-icon svg+svg {
    margin-left: -15px;
    position: relative;
    top: 4px
}

.winner-tabs .category-subtle {
    font: 400 15px/normal 'DIN-Regular', sans-serif;
    color: #343639
}

/******* Desktop CSS************/
@media (max-width: 1370px) {
    .winner-container {
        margin-top: 40px;
        max-width: 100%;
    }

    .winners-subheading {
        font-size: 36px;
    }

    .winners-heading {
        font-size: 60px;
        max-width: 100%;
        width: 90%;
    }

    .winner-tabs {
        margin-block: 40px;
        max-width: 100%;
    }

    .winner-tabs .toggle .tabs .tab {
        min-height: 94px;
    }
}

/********Tablet css*************/
@media (max-width: 768px) {
    .winners-subheading {
        width: 75%;
        margin: 0 auto;
        text-align: center;
    }

    .winners-heading {
        width: 100%;
        text-align: center;
        overflow-wrap: break-word;
        word-break: break-word;
        white-space: normal;
        padding: 0 10px;
    }

    .winner-tabs .toggle .tabs .tab {
        display: flex;
        justify-content: space-between;
        padding: 0 10px;
        background: #fff;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
        border-bottom: 1px solid #1B6FC8;
        align-items: center;
        column-gap: 18px;
        max-width: 100%;
        opacity: 0;
        /* height: 76px; */
    }

    .winner-tabs .toggle .tabs {
        position: relative;
        width: 100%;
    }

    .winner-tabs .toggle .tabs .tab.active {
        position: relative;
        z-index: 1;
        color: #0072CE;
        border-bottom: 4px solid #1B6FC8;
        opacity: 1;
    }

    .winner-tabs .tab-name {
        margin: 0;
        text-align: center;
        font-family: "DIN-Bold";
        font-size: 30px;
        line-height: normal;
        width: calc(100% - 50px);
    }

    .winner-tabs .tabin {
        display: flex;
        width: 40px;
    }

    .winner-tabs .tabin svg {
        width: 22px;
        height: 22px;
    }

    .winner-tabs .toggle .tab .tabin {
        display: flex;
        width: 40px;
        height: 40px;
        justify-content: center;
        align-items: center;
    }

    .winner-tabs .tab:nth-child(2) .tab-name {
        order: 2;
    }

    .winner-tabs .tab:nth-child(2) .tabin svg {
        transform: rotate(180deg)
    }

    .winner-tabs .category-item {
        width: 323px;
        height: 490px;
    }

    .winner-tabs .category-image__desktop {
        display: none;
    }

    .winner-tabs .category-image__mobile {
        width: 304px;
        height: 272px;
        display: block;
        margin: 12px 0 10px 0;
    }

    .winner-tabs .category-name {
        margin: 37px 0 0 18px;
        width: calc(100% - 160px);
        height: 100px;
        overflow-wrap: break-word;
        word-break: break-word;
        white-space: normal;
    }

    .winner-tabs .category-inner {
        margin-left: 18px;
    }

    .winner-tabs .category-label {
        font-size: 12px;
    }

    .winner-tabs .category {
        font-size: 25px;
    }

    .winner-tabs .category-ribbon {
        width: 143px;
        height: 490px;
    }

    .winner-tabs .category-ribbon svg {
        width: 100%;
        max-width: 100%;
        height: 100%;
    }

    .winner-tabs .category-ribbon svg.ribbon-desktop {
        display: none;
    }

    .winner-tabs .category-ribbon svg.ribbon-mobile {
        display: block;
    }

    .category-winner__name,
    .category-link {
        font-size: 12px;
    }

}

/********Mobile CSS*************/
@media (max-width: 567px) {
    .winner-tabs .toggle .tabs .tab {
        min-height: 94px;
    }
}

html[lang="fr-FR"] .who__text__heading {
    height: 120px;
}

#FR .tabin,
#GR .tabin,
#UA .tabin,
#UK .tabs,
#GR-win .tabs,
#GR .vote-medimg,
#GR .medauthor,
#tsh .toggle .tabs .tab:first-child .tabin {
    display: none;
}

#GR .vote-ceraimg,
#GR .cerauthor {
    display: block;
}

#tsh .toggle .tabs .tab {
    display: none;
}

#tsh .toggle .tabs .tab:first-child {
    display: flex;
    justify-content: center;
    pointer-events: none;
}

.dropdown {
    width: 100%;
}

.dropdown.invalid .dropdown-toggle {
    border-color: #E03838
}

.dropdown-select {
    position: relative;
}

.dropdown-toggle {
    display: block;
    width: 100%;
    padding: 10px;
    cursor: pointer;
    border: 1px solid #0072CE;
    min-height: 36px;
    color: #343639;
    font-family: 'DIN-Regular';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.dropdown.invalid .dropdown-toggle {
    border-color: #E03838
}

.dropdown-menu {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    font-size: 13px;
}

@media (max-width: 567px) {
    .dropdown-menu {
        top: 59px
    }
}

.dropdown-menu li {
    padding: 4px 10px;
    cursor: pointer;
    color: #343639;
    font-family: 'DIN-Regular';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.dropdown-menu li:hover {
    background-color: #f1f1f1;
}

.dropdown-menu.show {
    display: block;
}