/*** RESET ***/
:root{
	--gw800: #FF2E70;
	--gw700: #FF9000;
	--gw600: #FFC600;
	--gw500: #00B4BD;
	--gw400: #9366DD;
	--gw300: #89F262;
	--gw200: #19E4FF;

	/* Neutral palette */
	--neutralWhite: #FFFFFF;
	--neutral600: #171717;
	--neutral500: #1e1e1e;
	--neutral400: #383838;
	--neutral300: #727272;
	--neutral200: #E7E7E7;
	
	--blue100: #EFF4F9;
	--blue400: #0c61b0;
	--blue500: #004E95;
	--blue600: #061C31;
	--orange100: #FFE8D6;
	--orange500: #F38125;
	--orange600: #D9680E;

	--primaryColor: var(--blue500);
	--secondaryColor: var(--orange500);

	--primaryFont: "Noto Serif", serif;
	--secondaryFont: "Manrope", sans-serif;

	--wp--preset--font-size--small: 12px;
	--wp--preset--font-size--medium: 16px;
	--wp--preset--font-size--large: 24px;
	--wp--preset--font-size--x-large: 36px;
	--wp--preset--font-size--xx-large: 50px;

	--wp--preset--spacing--20: 30px;
	--wp--preset--spacing--30: 40px;
	--wp--preset--spacing--40: 50px;
	--wp--preset--spacing--50: 70px;
	--wp--preset--spacing--60: 90px;
	--wp--preset--spacing--70: 100px;
	--wp--preset--spacing--80: 200px;
}

*{
	box-sizing: border-box;
}
html,body{
	margin:0;
	padding:0;
	font-size:16px;
	line-height:100%;
}

body{
	line-height: 100%;
	font-family: var(--primaryFont);
	color: var(--neutral500);
	background: var(--neutralWhite);
}
h1,
h2,
h3,
h4,
h5{
	margin: 0 0 10px 0;
	line-height: 100%;
}
p{
	font-size: 14px;
	line-height: 150%;
	margin: 0 0 20px 0;
	font-weight: 400;
}
ul, ol{
	font-size: 14px;
	line-height: 150%;
	margin: 0 0 20px 0;
	font-weight: 400;
}
p:last-child,
ul:last-child,
ol:last-child{
	margin-bottom: 0;
}
ul:empty,
ol:empty,
li:empty,
p:empty{
	display: none;
}
img{
	max-width: 100%;
	border:none;
	outline:none;
}
a{
	color: currentColor;
}
a, a:hover{
	text-decoration:none
}
input,
select,
textarea,
button{
	font-family: var(--primaryFont);
	outline: none;
}
::-webkit-scrollbar {
	width: 5px;
}
::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.2);
}

/*** WP BLOCKS ***/

/* PADDING */
.padding-all-preset-spacing-0{
	padding: 0;
}
.padding-all-preset-spacing-20{
	padding: var(--wp--preset--spacing--20);
}
.padding-all-preset-spacing-30{
	padding: var(--wp--preset--spacing--30);
}
.padding-all-preset-spacing-40{
	padding: var(--wp--preset--spacing--40);
}
.padding-all-preset-spacing-50{
	padding: var(--wp--preset--spacing--50);
}
.padding-all-preset-spacing-60{
	padding: var(--wp--preset--spacing--60);
}
.padding-all-preset-spacing-70{
	padding: var(--wp--preset--spacing--70);
}
.padding-all-preset-spacing-80{
	padding: var(--wp--preset--spacing--80);
}
.padding-top-preset-spacing-0{
	padding-top: 0;
}
.padding-top-preset-spacing-20{
	padding-top: var(--wp--preset--spacing--20);
}
.padding-top-preset-spacing-30{
	padding-top: var(--wp--preset--spacing--30);
}
.padding-top-preset-spacing-40{
	padding-top: var(--wp--preset--spacing--40);
}
.padding-top-preset-spacing-50{
	padding-top: var(--wp--preset--spacing--50);
}
.padding-top-preset-spacing-60{
	padding-top: var(--wp--preset--spacing--60);
}
.padding-top-preset-spacing-70{
	padding-top: var(--wp--preset--spacing--70);
}
.padding-top-preset-spacing-80{
	padding-top: var(--wp--preset--spacing--80);
}
.padding-bottom-preset-spacing-0{
	padding-bottom: 0;
}
.padding-bottom-preset-spacing-20{
	padding-bottom: var(--wp--preset--spacing--20);
}
.padding-bottom-preset-spacing-30{
	padding-bottom: var(--wp--preset--spacing--30);
}
.padding-bottom-preset-spacing-40{
	padding-bottom: var(--wp--preset--spacing--40);
}
.padding-bottom-preset-spacing-50{
	padding-bottom: var(--wp--preset--spacing--50);
}
.padding-bottom-preset-spacing-60{
	padding-bottom: var(--wp--preset--spacing--60);
}
.padding-bottom-preset-spacing-70{
	padding-bottom: var(--wp--preset--spacing--70);
}
.padding-bottom-preset-spacing-80{
	padding-bottom: var(--wp--preset--spacing--80);
}

