
.case_study_testimonial_and_team_block_parent {
    display: flex;
    container-type: inline-size;
    container-name: client_testimonial;
}
.case_study_client_testimonial_parent {
    width: 50%;
    height: auto;
    float: left;
    padding: 28px;
    background-color: #F0F0EF;
    display: flex;
    justify-content: space-between;
    gap: 28px;
    box-sizing: border-box;
}
.case_study_team_testimonial_parent {
    width: 50%;
    height: auto;
    float: left;
    padding: 28px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 28px;
    box-sizing: border-box;
}
.case_study_team_testimonial_parent.culture {
    background-color: #CB2632;
}
.case_study_team_testimonial_parent.brand {
    background-color: #FF4B00;
}
.case_study_team_testimonial_parent.communications {
    background-color: #00A5A7;
}
.case_study_team_testimonial_parent.culture h3 {
    color: #fff;
}
.case_study_team_testimonial_arrow {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: start;
}
.case_study_team_testimonial_arrow svg{
    display: block;
    width: 18px;
    height: auto;
}
.case_study_testimonial_video_and_logo_container {
    max-width: 200px;
    width: 100%;
    height: auto;
    display: flex;
    flex-grow: 1;
}
.case_study_client_testimonial_video_or_image_container {
    width: 200px;
    height: auto;
    min-height: 300px;
    float: left;
    display: flex;
    border-radius: 4px;
    overflow: hidden;
}
.case_study_client_testimonial_video_or_image_container img{
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    display: block;
}
.case_study_client_testimonial_details_container {
    width: calc(100% - 228px);
    height: auto;
    float: left;
    display: flex;
    flex-direction: column;
    gap: 14px;
    justify-content: end;
}
.case_study_client_testimonial_logo_company_name_container, .case_study_client_testimonial_logo_company_name_container_mobile {
    display: flex;
    gap: 14px;
    justify-content: space-between;
    align-items: end;
}
.case_study_client_testimonial_logo_company_name_container_mobile {
    display: none;
}
.case_study_client_testimonial_logo_company_name_container_mobile .client_testimonial_in_their_own_words h3 {
    white-space: normal;
}
.client_logo_container {
    display: flex;
    align-items: end;
}
.client_logo_container img {
    width: 100%;
    height: auto;
    display: block;
    max-height: 110px;
}
.client_testimonial_in_their_own_words {
    width: 100%;
    height: auto;
}
.client_testimonial_in_their_own_words h3{
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.case_study_client_testimonial_text_container {
    background-color: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 28px;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    scrollbar-gutter: stable;
    position: relative;
}
.case_study_client_testimonial_text_container {
    --sb-track-color: #fff;
    --sb-thumb-color: #000;
    --sb-size: 15px;
  }
  
  .case_study_client_testimonial_text_container::-webkit-scrollbar {
    width: var(--sb-size);
  }
  
  .case_study_client_testimonial_text_container::-webkit-scrollbar-track {
    background: var(--sb-track-color);
    border-radius: 10px;
  }
  
  .case_study_client_testimonial_text_container::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color);
    border-radius: 10px;
    border: 4px solid #fff;
  }
  
  @supports not selector(::-webkit-scrollbar) {
    .case_study_client_testimonial_text_container {
        scrollbar-color: var(--sb-thumb-color)
                       var(--sb-track-color);
    }
  }

