.bok-megamenu-toggle,
.bok-megamenu-toggle:visited,
.bok-megamenu-toggle:hover,
.bok-megamenu-toggle:focus,
.bok-megamenu-toggle:active {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-width: 220px;
  min-height: 50px;
  padding: 8px 15px;
  border: 0;
  border-radius: 0;
  background: #12a57d;
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none !important;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.bok-megamenu-toggle:hover,
.bok-megamenu-toggle:focus {
  background: #10946f;
  color: #fff !important;
}

.bok-megamenu-toggle__label,
.bok-megamenu-toggle__icon {
  color: inherit !important;
}

.bok-megamenu-toggle__icon {
  margin-top: -1px;
}

.bok-megamenu-toggle__icon:after {
    content: "\f0c9";
    font-family: "FontAwesome";
    font-size: 22px;
    top: 2px;
    position: relative;
}

.bok-menu-instance {
  position: relative;
  width: 100%;
  z-index: 30;
}

.bok-megamenu__toggle,
.bok-megamenu__toggle:visited,
.bok-megamenu__toggle:hover,
.bok-megamenu__toggle:focus,
.bok-megamenu__toggle:active {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-width: 220px;
  min-height: 40px;
  padding: 10px 16px;
  border: 0;
  border-radius: 0;
  background: #12a57d;
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none !important;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.bok-megamenu__toggle:hover,
.bok-megamenu__toggle:focus {
  background: #10946f;
  color: #fff !important;
}

.bok-megamenu__toggle-label,
.bok-megamenu__toggle-icon {
  color: inherit !important;
}

.bok-megamenu__toggle-icon {
  font-size: 18px;
  line-height: 1;
}

.bok-megamenu__panel {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  width: calc(100% - 2px);
  max-width: 1167px;
}

body.sticky-menu .bok-megamenu__panel {
    top: calc(100% + 10px);
}
.bok-menu-instance[data-open="false"] .bok-megamenu__panel {
  display: none;
}

.bok-menu-instance[data-open="true"] .bok-megamenu__panel {
  display: block;
}

.bok-megamenu__inner {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: 100%;
  background: #f3f3f3;
  border: 1px solid #cbcfd3;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.bok-megamenu__col {
  background: #f3f3f3;
  border-right: 1px solid #cbcfd3;
}

body.sticky-menu .bok-megamenu__col {
  overflow-y: auto;
  max-height: calc(100vh - 103px);
}

.bok-megamenu__col:last-child {
  border-right: 0;
}

.bok-megamenu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bok-megamenu__item {
  margin: 0;
  padding: 0;
}

.bok-megamenu__trigger,
.bok-megamenu__trigger:visited,
.bok-megamenu__trigger:hover,
.bok-megamenu__trigger:focus,
.bok-megamenu__trigger:active,
.bok-megamenu__link,
.bok-megamenu__link:visited,
.bok-megamenu__link:hover,
.bok-megamenu__link:focus,
.bok-megamenu__link:active {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  width: 100%;
  min-height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
  color: #000 !important;
  text-align: left;
  text-decoration: none !important;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 400;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition: background-color 0.15s ease, color 0.15s ease;
  letter-spacing: normal;
}

.bok-megamenu__trigger:hover,
.bok-megamenu__link:hover {
  background: #e8e8e8 !important;
  color: #111 !important;
}

.bok-megamenu__item.is-in-chain > .bok-megamenu__trigger,
.bok-megamenu__item.is-in-chain > .bok-megamenu__link {
  background: #e4e4e4 !important;
}

.bok-megamenu__item.is-active > .bok-megamenu__trigger,
.bok-megamenu__item.is-active > .bok-megamenu__link,
.bok-megamenu__item.is-current > .bok-megamenu__trigger,
.bok-megamenu__item.is-current > .bok-megamenu__link {
  background: #d3d3d3 !important;
  color: #111 !important;
  font-weight: 600;
}

.bok-megamenu__label {
  flex: 1 1 auto;
  min-width: 0;
  overflow-wrap: anywhere;
  color: inherit !important;
  padding-left: 15px;
  text-transform: none;
  white-space: normal;
}

.bok-megamenu__col--level-1 .bok-megamenu__label {
    text-transform: uppercase;
}

.bok-megamenu__icon {
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  padding-right: 15px;
  margin-top: -5px;
}

.bok-megamenu__chevron,
.bok-megamenu__spinner {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bok-megamenu__chevron {
  font-size: 24px;
  line-height: 1;
  color: #111 !important;
  opacity: 1;
  transition: opacity 0.15s ease;
}

.bok-megamenu__spinner {
  width: 9px;
  height: 9px;
  margin: auto;
  border: 2px solid rgba(0, 0, 0, 0.18);
  border-top-color: rgba(0, 0, 0, 0.85);
  border-radius: 50%;
  animation: bok-megamenu-spin 0.7s linear infinite;
  opacity: 0;
  transition: opacity 0.15s ease;
  margin-top: 4px;
}

.bok-megamenu__trigger.is-loading .bok-megamenu__chevron {
  opacity: 0;
}

.bok-megamenu__trigger.is-loading .bok-megamenu__spinner {
  opacity: 1;
}

@keyframes bok-megamenu-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1200px) {
    .bok-megamenu__panel {
        width: calc(100% - 32px);
    }
}