/* $color-choice: #64BC46; */
#top-header {
  /* $color-choice: #64BC46; */
  /** burger menu **/
  /** burger menu active state **/
  padding-top: 18px;
}
#top-header #top-header {
  padding-top: 18px;
}
#top-header #top-header [type=search] {
  line-height: 40px;
  height: 40px;
  width: auto;
}
#top-header #top-header .top-nav a {
  white-space: nowrap;
  transition: 0.3s all ease;
  /* &:hover {
  	color: $color-choice;
  } */
}
#top-header #top-header .top-nav li:nth-child(4) {
  position: relative;
  padding-left: 33px;
}
#top-header #top-header .top-nav li:nth-child(4):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  background: #ddd;
}
@media only screen and (min-width: 1024px) {
  #top-header #top-header .top-nav-wrapper {
    margin-left: 250px;
  }
}
@media only screen and (max-width: 1023.98px) {
  #top-header #top-header {
    display: none;
  }
}
#top-header #main-header {
  transition: 0.3s all ease;
}
#top-header #main-header ul {
  margin-bottom: 0;
}
#top-header #main-header .logo {
  height: 40px;
  width: auto;
  transform-origin: left bottom;
  transition: 0.3s all ease;
  margin-top: 12px;
  margin-bottom: 12px;
}
#top-header #main-header .logo img {
  border-radius: 0;
  height: 100%;
}
#top-header #main-header.is-scrolled {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 1024px) {
  #top-header #main-header .logo {
    transform: scale(1.5);
  }
}
@media only screen and (min-width: 768px) {
  #top-header #main-header.is-scrolled .logo {
    transform: none;
  }
}
@media only screen and (max-width: 1023.98px) {
  #top-header #main-header.show-nav-mobile + .header-nav-mobile-container {
    opacity: 1;
    pointer-events: auto;
  }
}
@media only screen and (max-width: 1023.98px) {
  #top-header #main-header {
    padding: 0;
  }
  #top-header #main-header .logo {
    height: 36px;
  }
  #top-header #main-header .inner {
    height: 80px;
  }
}
#top-header .header-nav > .menu-item {
  position: relative;
  /* &.current-menu-item,
  &.current-page-parent {
  	> a {
  		color: $color-choice;
  	}
  } */
}
#top-header .header-nav > .menu-item a {
  display: block;
  transition: 0.3s all ease;
  /* &:hover {
  	color: $color-choice;
  } */
}
#top-header .header-nav > .menu-item-has-children {
  position: relative;
}
#top-header .header-nav > .menu-item-has-children:after {
  font-family: "Font Awesome 5 Free";
  font-size: 0.75rem;
  content: "\f0d7";
  color: black;
  position: absolute;
  top: 20%;
  right: 0;
}
#top-header .header-nav > .menu-item-has-children > a {
  position: relative;
  transition: 0.3s all ease;
  padding-right: 20px;
  line-height: 3rem;
}
#top-header .header-nav > .menu-item-has-children > a:after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#top-header .header-nav > .menu-item-has-children > a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  /* background: $color-choice; */
  pointer-events: none;
  opacity: 0;
}
#top-header .header-nav > .menu-item-has-children:focus-within > a {
  /* color: $color-choice; */
}
#top-header .header-nav > .menu-item-has-children:focus-within > a:before {
  opacity: 1;
}
#top-header .header-nav > .menu-item-has-children:focus-within .sub-menu {
  pointer-events: auto;
  opacity: 1;
}
#top-header .header-nav > .menu-item-has-children:focus > a {
  /* color: $color-choice; */
}
#top-header .header-nav > .menu-item-has-children:focus > a:before {
  opacity: 1;
}
#top-header .header-nav > .menu-item-has-children:focus .sub-menu {
  pointer-events: auto;
  opacity: 1;
}
#top-header .header-nav > .menu-item-has-children:hover > a {
  /* color: $color-choice; */
}
#top-header .header-nav > .menu-item-has-children:hover > a:before {
  opacity: 1;
}
#top-header .header-nav > .menu-item-has-children:hover .sub-menu {
  pointer-events: auto;
  opacity: 1;
}
#top-header .header-nav .sub-menu {
  pointer-events: none;
  transition: 0.3s all ease;
  position: absolute;
  top: 3rem;
  background: white;
  min-width: 260px;
  width: -moz-max-content;
  width: max-content;
  box-shadow: 6px 6px 20px 10px rgba(0, 0, 0, 0.1);
  right: 0;
  padding: 0;
  opacity: 0;
}
#top-header .header-nav .sub-menu li {
  position: relative;
}
#top-header .header-nav .sub-menu a {
  font-weight: 400;
  display: block;
  padding: 15px 20px;
  transition: 0.3s all ease;
}
#top-header .header-nav .sub-menu a:hover {
  /* background: $color-choice; */
  color: white;
}
#top-header .header-nav .sub-menu a:focus {
  /* background: $color-choice; */
  color: white;
}
#top-header .header-nav .sub-menu a:focus-within {
  /* background: $color-choice; */
  color: white;
}
@media only screen and (min-width: 1024px) {
  #top-header .header-nav {
    @apply space-x-14;
  }
}
@media only screen and (max-width: 1023.98px) {
  #top-header .header-nav {
    @apply space-x-4;
  }
}
#top-header .header-nav-mobile-container {
  transition: 0.3s all ease;
  position: fixed;
  top: 90px;
  left: 0;
  width: 100%;
  bottom: 0;
  /* background: rgba(67, 124, 191, .9); */
  background: white;
  overflow: scroll;
  min-height: calc(100dvh - 90px);
  padding: 0 30px;
  opacity: 0;
  pointer-events: none;
}
#top-header .nav-mobile > .menu-item {
  border-bottom: 1px solid white;
}
#top-header .nav-mobile > .menu-item > a {
  line-height: 70px;
  font-weight: 700;
}
#top-header .nav-mobile > .menu-item a {
  display: inline-block;
  font-size: 15px;
}
#top-header .nav-mobile > .menu-item.is-active > a:after {
  opacity: 0;
}
#top-header .nav-mobile > .menu-item-has-children {
  position: relative;
}
#top-header .nav-mobile > .menu-item-has-children > a:after, #top-header .nav-mobile > .menu-item-has-children > a:before {
  transition: 0.3s all ease;
  position: absolute;
  top: 15px;
  right: 0;
  font-weight: 100;
  font-family: system-ui;
  font-size: 40px;
  height: 40px;
  line-height: 30px;
  pointer-events: none;
}
#top-header .nav-mobile > .menu-item-has-children > a:after {
  content: "+";
}
#top-header .nav-mobile > .menu-item-has-children > a:before {
  content: "-";
}
#top-header .nav-mobile .sub-menu {
  height: 0;
  padding: 0;
  overflow: hidden;
}
#top-header .nav-mobile .sub-menu > li {
  opacity: 0;
  transition: 0.3s all ease;
  transform: translateY(10px);
}
#top-header .nav-mobile > .menu-item.is-active .sub-menu {
  height: auto;
  padding: 30px 0;
  border-top: 1px solid white;
}
#top-header .nav-mobile > .menu-item.is-active .sub-menu > li {
  opacity: 1;
  transform: none;
}
#top-header .burger-menu {
  width: 23px;
  height: 18px;
  cursor: pointer;
  position: relative;
  margin-left: auto;
}
#top-header .burger-menu .bar {
  width: 100%;
  height: 2px;
  background: black;
  position: absolute;
  transition: 0.3s all ease;
}
#top-header .burger-menu .bar:first-child {
  transform-origin: right top;
  top: 0;
}
#top-header .burger-menu .bar:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
#top-header .burger-menu .bar:last-child {
  transform-origin: right bottom;
  bottom: 0;
}
#top-header #main-header.show-nav-mobile .burger-menu .bar:first-child {
  transform: translateY(0) translateX(-4px) rotate(-45deg);
}
#top-header #main-header.show-nav-mobile .burger-menu .bar:nth-child(2) {
  transform: translateX(-10px);
  opacity: 0;
}
#top-header #main-header.show-nav-mobile .burger-menu .bar:last-child {
  transform: translateY(0) translateX(-4px) rotate(45deg);
}
#top-header [type=search] {
  line-height: 40px;
  height: 40px;
  width: auto;
}
#top-header .top-nav a {
  white-space: nowrap;
  transition: 0.3s all ease;
  /* &:hover {
  	color: $color-choice;
  } */
}
#top-header .top-nav li:nth-child(4) {
  position: relative;
  padding-left: 33px;
}
#top-header .top-nav li:nth-child(4):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  background: #ddd;
}
@media only screen and (min-width: 1024px) {
  #top-header .top-nav-wrapper {
    margin-left: 250px;
  }
}
@media only screen and (max-width: 1023.98px) {
  #top-header {
    display: none;
  }
}

