.social-proof {
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 104px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 767px) {
  .social-proof {
    padding-bottom: 0;
  }
}
.social-proof .viewport-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  padding-top: 403px;
  padding-bottom: 243px;
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .social-proof .viewport-container {
    padding-top: 200px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .social-proof .viewport-container {
    padding-top: 110px;
    padding-bottom: 60px;
  }
}
.social-proof .viewport-container .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .social-proof .viewport-container .wrapper {
    position: relative;
    padding-bottom: 138px;
  }
}
.social-proof .social-proof__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
@media (max-width: 767px) {
  .social-proof .social-proof__header {
    position: static;
  }
}
.social-proof .social-proof__header:after {
  content: "";
  display: block;
  position: absolute;
  top: -272px;
  bottom: 0;
  left: 0;
  width: 1px;
  background: #DBDAD6;
  z-index: -1;
}
@media (max-width: 767px) {
  .social-proof .social-proof__header:after {
    display: none;
  }
}
.social-proof .social-proof__header:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100vw;
  height: 1px;
  background: #DBDAD6;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .social-proof .social-proof__header:before {
    display: none;
  }
}
.social-proof .social-proof__header .arrows-wrapper {
  position: relative;
}
@media (max-width: 767px) {
  .social-proof .social-proof__header .arrows-wrapper {
    position: absolute;
    bottom: -700px;
    left: 0px;
  }
}
.social-proof .social-proof__header .arrows-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: -450px;
  right: 0;
  bottom: 0;
  width: 1px;
  background: #DBDAD6;
  z-index: -1;
}
@media (max-width: 767px) {
  .social-proof .social-proof__header .arrows-wrapper:before {
    display: none;
  }
}
.social-proof .social-proof__header .arrows-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  top: -450px;
  bottom: 0;
  left: 0;
  width: 1px;
  background: #DBDAD6;
  z-index: -1;
}
@media (max-width: 767px) {
  .social-proof .social-proof__header .arrows-wrapper:after {
    display: none;
  }
}
.social-proof .social-proof__content-slider {
  margin-top: 118px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
@media (max-width: 767px) {
  .social-proof .social-proof__content-slider {
    margin-top: 60px;
  }
}
.social-proof .social-proof__content-slider .social-proof__content_element {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 520px;
  padding: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  border: 1px solid #DBDAD6;
}
@media (max-width: 767px) {
  .social-proof .social-proof__content-slider .social-proof__content_element {
    padding: 48px 24px;
    width: 320px;
  }
}
.social-proof .social-proof__content-slider .social-proof__content_element.blank-row {
  border: none;
  background: transparent;
  opacity: 0;
}
.social-proof .social-proof__content-slider .social-proof__text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 48px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  pointer-events: none;
}
.social-proof .social-proof__content-slider .social-proof__text-box .body-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.social-proof .social-proof__content-slider .social-proof__text-box .social-proof-author .name {
  color: #141414;
  leading-trim: both;
  text-edge: cap;
  font-family: "ZT Nature";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 24px */
}
.social-proof .social-proof__content-slider .social-proof__text-box .social-proof-author .position {
  color: #AFAEAB;
  leading-trim: both;
  text-edge: cap;
  font-family: "ZT Nature";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 24px */
  margin-top: 12px;
}