.review-carousel {
  font-family: "Lato", sans-serif;
  background: white;
  width: 100%;
  height: 350px;
}
.review-carousel :root {
  --grey-50: #FAFAFA;
  --grey-100: #F5F5F5;
  --grey-200: #EEEEEE;
  --grey-300: #EBEBEB;
  --grey-400: #BDBDBD;
  --grey-500: #9E9E9E;
  --grey-600: #757575;
  --grey-700: #4E4E4E;
  --grey-800: #424242;
  --grey-900: #212121;
  --yellow-50: #FFFCF2;
  --yellow-300: #FFE380;
  --yellow-500: #FFC700;
  --turquoise-500: #51AECD;
  --turquoise-700: #397A8F;
  --purple-300: #D6D0DE;
  --purple-400: #8170B8;
  --purple-500: #766192;
  --purple-900: #42445A;
}
.review-carousel body h1,
.review-carousel body h2,
.review-carousel body h3,
.review-carousel body h4,
.review-carousel body h5,
.review-carousel body h1 span,
.review-carousel body h2 span,
.review-carousel body h3 span,
.review-carousel body h4 span,
.review-carousel body h5 span,
.review-carousel body span,
.review-carousel body a,
.review-carousel body p {
  font-family: "Lato", sans-serif;
  color: var(--grey-700);
}
.review-carousel .gembah-block {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  position: relative;
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.review-carousel .gembah-max-width-container {
  display: flex;
  flex-direction: column;
  max-width: 1440px;
  margin: auto;
  z-index: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.review-carousel .acf-block-preview:has(.gembah-max-width-container),
.review-carousel .entry-content:has(.gembah-max-width-container) {
  background: white;
}
.review-carousel .h1 {
  font-family: "Lato", sans-serif;
  color: var(--grey-900);
  font-size: 48px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -1.44px;
  margin: 0;
}
.review-carousel .h1.large {
  font-size: 60px;
  letter-spacing: -1.8px;
}
@media (max-width: 950px) {
  .review-carousel .h1 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.32px;
  }
  .review-carousel .h1.large {
    font-size: 48px;
    letter-spacing: -0.4px;
  }
}
.review-carousel .h2 {
  font-family: "Lato", sans-serif;
  color: var(--grey-700);
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 125%;
}
@media (max-width: 950px) {
  .review-carousel .h2 {
    font-size: 24px;
  }
}
.review-carousel .h3 {
  font-family: "Lato", sans-serif;
  color: var(--grey-900);
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
}
.review-carousel .h3.thin {
  font-weight: 300;
}
@media (max-width: 950px) {
  .review-carousel .h3 {
    font-size: 21px;
    font-weight: 700;
    line-height: 125%;
  }
  .review-carousel .h3.thin {
    font-weight: 300;
  }
}
.review-carousel .h4 {
  font-family: "Lato", sans-serif;
  color: var(--grey-800);
  font-size: 21px;
  font-weight: 600;
  line-height: 150%;
  margin: 0;
}
.review-carousel .h5 {
  font-family: "Lato", sans-serif;
  color: var(--grey-900);
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 950px) {
  .review-carousel .h5 {
    letter-spacing: 1px;
  }
}
.review-carousel .h6 {
  font-family: "Lato", sans-serif;
  color: var(--grey-700);
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}
@media (max-width: 950px) {
  .review-carousel .h6 {
    color: var(--grey-900);
    font-size: 17px;
    font-weight: 700;
  }
}
.review-carousel .p {
  font-family: "Lato", sans-serif;
  color: var(--grey-800);
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  margin: 0;
}
.review-carousel .p.small {
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 950px) {
  .review-carousel .p.small {
    color: black;
    font-size: 15px;
    line-height: 150%;
  }
}
.review-carousel .p.x-small {
  color: var(--grey-400);
  font-size: 14px;
  line-height: 150%;
}
@media (max-width: 950px) {
  .review-carousel .p {
    font-size: 17px;
    line-height: 150%;
  }
}
.review-carousel .gembah-button,
.review-carousel .button {
  font-family: "Lato", sans-serif;
  color: white;
  display: flex;
  padding: 15px 20px;
  justify-content: center;
  white-space: normal;
  text-decoration: none;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
  line-height: 130%;
  border-radius: 12px;
}
.review-carousel .gembah-button.primary,
.review-carousel .button.primary {
  box-shadow: 0px 6px 20px 3px rgba(0, 0, 0, 0.1);
  background: var(--turquoise-500);
  color: white;
}
.review-carousel .gembah-button.primary:hover,
.review-carousel .button.primary:hover {
  opacity: 0.87 !important;
}
.review-carousel .gembah-button.secondary, .review-carousel .gembah-button.secondary:hover,
.review-carousel .button.secondary,
.review-carousel .button.secondary:hover {
  background: white;
  color: var(--grey-900);
  border: 1px solid var(--grey-400);
}
.review-carousel .gembah-button.large,
.review-carousel .button.large {
  font-size: 18px;
  font-weight: 800;
  line-height: 150%;
}
.review-carousel .blockquote {
  font-family: "Lato", sans-serif;
  color: var(--grey-800);
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 175%;
}
.review-carousel .blockquote.header {
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 575px) {
  .review-carousel .blockquote.header {
    font-size: 24px;
    font-style: italic;
    line-height: 140%;
  }
}
@media (max-width: 950px) {
  .review-carousel .blockquote {
    font-size: 17px;
    font-style: italic;
    line-height: 150%;
  }
}
.review-carousel .text-container {
  display: flex;
  flex-direction: column;
  padding: 0 100px;
  width: 100%;
  max-width: 1400px;
  margin: auto;
  height: 100%;
  padding-top: 64px;
}
@media (max-width: 768px) {
  .review-carousel .text-container {
    padding: 0 32px;
  }
}
.review-carousel .text-container h2 {
  font-weight: 600;
  font-size: var(--font-size-400);
  line-height: var(--line-height-400);
}
@media (max-width: 950px) {
  .review-carousel .text-container h2 {
    font-size: var(--font-size-300);
    line-height: var(--line-height-300);
  }
}
.review-carousel .text-container h3 {
  font-weight: 500;
  font-size: var(--font-size-200);
  line-height: var(--line-height-200);
}
.review-carousel .text-container p {
  max-width: 80ch;
  color: #949494;
  font-size: var(--font-size-75);
  line-height: var(--line-height-75);
}
@media (max-width: 1050px) {
  .review-carousel .text-container p {
    font-size: var(--font-size-50);
    line-height: var(--line-height-50);
  }
}
.review-carousel .text-container.hug-left a {
  margin-left: 0;
  margin-right: auto;
}
.review-carousel .text-container.hug-left a.left-to-right-layout {
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 768px) {
  .review-carousel .text-container root {
    padding: 92px 32px 32px;
  }
}
.review-carousel .left-to-right-layout {
  flex-direction: row-reverse;
}
.review-carousel .left-to-right-layout.text-container {
  flex-direction: column;
  text-align: end;
  align-items: flex-end;
}
.review-carousel .left-to-right-layout.image {
  flex-direction: row-reverse;
}
@media (max-width: 575px) {
  .review-carousel .left-to-right-layout {
    flex-direction: column;
    max-height: unset;
  }
}
.review-carousel .owl-carousel .owl-nav {
  margin-top: 0;
}
.review-carousel .owl-carousel .owl-nav .owl-prev,
.review-carousel .owl-carousel .owl-nav .owl-next {
  width: 30px;
  height: 44px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.review-carousel .owl-carousel .owl-nav .owl-prev, .review-carousel .owl-carousel .owl-nav .owl-prev:hover,
.review-carousel .owl-carousel .owl-nav .owl-next,
.review-carousel .owl-carousel .owl-nav .owl-next:hover {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.review-carousel .owl-carousel .owl-nav .owl-prev,
.review-carousel .owl-carousel .owl-nav .owl-prev:hover {
  background-image: url('data:image/svg+xml,<svg width="30" height="44" viewBox="0 0 30 44" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.986359 23.669L21.1331 43.178C21.9324 43.9524 23.2289 43.9524 24.0287 43.178L29.0131 38.352C29.8129 37.5776 29.8129 36.3227 29.0131 35.5483L15.299 22.2672L23.3383 14.4834L29.0131 8.98932C29.8124 8.21495 29.8124 6.95965 29.0131 6.18569L24.0283 1.35928C23.2289 0.585318 21.9324 0.585318 21.1331 1.35928L7.57827 14.4834L0.986359 20.8654C0.186996 21.6398 0.186996 22.8951 0.986359 23.669Z" fill="%23004359"/></svg>');
  left: 0;
}
.review-carousel .owl-carousel .owl-nav .owl-next,
.review-carousel .owl-carousel .owl-nav .owl-next:hover {
  background-image: url('data:image/svg+xml,<svg width="30" height="44" viewBox="0 0 30 44" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M29.0136 23.669L8.86695 43.178C8.06758 43.9524 6.77108 43.9524 5.9713 43.178L0.986921 38.352C0.18714 37.5776 0.18714 36.3227 0.986921 35.5483L14.701 22.2672L6.66168 14.4834L0.986921 8.98932C0.187559 8.21495 0.187559 6.95965 0.986921 6.18569L5.97172 1.35928C6.77108 0.585318 8.06758 0.585318 8.86695 1.35928L22.4217 14.4834L29.0136 20.8654C29.813 21.6398 29.813 22.8951 29.0136 23.669Z" fill="%23004359"/></svg>');
  right: 0;
}
.review-carousel .owl-carousel .owl-dots {
  margin-left: 120px;
  margin-top: -36px !important;
  position: relative;
  text-align: start;
}
.review-carousel .carousel-item {
  padding: 50px;
  background: #F6F6F6;
  display: flex;
  flex-direction: row;
}
.review-carousel .carousel-item .team-image-container {
  height: 250px;
  width: 250px;
  flex: 0 0 250px;
}
.review-carousel .carousel-item .review-content {
  padding: 0 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.review-carousel .carousel-item .review-content p, .review-carousel .carousel-item .review-content h3 {
  font-size: 22px;
}
.review-carousel .carousel-item .review-content h3 {
  text-align: end;
}
@media (max-width: 1200px) {
  .review-carousel {
    display: none;
  }
}
@media (max-width: 1200px) {
  .review-carousel.show-on-mobile {
    display: block;
    height: initial;
  }
}
@media (max-width: 768px) {
  .review-carousel.show-on-mobile .owl-carousel .owl-nav .owl-prev,
  .review-carousel.show-on-mobile .owl-carousel .owl-nav .owl-next {
    width: 22px;
    height: 33px;
  }
  .review-carousel.show-on-mobile .owl-carousel .owl-nav .owl-prev {
    left: 10px;
  }
  .review-carousel.show-on-mobile .owl-carousel .owl-nav .owl-next {
    right: 10px;
  }
  .review-carousel.show-on-mobile .carousel-item {
    flex-direction: column;
    align-items: center;
  }
}

/*# sourceMappingURL=review-carousel.css.map */