#main-header {
  transition: 0.3s all ease;
}
#main-header ul {
  margin-bottom: 0;
}
#main-header .logo {
  height: 40px;
  width: auto;
  transform-origin: left bottom;
  transition: 0.3s all ease;
  margin-top: 12px;
  margin-bottom: 12px;
}
#main-header .logo img {
  border-radius: 0;
  height: 100%;
}
#main-header.is-scrolled {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 1024px) {
  #main-header .logo {
    transform: scale(1.5);
  }
}
@media only screen and (min-width: 768px) {
  #main-header.is-scrolled .logo {
    transform: none;
  }
}
@media only screen and (max-width: 1023.98px) {
  #main-header.show-nav-mobile + .header-nav-mobile-container {
    opacity: 1;
    pointer-events: auto;
  }
}
@media only screen and (max-width: 1023.98px) {
  #main-header {
    padding: 0;
  }
  #main-header .logo {
    height: 36px;
  }
  #main-header .inner {
    height: 80px;
  }
}

.header-nav > .menu-item {
  position: relative;
  /* &.current-menu-item,
  &.current-page-parent {
  	> a {
  		color: $color-choice;
  	}
  } */
}
.header-nav > .menu-item a {
  display: block;
  transition: 0.3s all ease;
  /* &:hover {
  	color: $color-choice;
  } */
}
.header-nav > .menu-item-has-children {
  position: relative;
}
.header-nav > .menu-item-has-children:after {
  font-family: "Font Awesome 5 Free";
  font-size: 0.75rem;
  content: "\f0d7";
  color: black;
  position: absolute;
  top: 20%;
  right: 0;
}
.header-nav > .menu-item-has-children > a {
  position: relative;
  transition: 0.3s all ease;
  padding-right: 20px;
  line-height: 3rem;
}
.header-nav > .menu-item-has-children > a:after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.header-nav > .menu-item-has-children > a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  /* background: $color-choice; */
  pointer-events: none;
  opacity: 0;
}
.header-nav > .menu-item-has-children:focus-within > a {
  /* color: $color-choice; */
}
.header-nav > .menu-item-has-children:focus-within > a:before {
  opacity: 1;
}
.header-nav > .menu-item-has-children:focus-within .sub-menu {
  pointer-events: auto;
  opacity: 1;
}
.header-nav > .menu-item-has-children:focus > a {
  /* color: $color-choice; */
}
.header-nav > .menu-item-has-children:focus > a:before {
  opacity: 1;
}
.header-nav > .menu-item-has-children:focus .sub-menu {
  pointer-events: auto;
  opacity: 1;
}
.header-nav > .menu-item-has-children:hover > a {
  /* color: $color-choice; */
}
.header-nav > .menu-item-has-children:hover > a:before {
  opacity: 1;
}
.header-nav > .menu-item-has-children:hover .sub-menu {
  pointer-events: auto;
  opacity: 1;
}
.header-nav .sub-menu {
  pointer-events: none;
  transition: 0.3s all ease;
  position: absolute;
  top: 3rem;
  background: white;
  min-width: 260px;
  width: -moz-max-content;
  width: max-content;
  box-shadow: 6px 6px 20px 10px rgba(0, 0, 0, 0.1);
  right: 0;
  padding: 0;
  opacity: 0;
}
.header-nav .sub-menu li {
  position: relative;
}
.header-nav .sub-menu a {
  font-weight: 400;
  display: block;
  padding: 15px 20px;
  transition: 0.3s all ease;
}
.header-nav .sub-menu a:hover {
  /* background: $color-choice; */
  color: white;
}
@media only screen and (min-width: 1024px) {
  .header-nav {
    @apply space-x-14;
  }
}
@media only screen and (max-width: 1023.98px) {
  .header-nav {
    @apply space-x-4;
  }
}

