.menu-mobile .p-main-nav-mobile-list {
  display: none;
  background-color: white;
  flex: 1;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  box-shadow: #fff 0 -15px, rgb(0 0 0 / 10%) 0 0 15px;
  z-index: 100;
  top: 65px;
  height: 100vh;
  margin: 0;
  width: 100%;
  padding: 0 1.25rem;
  padding-bottom: 120px;
  list-style: none;
}

.menu-mobile.open .p-main-nav-mobile-list {
  display: block;
  float: left;
  font-size: 13px;
}

.menu-mobile .p-main-nav-item {
  border-top: solid 1px #d8d8d8;
  padding: 2rem 0;
}

.p-main-nav-item-text {
  color: #CAD2E0;
  font-size: 15px;
}

.menu-mobile .p-main-submenu-item {
  margin-top: 1.5rem;
}

.menu-mobile .p-main-submenu-item a, .menu-mobile a {
  text-decoration: none;
  color: #282846;
}

.p-main-nav-item a img, .p-main-submenu-item a img {
  max-height: 22px;
  width: auto;
}

.p-main-submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sub-nav-item-link {
  color: #282846;
  text-decoration: none;
}

.h-icon {
  position: absolute;
  top: 21px;
  right: 23px;
  z-index: 9999999999;
  background: red;
}

a#hs-link-site_logo_hs_logo_widget {
  line-height: 1;
  display: block;
}

.h-icon-cont {
  width: 60px;
  /* height: 45px; */
  position: relative;
  cursor: pointer;
  transform: scale(0.4);
  transition: all 0.5s ease-in-out 0s;
}

.h-icon-cont span {
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  opacity: 1;
  left: 0px;
  transform: rotate(0deg);
  background: rgb(81, 81, 106);
  border-radius: 9px;
  transition: all 0.25s ease-in-out 0s;
  overflow: hidden;
}

.h-icon-cont > span:nth-child(1) {
  top: 0px;
}

.h-icon-cont span:nth-child(2),
.h-icon-cont span:nth-child(3) {
  top: 18px;
}

.h-icon-cont span:nth-child(4) {
  top: 36px;
}

.h-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.h-icon.open span:nth-child(2) {
  transform: rotate(45deg);
}

.h-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.h-icon.open span:nth-child(4) {
  width: 0%;
  top: 18px;
  left: 50%;
}

@media (min-width: 768px) {
  .h-icon {
    right: 80px;
  }
}

@media (min-width: 1024px) {
  .menu-mobile, .h-icon {
    display: none;
  }
}


.menu-desktop, .menu-mobile {
  font-family: 'Silka_medium';
  font-weight: 500;
}

.menu-desktop li, .menu-desktop a, .menu-mobile li, .menu-mobile a {
  font-family: 'Silka_medium';
  font-weight: 500;
}
span.p-main-nav-item-text:nth-of-type(n+2) {
  display: none;
}
{# Desktop menu #}

.menu-desktop {
  display: none;
}

.menu-desktop .box-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.menu-desktop .box-menu {
  flex-grow: 1;
}

.menu-desktop .box-menu {
  line-height: 43px;
  height: 43px;
}

.menu-desktop .box-menu .box-menu-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin-left: 5px;
}

.menu-desktop .box-menu .box-menu-list .item {
  margin-right: 40px;
  position: relative;
}

.menu-desktop .box-menu .box-menu-list .item > a {
  cursor: pointer;
  transition: color 0.4s ease;
  color: #282846;
  display: inline-block;
  height: 100%;
  text-decoration: none;
}

.menu-desktop a {
  color: #282846;
  text-decoration: none;
  font-size: 12px;
}

.menu-desktop a:hover, .menu-desktop li:hover a {
  color: #4e5ee4;
}

.menu-desktop .arrow-down {
  vertical-align: middle;
  width: 8px;
  margin-top: -13px;
  margin-left: 8px;
}

