/*
 Theme Name:   PLAYit Games
 Theme URI:    https://playitgames.com.au/
 Description:  Child theme for PLAYit Games
 Author:       FIVE Creative
 Author URI:   https://fivecreative.com.au
 Template:     hello-biz
 Version:      1.0.0
 Text Domain:  playit
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

*,
*::before,
*::after {
  box-sizing: border-box; /* 3 */
}

/* Sections
 */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5, h6 {
  margin-block-start: 0.5rem;
  margin-block-end: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-block-start: 0;
  margin-block-end: 0.9rem;
}

/* Grouping content
 */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  white-space: pre-wrap;
}

/* Text-level semantics
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: #CC3366;
}
a:hover, a:active {
  color: #333366;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-block-end: none; /* 1 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
 */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  height: auto;
  max-width: 100%;
}

/* Interactive
 */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

figcaption {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
}

/* Misc
 */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Print
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    border: 1px solid #cccccc;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    -moz-column-break-after: avoid;
         break-after: avoid;
  }
}
/**
 * Form styling
 */
label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 1rem; /* 1 */
  line-height: 1.5; /* 1 */
  margin: 0; /* 2 */
}

input[type=text],
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=url],
select,
textarea {
  width: 100%;
  border: solid 1px #666666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
}
input[type=text]:focus,
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  border-color: #333333;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  width: auto;
  -webkit-appearance: button;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button,
[type=submit],
[type=button] {
  display: inline-block;
  font-weight: 400;
  color: #CC3366;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid #CC3366;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  transition: all 0.3s;
}
button:focus:not(:focus-visible),
[type=submit]:focus:not(:focus-visible),
[type=button]:focus:not(:focus-visible) {
  outline: none;
}
button:hover, button:focus,
[type=submit]:hover,
[type=submit]:focus,
[type=button]:hover,
[type=button]:focus {
  color: #ffffff;
  background-color: #CC3366;
  text-decoration: none;
}
button:not(:disabled),
[type=submit]:not(:disabled),
[type=button]:not(:disabled) {
  cursor: pointer;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
  resize: vertical;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

select {
  display: block;
}

/**
 * Table styling
 */
table {
  background-color: transparent;
  width: 100%;
  margin-block-end: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse;
}
table th,
table td {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid rgba(128, 128, 128, 0.5019607843);
}
table th {
  font-weight: bold;
}
table thead th,
table tfoot th {
  font-size: 1em;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-block-start: 1px solid rgba(128, 128, 128, 0.5019607843);
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: rgba(128, 128, 128, 0.0705882353);
}
table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: rgba(128, 128, 128, 0.1019607843);
}
table tbody + tbody {
  border-block-start: 2px solid rgba(128, 128, 128, 0.5019607843);
}
@media (max-width: 767px) {
  table table {
    font-size: 0.8em;
  }
  table table th,
  table table td {
    padding: 7px;
    line-height: 1.3;
  }
  table table th {
    font-weight: 400;
  }
}

/**
 * List styling
 */
