@font-face {
	font-family: 'Material Design Icons';
	src: url('../fonts/materialdesignicons-webfont.eot?v=6.9.96');
	src: url('../fonts/materialdesignicons-webfont.eot?#iefix&v=6.9.96')
			format('embedded-opentype'),
		url('../fonts/materialdesignicons-webfont.woff2?v=6.9.96') format('woff2'),
		url('../fonts/materialdesignicons-webfont.woff?v=6.9.96') format('woff'),
		url('../fonts/materialdesignicons-webfont.ttf?v=6.9.96') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'nohemiblack';
    src: url('../fonts/nohemi-black-webfont.woff2') format('woff2'),
         url('../fonts/nohemi-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nohemibold';
    src: url('../fonts/nohemi-bold-webfont.woff2') format('woff2'),
         url('../fonts/nohemi-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nohemiextra_bold';
    src: url('../fonts/nohemi-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/nohemi-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nohemiextra_light';
    src: url('../fonts/nohemi-extralight-webfont.woff2') format('woff2'),
         url('../fonts/nohemi-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nohemilight';
    src: url('../fonts/nohemi-light-webfont.woff2') format('woff2'),
         url('../fonts/nohemi-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nohemimedium';
    src: url('../fonts/nohemi-medium-webfont.woff2') format('woff2'),
         url('../fonts/nohemi-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nohemiregular';
    src: url('../fonts/nohemi-regular-webfont.woff2') format('woff2'),
         url('../fonts/nohemi-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nohemisemi_bold';
    src: url('../fonts/nohemi-semibold-webfont.woff2') format('woff2'),
         url('../fonts/nohemi-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nohemithin';
    src: url('../fonts/nohemi-thin-webfont.woff2') format('woff2'),
         url('../fonts/nohemi-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'chunkfive_printregular';
    src: url('../fonts/chunk_five_print-webfont.woff2') format('woff2'),
         url('../fonts/chunk_five_print-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'chunkfiveregular';
    src: url('../fonts/chunk-webfont.woff2') format('woff2'),
         url('../fonts/chunk-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body{
	color: #000;
	font-family: 'nohemilight';
	font-size: 19px;
	font-style: normal;
	font-weight: 300;
	line-height: 29px; /* 152.632% */
	letter-spacing: 0.5px;
}
.bg-blue{
    background:#00A6E2;
}
.bg-gry{
    background:#F1EFF5;
}
b, strong{
    font-weight: bold;
}
.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto{
    padding-top:0;
    padding-bottom:0;
    }
.row{
    margin-top:0;
    margin-bottom:0;
}
.v-application--wrap{
    min-height: 500px;
}
@media (min-width: 1921px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1750px;
    }
}
h1,h2,h3{
    font-family: 'chunkfiveregular';
    letter-spacing: 0;
}
p{
    line-height: 2.1em;
}
.max-600{
    max-width: 600px
}
.mx-15-px{
       padding-left:15px!important;
        padding-right:15px!important;
}
.btn-classic{
    border-radius: 10px;
    padding: 14px 40px !important;
    min-height: 45px;
    text-transform: capitalize;
    font-family: 'nohemimedium'!important;
    font-size: 16px!important;
    background-color: #f6f6f6;
}
.justify-content-end .v-slide-group__content{
    justify-content: flex-end;
}
.v-application .btn-classic.active-btn{
    background-color: #84329B!important;
    color:#fff!important;
}
.v-application .btn-classic:before{
    display:none!important;
}
.btn-style-1{
    display: inline-block;
    border: 1px solid #000;
    border-radius: 10px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'nohemimedium';
    padding: 20px 40px;
    line-height: 16px;
    min-width: 300px;
    position: relative;
    transition: all .3s;
}
.btn-style-1:hover{
    color:#84329B;
}
.btn-style-1:after{
    content:'';
    display:block;
    position: absolute;
    width:10px;
   height: 10px;
    border:0;
    border-top:1.5px solid #84329B;
    border-right:1.5px solid #84329B;
    top:24px;
    right:20px;
    transition: all .3s;
}
.btn-style-1:hover:after{
    transform: rotate(180deg);
}
.btn-style-2{
    display: inline-block;
    border: 1px solid #84329B;
    background-color: #84329B;
    border-radius: 10px;
    color: #fff!important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'nohemimedium';
    padding: 20px 40px;
    line-height: 16px;
    max-width: 500px;
    width: 100%;
    position: relative;
    transition: all .3s;
    text-align: center;
}
.btn-style-2:hover{
    color:#fff;
}
.btn-style-2:after{
    content:'';
    display:block;
    position: absolute;
    width:10px;
   height: 10px;
    border:0;
    border-top:1.5px solid #fff;
    border-right:1.5px solid #fff;
    top:24px;
    right:20px;
    transition: all .3s;
}
.btn-style-2:hover:after{
    transform: rotate(180deg);
}
.btn-style-3{
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'nohemimedium';
    padding: 20px 40px;
    line-height: 16px;
    min-width: 300px;
    position: relative;
    transition: all .3s;
}
.btn-style-3:hover{
    color:#84329B;
}
.btn-style-3:after{
    content:'';
    display:block;
    position: absolute;
    width:10px;
   height: 10px;
    border:0;
    border-top:1.5px solid #fff;
    border-right:1.5px solid #fff;
    top:24px;
    right:20px;
    transition: all .3s;
}
.btn-style-3:hover:after{
    transform: rotate(180deg);
}
.btn-style-4{
    display: block;
    border: 1px solid #000;
    border-radius: 10px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'nohemimedium';
    padding: 20px 40px;
    line-height: 16px;
    min-width: 300px;
    width: 100%;
    position: relative;
    transition: all .3s;
    text-align: center;
}
.btn-style-4:hover{
    color:#84329B;
}
.btn-style-4.magenta{
    background-color: #84329B;
    color:#fff;
}
.btn-style-4.magenta:hover{
    color:#000;
}
.btn-style-4 span{
    position: relative;
    display: inline-block;
}
.btn-style-4 span.arrow:after{
    content:'\F0140';
    display:block;
    position: absolute;
    font:normal normal normal 24px/1 "Material Design Icons";font-size:24px;text-rendering:auto;line-height:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
   
    top: 0;
    right: -30px;
}
.btn-style-4 span.plus:after{
    content:'\F0415';
    display:block;
    position: absolute;
    font:normal normal normal 24px/1 "Material Design Icons";font-size:24px;text-rendering:auto;line-height:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
  
    top: 0;
    right: -30px;
}
.btn-style-download{
    display: inline-block;
    background-color:#84329B;
    border: 1px solid #84329B;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'nohemimedium';
    padding: 20px 100px 20px 40px;
    line-height: 16px;
    min-width: 300px;
    position: relative;
    transition: all .3s;
}
.btn-style-download:hover{
    color:#000;
}
.btn-style-download:after{
    content:'';
    display:block;
    position: absolute;
    width:40px;
   height: 40px;
    border:0;
    background-image: url('../images/download-arrow.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top:9px;
    right:20px;
    transition: all .3s;
}
.btn-style-download:hover:after{
    
}
@media screen and (max-width:780px){
    .btn-style-1, .btn-style-3{
        min-width: 20px;
        width: 100%;
        padding:20px;
        font-size: 16px;
    }
}

/*Slide image in every page*/
.top-slide-image{
    display:block;
    height:100vh;
    min-height:400px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.top-slide-image:after{
    width:200px;
    height:1000px;
    content:'';
    position: absolute;
    background-image: url('../images/ellipse-1.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right:0;
    bottom:-310px;
    display:block;
    z-index:0;
    max-width:17vw;
}
.top-slide-text{
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    z-index: 1;
    bottom:100px;
    
}
.top-slide-text > div{
    background:rgba(51, 8, 114, .8);
    max-width: 800px;
    margin: 20px 100px;
    padding: 40px;
    color: #fff;
    border-radius: 20px;
}
.top-slide-text.style-1 h1{
    font-size:52px;
    line-height: 1em;
}
.top-slide-text.style-1{
    font-size:20px;
}
.top-slide-text.style-2{
    bottom:200px;
    
}
.top-slide-text.style-2 > div{
    width:72%;
    max-width: 100%;
    margin: 0px 145px;
    padding:0;
    background:none;
}
.top-slide-text.style-2 > div.title{
    background:rgba(51, 8, 114, .8);
    width:72%;
    max-width: 100%;
    margin: 20px 145px;
    padding: 40px;
    color: #fff;
    border-radius: 20px;
}
.top-slide-text.style-2  .pre-title{
    display:flex;
    gap:10px;
    flex-direction: row;
    font-size: 15px;
    font-family: 'nohemibold';
    text-transform: uppercase;
    
}
.top-slide-text.style-2  .pre-title > span{
    padding:8px 15px;
    border-radius:10px;
    min-width: 130px;
    text-align: center;
}
.top-slide-text.style-2  .pre-title > span.type{
    color:#fff;
    background-color: #00A6E2;
}
.top-slide-text.style-2  .pre-title > span.date{
    color:#151F6D;
    background-color: #fff;
}
.top-slide-text.style-2  .details > div {
    padding: 8px 15px;
    border-radius: 10px;
    background-color: #fff;
    margin: 0 0 20px 0;
    display: inline-block;
}
.top-slide-text.style-2  .details > div > span{
    font-size: 15px;
    color: #151F6D;
    font-family: 'nohemibold';
    text-transform: uppercase;
    padding: 2px 10px;
    border-right: 2px solid #151F6D;
}
.top-slide-text.style-2  .details > div > span:last-child{
    border: 0;
}
.top-slide-text.style-2 h1{
    font-size:40px;
    line-height: 1em;
}
.top-slide-text.style-2{
    font-size:20px;
}
@media screen and (max-width:780px){
    .top-slide-text.style-1 h1{
        font-size:30px;
    }
    .top-slide-text > div{
        margin:20px!important;
        font-size:16px;
        line-height:1.5em;
    }
    .top-slide-text.style-2 h1{
        font-size:28px;
    }
    .top-slide-image:after{
        display:none;
    }
}
/*General Titles*/
h3.general-title{
    color: #151F6D;
    font-size: 48px;
    line-height: 1em;
    position: relative;
    padding-left:70px;
}
h3.general-title:before{
    content:'';
    display:block;
    height:1.5px;
    width:50px;
    background-color: #84329B;
    position: absolute;
    left: 0px;
    top:50%;
    transform:translateY(-50%);
}
@media screen and (max-width:780px){
    h3.general-title{
        font-size:28px;
        padding-left:50px;
    }
    h3.general-title:before{
        width:30px;
        left:0px;
    }
}
/*Box type*/
.box-type{
    padding-left:70px;
}
.box-type h3{
    color: #151F6D;
    font-size: 48px;
    line-height: 1em;
    position: relative;
}
.box-type h3:before{
    content:'';
    display:block;
    height:1.5px;
    width:50px;
    background-color: #84329B;
    position: absolute;
    left: -70px;
    top:50%;
    transform:translateY(-50%);
}
.float-image{
    position: relative;
    top:-40px;
}
@media screen and (max-width:990px){
    div:has(>div.float-image){
        height:400px;
    }
    .float-image{
        position:absolute;
        width:100%;
        max-width:600px;
        top: -200px;
        z-index: -1;
    }
}
@media screen and (max-width:780px){
    .box-type{
        padding-left:50px;
        font-size:16px;
        line-height: 1.5em;
    }
    .box-type h3{
        font-size:28px;
    }
    .box-type h3:before{
        width:30px;
        left:-50px;
    }
}
/*Slider style 1*/
.slider-style-1{
    position: relative;
  
}
.slider-style-1 > .slider{
    display: flex;
}
.slider-box-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.slider-box-arrow .icon-arrow{
    display:block;
    width: 100px;
    height: 60px;
    border:1px solid #000;
    border-radius:10px;
}
.slider-box-arrow .icon-arrow:after{
    content: '';
    display: block;
    width:20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.slider-box-arrow .icon-left-arrow{
    position: absolute;
    left:-110px;
}
.slider-box-arrow .icon-left-arrow:after{
    background-image: url('../images/chevron_left.svg');
}
.slider-box-arrow .icon-right-arrow{
    position: absolute;
    right: -110px;
}
.slider-box-arrow .icon-right-arrow:after{
    background-image: url('../images/chevron_right.svg');
}

@media screen and (max-width:1200px){
    .slider-box-arrow {
        position: relative;
        top: inherit;
        transform: none;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top:50px;
        gap:30px;
    }
    .slider-box-arrow .icon-arrow{
        position: relative!important; 
        left:inherit!important;
        right: inherit!important;
    }
    .slider-box-arrow .icon-arrow:after{
       
        

    }
}
@media screen and (max-width:780px){
    .slider-style-1 > .slider .slider-item{
        max-width: 100%;
        flex: 1 1 auto;
        width: 100%;
        padding:0 30px;
    }
}
/*In the spotlight*/
.spotlight-item > a{
    display: block;
    border-radius: 20px;
    text-decoration: none;
    box-shadow: 0px 20px 70px 0px rgba(62, 57, 93, 0.10);
}
.spotlight-item .image{
    height:400px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: relative;

}
.spotlight-item .image .tag{
    position:absolute;
    background:#330872;
    color:#fff;
    font-size: 15px;
    font-family: 'nohemisemi_bold';
    padding:10px 30px;
    border-radius:10px 0 0 10px;
    right:0;
    top:50px;
    z-index:2;
}
.spotlight-item .image .video-play{
    position:absolute;
    display:block;
    width: 100px;
    height: 100px;
    top:50%;
    left: 50%;
    transform:translate(-50%,-50%);
    background-image: url('../images/video-play.svg');
    background-repeat: no-repeat;
    background-size: contain;
    z-index:1;
}
.spotlight-item .image.overlay:before{
    width: 100%;
    height: 100%;
    content:'';
    display:block;
    top:0;
    left:0;
    background-color: rgba(0,0,0,.3);
    border-radius:20px 20px 0 0;
    position: absolute;
    z-index: 1;
}
.spotlight-item .text{
    padding:45px 30px;
    background-color: #fff;
    color:#000;
    display:flex;
    flex-wrap: wrap;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.spotlight-item .text >*{
    display:block;
    width: 100%;
}
.spotlight-item h5.title{
    font-size: 24px;
    line-height: 1.5em;
    font-family: 'nohemimedium';
    color:#151F6D;
}
.spotlight-item .date{
    font-size: 20px;
    line-height: 1em;
    font-family: 'nohemiregular';
    color:rgba(0,0,0,.58);
    padding:10px 0;
}
.spotlight-item .link{
    display:inline-block!important;
    width: auto;
    font-size: 16px;
    line-height: 1em;
    font-family: 'nohemiregular';
    color:#000;
    border-bottom:1px solid #000;
    padding:10px 35px 10px 0;
    margin-top:20px;
    position: relative;
    min-width: 160px;
}
.spotlight-item .link:after{
    content: '';
    display: block;
    width:12px;
    height: 12px;
    background-image: url('../images/read-more-arrow-black.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    top: 11px;
    transition: all .3s;
}
.spotlight-item a:hover .link:after{
    right:-5px;
}
@media screen and (min-width:990px){
    .bg-1{
        background-image: url('../images/bg-1.svg');
        background-repeat: no-repeat;
        background-size: contain;
        background-position-y: 100px;
        background-position-x: right;
    }
    .bg-2{
        background-image: url('../images/bg-2.svg');
        background-repeat: no-repeat;
        background-size: contain;
        background-position-y: 100px;
        background-position-x: right;
        position: relative;
        z-index: 0;
    }
}

/*Featured event*/
.featured-item{
    background-color:#330872;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding:20px 35px;
    min-height: 100px;
}
.featured-item a{
    text-decoration: none;
}
.featured-item .image{
    min-height:300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius:10px
}
.featured-item .text{
    padding:45px 30px;
    color:#fff;
    display:flex;
    flex-wrap: wrap;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.featured-item .text >*{
    display:block;
    width: 100%;
}
.featured-item h5.title{
    font-size: 20px;
    line-height: 1.5em;
    font-family: 'nohemimedium';
}
.featured-item .date{
    font-size: 20px;
    line-height: 1em;
    font-family: 'nohemiregular';
    color:rgba(255,255,255,.58);
    padding:10px 0;
}
.featured-item .link{
    display:inline-block!important;
    width: auto;
    font-size: 16px;
    line-height: 1em;
    font-family: 'nohemiregular';
    color:#fff;
    border-bottom:1px solid #fff;
    padding:10px 35px 10px 0;
    margin-top:20px;
    position: relative;
    min-width: 160px;
}
.featured-item .link:after{
    content: '';
    display: block;
    width:12px;
    height: 12px;
    background-image: url('../images/read-more-arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    top: 11px;
    transition: all .3s;
}
.featured-item a:hover .link:after{
    right:-5px;
}
.featured-item .extra{
    padding:7px 15px;
    border-radius:10px;
    background-color: #84329B;
    margin:20px 0;
}
.featured-item .extra span{
    font-size: 15px;
    color:#151F6D;
    font-family: 'nohemibold';
    text-transform: uppercase;
    padding:2px 10px;
    border-right:2px solid #151F6D;
}
.featured-item .extra span:last-child{
    border:0;
}
@media screen and (max-width:990px){
    .featured-item{
        background-color:#330872;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;

    }
}

/*Home blocks*/
@media screen and (max-width: 990px){
    .home-blocks-section .float-image{
        top:0;
    }
    .home-blocks-section div:has(>div.float-image) {
        height: auto;
    }
}
/*News Block*/
.news-style{
    max-width: 700px;
    padding:0 30px 0px 30px;
    margin-bottom:60px;
}
.slider .news-style{
    margin-bottom:0;
}
.news-style > a{
    display: block;
    text-decoration: none;
    box-shadow: 0px 20px 50px 0px rgba(62, 57, 93, 0.10);
    border-radius:20px;
    background-color: #151F6D;
    height: 100%;
}
.news-style .image{
    height:260px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position:relative;
    z-index:0;

}
.news-style.magenta > a{
    background-color:#330872;
} 
.news-style .image .tag{
    position:absolute;
    background:#330872;
    color:#fff;
    font-size: 15px;
    font-family: 'nohemisemi_bold';
    padding:10px 30px;
    border-radius:10px 0 0 10px;
    right:0;
    top:50px;
    z-index:2;
}
.news-style .image .video-play{
    position:absolute;
    display:block;
    width: 100px;
    height: 100px;
    top:50%;
    left: 50%;
    transform:translate(-50%,-50%);
    background-image: url('../images/video-play.svg');
    background-repeat: no-repeat;
    background-size: contain;
    z-index:1;
}
.news-style .image.overlay:before{
    width: 100%;
    height: 100%;
    content:'';
    display:block;
    top:0;
    left:0;
    background-color: rgba(0,0,0,.3);
    border-radius:20px 20px 0 0;
    position: absolute;
    z-index: 1;
}
.news-style .text{
    padding:45px 30px;
    background-color: #151F6D;
    color:#fff;
    display:flex;
    flex-wrap: wrap;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.news-style.magenta .text{
    background-color:#330872;
    transition: all .6s;
} 
.news-style .text >*{
    display:block;
    width: 100%;
}
.news-style.magenta .excerpt{
    height:0;
    display:none;
    transition: all .6s;
}
.news-style.magenta{
    position: relative;
}
.news-style.magenta a{
    transition: all .6s;
}
.news-style.magenta:hover a{
    position: absolute;
    z-index: 2;
    left:-5px;
    top:-15px;
    background-color:#84329B;
}
.news-style.magenta:hover .text{
    background-color:#84329B;
}
.news-style.magenta:hover .excerpt{
    display: block;
    height:100%;
}
.v-dialog iframe{
    width: 100%;
}
.news-style .date-event{
    display:block;
    font-family: 'nohemibold';
}
.news-style h5.title{
    font-size: 20px!important;
    line-height: 1.5em;
    font-family: 'nohemimedium'!important;
    word-break: break-all;
}
.news-style .date{
    font-size: 20px;
    line-height: 1em;
    font-family: 'nohemiregular';
    color:rgba(255,255,255,.58);
    padding:10px 0;
}
.news-style .link{
    display:inline-block!important;
    width: auto;
    font-size: 16px;
    line-height: 1em;
    font-family: 'nohemiregular';
    color:#fff;
    border-bottom:1px solid #fff;
    padding:10px 35px 10px 0;
    margin-top:20px;
    position: relative;
    min-width: 160px;
}
.news-style .link:after{
    content: '';
    display: block;
    width:12px;
    height: 12px;
    background-image: url('../images/read-more-arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    top: 11px;
    transition: all .3s;
}
.news-style a:hover .link:after{
    right:-5px;
}
/*Media Style*/
.media-style{

    max-width: 700px;
    padding:0 30px 0px 30px;
    margin-bottom:60px;
}

.media-style > a{
    display: block;
    text-decoration: none;
    border-radius:20px;
    background-color: #F1EFF5;
    position: relative;
    transition:all .3s;
}
.media-style .image{
    height:260px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    position:relative;
    z-index:0;
    transition: all .3s;

}
.media-style .tag{
    position:absolute;
    background:#330872;
    color:#fff;
    font-size: 15px;
    font-family: 'nohemisemi_bold';
    padding:10px 30px;
    border-radius:10px 0 0 10px;
    right:0;
    top:50px;
    z-index:2;
}
.media-style .image .video-play{
    position:absolute;
    display:block;
    width: 100px;
    height: 100px;
    top:50%;
    left: 50%;
    transform:translate(-50%,-50%);
    background-image: url('../images/video-play.svg');
    background-repeat: no-repeat;
    background-size: contain;
    z-index:1;
}
.media-style .image.overlay:before{
    width: 100%;
    height: 100%;
    content:'';
    display:block;
    top:0;
    left:0;
    background-color: rgba(0,0,0,.3);
    border-radius:20px;
    position: absolute;
    z-index: 1;
}
.media-style .text{
    padding:15px 30px;
    color:#000;
    display:flex;
    flex-wrap: wrap;
    flex-direction: column;
    display:none;
    height:0;
    transition:all .3s;
}
.media-style h5.title{
    font-size: 16px!important;
    line-height: 1.5em;
    font-family: 'nohemimedium'!important;
}
.media-style .date{
    font-size: 16px;
    line-height: 1em;
    font-family: 'nohemiregular';
    color:#000;
    padding:10px 0;
}
.media-style:hover a{
    height: 100%;
    border-radius:20px 20px 0 0;
}
.media-style:hover .image{
    transform: scale(90%);
}
.media-style:hover .text{
    display: flex;
    height: auto;
    position: absolute;
    background-color: #F1EFF5;
    width: 100%;
    z-index: 2;
    border-radius: 0 0 20px 20px;
}
/*Page single*/
.page-floating{
    position:relative;
    top:-200px;
    z-index:2;
}
.static-image{
    padding: 100px;
    display: flex;
    align-content: center;
    justify-content: center;
    position: relative;
}
.box-shadow{
    box-shadow: 19px 19px 43px rgba(0,0,0,.3);
}
.bg-white{
    background-color: #fff;
}
.border-20{
    border-radius:20px;
}
.content-wrap{
    background-color: #fff;
    box-shadow: 0px 20px 70px 0px rgba(62, 57, 93, 0.10);
    padding:0;
    width:85%;
}
.content-box{
    padding:100px;
}
.tags-box{
    padding:50px 100px;
    background-color: rgba(21,31,109,.1);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.content-box h1, .content-box h2, .content-box h3, .content-box h4{
margin:1.8em 0;
color:#151F6D;
}
@media screen and (max-width:780px){
    .content-box{
        padding:40px;
    }
    .content-wrap{
        width:100%;
    }
}

.attach-row{
    display:flex;
    gap:50px;
    margin-top:40px;
    
}
.attach-item{
    width:50%;
    padding-right:100px;
}
.attach-item > a{
    color:#000;
    text-decoration:none;
    border-bottom:2px solid #000;
    display:block;
    padding:20px 0;
    text-transform: uppercase;
    font-family: 'nohemisemi_bold';
    position: relative;
}
.attach-item > a:after{
    content: "";
    display:block;
    position:absolute;
    right:-80px;
    top:0;
    width:60px;
    height: 60px;
    background-image:url('../images/download-file.svg');
    background-repeat: no-repeat;
    background-size: contain;
}
.tags-box{
    display:flex;
}
.tags-box .title{
    width:20%;
    font-family: 'nohemisemi_bold';
    font-size:20px;
    padding:10px 0;
}
.tags-box .tags{
    width:80%;
    display:flex;
    flex-wrap: wrap;
    gap:20px;
}
.tags-box .tags a{
    text-decoration:none;
    background-color:#fff;
    border-radius:10px;
    display:block;
    padding:10px 20px;
    color:#000;
}
.content-box .wp-block-image img{
    width:100%;
}
@media screen and (max-width:780px){
    .attach-row{
        flex-direction: column;
        
    }
    .attach-item{
        width:100%;
    }
}
@media screen and (max-width:1190px){
    .tags-box{
        display:block;
    }
    .tags-box .title{
        width:100%;
    }
    .tags-box .tags{
        width:100%;
       
    }
}
/*Vuetify*/
.theme--light.v-application{
    background:transparent;
}
.v-application .blue {
    background:#00A6E2!important;
    border-color:#00A6E2!important;

}
.v-application .purple {
    background:#84329B!important;
    border-color:#84329B!important;

}
/*Funding Page*/
.funding-style .v-tabs-bar{
    height:auto;
}
.funding-style .v-tabs-slider-wrapper{
    display:none;
}
.funding-style{
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 20px 70px 0px rgba(62, 57, 93, 0.10);
    margin:20px 0;
}
.funding-style > div{
    padding:40px;
}
.funding-style h4, .h4-title{
    color: #1C2674;
    font-family: 'nohemibold';
    font-size: 20px;
    line-height: normal;
}
.funding-style h5{
    color: #1C2674;
    font-family: 'nohemibold';
    font-size: 14px;
    line-height: normal;
}
.funding-style .title{
    color: #84329B;;
    font-family: 'nohemibold'!important;
    font-size: 18px!important;
    line-height: normal;
}
.funding-style .title > span{
    padding:0 10px
}
.funding-style .title > span:first-child{
    padding:0 10px 0 0;
}
.funding-style .title > span.last{
    padding:0 0 0 10px;
    border-left:1px solid #ddd;
}
.funding-style .spacing{
    width: 100%;
    display: block;
    height:1px;
    margin:20px 0;

}
.funding-style .spacing.with-line{
    background-color: #B9BED1;
}
.funding-style .description, .funding-style .description *{
    font-family: 'nohemiregular';
    font-size: 16px;
    line-height: 1.5em;
}
.funding-style a.documents{
    color:#151F6D;
    text-decoration: none;
    font-size: 14px;
    padding:5px 0;
    border-bottom:1px solid rgba(0,0,0,.1);
    display:block;
}
/*Tabs Panels*/
.tabs-magenta .nav-tabs{
    display:flex;
    flex-wrap: nowrap;
}
@media screen and (max-width:780px){
    .tabs-magenta .nav-tabs{
        flex-wrap:wrap;
    }
}
.tabs-magenta .nav-tabs button.nav-link{
    width:100%;
    text-align: left;
    padding: 20px 35px;
    font-family: 'nohemisemi_bold';
    font-size: 20px;
    color:#000;
    border-color:#000;
    border-radius:20px 20px 5px 5px;
    background:#fff;

}
.tabs-magenta .nav-tabs button.nav-link.active{
    width:150%;
    color:#fff;
    background:#330872;
}
.tabs-magenta .tab-content{
background:#F1EFF5;
border-radius: 0px 0px 5px 5px;
max-height:100vh;
min-height:70%;

}
.tabs-magenta .tab-content > .tab-pane{
    max-height:95vh;
    min-height:65%;
    overflow-y:auto ;
}
.spectacular-scroll::-webkit-scrollbar {
    width: 3px;
    height: 10px;
  }
  /* Define the thumb style */
  .spectacular-scroll::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 5px;
    width:10px;
  }
  /* Define the track style */
  .spectacular-scroll::-webkit-scrollbar-track {
    background-color: #ddd;
    border: 0;

  }
  /* Define the button style */
  .spectacular-scroll::-webkit-scrollbar-button {
    background-color: #000;
    border-radius: 5px;
    width:10px;
  }
  /* Define the button style when being hovered over */
  .spectacular-scroll::-webkit-scrollbar-button:hover {
    background-color: #999999;
  }
.tabs-magenta .tab-content h3{
    color:#151F6D;
    font-size: 40px;
}
.tabs-magenta .tab-content .list-items{
    list-style: none;
    padding:0;

}
.tabs-magenta .tab-content .list-items > li > span{
    display:block;
    color:#fff;
    background:#330872;
    padding:30px 20px;
    margin-bottom:20px;
    border-radius:10px;
}
.tabs-magenta .tab-content .list-items > li > ul{
    list-style: none;
    padding:0;
}
.tabs-magenta .tab-content .list-items > li > ul > li > span{
    display:block;
    color:#fff;
    background:#84329B;
    padding:30px 50px;
    margin:10px 0;
    border-radius:10px;
}
.blue-block{
    background:#00A6E2;
    width: 100%;
    padding:40px;
    border-radius:10px;
    display:flex;
    gap:20px;
    flex-wrap: wrap;
    align-content: flex-start;
    color:#fff;
}
.blue-block > *{
    flex:1 1 auto;
}
.blue-block img{
    border-radius:10px;
    max-width: 100%;
    height: auto;
}
.blue-block h1{
    color:#fff!important;
    font-size:32px;
}
.blue-block h2{
    color:#fff!important;
    font-size:28px;
}
.blue-block h3{
    color:#fff!important;
    font-size:24px;
}
.max-3 > div{
    max-width:33%;
    width: 100%;
}
.model-box{
    border-radius:10px;
    color:#fff;
    background:#330872;
}
.model-box .description{
    padding:30px;
}
.model-box .title{
    padding:30px;
    text-align: center;
    display:block;
    background: #00A6E2;
    border-radius: 10px 10px 0 0 ;
}
/*Member card*/
.member-card{
    padding: 0 30px 0px 30px;
    margin-bottom: 60px;
}
.member-card .card{
    display:flex;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 20px 50px 0px rgba(62, 57, 93, 0.10);
    height: 100%;
    margin: 20px 0;
    border:0;
    padding:40px;
    flex-wrap: nowrap;
    align-items: center;
}
.member-card .card .image{
    width:250px;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 100%;

}
.member-card .card .title{
    font-size: 16px;
    font-family: 'nohemisemi_bold';
}
.member-card .card .position{
    font-size: 16px;
}
/*Home voice slide*/
.image-voice-slide{
    height:500px;
    width:100%;
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    border:10px solid #330872;
    border-radius:10px;
    position: relative;
}
.description-voice-slide{
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    height:250px;
    padding: 40px 40px 0 40px;
    color:#fff;
    width:300px;
    background-color: #330872;
}
.description-voice-slide .voice{
    font-family: 'chunkfiveregular';
    padding:20px;
    position: relative;
}
.description-voice-slide .voice:before{
    font-family: 'Material Design Icons';
    content:'\F027E';
    font-size:28px;
    display:inline-block;
    position: absolute;
    left:-20px;
    top:-10px;
}
.description-voice-slide .voice:after{
    font-family: 'Material Design Icons';
    content:'\F0757';
    font-size:28px;
    display:inline-block;
    position: absolute;
    right:-20px;
    bottom:-10px;
}
.description-voice-slide .author{
    padding:20px;
    font-size: 16px;
}

.slider-style-2{
    position:relative;
}
.slider-style-2 .slider{
    display:flex;

}
.slider-style-2 .slider-box-arrow {
    position: relative;
    top: -45px;
    left: 30px;
    transform: translateY(0%);
    width: 220px;
}
.slider-style-2 .slider-box-arrow .icon-left-arrow {
    left:0;
}
.slider-style-2 .slider-box-arrow .icon-right-arrow {
    right:0;
}
.voice-style {
    max-width: 800px;
    padding: 0 30px 0px 30px;
    margin-bottom: 60px;
    
}
.slider-bg{
    height:500px;
    width: 700px;
    position: absolute;
    top:0px;
    right:0px;
    border-radius:20px;
    z-index:-1;
}
.slider-bg .image-bg{
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-filter: grayscale(1);
    border-radius:20px;
    transition: all .3s;
}
.slider-bg.slider-bg-1{
    top:-80px;
    right:10px;
    z-index:-1;
}

.slider-bg.slider-bg-1 > .border-bg{
    content:'';
    display:block;
    width: 100px;
    height: 100px;
    border-radius:20px;
    background-color: #1C2674;
    position: absolute;
    z-index: -1;
    right:-20px;
    bottom:-20px;
}
.slider-bg.slider-bg-2{
    top:80px;
    right:-70px;
    z-index:-2;
}
.slider-bg.slider-bg-2 > .border-bg{
    content:'';
    display:block;
    width: 100px;
    height: 100px;
    border-radius:20px;
    background-color: #fff;
    position: absolute;
    z-index: -1;
    right:-20px;
    bottom:-20px;
}
@media screen and (max-width:1600px){
    .slider-bg{
        height:500px;
        width: 500px;
    }
}
@media screen and (max-width:1200px){
    .slider-bg{
        height:500px;
        width: 100%;
    }
}
@media screen and (max-width:980px){
    .slider-bg{
        height:500px;
        width: 90%;
    }
    .slider-bg.slider-bg-1{
        width:90%;
        right:auto;
        left:5%;
    }
    .slider-bg.slider-bg-2{
        width:80%;
        right:auto;
        left:10%;

    }
    .slider-bg > .border-bg{
        display:none!important;
    }
    .slider-style-2 .slider-box-arrow{
        top:0;
        left:50%;
        transform: translateX(-50%);
    }
}

.vocab-style .phrase{

}
.report-style{

    max-width: 700px;
    padding:0 30px 0px 30px;
    margin-bottom:60px;
    
}

.report-style > div{
    display: block;
    text-decoration: none;
    border-radius:20px;
    background-color: #330872;
    position: relative;
    transition:all .3s;
    box-shadow: 0px 20px 50px 0px rgba(62, 57, 93, 0.10);
}
.report-style .image{
    height:260px;
    width: 100%;
    padding:30px 30px 0px 30px;
    position:relative;
    z-index:0;
    transition: all .3s;

}
.report-style .tag{
    color:#00A6E2;
    font-size: 14px;
    font-family: 'nohemisemi_bold';
}

.report-style .text{
    padding:15px 30px;
    color:#fff;
    display:flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.report-style h5.title{
    font-size: 15px!important;
    line-height: 1.5em;
    font-family: 'nohemimedium'!important;
}
.report-style .download{
    padding: 20px;
    background: #fff;
    border-radius: 0 0 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.download-btn{
        content: '';
        display: block;
        width: 40px;
        height: 40px;
        border: 0;
        background-image: url(../images/download-arrow.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;

}
/*Slider regional nav*/
.slider-box-arrow.slider-regional-nav{

    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    gap: 10px;
}
.slider-box-arrow.slider-regional-nav .icon-left-arrow{
    position: relative;
    left:auto;
}
.slider-box-arrow.slider-regional-nav .icon-right-arrow{
    position: relative;
    right:auto;
}
.slider-regional .slick-slide{
    transition: all .3s;
}
.slider-regional .slick-slide:not(.slick-current){
    transform:scale(80%);
    
}
/*Commitment Theme*/
.theme-nav{
    display:flex;
    gap:40px;
    flex-wrap: nowrap;
}
.theme-btn{
    flex:1 1 0;
    border-radius:10px;
    box-shadow: 0px 20px 50px 0px rgba(62, 57, 93, 0.10);

}
.theme-btn .text{
    height:300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px 10px 0 0;
    position: relative;
    z-index: 0;
}
.theme-btn{
    transition:all .3s ease-in-out;
}
.theme-btn .text:after{
    content: '';
    display:block;
    border-radius: 10px 10px 0px 0px;
    opacity: 0.5;
    background: #330872;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    transition:all .3s ease-in-out;
}
.theme-btn .text > .icon{
    height:100px;
    width: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top:30px;
    right: 30px;
    z-index: 2;
    opacity: 0;
    transition:all .3s ease-in-out;
}
.theme-btn .text > div:not(.icon){
    height:50%;
    position: absolute;
    width: 100%;
    top:100%;
    left:0;
    transform:translateY(-100%);
    z-index: 2;
    padding:30px 40px;
    text-align: left;
    transition:all .3s ease-in-out;
}
.theme-btn .text h5.title{
    color:#fff;
    font-family: 'chunkfiveregular';
    font-size: 24px;
    transition:all .3s ease-in-out;
}
.theme-btn .text .description{
    display:none;
    transition:all .3s ease-in-out;
    color:#fff;
    font-size: 14px;
    line-height: 20px;
}
.theme-btn:hover, .theme-btn.active{
   transform:scale(1.1);
}
.theme-btn:hover .text:after, .theme-btn.active .text:after{
    opacity: 1;
}
.theme-btn:hover .text > .icon, .theme-btn.active .text > .icon{
    opacity: 1;
}
.theme-btn:hover .text > div:not(.icon), .theme-btn.active .text > div:not(.icon){
    top:80%;
    transform:translateY(-80%);
}
.theme-btn:hover .text h5.title, .theme-btn.active .text h5.title{
    transform:scale(1.1);
}
.theme-btn:hover .text .description, .theme-btn.active .text .description{
    display: block;
    transform:scale(1.1);
}
.theme-btn .link{
    background-color: #fff;
    border-radius:0 0 10px 10px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.arrow-down-btn{
        content: '';
        display: block;
        width: 40px;
        height: 40px;
        border: 0;
        background-image: url(../images/arrow-down-btn.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;

}
.sub-theme-title{
    background:#330872;
    border-radius: 10px;
    padding:30px 30px 60px 30px;
    max-width: 300px;
}
.sub-theme-title h5.title{
    color:#fff;
    font-family: 'chunkfiveregular';
    font-size: 18px;
}
.sub-theme-title .description{
    color:#fff;
    font-size: 14px;
    line-height: 20px;
}
.commitment-wrap{
    position: absolute;
    width: 100%;
}
.commitment-slider-wrap{
    background:#fff;
    border-radius:10px;
    padding:30px;
    position:absolute;
    width:80%;
    left:60px;
    top:120px;
    box-shadow: 0px 20px 50px 0px rgba(62, 57, 93, 0.10);
}
.commitment-slider-item .image{
    max-height: 100px;
    display:flex;
}
.commitment-slider-item .image > img{
    max-width: 100%;
    height: auto;
}
.commitment-slider-item, .commitment-slider-item p{
    font-size:15px
}
.commitment-slider-wrap .cd{
    display:flex;
    flex-direction: row;
    gap:30px;
}
.commitment-slider-wrap .cd-left{
    width: calc(100% - 130px);
}
.commitment-slider-wrap .cd-right{
    width: 100px;
}
.slider-theme-arrow {
    position: relative;
    width: 100%;
    display:flex;
    height: 100%;
    max-height: 300px;
    gap:10px;
}
.slider-theme-arrow .slick-arrow{
    height:100%;
}
.slider-theme-arrow .icon-arrow{
    display:block;
    width: 40px;
    height: 100%;
    border:1px solid #000;
    border-radius:10px;
    position: relative;
}
.slider-theme-arrow .icon-arrow:after{
    content: '';
    display: block;
    width:20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.slider-theme-arrow .icon-left-arrow{

}
.slider-theme-arrow .icon-left-arrow:after{
    background-image: url('../images/chevron_left.svg');
}
.slider-theme-arrow .icon-right-arrow{
 
}
.slider-theme-arrow .icon-right-arrow:after{
    background-image: url('../images/chevron_right.svg');
}
@media screen and (max-width:1200px){
    .commitment-wrap {
        position: relative;
    
    }
    .commitment-slider-wrap{
        position: relative;
        top:0;
        left:0;
        width: 100%;
    }
    .commitment-slider-item .image{
        height: auto;
    }
}
@media screen and (max-width:980px){
    .commitment-slider-wrap .cd{
        flex-direction: column;
    }
    .commitment-slider-wrap .cd-left, .commitment-slider-wrap .cd-right{
        width: 100%;
    }
    .commitment-slider-wrap .cd-right{
        height: 70px;
    }
    .slider-theme-arrow{
        justify-content: center;
    }
    
}
.btn-comment{
    font-size: 16px;
    background:#F1EFF4;
    border-radius:10px;
    padding:10px 10px 10px 50px;
    color:#000;
    text-decoration: none;
    position: relative;
    line-height:14px;
}
.btn-comment:before{
    content: '';
        display: block;
        width: 25px;
        height: 20px;
        border: 0;
        background-image: url(../images/comment.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        left: 14px;
        top: 7px;
}
.btn-like{
    font-size: 16px;
    background:#F1EFF4;
    border-radius:10px;
    padding:10px 10px 10px 50px;
    color:#000;
    text-decoration: none;
    position: relative;
    line-height:14px;
}
.btn-like:before{
    content: '';
        display: block;
        width: 25px;
        height: 20px;
        border: 0;
        background-image: url(../images/heart_vector.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        left: 14px;
        top: 7px;
}
.box-like{
    display:inline-block;
}
.box-like .pld-dislike-wrap{
    display:none;
}
.pld-like-wrap a{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.pld-like-wrap a i{
    display:none;
}
.pld-like-wrap{
    font-size: 16px;
    background:#F1EFF4;
    border-radius:10px;
    padding:10px 10px 10px 50px;
    color:#000;
    text-decoration: none;
    position: relative;
    line-height:14px;
}
.pld-like-wrap:before{
    content: '';
        display: block;
        width: 25px;
        height: 20px;
        border: 0;
        background-image: url(../images/heart_vector.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        left: 14px;
        top: 7px;
}
/*Vue Correction*/
.v-pagination__item{
    width:50px;
    height:50px;
    border: 1px solid #000;
    box-shadow: none;
}
.v-application button.magenta{
    background-color: #84329B!important;
}
.v-pagination__navigation{
    box-shadow: none;
    width: 50px;
    height: 50px;
    border: 1px solid #000;
}
.loading-box{
    min-height: 250px;
    background-color: #fafafa;
    box-shadow: 0px 20px 50px 0px rgba(62, 57, 93, 0.10);
    border-radius: 20px;
}

/*Charachter values*/

.hero-charter {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    height: 100%;
    background-color: #daf1fa;
    background-image: url(../images/home-bg-top-left.png), url(../images//home-bg-top-right.png);
    background-position: top left, top right;
    background-repeat: no-repeat, no-repeat;
    background-size: 200px auto, 100px auto;
}
.hero-charter .container{
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
@media screen and (min-width: 850px) {
    .hero-charter {
        background-size: auto 45%, auto 25%;
      
    }
}
.image-style{
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
}

blockquote{
    color:#330872;
    font-size: 40px;
    font-family: 'nohemisemi_bold';
    padding-left:150px;
    position: relative;
}
blockquote p{
    line-height: 1.5em;
}
blockquote cite{
    color:#000;
    font-size: 24px;
    font-family: 'nohemiregular';
    float: right;
}
blockquote:before{
    content:'""';
    font-family: 'chunkfiveregular';
    display:block;
    font-size:250px;
    position: absolute;
    color:#F0F2F7;
    top: 50px;
    z-index: -1;
    left: 0;
}
/*Login Section*/
.page-template-page-login-tpl .pos-absolute{
    position: absolute;
    padding:0;
}
.login-section{
    height: 100vh;
}
#user-registration{
    display:flex;
    align-items: center;
    box-shadow: none;
}
#user-registration .ur-form-grid{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#user-registration .ur-form-grid > *{
    width:100%;
    flex:0 0 auto;
}
#user-registration .ur-form-grid .user-registration-form__label, #user-registration .ur-form-grid .lost_password{
    width:50%;
}
.login-right{
    color:#fff;
    background-color:#330872;
}
.ur-frontend-form button, .ur-frontend-form input[type="submit"], .ur-frontend-form button[type="submit"]{
    width: 100%;
    background-color:#330872;
    color:#fff;
    border:0;
    border-radius:10px;
    font-family: 'nohemibold';
    font-size: 20px;
    padding:30px;

}
.ur-frontend-form.ur-frontend-form--flat{
    background: transparent;
}
.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid legend, .ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid label{
    color:#330872;
    text-transform: uppercase;
    font-family: 'nohemibold';
    font-size: 20px;
}
.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid label span{
    text-transform: capitalize;
    font-family: 'nohemiregular';
}
.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid input[type="text"], .ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid input[type="email"], .ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid input[type="url"], .ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid input[type="password"], .ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid input[type="date"], .ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid input[type="number"], .ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid textarea, .ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid select{
    border: none;
    outline: none;
    padding: 10px 15px;
    background: #F6F6F6;
    color: #000;
    margin-bottom: 10px;
    height: 85px;
    font-family: 'nohemiregular';
    font-size: 20px;
    border-radius:10px;
}
.registration-bg{
    background-image: url('../images/registration-bg.svg');
    background-position: bottom right;
    background-repeat: no-repeat;
}
.register-title{
    font-size: 48px;
}
.btn-register{
    max-width: 300px;
    width: 100%;
    background-color: transparent;
    border:1px solid #fff;
    color: #fff;
    border-radius: 10px;
    font-family: 'nohemibold';
    font-size: 20px;
    padding: 30px;
}
.user-registration-LostPassword a{
    font-family: 'nohemiregular';
    font-size: 14px;
    color:#330872;
}

/*Comments*/
.comments-block{
    display:none;
    position: fixed;
    top:0;
    left:0;
    background-color: rgba(0,0,0,.8);
    z-index:1000;
    height:100%;
    width:100%;
}
.comments-block.active{
    display:flex;
    align-items: center;
    justify-content: center;
    
}
.comments-white{
   
    background: #fff;
    flex: 0 0 auto;
    max-width: 800px;
    display: flex;
    width: 100%;
    position: relative;
}
.close-btn{
    position: absolute;
    top: 10px;
  right: 20px;
  text-transform: uppercase;
  font-size: 12px;
}
.social-block-top{
	
    margin-bottom: 20px;
   
    
    font-family: nohemisemi_bold;
    font-size: 13px;
    text-transform: uppercase !important;
    
}
.social-block-top ul{
	display:flex;
	gap: 20px;
}
.social-block-top li{
	background: #84329b;
    padding: 10px 30px;
	 border-radius: 0 0 10px 10px;
    display: flex;
	color: #fff;
}
.social-block-top li.blue-item{
	background:#151F6D;
	border:1px solid #fff;
}
.social-block-top a{
	color:#fff;
	text-decoration:none;
}
/*For Gutemberg editor*/
.report-style figure.image {
    height: auto;
    max-width: 400px;
    padding: 30px 30px 0px 30px;
    position: relative;
    z-index: 0;
    transition: all .3s;
}
.content-box h3.inside-title, .box-type h3.inside-title {
    margin: 1em 0;
    color: #84329b;
	font-size:2rem;
}
iframe{
	max-width: 100%;
    min-height: 300px;
}
@media screen and (min-width: 990px) {
    .gutemberg-page.bg-1 {
        background-image: url(../images/bg-1.svg);
        background-repeat: no-repeat;
        background-position-y: 100px;
        background-position-x: right;
        background-size: clamp(8rem, 80%, 25rem) auto;
     
    }
}
@media screen and (min-width:1300px){
	.gutemberg-page .content-box:after{
		    content: '';
    display: block;
    position: absolute;
    width: 500px;
    height: 700px;
    border-radius: 100%;
    background: #151f6d;
    top: 50%;
    right: -305px;
	}
}
.content-box h2.h2-style-2{
	margin:0.1rem 0
}
.accordion-style-1 .accordion-button:not(.collapsed){
	    color: #fff;
    background-color: #330872;
}
.accordion-style-1 .accordion-button:focus{
	border-color: #330872;
}
@media screen and (max-width:1400px){
	.reduce-40{
		width:40%;
	}
}

/*Culori custom*/
.has-maforum-violet-color{
	color:#151F6D;
}
.has-maforum-violet-background-color{
	background-color:#151F6D;
}

/*Map Custom Styles*/
.status-box{
	border-radius: 3px;
    padding: 2px 25px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    background: #84329B;
    display: inline-block;
}
.status-box.done{
	background:#00A6E2;
}
.list-course{
	       padding-top: 30%;
    margin-left: 5%;
    margin-right: 10%;
    height: 100vh;
    overflow: hidden;
    overflow-y: scroll;
    min-height: 400px;
    padding-bottom: 40px;

}
.list-course h2{
	color:#1C2674;
		text-transform:uppercase;
}
.list-course > div{
	  
    padding-right: 10%;
	    display: flex
;
    gap: 20px;
    flex-direction: column;
}
a.course-item{
	text-decoration:none;
	padding:20px 30px;
	display:block;
	border:1px solid #151F6D;
	border-radius:10px;
	color:#84329B;
	font-size:12px;
	font-family: 'nohemimedium';
}
.course-item h3{
	font-family: 'nohemimedium';
	color:#1C2674;
	text-transform:uppercase;
	margin-top:20px;
	font-size:20px;
}
#lesson-nav {
  position: fixed;
  top: 100px;
  left: 40px;
  width: 150px;
  background: transparent;
  padding: 16px;
line-height:16px;
  z-index: 999;
  transition: opacity 0.2s ease, transform 0.2s ease;
}


#progress-percentage {
  
  margin-bottom: 10px;
  font-size: 12px;
  color: #151F6D;
}
#progress-percentage b{
	font-family: 'nohemibold';
}
#progress-percentage span{
	font-family: 'nohemimedium';
	color:#84329B;
}

.lesson-anchor-nav {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.lesson-anchor-nav li {
  margin-bottom:20px;
}

.lesson-anchor-nav a {
  text-decoration: none;
  color: #151F6D;
  font-size: 12px;
  display: block;
  transition: color 0.2s ease;
}

.lesson-anchor-nav a.active {
  color: #151F6D;
  font-weight: bold;
	font-size: 14px;
}
.lesson-nav-links{
	background:#F1EFF5;
	padding:30px 20px;
}

.lesson-nav-links a {
  color: #84329B;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s ease;
	text-decoration:none;
	display:flex;
	gap:20px;
	
}
.lesson-nav-links a div{
	    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.lesson-nav-links a div > span
{
	font-family: 'chunkfiveregular';
	font-size:32px;
	color:#1C2674;
}
.lesson-nav-links a .nav-a {
	display:inline-block;
  background: transparent;
	border:1px solid #151F6D;
	border-radius:10px;
	padding:15px 30px;
	transition: all 0.2s ease;
}
.lesson-nav-links a:hover .nav-a{
	color:#fff;
	background:#151F6D;
}
.map-page-case-studies .map-loader, .map-page-case-studies .map-loader+div>* {
    transition-property: visibility, opacity, transform;
    transition-duration: .3s;
    transition-delay: .1s;
    transition-timing-function: ease;
}

.map-page-case-studies .map-loader {
    position: absolute;
    left: 0;
    right: 0;
    margin: 2rem auto 0;
    visibility: hidden;
    opacity: 0;
    transform: translate3d(0, 5rem, 0);
}
@media only screen and (min-width: 1243px) {
    .map-loader {
        width: 12rem;
        height: 12rem;
    }
}
.map-loader {
    z-index: 10;
    width: 32rem;
    height: 32rem;
    transform: rotate(-90deg);
    stroke-linecap: round;
    stroke-width: 4;
    fill: none;
    visibility: hidden;
    opacity: 0;
}
.map-map .map-svg-map path.map-active {
    --fill-color: #35495e;
    cursor: pointer;
}
.map-map .map-svg-map path {
    fill: #35495e;
    stroke: #fff;
    transition-property: fill;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
}
.single-map-leson .quote-card {
 background: transparent;
    border-radius: 12px;
    padding: 0;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); */
    position: relative;
    font-family: sans-serif;
    margin-top: 2rem;
    margin: 80px 40px 40px 40px;
    z-index: 1;
}

.single-map-leson .quote-header {
      background: #502379;
    color: white;
    padding: 20px 20px 40px 20px;
    display: inline-block;
    border-radius: 10px;
    margin-bottom: 1rem;
    position: absolute;
    z-index: 0;
    left: -19px;
    top: -80px;
    min-width: 200px;
}


.single-map-leson .quote-title {
      margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    font-family: 'chunkfiveregular';
}

.single-map-leson .quote-subtitle {
  display: block;
  font-size: 0.85rem;
  opacity: 0.8;
  margin-top: 0.25rem;
}

.single-map-leson .quote-body {
  position: relative;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    font-size: 0.95rem;
    line-height: 1.6;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.single-map-leson .quote-body::before {
  content: '';
  position: absolute;
     top: 10px;
    left: 5px;
	width:50px;
	height:50px;
	display:block;
	background-image:url('../images/qota.svg');
	background-repeat:no-repeat;
	background-size:contain;
	
	
}

.single-map-leson .quote-body::after {
  content: '';
  position: absolute;
  bottom: 10px;
    right: 10px;
  width:50px;
	height:50px;
	display:block;
	background-image:url('../images/qota.svg');
	background-repeat:no-repeat;
	background-size:contain;
	transform:rotate(180deg);
}