/**
 * GW Blueprint - Main Stylesheet
 * 
 * This file contains base styles and utilities for the theme
 */

/* CSS Variables for easy customization */
:root {
	--swiper-pagination-color: var(--wp--preset--color--custom-color-500);
	--swiper-pagination-bullet-inactive-color: var(--wp--preset--color--neutral-100);
	--swiper-pagination-bullet-inactive-opacity: 1;
	--swiper-pagination-bullet-size: 8px;
	--swiper-pagination-bullet-horizontal-gap: 10px;
}

/* Reset and Base Styles */
* {
	box-sizing: border-box;
}

html {
	font-size: 16px;
	line-height: 1.6;
}

body {
	margin: 0;
	padding: 0;
	font-weight: 300;
}	

/* Typography */
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px 0;
	font-weight: 600;
	line-height: 1.2;
}

h1 { font-size: 48px; }
h2 { font-size: 36px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 16px; }
h6 { font-size: 12px; }

p{
	font-size: 14px;
	margin: 0 0 20px 0;
	line-height: 180%;
}
ul, ol{
	font-size: 14px;
	line-height: 180%;
	margin: 0 0 20px 0;
}
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
}
p a{
	color: var(--wp--preset--color--custom-color-500);
	text-decoration: underline;
}
.wp-block-heading a:hover{
	text-decoration: underline;
}
input,
select,
textarea,
button{
	font-family: var(--font-family--primary);
	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-site-blocks > *{
	margin-block-start:0;
}

.container{
	max-width: var(--wp--style--global--content-size);
}


/* Button Styles */
.wp-element-button,
.wp-block-button__link,
.button{
	--btnColor: var(--wp--preset--color--custom-color-500);
	--btnColorHover: color-mix(in srgb, var(--btnColor) 90%, #000000);
	--btnTextColor:  var(--wp--preset--color--neutral-white);
	--btnTextColorHover:  var(--wp--preset--color--neutral-white);
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap:10px;
	background-color: var(--btnColor);
	color: var(--btnTextColor);
	padding: 10px 25px;
	font-size: 13px;
	letter-spacing: 0.13px;
	line-height: 24px;
	font-weight: 400;
	border-radius: 0;
	border:none;
	cursor: pointer;
	transition: all 0.3s;

	&:hover{
		background: var(--btnColorHover);
		color: var(--btnTextColorHover);
	}
}

.is-style-secondary-fill .wp-element-button,
.is-style-secondary-outline .wp-element-button{
	--btnColor: var(--wp--preset--color--neutral-white);
	--btnColorHover: var(--wp--preset--color--neutral-500);
	--btnTextColor: var(--wp--preset--color--neutral-500);
	--btnTextColorHover: var(--wp--preset--color--neutral-white);
}

.is-style-outline .wp-element-button,
.is-style-secondary-outline .wp-element-button{
	background: none;
	border: 1px solid var(--btnColor);
	color: var(--btnColor);

	&:hover{
		background: var(--btnColor);
		color: var(--btnTextColorHover);
	}
}
.is-style-arrow-button .wp-element-button{
	background:none;
	border:1px solid var(--btnColor);
	color: var(--btnColor);
	padding:8px 14px;

	&:hover{
		background: var(--btnColor);
		color: var(--btnTextColorHover);
	}

	&::after{
		content: '';
		display: inline-block;
		width: 16px;
		height: 16px;
		background-color: currentColor;
		-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.3335 8.00004H12.6668M12.6668 8.00004L8.00016 3.33337M12.6668 8.00004L8.00016 12.6667' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
		mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.3335 8.00004H12.6668M12.6668 8.00004L8.00016 3.33337M12.6668 8.00004L8.00016 12.6667' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-position: center;
		mask-position: center;
		-webkit-mask-size: contain;
		mask-size: contain;
	}
}
.gradient_text{
	background: linear-gradient(90deg, #FFF 0%, #4EC3FF 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


.entry-content > *{
	margin-block-start: 0;
}
.post_content > *{
	margin-block-start: 25px;

}
.wp-block-separator{
	border-width: 1px 0 0 0;
}
.wp-block-quote {
	padding: 25px;
    border-left: 8px solid #2B8ABA;
    background: #ECF8FF;
}

/*** HEADINGS ***/
.is-style-section_title{
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 0.42px;
}
h1.is-style-section_title{
	font-size: 62px;
}
.is-style-section_big_title{
	font-size: clamp(35px, 16vw, 150px);
    text-transform: uppercase;
    line-height: 100%;
}
h3.is-style-section_title{
	font-size: 35px;
}
.is-style-section_subtitle{
	line-height: 115%;
	font-size: 24px;
	letter-spacing: 0.24px;
}
.is-style-box_title{
	font-size: 22px;
	font-weight: 600;
	line-height: 135%;
	letter-spacing: 0.16px;
	opacity: 0.85;
	font-style: italic;
}

/*** GRAVITY FORMS ***/
.gform_description:empty,
.gform_heading{
	display: none !important;
}
.form_wrapper .gform_wrapper.gravity-theme input[type=text],
.form_wrapper .gform_wrapper.gravity-theme input[type=email],
.form_wrapper .gform_wrapper.gravity-theme input[type=tel],
.form_wrapper .gform_wrapper.gravity-theme input[type=number],
.form_wrapper .gform_wrapper.gravity-theme select,
.form_wrapper .gform_wrapper.gravity-theme textarea{
	border-radius: 4px;
	height: 42px;
	border:1px solid rgba(17, 17, 17, 0.2);
}
.form_wrapper .gform_wrapper.gravity-theme .gfield_label{
	display: block;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
	font-weight: normal;
}
.form_wrapper .gform_wrapper.gravity-theme .gform_fields {
	grid-row-gap: 20px;
}
.form_wrapper .ginput_container_fileupload{
	border: 1px dashed #CCC;
    border-radius: 3px;
    position: relative;
    height: 86px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s;
}
.form_wrapper .ginput_container_fileupload:hover{
	background-color: rgba(17, 17, 17, 0.05);
}
.form_wrapper .ginput_container_fileupload [type="file"]{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
	cursor: pointer;
}
.form_wrapper .ginput_container_fileupload .gfield_description{
	text-align: center;
	margin:0 !important;
	padding:0 !important;
}
.form_wrapper .ginput_container_fileupload .gfield_description::before{
	content: 'Choose file or drop here';
	display: block;
	font-size: 14px;
	color: var(--wp--preset--color--neutral-700);
}
.form_wrapper .gform_footer{
	justify-content: center;
}


/*** HEADER ***/
header.wp-block-template-part{
	position: relative;
}
#header_inner{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	z-index: 99;
	transition:background-color 0.5s;
}
.admin-bar #header_inner{
	top:32px;
}
.float_active #header_inner,
.menu_open #header_inner{
	background-color: var(--wp--preset--color--neutral-600);
}
#header_inner_row{
	height: 105px;
}
#header_menu{
	font-size: 16px;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 24px;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.13px;
}
#header_menu a{
	transition: all 0.3s;
	&:hover{
		color: var(--wp--preset--color--custom-color-400);
	}
}
#header_menu > li >a{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;

}
#header_menu .menu-item-has-children > a::after{
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-color: currentColor;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6L8 10L12 6' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6L8 10L12 6' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
}
#header_menu .menu-item-has-children:hover > a::after{
	transform: rotate(180deg);
  }
