/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-wrap {
  display: block;
  zoom: 1;
}

.category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-wrap:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

.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 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 14px 0 16px;
  background-color: rgba(0, 1, 6, 0.4);
  backdrop-filter: blur(24.2999992371px);
}

@media screen and (min-width: 768px) {
  .header {
    padding: 13px 0 11px;
  }
}
@media screen and (min-width: 1200px) {
  .header {
    padding: 20px 0 0;
  }
}
.header:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #CE9728 6.61%, #9B6D17 16.62%, #865B11 21.63%, #AA7D24 26.64%, #D6A73C 33.65%, #E7B846 36.65%, #ECC351 38.66%, #F9E06E 43.66%, #FFEC7A 46.67%, #F6D967 50.67%, #EBC14F 57.69%, #E7B846 61.69%, #E0AF3D 64.7%, #D29D2D 71.71%, #CE9728 76.72%, #E2B647 80.72%, #F2CD5F 84.73%, #FBDC6E 88.73%, #FFE173 91.74%, #F9D05C 94.74%, #F5C349 98.75%, #F2BB3D 102.76%, #F2B93A 106.76%);
}

@media screen and (min-width: 1200px) {
  .admin-bar .header {
    top: 32px;
  }
}
@media (max-width: 767px) {
  .admin-bar .header {
    top: 46px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .header .container {
    max-width: 1185px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .container {
    max-width: 750px;
  }
}
.header .site-logo-wrap,
.header .header-right {
  width: auto;
}

@media (max-width: 767px) {
  .header .site-logo-wrap,
.header .header-right {
    padding: 0 15px;
  }
}
.header .site-logo-wrap {
  padding-top: 4px;
}

@media screen and (min-width: 768px) {
  .header .site-logo-wrap {
    padding-top: 5px;
  }
}
@media (max-width: 991px) {
  .header .site-logo-wrap .logo {
    max-width: 155px;
  }
}
.header .header-right {
  display: flex;
  align-items: flex-start;
  margin-left: auto;
}

.header .contact-phone {
  display: flex;
  align-items: center;
  width: max-content;
  color: #fff;
}

@media screen and (min-width: 1200px) {
  .header .contact-phone {
    margin-left: 15px;
  }
}
@media (min-width: 1440px) {
  .header .contact-phone {
    margin-left: 57px;
  }
}
@media (min-width: 1400px) and (max-width: 1439px) {
  .header .contact-phone {
    margin-left: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header .contact-phone {
    margin-top: 2px;
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .header .contact-phone {
    margin-right: 16px;
  }
}
@media screen and (min-width: 768px) {
  .header .contact-phone .icon-holder {
    margin-top: -8px;
    margin-right: 7px;
  }
}
@media screen and (min-width: 992px) {
  .header .contact-phone .icon-holder {
    margin-top: -9px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .header .contact-phone .icon-holder svg {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header .contact-phone .icon-holder svg {
    width: 47px;
    height: 47px;
  }
}
@media (max-width: 767px) {
  .header .contact-phone .text-holder {
    display: none;
  }
}
.header .contact-phone .label {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 3.2px;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .header .contact-phone .label {
    font-size: 12.321px;
    letter-spacing: 2.464px;
  }
}
.header .contact-phone .phone-number {
  font-family: var(--secondary-font), sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .header .contact-phone .phone-number {
    font-size: 36.962px;
  }
}
.hero {
  position: relative;
  padding-top: 120px;
  padding-bottom: 40px;
  background-image: url(../images/bg-generic.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .hero {
    padding-top: 183px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .hero {
    height: 550px;
  }
}
.hero .banner-title {
  margin-bottom: 25px;
  color: #fff;
  text-align: center;
}

.hero .btn-review-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
}

@media screen and (min-width: 768px) {
  .hero .btn-review-wrapper {
    align-items: center;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .hero .btn-review-wrapper {
    flex-direction: column;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .hero .btn-review-wrapper .btn-wrapper {
    flex: 0 0 287px;
  }
}
@media (max-width: 767px) {
  .hero .btn-review-wrapper .btn-wrapper .btn {
    margin: 0 auto;
  }
}
.hero-home {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-top: 104px;
  padding-bottom: 25px;
  background-color: #000513;
  background-repeat: no-repeat;
  background-position: top 80px right -110px;
}

@media screen and (min-width: 420px) {
  .hero-home {
    background-position: top 80px right -100px;
  }
}
@media screen and (min-width: 570px) {
  .hero-home {
    background-position: top 80px right 0px;
  }
}
@media screen and (min-width: 768px) {
  .hero-home {
    padding-top: 100px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .hero-home {
    background-size: cover;
    background-position-x: center;
    background-position-y: top -60px;
    padding-top: 105px;
    /*padding-top: 150px;*/
  }
}
@media screen and (min-width: 1200px) {
  .hero-home {
    padding-top: 125px;
    background-position-x: center;
    background-position-y: top -70px;
    /*padding-top: 164px;*/
  }
}
@media screen and (min-width: 1400px) {
  .hero-home {
    background-position-x: center;
    background-position-y: top -40px;
  }
}
@media (max-width: 767px) {
  .hero-home:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 355px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  .hero-home .row {
    align-items: flex-end;
  }
}
.hero-home .row .col-6 {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .hero-home .row .col-6 {
    width: 50%;
  }
}
.hero-home .banner-image {
  position: relative;
  max-width: 495px;
  margin-left: auto;
  margin-right: auto;
  /*
  @include media('>=tablet', '<widescreen') {
  	margin-bottom: 30px;
  }
  */
}

@media screen and (min-width: 992px) {
  .hero-home .banner-image {
    margin-left: initial;
    margin-right: initial;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .banner-image {
    margin-left: 85px;
    /*
    right: -72px;
    margin-left: -193px;
    */
  }
}
@media screen and (min-width: 1400px) {
  .hero-home .banner-image {
    margin-left: 112px;
  }
}
@media (max-width: 1199px) {
  .hero-home .banner-image {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .hero-home .banner-image {
    /*margin: 0 -15px 24px;*/
    /*background: linear-gradient(180deg, rgba(0, 5, 19, 0.00) 60.56%, #000513 100%);*/
  }
}
.hero-home .banner-image img {
  width: 80%;
}

@media screen and (min-width: 460px) {
  .hero-home .banner-image img {
    width: 60%;
  }
}
@media screen and (min-width: 720px) {
  .hero-home .banner-image img {
    width: initial;
  }
}
.hero-home .banner-image .svg-line {
  width: initial;
}

@media screen and (min-width: 992px) {
  .hero-home .banner-image .svg-line {
    display: none;
  }
}
.hero-home .banner-image .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 35px;
  color: #fff;
  text-align: center;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .hero-home .banner-image .btn-play {
    margin-top: 65px;
    transform: translate(-50%, -50%) scale(0.8);
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .banner-image .btn-play {
    margin: -30px 0 0 -25px;
    transform: translate(-50%, -50%);
    /*margin: 56px 0 0 -33px;*/
  }
}
@media screen and (min-width: 1400px) {
  .hero-home .banner-image .btn-play {
    margin: -34px 0 0 -25px;
  }
}
.hero-home .banner-image .btn-play svg {
  backdrop-filter: blur(5.9912586212px);
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .hero-home .banner-image .btn-play svg {
    backdrop-filter: blur(10.2580652237px);
  }
}
@media (max-width: 767px) {
  .hero-home .banner-image .btn-play svg {
    width: 60px;
    height: 60px;
  }
}
.hero-home .banner-image .btn-play span {
  display: block;
  margin-top: -2px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
}

@media screen and (min-width: 768px) {
  .hero-home .banner-image .btn-play span {
    margin-top: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .banner-image .btn-play span {
    margin-top: 13px;
  }
}
.hero-home .banner-content-holder {
  position: relative;
  margin-bottom: 25px;
  /**/
  max-width: 500px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  /*
  @include media('>=tablet', '<widescreen') {
  	text-align: center;
  }
  */
}

@media screen and (min-width: 768px) {
  .hero-home .banner-content-holder {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 992px) {
  .hero-home .banner-content-holder {
    max-width: none;
    text-align: initial;
    margin-left: initial;
    margin-right: initial;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .banner-content-holder {
    margin-bottom: 118px;
  }
}
.hero-home .banner-title {
  margin-bottom: 21px;
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
  text-transform: uppercase;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  /*
  @include media('<tablet') {
  	max-width: 320px;
  }
  */
}

@media screen and (min-width: 768px) {
  .hero-home .banner-title {
    margin-bottom: 26px;
    font-size: 96px;
    line-height: 88px;
    max-width: none;
    margin-left: initial;
    margin-right: initial;
    margin-top: initial;
  }
}
@media (min-width: 1400px) {
  .hero-home .banner-title {
    font-size: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-home .banner-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
  }
}
.hero-home .btn-review-wrapper {
  display: flex;
  gap: 20px;
}

@media screen and (min-width: 768px) {
  .hero-home .btn-review-wrapper {
    align-items: center;
    gap: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hero-home .btn-review-wrapper {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .hero-home .btn-review-wrapper {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .hero-home .btn-review-wrapper .btn-wrapper {
    flex: 0 0 287px;
  }
}
.hero-home .btn-review-wrapper .btn {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .hero-home .btn-review-wrapper .btn {
    margin-left: initial;
    margin-right: initial;
    margin-bottom: initial;
  }
}
.hero-about {
  height: 415px;
}

@media screen and (min-width: 480px) {
  .hero-about {
    height: 450px;
  }
}
.hero-about h1 {
  padding-top: 10px;
}

.hero-bio {
  background-size: cover !important;
  height: auto;
  padding: 130px 0 50px 0;
}

@media screen and (min-width: 1200px) {
  .hero-bio {
    min-height: 710px;
    padding: 150px 0 50px 0;
    height: 550px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-bio {
    padding: 182px 0 160px 0;
    min-height: 777px;
  }
}
.hero-bio .row {
  justify-content: space-between;
}

.hero-bio .col-left {
  display: none;
}

@media screen and (min-width: 1200px) {
  .hero-bio .col-left {
    display: block;
  }
  .hero-bio .col-left .image-thumbnail img {
    border: 10px solid #fff;
    background: url(./) lightgray -28.202px 0px/112.534% 100% no-repeat, url() lightgray 50%/cover no-repeat;
    box-shadow: 0 0 30px 5px rgba(0, 1, 10, 0.1);
  }
}
.hero-bio .col-right {
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .hero-bio .col-right {
    width: 58.3333333333%;
  }
}
.hero-bio .col-right .text-wrap {
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .hero-bio .col-right .text-wrap {
    text-align: left;
  }
}
.hero-bio .col-right h1 {
  color: #fff;
  margin-bottom: 0px;
}

.hero-bio .col-right .mb-image-thumbnail {
  display: block;
  margin-top: 15px;
  margin-bottom: 20px;
  width: 55%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 480px) {
  .hero-bio .col-right .mb-image-thumbnail {
    width: 40%;
  }
}
.hero-bio .col-right .mb-image-thumbnail img {
  border: 10px solid #fff;
  background: url(./) lightgray -28.202px 0px/112.534% 100% no-repeat, url() lightgray 50%/cover no-repeat;
  box-shadow: 0 0 30px 5px rgba(0, 1, 10, 0.1);
}

@media screen and (min-width: 1200px) {
  .hero-bio .col-right .mb-image-thumbnail {
    display: none;
  }
}
.hero-bio .col-right .position {
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
}

.hero-bio .col-right .border-gradient {
  margin-top: 24px;
  background: linear-gradient(180deg, #F2B93A -10%, #CE9728 110%);
  height: 3px;
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .hero-bio .col-right .border-gradient {
    width: 90%;
  }
}
.hero-bio .col-right .phone {
  margin-top: 28px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.48px;
  justify-content: center;
}

@media screen and (min-width: 1200px) {
  .hero-bio .col-right .phone {
    justify-content: initial;
  }
}
.hero-bio .col-right .phone a {
  margin-left: 9px;
  color: #fff;
}

.hero-bio .col-right .btn-wrapper {
  text-align: center;
  margin-top: 14px;
}

@media screen and (min-width: 570px) {
  .hero-bio .col-right .btn-wrapper {
    text-align: initial;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .hero-bio .col-right .btn-wrapper {
    justify-content: initial;
  }
}
.hero-bio .col-right .btn-wrapper .btn {
  width: 275px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 25px;
}

@media screen and (min-width: 570px) {
  .hero-bio .col-right .btn-wrapper .btn {
    margin: initial;
  }
}
.hero-bio .col-right .btn-wrapper .btn:hover {
  font-size: 16.5px;
  width: 282px;
}

.hero-bio .col-right .btn-wrapper .watch-video {
  position: relative;
  top: 8px;
}

@media screen and (min-width: 570px) {
  .hero-bio .col-right .btn-wrapper .watch-video {
    margin-left: 32px;
  }
}
.hero-bio .col-right .btn-wrapper .watch-video a {
  margin-bottom: 0px;
}

.hero-bio .col-right .btn-wrapper .watch-video a svg {
  backdrop-filter: blur(5.9840388298px);
  border-radius: 50%;
}

.hero-bio .col-right .btn-wrapper .watch-video span {
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  position: relative;
  left: 16px;
  top: -8px;
}

.hero-bio .col-right .google-review-image {
  margin-top: 22px;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .hero-bio .col-right .google-review-image {
    margin-bottom: 20px;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .hero-bio .col-right .google-review-image {
    margin-bottom: 0px;
  }
}
.hero-bio .awards-part .swiper-button-wrapper {
  margin-bottom: 10px;
}

.hero-bio .awards-part .swiper-pagination {
  margin: 15px 0 0 !important;
}

@media screen and (min-width: 1200px) {
  .hero-bio .awards-part .swiper-pagination {
    margin: 7px 0 0 !important;
  }
}
#mobile-menu {
  display: none;
}

.close__mobileMenu {
  display: none;
  padding: 0;
  border: none;
  background: none;
}

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

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

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

#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
*/
#nav-desktop {
  padding: 22px 0 0;
}

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

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

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

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

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

#nav-desktop .nav-search {
  margin-left: 12px;
}

@media (min-width: 1400px) {
  #nav-desktop .nav-search {
    margin-left: 37px;
  }
}
#nav-desktop .nav-search input {
  padding: 10px;
  width: 100%;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  height: 40px;
  background-color: #fff;
  border: 2px solid #C2C5C8;
  border-radius: 6px;
}

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

@media (min-width: 1440px) {
  #nav-desktop .nav-item {
    margin-right: 50px;
    /*margin-right: 48px;*/
  }
}
@media (min-width: 1400px) and (max-width: 1439px) {
  #nav-desktop .nav-item {
    margin-right: 30px;
  }
}
#nav-desktop .nav-item:last-child {
  margin-right: 0;
}

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

@media screen and (min-width: 1200px) {
  #nav-desktop .nav-item:after {
    content: "";
    position: absolute;
    top: 3px;
    right: -6px;
    width: 1px;
    height: 9px;
    background-color: #fff;
    opacity: 0.4;
  }
}
@media (min-width: 1400px) {
  #nav-desktop .nav-item:after {
    right: -15px;
  }
}
@media (min-width: 1440px) {
  #nav-desktop .nav-item:after {
    right: -24px;
  }
}
#nav-desktop .nav-item:hover .dropdown-menu {
  display: block;
}

#nav-desktop .nav-item .nav-link {
  display: block;
  position: relative;
  padding: 0 0 42px;
  color: var(--header-main-m-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-transform: var(--header-main-m-format);
}

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

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

#nav-desktop .nav-item .nav-link.dropdown-toggle:after {
  content: "";
  margin-left: 1px;
  width: 9px;
  height: 6px;
  vertical-align: 3px;
  background: url(../images/icons/icon-nav-link-dropdown.svg) no-repeat center;
  background-size: contain;
  border: none;
}

#nav-desktop .nav-item .nav-link.dropdown-toggle.dropdown-toggle-search:after {
  display: none;
}

#nav-desktop .nav-item .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  padding: 22px 24px 21px;
  margin: 0;
  min-width: 322px;
  text-align: left;
  list-style: none;
  background-color: var(--header-sub-m-bg);
  border: none;
  border-radius: 0;
  box-shadow: 0 0 30px 5px rgba(0, 1, 10, 0.1);
}

#nav-desktop .nav-item .dropdown-menu li {
  padding-bottom: 21px;
  margin-right: 0;
  margin-bottom: 21px;
  border-bottom: 1px solid #C2C5C8;
}

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

#nav-desktop .nav-item .dropdown-menu li a {
  padding: 0;
  color: var(--header-sub-link);
  font-size: 16px;
  font-weight: 400;
}

#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;
  text-decoration: underline;
}

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

.mm-ocd .mm-spn.mm-spn--navbar.mm-spn--main:after,
.mm-ocd .mm-spn.mm-spn--navbar:after {
  opacity: 1;
}

.mm-ocd .mm-spn li::before, .mm-ocd .mm-spn li::after,
.mm-ocd .mm-spn.mm-spn--navbar ul::before {
  border-color: #fff;
}

.mm-ocd .mm-spn a {
  font-size: 16px;
  font-weight: 500;
}

.mm-ocd .mm-ocd__backdrop {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  transform: translateX(-50%);
}

@media (min-width: 576px) {
  .mm-ocd .mm-ocd__backdrop {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .mm-ocd .mm-ocd__backdrop {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .mm-ocd .mm-ocd__backdrop {
    max-width: 960px;
  }
}
.mm-ocd .mm-ocd__backdrop:before, .mm-ocd .mm-ocd__backdrop:after {
  content: "";
  position: absolute;
  top: 37px;
  right: 27px;
  width: 26px;
  height: 5px;
  background-color: var(--color-tertiary);
  border-radius: 5px;
}

@media screen and (min-width: 768px) {
  .mm-ocd .mm-ocd__backdrop:before, .mm-ocd .mm-ocd__backdrop:after {
    top: 36px;
    right: 9px;
  }
}
@media screen and (min-width: 992px) {
  .mm-ocd .mm-ocd__backdrop:before, .mm-ocd .mm-ocd__backdrop:after {
    top: 36px;
    right: 24px;
  }
}
.mm-ocd .mm-ocd__backdrop:before {
  transform: rotate(45deg);
}

.mm-ocd .mm-ocd__backdrop:after {
  transform: rotate(-45deg);
}

.category-archive-view .post-excerpt {
  margin-bottom: 40px;
}

.category-archive-view .post-excerpt .blog-post {
  background: #f4f4f4;
  border: 1px solid #d8d9d9;
  padding: 27px;
}

@media (max-width: 1199px) {
  .category-archive-view .post-excerpt .blog-post {
    padding: 15px;
  }
}
.category-archive-view .post-excerpt .blog-post .excerpt-title {
  padding-bottom: 15px;
}

.category-archive-view .post-excerpt .blog-post .excerpt-title .title-wrap {
  border-bottom: 1px solid #d8d9d9;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.category-archive-view .post-excerpt .blog-post .excerpt-title .title-wrap h2.post-title {
  margin-bottom: 0;
  text-align: left;
}

.category-archive-view .post-excerpt .blog-post .excerpt-title .title-wrap h2.post-title a {
  color: var(--color-secondary);
  /*color: $primary-color;*/
}

.category-archive-view .post-excerpt .blog-post .excerpt-title .title-wrap h2.post-title a:hover {
  color: #303030;
  /*color: $secondary-color;*/
}

.category-archive-view .post-excerpt .blog-post .excerpt-title .post-category {
  display: inline-block;
}

.category-archive-view .post-excerpt .blog-post .excerpt-title .post-category:last-child {
  margin-right: 0;
}

.category-archive-view .post-excerpt .blog-post .excerpt-title .post-category:last-child .comma {
  display: none;
}

.category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .image-holder {
  margin-bottom: 30px;
  margin-right: 30px;
  float: left;
  max-width: 245px;
  padding-top: 7px;
}

@media (max-width: 1199px) {
  .category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .image-holder {
    margin: 0 auto 20px;
    float: none;
  }
}
.category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .image-holder img {
  box-shadow: 4px 4px 7px 1px rgba(0, 0, 0, 0.07);
  max-height: 350px;
  width: auto;
}

.category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .excerpt-content {
  margin-bottom: 25px;
}

.category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .excerpt-content a {
  display: none;
}

.category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-wrap {
  clear: both;
}

.category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-wrap .btn-std {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-wrap .btn-std {
    float: right;
    margin-left: initial;
    margin-right: initial;
  }
}
@media screen and (max-width: 768px) {
  .page-template-about-us .entry-content .image-holder {
    max-width: 100% !important;
  }
}

/* Approved homepage hero */
.hero-approved {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  min-height: min(900px, 100vh);
  overflow: hidden;
  color: #fff;
  background-color: #15191e;
  background-image: var(--hero-approved-bg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-approved::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(4, 7, 10, 0.9) 0%, rgba(4, 7, 10, 0.72) 32%, rgba(4, 7, 10, 0.22) 62%, rgba(4, 7, 10, 0.18) 100%), linear-gradient(0deg, rgba(3, 7, 11, 0.92) 0%, rgba(3, 7, 11, 0.2) 52%, rgba(3, 7, 11, 0.44) 100%);
}
.hero-approved__inner {
  position: relative;
  z-index: 1;
  width: 89%;
  max-width: 1764px;
  margin: 0 auto;
  padding: 132px 0 40px;
}
.hero-approved__content {
  width: 46%;
  max-width: 680px;
}
.hero-approved__eyebrow,
.hero-approved h1,
.hero-approved__rating p {
  margin: 0;
}
.hero-approved__eyebrow {
  color: #f2b93a;
  font-family: var(--secondary-font), sans-serif;
  font-size: clamp(37px, 2.55vw, 51px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.7);
}
.hero-approved__mobile-break {
  display: none;
}
.hero-approved h1 {
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-size: clamp(72px, 5.25vw, 104px);
  font-weight: 400;
  line-height: 0.97;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-shadow: 0 5px 12px rgba(0, 0, 0, 0.8);
}
.hero-approved__rating {
  margin-top: 27px;
}
.hero-approved__rating-line {
  display: flex;
  align-items: center;
  gap: clamp(28px, 2.5vw, 50px);
  white-space: nowrap;
}
.hero-approved__rating-line strong {
  font-size: clamp(28px, 2vw, 40px);
  line-height: 1.1;
}
.hero-approved__stars {
  color: #f2b12b;
  font-size: clamp(38px, 2.7vw, 54px);
  line-height: 1;
  letter-spacing: 0.07em;
  text-shadow: 0 3px 7px rgba(0, 0, 0, 0.75);
}
.hero-approved__rating p {
  margin-top: 4px;
  color: #fff !important;
  font-size: clamp(25px, 1.75vw, 35px);
  line-height: 1.2;
  white-space: nowrap;
}
.hero-approved__cta.btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: clamp(315px, 22vw, 435px) !important;
  max-width: none !important;
  min-height: clamp(59px, 3.75vw, 75px);
  padding: 12px clamp(25px, 2.4vw, 48px);
  margin-top: 29px;
  color: #050505;
  font-size: clamp(18px, 1.2vw, 24px);
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  border: 1px solid #ffd86d;
  border-radius: 999px;
  background: linear-gradient(180deg, #f8c852 0%, #efb52f 100%);
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.28);
}
.hero-approved__cta.btn::after {
  display: none;
}
.hero-approved__cta.btn svg {
  width: 33px;
  height: 23px;
  margin-left: 18px;
  flex: 0 0 auto;
}
.hero-approved__phone {
  display: flex;
  align-items: flex-start;
  gap: 26px;
  width: max-content;
  margin-top: 26px;
  color: #fff;
}
.hero-approved__phone:hover,
.hero-approved__phone:focus {
  color: #fff;
}
.hero-approved__phone > svg {
  width: 31px;
  height: 31px;
  margin-top: 7px;
  color: #f2b93a;
  transform: rotate(-4deg);
}
.hero-approved__phone span {
  display: flex;
  flex-direction: column;
}
.hero-approved__phone strong {
  font-size: clamp(26px, 1.8vw, 36px);
  line-height: 1.15;
  letter-spacing: 0.04em;
}
.hero-approved__phone small {
  margin-top: 4px;
  font-size: clamp(16px, 1.05vw, 21px);
  line-height: 1.2;
}
.hero-approved__phone b {
  margin: 0 10px;
  color: #f2b93a;
}
.hero-approved__attorneys {
  position: absolute;
  z-index: 0;
  right: -1.2%;
  bottom: -1px;
  width: 51.5%;
  height: auto;
  max-width: none;
  filter: drop-shadow(-12px 4px 13px rgba(0, 0, 0, 0.26));
}
@media (max-width: 1199px) {
  .hero-approved {
    min-height: min(768px, 100vh);
  }
  .hero-approved__inner {
    width: calc(100% - 70px);
    padding-top: 115px;
  }
  .hero-approved__content {
    width: 51%;
  }
  .hero-approved__eyebrow {
    font-size: 34px;
  }
  .hero-approved h1 {
    font-size: 70px;
  }
  .hero-approved__rating-line {
    gap: 18px;
  }
  .hero-approved__rating-line strong {
    font-size: 25px;
  }
  .hero-approved__stars {
    font-size: 34px;
  }
  .hero-approved__rating p {
    font-size: 23px;
  }
  .hero-approved__attorneys {
    right: -9%;
    width: 61%;
  }
}
@media (max-width: 991px) {
  .hero-approved {
    align-items: flex-end;
    min-height: 768px;
  }
  .hero-approved::before {
    background: linear-gradient(90deg, rgba(4, 7, 10, 0.83) 0%, rgba(4, 7, 10, 0.48) 60%, rgba(4, 7, 10, 0.35) 100%), linear-gradient(0deg, rgba(3, 7, 11, 0.98) 0%, rgba(3, 7, 11, 0.7) 48%, rgba(3, 7, 11, 0.35) 100%);
  }
  .hero-approved__inner {
    width: calc(100% - 60px);
    padding: 125px 0 45px;
  }
  .hero-approved__content {
    width: 56%;
  }
  .hero-approved__attorneys {
    right: -13%;
    width: 69%;
  }
}
@media (max-width: 719px) {
  .hero-approved {
    align-items: flex-start;
    min-height: 844px;
    background-position: 56% center;
  }
  .hero-approved::before {
    background: linear-gradient(0deg, rgba(3, 7, 11, 0.98) 0%, rgba(3, 7, 11, 0.9) 45%, rgba(3, 7, 11, 0.3) 76%, rgba(3, 7, 11, 0.5) 100%), linear-gradient(90deg, rgba(3, 7, 11, 0.7), rgba(3, 7, 11, 0.2));
  }
  .hero-approved__inner {
    z-index: 2;
    width: calc(100% - 40px);
    padding: 315px 0 35px;
  }
  .hero-approved__content {
    width: 100% !important;
    max-width: 420px;
  }
  .hero-approved__eyebrow {
    font-size: clamp(28px, 8vw, 34px);
  }
  .hero-approved h1 {
    font-size: clamp(56px, 17vw, 72px);
    line-height: 0.92;
  }
  .hero-approved__rating {
    margin-top: 18px;
  }
  .hero-approved__rating-line {
    display: block;
    white-space: normal;
  }
  .hero-approved__rating-line strong {
    display: block;
    margin-top: 1px;
    font-size: 24px;
  }
  .hero-approved__stars {
    font-size: 35px;
  }
  .hero-approved__rating p {
    font-size: 19px;
    white-space: normal;
  }
  .hero-approved__cta.btn {
    width: 100%;
    max-width: 350px !important;
    min-height: 59px;
    margin-top: 21px;
    font-size: 18px;
  }
  .hero-approved__phone {
    gap: 16px;
    margin-top: 20px;
  }
  .hero-approved__phone > svg {
    width: 26px;
    height: 26px;
  }
  .hero-approved__phone strong {
    font-size: 25px;
  }
  .hero-approved__phone small {
    font-size: 15px;
  }
  .hero-approved__attorneys {
    z-index: 1;
    top: 69px;
    right: -28%;
    bottom: auto;
    width: 132%;
    max-width: 600px;
    opacity: 0.96;
  }
}

.header-mobile-cta {
  display: none;
}
@media (max-width: 820px) {
  .hero-approved {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: initial;
    align-content: start;
    min-height: 100svh;
    padding: 118px 18px 34px;
    background-color: #02060b;
    background-position: center top;
    background-size: auto 72%;
  }
  .hero-approved::before {
    z-index: -1;
    background: linear-gradient(180deg, rgba(2, 6, 11, 0.5) 0%, rgba(2, 6, 11, 0.22) 29%, rgba(2, 6, 11, 0.92) 59%, #02060b 76%), linear-gradient(90deg, rgba(2, 6, 11, 0.55), rgba(2, 6, 11, 0.18) 50%, rgba(2, 6, 11, 0.55));
  }
  .hero-approved__inner,
  .hero-approved__content {
    display: contents;
  }
  .hero-approved__eyebrow {
    grid-row: 1;
    align-self: end;
    justify-self: center;
    width: 100%;
    max-width: 430px;
    color: #f2b93a;
    font-size: clamp(24px, 7vw, 34px);
    line-height: 0.96;
    text-align: center;
    white-space: nowrap;
    text-wrap: balance;
  }
  .hero-approved__mobile-break {
    display: none;
  }
  .hero-approved h1 {
    grid-row: 2;
    justify-self: center;
    margin-top: 3px;
    font-size: clamp(37px, 9.5vw, 52px);
    line-height: 0.96;
    text-align: center;
  }
  .hero-approved__attorneys {
    position: relative;
    grid-row: 3;
    align-self: end;
    justify-self: center;
    z-index: 0;
    top: auto;
    right: auto;
    bottom: auto;
    width: min(100%, 560px);
    max-width: 560px;
    height: auto;
    margin: 4px auto -27px;
    opacity: 1;
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.38));
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 87%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 0%, #000 87%, transparent 100%);
  }
  .hero-approved__rating {
    grid-row: 4;
    justify-self: center;
    z-index: 1;
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .hero-approved__rating-line {
    display: flex;
    flex-direction: column;
    gap: 2px;
    white-space: normal;
  }
  .hero-approved__rating-line strong {
    order: 1;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(27px, 7vw, 36px);
    font-weight: 400;
    line-height: 1.1;
  }
  .hero-approved__stars {
    order: 2;
    font-size: clamp(29px, 7.5vw, 38px);
    line-height: 1;
    letter-spacing: 0.08em;
  }
  .hero-approved__rating p {
    margin-top: 5px;
    color: #f2b93a !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(15px, 4vw, 19px);
    line-height: 1.2;
    white-space: normal;
  }
  .hero-approved__cta.btn {
    grid-row: 5;
    justify-self: center;
    width: min(100%, 360px) !important;
    max-width: 360px !important;
    height: 58px !important;
    min-height: 58px;
    padding: 10px 23px;
    margin-top: 22px;
    font-size: clamp(16px, 4.4vw, 19px);
    border-radius: 6px;
  }
  .hero-approved__cta.btn svg {
    width: 29px;
    height: 20px;
  }
  .hero-approved__phone {
    grid-row: 6;
    justify-self: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    margin-top: 22px;
    text-align: center;
  }
  .hero-approved__phone > svg {
    width: 24px;
    height: 24px;
    margin-top: 5px;
  }
  .hero-approved__phone strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(25px, 6.8vw, 33px);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0.02em;
  }
  .hero-approved__phone small {
    margin-top: 5px;
    font-size: clamp(13px, 3.6vw, 16px);
  }
}
@media (min-width: 821px) and (max-width: 1199px) {
  .hero-approved {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: initial;
    align-content: start;
    height: 100svh;
    min-height: 700px;
    max-height: 900px;
    padding: clamp(108px, 13vh, 120px) 24px 16px;
  }
  .hero-approved__inner,
  .hero-approved__content {
    display: contents;
  }
  .hero-approved__eyebrow {
    grid-row: 1;
    justify-self: center;
    width: 100%;
    max-width: 720px;
    font-size: clamp(32px, 3.2vw, 40px);
    line-height: 0.96;
    text-align: center;
  }
  .hero-approved h1 {
    grid-row: 2;
    justify-self: center;
    margin-top: 2px;
    font-size: clamp(54px, 5.8vw, 70px);
    line-height: 0.96;
    text-align: center;
  }
  .hero-approved__attorneys {
    position: relative;
    grid-row: 3;
    justify-self: center;
    z-index: 0;
    top: auto;
    right: auto;
    bottom: auto;
    width: min(44vw, 420px);
    max-width: 420px;
    height: auto;
    margin: -2px auto -26px;
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 89%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 0%, #000 89%, transparent 100%);
  }
  .hero-approved__rating {
    grid-row: 4;
    justify-self: center;
    z-index: 1;
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .hero-approved__rating-line {
    display: flex;
    flex-direction: column;
    gap: 1px;
    white-space: normal;
  }
  .hero-approved__rating-line strong {
    order: 1;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(25px, 2.8vw, 32px);
    font-weight: 400;
  }
  .hero-approved__stars {
    order: 2;
    font-size: clamp(29px, 3.2vw, 36px);
  }
  .hero-approved__rating p {
    margin-top: 3px;
    color: #f2b93a !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(15px, 1.7vw, 19px);
    white-space: normal;
  }
  .hero-approved__cta.btn {
    grid-row: 5;
    justify-self: center;
    width: min(100%, 360px) !important;
    max-width: 360px !important;
    height: 54px !important;
    min-height: 54px;
    margin-top: 15px;
    border-radius: 6px;
  }
  .hero-approved__phone {
    grid-row: 6;
    justify-self: center;
    justify-content: center;
    width: auto;
    margin-top: 14px;
    text-align: center;
  }
}
@media (min-width: 600px) and (max-width: 820px) and (max-height: 900px) {
  .hero-approved {
    height: 100svh;
    min-height: 0;
    align-content: center;
    padding-top: clamp(82px, 12vh, 102px);
    padding-bottom: 18px;
  }
  .hero-approved__eyebrow {
    font-size: clamp(28px, 7.7vw, 38px);
    line-height: 0.94;
  }
  .hero-approved h1 {
    margin-top: 2px;
    font-size: clamp(34px, 8.7vw, 44px);
    line-height: 0.94;
  }
  .hero-approved__attorneys {
    width: min(92%, 420px);
    max-width: 420px;
    margin-top: 1px;
    margin-bottom: -23px;
  }
  .hero-approved__rating-line {
    gap: 0;
  }
  .hero-approved__rating-line strong {
    font-size: clamp(24px, 6.4vw, 30px);
  }
  .hero-approved__stars {
    font-size: clamp(27px, 7vw, 33px);
  }
  .hero-approved__rating p {
    margin-top: 3px;
    font-size: clamp(14px, 3.7vw, 17px);
  }
  .hero-approved__cta.btn {
    height: 54px !important;
    min-height: 54px;
    margin-top: 14px;
  }
  .hero-approved__phone {
    margin-top: 14px;
  }
  .hero-approved__phone strong {
    font-size: clamp(24px, 6.3vw, 29px);
  }
  .hero-approved__phone small {
    margin-top: 3px;
    font-size: clamp(12px, 3.3vw, 14px);
  }
}
@media (max-width: 599px) and (max-height: 720px) {
  .hero-approved {
    padding-top: 74px;
    padding-bottom: 12px;
  }
  .hero-approved__eyebrow {
    font-size: clamp(25px, 7vw, 32px);
  }
  .hero-approved h1 {
    font-size: clamp(31px, 8vw, 38px);
  }
  .hero-approved__attorneys {
    width: min(84%, 350px);
    max-width: 350px;
    margin-bottom: -20px;
  }
  .hero-approved__rating-line strong {
    font-size: clamp(22px, 5.8vw, 27px);
  }
  .hero-approved__stars {
    font-size: clamp(25px, 6.4vw, 30px);
  }
  .hero-approved__rating p {
    font-size: clamp(13px, 3.4vw, 15px);
  }
  .hero-approved__cta.btn {
    height: 50px !important;
    min-height: 50px;
    margin-top: 10px;
  }
  .hero-approved__phone {
    margin-top: 10px;
  }
}
@media (max-width: 719px) {
  .header {
    padding: 9px 0 11px;
  }
  .header .container {
    width: 100%;
    max-width: none;
    padding: 0;
  }
  .header .row {
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .header .site-logo-wrap {
    padding: 0 0 0 12px;
  }
  .header .site-logo-wrap .logo {
    width: 105px;
    max-width: 105px;
    margin-left: 5px;
  }
  .header .header-right {
    align-items: center;
    padding: 0 12px 0 6px;
  }
  .header .contact-phone {
    margin: 0 7px 0 auto;
  }
  .header .contact-phone .icon-holder {
    margin: 0;
  }
  .header .contact-phone .icon-holder svg {
    width: 37px;
    height: 37px;
  }
  .header-mobile-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 36px;
    padding: 4px 7px;
    margin-right: 6px;
    color: #050505;
    font-size: 8.5px;
    font-weight: 700;
    line-height: 1.05;
    white-space: normal;
    text-align: center;
    border: 1px solid #ffd86d;
    border-radius: 4px;
    background: linear-gradient(180deg, #f8c852 0%, #efb52f 100%);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
  }
  .header-mobile-cta:hover,
  .header-mobile-cta:focus {
    color: #050505;
  }
  .header .navbar-toggle-wrapper svg {
    width: 37px;
    height: 37px;
  }
}
@media (max-width: 420px) {
  .hero-approved {
    padding-right: 16px;
    padding-left: 16px;
  }
  .hero-approved__eyebrow {
    max-width: 330px;
  }
}
@media (max-width: 360px) {
  .header .site-logo-wrap .logo {
    width: 96px;
    max-width: 96px;
  }
  .header-mobile-cta {
    width: 86px;
    font-size: 8px;
  }
  .header .contact-phone .icon-holder svg,
  .header .navbar-toggle-wrapper svg {
    width: 36px;
    height: 36px;
  }
  .hero-approved {
    padding-top: 105px;
  }
}

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