.elementor-kit-6{--e-global-color-primary:#0C283E;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#0C0C0C;--e-global-color-accent:#DD2729;--e-global-color-b728e2d:#8E8E8E;--e-global-typography-primary-font-family:"Aktiv Grotesk";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Gotham Book";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-a87a584-font-family:"Aktiv Grotesk";--e-global-typography-a87a584-font-size:65px;--e-global-typography-a87a584-font-weight:600;--e-global-typography-a87a584-text-transform:uppercase;--e-global-typography-a87a584-line-height:1.3em;--e-global-typography-5712aa9-font-family:"Aktiv Grotesk";--e-global-typography-5712aa9-font-size:45px;--e-global-typography-5712aa9-text-transform:capitalize;--e-global-typography-5712aa9-font-style:normal;--e-global-typography-5712aa9-line-height:1.3em;--e-global-typography-8a4b401-font-family:"Gotham Book";--e-global-typography-8a4b401-font-size:20px;--e-global-typography-8a4b401-font-weight:600;--e-global-typography-8a4b401-text-transform:uppercase;--e-global-typography-b9ff638-font-family:"Gotham Book";--e-global-typography-b9ff638-font-size:35px;--e-global-typography-b9ff638-text-transform:capitalize;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-family:"Gotham Medium", Sans-serif;font-size:55px;text-transform:uppercase;}.elementor-kit-6 h2{font-family:"Gotham Medium", Sans-serif;font-size:40px;font-weight:400;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1600px;}.e-con{--container-max-width:1600px;--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){--kit-widget-spacing: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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-text-font-size:18px;--e-global-typography-a87a584-font-size:35px;--e-global-typography-5712aa9-font-size:30px;--e-global-typography-8a4b401-font-size:18px;--e-global-typography-b9ff638-font-size:25px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* edit the hamburger and close icon colors here */
.tcw-button {
	--hamburger-color: #0A2858;
	--close-x-color: #0A2858;
	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-2738 {
	width: 100%;
}

/* end editing */
.tcw-navigation {
	position: fixed;
	top: 0;
	left: 0;
	transform: translateX(100%);
	overflow: hidden;
	transition: transform 0.2s;
	width: 100%;
	height: 100vh;
	z-index: 100;
}

.tcw-navigation {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* toggle hamburger*/

.tcw-button .hamburguer {
	position: relative;
}

.tcw-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;
}

.tcw-button .hamburguer span:nth-child(2) {
	transform: translate(0, 6px);
}

.tcw-button .hamburguer span:nth-child(3) {
	transform: translate(0, 12px);
		
}

.tcw-nav_control {
	position: absolute;
	left: -9999px;
	width: 100%;
	clip: rect(0, 0, 0, 0);
}

.tcw-nav_control:checked~.tcw-navigation {
	transform: translateX(0);
	opacity: 1;
	transition: transform 0.3s, opacity 0.3s;
}

.tcw-nav_control:checked~.tcw-button .hamburguer {
	transition: all 0.1s 0s ease;
}

/* closed X */

.tcw-nav_control:checked~.tcw-button .hamburguer span {
	background: var(--close-x-color);
	transition: all 0.1s ease, transform 0.1s 0.2s ease;
}

.tcw-nav_control:checked~.tcw-button .hamburguer span:first-child {
	opacity: 0;
}

.tcw-nav_control:checked~.tcw-button  .hamburguer span:nth-child(2) {
	transform: translate(0, 6px) rotate(45deg);
}

.tcw-nav_control:checked~.tcw-button .hamburguer span:nth-child(3) {
	transform: translate(0, 4px) rotate(-45deg);

}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Aktiv Grotesk';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://veluxamed.com/wp-content/uploads/2025/07/AktivGrotesk-Bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Gotham Book';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://veluxamed.com/wp-content/uploads/2025/07/Gotham-Book.woff') format('woff');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Gotham Medium';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://veluxamed.com/wp-content/uploads/2025/07/Gotham-Medium.woff') format('woff');
}
/* End Custom Fonts CSS */