@charset "UTF-8";
/**
####################################################
——— Do not edit this file, edit the scss instead ———
####################################################
*/
/**
 * Header 
 */
.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; }
          @media not all and (hover: none) {
            .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: 1023px) {
          .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 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: 1024px) {
      .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: center;
          justify-content: center;
      -ms-flex-align: start;
          align-items: flex-start; }
    .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-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-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; }
    .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 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 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 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 {
    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 {
    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) {
      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::before {
    width: calc( 100% - 21px); }
  .module-header[data-open-submenu="true"] .module-header__menu button svg {
    transform: rotate(180deg); }
  @media (max-width: 1024px) {
    .module-header__menu .hs-menu-wrapper ul li a {
      margin-right: 30px; } }
  @media (max-width: 1023px) {
    .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 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-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% + 55px); }
    .module-header[data-open-submenu="true"] .module-header__menu button {
      color: black;
      min-height: 30px !important;
      margin-bottom: 15px; }
      .module-header[data-open-submenu="true"] .module-header__menu button::before {
        width: calc( 100% - 15px); }
      .module-header[data-open-submenu="true"] .module-header__menu button svg {
        transform: rotate(180deg); }
        .module-header[data-open-submenu="true"] .module-header__menu button svg path {
          stroke: black; } }
  @media (max-width: 1023px) {
    .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: 0;
        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: 60px; }
        .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: 20px; }
            .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 {
            transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
            opacity: 1;
            transform: translateY(0); }
      .module-header__cta {
        display: none; } }
