/**
* 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 
 */
#panel {
  overflow: hidden;
}

.header {
  padding: 0;
  background: url("../images/header-interiors-bg.jpg") no-repeat scroll center center transparent;
  background-size: cover !important;
}

.home .header {
  background: url("../images/home-header-bg.jpg") no-repeat scroll center center transparent;
  background-size: cover !important;
}

@media (max-width: 1199px) {
  .header {
    padding-bottom: 15px;
  }
  .home .header {
    padding-bottom: 0;
    background: url("../images/home-header-bg-tablet.jpg") no-repeat scroll center center transparent;
    background-size: cover !important;
  }
}
@media (max-width: 991px) {
  .header {
    padding-bottom: 15px;
  }
  .home .header {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .home .header {
    background: url("../images/mobile-home-banner-image.jpg") no-repeat scroll center center transparent;
  }
}
@media (min-width: 768px) {
  .header .top-header-mobile .container {
    padding-left: 0;
  }
}
.header #nav-mobile {
  padding-bottom: 0;
  height: 108px;
}

@media (max-width: 767px) {
  .header #nav-mobile {
    height: 210px;
  }
}
.header #nav-mobile .site-logo {
  padding: 0;
  z-index: 99;
}

@media screen and (min-width: 768px) {
  .header #nav-mobile .site-logo {
    height: 58px;
  }
}
.header #nav-mobile .site-logo img {
  max-width: 130px;
  padding-right: 16px;
}

@media (min-width: 360px) {
  .header #nav-mobile .site-logo img {
    max-width: 168px;
  }
}
@media (min-width: 577px) {
  .header #nav-mobile .site-logo img {
    max-width: 168px;
  }
}
@media screen and (min-width: 768px) {
  .header #nav-mobile .site-logo img {
    max-width: 191px;
  }
}
.header .top-header-desktop {
  position: relative;
  height: 143px;
}

