/********DEFAULT FOR MOBILE*/

.cnt {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cnt:first-of-type {
    margin-bottom: 16px;
}

.subcnt {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex: 1 0 48%;
}

.div11 {
    grid-area: 1 / 1 / 3 / 2;
    aspect-ratio: 4/3;
    /* border-radius: 17px; */
}

.div12 {
    grid-area: 1 / 2 / 2 / 3;
    aspect-ratio: 16/9;
    /* border-radius: 17px */
    ;
}

.div13 {
    grid-area: 2 / 2 / 3 / 3;
    aspect-ratio: 16/9;
    /* border-radius: 17px; */
}

.subcnt img {
    cursor: pointer;
    transform: translateY(0px);
    /* transform: scale(1); */
    transition: 0.5s ease-in-out transform;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.subcnt img:hover {
    transform: translateY(-40px);
    /* transform: scale(1.1); */
    z-index: 10;
    transition: 0.5s ease-in-out transform;
    box-shadow: 0 4px 10px 10px rgb(10 38 87 / 10%);
}

.galleryDis {
    position: fixed;
    display: none;
    z-index: 1000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
}

#closeGall {
    position: absolute;
    top: 10px;
    left: 93%;
    cursor: pointer;
    width: 32px;
    height: 32px;
}

#leftAr {
    position: absolute;
    top: 50%;
    left: 9%;
    cursor: pointer;
    width: 32px;
    height: 32px;
}

#rightAr {
    position: absolute;
    top: 50%;
    right: 9%;
    cursor: pointer;
    width: 32px;
    height: 32px;
}

.insertImg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
}

#insertImg {
    width: 64%;
    height: fit-content;
}

* {
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

html,
body {
    font-family: "Montserrat";
    background-color: #fff;
    height: 100%;
}

:root {
    --firstColor: #091C5D !important;
    --secondColor: #e2800d !important;
    --s1px: 0.0732064421669107vw;
    --mb1px: 0.2777777777777778vw;
    --select-border: #777;
    --select-focus: #091C5D !important;
    --select-arrow: var(--select-border);
    --conv: 0.9486111111111111;
    --hconv: 0.6468292682926829;
}

.ul {
    padding: 0;
    margin: 0;
    list-style: none;
}


/*******header MB*/

.slide_mb_menu {
    position: fixed;
    background-color: #fff;
    width: 88%;
    height: 100%;
    z-index: 11;
    left: 12%;
    padding: calc(var(--mb1px) * 16);
    transform: translateX(101%);
    transition: transform 1s ease-in;
}

.slide_mb_menu__active {
    transform: translateX(0%);
    transition: transform 1s ease-in;
    overflow: scroll;
}

.close__slider {
    display: block;
    font-weight: 700;
    font-size: calc(var(--mb1px) * 24);
    text-align: right;
    color: #777;
}

.slider__cnt {
    margin-top: calc(var(--mb1px) * 8);
    display: grid;
    grid-template-rows: repeat(7, max-content);
    grid-template-columns: 1fr;
    grid-row-gap: calc(var(--mb1px) * 16);
}

.slider__link {
    text-decoration: none;
    color: #000;
    list-style: none;
    font-size: calc(var(--mb1px) * 18);
    font-weight: 700;
}

.slider__li {
    padding: 0 calc(var(--mb1px) * 32);
}

.li__dropdown {
    display: grid;
    grid-template-rows: auto 1fr;
}

.li__dropdown__tlt {
    grid-area: 1/1/2/3;
    display: grid;
    grid-template-columns: auto calc(var(--mb1px) * 10);
}

.slider__arrow {
    color: #000;
    list-style: none;
    font-size: calc(var(--mb1px) * 18);
    font-weight: 700;
    transform: rotate(0deg);
    transition: transform 500ms ease-in;
    width: fit-content;
}

.slider__arrow__active {
    transform: rotate(90deg);
    transition: transform 500ms ease-in;
}

.slider__dropdown {
    transform: translateY(calc(var(--mb1px) * -150));
    height: 0;
    opacity: 0;
    animation: b 600ms ease-in;
    pointer-events: none;
    padding: 0 !important;
}

.slider__dropdown__active {
    margin-top: calc(var(--mb1px) * 16);
    grid-area: 2 / 1 / 3 / 3;
    pointer-events: all;
    animation: a 600ms ease-in;
}

@keyframes a {
    0% {
        transform: translateY(calc(var(--mb1px) * -150));
        height: 0;
        opacity: 0;
    }
    50% {
        transform: translateY(calc(var(--mb1px) * -75));
        height: fit-content;
        opacity: 0.5;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes b {
    0% {
        transform: translateY(0px);
        height: fit-content;
        opacity: 1;
    }
    50% {
        transform: translateY(calc(var(--mb1px) * -75));
        opacity: 0.5;
    }
    100% {
        transform: translateY(calc(var(--mb1px) * -150));
        height: 0;
        opacity: 0;
    }
}

.slider__li__tlt {
    font-size: calc(var(--mb1px) * 16);
    font-weight: 600;
    margin: calc(var(--mb1px) * 9.6) 0;
}

.slider__li__a {
    font-size: calc(var(--mb1px) * 14);
    text-decoration: none;
}

#langMb {
    color: var(--secondColor);
}

.main-nav__li {
    display: none;
}

.main-nav__li__mb {
    display: block;
}

.main_humb::before {
    position: absolute;
    content: '';
    width: calc(var(--s1px) * 70);
    height: calc(var(--s1px) * 10);
    background-color: #fff;
    top: calc(var(--s1px) * -18);
}

.main_humb {
    position: relative;
    width: calc(var(--s1px) * 70);
    height: calc(var(--s1px) * 10);
    background-color: #fff;
    cursor: pointer;
}

.main_humb::after {
    position: absolute;
    content: '';
    width: calc(var(--s1px) * 70);
    height: calc(var(--s1px) * 10);
    background-color: #fff;
    top: calc(var(--s1px) * 18);
}

.main-nav__ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0 auto 0 auto;
    list-style: none;
    justify-content: space-between;
    width: 94%;
}

.main-nav__li__a {
    text-decoration: none;
    color: #fff;
    font-size: calc(var(--s1px) * 18);
    font-weight: 400;
    padding: 0 0 calc(var(--s1px) * 5);
}

.main-nav__li__a:hover,
.main-nav__li__a:active {
    border-bottom: 5px solid var(--secondColor);
}

.li__logo {
    width: calc(var(--s1px) * 368);
}

.btn {
    background-color: var(--secondColor);
    border: 1px solid var(--secondColor);
    padding: calc(var(--s1px) * 24);
    border-radius: calc(var(--s1px) * 8);
    color: white;
    cursor: pointer;
    font-weight: bold;
    font-size: calc(var(--s1px) * 44);
    text-decoration: none;
}

.btn:hover,
.btn:active {
    border-bottom: 1px solid var(--secondColor);
    background-color: #fff;
    color: var(--secondColor);
}


/*********1ST*****/

.section {
    padding: calc(var(--s1px) * 100) calc(var(--s1px) * 50);
    background-color: #023d8a;
}

.first-section,
#panel {
    background-color: transparent;
    background-image: url(../../Assets/images/Proto/Edition5/ASC\ 1re\ section\ STARS\ 1.png);
    background-size: cover;
    background-blend-mode: saturation;
    background-repeat: no-repeat;
    background-position: 0;
}

.first-section-press {
    height: 70vh;
    padding: calc(var(--s1px) * 00) calc(var(--s1px) * 50);
}

.content {
    position: relative;
    margin: calc(var(--s1px) * 150) 0;
    padding: 0 calc(var(--s1px) * 80);
}

.first-section__first-content {
    text-align: center;
}

