<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.elementor-332992 .elementor-element.elementor-element-3936b32.elementor-column &gt; .elementor-column-wrap &gt; .elementor-widget-wrap{justify-content:center;}.elementor-332992 .elementor-element.elementor-element-730ecac{width:460px;max-width:460px;}/* Start custom CSS for html, class: .elementor-element-730ecac */.star-cb-group {
  /* remove inline-block whitespace */
  font-size: 0;
  /* flip the order so we can use the + and ~ combinators */
  unicode-bidi: bidi-override;
  direction: rtl;
  /* the hidden clearer */
}
.star-cb-group * {
  font-size: 1rem;
}
.star-cb-group &gt; input {
  display: none;
}
.star-cb-group &gt; input + label {
  /* only enough room for the star */
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  width: 1em;
  white-space: nowrap;
  cursor: pointer;
}
.star-cb-group &gt; input + label:before {
  display: inline-block;
  text-indent: -9999px;
  content: "â˜†";
  color: #888;
}
.star-cb-group &gt; input:checked ~ label:before, .star-cb-group &gt; input + label:hover ~ label:before, .star-cb-group &gt; input + label:hover:before {
  content: "â˜…";
  color: #e52;
  text-shadow: 0 0 1px #333;
}
.star-cb-group &gt; .star-cb-clear + label {
  text-indent: -9999px;
  width: .5em;
  margin-left: -.5em;
}
.star-cb-group &gt; .star-cb-clear + label:before {
  width: .5em;
}
.star-cb-group:hover &gt; input + label:before {
  content: "â˜†";
  color: #888;
  text-shadow: none;
}
.star-cb-group:hover &gt; input + label:hover ~ label:before, .star-cb-group:hover &gt; input + label:hover:before {
  content: "â˜…";
  color: #e52;
  text-shadow: 0 0 1px #333;
}

.ctm-rating:root {
  font-size: 3em;
  font-family: Helvetica, arial, sans-serif;
}



fieldset {
  border: 0;
/*   background: #222;
    width: 25em;
    */ 
  border-radius: 1px;
  padding: 1em 1.5em 0.9em;
  margin: 1em auto;
}

.star-cb-group &gt; input + label {
    font-size: 42px;
    width: 53px;
    margin: 0 auto;
}

fieldset h5 {
    font-size: 26px;
    margin-left: 13px;
    font-weight: 600;
    color: #727CEF;
}
fieldset {
    box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 10%);
}

/* #log {
  margin: 1em auto;
  width: 5em;
  text-align: center;
  background: transparent;
}

h1 {
  text-align: center;
} *//* End custom CSS */</pre></body></html>