.header_mm {
  display: none;
}

header#header {
  block-size: 100px;
}
.wrapper {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  color: inherit;
  transition: .2s;
  overflow: initial;
  box-sizing: border-box;
}
.mega_menu_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: .2s linear 0s;
  overflow: inherit;
}

.head_logo {
  all: initial;
  position: relative;
  z-index: 2;
  inline-size: 155px!important;
  -webkit-margin-end: 35px;
  margin-inline-end: 35px;
  padding: 30px 0;
  display: block;
  flex-shrink: 0;
}
.head_logo img {
  max-width: 100%;
  display: block;
}

.navigation_menu {
  all: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  inline-size: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
.navigation_menu .hs-menu-wrapper > ul {
  all: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  inline-size: 100%;
  list-style: none;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}
.navigation_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navigation_menu ul li.hs-menu-item.hs-menu-depth-1>a {
  display: block;
  position: relative;
  z-index: 2;
  min-inline-size: -webkit-max-content;
  min-inline-size: -moz-max-content;
  min-inline-size: max-content;
  padding: 42px 0 32px;
  font-weight: 700;
  font-size: calc(14 / 16 * 1rem);
  color: var(--secondary_color);
  background: unset;
  border: unset;
}
.navigation_menu ul li.hs-menu-item.hs-menu-depth-1 a {
  text-decoration: none;
  font-weight: 600;
}
.navigation_menu .hs-menu-wrapper > ul li.hs-menu-item.hs-menu-depth-1:not(:first-child) {
  -webkit-margin-start: 40px;
  margin-inline-start: 40px;
}
.navigation_menu ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children>a {
  padding-right: 21px;
}
.navigation_menu ul li.hs-menu-item.hs-item-has-children>a:before {
  content: '';
  position: absolute;
  background-image: url(https://24949188.fs1.hubspotusercontent-eu1.net/hubfs/24949188/Business%20and%20Finance/icons/arrow-down-sign-to-navigate.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 11px;
  height: 10px;
  top: 51%;
  right: 0;
}
.navigation_list {
  all: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  inline-size: 100%;
  list-style: none;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}

.navigation_auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.navigation_auth a.nav_sales {
  display: block;
  position: relative;
  z-index: 2;
  min-inline-size: -webkit-max-content;
  min-inline-size: -moz-max-content;
  min-inline-size: max-content;
  padding: 42px 0 32px;
  font-size: calc(14 / 16 * 1rem);
  color: var(--secondary_color);
  background: unset;
  border: unset;
  text-decoration: none;
  font-weight: 600;
}
.navigation_auth .nav_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-margin-start: 33px;
  margin-inline-start: 33px;
  margin-top: 10px;
}
.navigation_auth a.nav_sales:before {
  content: "";
  position: absolute;
  top: 53%;
  left: 50%;
  width: calc(100% + 1.5rem);
  height: calc(1em + 1rem);
  z-index: -1;
  opacity: 0;
  background-color: var(--secondary_color);
  border-radius: 8px;
  -webkit-transform: translate(-50%,-40%) scale(.95);
  -ms-transform: translate(-50%,-40%) scale(.95);
  transform: translate(-50%,-40%) scale(.95);
  transition: 0.3s;
}
.navigation_auth a.nav_sales:hover:before {
  opacity: .2;
  -webkit-transform: translate(-50%,-45%) scale(1);
  -ms-transform: translate(-50%,-45%) scale(1);
  transform: translate(-50%,-45%) scale(1);
}
.nav_button_cta.cta_2 {
  margin-left: 10px;
}
.navigation_auth .nav_button a.cta_button[title] {
  padding: 10px 15px;
  font-size: calc(14 / 16 * 1rem);
  font-weight: 600;
}
.navigation_auth .nav_button .cta_2 a.cta_button[title] {
  background: transparent;
  color: var(--primary_color);
}
.navigation_auth .nav_button .cta_2 a.cta_button[title]:hover {
  background: var(--primary_color);
  color: #fff;
}

.sticky-wrapper header .custom-menu-primary li.hs-menu-item.hs-item-has-children>ul.hs-menu-children-wrapper {
  border: unset;  
}
header .navigation_menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children {
  position: unset;
}
.sticky-wrapper header .custom-menu-primary li.hs-menu-item.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .4s;
  position: absolute;
  z-index: 10;
  background: #fdfdfd;
  border-radius: 10px;
  -webkit-box-shadow: 0 20px 40px rgb(0 0 0 / 5%);
  box-shadow: 0 20px 40px rgb(0 0 0 / 5%);
  left: 0;
  right: 0;
  padding: 0;
  top: 81px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  width: 100%;
}
.sticky-wrapper header .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
  opacity: 1;
  top: 98px;
  visibility: visible;
  z-index: 11;
}
.mm_prod_main {
  padding-top: 35px;
}
.mm_prod_main h4 {
  margin-bottom: 0;
}
.mm_prod_main h4 small {
  font-weight: 500;
}
.mm_prod_left .mm_row {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mm_prod_left .mm_row .mm_col:nth-child(3n+3) {
  margin-right: 0;
}
.mm_prod_left .mm_row .mm_col {
  -ms-flex-preferred-size: 31.3333%;
  flex-basis: 31.3333%;
  margin-right: 3%;
}
header .custom-menu-primary .mm_prod_left .mm_row .mm_col a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px 15px;
  border-radius: 16px;
  background: unset !important;
}
header .custom-menu-primary .mm_prod_left .mm_row .mm_col a:hover {
  background: auto !important;
}
header .custom-menu-primary .mm_prod_left .mm_row .mm_col a .mmc_icon {
  width: 30px;
  margin-right: 5%;
}
header .custom-menu-primary .mm_prod_left .mm_row .mm_col a .mmc_text {
  flex-basis: calc(95% - 30px);
}
header .custom-menu-primary .mm_prod_left .mm_row .mm_col a .mmc_text h5 {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 5px;
}
header .custom-menu-primary .mm_prod_left .mm_row .mm_col a .mmc_text p {
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 5px;
}

@media (min-width: 993px) {
  .mm_prod_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mm_prod_left {
    -ms-flex-preferred-size: 56%;
    flex-basis: 56%;
    margin-right: 2%;
  }
}

@media (min-width: 1000px) {
  .head_logo img {
    width: 124px;
  }
}

@media (min-width: 1600px) {
  .head_logo img {
    width: 166px;
    height: 38px;
  }
}



