/**
* 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 h1 {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .home h1 {
    margin-bottom: 75px;
  }
}
@media screen and (min-width: 992px) {
  .home h1 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .home h1 {
    margin-top: 70px;
  }
}
.home h1:after {
  position: absolute;
  content: "";
  display: block;
  width: 266px;
  height: 82px;
  background-image: url("../../dist/images/underline-graphic.svg");
  background-repeat: no-repeat;
  background-position: center;
  left: 50%;
  bottom: -78px;
  transform: translateX(-50%);
  z-index: 1;
}

@media (max-width: 767px) {
  .home h1:after {
    width: 179px;
    height: 54.807px;
    background-image: url("../../dist/images/underline-graphic-mobile.svg");
  }
}
@media screen and (min-width: 768px) {
  .home h1:after {
    bottom: -110px;
  }
}
@media (max-width: 991px) {
  .home h1 {
    margin-top: 77px;
  }
}
.home .main-content {
  background-color: #D6E9F8;
  position: relative;
}

@media (max-width: 991px) {
  .home .main-content {
    padding-top: 40px;
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 768px) {
  .home .main-content {
    padding-bottom: 170px;
  }
}
.home .main-content .cw_video_open_popup_customized {
  position: relative;
  margin-top: -130px;
  border-radius: 12px;
  margin-bottom: 20px;
}

@media (min-width: 992px) and (max-width: 1399px) {
  .home .main-content .cw_video_open_popup_customized {
    margin-top: -80px;
    margin-left: 20%;
    max-width: 350px;
  }
}
@media (max-width: 991px) {
  .home .main-content .cw_video_open_popup_customized {
    margin-top: -60px;
  }
}
@media (max-width: 767px) {
  .home .main-content .cw_video_open_popup_customized {
    margin-top: -40px;
  }
}
.home .main-content .cw_video_open_popup_customized .video-play-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.263px;
  position: absolute;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
  width: 100%;
}

@media (min-width: 992px) and (max-width: 1399px) {
  .home .main-content .cw_video_open_popup_customized .video-play-wrapper {
    left: 63%;
    top: 52%;
  }
  .home .main-content .cw_video_open_popup_customized .video-play-wrapper .play-icon {
    width: 80%;
  }
}
.home .main-content .cw_video_open_popup_customized .video-play-wrapper span {
  display: block;
  text-align: center;
  margin-top: 10px;
}

@media screen and (min-width: 992px) {
  .home .main-content .cw_video_open_popup_customized .video-play-wrapper span {
    margin-top: 20px;
  }
}
.home .main-content__image {
  text-align: center;
}

@media (max-width: 991px) {
  .home .main-content__image {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 1200px) {
  .home .main-content__image {
    text-align: left;
    max-width: 572px;
  }
  .home .main-content__image .cw_video_open_popup_customized {
    margin-left: auto;
    display: block;
    max-width: 418px;
  }
}
.home .main-content__image .featured-image {
  border-radius: 24px;
  box-shadow: 71.097px 85.43px 30.961px 0px rgba(52, 82, 101, 0), 45.295px 54.469px 28.668px 0px rgba(52, 82, 101, 0.01), 25.801px 30.961px 24.081px 0px rgba(52, 82, 101, 0.05), 11.467px 13.761px 17.774px 0px rgba(52, 82, 101, 0.09), 2.867px 3.44px 9.747px 0px rgba(52, 82, 101, 0.1);
}

@media (max-width: 991px) {
  .home .main-content__image .featured-image {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .home .main-content__image .featured-image {
    max-width: 297px;
  }
}
.home .main-content__image .video-thumbnail {
  border-radius: 24px;
  display: block;
  background: linear-gradient(0deg, rgba(21, 58, 84, 0.1) 0%, rgba(21, 58, 84, 0.1) 100%), url(<path-to-image>) lightgray 50%/cover no-repeat;
  box-shadow: 76.14px 91.491px 33.158px 0px rgba(52, 82, 101, 0), 48.509px 58.333px 30.702px 0px rgba(52, 82, 101, 0.01), 27.632px 33.158px 25.789px 0px rgba(52, 82, 101, 0.05), 12.281px 14.737px 19.035px 0px rgba(52, 82, 101, 0.09), 3.07px 3.684px 10.439px 0px rgba(52, 82, 101, 0.1);
}

@media (max-width: 991px) {
  .home .main-content__image .video-thumbnail {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .home .main-content__image .video-thumbnail {
    max-width: 256.66px;
    margin-top: -11px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .home .main-content__image .video-thumbnail {
    margin-left: 10%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home .main-content .col-right {
    margin-top: 10px;
  }
}
@media screen and (min-width: 992px) {
  .home .main-content__text {
    margin-top: -15px;
    max-width: 684px;
    margin-left: auto;
  }
}
.home .main-content__text .content-wrapper {
  position: relative;
}

.home .main-content__text .content-excerpt {
  display: none;
}

@media (max-width: 767px) {
  .home .main-content__text .content-excerpt {
    display: block;
    position: relative;
  }
  .home .main-content__text .content-excerpt:after {
    content: "";
    position: absolute;
    bottom: 96px;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(to bottom, rgba(214, 233, 248, 0) 0%, rgb(214, 233, 248) 100%);
    pointer-events: none;
    z-index: 2;
  }
  .home .main-content__text .content-excerpt.hidden {
    display: none;
  }
  .home .main-content__text .content-excerpt.hidden:after {
    display: none;
  }
  .home .main-content__text .content-excerpt .load-more-content {
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .home .main-content__text .content-full {
    display: none;
  }
  .home .main-content__text .content-full.show {
    display: block;
  }
}
.home .main-content__text .load-more-content {
  display: none;
  width: 100%;
  background: none;
  border: none;
  padding: 15px 0;
  margin-top: 20px;
  text-align: center;
  color: var(--Color-primary, #153A54);
  font-size: 24px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .home .main-content__text .load-more-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
  .home .main-content__text .load-more-content.with-full-content {
    margin-top: 15px;
  }
}
.home .main-content__text .load-more-content img {
  width: auto;
  height: auto;
}

.home .main-content__text .load-more-content span {
  color: var(--color-primary);
  font-size: 24px;
  font-weight: 700;
  font-family: var(--secondary-font), sans-serif;
}

.home .main-content__text .load-more-content .load-more-icon {
  display: block;
}

.home .main-content__text .load-more-content .load-less-icon {
  display: none;
}

.home .main-content__text .load-more-content.expanded .load-more-icon {
  display: none;
}

.home .main-content__text .load-more-content.expanded .load-less-icon {
  margin-bottom: -20px;
  display: block;
}

.home .why-need-lawyer {
  padding: 21px 0 45px;
  position: relative;
  background: url("../../dist/images/about-curve-blue.png") center bottom no-repeat var(--color-neutral);
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .home .why-need-lawyer {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .home .why-need-lawyer {
    padding: 40px 0 80px;
  }
  .home .why-need-lawyer .col-right {
    text-align: right;
  }
}
@media screen and (min-width: 1440px) {
  .home .why-need-lawyer {
    padding-bottom: 95px;
  }
}
@media (max-width: 991px) {
  .home .why-need-lawyer .row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 991px) {
  .home .why-need-lawyer__content {
    margin-top: 27px;
  }
}
.home .why-need-lawyer__content .content-wrapper {
  position: relative;
}

.home .why-need-lawyer__content .content-excerpt {
  display: none;
}

@media (max-width: 767px) {
  .home .why-need-lawyer__content .content-excerpt {
    display: block;
    position: relative;
  }
  .home .why-need-lawyer__content .content-excerpt:after {
    content: "";
    position: absolute;
    bottom: 96px;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(to bottom, rgba(237, 248, 255, 0) 0%, rgb(237, 248, 255) 100%);
    pointer-events: none;
    z-index: 2;
  }
  .home .why-need-lawyer__content .content-excerpt.hidden {
    display: none;
  }
  .home .why-need-lawyer__content .content-excerpt.hidden:after {
    display: none;
  }
  .home .why-need-lawyer__content .content-excerpt .load-more-content {
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .home .why-need-lawyer__content .content-full {
    display: none;
  }
  .home .why-need-lawyer__content .content-full.show {
    display: block;
  }
}
.home .why-need-lawyer__content .load-more-content {
  display: none;
  width: 100%;
  background: none;
  border: none;
  padding: 15px 0;
  margin-top: 20px;
  text-align: center;
  color: var(--Color-primary, #153A54);
  font-size: 24px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .home .why-need-lawyer__content .load-more-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
  .home .why-need-lawyer__content .load-more-content.with-full-content {
    margin-top: 15px;
  }
}
.home .why-need-lawyer__content .load-more-content img {
  width: auto;
  height: auto;
}

.home .why-need-lawyer__content .load-more-content span {
  color: var(--color-primary);
  font-size: 24px;
  font-weight: 700;
  font-family: var(--secondary-font), sans-serif;
}

.home .why-need-lawyer__content .load-more-content .load-more-icon {
  display: block;
}

.home .why-need-lawyer__content .load-more-content .load-less-icon {
  display: none;
  margin-bottom: -20px;
}

.home .why-need-lawyer__content .load-more-content.expanded .load-more-icon {
  display: none;
}

.home .why-need-lawyer__content .load-more-content.expanded .load-less-icon {
  display: block;
}

.home .why-need-lawyer__image {
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) and (max-width: 991px) {
  .home .why-need-lawyer__image {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home .why-need-lawyer .why-need-circle-icon {
  display: none;
}

@media screen and (min-width: 1200px) {
  .home .why-need-lawyer .why-need-circle-icon {
    display: block;
    position: absolute;
    z-index: 1;
    right: 0;
    top: -20px;
  }
}
.home .why-choose-us {
  padding: 37px 0 45px;
  background-color: #D6E9F8;
}

@media screen and (min-width: 768px) {
  .home .why-choose-us {
    padding: 40px 0 60px;
  }
}
@media screen and (min-width: 992px) {
  .home .why-choose-us {
    padding: 80px 0 20px;
  }
}
@media (max-width: 1199px) {
  .home .why-choose-us__row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .home .why-choose-us .why-choose-us__items {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .home .why-choose-us__items {
    flex-direction: row;
  }
}
.home .why-choose-us h2 {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .home .why-choose-us h2 {
    margin-top: 50px;
  }
  .home .why-choose-us h2:before {
    content: "";
    position: absolute;
    top: -23px;
    left: 0;
    width: 100%;
    height: 16px;
    background-image: url("../../dist/images/header-line.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.home .why-choose-us__cta {
  border-radius: 12px;
  background: var(--color-primary);
  padding: 30px 20px;
}

@media (max-width: 991px) {
  .home .why-choose-us__cta {
    padding: 17px 17px 27px;
  }
}
@media screen and (min-width: 768px) {
  .home .why-choose-us__cta {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    padding: 17px 45px 35px;
  }
}
@media screen and (min-width: 992px) {
  .home .why-choose-us__cta {
    border-radius: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .home .why-choose-us__cta {
    margin-left: initial;
    margin-right: initial;
  }
}
.home .why-choose-us__cta p {
  color: var(--Color-neutral, #EDF8FF);
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 18.969px;
  font-style: normal;
  font-weight: 600;
  line-height: 50.583px;
  /* 266.667% */
  letter-spacing: 3.794px;
  text-transform: uppercase;
  margin-bottom: -12px;
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .home .why-choose-us__cta p {
    font-size: 17.969px;
  }
}
@media screen and (min-width: 1440px) {
  .home .why-choose-us__cta p {
    font-size: 23.206px;
    line-height: 61.883px;
    letter-spacing: 4.641px;
  }
}
.home .why-choose-us__cta .phone {
  color: var(--color-tertiary);
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 40.466px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

@media screen and (min-width: 1440px) {
  .home .why-choose-us__cta .phone {
    font-size: 49.507px;
  }
}
@media (max-width: 1199px) {
  .home .why-choose-us__cta {
    margin-top: 23px;
  }
  .home .why-choose-us__cta .btn {
    font-size: 20px;
    padding: 9px 15px;
  }
}
.home .why-choose-us__cta .btn {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .home .why-choose-us__cta .btn {
    height: 60px;
    width: 100%;
    font-size: 24px;
    padding: 12px 67px 12px 17px;
  }
  .home .why-choose-us__cta .btn::after {
    width: 49px;
    height: 49px;
  }
}
.home .why-choose-us__cta .button-wrap {
  text-align: center;
}

@media (max-width: 767px) {
  .home .why-choose-us__cta .button-wrap .btn--primary {
    max-width: 300px;
  }
}
.home .why-choose-us__heading {
  position: relative;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .home .why-choose-us__heading {
    text-align: left;
    margin-bottom: 50px;
  }
}
.home .why-choose-us__item {
  position: relative;
  padding: 0 30px 40px;
  color: var(--color-primary);
  font-family: var(--main-font), sans-serif;
  font-style: normal;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  color: var(--color-primary);
}

@media screen and (min-width: 992px) {
  .home .why-choose-us__item {
    display: flex;
    align-items: center;
    text-align: left !important;
  }
  .home .why-choose-us__item img {
    margin-bottom: 0 !important;
    margin-right: 20px !important;
  }
}
@media screen and (min-width: 1200px) {
  .home .why-choose-us__item {
    padding: 0 5px 40px;
  }
}
@media (max-width: 767px) {
  .home .why-choose-us__item {
    padding: 20px 0 10px;
  }
}
@media screen and (min-width: 992px) {
  .home .why-choose-us__item {
    margin-bottom: 0;
  }
  .home .why-choose-us__item-wrapper {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .home .why-choose-us .col-xl-4 {
    flex: 0 0 41.333333%;
    max-width: 41.333333%;
  }
  .home .why-choose-us .col-xl-8 {
    flex: 0 0 58.666666%;
    max-width: 58.666666%;
  }
}
.border-curve {
  background: url("../../dist/images/bottom-curve.png") center top no-repeat transparent;
  background-size: cover;
  height: 94px;
}

@media (max-width: 767px) {
  .border-curve {
    height: 30px;
  }
}

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