.sticky-nav .core-header span {
	position: relative;
	padding: 20px 0 15px;
	font-size: 21px;
	line-height: 26px;
	letter-spacing: -.01em;
	color: #282827;
	display: block;
	font-family: beyond roobert medium;
}

.sticky-nav .core-header span:before {
	content: "";
	position: absolute;
	height: 2px;
	width: 100%;
	background: #85d0c9;
	left: 0;
	top: 0;
}

.sticky-nav .core-header span a,.sticky-nav .core-header span a:hover {
	position: relative;
	color: #282827;
	-webkit-transition: .2s color ease-in-out,.2s opacity ease-in-out;
	-o-transition: .2s color ease-in-out,.2s opacity ease-in-out;
	transition: .2s color ease-in-out,.2s opacity ease-in-out;
}

.sticky-nav .core-header span a:after {
	background: repeat;
	bottom: -1px;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	border-bottom: 1px solid #282827;
	opacity: 1;
	-webkit-transition: width .3s ease 0s,left .3s ease 0s;
	-o-transition: width .3s ease 0s,left .3s ease 0s;
	transition: width .3s ease 0s,left .3s ease 0s;
	width: 0;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
}

.sticky-nav .core-header span a:hover:after {
	visibility: visible;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	width: 100%;
	-webkit-transition: width .3s ease 0s,left .3s ease 0s;
	-o-transition: width .3s ease 0s,left .3s ease 0s;
	transition: width .3s ease 0s,left .3s ease 0s;
}

.sticky-nav .drop-down-items-block .hs-menu-wrapper>ul li:last-child ul>li:last-child{
	border-bottom: 1px solid #d0d0cf;
}

.sticky-nav .drop-down-items-block {
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

.sticky-nav .drop-down-items-block .hs-menu-wrapper>ul {
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	padding: 0;
}

.sticky-nav .drop-down-items-block .hs-menu-wrapper>ul>li {
	margin: 0;
	width: 100%;
	position: relative;
}



.sticky-nav .drop-down-items-block .hs-menu-wrapper>ul>li>a {
	position: relative;
	cursor: pointer;
	width: 100%;
	text-align: left;
	padding-bottom: 0;
	height: 61px;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	cursor: pointer;
	-webkit-transition: .2s color ease-in-out,.2s opacity ease-in-out;
	-o-transition: .2s color ease-in-out,.2s opacity ease-in-out;
	transition: .2s color ease-in-out,.2s opacity ease-in-out;
	font-size: 21px;
	letter-spacing: -.01em;
	font-family: beyond roobert light;
	line-height: 34px;
	border-top: 1px solid #d0d0cf;
	color: #7e7e7e;
}
.sticky-nav .drop-down-items-block .hs-menu-wrapper>ul ul {
	position: unset;
	opacity: 1;
	line-height: 23px;
	padding: 0;
}

.sticky-nav .drop-down-items-block .hs-menu-wrapper>ul>li.clicked>a {
	color: #282827;
}

.sticky-nav .drop-down-items-block .hs-menu-wrapper>ul ul>li {
	margin-bottom: 15px;
	line-height: 23px;
	text-indent: 0;
	font-size: 17px;
	letter-spacing: -.01em;
	font-family: beyond roobert light;
	color: #7e7e7e;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 50px;
	padding-left: 0;
	border-top: 1px solid #d0d0cf;
	-webkit-transition: .2s color ease-in-out,.2s opacity ease-in-out;
	-o-transition: .2s color ease-in-out,.2s opacity ease-in-out;
	transition: .2s color ease-in-out,.2s opacity ease-in-out;
	padding-left: 10px;
}

.sticky-nav .drop-down-items-block .hs-menu-wrapper>ul ul>li>a {
	text-decoration: none;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: #7e7e7e;
}

.sticky-nav .drop-down-items-block .hs-menu-wrapper>ul ul>li>a:hover {
	color: #282827;
}
.sticky-nav .drop-down-items-block .hs-menu-wrapper>ul>li>a>span{
	-webkit-transition: .2s color ease-in-out,.2s opacity ease-in-out;
	-o-transition: .2s color ease-in-out,.2s opacity ease-in-out;
	transition: .2s color ease-in-out,.2s opacity ease-in-out;
}

.sticky-nav .drop-down-items-block .hs-menu-wrapper>ul>li>a>span:hover {
	color: #282827;
}

.sticky-nav .drop-down-items-block .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
	top: 20px;
	height: 24px;
	width: 22px;
	content: "";
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	background-size: contain;
	transform-origin: center center;
	bottom: 25px;
	transition: transform .5s ease-in-out,-webkit-transform .5s ease-in-out;
}

.sticky-nav .drop-down-items-block .hs-menu-wrapper>ul>li.hs-item-has-children.clicked>a:after{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sticky-nav .drop-down-items-block .hs-menu-wrapper>ul ul>li {
	width: 100%;
	display: flex;
}

.sticky-nav .drop-down-items-block .hs-menu-wrapper>ul>li>ul {
	flex-direction: column;
}

.sticky-nav .drop-down-items-block .hs-menu-wrapper>ul>li>ul {
	max-height: 0;
	-webkit-transition: max-height 1s ease-in-out,visibility 1s linear,opacity 1s linear;
	-o-transition: max-height 1s ease-in-out,visibility 1s linear,opacity 1s linear;
	transition: max-height 1s ease-in-out,visibility 1s linear,opacity 1s linear;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	width: 100%;
	margin-left: 0;
	padding: 0;
}

.sticky-nav .drop-down-items-block .hs-menu-wrapper>ul>li.clicked>ul{
	max-height: 1e3px;
	-webkit-transition: max-height 1s ease-in-out,visibility 1s linear,opacity 1s linear;
	-o-transition: max-height 1s ease-in-out,visibility 1s linear,opacity 1s linear;
	transition: max-height 1s ease-in-out,visibility 1s linear,opacity 1s linear;
	visibility: visible;
	opacity: 1;
}

.sticky-nav .drop-down-items-block .hs-menu-wrapper>ul>li:last-child>a {
	border-bottom: 1px solid #d0d0cf;
}

.sticky-nav .drop-down-items-block .hs-menu-wrapper>ul>li.clicked:last-child>a {
	border-bottom: 0;
}

.sticky-nav .drop-down-items-block .hs-menu-wrapper>ul>li.hs-item-has-children.clicked ul>li.active>a:after {
	content: "";
	height: 8px;
	width: 8px;
	border-radius: 100%;
	background: #85d0c9;
	position: absolute;
	left: 0;
	top: 7px;
}

.sticky-nav .drop-down-items-block .hs-menu-wrapper>ul>li.hs-item-has-children ul>li.active>a {
	pointer-events: none;
	padding-left: 20px;
	color: #282827;
}

.sticky-nav .drop-down-items-block .hs-menu-wrapper>ul ul>li>a {
	text-decoration: none;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
}
@media screen and (max-width: 63.9375em){
	.sticky-nav {
		padding-top: 50px;
	}
}