/* Homepage specific styling goes here. Excluded on all subpages */
/* For most builds, this stylesheet should be wiped and started fresh */




/* Animation */


#my-text .letter {
  display: inline-block;
  line-height: 1em;
  opacity: 0;
}

#my-text {
  /* font-weight: bold; */
  /* font-size: 2em; */
  /* letter-spacing: 0.1em; */
  overflow: hidden;
  display: inline-block;
  color: var(--color-primary);
  opacity: 1;
  padding: 0 25px;
}

#my-text .letter {
  display: inline-block;
  opacity: 1;
}

/* PRELOADER */
.preloader-outer {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
  width: 100%;
  height: 100vh;
  background-color: white;
  transition: opacity 600ms ease-out;
}

.preloader-outer.active {
  visibility: visible !important;
}

.preloader-outer.preloader-remove {
  opacity: 0;
  pointer-events: none;
}

.preloader-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.preloader-inner p {
  margin-bottom: 15px;
}

.preloader-inner p:last-of-type {
  margin: 0;
}

.preloader-part {
  display: none;
  margin: 20px;
}

.preloader-part-left.active {
  display: block;
  -webkit-animation: fadeInRight 800ms ease-out;
  animation: fadeInRight 800ms ease-out;
}

.preloader-part-right.active {
  display: block;
  -webkit-animation: fadeInLeft 500ms ease-out;
  animation: fadeInLeft 500ms ease-out;
}

/* HOME HERO AND/OR SLIDER */
.home-hero-height-sync {
  height: 400px;
}

.hero::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 72%;
  background-image: linear-gradient(to top, rgba(12, 18, 50, 1) 47%, rgba(12, 18, 50, 0.4) 60%, rgba(12, 18, 50, 0));
  z-index: 2;
}

.home-hero,
.home-hero-inner {
  position: relative;
}

.home-hero-image-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.home-hero-image-container img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: 0 -120px;
}