.content-press {
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: calc(var(--mb1px) * calc(var(--conv) * 160)) calc(var(--s1px) * 0);
}

.content_press_buttons {
    padding: calc(var(--mb1px) * calc(var(--conv) * 9)) 0;
}

.first-section__first-content__tlt {
    font-size: calc(var(--s1px) * 96);
    width: fit-content;
    color: #fff;
    font-weight: 700;
    margin: auto;
    padding: calc(var(--s1px) * 32) 0;
}

.first-section__first-content__tlt2 {
    font-size: calc(var(--s1px) * 90);
    width: fit-content;
    color: #fff;
    font-weight: 400;
    margin: auto;
    padding: calc(var(--s1px) * 32) 0;
}

.tlt__neg {
    display: block;
    width: fit-content;
    color: black;
    background-color: #fff;
    padding: 2px;
}

.first-section__first-content__subtlt {
    color: var(--secondColor);
    font-size: calc(var(--s1px) * 52);
    margin: calc(var(--s1px) * 44) 0;
}

.first-section__first-content__txt {
    color: #fff;
    margin: calc(var(--s1px) * 58) auto;
    font-size: calc(var(--s1px) * 44);
    width: 90%;
}

.first-section__first-content__buttons {
    padding-top: calc(var(--s1px) * 28);
    width: 50%;
    margin: calc(var(--s1px) * 32) 0;
}

.btn__second {
    background-color: rgba(245, 245, 245, 0.25);
    border: 1px solid #fff;
    margin-left: calc(var(--s1px) * 64);
}

.btn__second:hover,
.btn__second:active {
    background-color: rgba(245, 245, 245, 0.25);
    border: 1px solid #fff;
    color: #fff;
}

.first-section__first-content__img {
    display: none;
}

.section-press {
    margin: 0 auto;
}

.section-press_1 {
    margin: calc(var(--s1px) * 12) 0 calc(var(--s1px) * 44);
}

.scrooller {
    position: fixed;
    right: calc(var(--s1px) * 38);
    bottom: 41%;
    height: calc(var(--s1px) * 648);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    z-index: 3;
}

.to-scroll {
    width: calc(var(--s1px) * 66);
    height: calc(var(--s1px) * 66);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.75);
    cursor: pointer;
}

.scroll__active {
    width: calc(var(--s1px) * 100);
    height: calc(var(--s1px) * 100);
    /* background-color: #fff; */
}


/*********2ND*****/

.second-section {
    background-color: #fff;
    padding: calc(var(--s1px) * 50);
}

.second-section__first-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: calc(var(--s1px) * 33);
    grid-row-gap: calc(var(--s1px) * 16);
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: calc(var(--s1px) * 20) 0;
}

.content__tlt-one {
    grid-area: 1 / 1 / 2 / 2;
}

.content__tlt-two {
    grid-area: 1 / 3 / 2 / 4;
}

.img__leanc {
    grid-area: 2 / 1 / 3 / 2;
}

.img__soolv {
    grid-area: 2 / 3 / 3 / 4;
}

.second-section__first-content>* {
    justify-self: center;
}

.second-section__first-content__tlt {
    font-size: calc(var(--s1px) * 58);
    font-weight: bold;
    color: #3a3838;
    line-clamp: 2;
}

.second-section__first-content__img {
    width: calc(var(--s1px) * 600);
    /* max-width: 45%; */
}

.img__leanc {
    width: calc(var(--s1px) * 600);
    /* max-width: 60%; */
}


/*****3RD********/

.third-section,
#award {
    background-color: #fff;
}

.main-tlt {
    font-size: calc(var(--s1px) * 76);
    font-weight: 700;
    text-align: center;
}

.pos-relt {
    position: relative;
}

.pos-relt::after {
    content: "";
    position: absolute;
    height: calc(var(--s1px) * 16);
    bottom: calc(var(--s1px) * -13);
}

.third-section__main-tlt {
    color: white;
}

.third-section__main-tlt>.pos-relt::after {
    width: 50%;
    left: calc(var(--s1px) * 0);
    background-color: white;
}

.third-section__content {
    position: relative;
    margin-top: 0;
}

.third-section__content::before {
    position: absolute;
    left: calc(var(--s1px) * -50);
    top: calc(var(--s1px) * -115);
    z-index: 1;
    content: "";
    width: calc(var(--s1px) * 339);
    height: calc(var(--s1px) * 229);
    background-color: var(--secondColor);
}

.third-section__content::after {
    position: absolute;
    right: calc(var(--s1px) * -50);
    bottom: calc(var(--s1px) * -349);
    z-index: 1;
    content: "";
    width: calc(var(--s1px) * 339);
    height: calc(var(--s1px) * 229);
    background-color: var(--secondColor);
}

.subcontent {
    display: grid;
    grid-row-gap: calc(var(--s1px) * 16);
    grid-column-gap: calc(var(--s1px) * 33);
    margin: calc(var(--s1px) * 33) 0;
    align-items: center;
}

.third-section__subcontent {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr calc(var(--s1px) * 174) auto;
    margin: 0 0 calc(var(--s1px) * 250);
}

.award__img {
    grid-area: 1 / 1 / 2 / 2;
    width: 100%;
    justify-self: center;
    align-self: center;
    max-width: 100%;
    z-index: 2;
}

.award__tlt {
    font-size: calc(var(--s1px) * 55);
    font-weight: 700;
    color: white;
    align-self: flex-end;
    grid-area: 2 / 1 / 3 / 2;
}

.award__txt {
    font-size: calc(var(--s1px) * 44);
    color: #000;
    grid-area: 3 / 1 / 4 / 2;
    align-self: flex-start;
}

.snd__tlt {
    color: #000;
}

.color_change {
    color: var(--secondColor);
}

.award__neg>.award__img {
    grid-area: 1 / 1 / 2 / 2;
}

.award__neg>.award__tlt {
    grid-area: 2 / 1 / 3 / 2;
}

.award__neg>.award__txt {
    grid-area: 3 / 1 / 4 / 2;
}


/****************************/

.btnpress {
    padding: calc(var(--mb1px) * calc(var(--conv) * 9)) calc(var(--mb1px) * calc(var(--conv) * 9));
    color: #fff;
    border: 1px solid var(--secondColor);
    font-size: calc(var(--mb1px) * calc(var(--conv) * 12));
    background-color: var(--secondColor);
    border-radius: calc(var(--mb1px) * calc(var(--conv) * 60));
    text-decoration: none;
    text-align: center;
}


/* .btnpress:active,
.btnpress:focus,
.btnpress:hover {
    color: #fff;
    background-color: var(--firstColor);
    border: 1px solid var(--firstColor);
} */


/******VIBER BANNER*******/

#viber {
    position: relative;
    background: url(../../Assets/images/Proto/Edition5/viberbann.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: fit-content;
}

.filter {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #593EBC;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

.banner {
    height: 100%;
    flex-direction: column;
    align-items: center;
    position: relative;
    display: flex;
    padding: calc(var(--mb1px) * calc(var(--conv) * 48)) calc(var(--mb1px) * calc(var(--conv) * 48));
    justify-content: center;
}


/* .banner>div:nth-child(1) {
    display: flex;
    padding: calc(var(--mb1px) * calc(var(--hconv) * 114)) 0 0;
} */

.banner>div {
    flex-basis: fit-content;
    align-items: center;
}

.viberasc {
    width: calc(var(--mb1px) * calc(var(--conv) * 168));
}

.tlt_1 {
    /* position: absolute;
    top: calc(var(--mb1px) * calc(var(--hconv) * 25)); */
    font-size: calc(var(--mb1px) * calc(var(--conv) * 20));
    text-align: center;
    /* left: 0; */
    /* margin: 0 calc(var(--mb1px) * calc(var(--conv) * 48)); */
    color: #fff;
    padding: 0 0 calc(var(--mb1px) * calc(var(--hconv) * 18));
}

.semibold {
    font-weight: 600;
}

.tlt_2 {
    font-size: calc(var(--mb1px) * calc(var(--conv) * 20));
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: calc(var(--mb1px) * calc(var(--hconv) * 18)) 0;
}

.tlt_3 {
    padding: calc(var(--mb1px) * calc(var(--hconv) * 19)) 0;
    text-align: center
}

.joinow {
    padding: calc(var(--mb1px) * calc(var(--hconv) * 21)) calc(var(--mb1px) * calc(var(--conv) * 108));
    font-size: calc(var(--mb1px) * calc(var(--conv) * 14));
    border-radius: calc(var(--mb1px) * calc(var(--conv) * 60));
    color: #fff;
    background-color: #66B821;
    border: none;
    text-decoration: none;
}


/******4th*****/

.forth-section,
#whatwedo {
    background-color: #fff;
}