.case_study_client_testimonial_text_container * {
    margin: 0;
    padding: 0;
}
.case_study_client_testimonial_text_container p {
    color: #000;
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0;
}
.case_study_client_testimonial_text_container b, .case_study_client_testimonial_text_container strong {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}
.case_study_team_image_and_introduction {
    display: flex;
    justify-content: start;
    gap: 28px;
    width: 100%;
    height: auto;
    float: left;
    flex-grow: 1;
}
.case_study_team_image {
    width: calc(100% - 198px);
    max-width: 50%;
    height: auto;
    display: flex;
    position: relative;
    border-radius: 4px;
    min-height: 180px;
    overflow: hidden;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.case_study_team_image img{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 0;
}
.case_study_team_image svg{
    position: absolute;
    top: 14px;
    left: 14px;
    width: 40px;
    height: auto;
    z-index: 1;
}
.case_study_team_introduction {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 14px;
    justify-content: end;
    padding: 28px 0 0 0;
}
.case_study_team_introduction h3{
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    color: #fff;
}
.case_study_team_introduction hr{
    width: 100%;
    height: 1px;
    padding: 0;
    border: 0;
    margin: 0;
    background-color: #fff;
}
.case_study_team_introduction b{
    font-size: 14px;
    font-weight: 100;
    margin: 0;
    padding: 0;
    color: #fff;
}
.case_study_team_introduction a {
    align-items: center;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 20px;
    color: #fff;
    display: flex;
    font-size: 12px;
    font-weight: 400;
    height: auto;
    justify-content: center;
    line-height: 100%;
    min-width: 75px;
    padding: 10px 16px 12px 16px;
    text-decoration: none;
}
.case_study_team_quote_parent {
    display: flex;
    gap: 28px;
    justify-content: space-between;
    align-items: center;
}
.case_study_team_icon {
    width: 60px;
    height: auto;
    float: left;
    position: relative;
}
.case_study_team_icon a{
    width: fit-content;
    height: fit-content;
    display: block;
}
.case_study_team_icon img {
    height: auto;
    display: block;
    position: relative;
    width: 60px;
    border: 3px solid #fff;
    border-radius: 37px;
    box-sizing: border-box;
    cursor: pointer;
    transition: all .2s ease;
}
.case_study_testimonial_share_tray_modal {
    align-items: center;
    background-color: #f0f0ef;
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
    gap: 15px;
    height: auto;
    justify-content: space-between;
    opacity: 0;
    padding: 15px;
    position: absolute;
    right: unset;
    top: auto;
    bottom: auto;
    left: 63px;
    transition: all .2s ease;
    visibility: hidden;
    width: auto;
    z-index: 1;
}
.case_study_testimonial_share_tray_modal.is_active {
    opacity: 1;
    left: 67px;
    transition: all .2s ease;
    visibility: visible;
}
.case_study_testimonial_share_tray_modal a {
    display: block;
    height: auto;
    opacity: 0;
    position: relative;
    text-decoration: none;
    transition: all .1s ease;
    width: 20px;
    left: -3px;
}
.case_study_testimonial_share_tray_modal a svg {
    display: block;
    height: auto;
    width: 100%;
    fill: #000;
    user-select: none;
    transition: all .2s ease;
}
.case_study_testimonial_share_tray_modal.is_active a:nth-of-type(1) {
    left: 0;
    transition: all 0.1s ease 0.1s;
    opacity: 1;
}
.case_study_testimonial_share_tray_modal.is_active a:nth-of-type(2) {
    left: 0;
    transition: all 0.1s ease 0.15s;
    opacity: 1;
}
.case_study_testimonial_share_tray_modal.is_active a:nth-of-type(3) {
    left: 0;
    transition: all 0.1s ease 0.2s;
    opacity: 1;
}
.case_study_testimonial_share_tray_triangle {
    background-color: #f0f0ef;
    bottom: auto;
    clip-path: polygon(50% 100%,0 0,100% 0);
    height: 5px;
    top: auto;
    position: absolute;
    left: -7px;
    width: 9px;
    transform: rotate(90deg);
}
.case_study_team_quote {
    width: calc(100% - 88px);
    height: auto;
    padding: 28px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 4px;
    transition: all 0.2s ease;
}
.case_study_team_quote.is_active {
    opacity: 0.5;
    transition: all 0.2s ease;
}
.case_study_team_quote p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #000;
}
.case_study_team_quote b, .case_study_team_quote strong {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #000;
    font-weight: bold;
}
.testimonial_team_title {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    justify-content: start;
    gap: 14px;
    align-items: end;
}
.testimonial_team_title h3{
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    color: #000;
    white-space: nowrap;
}
.testimonial_team_title hr {
    width: 100%;
    height: 1px;
    background-color: #000;
    border: 0;
    padding: 0;
    margin: 0 0 6px 0;
}
.team_testimonial_slider_parent {
    width: 100%;
    height: auto;
    float: left;
    flex-grow: 1;
    display: flex;
    gap: 28px;
}
.team_testimonial_left_slider {
    width: 200px;
    height: auto;
    float: left;
    display: flex;
    flex-direction: column;
    gap: 14px;
    position: relative;
}
.team_testimonial_svg_container {
    position: absolute;
    left: 14px;
    bottom: 54px;
    width: 52px;
    height: auto;
    display: flex;
    align-items: end;
    z-index: 2;
    user-select: none;
    pointer-events: none;
}
.team_testimonial_svg_container svg{
    width: 100%;
    height: auto;
    display: block;
}
.case_study_team_testimonial_parent .swiper_buttons_container {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    justify-content: center;
    gap: 28px;
}
.team_testimonial_left_slider .swiper {
    height: 100%;
    width: 100%;
    border-radius: 4px;
    position: relative;
}
.team_testimonial_left_slider .swiper .swiper-wrapper {
    height: 100%;
}

.case_study_team_testimonial_parent .swiper-button-next:after, .case_study_team_testimonial_parent .swiper-button-prev:after {
    display: none
}

