.atmc-header {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 20;
  transition: all ease-in-out 400ms;
}

.atmc-header-default.sticky {
  box-shadow: 0 1rem 1.5rem rgba(0, 0, 0, 0.2);
}

.atmc-header_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  height: 5rem;
}

.atmc-header_container:before,
.atmc-header_container:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background: #dee4ed;
}
.atmc-header_container:after {
  top: auto;
  bottom: 0;
}

.sticky .atmc-header_container:after {
  display: none;
}

@media (min-width: 1280px) {
  .atmc-header-default.sticky {
    box-shadow: 0.75rem 0.75rem 2.5rem rgba(0, 0, 0, 0.25);
  }
}

@media (max-width: 1279px) {
  .atmc-header_container {
    padding: 0;
  }

  .atmc-header_container:before {
    display: none;
  }
}

/* ==========================================================================
   Header Top
   ========================================================================== */

@media (min-width: 1280px) {
  .atmc-header-top .atmc-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
  }
}
@media (max-width: 1279px) {
  .atmc-header-top {
    display: none;
  }
}

/* ==========================================================================
   Contact Info
   ========================================================================== */
.x5-header__info {
  display: flex;
  align-items: center;
  margin: 0;
}

.x5-header__info + .x5-header__info {
  margin-left: 3.375rem;
}

.x5-header__info-icon {
  display: inline-flex;
  font-size: 3rem;
  width: 1em;
  height: 0.9167em;
  line-height: 0.5;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.x5-header__info-icon svg,
.x5-header__info-icon img {
  display: block;
  height: 0.5em;
  width: 0.5em;
  fill: currentColor;
}

.x5-header__info-content {
  padding-left: 0.3rem;
}

.x5-header__info-link {
  font-size: 1.125rem;
  text-transform: uppercase;
}

.x5-header__info-link small {
  font-size: 0.75rem;
  text-transform: none;
}

.x5-header__form {
  position: relative;
  display: flex;
  align-items: center;
  width: 10rem;
  margin-left: 1rem;
  overflow: hidden;
}

.x5-header__form::before {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  right: 2.75rem;
  border-bottom: 1px solid #e2e8f0;
  pointer-events: none;
}

.x5-header__form::after {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  right: 2.75rem;
  border-bottom: 1px solid var(--primary);
  pointer-events: none;
  transform-origin: left center;
  transform: translateX(0) scaleX(0);
}

@keyframes slidingScale {
  from {
    transform: translateX(0) scaleX(0);
  }

  50% {
    transform: translateX(25%) scaleX(0.5);
  }

  to {
    transform: translateX(100%) scaleX(0);
  }
}

.x5-header__form.is-localizing::after {
  animation: 1s linear 0s infinite slidingScale;
}

.x5-header__form-input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
  border-radius: 0;
  border: 0;
  padding: 0.8125rem 0.25rem;
  background: transparent;
  color: var(--secondary);
}

/* ==========================================================================
   Desktop Menu
   ========================================================================== */

