@charset "UTF-8";

.header {
  transition: padding .3s ease-in-out, background-color .3s ease-in-out;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid #F0F0F0;
}

.header--scroll {
  box-shadow: 0 5px 15px -9px #121a2f;
  padding: 10px 0;
  background-color: #fffffff2;
}

@media screen and (max-width: 991px) {
  .header--scroll {
    background-color: #ffffff;
  }
}

#header-menu {
  color: #121212;
  display: block;
  font-family: inherit;
  font-size: 14px;
  height: auto;
  margin: 0;
  padding: 0;
  border-radius: 0px;
}

#header-menu .custom-dropdown .custom-columns {
  display: flex;
  gap: 15px;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  #header-menu .custom-dropdown .custom-columns {
    padding: 10px;
    flex-wrap: wrap;
    gap: 0;
  }

  #header-menu .custom-dropdown .custom-columns .custom-col {
    flex: 0 0 45%;
  }
}

#header-menu .custom-widget {
  background-color: #E3FF8E;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

@media screen and (max-width: 991px) {
  #header-menu .custom-widget {
    flex-direction: column;
    text-align: center;
  }
}

#header-menu .custom-widget img {
  max-width: 55px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  #header-menu .custom-widget img {
    max-width: 24px;
    margin-bottom: 10px;
  }

}

#header-menu .custom-widget .custom-widget-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
}

#header-menu .custom-widget .custom-widget-text {
  margin-bottom: 10px;
}

#header-menu .custom-button-section {
  background-color: #E3FF8E80;
  padding: 10px 24px;
  max-width: 214px;
  width: 100%;
  min-height: 90px;
}

#header-menu .custom-button-section .button {
  display: block;
}

#header-menu .custom-button-section .custom-button-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  #header-menu .custom-button-section .custom-button-title {
    font-size: 16px;
  }

}

#header-menu .sub-menu {
  display: none !important;
}

@media only screen and (min-width: 992px) {
  #header-menu {
    background: white;
  }
}

#header-menu a {
  cursor: pointer;
  display: inline;
}

#header-menu p {
  margin-bottom: 10px;
}

#header-menu input,
#header-menu img {
  max-width: 100%;
}

#header-menu li.menu-item>.header-menu {
  display: block;
  visibility: hidden;
  opacity: 1;
  pointer-events: auto;
}

@media only screen and (max-width: 991px) {
  #header-menu li.menu-item.menu-item-has-children>.custom-dropdown {
    height: 0;
    visibility: hidden;
    opacity: 1;
    position: relative;
    border: none;
    transform-origin: top;
    transform: rotateX(90deg);
    transition: all 0.25s ease-in-out;
  }

  #header-menu li.menu-item.menu-item-has-children:focus>.custom-dropdown {
    visibility: inherit;
    display: block;
  }

  #header-menu>li.menu-item-has-children .custom-dropdown .button--type3 {
    padding: 7px 10px;
  }
}

@media screen and (min-width: 992px) {
  #header-menu li.menu-item.menu-item-has-children:hover>.custom-dropdown {
    visibility: inherit;
    opacity: 1;
    display: block;
  }
}

@media screen and (min-width: 992px) {
  #header-menu>li.menu-item-has-children .custom-dropdown {
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden;
  }
}

#header-menu li.menu-item a[class^="dashicons"]:before {
  font-family: dashicons;
}

#header-menu li.menu-item a:before {
  display: inline-block;
  font: inherit;
  font-family: dashicons;
  position: static;
  margin: 0 6px 0 0px;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
  background: transparent;
  height: auto;
  width: auto;
  top: auto;
}

@media only screen and (min-width: 992px) {
  #header-menu>li.menu-item-has-children {
    position: static;
  }
}

#header-menu>li.menu-item {
  margin: 0 0px 0 0;
  display: inline-block;
  height: auto;
  vertical-align: middle;
}

@media only screen and (min-width: 992px) {

  #header-menu>li.menu-item>a:hover,
  #header-menu>li.menu-item>a:focus {
    background: white;
    color: #121212;
    font-weight: normal;
    text-decoration: none;
    border-color: white;
    transition: all 0.25s ease-in-out;
  }
}

#header-menu>li.menu-item>a {
  line-height: 40px;
  padding: 10px;
  vertical-align: baseline;
  width: auto;
  display: block;
  color: #121212;
  text-transform: none;
  text-decoration: underline;
  text-align: left;
  background: transparent;
  border: 0;
  border-radius: 0px;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  outline: none;
}

@media only screen and (max-width: 1112px) {
  #header-menu>li.menu-item>a {
    padding: 5px;
  }
}

@media only screen and (max-width: 991px) {
  #header-menu>li.menu-item {
    display: list-item;
  }

  #header-menu>li.menu-item>a {
    font-weight: 500;
    color: #121212;
    display: flex;
    justify-content: flex-start;
    text-decoration: unset;
    font-size: 14px;
    padding: 1px 20px;
  }

  #header-menu>li.menu-item>a.active {
    border-bottom: 1px solid rgba(18, 18, 18, 1);
  }

  #header-menu li.menu-item-has-children a.active:after {
    content: "\f343";
  }
}

