.carousel-withquote {
  background: white; }
  .carousel-withquote h1 {
    text-align: center; }
  .carousel-withquote .carousel-cell.members {
    width: 55%;
    height: 400px;
    margin: 0 1%;
    counter-increment: carousel-cell;
    transition: transform 0.1s ease-in-out; }
    @media screen and (max-width: 991px) {
      .carousel-withquote .carousel-cell.members {
        width: 100%; } }
    .carousel-withquote .carousel-cell.members .cell-wrapper {
      display: flex;
      flex: 1 0 100%;
      width: 100%;
      height: 100%; }
      @media screen and (max-width: 768px) {
        .carousel-withquote .carousel-cell.members .cell-wrapper {
          padding: 0 25px;
          flex-direction: column; } }
      .carousel-withquote .carousel-cell.members .cell-wrapper .avatar {
        z-index: 1;
        width: 60%;
        display: flex;
        justify-content: center;
        position: relative;
        top: -30px; }
        @media screen and (max-width: 768px) {
          .carousel-withquote .carousel-cell.members .cell-wrapper .avatar {
            background: none !important;
            z-index: 3;
            top: 30px;
            width: 100%; } }
        .carousel-withquote .carousel-cell.members .cell-wrapper .avatar img {
          display: none; }
          @media screen and (max-width: 768px) {
            .carousel-withquote .carousel-cell.members .cell-wrapper .avatar img {
              display: initial;
              width: 125px;
              height: 125px;
              border-radius: 50%;
              border: 5px solid white;
              box-shadow: 0 20px 35px 5px rgba(0, 0, 0, 0.06); } }
      .carousel-withquote .carousel-cell.members .cell-wrapper .member {
        padding: 40px 32px 30px;
        border-radius: 4px;
        background: white;
        z-index: 2;
        width: 55%;
        position: absolute;
        box-shadow: 0 20px 35px 5px rgba(0, 0, 0, 0.06);
        top: 30%;
        right: 0%;
        min-height: 215px; }
        @media screen and (max-width: 768px) {
          .carousel-withquote .carousel-cell.members .cell-wrapper .member {
            position: relative;
            top: -30px;
            padding: 70px 25px 30px;
            width: 100%; } }
        .carousel-withquote .carousel-cell.members .cell-wrapper .member__speech {
          position: relative; }
          .carousel-withquote .carousel-cell.members .cell-wrapper .member__speech .quotation-mark {
            position: absolute;
            top: -25px;
            left: -25px;
            font-size: 170px;
            font-weight: bold;
            color: #33bc5e;
            font-family: initial;
            line-height: 30px;
            display: inline-block; }
          .carousel-withquote .carousel-cell.members .cell-wrapper .member__speech:after {
            content: '\201D';
            color: #33b562; }
        .carousel-withquote .carousel-cell.members .cell-wrapper .member__name {
          font-weight: 600;
          color: #33bc5e; }
        .carousel-withquote .carousel-cell.members .cell-wrapper .member__position {
          font-style: italic;
          color: #33bc5e; }
  .carousel-withquote .flickity-page-dots {
    position: initial;
    margin: 20px 0 -5px; }
    @media screen and (max-width: 768px) {
      .carousel-withquote .flickity-page-dots {
        margin: 0; } }
.carousel-noquote .carousel-cell.activity {
  width: 31.3%;
  height: 330px;
  margin: 0 1%;
  counter-increment: gallery-cell;
  transition: transform 0.1s ease-in-out; }
  .carousel-noquote .carousel-cell.activity:hover {
    transform: scale(1.15, 1.15);
    z-index: 2; }
    .carousel-noquote .carousel-cell.activity:hover > .title {
      visibility: visible; }
  @media screen and (max-width: 991px) {
    .carousel-noquote .carousel-cell.activity {
      width: 100%; } }
  .carousel-noquote .carousel-cell.activity .title {
    position: absolute;
    bottom: 15px;
    padding: 6px 15px;
    margin-left: 50%;
    transform: translateX(-50%);
    width: 50%;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    color: #ddd;
    background: rgba(0, 0, 0, 0.65);
    visibility: hidden; }

.carousel-noquote .flickity-page-dots {
  display: none; }

.carousel-noquote .flickity-viewport {
  overflow: visible; }

.carousel-noquote .flickity-button.previous {
  left: 28px; }

.carousel-noquote .flickity-button.next {
  right: 28px; }

.carousel-case-study .carousel-cell {
  width: 90%;
  margin: 0 10px 10px;
  counter-increment: gallery-cell;
  transition: transform 0.1s ease-in-out; }
  .carousel-case-study .carousel-cell:hover {
    transform: scale(1.005, 1.005);
    z-index: 2; }
  .carousel-case-study .carousel-cell .cell-wrapper {
    height: 100%; }

.carousel-case-study .flickity-viewport {
  overflow: visible; }

.carousel-case-study .flickity-prev-next-button {
  width: 35px;
  height: 35px; }

.carousel-case-study .flickity-button.previous {
  left: -5px; }

.carousel-case-study .flickity-button.next {
  right: -5px; }
