/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

/**
 * Critical CSS
 * Stylesheet for Elements above the fold
 * Header | Navigation | Banner
 * If there are additional stylings that need to be added, 
 * kindly remove it from other scss file to avoid duplicate 
 */
.header {
  padding: 0;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .header .top-header-mobile {
    background: linear-gradient(90deg, #262D6F 0%, #030830 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
}
.header .top-header-mobile .container {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 991px) {
  .header .top-header-mobile .container {
    max-width: 712px;
  }
}
@media (max-width: 767px) {
  .header .top-header-mobile .container {
    max-width: 100%;
  }
}
.header .top-header-mobile .container .tap-btn-container {
  padding: 31px 5px 36px;
}

@media screen and (min-width: 768px) {
  .header .top-header-mobile .container .tap-btn-container {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .header .top-header-mobile .container .tap-md-btn-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    min-width: 50%;
    padding-right: 7px;
  }
}
@media screen and (min-width: 992px) {
  .header .top-header-mobile .container .tap-md-btn-container {
    justify-content: flex-end;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .header .top-header-mobile .container .tap-md-btn-container .btn-tap strong {
    font-size: 26px;
    margin-left: 12.3px;
    margin-right: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header .top-header-mobile .container .tap-md-btn-container .btn-tap strong {
    margin-right: 25.5px;
  }
}
.header .top-header-desktop {
  position: relative;
  z-index: 99999;
  background: linear-gradient(270deg, rgba(3, 8, 48, 0.8) 0%, rgba(38, 45, 111, 0.8) 100%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

@media (min-width: 992px) and (max-width: 1399px) {
  .header .top-header-desktop .container {
    max-width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .header .top-header-desktop .container {
    max-width: 1563px;
  }
}
@media (min-width: 1200px) and (max-width: 1329px) {
  .header .top-header-desktop .container .col-xl-3 {
    width: 21.5%;
  }
}
@media screen and (min-width: 1400px) {
  .header .top-header-desktop .container .col-xxl-3 {
    width: 21.5%;
  }
}
.header .top-header-desktop .site-logo {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.hero {
  padding-top: 25px;
  position: relative;
}

.hero-home {
  position: relative;
}

@media screen and (min-width: 992px) {
  .hero-home {
    padding-top: 72px;
  }
}
.hero-home:before {
  position: absolute;
  z-index: -1;
  content: "";
  top: -175.5px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% + 175.5px);
  background: url("../images/home-banner.png"), linear-gradient(270deg, #262D6F 0%, #030830 100%);
  pointer-events: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-home:before {
    background: url("../images/home-banner-tablet.png"), linear-gradient(270deg, #262D6F 0%, #030830 100%);
    top: -75.5px;
  }
}
@media screen and (min-width: 992px) {
  .hero-home:before {
    top: -116px;
    background: url("../images/home-banner-desktop.jpg"), linear-gradient(270deg, #262D6F 0%, #030830 100%);
  }
}
.hero-home:before {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 992px) {
  .hero-home .container {
    position: static;
  }
}
@media screen and (min-width: 1400px) {
  .hero-home .container {
    padding: 0 5px;
    max-width: 1400px;
  }
}
@media screen and (min-width: 1440px) {
  .hero-home .container {
    max-width: 1423.85px;
  }
}
@media (max-width: 767px) {
  .hero-home .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.hero-home .banner-video-container {
  margin-bottom: 28px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-home .banner-video-container {
    margin-top: 56px;
  }
}
@media screen and (min-width: 992px) {
  .hero-home .banner-video-container {
    margin-bottom: 43px;
  }
}
@media (max-width: 767px) {
  .hero-home .banner-video-container {
    margin-bottom: 20px;
  }
}
.hero-home .banner-video-container:before {
  content: none;
}

@media screen and (min-width: 992px) {
  .hero-home .banner-video-container:before {
    position: absolute;
    z-index: -1;
    content: "";
    top: 168px;
    left: 0;
    width: 100%;
    max-width: calc((100vw + 865px) / 2 - 0.75rem - 35px);
    height: 1px;
    background-color: #62648A;
  }
}
@media screen and (min-width: 1440px) {
  .hero-home .banner-video-container:before {
    max-width: calc((100vw + 1345px) / 2 - 0.75rem - 35px);
  }
}
.hero-home .banner-video-container:after {
  content: none;
}

@media screen and (min-width: 992px) {
  .hero-home .banner-video-container:after {
    position: absolute;
    content: "";
    top: 162px;
    left: calc((100vw + 865px) / 2 - 0.75rem - 35px);
    width: 13px;
    height: 13px;
    border: 1px solid #62648A;
    z-index: 1;
    transform: rotate(-135deg);
  }
}
@media screen and (min-width: 1440px) {
  .hero-home .banner-video-container:after {
    left: calc((100vw + 1345px) / 2 - 0.75rem - 35px);
  }
}
.hero-home .banner-video-container video {
  position: relative;
  border-radius: 50px 0px;
  z-index: -1;
}

.hero-home .banner-video-thumbnail-mobile, .hero-home .banner-video-thumbnail {
  border-radius: 50px 0px;
}

@media screen and (min-width: 992px) {
  .hero-home .btn-container:before {
    position: absolute;
    z-index: -1;
    content: "";
    bottom: 215px;
    right: 0;
    width: 100%;
    max-width: 93%;
    height: 1px;
    background-color: #62648A;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .btn-container:before {
    bottom: 259.42px;
  }
}
@media screen and (min-width: 1400px) {
  .hero-home .btn-container:before {
    bottom: 274px;
  }
}
@media screen and (min-width: 1440px) {
  .hero-home .btn-container:before {
    max-width: calc((100vw + 1343px) / 2 - 0.75rem - 35px);
  }
}
@media screen and (min-width: 992px) {
  .hero-home .btn-container:after {
    position: absolute;
    content: "";
    bottom: 209px;
    right: 93%;
    width: 13px;
    height: 13px;
    border: 1px solid #62648A;
    z-index: 1;
    transform: rotate(-135deg);
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .btn-container:after {
    bottom: 253.42px;
  }
}
@media screen and (min-width: 1400px) {
  .hero-home .btn-container:after {
    bottom: 268px;
  }
}
@media screen and (min-width: 1440px) {
  .hero-home .btn-container:after {
    right: calc((100vw + 1343px) / 2 - 0.75rem - 35px);
  }
}
.hero-bio {
  position: relative;
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .hero-bio {
    padding-top: 58px;
  }
}
.hero-bio:before {
  position: absolute;
  z-index: -1;
  content: "";
  top: -175.5px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% + 175.5px);
  background-image: url("../images/bio-banner.jpg");
  pointer-events: none;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .hero-bio:before {
    top: -139px;
    height: calc(100% + 139px);
  }
}
@media screen and (min-width: 1200px) {
  .hero-bio:before {
    top: -160px;
  }
}
.hero-bio:before {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1440px) {
  .hero-bio .hero-bio-container-content {
    max-width: 1490px;
  }
}
.hero-bio .hero-bio-container-content .hero-bio-photo-container {
  margin-bottom: 37px;
}

@media screen and (min-width: 1400px) {
  .hero-bio .hero-bio-container-content .hero-bio-photo-container {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1600px) {
  .hero-bio .hero-bio-container-content .hero-bio-photo-container {
    margin-right: 49px;
  }
}
.hero-bio .hero-bio-container-content .hero-bio-photo {
  border-top-left-radius: 80px;
}

@media screen and (min-width: 1200px) {
  .hero-bio .hero-bio-container-content .entry-content {
    margin-top: 18px;
  }
}
@media screen and (min-width: 1440px) {
  .hero-bio .hero-bio-container-content .entry-content {
    max-width: 845px;
  }
}
@media screen and (min-width: 1600px) {
  .hero-bio .hero-bio-container-content .entry-content {
    margin-left: -20px;
  }
}
.hero-bio .hero-bio-container-content .entry-content *:not(.btn span) {
  color: #fff;
}

@media screen and (min-width: 1200px) {
  .hero-bio .hero-bio-container-content .awards-part {
    padding-top: 58px;
    padding-bottom: 79px;
  }
}
.hero-bio .banner-content {
  margin-bottom: 46px;
}

@media screen and (min-width: 1400px) {
  .hero-bio .banner-content {
    margin-bottom: 67px;
  }
}
@media screen and (min-width: 992px) {
  .hero-bio .page-title {
    margin-bottom: 26px;
  }
}
.hero-bio .banner-subtitle {
  margin-bottom: px;
}

@media screen and (min-width: 1400px) {
  .hero-bio .banner-subtitle {
    margin-bottom: 25px;
  }
}
.hero-bio .btn-container-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

@media screen and (min-width: 1200px) {
  .hero-bio .btn-container-wrap {
    flex-direction: row;
    gap: 33px;
  }
}
.hero-bio .btn-container-wrap .btn-std {
  border-radius: 18px 0;
}

.hero-default.has-buttons,
.hero-pa.has-buttons {
  padding: 30px 0 40px;
}

@media screen and (min-width: 768px) {
  .hero-default.has-buttons,
  .hero-pa.has-buttons {
    padding: 60px 0;
  }
}
@media screen and (min-width: 992px) {
  .hero-default.has-buttons,
  .hero-pa.has-buttons {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1200px) {
  .hero-default.has-buttons,
  .hero-pa.has-buttons {
    padding: 63px 0 100px;
  }
}
.hero-pa,
.hero-default {
  position: relative;
  padding: 30px 0 0;
}

@media screen and (min-width: 768px) {
  .hero-pa,
  .hero-default {
    padding: 60px 0 30px;
  }
}
@media screen and (min-width: 992px) {
  .hero-pa,
  .hero-default {
    padding: 80px 0 40px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-pa,
  .hero-default {
    padding: 63px 0;
  }
}
.hero-pa:before,
.hero-default:before {
  position: absolute;
  z-index: -1;
  content: "";
  top: -175.5px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 500px;
  background: url("../images/hero-bg-generic.png"), linear-gradient(270deg, #262D6F 0%, #030830 100%);
  pointer-events: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-pa:before,
  .hero-default:before {
    top: -75.5px;
  }
}
@media screen and (min-width: 992px) {
  .hero-pa:before,
  .hero-default:before {
    top: -165px;
    height: 650px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-pa:before,
  .hero-default:before {
    height: 1001px;
  }
}
.hero-pa:before,
.hero-default:before {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.hero-pa .container, .hero-pa .container-bottom,
.hero-default .container,
.hero-default .container-bottom {
  position: static;
}

.hero-pa .container:before, .hero-pa .container-bottom:before,
.hero-default .container:before,
.hero-default .container-bottom:before {
  position: absolute;
  z-index: -1;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  max-width: calc((100vw + 360px) / 2 - 0.75rem - 35px);
  height: 1px;
  background-color: #62648A;
}

@media screen and (min-width: 768px) {
  .hero-pa .container:before, .hero-pa .container-bottom:before,
  .hero-default .container:before,
  .hero-default .container-bottom:before {
    top: 25px;
    max-width: calc((100vw + 768px) / 2 - 0.75rem - 35px);
  }
}
@media screen and (min-width: 992px) {
  .hero-pa .container:before, .hero-pa .container-bottom:before,
  .hero-default .container:before,
  .hero-default .container-bottom:before {
    top: 18px;
    left: 0;
    width: 100%;
    max-width: calc((100vw + 865px) / 2 - 0.75rem - 35px);
  }
}
@media screen and (min-width: 1440px) {
  .hero-pa .container:before, .hero-pa .container-bottom:before,
  .hero-default .container:before,
  .hero-default .container-bottom:before {
    max-width: calc((100vw + 1449px) / 2 - 0.75rem - 35px);
  }
}
.hero-pa .container:after, .hero-pa .container-bottom:after,
.hero-default .container:after,
.hero-default .container-bottom:after {
  position: absolute;
  content: "";
  top: -6px;
  left: calc((100vw + 364px) / 2 - 0.75rem - 35px);
  width: 13px;
  height: 13px;
  border: 1px solid #62648A;
  z-index: 1;
  transform: rotate(-135deg);
}

@media screen and (min-width: 768px) {
  .hero-pa .container:after, .hero-pa .container-bottom:after,
  .hero-default .container:after,
  .hero-default .container-bottom:after {
    top: 19px;
    left: calc((100vw + 770px) / 2 - 0.75rem - 35px);
  }
}
@media screen and (min-width: 992px) {
  .hero-pa .container:after, .hero-pa .container-bottom:after,
  .hero-default .container:after,
  .hero-default .container-bottom:after {
    top: 12px;
    left: calc((100vw + 871px) / 2 - 0.75rem - 35px);
  }
}
@media screen and (min-width: 1440px) {
  .hero-pa .container:after, .hero-pa .container-bottom:after,
  .hero-default .container:after,
  .hero-default .container-bottom:after {
    left: calc((100vw + 1453px) / 2 - 0.75rem - 35px);
  }
}
.hero-pa .container-bottom:before, .hero-pa .container-bottom:after,
.hero-default .container-bottom:before,
.hero-default .container-bottom:after {
  bottom: 0px;
  top: initial;
  left: initial;
  right: 0;
}

@media screen and (min-width: 768px) {
  .hero-pa .container-bottom:before, .hero-pa .container-bottom:after,
  .hero-default .container-bottom:before,
  .hero-default .container-bottom:after {
    bottom: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-pa .container-bottom:before, .hero-pa .container-bottom:after,
  .hero-default .container-bottom:before,
  .hero-default .container-bottom:after {
    bottom: 50px;
  }
}
.hero-pa .container-bottom:after,
.hero-default .container-bottom:after {
  bottom: -6px;
  right: calc((100vw + 364px) / 2 - 0.75rem - 35px);
}

@media screen and (min-width: 768px) {
  .hero-pa .container-bottom:after,
  .hero-default .container-bottom:after {
    right: calc((100vw + 770px) / 2 - 0.75rem - 35px);
    bottom: 19px;
  }
}
@media screen and (min-width: 992px) {
  .hero-pa .container-bottom:after,
  .hero-default .container-bottom:after {
    right: calc((100vw + 869px) / 2 - 0.75rem - 35px);
  }
}
@media screen and (min-width: 1200px) {
  .hero-pa .container-bottom:after,
  .hero-default .container-bottom:after {
    right: calc((100vw + 870px) / 2 - 0.75rem - 35px);
    bottom: 44px;
  }
}
@media screen and (min-width: 1440px) {
  .hero-pa .container-bottom:after,
  .hero-default .container-bottom:after {
    right: calc((100vw + 1453px) / 2 - 0.75rem - 35px);
  }
}
.hero-pa .btn-std,
.hero-default .btn-std {
  border-radius: 18px 0;
}

.hero-pa .btn-container-wrap,
.hero-default .btn-container-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

@media screen and (min-width: 1200px) {
  .hero-pa .btn-container-wrap,
  .hero-default .btn-container-wrap {
    flex-direction: row;
    gap: 35px;
  }
}
.hero-pa .cw_video_open_popup_customized,
.hero-default .cw_video_open_popup_customized {
  margin-bottom: 0;
}

#mobile-menu {
  display: none;
}

.close__mobileMenu {
  background-color: #569FDF;
  padding: 8px;
  border-radius: 0px 8px;
  border: 1px solid rgba(0, 17, 46, 0.1);
  position: absolute;
  right: 23px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999999;
  width: 100%;
  max-width: 40px;
  height: 40px;
  display: none;
}

@media screen and (min-width: 768px) {
  .close__mobileMenu {
    right: 7px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .close__mobileMenu {
    right: 0;
  }
}
.close__mobileMenu .x {
  display: block;
  background-color: #fff;
  width: 22px;
  height: 4px;
  transition: all ease-in 0.3s;
  color: rgb(3, 8, 48);
}

.close__mobileMenu .x:first-child {
  transform: rotate(45deg);
}

.close__mobileMenu .x:last-child {
  transform: translate(0px, -4px) rotate(-45deg);
}

.mm-ocd--open {
  background: rgba(3, 8, 48, 0) !important;
}

.mm-ocd-opened .mobile-button {
  visibility: hidden;
}

.mm-ocd-opened .close__mobileMenu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 13px;
}

.mobile-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background-color: #569FDF;
  border: 1px solid rgba(0, 17, 46, 0.1);
  border-radius: 0px 8px;
  width: 40px;
  height: 40px;
}

.mobile-button .menu__bar {
  background-color: #fff;
  height: 2px;
  width: 18px;
  display: block;
  margin-bottom: 3px;
}

.mobile-button .menu__bar:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1199px) {
  #nav-mobile {
    padding: 17.5px 0;
  }
}
@media (max-width: 767px) {
  #nav-mobile {
    background: linear-gradient(90deg, #262D6F 0%, #030830 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 18px 23px 17px;
    padding-left: 19px;
  }
}
#nav-mobile .site-logo {
  padding: 0;
  z-index: 99;
}

#nav-mobile .navbar-brand {
  display: inline-block;
  margin-right: 0;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

#nav-mobile .navbar-toggler {
  background: black;
}

#nav-mobile .navbar-toggler.collapsed .navbar-toggler-icon {
  display: inline-block;
  width: 33px;
  height: 23px;
  vertical-align: middle;
  content: "";
  background: url("../images/bgBurger.svg") no-repeat scroll center center #000;
  background-size: 33px 23px;
}

#nav-mobile .navbar-toggler .navbar-toggler-icon {
  display: inline-block;
  width: 33px;
  height: 23px;
  vertical-align: middle;
  content: "";
  background: url("../images/bgBurgerClose.svg") no-repeat scroll center center #000;
  background-size: 33px 23px;
}

@media (max-width: 991px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
}
/**
 Desktop menu styles
*/
.desktop-menu {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

@media screen and (min-width: 992px) {
  .desktop-menu .btn-tap strong {
    font-size: 30px;
    margin-left: 24px;
  }
}
@media (min-width: 1200px) and (max-width: 1329px) {
  .desktop-menu .btn-tap strong {
    margin-left: 12px;
  }
}
#nav-desktop {
  display: inline-flex;
  padding: 43px 0;
}

#nav-desktop ul#menu-header-menu-1 {
  display: flex;
  align-items: center;
}

#nav-desktop ul#menu-header-menu-1 > .nav-item {
  /**
    styles specific to the main menu so we don't 
    have to put !important when doing styles for the dropdown menu
  */
}

#nav-desktop ul#menu-header-menu-1 > .nav-item.current-menu-item .nav-link {
  color: var(--header-main-m-current-color);
}

#nav-desktop ul#menu-header-menu-1 > .nav-item:last-child .nav-link {
  padding-right: 0;
}

#nav-desktop .nav-item {
  margin-bottom: 0;
}

#nav-desktop .nav-item:is(:hover, :focus) .dropdown-menu {
  display: block;
}

#nav-desktop .nav-item .nav-link {
  color: var(--header-main-m-color);
  font-family: var(--main-font), sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: var(--header-main-m-format);
  display: block;
  position: relative;
  padding: 0 21px;
  padding-left: 0;
}

@media (min-width: 1200px) and (max-width: 1329px) {
  #nav-desktop .nav-item .nav-link {
    padding-right: 11px;
  }
}
#nav-desktop .nav-item .nav-link:is(:hover, :focus) {
  color: var(--header-main-m-hover-color);
}

#nav-desktop .nav-item .nav-link:active {
  color: var(--header-main-m-active-color);
}