@media screen and (min-width: 400px) {
  .home-hero-image-container img {
    object-position: 0 -165px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media screen and (min-width: 500px) {
  .home-hero-image-container img {
    object-position: 0 -225px;
  }

  .hero-content-inner {
    padding: 230px 0 0;
  }
}

@media screen and (min-width: 600px) {
  .hero-content-inner {
    padding: 300px 0 0;
  }

  .home-hero-image-container img {
    object-position: 0 -270px;
  }
}

@media screen and (min-width: 700px) {
  .hero-content-inner {
    padding: 350px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .home-hero-image-container img {
    object-position: center;
  }
}

.hero-attorneys {
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  max-width: 1600px;
  height: 67%;
  pointer-events: none;
}

.hero-attorney {
  flex: 0 0 auto;
  width: 25%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: bottom center;
}

.hero-attorney:nth-child(odd) {
  z-index: 1;
}

.hero-attorney:nth-child(even) {
  z-index: 0;
  margin: 0 -3%;
  margin: 0 -4.5%;
}

.hero-attorneys-pre-animate .hero-attorney {
  opacity: 0;
}

@media (min-width: 768px) {
  .hero-attorneys {
    display: flex;
  }
}

@media screen and (min-width: 1025px) {
  .hero-attorneys {
    height: 76%;
    height: 68%;
  }
}

@media screen and (min-width: 1281px) {
  .hero-attorneys {
    height: 67%;
  }
}

@media screen and (min-width: 1025px) and (max-height: 940px) {
  .hero-attorneys {
    /* height: 76%; */
    height: 66%;
  }
}

@media screen and (min-width: 1281px) and (max-height: 940px) {
  .hero-attorneys {
    /* height: 82%; */
    height: 68%;
  }
}


.home-hero-form-container {
  display: none;
}

.home-hero-form-row {
  display: flex;
  justify-content: flex-end;
}

@media screen and (min-width: 640px) {

  .home-hero-height-sync,
  .home-hero {
    height: 600px;
  }
}

@media screen and (min-width: 1025px) {
  .home-hero-inner {
    display: block;
  }

  .home-hero-height-sync {
    height: 750px;
  }

  .home-hero-form-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
  }

  .home-hero-form-container,
  .home-hero-form-inner,
  .home-hero-form-container .row,
  .home-hero-form-container .columns {
    height: 100%;
  }

  .home-hero-form-inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .home-hero-form .contact-form-heading {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }

  .home-hero-form form button {
    width: 100%;
  }

  .home-hero-form {
    margin-top: 80px;
    min-width: 375px;
    padding: 0;
    background: var(--color-light-gray);
  }
}

@media screen and (max-height: 700px) and (min-width: 1025px) {
  .home-hero-form {
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 30px;
  }

  .home-hero-form .contact-form-heading {
    display: none;
  }
}







/*////////module-benefits/////////*/

.module-benefits-c-content {
  margin-bottom: 60px;
  text-align: center;
}

.module-benefits-c-boxes {
  flex-wrap: wrap;
}

.module-benefits-c-box p.small-text {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: var(--white-color);
  text-transform: uppercase;
}

.module-benefits-c-box::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #505671;
}

.module-benefits-c-boxes .module-benefits-c-box:last-of-type::after {
  opacity: 0;
}

.module-benefits-c-box {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.benefits-pre-animate .module-benefits-c-box {
  opacity: 0;
}

.benefits-pre-animate .module-benefits-b-box {
  opacity: 0;
}

.module-benefits-c-box p:last-of-type {
  margin: 0;
}

.module-benefits-c-box .box-icon {
  margin-bottom: 20px;
}

.module-benefits-c-box .box-icon img {
  max-width: 50px;
  width: 100%;
  margin: 0 auto;
}


.home #main {
  background-image: url(/wp-content/uploads/intro-bg.webp);
  background-repeat: no-repeat;
  margin-top: -3px;
  background-size: 100% auto;

}

.module.intro-bottom {
  padding-top: 30px;
}

.intro-bottom-left .module-title {
  color: var(--white);
}

.intro-bottom-left .module-title .yellow {
  display: block;
  opacity: 1;
  color: var(--white);
}


.intro-bottom-left .swiper-outer {
  max-width: calc(100% - 20px);
}

.intro-bottom-left .attorney-result-image-container img {
  max-width: 470px;
}

.intro-bottom-left .attorney-result-image-container img {
  max-width: 470px;
  margin-top: 20px;
  border-radius: 6px;
}



@media screen and (min-width: 768px) {
  .module-benefits-c-boxes {
    justify-content: center;
  }

  .module-benefits-c-box {
    padding: 0 60px;
    margin-bottom: 40px;
    width: 50%;
  }
}

@media screen and (min-width: 1200px) {
  .module-benefits-c-boxes {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .module-benefits-c-box {
    width: auto;
    flex: 1;
    margin: 0;
    padding: 0 20px;
  }

  .module-benefits-c-box:nth-child(2n) {
    margin-right: 0;
  }

  .module-benefits-c-box:last-of-type {
    margin: 0;
  }
}

/*////////module-benefits/////////*/



/*////////module-Attorney/////////*/

.attorney-hover-box {
  padding: 0;
  position: relative;
  margin-bottom: 30px;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  display: block;
  max-width: 470px;
}

.attorney-result-image-container {
  /*	height: 450px;*/
  position: relative;
}


#slider-attorneys-e .attorney-hover-box-info {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 25px;
  column-gap: 20px;
  padding-left: 25px;
  font-size: 20px !important;
}

#slider-attorneys-e h2 {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: var(--secondary-color) !important;
}

#slider-attorneys-e h2::after {
  content: "|";
  color: white;
  font-size: 17px;
  margin-left: 8px;
  position: absolute;
  top: 16px;
}

.module.intro-bottom .row {
  max-width: 1190px;
}