.case_study_team_testimonial_parent .swiper-button-next svg, .case_study_team_testimonial_parent .swiper-button-prev svg {
    width: auto;
    height: 27px;
    object-fit: contain;
    transform-origin: center;
    filter: invert(1);
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none; 
}
.case_study_team_testimonial_parent .swiper_buttons_container .swiper-button-next, .case_study_team_testimonial_parent .swiper_buttons_container .swiper-button-prev {
    bottom: unset;
    left: unset;
    margin: 0;
    padding: 0;
    position: relative;
    right: unset;
    top: unset;
    width: auto;
    height: 27px;
}
.case_study_team_testimonial_parent .swiper .swiper-slide img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
    max-width: 200px;
}
.case_study_team_testimonial_parent .swiper .swiper-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.team_testimonial_right_slider {
    width: calc(100% - 228px);
    height: auto;
}
.case_study_team_member_testimonial_bio_container hr {
    width: 100%;
    height: 1px;
    background-color: #000;
    padding: 0;
    margin: 0;
    border: 0;
    float: left;
    margin:14px 0;
    position: relative;
}
.case_study_team_member_testimonial_bio_links_container {
    display: flex;
    justify-content: start;
    gap: 14px;
    margin: 10px 0 0 0;
}
.case_study_team_member_testimonial_bio_links_container a{
    display: block;
    height: 20px;
    width: auto;
    float: left;
    transition: all .3s ease;
}
.case_study_team_member_testimonial_bio_links_container a svg{
    height: 100%;
    width: auto;
    float: left;
    display: block;
}
.team_testimonial_right_slider .swiper {
    height: 100%;
}
.team_testimonial_right_slider .swiper .case_study_client_testimonial_text_container {
    max-height: 250px;
}
.mobile_team_testimonials_intro {
    display: none;
}
.swiper_controls_container {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    gap: 14px;
    justify-content: center;
    height: 27px;
}
.mobile_scroll_down_text_area_icon {
    position: absolute;
    right: 8px;
    bottom: 13px;
    display: none;
    width: 16px;
    height: auto;
    pointer-events: none;
    user-select: none;
    animation: fadeMove 3s infinite;
    transition: all .2s ease;
}
@keyframes fadeMove {
    0% {
      bottom: 28px;
      opacity: 0;
    }
    30% {
      opacity: 1;
    }
    70% {
      opacity: 1;
    }
    100% {
      bottom: 13px;
      opacity: 0;
    }
  }