/* GRADIENT */
.gradient-gw400-to-gw700{
	background: linear-gradient(120deg, var(--gw400) 0%, var(--gw700) 100%);
}
.gradient-gw400-to-gw700-revert{
	background: linear-gradient(120deg, var(--gw700) 0%, var(--gw400) 100%);
}

/* COLUMNS */
.wp-block-columns{
	--wp--preset--spacing--20: 6.5px;
	--wp--preset--spacing--30: 13px;
	--wp--preset--spacing--40: 26px;
	--wp--preset--spacing--50: 39px;
	--wp--preset--spacing--60: 52px;
	--wp--preset--spacing--70: 65px;
	--wp--preset--spacing--80: 78px;
}
.wp-block-columns.row{
	gap: 0;
}
.wp-block-columns:last-child{
	margin-bottom: 0;
}
.wp-block-column[class*="col-"],
.wp-block-columns.row .wp-block-column {
	flex-basis: unset !important;
	flex-grow: unset !important;
}
.wp-block-columns.row{
	flex-wrap: wrap !important;
}
.boxes_grid .wp-block-column{
	display: flex;
}

.is-layout-flex.row > :is(*, div) {
	margin: inherit;
}

/* IMAGES */
:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img){
	border-radius: 8px;
}
.wp-block-video{
	border-radius: 8px;
	overflow: hidden;
}
.wp-block-video:last-child{
	margin-bottom: 0;
}

/* QUOTES */
.wp-block-quote{
	margin: 30px 0;
	padding: 0 0 0 30px;
	border-left: 4px solid var(--neutral300);
}
.wp-block-quote p{
	color: var(--neutral400);
	opacity: 0.8;
}

/* SEPARATORS */
.wp-block-separator{
	width: 100%;
	max-width: 1170px;
	margin:10px auto;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.1);
}
.wp-block-separator.has-neutral-100-background-color{
	border-color: var(--neutral100);
}
.wp-block-separator.has-neutral-200-background-color{
	border-color: var(--neutral200);
}
.wp-block-separator.has-neutral-300-background-color{
	border-color: var(--neutral300);
}
.wp-block-separator.has-neutral-400-background-color{
	border-color: var(--neutral400);
}
.wp-block-separator.has-neutral-500-background-color{
	border-color: var(--neutral500);
}
.wp-block-separator.has-neutral-800-background-color{
	border-color: var(--neutral800);
}

/*** TEXT COLORS ***/
.text-color---neutralWhite{
	color: var(--neutralWhite);
}
.text-color---neutral600{
	color: var(--neutral600);
}
.text-color---neutral500{
	color: var(--neutral500);
}
.text-color---neutral400{
	color: var(--neutral400);
}
.text-color---neutral300{
	color: var(--neutral300);
}
.text-color---neutral200{
	color: var(--neutral200);
}
.text-color---blue100{
	color: var(--blue100);
}
.text-color---blue500{
	color: var(--blue500);
}
.text-color---blue600{
	color: var(--blue600);
}
.text-color---orange100{
	color: var(--orange100);
}
.text-color---orange500{
	color: var(--orange500);
}
.text-color---orange600{
	color: var(--orange600);
}
.text-color---gw800{
	color: var(--gw800);
}
.text-color---gw700{
	color: var(--gw700);
}
.text-color---gw600{
	color: var(--gw600);
}
.text-color---gw500{
	color: var(--gw500);
}
.text-color---gw400{
	color: var(--gw400);
}
.text-color---gw300{
	color: var(--gw300);
}
.text-color---gw200{
	color: var(--gw200);
}

