.dropdown-wrapper .caption {
  white-space: normal;
  text-transform: none;
  display: block;
  margin-top: 10px;
  color: rgba(72, 72, 72, 0.80);
  font-family: "Helvetica Neue";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 154%;
}
.menu-icon-wrap img {
  width: 60px;
  margin-bottom: 18px;
}
.custom-menu-primary li ul li a {
  font-weight: bold;
}

@media(min-width:992px){
  .custom-menu-primary .dropdown-wrapper.design2 .menu-icon-wrap {
    height: 97px;
    background: #f5f5f5;
    border-radius: 3px;
    max-width: 230px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0 0 64px 0 #D3DFEA inset;
    backdrop-filter: blur(15px);
    transition: all 
      ease 0.4s !important;
  }
  .custom-menu-primary .dropdown-wrapper.design2 .menu-icon-wrap img {
    width: 100%;
    top: 0;
    height: 100% !important;
    left: 0;
    object-fit: contain;
    background-position: center;
    margin: 0;
  }
  body .custom-menu-primary .hs-menu-wrapper > ul > li .dropdown-wrapper > li > ul {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    left: 0 !important;
    background: transparent;
    border: 0;
    box-shadow: none;
  }
  body .custom-menu-primary .hs-menu-wrapper > ul > li .dropdown-wrapper > li > ul > li {
    border: 0;
  }
  body .custom-menu-primary .hs-menu-wrapper > ul > li .dropdown-wrapper > li > ul > li > a {
    font-weight: normal;
  }

  body .custom-menu-primary .hs-menu-wrapper > ul > li .dropdown-wrapper {
    min-height: 350px;
  }

  body .custom-menu-primary .hs-menu-wrapper > ul > li{
    position:static !important;
  }
  body .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    width:100%;
    top: 78px !important;
    border-radius: 0 !important;
  }
  .custom-menu-primary .dropdown-wrapper {
    max-width: 1600px;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    min-height: 170px;
    padding: 20px 0;
    width:100%;
  }
  .custom-menu-primary .dropdown-wrapper > li {
    border-bottom: 0;
    position: relative;
    width: calc(33.33333% - 25px);
  }
  .custom-menu-primary .dropdown-wrapper.row_3 > li {
    width: 33.3333%;
  }
  .custom-menu-primary .dropdown-wrapper.row_2 > li {
    width: 50%;
  }
  body .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 30px !important;
    box-shadow: inset 0 0 64px 0 rgba(0, 0, 0, .1);
    display: flex !important;
    flex-direction: row !important;
    gap: 50px;
    left: 0;
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
    padding: 20px 20px;
    pointer-events: none;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    right: 0;
    width: 100%;
  }
  .custom-menu-primary .dropdown-wrapper > li:after {
    background: rgba(64, 64, 64, 25%);
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .custom-menu-primary .dropdown-wrapper > li:nth-child(3n):after {
    display: none;
  }
}

body .custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul {
  pointer-events:unset;
}
.menu-icon-wrap {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  position: absolute;
  left: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}
