html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body { font-family: 'Red Hat Display', sans-serif; color: #2C3441; }
.container {
	max-width: 1280px;
	margin: 0 auto;
	display: flex;  
}

.container.f_col { flex-direction: column; }
.no_padding_top { padding-top: 0 !important; }
.no_padding_bottom { padding-bottom: 0 !important; }

.green_gradiant {
	background: linear-gradient(90deg, var(--global-color-lightgreen-200, #E8F2D9) 0%, var(--global-color-springgreen-300, #75C158) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.bg_grey_gradiant {
	background: linear-gradient(90deg, #2C3441 1.68%, #3E454D 88.79%);
}

.container{
	padding:0 24px;
}


.top_banner {
	background-position: top right;
	background-size: auto 100%;
	overflow: hidden;
	position: relative;
	min-height: 320px;
	display: flex;
	align-items: center;
}

.top_banner:before {
	position: absolute;
	display: block;
	content: '';
	top: 0;
	left: 0;
	width: 10%;
	background: #1ba751;
	height: 100%;
}

.top_banner.banner_style_grey:before {
	left: auto;
	right: 0;
	background: #3e454c;
}

.top_banner.svg_align_right { background-position: top left; }

.top_banner svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
}

.top_banner.svg_align_right svg {
	left: auto;
	right: 0;
}

.top_banner .container {
	width: 30%;
	position: relative;
	z-index: 1;
	margin: 0;
	padding-top: 110px;
	padding-bottom: 110px;
}

.top_banner.svg_align_right .container { margin-left: auto; }

.top_banner .container .banner_text {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.top_banner .container h1 {
	font-size: 60px;
	color: #FFF;
	font-weight: 700;
	line-height: 110%;
	letter-spacing: -0.6px;
	margin: 0;
	flex: 0 0 100%;
}

.top_banner.banner_style_grey .container h1 {
	background: var(--Gradient-Gradient-2, linear-gradient(90deg, #00A651 0%, #74C156 88.94%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.top_banner.has_description .container h1 { font-size: 42px; }

.top_banner .container h2 {
	color: #FFF;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.22px;
	flex: 0 0 100%;
}

.top_banner .container p {
	color: #FFF;
	font-size: 18px;
	line-height: 1.2;
	letter-spacing: -0.22px;
	flex: 0 0 100%;
}






/* ── Section Wrapper ── */
.overview-section {
	padding: 70px 0;
	background: #fff;
}

/* ── Grid Layout ── */
.overview-inner {
	display: grid;
	grid-template-columns: 2fr 3fr; /* Builder.io ratio */
	gap: 56px;
	align-items: start;
}

.overview-inner.bottom-section {
	margin-top: 48px;
	border-top: 1px solid #eee;
	padding-top: 48px;
}

/* ── Typography ── */
.overview-heading {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 20px;
}

.overview-heading.secondary {
	color: #1a2330;
}

.overview-tagline {
	font-size: 24px;
	line-height: 1.6;
	font-weight: 400;
}

.overview-body {
	font-size: 18px;
	line-height: 1.65;
}

.overview-body p {
	margin-bottom: 1.5rem;
}

.overview-body p:last-child { margin-bottom: 0; }

/* ── Image Row ── */
.overview-images-grid {
	display: grid;
	grid-template-columns: 1fr 1.5fr;
	gap: 40px;
	margin: 40px 0;
}

.overview-images-grid img,
.overview-images-grid iframe {
	width: 100%;
	height: auto;
	border-radius: 12px;
	display: block;
}

/* ── Mobile & Tablet ── */
@media (max-width: 900px) {
	.overview-inner {
	grid-template-columns: 1fr;
	gap: 24px;
	}
	
	.overview-images-grid {
	grid-template-columns: 1fr;
	}
}

section.simple_text_editor {
    padding: 40px 0;
}

.single-post section.simple_text_editor{
	padding:0;
}

.simple_text_editor .container { 
	max-width:970px; 
	padding-bottom: 40px;
	color: #2C3441;
}

.simple_text_editor p,
.single-post .editor_left_img_right p,
.single-post .editor-image-block p { 
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: -0.24px;
	padding:16px 0;
}

.simple_text_editor p:last-child { padding-bottom: 0; }

.simple_text_editor .container .big { font-size: 24px; }

.simple_text_editor h2,
.simple_text_editor h3,
.simple_text_editor h4,
.simple_text_editor h5,
.simple_text_editor h6,
.single-post .editor_left_img_right h2,
.single-post .editor_left_img_right h3,
.single-post .editor_left_img_right h4,
.single-post .editor_left_img_right h5,
.single-post .editor_left_img_right h6,
.single-post .editor-image-block h2,
.single-post .editor-image-block h3,
.single-post .editor-image-block h4,
.single-post .editor-image-block h5,
.single-post .editor-image-block h6 {
	color: #4C525E;
	padding-bottom: 15px;
	line-height: 1.2;
	letter-spacing: -0.18px;
}

.simple_text_editor h2,
.single-post .editor_left_img_right h2,
.single-post .editor-image-block h2 { font-size: 30px; font-weight: 800; }
.simple_text_editor h3,
.single-post .editor_left_img_right h3,
.single-post .editor-image-block h3 { font-size: 22px; font-weight: 800; }
.simple_text_editor h4,
.single-post .editor_left_img_right h4,
.single-post .editor-image-block h4 { font-size: 20px; font-weight: 600; }
.simple_text_editor h5,
.single-post .editor_left_img_right h5,
.single-post .editor-image-block h5 { font-size: 16px; font-weight: 700; }
.simple_text_editor h6,
.single-post .editor_left_img_right h6,
.single-post .editor-image-block h6 { font-size: 14px; font-weight: 700; }

.simple_text_editor blockquote {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.24px;
    background: var(--Gradient-Gradient-6, linear-gradient(90deg, #008041 0%, #00A651 88.94%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: flex;
    align-items: center;
    gap: 10px;
}

.simple_text_editor blockquote:before {
	color: #4C525E;
	font-size: 120px;
	font-weight: 700;
	content: '“';
	background: #4C525E;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.simple_text_editor img,
.simple_text_editor iframe {
	width: 100%;
	height: auto;
	border-radius: 16px;
}

.simple_text_editor iframe { height: 35em; }

.simple_text_editor .boxed_light,
.simple_text_editor .boxed_dark {
	padding: 48px 56px;
	border-radius: 16px;
	margin-bottom: 40px;
}

.simple_text_editor .container .boxed_light { background-color: #F7F7F7; }
.simple_text_editor .boxed_dark { background-color: #2C3441; }
.simple_text_editor .boxed_dark h1,
.simple_text_editor .boxed_dark h2,
.simple_text_editor .boxed_dark h3,
.simple_text_editor .boxed_dark h4,
.simple_text_editor .boxed_dark h5,
.simple_text_editor .boxed_dark h6 {
	background: var(--Gradient-Gradient-3, linear-gradient(90deg, #00A651 0%, #00A651 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.simple_text_editor .boxed_dark p,
.simple_text_editor .boxed_dark li { color: #FFF; }

.simple_text_editor .border_green { 
	border-left: 8px solid #00A651; 
	border-radius: 0 16px 16px 0;
}

.simple_text_editor ul,
.simple_text_editor ol { padding-left: 25px; }

.simple_text_editor ul { list-style: disc; }
.simple_text_editor ol { list-style: decimal; }

.simple_text_editor li { font-size: 16px; padding-bottom: 20px; }
.simple_text_editor ul p,
.simple_text_editor ol p { padding: 0; }

ul li::marker,
ol li::marker {
	color: #006838;
	font-size: 1.5em;
	font-weight: bold;
	padding-right: 10px;
}

ol li::marker { font-size: 1em; }



/* ── Section wrapper ── */
.pwi-section {
	padding: 65px 0;
}

/* ── Inner container (Using your global .container) ── */
.pwi-inner {
	display: flex;
	flex-direction: column;
	gap: 48px;
}

/* ── Section title ── */
.pwi-title {
	font-size: clamp(1.5rem, 2.5vw, 2rem);
	font-weight: 700;
	line-height: 1.2;
	color: #00a651;
	margin-bottom: 0;
}

/* ── 3-column grid ── */
.pwi-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 48px 40px;
}

/* ── Individual item ── */
.pwi-item {
	display: flex;
	gap: 20px;
}

/* ── Icon circle ── */
.pwi-icon-wrap {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	border: 4px solid #efefef;
}

/* Support for uploaded icons */
.pwi-icon {
	width: 56px;
	height: 56px;
	object-fit: contain;
}

/* ── Item title ── */
.pwi-item-title {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
}

/* ── Item description ── */
.pwi-item-desc {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.65;
}

/* ── Responsive ── */
@media (max-width: 991px) {
	.pwi-grid {
	grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px) {
	.pwi-section{
		padding:32px 0;
	}
}

@media (max-width: 600px) {
	.pwi-grid {
	grid-template-columns: 1fr;
	gap: 40px;
	}
	
	.pwi-icon-wrap {
	width: 100px;
	height: 100px;
	}
	
	.pwi-icon {
	width: 48px;
	height: 48px;
	}
}

/* ================================================
	 Contribution / Academic Partners Block (Cleaned)
	 Light green bg · Map Image · Partner logos loop
	 Font: Red Hat Display (Google Fonts)
	 ================================================ */

/* ── Section wrapper ── */
.contrib-section {
	background: #e9f5e1;
	margin-left: 32px;
	margin-right: 32px;
	border-radius: 16px;
	padding-top: 65px;
	padding-bottom: 65px;
	margin: 65px;

}

/* ── Inner container ── */
.contrib-section .container {  
	display: flex;
	flex-direction: column;
	gap: 28px;
}

/* ── Section title ── */
.contrib-title {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0;
}

/* ── Map card ── */
.contrib-map-card {
	border-radius: 16px;
	overflow: hidden;
}

.contrib-map-wrap {
	width: 100%;
	background: transparent;
	border-radius: 16px;
	overflow: hidden;
	display: flex;
	margin: auto;
	max-width: 900px;
}

/* ✅ NEW: Ensure the dynamic map image fits perfectly */
.contrib-map-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* ── Logo cards row ── */
.contrib-logos {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 16px;
}

.contrib-logo-card {
	background: #fff;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 28px 20px;
	min-height: 120px;
	text-align: center;
}

/* ✅ NEW: Ensure dynamic partner logos fit inside the card */
.contrib-logo-card img {
	max-width: 100%;
	max-height: 80px;
	width: auto;
	height: auto;
	object-fit: contain;
}

/* ── Tablet ── */
@media (max-width:1100px) {
	.contrib-section{
		padding:48px 32px;
	}
}

@media (max-width: 900px) {
	.contrib-section {
		padding: 40px 32px;
		margin: 0;
		border-radius: 0;
	}
	.contrib-section .container{padding:0;}
	.contrib-logos {
	grid-template-columns: repeat(3, 1fr);
	}
}

/* ── Mobile ── */
@media (max-width: 560px) {
	.contrib-section {
	padding: 24px;
	}
	.contrib-inner {
	gap: 20px;
	}
	.contrib-logos {
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	}
	.contrib-logo-card {
	padding: 20px 12px;
	min-height: 100px;
	}
}

.partner-intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px 0px;
    background: #ffffff;
    border-bottom: 1px solid #EAEBEC;
    gap: 32px;
}

.partner-intro .container{
	width: 100%;
	flex-wrap: wrap;
}

.partner-breadcrumbs{
	width: 100%;
}

.partner-breadcrumbs .breadcrumbs {
    display: flex;
    gap: 8px;
}

.partner-breadcrumbs .breadcrumbs li,
.partner-breadcrumbs .breadcrumbs a{
	display: flex;
	align-items: center;
	color: #2C3441;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
}

.partner-breadcrumbs .breadcrumbs a{
	font-weight: 600;
}

.partner-breadcrumbs .breadcrumbs a:after{
	content:" ";
	width: 16px;
	height:16px;
	background-image:url('./images/chevron-right.svg');
	display: block;
	background-size: contain;
	margin-left:8px;
}

.partner-intro__content {
    display: flex;
    flex-direction: column;
    gap: 8px;
	max-width: 780px;
}

.partner-intro__content p {
    line-height: 150%;
}

.partner-intro__country {
    color:  #2C3441;
    font-family:'Red Hat Display', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.22px;
}

.partner-intro__name {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.5px;
	background: var(--Gradient-Gradient-6, linear-gradient(90deg, #008041 0%, #00A651 88.94%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin:0;
}

.partner-intro__description {
    font-family: 'Red Hat Display', sans-serif;
    color: #2C3441;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.18px;
}

.partner-intro__more_info{
	padding-top:20px;
}

.partner-intro__more_info p{
	padding:4px 0;
}

.partner-intro__more_info p span{
	font-weight: 600;
}

.partner-intro__logo img {
    width: 200px;
    height: auto;
    object-fit: contain;
    display: block;
}

.partner-intro{
	flex-wrap: wrap;
}

.partner-intro .container.f_col{
	width:100%;
	flex-direction: row;
    align-items: center;
    justify-content: space-between;
	padding:48px 0;
	gap:32px;
}

/* Responsive */
@media (max-width: 768px) {
    .partner-intro {
        padding:0;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

	.partner-intro__content{
		gap:16px;
	}

    .partner-intro__name {
        font-size: 28px;
    }

	.partner-intro__country{
		font-size:16px;
	}

    .partner-intro__logo img {
        width: 160px;
    }

	.partner-intro .container{
		max-width:calc(100% - 48px);
		padding-left:0;
		padding-right:0;
	}

	.partner-intro .container.f_col{
		max-width: 100%;
		padding-bottom:16px;
	}

	.partner-intro__logo{
		display: flex;
		justify-content: center;
		width: 100%;
	}

	.overview-section{
		padding:32px 0;
	}
}

@media (max-width: 480px) {
    .partner-intro {
        padding: 20px 16px;
    }

	.partner-intro .container{
		max-width: 100%;
	}
}

.editor_left_editor_right {
	padding-top: 64px;
	padding-bottom: 64px;
}

.editor_left_editor_right .container { 
	display: grid;	
	gap: 56px;
	grid-template-columns: 3fr 3fr;
}

.editor_left_editor_right .container.left_larger,
.editor-image-block.left_larger .container,
.editor_left_img_right.left_larger .container { grid-template-columns: 3fr 2fr; }

.editor_left_editor_right .container.right_larger,
.editor-image-block.right_larger .container,
.editor_left_img_right.right_larger .container { grid-template-columns: 2fr 3fr; }

.editor_left_editor_right h2 {
	font-size: 30px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.6px;
	margin-bottom: 20px;
}

.editor_left_editor_right h3 {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: -0.24px;
}

.editor_left_editor_right p {
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: -0.18px;
	margin-bottom: 25px;
}

.editor_left_editor_right p:last-child { margin-bottom: 0; }

#double_pictures .column img {
	width: 100%;
	height: auto;
	border-radius: 16px;
	display: block;
}

.testimonial {
    border-radius: 0 16px 16px 0;
	border-left: 8px solid var(--Primary-Green-1, #00A651);
    padding-top: 72px;
    padding-bottom: 72px;
    margin: 0 32px 48px;
	background-color:#F7F7F7;
}

.testimonial .container {
	align-items: center;
    justify-content: space-between;
    gap: 48px;
}

.testimonial__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1;
}

.testimonial__badge {
	display: inline-block;
    background: #F5A623;
    color: #3D1F00;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 999px;
    margin-bottom: 10px;
}

.testimonial__name {
    font-size: 30px;
    font-weight: 800;
    line-height: 1.2;
}

.testimonial__quote {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
}

.testimonial__btn {
    display: inline-block;
    background: var(--Gradient-Gradient-2, linear-gradient(90deg, #00A651 0%, #74C156 88.94%));
    font-size: 14px;
    font-weight: 700;
    padding: 14px 28px;
    border-radius: 4px;
    text-decoration: none;
    margin-top: 8px;
    color: #000;
    transition: background 0.2s ease;
}

.testimonial__btn:hover {
    background: var(--Gradient-Gradient-2, linear-gradient(90deg, #74C156 0%, #00A651 88.94%));
}

.testimonial__image-wrap {
    flex-shrink: 0;
    width: 260px;
    height: 260px;
	border-radius: 100%;
	border: 8px solid var(--Gradient-Gradient-2, #00A651);
    overflow: hidden;
}

.testimonial__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}



/* Responsive */

@media (max-width: 900px) {

    .testimonial {
        padding: 40px 32px;
    }

    .testimonial__inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
    }

    .testimonial__image-wrap {
        width: 200px;
        height: 200px;
        align-self: center;
    }

    .testimonial__quote {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
	.editor_left_editor_right .container.right_larger{
		grid-template-columns: 1fr;
	}

	.editor_left_editor_right .container{
		gap:24px;
	}

	.editor_left_editor_right{
		padding-top:40px;
		padding-bottom:40px;
	}

	.container.right_larger {
		padding-bottom: 0;
	}

	.editor_left_editor_right .container{
		grid-template-columns: 1fr;
	}

	.testimonial{padding:0;}

	.testimonial__name{font-size:26px;}

	.testimonial__quote{
		font-size: 18px;
	}

	.testimonial__image-wrap{
		width:160px;
		height: 160px;
	}

	.editor_left_editor_right h2,
	.overview-heading{
		font-size:26px;
	}

	.editor_left_editor_right h3,
	.overview-tagline{
		font-size:22px;
	}
}

@media (max-width:600px) {
	.testimonial .container{
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
}

@media (max-width: 480px) {

    .testimonial {
        padding: 0 16px;
        border-left-width: 3px;
    }

    .testimonial__name {
        font-size: 18px;
    }

    .testimonial__quote {
        font-size: 14px;
    }

    .testimonial__image-wrap {
        width: 160px;
        height: 160px;
    }


	.editor_left_editor_right h2,
	.overview-heading{
		font-size:22px;
	}

	.editor_left_editor_right h3,
	.overview-tagline{
		font-size:20px;
	}

	.editor_left_editor_right p,
	.overview-body p{
		font-size:16px;
	}

}

/* ================================================
   Offices / Address Block
   ================================================ */

/* Section wrapper */
.offices {
    padding-top: 64px;
    padding-bottom: 64px;
}

.offices .container { gap: 32px; }

/* Section heading */
.offices__heading {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.01em;
    margin-bottom: 8px;
}

/* Office card */
.office-card {
    display: flex;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    min-height: 300px;
}

/* Left info panel */
.office-card__info {
    width: 300px;
    flex-shrink: 0;
    padding: 64px 48px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.office-card__name {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #1A1D23;
}

/* Details list */
.office-card__details {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.office-card__detail {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.office-card__icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.office-card__address {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #2C3441;
    line-height: 1.6;
    font-style: normal;
}

.office-card__phone {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #2C3441;
    text-decoration: none;
    line-height: 1.6;
}

.office-card__phone:hover {
    color: #2E7D32;
}

.office-card__link {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #2E7D32;
    text-decoration: none;
    line-height: 1.6;
}

.office-card__link:hover {
    text-decoration: underline;
}

/* Right map panel */
.office-card__map {
    flex: 1;
    min-height: 300px;
    overflow: hidden;
}

.office-card__map iframe {
    width: 100%;
    height: 100%;
    min-height: 300px;
    border: 0;
    display: block;
}

/* Responsive – tablet */
@media (max-width: 900px) {
    .offices {
        padding: 40px 24px;
    }
    .office-card {
        flex-direction: column;
    }
    .office-card__info {
        width: calc(100%  - 40px);
        padding: 28px 24px;
    }
    .office-card__map,
    .office-card__map iframe {
        min-height: 240px;
    }
}

/* Responsive – mobile */
@media (max-width: 480px) {
    .offices {
        padding: 32px 16px;
        gap: 16px;
    }
    .offices__heading {
        font-size: 16px;
    }
    .office-card__info {
        padding: 24px 20px;
        gap: 18px;
    }
    .office-card__name {
        font-size: 18px;
    }
    .office-card__map,
    .office-card__map iframe {
        min-height: 200px;
    }
}


/* --- 1. Reset & Global --- */
.footer {
	display: flex;
	flex-direction: column;
	width: 100%;
	background: #fff;   
}

/* --- 2. Brand Section --- */
.footer-brand {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 48px 56px;
	background: linear-gradient(90deg, #00a651 0%, #75c158 100%);
	gap: 24px;
}

.footer-logo {
	width: 220px;
	height: auto;
}

.footer-descriptor {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	margin-top: 16px;
}

.footer-eu-logo {
	width: 176px;
	height: auto;
}

/* --- 3. Dark Nav & Legal Bar Styling --- */
.footer-nav, .footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: linear-gradient(90deg, #2c3441 1.68%, #3e454d 88.79%);
	padding: 32px 56px;
}

.footer-nav {
	border-bottom: 1px solid #4c525e;
}

/* --- WP Menu Reset (Crucial) --- */
.footer-nav-links ul, .footer-legal-links ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 8px;
}

.footer-nav-links li a, .footer-legal-links li a {
	display: inline-block;
	padding: 8px 16px;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.footer-nav-links li a:hover {
	opacity: 0.75;
}

.footer-social {
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	color: #fff;
}

.footer-linkedin-icon {
	width: 32px;
	height: 32px;
}

.footer-credit, .footer-credit a {
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.08px;
	text-decoration: none;
}


/* =============================================
	 Mobile Responsiveness (Max-width: 768px)
	 ============================================= */
@media (max-width: 768px) {
	/* 1. Reset Global Padding */
	.footer-brand, 
	.footer-nav, 
	.footer-bottom {
		padding: 32px 24px !important; /* Slightly tighter padding for small screens */
		flex-direction: column !important;
		align-items: flex-start !important; /* Align content to the left */
		gap: 30px !important;
	}

	/* 2. Brand Section Scaling */
	.footer-logo {
		width: 160px !important; /* Scale down the logo */
	}

	.footer-eu-logo {
		width: 140px !important;
		margin-top: 10px;
	}

	/* 3. Navigation Menus (Stacking) */
	.footer-nav-links ul, 
	.footer-legal-links ul {
		flex-direction: column !important; /* Stack menu items vertically */
		align-items: flex-start !important;
		gap: 12px !important;
	}

	.footer-nav-links li a, 
	.footer-legal-links li a {
		padding: 5px 0 !important; /* Remove horizontal padding since they are stacked */
		font-size: 15px !important;
	}

	/* 4. Social & Credit Alignment */
	.footer-social {
		width: 100%;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
		padding-top: 20px;
	}

	.footer-credit {
		width: 100%;
		margin-top: 10px;
		font-size: 14px !important;
		opacity: 0.8;
	}
}

/* --- Wrapper & Card --- */
.signup-wrapper {
	margin: 32px;
}

.signup-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 48px;
	padding: 72px 56px;
	border-radius: 16px;
	background: linear-gradient(135deg, #f0faec 0%, #d9f0ce 100%);
}

.signup-card .container { 
	flex: 0 0 100%;
	justify-content: space-between;
	align-items: center;
}


/* --- Left Column --- */
.signup-info {
	flex: 0 0 auto;
	max-width: 460px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.signup-heading {
	display: flex;
	align-items: center;
	color: #1a1a1a;
	font-size: 24px;
	margin: 0;
	font-weight: 800;
}

.signup-heading svg { 
	width: 26px; 
	margin-right: 10px;
}

.signup-description {
	color: #3a3a3a;
	font-size: 18px;
	line-height: 1.6;
	margin: 0;
}

/* --- Form Logic --- */
.signup-form-area {
	flex: 1 1 auto;
	max-width: 600px;
}

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

.signup-inputs-row {
	display: flex;
	align-items: stretch;
	gap: 12px;
}

.signup-input {
	flex: 1;;
	padding:16px;
	background: #fff;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	transition: border-color 0.2s ease;
	color: #4B516A;
	border: 2px solid var(--Grey-Grey-200, #C0C2C7);
}

.signup-wrapper .signup-input { border: none; }

.signup-submit {
	flex-shrink: 0;
	height: 48px;
	padding: 0 28px;
	border: none;
	border-radius: 6px;
	font-weight: 600;
	cursor: pointer;
	background: var(--Gradient1, linear-gradient(90deg, var(--global-color-emeraldgreen-300, #00A651) 0%, var(--global-color-springgreen-300, #75C158) 100%));
}

.signup-submit:hover { background: var(--Gradient1, linear-gradient(90deg, var(--global-color-springgreen-300, #75C158) 0%, var(--global-color-emeraldgreen-300, #00A651) 100%)); }
.signup-submit.show_mobile { display: none; }
/* --- Custom Checkbox Styling (From Figma Export) --- */
.signup-consent {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 15px;
	cursor: pointer;
}

.signup-checkbox-wrap {
	position: relative;
	width: 24px;
	height: 24px;
}

.signup-checkbox-input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	z-index: 2;
	margin: 0;
}

.signup-checkbox-box {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border: 1.5px solid #21282E;
	border-radius: 4px;
}

.signup-checkbox-box svg {
	width: 14px;
	height: 14px;
	opacity: 0;
}

/* Show checkmark when checked */
.signup-checkbox-input:checked ~ .signup-checkbox-box {
	background: url('images/icon-check.svg') no-repeat center center;
}

.signup-checkbox-input:checked ~ .signup-checkbox-box svg {
	opacity: 1;
}

.signup-consent-text {
	color: #3a3a3a;
	font-size: 16px;
}

.signup-consent-text a { color: inherit; }

form#sib_signup_form_1 p.sib-alert-message-success {
	background-color: #36a651 !important;
    color: #FFF !important;
}

/* --- Mobile Responsiveness --- */
@media (max-width: 768px) {
	.signup-card {
		flex-direction: column;
		padding: 32px 24px;
	}
	.signup-inputs-row {
		flex-direction: column;
	}
	.signup-info {
		max-width: 100%;
	}
}

/* ── FAQ Section Wrapper ── */
.faq-section {
	width: 100%;
	padding: 60px 0;
}

.faq-container {
	gap: 32px;
	flex-direction: column;
}

.faq-title {
	color: #1a2330;
	font-family: 'Red Hat Display', sans-serif;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.2;
}

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

/* ── Individual Accordion Item ── */
.faq-item {
	background: #fff;
	border: 1.5px solid #dde3ea;
	border-radius: 8px;
	overflow: hidden;
	transition: border-color 0.2s ease;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
}

.faq-item[open] {
	border: 4px solid #00a651;
	box-shadow: none;
	margin-left: -1.5px;
}

.faq-item > summary {
	list-style: none;
}
.faq-item > summary::-webkit-details-marker {
	display: none;
}

.faq-summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 24px 28px;
	cursor: pointer;
	outline: none;
}

.faq-question {
	color: #1a2330;
	font-family: 'Red Hat Display', sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.4;
}

/* ── Chevron Animation ── */
.faq-chevron {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	color: #3a4450;
	position: relative;
}

.faq-chevron svg {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0;
	left: 0;
	transition: opacity 0.2s ease;
}

.faq-chevron .chevron-up { opacity: 0; }
.faq-item[open] .faq-chevron .chevron-down { opacity: 0; }
.faq-item[open] .faq-chevron .chevron-up   { opacity: 1; }

.faq-answer {
	padding: 0 28px 24px 28px;
}

.faq-answer p {
	color: #3a4450;
	font-family: 'Red Hat Display', sans-serif;
	font-size: 15px;
	line-height: 1.7;
}

/* ── Responsive ── */
@media (max-width: 767px) {
	.faq-section{padding:32px 0;}
	.faq-title { font-size: 26px; }
	.faq-summary { padding: 20px; }
	.faq-answer { padding: 0 20px 20px 20px; }
}

/* --- Base Block Styles --- */
.editor-image-block {
	width: 100%;
	padding: 80px 0;
}

.editor-image-block.has-gradient {
	background: linear-gradient(90deg, #2c3441 1.68%, #3e454d 88.79%);
	color: #fff;
}

.editor-image-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 60px;
}

/* --- Content Styling --- */
.editor-image-text h2 {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 24px;
}

.editor-image-text p {
	font-size: 18px;
	line-height: 1.7;
	margin-bottom: 28px;
	font-weight: 400;
}

/* --- Dynamic Bullets with Gradient SVG --- */
.editor-image-text ul {
	list-style: none;
	padding: 0;
	margin: 24px 0;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.editor-image-text ul li {
	position: relative;
	padding-left: 40px; /* Space for the 25px icon + gap */
	font-size: 16px;
	line-height: 1.6;
	display: flex;
	align-items: center;
	min-height: 25px;
}

.editor-image-text ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0; /* Aligns with the top of the text line */
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-size: contain;
	/* Your specific Gradient SVG below */
	background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Crect width='24.5' height='24.5' rx='12.25' fill='url(%23paint0)'/%3E%3Cpath d='M9.97681 16.7774C11.0813 16.8728 11.4291 17.2371 11.4552 17.9309C11.4639 18.2258 11.4552 20.6889 11.4552 20.6889L20.378 12.1807L11.4552 4.40978C11.4552 4.40978 11.4552 7.21115 11.4552 7.77489C11.4465 8.61616 10.5421 8.6682 10.0029 8.53811C9.52458 8.41669 -0.15475 7.16778 -2.22455 -1.08887H-5.75537V6.25712C-1.39837 11.1747 2.61077 15.9014 9.97681 16.7774Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0' x1='0' y1='12.25' x2='24.5' y2='12.25' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300A651'/%3E%3Cstop offset='1' stop-color='%2375C158'/%3E%3C/linearGradient%3E%3CclipPath id='clip0'%3E%3Crect width='24.5' height='24.5' rx='12.25' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

/* --- CTA Button --- */
.editor-image-cta {
	display: inline-block;
	padding: 16px 24px;
	border-radius: 4px;
	background: var(--Gradient-Gradient-2, linear-gradient(90deg, #00A651 0%, #74C156 88.94%));
	text-decoration: none;
	font-weight: 600;
	transition: 0.2s ease;
	color:#000;
	font-size:14px;
}

.editor-image-cta:hover {
	background: var(--Gradient1, linear-gradient(90deg, var(--global-color-springgreen-300, #75C158) 0%, var(--global-color-emeraldgreen-300, #00A651) 100%));
}

.bg_grey_gradiant .editor-image-cta {
	background: var(--Gradient1, linear-gradient(90deg, var(--global-color-emeraldgreen-300, #00A651) 0%, var(--global-color-springgreen-300, #75C158) 100%));
	color: #000;
}

.bg_grey_gradiant .editor-image-cta:hover {
	background: var(--Gradient1, linear-gradient(90deg, var(--global-color-springgreen-300, #75C158) 0%, var(--global-color-emeraldgreen-300, #00A651) 100%));
}

/* --- Image Wrap --- */
.editor-image-wrap img {
	width: 100%;
	height: auto;
	border-radius: 16px;
	display: block;
}

/* --- Layout Toggle (Image Left) --- */
.editor-image-block.image-left .editor-image-inner {
	direction: rtl;
}
.editor-image-block.image-left .editor-image-content {
	direction: ltr;
}

/* --- Responsive --- */
@media (max-width: 900px) {
	.editor-image-inner {
	grid-template-columns: 1fr;
	text-align: center;
	}
	.editor-image-content { align-items: center; }
	.editor-image-text ul li { text-align: left; }
	.editor-image-wrap { order: -1; } /* Image on top for mobile */
}

.events-section {
	padding: 56px 24px;
	background: #fff;
}

.events-inner {
	max-width: 1280px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 2fr;
	align-items: center;
	gap: 40px;
	padding: 56px 64px;
	border-radius: 24px;
	background: linear-gradient(135deg, #00a651 0%, #75c158 100%);
}

/* ── Left panel ── */
.events-left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 32px;
}

.events-calendar-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.events-calendar-icon svg {
	width: 48px;
	height: 48px;
}

.events-heading {
	color: #fff;
	font-size: 56px;
	font-weight: 600;
}

.events-see-all {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.events-see-all:hover {
	opacity: 0.8;
}

.events-see-all-icon svg {
	width: 14px;
	height: 14px;
	display: block;
	border: 1px solid #FFF;
	border-radius: 100%;
	padding: 2px;
}

/* ── Right panel ── */
.events-right {
	display: flex;
	flex-direction: column;
	gap: 20px;
	position:relative;
}

/* ── Event card ── */
.event-card {
	background: #fff;
	border-radius: 16px;
	padding: 32px;
	overflow: hidden;
}

.event-card-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
	align-items: center;
}

.event-card-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}

.event-tag {
	display: inline-block;
	padding: 8px 9px;
	background: var(--global-color-springgreen-300, #75C158);
	border-radius: 4px;
	color: #000;
	font-size: 14px;
	font-weight: 600;
	position: absolute;
	right: 48px;
}

.event-date {
	color: #4c525e;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
}

.event-title {
	color:#2C3441;
	font-family:'Red Hat Display', sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: -0.22px;
}

.event-description {
	color: #2c3441;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.08px;
}

.event-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 10px 20px;
	border: 1px solid #00a651;
	border-radius: 6px;
	color: #1a2330;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	transition: border-color 0.2s ease, background 0.2s ease;
	margin-top: 4px;
}

.event-link:hover {
		background: #74C156;
	border-color: #74C156;
	color:#000;
}

.event-link svg {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}

.event-link:hover svg path { stroke: #FFF; }

.event-card-image-wrap {
	border-radius: 12px;
	overflow: hidden;
	line-height: 0;
	height: 100%;
	min-height: 180px;
}

.event-card-image {
	width: 100%;
	height: 100%;
	min-height: 180px;
	object-fit: cover;
	display: block;
	border-radius: 12px;
}

/* --- Force the Grid to behave --- */
.insights-grid {
	display: grid !important;
	grid-template-columns: 2fr 1fr !important; /* 2 parts left, 1 part right */
	gap: 24px !important;
	align-items: stretch !important;
}

.insights-grid:has(.ins-card--featured) {
    min-height: 850px;
}

/* --- The 2x2 Sub-grid --- */
.insights-small-grid {
	display: grid !important;
	grid-template-columns: 1fr 1fr !important;
	gap: 20px !important;
}

/* --- Ensure the Cards take full height --- */
.ins-card {
	height: 100% !important;
	display: flex !important;
	flex-direction: column !important;
}

/* --- Fix the "Tall" Featured Card --- */
.ins-card--featured {
	grid-column: 2 / 3 !important; /* Force to right column */
	display: flex !important;
	flex-direction: column !important;
}

.ins-card-image-wrap--tall {
	flex: 1 0 auto !important; /* Makes the image area grow to fill the grid height */
	min-height: 400px !important; 
}

.ins-card-image--tall {
	height: 100% !important;
	object-fit: cover !important;
}

/* --- Prevent WP "nasty" spacing --- */
.insights-container * {
	box-sizing: border-box !important;
}

.ins-card-body {
	flex-grow: 1 !important; /* Pushes the 'Read More' button to the bottom */
	display: flex !important;
	flex-direction: column !important;
	justify-content: space-between !important;
}




/* GENERAL STYLES */

.gradient{
	background: var(--Gradient-Gradient-1, linear-gradient(90deg, #D7EDDE 0%, #E8F2D9 68.65%, #E8F2D9 98.9%));
}

.cta_button{
	display: flex;
	align-items: center;
	border-radius: 4px;
	background: var(--Gradient-Gradient-2, linear-gradient(90deg, #00A651 0%, #74C156 88.94%));
	padding: 16px 24px;
	font-size: 16px;
	font-weight: 600;
	color:#000;
	text-decoration: none;
	width: fit-content;
}

.cta_button:hover{
		background: var(--Gradient1, linear-gradient(90deg, var(--global-color-springgreen-300, #75C158) 0%, var(--global-color-emeraldgreen-300, #00A651) 100%));
}

.visually-hidden {
	position: absolute !important;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	white-space: nowrap;
}

/* HEADER */

.top-header{
	padding:32px 16px;
	border-bottom: 1px solid #EAEBEC;
}

.home .top-header { border: none; }

.top-header .container {
	display: flex;
}

#logo_container {
	margin-right: 200px;
}

img#logo{max-width:220px;}

#logo_container a{
	height: 100%;
	display: flex;
}

#menu_v1 { width: 100%; }

.mobile ul {
	margin: 0;
	padding: 0;
	width: 100%;
	position: static;
	transition: 0.25s;
}

.top-header button {
	display: none;
}

.search_bar_container {
	display: none;
}

.menu-item{
	padding: 8px 12px;
}

.menu-item:hover{
	background: linear-gradient(135deg, #f0faec 0%, #d9f0ce 100%);
}

.menu-item a {
	color: #020617;
	font-family:'Red Hat Display', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px;
	letter-spacing: 0;
	text-decoration: none;
}

.menu-item a:hover,
.menu-item:hover a{
	color: #020617!important;
}

.menu-item.cta_button_white{
	display: flex;
	align-items: center;
	margin-left:auto;
	border-radius: 4px;
	border: 1px solid var(--Primary-Green-1, #00A651);
	background: var(--Base-White, #FFF);
	padding:0;
}

.menu-item.cta_button_white:hover{
	background:#74C156;
	border-color:#74C156;
}

.cta_button.menu-item a:hover,
.menu-item.cta_button_white:hover a{
	color:#000000!important;
}

.menu-item.cta_button{
	display: flex;
	align-items: center;
	border-radius: 4px;
	background: var(--Gradient-Gradient-2, linear-gradient(90deg, #00A651 0%, #74C156 88.94%));
	padding: 0;
}

.menu-item.cta_button:hover{
	color:#000;
	background: var(--Gradient1, linear-gradient(90deg, var(--global-color-springgreen-300, #75C158) 0%, var(--global-color-emeraldgreen-300, #00A651) 100%));
}

.menu-item.cta_button_white a,
.menu-item.cta_button a{
	padding:16px 24px;
	font-size:14px; 
}

.sub-menu.depth_0 {
    background: #142A3E !important;
    color: #FFF !important;
    padding:0;
    top: 58px !important;
    border-radius:8px;
}

.sub-menu.depth_0:before {
content: '';
    display: block;
    background: #FFF;
    height: 20px;
    width: 100%;
    position: absolute;
    top: -20px;
}


.level-2.no_submenu {
    padding: 0;
}

.level-2.no_submenu:hover { background: transparent; }
.sub-menu.depth_0 a{
    color: #FFF !important;
    padding: 16px 20px;    
    background: transparent;
	width: 100%;
}
.sub-menu.depth_0 a:hover{ text-decoration: underline; }

#menu_v1.mobile.open {
    display: block;
}

.mobile li {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    list-style: none;
    padding: 10px 15px;
    border-bottom: 1px solid #00A651;
    max-width: calc(100% - 30px);
	z-index: 2;
}

.mobile li button {
    background: none;
    border: 0;
    flex: 1;
    text-align: right;
    padding: 10px 15px;
}

.mobile div > ul ul {
    display: none;
    top: 0;
    left: 100%;
}

/* PAGE BANNER */

.page_banner{
	height: 500px;
    display: flex;
	flex-wrap: wrap;
    object-fit: cover;
    position: relative;
	background-size: cover;
	background-position: center;
}

.page_banner .container.page_banner_container {
    width: 100%;
    height: 100%;
	align-items: flex-end;
}

.page_banner .banner_text {
    background: #FFF;
    display: flex;
    height: fit-content;
    padding: 24px 40px;
    border-radius: 16px 16px 0 0;
}

.page_banner .banner_text h1 {
    background: var(--Gradient-Gradient-6, linear-gradient(90deg, #008041 0%, #00A651 88.94%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Red Hat Display', sans-serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.42px;
    margin: 0;
}

img.page_banner_img {
    width: 100%;
    object-fit: cover;
	height:auto;
}


/* PAGE BANNER 3 */

.page_banner_3 {
    grid-template-columns: 1fr 1fr;
    display: grid;
}

.page_banner_3 .video { 
	position: relative; 
	background: yellow;
}

.page_banner_3 .video { 
    position: relative; 
    background: #000; /* Black fallback */
    overflow: hidden; /* CRITICAL: This hides the oversized edges of the video */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 0 16px 16px 0;
}

/* 2. The Video - Scaled to always cover the container */
.page_banner_3 .background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw; /* 16:9 Aspect Ratio */
    min-height: 100vh;
    min-width: 177.77vh; 
    transform: translate(-50%, -50%);
    pointer-events: none; /* Stops mouse clicks */
}

/* 3. The Overlay - Optional but highly recommended */
.page_banner_3 .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); 
    z-index: 1;
}

.page_banner_3_column.editor{
	max-width: calc(640px - 60px);
	display: flex;
	align-items: center;
	margin-left:32px;
}

@media (max-width: 768px) {

	.page_banner_3 { grid-template-columns: 1fr; }
	.page_banner_3 .video { height: 285px; border-radius: 0; }

}

.editor_container h1 {
    color: #2C3441;
    font-family: 'Red Hat Display', sans-serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.42px;
}

.editor_container p {
    color: #2C3441;
    font-family: 'Red Hat Display', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.08px;
}

.partner_button {
	display: flex;
    align-items: center;
    color: #2C3441;
    font-family: 'Red Hat Display', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height:22px;
    letter-spacing: 0;
    padding: 16px;
	text-decoration: none;
	margin-top:16px;
}

.partner_button:before{
	content:" ";
	background-image:url("./images/arrow-right-blue.svg");
	width:24px;
	height:24px;
	display: inline-flex;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #2C3441;
    border-radius: 16px;
	margin-right:8px;
}

img.page_banner_image {
	width: 100%;
}

.page_banner_3 .cta_button {
	margin-top: 24px;
}

.page_banner_3 .apply_now{
	display: none;
}

/* COUNTERS */

section.counters{
	padding:32px;
}

section.counters .container {
	padding:80px 96px;  
	border-radius: 16px;
	background: var(--Gradient-Gradient-1, linear-gradient(90deg, #D7EDDE 0%, #E8F2D9 68.65%, #E8F2D9 98.9%));
	justify-content: space-around;
	gap:24px;
}

section.counters.dark .container {
    background: linear-gradient(90deg, #2C3441 1.68%, #3E454D 88.79%);
}

.counter_item {
	display: flex;
	gap: 32px;
	align-items: center;
}

.counter_number_container,
.counter_number.counter {
	display:flex;
	font-family: 'Red Hat Display', sans-serif;
	font-size: 56px;
	font-style: normal;
	font-weight: 800;
	line-height: 48px;
	letter-spacing:-0.16px;
	margin-bottom: 8px;
	background: linear-gradient(90deg, #00A651 0%, #74C156 88.94%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.counter_text {
	color: #2C3441;
	max-width: 140px;
}

section.counters.dark .counter_text{
	color:#FFF;
}

/* PARTNERS */

.partners_list {
	padding:32px;
}

.partners_list .container {
	flex-wrap: wrap;
	border-radius: 16px;
	background:linear-gradient(90deg, #2C3441 1.68%, #3E454D 88.79%);
	padding: 24px 56px;
}

.partners_list.light .container{
	background:#FFF;
}

.partners_list_text {
	display:flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.partners_list_text h2 {
	color: #FFF;
	font-family: 'Red Hat Display', sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: -0.16px;
}

.partners_list.light h2{
	color: #4C525E;
}

.partners_list_text a {
	display: flex;
    align-items: center;
    color: #75C158;
    font-family: 'Red Hat Display', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0;
    text-decoration: none;
}

.partners_list.light .partners_list_text a{
	color: #2C3441;
}

.partners_list_text a:before{
	content:" ";
	background-image:url("./images/arrow-right-green.svg");
	width:24px;
	height:24px;
	display: inline-flex;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #75C158;
    border-radius: 16px;
	margin-right:8px;
}

.partners_container {
	display: flex;
	width:100%;
	gap: 16px;
	padding: 24px 0;
}

.partners_container.slick-initialized.slick-slider{
	height: 180px;
	margin-left: -16px;
    width: calc(100% + 16px);
}

.partners_container .slick-list.draggable{
	height: 100%;
}

.partners_container .slick-track{
	display: flex;
	gap:16px;
	height: 100%;
}

.partner_item {
	height: 140px;
	width:20%;
	display: block;
	background-color:#FFF;
	border-radius: 8px;
}

.partner_item a {
	width: 100%;
	height:100%;
	display: block;
	background-color:#FFF;
	border-radius: 8px;
}

.partner_item .post_item_image_container {
	width: 100%;
	height:100%;
	display: block;
	border-radius: 8px;
	background-position: center center;
	background-repeat: no-repeat;
}

.partners_list.light .partner_item .post_item_image_container {
	border-radius: 8px;
    border: 1px solid #E1E2E4;
}

/* ================================================
	 Consortium Partners Block (Full Layout)
	 ================================================ */

.partners-section {
	padding: 64px 0;
}


/* Added the * selector in case the $editor field outputs <p> or <h2> tags */
.partners-title,
.partners-title * {
	color: #4C525E;
	font-family: 'Red Hat Display', sans-serif;
	font-size: 22px;
	font-weight: 800;
	line-height: 120%;
	letter-spacing: -0.22px;
}

.partners-title {
	margin-bottom: 32px;
}

.partners-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	align-items: flex-start;
	justify-content: flex-start;
}

.partner-card {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(20% - 15px);
	height: 140px;
	border: 1px solid #EAEBEC;
	border-radius: 8px;
	background: white;
	flex-shrink: 0;
	overflow: hidden;
	transition: all 0.2s ease-in-out;
}

.partner-card:hover {
	border-color: #D1D5DB;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

/* Ensure the link fills the card and centers the image */
.partner-card a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 16px;
	text-decoration: none;
	color: inherit;
}

.partner-card img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.partner-fallback-text {
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	font-family: 'Inter', -apple-system, sans-serif;
}

/* Responsive adjustments */
@media (max-width:1024px){
	.partner-card{width: calc(25% - 14px);}

	#menu_v1.mobile {
		display: none;
		background: #fff;
		border-radius: 8px;
		margin: 10vh auto;
		overflow: hidden;
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		z-index: 2;
		padding-top: 80px;
		margin-top: 0;
	}

	.mobile .mobile-controls {
		background: var(--Gradient-Gradient-2, linear-gradient(90deg, #00A651 0%, #74C156 88.94%));
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		margin-top: 50px;
	}

	.mobile .mobile-controls button {
	    background: none;
	    border: 1px solid #fff;
	    border-radius: 8px;
	    color: #000;
	    height: 40px;
	    padding: 0 15px;
	    margin: 10px 15px;
	    align-items: center;
	    display: none;
	}

    .sub-menu.depth_0{
        background:#FFF!important;
		position:relative;
		top:20px!important;
		min-width: 100%;
        margin-left: 24px;
    }

    .sub-menu.depth_0 a{
        color: #142a3e!important;
    }

    .mobile .mobile-controls{margin-top:56px;}

}

@media (max-width: 768px) {
	.partners-section { padding: 48px 0; }
	.partners-section .container.f_col{padding:0 24px;}
	.partners-title, .partners-title * { font-size: 20px; }
	.partners-title { margin-bottom: 24px; }
	.partner-card { width: calc(33.3333% - 10px);height: 110px; }
	.partners-grid { gap: 12px; }
}

@media (max-width: 480px) {
	.partners-section { padding: 32px 0; }
	.partners-title, .partners-title * { font-size: 18px; }
	.partners-title { margin-bottom: 16px; }
	.partner-card { width: calc(50% - 8px); height: 100px; }
	.partners-grid { gap: 10px; }
}

/* EDITOR IMAGE CTA */

.editor_left_img_right.img_left_editor_right{
	padding:80px 0;
}


.editor_left_img_right.img_left_editor_right.full_width{
	padding:0 0 60px;
}

.editor_left_img_right.img_left_editor_right.full_width .container{
	max-width:1700px;
	padding:0;
}

.editor_left_img_right.img_left_editor_right.full_width .editor-image-content {
	max-width: calc(640px - 10px);
	padding-top:40px;
}


.editor_left_img_right.img_left_editor_right.full_width .editor-image-wrap img{border-radius: 0;}

.editor-image-text p{
	color: #2C3441;
	font-family:'Red Hat Display', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: -0.18px;
}


/* SHOWCASE */

.showcase_section {
	display: flex;
	position: relative;
	max-width: 90%;
	margin: auto;
	padding:56px 0;
	overflow: hidden;
	max-width: 1430px;
}

.showcase_section .main-slider {
	width: calc(100% - 275px);
	float: left;
	margin-right: 50px;
	z-index: 9999;
}

.showcase_section .main-slider .slick-list{
	height: 100vh;
	max-height: 900px;
	height:600px;
	width: calc(100% - 1px);
}

.showcase_section .main-slider .slick-track{
	height: 100%;
}

.showcase_section .main-slider .slide {
	position: relative;
	text-align: center;
	border-radius: 20px;
	overflow: hidden;
}

.showcase_section .main-slider .slick-slide.slick-active img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 20px;
}

.showcase_section .main-slider .content {
	width: 100%;
	max-width: calc(100% - 112px);
	text-align: left;
	padding: 56px;
	position: absolute;
	bottom: 0;
	z-index: 1;
}

.showcase_section .main-slider .content .post_categories {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.showcase_section .main-slider .content .post_categories .category_item_container{
	border-radius: 100px;
	background: var(--Secondary-Yellow-2, #FBB040);
	padding:8px 16px;
}

.showcase_section .main-slider .content .post_categories .category_item{
	color: var(--Grey-Grey-500, #2C3441);
	font-family: 'Red Hat Display', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 14.4px */
	letter-spacing: -0.12px;
}

.showcase_section .main-slider .content h3 {
	color: #FFF;
	font-family:'Red Hat Display', sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 800;
	line-height: 120%; /* 36px */
	letter-spacing: -0.6px;
	margin: 12px 0;
}

.showcase_section .main-slider .content p {
	display: flex;
	color: #FFF;
	font-family: 'Red Hat Display', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 124%; /* 22.32px */
	letter-spacing: -0.18px;
	justify-content: space-between;
}

.showcase_section .main-slider .content .permalink {
	border-radius: 4px;
	background: var(--Gradient-Gradient-2, linear-gradient(90deg, #00A651 0%, #74C156 88.94%));
	padding: 16px 43px;
	margin-left: 32px;
	min-width: 100px;
	text-decoration: none;
	text-align: center;
	color:#000;
	font-family:'Red Hat Display', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	height: fit-content;
}

.showcase_section .main-slider .content .permalink:hover{
	background: var(--Gradient1, linear-gradient(90deg, var(--global-color-springgreen-300, #75C158) 0%, var(--global-color-emeraldgreen-300, #00A651) 100%));
}

.showcase_section .main-slider .slide_overlay {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	background: linear-gradient(0deg, var(--global-color-obsidianblue-300, #2C3441) 0%, rgba(31, 86, 70, 0.80) 26.44%, rgba(0, 166, 81, 0.00) 66.83%);
}

.showcase_section .thumbnail-slider {
	display: flex;
	justify-content: center;
	margin-top: 15px;
}

.showcase_section .thumbnail-slider .slick-list{
	min-width: 200px;
}

.showcase_section .thumbnail-slider .thumb {
	cursor: pointer;
	margin-bottom: 10px;
}

.showcase_section .thumbnail-slider .thumb:last-child{
	margin-bottom: 0;
}

.showcase_section .thumbnail-slider img {
	width: 200px;
	height: 132px;
	object-fit: cover;
	object-position: center;
	border: 4px solid transparent;
	border-radius: 16px;
	transition: transform 0.3s ease;
}

.showcase_section .thumbnail-slider .slick-current img {
	border: 4px solid var(--Gradient1, #00A651);
}

.showcase_section .thumbnail-slider .slick-track {
	transform: unset !important;
	display: flex;
	flex-direction: column;
}

.showcase_section .thumbnail-slider .thumb.slick-cloned{
	display: none;
}

.slide_overlay:before {
	content: " ";
	display: block;
	width: 240px;
	height: 180px;
	background-image:url('./images/arrow-vector.svg');
	background-repeat: no-repeat;
	background-size:contain;
}

button.slick-prev.slick-arrow,
button.slick-next.slick-arrow  {
	z-index:1;
}

button.slick-next{right:0;}

button.slick-prev.slick-arrow:before,
button.slick-next.slick-arrow:before {
	display: none;
}

.showcase_section button.slick-prev{
	left: -18px;
}

.showcase_section button.slick-next{
	right:12px;
}


@media (max-width:767px) {

	.showcase_section .main-slider .slick-slide.slick-active img{
		height:240px!important;
		object-fit: cover!important;
	}

	.showcase_section .main-slider .slide{
		background-color:white;
		overflow: hidden;
		border-color: transparent!important;
	}

	.showcase_section .main-slider .content{
		background:#FFF!important;
		width:90%;
		max-width: calc(100% - 64px);
    	padding: 32px;
		padding-top: 24px;
        position: relative;
        min-height: 440px;
	}

	.showcase_section .main-slider .content h3{
		margin: 12px 0;
		color: #2C3441;
		font-family: "Red Hat Display";
		font-size: 24px;
		font-style: normal;
		font-weight: 800;
		line-height: 120%;
		letter-spacing: -0.48px;
	}

	.showcase_section .main-slider .content p{
		color: #2C3441;
		font-family: "Red Hat Display";
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 124%;
		display: flex;
        flex-wrap: wrap;
		gap:16px;
	}

	.showcase_section .main-slider .content .post_categories .category_item_container{
		position: absolute;
		top:-48px;
	}

	.showcase_section .main-slider .content .permalink{
		margin: 0;
		width: 100%;
	}

	.showcase_section .main-slider .slide_overlay{display:none!important;}

	.showcase_section button.slick-prev.slick-arrow, .showcase_section button.slick-next.slick-arrow{
		position: absolute;
		min-width: 40px;
		min-height: 40px;
		top:20%;
	}

	.showcase_section button.slick-prev.slick-arrow{left:-12px;}
	.showcase_section button.slick-next.slick-arrow{right: -4px;}
}


/* INSIGHTS */

.insights-section{
	padding:72px 0;
}

.insights-section .container{
	flex-wrap: wrap;
}

.insights-section .cat_filters {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
    gap: 30px;
	width:100%;
}

.insights-section .cat_filters a{
	font-family: 'Red Hat Display', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0;
    text-decoration: none;
    color: #000;
}

.insights-section .cat_filters a.active{
	text-decoration: underline;
	text-decoration-color:#00A651;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

.insights-header {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 32px 0;
}

.insights-title {
	color: var(--Grey-Grey-500, #2C3441);
	font-family: 'Red Hat Display', sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 800;
	line-height: 120%;
	letter-spacing: -0.6px;
	max-width: calc(100% - 90px);
}

.insights-view-all {
	border-radius: 4px;
	border: 1px solid #00A651;
	background: #FFF;
	padding: 16px;
	text-decoration: none;
	margin: 0;
	line-height: auto;
	color: #2C3441;
	font-family: 'Red Hat Display', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	height: fit-content;
}

.insights-small-grid .ins-card {
	border-radius:16px;
	border: 1px solid #EAEBEC;
	padding: 24px;
	gap:20px;
	position: relative;
	max-height: 440px;
}

.ins-card-image-wrap {
	height: 222px;
	position: relative;
}

.ins-card-image-wrap.ins-card-image-wrap--tall{
	height:627px;
	position: relative;
}

article.ins-card.ins-card--featured{
	position: relative;
	border-radius: 16px;
	border: 1px solid #EAEBEC;
	padding: 24px;
	gap:20px;
}

.ins-card-image{
	height:100%;
	border-radius: 16px 16px 16px 0;
}

.ins-card-title-overlay {
	border-radius: 0 40px 0 0px;
	background: linear-gradient(270deg, var(--global-color-emeraldgreen-300, #00A651) 0%, var(--global-color-springgreen-300, #75C158) 100%);
	padding: 24px;
	height: auto;
	position: absolute;
	bottom: 0;
	max-width: 280px;
	color: #2C3441;
	font-family: 'Red Hat Display', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 116%;
	letter-spacing: -0.22px;
}

span.ins-tag{
	position: absolute;
	right: 32px;
	top: 32px;
	border-radius: 4px;
	background: var(--Secondary-Blue-1, #2B3990);
	color:#FFF;
	padding:4px 8px;
	font-family: 'Red Hat Display', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.08px;
}

article.ins-card.ins-card--featured span.ins-tag{
	background: #FBB040;
	color: #000;
}

.ins-card .ins-date {
	color: #2C3441;
	font-family: 'Red Hat Display', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight:500;
	line-height: 120%;
	letter-spacing: -0.13px;
}

p.ins-description {
	color: var(--Grey-Grey-500, #2C3441);
	font-family: 'Red Hat Display', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: -0.16px;
	padding: 8px 0 16px;
}

a.ins-read-more {
	padding: 16px;
	color: #2C3441;
	font-family: 'Red Hat Display', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 0px;
	text-decoration: none;
	border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #00A651;
	background: #FFF;
	width: fit-content;
}

a.ins-read-more:hover{
	background: #74C156;
	border-color: #74C156;
	color:#000;
}

.ins-read-more svg{
	width:10px;
	height:10px;
}

.insights-pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 48px;
    padding-top: 40px;
}

.page-numbers{
	color: #008041;
	font-family: 'Red Hat Display', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px; 
	text-decoration: none;
}

.page-numbers.current{
	color: #C0C2C7;
}

.insights-section.full_listing .insights-grid{
	display: flex!important;
	flex-direction: row-reverse!important;
}

.insights-section.full_listing article.ins-card.ins-card--featured{
	max-height:886px;
}

/* CARDS */

.cards_section{
    display: flex;
    padding: 56px 0;
}

.cards_section .container{
	flex-wrap: wrap;
    align-items: center;
	justify-content: flex-start;
	padding:56px 72px;
    gap: 24px;
	border-radius: 16px;
	background: linear-gradient(90deg, #00A651 0%, #74C156 88.94%);
}

.cards_section h2{
    color: #FFF;
	font-family: 'Red Hat Display', sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: -0.22px;
	width:100%;
}

.cards_section h3.card_title {
    color: var(--Grey-Grey-400, #4C525E);
    font-family: "Red Hat Display";
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: -0.22px;
    text-align: left;
    width: 100%;
}

.cards_section .card_item{
    display: flex;
	width: calc(50% - 92px);
    padding: 32px 40px;
	gap:8px;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
	min-height: 124px;
}

@media only screen and (max-width:1600px){
	.page_banner{
		height:440px;
	}
}


@media only screen and (max-width: 1440px) {

    .cards_section .container{
        flex-wrap: wrap;
    }

    .cards_section h2{
        width: 100%;
        margin-bottom: 30px;
    }

    .cards_section .card_item{
        margin-bottom: 30px;
    }

}

@media only screen and (max-width: 1080px) {

    .cards_section .card_item {
        margin: 15px;
        width: 300px;
    }

}

@media only screen and (max-width: 1024px) {

    .cards_section h2{
        text-align: center;
    }

	.cards_section .container{
		gap:16px;
		padding:56px 24px;
	}
    
    .cards_section .card_item {
        margin: 15px;
        width: calc(50% - 88px);
        margin: 15px auto;
    }

	.insights-section{
		padding:32px 0;
	}

	.insights-section .container {
		flex-wrap: wrap;
		padding: 0 24px;
	}

}

@media only screen and (max-width: 767px) {

	.page_banner{
		height:280px;
	}

	.page_banner .container.page_banner_container{
		padding:0 24px;
	}

	.page_banner .banner_text{
		padding:16px;
	}

	.page_banner .banner_text h1{
		font-size: 30px;
    	line-height: 110%;
    	letter-spacing: -0.3px;
	}

    .cards_section {
        padding: 32px 0;
    }

	.cards_section .container{
		padding:32px 24px;
	}

    .cards_section h2{
        font-size: 24px;
        line-height: 32px;
        text-align: center;
    }

    .cards_section .card_item {
		flex-wrap: wrap;
        margin-bottom: 30px;
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-around;
        align-items: center;
        padding: 24px;
        margin: 0;
    }

    .card_item img{
        max-width: 70px;
    }

    .cards_section .card_item .card_link a{
        color: #FFF;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        margin-top: 0;
    }

    .cards_section .card_item .card_link a {
        min-width: 120px;
    }

}


@media only screen and (max-width: 414px) {

    .cards_section .card_item {
        padding: 24px 16px;
    }

    .card_item img{
        max-width: 50px;
    }

    .cards_section .card_item .card_link a {
        min-width: 200px;
        padding: 16px 16px;
        margin-left: 10px;
    }

}


.slick-dots li button:before{
	font-size:18px!important;
	border-radius: 100px;
	color:transparent!important;
	border: 2px solid #4C525E!important;
    width: 16px!important;
    height: 16px!important;
	opacity:1!important
}

.slick-dots li.slick-active button:before{
	color: #006838!important;
	font-size:18px!important;
	font-size: 24px !important;
    top: 0.5px!important;
	border:2px!important;
}

.slick-dots li{margin:-8px 16px!important}


/* CONTACT */

.address_contact_form.form_only {
    padding: 72px 0;
}

.address_contact_form.form_only .section_container {
    border-radius: 16px;
    background:  #FFF;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08);
    padding: 48px 64px;
    max-width: 1000px;
    margin: auto;
}

.address_contact_form .address_item_column {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.address_contact_form input.wpcf7-submit{
    border-radius: 4px;
    background: linear-gradient(90deg, #00A651 0%, #74C156 88.94%);
    border: 0;
    padding: 16px 24px;
    width: 100%;
}

.wpcf7, .wpcf7 form{width:100%;}

.wpcf7 form .row {
    display: flex;
	gap:32px;
}

.wpcf7 form .col {
    width: 50%;
}

.wpcf7 form label {
    color: #4C525E;
    font-family: "Red Hat Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.wpcf7 form input {
    padding: 12px 16px;
    border-radius: 4px;
    border: 2px solid  #C0C2C7;
    background:#FFF;
	width:calc(100% - 32px);
}

.wpcf7 form textarea{
    width: calc( 100% - 32px);
    padding: 12px 16px;
    border-radius: 4px;
    border: 2px solid var(--Grey-Grey-200, #C0C2C7);
    background: var(--Base-White, #FFF);
}

.wpcf7-acceptance .wpcf7-list-item{
	padding:8px 0 16px;
	margin:0;
}

.wpcf7-acceptance .wpcf7-list-item label {
    display: flex;
    height: fit-content;
    width: 100%;
	align-items: center;
	gap:8px;
}

.wpcf7-acceptance .wpcf7-list-item input {
    width:20px;
	height: 20px;
}

.wpcf7-radio label {
    display: flex;
    gap: 4px;
}

.wpcf7-radio input[type="radio"] {
  display: none;
}

.wpcf7-form-control.wpcf7-radio {
    display: flex;
    gap: 16px;
    padding: 8px 0;
}

.wpcf7-radio .wpcf7-list-item label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
}

.wpcf7-radio .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  border: 2px solid #4C525E;
  border-radius: 50%;
  background: #fff;
}

.wpcf7-list-item-label {
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 4px;
	line-height: 32px;
	gap:4px;
}

.wpcf7-list-item-label a {
    color: #4C525E;
}

.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label::after {
  	content: "";
  	position: absolute;
    left: 5px;
    top: 8px;
    width: 16px;
	height: 16px;
  	background: #2B3990;
  	border-radius: 50%;
}

.wpcf7 form fieldset{padding:8px 0;}

.wpcf7-not-valid-tip{
	font-size: 14px;
    margin-top: 8px;
}

@media (max-width:767px) {
	.address_contact_form.form_only{padding:40px 0;}
	.wpcf7 form .row{flex-wrap: wrap;gap:0;}
	.wpcf7 form .col{width:100%;}

}


/* BLOG & POSTS */

.single_post_header {
    padding-top:40px;
	background: #F9F9F9;
}

#single_post_template, .single-post .page_builder{
	background: #F9F9F9;
}

.single-post .page_builder{margin-top:-32px;}

.simple_text_editor h2,
.single-post .simple_text_editor h2{
	padding:20px 0 16px;
	margin: 0;
}

#single_post_template{margin-top:-4px;}

.single_post_container.breadcrumbs_container {
    padding: 16px 0;
}

.breadcrumbs {
    display: flex;
    align-items: center;
}

.single_post_container.breadcrumbs_container .breadcrumbs img {
    width: 16px;
}

.single_post_container.breadcrumbs_container .breadcrumbs span,
.single_post_container.breadcrumbs_container .breadcrumbs a {
    color:  #2C3441;
    font-family: 'Red Hat Display', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
	text-decoration: none;
}

.single_post_container.breadcrumbs_container .breadcrumbs a {
	font-weight: 600;
}

.single_post_banner {
	border-radius: 16px 16px 0 0;
}

.single_post_header .container.f_col{padding:0;}

.single_post_banner img {
    width: 100%;
    object-fit: cover;
	border-radius: 16px 16px 0 0;
}

.single-post .page_builder section{
    max-width: 1280px;
    margin: auto;
    background: #FFF;
	padding:32px 0;
}

#single_post_template .container{
	background-color:#FFF;
	max-width: 1232px;
}

#single_post_template .top-content {
    max-width: 970px;
    margin: auto;
	margin-bottom: 12px;
	width: 100%;
}

.single-post .container.editor-image-inner{
	max-width: 970px;
}

.single-post .get-in-touch-block .container.editor-image-inner{
	max-width: 1280px;
}

.single-post .get-in-touch-block {
	max-width: 100%!important;
}

.single_post_container h1 {
    color: #2C3441;
    font-family: 'Red Hat Display', sans-serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.42px;
	margin-bottom:8px;
}

.single_post_container .post-info {
	display: flex;
    padding: 16px 0;
    justify-content: space-between;
}

.single_post_container .post_date {
    color: var(--Grey-Grey-400, #4C525E);
    font-family: 'Red Hat Display', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.13px;
}


/* 404 */

#page_404 {
    padding: 40px;
    display: flex;
    align-items: center;
}

#page_404 h1 {
	color:  #4C525E;
	font-family: 'Red Hat Display', sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 800;
	line-height: 120%; 
	letter-spacing: -0.6px;
	margin:0;
}

#page_404 img{
	width:50%;
}

.not-found-content {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
	width: 50%;;
}

.not-found-content p{
	width: 100%;
}

.not-found-content .cta_button a{
	color: #020617;
    font-family: 'Red Hat Display', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0;
    text-decoration: none;
}

@media (max-width:767px) {
	#page_404{flex-wrap: wrap;gap:40px;flex-direction: column-reverse;}
	#page_404 img, .not-found-content {width: 100%;} 
	#page_404 .cta_button{width: 100%;justify-content:center;}
}

/* RESPONSIVE */


@media only screen and (min-width: 1025px) {

	.mobile li {
        background-color: transparent;
        border: 0 none;
        white-space: nowrap;
        position: relative;
		padding:10px 12px;
    }

	.mobile .mobile-menu {
		position: static;
		height: 100%;
		display: flex;
	}

	.menu {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		gap:16px;
	}
    .mobile li:hover > ul {
        display: block;
        position: absolute;
        top: 42px;
        left: 0;
        background-color: #fff;
        width: 100%;
        min-width: 300px;
    }

}

@media only screen and (max-width: 1244px) {

	.signup-submit.show_mobile { display: block; margin-top: 15px; }
	.signup-submit.show_desktop { display: none; }

	.menu{
	gap:20px;
	}

	#logo_container {
	margin-right:10%;
	z-index: 3;
	}

	img#logo{
		max-width:200px;
	}

	.signup-card .container{
	flex-wrap: wrap;
	gap:24px;
	}

	.signup-info, .signup-form-area{
	max-width: 100%;
	}
	
}

@media only screen and (max-width: 1120px) {
	.menu-item a{
	font-size:14px;
	}

	img#logo{
	max-width:180px;
	}
}


@media only screen and (max-width: 1024px) {

	.container {
	padding: 40px 24px;
	}

	.top-header{
	padding:0;
	}

	.top-header .container{
	justify-content: space-between;
	}

	.mobile-menu {
	display: none;
	}

	.top-header button{
	display: block;
	}

	button.back-button{
	display: none;
	}

	.hamburger {
		position: relative;
		z-index: 2;
		border: 0 none;
		background-color: transparent;
	}

	.hamburger .line {
		width: 35px;
		height: 4px;
		background-color: #000;
		display: block;
		margin: 8px auto;
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.hamburger.is-active .line:nth-child(2){
	  opacity: 0;
	}

	.hamburger.is-active .line:nth-child(1){
	  -webkit-transform: translateY(12px) rotate(48deg);
	   -ms-transform: translateY(12px) rotate(48deg);
	    -o-transform: translateY(12px) rotate(48deg);
	    transform: translateY(12px) rotate(48deg);
	}

	.hamburger.is-active .line:nth-child(3){
	  -webkit-transform: translateY(-12px) rotate(-52deg);
	  -ms-transform: translateY(-12px) rotate(-52deg);
	  -o-transform: translateY(-12px) rotate(-52deg);
	  transform: translateY(-12px) rotate(-52deg);
	}

	.menu.top-menu {
		position: absolute;
		top: 168px;
		background: white;
		width: calc(100% - 64px);
		left: 0;
		padding: 0 32px;
		height: -webkit-fill-available;
		z-index: 3;
		margin-top:40px;
	}

	.menu-item a{
		display: block;
		padding:16px 0;
		color: #2C3441;
		font-size: 20px;
		font-style: normal;
		font-weight: 600;	
	}

	.menu-item.cta_button_white,
	.menu-item.cta_button{
		display: flex;
		justify-content: center;
		width:calc(100% - 64px);
		text-align: center;
		margin:8px 0;
		border: 1px solid #00A651;
		position: absolute;
		bottom: 120px;
	}

	.menu-item.cta_button{
		bottom:186px;
	}

	.page_banner_3 .container{
		flex-wrap: wrap;
		padding:0;
	}

	.page_banner_3_column{
		max-width:100%;
	}

	.editor-image-block{
		padding:40px 0;
	}

	.showcase_section{
		width:100%;
		margin: 0;
	}

	.showcase_section .container{width: calc(100% - 48px);}

	.showcase_section .main-slider{
		width:100%;
		margin-right:0;
	}

	.insights-grid,
	.insights-section.full_listing .insights-grid{
		display: flex !important;
		flex-direction: column-reverse!important;
	}

	article.ins-card.ins-card--featured{
		width:100%;
		height: auto!important;
	}

	.signup-inputs-row{
		flex-wrap: wrap;
	}

	.signup-input{min-width: 90%;}

	.signup-submit{width:100%;}

	.events-inner, .event-card-content{
		grid-template-columns: 1fr;
	}

	.events-heading{font-size:42px;}

	.event-card-content {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}

	.partners_list{
		padding:32px 0;
	}

	.partners_list .container{
		border-radius: 0;
		padding:24px 40px;
	}

	.partners_container.slick-initialized.slick-slider{
		margin-left: -8px;
    	width: calc(97% + 24px);
	}

	.partners_list_text{
		flex-wrap: wrap;
		gap:8px;
	}

	.showcase_section{
		flex-wrap: wrap;
	}

	.showcase_section .thumbnail-slider{
		width: 100%;
	}

	.showcase_section .thumbnail-slider .slick-track{
		flex-direction: row;
		width: 100% !important;
	}

	.slide_overlay:before{display: none;}

	section.counters .container{padding:80px 32px;}

	.counter_item{gap:16px;}

	.single_post_container.breadcrumbs_container .breadcrumbs{
		padding:0 24px;
		flex-wrap: wrap;
	}

	.single_post_banner img{border-radius: 0;}

	#single_post_template .container{padding:16px 24px;}

	.single-post .page_builder section{padding:0;}

	.single_post_container h1{font-size:36px;}

}

@media only screen and (max-width:880px){
	section.counters .container{
		flex-wrap: wrap;
		gap: 32px;
		padding:56px;
	}

	.counter_item{
		width:100%;
	}

	.counter_column img {
		width: 80px;
		height: 80px;
		object-fit: contain;
	}

}

@media only screen and (max-width: 767px) {


	.editor_left_editor_right .container.left_larger, 
	.editor-image-block.left_larger .container, 
	.editor_left_img_right.left_larger .container {
		grid-template-columns: 1fr;
	}

	.insights-small-grid{
		display: flex!important;
		flex-wrap: wrap;
	}

	article.ins-card.ins-card--featured{
		border:0;
		padding:0;
	}

	.insights-small-grid .ins-card{
		width:100%;
		height: auto !important;
		border: 0;
		padding: 0;
	}

	.page_banner_3_column.editor{
		padding:0 24px 32px;
		margin-left:0;
	}

	.editor-image-block{
		padding:16px 0;
	}

	.partners_list{
		padding:0;
	}

	.editor-image-inner{
		gap:24px;
	}

	.editor-image-text h2{
		font-size:24px;
		text-align: left;
	}

	.editor-image-text p{
		text-align: left;
	}

	.editor-image-cta{
		width: calc(100% - 48px);
	}

	section.counters {
		padding: 32px 24px;
	}

	.editor_left_img_right.img_left_editor_right.full_width .editor-image-wrap{
		padding-right:24px;
	}

	.editor_left_img_right.img_left_editor_right.full_width .editor-image-content{
		padding:24px;
	}

	.signup-card .container{padding:0;}

	.insights-title{font-size:24px;}

	.ins-card-image-wrap.ins-card-image-wrap--tall{
		height:222px;
		min-height: 222px!important;
	}

	a.ins-read-more{
		width: 100%;
		text-align: center;
	}

	.single_post_header{
		padding-top:16px;
	}

	.single_post_container h1{
		font-size:28px;
	}

	#single_post_template .top-content{margin-bottom:0;}

	.simple_text_editor h2, .single-post .editor_left_img_right h2, .single-post .editor-image-block h2{
		font-size:24px;
	}
}

/* fix for full listing news */

.insights-section.full_listing .insights-grid{
	position:relative;
}

.full_listing .insights-small-grid{
	    grid-template-columns: 1fr 1fr 1fr !important;
}

.insights-section.full_listing article.ins-card.ins-card--featured {
    position: absolute;
    max-width: calc(33.3333% - 14px);
    left: 0;
}

.full_listing .insights-small-grid .ins-card:nth-child(1),
.full_listing  .insights-small-grid .ins-card:nth-child(3) {
  grid-column: 2;
}

.full_listing  .insights-small-grid .ins-card:nth-child(2),
.full_listing .insights-small-grid .ins-card:nth-child(4) {
  grid-column: 3;
}

@media (max-width:1024px){
	
	.insights-section.full_listing article.ins-card.ins-card--featured {
    position: relative;
    max-width: 100%;
	}
	
	.full_listing .insights-small-grid{
	    grid-template-columns: 1fr 1fr!important;
	}

	
	.full_listing .insights-small-grid .ins-card:nth-child(1),
	.full_listing  .insights-small-grid .ins-card:nth-child(3) {
	grid-column: 1;
	}

	.full_listing  .insights-small-grid .ins-card:nth-child(2),
	.full_listing .insights-small-grid .ins-card:nth-child(4) {
	grid-column: 2;
	}
	
}