.intro-bottom-right .intro-bot-right-top,
.intro-bottom-right .intro-bot-right-Bottom {
  max-width: 490px;
  padding-left: 0;
}

.intro-bot-right-top h5 {
  line-height: 1.5;
  font-size: 21px;
  font-size: 24px;
  letter-spacing: -0.42px;
  font-weight: 600;
}

.intro-bottom-right .intro-bot-right-Bottom {
  margin-top: 115px;
  position: relative;
}

.intro-bot-right-Bottom h3 {
  font-size: 34px;
  font-weight: bold;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.25;
  letter-spacing: -0.68px;
  text-align: left;
  text-transform: capitalize;
  color: #fff;
}

.intro-bottom-right .intro-bot-right-Bottom p {
  position: relative;
  z-index: 1;
  color: #fff;
}

.intro-bot-right-Bottom h3,
.intro-bot-right-Bottom p,
.intro-bot-right-Bottom .right-Bottom-cta {
  position: relative;
  z-index: 2;
}

.intro-bot-right-Bottom-bg {
  position: absolute;
  width: 200%;
  right: -70%;
  height: 140%;
  background: var(--primary-color);
  z-index: 1;
  top: -20%;
  border-radius: 10px;
}

#slider-attorneys-e-pagination {
  text-align: left;
}

#slider-attorneys-e-pagination .swiper-pagination-bullet {
  background: transparent;
  border: 2px solid var(--primary-color);
  width: 15px;
  height: 15px;
}

#slider-attorneys-e-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primary-color);
}


.intro-bot-right-Bottom h3 span {
  color: var(--secondary-color);
}

.attorney-result-image-container::before {
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(11, 33, 54, 0) 0%, rgba(11, 33, 54, 1) 100%);
  content: "";
  width: 100%;
  height: 50%;
  opacity: 0;
}

/*.attorney-result-image-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}*/

.attorney-result-overlay {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: var(--color-primary);
  width: 100%;
  height: 100%;
  transition: 400ms ease-out;
  color: var(--color-white);
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.8;
}

.attorney-result-overlay-inner {
  padding: 0 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.attorney-result-overlay p {
  color: #fff;
  margin-bottom: 15px;
  font-size: 0.8rem;
}

.attorney-result-overlay span {
  color: var(--color-secondary);
  font-size: 0.813rem;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: underline;
}

.attorney-hover-box:hover .attorney-result-overlay,
.attorney-hover-box:focus .attorney-result-overlay {
  top: 0;
}

.attorney-hover-box-info {
  padding: 12px;
  position: absolute;
  bottom: 0;
  color: var(--color-white);
  background-color: var(--color-primary);
  width: 100%;
  text-align: center;
  font-size: 1.063rem;
  box-sizing: border-box;
}

.attorney-hover-box-info h2,
.attorney-hover-box-info p {
  margin: 0;
}

.attorney-hover-box-info h2 {
  color: var(--color-secondary);
  font-size: 1.2rem;
  margin-bottom: 4px;
  text-transform: none;
}

.attorney-hover-box-info p {
  color: #fff;
  font-size: 0.9rem;
}

@media screen and (min-width: 650px) {
  .attorney-hover-box {
    margin-bottom: 0;
  }
}

.module-attorneys-e {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url(../../images/base/pattern_stripes.png);
}

.module-attorneys-e-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  pointer-events: none;
  z-index: -1;
  content: "";
}

.module-attorneys-e-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.module-attorneys-e-button {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  .module-attorneys-e {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}



/*////////module-Attorney/////////*/


/*////////Benefit MOdule B /////////*/

.module-benefits-b-boxes {
  flex-wrap: wrap;
}

.module-benefits-b-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 60px;
  border-bottom: 2px solid #cdd0e8;
  padding-bottom: 35px;
}

.What-sets-right img {
  max-width: 430px;
}

.What-sets-right {
  position: relative;
  z-index: 2;
}

.module-benefits-b-box .box-content {
  padding-right: 30px;
}