@media (min-width: 1620px) {
  .header .top-header-desktop--container {
    max-width: 1620px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .header .top-header-desktop--row {
    height: 143px;
  }
}
@media (min-width: 1600px) {
  .header .top-header-desktop--row {
    flex-wrap: nowrap !important;
  }
}
@media (min-width: 1620px) {
  .header .top-header-desktop .site-logo-wrap,
.header .top-header-desktop .site-menu,
.header .top-header-desktop .site-top-phone {
    /*width: unset !important; */
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1440px) {
  .header .top-header-desktop .site-logo-wrap {
    max-width: 250px !important;
    padding-right: 0;
  }
}
@media (min-width: 1620px) {
  .header .top-header-desktop .site-logo-wrap {
    max-width: 270px !important;
  }
}
@media (min-width: 1440px) {
  .header .top-header-desktop .site-top-phone {
    padding-left: 0;
  }
}
.header .top-header-desktop .site-menu {
  height: 71px;
}

@media (min-width: 1366px) {
  .header .top-header-desktop .site-menu {
    margin-left: 10px;
    margin-right: 10px;
    max-width: 880px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1440px) {
  .header .top-header-desktop .site-menu {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (min-width: 1620px) {
  .header .top-header-desktop .site-menu {
    margin-left: 62px;
    margin-right: 57px;
  }
}
.header .top-header-desktop .site-menu .desktop-menu {
  border-radius: 50px;
  background: rgba(0, 23, 52, 0.55);
}

@media (min-width: 1366px) {
  .header .top-header-desktop .site-menu .desktop-menu {
    max-width: 880px;
    margin: 0 auto;
  }
}
.header .top-header-desktop .site-logo {
  height: 143px;
  display: flex;
  position: relative;
}

@media (min-width: 1200px) {
  .header .top-header-desktop .phone-section .phone-number img {
    padding-right: 5px;
  }
}
@media (min-width: 1440px) {
  .header .top-header-desktop .phone-section .phone-number img {
    padding-right: 11px;
  }
}
.header .top-header-desktop .phone-section span.label {
  text-transform: normal;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 3px;
  line-height: 18px;
  font-family: var(--secondary-font), sans-serif;
  text-align: right;
  display: flex;
  align-items: revert;
  justify-content: flex-end;
}

@media (min-width: 1366px) {
  .header .top-header-desktop .phone-section span.label {
    margin-bottom: 12px;
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .header .top-header-desktop .phone-section span.label {
    font-size: 20px;
  }
}
@media (min-width: 1620px) {
  .header .top-header-desktop .phone-section span.label {
    font-size: 27px;
  }
}
.header .top-header-desktop .phone-section .contact-phone {
  color: white;
  font-size: 21px;
  font-weight: 700;
  font-family: var(--secondary-font), sans-serif;
  text-align: right;
  display: flex;
  align-items: revert;
  justify-content: flex-end;
  line-height: 30px;
}

@media (min-width: 1366px) {
  .header .top-header-desktop .phone-section .contact-phone {
    font-size: 25px;
  }
}
@media (min-width: 1440px) {
  .header .top-header-desktop .phone-section .contact-phone {
    font-size: 27px;
    align-items: flex-end;
  }
}
@media (min-width: 1620px) {
  .header .top-header-desktop .phone-section .contact-phone {
    font-size: 34px;
  }
}
.header .top-header-desktop .desktop-menu {
  position: relative;
}

.hero {
  position: relative;
}

.hero-about, .hero-single-atty {
  min-height: 280px;
  border-radius: 35px;
}

@media (min-width: 992px) {
  .hero-about, .hero-single-atty {
    min-height: 339px;
    background-size: cover !important;
  }
}
.hero-about .entry-content, .hero-single-atty .entry-content {
  min-height: 280px;
  padding-top: 0 !important;
}

@media (min-width: 992px) {
  .hero-about .entry-content, .hero-single-atty .entry-content {
    min-height: 339px;
  }
}
.hero-home {
  position: relative;
  padding-top: 32px;
  padding-bottom: 70px;
}

@media (min-width: 768px) {
  .hero-home {
    padding-top: 53px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .hero-home {
    padding-bottom: 195px;
    padding-top: 73px;
    height: 830px;
    display: flex;
    align-items: center;
    text-align: center;
  }
}
.hero-home .btn-play {
  margin-left: 30px;
  letter-spacing: 2px;
  font-size: 18px;
}

.hero-home .btn-play img {
  margin-right: 11px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .hero-home .btn-play {
    margin-left: 18px;
  }
}
@media (max-width: 767px) {
  .hero-home .btn-play {
    font-size: 17px;
    border: 3px solid #209EBC;
    padding-left: 25px !important;
    padding-right: 25px !important;
    margin-right: 0;
  }
}
.hero-home .banner-buttons .btn-std:first-child {
  border: none;
}

@media (min-width: 1200px) {
  .hero-home .banner-buttons .btn-std:first-child {
    width: 238px;
  }
}
.hero-home .banner-buttons .btn-std {
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 15px;
  padding-bottom: 15px;
  max-height: 64px;
}

@media (min-width: 1200px) {
  .hero-home .banner-buttons .btn-std {
    width: 242px;
  }
}
@media (max-width: 767px) {
  .hero-home .banner-buttons .btn-std {
    width: 238px;
    margin: 0 auto;
  }
  .hero-home .banner-buttons .btn-std:first-child {
    margin-bottom: 21px;
  }
}
.hero-home .mobile-hero {
  width: 100%;
  height: auto;
}

.hero-home .banner-content .banner-title {
  position: relative;
  padding-bottom: 20px;
  font-family: var(--secondary-font), sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 92px;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1199px) {
  .hero-home .banner-content .banner-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    max-width: 588px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 12px !important;
  }
}
.hero-home .banner-content .banner-subtitle {
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}

@media (max-width: 1199px) {
  .hero-home .banner-content .banner-subtitle {
    max-width: 590px;
    margin: 0 auto 28px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .hero-home .banner-content .banner-subtitle {
    margin-bottom: 36px;
  }
}
.hero-home .awards-affiliations {
  margin-top: 32px;
}

@media (max-width: 1200px) {
  .hero-home .awards-affiliations {
    margin-top: 36px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .hero-home .awards-affiliations {
    margin-top: 27px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-home .awards-affiliations .affiliations-wrap {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.hero-home .awards-affiliations .affiliations__headline {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  color: #fff;
  letter-spacing: 14px;
  text-transform: uppercase;
  margin-bottom: 31px;
}

@media (max-width: 1200px) {
  .hero-home .awards-affiliations .affiliations__headline {
    margin-bottom: 27px;
  }
}
@media (max-width: 767px) {
  .hero-home .awards-affiliations .affiliations__headline {
    line-height: 24px;
    margin-bottom: 17px;
  }
}
@media (max-width: 1200px) {
  .hero-home .awards-affiliations .swiper-slide {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .hero-home .awards-affiliations .swiper-slide img {
    width: 85%;
  }
}
@media (max-width: 359px) {
  .hero-home .awards-affiliations .swiper-slide img {
    width: 75%;
  }
}
.banner-subtitle {
  margin-bottom: 24px;
  color: #323049;
  font-size: 21px;
  font-weight: 500;
  line-height: 36px;
}

.banner-subtitle em {
  font-weight: 700;
  font-style: italic;
}

.hero-bio {
  background-size: cover !important;
  min-height: 660px;
  padding: 80px 0 160px 0;
}

@media screen and (min-width: 1200px) {
  .hero-bio {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 83px), 0 100%);
  }
}
@media (max-width: 991px) {
  .hero-bio {
    min-height: 520px;
  }
}
.hero-bio .bio-excerpt {
  color: #454545;
  font-family: var(--main-font), sans-serif;
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 37px;
  text-align: left;
  padding-top: 10px;
}

.hero-bio .col-right {
  align-items: center;
  display: flex;
}

@media (max-width: 767px) {
  .hero-bio .col-right {
    margin-bottom: 45px;
  }
}
.hero-bio .col-right .text-wrap {
  max-width: 553px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  .hero-bio .col-right .text-wrap {
    margin-right: initial;
  }
}
.hero-bio .col-right .text-wrap .banner-title {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 1.96px;
  line-height: 60px;
  margin-bottom: 5px;
}

@media screen and (min-width: 1200px) {
  .hero-bio .col-right .text-wrap .banner-title {
    font-size: 54px;
  }
}
.hero-bio .col-right .text-wrap .banner-title:after {
  width: 100px;
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .hero-bio .col-right .text-wrap .banner-title:after {
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .hero-bio .col-right .text-wrap .banner-title:after {
    margin-top: 15px;
  }
}
.hero-bio .col-right .text-wrap .position {
  color: #7dbeef;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1.83px;
  line-height: 44px;
  text-transform: uppercase;
  letter-spacing: 1.75px;
}

.hero-bio .col-right .text-wrap ul {
  margin-top: 17px;
  margin-bottom: 26px;
  margin-left: 0;
  padding-left: 0;
}

.hero-bio .col-right .text-wrap ul li {
  font-size: 17px;
  font-weight: 500;
  color: #908f8c;
  margin-bottom: 0;
  line-height: normal;
  padding: 12px 0;
  border-bottom: 2px dashed #e0e0d8;
}

.hero-bio .col-right .text-wrap ul li:first-of-type {
  border-top: 2px dashed #e0e0d8;
}

.hero-bio .col-right .text-wrap ul li a {
  color: #4164f2;
  display: inline-block;
}

.hero-bio .col-right .text-wrap ul li.phone {
  background-size: 20px 20px;
}

.hero-bio .col-right .text-wrap ul li.fax {
  background-size: 25px 25px;
}

.hero-bio .col-right .text-wrap ul li.email {
  background-size: 20px 15px;
}

@media (max-width: 991px) {
  .hero-bio .col-right .text-wrap .btn-std {
    width: 100%;
    max-width: 370px;
    font-size: 12px;
  }
}
#mobile-menu {
  display: none;
}

.close__mobileMenu {
  background-color: transparent;
  padding: 8px;
  border-radius: 0;
  border: 2px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999999;
  height: 45px;
  width: 45px;
  display: none;
}

.close__mobileMenu .x {
  display: block;
  background-color: white;
  width: 26px;
  height: 4px;
  transition: all ease-in 0.5s;
}

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

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

.mm-ocd-opened .mobile-button {
  display: none;
}

.mm-ocd-opened .close__mobileMenu {
  display: block;
}

.mobile-button {
  background: none;
  border: none;
}

.mobile-button .menu__bar {
  background-color: white;
  height: 4px;
  width: 30px;
  display: block;
  margin-bottom: 7px;
}

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

#nav-mobile {
  padding-top: 14px;
}

#nav-mobile .navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  max-width: 180px;
  width: 100%;
}

@media (max-width: 767px) {
  #nav-mobile .navbar-brand {
    max-width: 50%;
    margin-right: 0;
  }
}
#nav-mobile .mobile-nav {
  border-radius: 40px;
  background: rgba(0, 23, 52, 0.55);
  padding: 18px 24px;
  position: relative;
}

@media (max-width: 767px) {
  #nav-mobile .mobile-nav {
    max-width: 50%;
  }
}
#nav-mobile .mobile-nav-label {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 5.18px;
  text-transform: uppercase;
  margin-right: 12px;
}

#nav-mobile .mobile-nav button {
  padding: 0;
}

#nav-mobile .mobile-nav button.close__mobileMenu {
  padding: 6px 3px 3px;
  background: var(--color-primary);
  margin-right: 15px;
  width: 35px;
  height: 35px;
}

@media (max-width: 767px) {
  #nav-mobile .site-top-phone {
    margin: 10px auto 0;
  }
}
@media (max-width: 575px) {
  #nav-mobile .site-top-phone {
    max-width: 100%;
  }
}
#nav-mobile .site-top-phone .phone-section span.label {
  color: #FFF;
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 12px;
  display: block;
}