@media screen and (min-width: 1400px) {
  #nav-desktop .nav-item .nav-link {
    font-size: 16px;
    line-height: 24px;
  }
}
#nav-desktop .nav-item .dropdown-toggle:after {
  width: 9px;
  height: 5px;
  color: rgba(255, 255, 255, 0.5);
  margin-left: 2.5px;
}

#nav-desktop .nav-item .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 241px;
  padding: 27px 20px;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  list-style: none;
  background-color: var(--header-sub-m-bg);
  background-clip: padding-box;
  border: 1px solid var(--header-sub-m-bg);
  border-radius: 10px;
}

#nav-desktop .nav-item .dropdown-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 17px;
  padding-bottom: 17px;
}

#nav-desktop .nav-item .dropdown-menu li:first-child {
  padding-top: 0;
}

#nav-desktop .nav-item .dropdown-menu li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

#nav-desktop .nav-item .dropdown-menu li a {
  color: var(--header-sub-link);
}

#nav-desktop .nav-item .dropdown-menu li:hover a, #nav-desktop .nav-item .dropdown-menu li:focus a {
  color: var(--header-sub-link-hover) !important;
}

#nav-desktop .nav-item .dropdown-menu li.current-menu-item a {
  color: var(--header-sub-link-active);
}

.mm-ocd {
  z-index: 99999 !important;
}

.mm-spn.mm-spn--navbar:after {
  font-size: 16px;
  font-weight: 700;
  opacity: 1 !important;
  text-transform: uppercase;
}

.mm-spn.mm-spn--navbar ul {
  font-size: 16px;
}

.mm-spn.mm-spn--navbar ul:before {
  border-top: 1px solid #484848 !important;
  opacity: 1 !important;
}

.mm-spn.mm-spn--navbar ul li:before {
  border-color: #484848;
  opacity: 1 !important;
}

.mm-spn.mm-spn--navbar ul li:after {
  border-top: 1px solid #484848;
  opacity: 1 !important;
}

.mm-spn.mm-spn--navbar ul li.current-menu-item a {
  font-weight: 400;
}

.mm-spn.mm-spn--navbar ul li a {
  font-weight: 400;
}

.mm-spn a:not(:last-child):after,
.mm-spn li:after {
  color: #484848;
  margin-left: 0 !important;
  opacity: 1 !important;
}

/*# sourceMappingURL=critical.css.map*/