/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/* 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;
}

.page-template-contact .main-wrapper {
  border-top: none;
}

@media screen and (min-width: 1200px) {
  .main-content .container .row > .entry-content.col-xl-8,
.main-content .container .row > .content.col-xl-8 {
    padding-right: 15px;
  }
}
[v-cloak] > * {
  display: none;
}

#loader-div {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}

#loader-div .lds-ring {
  display: inline-block;
  position: relative;
  width: 77px;
  height: 77px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  display: block;
}

#loader-div .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  margin: 6px;
  border: 7px solid #4164f2;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #4164f2 transparent transparent transparent;
}

#loader-div .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

#loader-div .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

#loader-div .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.arrow-link {
  color: #eb5b13;
  font-size: 16px;
  font-weight: 600;
  background-image: url("../images/arrows/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: 18px 8px;
  padding-right: 22px;
  background-position: right center;
}

.arrow-link__alt {
  color: #fff;
  background-image: url("../images/arrows/arrow-alt-right.svg");
}

.diagonal-bkg {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .diagonal-bkg .container {
    position: unset;
  }
}
.diagonal-bkg__wrapper {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .diagonal-bkg__wrapper {
    position: unset;
  }
}
.diagonal-bkg__wrapper:before {
  left: 0;
  background-color: #efeeec;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
}

@media screen and (min-width: 1200px) {
  .diagonal-bkg__wrapper:before {
    top: 0;
    right: 0;
    left: unset;
    z-index: 2;
    clip-path: polygon(180px 0%, 100% 0, 100% 100%, 0% 100%);
    width: 54%;
  }
}
@media screen and (min-width: 1200px) {
  .diagonal-bkg__wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: calc(51% - 75px);
    z-index: 5;
    height: 100%;
    width: 8px;
    background-color: #fff;
    transform: skewX(-14.5deg);
    opacity: 0.43;
  }
}
@media screen and (min-width: 1400px) {
  .diagonal-bkg__wrapper:after {
    transform: skewX(-16.4deg);
  }
}
.small-font-content p {
  font-family: var(--third-font), sans-serif;
  font-size: 1rem;
  line-height: 2rem;
  color: #242424;
  margin-bottom: 27px;
}

/**
 * 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;
  background-color: var(--header-bg-color);
}

@media screen and (min-width: 768px) {
  .header {
    position: relative;
    z-index: 999;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .container {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .header .logo {
    max-width: 309px;
  }
}
@media (max-width: 991px) {
  .header .logo {
    max-width: 315px;
  }
}
.header .top-header-mobile .container {
  padding-left: 0;
}

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

.header #nav-mobile .site-logo {
  height: 97px;
  padding: 0;
  z-index: 99;
}

@media screen and (min-width: 768px) {
  .header #nav-mobile .site-logo {
    height: 128px;
  }
}
.header #nav-mobile .site-logo img {
  background-color: white;
  padding: 12px;
  max-width: 110px;
}

@media screen and (min-width: 768px) {
  .header #nav-mobile .site-logo img {
    box-shadow: 0 0 29px rgba(50, 50, 50, 0.25);
    max-width: 180px;
  }
}
@media screen and (min-width: 768px) {
  .header .top-header {
    padding: 15px 0;
  }
}
@media screen and (min-width: 992px) {
  .header .top-header {
    padding: 25px 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .header .top-header {
    position: relative;
  }

  .header .top-header:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 83px;
    background-color: #f4f4f4;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .header .top-header .row {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .header .top-header .row.tablet-row {
    justify-content: space-between;
  }
}
.header .site-logo-wrap {
  width: auto;
}

@media screen and (max-width: 767px) {
  .header .site-logo-wrap {
    margin: 20px auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .header .site-logo-wrap {
    display: inline-block;
    margin-left: 1rem;
  }
}
.header .contact-phone-holder {
  display: none;
}

@media screen and (min-width: 1200px) {
  .header .contact-phone-holder {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    width: auto;
  }
}
.header .contact-phone-holder .label {
  margin-top: 1px;
  margin-right: 15px;
  color: #202226;
  font-size: 16px;
  font-weight: 600;
  line-height: 39.39px;
  letter-spacing: normal;
}

@media (min-width: 768px) and (max-width: 991px) {
  .header .contact-phone-holder .label {
    display: block;
    margin-right: 0;
    margin-bottom: 6px;
    max-width: none;
    letter-spacing: 1.78px;
  }
}
.header .contact-phone-holder .contact-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-secondary);
  font-size: 30px;
  font-weight: 700;
  line-height: 65.64px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .header .contact-phone-holder .contact-phone {
    padding: 11px;
    min-width: 272px;
    max-width: none;
  }
}
.header .contact-phone-holder .contact-phone .icon {
  margin-right: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .header .contact-phone-holder .contact-phone .icon {
    width: 35px;
  }
}
.header .desktop-menu {
  position: relative;
  background-color: #fff;
}

.header .desktop-menu .custom-desktop-menu-container {
  position: relative;
}

.header .desktop-menu .custom-desktop-menu-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 5px;
  background-color: #fff;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.header .desktop-menu #nav-desktop {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

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

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

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

.header .desktop-menu #nav-desktop .nav-item:hover .sub-menu {
  visibility: visible;
}

.header .desktop-menu #nav-desktop .nav-item:hover .dropdown-menu {
  display: block;
  padding: 10px 0 5px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .header .desktop-menu #nav-desktop .nav-item:hover .dropdown-menu {
    padding: 15px 0 5px;
  }
}
.header .desktop-menu #nav-desktop .nav-item:last-child {
  margin-right: 0;
}

.header .desktop-menu #nav-desktop .nav-item:last-child:after {
  display: none;
}

.header .desktop-menu #nav-desktop .nav-item.active .nav-link:before {
  display: block;
  width: 90%;
  height: 4px;
  background-color: var(--header-main-m-hover-color);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  z-index: 9;
}

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

.header .desktop-menu #nav-desktop .nav-item .nav-link {
  color: var(--header-main-m-color);
  padding: 14px 0 10px;
  font-family: var(--main-font), sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  text-transform: var(--header-main-m-format);
  display: block;
  position: relative;
  z-index: 1000;
}

.header .desktop-menu #nav-desktop .nav-item .nav-link:is(:hover, :focus) {
  color: var(--header-main-m-hover-color);
}

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

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

.header .desktop-menu #nav-desktop .nav-item .dropdown-toggle:after {
  margin-left: 1px;
}

.header .desktop-menu #nav-desktop .nav-item .dropdown-menu {
  position: absolute;
  z-index: 999 !important;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 220px;
  padding: 10px 0 5px;
  margin: -12px 0 0;
  font-size: 1rem;
  color: var(--text-color);
  text-align: left;
  list-style: none;
  background-color: var(--header-sub-m-bg);
  background-clip: padding-box;
  border: none;
  border-radius: 0;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .header .desktop-menu #nav-desktop .nav-item .dropdown-menu {
    padding: 15px 0 5px;
  }
}
.header .desktop-menu #nav-desktop .nav-item .dropdown-menu .nav-item {
  margin-right: 0;
}

.header .desktop-menu #nav-desktop .nav-item .dropdown-menu .nav-item .nav-link {
  padding: 8px 10px;
  padding-left: 12px;
  color: var(--header-sub-link);
  font-size: 16px;
  font-weight: 400;
}

.header .desktop-menu #nav-desktop .nav-item .dropdown-menu .nav-item .nav-link:before {
  display: none;
}

.header .desktop-menu #nav-desktop .nav-item .dropdown-menu .nav-item:after {
  display: none;
}

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

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

.header .desktop-menu #nav-desktop .nav-item .dropdown-menu .nav-item.current-menu-item .nav-link:before {
  display: none;
}

.header .tap-to-call {
  padding: 4.5px 17px;
  background-color: #f4f4f4;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .header .tap-to-call {
    position: relative;
    z-index: 1;
  }
}
.header .tap-to-call a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px;
  color: #0167c6;
  font-size: 28px;
  font-weight: 700;
  line-height: 29px;
  text-transform: uppercase;
}

@media screen and (min-width: 350px) {
  .header .tap-to-call a {
    margin: 0 auto;
  }
}
.header .tap-to-call a .icon {
  margin-right: 12px;
}

.header .tap-to-call a span {
  font-size: 18px;
  color: #5d5d5d;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .header .tap-to-call-tablet {
    width: auto;
    margin-right: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .header .tap-to-call-tablet a {
    margin-right: 1.2rem;
  }
}
.hero {
  padding-top: 25px;
  position: relative;
}

.hero-home {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-bottom: 125px;
  height: 690px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-home {
    height: 486px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home {
    padding-bottom: 90px;
    height: 43.72vw;
  }
}
@media screen and (min-width: 1400px) {
  .hero-home {
    min-height: 690px;
  }
}
@media (max-width: 1439px) {
  .hero-home {
    padding: 2rem 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-home {
    height: 375px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 991px) and (min-width: 850px) {
  .hero-home {
    background-size: cover;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hero-home {
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  .hero-home {
    height: unset;
    min-height: 403px;
    background-size: contain;
  }
}
.hero-home .banner-content {
  margin: auto auto 0;
  max-width: 880px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .hero-home .banner-content {
    margin-bottom: 4rem;
  }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .hero-home .banner-content {
    margin-bottom: 2.5rem;
  }
}
.hero-home .banner-content-alt {
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .hero-home .banner-content-alt {
    flex: 0 0 680px;
    max-width: 680px;
    margin-top: 6.5rem;
    margin-left: 1rem;
  }
}
@media screen and (min-width: 1400px) {
  .hero-home .banner-content-alt {
    margin-top: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-home .banner-content-alt {
    flex: 0 0 420px;
    max-width: 420px;
    margin-top: 4rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-home .banner-content-alt {
    flex: 0 0 500px;
    max-width: 500px;
  }
}
.hero-home .banner-content .btn-play-mobile {
  display: none;
}

@media (max-width: 767px) {
  .hero-home .banner-content .btn-play-mobile {
    display: block;
    margin: 13px auto 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 53px;
    text-transform: uppercase;
  }

  .hero-home .banner-content .btn-play-mobile .icon-play {
    height: 56px;
    width: 56px;
    filter: invert(99%) sepia(5%) saturate(120%) hue-rotate(17deg) brightness(117%) contrast(100%);
  }

  .hero-home .banner-content .btn-play-mobile path {
    fill: white;
  }
}
.hero-home .banner-content .banner-title {
  position: relative;
  margin-bottom: 5px;
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: normal;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .hero-home .banner-content .banner-title {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-home .banner-content .banner-title {
    font-size: 30px;
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: 7px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-home .banner-content .banner-title {
    font-size: 35px;
    line-height: 41px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .banner-content .banner-title {
    font-size: 52px;
    line-height: 72px;
  }
}
.hero-home .banner-content .banner-title-alt {
  font-size: 48px;
  margin-bottom: 15px;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
  text-align: left;
  line-height: 54px;
}

@media (max-width: 767px) {
  .hero-home .banner-content .banner-title-alt {
    text-align: center;
    max-width: 400px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-home .banner-content .banner-title-alt {
    font-size: 30px;
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: 7px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-home .banner-content .banner-title-alt {
    font-size: 35px;
    line-height: 41px;
  }
}
.hero-home .banner-content .banner-subtitle {
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  line-height: 30px;
}

@media (max-width: 767px) {
  .hero-home .banner-content .banner-subtitle {
    max-width: 324px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-home .banner-content .banner-subtitle {
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0.58px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-home .banner-content .banner-subtitle {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .banner-content .banner-subtitle {
    margin: 0 auto 2.3rem;
    font-size: 24px;
  }
}
.hero-home .banner-content .banner-subtitle-alt {
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.6px;
  line-height: 36px;
  width: 100%;
  max-width: 630px;
}

@media screen and (min-width: 768px) {
  .hero-home .banner-content .banner-subtitle-alt {
    text-align: left;
    margin-left: 0;
    margin-bottom: 2.3rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-home .banner-content .banner-subtitle-alt {
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0.58px;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-home .banner-content .banner-subtitle-alt {
    font-size: 20px;
    line-height: 32px;
    max-width: 500px;
    margin-bottom: 1.5rem;
  }
}
.hero-home .banner-content .btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-home .banner-content .btn-wrapper {
    flex-direction: row;
    align-items: center;
  }
}
.hero-home .banner-content .btn-wrapper .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  max-width: 260px;
  width: 100%;
  min-height: 56px;
  color: #292f34;
  border: 2px solid #fff;
}

@media screen and (min-width: 768px) {
  .hero-home .banner-content .btn-wrapper .btn {
    min-width: 260px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-home .banner-content .btn-wrapper .btn {
    padding: 0;
    font-size: 12px;
    font-weight: 500;
    max-width: 168px;
    min-width: unset;
    min-height: 35px;
  }
}
.hero-home .banner-content .btn-wrapper .btn + .btn {
  margin-left: 35px;
  background-color: unset;
  border: unset;
  color: #fff;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-home .banner-content .btn-wrapper .btn + .btn {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .hero-home .banner-content .btn-wrapper .btn-white {
    display: none;
  }
}
.hero-home .banner-content .btn-wrapper .btn-white .icon-play {
  margin-right: 10px;
  filter: invert(99%) sepia(5%) saturate(120%) hue-rotate(17deg) brightness(117%) contrast(100%);
}

.hero-home .banner-content .btn-wrapper .btn-white .icon-play path {
  fill: white;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-home .banner-content .btn-wrapper .btn-white .icon-play {
    margin-right: 7px;
    width: 34px;
    height: 34px;
  }
}
.hero-home .banner-content .btn-wrapper-alt {
  justify-content: unset;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-home .banner-content .btn-wrapper-alt {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .hero-home .banner-content .btn-wrapper-alt {
    justify-content: center;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-home .banner-content .btn-wrapper-alt .btn + .cw_video_open_popup_customized, .hero-home .banner-content .btn-wrapper-alt .btn.btn {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-home .banner-content .btn-wrapper:not(.btn-wrapper-alt) .btn {
    min-height: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-home .banner-content .btn-wrapper:not(.btn-wrapper-alt) .btn-white .icon-play {
    width: 58px;
    height: 58px;
  }
}
.hero-home .banner-container {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .hero-home .banner-container {
    flex-direction: row;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-home .banner-container .atty-img-container {
    flex: 0 0 265px;
    position: relative;
    min-height: 375px;
  }
}
@media screen and (min-width: 992px) {
  .hero-home .banner-container .atty-img-container {
    flex: 0 0 436px;
    position: relative;
    min-height: 562.67px;
  }
}
@media screen and (max-width: 767px) {
  .hero-home .banner-container .atty-img-container {
    text-align: center;
    justify-self: flex-end;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-home .banner-container .atty-img-container picture {
    position: absolute;
    width: 300px;
    max-width: 300px;
    right: 0;
    left: auto;
    top: -5px;
  }
}
@media screen and (min-width: 992px) {
  .hero-home .banner-container .atty-img-container picture {
    position: absolute;
    width: 495px;
    max-width: 495px;
    right: 0;
    left: auto;
    top: -45px;
  }
}
@media screen and (min-width: 1400px) {
  .hero-home .banner-container .atty-img-container picture {
    width: 561px;
    max-width: 561px;
    top: -125px;
  }
}
.hero-home-alt {
  position: relative;
}

@media screen and (min-width: 992px) {
  .hero-home-alt {
    background-position: center bottom;
    padding-bottom: 0;
    height: unset;
  }
}
@media screen and (min-width: 1400px) {
  .hero-home-alt {
    min-height: 670px;
  }
}
@media screen and (max-width: 767px) {
  .hero-home-alt {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .hero-home-alt:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 60%;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0.1deg, rgba(30, 61, 89, 0.4) 40%, rgba(var(--text-color), 0) 75%);
  }
}
.hero-bio {
  padding: 0;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 992px) {
  .hero-bio {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 1199px) {
  .hero-bio .custom-hero-bio-row {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 575px) {
  .hero-bio .custom-hero-bio-row .col-12 {
    padding: 0;
  }
}
.hero-bio .attorney-info {
  padding: 0 0 20px;
  color: var(--text-color);
}

@media screen and (min-width: 992px) {
  .hero-bio .attorney-info {
    padding: 0 0 15px;
  }
}
.hero-bio .attorney-info .name {
  margin-bottom: 27px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1.4px;
}

@media (min-width: 992px) {
  .hero-bio .attorney-info .name {
    font-size: 54px;
  }
}
.hero-bio .attorney-info .position {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hero-bio .attorney-info .contact-info {
  margin-top: 20px;
}

.hero-bio .attorney-info .contact-info-txt {
  font-size: 16px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.18px;
}

@media (min-width: 366px) {
  .hero-bio .attorney-info .contact-info-txt {
    font-size: 18px;
  }
}
.hero-bio .attorney-info .contact-info .info {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 575px) {
  .hero-bio .attorney-info .contact-info .info {
    flex-wrap: wrap;
    row-gap: 5px;
  }
}
.hero-bio .attorney-info .contact-info .info span {
  font-size: 16px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.18px;
}

@media (min-width: 366px) {
  .hero-bio .attorney-info .contact-info .info span {
    font-size: 18px;
  }
}
.hero-bio .attorney-info .contact-info .info:last-child {
  margin-bottom: 0;
}

.hero-bio .attorney-info .contact-info .info .icon-holder {
  display: flex;
  flex: 0 0 20px;
  margin-right: 12px;
}

.hero-bio .attorney-info .contact-info .info a {
  font-size: 17px;
  font-weight: normal;
  color: var(--text-color);
  letter-spacing: 0.18px;
  text-decoration: none;
}

@media (min-width: 767px) {
  .hero-bio .attorney-info .contact-info .info a {
    font-size: 18px;
  }
}
.hero-bio .attorney-info .contact-info .info a.info-email {
  color: var(--color-tertiary);
  text-decoration: underline;
}

.hero-bio .attorney-info .btn-wrapper {
  margin-top: 20px;
}

@media screen and (min-width: 992px) {
  .hero-bio .attorney-info .btn-wrapper .btn {
    min-width: 327px;
    height: 45px;
    max-width: 327px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 575px) {
  .hero-bio .attorney-info .btn-wrapper .btn {
    min-width: unset;
  }
}
.hero-bio .attorney-image {
  width: 100%;
  max-width: 225px;
  height: 100%;
  min-height: 235px;
  max-height: 235px;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .hero-bio .attorney-image {
    margin-right: 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 1199px) {
  .hero-bio .attorney-image {
    margin: 0 auto;
    margin-bottom: 1.5rem;
  }
}
.hero-bio .attorney-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  position: absolute;
  display: block;
}

@media (max-width: 991px) {
  .hero-bio .attorney-image img {
    margin: auto;
  }
}
#mobile-menu {
  display: none;
}

.navbar-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 8px;
  width: 55px;
  height: 54px;
  background-color: #fff;
  border: none;
}

@media screen and (min-width: 1200px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-toggle.close__mobileMenu {
  display: none;
}

.navbar-toggle .menu__bar {
  display: block;
  margin-bottom: 6px;
  background-color: #183753;
  width: 27px;
  height: 4px;
}

.navbar-toggle .menu__bar:last-child {
  margin-bottom: 0;
}

.navbar-toggle .x {
  display: block;
  background-color: #183753;
  width: 27px;
  height: 4px;
  transition: all ease-in 0.5s;
}

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

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

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

.mm-ocd-opened .navbar-toggle.close__mobileMenu {
  display: flex;
}

.mm-ocd-opened a {
  font-size: 16px;
  font-weight: 600;
}

@media (min-width: 331px) {
  .mm-ocd-opened a {
    font-size: 18px;
  }
}
.mm-ocd .mm-ocd__content .mm-spn:after {
  font-size: 16px;
  font-weight: 600;
  color: var(--mobile-active-menu-color);
  opacity: 1;
}

@media (min-width: 331px) {
  .mm-ocd .mm-ocd__content .mm-spn:after {
    font-size: 18px;
  }
}
.mm-ocd .mm-ocd__content .mm-spn ul:before {
  border-top: 1px solid #e6e6e6;
  opacity: 1;
}

.mm-ocd .mm-ocd__content .mm-spn ul li:after {
  border-top: 1px solid #e6e6e6;
  opacity: 1;
}

.menu-container {
  padding: 20px 0 23px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
}
#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;
}

iframe.cw_video_single {
  width: 100%;
  height: 220px;
}

@media screen and (min-width: 768px) {
  iframe.cw_video_single {
    height: 250px;
  }
}
@media screen and (min-width: 992px) {
  iframe.cw_video_single {
    height: 300px;
  }
}
@media screen and (min-width: 1200px) {
  iframe.cw_video_single {
    height: 420px;
  }
}

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