<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.vtmn-rating{
  color:hsl(200, 100%, 4.7%);
  font-family:'Roboto', 'system-ui', '-apple-system', sans-serif;
  font-weight:400;
  margin:0;
  display:flex;
  flex-direction:row;
  justify-content:flex-start;
  align-items:center;
  inline-size:-moz-fit-content;
  inline-size:fit-content;
}

.vtmn-rating--interactive{
  position:relative;
  block-size:2rem;
  inline-size:calc(2.5rem * 5);
  min-inline-size:calc(2.5rem * 5);
  background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 16 16' fill='%2523007DBC' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.298 14.805 8 12.173l4.702 2.632-1.05-5.285 3.957-3.659-5.352-.634L8 .333 5.743 5.227.39 5.86l3.958 3.66-1.05 5.285zm7.533-2.575L8 10.645 5.169 12.23 5.8 9.048 3.42 6.845l3.222-.382L8 3.517l1.359 2.946 3.222.382-2.382 2.203.632 3.182z'/%3E%3C/svg%3E");
  background-size:2.5rem 2rem;
  outline:0;
}

.vtmn-rating--interactive:focus-visible{
  box-shadow:0 0 0 0.25rem hsl(210, 14.3%, 94.5%), 0 0 0 0.375rem hsl(200, 100%, 4.7%);
}

.vtmn-rating--interactive label{
  position:absolute;
  block-size:100%;
  background-size:2.5rem 2rem;
  outline:none;
  cursor:pointer;
  transition:box-shadow 200ms ease-out;
}

.vtmn-rating--interactive label:nth-of-type(1){
  z-index:5;
  inline-size:2.5rem;
}

.vtmn-rating--interactive label:nth-of-type(2){
  z-index:4;
  inline-size:calc(2.5rem * 2);
}

.vtmn-rating--interactive label:nth-of-type(3){
  z-index:3;
  inline-size:calc(2.5rem * 3);
}

.vtmn-rating--interactive label:nth-of-type(4){
  z-index:2;
  inline-size:calc(2.5rem * 4);
}

.vtmn-rating--interactive label:nth-of-type(5){
  z-index:1;
  inline-size:calc(2.5rem * 5);
}

.vtmn-rating--interactive input:checked + label,
.vtmn-rating--interactive input:focus + label{
  background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 16 16' fill='%2523007DBC' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m8 12.173-4.702 2.632 1.05-5.285L.391 5.861l5.352-.634L8 .333l2.257 4.894 5.352.634-3.957 3.659 1.05 5.285L8 12.173z'/%3E%3C/svg%3E");
}

.vtmn-rating--interactive input{
  outline:0;
  border:0;
  padding:0;
  margin:0;
  position:absolute;
  block-size:0;
  inline-size:0;
}

.vtmn-rating:not([aria-disabled='true']) input:focus-visible + label{
  outline:0;
  box-shadow:0 0 0 0.25rem hsl(210, 14.3%, 94.5%), 0 0 0 0.375rem hsl(200, 100%, 4.7%);
}

.vtmn-rating &gt; *:not(input,
label){
  margin:0 0.1875rem;
}

.vtmn-rating[aria-disabled='true']{
  opacity:0.38;
  cursor:not-allowed;
}

.vtmn-rating[aria-disabled='true'] .vtmn-rating--interactive &gt; *{
  pointer-events:none;
}

.vtmn-rating_comment--primary{
  font-family:'Roboto', 'system-ui', '-apple-system', sans-serif;
  font-size:1rem;
  color:hsl(200, 100%, 4.7%);
  font-weight:700;
}

.vtmn-rating_comment--secondary{
  font-family:'Roboto', 'system-ui', '-apple-system', sans-serif;
  font-size:1rem;
  color:hsl(209, 15.7%, 36.3%);
  font-weight:400;
}

.vtmn-rating span[class^='vtmx-']{
  font-size:1rem;
}

.vtmn-rating_variant--default{
  color:hsl(200, 100%, 4.7%);
}

.vtmn-rating_variant--brand{
  color:hsl(200, 100%, 36.9%);
}

.vtmn-rating_size--small{
  font-size:0.875rem;
}

.vtmn-rating_size--small span{
  font-size:0.875rem;
}

.vtmn-rating_size--small span[class^='vtmx-']{
  font-size:1rem;
}