/*** BACKGROUND COLORS ***/
.bg-color---neutralWhite{
	background-color: var(--neutralWhite);
}
.bg-color---neutral100{
	background-color: var(--neutral100);
}
.bg-color---neutral200{
	background-color: var(--neutral200);
}
.bg-color---neutral300{
	background-color: var(--neutral300);
}
.bg-color---neutral400{
	background-color: var(--neutral400);
}
.bg-color---neutral500{
	background-color: var(--neutral500);
}
.bg-color---neutral600{
	background-color: var(--neutral600);
}
.bg-color---neutral800{
	background-color: var(--neutral800);
}
.bg-color---gw200{
	background-color: var(--gw200);
}
.bg-color---gw300{
	background-color: var(--gw300);
}
.bg-color---gw400{
	background-color: var(--gw400);
}
.bg-color---gw500{
	background-color: var(--gw500);
}
.bg-color---gw600{
	background-color: var(--gw600);
}
.bg-color---gw700{
	background-color: var(--gw700);
}
.bg-color---gw800{
	background-color: var(--gw800);
}
.bg-color---blue100{
	background-color: var(--blue100);
}
.bg-color---blue500{
	background-color: var(--blue500);
}
.bg-color---blue600{
	background-color: var(--blue600);
}
.bg-color---orange100{
	background-color: var(--orange100);
}
.bg-color---orange500{
	background-color: var(--orange500);
}
.bg-color---orange600{
	background-color: var(--orange600);
}

/*** CHECKLIST ***/
.is-style-checklist{
	display: flex;
	flex-direction: column;
	gap: 20px;
	list-style: none;
	padding: 0;
}
.is-style-checklist li{
	position: relative;
	padding-left: 45px;
}
.is-style-checklist li::before{
	content: '';
	position: absolute;
	top: -4px;
	left:0;
	width: 30px;
	height: 30px;
	background-image: url(../images/check.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

/*** GRAVITY FORMS ***/
.gform_description:empty,
.gform_heading{
	display: none !important;
}

/*** MISC ***/
.container{
	max-width: 1170px;
}
.wp-element-button,
.button{
	--btnColor: var(--blue500);
	--btnColorHover: var(--blue400);
	--btnTextColor: var(--neutralWhite);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	position: relative;
	background: var(--btnColor);
	color: var(--btnTextColor);
	border-radius: 6px;
	border: none;
	cursor: pointer;
	font-size: 14px;
	padding: 12px 30px;
	line-height: 24px;
	text-align: center;
	transition: all 0.3s;
}
.wp-element-button:hover,
.button:hover{
	background: var(--btnColorHover);
}
.is-style-outline .wp-element-button,
.outline_button.button{
	background: none;
	border:1px solid var(--btnColor);
	color: var(--btnColor);
}
.is-style-outline .wp-element-button:hover,
.outline_button.button:hover{
	background: var(--btnColor);
	color: var(--btnTextColor);
}

.is-style-outline .has-neutral-white-color{
	border-color: var(--neutralWhite);
}


.section_title{
	font-weight: 500;
	font-size: 32px;
	margin-bottom: 20px;
	line-height: 140%;
}
h1.section_title{
	font-size: 42px;
}
.section_subtitle{
	font-size: 20px;
	color: var(--primaryColor);
	font-weight: normal;
}

/*** IMAGES DECORATION ***/
.is-style-border_decoration{
	position: relative;	
}
.is-style-border_decoration::before{
	content: '';
	position: absolute;
	top:30px;
	left:30px;
	width: 100%;
	height: 100%;
	border: 1px solid var(--blue500);
}
.is-style-border_decoration figure{
	position: relative;
	z-index: 2;
}

/*** HEADER ***/
#header{
	position: fixed;
	top:0;
	left:0;
	color: var(--neutralWhite);
	transition: background-color 0.5s;
	z-index: 99;
}
.admin-bar #header{
	top: 32px;
}
.float_active #header{
	background-color: var(--neutralWhite);
	color: var(--neutral500);
	box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.2);
}
#header_main{
	height: 90px;
}
#header_logo{
	display: inline-block;
	position: relative;
	width:87px;
}
#header_logo_color{
	position: absolute;
	top:0;
	left:0;
	opacity: 0;
	transition: all 0.3s;
}
.float_active #header_logo_color{
	opacity: 1;
}

