.pdc-client-experiences {
    --pdc-blue: #1c477c;
    --pdc-sky: #03a9ff;
    --pdc-yellow: #ffc403;
    --pdc-ink: #173556;
    --pdc-mist: #eef8fd;
    --pdc-white: #fff;
    width: 100%;
    color: var(--pdc-ink);
    font-family: "Kumbh Sans", sans-serif;
    overflow: hidden;
}

.pdc-client-experiences *,
.pdc-client-experiences *::before,
.pdc-client-experiences *::after {
    box-sizing: border-box;
}

.pdc-section-shell {
    width: min(1220px, calc(100% - 48px));
    margin-inline: auto;
    position: relative;
    z-index: 1;
}

.pdc-reviews {
    position: relative;
    padding: clamp(72px, 8vw, 112px) 0 clamp(64px, 7vw, 96px);
    color: var(--pdc-white);
    background:
        radial-gradient(circle at 88% 2%, rgba(3, 169, 255, .42), transparent 30%),
        linear-gradient(135deg, #153c6e 0%, var(--pdc-blue) 56%, #225d98 100%);
}

.pdc-reviews::before,
.pdc-reviews::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.pdc-reviews::before {
    width: 190px;
    height: 190px;
    right: -68px;
    top: 64px;
    border: 30px solid rgba(255, 196, 3, .2);
    border-radius: 50%;
}

.pdc-reviews::after {
    width: 86px;
    height: 10px;
    left: 4vw;
    bottom: 38px;
    border-radius: 20px;
    background: var(--pdc-yellow);
    transform: rotate(-7deg);
}

.pdc-video-stories {
    padding: clamp(72px, 8vw, 112px) 0 clamp(76px, 8vw, 118px);
    background:
        linear-gradient(rgba(255,255,255,.88), rgba(255,255,255,.96)),
        radial-gradient(circle at 10% 15%, rgba(3,169,255,.16), transparent 28%),
        var(--pdc-mist);
}

.pdc-section-shell--videos {
    width: min(1120px, calc(100% - 48px));
}

.pdc-section-heading {
    max-width: 790px;
    margin: 0 auto clamp(38px, 5vw, 58px);
    text-align: center;
}

.pdc-section-heading--light {
    color: var(--pdc-white);
}

.pdc-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    color: var(--pdc-blue);
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.pdc-kicker::before {
    content: "";
    width: 28px;
    height: 4px;
    border-radius: 20px;
    background: var(--pdc-yellow);
}

.pdc-section-heading--light .pdc-kicker {
    color: #c9ecff;
}

.pdc-section-heading h2 {
    margin: 0;
    color: var(--pdc-blue);
    font-family: "Kumbh Sans", sans-serif;
    font-size: clamp(32px, 4.2vw, 58px);
    font-weight: 800;
    line-height: 1.03;
    letter-spacing: -.045em;
    text-wrap: balance;
    text-transform: uppercase;
}

.pdc-section-heading--light h2 {
    color: var(--pdc-white);
}

.pdc-section-heading > p {
    max-width: 660px;
    margin: 20px auto 0;
    color: #52708d;
    font-size: clamp(16px, 1.7vw, 19px);
    line-height: 1.6;
}

.pdc-section-heading--light > p {
    color: rgba(255,255,255,.78);
}

.pdc-rating-summary {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 9px;
    margin-top: 22px;
    padding: 10px 15px 10px 11px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
    background: rgba(255,255,255,.1);
    backdrop-filter: blur(8px);
    font-size: 13px;
}

.pdc-rating-summary strong {
    font-size: 16px;
}

.pdc-google-mark {
    display: grid;
    place-items: center;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    color: #4285f4;
    background: var(--pdc-white);
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 800;
}

.pdc-stars {
    color: var(--pdc-yellow);
    font-size: 17px;
    line-height: 1;
    letter-spacing: 2px;
}

.pdc-carousel {
    --pdc-gap: 22px;
    --pdc-per-view: 3;
    position: relative;
}

.pdc-carousel__viewport {
    width: 100%;
    overflow: hidden;
    border-radius: 24px;
    touch-action: pan-y;
}

.pdc-carousel__track {
    display: flex;
    align-items: stretch;
    gap: var(--pdc-gap);
    width: 100%;
    transition: transform .55s cubic-bezier(.22, .75, .22, 1);
    will-change: transform;
}

.pdc-carousel__slide {
    flex: 0 0 calc((100% - (var(--pdc-gap) * (var(--pdc-per-view) - 1))) / var(--pdc-per-view));
    min-width: 0;
}

.pdc-review-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 372px;
    padding: clamp(24px, 2.4vw, 32px);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.46);
    border-radius: 24px;
    color: var(--pdc-ink);
    background: rgba(255,255,255,.97);
    box-shadow: 0 22px 45px rgba(5, 25, 49, .18);
}

