/*body.popup-open {
    overflow: hidden;
    touch-action: none;
    position: fixed;
    top: -600px;
    left: 0px;
    right: 0px;
    width: 100%;
}*/
body.popup-open {
	position: fixed;
	overflow: hidden !important;
	height: 100vh !important; 
	width: 100%;
	z-index:5555;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
}
.overlay #popup * {
    scroll-behavior: smooth;
}
#overlay {
    transition: opacity 0.35s ease, visibility 0.35s ease;
}
.overlay #popup {
    /*opacity: 0;*/
	 /*overflow-y: auto;*/
	
	position:absolute;
	z-index:9999;
	overflow:auto;
}
.overlay .tabs {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.tab {
	 width: 100%;
	display: flex;
	align-items: center;
	padding: 0px;
	cursor: pointer;
	transition: all 0.3s ease;
	height: 160px;
	position: relative;
}
.tab h3{
	font-size: 2.875rem;
	font-weight: 700;
	letter-spacing: .094rem;
	color: #ffffff;
}
.tab:hover {
cursor: url(img/arrow-right-white.svg), auto;
}

.overlay {
	position: fixed;
	top: 0; left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(5px);
	display: none;
	justify-content: flex-end;
	z-index: 9999;
	    inset: 0;

}
.popup {
	background: #ffffff;
	width: 80vw;
	height: 100vh;
	overflow-y: auto;
	position: relative;
	transition: transform 0.3s ease-in-out;
	display: flex;
	flex-direction: column;
	padding:0;
}
.popup .header {
	padding: 0;
	font-size: 2rem;
	font-weight: bold;
	color: white;
	position: relative;
	margin: 3rem 0 0 3rem;
}
.header h3 {
    color: #26322A;
    font-size: 2.875rem;
    margin:0;
}
.overlay .close {
    position: absolute;
    top: 100px;
    font-size: 2rem;
    border: none;
    color:#1D2130;
    cursor: pointer;
    background-color: #F6F6F6;
    border-radius: 50%;
	width: 60px;
	height: 60px;
    line-height: 24px;
    padding: 0px 12px;
    left: 10%;
    z-index: 55555;
}
.popup .content {
    padding: 3rem;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.highlight-box {
	display: flex;
	color: white;
	gap: 30px;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 4rem 3rem;
}
.highlight-box .txt-cnt {
	max-width: 700px;
	font-size: 1.8rem;
	line-height: 1.6;
}
.highlight-box p{
	max-width: 100% !important;
}
.highlight-box .txt-cnt a{
    color:#ffffff;
}
.highlight-box img {
	max-width: 500px;
    object-fit: cover;
    object-position: center center;
}
.slider {
	display: flex;
	overflow-x: auto;
	gap: 20px;
	padding: 30px 0;
}
.slide {
	min-width: 250px;
	border-radius: 8px;
	background: #f1f1f1;
	text-align: center;
	padding: 3rem 2rem;
}
.slide.red {
	background: #e5243b;
	color: white;
}
.slide h2 {
    font-size: 1.5rem;
    margin: 0;
    text-align: center;
}
.slide small {
    font-size: 1rem;
    text-align: left;
}
.next {
    margin-top: 30px;
    padding: clamp(20px, 5vw, 50px) clamp(16px, 4vw, 40px);
    color: white;
    cursor: pointer;
    font-size: 2.875rem;
    font-weight: 700;
    letter-spacing: .094rem;
    position: relative;
    width: 100%;
    line-height: 100%;
}
.next:hover {
    opacity: 0.8;
    cursor: url(img/arrow-right-white.svg), auto;
}
@media (max-width: 768px) {
	.popup {
		width: 100vw;
	}
	.highlight-box {
		flex-direction: column;
		text-align: center;
	}
	.highlight-box img {
		max-width: 100%;
	}
}
.partners-wrapper {
	width: 100%;
	box-sizing: border-box;
	padding-bottom: 50px;
}

.partners-label {
    font-weight: 700;
    font-size: 1.8rem;
    white-space: nowrap;
    flex-shrink: 0;
    color: #26322A;
}
.partners-label h4{
	font-weight: 700;
    font-size: 1.5rem;
    white-space: nowrap;
    flex-shrink: 0;
    padding-bottom: 25px;
    margin-bottom: 0px;
}

.partners-text {
    flex: 1;
    min-width: 200px;
    color: #444;
    line-height: 1.5;
}
.partners-text ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}
.partners-wrapper ul li {
    width: 50%;
    box-sizing: border-box;
    font-size: 1.25rem;
    position: relative;
    padding-left: 28px;
    color: #1a1a1a;
    line-height: 44px;
    margin-bottom: 0px !important;
}
.partners-wrapper ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
   background-image: url("data:image/svg+xml;utf8,<svg aria-hidden='true' viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'><path fill='%23a1c935' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200z'/></svg>");
}

.partners-wrapper ul li:not(:last-of-type) {
    margin-bottom: 1rem;
}

