.fcb-carousel-container-264731b0 {
  width: 100%;
  max-width: none;
  position: relative;
  overflow: visible;
  box-sizing: border-box;
  padding: 24px 90px 62px;
  background: transparent;
}

.fcb-carousel-container-264731b0 * {
  box-sizing: border-box;
}

.fcb-viewport-264731b0 {
  width: 100%;
  overflow: hidden;
  background: transparent;
  padding-inline: 1px;
}

.fcb-track-264731b0 {
  display: flex;
  width: 100%;
  will-change: transform;
  transition-property: transform;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(.22, 1, .36, 1);
}

.fcb-slide-264731b0 {
  min-width: 100%;
  flex: 0 0 100%;
  padding: 0;
  opacity: .45;
  transition: opacity 500ms ease;
}

.fcb-slide-264731b0.is-active {
  opacity: 1;
}

.fcb-card-264731b0 {
  width: calc(100% - 4px);
  margin-inline: 2px;
  min-height: 360px;
  overflow: hidden;
  background: rgba(184, 186, 167, 0.15);
  border: 1px solid #02010140;
  border-radius: 18px;
  box-shadow: none;
}

.fcb-content-264731b0 {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px;
}

.fcb-person-264731b0 {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}

.fcb-photo-wrap-264731b0 {
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.fcb-photo-264731b0 {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.fcb-name-264731b0 {
  margin: 0;
  line-height: 1.1;
  color: #20231d;
}

.fcb-role-264731b0 {
  margin: 0 0 26px;
  line-height: 1.4;
  color: #B8BAA7;
}

.fcb-subtitle-264731b0 {
  margin-bottom: 10px;
  font-size: .9em;
  opacity: .8;
}

.fcb-quote-264731b0 {
  margin: 0;
  line-height: 1.6;
  color: #383d34;
}

.fcb-cta-btn-264731b0 {
  display: inline-block;
  padding: 8px 18px;
  background-color: #6f7f45;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  transition: background .3s ease;
}

.fcb-cta-btn-264731b0:hover {
  background-color: #4f5e2e;
}

.fcb-btn-264731b0 {
  position: absolute;
  top: 50%;
  z-index: 20;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid #02010140;
  border-radius: 50%;
  background: rgba(255,255,255,.72);
  color: #20231d;
  cursor: pointer;
  display: grid;
  place-items: center;
  transform: translateY(-50%);
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: background .25s ease, color .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.fcb-btn-264731b0 svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .25s ease;
}

.fcb-prev-264731b0 {
  left: 34px;
}

.fcb-next-264731b0 {
  right: 34px;
}

.fcb-btn-264731b0:hover {
  background: #6f7f45;
  color: #fff;
  border-color: #6f7f45;
}

.fcb-prev-264731b0:hover svg {
  transform: translateX(-2px);
}

.fcb-next-264731b0:hover svg {
  transform: translateX(2px);
}

.fcb-btn-264731b0:focus-visible,
.fcb-dot-264731b0:focus-visible,
.fcb-carousel-container-264731b0:focus-visible {
  outline: 3px solid rgba(111,127,69,.35);
  outline-offset: 3px;
}

.fcb-dots-264731b0 {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  z-index: 20;
}

.fcb-dot-264731b0 {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #b8bcaf;
  cursor: pointer;
  transition: width .3s ease, background .3s ease;
}

.fcb-dot-264731b0.is-active {
  width: 28px;
  background: #6f7f45;
}

@media (max-width: 767px) {
  .fcb-carousel-container-264731b0 {
    padding: 14px 56px 54px;
  }

  .fcb-content-264731b0 {
    min-height: 0;
    padding: 26px 20px 30px;
  }

  .fcb-card-264731b0 {
    min-height: 0;
  }

  .fcb-photo-wrap-264731b0 {
    width: 56px;
    height: 56px;
    flex-basis: 56px;
  }

  .fcb-btn-264731b0 {
    width: 38px;
    height: 38px;
  }

  .fcb-btn-264731b0 svg {
    width: 17px;
    height: 17px;
  }

  .fcb-prev-264731b0 {
    left: 4px;
  }

  .fcb-next-264731b0 {
    right: 4px;
  }

  .fcb-dots-264731b0 {
    bottom: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fcb-track-264731b0,
  .fcb-slide-264731b0,
  .fcb-photo-264731b0,
  .fcb-btn-264731b0,
  .fcb-dot-264731b0 {
    transition: none !important;
  }
}
