/**
* 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;
}

.home .results-page-heading-wrapper {
  background-image: url(../images/bg-results-home.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home .results-page-heading-wrapper .results-part {
  background: none;
}

.home .results-page-heading-wrapper .page-heading {
  margin: 0 auto -50px;
  max-width: 674px;
}

@media screen and (min-width: 768px) {
  .home .results-page-heading-wrapper .page-heading {
    margin-bottom: -63px;
  }
}
.home .results-page-heading-wrapper .page-heading .icon-holder {
  margin-bottom: 14px;
}

@media screen and (min-width: 768px) {
  .home .results-page-heading-wrapper .page-heading .icon-holder {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .home .results-page-heading-wrapper .page-heading .icon-holder {
    margin-left: auto;
    margin-right: auto;
    max-width: 330px;
  }
}
.home .results-page-heading-wrapper .page-heading .icon-holder svg {
  max-width: 100%;
}

.home .results-page-heading-wrapper .page-heading h1 {
  margin-bottom: 13px;
}

@media screen and (min-width: 768px) {
  .home .results-page-heading-wrapper .page-heading h1 {
    margin-bottom: 45px;
  }
}
.home .main-content {
  padding: 75px 0 132px;
  background-image: url(../images/bg-intro-home.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .home .main-content {
    padding: 100px 0 217px;
  }
}
@media screen and (min-width: 1200px) {
  .home .main-content .content {
    margin-left: auto;
    max-width: 570px;
  }
}
@media screen and (min-width: 1200px) {
  .home .main-content .image-holder {
    padding-top: 13px;
  }
}
@media (max-width: 1199px) {
  .home .main-content .image-holder {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .home .main-content .image-holder {
    margin-top: -4px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home .main-content .image-holder img {
    max-width: 550px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home .main-content .image-holder img {
    max-width: 450px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .home .main-content .image-holder img {
    max-width: 350px;
    width: 100%;
  }
}
.home .main-content .bottom-content {
  position: relative;
  margin: -13px auto 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .home .main-content .bottom-content {
    margin-top: -113px;
    max-width: 641px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home .main-content .bottom-content {
    margin-top: 40px;
  }
}
.home .main-content .bottom-content p {
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

@media screen and (min-width: 768px) {
  .home .main-content .bottom-content p {
    font-size: 36px;
    line-height: 36px;
  }
}
.home .main-content .bottom-content p:last-child {
  margin-bottom: 0;
}

.home .main-content .bottom-content .btn-wrapper {
  margin-top: -3px;
}

@media screen and (min-width: 768px) {
  .home .main-content .bottom-content .btn-wrapper {
    margin-top: 44px;
  }
}
.home .main-content .bottom-content .btn-wrapper .btn {
  width: 100%;
  max-width: 389px;
}

.home .why-choose-section {
  position: relative;
  padding: 24px 0 30px;
  background-color: var(--color-primary);
}

@media screen and (min-width: 768px) {
  .home .why-choose-section {
    padding: 60px 0;
  }
}
@media screen and (min-width: 992px) {
  .home .why-choose-section {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1200px) {
  .home .why-choose-section {
    padding: 97px 0 133px;
  }
}
@media screen and (min-width: 1200px) {
  .home .why-choose-section .container {
    position: static;
  }
}
@media screen and (min-width: 1200px) {
  .home .why-choose-section:before {
    content: "";
    position: absolute;
    top: -74px;
    right: 0;
    bottom: -74px;
    width: 50.9%;
    background-image: var(--why-choose-image);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 0 30px 0 rgba(17, 17, 17, 0.1);
  }
}
@media screen and (min-width: 1200px) {
  .home .why-choose-section .content {
    max-width: 572px;
  }
}
@media (max-width: 1199px) {
  .home .why-choose-section .content {
    margin-bottom: 24px;
  }
}
.home .why-choose-section .content h2 {
  margin-bottom: 26px;
}

@media screen and (min-width: 768px) {
  .home .why-choose-section .content h2 {
    margin-bottom: 30px;
  }
}
.home .why-choose-section .content ul:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .home .why-choose-section .image-holder {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .home .why-choose-section .image-holder {
    margin: 0 -15px;
  }
}
@media (max-width: 1199px) {
  .home .why-choose-section .cta-wrapper {
    margin-top: 27px;
  }
}
@media screen and (min-width: 1200px) {
  .home .why-choose-section .cta-wrapper {
    position: absolute;
    right: 0;
    bottom: 6px;
    width: 50.5vw;
  }
}
.home .why-choose-section .cta-wrapper .cta-holder {
  margin: 0 auto;
  max-width: 380px;
  text-align: center;
}

.home .why-choose-section .cta-wrapper .contact-phone .label {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 4.2px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .home .why-choose-section .cta-wrapper .contact-phone .label {
    margin-bottom: 7px;
    font-size: 16px;
    letter-spacing: 5px;
  }
}
.home .why-choose-section .cta-wrapper .contact-phone a {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 37.24px;
  font-weight: 700;
  line-height: 37.24px;
}

@media screen and (min-width: 768px) {
  .home .why-choose-section .cta-wrapper .contact-phone a {
    font-size: 42.857px;
    line-height: 51.429px;
  }
}
.home .why-choose-section .cta-wrapper .contact-phone a svg {
  margin-right: 9px;
}

@media (max-width: 767px) {
  .home .why-choose-section .cta-wrapper .contact-phone a svg {
    margin-top: 3px;
    width: 38px;
    height: 38px;
  }
}
.home .why-choose-section .cta-wrapper .btn-wrapper {
  margin-top: 25px;
}

.home .why-choose-section .cta-wrapper .btn-wrapper .btn {
  width: 100%;
}

.home .attorney {
  position: relative;
  padding: 30px 0 29px;
}

@media screen and (min-width: 768px) {
  .home .attorney {
    padding: 80px 0;
  }
}
@media screen and (min-width: 992px) {
  .home .attorney {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1200px) {
  .home .attorney {
    padding: 136px 0 148px;
  }
}
@media screen and (min-width: 1200px) {
  .home .attorney:before {
    content: "";
    position: absolute;
    top: 100px;
    left: 0;
    width: 26.85%;
    bottom: 100px;
    background-color: var(--accent-color);
    box-shadow: 0 0 30px 0 rgba(17, 17, 17, 0.1);
  }
}
.home .attorney .col-image-holder {
  position: relative;
}

@media (max-width: 1199px) {
  .home .attorney .col-image-holder {
    padding-top: 23px;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .home .attorney .col-image-holder {
    margin-left: auto;
    margin-right: auto;
    max-width: 360px;
  }
}
@media (max-width: 1199px) {
  .home .attorney .col-image-holder:before {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    bottom: 0;
    width: 59.1%;
    background-color: var(--accent-color);
    box-shadow: 0 0 14.622px 0 rgba(17, 17, 17, 0.1);
  }
}
.home .attorney .image-holder {
  position: relative;
  max-width: 278px;
}

@media screen and (min-width: 768px) {
  .home .attorney .image-holder {
    margin-top: 12px;
    max-width: 570px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .home .attorney .image-holder {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .home .attorney .image-holder {
    margin-left: auto;
  }
}
.home .attorney .image-holder .info-holder {
  position: absolute;
  bottom: 19px;
  left: 0;
  padding: 0 19px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .home .attorney .image-holder .info-holder {
    bottom: 34px;
    padding: 0 40px;
  }
}
.home .attorney .image-holder .info-holder .name {
  margin-left: -5px;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .home .attorney .image-holder .info-holder .name {
    margin-bottom: 9px;
  }
}
@media (max-width: 767px) {
  .home .attorney .image-holder .info-holder .name {
    width: 154px;
  }
}
.home .attorney .image-holder .info-holder .position {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 9.71px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .home .attorney .image-holder .info-holder .position {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 4.8px;
  }
}
.home .attorney .content h2 {
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .home .attorney .content h2 {
    margin-bottom: 29px;
  }
}
.home .attorney .content .btn-wrapper {
  margin-top: 33px;
}

@media (max-width: 767px) {
  .home .attorney .content .btn-wrapper {
    text-align: center;
  }
}
.home .attorney .content .btn-wrapper .btn {
  width: 100%;
  max-width: 345px;
}

@media screen and (min-width: 768px) {
  .home .attorney .content .btn-wrapper .btn {
    max-width: 304px;
  }
}
.home .investigators {
  position: relative;
  margin-bottom: -363px;
}

@media screen and (min-width: 768px) {
  .home .investigators {
    margin-bottom: -440px;
  }
}
@media screen and (min-width: 1200px) {
  .home .investigators {
    margin-bottom: -278px;
  }
}
@media screen and (min-width: 1200px) {
  .home .investigators:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc((100% - 1140px) / 2 + 30px);
    height: 100%;
    background-color: var(--color-primary);
  }
}
@media (min-width: 1440px) {
  .home .investigators:before {
    width: calc((100% - 1440px) / 2 + 30px);
  }
}
@media (min-width: 1400px) and (max-width: 1439px) {
  .home .investigators:before {
    width: calc((100% - 1320px) / 2 + 30px);
  }
}
.home .investigators .content-holder {
  padding: 27px 20px 29px;
  background-color: var(--color-primary);
  background-image: url(../images/bg-investigators-mobile.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: 0 0 30px 0 rgba(17, 17, 17, 0.1);
}

@media screen and (min-width: 768px) {
  .home .investigators .content-holder {
    padding: 60px 20px;
    background-image: url(../images/bg-investigators.webp);
    background-position: top right;
  }
}
@media screen and (min-width: 1200px) {
  .home .investigators .content-holder {
    padding: 66px 0 87px;
  }
}
.home .investigators .image-holder {
  margin-left: -20px;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .home .investigators .image-holder {
    margin-left: -20px;
  }
}
@media (max-width: 1199px) {
  .home .investigators .image-holder {
    margin-bottom: 42px;
  }
}
@media (max-width: 767px) {
  .home .investigators .image-holder img {
    max-width: 252px;
  }
}
@media screen and (min-width: 1200px) {
  .home .investigators .content {
    margin-top: 15px;
    max-width: 495px;
  }
}
.home .investigators .content h3 {
  margin-bottom: 11px;
}

@media screen and (min-width: 768px) {
  .home .investigators .content h3 {
    margin-bottom: 25px;
  }
}
@media (max-width: 375px) {
  .home .investigators .content h3 {
    max-width: 220px;
  }
}
.home .investigators .content .btn-wrapper {
  margin-top: -4px;
}

@media screen and (min-width: 768px) {
  .home .investigators .content .btn-wrapper {
    margin-top: 33px;
  }
}
@media (max-width: 767px) {
  .home .investigators .content .btn-wrapper {
    text-align: center;
  }
}
.home .investigators .content .btn-wrapper .btn {
  width: 100%;
  max-width: 341px;
}

.home .in-the-news {
  padding: 422px 0 27px;
  background-image: url(../images/bg-in-the-news.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .home .in-the-news {
    padding: 500px 0 94px;
  }
}
@media screen and (min-width: 992px) {
  .home .in-the-news {
    padding-top: 540px;
  }
}
@media screen and (min-width: 1200px) {
  .home .in-the-news {
    padding-top: 448px;
  }
}
.home .in-the-news .section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 37px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .home .in-the-news .section-title {
    margin-bottom: 97px;
  }
}
.home .in-the-news .section-title:before {
  content: "News";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  margin-top: -11px;
  color: rgba(105, 105, 108, 0.5);
  font-family: var(--secondary-font), sans-serif;
  font-size: 164.437px;
  font-weight: 600;
  line-height: 190.864px;
  transform: translate(-50%, -50%);
  opacity: 0.5;
}

@media screen and (min-width: 768px) {
  .home .in-the-news .section-title:before {
    margin-top: -10px;
    font-size: 22vw;
    line-height: 377.419px;
  }
}
@media screen and (min-width: 992px) {
  .home .in-the-news .section-title:before {
    margin-top: -20px;
  }
}
@media screen and (min-width: 1200px) {
  .home .in-the-news .section-title:before {
    margin-top: -41px;
    font-size: 20vw;
  }
}
@media (min-width: 1620px) {
  .home .in-the-news .section-title:before {
    font-size: 325.161px;
  }
}
.home .in-the-news .in-the-news-slider-wrap {
  position: relative;
}

@media (max-width: 767px) {
  .home .in-the-news .news-item {
    margin-left: auto;
    margin-right: auto;
    max-width: 345px;
  }
}
.home .in-the-news .news-item .news-link {
  position: relative;
  display: block;
  margin: 0;
}

.home .in-the-news .news-item .news-link:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid #fff;
}

.home .in-the-news .news-item .news-link .btn-play {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

@media screen and (min-width: 992px) {
  .home .in-the-news .news-item .news-link .btn-play {
    right: 30px;
    bottom: 30px;
  }
}
@media screen and (min-width: 992px) {
  .home .in-the-news .news-item .news-link .thumbnail {
    width: 100%;
    height: 253px;
    object-fit: cover;
  }
}
.home .in-the-news .news-item .title {
  margin-top: 11px;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

@media screen and (min-width: 768px) {
  .home .in-the-news .news-item .title {
    margin-top: 18px;
  }
}
.home .in-the-news .swiper-button-prev,
.home .in-the-news .swiper-button-next {
  margin-top: -51px;
}

@media screen and (min-width: 768px) {
  .home .in-the-news .swiper-button-prev,
  .home .in-the-news .swiper-button-next {
    margin-top: -40px;
  }
}
.home .in-the-news .swiper-button-prev {
  left: -15px;
}

@media screen and (min-width: 768px) {
  .home .in-the-news .swiper-button-prev {
    left: -25px;
  }
}
.home .in-the-news .swiper-button-next {
  right: -15px;
}

@media screen and (min-width: 768px) {
  .home .in-the-news .swiper-button-next {
    right: -25px;
  }
}

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