dl,
dt,
dd,
ol,
ul,
li {
  margin-block-start: 0;
  margin-block-end: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

.elementor-widget-text-editor > *:last-child,
.elementor-text-editor  > *:last-child,
.elementor-widget-theme-post-content > *:last-child, .elementor-widget-theme-post-content .elementor-widget-container > *:last-child {
    margin-bottom: 0px !important;
}


.elementor-widget-text-editor h2 + p, .elementor-widget-theme-post-content h2 + p, .elementor-widget-text-editor h2 + ul, .elementor-widget-theme-post-content h2 + ul, .elementor-widget-text-editor h2 + ol, .elementor-widget-theme-post-content h2 + ol, .elementor-widget-text-editor h3 + p, .elementor-widget-theme-post-content h3 + p, .elementor-widget-text-editor h3 + ul, .elementor-widget-theme-post-content h3 + ul, .elementor-widget-text-editor h3 + ol, .elementor-widget-theme-post-content h3 + ol {
     margin-top: 20px;
}
 .elementor-widget-text-editor p + h2, .elementor-widget-theme-post-content p + h2, .elementor-widget-text-editor ul + h2, .elementor-widget-theme-post-content ul + h2, .elementor-widget-text-editor ol + h2, .elementor-widget-theme-post-content ol + h2, .elementor-widget-text-editor p + h3, .elementor-widget-theme-post-content p + h3, .elementor-widget-text-editor ul + h3, .elementor-widget-theme-post-content ul + h3, .elementor-widget-text-editor ol + h3, .elementor-widget-theme-post-content ol + h3 {
     margin-top: 32px;
}
 .elementor-widget-text-editor h4 + p, .elementor-widget-theme-post-content h4 + p, .elementor-widget-text-editor h4 + ul, .elementor-widget-theme-post-content h4 + ul, .elementor-widget-text-editor h4 + ol, .elementor-widget-theme-post-content h4 + ol, .elementor-widget-text-editor h5 + p, .elementor-widget-theme-post-content h5 + p, .elementor-widget-text-editor h5 + ul, .elementor-widget-theme-post-content h5 + ul, .elementor-widget-text-editor h5 + ol, .elementor-widget-theme-post-content h5 + ol, .elementor-widget-text-editor h6 + p, .elementor-widget-theme-post-content h6 + p, .elementor-widget-text-editor h6 + ul, .elementor-widget-theme-post-content h6 + ul, .elementor-widget-text-editor h6 + ol, .elementor-widget-theme-post-content h6 + ol {
     margin-top: 12px;
}
 .elementor-widget-text-editor p + h4, .elementor-widget-theme-post-content p + h4, .elementor-widget-text-editor ul + h4, .elementor-widget-theme-post-content ul + h4, .elementor-widget-text-editor ol + h4, .elementor-widget-theme-post-content ol + h4, .elementor-widget-text-editor p + h5, .elementor-widget-theme-post-content p + h5, .elementor-widget-text-editor ul + h5, .elementor-widget-theme-post-content ul + h5, .elementor-widget-text-editor ol + h5, .elementor-widget-theme-post-content ol + h5, .elementor-widget-text-editor p + h6, .elementor-widget-theme-post-content p + h6, .elementor-widget-text-editor ul + h6, .elementor-widget-theme-post-content ul + h6, .elementor-widget-text-editor ol + h6, .elementor-widget-theme-post-content ol + h6 {
     margin-top: 28px;
}
 .elementor-widget-text-editor ul, .elementor-widget-theme-post-content ul, .elementor-widget-text-editor ol, .elementor-widget-theme-post-content ol {
     margin-bottom: 25px;
}

.force-no-text-transform {
    text-transform: none;
}

.playit-slow-slider img {
    width: auto;
    height: 240px;
    border-radius: 23px;
}

.playit-slow-slider .swiper-slide {
    width: auto;
}

.playit-slow-slider .swiper-wrapper {
    gap: 32px;
    transition-timing-function: linear;
}

.testimonial-rating {
    display: block;
    width: 100px;
    height: 20px;
}

.elementor-button:not(.no-glow), .gform_button.button {
    text-shadow: 0px 0px 54px rgba(229, 30, 242, 0.92), 0px 0px 34px rgba(229, 30, 242, 0.78), 0px 0px 21px rgba(229, 30, 242, 0.92), 0px 0px 12px rgba(229, 30, 242, 0.52), 0px 0px 30px rgba(235, 164, 247, 0.34), 0px 0px 6px rgba(206, 87, 224, 0.92);
    box-shadow: 0 0 6px rgba(228, 202, 224, 0.86),
      0 0 30px rgba(228, 202, 228, 0.17),
      0 0 12px rgba(209, 30, 242, 0.25),
      0 0 21px rgba(229, 30, 242, 0.6),
      0 0 34px rgba(219, 30, 242, 0.45),
      0 0 54px rgba(239, 30, 242, 0.6),
      inset 0 0 6px rgba(228, 202, 224, 0.86),
      inset 0 0 30px rgba(228, 202, 228, 0.17),
      inset 0 0 12px rgba(209, 30, 242, 0.25),
      inset 0 0 21px rgba(229, 30, 242, 0.6),
      inset 0 0 34px rgba(219, 30, 242, 0.45),
      inset 0 0 54px rgba(239, 30, 242, 0.60);
  transition: all .07s linear;
}

.elementor-button:not(.no-glow):hover, .gform_button.button:hover {
  text-shadow: 0px 0px 54px rgba(68, 214, 44, 0.92), 0px 0px 34px rgba(68, 214, 44, 0.78), 0px 0px 21px rgba(68, 214, 44, 0.92), 0px 0px 12px rgba(68, 214, 44, 0.52), 0px 0px 30px rgba(68, 214, 44, 0.34), 0px 0px 6px rgba(68, 214, 44, 0.92);
    box-shadow: 0 0 8px rgba(68, 214, 44, 0.96),
      0 0 36px rgba(68, 214, 44, 0.26),
      0 0 18px rgba(68, 214, 44, 0.35),
      0 0 25px rgba(68, 214, 44, 0.68),
      0 0 38px rgba(68, 214, 44, 0.55),
      0 0 62px rgba(68, 214, 44, 0.70),
      inset 0 0 8px rgba(68, 214, 44, 0.96),
      inset 0 0 36px rgba(68, 214, 44, 0.26),
      inset 0 0 16px rgba(68, 214, 44, 0.36),
      inset 0 0 28px rgba(68, 214, 44, 0.68),
      inset 0 0 40px rgba(68, 214, 44, 0.555),
      inset 0 0 60px rgba(68, 214, 44, 0.70);
}

.hero-text {
    text-shadow: -3px -3px 0 #100F2F,
 0 -3px 0 #100F2F,
 3px -3px 0 #100F2F,
 3px 0 0 #100F2F,
 3px 3px 0 #100F2F,
 0 3px 0 #100F2F,
 -3px 3px 0 #100F2F,
 -3px 0 0 #100F2F, 15px 7px 0px #000, 0px 4px 4px rgba(0, 0, 0, 0.25), 5.16px 32.594px 146px rgba(234, 39, 194, 0.47), 3.67px 03.185px 52.708px rgba(234, 39, 194, 0.37), 2.503px 15.812px 35.761px rgba(234, 39, 194, 0.30), 1.624px 10.259px 21.839px rgba(234, 39, 194, 0.26), 0.999px 6.314px 19.6px rgba(234, 39, 194, 0.30), 0.595px 3.761px 9.79px rgba(234, 39, 194, 0.17);
 transform: rotate(-3deg);
}
.hero-text small {
    display: block;
    font-size: 35px;
    line-height: 1.2em;
    position: relative;
    top: 10px;
    text-shadow: -3px -3px 0 #100F2F, 0 -3px 0 #100F2F, 3px -3px 0 #100F2F, 3px 0 0 #100F2F, 3px 3px 0 #100F2F, 0 3px 0 #100F2F, -3px 3px 0 #100F2F, -3px 0 0 #100F2F, 7px 6px 0px #000, 0px 4px 4px rgba(0, 0, 0, 0.25), 5.16px 32.594px 146px rgba(234, 39, 194, 0.47), 3.67px 03.185px 52.708px rgba(234, 39, 194, 0.37), 2.503px 15.812px 35.761px rgba(234, 39, 194, 0.30), 1.624px 10.259px 21.839px rgba(234, 39, 194, 0.26), 0.999px 6.314px 19.6px rgba(234, 39, 194, 0.30), 0.595px 3.761px 9.79px rgba(234, 39, 194, 0.17);
    margin: 0 0 15px 0;
}

.testimonial-rating-5 .testimonial-rating {
    background: transparent url('data:image/svg+xml;utf-8,<svg width="100" height="20" viewBox="0 0 100 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.03834 4.10997C9.20914 3.69932 9.79086 3.69932 9.96166 4.10996L11.3665 7.48759C11.4385 7.6607 11.6013 7.77899 11.7882 7.79397L15.4346 8.08631C15.878 8.12185 16.0577 8.6751 15.7199 8.96444L12.9418 11.3443C12.7994 11.4662 12.7372 11.6576 12.7807 11.84L13.6295 15.3983C13.7327 15.8309 13.262 16.1728 12.8825 15.941L9.76063 14.0342C9.60062 13.9365 9.39938 13.9365 9.23937 14.0342L6.11752 15.941C5.73797 16.1728 5.26735 15.8309 5.37054 15.3983L6.21932 11.84C6.26283 11.6576 6.20064 11.4662 6.05825 11.3443L3.28005 8.96444C2.94229 8.6751 3.12205 8.12185 3.56538 8.08631L7.2118 7.79397C7.3987 7.77899 7.5615 7.6607 7.63351 7.48759L9.03834 4.10997Z" stroke="%23EA27C2" stroke-width="1.5"/><mask id="mask0_37_149" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="3" y="3" width="13" height="14"><path d="M9.03834 4.10997C9.20914 3.69932 9.79086 3.69932 9.96166 4.10996L11.3665 7.48759C11.4385 7.6607 11.6013 7.77899 11.7882 7.79397L15.4346 8.08631C15.878 8.12185 16.0577 8.6751 15.7199 8.96444L12.9418 11.3443C12.7994 11.4662 12.7372 11.6576 12.7807 11.84L13.6295 15.3983C13.7327 15.8309 13.262 16.1728 12.8825 15.941L9.76063 14.0342C9.60062 13.9365 9.39938 13.9365 9.23937 14.0342L6.11752 15.941C5.73797 16.1728 5.26735 15.8309 5.37054 15.3983L6.21932 11.84C6.26283 11.6576 6.20064 11.4662 6.05825 11.3443L3.28005 8.96444C2.94229 8.6751 3.12205 8.12185 3.56538 8.08631L7.2118 7.79397C7.3987 7.77899 7.5615 7.6607 7.63351 7.48759L9.03834 4.10997Z" fill="%231F2937"/></mask><g mask="url(%23mask0_37_149)"><rect x="2" y="3" width="15" height="14" fill="%23EA27C2"/></g><path d="M29.0383 4.10997C29.2091 3.69932 29.7909 3.69932 29.9617 4.10996L31.3665 7.48759C31.4385 7.6607 31.6013 7.77899 31.7882 7.79397L35.4346 8.08631C35.878 8.12185 36.0577 8.6751 35.7199 8.96444L32.9418 11.3443C32.7994 11.4662 32.7372 11.6576 32.7807 11.84L33.6295 15.3983C33.7327 15.8309 33.262 16.1728 32.8825 15.941L29.7606 14.0342C29.6006 13.9365 29.3994 13.9365 29.2394 14.0342L26.1175 15.941C25.738 16.1728 25.2673 15.8309 25.3705 15.3983L26.2193 11.84C26.2628 11.6576 26.2006 11.4662 26.0582 11.3443L23.2801 8.96444C22.9423 8.6751 23.122 8.12185 23.5654 8.08631L27.2118 7.79397C27.3987 7.77899 27.5615 7.6607 27.6335 7.48759L29.0383 4.10997Z" stroke="%23EA27C2" stroke-width="1.5"/><mask id="mask1_37_149" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="23" y="3" width="13" height="14"><path d="M29.0383 4.10997C29.2091 3.69932 29.7909 3.69932 29.9617 4.10996L31.3665 7.48759C31.4385 7.6607 31.6013 7.77899 31.7882 7.79397L35.4346 8.08631C35.878 8.12185 36.0577 8.6751 35.7199 8.96444L32.9418 11.3443C32.7994 11.4662 32.7372 11.6576 32.7807 11.84L33.6295 15.3983C33.7327 15.8309 33.262 16.1728 32.8825 15.941L29.7606 14.0342C29.6006 13.9365 29.3994 13.9365 29.2394 14.0342L26.1175 15.941C25.738 16.1728 25.2673 15.8309 25.3705 15.3983L26.2193 11.84C26.2628 11.6576 26.2006 11.4662 26.0582 11.3443L23.2801 8.96444C22.9423 8.6751 23.122 8.12185 23.5654 8.08631L27.2118 7.79397C27.3987 7.77899 27.5615 7.6607 27.6335 7.48759L29.0383 4.10997Z" fill="%231F2937"/></mask><g mask="url(%23mask1_37_149)"><rect x="22" y="3" width="15" height="14" fill="%23EA27C2"/></g><path d="M49.0383 4.10997C49.2091 3.69932 49.7909 3.69932 49.9617 4.10996L51.3665 7.48759C51.4385 7.6607 51.6013 7.77899 51.7882 7.79397L55.4346 8.08631C55.878 8.12185 56.0577 8.6751 55.7199 8.96444L52.9418 11.3443C52.7994 11.4662 52.7372 11.6576 52.7807 11.84L53.6295 15.3983C53.7327 15.8309 53.262 16.1728 52.8825 15.941L49.7606 14.0342C49.6006 13.9365 49.3994 13.9365 49.2394 14.0342L46.1175 15.941C45.738 16.1728 45.2673 15.8309 45.3705 15.3983L46.2193 11.84C46.2628 11.6576 46.2006 11.4662 46.0582 11.3443L43.2801 8.96444C42.9423 8.6751 43.122 8.12185 43.5654 8.08631L47.2118 7.79397C47.3987 7.77899 47.5615 7.6607 47.6335 7.48759L49.0383 4.10997Z" stroke="%23EA27C2" stroke-width="1.5"/><mask id="mask2_37_149" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="43" y="3" width="13" height="14"><path d="M49.0383 4.10997C49.2091 3.69932 49.7909 3.69932 49.9617 4.10996L51.3665 7.48759C51.4385 7.6607 51.6013 7.77899 51.7882 7.79397L55.4346 8.08631C55.878 8.12185 56.0577 8.6751 55.7199 8.96444L52.9418 11.3443C52.7994 11.4662 52.7372 11.6576 52.7807 11.84L53.6295 15.3983C53.7327 15.8309 53.262 16.1728 52.8825 15.941L49.7606 14.0342C49.6006 13.9365 49.3994 13.9365 49.2394 14.0342L46.1175 15.941C45.738 16.1728 45.2673 15.8309 45.3705 15.3983L46.2193 11.84C46.2628 11.6576 46.2006 11.4662 46.0582 11.3443L43.2801 8.96444C42.9423 8.6751 43.122 8.12185 43.5654 8.08631L47.2118 7.79397C47.3987 7.77899 47.5615 7.6607 47.6335 7.48759L49.0383 4.10997Z" fill="%231F2937"/></mask><g mask="url(%23mask2_37_149)"><rect x="42" y="3" width="15" height="14" fill="%23EA27C2"/></g><path d="M69.0383 4.10997C69.2091 3.69932 69.7909 3.69932 69.9617 4.10996L71.3665 7.48759C71.4385 7.6607 71.6013 7.77899 71.7882 7.79397L75.4346 8.08631C75.878 8.12185 76.0577 8.6751 75.7199 8.96444L72.9418 11.3443C72.7994 11.4662 72.7372 11.6576 72.7807 11.84L73.6295 15.3983C73.7327 15.8309 73.262 16.1728 72.8825 15.941L69.7606 14.0342C69.6006 13.9365 69.3994 13.9365 69.2394 14.0342L66.1175 15.941C65.738 16.1728 65.2673 15.8309 65.3705 15.3983L66.2193 11.84C66.2628 11.6576 66.2006 11.4662 66.0582 11.3443L63.2801 8.96444C62.9423 8.6751 63.122 8.12185 63.5654 8.08631L67.2118 7.79397C67.3987 7.77899 67.5615 7.6607 67.6335 7.48759L69.0383 4.10997Z" stroke="%23EA27C2" stroke-width="1.5"/><mask id="mask3_37_149" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="63" y="3" width="13" height="14"><path d="M69.0383 4.10997C69.2091 3.69932 69.7909 3.69932 69.9617 4.10996L71.3665 7.48759C71.4385 7.6607 71.6013 7.77899 71.7882 7.79397L75.4346 8.08631C75.878 8.12185 76.0577 8.6751 75.7199 8.96444L72.9418 11.3443C72.7994 11.4662 72.7372 11.6576 72.7807 11.84L73.6295 15.3983C73.7327 15.8309 73.262 16.1728 72.8825 15.941L69.7606 14.0342C69.6006 13.9365 69.3994 13.9365 69.2394 14.0342L66.1175 15.941C65.738 16.1728 65.2673 15.8309 65.3705 15.3983L66.2193 11.84C66.2628 11.6576 66.2006 11.4662 66.0582 11.3443L63.2801 8.96444C62.9423 8.6751 63.122 8.12185 63.5654 8.08631L67.2118 7.79397C67.3987 7.77899 67.5615 7.6607 67.6335 7.48759L69.0383 4.10997Z" fill="%231F2937"/></mask><g mask="url(%23mask3_37_149)"><rect x="62" y="3" width="15" height="14" fill="%23EA27C2"/></g><path d="M89.0383 4.10997C89.2091 3.69932 89.7909 3.69932 89.9617 4.10996L91.3665 7.48759C91.4385 7.6607 91.6013 7.77899 91.7882 7.79397L95.4346 8.08631C95.878 8.12185 96.0577 8.6751 95.7199 8.96444L92.9418 11.3443C92.7994 11.4662 92.7372 11.6576 92.7807 11.84L93.6295 15.3983C93.7327 15.8309 93.262 16.1728 92.8825 15.941L89.7606 14.0342C89.6006 13.9365 89.3994 13.9365 89.2394 14.0342L86.1175 15.941C85.738 16.1728 85.2673 15.8309 85.3705 15.3983L86.2193 11.84C86.2628 11.6576 86.2006 11.4662 86.0582 11.3443L83.2801 8.96444C82.9423 8.6751 83.122 8.12185 83.5654 8.08631L87.2118 7.79397C87.3987 7.77899 87.5615 7.6607 87.6335 7.48759L89.0383 4.10997Z" stroke="%23EA27C2" stroke-width="1.5"/><mask id="mask4_37_149" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="83" y="3" width="13" height="14"><path d="M89.0383 4.10997C89.2091 3.69932 89.7909 3.69932 89.9617 4.10996L91.3665 7.48759C91.4385 7.6607 91.6013 7.77899 91.7882 7.79397L95.4346 8.08631C95.878 8.12185 96.0577 8.6751 95.7199 8.96444L92.9418 11.3443C92.7994 11.4662 92.7372 11.6576 92.7807 11.84L93.6295 15.3983C93.7327 15.8309 93.262 16.1728 92.8825 15.941L89.7606 14.0342C89.6006 13.9365 89.3994 13.9365 89.2394 14.0342L86.1175 15.941C85.738 16.1728 85.2673 15.8309 85.3705 15.3983L86.2193 11.84C86.2628 11.6576 86.2006 11.4662 86.0582 11.3443L83.2801 8.96444C82.9423 8.6751 83.122 8.12185 83.5654 8.08631L87.2118 7.79397C87.3987 7.77899 87.5615 7.6607 87.6335 7.48759L89.0383 4.10997Z" fill="%231F2937"/></mask><g mask="url(%23mask4_37_149)"><rect x="82" y="3" width="15" height="14" fill="%23EA27C2"/></g></svg>') no-repeat 50% / contain;
}


.testimonial-rating-4 .testimonial-rating {
    background: transparent url('data:image/svg+xml;utf-8,<svg width="100" height="20" viewBox="0 0 100 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.03834 4.10997C9.20914 3.69932 9.79086 3.69932 9.96166 4.10996L11.3665 7.48759C11.4385 7.6607 11.6013 7.77899 11.7882 7.79397L15.4346 8.08631C15.878 8.12185 16.0577 8.6751 15.7199 8.96444L12.9418 11.3443C12.7994 11.4662 12.7372 11.6576 12.7807 11.84L13.6295 15.3983C13.7327 15.8309 13.262 16.1728 12.8825 15.941L9.76063 14.0342C9.60062 13.9365 9.39938 13.9365 9.23937 14.0342L6.11752 15.941C5.73797 16.1728 5.26735 15.8309 5.37054 15.3983L6.21932 11.84C6.26283 11.6576 6.20064 11.4662 6.05825 11.3443L3.28005 8.96444C2.94229 8.6751 3.12205 8.12185 3.56538 8.08631L7.2118 7.79397C7.3987 7.77899 7.5615 7.6607 7.63351 7.48759L9.03834 4.10997Z" stroke="%23EA27C2" stroke-width="1.5"/><mask id="mask0_37_150" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="3" y="3" width="13" height="14"><path d="M9.03834 4.10997C9.20914 3.69932 9.79086 3.69932 9.96166 4.10996L11.3665 7.48759C11.4385 7.6607 11.6013 7.77899 11.7882 7.79397L15.4346 8.08631C15.878 8.12185 16.0577 8.6751 15.7199 8.96444L12.9418 11.3443C12.7994 11.4662 12.7372 11.6576 12.7807 11.84L13.6295 15.3983C13.7327 15.8309 13.262 16.1728 12.8825 15.941L9.76063 14.0342C9.60062 13.9365 9.39938 13.9365 9.23937 14.0342L6.11752 15.941C5.73797 16.1728 5.26735 15.8309 5.37054 15.3983L6.21932 11.84C6.26283 11.6576 6.20064 11.4662 6.05825 11.3443L3.28005 8.96444C2.94229 8.6751 3.12205 8.12185 3.56538 8.08631L7.2118 7.79397C7.3987 7.77899 7.5615 7.6607 7.63351 7.48759L9.03834 4.10997Z" fill="%231F2937"/></mask><g mask="url(%23mask0_37_150)"><rect x="2" y="3" width="15" height="14" fill="%23EA27C2"/></g><path d="M29.0383 4.10997C29.2091 3.69932 29.7909 3.69932 29.9617 4.10996L31.3665 7.48759C31.4385 7.6607 31.6013 7.77899 31.7882 7.79397L35.4346 8.08631C35.878 8.12185 36.0577 8.6751 35.7199 8.96444L32.9418 11.3443C32.7994 11.4662 32.7372 11.6576 32.7807 11.84L33.6295 15.3983C33.7327 15.8309 33.262 16.1728 32.8825 15.941L29.7606 14.0342C29.6006 13.9365 29.3994 13.9365 29.2394 14.0342L26.1175 15.941C25.738 16.1728 25.2673 15.8309 25.3705 15.3983L26.2193 11.84C26.2628 11.6576 26.2006 11.4662 26.0582 11.3443L23.2801 8.96444C22.9423 8.6751 23.122 8.12185 23.5654 8.08631L27.2118 7.79397C27.3987 7.77899 27.5615 7.6607 27.6335 7.48759L29.0383 4.10997Z" stroke="%23EA27C2" stroke-width="1.5"/><mask id="mask1_37_150" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="23" y="3" width="13" height="14"><path d="M29.0383 4.10997C29.2091 3.69932 29.7909 3.69932 29.9617 4.10996L31.3665 7.48759C31.4385 7.6607 31.6013 7.77899 31.7882 7.79397L35.4346 8.08631C35.878 8.12185 36.0577 8.6751 35.7199 8.96444L32.9418 11.3443C32.7994 11.4662 32.7372 11.6576 32.7807 11.84L33.6295 15.3983C33.7327 15.8309 33.262 16.1728 32.8825 15.941L29.7606 14.0342C29.6006 13.9365 29.3994 13.9365 29.2394 14.0342L26.1175 15.941C25.738 16.1728 25.2673 15.8309 25.3705 15.3983L26.2193 11.84C26.2628 11.6576 26.2006 11.4662 26.0582 11.3443L23.2801 8.96444C22.9423 8.6751 23.122 8.12185 23.5654 8.08631L27.2118 7.79397C27.3987 7.77899 27.5615 7.6607 27.6335 7.48759L29.0383 4.10997Z" fill="%231F2937"/></mask><g mask="url(%23mask1_37_150)"><rect x="22" y="3" width="15" height="14" fill="%23EA27C2"/></g><path d="M49.0383 4.10997C49.2091 3.69932 49.7909 3.69932 49.9617 4.10996L51.3665 7.48759C51.4385 7.6607 51.6013 7.77899 51.7882 7.79397L55.4346 8.08631C55.878 8.12185 56.0577 8.6751 55.7199 8.96444L52.9418 11.3443C52.7994 11.4662 52.7372 11.6576 52.7807 11.84L53.6295 15.3983C53.7327 15.8309 53.262 16.1728 52.8825 15.941L49.7606 14.0342C49.6006 13.9365 49.3994 13.9365 49.2394 14.0342L46.1175 15.941C45.738 16.1728 45.2673 15.8309 45.3705 15.3983L46.2193 11.84C46.2628 11.6576 46.2006 11.4662 46.0582 11.3443L43.2801 8.96444C42.9423 8.6751 43.122 8.12185 43.5654 8.08631L47.2118 7.79397C47.3987 7.77899 47.5615 7.6607 47.6335 7.48759L49.0383 4.10997Z" stroke="%23EA27C2" stroke-width="1.5"/><mask id="mask2_37_150" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="43" y="3" width="13" height="14"><path d="M49.0383 4.10997C49.2091 3.69932 49.7909 3.69932 49.9617 4.10996L51.3665 7.48759C51.4385 7.6607 51.6013 7.77899 51.7882 7.79397L55.4346 8.08631C55.878 8.12185 56.0577 8.6751 55.7199 8.96444L52.9418 11.3443C52.7994 11.4662 52.7372 11.6576 52.7807 11.84L53.6295 15.3983C53.7327 15.8309 53.262 16.1728 52.8825 15.941L49.7606 14.0342C49.6006 13.9365 49.3994 13.9365 49.2394 14.0342L46.1175 15.941C45.738 16.1728 45.2673 15.8309 45.3705 15.3983L46.2193 11.84C46.2628 11.6576 46.2006 11.4662 46.0582 11.3443L43.2801 8.96444C42.9423 8.6751 43.122 8.12185 43.5654 8.08631L47.2118 7.79397C47.3987 7.77899 47.5615 7.6607 47.6335 7.48759L49.0383 4.10997Z" fill="%231F2937"/></mask><g mask="url(%23mask2_37_150)"><rect x="42" y="3" width="15" height="14" fill="%23EA27C2"/></g><path d="M69.0383 4.10997C69.2091 3.69932 69.7909 3.69932 69.9617 4.10996L71.3665 7.48759C71.4385 7.6607 71.6013 7.77899 71.7882 7.79397L75.4346 8.08631C75.878 8.12185 76.0577 8.6751 75.7199 8.96444L72.9418 11.3443C72.7994 11.4662 72.7372 11.6576 72.7807 11.84L73.6295 15.3983C73.7327 15.8309 73.262 16.1728 72.8825 15.941L69.7606 14.0342C69.6006 13.9365 69.3994 13.9365 69.2394 14.0342L66.1175 15.941C65.738 16.1728 65.2673 15.8309 65.3705 15.3983L66.2193 11.84C66.2628 11.6576 66.2006 11.4662 66.0582 11.3443L63.2801 8.96444C62.9423 8.6751 63.122 8.12185 63.5654 8.08631L67.2118 7.79397C67.3987 7.77899 67.5615 7.6607 67.6335 7.48759L69.0383 4.10997Z" stroke="%23EA27C2" stroke-width="1.5"/><mask id="mask3_37_150" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="63" y="3" width="13" height="14"><path d="M69.0383 4.10997C69.2091 3.69932 69.7909 3.69932 69.9617 4.10996L71.3665 7.48759C71.4385 7.6607 71.6013 7.77899 71.7882 7.79397L75.4346 8.08631C75.878 8.12185 76.0577 8.6751 75.7199 8.96444L72.9418 11.3443C72.7994 11.4662 72.7372 11.6576 72.7807 11.84L73.6295 15.3983C73.7327 15.8309 73.262 16.1728 72.8825 15.941L69.7606 14.0342C69.6006 13.9365 69.3994 13.9365 69.2394 14.0342L66.1175 15.941C65.738 16.1728 65.2673 15.8309 65.3705 15.3983L66.2193 11.84C66.2628 11.6576 66.2006 11.4662 66.0582 11.3443L63.2801 8.96444C62.9423 8.6751 63.122 8.12185 63.5654 8.08631L67.2118 7.79397C67.3987 7.77899 67.5615 7.6607 67.6335 7.48759L69.0383 4.10997Z" fill="%231F2937"/></mask><g mask="url(%23mask3_37_150)"><rect x="62" y="3" width="15" height="14" fill="%23EA27C2"/></g><path d="M89.0383 4.10997C89.2091 3.69932 89.7909 3.69932 89.9617 4.10996L91.3665 7.48759C91.4385 7.6607 91.6013 7.77899 91.7882 7.79397L95.4346 8.08631C95.878 8.12185 96.0577 8.6751 95.7199 8.96444L92.9418 11.3443C92.7994 11.4662 92.7372 11.6576 92.7807 11.84L93.6295 15.3983C93.7327 15.8309 93.262 16.1728 92.8825 15.941L89.7606 14.0342C89.6006 13.9365 89.3994 13.9365 89.2394 14.0342L86.1175 15.941C85.738 16.1728 85.2673 15.8309 85.3705 15.3983L86.2193 11.84C86.2628 11.6576 86.2006 11.4662 86.0582 11.3443L83.2801 8.96444C82.9423 8.6751 83.122 8.12185 83.5654 8.08631L87.2118 7.79397C87.3987 7.77899 87.5615 7.6607 87.6335 7.48759L89.0383 4.10997Z" stroke="%23EA27C2" stroke-width="1.5"/><mask id="mask4_37_150" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="83" y="3" width="13" height="14"><path d="M89.0383 4.10997C89.2091 3.69932 89.7909 3.69932 89.9617 4.10996L91.3665 7.48759C91.4385 7.6607 91.6013 7.77899 91.7882 7.79397L95.4346 8.08631C95.878 8.12185 96.0577 8.6751 95.7199 8.96444L92.9418 11.3443C92.7994 11.4662 92.7372 11.6576 92.7807 11.84L93.6295 15.3983C93.7327 15.8309 93.262 16.1728 92.8825 15.941L89.7606 14.0342C89.6006 13.9365 89.3994 13.9365 89.2394 14.0342L86.1175 15.941C85.738 16.1728 85.2673 15.8309 85.3705 15.3983L86.2193 11.84C86.2628 11.6576 86.2006 11.4662 86.0582 11.3443L83.2801 8.96444C82.9423 8.6751 83.122 8.12185 83.5654 8.08631L87.2118 7.79397C87.3987 7.77899 87.5615 7.6607 87.6335 7.48759L89.0383 4.10997Z" fill="%231F2937"/></mask><g mask="url(%23mask4_37_150)"><rect x="82" y="3" width="15" height="14" stroke="%23EA27C2"/></g></svg>') no-repeat 50% / contain;
}


.testimonial-rating-3 .testimonial-rating {
    background: transparent url('data:image/svg+xml;utf-8,<svg width="100" height="20" viewBox="0 0 100 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.03834 4.10997C9.20914 3.69932 9.79086 3.69932 9.96166 4.10996L11.3665 7.48759C11.4385 7.6607 11.6013 7.77899 11.7882 7.79397L15.4346 8.08631C15.878 8.12185 16.0577 8.6751 15.7199 8.96444L12.9418 11.3443C12.7994 11.4662 12.7372 11.6576 12.7807 11.84L13.6295 15.3983C13.7327 15.8309 13.262 16.1728 12.8825 15.941L9.76063 14.0342C9.60062 13.9365 9.39938 13.9365 9.23937 14.0342L6.11752 15.941C5.73797 16.1728 5.26735 15.8309 5.37054 15.3983L6.21932 11.84C6.26283 11.6576 6.20064 11.4662 6.05825 11.3443L3.28005 8.96444C2.94229 8.6751 3.12205 8.12185 3.56538 8.08631L7.2118 7.79397C7.3987 7.77899 7.5615 7.6607 7.63351 7.48759L9.03834 4.10997Z" stroke="%23EA27C2" stroke-width="1.5"/><mask id="mask0_37_176" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="3" y="3" width="13" height="14"><path d="M9.03834 4.10997C9.20914 3.69932 9.79086 3.69932 9.96166 4.10996L11.3665 7.48759C11.4385 7.6607 11.6013 7.77899 11.7882 7.79397L15.4346 8.08631C15.878 8.12185 16.0577 8.6751 15.7199 8.96444L12.9418 11.3443C12.7994 11.4662 12.7372 11.6576 12.7807 11.84L13.6295 15.3983C13.7327 15.8309 13.262 16.1728 12.8825 15.941L9.76063 14.0342C9.60062 13.9365 9.39938 13.9365 9.23937 14.0342L6.11752 15.941C5.73797 16.1728 5.26735 15.8309 5.37054 15.3983L6.21932 11.84C6.26283 11.6576 6.20064 11.4662 6.05825 11.3443L3.28005 8.96444C2.94229 8.6751 3.12205 8.12185 3.56538 8.08631L7.2118 7.79397C7.3987 7.77899 7.5615 7.6607 7.63351 7.48759L9.03834 4.10997Z" fill="%231F2937"/></mask><g mask="url(%23mask0_37_176)"><rect x="2" y="3" width="15" height="14" fill="%23EA27C2"/></g><path d="M29.0383 4.10997C29.2091 3.69932 29.7909 3.69932 29.9617 4.10996L31.3665 7.48759C31.4385 7.6607 31.6013 7.77899 31.7882 7.79397L35.4346 8.08631C35.878 8.12185 36.0577 8.6751 35.7199 8.96444L32.9418 11.3443C32.7994 11.4662 32.7372 11.6576 32.7807 11.84L33.6295 15.3983C33.7327 15.8309 33.262 16.1728 32.8825 15.941L29.7606 14.0342C29.6006 13.9365 29.3994 13.9365 29.2394 14.0342L26.1175 15.941C25.738 16.1728 25.2673 15.8309 25.3705 15.3983L26.2193 11.84C26.2628 11.6576 26.2006 11.4662 26.0582 11.3443L23.2801 8.96444C22.9423 8.6751 23.122 8.12185 23.5654 8.08631L27.2118 7.79397C27.3987 7.77899 27.5615 7.6607 27.6335 7.48759L29.0383 4.10997Z" stroke="%23EA27C2" stroke-width="1.5"/><mask id="mask1_37_176" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="23" y="3" width="13" height="14"><path d="M29.0383 4.10997C29.2091 3.69932 29.7909 3.69932 29.9617 4.10996L31.3665 7.48759C31.4385 7.6607 31.6013 7.77899 31.7882 7.79397L35.4346 8.08631C35.878 8.12185 36.0577 8.6751 35.7199 8.96444L32.9418 11.3443C32.7994 11.4662 32.7372 11.6576 32.7807 11.84L33.6295 15.3983C33.7327 15.8309 33.262 16.1728 32.8825 15.941L29.7606 14.0342C29.6006 13.9365 29.3994 13.9365 29.2394 14.0342L26.1175 15.941C25.738 16.1728 25.2673 15.8309 25.3705 15.3983L26.2193 11.84C26.2628 11.6576 26.2006 11.4662 26.0582 11.3443L23.2801 8.96444C22.9423 8.6751 23.122 8.12185 23.5654 8.08631L27.2118 7.79397C27.3987 7.77899 27.5615 7.6607 27.6335 7.48759L29.0383 4.10997Z" fill="%231F2937"/></mask><g mask="url(%23mask1_37_176)"><rect x="22" y="3" width="15" height="14" fill="%23EA27C2"/></g><path d="M49.0383 4.10997C49.2091 3.69932 49.7909 3.69932 49.9617 4.10996L51.3665 7.48759C51.4385 7.6607 51.6013 7.77899 51.7882 7.79397L55.4346 8.08631C55.878 8.12185 56.0577 8.6751 55.7199 8.96444L52.9418 11.3443C52.7994 11.4662 52.7372 11.6576 52.7807 11.84L53.6295 15.3983C53.7327 15.8309 53.262 16.1728 52.8825 15.941L49.7606 14.0342C49.6006 13.9365 49.3994 13.9365 49.2394 14.0342L46.1175 15.941C45.738 16.1728 45.2673 15.8309 45.3705 15.3983L46.2193 11.84C46.2628 11.6576 46.2006 11.4662 46.0582 11.3443L43.2801 8.96444C42.9423 8.6751 43.122 8.12185 43.5654 8.08631L47.2118 7.79397C47.3987 7.77899 47.5615 7.6607 47.6335 7.48759L49.0383 4.10997Z" stroke="%23EA27C2" stroke-width="1.5"/><mask id="mask2_37_176" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="43" y="3" width="13" height="14"><path d="M49.0383 4.10997C49.2091 3.69932 49.7909 3.69932 49.9617 4.10996L51.3665 7.48759C51.4385 7.6607 51.6013 7.77899 51.7882 7.79397L55.4346 8.08631C55.878 8.12185 56.0577 8.6751 55.7199 8.96444L52.9418 11.3443C52.7994 11.4662 52.7372 11.6576 52.7807 11.84L53.6295 15.3983C53.7327 15.8309 53.262 16.1728 52.8825 15.941L49.7606 14.0342C49.6006 13.9365 49.3994 13.9365 49.2394 14.0342L46.1175 15.941C45.738 16.1728 45.2673 15.8309 45.3705 15.3983L46.2193 11.84C46.2628 11.6576 46.2006 11.4662 46.0582 11.3443L43.2801 8.96444C42.9423 8.6751 43.122 8.12185 43.5654 8.08631L47.2118 7.79397C47.3987 7.77899 47.5615 7.6607 47.6335 7.48759L49.0383 4.10997Z" fill="%231F2937"/></mask><g mask="url(%23mask2_37_176)"><rect x="42" y="3" width="15" height="14" fill="%23EA27C2"/></g><path d="M69.0383 4.10997C69.2091 3.69932 69.7909 3.69932 69.9617 4.10996L71.3665 7.48759C71.4385 7.6607 71.6013 7.77899 71.7882 7.79397L75.4346 8.08631C75.878 8.12185 76.0577 8.6751 75.7199 8.96444L72.9418 11.3443C72.7994 11.4662 72.7372 11.6576 72.7807 11.84L73.6295 15.3983C73.7327 15.8309 73.262 16.1728 72.8825 15.941L69.7606 14.0342C69.6006 13.9365 69.3994 13.9365 69.2394 14.0342L66.1175 15.941C65.738 16.1728 65.2673 15.8309 65.3705 15.3983L66.2193 11.84C66.2628 11.6576 66.2006 11.4662 66.0582 11.3443L63.2801 8.96444C62.9423 8.6751 63.122 8.12185 63.5654 8.08631L67.2118 7.79397C67.3987 7.77899 67.5615 7.6607 67.6335 7.48759L69.0383 4.10997Z" stroke="%23EA27C2" stroke-width="1.5"/><mask id="mask3_37_176" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="63" y="3" width="13" height="14"><path d="M69.0383 4.10997C69.2091 3.69932 69.7909 3.69932 69.9617 4.10996L71.3665 7.48759C71.4385 7.6607 71.6013 7.77899 71.7882 7.79397L75.4346 8.08631C75.878 8.12185 76.0577 8.6751 75.7199 8.96444L72.9418 11.3443C72.7994 11.4662 72.7372 11.6576 72.7807 11.84L73.6295 15.3983C73.7327 15.8309 73.262 16.1728 72.8825 15.941L69.7606 14.0342C69.6006 13.9365 69.3994 13.9365 69.2394 14.0342L66.1175 15.941C65.738 16.1728 65.2673 15.8309 65.3705 15.3983L66.2193 11.84C66.2628 11.6576 66.2006 11.4662 66.0582 11.3443L63.2801 8.96444C62.9423 8.6751 63.122 8.12185 63.5654 8.08631L67.2118 7.79397C67.3987 7.77899 67.5615 7.6607 67.6335 7.48759L69.0383 4.10997Z" fill="%231F2937"/></mask><g mask="url(%23mask3_37_176)"><rect x="62" y="3" width="15" height="14" stroke="%23EA27C2"/></g><path d="M89.0383 4.10997C89.2091 3.69932 89.7909 3.69932 89.9617 4.10996L91.3665 7.48759C91.4385 7.6607 91.6013 7.77899 91.7882 7.79397L95.4346 8.08631C95.878 8.12185 96.0577 8.6751 95.7199 8.96444L92.9418 11.3443C92.7994 11.4662 92.7372 11.6576 92.7807 11.84L93.6295 15.3983C93.7327 15.8309 93.262 16.1728 92.8825 15.941L89.7606 14.0342C89.6006 13.9365 89.3994 13.9365 89.2394 14.0342L86.1175 15.941C85.738 16.1728 85.2673 15.8309 85.3705 15.3983L86.2193 11.84C86.2628 11.6576 86.2006 11.4662 86.0582 11.3443L83.2801 8.96444C82.9423 8.6751 83.122 8.12185 83.5654 8.08631L87.2118 7.79397C87.3987 7.77899 87.5615 7.6607 87.6335 7.48759L89.0383 4.10997Z" stroke="%23EA27C2" stroke-width="1.5"/><mask id="mask4_37_176" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="83" y="3" width="13" height="14"><path d="M89.0383 4.10997C89.2091 3.69932 89.7909 3.69932 89.9617 4.10996L91.3665 7.48759C91.4385 7.6607 91.6013 7.77899 91.7882 7.79397L95.4346 8.08631C95.878 8.12185 96.0577 8.6751 95.7199 8.96444L92.9418 11.3443C92.7994 11.4662 92.7372 11.6576 92.7807 11.84L93.6295 15.3983C93.7327 15.8309 93.262 16.1728 92.8825 15.941L89.7606 14.0342C89.6006 13.9365 89.3994 13.9365 89.2394 14.0342L86.1175 15.941C85.738 16.1728 85.2673 15.8309 85.3705 15.3983L86.2193 11.84C86.2628 11.6576 86.2006 11.4662 86.0582 11.3443L83.2801 8.96444C82.9423 8.6751 83.122 8.12185 83.5654 8.08631L87.2118 7.79397C87.3987 7.77899 87.5615 7.6607 87.6335 7.48759L89.0383 4.10997Z" fill="%231F2937"/></mask><g mask="url(%23mask4_37_176)"><rect x="82" y="3" width="15" height="14" stroke="%23EA27C2"/></g></svg>') no-repeat 50% / contain;
}

.testimonial-rating-2 .testimonial-rating {
    background: transparent url('data:image/svg+xml;utf-8,<svg width="100" height="20" viewBox="0 0 100 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.03834 4.10997C9.20914 3.69932 9.79086 3.69932 9.96166 4.10996L11.3665 7.48759C11.4385 7.6607 11.6013 7.77899 11.7882 7.79397L15.4346 8.08631C15.878 8.12185 16.0577 8.6751 15.7199 8.96444L12.9418 11.3443C12.7994 11.4662 12.7372 11.6576 12.7807 11.84L13.6295 15.3983C13.7327 15.8309 13.262 16.1728 12.8825 15.941L9.76063 14.0342C9.60062 13.9365 9.39938 13.9365 9.23937 14.0342L6.11752 15.941C5.73797 16.1728 5.26735 15.8309 5.37054 15.3983L6.21932 11.84C6.26283 11.6576 6.20064 11.4662 6.05825 11.3443L3.28005 8.96444C2.94229 8.6751 3.12205 8.12185 3.56538 8.08631L7.2118 7.79397C7.3987 7.77899 7.5615 7.6607 7.63351 7.48759L9.03834 4.10997Z" stroke="%23EA27C2" stroke-width="1.5"/><mask id="mask0_37_202" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="3" y="3" width="13" height="14"><path d="M9.03834 4.10997C9.20914 3.69932 9.79086 3.69932 9.96166 4.10996L11.3665 7.48759C11.4385 7.6607 11.6013 7.77899 11.7882 7.79397L15.4346 8.08631C15.878 8.12185 16.0577 8.6751 15.7199 8.96444L12.9418 11.3443C12.7994 11.4662 12.7372 11.6576 12.7807 11.84L13.6295 15.3983C13.7327 15.8309 13.262 16.1728 12.8825 15.941L9.76063 14.0342C9.60062 13.9365 9.39938 13.9365 9.23937 14.0342L6.11752 15.941C5.73797 16.1728 5.26735 15.8309 5.37054 15.3983L6.21932 11.84C6.26283 11.6576 6.20064 11.4662 6.05825 11.3443L3.28005 8.96444C2.94229 8.6751 3.12205 8.12185 3.56538 8.08631L7.2118 7.79397C7.3987 7.77899 7.5615 7.6607 7.63351 7.48759L9.03834 4.10997Z" fill="%231F2937"/></mask><g mask="url(%23mask0_37_202)"><rect x="2" y="3" width="15" height="14" fill="%23EA27C2"/></g><path d="M29.0383 4.10997C29.2091 3.69932 29.7909 3.69932 29.9617 4.10996L31.3665 7.48759C31.4385 7.6607 31.6013 7.77899 31.7882 7.79397L35.4346 8.08631C35.878 8.12185 36.0577 8.6751 35.7199 8.96444L32.9418 11.3443C32.7994 11.4662 32.7372 11.6576 32.7807 11.84L33.6295 15.3983C33.7327 15.8309 33.262 16.1728 32.8825 15.941L29.7606 14.0342C29.6006 13.9365 29.3994 13.9365 29.2394 14.0342L26.1175 15.941C25.738 16.1728 25.2673 15.8309 25.3705 15.3983L26.2193 11.84C26.2628 11.6576 26.2006 11.4662 26.0582 11.3443L23.2801 8.96444C22.9423 8.6751 23.122 8.12185 23.5654 8.08631L27.2118 7.79397C27.3987 7.77899 27.5615 7.6607 27.6335 7.48759L29.0383 4.10997Z" stroke="%23EA27C2" stroke-width="1.5"/><mask id="mask1_37_202" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="23" y="3" width="13" height="14"><path d="M29.0383 4.10997C29.2091 3.69932 29.7909 3.69932 29.9617 4.10996L31.3665 7.48759C31.4385 7.6607 31.6013 7.77899 31.7882 7.79397L35.4346 8.08631C35.878 8.12185 36.0577 8.6751 35.7199 8.96444L32.9418 11.3443C32.7994 11.4662 32.7372 11.6576 32.7807 11.84L33.6295 15.3983C33.7327 15.8309 33.262 16.1728 32.8825 15.941L29.7606 14.0342C29.6006 13.9365 29.3994 13.9365 29.2394 14.0342L26.1175 15.941C25.738 16.1728 25.2673 15.8309 25.3705 15.3983L26.2193 11.84C26.2628 11.6576 26.2006 11.4662 26.0582 11.3443L23.2801 8.96444C22.9423 8.6751 23.122 8.12185 23.5654 8.08631L27.2118 7.79397C27.3987 7.77899 27.5615 7.6607 27.6335 7.48759L29.0383 4.10997Z" fill="%231F2937"/></mask><g mask="url(%23mask1_37_202)"><rect x="22" y="3" width="15" height="14" fill="%23EA27C2"/></g><path d="M49.0383 4.10997C49.2091 3.69932 49.7909 3.69932 49.9617 4.10996L51.3665 7.48759C51.4385 7.6607 51.6013 7.77899 51.7882 7.79397L55.4346 8.08631C55.878 8.12185 56.0577 8.6751 55.7199 8.96444L52.9418 11.3443C52.7994 11.4662 52.7372 11.6576 52.7807 11.84L53.6295 15.3983C53.7327 15.8309 53.262 16.1728 52.8825 15.941L49.7606 14.0342C49.6006 13.9365 49.3994 13.9365 49.2394 14.0342L46.1175 15.941C45.738 16.1728 45.2673 15.8309 45.3705 15.3983L46.2193 11.84C46.2628 11.6576 46.2006 11.4662 46.0582 11.3443L43.2801 8.96444C42.9423 8.6751 43.122 8.12185 43.5654 8.08631L47.2118 7.79397C47.3987 7.77899 47.5615 7.6607 47.6335 7.48759L49.0383 4.10997Z" stroke="%23EA27C2" stroke-width="1.5"/><mask id="mask2_37_202" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="43" y="3" width="13" height="14"><path d="M49.0383 4.10997C49.2091 3.69932 49.7909 3.69932 49.9617 4.10996L51.3665 7.48759C51.4385 7.6607 51.6013 7.77899 51.7882 7.79397L55.4346 8.08631C55.878 8.12185 56.0577 8.6751 55.7199 8.96444L52.9418 11.3443C52.7994 11.4662 52.7372 11.6576 52.7807 11.84L53.6295 15.3983C53.7327 15.8309 53.262 16.1728 52.8825 15.941L49.7606 14.0342C49.6006 13.9365 49.3994 13.9365 49.2394 14.0342L46.1175 15.941C45.738 16.1728 45.2673 15.8309 45.3705 15.3983L46.2193 11.84C46.2628 11.6576 46.2006 11.4662 46.0582 11.3443L43.2801 8.96444C42.9423 8.6751 43.122 8.12185 43.5654 8.08631L47.2118 7.79397C47.3987 7.77899 47.5615 7.6607 47.6335 7.48759L49.0383 4.10997Z" fill="%231F2937"/></mask><g mask="url(%23mask2_37_202)"><rect x="42" y="3" width="15" height="14" stroke="%23EA27C2"/></g><path d="M69.0383 4.10997C69.2091 3.69932 69.7909 3.69932 69.9617 4.10996L71.3665 7.48759C71.4385 7.6607 71.6013 7.77899 71.7882 7.79397L75.4346 8.08631C75.878 8.12185 76.0577 8.6751 75.7199 8.96444L72.9418 11.3443C72.7994 11.4662 72.7372 11.6576 72.7807 11.84L73.6295 15.3983C73.7327 15.8309 73.262 16.1728 72.8825 15.941L69.7606 14.0342C69.6006 13.9365 69.3994 13.9365 69.2394 14.0342L66.1175 15.941C65.738 16.1728 65.2673 15.8309 65.3705 15.3983L66.2193 11.84C66.2628 11.6576 66.2006 11.4662 66.0582 11.3443L63.2801 8.96444C62.9423 8.6751 63.122 8.12185 63.5654 8.08631L67.2118 7.79397C67.3987 7.77899 67.5615 7.6607 67.6335 7.48759L69.0383 4.10997Z" stroke="%23EA27C2" stroke-width="1.5"/><mask id="mask3_37_202" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="63" y="3" width="13" height="14"><path d="M69.0383 4.10997C69.2091 3.69932 69.7909 3.69932 69.9617 4.10996L71.3665 7.48759C71.4385 7.6607 71.6013 7.77899 71.7882 7.79397L75.4346 8.08631C75.878 8.12185 76.0577 8.6751 75.7199 8.96444L72.9418 11.3443C72.7994 11.4662 72.7372 11.6576 72.7807 11.84L73.6295 15.3983C73.7327 15.8309 73.262 16.1728 72.8825 15.941L69.7606 14.0342C69.6006 13.9365 69.3994 13.9365 69.2394 14.0342L66.1175 15.941C65.738 16.1728 65.2673 15.8309 65.3705 15.3983L66.2193 11.84C66.2628 11.6576 66.2006 11.4662 66.0582 11.3443L63.2801 8.96444C62.9423 8.6751 63.122 8.12185 63.5654 8.08631L67.2118 7.79397C67.3987 7.77899 67.5615 7.6607 67.6335 7.48759L69.0383 4.10997Z" fill="%231F2937"/></mask><g mask="url(%23mask3_37_202)"><rect x="62" y="3" width="15" height="14" stroke="%23EA27C2"/></g><path d="M89.0383 4.10997C89.2091 3.69932 89.7909 3.69932 89.9617 4.10996L91.3665 7.48759C91.4385 7.6607 91.6013 7.77899 91.7882 7.79397L95.4346 8.08631C95.878 8.12185 96.0577 8.6751 95.7199 8.96444L92.9418 11.3443C92.7994 11.4662 92.7372 11.6576 92.7807 11.84L93.6295 15.3983C93.7327 15.8309 93.262 16.1728 92.8825 15.941L89.7606 14.0342C89.6006 13.9365 89.3994 13.9365 89.2394 14.0342L86.1175 15.941C85.738 16.1728 85.2673 15.8309 85.3705 15.3983L86.2193 11.84C86.2628 11.6576 86.2006 11.4662 86.0582 11.3443L83.2801 8.96444C82.9423 8.6751 83.122 8.12185 83.5654 8.08631L87.2118 7.79397C87.3987 7.77899 87.5615 7.6607 87.6335 7.48759L89.0383 4.10997Z" stroke="%23EA27C2" stroke-width="1.5"/><mask id="mask4_37_202" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="83" y="3" width="13" height="14"><path d="M89.0383 4.10997C89.2091 3.69932 89.7909 3.69932 89.9617 4.10996L91.3665 7.48759C91.4385 7.6607 91.6013 7.77899 91.7882 7.79397L95.4346 8.08631C95.878 8.12185 96.0577 8.6751 95.7199 8.96444L92.9418 11.3443C92.7994 11.4662 92.7372 11.6576 92.7807 11.84L93.6295 15.3983C93.7327 15.8309 93.262 16.1728 92.8825 15.941L89.7606 14.0342C89.6006 13.9365 89.3994 13.9365 89.2394 14.0342L86.1175 15.941C85.738 16.1728 85.2673 15.8309 85.3705 15.3983L86.2193 11.84C86.2628 11.6576 86.2006 11.4662 86.0582 11.3443L83.2801 8.96444C82.9423 8.6751 83.122 8.12185 83.5654 8.08631L87.2118 7.79397C87.3987 7.77899 87.5615 7.6607 87.6335 7.48759L89.0383 4.10997Z" fill="%231F2937"/></mask><g mask="url(%23mask4_37_202)"><rect x="82" y="3" width="15" height="14" stroke="%23EA27C2"/></g></svg>') no-repeat 50% / contain;
}

.hero-text sup {
  font-size: 60%;
  position: relative;
  left: -4px;
  text-shadow: -3px -3px 0 #100F2F, 0 -3px 0 #100F2F, 3px -3px 0 #100F2F, 3px 0 0 #100F2F, 3px 3px 0 #100F2F, 0 3px 0 #100F2F, -3px 3px 0 #100F2F, -3px 0 0 #100F2F, 3px 3px 0px #000, 0px 3px 3px rgba(0, 0, 0, 0.25), 5.16px 32.594px 146px rgba(234, 39, 194, 0.47), 3.67px 03.185px 52.708px rgba(234, 39, 194, 0.37), 2.503px 15.812px 35.761px rgba(234, 39, 194, 0.30), 1.624px 10.259px 21.839px rgba(234, 39, 194, 0.26), 0.999px 6.314px 19.6px rgba(234, 39, 194, 0.30), 0.595px 3.761px 9.79px rgba(234, 39, 194, 0.17);
  line-height: 1em;
}

.box-glow {
  box-shadow: 0px 35px 53.3px 0px rgba(159, 53, 255, 0.11), 0px 37.712px 53.366px 0px rgba(159, 53, 255, 0.08), 0px 24.776px 23.819px 0px rgba(159, 53, 255, 0.06), 0px 13.984px 19.189px 0px rgba(159, 53, 255, 0.05), 0px 3.128px 8.306px 0px rgba(159, 53, 255, 0.03);
}

body:not(.page-has-faqs) .page-faq-items {
  display: none;
}

.ginput_container.ginput_container_date {
  background: white;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  padding: 0 12px 0 0;
}

.ginput_container.ginput_container_date input {
  flex-grow: 1;
}

.gform_wrapper.gravity-theme .gfield_required {
  color: white;
  font-size: 0;
}

.gform_wrapper.gravity-theme .gfield_required_text:after {
  content: '*';
  font-size: 18px;
}

.gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.gform_wrapper.gravity-theme .gfield-choice-input+label {
  color: var(--e-global-color-789b459);
}

.gfield_radio {
  padding-left: 20px;
}

.gform_wrapper.gravity-theme .gfield_label, .gform_wrapper.gravity-theme .gfield_label * {
  line-height: 1.4em;
  padding: 0;
}

.gform_wrapper.gravity-theme .gform_fields input, .gform_wrapper.gravity-theme .gform_fields button, .gform_wrapper.gravity-theme .gform_fields textarea, .gform_wrapper.gravity-theme .gform_fields select {
  outline: none !important;
}

.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
  padding: 12px;
  line-height: 1em;
  border-radius: 5px;
}

