.elementor-12 .elementor-element.elementor-element-fa6c423{--display:flex;--min-height:6px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-fa6c423:not(.elementor-motion-effects-element-type-background), .elementor-12 .elementor-element.elementor-element-fa6c423 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EEEEEEEE;}.elementor-12 .elementor-element.elementor-element-f7d72c2{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:00px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-f7d72c2 */.kw-header {
  width: 100%;
  position: relative;
  z-index: 9999;
  font-family: Arial, sans-serif;
  background: #ffffff;
}

.kw-topbar {
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #f1f1f1;
}

.kw-main-header {
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #f1f1f1;
}

.kw-container {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0 40px;
  box-sizing: border-box;
}

.kw-topbar-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 42px;
}

.kw-top-links {
  display: flex;
  gap: 18px;
  align-items: center;
}

.kw-top-links a {
  font-size: 14px;
  color: #1b2f75;
  text-decoration: none;
  font-weight: 500;
}

.kw-top-links a:hover {
  opacity: 0.8;
}

.kw-main-header-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-height: 92px;
  column-gap: 40px;
  background: #ffffff;
  position: relative;
}

.kw-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
  z-index: 10001;
}

.kw-logo img {
  display: block;
  max-height: 110px;
  width: auto;
  max-width: 100%;
}

.kw-mobile-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  margin-left: auto;
  z-index: 10001;
}

.kw-mobile-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #1b2f75;
  margin: 5px auto;
  transition: all 0.25s ease;
}

.kw-mobile-toggle.is-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.kw-mobile-toggle.is-active span:nth-child(2) {
  opacity: 0;
}

.kw-mobile-toggle.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.kw-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #ffffff;
}

.kw-menu {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #ffffff;
}

.kw-menu > li {
  position: relative;
  display: flex;
  align-items: center;
  background: #ffffff;
}

.kw-menu > li > a {
  display: flex;
  align-items: center;
  padding: 28px 14px;
  color: #1b2f75;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  transition: all 0.2s ease;
  background: #ffffff;
}

.kw-menu > li > a:hover {
  opacity: 0.8;
}

.menu-item-has-children > a::after {
  content: "▾";
  font-size: 11px;
  margin-left: 7px;
  color: #1b2f75;
}

.kw-submenu-toggle {
  display: none;
}

.sub-menu {
  list-style: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  background: #ffffff;
  border: 1px solid #f1f1f1;
  box-shadow: 0 12px 28px rgba(27, 47, 117, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.22s ease;
  z-index: 999;
}

.sub-menu li {
  background: #ffffff;
}

.sub-menu li a {
  display: block;
  padding: 12px 18px;
  color: #1b2f75;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
  background: #ffffff;
}

.sub-menu li a:hover {
  opacity: 0.8;
}

.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.kw-submenu-heading > a {
  display: block;
  font-weight: 800;
  color: #09b4d8;
  padding: 12px 16px 10px;
  border-bottom: 1px solid rgba(9, 180, 216, 0.15);
  margin-bottom: 6px;
}

/* nested rekentools */
.kw-nested-item {
  position: relative;
}

.kw-nested-item > a::after {
  display: none;
}

.kw-nested-label {
  display: block;
  width: 100%;
  text-align: left;
  padding: 12px 44px 12px 18px;
  background: #ffffff;
  border: none;
  color: #1b2f75;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  cursor: pointer;
  font-family: inherit;
}

.kw-nested-label:hover {
  opacity: 0.8;
}

.kw-nested-item > .kw-submenu-toggle {
  display: inline-flex;
  position: absolute;
  top: 7px;
  right: 8px;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  color: #1b2f75;
  cursor: pointer;
  padding: 0;
}

.kw-nested-item > .kw-submenu-toggle::before {
  content: "▸";
  font-size: 12px;
  transition: transform 0.2s ease;
}

.kw-nested-item:hover > .kw-submenu-toggle::before,
.kw-nested-item.is-open > .kw-submenu-toggle::before {
  transform: rotate(90deg);
}

.kw-nested-submenu {
  top: -10px;
  left: 100%;
  margin-left: 0;
}

.kw-nested-item:hover > .kw-nested-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.kw-search-item {
  display: flex;
  align-items: center;
}

.kw-search-form {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 8px;
}

.kw-search-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: #ffffff;
  border: none;
  color: #1b2f75;
  cursor: pointer;
  padding: 0;
}

.kw-search-toggle svg {
  width: 32px;
  height: 32px;
  display: block;
}

.kw-search-toggle:hover {
  opacity: 0.8;
}

.kw-search-panel {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 8px;
  width: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transition: width 0.25s ease, opacity 0.2s ease;
  background: #ffffff;
}

.kw-search-form.is-open .kw-search-panel {
  width: 250px;
  opacity: 1;
  pointer-events: auto;
}

.kw-search-input {
  width: 190px;
  height: 42px;
  border: 1px solid #d9dfef;
  background: #ffffff;
  color: #1b2f75;
  font-size: 15px;
  padding: 0 14px;
  outline: none;
  border-radius: 999px;
  box-sizing: border-box;
}

.kw-search-input::placeholder {
  color: #1b2f75;
  opacity: 0.7;
}

.kw-search-input:focus {
  border-color: #1b2f75;
}

.kw-search-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  color: #1b2f75;
  background: #ffffff;
  border: none;
  cursor: pointer;
  padding: 0;
}

