html {
  scroll-behavior: smooth;
}

#masthead {
  position: sticky;
  top: 0;
  z-index: 99;
  width: 100%;
}

#ast-scroll-top {
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

#ast-scroll-top.ast-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#ast-mobile-header .ast-mobile-header-content {
  display: none;
}

#ast-mobile-header .ast-mobile-header-content.gl-mobile-menu-open {
  display: block;
}

.astra-full-megamenu-wrapper.gl-megamenu-open,
.astra-megamenu.gl-megamenu-open {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.astra-full-megamenu-wrapper.gl-megamenu-open {
  position: absolute;
}

.astra-full-megamenu-wrapper.gl-megamenu-open > .astra-megamenu {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 1170px;
  max-width: calc(100vw - 40px);
  margin: 0 auto;
  padding: 15px 0;
  position: relative;
}

.gl-language {
  margin-left: 12px;
}

.gl-language-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  height: 24px;
  padding: 0 8px;
  border: 1px solid #d0d3db;
  border-radius: 4px;
  background: #ffffff;
  color: #222222;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.gl-language-btn:hover {
  background: #f4f6f9;
  border-color: #0e6aed;
}

.gl-language-caret {
  font-size: 9px;
  color: #555555;
}

body.gl-header-shrunk #ast-desktop-header .ast-above-header-wrap {
  display: none;
}

body.gl-header-shrunk #ast-desktop-header .ast-primary-header-bar {
  min-height: 60px;
  height: 69px;
  line-height: 55px;
  box-shadow: rgba(36, 50, 66, 0.075) 0px 2px 10px 0px;
}

body.gl-header-shrunk #ast-desktop-header .site-primary-header-wrap {
  min-height: 60px;
  height: 69px;
  line-height: 55px;
}

body.gl-header-shrunk #ast-desktop-header .ast-primary-header-bar .main-header-menu {
  line-height: 48px;
}

body.gl-header-shrunk #ast-desktop-header .ast-primary-header-bar .main-header-menu > .menu-item {
  line-height: 60px;
}

body.gl-header-shrunk #ast-desktop-header .ast-primary-header-bar .main-header-menu > .menu-item > .menu-link {
  padding-top: 0;
  padding-bottom: 0;
}

body.gl-header-shrunk #ast-desktop-header .site-logo-img .custom-logo {
  height: 51px;
}

body.gl-header-shrunk #ast-desktop-header .headerBtn {
  line-height: 55px;
}

body.gl-header-shrunk #content {
  padding-top: 47px;
}

.homeContactSection .fluentform .ff-btn-submit {
  color: #ffffff;
  padding: 12px;
}

.gl-video-overlay {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.85);
}

.gl-video-box {
  position: relative;
  width: min(900px, 90vw);
}

.gl-video-box iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  background: #000000;
}

.gl-video-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: #000000;
  color: #ffffff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.astra-megamenu-li.content-width-mega > .astra-megamenu.gl-megamenu-open {
  display: flex !important;
  padding: 15px;
}

.astra-megamenu-li.content-width-mega > .astra-megamenu.gl-megamenu-open > li {
  flex: 1 1 50%;
  width: 50%;
}

.astra-megamenu-li.content-width-mega > .astra-megamenu > li.menu-item-heading {
  padding: 0 15px 0 0;
  color: #22445f;
  border-right: 1px solid #d0d3db;
}

.astra-megamenu-li.content-width-mega > .astra-megamenu > li.menu-item-heading > .menu-link,
.astra-megamenu-li.content-width-mega > .astra-megamenu > li.menu-item-heading .sub-menu .menu-link {
  font-size: 16px;
  line-height: 16px;
  padding: 15px 10px;
  color: #000000;
  text-transform: capitalize;
}

.astra-megamenu-li.content-width-mega > .astra-megamenu > li.menu-item-heading > .menu-link {
  font-weight: 700;
}

.astra-megamenu-li.content-width-mega > .astra-megamenu > li.menu-item-heading .sub-menu .menu-link {
  font-weight: 400;
}

.astra-megamenu-li.content-width-mega > .astra-megamenu > li.menu-item-heading .sub-menu .menu-link:hover {
  color: #000000;
  text-decoration: underline;
}
