@charset "UTF-8";
/*breaks*/
/* Slider */
/*breaks*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  padding: 10px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 999;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    width: 14px;
    height: 21px;
    display: block;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg width='12px' height='18px' viewBox='0 0 12 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3EF3DC288E-5678-433B-A524-011412C7E705%3C/title%3E %3Cg id='Components' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Home-Customer-Success-Stories-Block' transform='translate(-51.000000%2C -483.000000)' stroke='%2357585A' stroke-width='3'%3E %3Cg id='Arrow-left' transform='translate(35.000000%2C 468.000000)'%3E %3Cpolyline id='Path' points='27 32 19 24 27 16'%3E%3C/polyline%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 960px) {
    .slick-prev,
    .slick-next {
      display: none !important; } }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→";
    transform: rotate(-180deg); }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 8px;
    width: 8px;
    margin: 0 8px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 8px;
      width: 8px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 8px;
        height: 8px;
        border-radius: 99%;
        background-color: #EEEEEE;
        line-height: 20px;
        text-align: center;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      background-color: #B1B2B3; }

.cs {
  margin-bottom: 0 !important; }
  .cs--button {
    margin-top: 84px;
    display: flex;
    justify-content: center; }
    .cs--button a {
      display: flex;
      align-items: center;
      height: 57px;
      min-width: 228px;
      color: #FFFFFF;
      font-family: Lato;
      font-size: 18px;
      font-weight: 900;
      line-height: 24px;
      border-radius: 100px;
      justify-content: center;
      margin-bottom: 0; }
      @media (max-width: 1184px) {
        .cs--button a {
          margin-bottom: 32px; } }
  .cs .slick-dots {
    position: relative; }
  .cs .slick-initialized .slick-slide {
    display: grid !important; }
    @media (max-width: 704px) {
      .cs .slick-initialized .slick-slide {
        padding: 0;
        width: 100%;
        grid-template-columns: 1fr; } }
  .cs .slick-dots {
    bottom: -36px; }
  .cs .cs-slider {
    margin-bottom: 64px; }
  .cs .slick-dots li {
    height: 12px;
    width: 12px;
    transition: all 0.4s ease;
    margin: 0 8px 0 0; }
  .cs .slick-dots li.slick-active {
    height: 12px;
    width: 32px;
    margin-right: 8px; }
  @media (min-width: 1184px) {
    .cs {
   /* .slick-slide {
      margin-left:32px;
      margin-right:32px;
  }

  .slick-list {
      margin-left: -32px;
      margin-right:-32px;
  }*/ } }
  .cs .slick-dots li button:before {
    height: 12px;
    width: 12px;
    opacity: 0.3;
    background-color: #B1B2B3;
    transition: all 0.4s ease; }
  .cs .slick-dots li.slick-active button:before {
    height: 12px;
    width: 32px;
    opacity: 1;
    border-radius: 6px;
    background-color: #B1B2B3; }
  .cs .slick-prev {
    left: -80px; }
  .cs .slick-next {
    right: -80px; }
  .cs .slick-prev:before, .cs .slick-next:before {
    opacity: 1;
    position: relative; }
  .cs .slick-prev:before {
    left: -3px; }
  .cs .slick-next:before {
    left: 3px; }
  .cs .slick-arrow {
    height: 48px;
    width: 48px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16);
    padding: 14px 16px;
    border-radius: 99%;
    align-items: center;
    justify-content: center;
    opacity: 0.5;
    transition: all 0.3s ease;
    display: flex; }
    .cs .slick-arrow:hover {
      opacity: 1; }
    .cs .slick-arrow:before {
      color: #57585A; }
    @media (max-width: 1300px) {
      .cs .slick-arrow {
        display: none; } }
  .cs-title {
    color: #57585A;
    font-family: Recoleta;
    font-size: 55px;
    font-weight: 900;
    line-height: 64px; }
    @media (max-width: 960px) {
      .cs-title {
        font-size: 48px;
        line-height: 56px; } }
    @media (max-width: 704px) {
      .cs-title {
        font-size: 40px;
        line-height: 48px; } }
  .cs-subtitle {
    color: #57585A;
    font-family: Lato;
    font-size: 18px;
    margin-top: 8px;
    line-height: 32px; }
  .cs-titles {
    margin-bottom: 56px;
    grid-template-columns: 1fr; }
    @media (max-width: 1184px) {
      .cs-titles {
        margin-bottom: 32px; } }
  .cs-quote {
    grid-template-columns: 1fr 1fr; }
    @media (max-width: 704px) {
      .cs-quote {
        display: block; } }
    @media (max-width: 960px) {
      .cs-quote--image {
        width: 100%; } }
    .cs-quote--image img {
      height: 408px;
      width: 544px;
      border-radius: 16px;
      object-fit: cover; }
      @media (max-width: 704px) {
        .cs-quote--image img {
          max-width: 100%;
          height: 308px;
          width: 100%; } }
    .cs-quote--content {
      margin-top: 32px; }
      @media (max-width: 960px) {
        .cs-quote--content {
          width: 100%; } }
      .cs-quote--content p {
        color: #57585A;
        font-family: Lato;
        font-size: 24px;
        line-height: 32px; }
        @media (max-width: 1184px) {
          .cs-quote--content p {
            font-size: 18px;
            line-height: 32px; } }
        @media (max-width: 960px) {
          .cs-quote--content p {
            max-width: 344px; } }
        @media (max-width: 704px) {
          .cs-quote--content p {
            max-width: unset; } }
    .cs-quote--logo {
      margin-bottom: 32px; }
      .cs-quote--logo img {
        height: 40px;
        width: auto; }
    .cs-quote--cite {
      display: flex;
      margin-top: 32px; }
    .cs-quote--text {
      color: #B1B2B3;
      font-family: Lato;
      font-size: 16px;
      text-transform: uppercase;
      line-height: 24px;
      max-width: 300px;
      display: flex;
      align-items: center; }
    .cs-quote--button {
      color: #57585A;
      font-family: Lato;
      font-size: 16px;
      letter-spacing: 0;
      line-height: 24px;
      display: flex;
      justify-content: flex-end;
      cursor: pointer;
      align-items: center;
      right: 24px;
      bottom: 0;
      font-weight: normal;
      position: absolute; }
      @media (max-width: 960px) {
        .cs-quote--button {
          position: relative;
          margin-top: 32px;
          right: 0;
          justify-content: flex-start; } }
    .cs-quote--person {
      margin-right: 16px;
      flex: 0 0 80px; }
      .cs-quote--person img {
        height: 81px;
        width: 80px;
        border-radius: 5em;
        overflow: hidden;
        object-fit: cover; }

/*# sourceMappingURL=slider-customer.css.map */