#nav-mobile .site-top-phone .phone-section .phone-number {
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: normal;
  font-family: var(--secondary-font), sans-serif;
}

@media (max-width: 767px) {
  #nav-mobile .site-top-phone .phone-section .phone-number {
    font-size: 27px;
  }
}
#nav-mobile .site-top-phone .phone-section .phone-number img {
  margin-right: 10px;
}

#nav-mobile .site-top-phone .btn-std {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (max-width: 767px) {
  #nav-mobile .site-top-phone .btn-std {
    padding: 15px 36px;
  }
}
#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
*/
.menu-container {
  max-width: 880px;
  padding: 0 0;
  width: 100%;
  margin: 0 auto;
}

#nav-desktop {
  padding: 0 35px;
}

#nav-desktop .menu-container {
  padding-right: 0;
}

#nav-desktop ul.header-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#nav-desktop ul.header-menu > .nav-item.current-menu-item .nav-link {
  color: #00CEFF;
  font-weight: 700;
}

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

#nav-desktop ul.header-menu .menu-item-home {
  width: 20px;
}

#nav-desktop ul.header-menu .menu-item-home a {
  text-indent: -999999px;
  background: url("../images/icon-home.svg") no-repeat scroll center center transparent;
  padding-left: 0 !important;
}

#nav-desktop ul.header-menu .menu-item-home:hover a, #nav-desktop ul.header-menu .menu-item-home.current-menu-item a {
  background: url("../images/icon-home-hover.svg") no-repeat scroll center center transparent;
}

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

