.home #hero {
	height: 100!important;
	height: 100svh!important;
}
#footer #footer__nav-wrap .team-viewer img {
	float:left;
	margin-right: 10px;
}
@media (min-width:768px) {
	#main ul li.has-megamenu > a {
		position: relative;
	}
	#main ul li.has-megamenu > a:after {
	  content: "";
	  width: 8px;
	  height: 8px;
	  border-width: 1px 1px 0 0;
	  border-style: solid;
	  border-color: #000000 #000000 transparent transparent;
	  -webkit-transform: translateY(-50%) rotate(136deg);
	  -ms-transform: translateY(-50%) rotate(136deg);
	  transform: translateY(-50%) rotate(136deg);
	  margin-left: 13px;
	  -webkit-transition: 0.3s ease;
	  transition: 0.3s ease;
	  position: relative;
	  top: 2px;
	}
}
@media (min-width:1280px) {
	#header {
		width: 150px;
		z-index: 1001;
	}
	#header.fixed {
		width: 100%;
		z-index: 999;
	}
}
@media (min-width:1600px) {
	.home #hero {
		height: 90vh!important;
		height: 90svh!important;
	}
}