/*** HEADER MENU ***/
#header_menu {
	list-style: none;
	gap: 30px;
}
#header_menu li{
	position: relative;
}
#header_menu > li:not(.button) > a{
	display: inline-block;
	position: relative;
	line-height: 40px;
}
.menu-item-has-children > a {
	padding-right: 30px;
}
.menu-item-has-children > a::before{
	content: '\f107';
	position: absolute;
	top: calc(50% - 10px);
	right:0;
	width: 20px;
	height: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: 'fontAwesome';
	font-size: 18px;
}
.sub-menu{
	position: absolute;
	width: 175px;
	bottom: 30px;
	left:-10px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	background: var(--neutralWhite);
	border-radius: 8px;
	padding: 15px;
	font-family: var(--secondaryFont);
	list-style: none;
	color: var(--neutral500);
	transform: translateY(100%);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}
li:hover .sub-menu{
	bottom: 0;
	opacity: 1;
	visibility: visible;
}
.sub-menu a{
	display: block;
	font-size: 14px;
	transition: all 0.3s;
}
.sub-menu a:hover{
	color: var(--primaryColor);
}

/*** MOBILE MENU ***/
#mobile_menu_wrapper{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100dvh;
	background-color: rgba(0, 0, 0, 0.8);
	color: var(--neutralWhite);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	z-index: 98;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}
.menu_open #mobile_menu_wrapper{
	opacity: 1;
	visibility: visible;
}
#mobile_menu{
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% - 40px);
	font-size: 25px;
	line-height: 150%;
	gap: 20px;
	transform: translate(-50%, -50%);
}
#menu_trigger{
	position: relative;
	width: 25px;
	height: 16px;
	cursor: pointer;
}
#menu_trigger::after{
	content: '';
	position: absolute;
	top:calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 2px;
	background:currentColor;
	transition:all 0.5s;
}
.menu_open #menu_trigger::after{
	transform: translateX(100%);
	opacity: 0;
}
#menu_trigger i{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}
#menu_trigger i::before{
	content: '';
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 2px;
	background:currentColor;
	transition:all 0.5s;
}
.menu_open #menu_trigger i::before{
	transform: translate(0px, 5px) rotate(45deg);
}
#menu_trigger i::after{
	content: '';
	position: absolute;
	bottom:0;
	left: 0;
	width: 100%;
	height: 2px;
	background:currentColor;
	transition:all 0.5s;
}
.menu_open #menu_trigger i::after{
	transform: translate(0px, -8px) rotate(-45deg);
}

/*** FOOTER ***/
#footer{
	padding: 60px 0;
}
#footer_logo{
	margin-bottom: 35px;
}
#footer_bottom_bar{
	border-top: 1px solid var(--neutral200);
	padding-top: 40px;
	margin-top: 40px;
}
#footer_copyrights{
	text-transform: uppercase;
	font-size: 14px;
	opacity: 0.7;
}
#footer_site_author{
	font-size: 14px;
	opacity: 0.7;
}
.footer_widget .menu{
	display: flex;
	flex-direction: column;
	gap: 15px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer_widget .menu a{
	font-size: 14px;
	transition: all 0.3s;
}
.footer_widget .menu a:hover{
	color: var(--primaryColor);
}
.widget_title{
	margin-bottom: 25px;
}

/*** LANDING SECTION ***/
.landing_section{
	--wp--preset--spacing--20: 52px;
	--wp--preset--spacing--30: 78px;
	--wp--preset--spacing--40: 104px;
	--wp--preset--spacing--50: 130px;
	--wp--preset--spacing--60: 234px;
	--wp--preset--spacing--70: 325px;
	--wp--preset--spacing--80: 455px;
}
.landing_section::after{
	content: '';
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7));
}
.is-style-full_screen_height {
    height: 100vh;
}
.admin-bar .is-style-full_screen_height{
	height: calc(100vh - 32px);
}
.landing_section .container{
	position: relative;
	z-index: 2;
}

/*** CONTENT CARDS ***/
.card_title{
	font-size: 20px;
    line-height: 140%;
    font-weight: 400;
}
.content_card_component p{
	opacity: 0.8;
}

