.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99
}
.header#navigation-fouc {
	display: none
}
.header__container {
	max-width: 1316px;
	margin: 0 auto;
	padding: 15px
}
@media (min-width: 576px) {
	.header__container {
		padding: 25px 15px
	}
}
@media (min-width: 1200px) {
	.header__container {
		padding: 38px 15px
	}
}
@media (min-width: 1650px) {
	.header__container {
		max-width: 1400px
	}
}
@media (max-width: 1023.99px) {
	.header__container.hamburgerIsActive {
		background-color: #fff
	}
}
@media (min-width: 1024px) and (max-width: 1200px) {
	.header__container.hamburgerIsActive {
		background: linear-gradient(90deg, transparent 60%, #fff 50%)
	}
}
.header__container.hamburgerIsActive .header__logo--darkVariant {
	display: block
}

.header__container.hamburgerIsActive .header__logo--lightVariant {
	display: none
}
@media (min-width: 1024px) {
	.header__container.hamburgerIsActive .header__logo--darkVariant {
		display: none
	}
	.header__container.hamburgerIsActive .header__logo--lightVariant {
		display: block
	}
}
.header__navigation {
	display: flex;
	position: relative
}
@media (min-width: 1200px) {
	.header__navigation {
		position: unset
	}
}
@media (min-width: 768px) {
	.header__logo {
		margin-right: 35px
	}
}
.header__logo img {
	max-width: 175px;
	width: 100% !important
}
@media (min-width: 1024px) {
	.header__logo img {
		max-width: 196px
	}
}
.header__logo--darkVariant {
	display: none
}
@media (min-width: 1200px) {
	.header__menu {
		align-items: center
	}
}
.header__menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex
}
.header__menu ul>li {
	padding: 0px
}
.header__menu ul>li.active-branch>a {
/* 	color: var(--real-estate1, #a4c941); */
	background:rgba(1, 36, 92, 0.2);
}
.header__menu ul>li a {
	color: #fff;
	position: relative;
	user-select: none;
	border-radius: 9px;
	padding:7px 15px;
	margin:0 1px;
	display:inline-block;
	text-align:center;
}
.header__menu ul>li a:before {
	content: "";
	height: 20px;
	width: 100%;
	position: absolute;
	bottom: -20px
}
.header__menu ul>li a:hover {
/* 	color: var(--real-estate1, #a4c941); */
	background:rgba(1, 36, 92, 0.2);
	text-decoration: none
}
.header__menuCTA .hs-menu-wrapper ul>li:first-child a {
	padding: 13px 25px 14px 25px;
	background: var(--dark-blue, #01245c);
	color: #fff;
	font-size: calc(16px + 2 * ( (100vw - 576px) / 1024));
	line-height: calc(21px + 2 * ( (100vw - 576px) / 1024));
	border-radius: 30px;
	transition: all .5s ease;
	font-weight: 700
}
@media screen and (max-width: 576px) {
	.header__menuCTA .hs-menu-wrapper ul>li:first-child a {
		font-size: 16px
	}
}
@media screen and (min-width: 1600px) {
	.header__menuCTA .hs-menu-wrapper ul>li:first-child a {
		font-size: 18px
	}
}
@media screen and (max-width: 576px) {
	.header__menuCTA .hs-menu-wrapper ul>li:first-child a {
		line-height: 21px
	}
}
@media screen and (min-width: 1600px) {
	.header__menuCTA .hs-menu-wrapper ul>li:first-child a {
		line-height: 23px
	}
}
.header__menuCTA .hs-menu-wrapper ul>li:first-child a:hover {
	background: var(--real-estate1, #a4c941) !important
}
.header__menuCTA {
	flex: 1;
	justify-content: flex-end;
	position: relative;
	margin-right: 50px
}
.header__menuCTA ul li a:before {
	content: none !important
}
.header__menuCTA .header__langSwitcher .header__langSwitcher-options ul li a {
	display: none;
  background: transparent;
	padding: 0;
	font-size: 1rem;
	color: #454553;
	font-weight: 400;
	line-height: 22px
}
.header__menuCTA .header__langSwitcher .header__langSwitcher-options ul li a:hover {
	text-decoration: none;
	background: transparent !important;
	color: var(--real-estate1, #a4c941)
}
.header ul {
	list-style-type: none;
	padding: 0;
	margin: 0
}
.header ul li .hs-menu-children-wrapper {
	display: none;
	flex-direction: column
}
.header ul li .hs-menu-children-wrapper .active.active-branch a {
	color: var(--real-estate1, #a4c941) !important;
	background:none;
}
.header ul li.dropdown--levelThree:after {
	content: none
}
@media (min-width: 1200px) {
	.header ul li.dropdown--levelThree:after {
		content: ""
	}
}
@media (max-width: 1199.99px) {
	.header ul li.dropdown--levelThree ul {
		display: none !important
	}
}
@media (min-width: 1200px) {
	.header ul li.dropdown--levelThree>a:after {
		opacity: 1 !important
	}
}

.header ul li .hs-menu-depth-3{
    width: 100%;
}

.header ul li.dropdown--levelThree a {
	width: 100%;
	position: relative
}
.header ul li.dropdown--levelThree a:before {
	content: "";
	height: 20px;
	width: 130%;
	position: absolute;
	bottom: 0px
}
.header ul li.hs-item-has-children.hovering ul.hs-menu-children-wrapper {
	display: flex;
	position: absolute;
	top: 85px;
	background-color: #fff;
	padding: 20px;
	min-width: 225px;
	height: auto;
	z-index: 999;
	border-radius: 18px;
	transform: translate(-40px, 0px);
	box-shadow: 21px 10px 30px 0px rgba(0, 0, 0, 0.13)
}
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	.header ul li.hs-item-has-children.hovering ul.hs-menu-children-wrapper {
		top: 50px
	}
}
.header ul li.hs-item-has-children.hovering ul.hs-menu-children-wrapper:after {
	content: '\25b2';
	color: #fff;
	font-size: 2em;
	position: absolute;
	z-index: -1;
	top: -20px;
	left: 25%;
	pointer-events:none;
}
.header ul li.hs-item-has-children.hovering ul.hs-menu-children-wrapper li {
	margin-right: 0;
	padding: 0;
	display: flex
}
.header ul li.hs-item-has-children.hovering ul.hs-menu-children-wrapper li a {
	color: #454553;
	font-size: calc(15px + 0 * ( (100vw - 576px) / 1024));
	line-height: calc(17px + 0 * ( (100vw - 576px) / 1024));
	width:100%;
	padding: 9px 0px;
	text-align:left;
}
@media screen and (max-width: 576px) {
	.header ul li.hs-item-has-children.hovering ul.hs-menu-children-wrapper li a {
		font-size: 15px
	}
}

@media screen and (min-width: 1600px) {
	.header ul li.hs-item-has-children.hovering ul.hs-menu-children-wrapper li a {
		font-size: 15px
	}
}
@media screen and (max-width: 576px) {
	.header ul li.hs-item-has-children.hovering ul.hs-menu-children-wrapper li a {
		line-height: 17px
	}
}
@media screen and (min-width: 1600px) {
	.header ul li.hs-item-has-children.hovering ul.hs-menu-children-wrapper li a {
		line-height: 17px
	}
}
.header ul li.hs-item-has-children.hovering ul.hs-menu-children-wrapper li a:after {
	content: "";
	background: url("https://f.hubspotusercontent40.net/hubfs/7376799/tomorrowpeople/images/clarilis-website/icons/arrow-right.svg");
	background-repeat: no-repeat;
	width: 5px;
	height: 9px;
    right: 5px;
	position: absolute;
	top: 50%;
	transform: translate(10px, -4px);
	transition: all .5s ease;
	opacity: 0
}
.header ul li.hs-item-has-children.hovering ul.hs-menu-children-wrapper li a:hover {
	color: var(--finance5, #9472fc);
	background:none;
}
.header ul li.hs-item-has-children.hovering ul.hs-menu-children-wrapper li a:hover:after {
	opacity: 1
}
.header ul li.hs-item-has-children.hovering ul.hs-menu-children-wrapper li:last-child {
	margin-bottom: 0
}
.header ul li.hs-item-has-children.hovering ul.hs-menu-children-wrapper li.dropdown--levelThree ul {
	display: none;
	padding: 25px 70px 25px 20px;
    top: 40px;
	left: 100%;
	background: #fff;
	box-shadow: 21px 10px 30px 12px rgba(0, 0, 0, 0.13);
    min-width: 300px
    width: 100%;
}
.header ul li.hs-item-has-children.hovering ul.hs-menu-children-wrapper li.dropdown--levelThree ul:after {
	content: none
}
.header ul li.hs-item-has-children.hovering ul.hs-menu-children-wrapper li.dropdown--levelThree ul.showTier3 {
	display: block
}
.header__langSwitcher {
	display: none
}
@media (min-width: 1200px) {
	.header__langSwitcher {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-left: 10px;
		position: absolute;
		right: -40px;
		top: 10px
	}
}
.header__langSwitcher-trigger {
	user-select: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center
}
.header__langSwitcher-trigger svg g {
	fill: #F6F6F7;
	-webkit-transition: fill .1s ease;
	transition: fill .1s ease
}
.header__langSwitcher-trigger svg:hover g {
	fill: var(--real-estate1, #a4c941)
}
.header__langSwitcher-options {
	display: none
}
.header__langSwitcher-options ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #fff;
	position: absolute;
	top: 40px;
	right: 0;
	padding: 0px 10px
}
.header__langSwitcher-options ul li {
	padding: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.header__langSwitcher-options.open {
	display: block
}
.header__hamburger {
	display: none
}