.atmc-header_navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1280px) {
  .atmc-header_navigation,
  .atmc-header_menu,
  .atmc-header_menu-inner,
  .atmc-header_menu-inner > .hs-menu-wrapper,
  .atmc-header_menu .hs-menu-wrapper > ul,
  .atmc-header_menu .hs-menu-wrapper > ul > li {
    height: 100%;
  }

  .atmc-header_menu-inner {
    overflow: visible !important;
    display: flex !important;
  }

  .atmc-header_menu .hs-menu-wrapper ul {
    margin-top: 0;
  }

  /* ---------
	 * Level 01
	 * ------------ */
  .atmc-header .atmc-header_menu-inner > .hs-menu-wrapper > ul {
    flex-wrap: nowrap;
  }
  .atmc-header .atmc-header_menu-inner > .hs-menu-wrapper > ul > li {
    position: relative;
  }
  .atmc-header .atmc-header_menu-inner > .hs-menu-wrapper > ul > li.has-mega-menu {
    position: static;
  }
  .atmc-header_menu-inner > .hs-menu-wrapper > ul > li > a,
  .atmc-header_menu-inner
    > .hs-menu-wrapper
    > ul
    > li
    > .hs-menu-children-wrapper
    li
    a {
    position: relative;
    color: inherit;
    padding: 1rem 1.875rem;
    font-size: 1rem;
    display: flex;
    align-items: center;
    height: 100%;
  }
  .atmc-header_menu--narrow .atmc-header_menu-inner > .hs-menu-wrapper > ul > li > a,
  .atmc-header_menu--narrow .atmc-header_menu-inner
    > .hs-menu-wrapper
    > ul
    > li
    > .hs-menu-children-wrapper
    li
    a {
      padding: 1rem 1rem;
    }
  .atmc-header_menu-inner > .hs-menu-wrapper > ul > li > a {
    font-family: Poppins, sans-serif;
    font-family: var(--h1_font);
    font-weight: 300;
  }
  .atmc-header .atmc-header_menu-inner > .hs-menu-wrapper > ul > li > a:after {
    content: "";
    position: absolute;
    left: 1.875rem;
    right: 1.875rem;
    top: auto;
    bottom: 1.5rem;
    margin: auto;
    height: 2px;
    opacity: 0;
    transform: scaleX(0);
    transition: 0.5s ease;
  }
  .atmc-header .atmc-header_menu--narrow .atmc-header_menu-inner > .hs-menu-wrapper > ul > li > a:after {
    left: 1rem;
    right: 1rem;
  }
  .atmc-header .atmc-header_menu-inner > .hs-menu-wrapper > ul > li:hover > a:after {
    opacity: 1;
    transform: scaleX(1);
  }

  .atmc-header_menu-inner
    > .hs-menu-wrapper
    > ul
    > li
    > .hs-menu-children-wrapper
    li
    a {
    color: #fff;
  }

  /* Active */
  .atmc-header .atmc-header_menu-inner > .hs-menu-wrapper > ul > li.active-branch > a,
  .atmc-header .atmc-header_menu-inner > .hs-menu-wrapper > ul > li.active > a {
    position: relative;
  }
  .atmc-header
    .atmc-header_menu-inner
    > .hs-menu-wrapper
    > ul
    > li.active-branch
    > a:after,
  .atmc-header .atmc-header_menu-inner > .hs-menu-wrapper > ul > li.active > a:after {
    opacity: 1;
    transform: scaleX(1);
  }

  /* Hover */
  .atmc-header
    .atmc-header_menu-inner
    > .hs-menu-wrapper
    > ul
    > li
    > .hs-menu-children-wrapper {
    position: absolute;
    top: 100%;
    left: 1.875rem;
    opacity: 0;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    visibility: hidden;
    transition: 0.15s ease;
  }
  .atmc-header
    .atmc-header_menu-inner
    > .hs-menu-wrapper
    > ul
    > li:hover
    > .hs-menu-children-wrapper {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  /* ---------
	 * Level 02
	 * ------------ */

  .atmc-header_menu-inner > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper {
    background-color: #fff;
    padding: 1.75rem 0;
    min-width: 18.75rem;
    width: auto;
    box-shadow: 0.5625rem 0.5625rem 0.625rem rgba(0, 0, 0, 0.25);
  }
  .atmc-header_menu-inner
    > .hs-menu-wrapper
    > ul
    > li
    > .hs-menu-children-wrapper
    > li {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-top: 0.25rem;
  }
  .atmc-header_menu-inner
    > .hs-menu-wrapper
    > ul
    > li
    > .hs-menu-children-wrapper
    > li
    > a {
    display: block;
    padding: 0 2.25rem;
    font-size: 1.125rem;
  }
  .atmc-header_menu-inner
    > .hs-menu-wrapper
    > ul
    > li
    > .hs-menu-children-wrapper
    > li
    > a::after {
    position: absolute;
    top: 100%;
    left: 2.25rem;
    right: 2.25rem;
    content: "";
    height: 2px;
    opacity: 0;
    transform: scaleX(0);
    transition: 0.5s ease;
  }
  .atmc-header_menu-inner
    > .hs-menu-wrapper
    > ul
    > li
    > .hs-menu-children-wrapper
    > li:hover
    > a::after {
    opacity: 1;
    transform: scaleX(1);
  }
  .atmc-header_menu-inner
    > .hs-menu-wrapper
    > ul
    > li
    > .hs-menu-children-wrapper
    > li.hs-item-has-children {
    position: relative;
  }
  .atmc-header_menu-inner
    > .hs-menu-wrapper
    > ul
    > li
    > .hs-menu-children-wrapper
    > li.hs-item-has-children:before {
    content: "";
    position: absolute;
    right: 0.5rem;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  /* ---------
	 * Level 03
	 * ================= */
  .atmc-header_menu-inner
    > .hs-menu-wrapper
    > ul
    > li
    > .hs-menu-children-wrapper
    > li
    > .hs-menu-children-wrapper {
    position: absolute;
    left: 100%;
    top: 0;
    opacity: 0;
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    visibility: hidden;
    background-color: var(--gray800);
    padding: 1rem 0;
    min-width: 10rem;
    width: auto;
    color: #fff;
    transition: 0.15s ease;
  }
  .atmc-header_menu-inner
    > .hs-menu-wrapper
    > ul
    > li
    > .hs-menu-children-wrapper
    > li
    > .hs-menu-children-wrapper
    a {
    padding: 0 1rem;
  }
  .atmc-header_menu-inner
    > .hs-menu-wrapper
    > ul
    > li
    > .hs-menu-children-wrapper
    > li:hover
    > .hs-menu-children-wrapper {
    left: 100%;
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    visibility: visible;
  }
}

@media (max-width: 1279px) {
  .atmc-header_menu-wrapper {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-self: flex-end;
  }
  .atmc-header_menu .atmc-header_menu-inner {
    display: none;
  }
}

/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */

.child-trigger {
  display: none; /* Hide button on Desktop */
}
@media (min-width: 1280px) {
  .atmc-mobile-trigger {
    display: none !important;
  }
}

@media (max-width: 1279px) {
  .atmc-header_menu > .atmc-header_menu-inner {
    max-height: calc(100vh - 79px);
    overflow-y: scroll !important;
  }

  /*
    * Menu Reset
    *
    * Remove styling from desktop version of atmc-header_menu. Place any
    * additional CSS you want removed from the mobile menu in this reset
    */

  .atmc-header_menu .atmc-header_menu-inner {
    background-color: #fff;
  }

  .atmc-header_menu,
  .atmc-header_menu .hs-menu-wrapper > ul,
  .atmc-header_menu .hs-menu-wrapper > ul li,
  .atmc-header_menu .hs-menu-wrapper > ul li a {
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
  }

  /* Toggle Button
     ========================================================================== */
  .hamburger {
    outline: none !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    margin: 0 1rem;
    border-radius: 50%;
  }
  .hamburger-box {
    width: 1.5rem !important;
    height: 1.25rem;
    margin: 0;
  }

  .hamburger-inner {
    margin-top: -1px;
  }

  .hamburger-inner,
  .hamburger-inner:after,
  .hamburger-inner:before {
    width: 100% !important;
    height: 2px !important;
    background-color: #fff;
  }

  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner:after,
  .hamburger.is-active .hamburger-inner:before {
    background-color: #fff;
  }

  .hamburger-inner:after {
    bottom: -6px;
  }

  .hamburger-inner:before {
    top: -6px;
  }

  /* Child Toggle Button
     ========================================================================== */

  .child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important;
    min-width: 55px !important;
    height: 3rem !important;
    padding: 0 !important;
    pointer-events: none;
  }
  .child-trigger:hover {
    text-decoration: none;
  }
  .child-trigger i {
    position: relative;
    top: 50%;
    margin: -0.75rem auto !important;
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.3s ease;
  }

  [aria-expanded="true"] ~ .child-trigger i {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  /* Menu Styles on Mobile Devices
     ========================================================================== */

  /* Hide menu on mobile */
  .atmc-header_menu.js-enabled .atmc-header_menu-inner {
    display: none;
  }

  .atmc-header_menu.js-enabled .hs-menu-children-wrapper {
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease-in-out;
  }

  .atmc-header_menu.js-enabled .hs-menu-children-wrapper.open-menu-list {
    max-height: calc(100vh - 79px);
  }

  /* Make child lists appear below parent items */
  .atmc-header_menu ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */
  .atmc-header_menu.js-enabled .atmc-header_menu-inner {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0;
  }
  .atmc-header_menu .hs-menu-wrapper {
    width: 100%;
  }
  .atmc-header_menu .hs-menu-wrapper li.active-branch > a {
    font-weight: bold;
  }
  .atmc-header_menu .hs-menu-wrapper li.active > a {
    color: #fff;
  }

  /* Level 1 Menu List Styles */
  .atmc-header_menu .hs-menu-wrapper > ul > li {
    position: relative;
  }
  .atmc-header_menu .hs-menu-wrapper > ul > li a {
    font-size: 1rem;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .atmc-header_menu .hs-menu-wrapper > ul li {
    border-top: 1px solid;
    position: relative;
  }
  .atmc-header_menu .hs-menu-wrapper > ul li a {
    padding: 1rem;
    color: #fff;
    height: 3rem;
  }

  /* Level 2 and Higher Menu List Styles */
  .atmc-header_menu .hs-menu-wrapper > ul ul li a {
    text-indent: 10px;
    font-size: 1rem;
  }

  /* Level 3 and Higher Menu List Styles */
  .atmc-header_menu .hs-menu-wrapper > ul ul ul li a {
    text-indent: 30px;
  }
  .atmc-header_menu .hs-menu-wrapper > ul ul ul ul li a {
    text-indent: 50px;
  }
}

/* ==========================================================================
   Logo
   ========================================================================== */

/* Styles for the Logo */
.atmc-header_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  padding: 0.9375rem 0;
}

.atmc-header_logo img {
  display: block;
  height: 50px;
  width: 220px;
}

@media (max-width: 767px) {
  .atmc-header_logo {
    margin-left: 20px;
  }

  .atmc-header_logo img {
    height: 40px;
    width: 180px;
  }
}

/* Logo */
.atmc-header_logo_white {
  display: none;
}
@media (max-width: 1279px) {
  .atmc-header_logo {
    margin-left: 20px;
    margin-right: auto;
  }
}

/* ==========================================================================
   CTA
   ========================================================================== */

.atmc-header_menu-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;
  padding: 0.9375rem 0;
  margin-left: 1rem;
}

.atmc-header_menu-cta__button {
  font-weight: bold;
  align-self: center;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
  margin-right: 2rem;
}

.atmc-header_menu-cta__button.mr-0 {
  margin-right: 0;
}

@media (max-width: 1279px) {
  .atmc-header_menu-cta {
    margin-left: 0;
  }
}

/* ==========================================================================
   Language Switcher
   ========================================================================== */

.atmc-header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  order: 2;
}