/*** HOVER CARDS ***/
.hover_card_component{
	position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 25px;
    border-radius: 8px;
    color: #FFF;
	height: 280px;
	overflow: hidden;
    transition: all 0.3s ease;
}
.hover_card_component::before{
	content: '';
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7));
}
.hover_card_component > *{
	position: relative;
	z-index: 2;
}
.description_wrapper{
	display: none;
}

/*** ICON LIST ***/
.icon_list_item_component{
	gap: 10px;
}
.icon_list_item_component p{
	font-size: 16px;
	width: calc(100% - 30px);
}
.icon_list_item_component i{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	color: var(--blue500);
	font-size: 20px;
}
.text-color---neutralWhite .icon_list_item_component i{
	color: var(--neutralWhite);
}
.form_box{
	padding: 30px;
	background:var(--neutralWhite);
	border-radius: 8px;
}
.form_box .gform_wrapper.gravity-theme input[type=text],
.form_box .gform_wrapper.gravity-theme input[type=email],
.form_box .gform_wrapper.gravity-theme input[type=tel],
.form_box .gform_wrapper.gravity-theme select,
.form_box .gform_wrapper.gravity-theme textarea{
	border-radius: 6px;
	padding: 0 15px;
	height: 44px;
	border:1px solid var(--neutral200);
	font-family: var(--secondaryFont);
}
.form_box .gform_wrapper.gravity-theme textarea{
	padding: 15px;
}
.form_box .gform_button{
	padding: 12px 50px;
}

/*** PROJECT CARDS ***/
.project_card{
	position: relative;
	border-radius: 8px;
	aspect-ratio: 10/7;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.project_card::before{
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
	transition: all 0.3s ease;
	transform: translateY(100%);
	opacity: 0;
}
.project_card:hover::before{
	transform: translateY(0);
	opacity: 1;
}
.project_card_inner{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 25px;
	color: var(--neutralWhite);
	transition: all 0.3s ease;
	transform: translateY(50px);
	opacity: 0;
}
.project_card:hover .project_card_inner{
	transform: translateY(0);
	opacity: 1;
}
.project_card_title{
	font-size: 20px;
	line-height: 140%;
	font-weight: 400;
}

/*** PROJECTS FILTERS ***/
.projects_filters_search_input{
	width: 440px;
    height: 48px;
    border: 1px solid var(--neutral200);
    border-radius: 8px;
    padding: 0 15px 0 40px;
    font-family: var(--secondaryFont);
	background-image: url(../images/search.svg);
	background-size: 20px;
	background-position: 10px 50%;
	background-repeat: no-repeat;
}
.projects_filter{
	position: relative;
	z-index: 10;
}
.projects_filter_title{
	padding: 15px 20px 15px 40px;
	border-radius: 8px;
	background: var(--neutralWhite);
	border: 1px solid var(--neutral200);
	font-size: 14px;
	font-weight: 400;
	font-family: var(--secondaryFont);
	color: var(--blue600);
	background-image: url(../images/filter.svg);
	background-size: 18px;
	background-position: 12px 50%;
	background-repeat: no-repeat;
	cursor: pointer;
	transition: all 0.3s ease;
}
.projects_filter_title:hover,
.projects_filter.filters_checked .projects_filter_title{
	border-color: var(--primaryColor);
}
.active_filters_count{
	font-size: 12px;
	display: none;
}
.projects_filter.filters_checked .active_filters_count{
	display: inline-block;
}
.projects_filter_list{
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 220px;
	padding: 15px;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	gap: 5px;
	background: var(--neutralWhite);
	border: 1px solid var(--neutral200);
	list-style: none;
	transform: translateY(100%);
	font-family: var(--secondaryFont);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}
.projects_filter.active .projects_filter_list{
	bottom: -5px;
	opacity: 1;
	visibility: visible;
}
.projects_filter_label{
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
}
.list_title{
	color: var(--neutral300);
    font-weight: bold;
    display: block;
}
.grid_span_full{
	grid-column: 1 / -1;
}
.no_projects_found{
	font-size: 20px;
    line-height: 140%;
    font-weight: 400;
    padding: 40px 0;
    opacity: 0.6;
    font-style: italic;
}
.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image)
.custom_gallery.wp-block-gallery > *:nth-child(6n+1),
.custom_gallery.wp-block-gallery > *:nth-child(6n+2),
.custom_gallery.wp-block-gallery > *:nth-child(6n+3) {
	width: 33.33%;
}
.custom_gallery.wp-block-gallery > *:nth-child(6n+4),
.custom_gallery.wp-block-gallery > *:nth-child(6n+5) {
	width: 50%;
}