.module-benefits-b-box h3 {
  margin-bottom: 12px;
  font-weight: 800;
}

.module-benefits-b-box .box-content .small-text {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
}

.What-sets-right {
  padding-left: 0;
}

.What-sets-left {
  padding-right: 0;
}

.module-benefits-b-box p:last-of-type {
  margin: 0;
}

.module-benefits-b-box .box-icon {
  margin: 0 30px 0 0;
  width: 70px;
  min-width: 70px;
}

.module-benefits-b-boxes .module-benefits-b-box:last-child {
  border: none;
}

@media screen and (min-width: 1025px) {
  .module-benefits-b-boxes {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 35px;
    grid-column-gap: 6vw;
  }

  .module-benefits-b-box {
    margin-bottom: 0;
  }
}








.module-testimonials-c {
  padding: 50px 0;
}

.module-testimonials-c .testimonial-icon {
  font-size: 2.2rem;
  color: #fff;
}

.module-testimonials-c .testimonial-stars i {
  color: #004d8e;
}

.module-testimonials-c .testimonial-content-upper p {
  position: relative;
  font-size: 0.9rem;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.45;
  letter-spacing: -0.66px;
  text-align: left;
}

.module-testimonials-c .testimonial-content-upper p::before {
  content: open-quote;
}

.module-testimonials-c .testimonial-content-upper p::after {
  content: close-quote;
}

.module-testimonials-c .testimonial-source {
  font-size: 20px;
  margin-right: 20px;
}

.module-testimonials-c .testimonial-content-lower {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.module-testimonials-c-single {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #fff;
}

.module-testimonials-c-single:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.module-testimonials-c-inn.swiper-slide {
  border: 1px solid var(--secondary-color);
  border-radius: 7px;
  opacity: 0.5;
}

.module-testimonials-c-inn.swiper-slide.swiper-slide-active+div {
  opacity: 1;
}

@media screen and (min-width: 850px) {
  .module-testimonials-c-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 20px;
    grid-column-gap: 40px;
  }

  .module-testimonials-c-single {
    padding-right: 40px;
    border-bottom: none;
    border-right: 1px solid #fff;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .module-testimonials-c-single:last-of-type {
    padding-right: 0;
    border-right: none;
  }
}

@media screen and (min-width: 1025px) {
  .module-testimonials-c-single {
    display: flex;
  }

  .module-testimonials-c-single .testimonial-icon {
    margin-right: 20px;
    min-width: 430px;
  }
}