.forth-section__main-tlt {
    color: black;
}

.forth-section__main-tlt>.pos-relt::after {
    width: 50%;
    left: calc(var(--s1px) * 0);
    background-color: var(--firstColor);
}

.forth-section__content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.forth-section__subcontent {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto auto;
}

.forth-section__content .forth-section__subcontent>.card {
    padding: calc(var(--s1px) * 200);
}

.wwd__img {
    grid-area: 1 / 1 / 2 / 2;
    width: 100%;
    max-width: 75%;
    justify-self: center;
}

.wwd__img__second {
    max-width: 73.5%;
}

.wwd__tlt {
    grid-area: 2 / 1 / 3 / 2;
    font-size: calc(var(--s1px) * 52);
    font-weight: 600;
    color: var(--firstColor);
    align-self: center;
    width: 100%;
    text-align: center;
}

.wwd__tlt__neg {
    color: var(--secondColor);
}

.wwd__txt {
    align-self: center;
    grid-area: 3 / 1 / 4 / 2;
    width: 100%;
    font-size: calc(var(--s1px) * 76);
    text-align: center;
}


/**********5TH**********/

.fifth-section,
#editions {
    padding-left: 0 !important;
    padding-right: 0 !important;
    background-color: transparent;
    background-image: url(../../Assets/images/Proto/Edition5/ASC\ 1re\ section\ STARS\ 1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0;
}

#clubs {
    background: transparent;
}

.fifth-section__main-tlt>.pos-relt::after {
    width: 50%;
    left: calc(var(--s1px) * 0);
    background-color: var(--firstColor);
}

.fifth-section__content {
    position: relative;
    display: flex;
    flex: 1;
    justify-content: space-between;
    background: #fff;
}

.fifth-section__subcontent {
    position: relative;
    grid-template-columns: calc(var(--s1px) * 534.84);
    /* grid-template-rows: auto 1fr auto auto; */
    grid-row-gap: calc(var(--s1px) * 44);
    align-self: center;
}

.tmp-div-img {
    gap: calc(var(--s1px) * 24);
    margin-left: calc(var(--s1px) * 5);
}

.card {
    box-shadow: 0px calc(var(--s1px) * 4) calc(var(--s1px) * 8) calc(var(--s1px) * 12) rgba(36, 56, 141, 0.1);
    border-radius: calc(var(--s1px) * 20);
    padding: calc(var(--s1px) * 52);
}

.edt__tlt {
    grid-area: 1 / 1 / 2 / 2;
    font-size: calc(var(--s1px) * 52);
    font-weight: 700;
    color: var(--firstColor);
    text-align: center;
}

.edt__img {
    grid-area: 2 / 1 / 3 / 2;
    width: 100%;
}

.edt__txt {
    grid-area: 3 / 1 / 4 / 2;
    align-self: flex-start;
    font-size: calc(var(--s1px) * 44);
}

.edt__txt>span {
    font-weight: 600;
}

.edt__btn {
    grid-area: 4 / 1 / 5 / 2;
    width: fit-content;
    text-align: center;
    text-decoration: none;
    justify-self: center;
}

.edt__btn__neg {
    background-color: var(--firstColor);
    border-color: var(--firstColor);
}

.edt__btn__neg:hover,
.edt__btn__neg:active {
    border: 1px solid var(--firstColor);
    color: var(--firstColor);
}

.edt__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -150%);
    width: calc(var(--s1px) * 160);
    cursor: pointer;
}

.edt__arrow {
    position: absolute;
    top: 50%;
    width: calc(var(--s1px) * 105);
    height: calc(var(--s1px) * 160);
    background-color: transparent;
    border: none;
    padding: calc(var(--s1px) * 8);
    cursor: pointer;
}

.arrow__left {
    left: 0%;
    transform: translate(-20%, -50%);
}

.arrow__right {
    right: 2%;
    transform: translate(20%, -50%);
}

.edt__arrow>img {
    max-width: 100%;
    vertical-align: unset;
}

.edt__play__right svg,
.edt__img__left svg {
    width: 100%;
}


/******6TH*********/

#parrain>div {
    justify-content: space-between;
}

.sixth-section,
#ascinfigures {
    background-color: #fff;
}

.sixth-section__main-tlt>.pos-relt::after {
    width: 50%;
    left: calc(var(--s1px) * 0);
    background-color: var(--firstColor);
}

.sixth-section__content {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, calc(var(--s1px) * 356.56));
    grid-column-gap: calc(var(--s1px) * 22.285);
}

.sixth-section__subcontent {
    position: relative;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-row-gap: calc(var(--s1px) * 132);
}

.parina_spacing {
    grid-template-columns: calc(var(--s1px) * 356.56);
    padding: 0;
}

.parina_spacing>.subcontent:nth-child(2) {
    display: none;
}

.fig__txt {
    width: calc(var(--s1px) * 356.56);
    justify-self: center;
    text-align: center;
    padding: calc(var(--s1px) * 184) 0;
    font-size: calc(var(--s1px) * 52);
    font-weight: 700;
    color: var(--firstColor);
}

.fig__txt>img {
    width: 100%;
}

.min_logo>img {
    width: 100%;
}

.fig__txt>img.not_sameSize {
    width: calc(var(--s1px) * 420);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.fig__txt__neg {
    color: #fff;
    background-color: var(--firstColor);
}

.fig__tlt {
    justify-self: center;
    font-size: calc(var(--s1px) * 56);
    text-align: center;
}


/******6THBIS*********/

#ascinfigures .sixth-section__main-tlt>.pos-relt::after {
    width: 50%;
    left: calc(var(--s1px) * 0);
    background-color: var(--firstColor);
}

#ascinfigures .sixth-section__content {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 2rem;
}

#ascinfigures .sixth-section__subcontent {
    position: relative;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-row-gap: calc(var(--s1px) * 22);
}

#ascinfigures .fig__txt {
    width: calc(var(--s1px) * 222.85);
    justify-self: center;
    text-align: center;
    padding: calc(var(--s1px) * 60) 0 calc(var(--s1px) * 184);
    font-size: calc(var(--s1px) * 52);
    font-weight: 700;
    color: var(--firstColor);
}

#ascinfigures .fig__txt>img {
    width: 100%;
}

#ascinfigures .fig__txt__neg {
    color: #fff;
    background-color: var(--firstColor);
}

#ascinfigures .fig__tlt {
    justify-self: center;
    font-size: calc(var(--s1px) * 56);
    text-align: center;
}


/*****7TH****/

.seventh-section,
#theytrustedus {
    background-color: #fff;
}

.seventh-section__main-tlt>.pos-relt::after {
    width: 50%;
    left: calc(var(--s1px) * 0);
    background-color: var(--firstColor);
}

.seventh-section__content {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
}