@media (max-width: 600px) {
    .partners-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .partners-label {
        margin-bottom: 5px;
    }
    .partners-wrapper ul{
        padding-left:1rem;
    }
}
.related-swiper {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 75px 0;
}
.related-swiper .swiper-wrapper {
    display: flex;
    align-items: stretch;
}
.related-swiper .swiper-slide {
    background: #f7f7f7;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    padding:1vw;
    text-align: center;
    transition: transform 0.3s ease;
	min-height: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	
}
.related-swiper .swiper-slide:hover {
    transform: translateY(-5px);
}
.related-swiper small {
    display: block;
    font-size: 14px;
    color: #555;
    margin-bottom: 8px;
}
.related-swiper h4 {
    font-size:22px;
    color:#1D2130;
    margin: 0;
}
.related-swiper .swiper-button-next, .related-swiper .swiper-button-prev {
    color: #fff !important;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}
.related-swiper .swiper-button-next:after,.related-swiper .swiper-button-prev:after {
    font-size: 16px;
}
.sdg-image {
	margin-left: auto;
	max-width: 650px;
	position: relative;
	width: 100%;
	z-index: 0;
	height: 160px;
}
.sdg-image:before {
    transition: background-color .5s linear;
    z-index: 1
}
.sdg-image img {
    display: none;
    height: 160px;
    opacity: 0;
    transition: opacity .5s ease;
    width: 100%;
}
.tab:hover{
	opacity:1 !important;
}
.tabs .tab:hover .sdg-image img {
    opacity: .3;
}
.sdg-image:before{
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	transition: background-color .5s linear;
	z-index: 1;
}
.tab:nth-child(1) .sdg-image:before {
    background-image: linear-gradient(270deg, rgba(228, 37, 58, 0), rgba(228, 37, 58, 0) 90%, #085C20);
}
.tab:nth-child(2) .sdg-image:before {
    background-image: linear-gradient(270deg, rgba(228, 37, 58, 0), rgba(228, 37, 58, 0) 90%, #C71128);
}
.tab:nth-child(3) .sdg-image:before {
    background-image: linear-gradient(270deg, rgba(228, 37, 58, 0), rgba(228, 37, 58, 0) 80%, #204691);
}
.tab:nth-child(4) .sdg-image:before {
    background-image: linear-gradient(270deg, rgba(228, 37, 58, 0), rgba(228, 37, 58, 0) 90%, #00831B);
}
.tab:nth-child(5) .sdg-image:before {
    background-image: linear-gradient(270deg, rgba(228, 37, 58, 0), rgba(228, 37, 58, 0) 90%, #BC0114);
}
.tab:nth-child(6) .sdg-image:before {
    background-image: linear-gradient(270deg, rgba(228, 37, 58, 0), rgba(228, 37, 58, 0) 90%, #006730);
}
.tab:nth-child(7) .sdg-image:before {
    background-image: linear-gradient(270deg, rgba(228, 37, 58, 0), rgba(228, 37, 58, 0) 90%, #121011);
}
.tab:nth-child(8) .sdg-image:before {
    background-image: linear-gradient(270deg, rgba(228, 37, 58, 0), rgba(228, 37, 58, 0) 90%, #072855);
}
.tab:nth-child(9) .sdg-image:before {
    background-image: linear-gradient(270deg, rgba(228, 37, 58, 0), rgba(228, 37, 58, 0) 90%, #00831B);
}
@media(min-width: 48em) {
    .sdg-image img {
        display:block;
    }
	.tab h3{
		padding-left:2rem;
	}
}
@media (max-width: 992px) {
    .related-swiper .swiper-slide {
        padding: 15px;
    }
}
@media (max-width: 768px) {
    .related-swiper {
        max-width: 100%;
    }
    .related-swiper .swiper-slide {
        padding: 12px;
    }
}
@media (max-width: 576px) {
    .related-swiper .swiper-slide {
        padding: 10px;
    }
}



@media only screen and (max-width:1199px) {
	.popup .content{
		    padding: 1rem;
	}
	.popup .header{
		margin:4rem 0 0 1rem;
	}
	.tab{
		    padding:25px 15px;
		    font-size: 1.5rem;
	}
	.overlay .close{
		    top: 20px;
		    left: auto;
		    right: 15px;
	}
	.highlight-box{
		padding: 2rem;
	}
	.highlight-box .txt-cnt{
		font-size: 1rem;
		text-align: left;
	}
	.related-swiper .swiper-slide {
		padding: 50px 20px;
	}
	.partners-wrapper ul {
		padding-left:0px !important;
	}
	.partners-wrapper ul li{
		width: 100%;
		font-size: 1.1rem;
		line-height: 30px;
	}
	.header h3,.next,.elementor-widget-sdg_tabs_custom .tab h3{
		        font-size: 1.5rem;
	}
	.elementor-widget-sdg_tabs_custom .tab h3{
		  flex: 1 1 100%;
	}
	.partners-label h4{
		font-size: 1.2rem;
		    padding-bottom: 15px;
	}
	.partners-wrapper{
		 padding-bottom: 20px;
	}
	.partners-wrapper ul li::before{
		    top: 6px;
	}
	 .elementor-widget-sdg_tabs_custom {
        width: 100% !important;
        min-width: 100%;
    }
}