@media screen and (min-width: 280px) and (max-width: 767px) {

  .home #main {
    background-image: url(/wp-content/uploads/intro-bg-mobile.webp);
    background-repeat: no-repeat;
    margin-top: -3px;
    background-size: 100% auto;
  }

  .module-benefits-c-boxes.flex-container {
    column-gap: 20px !important;
  }

  .module-benefits-c-box {
    width: 47%;
  }

  .module-benefits-c-box::after {
    right: -8px;

  }

  .module-benefits-c-boxes .module-benefits-c-box:nth-child(2n)::after {
    opacity: 0;
  }

  .module-benefits-c-boxes .module-benefits-c-box:last-child {
    margin-bottom: 0;
    width: 100%;
  }

  .module.module-benefits-c {
    padding-bottom: 30px !important;
  }

  .intro-bottom-left .module-title {
    font-size: 35px;
    font-weight: 900;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.09;
    letter-spacing: -0.7px;
    text-align: left;
  }

  .intro-bottom-left {
    padding: 0 10px;
  }

  #slider-attorneys-e-pagination {
    text-align: left;
    bottom: -15px;
  }

  .intro-bot-right-top h5 {
    line-height: 1.5;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 600;
  }

  .intro-bot-right-Bottom-bg {
    position: absolute;
    width: 170%;
    right: -70%;
    height: 122%;
    background: var(--primary-color);
    z-index: 1;
    top: -7%;
    border-radius: 10px;
  }

  .intro-bottom-right .intro-bot-right-Bottom {
    margin-top: 55px;
    position: relative;
    padding-left: 35px;
  }

  .module.faq-section {
    position: relative;
    padding-top: 10px;
  }

  .intro-bot-right-Bottom h3 {
    font-size: 23px;
    font-weight: bold;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.25;
    letter-spacing: -0.5px;
    text-align: left;
  }

  .columns.medium-12.large-6.small-12.intro-bottom-right {
    padding-right: 0px;
  }

  .faq-left .module-content p {
    font-size: 22px;

  }

  .faq-left .module-title.line {
    padding-right: 35px;
    font-size: 35px;
  }

  .faq-left .module-title.line::after {
    opacity: 0;
  }

  .faq-right {
    margin-top: 40px;
  }

  .faq-right img {
    max-width: 300px;
    margin-right: 0;
  }

  .faq-right-inn {
    text-align: center;
    position: relative;
  }

  .faq-right-inn::after {
    content: "";
    content: "";
    left: inherit;
    top: 65px;
    width: 109%;
    height: 97px;
    background: var(--secondary-color);
    position: absolute;
    right: -30px;
    z-index: -1;
  }

  .faq-bg-image {
    display: block !important;
  }

  .faq-bg-image img {
    object-fit: cover !important;
    width: auto !important;
    height: 100% !important;
    max-width: 767px !important;
    margin-right: 0% !important;
    margin-left: auto !important;
  }

  .module.faq-section {
    padding-top: 10px !important;
    padding-bottom: 40px !important;
  }

  .row-narrow.center.top-section h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 900;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.22;
    letter-spacing: -0.35px;
    text-align: center;
  }


  .What-sets-right img {
    max-width: 430px;
    width: 100%;
  }

  .module-benefits-b-boxes .module-benefits-b-box:last-child {
    border: none;
    margin-bottom: 20px;
  }



}

@media screen and (min-width: 640px) and (max-width: 767px) {
  .intro-bottom-left .module-title .yellow {
    display: inline-block;
  }



  #slider-attorneys-e-pagination {
    text-align: left;
    bottom: -44px;
  }

  .faq-right-inn::after {
    max-width: 90%;
  }


}



@media screen and (min-width: 767px) and (max-width:1024px) {

  .home #main {
    background-image: url(/wp-content/uploads/intro-bg-mobile.webp);
    background-repeat: no-repeat;
    margin-top: -3px;
    background-size: 100% auto;
  }

  .module-benefits-c-boxes .module-benefits-c-box:nth-child(2n)::after {
    opacity: 0;
  }

  .module-benefits-c-boxes .module-benefits-c-box:last-child {
    margin-bottom: 0;
  }

  .columns.medium-12.large-6.small-12.intro-bottom-right {
    margin-top: 30px;
  }

  .intro-bottom-right .intro-bot-right-top,
  .intro-bottom-right .intro-bot-right-Bottom {
    max-width: 100%;
    padding-left: 0;
  }
}


@media screen and (min-width:900px) and (max-width:1024px) {

  .home #main {

    background-size: 100% 1400px;
  }

  .intro-bottom-left .module-title .yellow {
    display: inline-block;
  }

  .module.module-benefits-c {
    padding-bottom: 20px;
  }

  .columns.medium-12.large-6.small-12.intro-bottom-left {
    width: 50% !important
  }

  .columns.medium-12.large-6.small-12.intro-bottom-right {
    width: 50% !important
  }

  .intro-bottom-left .module-title {
    font-size: 40px !important
  }

  .intro-bot-right-Bottom-bg {
    position: absolute;
    width: 200%;
    right: -83% !important
  }

  .intro-bot-right-Bottom h3 {
    font-size: 30px !important
  }

  .columns.medium-12.large-7.small-12.faq-left {
    width: 50% !important
  }

  .columns.medium-12.large-5.small-12.faq-right {
    width: 50% !important
  }

  .faq-left .module-title.line {
    padding-right: 40px !important;
    font-size: 40px !important
  }

  .columns.medium-12.large-7.small-12.What-sets-left {
    width: 50% !important
  }

  .columns.medium-12.large-5.small-12.What-sets-right {
    width: 50% !important
  }

  .module.What-sets .module-content h2 {
    font-size: 40px !important
  }

  .module-benefits-b-box .box-icon {
    min-width: 50px !important
  }

  .module-benefits-b-box {
    margin-bottom: 30px !important;
    padding-bottom: 15px !important
  }

  .module.What-sets {
    padding-bottom: 20px !important
  }





}


