html body {
	padding-top: 7.5rem !important;
}

html.nav-lock {
	overflow: hidden;
}
html.nav-lock::before {
	content: "";
	position: fixed;
	height: 200vh;
	top: 0;
	width: 100%;
	animation: lock-in 0.3s forwards;
	z-index: 5;
	left: 50%;
	transform: translateX(-50%);
}

.sb-nav * {
	color: #37464F;
	-webkit-font-smoothing: antialiased;
}
.sb-nav *:focus {
	outline: unset !important;
}
.sb-nav.user-tabbing *:focus-visible {
	outline: 0.125rem solid #004f5f !important;
}
.sb-nav a {
	color: #37464F !important;
}

.sb-nav {
	padding: 1.25rem;
	background-color: #CCEEF2;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	left: 50%;
	transform: translate(-50%);
	transition: all 0.2s !important;
}
.sb-nav ul {
	list-style: none;
}
.sb-nav .sb-container {
	background-color: #fff;
	padding: 1.25rem 2rem !important;
	border-radius: 0.625rem;
	transition: all 0.3s;
	position: relative;
}
body .sb-container {
	max-width: 109.375rem !important;
	margin: 0 auto;
}

.sb-nav-lp-lower-links {
	display: flex;
	justify-content: flex-start;
}

.sb-nav-lp-logo img {
	width: 100%;
	height: 100%;
	display: block !important;
	max-width: 14.375rem;
	height: 2.188rem;
}

