/* === Legacy Content Block === */
.homeTestimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.homeTestimonial .testimonials__seperator {
  position: absolute;
  width: 4px;
  left: 50%;
  bottom: 0px;
  height: 550px;
  z-index: 10;
  background-color: #fff;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.homeTestimonial .testimonials__overlay {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  height: 700px;
  overflow: hidden;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.homeTestimonial .testimonials__wacoContainer {
  position: relative;
  z-index: 6;
  width: 50%;
}

.homeTestimonial .testimonials__wacoContainer .waco__top,
.homeTestimonial .testimonials__wacoContainer .waco__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.homeTestimonial .testimonials__wacoContainer .waco__top {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 700px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.homeTestimonial .testimonials__wacoContainer .testimonials__wacoButton {
  height: 130px;
  background-color: #11475f;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0px;
  width: 50%;
  -webkit-box-shadow: 5px 4px 16px black;
          box-shadow: 5px 4px 16px black;
  text-align: center;
  line-height: 130px;
  font-size: 3.1vw;
  color: #fff !important;
  text-decoration: none;
  font-weight: bold;
}

.homeTestimonial .testimonials__wacoContainer .testimonials__wacoButton:hover, .homeTestimonial .testimonials__wacoContainer .testimonials__wacoButton:focus, .homeTestimonial .testimonials__wacoContainer .testimonials__wacoButton:active {
  background-color: #fff !important;
  color: #11475f !important;
}

.homeTestimonial .testimonials__wacoContainer .waco__bottom {
  background-color: #11475f;
  height: 550px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 32px;
}

.homeTestimonial .testimonials__wacoContainer .waco__bottom .testimonial__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.homeTestimonial .testimonials__wacoContainer .waco__bottom .testimonial__img {
  height: 300px;
  width: 300px;
  min-width: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 16px;
}

.homeTestimonial .testimonials__wacoContainer .waco__bottom .testimonial__img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.homeTestimonial .testimonials__wacoContainer .waco__bottom .testimonial__text p {
  color: #fff;
}

.homeTestimonial .testimonials__wacoContainer .waco__bottom .testimonial__name {
  margin-bottom: 32px;
}

.homeTestimonial .testimonials__worldContainer {
  width: 50%;
  overflow: hidden;
  position: relative;
  z-index: 5;
}

.homeTestimonial .testimonials__worldContainer .world__top,
.homeTestimonial .testimonials__worldContainer .world__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.homeTestimonial .testimonials__worldContainer .world__top {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 700px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.homeTestimonial .testimonials__worldContainer .testimonials__worldButton {
  height: 130px;
  background-color: #1f6842;
  border-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0px;
  width: 50%;
  -webkit-box-shadow: 5px 4px 16px black;
          box-shadow: 5px 4px 16px black;
  text-align: center;
  line-height: 130px;
  font-size: 3.1vw;
  color: #fff !important;
  text-decoration: none;
  font-weight: bold;
}

.homeTestimonial .testimonials__worldContainer .testimonials__worldButton:hover, .homeTestimonial .testimonials__worldContainer .testimonials__worldButton:focus, .homeTestimonial .testimonials__worldContainer .testimonials__worldButton:active {
  background-color: #fff !important;
  color: #1f6842 !important;
}

.homeTestimonial .testimonials__worldContainer .world__bottom {
  background-color: #11475f;
  height: 550px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 32px;
}

.homeTestimonial .testimonials__worldContainer .world__bottom .testimonial__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.homeTestimonial .testimonials__worldContainer .world__bottom .testimonial__img {
  height: 300px;
  width: 300px;
  min-width: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 16px;
}

.homeTestimonial .testimonials__worldContainer .world__bottom .testimonial__img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.homeTestimonial .testimonials__worldContainer .world__bottom .testimonial__text p {
  color: #fff;
}

.homeTestimonial .testimonials__worldContainer .world__bottom .testimonial__name {
  margin-bottom: 32px;
}

.homeTestimonial .testimonial__inner {
  width: 100%;
}

.homeTestimonial .swiper-pagination {
  bottom: 0px;
}

.testimonial__slider {
  width: 100%;
  overflow: hidden;
}

.testimonial__slider .swiper-pagination-bullet-active {
  background-color: #fff !important;
}

.testimonial__slider .swiper-button-next:after,
.testimonial__slider .swiper-container-rtl .swiper-button-prev:after {
  color: #fff !important;
  font-size: 18px !important;
}

.testimonial__slider .swiper-button-prev:after,
.testimonial__slider .swiper-container-rtl .swiper-button-next:after {
  color: #fff !important;
  font-size: 18px !important;
}

@media screen and (min-width: 1900px) {
  .homeTestimonial .testimonials__wacoContainer .testimonials__wacoButton {
    font-size: 48px !important;
  }
  .homeTestimonial .testimonials__worldContainer .testimonials__worldButton {
    font-size: 48px !important;
  }
}

@media screen and (max-width: 1680px) {
  .homeTestimonial .testimonials__worldContainer .testimonials__worldButton {
    width: 60%;
  }
  .homeTestimonial .testimonials__wacoContainer .testimonials__wacoButton {
    width: 60%;
  }
}

@media screen and (max-width: 1280px) {
  .homeTestimonial .testimonials__wacoContainer .waco__bottom .testimonial__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .homeTestimonial .testimonials__wacoContainer .waco__bottom .testimonial__img {
    width: 225px;
    height: 225px;
    min-width: 225px;
    margin-bottom: 16px;
  }
  .homeTestimonial .testimonials__wacoContainer .waco__bottom .testimonial__text {
    padding-bottom: 16px;
  }
  .homeTestimonial .testimonials__worldContainer .world__bottom .testimonial__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .homeTestimonial .testimonials__worldContainer .world__bottom .testimonial__img {
    width: 225px;
    height: 225px;
    min-width: 225px;
    margin-bottom: 16px;
  }
  .homeTestimonial .testimonials__worldContainer .world__bottom .testimonial__text {
    padding-bottom: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .homeTestimonial .testimonials__wacoContainer .waco__bottom {
    height: 600px;
  }
  .homeTestimonial .testimonials__worldContainer .world__bottom {
    height: 600px;
  }
}

@media screen and (max-width: 1023px) {
  .homeTestimonial .testimonials__wacoContainer .waco__bottom {
    height: 700px;
  }
  .homeTestimonial .testimonials__worldContainer .world__bottom {
    height: 700px;
  }
}

@media screen and (max-width: 900px) {
  .homeTestimonial .testimonials__wacoContainer .waco__top {
    height: 350px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .homeTestimonial .testimonials__wacoContainer .testimonials__wacoButton {
    border-radius: 10px !important;
  }
  .homeTestimonial .testimonials__worldContainer .world__top {
    height: 350px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .homeTestimonial .testimonials__worldContainer .testimonials__worldButton {
    border-radius: 10px !important;
  }
  .homeTestimonial .testimonials__overlay {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .homeTestimonial .testimonials__wacoContainer .waco__bottom,
  .homeTestimonial .testimonials__wacoContainer .world__bottom,
  .homeTestimonial .testimonials__worldContainer .waco__bottom,
  .homeTestimonial .testimonials__worldContainer .world__bottom {
    height: 750px;
  }
  .homeTestimonial .testimonials__wacoContainer .waco__bottom .testimonial__inner,
  .homeTestimonial .testimonials__wacoContainer .world__bottom .testimonial__inner,
  .homeTestimonial .testimonials__worldContainer .waco__bottom .testimonial__inner,
  .homeTestimonial .testimonials__worldContainer .world__bottom .testimonial__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .homeTestimonial .testimonials__wacoContainer .waco__bottom .testimonial__img,
  .homeTestimonial .testimonials__wacoContainer .world__bottom .testimonial__img,
  .homeTestimonial .testimonials__worldContainer .waco__bottom .testimonial__img,
  .homeTestimonial .testimonials__worldContainer .world__bottom .testimonial__img {
    height: 250px;
    width: 250px;
    min-width: 250px;
    margin-right: 0px;
    margin-bottom: 16px;
  }
  .homeTestimonial .testimonials__wacoContainer .waco__bottom .testimonial__img img,
  .homeTestimonial .testimonials__wacoContainer .world__bottom .testimonial__img img,
  .homeTestimonial .testimonials__worldContainer .waco__bottom .testimonial__img img,
  .homeTestimonial .testimonials__worldContainer .world__bottom .testimonial__img img {
    max-width: 100%;
    height: auto;
  }
  .homeTestimonial .testimonials__wacoContainer .waco__bottom .testimonial__text .testimonial__name,
  .homeTestimonial .testimonials__wacoContainer .world__bottom .testimonial__text .testimonial__name,
  .homeTestimonial .testimonials__worldContainer .waco__bottom .testimonial__text .testimonial__name,
  .homeTestimonial .testimonials__worldContainer .world__bottom .testimonial__text .testimonial__name {
    text-align: center;
  }
  .homeTestimonial .testimonials__worldContainer .world__bottom .testimonial__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (max-width: 767px) {
  .homeTestimonial {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .homeTestimonial .testimonials__overlay {
    display: none;
  }
  .homeTestimonial .testimonials__seperator {
    display: none;
  }
  .homeTestimonial .testimonials__wacoContainer {
    height: auto;
    width: 100%;
  }
  .homeTestimonial .testimonials__wacoContainer .waco__top {
    height: 350px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .homeTestimonial .testimonials__wacoContainer .testimonials__wacoButton {
    height: 75px;
    width: 350px;
    line-height: 75px;
    font-size: 36px !important;
    border-radius: 10px !important;
  }
  .homeTestimonial .testimonials__wacoContainer .waco__bottom {
    height: auto;
  }
  .homeTestimonial .testimonials__worldContainer {
    height: auto;
    width: 100%;
  }
  .homeTestimonial .testimonials__worldContainer .world__top {
    height: 350px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .homeTestimonial .testimonials__worldContainer .world__bottom {
    height: auto;
  }
  .homeTestimonial .testimonials__worldContainer .testimonials__worldButton {
    height: 75px;
    width: 350px;
    line-height: 75px;
    font-size: 36px !important;
    border-radius: 10px !important;
  }
}
