.module-header {
  width: 100%;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
}
.module-header__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  padding-top: 19px;
  padding-bottom: 25px;
}
.module-header__brand {
  margin-right: 60px;
}
.module-header__brand img {
  display: block;
  height: 25px;
  width: auto;
  display: none;
}
.module-header__menu {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
}
.module-header__menu>div {
  line-height: 0;
}
.module-header__menu>div>div {
  line-height: 0;
}
.module-header__menu .hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
}
.module-header__menu .hs-menu-wrapper ul li {
  line-height: 0;
}
.module-header__menu .hs-menu-wrapper ul li a {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  color: white;
  margin-right: 50px;
  line-height: 1.5;
  max-width: 100%;
  text-overflow: initial;
  overflow: initial;
}
.module-header__menu .hs-menu-wrapper ul li a::before {
  transition: width 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  content: ' ';
  width: 0;
  height: 3px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  background-color: white;
}
.module-header__menu .hs-menu-item.module-header__subMenuLink > a > svg {
  margin-left: 8px;
}
.module-header__menu .hs-menu-item > .hs-menu-children-wrapper {
  display: none!important;
}
@media not all and (hover: none) {
  .module-header[data-open-submenu="true"] .module-header__menu .hs-menu-wrapper ul li.module-header__subMenuLink--active a::before,
  .module-header__menu .hs-menu-wrapper ul li a:hover::before {
    width: 100%;
  }
}
.module-header__menu button {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  margin-right: 50px;
  line-height: 1.5;
  max-width: 100%;
  text-overflow: initial;
  overflow: initial;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
}
.module-header__menu button::after {
  content: ' ';
  width: calc( 100% + 45px);
  height: calc( 100% + 40px);
  position: absolute;
  left: -20px;
  top: -10px;
  background-color: transparent;
}
@media (max-width: 1250px) {
  .module-header__menu button::after {
    display: none;
  }
}
.module-header__menu button::before {
  transition: width 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  content: ' ';
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 2px;
  background-color: black;
}
.module-header__menu .hs-menu-item.module-header__subMenuLink > a > svg {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateY(0);
}
.module-header__menu button svg {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: inline;
  margin-left: 3px;
  transform: translateY(0);
}
.module-header__menu button span {
  color: inherit;
}
@media not all and (hover: none) {
  .module-header__menu button:hover::before {
    width: calc( 100% - 21px);
  }
}
@media (min-width: 1250px) {
  .module-header__menu-cta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .module-header__menu-cta a {
    z-index: 1;
    position: relative;
    font-size: 15px;
    font-weight: 500;
  }
  .module-header__menu-cta a:last-of-type {
    margin-right: 0;
  }
  .module-header__menu-cta-login {
    position: relative;
    color: black;
    margin-right: 25px !important;
  }
  .module-header__menu-cta-login::before {
    transition: width 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    content: ' ';
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: black;
  }
  .module-header__menu-cta-login:hover::before {
    width: 100% !important;
  }
  .module-header__menu-cta-demo {
    position: relative;
    padding: 12px 29px;
    font-weight: 500;
    color: white;
  }
  .module-header__menu-cta-demo::before {
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 40px;
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateZ(0) scale(1, 1) translate(-50%, -50%);
    -webkit-backface-visibility: hidden;
    background-color: var(--color--light-royal-blue);
  }
  .module-header__menu-cta-demo:hover::before {
    width: calc( 100% - 10px);
    height: calc( 100% - 6px);
  }
}
.module-header__sub_menu {
  position: absolute;
  top: calc( 100%);
  left: 0;
  width: 100%;
  z-index: -1;
}
.module-header__sub_menu::after {
  transition: all 0.6s cubic-bezier(1, 0, 0, 1);
  content: ' ';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--color--cream);
  z-index: 0;
  box-shadow: inset 0px 2px 24px rgba(0, 0, 0, 0.06);
}
.module-header__sub_menu-wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 855px;
  width: 100%;
  padding: 50px 0 70px 0;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: left;
  justify-content: left;
  -ms-flex-align: start;
  align-items: flex-start;
}
.module-header__sub_menu-wrapper:not(.active) {
  display: none !important;
}
.module-header__sub_menu-links {
  display: grid;
  justify-items: left;
  grid-column-gap: 2em;
  grid-template-columns: auto auto auto;
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0s linear 0.6s;
  opacity: 0;
  transform: translateY(0);
  line-height: 1.5;
}
.module-header__sub_menu-column {
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0s linear 0.6s;
  opacity: 0;
  transform: translateY(0);
  width: calc( 100% / 3);
  max-width: 500px;
  line-height: 1.5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.module-header__sub_menu-column h4 {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.module-header__sub_menu-column h4 svg, .module-header__sub_menu-column h4 img {
  display: block;
  margin-right: 10px;
  position: absolute;
  top: -2px;
  left: -37px;
}
.module-header__sub_menu-links a,
.module-header__sub_menu-column a {
  color: black;
  margin-bottom: 10px;
}
.module-header__sub_menu-column a:last-of-type {
  margin-bottom: 0;
}
@media not all and (hover: none) {
  .module-header__sub_menu-links a:hover,
  .module-header__sub_menu-column a:hover {
    text-decoration: underline;
  }
}
.module-header__mobile-trigger {
  transition: all 0.8s cubic-bezier(1, 0, 0, 1);
  position: absolute;
  top: calc( 50% - 12px);
  left: 30px;
  width: 20px;
  height: 18px;
  z-index: 20;
  background-color: transparent;
  border: none;
  outline: none;
  display: none;
}
.module-header__mobile-trigger::before {
  transition: all 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  content: ' ';
  width: 36px;
  height: 36px;
  background-color: black;
  position: absolute;
  top: 50%;
  left: calc( 50% + 1px);
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 50%;
  opacity: 0;
}
.module-header__mobile-trigger i {
  transition: all 0.8s cubic-bezier(1, 0, 0, 1);
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  -webkit-backface-visibility: hidden;
}
.module-header__mobile-trigger i:nth-of-type(1) {
  top: 3px;
  left: 0;
}
.module-header__mobile-trigger i:nth-of-type(2) {
  top: 8px;
  left: 0;
}
.module-header__mobile-trigger i:nth-of-type(3) {
  top: 13px;
  right: 0;
}
.module-header__mobile-trigger[data-open="true"] {
  right: 25px;
}
.module-header__mobile-trigger[data-open="true"]::before {
  opacity: 1;
  transition-delay: 0.3s;
}
.module-header__mobile-trigger[data-open="true"] i {
  background-color: white !important;
}
.module-header__mobile-trigger[data-open="true"] i:nth-of-type(1) {
  transform: rotate(45deg);
  left: 1px;
  top: 7px;
}
.module-header__mobile-trigger[data-open="true"] i:nth-of-type(2) {
  top: 8px;
  left: 0;
  opacity: 0;
}
.module-header__mobile-trigger[data-open="true"] i:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 7px;
  right: -1px;
}
.module-header[data-sticky-on-scroll="true"] {
  position: fixed;
}
.module-header[data-show="false"] {
  visibility: hidden;
}
.module-header[data-show="true"] {
  visibility: visible;
}
.module-header[data-bg-color="white"] {
/*   background-color: white; */
  background-color: #f7f7f7;
}
.module-header[data-bg-color="white"] .module-header__brand-image.-colored {
  display: block !important;
}
.module-header[data-bg-color="white"] .module-header__menu .hs-menu-wrapper ul li a {
  color: black;
}
.module-header[data-bg-color="white"] .module-header__menu .hs-menu-wrapper ul li a::before {
  background-color: black;
}
.module-header[data-bg-color="white"] .module-header__cta-login {
  color: black;
}
.module-header[data-bg-color="white"] .module-header__cta-login::before {
  background-color: black;
}
.module-header[data-bg-color="white"] .module-header__cta-demo {
  color: white;
}
.module-header[data-bg-color="white"] .module-header__cta-demo::before {
  background-color: var(--color--light-royal-blue);
}
.module-header[data-bg-color="white"] .module-header__mobile-trigger i {
  background-color: black;
}
.module-header[data-bg-color="gray"] {
  background-color: var(--color--cream);
}
.module-header[data-bg-color="gray"] .module-header__brand-image.-colored {
  display: block !important;
}
.module-header[data-bg-color="gray"] .module-header__menu .hs-menu-wrapper ul li a {
  color: black;
}
.module-header[data-bg-color="gray"] .module-header__menu .hs-menu-wrapper ul li a::before {
  background-color: black;
}
.module-header[data-bg-color="gray"] .module-header__cta-login {
  color: black;
}
.module-header[data-bg-color="gray"] .module-header__cta-login::before {
  background-color: black;
}
.module-header[data-bg-color="gray"] .module-header__cta-demo {
  color: white;
}
.module-header[data-bg-color="gray"] .module-header__cta-demo::before {
  background-color: black;
}
.module-header[data-bg-color="gray"] .module-header__mobile-trigger i {
  background-color: black;
}
.module-header[data-bg-color="blue"] {
  background-color: var(--color--light-royal-blue);
}
.module-header[data-bg-color="blue"] .module-header__brand-image.-on-black-bg {
  display: block !important;
}
.module-header[data-bg-color="blue"] .module-header__menu .hs-menu-wrapper ul li a:hover::before {
  top: -25px;
}
.module-header[data-bg-color="blue"] .module-header__menu button {
  color: white;
}
.module-header[data-bg-color="blue"] .module-header__menu button::before {
  background-color: white;
}
.module-header[data-bg-color="blue"] .module-header__menu .hs-menu-item.module-header__subMenuLink > a > svg path,
.module-header[data-bg-color="blue"] .module-header__menu button svg path {
  stroke: white;
}
.module-header[data-bg-color="blue"] .module-header__menu-cta-login {
  color: white;
}
.module-header[data-bg-color="blue"] .module-header__menu-cta-login::before {
  background-color: white;
}
.module-header[data-bg-color="blue"] .module-header__menu-cta-demo {
  color: var(--color--light-royal-blue);
}
.module-header[data-bg-color="blue"] .module-header__menu-cta-demo::before {
  background-color: white;
}
.module-header[data-bg-color="blue"] .module-header__mobile-trigger i {
  background-color: white;
}
.module-header[data-bg-color="black"] {
  background-color: black;
}
.module-header[data-bg-color="black"] .module-header__brand-image.-on-black-bg {
  display: block !important;
}
.module-header[data-bg-color="black"] .module-header__cta-demo::before {
  background-color: var(--color--light-royal-blue);
}
.module-header[data-bg-color="black"] .module-header__cta-login::before {
  top: -27px;
}
.module-header[data-bg-color="black"] .module-header__menu button {
  color: white;
}
.module-header[data-bg-color="black"] .module-header__menu button::before {
  background-color: white;
}
.module-header[data-bg-color="black"] .module-header__menu .hs-menu-item.module-header__subMenuLink > a > svg path,
.module-header[data-bg-color="black"] .module-header__menu button svg path {
  stroke: white;
}
.module-header[data-bg-color="black"] .module-header__menu-cta-login {
  color: white;
}
.module-header[data-bg-color="black"] .module-header__menu-cta-login::before {
  background-color: white;
}
.module-header[data-bg-color="black"] .module-header__mobile-trigger i {
  background-color: white;
}
.module-header[data-bg-color="transparent-white"] .module-header__brand-image.-on-black-bg {
  display: block !important;
}
.module-header[data-bg-color="transparent-white"] .module-header__cta-demo::before {
  background-color: var(--color--light-royal-blue);
}
.module-header[data-bg-color="transparent-white"] .module-header__cta-login::before {
  top: -27px;
}
.module-header[data-bg-color="transparent-white"] .module-header__menu button {
  color: white;
}
.module-header[data-bg-color="transparent-white"] .module-header__menu button::before {
  background-color: white;
}
.module-header[data-bg-color="transparent-white"] .module-header__menu .hs-menu-item.module-header__subMenuLink > a > svg path,
.module-header[data-bg-color="transparent-white"] .module-header__menu button svg path {
  stroke: white;
}
.module-header[data-bg-color="transparent-white"] .module-header__menu-cta-login {
  color: white;
}
.module-header[data-bg-color="transparent-white"] .module-header__menu-cta-login::before {
  background-color: white;
}
.module-header[data-bg-color="transparent-white"] .module-header__mobile-trigger i {
  background-color: white;
}
.module-header[data-show-submenu="false"] .module-header__sub_menu {
  display: none;
}
.module-header[data-open-submenu="false"] .module-header__sub_menu::after {
  height: 0;
}
.module-header[data-open-submenu="false"] .module-header__sub_menu-column,
.module-header[data-open-submenu="false"] .module-header__sub_menu-links {
  opacity: 0;
  transform: translateY(30px);
}
.module-header[data-open-submenu="true"] .module-header__sub_menu::after {
  height: 100%;
}
.module-header[data-open-submenu="true"] .module-header__sub_menu-column,
.module-header[data-open-submenu="true"] .module-header__sub_menu-links {
  transition-property: opacity, transform;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 1;
  transform: translateY(0);
}
.module-header[data-open-submenu="true"] .module-header__sub_menu-column:nth-of-type(1),
.module-header[data-open-submenu="true"] .module-header__sub_menu-links {
  transition-delay: 0.4s;
}
.module-header[data-open-submenu="true"] .module-header__sub_menu-column:nth-of-type(2) {
  transition-delay: 0.5s;
}
.module-header[data-open-submenu="true"] .module-header__sub_menu-column:nth-of-type(3) {
  transition-delay: 0.6s;
}
.module-header[data-open-submenu="true"] .module-header__menu button.module-header__subMenuLink--active::before {
  width: calc( 100% - 21px);
}
.module-header[data-open-submenu="true"] .module-header__menu .hs-menu-item.module-header__subMenuLink--active > a > svg,
.module-header[data-open-submenu="true"] .module-header__menu button.module-header__subMenuLink--active svg {
  transform: rotate(180deg);
}
@media (max-width: 1250px) {
  .module-header__menu .hs-menu-wrapper ul li a {
    margin-right: 30px;
  }
}
@media (max-width: 1250px) {
  .module-header__container {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .module-header__brand {
    margin-right: 0;
  }
  .module-header__menu {
    overflow-y: auto !important;
  }
  .module-header__menu button {
    color: white;
    margin-bottom: 20px;
  }
  .module-header__menu .hs-menu-item.module-header__subMenuLink > a > svg path,
  .module-header__menu button svg path {
    stroke: white;
  }
  .module-header__sub_menu {
    position: relative;
    top: inherit;
    left: inherit;
  }
  .module-header__sub_menu-wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90%;
    margin: 0;
    padding: 10px 0 20px 35px;
  }
  .module-header__sub_menu-links {
    grid-template-columns: 1fr;
    justify-items: start;
  }
  .module-header__sub_menu-column {
    margin-bottom: 40px;
  }
  .module-header__sub_menu h4, .module-header__sub_menu p {
    color: black;
  }
  .module-header__sub_menu::after {
    background-color: white;
    box-shadow: none;
    left: -30px;
    width: calc( 100% + 30px);
    top: -55px;
    height: calc( 100% + 55px * 2);
  }
  .module-header__cta-login {
    display: none;
  }
  .module-header[data-open-submenu="true"] .module-header__sub_menu {
    margin-bottom: 30px;
  }
  .module-header[data-open-submenu="true"] .module-header__sub_menu::after {
    height: calc( 100% + 10px);
    top: -10px;
  }
  .module-header[data-open-submenu="true"] .module-header__menu button.module-header__subMenuLink--active {
    color: black;
    min-height: 30px !important;
    margin-bottom: 15px;
  }
  .module-header[data-open-submenu="true"] .hs-menu-depth-1:not(.module-header__subMenuLink--active),
  .module-header[data-open-submenu="true"] .module-header__subMenuLink:not(.module-header__subMenuLink--active) {
/*     max-height: 0;
    overflow: hidden;
    pointer-events: none;
    display: none; */
  }
  .module-header[data-open-submenu="true"] .module-header__menu button.module-header__subMenuLink--active::before {
    width: calc( 100% - 15px);
  }
  
  .module-header[data-open-submenu="true"] .module-header__menu .hs-menu-item.module-header__subMenuLink--active > a > svg,
  .module-header[data-open-submenu="true"] .module-header__menu button.module-header__subMenuLink--active svg {
    transform: rotate(180deg);
  }
  .module-header[data-open-submenu="true"] .module-header__menu .hs-menu-item.module-header__subMenuLink--active > a > svg path,
  .module-header[data-open-submenu="true"] .module-header__menu button.module-header__subMenuLink--active svg path {
    stroke: #fff;
  }
}
@media (max-width: 1250px) {
  .module-header {
    z-index: 100;
  }
  .module-header__container {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .module-header__mobile-trigger {
    display: block;
  }
  .module-header__menu {
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: black;
    color: white;
    z-index: 10;
    overflow: hidden;
/*     padding: 0 0 0 30px; */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .module-header__menu-cta {
    display: -ms-flexbox;
    display: flex;
  }
  .module-header__menu .hs_cos_wrapper {
    padding-top: 50px;
    width: 100%;
  }
  .module-header__menu ul, .module-header__menu div.hs-menu-wrapper ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .module-header__menu ul li, .module-header__menu div.hs-menu-wrapper ul li {
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    margin-bottom: 30px;
  }
  .module-header__menu ul li a, .module-header__menu div.hs-menu-wrapper ul li a {
    color: white!important;
    line-height: 1.5;
  }
  .module-header__menu[data-open="false"] {
    height: 0;
  }
  .module-header__menu[data-open="false"] li, .module-header__menu[data-open="false"] .js-submenu {
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 0;
    transform: translateY(20px);
  }
  .module-header__menu[data-open="true"] {
    height: 100vh;
  }
  .module-header__menu[data-open="true"] li, .module-header__menu[data-open="true"] .js-submenu.module-header__subMenuLink--active {
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 1;
    transform: translateY(0);
  }
  .module-header__cta {
    display: none;
  }

}



/* Overrides 2022 -j */

.new-header .module-header__sub_menu-wrapper {
    max-width: 910px;
    padding: 30px 0 70px 0;
    display: block;
}

.new-header .module-header__sub_menu-links {
    grid-column-gap: 5px;
}

.new-header .module-header__sub_menu::after {
    background-color: #000;
}

.new-header .module-header__sub_menu-links a, .new-header .module-header__sub_menu-column a {
    color: #fff;
    display: block;
    margin-bottom: 15px;
}

.new-header li.hs-menu-item.hs-menu-depth-2 {
    list-style-type: none;
}

.new-header li.hs-menu-item.hs-menu-depth-2 > ul {
    display: block!important;
}

.new-header li.hs-menu-item.hs-menu-depth-2 > a {
    font-weight: 700;
    position: relative;
    display:inline-block;
}

/* .new-header li.hs-menu-item.hs-menu-depth-2 > a:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
} */
.new-header .module-header__sub_menu-links li.hs-menu-item.hs-menu-depth-3 a{
    position:relative;
    display:inline-block;
    transition:all 0.2s ease-in-out;
}
.new-header .module-header__sub_menu-links li.hs-menu-item.hs-menu-depth-3 a:after{
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition:all 0.2s ease-in-out;
}
.new-header .module-header__sub_menu-links li.hs-menu-item.hs-menu-depth-3 a:hover:after{
    width: 100%;
}
.new-header .module-header__menu .hs-menu-wrapper ul li a {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.5px;
}

.new-header .ui-module__container {
    padding: 30px 0;
}

.new-header .module-header__menu .hs-menu-wrapper ul li a::before {
    top: -30px;
}
.new-header li.hs-menu-item.hs-menu-depth-2 a:hover {
    text-decoration: none;
}
.new-header .module-header__menu-cta a.module-header__menu-cta-login {
    padding: 12px 29px;
    border: 1px solid;
    border-radius: 25px;
    margin-right: 15px!important;
}

.new-header .module-header__menu-cta a {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
}

.new-header .module-header__menu-cta a.module-header__menu-cta-login:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.new-header .module-header__menu-cta-login::before {
    display: none;
}

.new-header .module-header__menu-cta a.module-header__menu-cta-demo {
    padding: 14px 25px;
}

.new-header .module-header__menu-cta a.module-header__menu-cta-demo:hover {
    color: #fff;
}
.new-header .module-header__menu-cta a.module-header__menu-cta-login.link-type {
    padding: 12px 0;
    border: 0;
}

.new-header .module-header__menu-cta a {
    font-family: 'Work Sans';
    letter-spacing: .5px;
}

.new-header .module-header__menu-cta a.module-header__menu-cta-login.link-type:hover {
    background-color: transparent;
    color: #000;
    text-decoration: underline;
}

ul.module-header__menu-cta.mobile {
    display: none;
}
.module-header[data-bg-color=black] .module-header__menu-cta-login.link-type:hover {
    color: #fff!important;
}

.module-header[data-bg-color=black] .module-header__menu-cta-login:hover {
    border-color: #fff!important;
}
.module-header__mobile-trigger:before {
    background-color: transparent;
}

.module-header[data-bg-color=gray] .module-header__cta-demo:before, .module-header[data-bg-color=gray] .module-header__mobile-trigger i {
    background-color: #000!important;
}


/* Responsive 2022-j */
@media (max-width: 1250px) {
.new-header .module-header__menu-cta a.module-header__menu-cta-login {
    padding: 0;
    border: none;
    font-size: 15px;
}

.new-header .module-header__menu-cta a.module-header__menu-cta-demo {
    padding: 0;
    font-size: 15px;
}
.new-header .module-header__sub_menu::after {
    background-color: #fff;
}

.new-header .module-header__sub_menu-links a, .new-header .module-header__sub_menu-column a {
    color: #000!important;
}

.new-header li.hs-menu-item.hs-menu-depth-3 {
    margin-bottom: 0;
}

.new-header li.hs-menu-item.hs-menu-depth-2 > ul {
    margin-bottom: 30px;
    padding-left: 15px;
}
  .module-header__brand {
    position: absolute;
    z-index: 99;
    left:90px;
}

/* .module-header__brand a img.-on-black-bg {
    display: block;
} */
.module-header[data-bg-color="white"] .module-header__brand a img.-colored {
    display: none !important;
}
.module-header[data-open-submenu="true"] .module-header__sub_menu{
   display: none !important;
}
.new-header li.hs-menu-item.hs-menu-depth-1 > a,
ul.module-header__menu-cta{
    padding-left: 30px;
}
.module-header__menu .hs-menu-wrapper ul {
    display: block;
}

.module-header__menu .hs-menu-wrapper ul > li {
    width: 100%;
}

.module-header__menu .hs-menu-item > .hs-menu-children-wrapper {
    background-color: #fff;
    padding-left: 30px;
}

.new-header li.hs-menu-item.hs-menu-depth-2 a {
    color: #000 !important;
}

.new-header li.hs-menu-item.hs-menu-depth-2 ul li a {
    text-transform: inherit;
    font-weight: 500;
}

.new-header li.hs-menu-item.hs-menu-depth-2 ul li {
    margin-top: 15px;
}

.new-header li.hs-menu-item.hs-menu-depth-1 > ul {
    padding: 40px 0;
    padding-left: 30px;
    margin-top: 15px;
}

.new-header li.hs-menu-item.hs-menu-depth-2 > ul:last-child {
    margin-bottom: 0;
}

.new-header li.hs-menu-item.hs-menu-depth-2 > a:after {
    background-color: #000;
}
.module-header__menu .hs-menu-item.module-header__subMenuLink--active > .hs-menu-children-wrapper {
    display: block!important;
}
/* .new-header[data-show-submenu="true"] .module-header__menu .hs-menu-item > .hs-menu-children-wrapper {
    display: block!important;
} */
ul.module-header__menu-cta.dk li:nth-child(2),
ul.module-header__menu-cta.dk li:nth-child(3) {
    display: none;
}
.module-header .module-header__menu .hs-menu-wrapper ul li a::before {
    display: none!important;
}
ul.module-header__menu-cta.mobile {
    display: block;
    padding-top: 40px;
}

.new-header .module-header__menu-cta.mobile a.module-header__menu-cta-login {
    padding: 9px 22px;
    border: 1px solid;
    display: inline-block;
    margin-right: 10px!important;
}

.module-header__menu .hs_cos_wrapper {
    padding-top: 15px;
}

.new-header .module-header__menu-cta.mobile a.module-header__menu-cta-demo {
    padding: 11px 25px;
    background-color: #2B4BFF;
    border-radius: 40px;
    font-size: 14px;
    display: inline-block;
}

ul.module-header__menu-cta.mobile li {
    display: inline-block;
    margin-bottom: 20px;
}
.new-header.gray .module-header__menu,.new-header.white .module-header__menu {
    background-color: #fff;
}

.new-header.gray .module-header__menu .hs-menu-item.module-header__subMenuLink>a>svg path,.new-header.gray .module-header__menu button svg path {
    stroke: #000;
}
.new-header.gray .module-header__menu-cta a.module-header__menu-cta-login {
    color: #000!important;
}
.new-header.gray .module-header__menu-cta a.module-header__menu-cta-login:hover {
    color: #fff!important;
}
.module-header[data-bg-color=gray] .module-header__menu .hs-menu-wrapper ul li a,
  .module-header[data-bg-color=black] .module-header__menu .hs-menu-wrapper ul li a{
    color: #000!important;
}
}