.sb-nav-top-items, .sb-nav-lower-links {
	display: flex;
	justify-content: center;
	align-items: center;
}
.sb-nav-top-items {
	gap: 2rem;
}
.nav-ico, .sb-nav-top-items-search {
	max-height: 1.875rem;
	max-width: 1.875rem;
	display: block;
}
span.nav-ico {
	max-width: unset;
	display: block;
	padding-right: 1.25rem;
	position: relative;
}
span.nav-ico::after {
	content: url(https://www.stibosystems.com/hubfs/Website%20redesign%202024/chevron-up-dark.svg);
	width: 1.5rem;
	height: 1.5rem;
	position: absolute;
	right: -0.313rem;
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
	transition: all 0.5s;
}
.mobile-nav-icon, .mobile-nav-icon-close {
	display: none;
	justify-content: center;
	align-items: center;
}

.mobile-nav-icon-close span {
	width: 1.875rem;
	height: 0.125rem;
	background-color: #004f5f;
	border-radius: 0.188rem;
	transform: rotate(-45deg);
	position: absolute;
}
.mobile-nav-icon-close span:last-child {
	transform: rotate(45deg)
}
.mobile-nav-icon img {
	transform: scale(0.9)
}
.sb-nav-top-items img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.sb-nav-lower-links {
	gap: 1.25rem;
	justify-content: space-between;
}
.sb-nav-top-items-search, .sb-nav-top-items-language {
	flex-shrink: 0;
	cursor: pointer;
}

.sb-nav-top-items-language:hover .sb-nav-top-items-dropdown-items {
	opacity: 1;
	pointer-events: unset;
}
.lang-mobile {
	display: none;
}
.sb-nav-top-items-dropdown-items {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	background: #fff;
	padding: 0.625rem;
	list-style: none;
	width: 5rem;
	right: 0;
	transition: all 0.3s;
	z-index: 11;
	border-radius: 0 0 0.625rem 0.625rem
}
.sb-nav-top-items-dropdown-items a {
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s;
	cursor: pointer;
}
.sb-nav-top-items-dropdown-items a:hover {
	transform: scale(1.2);
	color: #fff !important;
	background-color: #37464F;
}
.sb-nav-top-items-dropdown-items a {
	background: unset;
	border: 0.063rem solid #37464F;
	border-radius: 50%;
	padding: 0.938rem;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1.875rem;
	height: 1.875rem;
	margin: 1.25rem auto;
	font-size: 0.75rem;
	font-weight: bold;
	color: #37464F
}

.sb-nav-top-item-demo-mobile {
	display: none;
}
a.sb-nav-top-items-demo, a.sb-nav-top-items-demo-mobile {
	background: #004f5f;
	color: #fff !important;
	padding: 0.688rem 3.438rem 0.688rem 1.563rem;
	font-weight: bold;
	border-radius: 0.625rem;
	position: relative;
	overflow: hidden;
	text-wrap: nowrap;
	z-index: 1;
}
a.sb-nav-top-items-demo::after, a.sb-nav-top-items-demo-mobile::after {
	content: url(https://www.stibosystems.com/hubfs/Website%20redesign%202024/Home-hero/arrow-right-bold.svg);
	width: 1.5rem;
	height: 1.5rem;
	position: absolute;
	right: 1.5rem;
	top: 55%;
	transform: translateY(-50%) scale(0.85);
	filter: brightness(10)
}

a.sb-nav-top-items-demo::before {
	content: "";
	position: absolute;
	background: linear-gradient(90deg, #004F5F 0%, #009BB9 47%);
	width: 100%;
	height: 100%;
	right: -100%;
	top: 0;
	z-index: -1;
	transition: all 0.2s;
	border-radius: 0.625rem;
}

a.sb-nav-top-items-demo:hover:before {
	right: 0;
}

.nav-item-depth-4-item-mobile {
	display: none;
}
.sb-nav-top-wrapper .nav-item-depth-1 {
	font-weight: bold;
	color: #37464F;
	position: relative;
	padding-right: 1.563rem;
	cursor: pointer;
	text-wrap: nowrap;
	width: fit-content;
}
.nav-item-depth-1:hover, .nav-item-depth-1.nav-tab-opened {
	color: #004f5f;
}
.sb-nav-top-wrapper .navigation-items-wrapper .nav-item-depth-1::after {
	content: url(https://www.stibosystems.com/hubfs/Website%20redesign%202024/chevron-up-dark.svg);
	width: 1.5rem;
	height: 1.5rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
	transition: all 0.5s;
}


.sb-nav-top-wrapper .navigation-items-wrapper .nav-item-depth-1.nav-tab-opened::after {
	content: url(https://www.stibosystems.com/hubfs/Website%20redesign%202024/chevron-up.svg);
}
.sb-nav-top-wrapper .navigation-items-wrapper .nav-item-depth-1.nav-tab-opened::after,
.nav-item-depth-2-item.nav-tab-opened::after,
.nav-item-depth-3-item.nav-tab-opened span::after {
	transform: translateY(-50%) rotate(0deg);
}
.navigation-items-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.5rem;
}

.scroll-helper {
  display: flex;
  overflow: auto;
  flex-direction: column;
  gap: 1.5rem; 
}

.additional-featured-box {
  max-width: 85%;
}
@media(min-height:50rem){
.nav-explore-item-wrapper-flex .nav-explore-item {
min-height:unset;
height:unset;
  }
}

@media(max-height:80rem){

	.lang-mobile .sb-nav-top-items-dropdown-items-mobile a:hover{
		color:#004f5f !important;
		
	}
	.nav-item-depth-2-item{
		cursor:pointer;
	}
	.navigation-items-wrapper{
		width:calc(100% - 2.5rem)
	}


@media(max-height:60rem){
	.nav-item-depth-2{
	height:80vh;
	min-height:unset !important;
	}
}

.sb-nav .loader {
	display:none;
	margin:0.625rem auto;
  width: 1.875rem;
  aspect-ratio: 2;
  background: 
     no-repeat radial-gradient(circle closest-side,#004f5f 90%,#0000) 0%   50%,
     no-repeat radial-gradient(circle closest-side,#004f5f 90%,#0000) 50%  50%,
     no-repeat radial-gradient(circle closest-side,#004f5f 90%,#0000) 100% 50%;
  background-size: calc(100% / 3) 50%;
  animation: l3 1s infinite linear;
}
@keyframes l3 {
    20%{background-position:0%   0%, 50%  50%,100%  50%}
    40%{background-position:0% 100%, 50%   0%,100%  50%}
    60%{background-position:0%  50%, 50% 100%,100%   0%}
    80%{background-position:0%  50%, 50%  50%,100% 100%}
}
.search_close span {
    width: 100%;
    transform: rotateZ(45deg);
    height: 0.125rem;
    background: #004f5f;
    position: absolute;
}
.search_close span:first-child {
  transform:rotateZ(135deg);
}
.search_close{
	cursor:pointer;
	width:1.25rem;
	height:1.25rem;
	display:flex;
		position: absolute;
    right: 1.25rem;
    justify-content: center;
    top: 2.188rem;
	transform:translateY(-50%);
	z-index: 3;
    align-items: center;
}
.site-search:not(.search-active){
	display:none;
}
html.lock{
	overflow-y:hidden;
}
.hs-search-field{
	position: absolute;
	top: 4.688rem;
	z-index: 10;
	right: 0;
	max-width: 29.063rem;
	padding:0.688rem;
	width: 100%;
	transition:all 0.3s;
	background-color:#fff;
	border-radius:0 0 0.625rem 0.625rem;
}

.hs-search-field ul{
	list-style-type:none;
}
.search-done #autocomplete-results a{
  animation:fadeInNavSearch 0.3s forwards;
}
.search-done #autocomplete-results a::after{
	content: url(https://www.stibosystems.com/hubfs/Website%20redesign%202024/chevron-up.svg);
	width:1.5rem;
	height:1.5rem;
	position:absolute;
	right:1.125rem;
	top:2.375rem;
	transform:rotate(90deg);
}
#autocomplete-results a {
	position:relative;
	color: #004f5f;
	display: block;
	margin-bottom: 1.5rem;
	font-size: 0.9rem; 
	font-weight:bold;
	opacity:0;
	padding:0.5rem 1.25rem 0.5rem 0.5rem;
	margin-right:1.25rem;
	transition:all 0.3s;
}

.search-done #autocomplete-results a:hover{
	background-color:rgba(0, 79, 95, 0.03);
	border-radius:0.625rem;
}

#autocomplete-results a:hover:before{
	height:0.125rem;
	width:100%;
	background-color:#004f5f;
}
#autocomplete-results strong,.hs-highlight-title{
	color: #004f5f;
	font-weight:bold !important;
}
.hs-highlight-html{
	font-size:0.8rem;
	font-weight:100;
}
#autocomplete-results a span{
	font-size:1rem;
	font-weight:normal;
	line-height:1.313rem;
}
#autocomplete-results a span:last-child{
	margin-top:0.375rem;
}
.hs-search-field .hs-search-field__input{
	width: calc(100% - 4.125rem);
	display: block;
	font-size: 1rem;
	padding:1rem 3.5rem;
	color: #004f5f;
	border-radius:0.625rem;
	visibility:hidden;
	background-image:url(https://www.stibosystems.com/hubfs/2020wot/_icons/icon_magnifying_glass_search_2c.png);
	background-repeat: no-repeat;
	background-size: 1.5rem;
	background-position: 0.938rem 50%;
	height:3rem;
	border: 0.063rem solid #D6DADB;
}
.hs-search-field.voice-search-enabled .hs-search-field__input {
    width: calc(100% - 5.125rem);
    margin-left: 2.5rem;
	margin-bottom:0.5rem;
}

.hs-search-field__bar{
	max-width:50rem;
	margin:0 auto;
}
.hs-search-field__form{
	position:relative;
}

.hs-search-field__form p{
	visibility:hidden;
	font-size: 1rem;
    color: #004f5f;
    text-align: center;
}
.search-done .hs-search-field__suggestions-container{
		max-height: 42.5rem;
    height: 50vh;
    overflow-y: auto;

}
.hs-search-field__form p.results,.hs-search-field__form p.no_results{
	animation:fadeInNavSearch 0.6s 0.3s forwards;
	margin:1.25rem 0 0.625rem;
	
}
.hs-search-field__form p.results{
	text-align:left;
	margin:1.563rem 0;
	font-size:1.6rem;
	font-weight:bold;
}
.search-active .hs-search-field__input{
	animation:fadeInNavSearch 0.6s 0.3s forwards;
}
.hs-search-field__input::placeholder{
	color:rgba(55, 70, 79, 0.70);
	font-size:1rem;
	line-height:normal;
}

.search-active .site-search__popup {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
	  height:80vh;
    z-index: 5;
		animation:fadeInNavSearch 0.3s forwards;
	  overflow-y:scroll;
	  border-bottom:0.313rem solid #004f5f;
	
}
.search-active .site-search__popup{
	background-color:#CCEEF2;
	
}
.popular-search{
	display:flex;
	gap:0.938rem;
	margin-bottom:1.25rem;
}
.popular-search div{
	padding:0.625rem 1.25rem;
	border-bottom:0.125rem solid #004f5f;
	background-color:#fff;
	font-weight:bold;
	font-size:1.2rem;
}
.resultType{
	display:block;
	max-width:fit-content;
	border-bottom:0.063rem solid #004f5f;
	margin-bottom:0.625rem;
}
@keyframes fadeInNavSearch{
	0% {
    opacity: 0;
    visibility: hidden;
}

100% {
    opacity: 1;
    visibility: visible;
}
	
}


.results-for,#sr-messenger{
	display:none;
}



@media(max-width:100rem){
	span.nav-item-depth-2-wrap:not(.nav-wrap-half-space){
		gap:1rem;
	}
		.nav-item-depth-4-multi-tab::after{
		width:1rem;
			left:-1rem;
	}
	.navigation-items-wrapper,.sb-nav-top-items{
		gap:0.938rem;
	}
	.sb-nav-lower-links{
		gap:1.25rem;
	}
	.sb-nav-top-items-demo::after{
		display:none;
	}
	a.sb-nav-top-items-demo{
		padding:0.688rem 0.938rem;
		
	}
	.sb-nav-top-items-demo:hover{
		padding:0.688rem 0.938rem;
	}
	.nav-explore-item.full-width-explore{
		max-width:unset;
	}
	.sb-nav-lp-logo img{
		height:1.875rem;
	}
}
@media(max-width:95rem){
	.solutions-items{
		flex:0 1 calc(60% - 1.063rem);
	}

}
@media(max-width:90.5rem){
	.nav-item-connector{
		flex:1 1 100%;
	}
	.nav-item-connectors{
		row-gap:0.5rem;
	}
		.nav-connector-top{
		gap:0.5rem;
	}
	.nav-connector-top{
		flex-wrap:nowrap
	}
	.nav-connector-top-button{
		order:3;
		flex:0 0 min-content;
	}
	.nav-connector-top-name{
		order:2;
		flex:1 1 auto;
		width:fit-content;
	}
	
}
@media(max-width:87.5rem){
		span.nav-ico{
		font-size:1rem;
	}
	.sb-nav-lp-logo img{
		max-width:11rem;
	}
		.sb-nav-top-wrapper .nav-item-depth-1{
		font-size:1rem;
	}
		a.sb-nav-top-items-demo{
		font-size:0.9rem;
		padding:0.688rem 1.25rem;
	}
}

@media(max-width:85rem){

		span.nav-ico,a.sb-nav-top-items-demo,.sb-nav-top-wrapper .nav-item-depth-1{
		font-size: 0.9rem;
	}
	.nav-item-depth-3-wrap-two-columns li{
		flex:1 1 100%;
	}

	.nav-item-connector{
		padding-right:0.688rem;
	}
	.nav-item-depth-3-wrap-two-columns li{
		margin-right:0.688rem;
	}

	.sb-nav-lower-links{
		gap:0.625rem;
	}

	.sb-nav-lp-logo img{
		height:1.875rem;
		max-width:11rem;
		margin:0;
	}

	.sb-nav-top-items img{
		width:1.25rem;
		height:1.25rem;
	}

	.nav-explore-item{
		padding:1.25rem;
	}
	.hs-search-field{
		top:4.375rem;
	}
}
@media(max-width:75rem){
		.sb-nav-top-wrapper .nav-item-depth-1{
		font-size:0.75rem;
	}
}
@media(max-width:80rem){

  .sb-nav-top-wrapper .navigation-items-wrapper .nav-item-depth-1::after {
	content: url(https://www.stibosystems.com/hubfs/website-redesign/midnight-chevron-up.svg);
}
		.nav-item-depth-2-wrap{
		padding:0.625rem;
	}

		.navigation-items-wrapper.mobile-nav-opened{
		gap:2rem;
	}	
	ul.nav-item-depth-4-item-mobile::before{
		display:none;
	}
	.nav-item-depth-2-wrap{
		padding:1.25rem 0.5rem 1rem;
	}
	.nav-item-depth-4-item-mobile a{
		font-weight:normal;
	}

	.nav-explore-item-wrapper, .nav-item-depth-2-item::before,.nav-item-depth-2-item::after{
		display:none
	}
	.solutions-items .nav-item-depth-3-item span:last-child{
		display:none;
	}
	.tab-solutions + .nav-item-depth-2 .nav-item-depth-2-wrap{
		grid-template-columns:1fr !important;
	}
	.solutions-items{
		flex: 1 1 100%;
	}
	.solutions-items .has-next-mobile{
		position:relative;
		display:block;
    font-style: normal;
    font-weight: 900;
	}
	.solutions-items .has-next-mobile>span{
		display:block;
	}
	.nav-item-depth-2-item::before{
		overflow:hidden;
	}
	.nav-item-depth-2-wrap .platform-items:nth-child(2) .nav-item-depth-3-wrap, .nav-item-depth-2-wrap .platform-items:nth-child(3) .nav-item-connectors{
		max-height:unset;
	}

  .sb-nav-top-wrapper .nav-item-depth-1.nav-tab-opened {
    color:#004f5f!important;
  }
.nav-item-depth-1:not(.nav-tab-opened) .nav-item-depth-2-item::before{
	 content: url(https://www.stibosystems.com/hubfs/website-redesign/midnight-chevron-up.svg)!important;
}
	.solutions-items .nav-tab-opened.has-next-mobile::before, .nav-tab-opened.nav-item-depth-2-item::before{
		content:url(https://www.stibosystems.com/hubfs/website-redesign/midnight-chevron-up.svg);
		transform:translateY(-50%) rotate(0deg);
	}
	.solutions-wrapper{
		background:unset;
		border:unset;
		padding:0;
		height:unset;
	}
	.solutions-top-section{
		display:none;
	}
	.tab-solutions+.nav-item-depth-2 .nav-item-depth-2-item{
		display:none;
	}
	.tab-solutions+.nav-item-depth-2 .nav-item-depth-3-wrap li:last-child{
		display:flex;
	}

	.nav-item-depth-3-item>span:first-child:after, .nav-item-checked>span:first-child:after, .nav-item-depth-4-item::after{
		display:none;
	}
	.success-by-industry .nav-item-depth-3-wrap>li:not(:last-child){
		margin-bottom:1.3rem;
	}
	.nav-item-depth-2-wrap .platform-items:last-child, .nav-item-depth-2-wrap>li:first-child, .nav-item-depth-2-wrap .knowledge-center-items:last-child, .nav-item-depth-2-wrap .platform-items:last-child, .nav-item-depth-2-wrap>li, .nav-item-depth-2-wrap .knowledge-center-items:last-child, .success-by-industry{
		border:none !important;
	}
		.nav-item-depth-4-multi-tab::after{
		display:none;
	}
	.hs-search-field{
		right:1.25rem;
	}
	html body{
	padding-top:5.625rem !important;
}
	.sb-nav .sb-container{
		position:static;
	}
		.platform-items .nav-item-depth-3-item>span:first-child:after, .customers-items .nav-item-depth-3-item>span:first-child:after,.customers-items .nav-item-depth-3-item>span:first-child:after,.knowledge-center-items .nav-item-depth-3-item>span:first-child:after{
		display:none;
	}

	.sb-nav .sb-container{
		padding:1rem !important;
	}
	.mobile-nav-icon{
		display:flex;
		min-width:1.875rem;
		height:1.875rem;
		background:unset !important;
		border:unset !important
	}
	.mobile-nav-icon-opened > img{
		display:none;
	}
	.mobile-nav-icon-opened .mobile-nav-icon-close{
		display:flex;
	}
	.lang-mobile{
		display:block;
	}
	.mobile-nav-icon img{
		width:100%;
		height:100%;
	}
	.sb-nav-top-items-dropdown-items{
		right:3.438rem;
	}
	
.nav-item-depth-4-multi-tab>li::before, .nav-item-depth-2-wrap>li::before{
	display:none;
	}
.sb-nav-top-items-demo{
		display:none;
	}
	.sb-nav-top-items-language{
		display:none;
	}

.lang-mobile span.nav-ico{
		font-size:1.125rem;
		font-weight:bold;
		color:#37464f;
	}
.lang-mobile .sb-nav-top-items-dropdown-items-mobile{
		opacity:unset;
		visibility:unset;
		position:unset;
		display:none;
		padding-right:unset !important;
		right:unset !important;
		pointer-events:unset;
		padding:unset;
		width:unset;
		row-gap:1.5rem;
		padding:1.625rem 0.5rem 1rem;
	}
	.sb-nav-top-items-dropdown-items-mobile li:not(:last-child){
		margin-bottom:1.5rem;
		
	}
	.lang-mobile .sb-nav-top-items-dropdown-items-mobile a{
		height:unset;
		width:unset;
		padding:unset;
		margin:unset;
		border:unset;
		justify-content:start;
		color:#37464F !important;
		font-size:1rem;
		display:flex;
		font-weight:bold;
		-webkit-font-smoothing:antialiased;
	}

	span.nav-ico::after{
		content:none;
	}
	.sb-nav-top-item-demo-mobile{
		display:block;
		max-width:41.563rem;
		width:100%;
    margin: 0 auto;
	}
	a.sb-nav-top-items-demo-mobile{
		display:block;
		width:100%;
		text-align:center;
		background-color:unset;
		background: linear-gradient(90deg, #009BB9 0%, #004F5F 47%);
	}
	a.sb-nav-top-items-demo-mobile::after{
		right:auto;
		margin-left: 0.5rem;
	}
	.nav-item-depth-2-wrap .platform-items:nth-child(3) .nav-item-connectors{
		max-height:unset;
	}
	.sb-nav-top-items img{
		height:1.875rem;
		width:1.875rem;
	}
	.sb-nav-lower-links{
		height:1.688rem;
	}
	.sb-nav.mobile-nav-border .sb-container{
		border-radius:0.625rem 0.625rem 0 0;
	}
	.nav-item-depth-3-item span:first-child{
		font-weight:bold;
	}
	.navigation-items-wrapper{
		display:none;
		top: 4.875rem;
		flex-direction: column;
		position: absolute;
		right: -100%;
		background: #fff;
		align-items: flex-start;
		padding: 1.5rem 1rem;
		border-radius: 0 0 0.625rem 0.625rem;
		gap:1.5rem;
		overflow-y:scroll;
		justify-content:start;
		transition:all 0.3s;
}
	
	.navigation-items-wrapper.mobile-nav-opened{
		display:flex;
		animation:navAnim 0.3s forwards;
	}

	@keyframes navAnim {
		from{
			right:-100%;
		}
		to{
			right:1.25rem;
		}
	}
	.nav-item-depth-2-wrap.nav-grid-two-column{
	grid-template-columns:1fr;
}
	.navigation-items-wrapper.navigation-expanded{
    height: fit-content;
    max-height: calc(100dvh - 5.625rem);
    overflow: auto;
	}
.sb-nav-top-wrapper .nav-item-depth-1{
		font-size:1.125rem;
		font-weight:bold;
		color:#37464F;
	}
	.navigation-items-wrapper.mobile-nav-opened{
		gap:2.3rem;
	}
}


@media (max-width: 37.5rem) {
		.sb-nav-top-items-dropdown{
		position:unset;
	}
		.sb-nav-top-items-dropdown-items{
		display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    max-height: 18.75rem;
		width:calc(100% - 2.5rem);
		right:1.25rem;
		border-radius:0 0 0.625rem 0.625rem;
		box-shadow:1.875rem 3.75rem 6rem 0rem  rgba(0, 52, 63, 0.25);
	}
	.sb-nav-top-items-dropdown-items img{
		margin:0.625rem;
	}
	.navigation-items-wrapper{
		width:calc(100% - 2.5rem)
	}
	.sb-nav.mobile-nav-border .sb-container{
		border-radius:0.625rem 0.625rem 0 0;
	}
}

@media (max-width: 41.563rem) {
 .sb-nav-lp::before {
  display: none !important;
 }
	.sb-nav-top-wrapper .nav-item-depth-1,.lang-mobile span.nav-ico{
		font-size:1rem;
	}

}
	