#header_menu li{
	position: relative;
}
#header_menu > li > a{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 0;
}
#header_menu .sub-menu{
	position: absolute;
	top: calc(100% + 15px);
	left: 50%;
	width: 300px;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: #1C1C1C;
	box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.40);
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.13px;
	list-style: none;
	margin: 0;
	padding: 24px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	transform: translateX(-50%);
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
#header_menu > li:hover .sub-menu{
	opacity: 1;
	visibility: visible;
	top: 100%;
}
.sub-menu a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.current-menu-item > a{
	color: var(--wp--preset--color--custom-color-500);
}
.sub-menu a::after{
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-color: currentColor;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.3335 8.00004H12.6668M12.6668 8.00004L8.00016 3.33337M12.6668 8.00004L8.00016 12.6667' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.3335 8.00004H12.6668M12.6668 8.00004L8.00016 3.33337M12.6668 8.00004L8.00016 12.6667' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
	transition: all 0.3s;
}

/*** MOBILE MENU ***/
.menu_open{
	overflow: hidden;
}
#menu_trigger{
	position: relative;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
#menu_trigger::after{
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	left: calc(50% - 12.5px);
	width: 25px;
	height: 2px;
	background:currentColor;
	transition:all 0.5s;
}
.menu_open #menu_trigger::after{
	transform: translateX(100%);
	opacity: 0;
}
#menu_trigger i{
	display: inline-block;
	position: relative;
	width: 25px;
	height: 16px;
}
#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, -9px) rotate(-45deg);
}