@keyframes fadeMOut {
    0% {
      opacity: 0;
    }
    30% {
      opacity: 0;
    }
    70% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  .mobile_scroll_down_text_area_icon.is_active {
    animation: fadeMOut 3s 1;
    transition: all .2s ease;
  }
@media (hover: hover) {
    .case_study_team_introduction a:hover {
        background-color: #fff;
    }
    .case_study_team_testimonial_parent.culture .case_study_team_introduction a:hover{
        color: #CB2632;
    }
    .case_study_team_testimonial_parent.brand .case_study_team_introduction a:hover{
        color: #FF4B00;
    }
    .case_study_team_testimonial_parent.communications .case_study_team_introduction a:hover{
        color: #00A5A7;
    }
    .case_study_testimonial_share_tray_modal a:hover svg {
        opacity: 0.5;
        transition: all .2s ease;
    }
    .case_study_team_icon img:hover {
        opacity: 0.5;
        transition: all .2s ease;
    }
    .case_study_team_icon img.is_active:hover {
        opacity: 1;
    }
    .case_study_team_member_testimonial_bio_links_container a:hover{
        opacity: 0.5;
        transition: all .3s ease;
    }
}
@container client_testimonial (max-width: 1100px) {
    .case_study_client_testimonial_parent {
        flex-direction: column;
    }
    .case_study_client_testimonial_details_container {
        width: 100%;
    }
    .case_study_client_testimonial_logo_company_name_container_mobile {
        display: flex;
    }
    .case_study_client_testimonial_logo_company_name_container {
        display: none;
    }
    .case_study_testimonial_video_and_logo_container {
        max-width: unset;
        width: 100%;
        display: flex;
        justify-content: start;
        gap: 28px;
        height: 180px;
    }
    .case_study_client_testimonial_video_or_image_container {
        min-height: unset;
        width: 50%;
        max-width: 150px;
    }
    .case_study_client_testimonial_logo_company_name_container_mobile {
        width: calc(50% - 28px);
    }
    .case_study_client_testimonial_logo_company_name_container_mobile {
        flex-direction: column;
        justify-content: end;
        gap: 14px;
        align-items: start;
    }
    .client_logo_container img {
        max-width: 70%;
        
    }
    .team_testimonial_right_slider .swiper .case_study_client_testimonial_text_container {
        max-height: 360px;
    }
    .team_testimonial_left_slider {
        width: 170px;
    }
    .team_testimonial_right_slider {
        width: calc(100% - 198px);
    }
    .team_testimonial_left_slider {
        max-height: 260px;
    }
}
@container client_testimonial (max-width: 950px) {
    .case_study_client_testimonial_logo_company_name_container_mobile {
        flex-direction: column;
        justify-content: end;
        gap: 14px;
        align-items: start;
    }
    .client_logo_container img {
        max-width: 70%;
    }
}

@media screen and (max-width: 1050px) {
    .case_study_testimonial_and_team_block_parent {
        flex-direction: column;
    }
    .case_study_client_testimonial_parent, .case_study_team_testimonial_parent {
        width: 100%;
    }
    .case_study_team_testimonial_arrow {
        top: -9px;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
    }
    .case_study_team_image {
        width: 50%;
        min-height: 180px;
        order: 2;
    }
    .case_study_team_introduction {
        width: calc(50% - 28px);
        max-width: unset;
        padding: 28px 0 0 0;
        order: 1;
    }
    .case_study_client_testimonial_video_or_image_container img {
        object-position: center;
    }
    .team_testimonial_right_slider {
        max-height: 260px;
    }
    .team_testimonial_right_slider .swiper .case_study_client_testimonial_text_container {
        max-height: unset;
        height: 100%;
    }
}
@media screen and (max-width: 630px) {
    .team_testimonial_slider_parent {
        flex-direction: column;
    }
    .team_testimonial_right_slider .swiper .case_study_client_testimonial_text_container {
        max-height: 200px;
    }
    .team_testimonial_right_slider {
        width: 100%;
    }
    .team_testimonial_left_slider {
        height: 180px;
        flex-direction: row;
        width: 100%;
        gap: 28px;
    }
    .case_study_team_testimonial_parent .swiper_buttons_container {
        width: calc(100% - 164px);
        justify-content: start;
        align-items: start;
        flex-direction: column;
    }
    .team_testimonial_left_slider .swiper {
        width: 150px;
        flex-grow: 1;
    }
    .mobile_team_testimonials_intro {
        width: 100%;
        height: auto;
        flex-grow: 1;
        display: flex;
        align-items: end;
        max-width: 200px;
    }
    .testimonial_team_title {
        display: none;
    }
    .swiper_controls_container {
        justify-content: start;
    }
    .mobile_team_testimonials_intro h3{
        font-size: 16px;
        font-weight: bold;
        margin: 0;
        padding: 0;
    }
    .team_testimonial_svg_container {
        bottom: 14px;
    }
  
}

@media screen and (max-width: 450px) {
    .mobile_scroll_down_text_area_icon {
        display: block;
    }
    .case_study_team_image {
        display: none;
    }
    .case_study_team_introduction {
        width: 100%;
        padding: 10px 0 0 0;
    }
    .case_study_team_icon {
        order: 2;
    }
    .case_study_team_quote {
        order: 1;
    }
    .case_study_team_quote.is_active {
        opacity: 1;
    }
    .case_study_team_quote_parent {
        flex-direction: column;
        align-items: start;
        gap: 14px;
    }
    .case_study_team_quote {
        order: 1;
        width: 100%;
    }
    .case_study_testimonial_share_tray_modal {
        left: 67px;
        opacity: 1;
        transition: all .2s ease;
        visibility: visible;
    }
    .case_study_testimonial_share_tray_modal a:nth-of-type(1) {
        left: 0;
        transition: all 0.1s ease 0.1s;
        opacity: 1;
    }
    .case_study_testimonial_share_tray_modal a:nth-of-type(2) {
        left: 0;
        transition: all 0.1s ease 0.15s;
        opacity: 1;
    }
    .case_study_testimonial_share_tray_modal a:nth-of-type(3) {
        left: 0;
        transition: all 0.1s ease 0.2s;
        opacity: 1;
    }
}
@media screen and (max-width: 400px) {
    .mobile_team_testimonials_intro {
        display: none;
    }
    .testimonial_team_title {
        display: flex;
        flex-direction: column;
        gap: 9px;
        margin: 0 0 20px 0;
    }
    .testimonial_team_title h3{
        white-space: wrap;
    }
    .case_study_team_testimonial_parent .swiper_buttons_container {
        justify-content: end;
    }
    .case_study_team_testimonial_parent {
        gap: 0;
        padding: 41px 28px 28px 28px;
    }
    .swiper_controls_container {
        justify-content: end;
    }
}