@media screen and (min-width:1024px) and (max-width: 1279px) {

  .module-benefits-c-box {
    padding: 0 10px;
    margin-bottom: 40px;
    width: 19%;
  }

  .module-benefits-c-box p.small-text {
    font-size: 16px;

  }

  .module.module-benefits-c {
    padding-bottom: 0 !important;
  }

  .columns.medium-12.large-6.small-12.intro-bottom-right {
    width: 50%;
  }

  .columns.medium-12.large-6.small-12.intro-bottom-left {
    width: 50%;
  }

  .intro-bot-right-top h5 {
    color: var(--white);
  }

  .intro-bot-right-top p {
    color: var(--white);
  }

  .intro-bot-right-Bottom-bg {
    right: -80%;

  }

  .module-benefits-b-box {

    margin-bottom: 30px;

    padding-bottom: 25px;
  }

  .footer-bot-menu.left-copyright-menu.footer-lower {

    margin-left: 0;
    margin-right: auto;

  }



}


@media screen and (min-width: 1920px) and (max-width: 12000px) {

  #slider-testimonials-b {
    width: 170% !important;
    left: -35% !important;
  }

  .module-testimonials-c .swiper-button-container {
    right: 19.8% !important;
  }



}

.bottom-border {
  width: 100%;
  position: relative;
  z-index: 2;
  display: none;
}

.hero-cta-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .hero-cta-container {
    flex-direction: row;
    align-items: center;
  }

  .bottom-border {

    display: block;
  }
}

.bottom-border::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  /* width: 50vw; */
  width: 45vw;
  height: 2px;
  background-color: var(--secondary-color);
  transform: scaleX(0);
  transform-origin: left center;
}

.bottom-border::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  /* width: 50vw; */
  width: 45vw;
  height: 2px;
  background-color: var(--secondary-color);
  transform: scaleX(0);
  transform-origin: right center;
}

.hero.animated .bottom-border::before,
.hero.animated .bottom-border::after {
  animation: grow-x 2s ease-out 4s forwards;
}

@keyframes grow-x {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

@media (prefers-reduced-motion: reduce) {

  .bottom-border::before,
  .bottom-border::after {
    transform: scaleX(1);
    animation: none;
  }
}

/*******************************************************************************************
RESULTS GRID - Case results / settlement cards (landing pages, above footer)
*******************************************************************************************/
.results-grid {
  padding: 0 0 40px;
  position: relative;
}

.results-grid .column {
  position: relative;
  z-index: 1;
}

.results-grid-heading {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 900;
  font-size: 53px;
}

.results-grid-holder {
  /* display: grid;
  grid-template-columns: 1fr; */
  gap: 20px;

  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}

.result-card {
  background-color: var(--primary-color);
  padding: 30px 28px;
  border-radius: 9px;
}

.result-amount {
  color: var(--white);
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.1;
  margin: 0 0 10px;
}

.result-type {
  color: var(--secondary-color);
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 12px;
}

.result-desc {
  color: rgba(255, 255, 255, 0.85);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

@media screen and (min-width: 768px) {

  .results-grid {
    padding: 0 0 80px;
  }

  .results-grid-holder {
    /* grid-template-columns: repeat(2, 1fr); */
    gap: 24px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
  }

  .results-grid-holder .result-card {
    width: calc((100% - (24px * 1)) / 2);
  }
}