body.mobile-open {
  overflow: hidden;
}

/* ========== 
 * Top Header
 * ========================= */
.top-header {
	font-size: 1.4rem;
  font-weight: 500;
  padding: 16px 0 17px;
}

@media (max-width: 767px) {
  .top-header p {
    font-size: 1.1rem;
  }
}


/* ========== 
 * Header
 * ========================= */
.header {
  height: auto;
  padding: 0.6rem 0;
}

.header-logo {
  padding-bottom: 0.5rem;
}

.header-logo img {
  max-width: 136px;
}

.header-menu > .hs-menu-wrapper > ul > li > a,
.hs-secondary-menu-wrapper > ul > li > a, 
.hs-secondary-menu-wrapper > ul > li > .hs-menu-children-wrapper li a {
  opacity: 1;
}

@media (min-width:1095px) {
  .header {
    padding: 1.6rem 0 0;
  }
    
  .header-menu {
    margin-top: 0;
  }
  
  .header-logo img {
    max-width: none;
  }
  
  .header-menu > .hs-menu-wrapper > ul > li > a {
    color: var(--secondary);
    font-size: 1.6rem;
    font-weight: 400;
    margin-left: 25px;
    padding: 1.4rem 0 1.6rem;    
    z-index: 20;
  }
  
  .header .header-menu > .hs-menu-wrapper > ul > li:first-child {
    display: none;
  }
  
  .header .header-menu > .hs-menu-wrapper > ul > li:hover > a {
    color: var(--primary);
  }
  
}

@media (max-width: 1094px) {
  
  .header-menu .hs-menu-wrapper {
    background: #FFF;
    border-top: 1px solid #edf0f2;
    height: calc(-100% + 100dvh);
    overflow: hidden;
    padding-top: 4.8rem !important;
  }
  
  .header-menu .hs-menu-wrapper > ul li {
    border-bottom: 1px solid #edf0f2;
    position: relative;
  }
  
  .header-menu .hs-menu-wrapper > ul li a {
    font-size: 24px;
    height: auto;
  }
  
  .header-menu .hs-menu-wrapper > ul li a,
  .header-menu .hs-menu-wrapper > ul li a:hover {
    color: #002e52;
  }
  
}

/* ========== 
 * Secondary Menu
 * ========================= */
.hs-secondary-menu-wrapper {
	
}
.hs-secondary-menu-wrapper > ul > li {
	margin-left: 24px;
}
.hs-secondary-menu-wrapper > ul > li:last-child {
	margin-right: 0;
}
.hs-secondary-menu-wrapper > ul > li > a {
	padding: 0;
	color: #2174d4;
	font-size: 12px;
	font-weight: 600;
  letter-spacing: .03em;
}

.hs-secondary-menu-wrapper > ul > li > a:hover {
  color: #2174d4;
}

@media (max-width: 1094px) {
	.hs-secondary-menu-wrapper {
		display: none!important;
	}
}
@media (max-width:991px) {
	.header .hs-menu-wrapper > ul li a {
		font-family: 'Charter', seriff;
	}
	.header .hs-menu-wrapper > ul > li > a {
		padding: 1.2rem 2rem;
		letter-spacing: -.02em;
		line-height: 1.2;
	}
}
/* ========== 
 * Mega Menu
 * ========================= */

.header-menu .hs-menu-wrapper > ul > li.has-mega-menu .mega-menu {
  border-top: 1px solid #edf0f2;
}
.header-menu .hs-menu-wrapper > ul > li.has-mega-menu:after {
  content: '';
  background: rgba(0,0,0,.6);
  position: absolute;
  pointer-events: none;
  left: 0;  
  top: 122px;
  width: 100dvw;
  height: 105dvh;  
  z-index: -1;
  opacity: 0;]\
}
	.header-menu .hs-menu-wrapper > ul > li.has-mega-menu:hover:after {
		content: '';
		opacity: 1;
	}
	.header-menu .hs-menu-wrapper > ul > li.has-mega-menu:hover .mega-menu-overlay {
		display: block;
	}
.footer-grid-menu ul {
  display: grid !important;
  gap: 0 3.6rem;
}
.header .footer-grid-menu ul li a {
  border-bottom: 1px solid #edf0f2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  position: relative;
  font-weight: 400;
	font-size: 1.6rem;
}
.footer-grid-menu ul li a:after {
  content: url('https://23263479.fs1.hubspotusercontent-na1.net/hubfs/23263479/Angeion_Group_2025/icons/icon-arrow-small.svg');
  border: 1px solid #dbe1e6;
  border-radius: 50%;
  padding: 4px 8px 4px 10px;  
}
.footer-grid-menu ul li a:hover {
  color: #2174d4;
  text-decoration: none;
}
.footer-grid-menu a:before {
  display: none;
}
.footer-grid-menu ul li a:hover:after {
  border-color: #2174d4;
}
@media (min-width: 1095px) {
  .footer-grid-menu ul li:nth-child(odd):last-child a, 
  .footer-grid-menu ul li:nth-child(odd):nth-last-child(2) a,
  .footer-grid-menu ul li:nth-child(2n):last-child a {
    border-bottom: 0;
  }
}
@media (min-width: 639px) and (max-width: 1094px) {
	.hs-secondary-menu-wrapper {
		display: flex !important;
		position: absolute;
		right: 80px;
		top: -8px;
	}
	.hs-secondary-menu-wrapper > ul > li {
		display: none;
	}
	.hs-secondary-menu-wrapper > ul > li.hs-secondary-menu_button {
		display: block;
	}  
}
@media (min-width: 991px) and (max-width: 1094px) {
  .hs-secondary-menu-wrapper {
    right: 120px;
    top: -8px;
  }
}

/* Button */
.hs-secondary-menu-wrapper .hs-secondary-menu_button > a {
	padding: 6px 12px;
	border-radius: 8px;
  border: 0;
	background-color: var(--primary);
	color: #fff;
  display: inline-block;
  text-transform: uppercase;
}

.hs-secondary-menu-wrapper .hs-secondary-menu_button > a:hover {
  background: #002e52;
  border-bottom: 0;
  color: #FFF;
  text-decoration: none;  
}