.employee-quotes{flex-direction:column;align-items:center;gap:60px;padding:144px 0 80px;display:flex;position:relative;overflow:hidden}.employee-quotes__glow{pointer-events:none;z-index:0;background:radial-gradient(ellipse at center, rgba(var(--glow-color,143, 229, 248), .5) 0%, rgba(var(--glow-color,143, 229, 248), .2) 40%, transparent 70%);width:800px;height:480px;position:absolute;top:80px;left:50%;transform:translate(-50%)}.employee-quotes__heading{z-index:1;font-family:var(--font-poppins), sans-serif;color:var(--text);text-align:center;max-width:900px;margin:0;padding:0 24px;font-size:40px;font-weight:600;line-height:56px;position:relative}.employee-quotes__track-mask{z-index:1;width:100%;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 80px calc(100% - 80px),#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 80px calc(100% - 80px),#0000 100%)}.employee-quotes__track{gap:24px;width:max-content;padding:12px 0;animation:50s linear infinite employee-quotes-scroll;display:flex}@keyframes employee-quotes-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.employee-quotes__track:hover{animation-play-state:paused}@media (prefers-reduced-motion:reduce){.employee-quotes__track{animation:none}}.employee-quotes__card{background:var(--surface);width:360px;min-height:200px;box-shadow:rgba(var(--shadow-rgb), .04) 0px 1px 2px, rgba(var(--shadow-rgb), .06) 0px 4px 12px;border-radius:14px;flex-direction:column;flex-shrink:0;justify-content:space-between;gap:24px;padding:24px;display:flex}.employee-quotes__body{align-items:flex-start;gap:12px;display:flex}.employee-quotes__mark{font-family:var(--font-poppins), sans-serif;color:var(--text);flex-shrink:0;font-size:32px;font-weight:700;line-height:48px}.employee-quotes__text{font-family:var(--font-inter), sans-serif;color:var(--text);margin:0;font-size:16px;font-weight:400;line-height:24px}.employee-quotes__divider{background:var(--gray-1);width:100%;height:1px}.employee-quotes__stars{align-items:center;gap:4px;display:flex}@media (max-width:1199px){.employee-quotes{gap:48px;padding:100px 0 60px}.employee-quotes__heading{font-size:40px;line-height:56px}.employee-quotes__glow{width:600px;height:360px}.employee-quotes__card{width:320px;min-height:180px;padding:20px}.employee-quotes__mark{font-size:24px;line-height:32px}.employee-quotes__track{gap:16px}}@media (max-width:799px){.employee-quotes{gap:32px;padding:80px 0 48px}.employee-quotes__heading{padding:0 16px;font-size:32px;line-height:48px}.employee-quotes__glow{width:400px;height:280px}.employee-quotes__card{width:280px;min-height:160px;padding:18px}.employee-quotes__text{font-size:14px;line-height:20px}.employee-quotes__mark{font-size:24px;line-height:32px}.employee-quotes__track-mask{-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 40px calc(100% - 40px),#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 40px calc(100% - 40px),#0000 100%)}}