.menu-desktop .arrow-down img {
  width: 10px;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.menu-desktop .sub-nav {
  position: absolute;
  transform: translateX(-50%);
  top: 0;
  left: 50%;
  color: rgba(0, 0, 0, 0.86);
  border-radius: 3px;
  margin-top: 0;
  position: absolute;
  top: 30px;
  transition: visibility 0s 0.2s, opacity 0.2s, margin-top 0.2s;
  pointer-events: none;
  padding: 30px 15px;
  z-index: 3;
  background: #ffffff;
  box-shadow: 0 10px 20px 0 rgb(0 0 0 / 20%);
  line-height: normal;
  visibility: hidden;
  opacity: 0;
  min-width: 220px;
}

.menu-desktop .sub-nav::after {
  background-color: white;
  content: "";
  opacity: 1;
  transform: rotate(45deg);
  transition: visibility 0s 0.2s, opacity 0.2s;
  visibility: visible;
  width: 12px;
  height: 12px;
  top: -6px;
  left: 50%;
  position: absolute;
  z-index: -1;
}

.menu-desktop .sub-nav.open, .menu-desktop .box-menu .box-menu-list .item.has-child:hover .sub-nav {
  margin-top: 15px;
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.menu-desktop .sub-nav-list .sub-nav-item-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  padding: 18px 0;
  transition: color 0.2s ease;
}

.menu-desktop .sub-nav-list .sub-nav-item:last-child .sub-nav-item-container {
  border: none;
  padding-bottom: 0;
}

.menu-desktop .sub-nav-list .sub-nav-item:first-child .sub-nav-item-container {
  padding-top: 0;
}

.menu-desktop .box-menu-list .sub-nav-list .sub-nav-icon {
  width: 50px;
  text-align: center;
  margin: 0;
  margin-top: -18px;
}

.menu-desktop .box-menu-list .sub-nav-list .sub-nav-icon > svg {
  vertical-align: middle;
}

.menu-desktop .sub-nav-list .sub-nav-icon + .sub-nav-item-content {
  flex: 1;
  padding-left: 17px;
}

.menu-desktop .sub-nav-list .sub-nav-item .sub-nav-item-title, .menu-desktop .sub-nav-list .sub-nav-item .sub-nav-item-stand-title {
  display: block;
  font-size: 15px;
  color: inherit;
}

.menu-desktop .sub-nav-list .sub-nav-item .sub-nav-item-title {
  margin-bottom: 5px;
}

.menu-desktop .sub-nav-list .sub-nav-item .sub-nav-item-description {
  font-size: 14px;
  color: #333333;
  line-height: 1.3rem;
  min-width: 250px;
  word-break: break-word;
  margin: 0;
}

.menu-desktop ul, .menu-desktop li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-desktop .box-menu .box-menu-list .item a:hover {
  cursor: pointer;
  color: #4e5ee4;
}

.menu-desktop .box-menu .box-menu-list .item a:hover img {
    filter: invert(24%) sepia(100%) saturate(1386%) hue-rotate(219deg) brightness(115%) contrast(81%);
}

.menu-desktop .box-menu .item .sub-nav .sub-nav-item-container:hover svg #icon {
  fill: #4e5ee4;
}

.menu-desktop .sub-nav-list a.sub-nav-item-container {
  color: #282846;
  text-decoration: none;
}

.menu-desktop .box-menu .box-menu-list .item:last-child {
  margin-right: 0;
}

.header__column a.btn {
  display: none;
  vertical-align: middle;
  font-size: 12px;
  padding: 5px 15px;
  border-radius: 10em;
  background-color: #F86F14;
  position: absolute;
  letter-spacing: 0;
  left: 270px;
  top: 15px;
  text-transform: none;
  font-weight: 500;
  font-family: 'Silka_medium';
}

@media (min-width: 768px) {
  .header__column a.btn {
    display: inline-block;
  }
}

@media (min-width: 1024px) {
  .menu-desktop {
    display: block;
  }
  .header__container.content-wrapper {
    margin: 0 auto;
    list-style: none;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  a#hs-link-site_logo_hs_logo_widget {
    margin-top: 4%;
    display: block;
  }
  .header__container.content-wrapper {
    padding: 15px 69px;
  }
  .header__column a.btn {
    left: 270px;
    top: 20px;
  }
}

@media (min-width: 1200px) {
  .menu-desktop a {
    font-size: 15px;
  }
}

@media (min-width: 1600px) {
  .menu-desktop .box-menu {
    line-height: 65px;
    height: 65px;
  }
  a#hs-link-site_logo_hs_logo_widget {
    margin-top: 10%;
    display: block;
  }
  .menu-desktop a {
    font-size: 16px;
  }
  .header__container.content-wrapper {
    padding: 15px 35px;
  }
  .header__column a.btn {
    font-size: 14px;
    left: 270px;
    top: 36px;
  }
}