.trus__list {
    grid-template-columns: repeat(3, 90px);
    grid-template-rows: 1fr;
}

.trus__list1 {
    grid-template-columns: repeat(3, 90px);
    grid-template-rows: 1fr;
}

.trus__list2 {
    grid-template-columns: repeat(3, 90px);
    grid-template-rows: 1fr;
}

.seventh-section__subcontent>img {
    max-width: 100%;
}


/*****8TH****/

.newsletter,
#news {
    background-color: #fff;
    background-color: transparent;
    background-image: url(../../Assets/images/Proto/Home/newslatter.png);
    background-size: cover;
    background-blend-mode: saturation;
    background-repeat: no-repeat;
    background-position: 0;
}

#sib-container {
    background-color: transparent;
    padding: calc(var(--s1px) * 44);
}

.newsletter__bigtlt {
    font-family: "Montserrat" !important;
    text-align: center !important;
    font-size: calc(var(--s1px) * 96);
    color: #fff;
}

.newsletter__tlt {
    font-family: "Montserrat" !important;
    text-align: center !important;
    font-size: calc(var(--s1px) * 96);
    color: #fff;
    font-weight: 700;
}

.newsletter__txt {
    font-family: "Montserrat" !important;
    text-align: center !important;
    font-size: calc(var(--s1px) * 52);
    color: #fff;
}

form#sib-form {
    width: calc(var(--s1px) * 1000);
    margin: auto;
}

input#PRENOM {
    border: 1px solid white;
    border-radius: calc(var(--s1px) * 8);
    height: calc(var(--s1px) * 160);
    width: 100%;
    padding: calc(var(--s1px) * 8);
    background-color: rgba(245, 245, 245, 0.25);
    margin: calc(var(--s1px) * 12) 0;
    font-family: "Montserrat" !important;
    font-size: calc(var(--s1px) * 44);
}

input#NOM {
    border: 1px solid white;
    border-radius: calc(var(--s1px) * 8);
    height: calc(var(--s1px) * 160);
    width: 100%;
    padding: calc(var(--s1px) * 8);
    background-color: rgba(245, 245, 245, 0.25);
    margin: calc(var(--s1px) * 12) 0;
    font-family: "Montserrat" !important;
    font-size: calc(var(--s1px) * 44);
}

input#EMAIL {
    border: 1px solid white;
    border-radius: calc(var(--s1px) * 8);
    height: calc(var(--s1px) * 160);
    width: 100%;
    padding: calc(var(--s1px) * 8);
    background-color: rgba(245, 245, 245, 0.25);
    margin: calc(var(--s1px) * 12) 0 calc(var(--s1px) * 24);
    font-family: "Montserrat" !important;
    font-size: calc(var(--s1px) * 44);
}

.sib-form-block {
    padding: 0;
}

.btn__newslatter {
    width: 100%;
}


/************NINTH********************/

.nine-section,
#asc {
    background-color: #fff;
    position: relative;
}

.nine-section::after {
    position: absolute;
    right: calc(var(--s1px) * 0);
    bottom: calc(var(--s1px) * -349);
    z-index: 0;
    content: "";
    width: calc(var(--s1px) * 339);
    height: calc(var(--s1px) * 229);
    background-color: var(--secondColor);
    display: none;
}

.nine-section__main-tlt>.pos-relt::after {
    width: 50%;
    left: calc(var(--s1px) * 0);
    background-color: var(--firstColor);
}

.nine-section__content {
    position: relative;
    display: flex;
    flex: 1;
    justify-content: space-between;
    z-index: 1;
}

.nine-section__subcontent {
    grid-template-columns: calc(var(--s1px) * 990);
    grid-template-rows: 1fr calc( var(--s1px) * 262);
    grid-row-gap: calc(var(--s1px) * 8);
}

.nine-section__subcontent .card {
    z-index: 1;
    position: relative;
    background-color: #fff;
}

.nine-section__subcontent .card:first-child {
    display: grid;
    grid-template-rows: calc(var(--s1px) * 217) calc(var(--s1px) * 285);
}

.bg_chall {
    background-color: unset;
    margin: 0 calc(var(--s1px) * 22);
    z-index: 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.challs__card {
    color: #fff;
    padding: calc(var(--s1px) * 88);
    text-align: center;
    font-weight: 600;
    font-size: calc(var(--s1px) * 51) !important;
}

.bg_chall_1 {
    background-image: url(../../Assets/images/Proto/Edition5/Rectangle\ 437.png);
}

.bg_chall_2 {
    background-image: url(../../Assets/images/Proto/Edition5/Rectangle\ 438.png);
}

.bg_chall_3 {
    background-image: url(../../Assets/images/Proto/Edition5/Rectangle\ 439.png);
}

.bg_chall_4 {
    background-image: url(../../Assets/images/Proto/Edition5/Rectangle\ 440.png);
}

.bg_chall_5 {
    background-image: url(../../Assets/images/Proto/Edition5/Rectangle\ 444.png);
}

.tmp-div-img {
    gap: calc(var(--s1px) * 24);
    margin-left: calc(var(--s1px) * 5);
}

.edt__tlt {
    grid-area: 1 / 1 / 2 / 2;
    font-size: calc(var(--s1px) * 52);
    font-weight: 700;
    color: var(--firstColor);
    text-align: center;
}

.edt__img {
    grid-area: 2 / 1 / 3 / 2;
    width: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.edt__img_bel {
    max-width: 80%;
}

.edt__txt {
    grid-area: 3 / 1 / 4 / 2;
    align-self: flex-start;
    font-size: calc(var(--s1px) * 44);
}

.edt__txt>span {
    font-weight: 600;
}


/*****10th********/

.ten-section,
#why {
    background-color: transparent;
    background-image: url(../../Assets/images/Proto/Edition5/ASC\ 1re\ section\ STARS\ 4.png);
}

.main-tlt {
    font-size: calc(var(--s1px) * 76);
    font-weight: 700;
    text-align: center;
}

.pos-relt {
    position: relative;
}

.pos-relt::after {
    content: "";
    position: absolute;
    height: calc(var(--s1px) * 16);
    bottom: calc(var(--s1px) * -23);
}

.ten-section__main-tlt {
    color: white;
}

.ten-section__main-tlt>.pos-relt::after {
    width: 50%;
    left: calc(var(--s1px) * 0);
    background-color: white;
}

.ten-section__content {
    position: relative;
}

.ten-section__content::before {
    position: absolute;
    left: calc(var(--s1px) * -50);
    top: calc(var(--s1px) * -115);
    z-index: 1;
    content: "";
    width: calc(var(--s1px) * 339);
    height: calc(var(--s1px) * 229);
    background-color: var(--secondColor);
}

.ten-section__content::after {
    position: absolute;
    right: calc(var(--s1px) * -50);
    bottom: calc(var(--s1px) * -349);
    z-index: 1;
    content: "";
    width: calc(var(--s1px) * 339);
    height: calc(var(--s1px) * 229);
    background-color: var(--secondColor);
}

.ten-section__subcontent {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
    margin: calc(var(--s1px) * 250) 0;
}

#why .award__img {
    grid-area: 1 / 1 / 2 / 2;
    width: 100%;
    justify-self: center;
    align-self: center;
    max-width: 100%;
    z-index: 2;
    display: none;
}

#why .award__tlt {
    font-size: calc(var(--s1px) * 52);
    font-weight: 400;
    color: white;
    align-self: flex-end;
    grid-area: 2 / 1 / 3 / 2;
}

#why .award__txt {
    font-size: calc(var(--s1px) * 44);
    color: white;
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
}

#why .award__txt>img {
    width: 100%;
    z-index: 21;
    position: relative;
}

#why .snd__tlt {
    color: var(--secondColor);
}

#why .award__neg>.award__img {
    grid-area: 1 / 1 / 2 / 2;
}

