.hbr-grid{display:grid;gap:24px}.hbr-grid-cols-2{grid-template-columns:repeat(2,1fr)}.hbr-grid-cols-3{grid-template-columns:repeat(3,1fr)}.hbr-grid-cols-4{grid-template-columns:repeat(4,1fr)}.hbr-grid .hbr-review-card{height:280px}@media (max-width:1024px){.hbr-grid-cols-4{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.hbr-grid-cols-3,.hbr-grid-cols-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:540px){.hbr-grid-cols-2,.hbr-grid-cols-3,.hbr-grid-cols-4{grid-template-columns:1fr}}.hbr-carousel-dot{width:10px;height:10px;border-radius:50%;background:var(--hbr-border-color);border:none;cursor:pointer;transition:all .2s ease;padding:0}.hbr-carousel-dot.active,.hbr-carousel-dot:hover{background:var(--hbr-trustpilot-green);transform:scale(1.2)}.hbr-no-reviews{text-align:center;padding:40px;color:var(--hbr-light-text);font-size:16px}.hbr-grid .hbr-review-card:nth-child(1){animation-delay:.1s}.hbr-grid .hbr-review-card:nth-child(2){animation-delay:.2s}.hbr-grid .hbr-review-card:nth-child(3){animation-delay:.3s}.hbr-grid .hbr-review-card:nth-child(4){animation-delay:.4s}.hbr-grid .hbr-review-card:nth-child(5){animation-delay:.5s}.hbr-grid .hbr-review-card:nth-child(6){animation-delay:.6s}