.menu-icon-wrap img {
  max-width: 20px !important;
  margin: 0;
}
nav.mega-nav ul .mega-left a:hover{
  background: rgba(255, 255, 255, 0.12);
  border-color:#fff;
}
.custom-menu-primary .dropdown-wrapper > li > a {
  position: relative;
  font-weight: normal;
  text-transform: none;
  color: #484848;
  font-family: "Helvetica Neue";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 17.6px */
  padding: 0;
  letter-spacing: 0;
  padding-left: 80px;
  border-radius: 20px;
  padding-right:37px;
}
.second-menu-group,
.mega-right {
  min-height: 350px;
}
.mega-left .menu-items.no-icon a {
  padding-left: 20px;
}
body .custom-menu-primary .dropdown-wrapper > li > a:hover{
  background: #fff;
  color: #484848  !important;
}
.custom-menu-primary .dropdown-wrapper > li > a:hover:before{
  opacity:1;
  visibility:visible;
}
/* .custom-menu-primary .dropdown-wrapper > li > a:before {
background: linear-gradient(180deg, #0700c4, #10b5b0 76.89%, #7edb56);
border-radius: 20px;
content: "";
height: calc(100% + 12px);
left: -6px;
opacity: 0;
position: absolute;
top: -6px;
transition: all .4s ease;
visibility: hidden;
width: calc(100% + 12px);
z-index: -1;
} */
.featured-menu {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30%;
  border-radius: 20px;
  border: 1px solid #FFF;
  background-color: rgba(255, 255, 255, 0.50);
  box-shadow: 0 0 64px 0 rgba(0, 0, 0, 0.10) inset;
  backdrop-filter: blur(15px);
  transition: all 
    ease 0.4s !important;
  padding: 30px;
  display: flex;
  flex-direction: column;
  min-height: 382px;
}
nav.mega-nav .second-menu-group a {
  color: rgba(255,255,255,1);
  transition: all ease 0.3s;
}
nav.mega-nav .second-menu-group a:hover {
  opacity: 0.7;
}
body .custom-menu-primary .hs-menu-wrapper>ul>li .dropdown-wrapper {
  gap: 0;
  margin: 0;
  justify-content: flex-start;
  min-height: 250px;
}
.featured-menu img {
  max-width: 195px !important;
  margin-bottom: auto;
  padding-bottom: 20px;
}
.featured-menu h4 {
  color: #FFF;
  font-family: "Helvetica Neue";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 154%; /* 24.64px */
}
.featured-menu a.button.transparent {
  background: transparent;
  padding: 0;
  display: inline-flex;
  vertical-align: middle;
  letter-spacing: 3px;
}
.featured-menu a.button.transparent span.button-icon {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
.featured-menu a.button.transparent span.button-icon svg {
  transform: none;
  top: 0;
  position: static;
}
}

@media(min-width:992px) and (max-width:1380px){
  body .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    gap: 20px !important;
  }
  body .custom-menu-primary .hs-menu-wrapper>ul>li .dropdown-wrapper {
    width: calc(70% - 30px) !important;
  }
  .custom-menu-primary .dropdown-wrapper>li {
    width: calc(50% - 10px) !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    padding-right: 33px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children svg {
    right: 6px;
  }
}