#why .award__neg>.award__tlt {
    grid-area: 2 / 1 / 3 / 2;
}

#why .award__neg>.award__txt {
    grid-area: 3 / 1 / 4 / 2;
}


/******11TH*********/

.elevth-section,
#overvw {
    background-color: #fff;
}

.elevth-section__main-tlt>.pos-relt::after {
    width: 50%;
    left: calc(var(--s1px) * 0);
    background-color: var(--firstColor);
}

.elevth-section__content {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.elevth-section__subcontent {
    position: relative;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-row-gap: calc(var(--s1px) * 22);
}

#overvw .fig__txt {
    width: calc(var(--s1px) * 222.85);
    justify-self: center;
    text-align: center;
    padding: calc(var(--s1px) * 60) 0;
    font-size: calc(var(--s1px) * 52);
    font-weight: 700;
    color: var(--firstColor);
}

#overvw .fig__tlt {
    justify-self: center;
    color: #3A3838;
    font-size: calc(var(--s1px) * 51);
    text-align: center;
    font-weight: 700;
}

#overvw .fig__tlt__neg {
    color: var(--secondColor);
}


/***********12th*/

.twlwv-section__main-tlt>.pos-relt::after {
    width: 50%;
    left: calc(var(--s1px) * 0);
    background-color: var(--firstColor);
}

.twlwv-section {
    background-color: #fff;
}

.twlwv-section__maincontent {
    display: flex;
    flex-direction: column;
    overflow: auto;
    gap: calc(var(--s1px) * 228);
}

.twlwv-section__precontent {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: 1fr;
    width: 1249px;
}

.twlwv-section__content {
    padding: 0;
    width: 1249px;
    height: calc(var(--s1px) * 66);
    background: #E6E6E6;
    position: relative;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: 1fr;
}

.twlwv-section__postcontent {
    display: grid;
    width: 1249px;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: 1fr;
}

.twlwv-section__content::before {
    background-color: var(--firstColor);
    width: calc(var(--s1px) * 160);
    height: calc(var(--s1px) * 160);
    border-radius: 50%;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0%;
}

.twlwv-section__subcontent {
    position: relative;
    color: #000;
    flex: 1;
    top: calc(var(--s1px) * 11.42);
    left: 50%;
    transform: translateX(-50%);
}

.pre_div1 {
    grid-area: 1 / 2 / 2 / 3;
}

.pre_div2 {
    grid-area: 1 / 3 / 2 / 4;
}

.pre_div3 {
    grid-area: 1 / 4 / 2 / 7;
}

.pre_div4 {
    grid-area: 1 / 7 / 2 / 8;
}

.div1 {
    grid-area: 1 / 1 / 2 / 2;
}

.div2 {
    grid-area: 1 / 2 / 2 / 3;
}

.div3 {
    grid-area: 1 / 3 / 2 / 4;
}

.div4 {
    grid-area: 1 / 4 / 2 / 7;
}

.div5 {
    grid-area: 1 / 7 / 2 / 8;
}

.post_div1 {
    grid-area: 1 / 1 / 2 / 3;
}

.post_div2 {
    grid-area: 1 / 3 / 2 / 4;
}

.post_div3 {
    grid-area: 1 / 4 / 2 / 7;
}

.post_div4 {
    position: relative;
    grid-area: 1 / 7 / 2 / 8;
}

.pre_txt {
    color: #fff;
    background-color: var(--firstColor);
    font-size: calc(var(--s1px) * 46);
    font-weight: 600;
    border-radius: 50%;
    padding: calc(var(--s1px) * 154) 0;
    text-align: center;
    width: calc(var(--s1px) * 417);
}

.pre_neg {
    background-color: var(--secondColor);
}

.pre_img {
    border-radius: calc(var(--s1px) * 57);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.pre_pos1 {
    position: relative;
    left: calc(var(--s1px) * -160);
}

.pre_pos2 {
    position: relative;
    left: calc(50% + calc(var(--s1px) * 80));
    transform: translateX(-50%);
}

.pre_pos3 {
    position: relative;
    right: calc(var(--s1px) * -160)
}

.post_pos1 {
    position: relative;
    left: calc(50% + calc(var(--s1px) * 80));
    transform: translateX(-50%);
}

.post_pos2 {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.post_div4>img {
    position: absolute;
    width: calc(var(--s1px) * 900);
    left: calc(50% - calc(var(--s1px) * 160));
}

.center_tml_tlt {
    position: absolute;
    top: 0;
    left: calc(50% + calc(var(--s1px) * 80));
    transform: translate(-50%, calc(var(--s1px) * -188));
    font-weight: 600;
    font-size: calc(var(--s1px) * 51);
}

.twlwv-section__subcontent::after {
    background-color: var(--firstColor);
    width: calc(var(--s1px) * 160);
    height: calc(var(--s1px) * 160);
    border-radius: 50%;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 96%;
}

.round__neg::after {
    background-color: var(--secondColor);
}


/****************13th*************/

.thirth-section {
    background: white;
}

.thirth-section__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: calc(var(--mb1px) * 16);
    justify-content: center;
}

.thirth-section__main-tlt>.pos-relt::after {
    width: 50%;
    left: calc(var(--s1px) * 0);
    background-color: var(--firstColor);
}

.thirth-section__subcontent {
    display: grid;
    grid-template-rows: auto calc(var(--s1px) * 29) calc(var(--mb1px) * 130);
    padding: 0;
}

#thems img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
}

#thems .fig__tlt {
    width: 100%;
    height: 100%;
}

.foodtek {
    background-color: #E8C26A;
}

.fintek {
    background-color: #108AB1;
}

.healthtek {
    background-color: #9F148A;
}

.tek4good {
    background-color: #091C5D;
}

#thems .fig__txt {
    width: 100%;
    padding: calc(var(--s1px) * 29) calc(var(--s1px) * 0);
    font-size: calc(var(--mb1px) * 10);
    color: #000;
    font-weight: 400;
    align-self: flex-start;
}



