
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 13 2023 | 11:42:59 */
@import url(https://use.typekit.net/tnx2lqn.css);

body{
	overflow-y: hidden !important;
}

body, html{
	font-family: brandon-grotesque, sans-serif;
	overflow-x: hidden;
}

iframe,
.elementor-background-video-embed{
	background-color: #fff !important;
}

.remove_header{
	transform: translateY(-300px) !important;
	-webkit-transition: all 600ms cubic-bezier(0.000, 0.845, 0.440, 1.000); 
	-moz-transition: all 600ms cubic-bezier(0.000, 0.845, 0.440, 1.000); 
	-o-transition: all 600ms cubic-bezier(0.000, 0.845, 0.440, 1.000); 
	transition: all 600ms cubic-bezier(0.000, 0.845, 0.440, 1.000);
}