.elementor-kit-12{--e-global-color-primary:#00C7FF;--e-global-color-secondary:#0094BE;--e-global-color-text:#2F2F2F;--e-global-color-accent:#FFBF00;--e-global-color-c6b1d45:#FFFFFF;--e-global-color-4abb728:#F4F4F4;--e-global-color-3d8fb63:#15CBB6;--e-global-typography-primary-font-family:"Raleway Uploaded";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Raleway Uploaded";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Nunito Sans Uploaded";--e-global-typography-text-font-size:1.25rem;font-weight:var( --e-global-typography-text-font-weight );font-stretch:100%;--e-global-typography-text-font-style:normal;--e-global-typography-text-line-height:1.3em;--e-global-typography-accent-font-family:"Raleway Uploaded";--e-global-typography-accent-font-weight:600;--e-global-typography-af7c14a-font-family:"Raleway Uploaded";--e-global-typography-af7c14a-font-size:20px;--e-global-typography-af7c14a-font-weight:700;--e-global-typography-af7c14a-text-transform:uppercase;--e-global-typography-af7c14a-letter-spacing:1.8px;--e-global-typography-9da6083-font-family:"Nunito Sans Uploaded";--e-global-typography-9da6083-font-size:18px;--e-global-typography-9da6083-text-transform:uppercase;--e-global-typography-9da6083-letter-spacing:0.4px;--e-global-typography-ce93c43-font-family:"Nunito Sans Uploaded";--e-global-typography-ce93c43-font-size:1.3rem;--e-global-typography-ce93c43-letter-spacing:-0.3px;color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-style:var( --e-global-typography-text-font-style );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-12 e-page-transition{background-color:var( --e-global-color-text );}.elementor-kit-12 p{margin-bottom:20px;}.elementor-kit-12 a{color:var( --e-global-color-secondary );}.elementor-kit-12 h1{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-12 h2{color:#035D77;font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-12 h4{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-12 h5{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-12 h6{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-12{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-12{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */p strong {font-weight: 700;}

/* edit the hamburger and close icon colors here */

.lytbox-button {
	--hamburger-color: #fff;
	--close-x-color: #fff;
	display: block;
	height: 18px;
	cursor: pointer;
	position: relative;
	z-index: 101;
}


/* must add in elementor template ID number to make the menu full width */
.elementor-487 {
	width: 100%;
}




/* end editing */

.lytbox-navigation {
	position: fixed;
	top: 0;
	left: 0;
	transform: translateX(100%);
	overflow: hidden;
	transition: transform 0.2s;
	width: 100%;
	height: 100vh;
	z-index: 100;
}

.lytbox-navigation {
	display: flex;
	justify-content: center;
	align-items: center;
}




/* toggle hamburger*/

.lytbox-button .hamburguer {
	position: relative;
}

.lytbox-button .hamburguer span{
	display: block;
	height: 2px;
	width: 24px;
	background: var(--hamburger-color);
	transform-origin: 50% 50%;
	transition: all 0.1s 0.2s ease, transform 0.2s ease;
}

.lytbox-button .hamburguer span:nth-child(2) {
	transform: translate(0, 6px);
}

.lytbox-button .hamburguer span:nth-child(3) {
	transform: translate(0, 12px);
		
}

.lytbox-nav_control {
	position: absolute;
	left: -9999px;
	width: 100%;
	clip: rect(0, 0, 0, 0);
}

.lytbox-nav_control:checked~.lytbox-navigation {
	transform: translateX(0);
	opacity: 1;
	transition: transform 0.3s, opacity 0.3s;
}

.lytbox-nav_control:checked~.lytbox-button .hamburguer {
	transition: all 0.1s 0s ease;
}





/* closed X */

.lytbox-nav_control:checked~.lytbox-button .hamburguer span {
	background: var(--close-x-color);
	transition: all 0.1s ease, transform 0.1s 0.2s ease;
}

.lytbox-nav_control:checked~.lytbox-button .hamburguer span:first-child {
	opacity: 0;
}

.lytbox-nav_control:checked~.lytbox-button  .hamburguer span:nth-child(2) {
	transform: translate(0, 6px) rotate(45deg);
}

.lytbox-nav_control:checked~.lytbox-button .hamburguer span:nth-child(3) {
	transform: translate(0, 4px) rotate(-45deg);

}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Raleway Uploaded';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('http://kanect.g3web.net/wp-content/uploads/2024/12/Raleway-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Raleway Uploaded';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('http://kanect.g3web.net/wp-content/uploads/2024/12/Raleway-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Raleway Uploaded';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('http://kanect.g3web.net/wp-content/uploads/2024/12/Raleway-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Raleway Uploaded';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('http://kanect.g3web.net/wp-content/uploads/2024/12/Raleway-Bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Nunito Sans Uploaded';
	font-display: swap;
	src: url('http://kanect.g3web.net/wp-content/uploads/NunitoSans-VariableFont_YTLCopszwdthwght.ttf') format('truetype');
}
/* End Custom Fonts CSS */