#mobile_menu{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	max-height: calc(100vh - 100px);
	overflow: auto;
	background: var(--wp--preset--color--neutral-500);
	list-style: none;
	margin: 0;
	padding:0;
	font-size: 20px;
	z-index: 99;
	clip-path: inset(0 0 100% 0);
	transition: all 0.3s;
}
.menu_open #mobile_menu{
	clip-path: inset(0 0 0 0);
}
#mobile_menu > li{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#mobile_menu > li:last-child{
	border-bottom: none;
}
#mobile_menu > li > *{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:10px 20px;
}

.submenu_trigger{
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: currentColor;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6L8 10L12 6' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6L8 10L12 6' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: 18px;
	mask-size: 18px;
	transition: all 0.3s;
}
#mobile_menu .menu-item-has-children.open .submenu_trigger{
	transform: rotate(180deg);
}

#mobile_menu .sub-menu{
	font-size: 18px;
	padding:10px 0;
	margin:0;
	list-style: none;
	background:rgba(0, 0, 0, 0.2);
	display: none;
}
#mobile_menu .sub-menu li{
	padding:5px 27px;
}


/*** FOOTER ***/
.footer_menu_1{
	font-size: 16px;
	line-height: 1.5;
	text-transform: uppercase;
}
.footer_bar_menu{
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.14px;
	text-transform: uppercase;
}
.footer_bar_menu a{
	opacity: 0.8;
	transition: all 0.3s;
	&:hover{
		opacity: 1;
	}
}

.is-style-section_big_title mark{
	font-size: 78%;
}
/*** ROTATE WORDS ***/
.has_rotating{
	display: flex;
	gap:0.25em;
}
.words_rotate_wrapper{
	position: relative;
    width: 100%;
    height: 1.3em;
	margin-top:-0.15em;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, white 30%, white 60%, transparent 100%);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-image: linear-gradient(to bottom, transparent 0%, white 30%, white 60%, transparent 100%);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
}
.words_rotate_underline{
	position: relative;
	width: 5.5em;
}
.words_rotate_underline::after {
    /* content: ''; */
    position: absolute;
    bottom: 0.22em;
    right: 0;
    width: 100%;
    height: 0.03em;
    background-color: #FFF;
}
.words_rotate_container{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	transition: transform 0.3s ease-in-out;	
}
.words_rotate{
	height: 0.85em;
    line-height: 0.85em;
    white-space: nowrap;
    transform: translateY(0.23em);
}

/*** COMPONENTS ***/
#hero_gallery_wrapper::before{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 240px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M0,100 L100,100 L100,0 Z' fill='%23ffffff'/%3E%3C/svg%3E");
	background-size: cover;
	background-position: bottom right;
	background-repeat: no-repeat;
}

.hero_gallery_image{
	width: 100%;
	aspect-ratio: 10/19;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#hero_gallery_wrapper{
	margin-top: -150px;
}
.hero_gallery_section .swiper-wrapper{
	padding-top: 65px;
}
.hero_gallery_section .swiper-slide.even{
	transform: translateY(-65px);
}

