<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.testimonialslider .blockcontainer {
  text-align: center;
  color: white;
}

.testimonialslider h2 {
  font-size: 24px !important;
  font-weight: 400 !important;
  padding-top: 30px;
}

.testimonialslider .paddingdown {
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold !important;
  font-size: 36px !important;
}

.testimonialslider .repeater .last {
  padding-bottom: 20px;
}

.testimonialslider .cta-base,
.testimonialslider .cta-base:hover {
  background-color: transparent !important;
  color: black;
  padding-left: 0px;
}

.testimonialslider .snippet {
  font-size: 42px;
  font-weight: 600;
  line-height: 120%;
  color: black;
  margin: 0 auto 20px auto;

  text-align: left;
}

.testimonialslider .maincopy p {
  font-size: 24px;
}

.snippet {
}

.testimonialslider .maincopy {
  text-align: left;
  min-height: 120px;
}

.repeater .snippet {
  padding-top: 20px;
  font-size: 32px;
}

.repeater .maincopy p {
  font-size: 1.125rem; /* 18px */
}

.testimonialslider .name {
  text-align: left;
  color: #000;
  font-size: 1.25rem; /* 20px */
  width: 100%;
  margin-bottom: 0px;
  font-weight: 500;
  line-height: 140%;
}

.testimonialslider .onelinebio {
  text-align: left;
  color: #000;
  font-size: 14px;
  width: 100%;
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 20px;
  text-transform: uppercase;
}

.testimonialslider .copy p {
  margin-top: 20px;
}

.testimonialslider .locatorblock {
  color: black;
  height: 150px;
  margin: 0 auto;
  background-color: white;
  font-weight: bold;
  font-size: 1.875rem; /* 30px */
  padding-top: 40px;
}

.iconholder {
  background-color: white;
}

.testimonialslider .card img {
  width: 100%;
}

.testimonialslider .card {
  color: black;
  box-shadow: 6px 3px 4px -4px #2b2a2a;
  text-align: left;
}

.testimonialslider .card .cardtitle {
  color: #fff;
  font-weight: bold;
  font-size: 1.375rem; /* 22px */
  text-align: center;
  background-color: rgb(252, 93, 82);
}

.testimonialslider .card .cardcopy {
  color: #000;
  font-weight: 500;
  font-size: 24px;
  text-align: center;

  background-color: #fff;
}

.testimonialslider .cta {
  color: #000;
  font-weight: 500;
  font-size: 1.375rem; /* 22px */
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}

.testimonialslider a {
  text-decoration: none;
}

.testimonialslider .slick-dots li button:before {
  font-family: "slick";
  font-size: 1.25rem; /* 20px */
  line-height: 20px;

  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: "â€¢";
  text-align: center;

  opacity: 0.25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.testimonialslider .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: rgb(140, 202, 31);
}

.testimonialcontent {
}

.testimonialslider .testimonialimage {
  height: 430px;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonialslider .timeasresident {
  color: #fff;
  background-color: rgb(61, 123, 191);
  font-size: 14px;
  margin-left: auto;
  margin-top: -80px;
  line-height: 120%;
  width: 250px;
  border-radius: 6px;
  padding: 20px;
  font-weight: 400;
  right: 60px;
  z-index: 1;
  position: relative;
}

.testimonialslider .timeasresident span {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
  line-height: 120%;
}

.testimonialslider .maincopy .subhead {
  color: black !important;
}

.slick-initialized .slick-slide {
  display: flex !important;
}

.testimonialslider .slick-dots {
  bottom: 5px !important;
  text-align: left !important;
  position: relative !important;
  padding-left: 0px;
}

@media screen and (max-width: 767px) {
  .testimonialslider .testimonialimage {
    height: 250px;
  }

  .testimonialslider .blockcontainer {
    margin: 0px !important;
    padding: 0px 30px !important;
  }

  .testimonialslider .innercontainer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .testimonialslider .innercontainer {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

.testimonialslider .testimonial {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .testimonialslider .testimonial {
    flex-direction: column;
  }

  .testimonialslider .timeasresident {
    display: none;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2024-10-31 16:0:43
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
.testimonialslider .heartbeat {
  -webkit-animation: heartbeat 2.5s ease-in-out infinite both;
  animation: heartbeat 2.5s ease-in-out infinite both;
}

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
</pre></body></html>