@media (min-width: 1200px) {
  #nav-desktop .nav-item {
    padding-top: 23px;
    padding-bottom: 23px;
  }
}
#nav-desktop .nav-item.active:after, #nav-desktop .nav-item:hover:after, #nav-desktop .nav-item:focus:after {
  display: block;
  width: 3px;
  height: 10px;
  background-color: #00CEFF;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  z-index: 1000;
  border-radius: 5px;
}

#nav-desktop .nav-item:hover .dropdown-menu {
  display: block;
}

#nav-desktop .nav-item .nav-link {
  color: #fff;
  font-family: var(--main-font), sans-serif;
  display: block;
  position: relative;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.64px;
  padding-left: 21px;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

#nav-desktop .nav-item .nav-link:hover, #nav-desktop .nav-item .nav-link:focus {
  color: #00CEFF;
}

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

@media screen and (min-width: 1200px) {
  #nav-desktop .nav-item .nav-link {
    font-size: 11px;
  }
}
@media (min-width: 1366px) {
  #nav-desktop .nav-item .nav-link {
    font-size: 14px;
  }
}
#nav-desktop .nav-item .nav-link::after {
  border: none !important;
  background: url("../images/icon-menu-dropdown.png") no-repeat scroll center center transparent;
  display: inline-block;
  width: 7px;
  height: 3px;
  margin-left: 2px;
}