.slash_background{
	clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}
.slash_background > *{
	position: relative;
	z-index: 1;
}
.semicircle_background::before{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 140px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 200' preserveAspectRatio='none'%3E%3Cpath d='M0 0C360 180 1080 180 1440 0V200H0V0Z' fill='%23ffffff'/%3E%3C/svg%3E");
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
}
.semicircle_background > *{
	position: relative;
	z-index: 1;
}

.gradient_slash::before{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background:var(--wp--preset--color--neutral-600);
	clip-path: polygon(0 0, 100% 0, 100% 55%, 0 75%);
}

/*** COVER SLIDER ***/
.cover_slider_component{
	position: relative;
	width: 100%;
	max-width: 100%;
	padding:350px 0 300px;
	overflow: hidden;
}
.cover_slider_component .container{
	position: relative;
	z-index: 1;
}
.cover_slider{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.cover_slider_image{
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1)), var(--bgImage);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/*** LOGOS MARQUEE ***/
.logos_marquee_section{
	overflow: hidden;
	-webkit-mask-image: linear-gradient(
		to right,
		transparent 0%,   
		white 7%,         
		white 93%,        
		transparent 100%  
	);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	
	mask-image: linear-gradient(
		to right,
		transparent 0%,
		white 7%,
		white 93%,
		transparent 100%
	);
	mask-repeat: no-repeat;
	mask-size: 100% 100%;
}
.logos_marquee_item_inner{
	display: flex;
	height: 60px;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 15px;
}
.logos_marquee_item img{
	max-height: 60px;
	width: auto;
}

.stats_columns .wp-block-heading{
	font-size: 62px;
	font-weight: 600;
}
.stats_columns p{
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.2px;
	line-height: 110%;
}
.services_box .wp-block-heading{
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 0.24px;
	text-transform: uppercase;
}
.services_grid .link_wrapper_section{
	display: flex;
}
.tesimonials_grid > *{
	display: flex;
}
.reviews_summary{
	width: 100%;
}
.testimonials_rating{
	font-size: 80px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 100%;
}
.reviews_summary .wp-block-heading{
	font-size: 32px;
	font-weight: 600;
}
.testimonial_author{
	font-size: 16px;
	font-weight: 600;
	margin-top: 50px;
}

.standard_card .wp-block-heading {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.24px;
    text-transform: uppercase;
}

.text_card_1{
	width: 250px;
	font-size: 14px;
	font-weight: 900;
	line-height: 100%;
	text-transform: uppercase;
	margin-top: 40px;
	transform: rotate(3.7deg);
}
.text_card_2{
	width: 240px;
    font-size: 14px;
    font-weight: 900;
    line-height: 100%;
    text-transform: uppercase;
    margin-top: 6px;
    transform: rotate(-6deg);
    box-shadow: 0 -6px 24px 0 rgba(0, 0, 0, 0.25);
}
.slash_separator_section{
	height: 175px;
}
#contact_hero_box iframe{
	width: 100%;
	height: 280px;
}

.checklist figure{
	width: 26px;
}
.checklist p{
	width: calc(100% - 36px);
}

.accordion_item_component{
	padding:16px 24px;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.21);
	background: rgba(139, 139, 139, 0.10);
}
.accordion_item_component .accordion_item_header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}
.accordion_item_component .accordion_item_header .wp-block-heading{
	font-size: 14px;
	font-weight: 900;
	line-height: 170%;
}
.accordion_item_component .accordion_item_header::after{
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: currentColor;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
	transition: all 0.3s;
}
.accordion_item_component.open .accordion_item_header::after{
	transform: rotate(180deg);
}
.accordion_item_content{
	padding-top: 24px;
	display: none;
}

.link_wrapper_section {
	display: block
}