#header-menu>li.menu-item-has-children>.custom-dropdown {
  z-index: 999;
  border-radius: 4px;
  background: white;
  border: 1px solid #121212;
  padding: 0.8px;
  position: absolute;
  width: 100%;
  max-width: none;
  left: 0;
}

@media only screen and (max-width: 991px) {
  #header-menu>li.menu-item-has-children>.custom-dropdown {
    padding: 0;
  }
}

#header-menu>li.menu-item-has-children .custom-dropdown a:not(.button) {
  display: block;
  background: white;
  color: #121212;
  font-family: inherit;
  font-size: 16px;
  font-weight: inherit;
  padding: 15px 30px;
  text-decoration: none;
  text-transform: none;
  vertical-align: baseline;
}


#header-menu>li.menu-item-has-children .custom-dropdown a:not(.button):hover,
#header-menu>li.menu-item-has-children .custom-dropdown a:not(.button):focus {
  background: white;
  font-weight: inherit;
  text-decoration: underline;
  color: #121212;
}

@media screen and (max-width: 991px) {
  #header-menu {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  #header-menu>li.menu-item-has-children .custom-dropdown a {
    padding-left: 20px;
  }

  #header-menu>li.menu-item-has-children .custom-dropdown a {
    padding-left: 30px;
  }

  #header-menu>li.menu-item-has-children .custom-dropdown a:not(.button) {
    font-size: 13px;
    padding: 5px;
  }

  #header-menu .open .button {
    width: auto;
  }
}

#header-menu li.menu-item-has-children a:after {
  content: "\f347";
  font-family: dashicons;
  font-weight: normal;
  display: inline-block;
  margin: 0;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(0);
  color: inherit;
  position: relative;
  background: transparent;
  height: auto;
  width: auto;
  right: auto;
  left: 6px;
  line-height: inherit;
}

@media screen and (max-width: 991px) {
  #header-menu li.menu-item-has-children a:after {
    font-size: 16px;
  }
}

#header-menu li.menu-item-has-children .custom-dropdown a:after {
  content: none;
}

.header-menu-wrap .menu-toggle {
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  position: relative;
}

@media screen and (min-width: 992px) {
  .header-menu-wrap .menu-toggle {
    display: none;
  }
}

.header-menu-wrap .icon-hamburger span {
  position: absolute;
  left: 4px;
  width: 24px;
  height: 2px;
  background: #121212;
  border-radius: 2px;
  transition: transform 0.35s ease, opacity 0.25s ease, top 0.35s ease;
}

.header-menu-wrap .icon-hamburger span:nth-child(1) {
  top: 8px;
}

.header-menu-wrap .icon-hamburger span:nth-child(2) {
  top: 15px;
}

.header-menu-wrap .icon-hamburger span:nth-child(3) {
  top: 22px;
}

.header-menu-wrap .menu-toggle.active .icon-hamburger span:nth-child(1) {
  top: 15px;
  transform: rotate(45deg);
}

.header-menu-wrap .menu-toggle.active .icon-hamburger span:nth-child(2) {
  opacity: 0;
}

.header-menu-wrap .menu-toggle.active .icon-hamburger span:nth-child(3) {
  top: 15px;
  transform: rotate(-45deg);
}

.header-menu .header-auth.mobile {
  display: none;
  padding: 0 20px;
}

@media only screen and (max-width: 991px) {
  .header-menu {
    display: flex;
    flex-direction: column;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 76px;
    left: 0;
    bottom: 0;
    z-index: 12;
    width: 100%;
    background-color: #ffffff;
    overflow-y: scroll;
    height: calc(100vh - 75px);
    transition: transform 0.35s ease, opacity 0.25s ease;
  }

  .header-menu.open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .header-menu .header-auth.mobile {
    display: block;
  }

  .header-menu .header-auth.mobile .button.button--type1 {
    width: 100%;
  }

  .header-menu .header-auth.mobile .social {
    align-items: center;
  }

  .header-menu .header-auth.mobile .social a {
    color: rgba(18, 18, 18, 1);
    text-decoration: underline;
    padding: 8px 5px 0 5px;
  }

  .header-menu .header-auth.mobile .social a path {
    fill: rgba(18, 18, 18, 1);
  }
}

/** Push menu onto new line **/
#header-menu,
.header-menu-wrap {
  clear: both;
}

.header-menu-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}

#header-menu .custom-badge {
  border-radius: 16px;
  padding-top: 4px;
  padding-right: 10px;
  padding-bottom: 4px;
  padding-left: 10px;
}

ul.custom-col>li.custom-col:has(.custom-badge) {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 5px;
  align-items: center;
}

#header-menu .badge-green {
  background-color: #E3FF8E80;
}

#header-menu .badge-blue {
  background-color: #055ED226;
}

#header-menu .badge-orange {
  background-color: #FF932E26;
}

#header-menu .badge-red {
  background-color: rgb(255, 77, 79);
}