@charset "UTF-8";.block-element-customer-rating .customer-ratings .customer-rating,.block-element-customer-rating-overview .customer-ratings .customer-rating{display:grid;grid-template-columns:auto;grid-template-rows:repeat(3,auto);grid-gap:30px;padding:30px}.block-element-customer-rating .customer-ratings .customer-rating+.customer-rating,.block-element-customer-rating-overview .customer-ratings .customer-rating+.customer-rating{margin-top:30px}.block-element-customer-rating .customer-ratings .customer-rating .person__image,.block-element-customer-rating-overview .customer-ratings .customer-rating .person__image{display:flex;justify-content:center;margin-bottom:10px}.block-element-customer-rating .customer-ratings .customer-rating .person__image .no-image,.block-element-customer-rating-overview .customer-ratings .customer-rating .person__image .no-image{background-color:#e6e6e6;display:flex;justify-content:center;align-items:center;font-size:5rem;width:var(--customer-image-width);height:var(--customer-image-height)}.block-element-customer-rating .customer-ratings .customer-rating .rating,.block-element-customer-rating-overview .customer-ratings .customer-rating .rating{display:flex;justify-content:center;align-items:center;gap:10px}.block-element-customer-rating .customer-ratings .customer-rating .rating i,.block-element-customer-rating-overview .customer-ratings .customer-rating .rating i{font-size:2em;color:#e6e6e6}@media screen and (min-width:600px){.block-element-customer-rating .customer-ratings .customer-rating,.block-element-customer-rating-overview .customer-ratings .customer-rating{grid-template-columns:-webkit-max-content auto;grid-template-columns:max-content auto;grid-template-rows:auto -webkit-max-content;grid-template-rows:auto max-content}.block-element-customer-rating .customer-ratings .customer-rating .person,.block-element-customer-rating-overview .customer-ratings .customer-rating .person{grid-column:1/2;grid-row:1/-1}.block-element-customer-rating .customer-ratings .customer-rating .person__image,.block-element-customer-rating-overview .customer-ratings .customer-rating .person__image{justify-content:flex-start}.block-element-customer-rating .customer-ratings .customer-rating .rating,.block-element-customer-rating-overview .customer-ratings .customer-rating .rating{grid-column:2/-1;grid-row:1/span 1}.block-element-customer-rating .customer-ratings .customer-rating .logo,.block-element-customer-rating-overview .customer-ratings .customer-rating .logo{grid-column:2/-1;grid-row:2/span 1}}.block-element-customer-rating .customer-ratings__button,.block-element-customer-rating-overview .customer-ratings__button{display:flex;justify-content:center;margin-top:30px}.block-element-customer-rating .customer-ratings__button a,.block-element-customer-rating-overview .customer-ratings__button a{display:inline-block;background-color:#ff8c00;width:unset;padding:10px 30px;border:none;line-height:1rem;color:#1d1d1b;font-size:16px;font-weight:400;letter-spacing:.0125em;transition:background-color .2s;cursor:pointer}.block-element-customer-rating .customer-ratings__button a:hover,.block-element-customer-rating-overview .customer-ratings__button a:hover{background-color:#cc7000}