/**
* 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;
  height: 153px;
  position: relative;
}

@media (max-width: 767px) {
  .header {
    height: 173px;
  }
}
@media screen and (min-width: 1200px) {
  .header {
    border-bottom: 1px solid #A0A0A0;
  }
}
@media screen and (min-width: 992px) {
  .header {
    height: 118px;
  }
}
.home .header {
  background: transparent;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .home .header {
    height: 132px;
  }
}
@media screen and (min-width: 1200px) {
  .home .header {
    height: initial;
  }
}
.home .header::after {
  display: none;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .header {
    height: 132px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .header .site-logo {
    max-width: 150px;
  }
}
.header .site-logo-wrap, .header .header-right {
  width: auto;
  padding-left: 0;
  padding-right: 0;
}

.header .top-header-mobile {
  padding-top: 15px;
}

.header .top-header-mobile .container {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 768px) {
  .header .top-header-mobile .container {
    max-width: initial;
    padding-left: 18.5px;
    padding-right: 18.5px;
  }
}
@media screen and (min-width: 768px) {
  .header .top-header-mobile {
    padding-top: 7px;
  }
}
.header .top-header-mobile .phone-section {
  gap: 11px;
  margin-top: 15px;
}

.header .top-header-mobile .phone-section a {
  position: relative;
}

.header .top-header-mobile .phone-section a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.header .top-header-mobile .phone-section .contact-mobile:first-child a {
  padding-left: 46px;
}

.header .top-header-mobile .phone-section .contact-mobile:first-child a::before {
  content: "";
  background-image: url("../images/phone.svg");
  width: 25px;
  height: 25px;
  left: 15px;
}

.header .top-header-mobile .phone-section .contact-mobile:last-child a {
  padding-left: 56px;
  padding-right: 20px;
}

.header .top-header-mobile .phone-section .contact-mobile:last-child a::before {
  content: "";
  background-image: url("../images/message.svg");
  width: 24px;
  height: 24px;
  left: 20px;
}

.header #nav-mobile {
  padding-top: 0;
  padding-bottom: 0;
}

.header #nav-mobile .site-logo {
  padding: 0;
  z-index: 99;
  padding-left: 25px;
  max-width: 235px;
}

@media screen and (min-width: 768px) {
  .header #nav-mobile .site-logo {
    padding-left: 0;
  }
}
.header .contact-mobile {
  padding-top: 10px;
}

.header .contact-mobile a {
  font-size: 18px;
}

.header .contact-mobile span {
  color: var(--color-primary);
  font-size: 24px;
}

.header .contact-mobile .btn--secondary {
  display: block;
  letter-spacing: 0;
  padding: 13px 15px;
  max-width: 330px;
  margin: 0 auto;
}

.header .contact-mobile .btn--secondary span {
  color: #000;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.header .top-header-desktop {
  position: relative;
  padding-top: 5px;
  padding-bottom: 1px;
}

.header .top-header-desktop .row {
  justify-content: space-between;
}

.header .top-header-desktop .site-logo {
  display: block;
  position: relative;
  padding-top: 20px;
}

@media screen and (min-width: 1440px) {
  .header .top-header-desktop .container {
    max-width: 1410px;
  }
}
.header .desktop-menu {
  max-width: 650px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .header .desktop-menu {
    width: auto;
    margin-left: auto;
    max-width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .header .desktop-menu {
    max-width: 842px;
  }
}
@media screen and (min-width: 1440px) {
  .header .desktop-menu {
    max-width: 880px;
  }
}
.header .header-buttons {
  margin-top: 15px;
  margin-bottom: 20px;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .header .header-buttons {
    margin-top: 8px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: 30px;
  }
}
.header .header-buttons .phone-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  letter-spacing: 0;
}

.header .header-buttons .phone-section .label {
  color: var(--color-secondary);
  font-size: 18px;
  font-weight: 800;
  font-family: var(--secondary-font), sans-serif;
  text-align: center;
  margin-top: 22px;
  text-transform: capitalize;
}

@media screen and (min-width: 768px) {
  .header .header-buttons .phone-section .label {
    margin-top: 0;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    text-align: center;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .header .header-buttons .phone-section .label {
    font-size: 14px;
  }
}
.header .header-buttons .phone-section .contact-phone {
  color: var(--color-primary);
  font-size: 20px;
  font-weight: 700;
}

.header .header-buttons .phone-section .contact-phone a {
  color: var(--color-primary);
}

@media (min-width: 1700px) {
  .header .header-buttons .phone-section {
    margin-right: -7%;
  }
}
@media (min-width: 1800px) {
  .header .header-buttons .phone-section {
    margin-right: -15%;
  }
}
.header .header-buttons .btn--secondary {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 10px;
  padding: 12px 14px;
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .header .header-buttons .btn--secondary {
    font-size: 14px;
  }
}
.hero {
  padding-top: 25px;
  position: relative;
  min-height: 200px;
}

@media screen and (min-width: 992px) {
  .hero {
    min-height: 425px;
  }
}
.hero-home {
  position: relative;
  display: flex;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 1200px) {
  .hero-home {
    background-image: none;
    height: 720px;
  }
}
@media (max-width: 1199px) {
  .hero-home {
    padding-top: 45px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hero-home {
    padding-top: 63px;
    overflow: hidden;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .hero-home {
    padding-top: 25px;
    padding-bottom: 28px;
  }
}
.hero-home .mobile-hero {
  width: 100%;
  height: auto;
}

.hero-home .banner-content {
  position: relative;
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
  z-index: 1;
}

@media (max-width: 1199px) {
  .hero-home .banner-content .content {
    margin-left: auto;
    margin-right: auto;
  }
}
.hero-home .banner-content .hero__content {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -15px;
}

.hero-home .banner-content .hero__content p {
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

@media (max-width: 767px) {
  .hero-home .banner-content .hero__content p {
    text-align: left;
    color: #080101;
  }
}
@media screen and (min-width: 992px) {
  .hero-home .banner-content .btn {
    padding: 23px 15px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .banner-content .btn {
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hero-home .banner-content .btn {
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    padding: 16px 30px 16px 25px;
    letter-spacing: 2px;
  }
  .hero-home .banner-content .btn .arrow-icon {
    width: 53px;
    height: 34px;
    background-image: url(../images/arrow-right-small.svg);
    right: -32px;
  }
}
.hero-home .banner-subtitle {
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 5px;
  margin-top: 25px;
}

@media (max-width: 1199px) {
  .hero-home .banner-subtitle {
    text-align: center;
    font-size: 20px;
    line-height: 27px;
  }
}
@media (max-width: 1199px) {
  .hero-home .banner-subtitle {
    margin-top: -7px;
  }
}
.hero-home__image {
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .hero-home__image {
    position: absolute;
    bottom: 0;
    right: 50px;
  }
}
@media screen and (min-width: 1440px) {
  .hero-home__image {
    right: 138px;
  }
}
@media (max-width: 767px) {
  .hero-home__image {
    width: 119%;
    margin-left: -9%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hero-home__image {
    text-align: center;
  }
  .hero-home__image img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1199px) {
  .hero-home .col-right {
    margin-top: 15px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 1199px) {
  .hero-home .btn-wrapper {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .hero-home .banner-title {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -14px;
  }
}
@media (max-width: 767px) {
  .hero-home .banner-title {
    color: #080101;
    text-align: left;
  }
}
.hero-default {
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 70px 0 40px;
}

.page-template-about-us .hero-default, .search-results .hero-default {
  background-image: initial !important;
}

@media screen and (min-width: 992px) {
  .hero-default {
    padding: 85px 0 65px;
  }
}
.hero-default h1 {
  text-align: center;
}

.hero-default p {
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .hero-default p {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .page-template-archive-pa .hero-default {
    min-height: 500px;
    display: flex;
    align-items: center;
  }
  .page-template-archive-pa .hero-default h1 {
    font-family: var(--secondary-font), sans-serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 3px;
  }
}
.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;
  padding: 91px 0 70px 0;
}

@media (max-width: 1199px) {
  .hero-bio {
    padding: 91px 0 0 0;
  }
}
@media (max-width: 767px) {
  .hero-bio {
    padding: 30px 0 40px;
  }
}
.hero-bio .featured-image {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.hero-bio .featured-image::before {
  content: "";
  position: absolute;
  width: calc(100% - 4px);
  height: 85%;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  background: #000000;
  background-blend-mode: multiply;
  background: linear-gradient(180deg, #AB1E38 6.41%, #000000 93.67%);
  border: 3px solid #D62C4C;
  z-index: -1;
  border-radius: 0;
}

.hero-bio .attorney-header {
  padding: 20px;
  position: relative;
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.72px;
}

@media (max-width: 767px) {
  .hero-bio .attorney-header {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.hero-bio .attorney-header .contact-details a {
  color: #fff;
}

.hero-bio .attorney-header .contact-details a:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .hero-bio .attorney-header .d-flex {
    flex-direction: column;
  }
  .hero-bio .attorney-header .d-flex > div:last-child {
    margin-top: 20px;
  }
}
.hero-bio .attorney-header .pa-focus-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: -25px;
  margin-bottom: 15px;
}

.hero-bio .attorney-header .pa-focus-container a {
  color: #fff;
}

.hero-bio .attorney-header .pa-focus-container a:hover {
  text-decoration: underline;
}

.hero-bio .attorney-header .pa-focus-container .pa-focus-title {
  font-family: var(--main-font), sans-serif;
  font-weight: 800;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
  margin-right: 8px;
}

.hero-bio .attorney-header .position {
  margin-top: -25px;
  margin-bottom: 30px;
  font-family: var(--main-font), sans-serif;
  font-weight: 800;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
}

.hero-bio .attorney-header .position-custom {
  margin-top: 0;
  font-weight: normal;
}

.hero-bio .attorney-header .phone {
  position: relative;
  padding-left: 33px;
  min-width: 242px;
  margin-top: 30px;
}

.hero-bio .attorney-header .phone::before {
  content: url("../images/phone-icon.svg");
  position: absolute;
  left: 0;
  top: -3px;
}

.hero-bio .attorney-header .phone.multiple-phones {
  min-width: 328px;
}

.hero-bio .attorney-header .linkedin {
  position: relative;
  padding-left: 33px;
}

.hero-bio .attorney-header .linkedin::before {
  content: url("../images/linkedin-icon.svg");
  position: absolute;
  left: 0;
  top: 2px;
}

.hero-bio .attorney-header .vcard {
  position: relative;
  padding-left: 33px;
}

.hero-bio .attorney-header .vcard::before {
  content: url("../images/download-icon.svg");
  position: absolute;
  left: 0;
  top: -3px;
}

@media screen and (min-width: 992px) {
  .hero-bio .attorney-header .vcard {
    min-width: 359px;
  }
}
.hero-bio .attorney-header .contact-details > div:first-child {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .hero-bio .attorney-header .contact-details > div:first-child {
    margin-bottom: 20px;
  }
}
.hero-bio .attorney-header .email {
  position: relative;
  padding-left: 35px;
}

@media screen and (min-width: 992px) {
  .hero-bio .attorney-header .email {
    min-width: 359px;
  }
}
.hero-bio .attorney-header .email::before {
  content: url("../images/email-icon.svg");
  position: absolute;
  left: 0;
  top: 3px;
}

.hero-bio .attorney-header .cta-video-wrapper {
  margin-top: 48px;
}

@media (max-width: 767px) {
  .hero-bio .attorney-header .cta-video-wrapper {
    margin-top: 30px;
  }
}
@media screen and (min-width: 992px) {
  .hero-bio .attorney-header .cta-video-wrapper .cta {
    min-width: 358px;
  }
}
.hero-bio .attorney-header .facebook {
  position: relative;
  padding-left: 30px;
}

.hero-bio .attorney-header .facebook::before {
  content: url("../images/social-icons/icon-facebook.svg");
  position: absolute;
  left: 1.5px;
  top: -1px;
}

@media screen and (min-width: 768px) {
  .hero-bio .attorney-header {
    padding: 52px;
    padding-top: 69px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-bio .attorney-header {
    padding-right: 0;
  }
}
@media screen and (min-width: 1440px) {
  .hero-bio .col-right {
    padding-left: 80px;
  }
}
.hero-bio .cw_video_open_popup_customized {
  color: #fff;
}

.hero-bio .cw_video_open_popup_customized .btn-play {
  display: flex;
  align-items: center;
  gap: 15.5px;
}

.hero-bio .cw_video_open_popup_customized .btn-play p {
  margin-bottom: 0;
}

.hero-bio .cw_video_open_popup_customized .btn-play span {
  font-family: var(--main-font), sans-serif;
  font-weight: 800;
  font-size: 19px;
  line-height: 26px;
  vertical-align: middle;
}

.hero-bio .cw_video_open_popup_customized .btn-play img {
  transition: transform 0.3s ease;
}

.hero-bio .cw_video_open_popup_customized .btn-play:hover img {
  transform: scale(1.1);
}

.hero-bio .cw_video_open_popup_customized .video-description {
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
  margin-top: 10px;
}

.hero-pa {
  background: linear-gradient(180deg, rgba(234, 196, 103, 0.15) 32.94%, rgba(234, 196, 103, 0) 100%);
}

.hero-pa img {
  width: 100%;
  display: block;
  padding-top: 59px;
}

@media (max-width: 767px) {
  .hero-pa img {
    padding-top: 30px;
  }
}
#mobile-menu {
  display: none;
}

.close__mobileMenu {
  background-color: transparent;
  padding: 8px;
  border-radius: 0;
  border: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999999;
  height: 42px;
  width: 42px;
  display: none;
  margin-right: 10px;
  background-color: var(--color-primary);
}

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

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

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

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

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

.mobile-button {
  padding: 8px;
  background-color: var(--accent-color);
  border: 0;
  width: 60px;
  height: 60px;
  margin-right: 3px;
}

@media (max-width: 767px) {
  .mobile-button {
    margin-right: 15px;
  }
}
.mobile-button .menu-text {
  color: #000;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 5.18px;
  text-transform: uppercase;
  padding-right: 5px;
}

#nav-mobile {
  flex-wrap: nowrap;
}

#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%;
}

#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: 1170px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 1400px) {
  .menu-container {
    padding: 0 15px;
  }
}
#nav-desktop {
  width: 100%;
}

#nav-desktop:before {
  content: "";
  position: absolute;
  top: 0;
  left: -27px;
  width: 100%;
  height: 100%;
  clip-path: polygon(2.3% 100%, 100% 100%, 100% 0%, 0% 0%);
  background-color: inherit;
}

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

#nav-desktop .navbar-nav {
  justify-content: space-between;
}

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

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

#nav-desktop ul#menu-header-menu-1 > .nav-item > a {
  position: relative;
}

#nav-desktop ul#menu-header-menu-1 > .nav-item > a:hover:before {
  position: absolute;
  content: "";
  width: 105%;
  height: 5px;
  bottom: -27px;
  left: 0;
  z-index: 3;
  background: #AB1E38;
}

#nav-desktop ul#menu-header-menu-1 > .nav-item.menu-item-has-children > a:hover::before {
  left: 9px;
}

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

#nav-desktop .dropdown-toggle::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 5.98px;
  border: none;
  background-image: url("../images/vector.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0;
  position: absolute;
  right: -17px;
  top: 27px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  #nav-desktop .dropdown-toggle::after {
    right: -15px;
  }
}
#nav-desktop .nav-item {
  margin-bottom: 0;
  padding-left: 9px;
  padding-right: 9px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  #nav-desktop .nav-item {
    padding-left: 5px;
    padding-right: 5px;
  }
}
#nav-desktop .nav-item.active a {
  font-weight: 700;
}

#nav-desktop .nav-item.menu-item-has-children {
  padding-right: 20px;
}

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

#nav-desktop .nav-item .nav-link {
  color: var(--header-main-m-color);
  padding: 17px 0 20px;
  font-family: var(--main-font), sans-serif;
  text-transform: var(--header-main-m-format);
  display: block;
  position: relative;
  color: #080101;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
}

@media screen and (min-width: 1440px) {
  #nav-desktop .nav-item .nav-link {
    font-size: 17px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #nav-desktop .nav-item .nav-link {
    font-size: 14px;
  }
}
#nav-desktop .nav-item .nav-link:hover, #nav-desktop .nav-item .nav-link:focus {
  color: var(--header-main-m-hover-color);
  font-weight: 800;
}

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

#nav-desktop .nav-item .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 18px;
  z-index: 2;
  float: left;
  min-width: 320px;
  padding: 15px 24px 15px 15px;
  margin: 26px 0 0;
  font-size: 1rem;
  color: #080101;
  text-align: left;
  list-style: none;
  background-color: var(--header-sub-m-bg);
  background-clip: padding-box;
  border: none;
  border-radius: 0;
}

#nav-desktop .nav-item .dropdown-menu:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 35px;
  background-color: transparent;
}

#nav-desktop .nav-item .dropdown-menu li {
  padding-left: 0;
}

#nav-desktop .nav-item .dropdown-menu li a {
  color: var(--header-sub-link);
  text-transform: capitalize;
  color: #000;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  padding: 10px 0;
}

#nav-desktop .nav-item .dropdown-menu li a:hover {
  font-weight: 700;
}

#nav-desktop .nav-item .dropdown-menu li a::before {
  content: "";
  background-image: url("../images/Icon-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 14px;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
}

#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);
}

#nav-desktop .nav-item.menu-item-16405 .dropdown-menu, #nav-desktop .nav-item.menu-item-21016 .dropdown-menu {
  min-width: 250px;
}

#nav-desktop .nav-item.menu-item-10622 .dropdown-menu {
  min-width: 400px;
}

#nav-desktop .nav-item.menu-item-10620 .dropdown-menu {
  min-width: 330px;
}

#nav-desktop .nav-item.menu-item-10620 .dropdown-menu li.menu-item-20757 {
  border-bottom: 0;
}

#nav-desktop .navbar-nav.header-menu li.two-column:hover > .dropdown-menu,
#nav-desktop .navbar-nav.header-menu li.two-column:focus > .dropdown-menu {
  display: grid;
  grid-template-columns: repeat(2, auto);
  column-gap: 20px;
  min-width: 440px;
}

@media screen and (min-width: 1400px) {
  #nav-desktop .navbar-nav.header-menu li.two-column:hover > .dropdown-menu,
  #nav-desktop .navbar-nav.header-menu li.two-column:focus > .dropdown-menu {
    min-width: 500px;
  }
}
#nav-desktop .navbar-nav.header-menu li.two-column:hover > .dropdown-menu li,
#nav-desktop .navbar-nav.header-menu li.two-column:focus > .dropdown-menu li {
  box-sizing: border-box;
  break-inside: avoid;
}

@media screen and (min-width: 1400px) {
  #nav-desktop .navbar-nav.header-menu li.two-column:hover > .dropdown-menu li,
  #nav-desktop .navbar-nav.header-menu li.two-column:focus > .dropdown-menu li {
    white-space: nowrap;
  }
}
.mm-spn.mm-spn--navbar:after {
  opacity: 1 !important;
}

.mm-spn.mm-spn--navbar ul:before, .mm-spn li:before, .mm-spn li:after, .mm-spn a:not(:last-child):after,
.mm-spn.mm-spn--navbar:before {
  border-color: #fff !important;
  border-width: 2px !important;
  opacity: 1 !important;
}

.mm-spn li:after, .mm-spn.mm-spn--navbar ul:before {
  margin-left: 0 !important;
  border-width: 0.5px !important;
}

.mm-spn a:not(:last-child):after {
  border-width: 1px !important;
}

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