/**
* 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;
  position: relative;
  background-color: var(--color-neutral);
}

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

.header .header-right {
  width: 268px;
}

@media (min-width: 1440px) and (max-width: 1449px) {
  .header .header-right {
    padding-right: 8px;
  }
}
@media screen and (min-width: 768px) {
  .header .top-header-mobile {
    background: linear-gradient(90deg, #39383a 0%, #272629 19%, #232124 50%, #1a1818 81%, #181515 100%);
    border-top: 1px solid #575454;
  }
}
.header .top-header-mobile .container {
  padding-left: 0;
  padding-right: 0;
  max-width: initial;
}

@media screen and (min-width: 768px) {
  .header .top-header-mobile .container {
    max-width: initial;
    padding-left: 27.5px;
    padding-right: 25.5px;
  }
}
@media screen and (min-width: 768px) {
  .header .top-header-mobile {
    padding-top: 13px;
    padding-bottom: 20px;
    background-color: #eeeeee;
  }
}
.header #nav-mobile {
  padding-top: 0;
  padding-bottom: 0;
  height: 72px;
}

@media (max-width: 767px) {
  .header #nav-mobile {
    background: linear-gradient(90deg, #39383a 0%, #272629 19%, #232124 50%, #1a1818 81%, #181515 100%);
    border-top: 1px solid #575454;
  }
}
.header #nav-mobile .site-logo {
  padding: 0;
  z-index: 99;
  padding-left: 15px;
  max-width: 173px;
}

@media screen and (min-width: 768px) {
  .header #nav-mobile .site-logo {
    padding-left: 0;
    max-width: 122px;
  }
}
.header .contact-mobile {
  background-color: #eeeeee;
  height: 50px;
  padding-top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  background: linear-gradient(90.34deg, #242424 -2.41%, #151519 102.05%);
  color: #fff;
}

.header .contact-mobile a {
  font-family: var(--main-font), sans-serif;
  font-weight: 700;
  line-height: 100%;
  color: #fff;
  position: relative;
  padding-left: 30px;
}

.header .contact-mobile a::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 10px;
  transform: translateY(-50%);
  background: url("../images/phone-small.svg") no-repeat;
  width: 17.04px;
  height: 17.04px;
}

.header .top-header-desktop {
  position: relative;
  padding-top: 5px;
  background: linear-gradient(90deg, #39383a 0%, #272629 19%, #232124 50%, #1a1818 81%, #181515 100%);
  border-top: 1px solid #575454;
  backdrop-filter: blur(38.4000015259px);
}

.header .top-header-desktop .row {
  justify-content: space-between;
  align-items: center;
  height: 120px;
}

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

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

@media screen and (min-width: 1400px) {
  .header .desktop-menu {
    max-width: 750px;
  }
}
.header .header-buttons {
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 60px;
  background: linear-gradient(90.34deg, #242424 -2.41%, #151519 102.05%);
  padding-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .header .header-buttons {
    margin-left: auto;
    padding-right: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header .header-buttons .container {
    max-width: initial;
  }
}
@media screen and (min-width: 1600px) {
  .header .header-buttons .container {
    max-width: 1548px;
  }
}
.header .header-buttons .phone-section {
  display: flex;
  justify-content: end;
  align-items: center;
  letter-spacing: 0;
}

.header .header-buttons .phone-section .label {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  font-family: var(--main-font), sans-serif;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .header .header-buttons .phone-section .label {
    font-size: 32px;
  }
}
.header .header-buttons .phone-section .contact-phone {
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0;
  position: relative;
  padding-left: 45px;
  text-align: right;
}

@media screen and (min-width: 1200px) {
  .header .header-buttons .phone-section .contact-phone {
    font-size: 32px;
  }
}
.header .header-buttons .phone-section .contact-phone::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 3px;
  width: 24px;
  height: 24px;
  background-image: url("../images/phone.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .header .header-buttons .phone-section .contact-phone::before {
    top: 50%;
    transform: translateY(-50%);
    left: 13px;
  }
}
.header .header-buttons .phone-section .contact-phone a {
  color: #fff;
}

.header .header-right .consultation-wrapper {
  max-width: 262px;
}

.header .header-right .consultation-wrapper a {
  padding: 19px 20px;
  width: 100%;
}

.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-image: url("../images/hero-banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 992px) {
  .hero-home {
    min-height: 560px;
    padding-top: 75px;
  }
}
@media (max-width: 1199px) {
  .hero-home {
    padding-top: 45px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hero-home {
    padding-top: 50px;
    overflow: hidden;
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .hero-home {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .hero-home {
    padding-top: 25px;
    background-image: url("../images/bg-herobanner-mobile.png");
  }
}
@media (max-width: 991px) {
  .hero-home .row {
    flex-direction: column-reverse;
  }
}
.hero-home .mobile-hero {
  width: 100%;
  height: auto;
}

.hero-home .banner-title {
  font-family: var(--secondary-font), sans-serif;
  font-weight: 700;
  font-size: 38.29px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
}

@media screen and (min-width: 1200px) {
  .hero-home .banner-title {
    font-size: 80px;
    line-height: 100%;
  }
}
.hero-home .banner-title span {
  vertical-align: super;
  font-size: 18px;
  line-height: 0;
}

@media (max-width: 767px) {
  .hero-home .banner-title span {
    font-size: 14px;
  }
}
.hero-home .banner-content {
  position: relative;
  max-width: 750px;
  z-index: 1;
}

@media (max-width: 991px) {
  .hero-home .banner-content {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .hero-home .banner-content {
    padding: 6px 0;
    margin-top: -81px;
    max-width: 350px;
  }
}
.hero-home .banner-content .content {
  padding: 30px 10px 40px;
}

@media (max-width: 1199px) {
  .hero-home .banner-content .content {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-home .banner-content .content {
    padding: 15px 10px 25px;
  }
}
@media (max-width: 991px) {
  .hero-home .banner-content .content {
    padding: 11px 0 16px;
  }
}
.hero-home .banner-content .hero__content {
  margin-top: -15px;
}

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

@media (max-width: 767px) {
  .hero-home .banner-content .hero__content p {
    text-align: left;
    font-size: 19px;
    line-height: 29px;
  }
}
.hero-home .banner-content .btn-wrapper {
  margin-top: -8px;
}

@media (max-width: 991px) {
  .hero-home .banner-content .btn-wrapper {
    margin-top: 1px;
  }
}
.hero-home .banner-subtitle {
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-weight: 400;
  font-size: 22.53px;
  line-height: 32.27px;
  text-align: left;
  vertical-align: middle;
  text-transform: uppercase;
  margin-top: 5px;
}

@media screen and (min-width: 1200px) {
  .hero-home .banner-subtitle {
    font-size: 48px;
    line-height: 66.57px;
  }
}
@media (max-width: 991px) {
  .hero-home .banner-subtitle {
    margin-bottom: 26.5px;
  }
}
.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 .btn-wrapper-group {
    display: flex;
    gap: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .btn-wrapper-group {
    gap: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-home .btn-wrapper .btn {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .hero-home .btn-wrapper .btn--secondary {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .hero-home .btn-wrapper .btn--secondary {
    width: 100%;
  }
}
.hero-home .custom-achievements-wrapper {
  margin-top: 25px;
}

.hero-home .custom-achievements-item {
  position: relative;
}

@media screen and (min-width: 992px) {
  .hero-home .custom-achievements-item::before {
    content: "";
    position: absolute;
    right: -28px;
    top: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    height: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .custom-achievements-item::before {
    right: -40px;
  }
}
.hero-home .custom-achievements-item:last-of-type::before {
  display: none;
  content: none;
}

.hero-home .custom-achievements-list {
  padding-left: 0;
}

@media screen and (min-width: 992px) {
  .hero-home .custom-achievements-list {
    display: flex;
    gap: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .custom-achievements-list {
    gap: 80px;
  }
}
.hero-home .custom-achievements-list .achievement-title {
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .hero-home .custom-achievements-list .achievement-title {
    font-size: 80px;
  }
}
.hero-home .custom-achievements-list .achievement-title span {
  font-size: 20px;
  text-transform: uppercase;
}

@media screen and (min-width: 1200px) {
  .hero-home .custom-achievements-list .achievement-title span {
    margin-top: -25px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .custom-achievements-list .achievement-title .larger-font {
    font-size: 32px;
  }
}
.hero-home .custom-achievements-list .achievement-volume {
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .hero-home .custom-achievements-list .achievement-volume {
    font-size: 24px;
  }
}
.hero-home .custom-achievements-list .achievement-volume span {
  max-width: 218px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  .hero-home .banner-image {
    position: absolute;
    bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hero-home .banner-image {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1199px) {
  .hero-home .banner-image {
    text-align: center;
  }
}
.hero-default {
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.hero-default .row {
  min-height: 150px;
  align-items: center;
}

@media screen and (min-width: 992px) {
  .hero-default .row {
    min-height: 250px;
  }
}
.post-type-archive-legal_articles .hero-default, .post-type-archive-community .hero-default {
  background-position: top;
  position: relative;
}

.post-type-archive-legal_articles .hero-default:after, .post-type-archive-community .hero-default:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 150px;
  background: linear-gradient(to bottom, rgba(250, 250, 250, 0) 0%, #F0F0F0 85%, white 100%);
}

.post-type-archive-legal_articles .hero-default .row, .post-type-archive-community .hero-default .row {
  align-items: start;
}

@media (max-width: 1199px) {
  .post-type-archive-legal_articles .hero-default .row, .post-type-archive-community .hero-default .row {
    min-height: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .post-type-archive-legal_articles .hero-default .row, .post-type-archive-community .hero-default .row {
    min-height: 500px;
  }
}
.post-type-archive-legal_articles .hero-default h1, .post-type-archive-community .hero-default h1 {
  color: var(--color-secondary);
  padding-top: 55px;
}

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

.hero-default h1 {
  text-align: center;
}

@media (max-width: 767px) {
  .hero-default h1 {
    margin-bottom: 0;
  }
}
.hero-default p {
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .hero-default p {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }
}
.banner-subtitle {
  margin-bottom: 24px;
  color: var(--accent-color);
  font-family: var(--main-font), sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}

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

.hero-bio {
  background-size: 100% 500px;
  background-image: url("../images/bio-banner-bg.jpg");
  background-repeat: no-repeat;
  background-position: top;
  padding: 91px 0 30px 0;
}

@media (max-width: 1199px) {
  .hero-bio {
    padding: 35px 0 0 0;
  }
}
@media (max-width: 767px) {
  .hero-bio {
    padding: 30px 0 25px;
  }
}
.hero-bio h1 {
  color: #000;
}

.hero-bio .featured-image {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 690px;
  margin-left: auto;
  margin-top: 100px;
}

.hero-bio .featured-image .attorney-image {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 539px;
}

@media (max-width: 1199px) {
  .hero-bio .featured-image .attorney-image {
    width: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-bio .featured-image {
    margin-top: 206px;
  }
}
@media screen and (min-width: 1400px) {
  .hero-bio .featured-image {
    margin-top: 65px;
  }
}
@media (max-width: 1199px) {
  .hero-bio .featured-image {
    margin-bottom: 30px;
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
  }
}
.hero-bio .btn--primary {
  margin-top: 28px;
}

.hero-bio .attorney-intro {
  padding-left: 20px;
  margin-top: 40px;
  position: relative;
  letter-spacing: 0;
}

@media screen and (min-width: 1200px) {
  .hero-bio .attorney-intro {
    max-width: 568px;
    margin-top: 172px;
    padding-left: 25px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-bio .attorney-intro {
    padding-right: 30px;
  }
}
.hero-bio .attorney-intro::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: calc(100% - 15px);
  background: var(--accent-color);
}

.hero-bio .attorney-header {
  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;
  }
}
@media (max-width: 1199px) {
  .hero-bio .attorney-header-content {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.hero-bio .attorney-header .contact-details a:hover {
  text-decoration: underline;
}

.hero-bio .attorney-header .position {
  font-family: var(--secondary-font), sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 33px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #000;
  margin-top: -10px;
}

.hero-bio .attorney-header .contact-item {
  font-family: var(--main-font), sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  position: relative;
  padding-left: 60px;
  margin-top: 26px;
  margin-bottom: 14px;
}

.hero-bio .attorney-header .contact-item a {
  color: var(--color-primary);
}

.hero-bio .attorney-header .contact-item::before {
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  content: "";
  left: 0;
  top: -11px;
  width: 50px;
  height: 50px;
  background-color: #000;
  border-radius: 50%;
}

.hero-bio .attorney-header .phone::before {
  background-image: url("../images/email-icon.svg");
}

.hero-bio .attorney-header .email::before {
  background-image: url("../images/phone-icon.svg");
}

@media screen and (min-width: 1200px) {
  .hero-bio .attorney-header {
    padding-top: 52px;
  }
}
.hero-pa {
  padding: 0;
}

.hero-pa .row {
  min-height: 300px;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .hero-pa .row {
    min-height: 400px;
  }
}
@media screen and (min-width: 992px) {
  .hero-pa .row {
    min-height: 560px;
  }
}
.hero-pa .banner-content {
  position: relative;
  max-width: 581px;
  text-align: center;
  z-index: 1;
  border: 18px solid var(--accent-color);
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
}

.page-id-1081 .hero-pa .banner-content, .page-id-1989 .hero-pa .banner-content {
  max-width: 732px;
}

@media (max-width: 1199px) {
  .hero-pa .banner-content {
    max-width: 530px;
  }
}
@media (max-width: 991px) {
  .hero-pa .banner-content {
    border: 8px solid var(--accent-color);
  }
}
@media (max-width: 767px) {
  .hero-pa .banner-content {
    padding: 6px;
    max-width: 350px;
  }
}
.hero-pa .banner-content .content {
  border: 3px solid var(--accent-color);
  padding: 30px 24px 25px;
}

@media (max-width: 1199px) {
  .hero-pa .banner-content .content {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .hero-pa .banner-content .content {
    border: 1px solid var(--accent-color);
    padding: 11px 13px 16px;
  }
}
.hero-pa .banner-content .banner-title {
  font-family: var(--secondary-font), sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 42px;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  max-width: 461px;
  padding-bottom: 16px;
}

.page-id-1081 .hero-pa .banner-content .banner-title, .page-id-1989 .hero-pa .banner-content .banner-title {
  max-width: 581px;
}

.page-id-1898 .hero-pa .banner-content .banner-title, .page-id-1784 .hero-pa .banner-content .banner-title, .page-id-1998 .hero-pa .banner-content .banner-title, .page-id-2007 .hero-pa .banner-content .banner-title, .page-id-2016 .hero-pa .banner-content .banner-title, .page-id-2027 .hero-pa .banner-content .banner-title, .page-id-2219 .hero-pa .banner-content .banner-title, .page-id-2228 .hero-pa .banner-content .banner-title, .page-id-14348 .hero-pa .banner-content .banner-title, .page-id-14366 .hero-pa .banner-content .banner-title, .page-id-14387 .hero-pa .banner-content .banner-title, .page-id-14408 .hero-pa .banner-content .banner-title, .page-id-14447 .hero-pa .banner-content .banner-title, .page-id-14459 .hero-pa .banner-content .banner-title, .page-id-14467 .hero-pa .banner-content .banner-title, .page-id-14475 .hero-pa .banner-content .banner-title, .page-id-2236 .hero-pa .banner-content .banner-title, .page-id-2597 .hero-pa .banner-content .banner-title, .page-id-2700 .hero-pa .banner-content .banner-title, .page-id-2877 .hero-pa .banner-content .banner-title, .page-id-1633 .hero-pa .banner-content .banner-title, .page-id-2567 .hero-pa .banner-content .banner-title, .page-id-2588 .hero-pa .banner-content .banner-title, .page-id-2692 .hero-pa .banner-content .banner-title {
  font-size: 32px;
  line-height: 40px;
}

@media (max-width: 767px) {
  .hero-pa .banner-content .banner-title {
    font-size: 24px;
    line-height: 28px;
    text-align: left;
    max-width: 250px;
  }
}
.hero-pa .banner-content .banner-subtitle {
  max-width: 235px;
  letter-spacing: 0;
  margin-left: auto;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .hero-pa .banner-content .banner-subtitle {
    max-width: 400px;
    font-size: 40.1529px;
    line-height: 50.1911px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-pa .banner-content .banner-subtitle {
    max-width: 382px;
  }
  .page-id-1081 .hero-pa .banner-content .banner-subtitle, .page-id-1989 .hero-pa .banner-content .banner-subtitle {
    max-width: 482px;
  }
}
.hero-pa .banner-content .banner-subtitle span {
  margin-left: -26px;
}

.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;
  width: 44px;
  height: 44px;
  margin-right: 3px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  background-color: transparent;
}

@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%;
  max-width: 735px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

#nav-desktop ul#menu-header-main-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-main-menu-1 > .nav-item > a {
  position: relative;
}

#nav-desktop ul#menu-header-main-menu-1 > .nav-item > a:hover:before {
  position: absolute;
  content: "";
  width: 105%;
  height: 5px;
  bottom: -37px;
  left: 0;
  z-index: 3;
  background: var(--accent-color);
}

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

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

#nav-desktop .dropdown-toggle::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 4.55px;
  border: none;
  background-image: url("../images/menu-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0;
  position: absolute;
  right: 0;
  top: 16px;
  transition: transform 0.3s ease;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  #nav-desktop .dropdown-toggle::after {
    right: -5px;
  }
}
#nav-desktop .dropdown-toggle:hover::after {
  transform: rotate(180deg);
}

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

@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: 10px 9px 20px;
  font-family: var(--main-font), sans-serif;
  text-transform: var(--header-main-m-format);
  display: block;
  position: relative;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
}

@media screen and (min-width: 1400px) {
  #nav-desktop .nav-item .nav-link {
    padding: 10px 15px 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #nav-desktop .nav-item .nav-link {
    font-size: 15.5px;
  }
}
#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: 119%;
  left: 9px;
  z-index: 1010;
  float: left;
  min-width: 250px;
  padding: 15px 24px 15px 22px;
  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;
  box-shadow: 1px 1px 20px 1px rgba(52, 82, 101, 0.1019607843);
}

#nav-desktop .nav-item .dropdown-menu:before {
  content: "";
  position: absolute;
  top: -65px;
  left: 0;
  width: 100%;
  height: 100px;
  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:hover a, #nav-desktop .nav-item .dropdown-menu li:focus a {
  color: var(--color-primary);
  text-decoration: underline;
}

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

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

#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*/