* {
    box-sizing: border-box;
    --greendark: #1ca186;
}

html, body{
    background-color:#fff;
    margin:0!important;
    padding:0!important;
    font-family: 'Sk Modernist';

    --max-width:1500px;
}

html, .site-main, .entry-content{
    margin:0!important;
    padding:0!important;
    background-color: #fff;
}

.font-sk-modernist{
    font-weight:400;
    font-family:'Sk Modernist';
}

main h1, main h2, main h3, main h4, main h5, main h6, .max-width-content h1, .max-width-content h2, .max-width-content h3, .max-width-content h4, .max-width-content h5, .max-width-content h6{
    font-family: 'Nohemi';
    font-weight:300;
}

main .h1, main h1, .max-width-content h1{
    font-family: 'Nohemi';
    font-weight:300;
    font-size:85px;
    line-height:85px;
    letter-spacing:-0.01em;
}
@media(max-width:1024px){
    main .h1, main h1, .max-width-content h1{
        font-size:75px;
        line-height:75px;
    }
}
@media(max-width:768px){
    main .h1, main h1, .max-width-content h1{
        font-size:55px;
        line-height:55px;
    }
}
@media(max-width:450px){
    main .h1, main h1, .max-width-content h1{
        font-size:12vw;
        line-height:15vw;
    }
}

main h2, .max-width-content h2{
    font-size:72px;
    line-height:71px;
    font-weight:300;
    letter-spacing:-0.01em;
}
@media(max-width:1024px){
    main h2, .max-width-content h2{
        font-size:42px;
        line-height:50px;
    }
}

main h3, .max-width-content h3{
    font-size:48px;
    line-height:64px;
    font-weight:300;
    letter-spacing:-0.01em;
}
@media(max-width:1024px){
    main h3, .max-width-content h3{
        font-size:36px;
        line-height:45px;

    }
}

main h4, .max-width-content h4{
    font-size:36px;
    line-height:42px;
    font-weight:300;
    letter-spacing:-0.01em;
}
@media(max-width:1024px){
    main h4, .max-width-content h4{
        font-size:30px;
        line-height:38px;
    }
}
@media(max-width:768px){
    main h4, .max-width-content h4{
        font-size:24px;
        line-height:30px;

    }
}

main h5, .max-width-content h5{
    font-size:30px;
    line-height:38px;
    font-weight:300;
    letter-spacing:-0.01em;
}
@media(max-width:1024px){
    main h5, .max-width-content h5{
        font-size:26px;
        line-height:32px;

    }
}

main h6, .max-width-content h6{
    font-size:24px;
    line-height:32px;
    font-weight:300;
    letter-spacing:-0.01em;
}
@media(max-width:1024px){
    main h6, .max-width-content h6{
        font-size:20px;
        line-height:28px;

    }
}


.max-width-content{
    width:100%;
    margin:0 auto!important;
    max-width:1304px;
    padding-left:16px;
    padding-right:16px;
    position: relative;
    z-index: 1000;
}

@media(mid-width:1280px){
  .single-event .max-width-content{
      padding-left:0;
      padding-right:0;
  }
}


em, * em, main em, header em, footer em{
 font-family: 'Playfair Display';

 font-style: italic!important;

}

.overflow-hidden{
    overflow: hidden;
}


.flexible-section-anchor{
    margin:0!important;
}