.atmc-header_language-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2rem 1rem;
  height: 100%;
  color: inherit;
}
.atmc-header_language-switcher-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.atmc-header_language-switcher-label > div > span {
  display: block;
}
.atmc-header_language-switcher .lang_switcher_class {
  display: block;
}
.atmc-header_language-switcher .globe_class {
  background: none;
  position: relative;
  width: auto;
  height: auto;
}
.atmc-header_language-switcher .globe_class:before {
  content: "\f0ac";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.atmc-header_language-switcher-label-current {
  margin-left: 0.5rem;
  font-size: 0.9rem;
}

.atmc-header_language-switcher .lang_list_class li {
  border: none !important;
  width: 10rem;
  font-size: 0.75rem;
}
.atmc-header_language-switcher .lang_list_class li a {
  color: #fff;
}

@media (max-width: 767px) {
  .atmc-header_right {
    margin-left: auto;
    justify-self: flex-end;
  }
  .atmc-header_language-switcher-label-current {
    display: none;
  }
}

/* ==========================================================================
   Search Bar
   ========================================================================== */

.atmc-header-01_search {
  position: fixed;
  left: 0;
  top: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: 0.3s ease;
}
.atmc-header-01_search_active {
  opacity: 1 !important;
  visibility: visible !important;
}
.atmc-header-01_search p {
  color: #fff;
}

/* Trigger */
.atmc-header .atmc-header_search_trigger-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.atmc-header .atmc-header-01_search_trigger {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: transparent;
  transition: 0.3s ease;
}
.atmc-header-01_search_trigger svg {
  height: 1.5rem;
  transition: 0.3s ease;
  fill: currentColor;
}

.atmc-header-01_search_trigger path {
  stroke: currentColor !important;
}

.atmc-header-01_search_trigger svg:hover {
  fill: currentColor;
}

@media (max-width: 1279px) {
  .atmc-header .hs-search-field {
    padding: 0.5rem 20px;
  }

  .atmc-header-01_search_wrapper {
    display: none;
  }

  .atmc-header .atmc-header_search_trigger-wrapper {
    display: none;
  }
}

/* Close */
.atmc-header-01_search_close {
  display: inline-block;
  width: auto;
  cursor: pointer;
}
.atmc-header-01_search_close .hamburger {
  padding: 2px;
}
.atmc-header-01_search .hamburger.is-active .hamburger-inner,
.atmc-header-01_search .hamburger.is-active .hamburger-inner:after,
.atmc-header-01_search .hamburger.is-active .hamburger-inner:before {
  background-color: #fff;
}

/* Search input styling */
.atmc-header-01_search > div {
  position: relative;
  width: 800px;
  max-width: 100%;
  padding: 1rem 20px;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transition: 0.3s ease;
}
.atmc-header-01_search_active > div {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
}

.atmc-header-01_search_top {
  position: absolute;
  top: 1rem;
  right: 0;
  width: auto;
  padding: 0;
  z-index: 1;
}

.atmc-header-01_search input.hs-search-field__input {
  padding: 1rem 4rem 1rem 1rem;
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid #fff !important;
  color: #fff !important;
  font-size: 1.375rem !important;
  border-radius: 0 !important;
}
.atmc-header-01_search input::-webkit-input-placeholder {
  color: #fff;
}
.atmc-header-01_search input:-ms-input-placeholder {
  color: #fff;
}
.atmc-header-01_search input::placeholder {
  color: #fff;
}

@media (min-width: 1280px) {
  .atmc-header .atmc-header-01_search_trigger {
    position: relative;
    width: 3.5rem;
    height: 100%;
    border-radius: 0;
    transition: none;
  }

  .atmc-header .atmc-header-01_search_trigger:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.4;
    transition: 0.3s ease;
    z-index: -1;
  }

  .atmc-header .atmc-header-01_search_trigger:hover,
  .atmc-header .atmc-header-01_search_trigger:focus {
    color: #fff;
  }

  .atmc-header .atmc-header-01_search_trigger:hover::before,
  .atmc-header .atmc-header-01_search_trigger:focus::before {
    opacity: 1;
  }

  .atmc-header-01_search_top {
    position: static;
  }
}