/*** BLOG POST CARDS ***/
.post_card_image{
	aspect-ratio: 16 / 10;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    margin-bottom: 10px;
}
.post_card_title{
	font-size: 18px;
    line-height: 130%;
}
.post_card_excerpt{
	font-size: 14px;
    line-height: 130%;
}
.tag{
	display: inline-block;
	padding:7px 16px;
	color:var(--orange500);
	background-color: var(--orange100);
	border-radius: 100px;
	font-size: 12px;
	font-family: var(--secondaryFont);
}
.blog_filter{
	position: relative;
	z-index: 10;
}
.blog_filter_title{
	position: relative;
	padding: 15px 40px 15px 15px;
	border-radius: 8px;
	background: var(--neutralWhite);
	border: 1px solid var(--neutral200);
	font-size: 14px;
	font-weight: 400;
	font-family: var(--secondaryFont);
	color: var(--blue600);
	cursor: pointer;
	transition: all 0.3s ease;
}
.blog_filter_title::after{
	content: '\f107';
    font-family: "FontAwesome";
    position: absolute;
    display: flex;
    top: 50%;
    right: 15px;
    width: 18px;
    height: 18px;
    font-size: 19px;
    transform: translateY(-50%);
    justify-content: center;
    align-items: center;
}
.blog_filter_title:hover,
.blog_filter.filters_checked .blog_filter_title{
	border-color: var(--primaryColor);
}
.active_filters_count{
	font-size: 12px;
	display: none;
}
.blog_filter.filters_checked .active_filters_count{
	display: inline-block;
}
.blog_filter_list{
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 220px;
	padding: 15px;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	gap: 5px;
	background: var(--neutralWhite);
	border: 1px solid var(--neutral200);
	list-style: none;
	transform: translateY(100%);
	font-family: var(--secondaryFont);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}