.background-image{
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.section-top-rounded{
    border-top-left-radius:100px;
    border-top-right-radius:100px;
}

@media(max-width:1024px){
    .section-top-rounded{
        border-top-left-radius:50px;
        border-top-right-radius:50px;
    }
}

.section-bottom-rounded{
    border-bottom-left-radius:100px;
    border-bottom-right-radius:100px;
}

@media(max-width:1024px){
    .section-bottom-rounded{
        border-bottom-left-radius:50px;
        border-bottom-right-radius:50px;
    }
}



.section-bottom-radius{
    border-radius:100px 100px 0 0;
    background-color:#fff;
    width: 100%;
    height: 100px;
    position:absolute;
    bottom:0;
}

@media(max-width:1024px){
    .section-bottom-radius{
        border-radius:50px 50px 0 0;
        height: 50px;
    }
}

.section-top-clip{
    clip-path: ellipse(52% 100% at 50% 0);
    width:100%;
    height:50px;
    position:absolute;
    top:0;
    left:0;
    background-color: #fff;
}
@media(max-width:1024px){
    .section-top-clip{
        clip-path: ellipse(70% 100% at 50% 0);
    }
}

.section-bottom-clip{
    clip-path: ellipse(150% 100% at 50% 0);
}
@media(max-width:1024px){
    .section-bottom-clip{
        clip-path: ellipse(300% 100% at 50% 0);
    }
}

.section-mb{
    margin-bottom:80px!important;
}
@media(max-width:768px){
    .section-mb{
        margin-bottom:40px!important;
    }
}



.section-mt{
    margin-top:80px!important;
}
@media(max-width:768px){
    .section-mt{
        margin-top:40px!important;
    }
}

.text-size-1xl, .text-size-1xl h2{
    font-size:12px!important;
    line-height:18px!important;
}

.text-size-1-5xl{
    font-size:18px!important;
    line-height:24px!important;
}
@media(max-width:1024px){
    .text-size-1-5xl, .text-size-1-5xl h2{
        font-size:16px!important;
        line-height:22px!important;
    }
}


.text-size-2xl, .text-size-2xl h2{
    font-size:24px!important;
    line-height:32px!important;
}
@media(max-width:1024px){
    .text-size-2xl, .text-size-2xl h2{
        font-size:20px!important;
        line-height:28px!important;
    }
}
.text-size-3xl, .text-size-3xl h2{
    font-size:32px!important;
    line-height:34px!important;
}
@media(max-width:1024px){
    .text-size-3xl, .text-size-3xl h2{
        font-size:28px!important;
        line-height:30px!important;
    }
}
.text-size-4xl, .text-size-4xl h2{
    font-size:48px!important;
    line-height:50px!important;
}
@media(max-width:1024px){
    .text-size-4xl, .text-size-4xl h2{
        font-size:32px!important;
        line-height:36px!important;
    }
}
.text-size-5xl, .text-size-5xl h2{
    font-size:52px!important;
    line-height:52px!important;
}
@media(max-width:1024px){
    .text-size-5xl, .text-size-5xl h2{
        font-size:42px!important;
        line-height:44px!important;
    }
}
.text-size-6xl, .text-size-6xl h2{
    font-size:60px!important;
    line-height:62px!important;
}
@media(max-width:1024px){
    .text-size-6xl, .text-size-6xl h2{
        font-size:42px!important;
        line-height:50px!important;
    }
}

.text-size-7xl, .text-size-7xl h2{
    font-size:72px!important;
    line-height:71px!important;
}
@media(max-width:1024px){
    .text-size-7xl, .text-size-7xl h2{
        font-size:48px!important;
        line-height:54px!important;
    }
}

.text-size-8xl, .text-size-8xl h2{
    font-size:85px!important;
    line-height:84px!important;
}
@media(max-width:1024px){
    .text-size-8xl, .text-size-8xl h2{
        font-size:64px!important;
        line-height:64px!important;
    }
}

.section-flexible-content-wrapper{
    width:100%;
    max-width:100%;
    min-height: 923px;
    margin:0!important;
    padding:0!important;
    background-color: #fff;
    background-size: cover;
    /*clip-path: ellipse(170% 100% at top);*/
    /*clip-path: ellipse(150% 100% at 50% 0);*/
    position: relative;
}
@media(max-width:1024px){
    .section-flexible-content-wrapper{
        /*clip-path: ellipse(300% 100% at 50% 0);*/
    }
}

.section-flexible-content-wrapper video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.section-flexible-content-cover{
    width:100%;
    max-width:100%;
    margin:0!important;
    padding:0!important;
    height: 100%;
    position: absolute;
    z-index: 0;
    left:0;
    top: 0;
}


.section-flexible-content{
    padding:180px 16px 100px;
    box-sizing:border-box;
    display: flex;
    align-items: center;
}
@media(max-width:1366px){
    .section-flexible-content{
        padding:140px 20px 100px;
    }
}
@media(max-width:1024px){
    .section-flexible-content{
        padding:140px 20px 100px;
    }
}

.section-icon{
    width: 20px;
    height: 20px;
}
/*
@media(max-width:1366px){
    .section-icon{
        padding:140px 20px 100px;
    }
}
@media(max-width:1024px){
    .section-icon{
        padding:140px 20px 100px;
    }
}*/
.section-hero-wrapper{
    margin-bottom:50px!important;
}
@media(max-width:1024px){
    .section-hero-wrapper{
        margin-bottom:50px!important;
    }
}

.section-hero{
    min-height: 923px;
    gap:30px;
}
@media(max-width:1024px){
    .section-hero{
        min-height: auto;
        gap:15px;
        flex-direction:column;
    }
}

.section-flexible-content-inside{
    max-width: 750px;
    z-index:1;
    position:relative;

}
@media(max-width:1024px){
    .section-flexible-content-inside{
        max-width: 100%;
        width:100%;
    }
}
@media(max-width:768px){
    .section-flexible-content-inside{
        max-width: 500px;
    }
}

.hero-labels{
    display:flex;
    gap:10px;
    margin-bottom:20px;
    flex-wrap:wrap;
}

.hero-labels .label{
    display:flex;
    gap:5px;
    padding: 5px 20px;
    border-radius:50px;
    text-transform:uppercase;
    font-weight:700;
    font-family: 'Sk Modernist';
    font-size:14px;
    letter-spacing:0.06em;
}


.title-1, .section-flexible-text h1{
    font-family: 'Nohemi';
    font-weight:300;
    font-size:72px;
    line-height:71px;
    letter-spacing:-0.01em;
}
@media(max-width:1024px){
    .title-1, .section-flexible-text h1{
        font-size:72px;
        line-height:71px;
    }
}
@media(max-width:768px){
    .title-1, .section-flexible-text h1{
        font-size:55px;
        line-height:55px;
    }
}
@media(max-width:450px){
    .title-1, .section-flexible-text h1{
        font-size:12vw;
        line-height:15vw;
    }
}
.title-2{
    font-family: 'Playfair Display';
    font-weight:400;
    font-size:85px;
    line-height:85px;
    letter-spacing:-0.01em;
    font-style: italic;
}
@media(max-width:1024px){
    .title-2{
        font-size:75px;
        line-height:75px;
    }
}
@media(max-width:768px){
    .title-2{
        font-size:55px;
        line-height:55px;
    }
}
@media(max-width:450px){
    .title-2{
        font-size:12vw;
        line-height:15vw;
    }
}

.section-flexible-text{
    font-size:24px;
    font-weight:400;
    line-height:36px;
    font-family: "Sk Modernist";
    margin:30px 0;
}
@media(max-width:1024px){
    .section-flexible-text{
        font-size:20px;
        line-height:30px;
        margin:15px 0;
    }
}
@media(max-width:768px){
    .section-flexible-text{
        font-size:18px;
        line-height:28px;
    }
}

.section-flexible-text p{
    padding:12px 0;
    margin:0;
}

.section-flexible-buttons{
    height: auto;
    box-sizing: border-box;
    display: flex;
    gap: 30px;
    margin:30px 0;
    max-width: 100%;
}
@media(max-width:1024px){
    .section-flexible-buttons{
        /*max-width: 500px;*/
    }
}

@media(max-width:768px){
    .section-flexible-buttons{
        align-items: flex-start;
        flex-direction: column;
    }
}

.section-flexible-buttons a{
    text-decoration:none;
}

.button-1, .button-2{
    padding:20px 28px;
    font-size:14px;
    line-height:14px;
    letter-spacing:0.06em;
    font-weight:700;
    font-family: 'Sk Modernist';
    text-transform:uppercase;
    border-radius: 100px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height:64px;
    width:auto;
    transition:0.1s;
    box-sizing: border-box;
}
.button-1:hover, .button-2:hover{
    gap: 16px;
    transition:0.1s;
}
.site a.button-1:focus, .site a.button-2:focus:not(.wp-block-button__link):not(.wp-block-file__button){
    background:inherit;
}

@media(max-width:1024px){
    .button-1, .button-2{
        padding:14px 15px;
        height:60px;
    }
}
@media(max-width:768px){
    .button-1, .button-2{
        padding:12px 30px;
        height:60px;
        width:auto;
    }
}


.thumbnail-hero-wrapper{
    z-index:0;
    position:relative;

    @media(max-width:1024px){
        margin-top:-180px;
    }
    @media(max-width:768px){
        margin-top:-110px;
    }
}

.open-modal-video-btn {
  /*padding: 10px 40px;*/
  font-size: 18px;
  cursor: pointer;
  color: white;
  border: none;
  /*border-radius: 50px;*/
  background-color: rgba(0,0,0,0)!important;
  z-index: 2;
  /*position: absolute;
  right: 50px;*/
  /*border:1px solid #fff;*/
  transition:0.2s;
  padding:0!important;
  width:64px;
  height:64px;
}
.open-modal-video-btn:hover {
    background-color: rgba(68,38,105,0.5)!important;
    transition:0.2s;
}
@media(max-width:1024px){
    .open-modal-video-btn {
        bottom: 50px;
    }
}

.open-modal-video-btn img{
    height: 100%;
    width: 100%;
}

.open-modal-video-btn span{
    position:relative;
    top:-10px;
}

.hero-modal {
  display: none;
  position: fixed;
  top: 0px;
  height:100vh;
  left: 0;
  max-width:100%!important;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

.modal-content {
  position: relative;
  width: 90%;
  max-width: 1000px;
}

.hero-modal video {
  width: 100%!important;
  max-width: 100%!important;
  height: auto;
  display: block;
  max-height: calc(100vh - 120px);
}

.hero-modal .close-btn {
  position: absolute;
  top: -50px;
  right: -30px;
  padding:13px!important;
  font-size: 30px;
  color: white!important;
  background-color: rgba(0,0,0,1)!important;
  border-radius:50px;
  border: 1px solid #fff;
  cursor: pointer;
  line-height: 21px;
  width:40px;
  height:40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:0.2s;
}
@media(max-width:1366px){
    .hero-modal .close-btn {
        top: -50px;
        right: 0;
    }
}
.hero-modal .close-btn:hover {
  background-color: rgba(68,38,105,0.5)!important;
  transition:0.2s;

}
.hero-modal .close-btn span{
    position:relative;
    top:-5px;
}

/* section hero END */

/* section with counter START */
.section-flexible-mission-wrapper{
    width:100%;
    max-width:100%;
    margin: 0!important;
    padding:60px 50px 60px!important;
    background-color: #fff;
    box-sizing: border-box;
    overflow:hidden;
}
@media(max-width:1366px){
    .section-flexible-mission-wrapper{
        padding:60px 15px 60px!important;
    }
}
@media(max-width:768px){
    .section-flexible-mission-wrapper{
        padding:40px 0px 40px!important;
    }
}

.section-flexible-mission-cover{
    width:100%;
    max-width:100%;
    margin:0!important;
    padding:0!important;
    height: 100%;
    position: absolute;
    z-index: 0;
}

.section-flexible-mission{
    width:100%;
    background-color: #442669;
    margin:0 auto!important;
    max-width: calc(1304px - 2rem);
    padding:90px 80px 0px;
    box-sizing:border-box;
    display: flex;
    flex-direction:column;
    align-items: flex-start;
    justify-content: space-between;
    background-size: cover;
    min-height:500px;
    z-index: 1;
    position: relative;
    border-radius:64px;

}
@media(max-width:1366px){
    .section-flexible-mission{
        padding:90px 80px 0px;
    }
}
@media(max-width:1024px){
    .section-flexible-mission{
        padding:60px 60px 0;
        max-width: 800px !important;
        overflow:hidden;
    }
}
@media(max-width:768px){
    .section-flexible-mission{
        padding:30px 20px 0;
        border-radius:1.5rem;
    }
}

.section-columns{
    display:flex;
    gap:10px;
    margin-bottom:5px;
}

.section-flexible-mission-inside{
    max-width: 500px;
    width:100%;
    z-index:1;
}

/*@media(max-width:1024px){
    .section-flexible-mission-inside{
        max-width: 600px;
    }
}
@media(max-width:768px){
    .section-flexible-mission-inside{
        max-width: 500px;
    }
}*/

.column-right-img{
    display:flex;
    justify-content: flex-end;
    max-width:100%;
    z-index:0;
    position:absolute;
    bottom: 0;
    right: -60px;
}
@media(max-width:1024px){
    .column-right-img{
        right: -40px;
    }
}

.column-right-img>img{
    /* width:65%; */
    width: 50%;
    z-index: 0;
    max-width: 100% !important;
    
    max-height: 80vh;
    max-width: fit-content;
    object-fit: contain;
}
.mission-title-1{
    font-family: 'Nohemi';
    font-weight:300;
    font-size:60px;
    line-height:60px;
    margin-bottom:20px;
}
@media(max-width:1024px){
    .mission-title-1{
        font-size:55px;
        line-height:55px;
    }
}
@media(max-width:768px){
    .mission-title-1{
        font-size:45px;
        line-height:45px;
    }
}

.mission-text, .mission-text p{
    font-size:24px;
    line-height:34px;
    font-family: 'Sk Modernist';
}

.mission-text p{
    padding:12px 0;
    margin:0;
}

.mission-buttons{
    margin:15px 0 10px 0;
}

.mission-buttons .button-1{
    width:auto;
    height: 72px;
}
.mission-buttons .button-1:hover{
    background-color:#b2e14e!important;
    border-color:#b2e14e!important;
}

.section-flexible-counter{

    display: flex;
    padding-top: 60px;
    gap:30px;
    justify-content: space-between;
    padding-bottom:70px;
    margin-right:-80px;
    width: calc(100% + 80px);
    padding-right:80px;
    background-image: linear-gradient(rgba(0,0,0,0), #442669);
    z-index: 100;
    border-radius: 60px;
}
@media(max-width:1024px){
    .section-flexible-counter{
        flex-wrap:wrap;
        width:calc(100% + 120px);
        margin-left:-60px;
        margin-right:-60px;
        padding:40px 60px 60px;
        border-bottom-left-radius:64px;
        border-bottom-right-radius:64px;
    }
}
@media(max-width:768px){
    .section-flexible-counter{
        display: grid;
        grid-template-columns: 1fr 1fr;
        border-bottom-left-radius:1.5rem;
        border-bottom-right-radius:1.5rem;
    }
}
@media(max-width:1024px){
    .section-flexible-counter-col{
        width:46%;
    }
}
.section-flexible-counter-nb{
    font-size:98px;
    line-height:98px;
    font-weight:200;
    font-family: 'Nohemi';
    color:#C6FA57;
    margin-bottom:5px;
}
@media(max-width:1124px){
    .section-flexible-counter-nb{
        font-size:78px;
        line-height:78px;
    }
}
@media(max-width:1024px){
    .section-flexible-counter-nb{
        font-size:68px;
        line-height:68px;
    }
}
@media(max-width:768px){
    .section-flexible-counter-nb{
        font-size:58px;
        line-height:58px;
    }
}

.section-flexible-counter-text{
    font-size:20px;
    line-height:20px;
    font-weight:400;
    font-family: 'Nohemi';
}@media(max-width:1124px){
    .section-flexible-counter-text{
        font-size:19px;
        line-height:19px;
    }
}

/* section with counter END */

/* section carousel brands START */
.carousel-section-wrapper {
    display:flex;
    width:100%;
    flex-direction:column;
    justify-content:center;
    padding:0px 0;
    margin-top:50px!important;
    margin-bottom:50px!important;
}
@media(max-width:1124px){
    .carousel-section-wrapper {
        padding:0px 0;
        margin-top:30px!important;
        margin-bottom:30px!important;
    }
}

.carousel-section-wrapper h2{
    text-align:center;
    font-size: 48px;
    line-height: 64px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: 300;
    font-family: 'Nohemi';
    color: #442669;
}
@media(max-width:1024px){
    .carousel-section-wrapper h2 {
        font-size: 40px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

.carousel-section {
  width: 100%;
  height: 190px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  align-items: center;
  position: relative;
}
@media(max-width:768px){
    .carousel-section {
        margin: 0px 0 !important;
    }
}

.carousel-track {
  display: flex;
  margin: auto;
  gap: 60px;
  will-change: transform;

}

.carousel-track img {
    height: 130px;
  width: 180px;
  max-height: 130px;
  object-fit: contain;
  max-width: 180px!important;
  display: block;
  width:auto;
}

/* section carousel brands END */


/* section projects START */
.projects-section-wrapper.hero-section:not(.section-bottom-clip){
    clip-path: ellipse(0% 100% at top);
    clip-path: none;
}
.projects-section-wrapper {
  background-color: #ECE9F0;
  padding: 90px 20px;
  text-align: center;
  clip-path: ellipse(170% 100% at top);
  margin:0px 0!important;
}
@media(max-width:1024px){
    .projects-section-wrapper {
        clip-path: ellipse(250% 100% at top);
        padding: 50px 20px 80px;
        margin:0px 0!important;
    }
}
.section-flexible-content.projects-section{

}
.projects-section {
    flex-direction: column;
}
@media(max-width:1024px){
    .projects-section {

    }
}

.project-title-content{
    margin-bottom: 30px;
}

.projects-section h2 {
  font-size: 72px;
  margin-bottom: 30px;
  font-weight: 300;
  font-family: 'Nohemi';
}
@media(max-width:1024px){
    .projects-section h2 {
        font-size: 42px;
    }
}

.project-cards{
    width:100%;
    display:grid;
    grid-template-columns: 1fr 1fr;
    align-items:center;
    gap:80px 50px;
}
@media(max-width:768px){
    .project-cards {
        flex-wrap:wrap;
        grid-template-columns: 1fr;
    }
}

.project-card {
  max-width: 600px;
  margin: 0 auto;
  border-radius: 24px;
  padding: 0;
  text-align: left;
  position: relative;
  transition:0.3s;
  width: 100%;
}
@media(max-width:1024px){
    .project-card {
        max-width: 500px;
        margin: 0 0;
    }
}

.project-card:nth-child(2n) {
  margin-top:40px;
}
@media(max-width:768px){
    .project-card:nth-child(2n){
        margin-top:0px;
    }
}

.project-card .project-image {
  width: 100%;
  aspect-ratio:3/2;
  border-radius: 48px;
  margin-bottom: 20px;
  overflow:hidden;
  display:block;

}
@media(max-width:1024px){
    .project-card .project-image {
        border-radius: 32px;
    }
}



.project-card .project-image img{
  width: 100%;
  aspect-ratio:3/2;
  object-fit:contain;
  border-radius: 48px;
  transition:0.3s;
}

@media(max-width:1024px){
    .project-card .project-image img {
        border-radius: 32px;
    }
}
.project-card:hover .project-image img {
    width:110%;
    max-width: 110%!important;
    margin-top:-4%;
    margin-left:-5%;
    transition:0.3s;
}


.project-tag {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #3b1e6d;
  color: white;
  padding: 8px 12px;
  font-size: 14px;
  line-height:14px;
  letter-spacing:0.06em;
  border-radius: 50px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Sk Modernist';
}
@media(max-width:1024px){
    .project-tag {
        font-size: 13px;
    }
}

.project-desc{
    width:calc(100% - 60px);
    margin:0 30px;
    transition:0.3s;
}
@media(max-width:1024px){
    .project-desc {
        margin:0 10px;
        width:calc(100% - 20px);
    }
}
.project-card:hover .project-desc {
    margin-left: 42px;
    transition:0.3s;
}
@media(max-width:1024px){
    .project-card:hover .project-desc {
        margin-left: 15px;
    }
}

.project-date {
  font-size: 14px;
  letter-spacing:0.06em;
  color: #FA4B38;
  margin-top: 18px;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Sk Modernist';
}

.project-title {
  font-size: 36px;
  line-height:42px;
  font-weight: 300;
  margin-bottom: 6px;
  font-family: 'Nohemi';
  color: #442669;
  text-decoration:none;
  display:block;
}
@media(max-width:1024px){
    .project-title {
        font-size: 24px;
        line-height:34px;
    }
}

.project-description {
  font-size: 18px;
  line-height:24px;
  color: #442669;
  margin-bottom: 10px;
  font-family: 'Sk Modernist';
  letter-spacing: .06em;
}
@media(max-width:1024px){
    .project-description {
        font-size: 16px;
        line-height:22px;
    }
}

.project-button {
  display: inline-flex;
  align-items: center;
  padding: 15px 30px;
  margin-top:15px;
  border: 1px solid #c7bed2;
  border-radius: 30px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Sk Modernist';
  color: #442669;
  font-weight: 600;
  font-size: 14px;
  line-height:14px;
  letter-spacing:0.06em;
  transition: background-color 0.2s;
  gap:8px;
  transition:0.1s;
  height: 56px;
}
@media(max-width:1024px){
    .project-button {
        font-size: .813rem;
        line-height: .813rem;
        padding: 5px 15px;
        height:50px;
    }
}

.project-button:hover {
  border: 1px solid #442669!important;
  gap:18px;
  transition:0.1s;
}
.project-button img{
    width:24px;
    height:24px;
    object-fit:contain;
    margin-bottom:0;
}
/* section projects END */


/* section with opinion START */
.quote-section-wrapper{
    padding: 100px 100px ;
}
@media(max-width:1124px){
    .quote-section-wrapper {
        padding: 50px 40px;

    }
}
@media(max-width:768px){
    .quote-section-wrapper {
        padding: 50px 0px;
    }
}
.quote-section {
  background-color: #c4fb4d;
  /*border-radius: 300px;*/
  padding: 50px 60px;
  display: flex;
  align-items: center;
  gap: 40px;
  margin: auto;
}
@media(max-width:1024px){
    .quote-section {
        flex-direction:column;
        /*border-radius: 200px;*/
        gap:20px;
        padding: 50px 60px 60px;
        margin-bottom: 20px;
    }
}

@media(max-width:768px){
    .quote-section {
        /*border-radius: 200px;*/
        padding: 35px 35px 60px;
    }
}

.quote-section .quote-image {
    width: 250px;
    height: 250px;
}
@media(max-width:400px){
    .quote-section .quote-image {
        width: 200px;
        height: 200px;
    }
}

.quote-section .quote-image img {
  width: 100%;
  height: 100%;
  aspect-ratio:1/1;
  border-radius:100%;
  object-fit: cover;
  flex-shrink: 0;
}
/*.slider-opinion-block img{
    object-fit:cover;
}*/

.quote-section .quote-image video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius:100%;
}

.section-opinion-link {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.quote-content {
    flex: 1;
    max-width: 100%;
    word-break: break-word;
}
.quote-text {
  margin-bottom: 20px;
}
.quote-text p {
  /*font-size: 24px;
  line-height: 32px;*/
  font-family: 'Nohemi';
  font-weight: 300;
  padding: 12px 0;
  margin:0!important;
  color:#442669;
}
@media(max-width:1024px){
    .quote-text, .quote-text p {
        line-height: 30px;
    }
}

.section-quote-columns{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 5px;
}
@media(max-width:1024px){
    .section-quote-columns {
        flex-wrap:wrap;
    }
}

.quote-author {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  font-family: 'Sk Modernist';
  padding:12px 0 5px;
}
.quote-author p, .quote-role p{
    padding:12px 0;
    margin:0!important;
}

.quote-role {
  font-size: 16px;
  line-height: 26px;
  font-family: 'Sk Modernist';
  color: #8F7DA5;
  padding:0;
}

.quote-button {
  display: inline-block;
  padding: 10px 18px;
  border: 1.5px solid #1a1a1a;
  border-radius: 30px;
  text-decoration: none;
  color: #1a1a1a;
  font-weight: 600;
  font-size: 0.9rem;
  transition: background-color 0.2s;
}

.quote-button:hover {
  background-color: #1a1a1a;
  color: white;
}

/* section with opinion END */



/* section collab START */
.collab-section-wrapper {
  background-repeat:no-repeat;
  background-position:center;
  background-size: contain;
  text-align: center;
  padding: 120px 20px;
  position: relative;
}
@media(max-width:768px){
    .collab-section-wrapper {
        padding: 80px 0px;
    }
}

@media(max-width:768px){
    .collab-section{
        flex-direction:column;
    }
}
@media(max-width:768px){
    .collab-section>div{
        align-items: center!important;
        text-align:center!important;
    }
}

.collab-section h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  font-weight: 400;
  font-size:72px;
  line-height:71px;
  letter-spacing:-0.01em;
}

@media(max-width:768px){
    .collab-section h2 {
    font-size: 10vw;
    line-height:10vw;
  }
}

.collab-section-title{
    font-family: 'Nohemi';
    font-weight:300;
}
@media(max-width:768px){
    .collab-section-title {
    font-size: 34px;
    line-height:40px;

  }
}

.collab-section-subtitle{
    font-family: 'Playfair Display';
    font-style:italic;
    font-weight:400;
}

.collab-description{
    max-width: 620px;
    margin:0 0 30px;
    display: flex;
    flex-direction: column;
    align-items:flex-start;

    @media(max-width:768px){
        text-align:center!important;
        align-items: center!important;
    }
}

.collab-description, .collab-description p {
  font-size: 24px;
  font-weight:400;
  color: #442669;
  line-height: 36px;
  padding:12px 0;
}
@media(max-width:1024px){
    .collab-description, .collab-description p {
      font-size: 18px;
      line-height: 1.6em;
    }
}

.button-image-circle {
  display: inline-block;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  transform:rotate(-350deg) ;
}

.button-image-circle:hover {
    transform:rotate(45deg) scaleX(1.25) scaleY(1.25);
}
@media(max-width:1024px){
    .button-image-circle:hover {
      transform:rotate(45deg) scaleX(1) scaleY(1);
    }
}

.round-button span {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 0.65rem;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  pointer-events: none;
}

/* section collab END */

/* section skills START */
.section-skills-wrapper {
    margin: 0 auto;
    border-top-left-radius: 96px;
    border-top-right-radius: 96px;
    padding:100px 100px;
    clip-path: ellipse(250% 100% at top);
}
@media(max-width:1024px){
    .section-skills-wrapper {
        padding:60px 50px;
        border-top-left-radius: 56px;
        border-top-right-radius: 56px;
        clip-path: ellipse(380% 100% at top);
    }
}
@media(max-width:768px){
    .section-skills-wrapper {
        padding:50px 10px;
        border-top-left-radius: 56px;
        border-top-right-radius: 56px;
    }
}


.section-header {
    margin-bottom: 50px;
    max-width: var(--max-width);
}
@media(max-width:768px){
    .section-header {
        margin-bottom: 30px;
    }
}


.section-header h2 {
    font-size: 72px;
    line-height:71px;
    color: #442669;
    max-width:900px;
    margin-bottom: 50px;
}
@media(max-width:1024px){
    .section-header h2 {
        font-size: 42px;
        line-height:50px;
        margin-bottom: 20px;
    }
}
.section-header-text{
    float:right;
    max-width: 600px;
    margin-bottom:50px;
}
.section-header-text, .section-header-text p {
    color: #442669;
    font-size: 24px;
    line-height: 32px;
    margin:0!important;
    padding:12px 0!important;
    font-family:'Sk Modernist';
}
@media(max-width:1024px){
    .section-header-text, .section-header-text p {
        font-size: 20px;
        line-height:28px;
    }
}

.section-block-skill {
    max-width: var(--max-width);
    min-height:500px;
    background: white;
    border-radius: 48px;
    padding: 40px;
    margin-bottom: 2rem;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 1.5rem;
}
@media(max-width:768px){
    .section-block-skill {
        border-radius: 36px;
        flex-direction:column-reverse;
        grid-template-columns: 1fr;
        padding: 30px;
    }
}

.section-block-skill-col, .section-skills-img {
    width: 100%;
    height: auto;
}

.section-block-skill-col{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
@media(max-width:768px){
    .section-block-skill-col {
        order: 1;
    }
}


.section-block-skill-col h3 {
    font-size: 48px;
    line-height:58px;
    font-weight:300;
    color: #442669;
    margin-bottom: 20px;
}
@media(max-width:1024px){
    .section-block-skill-col h3 {
        font-size: 38px;
        line-height:48px;
    }
}

.section-block-skill-col-tresc{
    margin-bottom: 30px;
}

.section-block-skill-col-tresc, .section-block-skill-col-tresc p, .section-block-skill-col-tresc li {
    font-size: 18px;
    line-height:24px;
    color: #442669;
    font-family:'Sk Modernist';
}
@media(max-width:1024px){
    .section-block-skill-col-tresc, .section-block-skill-col-tresc p, .section-block-skill-col-tresc li {
        font-size: 16px;
        line-height:22px;
    }
}
.section-block-skill-col-tresc ul{
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 25px;
    margin:20px 0;
}

.section-block-skill-col-tresc ul>li{
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
}

.section-skills-img {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media(max-width:768px){
    .section-skills-img {
        order: -1;
    }
}

.section-skills-img img {
    width: 80%;
    max-height:400px;
    border-radius: 120px;
}

.section-skills-wrapper .button-1:hover {
    background-color: #b2e14e !important;
    border-color: #b2e14e !important;
}

@media(max-width:768px){
    .section-skills-wrapper .button-1 {
        height:50px;
    }
}



/* section skills END */

/* section with files START */
.media-section-wrapper {
    padding:50px 0px 70px;
}
/*@media(max-width:768px){
    .media-section-wrapper {
        padding:50px 0px 70px;
    }
}*/

.media-section {
    display: flex;
    gap: 100px;
    align-items: flex-start;
}
@media(max-width:1366px){
    .media-section {
        gap:50px;
    }
}
@media(max-width:1024px){
    .media-section {
        gap:30px;
        flex-direction:column;
    }
}
.media-section-1-col {
    display: flex;
    align-items: center;
    text-align:center;
    gap:40px;
}
@media(max-width:1024px){
    .media-section-1-col {
        gap:20px;
    }
}

.media-section-1-col .media-downloads{
    width:100%;

    text-align:left;
}

.media-text h2{
    font-size:60px;
    line-height: 72px;
}


@media(max-width:1024px){
  .media-text h2{
    font-size:32px;
    line-height: 42px;
  }
}

.media-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;

    @media(max-width:1024px){
        gap: 10px;
    }
}
.media-text, .media-text p {
    font-weight:300;
    font-size: 30px;
    line-height: 36px;
    font-family: 'Nohemi';
}
@media(max-width:1024px){
    .media-text, .media-text p {
        font-size: 22px;
        line-height: 28px;
    }
}

.media-downloads {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}
@media(max-width:1024px){
    .media-downloads {
        width: 100%;

    }
}
@media(max-width:768px){
    .media-downloads {
        flex-direction: column;
    }
}

.flexible-field-download-item {
    display: flex;
    align-items: center;
    text-decoration: none;
    border: 1px solid #ccc;
    border-radius: 100px;
    padding: 15px 20px;
    color: #333;
    transition: 0.3s;
    width:100%;
    gap:0px;
    max-width:806px;
}
@media(max-width:1200px){
    .flexible-field-download-item {
        gap:15px;
    }
}
@media(max-width:768px){
    .flexible-field-download-item {
        flex-direction: column;
        align-items: flex-start;
        border-radius:30px;
        gap:20px;
        width:100%!important;
    }
}
/*
.flexible-field-download-item:hover {
    border-color: #7b2ff7;
    background-color: #f9f6ff;
}*/

.flexible-field-file-icon {
    margin-right: 24px;
    margin-left: 15px;
}
@media(max-width:1024px){
    .flexible-field-file-icon {
        margin-right: 15px;
        margin-left: 8px;
    }
}
@media(max-width:768px){
    .flexible-field-file-icon {
        margin-right:0px;
        margin-left: 0px;
        margin-bottom: 5px;
    }
}
.flexible-field-file-content {
    flex: 1;
    width:calc(100% - 65px - 94px);
    overflow: hidden;
}
@media(max-width:768px){
    .flexible-field-file-content{
        width:100%;
    }
}

.flexible-field-file-title-wrapper{
    display: flex;
}

.flexible-field-file-title {
    font-size: 24px;
    line-height:36px;
    font-family:'Sk Modernist';
    color: #442669;
    text-decoration:none;
    text-overflow: ellipsis;
    display: block;
    max-width: calc(100%);
    overflow: hidden;
    white-space: nowrap;
}
@media(max-width:1024px){
    .flexible-field-file-title {
        font-size: 22px;
        line-height:32px;
    }
}
@media(max-width:768px){
    .flexible-field-file-title {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: wrap;
    }
}

.flexible-field-file-format, .flexible-field-file-format-before {
    display: inline-block;
    font-size: 16px;
    line-height:26px;
    font-family:'Sk Modernist';
    color: #8F7DA5;
    text-transform:uppercase;
}

.flexible-field-file-format-before {
    text-transform:capitalize;
    margin-right:5px;
}

.flexible-field-file-arrow {
    padding:20px;
    border-radius:50px;
    border:1px solid #442669;
    display: flex;
    margin-left:30px;
}
@media(max-width:1200px){
    .flexible-field-file-arrow{
        margin-left:10px;
    }
}
@media(max-width:768px){
    .flexible-field-file-arrow{
        margin-left:0;
        margin-top:10px;
        padding:14px;
    }
}
.flexible-field-file-arrow:hover {
    background-color: rgba(68, 38, 105, .25);
}

.flexible-field-file-arrow img {
    width:24px;
    height:24px;
}
@media(max-width:768px){
    .flexible-field-file-arrow img{
        width:22px;
        height:22px;
    }
}

/* section with files END */


/* text section START */
.text-section-wrapper{
    padding:80px 0 80px;
}

.text-section{
    padding:0px 20px 0px;
    box-sizing:border-box;
}
@media(max-width:1280px){
    .text-section{
        padding:20px 16px;
    }
}

.max-width-1056{
    max-width: 1056px;
}


.text-section h1{
    font-size: 90px;
    line-height:100px;
    font-weight:200;
    font-family: 'Nohemi';
    text-align:left;
    margin:0px 0 15px 0;
}
@media(max-width:1024px){
    .text-section h1{
        font-size: 60px;
        line-height:70px;
    }
}
@media(max-width:768px){
    .text-section h1{
        font-size: 40px;
        line-height:50px;
    }
}

.text-section h2{
    font-size: 60px;
    line-height:72px;
    font-weight:200;
    font-family: 'Nohemi';
    text-align:left;
    margin:30px 0 15px 0;
}
@media(max-width:1024px){
    .text-section h2{
        font-size: 40px;
        line-height:50px;
    }
}
@media(max-width:768px){
    .text-section h2{
        font-size: 34px;
        line-height:40px;
    }
}

.text-section, .text-section p{
    font-size: 24px;
    line-height:32px;
    font-weight:200;
    font-family: 'Sk Modernist';

}
 .text-section p{
    padding:12px 0;
}
@media(max-width:1024px){
    .text-section, .text-section p{
        font-size: 20px;
        line-height:28px;
    }
}
@media(max-width:768px){
    .text-section, .text-section p{
        font-size: 16px;
        line-height:24px;
    }
}
.text-section em, .text-section p em, .text-section h2 em{
    font-family: 'Playfair Display';
    font-weight:500;
    font-style: italic !important;
}
.text-section strong, .text-section p strong{
    font-weight:400;
}


.single-event .text-section, .single-event .text-section p{
    font-size: 30px;
    line-height:40px;
    font-weight: 300;
    font-family: 'Nohemi';

}

@media(max-width:1024px){
    .single-event .text-section, .single-event .text-section p{
        font-size: 24px;
        line-height:32px;
    }
}
@media(max-width:768px){
    .single-event .text-section, .single-event .text-section p{
        font-size: 20px;
        line-height:28px;
    }
}


/* text section END */
/* large text  section START */
.text-section-large, .text-section-large p{
    font-size: 48px;
    line-height:64px;
    font-weight:200;
    font-family: 'Nohemi';
    text-align:center;
}
@media(max-width:1024px){
    .text-section-large, .text-section-large p{
        font-size: 40px;
        line-height:50px;
    }
}
@media(max-width:768px){
    .text-section-large, .text-section-large p{
        font-size: 34px;
        line-height:40px;
    }
}
/* large  text section END */





/* experts section START */
.experts-section-wrapper{
    position:relative;
    overflow:hidden;
    border-top-left-radius:96px;
    border-top-right-radius:96px;
    background-size: cover;
    margin:0 auto!important;
}
@media(max-width:1024px){
    .experts-section-wrapper{
        border-top-left-radius:46px;
        border-top-right-radius:46px;
    }
}

.experts-section{
    padding:100px 25px;

}
@media(max-width:1024px){
    .experts-section{
        padding:80px 15px;
    }
}

.experts-title, .experts-section h2, .experts-section h2 p{
    font-family: 'Nohemi';
    /*text-align:center;*/
    font-size:72px;
    line-height:71px;
    font-weight:300;
}
@media(max-width:1024px){
    .experts-title, .experts-section h2, .experts-section h2 p{
        font-size:48px;
        line-height:48px;
    }
}

.experts-content{
    display:flex;
    flex-direction:column;
    width:100%;
    gap:20px;
}
@media(max-width:1024px){
    .experts-content{
        gap:10px;
    }
}

.experts-content p{
    font-family: Nohemi;
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0px;
}
@media(max-width:1024px){
    .experts-content p{
        font-size:22px;
        line-height:30px;
    }
}


.experts-title em{
 font-family: 'Playfair Display';
 font-weight:500;
 font-style: italic!important;

}

.flex-experts{
    display:flex;
    gap:60px;
    flex-wrap:wrap;
    margin-top:60px;
    margin-bottom:20px;
    display:grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media(max-width:1024px){
    .flex-experts{
        gap:30px;
        margin-top:50px;
        grid-template-columns: 1fr 1fr;
    }
}
@media(max-width:768px){
    .flex-experts{
        gap:30px;
        margin-top:50px;
        grid-template-columns: 1fr 1fr;
    }
}


.person{
    /*width:calc( 25% - (180px / 4) );*/
    width:100%;
    flex-direction: column;
}
@media(max-width:1024px){
    .person{
        /*width:calc( 50% - (30px / 2) );*/
        display: flex;
        align-items: center;
        text-align:center;
    }
}

.person img{
    height: auto;
    aspect-ratio: 1/ 1;
    object-fit:contain;

}


.person-name{
    font-size:24px;
    line-height:32px;
    font-weight:300;
    font-family:'Nohemi';
    display:flex;
    gap:5px;
    align-items: center;
    margin-top:15px;
    margin-bottom:5px;
}
@media(max-width:1024px){
    .person-name{
        font-size:18px;
        width: 100%;
        justify-content: center;
    }
}

.person-name-show{
    display:inline-block;
    max-width:calc(100% - 24px);
}

.person-name img{
    width:24px;
    height:auto;
}


.person-position{
    font-size:16px;
    line-height:28px;
    font-weight:400;
    font-family:'Sk Modernist';
    color: #E3D8F0;
}
@media(max-width:1024px){
    .person-position{
        font-size:14px;
        line-height:24px;
    }
}

.person-description{
    font-size:13px;
    font-weight:400;
    font-family:'Sk Modernist';
    margin-top:5px;
}

.person-socials{
    display:flex;
    gap:5px;
    margin-top:10px;
}

a.social-icon{
    padding:6px;
    display:inline-flex;
    justify-content:center;
    align-items:center;
    width:36px;
    height:36px;
    border:1px solid rgba(255,255,255,0.32);
    border-radius:20px;
    transition:0.2s;
    margin-top:5px;
}
@media(max-width:1024px){
    a.social-icon{
        padding:5px;
        width:32px;
        height:32px;
    }
}

a.social-icon:hover{
    background-color:#442669;
    transition:0.2s;
}


.show-more-people{
    padding-top: 16px;
    padding-right: 24px;
    padding-bottom: 16px;
    padding-left: 28px;
    gap: 12px;
    border-radius: 100px;
    background-color:#fff!important;
    color: #442669;
    font-family: Sk-Modernist;
    font-weight: 700;
    font-size: 14px;
    leading-trim: Cap height;
    line-height: 14px;
    letter-spacing: 6%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    font-family: 'Sk Modernist';
    margin-top: 30px !important;
    transition: 0.15s;
}

.show-more-people:hover {
    gap: 20px;
    transition: 0.15s;
}

.show-less-people .arrow-top{
    transform:rotate(180deg);
}
/* experts section END  */

/* section with balanced goals START */
.section-goals-wrapper {
  background-color: #ffffff;
  padding: 40px 20px;
}

.section-goals {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

.sustain-left {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.sustain-logo {
  height: 80px;
  width: auto;
}

.sustain-texts {
  display: flex;
  flex-direction: column;
}

.sustain-title {
  font-size: 28px;
  font-weight: bold;
  margin: 0;
  color: #2c1f45;
}

.sustain-description {
  font-size: 14px;
  color: #5b5b5b;
  margin-top: 5px;
}

.sustain-icons {
  display: flex;
  gap: 16px;
  margin-top: 20px;
}

.sustain-icon {
  height: 80px;
  width: auto;
}
/* section with balanced goals END */

/* section with image START */
.section-with-image {
    display:flex;
    justify-content:center;
    align-items:center;
    padding-top:80px;
    padding-bottom:80px;
}
@media(max-width:1024px){
    .section-with-image {
        padding-top:30px;
        padding-bottom:30px;
    }
}
.section-with-image img{
    max-width:100%;
    height:auto;
    margin:auto;

}

/* section with image END */

/* section media about us START */
/*.media-section {
  padding: 60px 20px;
  background-color: #fff;
  font-family: 'Arial', sans-serif;
}*/

.section-media-about-us h2{
    font-family: 'Nohemi';
    font-size: 48px;
    font-weight:300;
    line-height:64px;
    color: #442669;
    margin-bottom: 30px;
}



.media-card {
  background: #FAF7FC;
  border-radius: 32px;
  padding: 46px 40px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media(max-width:1024px){
    .media-card {
        flex-direction:column;
        align-items: flex-start;
    }
}

.media-content {
  max-width: 70%;
}
@media(max-width:1024px){
    .media-content {
        max-width: 100%;
    }
}

.media-date {
  font-size: 14px;
  color: #FA4B38;
  font-weight: 700;
  font-family: 'Sk Modernist';
  letter-spacing:0.06em;
  margin-bottom: 8px;
  text-transform:uppercase;
}

.media-title {
  font-size: 30px;
  font-weight:300;
  line-height:36px;
  color: #442669;
  margin-bottom: 40px;
  text-decoration:none;
}

.media-description{
    margin-bottom:15px;
}

.media-description, .media-description p {
    font-size: 18px;
    color: #695187;
    font-weight: 400;
    line-height:24px;
    font-family: 'Sk Modernist';
    display: block;
}

.media-description p {
    padding: 12px 0;
}

.media-headline:hover {
  text-decoration: underline;
}



.media-tag {
  display: inline-block;
  background: #301F45BF;
  color: #fff;
  padding: 14px 20px;
  border-radius: 30px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  font-family: 'Sk Modernist';
  letter-spacing:0.06em;
  text-transform: uppercase;
  text-decoration:none;
}

.media-button {
  background: none;
  border: 1px solid #C7BED2;
  color: #442669;
  border-radius: 999px;
  padding: 16px 24px;
  font-size:14px;
  line-height: 14px;
  font-weight: 700;
  font-family: 'Sk Modernist';
  letter-spacing:0.06em;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  transition:0.2s;
}
@media(max-width:1024px){
    .media-button {
        margin-top: 20px;
        height:50px;
        padding: 12px 20px;
    }
}

.media-button:hover {
    /*border-color:#442669;*/
    background-color: rgba(68, 38, 105, .25);
    transition:0.2s;
}

.media-load-more-about-us {
  text-align: center;
  margin-top: 40px;
}

.load-more-btn {
  background-color: rgba(0,0,0,0)!important;
  border: 1px solid #442669;
  letter-spacing:0.06em;
  font-weight: 700;
  font-size:14px;
  line-height: 14px;
  color: #442669!important;
  padding: 24px 32px;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin:auto;
  transition: 0.2s;
}

.load-more-btn:hover {
    background-color: rgba(68, 38, 105, .25)!important;
    transition: 0.2s;
}
/* section media about us END */

/* section with webinars START */
.webinary-section {
  color: #442669;
  padding:20px 0 60px 0;
}
@media(max-width:1024px){
    .webinary-section {
      padding:10px 0 40px 0;
    }
}

.webinary-title {
  font-family: 'Nohemi', sans-serif;
  font-weight: 300;
  font-size: 72px;
  line-height: 71px;
  letter-spacing: -0.01em;
  margin-bottom: 64px;
}
@media(max-width:1024px){
    .webinary-title {
        font-size: 48px;
        line-height: 48px;
        margin-bottom: 42px;
    }
}

.webinary-title em {
  font-family: 'Playfair Display', serif;
  font-weight:500;
  font-style: italic;
}

.webinar-card {
  display: flex;
  justify-content: space-between;
  background: #FAF7FC;
  border-radius: 48px;
  padding: 36px;
  margin-bottom: 40px;
  gap: 40px;
  width:100%;
  color: #442669;
}
@media(max-width:1024px){
    .webinar-card {
        flex-direction:column;
        border-radius:32px;
        padding:22px 16px 26px;
        gap:30px;
    }
}

.webinar-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items:flex-start;
  width:50%;
}
@media(max-width:1024px){
    .webinar-left {
        width:100%;
    }
}

.webinar-tags {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.tag, .date-tag {
  font-size: 14px;
  font-weight: 700;
  background: #866FA31F;
  letter-spacing:0.06em;
  color: #442669;
  padding: 6px 16px;
  border-radius: 30px;
  text-transform: uppercase;
  font-family: 'Sk Modernist';
}
@media(max-width:1024px){
    .tag, .date-tag {
        font-size: 13px;
    }
}
.date-tag {
    display: flex;
    gap: 5px;
}


.webinar-title {
  font-size: 30px!important;
  font-family: 'Nohemi';
  font-weight: 300;
  line-height:36px!important;
  margin-bottom: 25px;
}
@media(max-width:1024px){
    .webinar-title {
        font-size: 24px!important;
        line-height:30px!important;
        margin-top: 10px;
        margin-bottom: 20px;
    }
}

.webinar-desc {
  font-size: 18px;
  line-height:24px;
  margin-bottom: 24px;
  font-weight:400;
  font-family: 'Sk Modernist';
}
@media(max-width:1024px){
    .webinar-desc {
        font-size: 16px;
        line-height:22px;
        margin-bottom: 20px;
    }
}

.webinar-host-title {
  margin-bottom: 16px;
  font-size: 18px;
  line-height:24px;
  font-weight:400;
  font-family: 'Sk Modernist';
}

.webinar-host {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  font-size: 18px;
  line-height:24px;
  font-weight:400;
  font-family: 'Sk Modernist';
}

.webinar-host img {
  border-radius: 5px;
  width: 51px;
  height: 55px;
  object-fit: cover;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 100%;
}

.label {
  font-size: 14px;
  margin: 0;
}

.host-name {
  font-family: 'Nohemi';
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.5px;
  margin-bottom:5px;
}

.host-position {
  font-family: 'Sk Modernist';
  font-weight: 400;
  font-size: 11px;
  line-height: 100%;
  color: #8F7DA5;
}

.webinar-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border: 2px solid #442669;
  border-radius: 50px;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #442669;
  text-decoration: none;
  transition: all 0.2s ease;
}
@media(max-width:1024px){
    .webinar-btn {
        line-height:120%;
        letter-spacing:0;
        padding:10px 18px;
        text-align:center;
    }
}

.webinar-btn:hover {
    background-color: rgba(68, 38, 105, .25);
    transition: all 0.2s ease;
}

.webinar-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 240px;
  width:50%;
  position:relative;
  aspect-ratio: 16 / 9;
}
@media(max-width:1024px){
    .webinar-right {
        width:100%;
        min-height: 200px;
    }
}

.webinar-video {
  object-fit:cover;
  overflow:hidden;
}

.webinar-video video{
    width: 100%;
    height:100%;
    position:absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    border-radius: 15px;
}

img.webinar-video-preview{
    width: 100%;
    height:100%;
    position:absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    border-radius: 15px;
}

img.webinar-play-btn {
  width: 44px;
  height: 44px;
  position:absolute;
  bottom:-22px;
  left:-22px;
  z-index:11;
}
@media(max-width:1024px){
    img.webinar-play-btn {
        right:-10px;
        bottom:-10px;
        left: auto;
    }
}
/* section with webinars END */


/* section academy program wrapper START */
.academy-program-wrapper {
  background-color: #ECE9F0;
  padding: 120px 0;
  font-family: 'Nohemi', sans-serif;
  color: #442669;
  margin-top:0!important;
  margin-bottom:0!important;

}
@media(max-width:1366px){
    .academy-program-wrapper {
        padding: 80px 0;
    }
}
@media(max-width:1024px){
    .academy-program-wrapper {
        padding: 60px 0;
    }
}

.academy-program-container {
  display: flex;
  gap: 60px;
  margin-top:40px;
}
@media(max-width:1024px){
    .academy-program-container {
        flex-direction:column;
        margin-top:25px;
    }
}

.program-left {
  flex: 1;
  width:50%;
  display:flex;
  flex-direction:column;
  justify-content: space-between;
  gap:50px;
}
@media(max-width:1024px){
    .program-left {
        width:100%;
    }
}

.academy-program-wrapper h2 {
  margin-bottom: 16px;
  font-family: Nohemi;
  font-weight: 300;
  font-size: 48px;
  line-height: 64px;
  letter-spacing: 0px;
  vertical-align: middle;
}
@media(max-width:1366px){
    .academy-program-wrapper h2 {
        font-size: 40px;
        line-height: 48px;
    }
}
@media(max-width:1024px){
    .academy-program-wrapper h2{
        font-size: 36px;
        line-height: 42px;
    }
}

.program-left p {
  font-family: Nohemi;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0px;
    margin-bottom:30px;
}
@media(max-width:1366px){
    .program-left p {
        font-size: 26px;
        line-height: 32px;
    }
}
@media(max-width:1024px){
    .program-left p{
        font-size: 22px;
        line-height: 28px;
    }
}

.program-left .media-downloads{
    flex:0;
}
@media(max-width:1024px){
    .program-left .media-downloads{
        width:70%;
    }
}
@media(max-width:768px){
    .program-left .media-downloads{
        width:100%;
    }
}


.academy-program-container .flexible-field-download-item{
    background-color:#fff;
}

.program-right {
  flex: 1;
  width:50%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media(max-width:1024px){
    .program-right {
        width:100%;
    }
}

.program-item{
  display: flex;
  align-items: flex-start;
  gap: 26px;
}
@media(max-width:1024px){
    .program-item{
        gap:14px;
        flex-direction: column;
    }
}

.program-number{
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media(max-width:1366px){
    .program-number{
        width: 62px;
        height: 62px;
    }
}
@media(max-width:1024px){
    .program-number{
        width: 60px;
        height: 60px;
    }
}

.program-number span{
  font-family: 'Playfair Display', serif;
  font-weight:400;
  font-style:italic;
  font-size: 38px;
  line-height:57px;
  color: #5D5FEF;
  text-align: center;
  position: relative;
  top: -5px;
}
@media(max-width:1366px){
    .program-number span{
        font-size: 36px;
        line-height: 54px;
    }
}
@media(max-width:1024px){
    .program-number span{
        font-size: 34px;
        line-height: 44px;
    }
}

.program-list-element{
    width:calc(100% - 64px);
}
@media(max-width:1024px){
    .program-list-element{
        width:100%;
    }
}

.program-item h4{
    font-family: 'Nohemi';
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    vertical-align: middle;
    margin-bottom:6px;
}
@media(max-width:1366px){
    .program-item h4 {
        font-size: 28px;
        line-height: 33px;
    }
}
@media(max-width:1024px){
    .program-item h4{
        font-size: 28px;
        line-height: 33px;
    }
}
.program-item p{
    font-family: 'Sk Modernist';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    vertical-align: middle;
}
@media(max-width:1366px){
    .program-item p {
        font-size: 17px;
        line-height: 23px;
    }
}
/* section academy program wrapper END */

/* section advantage blocks START */
.advantage-fields-container h2{
    margin-bottom: 16px;
    font-family: Nohemi;
    font-weight: 300;
    font-size: 48px;
    line-height: 64px;
    letter-spacing: 0px;
    vertical-align: middle;
}
@media(max-width:1366px){
    .advantage-fields-container h2{
        font-size: 40px;
        line-height: 56px;
    }
}
@media(max-width:1024px){
    .advantage-fields-container h2{
        font-size: 36px;
        line-height: 42px;
    }
}

.advantage-fields-blocks{
    display:flex;
    gap:30px;
    margin-top:30px;
    flex-wrap:wrap;
}
@media(max-width:768px){
    .advantage-fields-blocks{
        gap:20px;
    }
}
.advantage-field-block{
    border-radius:48px;
    padding:32px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    gap:40px;
    width:calc(50% - 20px);
}
@media(max-width:1024px){
    .advantage-field-block{
        border-radius:32px;
    }
}
@media(max-width:768px){
    .advantage-field-block{
        width:100%!important;
        gap:30px;
    }
}
.advantage-field-block img{
    width: 48px;
    height: 48px;
}

.advantage-field-block-content{
    font-family: 'Nohemi';
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.5px;
}
@media(max-width:1024px){
    .advantage-field-block-content{
        font-size: 18px;
        line-height: 25px;
    }
}
/* section advantage blocks END */


/* section why choose field of study START */
.section-why-choose-wrapper{
    padding: 100px 0 70px 0;
    margin:0!important;
}
@media(max-width:1024px){
    .section-why-choose-wrapper{
        padding: 70px 0 50px 0;
    }
}

.section-why-choose{
    width:100%;
    height:100%;
    border-radius:64px;
    padding: 96px 64px;
    gap:58px;
    position:relative;
    overflow: hidden;
}
@media(max-width:1024px){
    .section-why-choose{
        padding: 50px 25px;
        border-radius:1.5rem;
    }
}

.section-why-choose .section-flexible-content-cover{
    left:0;
    top:0;
}

.section-why-choose-title, .section-why-choose-content-blocks{
    position:relative;
    z-index:111;
}

.section-why-choose h2 {
    color: #fff;
    font-family: "Nohemi";
    font-weight:300;
    font-size: 48px;
    line-height:100%;
}
@media(max-width:1024px){
    .section-why-choose h2 {
        font-size: 36px;
        line-height: 42px;
    }
}

.section-why-choose em {
    color: #fff;
    font-family: "Playfair Display";
    font-weight:700;
    font-size: inherit;
    line-height:inherit;
    font-style:italic;
}

.section-why-choose-title p {
    color: #fff;
    font-family: "Sk Modernist";
}

.section-why-choose-content-blocks {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top:50px;
}
@media(max-width:1024px){
    .section-why-choose-content-blocks {
        margin-top:30px;
    }
}

.section-why-choose-content-block {
    width: 100%;
    background-color: #442669;
    padding: 20px 30px;
    display: flex;
    gap:15px;
    align-items: center;
    border-radius:999px;
}
@media(max-width:1024px){
    .section-why-choose-content-block {
        gap:8px;
        padding: 16px 20px;
        border-radius:32px;
    }
}

.section-why-choose-content-block img {
    max-width: 150px;
    margin-right: 15px;
    width:40px;
    height:40px;
}
@media(max-width:1024px){
    .section-why-choose-content-block img{
        width:32px;
        height:32px;
    }
}

.section-why-choose-text-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
@media(max-width:1024px){
    .section-why-choose-text-group{
        gap: 8px;
    }
}

.section-why-choose-text-main {
    font-family: "Sk Modernist";
    color: #FA4B38;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.06em;
    vertical-align: middle;
    text-transform: uppercase;
}
@media(max-width:1024px){
    .section-why-choose-text-main{
        font-size: 13px;
    }
}

.section-why-choose-secondary {
    font-family: "Nohemi";
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    color: #442669;
}
@media(max-width:1024px){
    .section-why-choose-secondary{
        font-size: 18px;
        line-height: 25px;
    }
}
/* section why choose field of study END */


/* section with slider START */
.section-with-slider-wrapper {
    margin: 0 auto!important;
    color: #442669;
    overflow:hidden;
    padding:80px 0 100px 0;
    position:relative;
}
@media(max-width:1024px){
    .section-with-slider-wrapper {
        padding:40px 0 60px 0;
    }
}

.section-padding-large{
    padding: 100px 0 100px 0;
}
@media(max-width:1024px){
    .section-padding-large {
        padding:60px 0 80px 0;
    }
}


.section-with-slider-header{
    display:flex;
    width:100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom:30px;
    color:#442669;
    flex-wrap: wrap;
    gap:20px;
}

.slider-title-short{
    width:calc(100% - 230px - 20px);
}
@media(max-width:500px){
    .slider-title-short{
        width:100%;
    }
}

.section-with-slider h2{
    font-family: Nohemi;
    font-weight: 300;
    font-size: 48px;
    line-height: 64px;
    letter-spacing: 0px;
    vertical-align: middle;
}
@media(max-width:1024px){
    .section-with-slider h2{
        font-size: 32px;
        line-height: 44px;
    }
}


.flexible-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    min-width: 160px;
}
@media(max-width:1024px){
    .flexible-navigation {
        gap:10px;
        margin-top: 10px!important;
    }
}
.flexible-navigation img {
    background-color:inherit!important;
    border: 1px solid #442669!important;
    border-radius:100%;
    width:80px;
    height:80px;
    color: white;
    border: none;
    padding: 26px 26px;
    cursor: pointer;
    transition:0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media(max-width:1024px){
    .flexible-navigation img {
        width:50px;
        height:50px;
        padding: 16px 16px;
    }
}
.flexible-navigation img:hover{
    background-color: rgba(68, 38, 105, .25)!important;
    transition:0.2s;
}

.flexible-navidation-block{
    font-family: 'Nohemi';
    font-weight: 400;
    font-size: 15.7px;
    line-height: 25.08px;
    letter-spacing: 0%;
    vertical-align: middle;
    color:#727497;
}

.flexible-actual-block{
    font-family: 'Nohemi';
    font-weight: 500;
    font-size: 15.7px;
    line-height: 25.08px;
    letter-spacing: 0%;
    vertical-align: middle;
    color:#301F45;
}

.flexible-slider-container {
    width: 100%;
    position: relative;
}

.single-event .flexible-slider-container {
    overflow:hidden;
}

.flexible-slider-blocks {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.flexible-slider-block {
    background-color: #ECE9F0;
    border-radius:48px;
    box-sizing: border-box;
    padding: 20px 20px 40px;
    margin-right: 20px;
    width:474px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
@media(max-width:768px){
    .flexible-slider-block {
        width:330px;
        border-radius:32px;
    }
}

.flexible-slider-block-columns{
    display: flex;
    justify-content: space-between;
}

.flexible-slider-block .number{
    border:1px solid #C7BED2;
    color:#442669;
    font-family: 'Nohemi';
    font-weight: 300;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    width:68px;
    height:68px;
    border-radius:100%;
}
@media(max-width:1024px){
    .flexible-slider-block .number{
        width:50px;
        height:50px;
        font-size: 20px;
        line-height: 25px;
    }
}

.flexible-slider-block .slider-image {
    width: 200px;
    height: 200px;
    object-fit: contain;
}
@media(max-width:1024px){
    .flexible-slider-block .slider-image{
        width: 150px;
        height: 150px;
    }
}

.flexible-slider-block-icon{
    width: 96px;
    height: 96px;
    border-radius: 24px;
    margin-bottom:20px;
}
@media(max-width:1024px){
    .flexible-slider-block-icon{
        margin-bottom:12px;
    }
}

.flexible-slider-block .title {
    font-family: 'Nohemi';
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0px;
    color:#442669;
}
@media(max-width:1024px){
    .flexible-slider-block .title{
        font-size: 22px;
        line-height: 28px;
    }
}

.flexible-slider-block-with-icon .title{
    font-family: 'Nohemi';
    font-weight: 300;
    font-size: 36px;
    line-height: 42px;
    margin-bottom:5px;
}
@media(max-width:1024px){
    .flexible-slider-block-with-icon .title{
        font-size: 26px;
        line-height: 36px;
        margin-bottom:0px;
    }
}


.flexible-slider-block .description {
    font-family: 'Sk Modernist';
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    color:#442669;
}
@media(max-width:1024px){
    .flexible-slider-block .description{
        font-size: 16px;
        line-height: 28px;
    }
}

.flexible-slider-block-video-wrapper{
    margin-bottom:10px;
    position:relative;
}

.flexible-slider-block-student{
    width: 396px;
}

.flexible-slider-block-video{
    width:100%;
    height:100%;
    width: 356px;
    height: 463px;
    border-radius: 30px;
    object-fit: cover;
}

.flexible-slider-block-video-wrapper img.webinar-play-btn{
    left:inherit;
    right:-10px;
    bottom:-10px;
}
.flexible-slider-block-video-wrapper img.webinar-play-btn.stop{

}

/* section with slider END */


/* section FAQ START */
.faq-section-wrapper{
    margin:100px 0!important;
}
@media(max-width:1024px){
    .faq-section-wrapper{
        margin:50px 0!important;
    }
}

.faq-section {
  margin: auto;
  flex-direction: column;
  display: flex;
}

.faq-section strong{
    font-weight:400!important;
}

.faq-title, .faq-title h2{
    font-family: 'Nohemi', sans-serif;
    margin-bottom: 2rem;
    color: #442669;
    font-size:60px;
    line-height:60px;
    font-weight:300;
    letter-spacing:0em;
}

@media(max-width:1024px){
    .faq-title, .faq-title h2{
        font-size:42px;
        line-height:50px;
    }
}


.faq-item {
  border-bottom: 1px solid #301F45;
  margin-bottom: 1rem;
  display:flex;
  width:100%;
  flex-direction: column;
  transition:0.2s;
}

.faq-item.active{
    border-bottom:none;
    transition:0.2s;
}

.faq-question {
    background: none;
    border: none;
    font-size: 24px!important;
    line-height:36px!important;
    font-family: 'Sk Modernist', sans-serif;
    color: #442669;
    width: 100%;
    text-align: left;
    padding: 1rem 0;
    cursor: pointer;
    display:flex;
    width:100%;
    justify-content: space-between;
    transition:0.3s;
    gap:10px;
}
.faq-question:hover {
    padding-left: 1rem;
    transition:0.3s;
}
@media(max-width:1024px){
    .faq-question {
        font-size: 18px!important;
        line-height:26px!important;
    }
}


.faq-arrow {
    width: 36px;
    height: 36px;
    transition: transform 0.3s ease;
}
@media(max-width:1024px){
    .faq-arrow {
        width: 26px;
        height: 26px;
    }
}

.faq-item.active .faq-arrow {
    transform: rotate(180deg);
}

.faq-answer p, .faq-answer, .faq-answer li {
    font-size: 20px;
    line-height:30px;
    font-weight:400;
    font-family: 'Sk Modernist', sans-serif;
    color: #442669;
}
@media(max-width:1024px){
    .faq-answer p, .faq-answer, .faq-answer li  {
        font-size: 16px;
        line-height:24px;
    }
}
.faq-answer p{
    padding:12px 0!important;
}

.faq-answer ul {
    padding-left: 20px;
}

.faq-answer ul li::marker {
    color: var(--greendark);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  font-size: 0.95rem;
  padding: 0 0;
}

.faq-item.active .faq-answer {
  max-height: 1000px;
  padding: 0.5rem 0 1rem 0;
}

/* section FAQ END */


/* section newsletter START */

.mailerlite-form-error
 {
    position: absolute;
    bottom: 5px;
    left: 105px;
}
@media(max-width:1024px){
    .mailerlite-form-error{
        bottom: 2px;
        left: 72px;
    }
}

.newsletter-section {
  background: url('tlo-ciapki.png') no-repeat center center;
  background-size: cover;
  padding: 4rem 1rem;
  text-align: center;
  font-family: 'Sk Modernist', sans-serif;
  color: #442669;
}

.newsletter-title h2{
  font-family: 'Nohemi', sans-serif;
  font-size: 72px;
  line-height:83.5px;
  font-weight:300;
  margin-bottom: 2rem;
  color: #442669;
}
@media(max-width:1024px){
    .newsletter-title h2{
        font-size:42px;
        line-height:50px;
    }
}
@media(max-width:1024px){
    .newsletter-title h2 p{
        line-height: 140%;
    }
}


.newsletter-description {
  margin: 0 auto 3rem;
  font-size: 24px;
  line-height:36px;
  font-weight:400;
  line-height: 1.6;
}
@media(max-width:1024px){
    .newsletter-description {
        font-size:18px;
        line-height:28px;
        margin: 0 auto 2rem;
    }
}

.newsletter-description p{
    padding:12px 0!important;
}

.newsletter-form {
  margin: 0 auto;
  display:flex;
    flex-direction: column;
    align-items: center;
}

.input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #442669;
  border-radius: 50px;
  padding: 13px 1rem;
  margin-bottom: 2rem;
  max-width: 623px;
  width: 100%;
  background-color: #fff;
}

@media(max-width:1024px){
    .input-wrapper  {
       padding: 0.5rem 0.8rem;
    }
}

.input-wrapper .mail-icon {
  margin-right: 0.5rem;
  font-size: 1.2rem;
  color: #442669;
}

@media(max-width:1024px){
    .input-wrapper .mail-icon {
        width: 44px;
        height: 44px;
        margin-right: 0rem;
    }
}

.input-wrapper input[type="email"] {
  flex: 1;
  border: none;
  outline: none;
  font-size: 1rem;
  padding: 0.5rem;
  font-family: 'Sk Modernist', sans-serif;
  color: #442669;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
}
@media(max-width:1024px){
    .input-wrapper input[type="email"] {
        font-size: 16px;
        line-height: 26px;
    }
}

.input-wrapper input[type="email"]:focus {
    border: none;
    outline: none;
    --tw-ring-color: #fff;
}
.input-wrapper input[type="email"]::placeholder{
    font-family: 'Sk Modernist', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #442669;
    opacity:0.67;
}
@media(max-width:1024px){
    .input-wrapper input[type="email"]::placeholder {
        font-size: 16px;
        line-height: 26px;
    }
}

.input-wrapper .submit-btn {
  background: none!important;
  border: 1px solid #442669;
  font-size: 1.5rem;
  color: #442669;
  cursor: pointer;
      border-radius: 100%;
    width: 72px;
    height: 72px;
    line-height: 100%;
    padding: 24px;
    display: flex;
    transition:0.2s;
}
.input-wrapper .submit-btn:hover {
    background-color: rgba(68, 38, 105, .25)!important;
    transition:0.2s;
}
@media(max-width:1024px){
    .input-wrapper .submit-btn {
        width:50px;
        height:50px;
        padding:16px;
    }
}


.checkbox-group {
  text-align: left;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.9rem;
}
@media(max-width:1024px){
    .checkbox-group {
        margin-top: 2rem;
    }
}


.checkbox-group label {
  display: flex;
  gap:15px;
  margin-bottom: 1.2rem;
}
@media(max-width:1024px){
    .checkbox-group label {
        gap:10px;
    }
}

.checkbox-group input[type="checkbox"] {
width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-right: 0;
  border:1px solid #21005D;
}
@media(max-width:1024px){
    .checkbox-group input[type="checkbox"] {
        width:28px;
        height:28px;
    }
}
.checkbox-group input[type="checkbox"]:checked {
    border: 1px solid #21005D;
    color: var(--g-dark);
}
.checkbox-group input[type="checkbox"]:focus {
    --tw-ring-color: rgba(0,0,0,0);
}

.checkbox-group input[type=checkbox]:after {
    content: "";
    opacity: 0;
    display: block;
    left: 13px;
    top: 4px;
    position: absolute;
    width: 12px;
    height: 22px;
    border: 2px solid var(--form--color-text);
    border-top: 0;
    border-left: 0;
    transform: rotate(30deg);
}
@media(max-width:1024px){
    .checkbox-group input[type="checkbox"]:after {
        width: 10px;
        height: 18px;
        top:2px;
        left:9px;
    }
}

.checkbox-group .cb-text{
    width: calc(100% - 15px - 40px);
    display:inline-block;
font-size: 16px;
    line-height: 24px;
    font-family: 'Sk Modernist', sans-serif;
    position: relative;
    top: -12px;
}

@media(max-width:1366px){
    .checkbox-group .cb-text{
font-size: 16px;
    line-height: 24px;
    }
}
@media(max-width:1024px){
    .checkbox-group .cb-text{
        font-size:16px;
        line-height:24px;
    }
}

.checkbox-group .cb-text p{
    padding:12px 0;
    display:inline;
}

.checkbox-group .cb-text a{
    text-decoration:underline;
}


.newsletter-section button[type="submit"] svg{
    display: flex;
    position: absolute;
    background-color: #fff;
    border-radius: 100px;
    top: 33px;
    right: 35px;
}

@media(max-width:1024px){
    .newsletter-section button[type="submit"] svg{
        top: 18px;
        right: 22px;
    }
}

/* section newsletter END */


/* section project II START */

.projects-section-ii-wrapper {
  background-color: #fff;
  padding: 90px 20px;
  padding-bottom:90px!important;
  border-top-left-radius: 96px;
  border-top-right-radius: 96px;
  text-align: center;
  clip-path: none;
  margin:100px 0 100px 0!important;
  padding: 0 20px !important;
}
@media(max-width:1024px){
    .projects-section-ii-wrapper {
        /*clip-path: ellipse(250% 100% at top);*/
        border-top-left-radius: 3rem;
        border-top-right-radius: 3rem;
        padding: 20px 0px 80px!important;
        margin:100px 0 50px 0!important;
    }
}
@media(max-width:768px){
    .projects-section-ii-wrapper {
        padding: 0px 0px 80px!important;
        margin:80px 0 50px 0!important;
    }
}

.projects-section-ii {
    flex-direction: column;
}
@media(max-width:1024px){
    .projects-section-ii {

    }
}

.project-title-content{
    margin-bottom: 30px;
}

.projects-section-ii h2 {
  font-size: 72px;
  font-weight: 300;
  font-family: 'Nohemi';
}
@media(max-width:1024px){
    .projects-section-ii h2 {
        font-size: 42px;
    }
}

.project-content-and-cat-filters{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px 10px;
    margin-bottom:60px;
}
@media(max-width:1024px){
    .project-content-and-cat-filters {
        flex-direction:column;
        align-items: flex-start;
        margin-bottom:30px;
    }
}
.project-cat-filters{
    display:flex;
    gap:10px;
    flex-wrap: wrap;
}
.project-cat-filter{
    border:1px solid #C7BED2;
    padding: 16px 20px;
    border-radius:50px;
    text-transform:uppercase;
    font-family: "Sk-Modernist", sans-serif;
    font-weight: 400;
    font-size: 14px;
    leading-trim: Cap height;
    line-height: 14px;
    letter-spacing: 0.06em;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    cursor:pointer;
}
@media(max-width:1024px){
    .project-cat-filter {
        padding: 8px 14px;
    }
}
.project-cat-filter:hover{
    font-weight: 700;
    border:1px solid #442669;
}
.project-cat-filter.active{
    font-weight: 700;
    border:1px solid #442669;
}

.projects-list{
    display:flex;
    width:100%;
    flex-direction:column;
    gap:30px;
    margin-top:40px;
}

.project-horizontal-card{
    background-color:#FAF7FC;
    border: 1px solid #FFFFFF;
    padding:42px;
    border-radius:32px;
    display: flex;
    gap:32px;
    justify-content: flex-end;
    align-items: center;
}
@media(max-width:1024px){
    .project-horizontal-card {
        flex-direction:column;
        align-items: flex-start;
        padding:24px;
    }
}

.project-horizontal-card .project-date{
    margin-top:0;
}

.project-horizontal-card .project-title{
    font-size: 30px;
    line-height: 36px;
}
@media(max-width:1024px){
    .project-horizontal-card .project-title{
        font-size: 24px;
        line-height: 30px;
    }
}

.project-horizontal-card .project-tag{
    position:relative;
    top:0;
    left:0;
    margin-top: 8px;
    display: inline-block;
    padding:8px 12px;
}

.project-ii-image{
    width: 218px;
    aspect-ratio: 3 / 2;
    height: 100%;
}
@media(max-width:1024px){
    .project-ii-image{
        width:100%;
    }
}

.project-ii-card-img{
    width: 100%;
    height: 100%;
    /* object-fit: contain; */
    object-fit: cover;
    border-radius: 20px;
}


.project-right-desc{
    width: calc(100% - 218px - 32px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}
@media(max-width:1024px){
    .project-right-desc {
        flex-direction:column;
        align-items: flex-start;
        width:100%;
    }
}

@media(max-width:1024px){
    .project-right-button {
        margin-top:10px;
    }
}

.projects-section-ii .pagination{

}

.pagination {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 50px;
}
.pagination button, .pagination .page-numbers{
  border: none;
  cursor: pointer;
  width:56px;
  height:56px;
  border-radius:100px;
  display:flex;
  align-content:center;
  justify-content:center;
  align-items: center
}

.pagination button, .pagination .page-numbers:not(.prev):not(.next) {
  border: 1px solid #C7BED2;
  color: #442669;
}
.pagination button:hover, .pagination a:hover {
    background: #C7BED2;
}
.pagination button.active, .pagination a.active, .pagination .page-numbers.current:not(.prev):not(.next) {
  background: #442669;
  border: 1px solid #442669;
  color: white;
}

.pagination .btn-arrow{
    border:none;
    background: inherit;
}
.pagination .btn-arrow.back, .pagination .prev{
    transform:rotate(180deg);
}
.projects-list-wrapper{
    position:relative;
}
.projects-loading{
    background-color: rgba(255, 255, 255, 0.5);
}

/* section project ii  END */




/* section section-video-text-wrapper START */
.section-video-text-wrapper{
    margin:60px 0!important;
}
@media(max-width:1024px){
    .section-video-text-wrapper{
        margin:60px 0;
    }
}

.section-video-text{
    width:100%;
    flex-direction: column;
    padding: 100px 16px 150px;
}
@media(max-width:1024px){
    .section-video-text{
        padding: 50px 16px 80px;
    }
}

.section-video-text-block{
    background-color:#fff;
    border-radius: 64px;
    padding:64px 48px;
}
@media(max-width:1024px){
    .section-video-text-block{
        border-radius: 36px;
        padding:30px 24px 30px 24px;
    }
}

.section-video-text-video{
    width:100%;
    aspect-ratio:3/2;
    position:relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media(max-width:1024px){
    .section-video-text-video{

    }
}

.section-video-text-video video, .section-video-text .video-preview  {
    width:100%;
    aspect-ratio:3/2;
    border-radius: 48px;
    object-fit: cover;
}
@media(max-width:1024px){
    .section-video-text-video video, .section-video-text .video-preview{
        border-radius: 36px;
    }
}

.section-video-text-play-btn{
    position:absolute;
    cursor:pointer;
}

.section-video-text h2 {
  font-size: 72px;
  margin-bottom: 30px;
  font-weight: 300;
  font-family: 'Nohemi';
}
@media(max-width:1024px){
    .section-video-text h2 {
        font-size: 42px;
    }
}

.section-video-text p {
  font-size: 24px;
  line-height:30px;
  padding:12px 0;
  font-weight: 400;
  font-family: 'Sk Modernist';
}
@media(max-width:1024px){
    .section-video-text p {
        font-size: 18px;
        line-height:26px;
    }
}

.section-flexible-blockquote-author{

    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;
}
@media(max-width:1024px){
    .section-flexible-blockquote-author{
        font-size: 16px;
        line-height:24px;
    }
}

.section-flexible-blockquote-desc{
    color:#8F7DA5;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    vertical-align: middle;

}
@media(max-width:1024px){
    .section-flexible-blockquote-desc{
        font-size: 14px;
        line-height:22px;
    }
}
/* section section-video-text-wrapper END */

/* section section-with-gallery START */
.section-gallery{
    padding:0 16px;
}
@media(max-width:768px){
    .section-gallery{
        padding: 0;
        overflow: visible;
    }
}
.fancybox__container{
    z-index:10000!important;
}
.flexible-gallery-container {
  margin: 0 auto 30px;
  column-count: 3;
  column-gap: 1rem;
}

@media(max-width:1024px){
    .flexible-gallery-container{
        column-count: 2;
    }
}
@media(max-width:768px){
    .flexible-gallery-container{
        column-count: unset !important;
        display: flex !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        position: relative;
        padding-bottom: 10px;
        /* margin-left: 16px; */
        /* //first-child margin-left fix */

        padding-left: 16px;
        padding-right: 16px;
        width: 100vw;
        align-items: flex-start;
        height: auto;
    }
}

.flexible-gallery-item{
    position:relative;
    width: 100%;
    display: inline-block;
    margin-bottom: 1rem;
    break-inside: avoid;
}

@media(max-width:768px){
    .flexible-gallery-item{
        flex: 0 0 85vw;
        width: 85vw;
        margin-bottom: 0;
        scroll-snap-align: start;
        display: block;
        aspect-ratio: 1 / 1 !important;
        &:first-child{
            margin-left:16px!important;
            padding-left: 16px;
        }
    }
}

.flexible-gallery-container img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  display: block;
}

@media(max-width:768px){
  .flexible-gallery-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1 !important;
  }
}

@media(min-width:769px){
    .flexible-gallery-container  img:hover {
    transform: scale(1.03);
    }
}

.gallery-button {
  border:1px solid #442669;

  transition: background-color 0.3s;
  margin-bottom:5px;
}

.gallery-button:hover {
  background-color: #e0dff0;
}

/* section section-with-gallery END */

/* section with cards START */
.section-with-cards{
    min-height:auto;
    /*padding:200px 0px!important;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px 0 120px;
}
/*@media (max-width: 1280px) {
    .section-with-cards{
        padding:60px 44px!important;
    }
}*/
@media (max-width: 768px) {
    .section-with-cards{
        padding: 50px 16px 80px;
    }
}

.section-flexible-cards {
    padding: 0 16px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
@media(max-width:768px){
    .section-flexible-cards{
        padding: 0 16px 0;
    }
}

.section-flexible-cards-text{
    margin-top:20px;
    margin-bottom:70px;
}
@media(max-width:768px){
    .section-flexible-cards-text{
        margin-top:20px;
        margin-bottom:50px;
    }
}

.section-flexible-cards-text h2{
    font-family: Nohemi;
    font-weight: 300;
    font-size: 72px;
    line-height: 71px;
    letter-spacing: -1%;
    text-align: center;
    vertical-align: middle;
    color:#442669;
}
@media(max-width:1024px){
    .section-flexible-cards-text h2{
        font-size: 42px;
        line-height: 41px;
    }
}

.section-flexible-cards-text p{
    font-family: Sk-Modernist;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0%;
    vertical-align: middle;
    color:#442669;
    padding:12px 0;
}
@media(max-width:1024px){
    .section-flexible-cards-text p{
        font-size: 20px;
        line-height: 28px;
        padding:12px 0;
    }
}

.numbered-tile-wrapper{
    max-width: 570px;
}
/* section with cards END */

/* section section-with-list-sticky START */
.section-with-list-sticky-wrapper{
    padding: 120px 0 180px;
    font-family: 'Nohemi', sans-serif;
    color: #442669;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
@media (max-width: 1366px) {
    .section-with-list-sticky-wrapper{
        padding: 80px 0 100px;
    }
}
@media (max-width: 1024px) {
    .section-with-list-sticky-wrapper {
        padding: 60px 0 100px;
    }
}

.section-with-list-sticky{
    display: flex;
    gap: 60px;
    margin-top: 0px;
}

@media (max-width: 1024px) {
    .section-with-list-sticky {
        flex-direction: column;
        margin-top: 25px;
    }
}

.title-sticky{
    font-family: Nohemi;
    font-weight: 300;
    font-size: 72px;
    line-height: 71px;
    letter-spacing: -0.01em;
    vertical-align: middle;
    color:#442669;
    position: sticky;
    top: 60px;
}
@media (max-width: 1366px) {
    .title-sticky {
        font-size: 60px;
        line-height: 60px;
    }
}
@media (max-width: 1024px) {
    .title-sticky {
        font-size: 52px;
        line-height: 52px;
        text-align:left;
    }
}

.section-with-list-sticky .program-left{
    width:40%;
    flex: 0.8;
}
@media (max-width: 1024px) {
    .section-with-list-sticky .program-right{
        width:100%;
    }
}

.section-with-list-sticky .program-right{
    padding-top: 40px;
    width:60%;
    flex: 1.2;
}
@media (max-width: 1024px) {
    .section-with-list-sticky .program-right{
        padding-top: 10px;
        width:100%;
    }
}

.section-with-list-sticky .program-right p{
    color: #695187;
}



/* section section-with-list-sticky END */


/* section witch cards ii START */

.section-with-cards-ii{
    padding: 80px 16px 0px;
    min-height: auto;
}
@media(max-width:768px){
    .section-with-cards-ii{
        padding: 70px 16px 50px;
    }
}

.section-tile-ii{
    padding-bottom:80px!important;
}
@media (max-width: 1280px) {
    .section-tile-ii{
        padding-bottom:40px!important;
    }
}

/* section witch cards ii END */

/* section witch card START */
.section-with-card{
    min-height: auto;
    padding: 160px 0 180px 0!important;
    margin-bottom: 60px !important;
}
@media (max-width: 1280px) {
    .section-with-card{
        padding:140px 20px 160px!important;
        margin-bottom: 50px !important;
    }
}
@media (max-width: 1024px) {
    .section-with-card{
        padding:100px 20px 120px!important;
        margin-bottom: 40px !important;
    }
}
@media (max-width: 768px) {
    .section-with-card{
        padding:70px 20px 80px!important;
        margin-bottom: 30px !important;
    }
}

.section-with-card .has-base-font-size{
    margin-top:0;
}

.section-with-card img{
    max-width:416px;
    max-height:420px;
}

.section-flexible-card{
    width: 100%;
    background-color: #442669;
    margin: 0 auto !important;
    max-width: calc(1304px - 2rem);
    padding: 40px ;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    background-size: cover;
    min-height: 500px;
    z-index: 1;
    position: relative;
    border-radius: 64px;
}

@media (max-width: 1024px) {
    .section-flexible-card {
        padding: 40px 40px ;
        max-width: 800px !important;
        overflow: hidden;
    }
}

@media (max-width: 768px) {
    .section-flexible-card {
        padding: 30px 20px ;
        border-radius: 1.5rem;
    }
}
.section-flexible-card p{
    padding:12px 0;
}


.card-button{
    background-color: #C6FA57;
    border-radius:100px;
    transition:0.2s;
}
.card-button:hover{
    background-color: #b2e14e!important;
    border-color: #b2e14e!important;
    transition:0.2s;
}
/* section with card END */




/* section  START */
/* section  END */


/* section  START */
/* section  END */



.mt-0xl{
    margin-top:0!important;
}

.mt-1xl{
    margin-top:10px!important;
}

.mt-2xl{
    margin-top:20px!important;
}

.mt-3xl{
    margin-top:30px!important;
}

.mt-4xl{
    margin-top:40px!important;
}

.mt-5xl{
    margin-top:50px!important;
}

.mt-6xl{
    margin-top:60px!important;
}

.mt-7xl{
    margin-top:70px!important;
}

.mt-8xl{
    margin-top:80px!important;
}

.mt-9xl{
    margin-top:90px!important;
}

.mt-10xl{
    margin-top:100px!important;
}
.mt-12xl{
    margin-top:120px!important;
}

.mt-14xl{
    margin-top:140px!important;
}

.mt-16xl{
    margin-top:160px!important;
}

.mt-18xl{
    margin-top:180px!important;
}

.mt-20xl{
    margin-top:200px!important;
}


.mb-0xl{
    margin-bottom:0!important;
}

.mb-1xl{
    margin-bottom:10px!important;
}

.mb-2xl{
    margin-bottom:20px!important;
}

.mb-3xl{
    margin-bottom:30px!important;
}

.mb-4xl{
    margin-bottom:40px!important;
}

.mb-5xl{
    margin-bottom:50px!important;
}

.mb-6xl{
    margin-bottom:60px!important;
}

.mb-7xl{
    margin-bottom:70px!important;
}

.mb-8xl{
    margin-bottom:80px!important;
}

.mb-9xl{
    margin-bottom:90px!important;
}

.mb-10xl{
    margin-bottom:100px!important;
}

.mb-12xl{
    margin-bottom:120px!important;
}

.mb-14xl{
    margin-bottom:140px!important;
}

.mb-16xl{
    margin-bottom:160px!important;
}

.mb-18xl{
    margin-bottom:180px!important;
}

.mb-20xl{
    margin-bottom:200px!important;
}


.pt-0xl{
    padding-top:0!important;
}

.pt-1xl{
    padding-top:10px!important;
}

.pt-2xl{
    padding-top:20px!important;
}

.pt-3xl{
    padding-top:30px!important;
}

.pt-4xl{
    padding-top:40px!important;
}

.pt-5xl{
    padding-top:50px!important;
}

.pt-6xl{
    padding-top:60px!important;
}

.pt-7xl{
    padding-top:70px!important;
}

.pt-8xl{
    padding-top:80px!important;
}

.pt-9xl{
    padding-top:90px!important;
}

.pt-10xl{
    padding-top:100px!important;
}

.pt-12xl{
    padding-top:120px!important;
}

.pt-14xl{
    padding-top:140px!important;
}

.pt-16xl{
    padding-top:160px!important;
}

.pt-18xl{
    padding-top:180px!important;
}

.pt-20xl{
    padding-top:200px!important;
}


.pb-0xl{
    padding-bottom:0!important;
}

.pb-1xl{
    padding-bottom:10px!important;
}

.pb-2xl{
    padding-bottom:20px!important;
}

.pb-3xl{
    padding-bottom:30px!important;
}

.pb-4xl{
    padding-bottom:40px!important;
}

.pb-5xl{
    padding-bottom:50px!important;
}

.pb-6xl{
    padding-bottom:60px!important;
}

.pb-7xl{
    padding-bottom:70px!important;
}

.pb-8xl{
    padding-bottom:80px!important;
}

.pb-9xl{
    padding-bottom:90px!important;
}

.pb-10xl{
    padding-bottom:100px!important;
}

.pb-12xl{
    padding-bottom:120px!important;
}

.pb-14xl{
    padding-bottom:140px!important;
}

.pb-16xl{
    padding-bottom:160px!important;
}

.pb-18xl{
    padding-bottom:180px!important;
}

.pb-20xl{
    padding-bottom:200px!important;
}


.advantage-field-block-content{
    font-family: 'Nohemi';
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.5px;
}
@media(max-width:1024px){
    .advantage-field-block-content{
        font-size: 18px;
        line-height: 25px;
    }
}

@media(max-width:500px){
    footer .flex{
        flex-wrap:wrap;
    }
}

/* section with counter ii START */
.mission-ii-text{
    max-width:80%;
    width:100%;
}
@media(max-width:1024px){
    .mission-ii-text{
        max-width:100%;
    }
}

.section-flexible-counter-ii{
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;

    padding-top: 50px;
    padding-bottom: 50px;
    gap: 40px 40px;
    justify-content: space-between;
    width: 100%

}
@media(max-width:1024px){
    .section-flexible-counter-ii{
        padding-top: 30px;
        padding-bottom: 30px;
        gap: 30px 40px;
        grid-template-columns: 1fr 1fr;

    }
}
/* section with counter ii END */


.flexible-team-blocks{
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:40px 40px;

    @media(max-width:1024px){
        grid-template-columns: 1fr 1fr;
    }

    @media(max-width:768px){
        grid-template-columns: 1fr;
    }
}

.flexible-team-block .person-name{
    justify-content: flex-start;
}

.flexible-team-block .person-position{
    font-family: 'Sk Modernist';
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.flexible-team-block .person-description{
    font-family: 'Sk Modernist';
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.03;

}

.slider-block-1xl{
    width: 144px;
}

.slider-block-2xl{
    width: 254px;
}

.slider-block-3xl{
    width: 364px;
}

.slider-block-4xl{
    width: 474px;
}

.slider-block-5xl{
    width: 500px;
}

.slider-block-6xl{
    width: 600px;
}

.slider-block-7xl{
    width: 700px;
}

.slider-block-8xl{
    width: 800px;
}

.slider-block-9xl{
    width: 900px;
}

.slider-block-10xl{
    width: 1000px;
}


.slider-block-read-more-btn, .slider-block-read-less-btn{
    font-family: 'Sk Modernist';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #6524AC;
    text-decoration:underline;
    text-align: left;
}

@media(max-width:768px){
    .slider-block-read-more-btn, .slider-block-read-less-btn{
      font-family: 'Sk Modernist';
      font-weight: 400;
      font-size: 14px;
      line-height: 26px;
      color: #6524AC;
      text-decoration:underline;
  }
}


.flexible-slider-timeline-blocks{
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.flexible-slider-timeline-block{
    box-sizing: border-box;
    margin-right: 20px;
    width: 360px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
/* timeline END */


/* projects START */

.section-projects{
    flex-direction:column;
}

.section-projects.section-flexible-content{
    padding:50px 16px;
}

.section-projects .project-cards{
    align-items:flex-start;
}

.section-projects .project-card:only-child{
    place-self: inherit;
    grid-column: inherit;
}

/* projects END */

/* section other events START */
.project-other-events{
    width:100%;
    display:flex;
    gap:30px;
    flex-direction:column;
}


.other-event-horizontal-card {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    padding: 30px;
    border-radius: 32px;
    display: flex;
    gap: 32px;
    justify-content: flex-end;
    align-items: center;
}

@media (max-width: 1024px) {
    .other-event-horizontal-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 24px;
    }
}

.other-event-image {
    width: 180px;
    aspect-ratio: 180/240;
    height: 100%;
}

.other-event-card-img{
    height:100%;
    width:100%;
    object-fit:cover;
    object-position:center;
    border-radius:30px;
}

.other-event-right-desc{
    width: calc(100% - 180px - 32px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    gap: 32px;
}
@media(max-width:768px){
    .other-event-right-desc{
        width: 100%;
        flex-direction:column;
    }
}

.other-event-date{
    color:#695187;
    font-family: 'Sk Modernist';
    font-weight: 700;
    font-size: 14px;
    leading-trim: Cap height;
    line-height: 14px;
    letter-spacing: 0.06em;
    text-transform: uppercase;

}

.other-event-right-info{
    width:55%;
}
@media(max-width:768px){
    .other-event-right-info{
        width: 100%;
    }
}

.other-event-right-info .other-event-title{
    font-family: 'Nohemi';
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    color:#442669;
    margin-top:16px;
    margin-bottom:8px;
}

.other-event-excerpt{
    font-family: 'Sk Modernist';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #695187;
}

.other-event-right-content{
    width:45%;
}
@media(max-width:768px){
    .other-event-right-content{
        width: 100%;
    }
}

.other-event-description{
    font-family: 'Sk Modernist';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #442669;
}

/* section other events END */


/* winners section list START */
.section-winnerss-list-wrapper{
    margin: 0 auto!important;
    color: #442669;
    overflow:hidden;
    padding:80px 0 100px 0;
    position:relative;
}
@media(max-width:1024px){
    .section-winnerss-list-wrapper {
        padding:40px 0 60px 0;
    }
}

.section-winners-list-wrapper .flexible-team-blocks{
    display:grid;
    grid-template-columns:1fr 1fr;
}

@media(max-width:768px){
    .section-winners-list-wrapper .flexible-team-blocks{
        grid-template-columns:1fr;
    }
}

.section-winners-list-wrapper .person-name-show{
    font-size:30px;
    line-height:180%;
}

.section-winners-list-wrapper .person-position{
    display:flex;
    justify-content: flex-start;
    flex-wrap:wrap;
}



/* winners section list END */



/* section statis with partners START */
.brands-section-wrapper{
    padding:100px 0;
}
@media(max-width:768px){
    .brands-section-wrapper{
        padding:50px 0;
    }
}
.brand-section-wrapper{
    margin-top:30px;
}
.brand-section{
    display:flex;
    gap:20px 70px;
    flex-wrap:wrap;
}

.partner-section{
    display: inline-flex;
    flex-direction: column;
}
.partners-title{
    margin-top:30px;
    margin-bottom:10px;

}
.partners-logos{
    display:flex;
    flex-wrap:wrap;
    gap:30px;
    margin-bottom:10px;
}
@media(max-width:768px){
    .partners-logos{
        gap:10px;
    }
}

.brand-section img{
    width:220px;
    height:130px;
    object-fit:contain;
    /*max-width:25%;*/
}
@media(max-width:768px){
    .brand-section img{
        /* max-width:50%; */
        max-width: 48%;
    }
}

.partners-title{

}
/* section statis with partners END */

.w-block-1xl{
    width: 10%;

    @media(max-width:768px){
        width:100%;
    }
}

.w-block-2xl{
    width: 20%;

    @media(max-width:768px){
        width:100%;
    }
}

.w-block-3xl{
    width: 30%;

    @media(max-width:768px){
        width:100%;
    }
}

.w-block-4xl{
    width: 40%;

    @media(max-width:768px){
        width:100%;
    }
}

.w-block-5xl{
    width: 50%;

    @media(max-width:768px){
        width:100%;
    }
}

.w-block--1xl{
    width: calc(100% - 10%);

    @media(max-width:768px){
        width:100%;
    }
}

.w-block--2xl{
    width: calc(100% - 20%);

    @media(max-width:768px){
        width:100%;
    }
}

.w-block--3xl{
    width: calc(100% - 30%);

    @media(max-width:768px){
        width:100%;
    }
}


.w-block--4xl{
    width: calc(100% - 40%);

    @media(max-width:768px){
        width:100%;
    }
}

.w-block--5xl{
    width: calc(100% - 50%);

    @media(max-width:768px){
        width:100%;
    }
}

.section-pb{
    padding-bottom:120px!important;

    @media(max-width:768px){
        padding-bottom:60px!important;
    }
}

.section--mb{
    margin-bottom:-100px!important;
}
@media(max-width:768px){
    .section--mb{
        margin-bottom:-50px!important;
    }
}
/*
.pl-0{
    padding-left:0;
}

.pr-0{
    padding-right:0;
}*/


.justify-content-start{
    justify-content:flex-start;
}

.align-items-start{
    align-items: flex-start;
}


@media(max-width:500px){
    footer .flex{
        flex-wrap:wrap;
    }
}

.main>.woocommerce{
    margin-top:100px;
}


.section-no-rounded{
    border-radius:0;
}

.text-left{
    text-align:left;
}

.alignfull{
    position:relative;
}


/* wpform style */

.wpforms-form h3{
    font-size: 30px;
}

.wpforms-field-label-inline{
    font-size:24px;
}

/*
footer .container a[title="youtube"]{
    max-width:25%;
}*/

@media(max-width:768px){
    .flexible-slider-block-video-wrapper img.webinar-play-btn, .flexible-slider-block-video-wrapper img.webinar-play-btn.stop {
        bottom:unset;
        top:10px;
        left:10px;
        right:unset;
    }
}


.wpforms-container .wpforms-field {
    margin-bottom: 37px;
}