/*** PASSWORD PROTECTED POSTS ***/
.post-password-form {
	max-width: 500px;
	width: calc(100% - 40px);
	margin-block: 190px 100px !important;
	padding: 30px;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.21);
	background: rgba(139, 139, 139, 0.10);
}

.post-password-form p {
	font-size: 14px;
	line-height: 180%;
	margin: 0 0 20px 0;
	color: currentColor;
}

.post-password-form p:last-of-type {
	margin-bottom: 0;
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.post-password-form label {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	font-weight: 400;
	color: currentColor;
	flex: 1;
	min-width: 200px;
}
.post-password-form-invalid-password{
	color:#FF0000;
	margin-bottom: 10px;
}

.post-password-form input[type="password"] {
	flex: 1;
	min-width: 200px;
	height: 42px;
	padding: 10px 15px;
	font-size: 14px;
	font-family: var(--font-family--primary);
	border-radius: 4px;
	border: 1px solid rgba(17, 17, 17, 0.2);
	background-color: var(--wp--preset--color--neutral-white);
	color: var(--wp--preset--color--neutral-500);
	transition: all 0.3s;
	outline: none;
}

.post-password-form input[type="password"]:focus {
	border-color: var(--wp--preset--color--custom-color-500);
	box-shadow: 0 0 0 3px rgba(43, 138, 186, 0.1);
}

.post-password-form input[type="submit"] {
	--btnColor: var(--wp--preset--color--custom-color-500);
	--btnColorHover: color-mix(in srgb, var(--btnColor) 90%, #000000);
	--btnTextColor: var(--wp--preset--color--neutral-white);
	--btnTextColorHover: var(--wp--preset--color--neutral-white);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: var(--btnColor);
	color: var(--btnTextColor);
	padding: 10px 25px;
	font-size: 13px;
	letter-spacing: 0.13px;
	line-height: 24px;
	font-weight: 400;
	border-radius: 0;
	border: none;
	cursor: pointer;
	transition: all 0.3s;
	font-family: var(--font-family--primary);
	height: 42px;
	min-width: 100px;
}

.post-password-form input[type="submit"]:hover {
	background: var(--btnColorHover);
	color: var(--btnTextColorHover);
}

@media (max-width: 768px) {
	.post-password-form {
		margin: 30px 20px;
		padding: 25px 20px;
	}
	
	.post-password-form p:last-of-type {
		flex-direction: column;
		align-items: stretch;
	}
	
	.post-password-form label {
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
	}
	
	.post-password-form input[type="password"],
	.post-password-form input[type="submit"] {
		width: 100%;
		min-width: auto;
	}
}

/*** MEDIA QUERIES ***/
@media (max-width: 1340px) {
	#header_inner{
		padding-left: 0.75em;
		padding-right: 0.75em;
	}
	.entry-content > .is-layout-constrained{
		padding-left: 0.75em;
		padding-right: 0.75em;
	}
}

@media (max-width: 992px) {
	.is-style-section_title {
		font-size: 32px;
	}
	h1.is-style-section_title {
		font-size: 42px;
	}
	.cta_box{
		--wp--preset--spacing--40: 25px;
	}
	.stats_cover{
		padding: 60px 20px !important;
	}
	.stats_columns{
		text-align: center;
	}
	.stats_cover_main{
		padding: 30px !important;
		border-radius: 12px;
	}
	.footer_menu_1 {
		columns: 1;
		text-align: center
	}
	.footer_menu_1 .wp-block-navigation-item{
		justify-content: center;
	}
	footer.wp-block-template-part .wp-block-site-logo{
		text-align: center;
	}
	#footer_bar{
		justify-content: center;
	}
	h1.is-style-section_big_title {
		font-size: 45px;
	}
	.slash_separator_section {
		height: 55px;
	}
	.single_post_title{
		font-size: 36px;
	}
	#header_inner_row {
		height: 85px;
	}
	#footer_menus_wrapper{
		flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
        gap: 10px;
	}
	#footer_menus_wrapper .wp-block-navigation{
        justify-content: center;
        align-items: center;
		gap:20px;
	}
}