@media only screen and (min-width: 480px) {
    .cnt {
        display: flex;
        flex-direction: row;
    }
    #closeGall {
        left: 96%;
        width: 64px;
        height: 64px;
    }
    #leftAr {
        width: 64px;
        height: 64px;
    }
    #rightAr {
        width: 64px;
        height: 64px;
    }
    /**********Header/Nav****/
    .main-nav__li {
        display: block;
        /*  margin: 0 calc(var(--s1px) * 26); */
    }
    .main_humb {
        display: none;
    }
    .li__logo {
        width: calc(var(--s1px) * 184);
    }
    .li__cta {
        display: inline-block;
    }
    .btn {
        font-size: calc(var(--s1px) * 16);
        padding: calc(var(--s1px) * 16);
    }
    .dropdown {
        background-color: #fff;
        padding: calc(var(--s1px) * 8);
        position: absolute;
        top: calc(var(--s1px) * 34);
        z-index: 1;
    }
    .first-dropdown {
        display: none;
        left: calc(var(--s1px) * 0);
        padding: calc(var(--s1px) * 32) calc(var(--s1px) * 40);
        width: calc(var(--s1px) * 450);
        justify-content: space-between;
    }
    .drop__chall,
    .drop__start {
        position: relative;
    }
    .drop__chall:hover .first-dropdown,
    .drop__chall:active .first-dropdown {
        display: flex;
    }
    .second-dropdown {
        display: none;
        left: calc(var(--s1px) * 0);
        padding: calc(var(--s1px) * 32);
        width: calc(var(--s1px) * 268);
    }
    .drop__start:hover .second-dropdown,
    .drop__start:active .second-dropdown {
        display: flex;
    }
    .spa {
        width: calc(var(--s1px) * 2);
        height: calc(var(--s1px) * 260);
        background-color: #e4e4e4;
    }
    .ul__tlt {
        font-weight: 600;
        font-size: calc(var(--s1px) * 16);
        display: block;
        padding: 0 0 calc(var(--s1px) * 16);
    }
    .second-nav__li__a {
        text-decoration: none;
        font-size: calc(var(--s1px) * 14);
        padding: calc(var(--s1px) * 8) 0;
        display: block;
    }
    .second-nav__li__a:hover,
    .second-nav__li__a:active {
        color: var(--secondColor);
    }
    .third-nav__li__a {
        text-decoration: none;
        font-size: calc(var(--s1px) * 14);
        padding: calc(var(--s1px) * 8) 0;
        display: block;
    }
    .third-nav__li__a:hover,
    .third-nav__li__a:active {
        color: var(--secondColor);
    }
    .forth-nav__li__a {
        text-decoration: none;
        font-size: calc(var(--s1px) * 14);
        padding: calc(var(--s1px) * 8) 0;
        display: block;
    }
    .forth-nav__li__a:hover,
    .forth-nav__li__a:active {
        color: var(--secondColor);
    }
    #lang {
        font-size: calc(var(--s1px) * 15);
        width: calc(var(--s1px) * 52);
    }
    select {
        appearance: none;
        background-color: transparent;
        border: none;
        padding: 0 calc(var(--s1px) * 16) 0 0;
        margin: 0;
        width: 100%;
        font-family: inherit;
        font-size: inherit;
        cursor: inherit;
        line-height: inherit;
    }
    .select {
        display: grid;
        grid-template-areas: "select";
        width: 100%;
        border: 1px solid #fff;
        border-radius: calc(var(--s1px) * 8);
        padding: calc(var(--s1px) * 4) calc(var(--s1px) * 8);
        font-size: calc(var(--s1px) * 20);
        cursor: pointer;
        line-height: 1.1;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-repeat: no-repeat;
        background-position: right;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE4IDlMMTIgMTVMNiA5IiBzdHJva2U9IiNmZmYiLz4KPC9zdmc+Cg==");
        color: #fff;
        align-items: center;
    }
    select option {
        color: black;
    }
    /*********1ST*****/
    .section {
        padding: calc(var(--s1px) * 43) calc(var(--s1px) * 50) calc(var(--s1px) * 17);
    }
    .first-section {
        padding: calc(var(--s1px) * 43) calc(var(--s1px) * 50) calc(var(--s1px) * 43);
    }
    .content {
        margin: calc(var(--s1px) * 60) 0;
    }
    .first-section__first-content {
        text-align: start;
    }
    .first-section__first-content__tlt {
        font-size: calc(var(--s1px) * 48);
        margin: 0;
        padding: 0;
    }
    .first-section__first-content__tlt2 {
        font-size: calc(var(--s1px) * 44);
        margin: 0;
        padding: 0;
    }
    .first-section__first-content__subtlt {
        font-size: calc(var(--s1px) * 20);
    }
    .first-section__first-content__txt {
        width: 50%;
        font-size: calc(var(--s1px) * 16);
        margin: calc(var(--s1px) * 26) 0;
    }
    .first-section__first-content__img {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: calc(var(--s1px) * 375);
    }
    .press_img {
        top: calc(var(--s1px) * -22);
    }
    .scrooller {
        right: calc(var(--s1px) * 20);
        bottom: calc(var(--s1px) * 196);
        height: calc(var(--s1px) * 250);
    }
    .to-scroll {
        width: calc(var(--s1px) * 18);
        height: calc(var(--s1px) * 18);
    }
    .scroll__active {
        width: calc(var(--s1px) * 35);
        height: calc(var(--s1px) * 35);
        /* background-color: #fff; */
    }
    .content-press {
        padding: 0;
        margin: 0 0 calc(var(--s1px) * 60);
    }
    .btnpress {
        font-size: calc(var(--s1px) * calc(var(--conv) * 16));
    }
    /*********2ND*****/
    .second-section {
        padding: calc(var(--s1px) * 43) calc(var(--s1px) * 50) calc(var(--s1px) * 43);
    }
    .second-section__first-content {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        margin: calc(var(--s1px) * 20) 0;
    }
    .second-section__first-content__img {
        width: calc(var(--s1px) * 250.56);
        /* max-width: 45%; */
    }
    .content__tlt-one {
        grid-area: unset;
    }
    .content__tlt-two {
        grid-area: unset;
    }
    .img__leanc {
        grid-area: unset;
    }
    .img__soolv {
        grid-area: unset;
    }
    .second-section__first-content__tlt {
        font-size: calc(var(--s1px) * 24);
    }
    /*****3RD********/
    #award {
        margin: calc(var(--s1px) * 0) 0 0;
    }
    .main-tlt {
        font-size: calc(var(--s1px) * 28);
    }
    .third-section__main-tlt {
        color: white;
    }
    .pos-relt::after {
        height: calc(var(--s1px) * 7);
        bottom: calc(var(--s1px) * -6);
    }
    .third-section__content {
        margin: 0 0 calc(var(--s1px) * 116);
        padding: 0;
    }
    .third-section__content::after {
        bottom: calc(var(--s1px) * -133);
    }
    .subcontent {
        margin: calc(var(--s1px) * 16) 0;
    }
    .third-section__subcontent {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: calc(var(--s1px) * 130) 1fr;
        margin: calc(var(--s1px) * 16) 0;
        grid-column-gap: calc(var(--s1px) * 15);
        grid-row-gap: 0;
        padding: 0 calc(var(--s1px) * 71);
    }
    .award__img {
        grid-area: 1 / 2 / 3 / 3;
        width: calc(var(--s1px) * 600);
    }
    .award__tlt {
        font-size: calc(var(--s1px) * 33);
        grid-area: 1 / 1 / 2 / 2;
        z-index: 1;
        align-self: flex-start;
    }
    .award__txt {
        font-size: calc(var(--s1px) * 16);
        grid-area: 2 / 1 / 3 / 2;
    }
    .color_change {
        color: #fff;
    }
    .award__neg>.award__img {
        grid-area: 1 / 2 / 3 / 3;
    }
    .award__neg>.award__tlt {
        grid-area: 1 / 1 / 2 / 2;
    }
    .award__neg>.award__txt {
        grid-area: 2 / 1 / 3 / 2;
    }
    /******VIBER BANNER*******/
    #viber {
        position: relative;
        background: url(../../Assets/images/Proto/Edition5/viberbann.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: calc(var(--s1px) * calc(var(--conv) * 478));
    }
    .filter {
        position: absolute;
        top: 0;
        left: 0;
        background-color: #593EBC;
        width: 100%;
        height: 100%;
        opacity: 0.6;
    }
    .banner {
        height: unset;
        flex-direction: row;
        align-items: unset;
        justify-content: unset;
        position: relative;
        display: flex;
        padding: calc(var(--s1px) * calc(var(--conv) * 49)) calc(var(--s1px) * calc(var(--conv) * 126));
    }
    .banner>div:nth-child(1) {
        display: flex;
        padding: 0;
    }
    .banner>div {
        flex: 1;
        align-items: center;
    }
    .viberasc {
        width: calc(var(--s1px) * calc(var(--conv) * 360));
    }
    .tlt_1 {
        position: static;
        font-size: calc(var(--s1px) * calc(var(--conv) * 36));
        text-align: left;
        margin: 0;
        padding: 0;
    }
    .semibold {
        font-weight: 600;
    }
    .tlt_2 {
        font-size: calc(var(--s1px) * calc(var(--conv) * 36));
        padding: calc(var(--s1px) * calc(var(--conv) * 16)) 0;
        text-align: left;
    }
    .tlt_3 {
        padding: calc(var(--s1px) * calc(var(--conv) * 16)) 0;
        text-align: left;
    }
    .joinow {
        padding: calc(var(--s1px) * calc(var(--conv) * 9)) calc(var(--s1px) * calc(var(--conv) * 45));
        font-size: calc(var(--s1px) * calc(var(--conv) * 27));
        border-radius: calc(var(--s1px) * calc(var(--conv) * 60));
    }
    /******4th*****/
    .forth-section__content {
        justify-content: flex-end;
        flex-direction: row;
        margin: calc(var(--s1px) * 120) 0;
        gap: calc(var(--s1px) * 180);
    }
    .forth-section__subcontent {
        grid-template-rows: 1fr;
    }
    .forth-section__content .forth-section__subcontent:first-child {
        flex: 1;
        background-color: var(--firstColor);
    }
    .forth-section__content .forth-section__subcontent>.card {
        width: calc(var(--s1px) * 312);
        padding: calc(var(--s1px) * 48) calc(var(--s1px) * 67);
    }
    .forth-section__content .forth-section__subcontent>.card>ul {
        line-height: calc(var(--s1px) * 48);
    }
    .wwd__img {
        max-width: 100%;
        justify-self: flex-start;
        transform: translate(calc(var(--s1px) * 80), calc(var(--s1px) * -80));
    }
    .wwd__tlt {
        font-size: calc(var(--s1px) * 24);
        align-self: flex-end;
        width: calc(var(--s1px) * 375);
        text-align: start;
    }
    .wwd__txt {
        align-self: flex-start;
        width: calc(var(--s1px) * 375);
        font-size: calc(var(--s1px) * 20);
        text-align: start;
    }
    /**********5TH**********/
    .fifth-section {
        padding-bottom: calc(var(--s1px) * 68);
    }
    .fifth-section__subcontent {
        grid-template-columns: calc(var(--s1px) * 300);
        grid-template-rows: auto;
        align-self: center;
        grid-row-gap: calc(var(--s1px) * 8);
    }
    #club .fifth-section__subcontent {
        grid-template-columns: calc(var(--s1px) * 200);
    }
    .card {
        box-shadow: 0px calc(var(--s1px) * 1) calc(var(--s1px) * 2) calc(var(--s1px) * 3) rgba(36, 56, 141, 0.1);
        border-radius: calc(var(--s1px) * 20);
        padding: calc(var(--s1px) * 16);
    }
    .edt__tlt {
        font-size: calc(var(--s1px) * 24);
    }
    .edt__img {
        grid-area: 2 / 1 / 3 / 2;
        max-width: 80%;
        position: relative;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 50%;
    }
    #sponsos .edt__img {
        max-width: 100%;
    }
    .edt__txt {
        font-size: calc(var(--s1px) * 16);
    }
    .edt__play {
        top: calc(var(--s1px) * 144.39);
        transform: translateX(-50%);
        width: calc(var(--s1px) * 60);
    }
    .edt__arrow {
        border: none;
        background-color: transparent;
        width: calc(var(--s1px) * 60);
        height: calc(var(--s1px) * 60);
        padding: calc(var(--s1px) * 8);
    }
    .arrow__left {
        left: -2%;
        transform: translate(50%, -50%);
    }
    .arrow__right {
        right: -2%;
        transform: translate(-50%, -50%);
    }
    /******6TH*********/
    .sixth-section__content {
        display: flex;
        flex: 1;
        justify-content: space-between;
        padding: 0;
        gap: calc(var(--s1px) * 63);
    }
    .sixth-section__subcontent {
        flex: 1;
        grid-row-gap: calc(var(--s1px) * 32);
    }
    .parina_spacing {
        gap: 0;
        padding: 0 calc(var(--s1px) * 64);
        flex-direction: column;
    }
    .parina_spacing>.subcontent:nth-child(2) {
        display: block;
    }
    .parina_spacing:nth-child(2)>.subcontent:nth-child(2) {
        margin: calc(var(--s1px) * -5) 0 0 0;
    }
    .fig__txt {
        width: calc(var(--s1px) * 175);
        padding: calc(var(--s1px) * 80) 0;
        font-size: calc(var(--s1px) * 24);
    }
    .fig__txt>img {
        width: 100%;
    }
    .fig__txt>img.not_sameSize {
        width: calc(var(--s1px) * 200);
    }
    .fig__tlt {
        font-size: calc(var(--s1px) * 17);
        text-align: left;
    }
    .parina_tlt {
        font-size: calc(var(--s1px) * 24);
        font-weight: 600;
    }
    /******6THBIS*********/
    #ascinfigures .sixth-section__content {
        display: flex;
        flex: 1;
        justify-content: space-between;
        padding: 0;
        gap: calc(var(--s1px) * 63);
    }
    #ascinfigures .sixth-section__subcontent {
        flex: 1;
        grid-row-gap: calc(var(--s1px) * 32);
    }
    #ascinfigures .parina_spacing {
        gap: 0;
        padding: 0 calc(var(--s1px) * 64);
    }
    #ascinfigures .fig__txt {
        width: calc(var(--s1px) * 115);
        padding: calc(var(--s1px) * 8) 0;
        font-size: calc(var(--s1px) * 24);
    }
    #ascinfigures .fig__txt>img {
        width: 100%;
    }
    #ascinfigures .fig__tlt {
        font-size: calc(var(--s1px) * 17);
        text-align: left;
    }
    #ascinfigures .parina_tlt {
        font-size: calc(var(--s1px) * 24);
        font-weight: 600;
    }
    /*****7TH****/
    .seventh-section__content {
        box-shadow: 0px 0px calc(var(--s1px) * 10) calc(var(--s1px) * 10) rgb(4 62 138 / 7%);
    }
    .trus__list {
        grid-template-columns: calc(var(--s1px) * 100) calc(var(--s1px) * 127.5) calc( var(--s1px) * 100) calc(var(--s1px) * 157.5) calc(var(--s1px) * 90) repeat( 2, calc(var(--s1px) * 100)) calc(var(--s1px) * 130);
    }
    .trus__list1 {
        grid-template-columns: calc(var(--s1px) * 130) repeat( 2, calc(var(--s1px) * 120)) calc(var(--s1px) * 80) repeat(3, calc(var(--s1px) * 100)) calc( var(--s1px) * 70) calc(var(--s1px) * 80);
    }
    .trus__list2 {
        grid-template-columns: calc(var(--s1px) * 160) calc(var(--s1px) * 100) calc( var(--s1px) * 120) calc(var(--s1px) * 100) calc(var(--s1px) * 100) calc(var(--s1px) * 100) repeat( 2, calc(var(--s1px) * 100));
    }
    /*****8TH****/
    #sib-container {
        padding: calc(var(--s1px) * 16);
    }
    .newsletter__bigtlt {
        font-size: calc(var(--s1px) * 42);
    }
    .newsletter__tlt {
        font-size: calc(var(--s1px) * 42);
    }
    .newsletter__txt {
        font-size: calc(var(--s1px) * 24);
    }
    form#sib-form {
        width: calc(var(--s1px) * 520);
    }
    input#PRENOM {
        height: calc(var(--s1px) * 60);
        font-size: calc(var(--s1px) * 16);
    }
    input#NOM {
        height: calc(var(--s1px) * 60);
        font-size: calc(var(--s1px) * 16);
    }
    input#EMAIL {
        height: calc(var(--s1px) * 60);
        font-size: calc(var(--s1px) * 16);
    }
    /**********NINE**********/
    .nine-section::after {
        bottom: calc(var(--s1px) * -25);
        display: block;
    }
    .nine-section__subcontent {
        grid-template-columns: calc(var(--s1px) * 300);
        grid-template-rows: 1fr calc( var(--s1px) * 80);
        grid-row-gap: calc(var(--s1px) * 8);
    }
    .nine-section__subcontent .card {
        z-index: 1;
        position: relative;
        background-color: #fff;
    }
    .nine-section__subcontent .card:first-child {
        display: grid;
        grid-template-rows: calc(var(--s1px) * 76) calc(var(--s1px) * 100);
    }
    .bg_chall {
        margin: 0 calc(var(--s1px) * 8);
    }
    .challs__card {
        padding: calc(var(--s1px) * 32);
        font-size: calc(var(--s1px) * 17) !important;
    }
    .edt__tlt {
        font-size: calc(var(--s1px) * 24);
    }
    .edt__img {
        grid-area: 2 / 1 / 3 / 2;
    }
    .edt__txt {
        font-size: calc(var(--s1px) * 16);
    }
    /*****10th********/
    .ten-section__main-tlt {
        color: white;
    }
    .pos-relt::after {
        height: calc(var(--s1px) * 7);
        bottom: calc(var(--s1px) * -16);
    }
    .ten-section__content {
        margin: calc(var(--s1px) * 120) 0 calc(var(--s1px) * 116);
    }
    .ten-section__content::after {
        bottom: calc(var(--s1px) * -133);
    }
    .ten-section__subcontent {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        margin: calc(var(--s1px) * 16) 0;
    }
    #why .award__img {
        grid-area: 1 / 1 / 3 / 2;
        width: calc(var(--s1px) * 600);
        display: block;
    }
    #why .award__tlt {
        font-size: calc(var(--s1px) * 16);
        grid-area: 1 / 2 / 2 / 3;
        font-weight: 400;
    }
    #why .award__txt {
        width: calc(var(--s1px) * 500);
        grid-area: 2 / 2 / 3 / 3;
    }
    #why .award__txt>img {
        width: calc(var(--s1px) * 500);
        z-index: 76;
        position: relative;
    }
    #why .award__neg>.award__img {
        grid-area: 1 / 2 / 3 / 3;
    }
    #why .award__neg>.award__tlt {
        grid-area: 1 / 1 / 2 / 2;
    }
    #why .award__neg>.award__txt {
        grid-area: 2 / 1 / 3 / 2;
    }
    /******11TH*********/
    .elevth-section__content {
        gap: calc(var(--s1px) * 63);
    }
    .elevth-section__content {
        display: flex;
        flex: 1;
        justify-content: space-between;
        padding: 0;
    }
    .elevth-section__subcontent {
        /* grid-template-columns: calc(var(--s1px) * 235); */
        grid-row-gap: calc(var(--s1px) * 32);
    }
    #overvw .fig__txt {
        width: calc(var(--s1px) * 115);
        padding: calc(var(--s1px) * 8) 0;
        font-size: calc(var(--s1px) * 24);
    }
    #overvw .fig__tlt {
        font-size: calc(var(--s1px) * 18);
    }
    /***********12th*/
    .twlwv-section {
        background-color: #fff;
    }
    .twlwv-section__maincontent {
        display: flex;
        overflow: visible;
        flex-direction: column;
        gap: calc(var(--s1px) * 80);
    }
    .twlwv-section__precontent {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        grid-template-rows: 1fr;
        width: 100%;
    }
    .twlwv-section__content {
        padding: 0;
        width: 100%;
        height: calc(var(--s1px) * 23);
        background: #E6E6E6;
        position: relative;
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        grid-template-rows: 1fr;
    }
    .twlwv-section__postcontent {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(7, 1fr);
        grid-template-rows: 1fr;
    }
    .twlwv-section__content::before {
        background-color: var(--firstColor);
        width: calc(var(--s1px) * 56);
        height: calc(var(--s1px) * 56);
        border-radius: 50%;
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0%;
    }
    .twlwv-section__subcontent {
        position: relative;
        color: #000;
        flex: 1;
        top: calc(var(--s1px) * -4);
        left: 50%;
        transform: translateX(-50%);
    }
    .pre_div1 {
        grid-area: 1 / 2 / 2 / 3;
    }
    .pre_div2 {
        grid-area: 1 / 3 / 2 / 4;
    }
    .pre_div3 {
        grid-area: 1 / 4 / 2 / 7;
        left: calc(50% + calc(var(--s1px) * 28));
        transform: translate(-50%, calc(var(--s1px) * 0));
        position: relative;
    }
    .pre_div4 {
        grid-area: 1 / 7 / 2 / 8;
    }
    .div1 {
        grid-area: 1 / 1 / 2 / 2;
    }
    .div2 {
        grid-area: 1 / 2 / 2 / 3;
    }
    .div3 {
        grid-area: 1 / 3 / 2 / 4;
    }
    .div4 {
        grid-area: 1 / 4 / 2 / 7;
    }
    .div5 {
        grid-area: 1 / 7 / 2 / 8;
    }
    .post_div1 {
        grid-area: 1 / 1 / 2 / 3;
    }
    .post_div2 {
        grid-area: 1 / 3 / 2 / 4;
    }
    .post_div3 {
        grid-area: 1 / 4 / 2 / 7;
    }
    .post_div4 {
        position: relative;
        grid-area: 1 / 7 / 2 / 8;
    }
    .pre_txt {
        color: #fff;
        background-color: var(--firstColor);
        font-size: calc(var(--s1px) * 16);
        font-weight: 600;
        border-radius: 50%;
        padding: calc(var(--s1px) * 56) 0;
        text-align: center;
        width: calc(var(--s1px) * 146);
    }
    .pre_neg {
        background-color: var(--secondColor);
    }
    .pre_img {
        border-radius: calc(var(--s1px) * 20);
        position: relative;
        left: 50%;
        width: 100%;
        transform: translateX(-50%);
    }
    .pre_pos1 {
        position: relative;
        left: calc(var(--s1px) * -56);
    }
    .pre_pos2 {
        position: relative;
        left: calc(50% + calc(var(--s1px) * 28));
        transform: translateX(-50%);
    }
    .pre_pos3 {
        position: relative;
        right: calc(var(--s1px) * -56)
    }
    .post_pos1 {
        position: relative;
        left: calc(50% + calc(var(--s1px) * 28));
        transform: translateX(-50%);
    }
    .post_pos2 {
        width: fit-content;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        padding-left: calc(var(--s1px) * 5);
        padding-right: calc(var(--s1px) * 5);
    }
    .post_div4>img {
        position: absolute;
        width: calc(var(--s1px) * 300);
        left: calc(50% - calc(var(--s1px) * 56));
    }
    .center_tml_tlt {
        position: absolute;
        top: 0;
        left: calc(50% + calc(var(--s1px) * 28));
        transform: translate(-50%, calc(var(--s1px) * -66));
        font-weight: 600;
        font-size: calc(var(--s1px) * 18);
    }
    .twlwv-section__subcontent::after {
        background-color: var(--firstColor);
        width: calc(var(--s1px) * 56);
        height: calc(var(--s1px) * 56);
        border-radius: 50%;
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 96%;
    }
    .round__neg::after {
        background-color: var(--secondColor);
    }
    /****************13th*************/
    .thirth-section__content {
        grid-template-columns: repeat(4, calc(var(--s1px) * 280));
        grid-column-gap: calc(2 * calc(var(--s1px) * 16));
    }
    .thirth-section__subcontent {
        display: grid;
        grid-template-rows: auto calc(var(--s1px) * 10) calc(var(--s1px) * 180);
        align-items: flex-start;
        padding: 0;
    }
    #thems img {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }
    #thems .fig__tlt {
        width: 100%;
        height: 100%;
    }
    #thems .fig__txt {
        padding: calc(var(--s1px) * 10) calc(var(--s1px) * 20) calc(var(--s1px) * 45);
        font-size: calc(var(--s1px) * 16);
    }
    
}