.blog_filter.active .blog_filter_list{
	bottom: -5px;
	opacity: 1;
	visibility: visible;
}
.blog_filter_label{
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
}
.active_filter_item{
	display: inline-flex;
	padding: 12px 16px;
	background: var(--orange500);
	border-radius: 99px;
	color: #FFF;
	font-family: var(--secondaryFont);
	font-size: 14px;
	gap: 10px;
}
.active_filter_item_remove{
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../images/remove.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

/*** POST SINGLE ***/
.post_content_wrapper p,
.post_content_wrapper ul,
.post_content_wrapper ol{
	font-size: 14px;
	font-family: var(--secondaryFont);
	color: var(--neutral300);
}
.post_content_wrapper h2,
.post_content_wrapper h3,
.post_content_wrapper h4,
.post_content_wrapper h5,
.post_content_wrapper h6{
    margin-bottom: 40px;
	line-height: 120%;
}
.post_content_wrapper h2{
	font-size: 28px;
}
.post_content_wrapper h3{
	font-size: 24px;
}
.post_content_wrapper h4{
	font-size: 20px;
}
.post_content_wrapper h5{
	font-size: 18px;
}
.post_content_wrapper h6{
	font-size: 16px;
}
.post_content_wrapper .wp-block-image{
	margin-bottom: 20px;
}

.fullscreen_text_image_section{
	padding: 90px 0;
	position: relative;
	background-image:url(../images/dots_bg_1.svg);
	background-position: bottom left;
	background-size: auto;
	background-repeat: no-repeat;
}
.fullscreen_text_image_section::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 45%;
	height: 100%;
	background-image: var(--bgImage);
	background-size: cover;
	background-position: center;
}
.fullscreen_text_image_section p{
	font-size: 14px;
	font-weight: 400;
	line-height: 200%; 
}
.is-style-dots_decoration{
	position: relative;
}
.is-style-dots_decoration::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 273px;
	height: 207px;
	background-image:url(../images/image_dots_decoration.svg);
	background-size: contain;
	background-position: center;
	transform: translateY(-27%) translateX(-27%);
}
.is-style-dots_decoration figure{
	position: relative;
	z-index: 2;
}
.text_image_section h3:not(.section_title){
	font-size: 20px;
	margin-bottom:5px;
}
.team_item_lightbox{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}
.team_item_lightbox.active{
	opacity: 1;
	visibility: visible;
}
.team_item_lightbox_overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}
.team_item_lightbox_inner{
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% - 40px);
	max-width: 660px;
	padding: 24px;
	background-color: var(--neutralWhite);
	border-radius: 12px;
	transform: translate(-50%, -50%);
}
.team_item_lightbox_close{
	position: absolute;
	top: 24px;
	right: 24px;
	width: 24px;
	height: 24px;
	background-image: url(../images/close.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.team_item_lightbox_image img{
	width: 140px;
	height: 140px;
	border-radius: 50%;
	border:1px solid var(--neutral200);
}
.team_item_lightbox_name{
	color: var(--neutral800);
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
}
.team_item_lightbox_position{
	color: var(--neutral800);
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
}
.team_item_description{
	padding: 24px;
	border:1px solid var(--neutral200);
	border-radius: 12px;
	margin-top: 25px;
}
.team_item_description p{
	font-size: 14px;
	line-height: 200%;
}


.team_member_name{
	color: var(--neutral800);
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
}
.team_member_position{
	color: var(--blue500);
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
}
.team_member .wp-block-cover{
	cursor: pointer;
}

.video_play_component{
	display: inline-block;
	width: 87px;
	height: 87px;
	background-image: url(../images/play.svg);
	background-size: 40px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-radius: 50%;
	transition: all 0.3s ease;
}
.video_play_component:hover{
	background-color: rgba(255, 255, 255, 0.5);
	transform: scale(1.1);
}

.award_name{
	color: #FFF;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}
#awards{
	background-image: url(../images/awards_bg.svg);
	background-position: bottom left;
	background-size: auto;
	background-repeat: no-repeat;
}

/*** OPEN POSITIONS ***/
.open_positions .wp-block-group__inner-container  p{
	margin-block-start: 5px !important;
}
.arrow_button a{
	padding-right: 40px;
    padding-left: 15px;
	background-image: url(../images/arrow-up-right.svg);
	background-size: 20px;
	background-position: right 10px center;
	background-repeat: no-repeat;
}

.top_right_image_section{
	position: relative;
	padding: 90px 0;
	background-color:var(--blue100);
}
.top_right_image_section::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 33%;
	max-height: 800px;
	aspect-ratio: 10/17;
	background-image:var(--bgImage);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 0 0 0 30px;
}
.benefits_item h3{
	font-size: 18px;
}

.awards_carrousel_section{
	padding: 90px 0;
}
.awards_carrousel_container{
	padding: 50px 0;
}
.awards_carrousel_container::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 33%;
	height: 100%;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 1), transparent);
	z-index: 9;
	pointer-events: none;
}
.awards_carrousel_container::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 33%;
	height: 100%;
	background-image: linear-gradient(to left, rgba(255, 255, 255, 1), transparent);
	z-index: 9;
	pointer-events: none;
}
.awards_carrousel_item img {
    width: 100%;
    max-width: 225px;
    margin-bottom: 20px;
    border-radius: 25px;
}
.awards_carrousel_nav > *{
	width: 50px;
	height: 50px;
	background-color: var(--neutralWhite);
	background-image: url(../images/chevron-left.svg);
	background-size: 30px;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid var(--neutral200);
	border-radius: 50%;
	cursor: pointer;
}
.awards_carrousel_nav_prev{
	transform: scaleX(-1);
}
@media(max-width:992px) {
	h1.section_title {
		font-size: 33px;
	}
	.section_title {
		font-size: 29px;
	}
	.wp-container-core-group-is-layout-1 {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}
	.wp-block-social-links{
		justify-content: center;
	}
	.fullscreen_text_image_section{
		padding: 400px 0 90px;
	}
	.fullscreen_text_image_section::after {
		width: 100%;
		height: 350px;
	}
	#team_grid{
		grid-template-columns: repeat(1, minmax(0, 1fr));
		gap: 45px;
		padding:0 40px;
	}
	#awards_grid{
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 30px;
	}
	.wp-container-core-group-is-layout-11 {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}
	.wp-container-core-group-is-layout-27 {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
		gap:30px !important;
	}
	.top_right_image_section::after{
		display: none;
	}
}