a.faq-category-item.active h6, a.faq-category-item:hover h6 {
 color: var( --e-global-color-secondary );
}

 a.faq-category-item h6 {
 position: relative;
  padding-right: 35px;
 }

a.faq-category-item h6:after {
 content: '';
 width: 10px;
 height: 10px;
 position: absolute;
 right: 15px;
 top: 50%;
 margin-top: -5px;
 background: transparent url('data:image/svg+xml;utf-8,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.21053 9.21053V5.78947H0.789474C0.35346 5.78947 1.12284e-07 5.43601 0 5C3.46513e-08 4.56399 0.353459 4.21053 0.789474 4.21053H4.21053V0.789474C4.21053 0.353459 4.56399 9.04217e-08 5 0C5.43601 0 5.78947 0.353459 5.78947 0.789474V4.21053H9.21053C9.64654 4.21053 10 4.56399 10 5C10 5.43601 9.64654 5.78947 9.21053 5.78947H5.78947V9.21053C5.78947 9.64654 5.43601 10 5 10C4.56399 10 4.21053 9.64654 4.21053 9.21053Z" fill="white"/></svg>') no-repeat 50% / contain;
}

a.faq-category-item:hover:not(.active) h6:after {
 background: transparent url('data:image/svg+xml;utf-8,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.21053 9.21053V5.78947H0.789474C0.35346 5.78947 1.12284e-07 5.43601 0 5C3.46513e-08 4.56399 0.353459 4.21053 0.789474 4.21053H4.21053V0.789474C4.21053 0.353459 4.56399 9.04217e-08 5 0C5.43601 0 5.78947 0.353459 5.78947 0.789474V4.21053H9.21053C9.64654 4.21053 10 4.56399 10 5C10 5.43601 9.64654 5.78947 9.21053 5.78947H5.78947V9.21053C5.78947 9.64654 5.43601 10 5 10C4.56399 10 4.21053 9.64654 4.21053 9.21053Z" fill="%23EA27C2"/></svg>') no-repeat 50% / contain;
}

a.faq-category-item.active h6:after {
 background: transparent url('data:image/svg+xml;utf-8,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.21053 4C9.64654 4 10 4.44772 10 5C10 5.55228 9.64654 6 9.21053 6H0.789474C0.353459 6 0 5.55228 0 5C0 4.44772 0.353459 4 0.789474 4H9.21053Z" fill="%23EA27C2"/></svg>') no-repeat 50% / contain
}

#faq-item-list .faq-item:not(.active) {
  display: none;
}

.force-no-text-transform { text-transform: none;}