.pdc-review-card::after {
    content: "";
    position: absolute;
    right: -30px;
    bottom: -30px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: rgba(3,169,255,.07);
}

.pdc-review-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 34px;
}

.pdc-quote-mark {
    color: rgba(28,71,124,.14);
    font-family: Georgia, serif;
    font-size: 66px;
    font-weight: 700;
    line-height: .65;
}

.pdc-review-card__text {
    display: -webkit-box;
    margin: 24px 0 10px;
    overflow: hidden;
    color: #324e69;
    font-size: 15.5px;
    line-height: 1.72;
    -webkit-box-orient: vertical;
}

.pdc-review-card__text.is-collapsible:not(.is-expanded) {
    -webkit-line-clamp: 7;
}

.pdc-review-card__text.is-expanded {
    display: block;
    overflow: visible;
}

.pdc-review-card__more {
    align-self: flex-start;
    margin: 0 0 22px;
    padding: 0;
    border: 0;
    color: var(--pdc-blue);
    background: transparent;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 4px;
    cursor: pointer;
}

.pdc-review-card__more:hover,
.pdc-review-card__more:focus-visible {
    color: var(--pdc-sky);
    background: transparent;
}

.pdc-review-card__author {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: auto;
    padding-top: 21px;
    border-top: 1px solid #e6edf3;
}

.pdc-review-card__avatar {
    position: relative;
    display: grid;
    flex: 0 0 50px;
    place-items: center;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border: 3px solid #d8f1fd;
    border-radius: 50%;
    color: var(--pdc-white);
    background: var(--pdc-blue);
    font-size: 18px;
    font-weight: 800;
}

.pdc-review-card__avatar img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pdc-review-card__author strong,
.pdc-review-card__author small {
    display: block;
}

.pdc-review-card__author strong {
    color: var(--pdc-blue);
    font-size: 15px;
    line-height: 1.25;
}

.pdc-review-card__author small {
    margin-top: 4px;
    color: #6b8195;
    font-size: 12px;
}

.pdc-carousel__footer {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.pdc-carousel__controls {
    display: flex;
    align-items: center;
    gap: 9px;
}

.pdc-carousel__arrow,
.pdc-carousel__toggle {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(255,255,255,.34);
    border-radius: 50%;
    color: var(--pdc-white);
    background: rgba(255,255,255,.08);
    cursor: pointer;
    transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}

.pdc-carousel__arrow:hover,
.pdc-carousel__arrow:focus-visible,
.pdc-carousel__toggle:hover,
.pdc-carousel__toggle:focus-visible {
    color: var(--pdc-blue);
    border-color: var(--pdc-white);
    background: var(--pdc-white);
    transform: translateY(-2px);
}

.pdc-carousel__arrow svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.pdc-carousel__pause,
.pdc-carousel__pause::after {
    display: block;
    width: 3px;
    height: 13px;
    border-radius: 2px;
    background: currentColor;
}

.pdc-carousel__pause {
    position: relative;
    margin-right: 6px;
}

.pdc-carousel__pause::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 0;
}

.pdc-carousel__play {
    display: none;
    width: 0;
    height: 0;
    margin-left: 3px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 11px solid currentColor;
}