.header-nav-mobile-container {
  transition: 0.3s all ease;
  position: fixed;
  top: 90px;
  left: 0;
  width: 100%;
  bottom: 0;
  /* background: rgba(67, 124, 191, .9); */
  background: white;
  overflow: scroll;
  min-height: calc(100dvh - 90px);
  padding: 0 30px;
  opacity: 0;
  pointer-events: none;
}

.nav-mobile > .menu-item {
  border-bottom: 1px solid white;
}
.nav-mobile > .menu-item > a {
  line-height: 70px;
  font-weight: 700;
}
.nav-mobile > .menu-item a {
  display: inline-block;
  font-size: 15px;
}
.nav-mobile > .menu-item.is-active > a:after {
  opacity: 0;
}
.nav-mobile > .menu-item-has-children {
  position: relative;
}
.nav-mobile > .menu-item-has-children > a:after, .nav-mobile > .menu-item-has-children > a:before {
  transition: 0.3s all ease;
  position: absolute;
  top: 15px;
  right: 0;
  font-weight: 100;
  font-family: system-ui;
  font-size: 40px;
  height: 40px;
  line-height: 30px;
  pointer-events: none;
}
.nav-mobile > .menu-item-has-children > a:after {
  content: "+";
}
.nav-mobile > .menu-item-has-children > a:before {
  content: "-";
}
.nav-mobile .sub-menu {
  height: 0;
  padding: 0;
  overflow: hidden;
}
.nav-mobile .sub-menu > li {
  opacity: 0;
  transition: 0.3s all ease;
  transform: translateY(10px);
}
.nav-mobile > .menu-item.is-active .sub-menu {
  height: auto;
  padding: 30px 0;
  border-top: 1px solid white;
}
.nav-mobile > .menu-item.is-active .sub-menu > li {
  opacity: 1;
  transform: none;
}

/** burger menu **/
.burger-menu {
  width: 23px;
  height: 18px;
  cursor: pointer;
  position: relative;
  margin-left: auto;
}
.burger-menu .bar {
  width: 100%;
  height: 2px;
  background: black;
  position: absolute;
  transition: 0.3s all ease;
}
.burger-menu .bar:first-child {
  transform-origin: right top;
  top: 0;
}
.burger-menu .bar:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
.burger-menu .bar:last-child {
  transform-origin: right bottom;
  bottom: 0;
}

/** burger menu active state **/
#main-header.show-nav-mobile .burger-menu .bar:first-child {
  transform: translateY(0) translateX(-4px) rotate(-45deg);
}
#main-header.show-nav-mobile .burger-menu .bar:nth-child(2) {
  transform: translateX(-10px);
  opacity: 0;
}
#main-header.show-nav-mobile .burger-menu .bar:last-child {
  transform: translateY(0) translateX(-4px) rotate(45deg);
}/*# sourceMappingURL=header.css.map */