@media(max-width:991px){
  .featured-menu {
    display: none;
  }
  .menu-icon-wrap {
    border-radius: 6.496px;
    border: 0.325px solid #FFF;
    background: rgba(255, 255, 255, 0.70);
    box-shadow: 0 0 14.291px 0 rgba(0, 0, 0, 0.10) inset;
    backdrop-filter: blur(4.871795177459717px);
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    position: absolute;
    left: 16px;
  }
  .menu-icon-wrap img {
    max-width: 20px !important;
    margin: 0;
  }
  .custom-menu-primary .dropdown-wrapper > li > a {
    position: relative;
    font-weight: normal;
    text-transform: none;
    color: #484848;
    font-family: "Helvetica Neue";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 17.6px */
    padding: 22px;
    letter-spacing: 0;
    padding-left: 80px;
    border-radius: 20px;
    padding-right:37px;
  }
  body.mobile-open {
    overflow: hidden;
    height: 100vh !important;
  }
  body.mobile-open .custom-menu-primary.mobile{
    background: rgba(0, 0, 0, 0.8);
  }
  body .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>a {
    border-color: rgba(255,255,255,0.2);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    border-color: rgba(255, 255, 255, 0.2);
  }
  body .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children svg * {
    fill: #fff !important;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper>ul>li>ul {
    background: transparent;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper>ul>li>ul a {
    border-radius:0;
    color: #fff !important;
  }
  .custom-menu-primary .hs-menu-children-wrapper li {
    border: 0;
  }
  .menu-icon-wrap {
    background: #fff;
  }
  .header-nav__trigger.open .icon-right::after, 
  .header-nav__trigger.open .icon-right::before,
  .header-nav__trigger.open .icon-left::after, 
  .header-nav__trigger.open .icon-left::before {
    background: #fff;
  }
}







* { box-sizing: border-box; margin: 0; padding: 0; }

.mega-nav {
}

.main-menu {
  list-style: none;
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.main-menu li {
  color: #fff;
  cursor: pointer;
}

.has-mega:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mega-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100vw;
  display: flex;
  padding: 40px;
  gap: 40px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.3s ease;
  border-radius: 0 0 50px 50px;
  background: rgba(0, 0, 0, 0.75);
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(25px);
  min-height:430px;
  align-items:flex-start;
}

/* LEFT */
.mega-left a {
  display: block;
  padding: 12px 0;
  color: #cfdede;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.mega-left a.active,
.mega-left a:hover {
  color: #fff;
}

/* CENTER */
.mega-center ul {
  margin:0;
  padding:0;
  height:100%;
  list-style: none;
}

.mega-left{
  width:50%;
}
.mega-center li {
  padding: 8px 0;
  color: #cfdede;
}

/* RIGHT */
.mega-right .content-box {
  color: #fff;
  transform: translateY(20px);
  transition: 0.3s ease;
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.mega-right .content-box.active {
  transform: none;
  opacity: 1;
  height:auto;
  visibility: visible;
}

.mega-right img {
  width: 100%;
  margin-top: 15px;
  border-radius: 8px;
}

nav.mega-nav ul li a {
  letter-spacing: 0.7px;
  color: #FFF;
  font-family: "AktivGrotesk";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 154%;
  text-transform: none;
  vertical-align:top;
}
nav.mega-nav ul .mega-left a{
  font-size:16px;
  padding:10px;
  padding-left:60px;
  position:relative;
  min-height:90px;
}
.has-mega.hs-item-has-children > a {
  padding-right: 20px;
  display: block;
  position:relative;
}

.has-mega.hs-item-has-children > a svg {
  position: absolute;
  top: 6px;
  right: 2px;
}

.has-mega.hs-item-has-children {
  padding-right: 0;
}
.mega-left a {
  padding-left: 30px;
}

.mega-left a span.caption {
  display: block;
  text-transform: none;
  color: rgba(255, 255, 255, 0.50);
  font-family: "AktivGrotesk";
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 9px;
}
.mega-left {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 50%;
}
.mega-left .menu-items {
  width: calc(50% - 30px);
}
.mega-center {
  width: 25%;
}
.mega-right {
  width: 25%;
  border-left: 1px solid rgba(255, 255, 255, 0.20);
  padding-left: 40px;
}

.mega-right h3 {
  color: #FFF;
  font-family: "AktivGrotesk";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
}

.mega-right p {
  color: #EDEDED;
  font-family: "AktivGrotesk";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.center-menu-primary {
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}
.menu-active .center-menu-primary {
  opacity: 1;
  visibility: visible;
}
header.header {
  padding-left: 20px;
  padding-right: 20px;
}
.custom-menu-primary.desktop {
  border: 0;
  padding: 0;
}
.menu-active header.header {
  background: rgba(0, 0, 0, 0.57);
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(25px);
}
.mega-right .content-box img {
  height: 150px !important;
  object-fit: cover;
}
.second-menu-group {
  display: none;
  padding-left:40px;
  border-left: 1px solid rgba(255, 255, 255, 0.20);
}
.second-menu-group.active {
  display: block;
  height:100%;
}
.has-mega.hs-item-has-children > a:after {
  content: "";
  height: 38px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
}
a.menu-item:after {
  content: "";
  background: url(https://47919909.fs1.hubspotusercontent-na1.net/hubfs/47919909/arrow.png);
  position: absolute;
  height: 10px;
  width: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  right: 9px;
  top: 17px;
  opacity: 0;
  visibility: hidden;
}
a.menu-item:hover:after {
  opacity: 1;
  visibility: visible;
}

@media(min-width:1281px) and (max-width:1480px){
  body.menu-active .header-right-links .trigger {
    top: 0;
  }
  body.menu-active .header-right-links .button {
    display: none;
  }
  nav.mega-nav ul li a {
    letter-spacing: 0;
  }

}

@media(min-width:1201px) and (max-width:1280px){
  header.header .header-right-links .button {
    min-width: 110px;
    font-size: 14px;
    align-items: center;
  }
  header.header  nav.mega-nav ul li a {
    font-size: 12px;
    letter-spacing: 0;
  }
  header.header  .has-mega.hs-item-has-children > a {
    padding-right: 16px;
  }
  header.header  .main-menu {
    gap: 11px;
  }
  header.header  .header-right-links {
    padding-right: 50px;
  }
  header.header  .header-right-links .trigger {
    width: 30px;
    height: 30px;
  }
  header.header  .header-right-links .trigger svg {
    height: 100%;
    width: 100%;
  }
  header.header  .header-right-links .button svg {
    height: 17px;
    width: 13px;
  }
  body.menu-active .header-right-links .trigger {
    top: 0;
  }
  body.menu-active .header-right-links .button {
    display: none;
  }
}  

@media(max-width:1200px){
  body.menu-active .header-right-links .trigger {
    top: 0;
  }
  body.menu-active .header-right-links .button {
    display: none;
  }
  nav.mega-nav ul li a {
    font-size: 10px;
    text-align: center;
    display: flex !important;
    align-items: center;
  }
  .main-menu {
    gap: 7px;
    align-items: center;
  }
  .header-right-links .trigger {
    width: 30px;
    height: 30px;
    top: 0;
  }
  .header-right-links .trigger svg {
    width: 100%;
    height: 100%;
  }
  .center-menu-primary {
    padding: 0 0 0 20px;
  }
}




.mobile-only {
  display: none;
}
.hs-menu-depth-1 > a{
  text-transform: uppercase;
}
.dl-menuwrapper li a {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  text-decoration:none !important;
  border-radius:4px;
}
.dl-menuwrapper li > a:after {
  right: 10px;
  color: rgba(0, 0, 0, 0.15);
  background-image: url(//146353031.fs1.hubspotusercontent-eu1.net/hubfs/146353031/Icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 23px;
  filter: invert(1) contrast(2);
}
.dl-menuwrapper li.dl-back:after {
  background-image: url('https://146353031.fs1.hubspotusercontent-eu1.net/hubfs/146353031/Icon%20(1).png');
  background-repeat: no-repeat;
  background-position: center;
  width:14px;
  background-size: 20px;
  transform: rotate(0deg);
  filter: invert(1) contrast(2);
}
li.hs-menu-item.has-icon > a {
  padding-left: 70px;
  color: #fff;
  font-family: "Helvetica";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 154%;
  text-decoration: none !important;
}
.dl-menuwrapper li.dl-back > a {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);;
  border-top: 1px solid rgba(255, 255, 255, 0.20);;
  padding-left:33px;
  border-radius:0;
}
li.hs-menu-item.has-icon > a > .menu-icon-wrap {
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.08);;
}

.menu-icon-wrap {
  top: 7px;
}

li.hs-menu-item.has-icon > a .caption {
  display: none;
}
.dl-menuwrapper li a:focus,
.dl-menuwrapper li a:hover {
  background: rgba(244, 244, 244, 0.06) !important;
}
#dl-menu {
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  z-index:99;
}
nav.mega-nav ul .mega-left a:hover {
  transition: all ease 0.4s;
}



@media (max-width: 991px) {
  .mobile-open header.header {
    background: rgba(0, 0, 0, 0.90);    
  }
  .center-menu-primary {
    opacity: 1;
    visibility: visible;
    transition: none;
  }
  .custom-menu-primary.mobile{
    display:none !important; 
  }
  li.dl-back {
    margin-bottom: 10px;
  }
  .desktop-menu{
    display:none;
  }
  .mobile-only {
    display: block;
  }
  .dl-submenu {
    display: none;
  }

  .dl-menu.active,
  .dl-submenu.active {
    display: block;
  }

  .dl-back a {
    font-weight: 600;
  }
  header.header .full-content-wrapper {
    padding: 0;
  }
  .dl-submenu .caption,
  li.hs-menu-item.has-icon > a .caption {
    display: block;
    color: rgba(255, 255, 255, 0.50);
    font-family: "AktivGrotesk";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-top: 1px;
    letter-spacing: 0;
    max-width:280px;
  }
  header.header .header-left-side {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }
  .custom-logo {
    padding: 20px;
  }
  header.header .hs_cos_wrapper {
    width: 100%;
  }
  #dl-menu {
    max-width: 100%;
  }
  .dl-menuwrapper button:after {
    display: none;
  }
  .dl-menuwrapper button {
    background: transparent !important;
    padding: 0 !important;
    position: absolute;
    top: -80px;
    height: 55px !important;
    backdrop-filter: none !important;
    border-radius: 0;
    min-width: auto;
    right: 15px;
    left: auto;
    margin: 0;
  }
  body .dl-menuwrapper ul {
    background:transparent;
  }
  .dl-menuwrapper .dl-menu{
    margin:0;
  }
  li.dl-back + .dl-back {
    display: none !important;
  }
  .menu-icon-wrap {
    left: 16px;
  }
  .dl-menuwrapper .dl-menu {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  li.hs-menu-item.has-icon>a>.menu-icon-wrap {
    left: 16px;
    top:13px;
  }
  /* Base submenu style */
  .dl-menu,
  .dl-submenu {
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
      opacity 0.3s ease;
    will-change: transform, opacity;
    opacity:0;
  }
  .dl-menuwrapper .dl-menu{
    visibility:hidden;
  }
  li.menu-title:after {
    content: "";
    background: #fff;
    height: 1px;
    position: absolute;
    bottom: 4px;
    width: 27px;
    left: 20px;
  }
  li.menu-title {
    color: rgba(255, 255, 255, 0.4);
    font-family: "AktivGrotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    padding: 10px 20px 20px;
    position: relative;
    margin-bottom: 20px;
  }
  .dl-menuwrapper li {
    margin-bottom: 12px;
  }
  ul.dl-submenu {
    padding: 0 18px;
  }
  /* When submenu becomes active */
  .dl-submenu.dl-menuopen {
    transform: translateX(0);
    opacity: 1;
  }
  .dl-menu.dl-subview li.dl-subview, .dl-menu.dl-subview li.dl-subview .dl-submenu, .dl-menu.dl-subview li.dl-subviewopen, .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu, .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
    opacity: 1;
  }
  .dl-menuwrapper .dl-menu.dl-menuopen {
    visibility: visible;
  }
  .dl-menuwrapper .dl-menu li:last-child {
    margin-bottom: 20px;
  }
  ul.dl-submenu {
    overflow: hidden;
  }
  /* Parent menu sliding out */
  .dl-menu.dl-subview {
    transform: translateX(-30%);
    opacity: 0.4;
  }
  ul.dl-submenu {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  ul.dl-menu > li {
    margin: 0;
  }
  header.header {
    padding: 0;
  }
  header.header .header-left-side .right-side-content {
    position: absolute;
    top: 20px;
    right: 9px;
  }
  body .dl-menuwrapper ul .dl-subviewopen {
    border-radius: 0 0 20px 20px;
    background: rgba(0, 0, 0, 0.90);
  }
  ul.dl-menu.dl-menuopen:not(.dl-subview) {
    border-radius: 0 0 20px 20px;
    background: rgba(0, 0, 0, 0.90);
    padding: 18px;
  }
  .header-nav__trigger .icon-left::before,
  .header-nav__trigger .icon-left::after,
  .header-nav__trigger .icon-right::after,
  .header-nav__trigger .icon-right::before {
    border-radius: 5px;
  }
  .header-nav__trigger .icon-left {
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .header-nav__trigger .icon-right {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .header-nav__trigger .icon-left::before {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .header-nav__trigger .icon-left::after {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .header-nav__trigger .icon-right::before,
  .header-nav__trigger .icon-right::after {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  ul.dl-submenu {
    padding: 0;
  }
  ul.dl-submenu > li {
    padding-left: 18px;
    padding-right: 18px;
  }
  .dl-menuwrapper li.dl-back:after {
    left: 28px;
  }
  li.menu-title {
    padding-left: 39px !important;
  }

  li.menu-title:after {
    left: 40px !important;
  }
  ul.dl-submenu ul.dl-submenu {
    margin-left: -15px;
    margin-right: -15px;
  }
  ul.design1.ABOUTMARJAN > li.hs-menu-item.hs-menu-depth-2 {
    margin-bottom: 4px;
  }
}

@media(max-width:500px){
  .dl-menuwrapper button {
    right: 0;
  }
  body .header-right-links {
    padding-right: 20px;
    position: relative;
  }
}