.pdc-carousel__toggle[aria-pressed="true"] .pdc-carousel__pause {
    display: none;
}

.pdc-carousel__toggle[aria-pressed="true"] .pdc-carousel__play {
    display: block;
}

.pdc-carousel__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.pdc-carousel__dot {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 99px;
    background: rgba(255,255,255,.38);
    cursor: pointer;
    transition: width .25s ease, background .25s ease;
}

.pdc-carousel__dot[aria-current="true"] {
    width: 30px;
    background: var(--pdc-yellow);
}

.pdc-text-link {
    justify-self: end;
    color: var(--pdc-white);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.pdc-text-link:hover,
.pdc-text-link:focus-visible {
    color: var(--pdc-yellow);
}

.pdc-video-card {
    overflow: hidden;
    padding: 12px;
    border: 1px solid #d9e9f2;
    border-radius: 27px;
    background: var(--pdc-white);
    box-shadow: 0 20px 48px rgba(22,63,105,.12);
}

.pdc-video-card__eyebrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 8px 13px;
    color: var(--pdc-blue);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.pdc-video-card__eyebrow span:last-child {
    color: var(--pdc-sky);
}

.pdc-video-card__frame {
    position: relative;
    aspect-ratio: 9 / 16;
    overflow: hidden;
    border-radius: 18px;
    background: #0c2138;
}

.pdc-video-card__frame iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.pdc-carousel__footer--videos .pdc-carousel__arrow {
    color: var(--pdc-blue);
    border-color: #bed9e9;
    background: var(--pdc-white);
}

.pdc-carousel__footer--videos .pdc-carousel__arrow:hover,
.pdc-carousel__footer--videos .pdc-carousel__arrow:focus-visible {
    color: var(--pdc-white);
    border-color: var(--pdc-blue);
    background: var(--pdc-blue);
}

.pdc-carousel__footer--videos .pdc-carousel__dot {
    background: #bed3e0;
}

.pdc-carousel__footer--videos .pdc-carousel__dot[aria-current="true"] {
    background: var(--pdc-blue);
}

.pdc-text-link--blue {
    color: var(--pdc-blue);
}

.pdc-text-link--blue:hover,
.pdc-text-link--blue:focus-visible {
    color: var(--pdc-sky);
}

.pdc-carousel.is-static .pdc-carousel__controls,
.pdc-carousel.is-static .pdc-carousel__dots {
    visibility: hidden;
}

@media (max-width: 1024px) {
    .pdc-carousel {
        --pdc-per-view: 2;
    }

    .pdc-carousel__footer {
        grid-template-columns: auto 1fr auto;
    }

    .pdc-review-card {
        min-height: 350px;
    }
}

@media (max-width: 767px) {
    .pdc-section-shell,
    .pdc-section-shell--videos {
        width: min(100% - 28px, 560px);
    }

    .pdc-reviews,
    .pdc-video-stories {
        padding-block: 64px;
    }

    .pdc-section-heading {
        margin-bottom: 34px;
        text-align: left;
    }

    .pdc-section-heading h2 {
        font-size: clamp(31px, 10vw, 43px);
    }

    .pdc-section-heading > p {
        margin-left: 0;
        font-size: 16px;
    }

    .pdc-rating-summary {
        justify-content: flex-start;
    }

    .pdc-carousel {
        --pdc-gap: 14px;
        --pdc-per-view: 1;
    }

    .pdc-carousel__viewport {
        overflow: visible;
    }

    .pdc-review-card {
        min-height: 380px;
        padding: 24px;
    }

    .pdc-carousel__footer {
        grid-template-columns: 1fr auto;
        gap: 16px;
        margin-top: 24px;
    }

    .pdc-carousel__dots {
        justify-content: flex-end;
    }

    .pdc-text-link {
        grid-column: 1 / -1;
        justify-self: start;
    }

    .pdc-video-card {
        max-width: 390px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pdc-carousel__track,
    .pdc-carousel__arrow,
    .pdc-carousel__toggle,
    .pdc-carousel__dot {
        transition: none;
    }
}
