/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
header {
    position: fixed;    
    width: 100%;
    z-index: 15000;
}

}

@media (max-width: 768px) {
	header {
		position: relative;
	}
	main#main-content {
			padding-top: 0;
	}
	header #hs_cos_wrapper_widget_1711976677772 {
		margin: auto;
	}
	
	header #hs_cos_wrapper_widget_1711976814969 .button-wrapper {
		text-align: center;
		margin-bottom: 26px;
}
  
.header-class {
    display: none;
}