/*!*********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/style.scss ***!
  \*********************************************************************************************************/
.site-header {
  padding-bottom: 0 !important;
}

.main-menu {
  display: flex;
  justify-content: flex-start;
  gap: 0.5rem;
  font-family: "Geist";
  list-style: none;
}

.main-menu > li {
  display: inline-flex;
  font-weight: 600;
}

@media only screen and (min-width: 1200px) {
  .main-menu {
    min-width: 805px;
    max-width: 100%;
  }
  .main-menu > li {
    font-size: 0.9375rem;
  }
}
.main-menu > li > a {
  padding: 24px 15px;
  margin: 0 10px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  display: block;
  font-weight: 400;
  letter-spacing: 0.2px;
  height: 68px;
  line-height: 20px;
  font-family: Avenir Roman, sans-serif !important;
  position: relative;
}
.main-menu > li > a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 15px;
  width: 0;
  max-width: calc(100% - 30px);
  height: 1px;
  background-color: #2143a5;
  transition: all 0.5s ease-in-out;
}
@media screen and (min-width: 1200px) {
  .main-menu > li > a:hover:after {
    width: 100%;
  }
}

@media only screen and (max-width: 1250px) {
  .main-menu > li > a {
    margin: 0 1px;
  }
  body .site-header .header-menu-col {
    position: static !important;
  }
}
@media only screen and (max-width: 1199px) {
  .main-menu > li > a {
    margin: 0;
    height: auto;
    padding: 15px;
    width: 97%;
    color: #828282 !important;
    text-transform: uppercase;
  }
}
@media (hover: hover) {
  .main-menu > li:hover > a {
    color: #000 !important;
    text-shadow: 0 0 0.65px #000, 0 0 0.65px #000;
    border-color: #aa272f;
  }
}
@media (hover: none) {
  .main-menu > li > a:active {
    color: #000 !important;
    text-shadow: 0 0 0.65px #000, 0 0 0.65px #000;
    border-color: #aa272f;
  }
}
@media only screen and (max-width: 1199px) {
  .menu-open {
    overflow: hidden;
  }
  .menu-open .menu-wrapper {
    opacity: 1;
    visibility: visible;
  }
  .menu-open .header__searchbtn {
    display: none;
  }
  .menu-open .header__logo .logo-white {
    display: none;
  }
  .menu-open .header__logo .logo-colored {
    display: flex;
  }
  .menu-open .header__logo .blue-fill {
    fill: #1b385e;
  }
  .menu-open .header__logo .yellow-fill {
    fill: #fbcb07;
  }
  .menu-open .header__right div + div:before {
    background-color: #000;
  }
  .menu-open .header__searchbtn {
    color: #000;
  }
  .menu-open .header__btn {
    color: #000;
  }
  .menu-open .openMenu__lines {
    background: transparent !important;
  }
  .menu-open .openMenu__lines:before {
    transform: rotate3d(0, 0, 1, 45deg);
    background-color: #000;
  }
  .menu-open .openMenu__lines:after {
    transform: rotate3d(0, 0, 1, -45deg);
    background-color: #000;
  }
  .menu-wrapper {
    display: block;
    position: absolute;
    top: 3.375rem;
    left: 0;
    width: 100%;
    height: calc(100dvh - 3.375rem);
    z-index: 10;
    padding: 1.25rem 1.5rem 1.5rem;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    transition: 0.3s opacity, 0.3s visibility;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 767px) {
  .menu-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media only screen and (max-width: 1199px) {
  .menu-wrapper .main-menu {
    padding: 10px;
    display: block;
    margin-right: 0;
    background-color: #fff;
    box-shadow: 0 8px 30.78px 7.22px rgba(0, 0, 0, 0.18);
  }
  .menu-wrapper .main-menu > li {
    padding: 0 12px;
    display: block;
    font-size: 1.125rem;
    position: relative;
  }
  .menu-wrapper .main-menu > li span {
    display: inline-flex;
    width: 2rem;
    height: 1rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 height=%2712%27 width=%2712%27 viewBox=%270 0 640 640%27%3E%3C%21--%21Font Awesome Free v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill=%27%23828282%27 d=%27M300.3 440.8C312.9 451 331.4 450.3 343.1 438.6L471.1 310.6C480.3 301.4 483 287.7 478 275.7C473 263.7 461.4 256 448.5 256L192.5 256C179.6 256 167.9 263.8 162.9 275.8C157.9 287.8 160.7 301.5 169.9 310.6L297.9 438.6L300.3 440.8z%27/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    position: absolute;
    top: 13px;
    right: 15px;
  }
  .sub-menu {
    display: grid;
    grid-template-rows: 0fr;
    transition: all 0.5s ease-out;
  }
  .sub-menu__container {
    margin: 0 16px;
    overflow: auto;
    max-height: 300px;
  }
  .active-parent .sub-menu {
    grid-template-rows: 1fr;
    height: auto !important;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  }
  .active-parent .sub-menu .sub-menu__container {
    padding: 10px 30px;
  }
  .active-parent .js-openSubMenu {
    transform: rotate(180deg);
  }
}
.openMenu {
  border: 0;
  position: relative;
  z-index: 105;
  transition: all 0.3s;
  padding: 0;
  width: 1.875rem;
  height: 0.875rem;
  cursor: pointer;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 991px) {
  .openMenu {
    margin-right: -0.4375rem;
  }
}
.openMenu__lines {
  position: relative;
  width: 1.875rem;
  height: 0.0625rem;
  display: block;
}

.openMenu__lines:before,
.openMenu__lines:after {
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-out;
  position: absolute;
  left: 0;
  content: "";
  transform-origin: 10% 50%;
}

.openMenu__lines:after {
  top: 0.5rem;
}

.openMenu__lines:before {
  top: -0.5rem;
}

@media only screen and (min-width: 1200px) {
  .menu-open-desc:not(.header-dark) .header:not(.fixed) {
    background-color: #000;
  }
  .main-menu > li {
    position: relative;
  }
  .main-menu > li.menu-item-has-children:has(.sub-menu__column:nth-child(3)) {
    position: static;
  }
}
@media only screen and (min-width: 1200px) and (hover: hover) {
  .main-menu > li:hover .sub-menu {
    transform: translate(-50%, 0px) scale(1);
    transition: none;
  }
  .main-menu > li:hover .sub-menu:has(.sub-menu__column:nth-child(1):last-child) {
    transform: translate(0, 0px) scale(1);
  }
}
@media only screen and (min-width: 1200px) and (hover: none) {
  .main-menu > li:active > a {
    color: #000 !important;
  }
  .main-menu > li:active .sub-menu {
    transform: translate(-50%, 0px) scale(1);
    transition: 0.3s ease-in-out;
  }
  .main-menu > li:active .sub-menu:has(.sub-menu__column:nth-child(1):last-child) {
    transform: translate(0, 0px) scale(1);
  }
}
.sub-menu {
  font-family: "Geist";
  font-size: 1rem;
}

@media only screen and (min-width: 1200px) {
  .sub-menu {
    background-color: #fff;
    left: 50%;
    overflow: hidden;
    position: fixed;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
  }
}
@media only screen and (min-width: 1200px) {
  .sub-menu__container {
    display: flex;
    justify-content: center;
    justify-content: space-evenly;
    padding: 30px;
  }
  .sub-menu__container:has(.sub-menu__column:nth-child(1):last-child), .sub-menu__container:has(.sub-menu__column:nth-child(2):last-child) {
    min-width: 535px;
  }
  .sub-menu__container:has(.sub-menu__column:nth-child(1):last-child) .sub-menu__column, .sub-menu__container:has(.sub-menu__column:nth-child(2):last-child) .sub-menu__column {
    flex: 1 0 50%;
  }
  .sub-menu__container:has(.sub-menu__column:nth-child(3):last-child) .sub-menu__column {
    flex: 1 0 33.33%;
  }
  .sub-menu__column {
    padding: 0 15px;
    flex: 0 0 16.66666%;
  }
  .sub-menu:has(.sub-menu__column:nth-child(1):last-child) {
    left: 0 !important;
  }
  .sub-menu__column.half {
    flex: 0 0 48.625rem;
  }
  .sub-menu__column.half .sub-menu__list {
    column-count: 2;
    column-gap: 3rem;
  }
}
@media only screen and (max-width: 1199px) {
  .sub-menu__column {
    margin-top: 0.75rem;
    margin-bottom: 1.5rem;
  }
}
.sub-menu__title {
  margin-bottom: 15px;
  font-family: Avenir Heavy, sans-serif !important;
  color: #828282 !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-transform: none;
  background-color: inherit;
  padding-top: 3px;
  padding-bottom: 3px;
  text-transform: uppercase;
}

.sub-menu__title a {
  color: #828282 !important;
  cursor: pointer;
}

@media (hover: hover) and (min-width: 1200px) {
  .sub-menu__title a:hover {
    color: #000 !important;
  }
}
@media (hover: none) {
  .sub-menu__title a:active {
    color: #000 !important;
  }
}
.sub-menu__list {
  list-style: none;
  font-weight: 300;
}

.sub-menu__list li {
  display: flex;
}

.sub-menu__list li a {
  font-family: Avenir Roman, sans-serif !important;
  color: #686868 !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  background-color: inherit;
  padding-top: 3px;
  padding-bottom: 3px;
}
@media screen and (min-width: 1200px) {
  .sub-menu__list li a:hover {
    color: #000 !important;
    text-shadow: 0 0 0.65px #000, 0 0 0.65px #000;
  }
}

@media (hover: none) {
  .sub-menu__list li a:active {
    color: #000 !important;
    text-shadow: 0 0 0.65px #000, 0 0 0.65px #000;
  }
}
.sub-menu__media {
  display: flex;
  margin-bottom: 1rem;
}

.sub-menu__media picture {
  aspect-ratio: 271/147;
}

.sub-menu__media img {
  border-radius: 0.625rem;
}

.sub-menu__desc {
  padding: 0 0.625rem;
}

.sub-menu__desc .sub-menu__atitle {
  line-height: 1.12;
  letter-spacing: -0.03125rem;
  margin-bottom: 0.8125rem;
}

.sub-menu__atitle {
  font-size: 1.21875rem;
  font-weight: 500;
  color: #211f20;
}

.sub-menu__atitle > a {
  color: #211f20 !important;
}

@media (hover: hover) and (min-width: 1200px) {
  .sub-menu__atitle > a:hover {
    color: #000 !important;
  }
}
@media (hover: none) {
  .sub-menu__atitle > a:active {
    color: #000 !important;
  }
}
.sub-menu .btn {
  height: 2.125rem;
  padding: 0.5rem 1.0625rem;
  font-size: 0.92625rem;
  letter-spacing: -0.03125rem;
  gap: 1rem;
}

.sub-menu .btn .icon {
  width: 0.75rem;
  height: 0.75rem;
}

@media only screen and (min-width: 1200px) {
  .hamburger-menu {
    display: none !important;
  }
  .sub-menu {
    position: absolute !important;
    background-color: #fff;
    left: 50% !important;
    overflow: hidden;
    top: 69px !important;
    transform: translate(-50%, 0px) scale(1, 0);
    transform-origin: 50% 0;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
    height: auto !important;
  }
  .sub-menu:has(.sub-menu__column:nth-child(3)) {
    width: 100%;
  }
  .sub-menu:not(:has(.sub-menu__column:nth-child(3))) {
    position: absolute !important;
  }
  .lem-navbar-head .lem-navbar-toggle {
    display: none;
  }
  header .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 55px;
  }
  header.ntce-header .lem-navbar-head {
    height: auto;
  }
  .lem-navbar-head .lem-navbar-toggle {
    display: none;
  }
  header .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 55px;
  }
  header.ntce-header .lem-navbar-head {
    height: auto;
  }
  .header-menu-col {
    position: static !important;
  }
}
.sub-menu__post {
  margin-top: 10px;
  height: 100px;
}
.sub-menu__post a {
  padding: 8px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 8px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub-menu__post a:hover .sub-menu__post-icon {
  border-color: #000;
  background-color: #000;
}

.sub-menu__post-title {
  font-family: AvenirNextProCondensedDemi, Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #fff;
  position: static !important;
  width: auto !important;
  height: auto !important;
}

.sub-menu__post-icon {
  margin-bottom: 5px;
  font-size: 20px;
  width: 36px;
  height: 36px;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.75s;
}

#header-sticky.default .main-menu > li > a {
  color: #828282;
}

@media (max-width: 1250px) {
  body.home .site-header .header-menu-col {
    position: static !important;
  }
}
#searchform a, #searchform button {
  color: #000;
}