/* ==========================================================================
   Header Position
   ========================================================================== */

/* Header Sticky
   ----------------------------------------------- */

/* Header Absolute Sticky
   ----------------------------------------------- */

/* Header Static
   ----------------------------------------------- */

/* ==========================================================================
   Header Styles
   ========================================================================== */

/* Header Default - BG Dark & Text White
   ----------------------------------------------- */
.atmc-header-white {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (min-width: 1280px) {
  /* Logo */
  .atmc-header-white .atmc-header_logo_white {
    display: block;
  }
  .atmc-header-white .atmc-header_logo_dark {
    display: none;
  }

  /* Menu */
  .atmc-header-white .atmc-header_menu .hs-menu-wrapper > ul > li > a {
    color: #fff;
  }

  /* Search */
  .atmc-header .atmc-header-white .atmc-header-01_search_trigger svg {
    fill: #fff;
  }

  /* Language Switcher */
  .atmc-header-white .atmc-header_language-switcher {
    color: #fff;
  }
  .atmc-header-white .atmc-header_language-switcher .globe_class:before {
    color: #fff;
  }
}
@media (max-width: 1279px) {
  .atmc-header-white {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  /* Logo */
  .atmc-header-white .atmc-header_logo_white {
    display: block;
  }
  .atmc-header-white .atmc-header_logo_dark {
    display: none;
  }

  /* Hamburger icon */
  .atmc-header-white .hamburger-inner,
  .atmc-header-white .hamburger-inner:after,
  .atmc-header-white .hamburger-inner:before,
  .atmc-header-white .hamburger.is-active .hamburger-inner,
  .atmc-header-white .hamburger.is-active .hamburger-inner:after,
  .atmc-header-white .hamburger.is-active .hamburger-inner:before {
    background-color: #fff;
  }

  /* Language Switcher */
  .atmc-header-white .atmc-header_language-switcher {
    color: #fff;
  }
  .atmc-header-white .atmc-header_language-switcher .globe_class:before {
    color: #fff;
  }

  /* Search */
  .atmc-header .atmc-header-white .atmc-header-01_search_trigger svg {
    fill: #fff;
  }
}

/* Header Default - BG White & Text Dark
   ----------------------------------------------- */
@media (min-width: 1280px) {
  /* Logo */
  .atmc-header-dark .atmc-header_logo_white {
    display: none;
  }
  .atmc-header-dark .atmc-header_logo_dark {
    display: block;
  }
}

/* Header Transparent
   ----------------------------------------------- */
@media (min-width: 1280px) {
  /* Header Border */
  .atmc-header-transparent:not(.sticky) .atmc-header-white,
  .atmc-header-transparent:not(.sticky) .atmc-header-dark {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  /* Logo */
  .atmc-header-transparent:not(.sticky) .atmc-header_logo_white {
    display: block;
  }
  .atmc-header-transparent:not(.sticky) .atmc-header_logo_dark {
    display: none;
  }

  /* Menu */
  .atmc-header-transparent:not(.sticky)
    .atmc-header_menu
    .hs-menu-wrapper
    > ul
    > li
    > a {
    color: #fff;
  }

  /* Language Switcher */
  .atmc-header-transparent:not(.sticky) .atmc-header_language-switcher {
    color: #fff;
  }
  .atmc-header-transparent:not(.sticky)
    .atmc-header_language-switcher
    .globe_class:before {
    color: #fff;
  }

  /* Search */
  .atmc-header-transparent:not(.sticky) .atmc-header-01_search_trigger svg {
    fill: #fff;
  }
}

@media (min-width: 1280px) {
  .atmc-header_menu li.has-mega-menu > .hs-menu-children-wrapper {
    display: none !important;
  }
}

@media (max-width: 1279px) {
  .atmc-mega-menu {
    display: none;
  }
}

.atmc-mega-menu_col a,
.atmc-mega-menu_col a:hover :not(.atmc-btn),
.atmc-mega-menu_col a *:not(.atmc-btn) {
  color: inherit !important;
}

/* Layout */
.atmc-mega-menu {
  display: none;
}
.atmc-mega-menu_box {
  position: absolute;
  left: 20px;
  top: 110%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100% - 40px);
  height: 0px !important;
  opacity: 0;
  transition: 0.15s ease;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  overflow: hidden;
  z-index: 6;
}
.atmc-header_menu li.has-mega-menu:hover .atmc-mega-menu_box {
  height: auto !important;
  opacity: 1;
  top: 100%;
  transition: 0.15s ease;
  visibility: visible;
  overflow: initial;
}
.atmc-header_menu li.has-mega-menu .atmc-mega-menu_box:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 0;
  z-index: 5;
}
.atmc-header_menu li.has-mega-menu:hover .atmc-mega-menu_box:before {
  height: 2rem;
}
/* .atmc-mega-menu_box .atmc-mega-menu_links {
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
	width: 20%;
} */
.atmc-mega-menu_item + .atmc-mega-menu_item {
  margin-top: 1rem;
}
@media (max-width: 1279px) {
  .atmc-mega-menu_box {
    display: none !important;
  }
}

/* Menu */
/* .atmc-header_menu .atmc-mega-menu_links {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	width: 100%;
} */
.atmc-header_menu .atmc-mega-menu_links .hs-menu-wrapper a {
  padding: 0;
  font-size: 0.9rem;
  font-weight: light;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.atmc-header_menu .atmc-mega-menu_links .hs-menu-wrapper a:before {
  display: none;
}
.atmc-header_menu .atmc-mega-menu_links .hs-menu-wrapper a:hover {
  color: #fff;
}
.atmc-header_menu .atmc-mega-menu_links .hs-menu-wrapper > ul {
  display: inline-block;
  width: 100%;
}
.atmc-header_menu .atmc-mega-menu_links .hs-menu-wrapper > ul li {
  display: block;
}
.atmc-header_menu
  .atmc-mega-menu_links
  .hs-menu-wrapper
  > ul
  > li.hs-item-has-children
  + li,
.atmc-header_menu
  .atmc-mega-menu_links
  .hs-menu-wrapper
  > ul
  > li.hs-item-has-children
  + li.hs-item-has-children {
  margin-top: 1rem;
}
.atmc-header_menu .atmc-mega-menu_links .hs-menu-wrapper > ul > li > ul {
  position: relative;
  left: 0;
  top: 0;
  opacity: 1;
  visibility: visible;
  display: block;
  background: transparent !important;
  padding: 0;
  border: 0px;
}
.atmc-header_menu .atmc-mega-menu_links .hs-menu-wrapper > ul > li > ul a {
  opacity: 0.8;
}
.atmc-header_menu
  .atmc-mega-menu_links
  .hs-menu-wrapper
  > ul
  > li
  > ul
  a:hover {
  opacity: 1;
}
.atmc-header_menu .atmc-mega-menu_links .hs-menu-wrapper > ul > li > a {
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.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: var(--primary) !important;
}
.atmc-header.sticky
  .atmc-header_menu
  .atmc-mega-menu_links
  .hs-menu-wrapper
  > ul
  > li
  > a:hover {
  color: var(--primary) !important;
}

/* Active */
.atmc-header_menu .atmc-mega-menu_links .hs-menu-wrapper li.active > a {
  color: var(--primary) !important;
}

/* Label sup sub */
.atmc-header_menu .atmc-mega-menu_links .hs-menu-wrapper a sup {
  color: var(--danger) !important;
}
.atmc-header_menu .atmc-mega-menu_links .hs-menu-wrapper a span {
  position: relative;
  font-size: 75%;
  line-height: 0;
  top: -0.5em;
  vertical-align: baseline;
  color: var(--success) !important;
}

/* Image */
.atmc-mega-menu_image {
  position: relative;
  /* 	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	width: 100%; */
  height: initial !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.atmc-mega-menu_image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--gray700);
  opacity: 0.75;
  text-align: center;
  transition: 0.3s ease;
}
.atmc-mega-menu_image:hover:before {
  opacity: 0.5;
}
.atmc-mega-menu_image p {
  position: relative;
  margin: 0;
  z-index: 10;
  color: #fff;
}

/* Builder */
.atmc-mega-menu_col {
  padding: 3rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.atmc-mega-menu_col-border {
  border-right: 1px solid rgba(10, 10, 10, 0.1);
}
.atmc-mega-menu_col-border.text-white {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.atmc-mega-menu_box-simple .atmc-mega-menu_col-border {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.atmc-mega-menu_col:last-child {
  border-right: 0px;
}
.atmc-mega-menu_col-overlay {
  position: relative;
}
.atmc-mega-menu_col-overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.atmc-mega-menu_col-overlay > div {
  position: relative;
  z-index: 2;
}
.atmc-mega-menu_col .atmc-mega-menu_links {
  padding: 0;
}

/* Content Type - CTAS 01 */

/* Content Type - Posts 01 */
.atmc-mega-menu_post-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.atmc-mega-menu_post-title {
  padding: 0 !important;
  line-height: 1.4;
}

/* Content Type - Logos 01 */
.atmc-mega-menu_logos {
  grid-row-gap: 1rem;
  grid-column-gap: 1rem;
}

/* Content Type - Feature 01 */
.atmc-mega-menu_feature_01 {
  display: block !important;
}
.atmc-mega-menu_feature_01 svg {
  height: 60px;
  transition: 0.2s ease;
}
.atmc-mega-menu_feature_01 img {
  max-height: 60px;
  width: auto !important;
  transition: 0.2s ease;
}

.atmc-mega-menu_feature_01:hover svg,
.atmc-mega-menu_feature_01:hover img {
  transform: translateY(-5px);
}