.kw-search-submit svg {
  width: 26px;
  height: 26px;
  display: block;
}

.kw-search-submit:hover {
  opacity: 0.8;
}

/* TABLET + MOBILE */
@media (max-width: 1100px) {
  .kw-container {
    padding: 0 20px;
  }

  .kw-topbar {
    display: none;
  }

  .kw-main-header-inner {
    grid-template-columns: 1fr auto;
    align-items: center;
    min-height: 78px;
    column-gap: 16px;
    padding: 10px 0;
  }

  .kw-logo {
    min-width: 0;
  }

  .kw-logo img {
    max-height: 58px;
    width: auto;
    max-width: 180px;
  }

  .kw-mobile-toggle {
    display: block;
  }

  .kw-nav {
    display: none;
    width: 100%;
    grid-column: 1 / -1;
    justify-content: flex-start;
    border-top: 1px solid #f1f1f1;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .kw-nav.is-open {
    display: block;
  }

  .kw-menu {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    margin: 0;
    gap: 0;
    width: 100%;
  }

  .kw-menu > li {
    width: 100%;
    flex-wrap: wrap;
    border-bottom: 1px solid #f3f3f3;
  }

  .kw-menu > li > a {
    width: calc(100% - 52px);
    padding: 16px 0;
    font-size: 16px;
    line-height: 1.3;
  }

  .menu-item-has-children > a::after {
    display: none;
  }

  .kw-submenu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    min-height: 52px;
    border: none;
    background: transparent;
    color: #1b2f75;
    font-size: 16px;
    cursor: pointer;
    flex-shrink: 0;
  }

  .kw-submenu-toggle::before {
    content: "▾";
    transition: transform 0.2s ease;
  }

  .menu-item-has-children.is-open > .kw-submenu-toggle::before {
    transform: rotate(180deg);
  }

  .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    min-width: 100%;
    border: none;
    box-shadow: none;
    padding: 0 0 10px 16px;
    display: none;
    background: #ffffff;
  }

  .menu-item-has-children:hover > .sub-menu {
    display: none;
  }

  .menu-item-has-children.is-open > .sub-menu {
    display: block;
  }

  .sub-menu li a {
    padding: 10px 0;
    white-space: normal;
    font-size: 15px;
    line-height: 1.45;
  }

  .kw-submenu-heading > a {
    padding: 12px 0 10px;
    margin-bottom: 4px;
  }

  /* nested mobile */
  .kw-nested-label {
    padding: 10px 0;
    width: calc(100% - 52px);
    background: transparent;
  }

  .kw-nested-item > .kw-submenu-toggle {
    position: static;
    width: 52px;
    min-height: 52px;
    flex-shrink: 0;
  }

  .kw-nested-item > .kw-submenu-toggle::before {
    content: "▾";
    transform: none;
  }

  .kw-nested-item.is-open > .kw-submenu-toggle::before {
    transform: rotate(180deg);
  }

  .kw-nested-submenu {
    position: static;
    top: auto;
    left: auto;
    margin-left: 0;
    padding: 0 0 6px 14px;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    border: none;
    box-shadow: none;
  }

  .kw-nested-item:hover > .kw-nested-submenu {
    display: none;
  }

  .kw-nested-item.is-open > .kw-nested-submenu {
    display: block;
  }

  .kw-search-item {
    width: 100%;
    border-bottom: none;
    padding-top: 8px;
  }

  .kw-search-form {
    width: 100%;
    margin-left: 0;
    padding: 8px 0 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
  }

  .kw-search-toggle {
    width: 46px;
    height: 46px;
    flex-shrink: 0;
  }

  .kw-search-toggle svg {
    width: 24px;
    height: 24px;
  }

  .kw-search-panel {
    position: static;
    transform: none;
    width: calc(100% - 56px);
    opacity: 1;
    overflow: visible;
    pointer-events: auto;
    margin-left: 0;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .kw-search-form.is-open .kw-search-panel {
    width: calc(100% - 56px);
  }

  .kw-search-input {
    width: 100%;
    min-width: 0;
    flex: 1;
    height: 44px;
  }

  .kw-search-submit {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
  }

  .kw-search-submit svg {
    width: 22px;
    height: 22px;
  }
}

/* PHONE */
@media (max-width: 767px) {
  .kw-container {
    padding: 0 16px;
  }

  .kw-main-header-inner {
    min-height: 72px;
    padding: 8px 0;
  }

  .kw-logo img {
    max-height: 52px;
    max-width: 150px;
  }

  .kw-mobile-toggle {
    width: 44px;
    height: 44px;
  }

  .kw-mobile-toggle span {
    width: 22px;
  }

  .kw-nav {
    padding-top: 8px;
    padding-bottom: 6px;
  }

  .kw-menu > li > a {
    padding: 15px 0;
    font-size: 15px;
  }

  .kw-submenu-toggle {
    width: 48px;
    min-height: 48px;
  }

  .sub-menu {
    padding-left: 14px;
  }

  .sub-menu li a {
    font-size: 14px;
    padding: 9px 0;
  }

  .kw-search-form {
    gap: 8px;
  }

  .kw-search-panel,
  .kw-search-form.is-open .kw-search-panel {
    width: calc(100% - 54px);
  }

  .kw-search-input {
    height: 42px;
    font-size: 14px;
    padding: 0 12px;
  }

  .kw-search-submit {
    width: 42px;
    height: 42px;
  }
}/* End custom CSS */