#nav-desktop .nav-item .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 10rem;
  padding: 0;
  margin: 1px 0 0;
  font-size: 1rem;
  color: #454545;
  text-align: left;
  list-style: none;
  background-clip: padding-box;
  border-radius: 35px;
  background: #001734;
  border: none;
  padding: 36px 23px;
  min-width: 210px;
  text-align: left;
}

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

#nav-desktop .nav-item .dropdown-menu li:after {
  display: none !important;
}

#nav-desktop .nav-item .dropdown-menu li a {
  color: #fff;
  font-style: normal;
  line-height: 16px;
  padding: 0;
}

@media screen and (min-width: 1200px) {
  #nav-desktop .nav-item .dropdown-menu li a {
    font-size: 13px;
  }
}
@media (min-width: 1366px) {
  #nav-desktop .nav-item .dropdown-menu li a {
    font-size: 16px;
  }
}
#nav-desktop .nav-item .dropdown-menu li:first-child {
  padding-top: 0;
}

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

#nav-desktop .nav-item .dropdown-menu li:hover a, #nav-desktop .nav-item .dropdown-menu li:focus a {
  font-weight: bold;
  color: #fff;
}

#nav-desktop .nav-item .dropdown-menu li.current-menu-item a {
  color: #fff;
}

#nav-desktop .navbar-nav.header-menu li.two-column:hover > .dropdown-menu {
  columns: 2;
  /* Split into two columns */
  column-gap: 20px;
  /* Add spacing between columns */
  width: 100%;
  min-width: 500px;
}

#nav-desktop .navbar-nav.header-menu li.two-column:hover > .dropdown-menu li {
  box-sizing: border-box;
  white-space: nowrap;
  padding: 10px;
  transition: background-color 0.2s ease;
  break-inside: avoid;
}

#nav-desktop .navbar-nav.header-menu li.two-column.wide-submenu:hover > .dropdown-menu {
  min-width: 800px;
}

#nav-desktop .navbar-nav.header-menu li.two-column.wide-submenu:hover > .dropdown-menu li a {
  white-space: normal;
  line-height: 23px;
}

.mm-spn.mm-spn--navbar:after {
  opacity: 1 !important;
}

.mm-spn.mm-spn--navbar:before {
  border-top: 2px solid #fff !important;
  border-left: 2px solid #fff !important;
  opacity: 1 !important;
}

.mm-spn li:before {
  border-top: 2px solid #fff !important;
  border-right: 2px solid #fff !important;
}

.mm-spn li:after {
  border-top: 1px solid #fff !important;
  opacity: 0.75 !important;
  margin-left: 0 !important;
}

.mm-spn li.current-menu-item a {
  color: var(--accent-color) !important;
}

.mm-spn.mm-spn--light {
  background: var(--color-primary) !important;
}

@media (max-width: 399px) {
  .mm-ocd--open .mm-ocd__content {
    width: 77% !important;
  }
}
.grecaptcha-badge {
  z-index: 999999999999999 !important;
}

.full-size-menu.d-none.d-xl-block {
  background: rgba(0, 23, 52, 0.55);
}

.col-md-9.col-lg-2.site-top-phone {
  width: 296px !important;
  max-width: 296px !important;
}

.hidden-menu-item {
  display: none !important;
}

.full-size-menu .menu-container {
  max-width: 1480px;
}

.full-size-menu .hidden-menu-item {
  display: block !important;
}

@media (max-width: 1599px) {
  .site-menu.col-lg-8, .col-md-9.col-lg-2.site-top-phone {
    max-width: unset !important;
    width: unset !important;
  }
}

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