.vtmn-rating_size--small &gt; .vtmn-rating--interactive{
  block-size:1rem;
  inline-size:calc(1.25rem * 5);
  min-inline-size:calc(1.25rem * 5);
  background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='%2523007DBC' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.298 14.805 8 12.173l4.702 2.632-1.05-5.285 3.957-3.659-5.352-.634L8 .333 5.743 5.227.39 5.86l3.958 3.66-1.05 5.285zm7.533-2.575L8 10.645 5.169 12.23 5.8 9.048 3.42 6.845l3.222-.382L8 3.517l1.359 2.946 3.222.382-2.382 2.203.632 3.182z'/%3E%3C/svg%3E");
  background-size:1.25rem 1rem;
}

.vtmn-rating_size--small &gt; .vtmn-rating--interactive label{
  background-size:1.25rem 1rem;
}

.vtmn-rating_size--small &gt; .vtmn-rating--interactive label:nth-of-type(1){
  inline-size:1.25rem;
}

.vtmn-rating_size--small &gt; .vtmn-rating--interactive label:nth-of-type(2){
  inline-size:calc(1.25rem * 2);
}

.vtmn-rating_size--small &gt; .vtmn-rating--interactive label:nth-of-type(3){
  inline-size:calc(1.25rem * 3);
}

.vtmn-rating_size--small &gt; .vtmn-rating--interactive label:nth-of-type(4){
  inline-size:calc(1.25rem * 4);
}

.vtmn-rating_size--small &gt; .vtmn-rating--interactive label:nth-of-type(5){
  inline-size:calc(1.25rem * 5);
}

.vtmn-rating_size--small &gt; .vtmn-rating--interactive input:checked + label,
.vtmn-rating_size--small &gt; .vtmn-rating--interactive input:focus + label{
  background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='%2523007DBC' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m8 12.173-4.702 2.632 1.05-5.285L.391 5.861l5.352-.634L8 .333l2.257 4.894 5.352.634-3.957 3.659 1.05 5.285L8 12.173z'/%3E%3C/svg%3E");
}

.vtmn-rating_size--medium{
  font-size:1.125rem;
}

.vtmn-rating_size--medium span{
  font-size:1.125rem;
}

.vtmn-rating_size--medium span[class^='vtmx-']{
  font-size:2rem;
}

.vtmn-rating_size--medium &gt; .vtmn-rating--interactive{
  block-size:2rem;
  inline-size:calc(2.5rem * 5);
  min-inline-size:calc(2.5rem * 5);
  background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 16 16' fill='%2523007DBC' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.298 14.805 8 12.173l4.702 2.632-1.05-5.285 3.957-3.659-5.352-.634L8 .333 5.743 5.227.39 5.86l3.958 3.66-1.05 5.285zm7.533-2.575L8 10.645 5.169 12.23 5.8 9.048 3.42 6.845l3.222-.382L8 3.517l1.359 2.946 3.222.382-2.382 2.203.632 3.182z'/%3E%3C/svg%3E");
  background-size:2.5rem 2rem;
}

.vtmn-rating_size--medium &gt; .vtmn-rating--interactive label{
  background-size:2.5rem 2rem;
}

.vtmn-rating_size--medium &gt; .vtmn-rating--interactive label:nth-of-type(1){
  inline-size:2.5rem;
}

.vtmn-rating_size--medium &gt; .vtmn-rating--interactive label:nth-of-type(2){
  inline-size:calc(2.5rem * 2);
}

.vtmn-rating_size--medium &gt; .vtmn-rating--interactive label:nth-of-type(3){
  inline-size:calc(2.5rem * 3);
}

.vtmn-rating_size--medium &gt; .vtmn-rating--interactive label:nth-of-type(4){
  inline-size:calc(2.5rem * 4);
}

.vtmn-rating_size--medium &gt; .vtmn-rating--interactive label:nth-of-type(5){
  inline-size:calc(2.5rem * 5);
}

.vtmn-rating_size--medium &gt; .vtmn-rating--interactive input:checked + label,
.vtmn-rating_size--medium &gt; .vtmn-rating--interactive input:focus + label{
  background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 16 16' fill='%2523007DBC' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m8 12.173-4.702 2.632 1.05-5.285L.391 5.861l5.352-.634L8 .333l2.257 4.894 5.352.634-3.957 3.659 1.05 5.285L8 12.173z'/%3E%3C/svg%3E");
}
</pre></body></html>