.clientCard{display:flex;flex-direction:column;gap:16px;width:320px;padding:24px 16px;border-radius:18px}.clientCard__header{display:flex;width:100%}.clientCard__header--text{flex-direction:column;gap:12px}.clientCard__header--video{flex-direction:row;align-items:center;justify-content:space-between;gap:16px}.clientCard__topRow{display:flex;align-items:flex-start;justify-content:space-between;width:100%}.clientCard__avatar{flex-shrink:0;width:56px;height:56px;background-color:hsla(0,0%,100%,.6);border-radius:20px;overflow:hidden}.clientCard__avatarImg{width:100%;height:100%;object-fit:cover}.clientCard__person{display:flex;flex:1 0;flex-direction:column;gap:8px;min-width:0;color:#312d48}.clientCard__name{overflow:hidden;font-size:20px;font-weight:800;text-overflow:ellipsis}.clientCard__name,.clientCard__position{color:#312d48;font-family:var(--font-point-soft);line-height:1}.clientCard__position{font-size:16px;white-space:nowrap;opacity:.7}@media screen and (max-width:500px){.clientCard__position{overflow:hidden;text-overflow:ellipsis}}.clientCard__companyLogo{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:112px;height:56px;background:#fff;border-radius:10px}.clientCard__companyLogo img{max-width:100%;max-height:100%}.clientCard__companyLogo--video{width:70px;height:48px}.clientCard__review{color:#312d48;font-family:var(--font-rubik);font-size:16px;font-weight:400;line-height:1.36;letter-spacing:-.16px}.clientCard__videoWrap{position:relative;overflow:hidden;width:100%;aspect-ratio:288/402;border-radius:18px}.clientCard__video{display:block;width:100%;height:100%;object-fit:cover}.clientCard__sound{position:absolute;top:8px;right:8px;display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:none;border-radius:50%;cursor:pointer;transition:background-color .2s,transform .2s}.clientCard__soundIcon{width:24px;height:24px;background-color:#312d48;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}.clientCard__soundIcon--on{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M3 9v6h4l5 5V4L7 9H3zm13.5 3A4.5 4.5 0 0 0 14 7.97v8.05A4.5 4.5 0 0 0 16.5 12zM14 3.23v2.06A7 7 0 0 1 19 12a7 7 0 0 1-5 6.71v2.06A9 9 0 0 0 21 12 9 9 0 0 0 14 3.23z'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M3 9v6h4l5 5V4L7 9H3zm13.5 3A4.5 4.5 0 0 0 14 7.97v8.05A4.5 4.5 0 0 0 16.5 12zM14 3.23v2.06A7 7 0 0 1 19 12a7 7 0 0 1-5 6.71v2.06A9 9 0 0 0 21 12 9 9 0 0 0 14 3.23z'/></svg>")}.clientCard__soundIcon--off{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M16.5 12A4.5 4.5 0 0 0 14 7.97v2.21l2.45 2.45a4.51 4.51 0 0 0 .05-.63zm2.5 0c0 .94-.2 1.82-.54 2.64l1.51 1.51A8.8 8.8 0 0 0 21 12c0-4.28-2.99-7.86-7-8.77v2.06c2.89.86 5 3.54 5 6.71zM4.27 3 3 4.27 7.73 9H3v6h4l5 5v-6.73l4.25 4.25c-.67.52-1.42.93-2.25 1.18v2.06a8.99 8.99 0 0 0 3.69-1.81L19.73 21 21 19.73l-9-9L4.27 3zM12 4 9.91 6.09 12 8.18V4z'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M16.5 12A4.5 4.5 0 0 0 14 7.97v2.21l2.45 2.45a4.51 4.51 0 0 0 .05-.63zm2.5 0c0 .94-.2 1.82-.54 2.64l1.51 1.51A8.8 8.8 0 0 0 21 12c0-4.28-2.99-7.86-7-8.77v2.06c2.89.86 5 3.54 5 6.71zM4.27 3 3 4.27 7.73 9H3v6h4l5 5v-6.73l4.25 4.25c-.67.52-1.42.93-2.25 1.18v2.06a8.99 8.99 0 0 0 3.69-1.81L19.73 21 21 19.73l-9-9L4.27 3zM12 4 9.91 6.09 12 8.18V4z'/></svg>")}.clientCard__badges{display:flex;flex-direction:column;gap:8px}.clientCard__badge{display:flex;align-items:center;gap:12px;padding:12px 20px 12px 24px;background:#fff;border-radius:23px}@media(max-width:700px){.clientCard__badge{padding:14px 20px 14px 12px}}.clientCard__badgeText{display:flex;flex-direction:column;gap:2px}.clientCard__badgeValue{color:#fca4d2;font-family:var(--font-point-soft);font-size:20px;font-weight:700;line-height:normal;letter-spacing:-.2px}.clientCard__badgeLabel{color:#312d48;font-family:var(--font-rubik);font-size:15px;font-weight:500;line-height:normal;letter-spacing:-.15px}.clientCard__cta{display:flex;align-items:center;justify-content:center;width:100%;color:#fff;text-align:center;text-decoration:none;background:#312d48;border:none;border-radius:12px;cursor:pointer;transition:background .2s}.clientCard__cta:hover{background:#1f1c30}a.clientCard__cta,button.clientCard__cta{padding:16px 0;font-family:var(--font-point-soft);font-size:16px;font-weight:800;line-height:1;letter-spacing:-.16px;background-color:#312d48}button.clientCard__sound{background-color:#fff}button.clientCard__sound:hover{background-color:#f1eef9}