/* @import url('http://example.com/example_style.css'); */

/***********************************************/

/* CSS @imports must be at the top of the file */

/* Add them above this section                 */

/***********************************************/

/*****************************************/

/* Start your style declarations here    */

/*****************************************/

/*HEADER*/

.atmc-header_container {
  max-width: 1114px !important;
  padding: 0 0 0 20px;
}

#hs_menu_wrapper_header_ li.hs-menu-item.hs-menu-depth-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.atmc-header_right {
  padding: 15px;
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}

.atmc-header-transparent:not(.sticky) .atmc-header-white,
.atmc-header-transparent:not(.sticky) .atmc-header-dark,
.atmc-header-white {
  border: none;
}

.atmc-header {
  background: #071b35;
  border: none;
}

.items-center {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.atmc-mega-menu_box {
  -webkit-box-shadow: 0px 13px 15px 6px rgb(0 0 0 / 10%) !important;
          box-shadow: 0px 13px 15px 6px rgb(0 0 0 / 10%) !important;
}

.atmc-header-transparent:not(.sticky) .atmc-header-white,
.atmc-header-transparent:not(.sticky) .atmc-header-dark {
  border: none !important;
}

.atmc-header-white {
  border: none !important;
}

.atmc-header_logo {
  padding: 1rem 0 0 0 !important;
}

.atmc-header_container {
  padding: 0 20px !important;
}

.atmc-header.sticky {
  background: #071b35;
}

.atmc-header-transparent:not(.sticky)
  .atmc-header_menu
  .hs-menu-wrapper
  > ul
  > li:hover
  > a {
  color: #ffffff;
}

.atmc-header-white .atmc-header_menu > .hs-menu-wrapper > ul > li > a:after {
  background-color: #ffff;
}

.atmc-header-white .atmc-header_menu > .hs-menu-wrapper > ul > li > a {
  letter-spacing: 0.3px;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 0px;
  -webkit-transition: font-weight 0.2s ease;
  -o-transition: font-weight 0.2s ease;
  transition: font-weight 0.2s ease;
  font-family: 'Muli Regular' !important;
  font-size: 12px;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.atmc-header-white .atmc-header_menu > .hs-menu-wrapper > ul > li > a:hover {
  color: #ffff;
}

.atmc-mega-menu_box {
  background-color: #071b35 !important;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.atmc-mega-menu_box-1 {
  width: 520px;
}

.atmc-header_menu .atmc-mega-menu_links .hs-menu-wrapper a:hover {
  font-size: 16.3px;
}

.atmc-header_menu .atmc-mega-menu_links .hs-menu-wrapper a {
  color: #e0e0e0 !important;
  white-space: nowrap;
}

.atmc-header_menu li.has-mega-menu:hover .atmc-mega-menu_box {
  padding: 1rem;
}

.atmc-header-white .atmc-header_menu .hs-menu-wrapper > ul > li:hover > a,
.atmc-header_menu .atmc-mega-menu_links .hs-menu-wrapper > ul > li:hover > a,
.atmc-header_menu .atmc-mega-menu_links .hs-menu-wrapper > ul > li > a:hover {
  color: white !important;
  /*font-family:'Muli Bold'!important;*/
}

/*.atmc-header .atmc-header_menu li.active>a {
    color: #ffffff!important;
}

.atmc-header_menu .atmc-mega-menu_links .hs-menu-wrapper li.active > a {
    color: #ffffff!important;
    -webkit-text-stroke: 0.3px;
}
.atmc-header-white .atmc-header_menu>.hs-menu-wrapper> ul> li:hover > a {
  -webkit-text-stroke: 0.3px;
}
.atmc-header_menu .atmc-mega-menu_links .hs-menu-wrapper a {
  font-size: 15.9px !important;
  font-family:'Muli Light';
}*/

/*CTA*/

.atmc-header-right_cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header_btn_wrapper_footer {
  display: none;
}

.header_btn_wrapper_header {
  display: none;
}

/*MEDIA QUERIES*/


.atmc-header_menu .atmc-mega-menu_links .hs-menu-wrapper > ul > li > a {
  font-size: 14px;
}


.atmc-header_menu .atmc-mega-menu_links .hs-menu-wrapper > ul > li:hover > a, .atmc-header_menu .atmc-mega-menu_links .hs-menu-wrapper > ul > li > a:hover {
  font-size: 14px !important;
}

@media (max-width: 1200px) {
  .atmc-header_container {
    margin-left: 1vw;
    margin-right: 1vw;
  }
}

@media (max-width: 991px) {
  #hs_menu_wrapper_header_ {
    padding: 2rem !important;
  }
  .atmc-header_logo img {
    max-width: 160px !important;
  }
  .atmc-header_menu .hs-menu-wrapper li.active > a {
    background: transparent !important;
    color: #fff;
  }
  .atmc-header-white .atmc-header_menu > .hs-menu-wrapper > ul > li > a {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 50px;
    height: 0px;
    -webkit-transition: font-weight 0.2s ease;
    -o-transition: font-weight 0.2s ease;
    transition: font-weight 0.2s ease;
  }
  .header_btn_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2rem 0 2rem 0;
  }
  .header_btn_wrapper_footer {
    margin-left: 5px;
    padding: 1rem 0;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .header_btn_wrapper_header {
    margin-right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    /* padding-left: 1rem; */
  }
  .atmc-header-right_cta {
    display: none;
  }
  .atmc-header_menu .hs-menu-wrapper {
    background-color: rgb(7 27 53) !important;
    min-height: 1000px;
    overflow: hidden;
    margin-top: -1px;
  }
  .atmc-header_menu .hs-menu-wrapper > ul li {
    border-top: 0px !important;
  }
  .atmc-header_container {
    margin-left: 0px;
    margin-right: 0px;
  }
  .atmc-header-white {
    border: none;
  }
  .dnd_area-row-1-padding {
    margin-right: 0px;
    margin-top: 0px !important;
    padding-left: 20px;
  }
  .atmc-header_logo {
    margin-left: 0 !important;
  }
  .atmc-header_menu .hs-menu-wrapper > ul li a {
    padding-left: 0 !important;
  }
}

@media (min-width: 991px) {
  .atmc-header-white .atmc-header_menu > .hs-menu-wrapper > ul > li > a:after {
    bottom: 0;
    top: unset !important;
  }
  .atmc-header-white .atmc-header_menu > .hs-menu-wrapper > ul > li > a:after {
    background-color: #ffff !important;
  }
}

@media (max-width: 991px) {
  .atmc-header_logo {
    padding: 1rem 0 7px 0 !important;
  }
}