/* Frontend SCSS for Social Proof block */
.social-proof-block .max-screen-holder, .wp-block-sa-social-proof .max-screen-holder {
  width: 100%;
  overflow: hidden;
  padding-top: 76px;
  padding-bottom: 120px;
}
.social-proof-block .viewport-container, .wp-block-sa-social-proof .viewport-container {
  background: rgba(228, 238, 253, 0.82);
  max-width: 100%;
}
.social-proof-block .wrapper, .wp-block-sa-social-proof .wrapper {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
.social-proof-block .wrapper:before, .social-proof-block .wrapper:after, .wp-block-sa-social-proof .wrapper:before, .wp-block-sa-social-proof .wrapper:after {
  content: "";
  display: block;
  position: absolute;
  width: 350px;
  height: 350px;
  border-radius: 350px;
  border: 2px solid #2478FC;
  opacity: 0.25;
  z-index: 1;
}
.social-proof-block .wrapper:before, .wp-block-sa-social-proof .wrapper:before {
  top: 0;
  left: 0;
  -webkit-transform: translateX(-50px) translateY(-70px);
          transform: translateX(-50px) translateY(-70px);
}
.social-proof-block .wrapper:after, .wp-block-sa-social-proof .wrapper:after {
  right: 0;
  bottom: 0;
  -webkit-transform: translateX(220px) translateY(110px);
          transform: translateX(220px) translateY(110px);
}
.social-proof-block .wrapper .social-proof-block--header, .wp-block-sa-social-proof .wrapper .social-proof-block--header {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
.social-proof-block .wrapper .social-proof-block--content, .wp-block-sa-social-proof .wrapper .social-proof-block--content {
  position: relative;
  z-index: 2;
}
.social-proof-block .wrapper .social-proof-block--masonry, .wp-block-sa-social-proof .wrapper .social-proof-block--masonry {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.social-proof-block .wrapper .social-proof--element, .wp-block-sa-social-proof .wrapper .social-proof--element {
  display: inline-block;
  width: 100%;
  margin: 0 0 20px;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
.social-proof-block .wrapper .social-proof-block--masonry, .wp-block-sa-social-proof .wrapper .social-proof-block--masonry {
  -webkit-columns: 3 360px;
     -moz-columns: 3 360px;
          columns: 3 360px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  max-width: 1120px;
  margin: 0 auto;
}
.social-proof-block .wrapper .social-proof--element, .wp-block-sa-social-proof .wrapper .social-proof--element {
  background: #FFF;
  padding: 20px;
  display: inline-block;
  width: 100%;
  margin: 0 0 20px;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  border-radius: 4px;
}
.social-proof-block .wrapper .social-proof--element .body-text, .wp-block-sa-social-proof .wrapper .social-proof--element .body-text {
  margin-bottom: 12px;
}
.social-proof-block .wrapper .social-proof--element_author, .wp-block-sa-social-proof .wrapper .social-proof--element_author {
  text-align: right;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #229aff;
}
.social-proof-block .wrapper .social-proof--element_author-position, .wp-block-sa-social-proof .wrapper .social-proof--element_author-position {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #229aff;
}
.social-proof-block .social-proof-block--bottom-content, .wp-block-sa-social-proof .social-proof-block--bottom-content {
  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;
  margin-top: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
}
@media (max-width: 767px) {
  .social-proof-block .social-proof-block--bottom-content, .wp-block-sa-social-proof .social-proof-block--bottom-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    margin-top: 30px;
  }
}
.social-proof-block .social-proof-block--bottom-content .social-proof-block--bottom_header h3, .wp-block-sa-social-proof .social-proof-block--bottom-content .social-proof-block--bottom_header h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #36303c;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767px) {
  .social-proof-block .social-proof-block--bottom-content .social-proof-block--bottom_header h3, .wp-block-sa-social-proof .social-proof-block--bottom-content .social-proof-block--bottom_header h3 {
    text-align: center;
  }
}
.social-proof-block .social-proof-block--bottom-content .social-proof-block--bottom_header h3 .top-line, .wp-block-sa-social-proof .social-proof-block--bottom-content .social-proof-block--bottom_header h3 .top-line {
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 33.8px;
  /* 130% */
  letter-spacing: -1.04px;
}
@media (max-width: 767px) {
  .social-proof-block .social-proof-block--bottom-content .social-proof-block--bottom_header h3 .top-line, .wp-block-sa-social-proof .social-proof-block--bottom-content .social-proof-block--bottom_header h3 .top-line {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.72px;
  }
}
.social-proof-block .social-proof-block--bottom-content .social-proof-block--bottom_header h3 .bottom-line, .wp-block-sa-social-proof .social-proof-block--bottom-content .social-proof-block--bottom_header h3 .bottom-line {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 33.8px;
  /* 120.714% */
  letter-spacing: -1.12px;
}
@media (max-width: 767px) {
  .social-proof-block .social-proof-block--bottom-content .social-proof-block--bottom_header h3 .bottom-line, .wp-block-sa-social-proof .social-proof-block--bottom-content .social-proof-block--bottom_header h3 .bottom-line {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.88px;
  }
}