/* elementor/assets/css/widget-image-carousel.min.css */
.elementor-widget-image-carousel .swiper {
  position: static
}
.elementor-widget-image-carousel .swiper .swiper-slide figure {
  line-height: inherit
}
.elementor-widget-image-carousel .swiper-slide {
  text-align: center
}
.elementor-image-carousel-wrapper:not(.swiper-initialized) .swiper-slide {
  max-width: calc(100% / var(--e-image-carousel-slides-to-show, 3))
}
/* elementor-pro/assets/css/modules/motion-fx.min.css */
.elementor-motion-effects-element, .elementor-motion-effects-layer {
  transition-duration: 1s;
  transition-property: transform, opacity;
  transition-timing-function: cubic-bezier(0, .33, .07, 1.03)
}
@media (prefers-reduced-motion:reduce) {
  .elementor-motion-effects-element, .elementor-motion-effects-layer {
    transition-duration: 0s !important
  }
}
.elementor-motion-effects-container {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
  width: 100%
}
.elementor-motion-effects-layer {
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  position: absolute;
  top: 0
}
.elementor-motion-effects-perspective {
  perspective: 1200px
}
.elementor-motion-effects-element {
  transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x)
}
/* elementor/assets/css/widget-divider.min.css */
.elementor-widget-divider {
  --divider-border-style: none;
  --divider-border-width: 1px;
  --divider-color: #0c0d0e;
  --divider-icon-size: 20px;
  --divider-element-spacing: 10px;
  --divider-pattern-height: 24px;
  --divider-pattern-size: 20px;
  --divider-pattern-url: none;
  --divider-pattern-repeat: repeat-x
}
.elementor-widget-divider .elementor-divider {
  display: flex
}
.elementor-widget-divider .elementor-divider__text {
  font-size: 15px;
  line-height: 1;
  max-width: 95%
}
.elementor-widget-divider .elementor-divider__element {
  flex-shrink: 0;
  margin: 0 var(--divider-element-spacing)
}
.elementor-widget-divider .elementor-icon {
  font-size: var(--divider-icon-size)
}
.elementor-widget-divider .elementor-divider-separator {
  direction: ltr;
  display: flex;
  margin: 0
}
.elementor-widget-divider--view-line_icon .elementor-divider-separator, .elementor-widget-divider--view-line_text .elementor-divider-separator {
  align-items: center
}
.elementor-widget-divider--view-line_icon .elementor-divider-separator:after, .elementor-widget-divider--view-line_icon .elementor-divider-separator:before, .elementor-widget-divider--view-line_text .elementor-divider-separator:after, .elementor-widget-divider--view-line_text .elementor-divider-separator:before {
  border-block-end: 0;
  border-block-start: var(--divider-border-width) var(--divider-border-style) var(--divider-color);
  content: "";
  display: block;
  flex-grow: 1
}
.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type {
  flex-grow: 0;
  flex-shrink: 100
}
.elementor-widget-divider--element-align-left .elementor-divider-separator:before {
  content: none
}
.elementor-widget-divider--element-align-left .elementor-divider__element {
  margin-left: 0
}
.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type {
  flex-grow: 0;
  flex-shrink: 100
}
.elementor-widget-divider--element-align-right .elementor-divider-separator:after {
  content: none
}
.elementor-widget-divider--element-align-right .elementor-divider__element {
  margin-right: 0
}
.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type {
  flex-grow: 0;
  flex-shrink: 100
}
.elementor-widget-divider--element-align-start .elementor-divider-separator:before {
  content: none
}
.elementor-widget-divider--element-align-start .elementor-divider__element {
  margin-inline-start: 0
}
.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type {
  flex-grow: 0;
  flex-shrink: 100
}
.elementor-widget-divider--element-align-end .elementor-divider-separator:after {
  content: none
}
.elementor-widget-divider--element-align-end .elementor-divider__element {
  margin-inline-end: 0
}
.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
  border-block-start: var(--divider-border-width) var(--divider-border-style) var(--divider-color)
}
.elementor-widget-divider--separator-type-pattern {
  --divider-border-style: none
}
.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator, .elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after, .elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before, .elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator {
  background-color: var(--divider-color);
  -webkit-mask-image: var(--divider-pattern-url);
  mask-image: var(--divider-pattern-url);
  -webkit-mask-repeat: var(--divider-pattern-repeat);
  mask-repeat: var(--divider-pattern-repeat);
  -webkit-mask-size: var(--divider-pattern-size) 100%;
  mask-size: var(--divider-pattern-size) 100%;
  min-height: var(--divider-pattern-height);
  width: 100%
}
.elementor-widget-divider--no-spacing {
  --divider-pattern-size: auto
}
.elementor-widget-divider--bg-round {
  --divider-pattern-repeat: round
}
.rtl .elementor-widget-divider .elementor-divider__text {
  direction: rtl
}
.e-con-inner>.elementor-widget-divider, .e-con>.elementor-widget-divider {
  width: var(--container-widget-width, 100%);
  --flex-grow: var(--container-widget-flex-grow)
}
/* elementor/css/post-293.css */
.elementor-293 .elementor-element.elementor-element-4fb9f49 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
}
.elementor-293 .elementor-element.elementor-element-4fb9f49:not(.elementor-motion-effects-element-type-background), .elementor-293 .elementor-element.elementor-element-4fb9f49>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: var(--e-global-color-primary);
}
.elementor-widget-heading .elementor-heading-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
  color: var(--e-global-color-primary);
}
.elementor-293 .elementor-element.elementor-element-753b92f>.elementor-widget-container {
  margin: 0px 0px 0px 0px;
  padding: 30px 0px 0px 0px;
}
.elementor-293 .elementor-element.elementor-element-753b92f {
  text-align: left;
}
.elementor-293 .elementor-element.elementor-element-753b92f .elementor-heading-title {
  font-family: "Inter", Sans-serif;
  font-size: 30px;
  font-weight: 800;
  color: #FFFFFF;
}
.elementor-293 .elementor-element.elementor-element-423abfb>.elementor-widget-container {
  margin: 0px 0px 0px 0px;
}
.elementor-293 .elementor-element.elementor-element-423abfb {
  text-align: left;
}
.elementor-293 .elementor-element.elementor-element-423abfb .elementor-heading-title {
  font-family: "Inter", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
}
.elementor-widget-text-editor {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
  color: var(--e-global-color-text);
}
.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
  background-color: var(--e-global-color-primary);
}
.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.elementor-293 .elementor-element.elementor-element-0f74825>.elementor-widget-container {
  margin: -20px 0px -20px 0px;
  padding: 0px 0px 0px 0px;
}
.elementor-293 .elementor-element.elementor-element-0f74825 {
  text-align: left;
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  color: #FFFFFF;
}
.elementor-293 .elementor-element.elementor-element-552194f {
  --e-image-carousel-slides-to-show: 3;
}
.elementor-293 .elementor-element.elementor-element-552194f>.elementor-widget-container {
  margin: 0px 0px -80px 0px;
}
.elementor-293 .elementor-element.elementor-element-552194f .elementor-swiper-button.elementor-swiper-button-prev, .elementor-293 .elementor-element.elementor-element-552194f .elementor-swiper-button.elementor-swiper-button-next {
  color: var(--e-global-color-primary);
}
.elementor-293 .elementor-element.elementor-element-552194f .elementor-swiper-button.elementor-swiper-button-prev svg, .elementor-293 .elementor-element.elementor-element-552194f .elementor-swiper-button.elementor-swiper-button-next svg {
  fill: var(--e-global-color-primary);
}
.elementor-293 .elementor-element.elementor-element-552194f .swiper-wrapper {
  display: flex;
  align-items: center;
}
.elementor-293 .elementor-element.elementor-element-988f5f4 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --padding-top: 60px;
  --padding-bottom: 60px;
  --padding-left: 0px;
  --padding-right: 0px;
}
.elementor-293 .elementor-element.elementor-element-1aaed14>.elementor-widget-container {
  margin: 0px 0px 0px 0px;
  padding: 30px 0px 0px 0px;
}
.elementor-293 .elementor-element.elementor-element-1aaed14 {
  text-align: left;
}
.elementor-293 .elementor-element.elementor-element-1aaed14 .elementor-heading-title {
  font-family: "Inter", Sans-serif;
  font-size: 30px;
  font-weight: 800;
  color: var(--e-global-color-primary);
}
.elementor-293 .elementor-element.elementor-element-ce658bc>.elementor-widget-container {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.elementor-293 .elementor-element.elementor-element-ce658bc {
  text-align: left;
}
.elementor-293 .elementor-element.elementor-element-ce658bc .elementor-heading-title {
  font-family: "Inter", Sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--e-global-color-primary);
}
.elementor-293 .elementor-element.elementor-element-c281f06 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --padding-top: 60px;
  --padding-bottom: 100px;
  --padding-left: 0px;
  --padding-right: 0px;
}
.elementor-293 .elementor-element.elementor-element-c281f06:not(.elementor-motion-effects-element-type-background), .elementor-293 .elementor-element.elementor-element-c281f06>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: #E9F5FF;
}
.elementor-293 .elementor-element.elementor-element-6354921>.elementor-widget-container {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.elementor-293 .elementor-element.elementor-element-6354921 {
  text-align: left;
}
.elementor-293 .elementor-element.elementor-element-6354921 .elementor-heading-title {
  font-family: "Inter", Sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--e-global-color-primary);
}
.elementor-293 .elementor-element.elementor-element-568e90d>.elementor-widget-container {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.elementor-293 .elementor-element.elementor-element-568e90d {
  text-align: left;
}
.elementor-293 .elementor-element.elementor-element-568e90d .elementor-heading-title {
  font-family: "Inter", Sans-serif;
  font-size: 30px;
  font-weight: 800;
  color: var(--e-global-color-primary);
}
.elementor-293 .elementor-element.elementor-element-8b0c229>.elementor-widget-container {
  margin: -20px 0px -20px 0px;
  padding: 0px 0px 0px 0px;
}
.elementor-293 .elementor-element.elementor-element-8b0c229 {
  text-align: left;
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  color: #3C3C3C;
}
.elementor-293 .elementor-element.elementor-element-19e9c11 {
  --e-image-carousel-slides-to-show: 3;
}
.elementor-293 .elementor-element.elementor-element-19e9c11>.elementor-widget-container {
  margin: 0px 0px -80px 0px;
}
.elementor-293 .elementor-element.elementor-element-19e9c11 .elementor-swiper-button.elementor-swiper-button-prev, .elementor-293 .elementor-element.elementor-element-19e9c11 .elementor-swiper-button.elementor-swiper-button-next {
  color: var(--e-global-color-primary);
}
.elementor-293 .elementor-element.elementor-element-19e9c11 .elementor-swiper-button.elementor-swiper-button-prev svg, .elementor-293 .elementor-element.elementor-element-19e9c11 .elementor-swiper-button.elementor-swiper-button-next svg {
  fill: var(--e-global-color-primary);
}
.elementor-293 .elementor-element.elementor-element-073c321>.elementor-widget-container {
  margin: -20px 0px -20px 0px;
  padding: 0px 0px 0px 0px;
}
.elementor-293 .elementor-element.elementor-element-073c321 {
  text-align: left;
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  color: #3C3C3C;
}
.elementor-293 .elementor-element.elementor-element-e0abf16 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --padding-top: 60px;
  --padding-bottom: 60px;
  --padding-left: 0px;
  --padding-right: 0px;
}
.elementor-293 .elementor-element.elementor-element-e82bcd4 {
  --display: flex;
  --min-height: 300px;
  --border-radius: 20px 20px 20px 20px;
  --padding-top: 50px;
  --padding-bottom: 50px;
  --padding-left: 50px;
  --padding-right: 50px;
}
.elementor-293 .elementor-element.elementor-element-e82bcd4:not(.elementor-motion-effects-element-type-background), .elementor-293 .elementor-element.elementor-element-e82bcd4>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: var(--e-global-color-primary);
}
.elementor-293 .elementor-element.elementor-element-467f4c8 {
  --display: grid;
  --e-con-grid-template-columns: repeat(3, 1fr);
  --e-con-grid-template-rows: repeat(1, 1fr);
  --grid-auto-flow: row;
  --align-items: center;
}
.elementor-widget-divider {
  --divider-color: var(--e-global-color-secondary);
}
.elementor-widget-divider .elementor-divider__text {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.elementor-widget-divider.elementor-view-stacked .elementor-icon {
  background-color: var(--e-global-color-secondary);
}
.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg {
  fill: var(--e-global-color-secondary);
}
.elementor-293 .elementor-element.elementor-element-f711d7d {
  --divider-border-style: solid;
  --divider-color: #FFFFFF;
  --divider-border-width: 2px;
}
.elementor-293 .elementor-element.elementor-element-f711d7d .elementor-divider-separator {
  width: 20%;
  margin: 0 auto;
  margin-right: 0;
}
.elementor-293 .elementor-element.elementor-element-f711d7d .elementor-divider {
  text-align: right;
  padding-block-start: 15px;
  padding-block-end: 15px;
}
.elementor-widget-image .widget-image-caption {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.elementor-293 .elementor-element.elementor-element-17fc097.elementor-element {
  --align-self: center;
  --flex-grow: 1;
  --flex-shrink: 0;
}
.elementor-293 .elementor-element.elementor-element-17fc097 img {
  width: 22%;
}
.elementor-293 .elementor-element.elementor-element-795a404 {
  --divider-border-style: solid;
  --divider-color: #FFFFFF;
  --divider-border-width: 2px;
}
.elementor-293 .elementor-element.elementor-element-795a404 .elementor-divider-separator {
  width: 20%;
  margin: 0 auto;
  margin-left: 0;
}
.elementor-293 .elementor-element.elementor-element-795a404 .elementor-divider {
  text-align: left;
  padding-block-start: 15px;
  padding-block-end: 15px;
}
.elementor-293 .elementor-element.elementor-element-2a3194b {
  --display: grid;
  --e-con-grid-template-columns: repeat(1, 1fr);
  --e-con-grid-template-rows: repeat(1, 1fr);
  --grid-auto-flow: row;
  --align-items: center;
}
.elementor-293 .elementor-element.elementor-element-8ad35f8>.elementor-widget-container {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.elementor-293 .elementor-element.elementor-element-8ad35f8 {
  text-align: center;
}
.elementor-293 .elementor-element.elementor-element-8ad35f8 .elementor-heading-title {
  font-family: "Inter", Sans-serif;
  font-size: 30px;
  font-weight: 800;
  color: #FFFFFF;
}
.elementor-293 .elementor-element.elementor-element-c8bd68a>.elementor-widget-container {
  margin: -20px 0px -20px 0px;
  padding: 0px 0px 0px 0px;
}
.elementor-293 .elementor-element.elementor-element-c8bd68a {
  text-align: center;
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  color: #FFFFFF;
}
@media(max-width:1366px) {
  .elementor-293 .elementor-element.elementor-element-467f4c8 {
    --grid-auto-flow: row;
  }
  .elementor-293 .elementor-element.elementor-element-2a3194b {
    --grid-auto-flow: row;
  }
}
@media(max-width:1024px) {
  .elementor-293 .elementor-element.elementor-element-467f4c8 {
    --grid-auto-flow: row;
  }
  .elementor-293 .elementor-element.elementor-element-2a3194b {
    --grid-auto-flow: row;
  }
}
@media(max-width:880px) {
  .elementor-293 .elementor-element.elementor-element-467f4c8 {
    --grid-auto-flow: row;
  }
  .elementor-293 .elementor-element.elementor-element-2a3194b {
    --grid-auto-flow: row;
  }
}
@media(max-width:767px) {
  .elementor-293 .elementor-element.elementor-element-4fb9f49 {
    --padding-top: 40px;
    --padding-bottom: 20px;
    --padding-left: 20px;
    --padding-right: 20px;
  }
  .elementor-293 .elementor-element.elementor-element-753b92f>.elementor-widget-container {
    padding: 0px 0px 0px 0px;
  }
  .elementor-293 .elementor-element.elementor-element-753b92f .elementor-heading-title {
    font-size: 28px;
  }
  .elementor-293 .elementor-element.elementor-element-423abfb .elementor-heading-title {
    line-height: 1.4em;
  }
  .elementor-293 .elementor-element.elementor-element-552194f .swiper-wrapper {
    display: flex;
    align-items: center;
  }
  .elementor-293 .elementor-element.elementor-element-988f5f4 {
    --padding-top: 60px;
    --padding-bottom: 60px;
    --padding-left: 20px;
    --padding-right: 20px;
  }
  .elementor-293 .elementor-element.elementor-element-1aaed14>.elementor-widget-container {
    padding: 0px 0px 0px 0px;
  }
  .elementor-293 .elementor-element.elementor-element-1aaed14 .elementor-heading-title {
    font-size: 28px;
    line-height: 1.4em;
  }
  .elementor-293 .elementor-element.elementor-element-ce658bc .elementor-heading-title {
    font-size: 18px;
    line-height: 1.4em;
  }
  .elementor-293 .elementor-element.elementor-element-c281f06 {
    --padding-top: 40px;
    --padding-bottom: 80px;
    --padding-left: 20px;
    --padding-right: 20px;
  }
  .elementor-293 .elementor-element.elementor-element-568e90d .elementor-heading-title {
    font-size: 28px;
    line-height: 1.4em;
  }
  .elementor-293 .elementor-element.elementor-element-19e9c11 .swiper-wrapper {
    display: flex;
    align-items: center;
  }
  .elementor-293 .elementor-element.elementor-element-e0abf16 {
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 40px;
    --padding-bottom: 40px;
    --padding-left: 0px;
    --padding-right: 0px;
  }
  .elementor-293 .elementor-element.elementor-element-e82bcd4 {
    --padding-top: 20px;
    --padding-bottom: 20px;
    --padding-left: 20px;
    --padding-right: 20px;
  }
  .elementor-293 .elementor-element.elementor-element-467f4c8 {
    --e-con-grid-template-columns: repeat(1, 1fr);
    --grid-auto-flow: row;
  }
  .elementor-293 .elementor-element.elementor-element-17fc097.elementor-element {
    --order: -99999
      /* order start hack */
    ;
    --flex-grow: 0;
    --flex-shrink: 0;
  }
  .elementor-293 .elementor-element.elementor-element-2a3194b {
    --e-con-grid-template-columns: repeat(1, 1fr);
    --grid-auto-flow: row;
  }
  .elementor-293 .elementor-element.elementor-element-8ad35f8 .elementor-heading-title {
    font-size: 28px;
  }
}
@media(min-width:768px) {
  .elementor-293 .elementor-element.elementor-element-467f4c8 {
    --width: 100%;
  }
  .elementor-293 .elementor-element.elementor-element-2a3194b {
    --width: 100%;
  }
}
@media(min-width:2400px) {
  .elementor-293 .elementor-element.elementor-element-467f4c8 {
    --grid-auto-flow: row;
  }
  .elementor-293 .elementor-element.elementor-element-2a3194b {
    --grid-auto-flow: row;
  }
}
/* trustindex-google-widget.css */
@charset "UTF-8";
@font-face {
  font-family: "Trustindex Poppins";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("https://cdn.trustindex.io/assets/fonts/poppins/latin-ext-italic.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}
@font-face {
  font-family: "Trustindex Poppins";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("https://cdn.trustindex.io/assets/fonts/poppins/latin-italic.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}
@font-face {
  font-family: "Trustindex Poppins";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("https://cdn.trustindex.io/assets/fonts/poppins/latin-ext-italic-600.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}
@font-face {
  font-family: "Trustindex Poppins";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("https://cdn.trustindex.io/assets/fonts/poppins/latin-italic-600.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}
@font-face {
  font-family: "Trustindex Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://cdn.trustindex.io/assets/fonts/poppins/latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}
@font-face {
  font-family: "Trustindex Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://cdn.trustindex.io/assets/fonts/poppins/latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}
@font-face {
  font-family: "Trustindex Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("https://cdn.trustindex.io/assets/fonts/poppins/latin-ext-600.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}
@font-face {
  font-family: "Trustindex Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("https://cdn.trustindex.io/assets/fonts/poppins/latin-600.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}
.ti-amp-iframe-body {
  background: #ffffff
}
.ti-widget.ti-goog {
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: left;
  direction: ltr;
  box-sizing: border-box;
  font-family: unset;
  font-weight: 400
}
.ti-widget.ti-goog font {
  pointer-events: none
}
.ti-widget.ti-goog script {
  display: none !important
}
.ti-widget.ti-goog img {
  box-shadow: unset !important
}
.ti-widget.ti-goog *, .ti-widget.ti-goog *:after {
  box-sizing: border-box
}
.ti-widget.ti-goog *:before, .ti-widget.ti-goog *:after {
  -webkit-box-ordinal-group: 1 !important;
  content: unset
}
.ti-widget.ti-goog:before {
  display: none !important
}
.ti-widget.ti-goog img {
  padding: 0 !important;
  margin: 0 !important;
  min-width: initial !important;
  max-width: initial !important;
  border: 0 !important;
  border-radius: 0 !important;
  aspect-ratio: initial !important
}
.ti-widget.ti-goog img.emoji {
  width: 15px;
  display: inline;
  vertical-align: center
}
.ti-widget.ti-goog a {
  text-decoration: underline !important;
  color: inherit
}
.ti-widget.ti-goog a.ti-header {
  text-decoration: none !important
}
.ti-widget.ti-goog a[href="#"]:not(.ti-show-original-text), .ti-widget.ti-goog a:not([href]):not(.ti-show-original-text) {
  text-decoration: none !important;
  pointer-events: none
}
.ti-widget.ti-goog .ti-widget-container, .ti-widget.ti-goog .ti-widget-container * {
  font-family: "Trustindex Poppins";
  font-size: 14px;
  line-height: 1.4em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  row-gap: unset !important;
  column-gap: unset !important
}
.ti-widget.ti-goog strong, .ti-widget.ti-goog strong * {
  font-weight: 600
}
.ti-widget.ti-goog .ti-tooltip, .ti-widget.ti-goog .ti-verified-tooltip {
  color: white !important;
  background-color: black !important;
  text-align: left;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 13px !important;
  font-weight: 400;
  display: inline-block !important;
  position: absolute;
  top: -5px;
  white-space: nowrap;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
  width: max-content;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.33);
  --ti-border-arrow-color: black;
  margin: unset;
  bottom: unset;
  left: unset;
  right: calc(100% + 10px);
  margin-right: 30px
}
.ti-widget.ti-goog .ti-tooltip:before, .ti-widget.ti-goog .ti-verified-tooltip:before {
  width: 0;
  height: 0;
  border-style: solid;
  content: "" !important;
  position: absolute;
  top: 50%;
  margin-top: -7px
}
.ti-widget.ti-goog .ti-tooltip:before, .ti-widget.ti-goog .ti-verified-tooltip:before {
  left: unset;
  right: -7px;
  border-width: 7px 0 7px 7px;
  border-color: transparent transparent transparent var(--ti-border-arrow-color)
}
.ti-widget.ti-goog .ti-with-tooltip, .ti-widget.ti-goog .ti-verified-review {
  position: relative;
  font-size: inherit
}
.ti-widget.ti-goog .ti-with-tooltip:hover .ti-tooltip, .ti-widget.ti-goog .ti-with-tooltip:hover .ti-verified-tooltip, .ti-widget.ti-goog .ti-verified-review:hover .ti-tooltip, .ti-widget.ti-goog .ti-verified-review:hover .ti-verified-tooltip {
  opacity: 1;
  margin: 0;
  visibility: visible
}
.ti-widget.ti-goog .ti-verified-tooltip {
  margin: unset;
  right: unset;
  left: calc(100% + 10px);
  margin-left: 30px
}
.ti-widget.ti-goog .ti-verified-tooltip:before {
  right: unset;
  left: -7px;
  border-width: 7px 7px 7px 0;
  border-color: transparent var(--ti-border-arrow-color) transparent transparent
}
.ti-widget.ti-goog .ti-verified-platform .ti-verified-tooltip {
  width: 175px;
  max-width: 250px;
  white-space: normal;
  line-height: 1.4 !important;
  top: -10px
}
.ti-widget.ti-goog .ti-verified-platform .ti-verified-tooltip:before {
  top: 18px
}
.ti-widget.ti-goog .ti-date .ti-tooltip {
  margin: unset;
  top: unset;
  right: unset;
  left: calc(50% + 20px);
  transform: translateX(-50%);
  margin-bottom: 30px;
  bottom: calc(100% + 10px)
}
.ti-widget.ti-goog .ti-date .ti-tooltip:before {
  top: unset;
  right: unset;
  margin: unset;
  left: 50%;
  margin-left: -25px;
  bottom: -7px;
  border-width: 7px 7px 0 7px;
  border-color: var(--ti-border-arrow-color) transparent transparent transparent
}
.ti-widget.ti-goog[data-set-id^="dark-"] .ti-tooltip, .ti-widget.ti-goog[data-set-id^="dark-"] .ti-verified-tooltip, .ti-widget.ti-goog[data-set-id="light-contrast"] .ti-tooltip, .ti-widget.ti-goog[data-set-id="light-contrast"] .ti-verified-tooltip {
  color: black !important;
  background-color: white !important;
  --ti-border-arrow-color: white
}
.ti-widget.ti-goog .ti-widget-container {
  display: block;
  color: #000000;
  margin-bottom: 15px
}
.ti-widget.ti-goog .ti-widget-container .ti-name {
  font-weight: 600;
  font-size: 15px;
  overflow: hidden;
  padding-right: 25px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000000
}
.ti-widget.ti-goog .ti-widget-container .ti-name a {
  text-decoration: none !important;
  font-size: inherit
}
.ti-widget.ti-goog .ti-widget-container .ti-name a:hover {
  text-decoration: underline !important
}
.ti-widget.ti-goog .ti-widget-container .ti-date {
  color: #6b6b6b;
  font-size: 13px
}
.ti-widget.ti-goog .ti-widget-container .ti-date .ti-tooltip {
  bottom: calc(100% + 8px)
}
.ti-widget.ti-goog .ti-profile-img {
  margin: 0 15px 0 0 !important
}
.ti-widget.ti-goog .ti-profile-img img {
  width: 40px !important;
  height: 40px !important;
  display: block;
  border-radius: 30px !important;
  object-fit: cover;
  object-position: top
}
.ti-widget.ti-goog .ti-profile-img .ti-profile-img-sprite {
  display: inline-block;
  float: left;
  background: white;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  border-radius: 30px
}
.ti-widget.ti-goog .ti-profile-details {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0
}
.ti-widget.ti-goog .ti-stars {
  margin-top: 3px;
  white-space: nowrap;
  display: block
}
.ti-widget.ti-goog .ti-star {
  width: 17px !important;
  height: 17px !important;
  margin-right: 1px !important;
  vertical-align: unset;
  display: inline-block !important
}
.ti-widget.ti-goog img.ti-star {
  background: none !important
}
.ti-widget.ti-goog .ti-footer {
  margin-top: 15px;
  padding-top: 0px;
  text-align: center;
  line-height: 1.45em
}
.ti-widget.ti-goog .ti-footer .ti-name {
  color: #000000;
  font-size: 16px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis
}
.ti-widget.ti-goog .ti-footer .ti-stars {
  margin-bottom: 3px;
  margin-top: 0px;
  line-height: 0
}
.ti-widget.ti-goog .ti-footer .ti-profile-details {
  padding-top: 4px
}
.ti-widget.ti-goog .ti-footer .ti-inner {
  padding-bottom: 10px
}
.ti-widget.ti-goog .ti-fade-container {
  grid-row: 1;
  grid-column: 1;
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
  -ms-flex-pack: inherit;
  justify-content: inherit;
  flex-direction: inherit;
  text-align: inherit;
  display: none;
  opacity: 0;
  transition: opacity 1s
}
.ti-widget.ti-goog .ti-fade-container:nth-child(1) {
  display: flex;
  opacity: 1
}
.ti-widget.ti-goog .ti-header-grid, .ti-widget.ti-goog .ti-footer-grid {
  display: grid
}
.ti-widget.ti-goog .ti-footer-filter-text {
  font-size: 15px !important;
  color: #000000;
  margin-bottom: 0 !important;
  padding: 0 15px;
  text-align: left;
  margin: 15px 0
}
.ti-widget.ti-goog .ti-footer-filter-text:empty {
  margin: 0 !important
}
.ti-widget.ti-goog .ti-disclaimer {
  visibility: hidden;
  opacity: 0;
  padding: 12px 24px;
  position: absolute;
  bottom: 100%;
  width: 100%;
  min-width: 220px;
  max-width: 585px;
  background: white;
  border: 1px solid black;
  border-radius: 6px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 15px;
  text-align: left;
  z-index: 2147483647;
  color: #000000 !important;
  transition: all 0.3s;
  transition-delay: 0.35s;
  white-space: normal !important;
  right: unset;
  left: 50%;
  transform: translateX(-50%)
}
.ti-widget.ti-goog .ti-disclaimer:before, .ti-widget.ti-goog .ti-disclaimer:after {
  left: 0;
  right: 0
}
.ti-widget.ti-goog .ti-disclaimer a {
  font-size: inherit
}
.ti-widget.ti-goog .ti-disclaimer * {
  color: inherit !important
}
.ti-widget.ti-goog .ti-disclaimer:hover {
  visibility: visible;
  opacity: 1
}
.ti-widget.ti-goog:not([data-layout-category*="top-rated-badge"]) .ti-disclaimer:before, .ti-widget.ti-goog:not([data-layout-category*="top-rated-badge"]) .ti-disclaimer:after {
  position: absolute;
  content: "";
  bottom: -18px;
  margin: 0 auto;
  width: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-bottom: 20px solid black;
  border-top: 0;
  transform: rotate(45deg)
}
.ti-widget.ti-goog:not([data-layout-category*="top-rated-badge"]) .ti-disclaimer:after {
  bottom: -16px;
  margin-right: 1px;
  border-bottom-color: white
}
.ti-widget.ti-goog[data-layout-category*="top-rated-badge"] .ti-disclaimer:after {
  position: absolute;
  content: "";
  bottom: -10px;
  margin: 0 auto;
  width: 0;
  border: 10px solid transparent;
  border-bottom-width: 0;
  border-top-color: #000
}
.ti-widget.ti-goog[data-layout-category*="top-rated-badge"] .ti-disclaimer.ti-bottom {
  bottom: unset;
  margin-bottom: unset;
  top: 100%;
  margin-top: 15px
}
.ti-widget.ti-goog[data-layout-category*="top-rated-badge"] .ti-disclaimer.ti-bottom:after {
  bottom: unset;
  top: -10px;
  border: 10px solid transparent;
  border-top-width: 0;
  border-bottom-color: #000
}
.ti-widget.ti-goog .ti-verified-by {
  display: inline-block
}
.ti-widget.ti-goog .ti-verified-by .ti-info-icon {
  display: inline-block;
  background-size: contain;
  width: 13px;
  height: 13px;
  position: relative;
  top: 2px;
  -webkit-mask-image: url("https://cdn.trustindex.io/assets/icon/ti-info-light.svg");
  mask-image: url("https://cdn.trustindex.io/assets/icon/ti-info-light.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #000000
}
.ti-widget.ti-goog .ti-verified-by-row {
  display: block;
  text-align: right;
  margin-bottom: 0 !important;
  font-size: 12px;
  color: #000000;
  margin: 12px 28px
}
.ti-widget.ti-goog .ti-verified-by-row>.ti-inner {
  display: inline-block;
  position: relative;
  padding: 4px 14px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 3px
}
.ti-widget.ti-goog .ti-verified-by-row .ti-info-icon {
  -webkit-mask-image: url("https://cdn.trustindex.io/assets/icon/ti-info-regular.svg");
  mask-image: url("https://cdn.trustindex.io/assets/icon/ti-info-regular.svg")
}
.ti-widget.ti-goog .ti-verified-by-row .ti-trustindex-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: unset;
  position: relative;
  top: 2px;
  background-image: url("https://cdn.trustindex.io/assets/platform/Trustindex/icon.svg");
  margin-left: 4px;
  margin-right: 3px
}
.ti-widget.ti-goog .ti-verified-by-row .ti-disclaimer {
  width: 320px !important;
  left: unset;
  transform: unset;
  right: -7px
}
.ti-widget.ti-goog .ti-verified-by-row .ti-disclaimer:after, .ti-widget.ti-goog .ti-verified-by-row .ti-disclaimer:before {
  left: unset;
  right: 15px
}
.ti-widget.ti-goog .ti-verified-by-row[data-style="1"]>.ti-inner {
  background-color: #157351;
  color: white
}
.ti-widget.ti-goog .ti-verified-by-row[data-style="1"] .ti-info-icon {
  background-color: white !important
}
.ti-widget.ti-goog .ti-verified-by-row[data-style="2"]>.ti-inner {
  background-color: #D6F3E6;
  color: black
}
.ti-widget.ti-goog .ti-verified-by-row[data-style="2"] .ti-info-icon {
  background-color: black !important
}
.ti-widget.ti-goog .ti-verified-by:hover+.ti-disclaimer, .ti-widget.ti-goog .ti-verified-by .ti-inner:hover .ti-disclaimer {
  visibility: visible;
  transition-delay: 0.1ms;
  opacity: 1
}
.ti-widget.ti-goog .ti-footer-filter-text+.ti-verified-by-row {
  margin-top: -20px !important
}
.ti-widget.ti-goog .ti-footer+.ti-verified-by-row {
  text-align: center
}
.ti-widget.ti-goog .ti-footer+.ti-verified-by-row .ti-disclaimer {
  right: unset !important;
  left: 50% !important;
  transform: translateX(-50%) !important
}
.ti-widget.ti-goog .ti-footer+.ti-verified-by-row .ti-disclaimer:before, .ti-widget.ti-goog .ti-footer+.ti-verified-by-row .ti-disclaimer:after {
  left: 0 !important;
  right: 0 !important
}
.ti-widget.ti-goog .ti-footer+.ti-verified-by-row .ti-disclaimer:after {
  margin-right: auto !important;
  right: 2px !important
}
@media (max-width:479px) {
  .ti-widget.ti-goog .ti-verified-by-row {
    text-align: center !important
  }
  .ti-widget.ti-goog .ti-verified-by-row .ti-disclaimer {
    right: unset;
    left: 50%;
    transform: translateX(-50%)
  }
  .ti-widget.ti-goog .ti-verified-by-row .ti-disclaimer:before, .ti-widget.ti-goog .ti-verified-by-row .ti-disclaimer:after {
    left: 0;
    right: 0
  }
  .ti-widget.ti-goog .ti-verified-by-row .ti-disclaimer:after {
    margin-right: auto;
    right: 2px
  }
  .ti-widget.ti-goog .ti-footer-filter-text+.ti-verified-by-row {
    margin-top: 12px !important
  }
}
@media (max-width:479px) {
  .ti-widget.ti-goog .ti-footer-filter-text {
    text-align: center !important
  }
}
@media (min-width:1024px) {
  .ti-widget.ti-goog .ti-footer-filter-text {
    margin: 12px 28px
  }
}
.ti-widget.ti-goog .star-lg .ti-star {
  width: 30px !important;
  height: 30px !important
}
.ti-widget.ti-goog .ti-d-none {
  display: none !important
}
.ti-widget.ti-goog .ti-rating-text, .ti-widget.ti-goog .ti-rating-text strong:not(.ti-rating-large), .ti-widget.ti-goog .ti-rating-text strong a, .ti-widget.ti-goog .ti-rating-text strong span, .ti-widget.ti-goog .ti-rating-text span strong, .ti-widget.ti-goog .ti-rating-text span, .ti-widget.ti-goog .ti-footer, .ti-widget.ti-goog .ti-footer strong:not(.ti-rating-large), .ti-widget.ti-goog .ti-footer span, .ti-widget.ti-goog .ti-footer strong a {
  font-size: 15px;
  color: #000000
}
.ti-widget.ti-goog .ti-large-logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0 !important
}
.ti-widget.ti-goog .ti-large-logo .ti-v-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
  text-align: center;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}
.ti-widget.ti-goog .ti-large-logo img {
  margin: auto !important;
  display: block !important;
  position: relative;
  width: 150px !important;
  height: 32px !important;
  object-fit: unset !important
}
.ti-widget.ti-goog .nowrap {
  white-space: nowrap;
  display: inline-block;
  margin: 0 2px
}
.ti-widget.ti-goog .nowrap:first-of-type {
  margin-left: 0
}
.ti-widget.ti-goog .nowrap:last-of-type {
  margin-right: 0
}
.ti-widget.ti-goog .ti-reviews-container-wrapper .ti-inner>.ti-stars, .ti-widget.ti-goog .ti-reviews-container-wrapper .ti-popup-inner>.ti-stars {
  margin-bottom: 11px;
  margin-top: 11px;
  text-align: left
}
.ti-widget.ti-goog .ti-reviews-container-wrapper {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  direction: ltr;
  margin: 0 -8px;
  padding-top: 5px
}
.ti-disable-animation.ti-widget.ti-goog .ti-reviews-container-wrapper {
  padding-top: 0 !important
}
@media (min-width:1024px) {
  .ti-widget.ti-goog .ti-reviews-container-wrapper {
    margin: 0 8px !important
  }
}
.ti-widget.ti-goog .ti-col-1 .ti-review-item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}
.ti-widget.ti-goog .ti-widget-container {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  -ms-flex-wrap: nowrap;
  -ms-flex-align: center
}
.ti-widget.ti-goog .ti-col-1 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.ti-widget.ti-goog .ti-col-1 .ti-reviews-container, .ti-widget.ti-goog .ti-col-1 .ti-footer {
  margin-top: 0px;
  padding-right: 0px;
  margin-bottom: 30px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}
.ti-widget.ti-goog .ti-col-2 .ti-footer, .ti-widget.ti-goog .ti-col-2 .ti-reviews-container {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}
.ti-widget.ti-goog .ti-col-2 .ti-review-item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}
.ti-widget.ti-goog .ti-col-3 .ti-footer {
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%
}
.ti-widget.ti-goog .ti-col-3 .ti-reviews-container {
  -ms-flex: 0 0 66.666%;
  flex: 0 0 66.666%;
  max-width: 66.666%
}
.ti-widget.ti-goog .ti-col-3 .ti-review-item {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}
.ti-widget.ti-goog .ti-col-4 .ti-footer {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}
.ti-widget.ti-goog .ti-col-4 .ti-reviews-container {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}
.ti-widget.ti-goog .ti-col-4 .ti-review-item {
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%
}
.ti-widget.ti-goog .ti-col-5 .ti-footer {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%
}
.ti-widget.ti-goog .ti-col-5 .ti-reviews-container {
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%
}
.ti-widget.ti-goog .ti-col-5 .ti-review-item {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}
.ti-widget.ti-goog .ti-col-6 .ti-footer {
  -ms-flex: 0 0 16.666%;
  flex: 0 0 16.666%;
  max-width: 16.666%
}
.ti-widget.ti-goog .ti-col-6 .ti-reviews-container {
  -ms-flex: 0 0 83.333%;
  flex: 0 0 83.333%;
  max-width: 83.333%
}
.ti-widget.ti-goog .ti-col-6 .ti-review-item {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%
}
.ti-widget.ti-goog .ti-col-7 .ti-footer {
  -ms-flex: 0 0 14.286%;
  flex: 0 0 14.286%;
  max-width: 14.286%
}
.ti-widget.ti-goog .ti-col-7 .ti-reviews-container {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%
}
.ti-widget.ti-goog .ti-col-7 .ti-review-item {
  -ms-flex: 0 0 16.666%;
  flex: 0 0 16.666%;
  max-width: 16.666%
}
.ti-widget.ti-goog .ti-col-8 .ti-footer {
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%
}
.ti-widget.ti-goog .ti-col-8 .ti-reviews-container {
  -ms-flex: 0 0 85.714%;
  flex: 0 0 85.714%;
  max-width: 85.714%
}
.ti-widget.ti-goog .ti-col-8 .ti-review-item {
  -ms-flex: 0 0 14.286%;
  flex: 0 0 14.286%;
  max-width: 14.286%
}
.ti-widget.ti-goog .ti-col-9 .ti-footer {
  -ms-flex: 0 0 11.111%;
  flex: 0 0 11.111%;
  max-width: 11.111%
}
.ti-widget.ti-goog .ti-col-9 .ti-reviews-container {
  -ms-flex: 0 0 88.889%;
  flex: 0 0 88.889%;
  max-width: 88.889%
}
.ti-widget.ti-goog .ti-col-9 .ti-review-item {
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%
}
.ti-widget.ti-goog .ti-col-10 .ti-footer {
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%
}
.ti-widget.ti-goog .ti-col-10 .ti-reviews-container {
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  max-width: 90%
}
.ti-widget.ti-goog .ti-col-10 .ti-review-item {
  -ms-flex: 0 0 11.111%;
  flex: 0 0 11.111%;
  max-width: 11.111%
}
.ti-widget.ti-goog .ti-reviews-container {
  position: relative;
  display: block;
  touch-action: pan-y
}
.ti-widget.ti-goog .ti-read-more {
  display: block;
  padding: 8px 0 0;
  text-align: left;
  position: relative
}
.ti-widget.ti-goog .ti-read-more span {
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  font-size: 13.5px;
  color: #000000;
  opacity: 0.5;
  text-decoration: none !important;
  transition: color 300ms ease-out;
  cursor: pointer
}
.ti-widget.ti-goog .ti-read-more span:hover {
  opacity: 1;
  text-decoration: underline !important
}
.ti-widget.ti-goog .ti-read-more:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% + 3px);
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-image: url(https://cdn.trustindex.io/assets/icon/ti-quote.svg);
  -webkit-mask-image: url(https://cdn.trustindex.io/assets/icon/ti-quote.svg);
  background: #d9d9d9;
  display: none
}
.ti-widget.ti-goog .ti-review-item {
  padding: 0 8px;
  transition: transform 300ms ease-out
}
.ti-widget.ti-goog .ti-review-item .ti-inner {
  border-radius: 4px
}
.ti-widget.ti-goog .ti-review-item>.ti-inner {
  border-style: solid !important;
  border-color: #f4f4f4 !important;
  border-radius: 12px !important;
  padding: 20px !important;
  margin: 0 !important;
  display: block !important;
  position: relative;
  background-color: #f4f4f4;
  background-image: none
}
.ti-widget.ti-goog .ti-review-item .ti-polarity-icon {
  position: relative;
  text-indent: 3px;
  display: inline-block;
  width: 15px !important;
  height: 15px !important;
  vertical-align: unset
}
.ti-widget.ti-goog .ti-review-item .ti-recommendation {
  display: inline-block;
  height: 15px;
  line-height: 15px
}
.ti-widget.ti-goog .ti-review-item .ti-recommendation .ti-recommendation-icon {
  position: relative;
  margin: 0 5px !important;
  margin-bottom: -3px !important;
  text-indent: 3px;
  display: inline-block;
  width: 15px !important;
  height: 15px !important;
  vertical-align: unset
}
.ti-widget.ti-goog .ti-review-item .ti-recommendation .ti-recommendation-icon:first-child {
  margin-left: 0 !important
}
.ti-widget.ti-goog .ti-review-item .ti-recommendation .ti-recommendation-title {
  font-weight: 600;
  font-size: 13px !important;
  opacity: 0.8;
  position: relative;
  top: -1px
}
.ti-widget.ti-goog .ti-review-item .ti-recommendation+.ti-dummy-stars {
  display: none
}
.ti-widget.ti-goog .ti-review-item .ti-stars {
  height: 17px;
  line-height: 17px
}
.ti-widget.ti-goog .ti-review-item .ti-review-image {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  margin-left: 12px;
  margin-bottom: 4px;
  margin-top: 2px;
  position: relative;
  cursor: pointer;
  overflow: hidden
}
.ti-widget.ti-goog .ti-review-item .ti-review-image img {
  position: absolute;
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  border-radius: inherit !important;
  left: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
  pointer-events: none
}
.ti-widget.ti-goog .ti-review-item .ti-review-image .ti-more-image-count {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 18px;
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
  font-weight: 600;
  transform: scale(0.85);
  z-index: 2
}
.ti-widget.ti-goog .ti-review-item .ti-review-image:hover img {
  transform: scale(1.1)
}
.ti-widget.ti-goog .ti-review-item .ti-review-image:hover.ti-has-more-image .ti-more-image-count {
  opacity: 1;
  transform: scale(1)
}
.ti-widget.ti-goog .ti-review-item .ti-review-image-container {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 -4px;
  margin-top: 15px;
  max-height: 100px;
  transition: all 500ms ease-in-out
}
.ti-widget.ti-goog .ti-review-item .ti-review-image-container .ti-review-image {
  float: unset !important;
  margin: 0 !important;
  width: 25%;
  height: unset;
  flex: 0 0 auto;
  padding: 0 4px
}
.ti-widget.ti-goog .ti-review-item .ti-review-image-container .ti-review-image .ti-review-image-inner {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: inherit;
  overflow: hidden;
  pointer-events: none
}
.ti-widget.ti-goog .ti-review-item .ti-review-image-container .ti-review-image.ti-has-more-image .ti-more-image-count {
  opacity: 1;
  transform: scale(1)
}
.ti-widget.ti-goog .ti-review-item.ti-hidden-review .ti-review-image-container {
  max-height: 0;
  margin-top: 0;
  transition-delay: 500ms
}
.ti-widget.ti-goog .ti-review-content {
  -webkit-box-orient: vertical;
  line-height: 21.75px;
  height: 87px;
  font-size: 15px;
  text-align: left;
  transition: height 0.5s;
  word-wrap: break-word;
  word-break: break-word;
  font-style: normal;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden !important;
  padding-right: 0
}
.ti-widget.ti-goog .ti-review-content .ti-review-image {
  float: right
}
.ti-text-align-right.ti-widget.ti-goog .ti-review-content .ti-review-image {
  float: left;
  margin-left: unset;
  margin-right: 12px
}
.ti-ios-fallback.ti-widget.ti-goog .ti-review-content {
  display: block
}
.ti-widget.ti-goog .ti-review-content .ti-show-original-text {
  font-size: inherit !important
}
.ti-review-text-mode-scroll.ti-widget.ti-goog .ti-review-content {
  -webkit-line-clamp: inherit;
  overflow: auto !important;
  overflow-x: hidden !important;
  padding-right: 10px
}
.ti-text-align-right.ti-widget.ti-goog .ti-review-content {
  text-align: right !important
}
.ti-text-align-center.ti-widget.ti-goog .ti-review-content {
  text-align: center !important
}
.ti-text-align-justify.ti-widget.ti-goog .ti-review-content {
  text-align: justify !important
}
.ti-widget.ti-goog .ti-review-content .ti-stars {
  margin-bottom: 5px
}
.ti-widget.ti-goog .ti-review-content strong {
  font-size: inherit;
  color: inherit;
  font-weight: normal !important
}
.ti-widget.ti-goog .ti-review-content .ti-reply-by-owner-title {
  font-weight: 600 !important
}
.ti-widget.ti-goog .ti-review-content .ti-reply-by-owner-title:before {
  content: "↪ "
}
.ti-widget.ti-goog .ti-review-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative
}
.ti-widget.ti-goog .ti-highlight {
  padding: 1px 2px;
  margin: 0;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  background-color: transparent !important;
  background-image: linear-gradient(#fbe049, #fbe049);
  background-size: 100% 19px;
  background-position: bottom;
  background-repeat: no-repeat;
  color: #000 !important;
  font-size: inherit !important
}
@media (min-width:480px) {
  .ti-widget.ti-goog .ti-review-item:hover {
    -webkit-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    transform: translate(0, -5px)
  }
}
.ti-widget.ti-goog .ti-ai-summary-item {
  color: #000000
}
.ti-widget.ti-goog .ti-ai-summary-item .ti-review-content {
  -webkit-line-clamp: 5;
  margin-top: 16.25px;
  height: 110.75px !important
}
.ti-widget.ti-goog .ti-ai-summary-item .ti-review-content .ti-summary-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  font-size: inherit;
  pointer-events: none
}
.ti-widget.ti-goog .ti-ai-summary-item .ti-review-content .ti-summary-list li {
  list-style: inherit;
  margin-bottom: 0;
  padding-left: 20px;
  position: relative;
  font-size: inherit
}
.ti-widget.ti-goog .ti-ai-summary-item .ti-review-content .ti-summary-list li:last-child {
  margin-bottom: 0
}
.ti-widget.ti-goog .ti-ai-summary-item .ti-review-content .ti-summary-list li:before {
  display: block;
  content: "";
  width: 10px;
  height: 5px;
  border-left: solid 2px #000000;
  border-bottom: solid 2px #000000;
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  top: 7.5px
}
.ti-widget.ti-goog .ti-ai-summary-item .ti-profile-img {
  margin-right: 13px !important
}
.ti-widget.ti-goog .ti-ai-summary-item .ti-profile-img img:not(.ti-ai-profile-img) {
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #f4f4f4
}
.ti-widget.ti-goog .ti-ai-summary-item .ti-profile-img img:not(.ti-ai-profile-img):not(:first-child) {
  margin-left: -12px !important
}
.ti-widget.ti-goog .ti-ai-summary-item .ti-profile-details .ti-name {
  padding-right: 0
}
.ti-widget.ti-goog .ti-ai-summary-item .ti-profile-details .ti-date {
  overflow: hidden;
  text-overflow: ellipsis
}
.ti-widget.ti-goog .ti-ai-summary-item>.ti-inner {
  background-color: #f4f4f4 !important;
  background-image: none
}
.ti-widget.ti-goog .ti-ai-summary-item .ti-profile-img img:not(.ti-ai-profile-img) {
  border-color: #f4f4f4
}
.ti-widget.ti-goog .ti-ai-summary-item .ti-name, .ti-widget.ti-goog .ti-ai-summary-item .ti-date, .ti-widget.ti-goog .ti-ai-summary-item .ti-read-more span {
  color: #000000
}
.ti-widget.ti-goog .ti-ten-rating-score {
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
  color: #000000;
  margin-left: 7px;
  height: 100%;
  line-height: 17px;
  vertical-align: top
}
.ti-widget.ti-goog .ti-platform-icon {
  width: 20px !important;
  height: 20px !important;
  position: absolute;
  top: 0;
  right: 0
}
.ti-widget.ti-goog.ti-custom-stars [class*="source-"] .ti-star.e, .ti-widget.ti-goog.ti-custom-stars [class*="source-"] .ti-star.f {
  background-image: none
}
.ti-widget.ti-goog.ti-custom-stars .ti-star {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-image: url(https://cdn.trustindex.io/assets/platform/Trustindex/star/s.svg);
  -webkit-mask-image: url(https://cdn.trustindex.io/assets/platform/Trustindex/star/s.svg)
}
.ti-widget.ti-goog.ti-custom-stars .ti-star:not(.e):not(.h) {
  background: #f6bb06
}
.ti-widget.ti-goog.ti-custom-stars .ti-star.h {
  background: #f6bb06;
  background: -webkit-linear-gradient(90deg, #f6bb06 50%, #cccccc 50%) !important;
  background: linear-gradient(90deg, #f6bb06 50%, #cccccc 50%) !important
}
.ti-widget.ti-goog.ti-custom-stars .ti-star.e {
  background: #ccc !important
}
.ti-widget.ti-goog[data-language="ar"] .ti-name, .ti-widget.ti-goog[data-language="ar"] .ti-date, .ti-widget.ti-goog[data-language="ar"] .ti-profile-details .ti-text, .ti-widget.ti-goog[data-language="ar"] .ti-review-content, .ti-widget.ti-goog[data-language="ar"] .ti-review-text, .ti-widget.ti-goog[data-language="ar"] .ti-read-more, .ti-widget.ti-goog[data-language="ar"] .ti-footer, .ti-widget.ti-goog[data-language="ar"] .ti-rating-text, .ti-widget.ti-goog[data-language="ar"] .ti-footer-filter-text, .ti-widget.ti-goog[data-language="ar"] .ti-header-write-btn, .ti-widget.ti-goog[data-language="ar"] .ti-widget-header .ti-tab-item[data-source="all"] .ti-item-label, .ti-widget.ti-goog[data-language="ar"] .ti-header-rating-text, .ti-widget.ti-goog[data-language="ar"] .ti-rating-name, .ti-widget.ti-goog[data-language="ar"] .ti-header .ti-text, .ti-widget.ti-goog[data-language="ar"] .ti-load-more-reviews-button, .ti-widget.ti-goog[data-language="he"] .ti-name, .ti-widget.ti-goog[data-language="he"] .ti-date, .ti-widget.ti-goog[data-language="he"] .ti-profile-details .ti-text, .ti-widget.ti-goog[data-language="he"] .ti-review-content, .ti-widget.ti-goog[data-language="he"] .ti-review-text, .ti-widget.ti-goog[data-language="he"] .ti-read-more, .ti-widget.ti-goog[data-language="he"] .ti-footer, .ti-widget.ti-goog[data-language="he"] .ti-rating-text, .ti-widget.ti-goog[data-language="he"] .ti-footer-filter-text, .ti-widget.ti-goog[data-language="he"] .ti-header-write-btn, .ti-widget.ti-goog[data-language="he"] .ti-widget-header .ti-tab-item[data-source="all"] .ti-item-label, .ti-widget.ti-goog[data-language="he"] .ti-header-rating-text, .ti-widget.ti-goog[data-language="he"] .ti-rating-name, .ti-widget.ti-goog[data-language="he"] .ti-header .ti-text, .ti-widget.ti-goog[data-language="he"] .ti-load-more-reviews-button, .ti-widget.ti-goog[data-language="fa"] .ti-name, .ti-widget.ti-goog[data-language="fa"] .ti-date, .ti-widget.ti-goog[data-language="fa"] .ti-profile-details .ti-text, .ti-widget.ti-goog[data-language="fa"] .ti-review-content, .ti-widget.ti-goog[data-language="fa"] .ti-review-text, .ti-widget.ti-goog[data-language="fa"] .ti-read-more, .ti-widget.ti-goog[data-language="fa"] .ti-footer, .ti-widget.ti-goog[data-language="fa"] .ti-rating-text, .ti-widget.ti-goog[data-language="fa"] .ti-footer-filter-text, .ti-widget.ti-goog[data-language="fa"] .ti-header-write-btn, .ti-widget.ti-goog[data-language="fa"] .ti-widget-header .ti-tab-item[data-source="all"] .ti-item-label, .ti-widget.ti-goog[data-language="fa"] .ti-header-rating-text, .ti-widget.ti-goog[data-language="fa"] .ti-rating-name, .ti-widget.ti-goog[data-language="fa"] .ti-header .ti-text, .ti-widget.ti-goog[data-language="fa"] .ti-load-more-reviews-button {
  direction: rtl
}
.ti-widget.ti-goog[data-language="ar"] .ti-stars, .ti-widget.ti-goog[data-language="ar"] .ti-footer .ti-row, .ti-widget.ti-goog[data-language="he"] .ti-stars, .ti-widget.ti-goog[data-language="he"] .ti-footer .ti-row, .ti-widget.ti-goog[data-language="fa"] .ti-stars, .ti-widget.ti-goog[data-language="fa"] .ti-footer .ti-row {
  direction: ltr
}
.ti-widget.ti-goog[data-language="ar"] .ti-date .ti-tooltip, .ti-widget.ti-goog[data-language="he"] .ti-date .ti-tooltip, .ti-widget.ti-goog[data-language="fa"] .ti-date .ti-tooltip {
  right: unset
}
.ti-widget.ti-goog .ti-verified-review {
  display: inline-block;
  background: url("https://cdn.trustindex.io/assets/icon/ti-verified.svg");
  background-size: contain;
  width: 15px;
  height: 15px;
  margin: 0 !important;
  margin-left: 7px !important;
  position: relative;
  z-index: 2
}
.ti-widget.ti-goog .ti-verified-review:only-child {
  margin-left: 0 !important
}
.ti-widget.ti-goog .ti-verified-review.ti-color-green {
  background: url("https://cdn.trustindex.io/assets/icon/ti-verified-green.svg")
}
.ti-widget.ti-goog .ti-verified-review.ti-color-black {
  background: url("https://cdn.trustindex.io/assets/icon/ti-verified-black.svg")
}
.ti-widget.ti-goog .ti-recommendation+.ti-verified-review {
  top: 2px
}
.ti-widget.ti-goog .ti-ten-rating-score+.ti-verified-review {
  top: -1px
}
.ti-widget.ti-goog.ti-disable-nav .ti-controls {
  display: none !important
}
.ti-widget.ti-goog.ti-disable-nav .ti-footer-filter-text {
  margin: 15px 0
}
.ti-widget.ti-goog.ti-disable-nav .ti-widget-header {
  margin-left: 13px !important;
  margin-right: 13px !important
}
.ti-widget.ti-goog.ti-disable-nav .ti-reviews-container-wrapper {
  margin: 0 !important
}
.ti-widget.ti-goog.ti-review-text-mode-scroll .ti-read-more, .ti-widget.ti-goog.ti-review-text-mode-truncated .ti-read-more {
  display: none !important
}
.ti-widget.ti-goog.ti-disable-font .ti-widget-container, .ti-widget.ti-goog.ti-disable-font .ti-widget-container *, .ti-widget.ti-goog.ti-disable-font .ti-enable-widget {
  font-family: inherit !important
}
.ti-widget.ti-goog.ti-disable-animation .ti-review-item:hover, .ti-widget.ti-goog.ti-disable-animation .ti-header:hover, .ti-widget.ti-goog.ti-disable-animation .ti-footer:hover {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important
}
.ti-widget.ti-goog.ti-disable-animation .ti-widget-container {
  margin-top: 5px
}
.ti-widget.ti-goog.ti-text-align-right .ti-reviews-container-wrapper .ti-inner>.ti-stars, .ti-widget.ti-goog.ti-text-align-right .ti-reviews-container-wrapper .ti-popup-inner>.ti-stars, .ti-widget.ti-goog.ti-text-align-right .ti-reviews-container-wrapper .ti-read-more {
  text-align: right !important
}
.ti-widget.ti-goog.ti-text-align-center .ti-reviews-container-wrapper .ti-inner>.ti-stars, .ti-widget.ti-goog.ti-text-align-center .ti-reviews-container-wrapper .ti-popup-inner>.ti-stars, .ti-widget.ti-goog.ti-text-align-center .ti-reviews-container-wrapper .ti-read-more {
  text-align: center !important
}
.ti-widget.ti-goog.ti-text-align-justify .ti-reviews-container-wrapper .ti-inner>.ti-stars, .ti-widget.ti-goog.ti-text-align-justify .ti-reviews-container-wrapper .ti-popup-inner>.ti-stars, .ti-widget.ti-goog.ti-text-align-justify .ti-reviews-container-wrapper .ti-read-more {
  text-align: justify !important
}
.ti-widget.ti-goog.ti-text-align-right .ti-review-header {
  flex-direction: row-reverse
}
.ti-widget.ti-goog.ti-text-align-right .ti-review-header .ti-platform-icon {
  right: unset;
  left: 0
}
.ti-widget.ti-goog.ti-text-align-right .ti-review-header .ti-profile-img {
  margin: 0 0 0 15px !important
}
.ti-widget.ti-goog.ti-text-align-right .ti-review-header .ti-profile-details {
  text-align: right
}
.ti-widget.ti-goog.ti-text-align-right .ti-review-header .ti-profile-details .ti-name {
  padding-right: 0;
  padding-left: 25px
}
.ti-widget.ti-goog.ti-show-rating-text .ti-rating-text, .ti-widget.ti-goog.ti-show-rating-text .ti-rating-text strong:not(.ti-rating-large), .ti-widget.ti-goog.ti-show-rating-text .ti-rating-text strong a, .ti-widget.ti-goog.ti-show-rating-text .ti-rating-text strong span, .ti-widget.ti-goog.ti-show-rating-text .ti-rating-text span strong, .ti-widget.ti-goog.ti-show-rating-text .ti-rating-text span, .ti-widget.ti-goog.ti-show-rating-text .ti-footer, .ti-widget.ti-goog.ti-show-rating-text .ti-footer strong:not(.ti-rating-large), .ti-widget.ti-goog.ti-show-rating-text .ti-footer span, .ti-widget.ti-goog.ti-show-rating-text .ti-footer strong a {
  font-size: 14px !important
}
.ti-widget.ti-goog.ti-text-align-right .ti-verified-tooltip, .ti-widget.ti-goog.ti-content-align-right .ti-verified-tooltip {
  margin: unset;
  bottom: unset;
  left: unset;
  right: calc(100% + 10px);
  margin-right: 30px
}
.ti-widget.ti-goog.ti-text-align-right .ti-verified-tooltip:before, .ti-widget.ti-goog.ti-content-align-right .ti-verified-tooltip:before {
  left: unset;
  right: -7px;
  border-width: 7px 0 7px 7px;
  border-color: transparent transparent transparent var(--ti-border-arrow-color)
}
.ti-widget.ti-goog.ti-text-align-right .ti-platform-icon .ti-tooltip, .ti-widget.ti-goog.ti-content-align-left .ti-platform-icon .ti-tooltip {
  margin: unset;
  right: unset;
  left: calc(100% + 10px);
  margin-left: 30px
}
.ti-widget.ti-goog.ti-text-align-right .ti-platform-icon .ti-tooltip:before, .ti-widget.ti-goog.ti-content-align-left .ti-platform-icon .ti-tooltip:before {
  right: unset;
  left: -7px;
  border-width: 7px 7px 7px 0;
  border-color: transparent var(--ti-border-arrow-color) transparent transparent
}
.ti-widget.ti-goog ::-webkit-scrollbar {
  width: 4px;
  border-radius: 3px
}
.ti-widget.ti-goog ::-webkit-scrollbar-track {
  background: rgba(85, 85, 85, 0.1)
}
.ti-widget.ti-goog ::-webkit-scrollbar-thumb {
  background: rgba(85, 85, 85, 0.6)
}
.ti-widget.ti-goog ::-webkit-scrollbar-thumb:hover {
  background: #555
}
.ti-enable-widget {
  display: none !important
}
.ti-widget .source-Trustpilot .ti-large-logo, .ti-lightbox .source-Trustpilot .ti-large-logo {
  display: none !important
}
.ti-widget .source-Trustpilot.ti-tab-item:before, .ti-widget .source-Trustpilot.ti-write-btn-dropdown-item:before, .ti-widget .source-Trustpilot .ti-review-header:after, .ti-widget .source-Trustpilot .ti-inner:after, .ti-widget .source-Trustpilot .ti-review-content:after, .ti-widget .source-Trustpilot .ti-platform-icon:after, .ti-widget .source-Trustpilot .ti-icon, .ti-widget .source-Trustpilot .ti-platform, .ti-widget .source-Trustpilot .ti-inner .col-left, .ti-widget .source-Trustpilot .ti-enable-widget:before, .ti-widget .source-Trustpilot .ti-platform-icon, .ti-lightbox .source-Trustpilot.ti-tab-item:before, .ti-lightbox .source-Trustpilot.ti-write-btn-dropdown-item:before, .ti-lightbox .source-Trustpilot .ti-review-header:after, .ti-lightbox .source-Trustpilot .ti-inner:after, .ti-lightbox .source-Trustpilot .ti-review-content:after, .ti-lightbox .source-Trustpilot .ti-platform-icon:after, .ti-lightbox .source-Trustpilot .ti-icon, .ti-lightbox .source-Trustpilot .ti-platform, .ti-lightbox .source-Trustpilot .ti-inner .col-left, .ti-lightbox .source-Trustpilot .ti-enable-widget:before, .ti-lightbox .source-Trustpilot .ti-platform-icon {
  display: none !important
}
.ti-widget .source-Trustpilot .ti-enable-widget, .ti-lightbox .source-Trustpilot .ti-enable-widget {
  padding-left: 8px !important
}
.ti-widget .source-Trustpilot .ti-enable-widget:before, .ti-lightbox .source-Trustpilot .ti-enable-widget:before {
  display: none !important
}
.ti-widget .source-Trustpilot.disable-widget, .ti-lightbox .source-Trustpilot.disable-widget {
  top: 4px !important;
  right: 4px !important
}
.ti-widget .ti-widget-header .ti-tab-item[data-source="Trustpilot"] .ti-platform-icon, .ti-lightbox .ti-widget-header .ti-tab-item[data-source="Trustpilot"] .ti-platform-icon {
  display: none !important
}
.ti-widget .ti-widget-header .ti-tab-item[data-source="Trustpilot"] .ti-item-label, .ti-lightbox .ti-widget-header .ti-tab-item[data-source="Trustpilot"] .ti-item-label {
  margin-right: 0 !important
}
.ti-widget .ti-enable-widget .ti-platform-icon[alt="Trustpilot"], .ti-widget .source-all .ti-platform-icon[alt="Trustpilot"], .ti-widget .source-Trustindex .ti-platform-icon[alt="Trustpilot"], .ti-lightbox .ti-enable-widget .ti-platform-icon[alt="Trustpilot"], .ti-lightbox .source-all .ti-platform-icon[alt="Trustpilot"], .ti-lightbox .source-Trustindex .ti-platform-icon[alt="Trustpilot"] {
  display: none !important
}
.ti-widget .source-Amazon.ti-tab-item:before, .ti-widget .source-Amazon.ti-write-btn-dropdown-item:before, .ti-widget .source-Amazon .ti-review-header:after, .ti-widget .source-Amazon .ti-inner:after, .ti-widget .source-Amazon .ti-review-content:after, .ti-widget .source-Amazon .ti-platform-icon:after, .ti-widget .source-Amazon .ti-icon, .ti-widget .source-Amazon .ti-platform, .ti-widget .source-Amazon .ti-inner .col-left, .ti-widget .source-Amazon .ti-enable-widget:before, .ti-widget .source-Amazon .ti-platform-icon, .ti-lightbox .source-Amazon.ti-tab-item:before, .ti-lightbox .source-Amazon.ti-write-btn-dropdown-item:before, .ti-lightbox .source-Amazon .ti-review-header:after, .ti-lightbox .source-Amazon .ti-inner:after, .ti-lightbox .source-Amazon .ti-review-content:after, .ti-lightbox .source-Amazon .ti-platform-icon:after, .ti-lightbox .source-Amazon .ti-icon, .ti-lightbox .source-Amazon .ti-platform, .ti-lightbox .source-Amazon .ti-inner .col-left, .ti-lightbox .source-Amazon .ti-enable-widget:before, .ti-lightbox .source-Amazon .ti-platform-icon {
  display: none !important
}
.ti-widget .source-Amazon .ti-enable-widget, .ti-lightbox .source-Amazon .ti-enable-widget {
  padding-left: 8px !important
}
.ti-widget .source-Amazon .ti-enable-widget:before, .ti-lightbox .source-Amazon .ti-enable-widget:before {
  display: none !important
}
.ti-widget .source-Amazon.disable-widget, .ti-lightbox .source-Amazon.disable-widget {
  top: 4px !important;
  right: 4px !important
}
.ti-widget .ti-widget-header .ti-tab-item[data-source="Amazon"] .ti-platform-icon, .ti-lightbox .ti-widget-header .ti-tab-item[data-source="Amazon"] .ti-platform-icon {
  display: none !important
}
.ti-widget .ti-widget-header .ti-tab-item[data-source="Amazon"] .ti-item-label, .ti-lightbox .ti-widget-header .ti-tab-item[data-source="Amazon"] .ti-item-label {
  margin-right: 0 !important
}
.ti-widget .ti-enable-widget .ti-platform-icon[alt="Amazon"], .ti-widget .source-all .ti-platform-icon[alt="Amazon"], .ti-widget .source-Trustindex .ti-platform-icon[alt="Amazon"], .ti-lightbox .ti-enable-widget .ti-platform-icon[alt="Amazon"], .ti-lightbox .source-all .ti-platform-icon[alt="Amazon"], .ti-lightbox .source-Trustindex .ti-platform-icon[alt="Amazon"] {
  display: none !important
}
.ti-widget .source-Reco.ti-tab-item:before, .ti-widget .source-Reco.ti-write-btn-dropdown-item:before, .ti-widget .source-Reco .ti-review-header:after, .ti-widget .source-Reco .ti-inner:after, .ti-widget .source-Reco .ti-review-content:after, .ti-widget .source-Reco .ti-platform-icon:after, .ti-widget .source-Reco .ti-icon, .ti-widget .source-Reco .ti-platform, .ti-widget .source-Reco .ti-inner .col-left, .ti-widget .source-Reco .ti-enable-widget:before, .ti-widget .source-Reco .ti-platform-icon, .ti-lightbox .source-Reco.ti-tab-item:before, .ti-lightbox .source-Reco.ti-write-btn-dropdown-item:before, .ti-lightbox .source-Reco .ti-review-header:after, .ti-lightbox .source-Reco .ti-inner:after, .ti-lightbox .source-Reco .ti-review-content:after, .ti-lightbox .source-Reco .ti-platform-icon:after, .ti-lightbox .source-Reco .ti-icon, .ti-lightbox .source-Reco .ti-platform, .ti-lightbox .source-Reco .ti-inner .col-left, .ti-lightbox .source-Reco .ti-enable-widget:before, .ti-lightbox .source-Reco .ti-platform-icon {
  display: none !important
}
.ti-widget .source-Reco .ti-enable-widget, .ti-lightbox .source-Reco .ti-enable-widget {
  padding-left: 8px !important
}
.ti-widget .source-Reco .ti-enable-widget:before, .ti-lightbox .source-Reco .ti-enable-widget:before {
  display: none !important
}
.ti-widget .source-Reco.disable-widget, .ti-lightbox .source-Reco.disable-widget {
  top: 4px !important;
  right: 4px !important
}
.ti-widget .ti-widget-header .ti-tab-item[data-source="Reco"] .ti-platform-icon, .ti-lightbox .ti-widget-header .ti-tab-item[data-source="Reco"] .ti-platform-icon {
  display: none !important
}
.ti-widget .ti-widget-header .ti-tab-item[data-source="Reco"] .ti-item-label, .ti-lightbox .ti-widget-header .ti-tab-item[data-source="Reco"] .ti-item-label {
  margin-right: 0 !important
}
.ti-widget .ti-enable-widget .ti-platform-icon[alt="Reco"], .ti-widget .source-all .ti-platform-icon[alt="Reco"], .ti-widget .source-Trustindex .ti-platform-icon[alt="Reco"], .ti-lightbox .ti-enable-widget .ti-platform-icon[alt="Reco"], .ti-lightbox .source-all .ti-platform-icon[alt="Reco"], .ti-lightbox .source-Trustindex .ti-platform-icon[alt="Reco"] {
  display: none !important
}
.ti-widget.ti-goog {
  overflow: visible !important
}
.ti-widget.ti-goog .ti-review-item>.ti-inner, .ti-widget.ti-goog .ti-load-more-reviews-container .ti-load-more-reviews-button {
  border-top-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-right-width: 0px !important;
  background-color: #f4f4f4 !important;
  backdrop-filter: blur(0px)
}
.ti-image-loading, .ti-review-item .ti-review-image {
  background-image: url("https://cdn.trustindex.io/assets/img/loading_dots.gif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 50px
}
.ti-image-loading.ti-image-loading img, .ti-review-item .ti-review-image.ti-image-loading img {
  opacity: 0 !important
}
.ti-widget-lightbox {
  text-align: left !important;
  z-index: 2147483645;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  max-width: 100%;
  width: 100%;
  transition: all 300ms ease-out;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  color: #333;
  align-items: center !important;
  justify-content: center;
  flex-wrap: wrap;
  user-select: none;
  opacity: 0;
  box-sizing: content-box
}
.ti-widget-lightbox * {
  box-sizing: inherit;
  font-family: inherit
}
.ti-widget-lightbox img {
  padding: 0 !important;
  margin: 0 !important;
  min-width: initial !important;
  max-width: initial !important;
  background: unset !important
}
.ti-widget-lightbox .ti-widget-lightbox-inner {
  max-height: calc(100vh - 160px);
  height: 100%;
  max-width: 1200px;
  width: 95%
}
@media (max-width:1160px) {
  .ti-widget-lightbox .ti-widget-lightbox-inner {
    max-height: 100%;
    height: 100%;
    width: 100%
  }
}
.ti-widget-lightbox.ti-widget-lightbox-appeared {
  opacity: 1
}
.ti-widget-lightbox .ti-widget-lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  z-index: 1;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center
}
@media (max-width:1160px) and (orientation:landscape) {
  .ti-widget-lightbox .ti-widget-lightbox-close {
    right: 315px
  }
}
@media (max-width:1160px) {
  .ti-widget-lightbox .ti-widget-lightbox-close {
    background-color: rgba(0, 0, 0, 0.5)
  }
}
.ti-widget-lightbox .ti-widget-lightbox-close:active, .ti-widget-lightbox .ti-widget-lightbox-close:hover {
  background-color: rgba(255, 255, 255, 0.2)
}
.ti-widget-lightbox .ti-widget-lightbox-close:before, .ti-widget-lightbox .ti-widget-lightbox-close:after {
  width: 60%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  content: "";
  transform: rotate(45deg)
}
.ti-widget-lightbox .ti-widget-lightbox-close:after {
  transform: rotate(-45deg)
}
.ti-widget-lightbox .ti-widget-card {
  width: 100%
}
.ti-widget-lightbox .ti-widget-card, .ti-widget-lightbox .ti-widget-lightbox-review-container {
  overflow: hidden;
  border-radius: 4px;
  height: 100%;
  border: none;
  position: relative
}
@media (max-width:1160px) {
  .ti-widget-lightbox .ti-widget-card, .ti-widget-lightbox .ti-widget-lightbox-review-container {
    border-radius: 0
  }
}
.ti-widget-lightbox .ti-card-body, .ti-widget-lightbox .ti-review-item {
  background-color: #fff;
  position: relative;
  height: 400px;
  flex-direction: row;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  color: #000000;
  height: 100%
}
@media (max-width:1160px) {
  .ti-widget-lightbox .ti-card-body, .ti-widget-lightbox .ti-review-item {
    border-radius: 0
  }
}
@media (max-width:767px) and (orientation:portrait) {
  .ti-widget-lightbox .ti-card-body, .ti-widget-lightbox .ti-review-item {
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-radius: 0
  }
}
.ti-widget-lightbox .ti-card-body .ti-card-media, .ti-widget-lightbox .ti-review-item .ti-card-media {
  flex: 1 1 auto;
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
  position: relative;
  background-color: #000000;
  overflow: hidden;
  padding-bottom: 0px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px
}
@media (max-width:767px) and (orientation:portrait) {
  .ti-widget-lightbox .ti-card-body .ti-card-media, .ti-widget-lightbox .ti-review-item .ti-card-media {
    flex: 0 0 60%;
    width: 100%;
    border-radius: 0
  }
}
.ti-widget-lightbox .ti-card-body .ti-card-media img, .ti-widget-lightbox .ti-review-item .ti-card-media img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain;
  position: absolute;
  display: block;
  border-radius: inherit !important;
  opacity: 1;
  transition: opacity 300ms ease-in-out
}
.ti-widget-lightbox .ti-card-body .ti-card-media .ti-nav-arrow, .ti-widget-lightbox .ti-review-item .ti-card-media .ti-nav-arrow {
  max-width: 100%;
  margin-left: 0px;
  left: inherit;
  top: 50%;
  margin-top: -10px;
  visibility: visible;
  opacity: 1
}
.ti-widget-lightbox .ti-card-body .ti-review-content, .ti-widget-lightbox .ti-review-item .ti-review-content {
  flex: 0 0 auto;
  height: 100%;
  width: 300px;
  overflow: hidden;
  padding: 0px;
  display: flex;
  flex-direction: column;
  font-size: 15px;
  color: #000000
}
@media (max-width:767px) and (orientation:portrait) {
  .ti-widget-lightbox .ti-card-body .ti-review-content, .ti-widget-lightbox .ti-review-item .ti-review-content {
    flex: 0 0 40%;
    width: 100%
  }
}
.ti-widget-lightbox .ti-card-body .ti-review-header, .ti-widget-lightbox .ti-review-item .ti-review-header {
  position: relative;
  z-index: unset;
  padding: 20px;
  display: flex;
  align-items: center;
  color: #000
}
.ti-widget-lightbox .ti-card-body .ti-review-header .ti-platform-icon, .ti-widget-lightbox .ti-review-item .ti-review-header .ti-platform-icon {
  width: 20px !important;
  height: 20px !important;
  position: absolute;
  right: 16px;
  top: 16px
}
.ti-widget-lightbox .ti-card-body .ti-review-header .ti-profile-img, .ti-widget-lightbox .ti-review-item .ti-review-header .ti-profile-img {
  margin: 0;
  margin-right: 10px
}
.ti-widget-lightbox .ti-card-body .ti-review-header .ti-profile-img img, .ti-widget-lightbox .ti-review-item .ti-review-header .ti-profile-img img {
  width: 40px !important;
  height: 40px !important;
  display: block;
  border-radius: 30px !important;
  object-fit: cover;
  object-position: top
}
.ti-widget-lightbox .ti-card-body .ti-review-header .ti-profile-img .ti-profile-img-sprite, .ti-widget-lightbox .ti-review-item .ti-review-header .ti-profile-img .ti-profile-img-sprite {
  display: inline-block;
  float: left;
  background: white;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  border-radius: 30px
}
.ti-widget-lightbox .ti-card-body .ti-review-header .ti-profile-details, .ti-widget-lightbox .ti-review-item .ti-review-header .ti-profile-details {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center
}
.ti-widget-lightbox .ti-card-body .ti-review-header .ti-profile-details .ti-name, .ti-widget-lightbox .ti-review-item .ti-review-header .ti-profile-details .ti-name {
  font-weight: 600;
  font-size: inherit;
  overflow: hidden;
  padding-right: 25px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000000;
  margin-bottom: 2px
}
.ti-widget-lightbox .ti-card-body .ti-review-header .ti-profile-details .ti-date, .ti-widget-lightbox .ti-review-item .ti-review-header .ti-profile-details .ti-date {
  color: #6b6b6b;
  font-size: 12px
}
.ti-widget-lightbox .ti-card-body .ti-stars, .ti-widget-lightbox .ti-review-item .ti-stars {
  margin: 0 20px;
  white-space: nowrap;
  display: block;
  line-height: 0
}
.ti-widget-lightbox .ti-card-body .ti-stars .ti-star, .ti-widget-lightbox .ti-review-item .ti-stars .ti-star {
  width: 17px !important;
  height: 17px !important;
  display: inline-block;
  margin-right: 1px !important;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: unset
}
.ti-widget-lightbox .ti-card-body .ti-stars .ti-star:before, .ti-widget-lightbox .ti-card-body .ti-stars .ti-star:after, .ti-widget-lightbox .ti-review-item .ti-stars .ti-star:before, .ti-widget-lightbox .ti-review-item .ti-stars .ti-star:after {
  content: none !important
}
.ti-widget-lightbox .ti-card-body .ti-stars .ti-ten-rating-score, .ti-widget-lightbox .ti-review-item .ti-stars .ti-ten-rating-score {
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
  color: #000000;
  margin-left: 7px;
  height: 100%;
  line-height: 17px;
  vertical-align: top
}
.ti-widget-lightbox .ti-card-body .ti-stars .ti-verified-review .ti-verified-tooltip, .ti-widget-lightbox .ti-review-item .ti-stars .ti-verified-review .ti-verified-tooltip {
  max-width: 150px !important
}
.ti-widget-lightbox .ti-card-body .ti-polarity-icon, .ti-widget-lightbox .ti-review-item .ti-polarity-icon {
  position: relative;
  text-indent: 3px;
  display: inline-block;
  width: 15px !important;
  height: 15px !important;
  vertical-align: unset
}
.ti-widget-lightbox .ti-card-body .ti-recommendation, .ti-widget-lightbox .ti-review-item .ti-recommendation {
  display: inline-block;
  height: 15px;
  line-height: 15px
}
.ti-widget-lightbox .ti-card-body .ti-recommendation .ti-recommendation-icon, .ti-widget-lightbox .ti-review-item .ti-recommendation .ti-recommendation-icon {
  position: relative;
  margin: 0 5px !important;
  margin-bottom: -3px !important;
  text-indent: 3px;
  display: inline-block;
  width: 15px !important;
  height: 15px !important;
  vertical-align: unset
}
.ti-widget-lightbox .ti-card-body .ti-recommendation .ti-recommendation-icon:first-child, .ti-widget-lightbox .ti-review-item .ti-recommendation .ti-recommendation-icon:first-child {
  margin-left: 0 !important
}
.ti-widget-lightbox .ti-card-body .ti-recommendation .ti-recommendation-title, .ti-widget-lightbox .ti-review-item .ti-recommendation .ti-recommendation-title {
  font-weight: 600;
  font-size: 13px !important;
  opacity: 0.8;
  position: relative;
  top: -1px
}
.ti-widget-lightbox .ti-card-body .ti-recommendation+.ti-dummy-stars, .ti-widget-lightbox .ti-review-item .ti-recommendation+.ti-dummy-stars {
  display: none
}
.ti-widget-lightbox .ti-card-body .ti-review-text, .ti-widget-lightbox .ti-review-item .ti-review-text {
  flex: 0 1 100%;
  font-size: inherit;
  padding: 20px;
  padding-top: 0;
  margin-top: 10px;
  display: block;
  overflow-x: hidden;
  overflow: auto;
  color: #000000
}
.ti-widget-lightbox .ti-card-body .ti-review-text .ti-show-original-text, .ti-widget-lightbox .ti-review-item .ti-review-text .ti-show-original-text {
  color: inherit !important;
  text-decoration: underline !important
}
.ti-widget-lightbox .ti-card-body .ti-review-text .ti-reply-by-owner-title, .ti-widget-lightbox .ti-review-item .ti-review-text .ti-reply-by-owner-title {
  font-weight: 600 !important
}
.ti-widget-lightbox .ti-card-body .ti-review-text .ti-reply-by-owner-title:before, .ti-widget-lightbox .ti-review-item .ti-review-text .ti-reply-by-owner-title:before {
  content: "↪ "
}
.ti-widget-lightbox .ti-nav-arrow {
  position: absolute;
  height: 0px;
  top: 50%;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  width: 100%;
  transition: all 0.2s ease-in-out
}
.ti-widget-lightbox .ti-nav-arrow .ti-arrow-prev, .ti-widget-lightbox .ti-nav-arrow .ti-arrow-next {
  display: flex;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  width: 40px;
  height: 40px;
  cursor: pointer
}
.ti-widget-lightbox .ti-nav-arrow .ti-arrow-prev:hover, .ti-widget-lightbox .ti-nav-arrow .ti-arrow-next:hover {
  background-color: white
}
.ti-widget-lightbox .ti-nav-arrow .ti-arrow-prev:active, .ti-widget-lightbox .ti-nav-arrow .ti-arrow-next:active {
  transform: scale(0.95);
  background-color: white
}
.ti-widget-lightbox .ti-nav-arrow .ti-arrow-prev:before, .ti-widget-lightbox .ti-nav-arrow .ti-arrow-next:before {
  width: 25%;
  height: 25%;
  display: block;
  content: "";
  transform-origin: center center;
  margin: auto;
  position: relative;
  border-top: solid 3px #000;
  border-left: solid 3px #000;
  box-sizing: content-box
}
.ti-widget-lightbox .ti-nav-arrow .ti-arrow-next {
  margin-left: auto;
  margin-right: 15px
}
.ti-widget-lightbox .ti-nav-arrow .ti-arrow-next:before {
  transform: rotate(135deg);
  left: -5%
}
.ti-widget-lightbox .ti-nav-arrow .ti-arrow-prev {
  margin-left: 15px
}
.ti-widget-lightbox .ti-nav-arrow .ti-arrow-prev:before {
  transform: rotate(-45deg);
  left: 5%
}
.ti-widget-lightbox.ti-long-scroll .ti-widget-lightbox-inner {
  max-height: unset;
  max-width: unset;
  width: 100%;
  touch-action: pan-x pan-y
}
.ti-widget-lightbox.ti-long-scroll .ti-widget-lightbox-review-container {
  display: block;
  overflow-y: scroll;
  overscroll-behavior: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: relative;
  height: 100%
}
.ti-widget-lightbox.ti-long-scroll .ti-widget-lightbox-review-container::-webkit-scrollbar {
  display: none
}
.ti-widget-lightbox.ti-long-scroll .ti-widget-lightbox-review-container .ti-widget-lightbox-review-container-inner {
  display: block;
  max-width: 520px;
  margin: 0 auto;
  padding: 16px
}
.ti-widget-lightbox.ti-long-scroll .ti-review-item {
  display: block;
  height: unset;
  width: 100%;
  margin-bottom: 16px;
  border-radius: 12px !important;
  scroll-margin-top: 12px
}
.ti-widget-lightbox.ti-long-scroll .ti-review-item:last-child {
  margin-bottom: 0
}
.ti-widget-lightbox.ti-long-scroll .ti-review-item .ti-review-header {
  padding-bottom: 10px
}
.ti-widget-lightbox.ti-long-scroll .ti-review-item .ti-review-header .ti-platform-icon {
  right: 20px;
  top: 20px
}
.ti-widget-lightbox.ti-long-scroll .ti-review-item .ti-review-header .ti-name {
  margin-bottom: 0 !important
}
.ti-widget-lightbox.ti-long-scroll .ti-review-item .ti-card-media {
  display: block;
  border-radius: 0;
  height: unset;
  margin-top: 20px;
  margin-bottom: 10px;
  position: relative
}
.ti-widget-lightbox.ti-long-scroll .ti-review-item .ti-card-media .ti-card-media-images {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  overflow: hidden
}
.ti-widget-lightbox.ti-long-scroll .ti-review-item .ti-card-media .ti-card-media-image {
  width: 100%;
  flex: 0 0 auto;
  position: relative
}
.ti-widget-lightbox.ti-long-scroll .ti-review-item .ti-card-media .ti-card-media-image img {
  width: unset !important;
  height: unset !important;
  position: unset;
  margin: 0 auto !important
}
.ti-widget-lightbox.ti-long-scroll .ti-review-item .ti-card-media .ti-hidden {
  display: none
}
.ti-widget-lightbox.ti-long-scroll .ti-review-item .ti-card-media .ti-card-media-thumbnails {
  display: block;
  width: calc(100% - 30px);
  padding: 15px;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5)
}
.ti-widget-lightbox.ti-long-scroll .ti-review-item .ti-card-media .ti-card-media-thumbnails::-webkit-scrollbar {
  display: none
}
.ti-widget-lightbox.ti-long-scroll .ti-review-item .ti-card-media .ti-card-media-thumbnails .ti-card-media-thumbnails-inner {
  display: flex;
  justify-content: center;
  margin: 0 -5px
}
.ti-widget-lightbox.ti-long-scroll .ti-review-item .ti-card-media .ti-card-media-thumbnails .ti-card-media-thumbnail {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 6px;
  margin: 0 5px;
  position: relative;
  cursor: pointer
}
.ti-widget-lightbox.ti-long-scroll .ti-review-item .ti-card-media .ti-card-media-thumbnails .ti-card-media-thumbnail img {
  max-width: unset !important;
  max-height: unset !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  opacity: 0.5;
  pointer-events: none
}
.ti-widget-lightbox.ti-long-scroll .ti-review-item .ti-card-media .ti-card-media-thumbnails .ti-card-media-thumbnail:hover img {
  opacity: 1
}
.ti-widget-lightbox.ti-long-scroll .ti-review-item .ti-card-media .ti-card-media-thumbnails .ti-card-media-thumbnail.ti-active {
  pointer-events: none
}
.ti-widget-lightbox.ti-long-scroll .ti-review-item .ti-card-media .ti-card-media-thumbnails .ti-card-media-thumbnail.ti-active img {
  opacity: 1
}
@media (max-width:767px) {
  .ti-widget-lightbox.ti-long-scroll .ti-review-item .ti-card-media .ti-arrow-next, .ti-widget-lightbox.ti-long-scroll .ti-review-item .ti-card-media .ti-arrow-prev {
    display: none
  }
}
.ti-widget-lightbox.ti-long-scroll .ti-review-item .ti-review-text {
  margin-top: 0;
  padding-top: 10px;
  line-height: 1.5
}
.ti-widget-lightbox.ti-long-scroll .ti-widget-lightbox-mobile-close-bottom-swipe {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  display: none;
  width: 0;
  height: 0
}
.ti-widget-lightbox.ti-long-scroll .ti-widget-lightbox-mobile-close-bottom-swipe span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateY(var(--scale)) rotate(45deg);
  display: inline-flex;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-radius: 0px;
  justify-content: center;
  align-items: center;
  transform-origin: center;
  border-top: solid 2px #ffffff;
  border-left: solid 2px #ffffff
}
.ti-widget-lightbox.ti-long-scroll .ti-widget-lightbox-mobile-close-bottom {
  position: fixed;
  bottom: 20px;
  margin: 0 auto;
  padding: 6px 16px;
  padding-right: 38px;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  z-index: 888;
  border-radius: 50px;
  cursor: pointer;
  display: none;
  font-size: 16px;
  box-shadow: 2px 10px 20px 0px rgba(0, 0, 0, 0.29);
  backdrop-filter: blur(7px)
}
.ti-widget-lightbox.ti-long-scroll .ti-widget-lightbox-mobile-close-bottom:focus, .ti-widget-lightbox.ti-long-scroll .ti-widget-lightbox-mobile-close-bottom:active {
  background-color: rgba(0, 0, 0, 0.6);
  box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.29)
}
.ti-widget-lightbox.ti-long-scroll .ti-widget-lightbox-mobile-close-bottom span {
  display: inline-block;
  position: absolute;
  top: calc(50% - 1px);
  transform: translateY(-50%);
  right: 14px;
  width: 16px;
  height: 16px;
  pointer-events: none
}
.ti-widget-lightbox.ti-long-scroll .ti-widget-lightbox-mobile-close-bottom span:before, .ti-widget-lightbox.ti-long-scroll .ti-widget-lightbox-mobile-close-bottom span:after {
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  content: "";
  transform: rotate(45deg)
}
.ti-widget-lightbox.ti-long-scroll .ti-widget-lightbox-mobile-close-bottom span:after {
  transform: rotate(-45deg)
}
@media (max-width:767px) and (orientation:portrait) {
  .ti-widget-lightbox.ti-long-scroll .ti-widget-lightbox-close {
    display: none
  }
  .ti-widget-lightbox.ti-long-scroll .ti-widget-lightbox-mobile-close-bottom {
    display: inline-block
  }
  .ti-widget-lightbox.ti-long-scroll .ti-widget-lightbox-inner {
    backdrop-filter: unset
  }
}
.ti-widget-lightbox .ti-verified-review {
  display: inline-block;
  background: url("https://cdn.trustindex.io/assets/icon/ti-verified.svg");
  background-size: contain;
  width: 15px;
  height: 15px;
  margin: 0 !important;
  margin-left: 7px !important;
  position: relative;
  z-index: 2
}
.ti-widget-lightbox .ti-verified-review:only-child {
  margin-left: 0 !important
}
.ti-widget-lightbox .ti-verified-review.ti-color-green {
  background: url("https://cdn.trustindex.io/assets/icon/ti-verified-green.svg")
}
.ti-widget-lightbox .ti-verified-review.ti-color-black {
  background: url("https://cdn.trustindex.io/assets/icon/ti-verified-black.svg")
}
.ti-widget-lightbox .ti-recommendation+.ti-verified-review {
  top: 2px
}
.ti-widget-lightbox .ti-ten-rating-score+.ti-verified-review {
  top: -1px
}
.ti-widget-lightbox .ti-tooltip, .ti-widget-lightbox .ti-verified-tooltip {
  color: white !important;
  background-color: black !important;
  text-align: left;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 13px !important;
  font-weight: 400;
  display: inline-block !important;
  position: absolute;
  top: -5px;
  white-space: nowrap;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
  width: max-content;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.33);
  --ti-border-arrow-color: black;
  margin: unset;
  bottom: unset;
  left: unset;
  right: calc(100% + 10px);
  margin-right: 30px
}
.ti-widget-lightbox .ti-tooltip:before, .ti-widget-lightbox .ti-verified-tooltip:before {
  width: 0;
  height: 0;
  border-style: solid;
  content: "" !important;
  position: absolute;
  top: 50%;
  margin-top: -7px
}
.ti-widget-lightbox .ti-tooltip:before, .ti-widget-lightbox .ti-verified-tooltip:before {
  left: unset;
  right: -7px;
  border-width: 7px 0 7px 7px;
  border-color: transparent transparent transparent var(--ti-border-arrow-color)
}
.ti-widget-lightbox .ti-with-tooltip, .ti-widget-lightbox .ti-verified-review {
  position: relative;
  font-size: inherit
}
.ti-widget-lightbox .ti-with-tooltip:hover .ti-tooltip, .ti-widget-lightbox .ti-with-tooltip:hover .ti-verified-tooltip, .ti-widget-lightbox .ti-verified-review:hover .ti-tooltip, .ti-widget-lightbox .ti-verified-review:hover .ti-verified-tooltip {
  opacity: 1;
  margin: 0;
  visibility: visible
}
.ti-widget-lightbox .ti-verified-tooltip {
  margin: unset;
  right: unset;
  left: calc(100% + 10px);
  margin-left: 30px
}
.ti-widget-lightbox .ti-verified-tooltip:before {
  right: unset;
  left: -7px;
  border-width: 7px 7px 7px 0;
  border-color: transparent var(--ti-border-arrow-color) transparent transparent
}
.ti-widget-lightbox .ti-verified-platform .ti-verified-tooltip {
  width: 175px;
  max-width: 250px;
  white-space: normal;
  line-height: 1.4 !important;
  top: -10px
}
.ti-widget-lightbox .ti-verified-platform .ti-verified-tooltip:before {
  top: 18px
}
.ti-widget-lightbox .ti-date .ti-tooltip {
  margin: unset;
  top: unset;
  right: unset;
  left: calc(50% + 20px);
  transform: translateX(-50%);
  margin-bottom: 30px;
  bottom: calc(100% + 10px)
}
.ti-widget-lightbox .ti-date .ti-tooltip:before {
  top: unset;
  right: unset;
  margin: unset;
  left: 50%;
  margin-left: -25px;
  bottom: -7px;
  border-width: 7px 7px 0 7px;
  border-color: var(--ti-border-arrow-color) transparent transparent transparent
}
.ti-widget-lightbox[data-set-id^="dark-"] .ti-tooltip, .ti-widget-lightbox[data-set-id^="dark-"] .ti-verified-tooltip, .ti-widget-lightbox[data-set-id="light-contrast"] .ti-tooltip, .ti-widget-lightbox[data-set-id="light-contrast"] .ti-verified-tooltip {
  color: black !important;
  background-color: white !important;
  --ti-border-arrow-color: white
}
.ti-widget-lightbox[data-layout-id='5'][data-set-id='light-background'].ti-custom-stars [class*="source-"] .ti-star.e, .ti-widget-lightbox[data-layout-id='5'][data-set-id='light-background'].ti-custom-stars [class*="source-"] .ti-star.f {
  background-image: none
}
.ti-widget-lightbox[data-layout-id='5'][data-set-id='light-background'].ti-custom-stars .ti-star {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-image: url(https://cdn.trustindex.io/assets/platform/Trustindex/star/s.svg);
  -webkit-mask-image: url(https://cdn.trustindex.io/assets/platform/Trustindex/star/s.svg)
}
.ti-widget-lightbox[data-layout-id='5'][data-set-id='light-background'].ti-custom-stars .ti-star:not(.e):not(.h) {
  background: #f6bb06
}
.ti-widget-lightbox[data-layout-id='5'][data-set-id='light-background'].ti-custom-stars .ti-star.h {
  background: #f6bb06;
  background: -webkit-linear-gradient(90deg, #f6bb06 50%, #cccccc 50%) !important;
  background: linear-gradient(90deg, #f6bb06 50%, #cccccc 50%) !important
}
.ti-widget-lightbox[data-layout-id='5'][data-set-id='light-background'].ti-custom-stars .ti-star.e {
  background: #ccc !important
}
.ti-widget-lightbox[data-layout-id='5'][data-set-id='light-background'] .ti-ai-summary-item {
  color: #000000
}
.ti-widget-lightbox[data-layout-id='5'][data-set-id='light-background'] .ti-ai-summary-item .ti-review-content {
  -webkit-line-clamp: 5;
  margin-top: 16.25px;
  height: 110.75px !important
}
.ti-widget-lightbox[data-layout-id='5'][data-set-id='light-background'] .ti-ai-summary-item .ti-review-content .ti-summary-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  font-size: inherit;
  pointer-events: none
}
.ti-widget-lightbox[data-layout-id='5'][data-set-id='light-background'] .ti-ai-summary-item .ti-review-content .ti-summary-list li {
  list-style: inherit;
  margin-bottom: 0;
  padding-left: 20px;
  position: relative;
  font-size: inherit
}
.ti-widget-lightbox[data-layout-id='5'][data-set-id='light-background'] .ti-ai-summary-item .ti-review-content .ti-summary-list li:last-child {
  margin-bottom: 0
}
.ti-widget-lightbox[data-layout-id='5'][data-set-id='light-background'] .ti-ai-summary-item .ti-review-content .ti-summary-list li:before {
  display: block;
  content: "";
  width: 10px;
  height: 5px;
  border-left: solid 2px #000000;
  border-bottom: solid 2px #000000;
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  top: 7.5px
}
.ti-widget-lightbox[data-layout-id='5'][data-set-id='light-background'] .ti-ai-summary-item .ti-profile-img {
  margin-right: 13px !important
}
.ti-widget-lightbox[data-layout-id='5'][data-set-id='light-background'] .ti-ai-summary-item .ti-profile-img img:not(.ti-ai-profile-img) {
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #f4f4f4
}
.ti-widget-lightbox[data-layout-id='5'][data-set-id='light-background'] .ti-ai-summary-item .ti-profile-img img:not(.ti-ai-profile-img):not(:first-child) {
  margin-left: -12px !important
}
.ti-widget-lightbox[data-layout-id='5'][data-set-id='light-background'] .ti-ai-summary-item .ti-profile-details .ti-name {
  padding-right: 0
}
.ti-widget-lightbox[data-layout-id='5'][data-set-id='light-background'] .ti-ai-summary-item .ti-profile-details .ti-date {
  overflow: hidden;
  text-overflow: ellipsis
}
.ti-widget-lightbox[data-layout-id='5'][data-set-id='light-background'] .ti-ai-summary-item>.ti-inner {
  background-color: #f4f4f4 !important;
  background-image: none
}
.ti-widget-lightbox[data-layout-id='5'][data-set-id='light-background'] .ti-ai-summary-item .ti-profile-img img:not(.ti-ai-profile-img) {
  border-color: #f4f4f4
}
.ti-widget-lightbox[data-layout-id='5'][data-set-id='light-background'] .ti-ai-summary-item .ti-name, .ti-widget-lightbox[data-layout-id='5'][data-set-id='light-background'] .ti-ai-summary-item .ti-date, .ti-widget-lightbox[data-layout-id='5'][data-set-id='light-background'] .ti-ai-summary-item .ti-read-more span {
  color: #000000
}
.ti-widget-lightbox[data-layout-id='5'][data-set-id='light-background'] .ti-ai-summary-item .ti-lightbox-review-header {
  padding-bottom: 0 !important
}
.ti-widget-lightbox[data-layout-id='5'][data-set-id='light-background'] .ti-ai-summary-item .ti-review-content {
  margin: unset;
  -webkit-line-clamp: unset;
  width: unset !important;
  height: unset !important
}
.ti-widget.ti-goog .ti-review-content {
  height: 87px !important
}
.ti-widget.ti-goog .ti-reviews-container-wrapper {
  padding-bottom: 1px
}
.ti-widget.ti-goog .ti-widget-container {
  max-width: 100%
}
.ti-widget.ti-goog .ti-widget-container:not(.ti-col-1) .ti-footer {
  flex: 0 0 245px !important;
  max-width: 245px !important;
  margin-left: 20px;
  margin-right: 20px
}
.ti-widget.ti-goog .ti-widget-container:not(.ti-col-1) .ti-reviews-container {
  flex: 0 0 calc(100% - 285px) !important;
  max-width: calc(100% - 285px) !important
}
.ti-widget.ti-goog .ti-rating-text strong.ti-rating {
  font-size: 24px !important;
  display: block;
  margin-bottom: 6px
}
.ti-widget.ti-goog .ti-large-logo {
  margin-top: 8px
}
.ti-widget.ti-goog .ti-large-logo img {
  max-width: 120px !important;
  top: 0px
}
.ti-widget.ti-goog .ti-rating-text .nowrap {
  margin-bottom: 3px
}
.ti-widget.ti-goog .ti-footer-filter-text {
  text-align: right
}
.ti-widget.ti-goog .ti-controls {
  display: none;
  margin-top: -12px;
  width: 100%;
  position: absolute;
  height: 0px;
  z-index: 1;
  top: 50%
}
.ti-widget.ti-goog .ti-controls .ti-next, .ti-widget.ti-goog .ti-controls .ti-prev {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  opacity: 1;
  transition: all 200ms ease-out;
  background-color: #ffffff;
  outline-style: solid;
  outline-width: 2px;
  outline-color: #F4F4F4;
  border-radius: 15px
}
.ti-widget.ti-goog .ti-controls .ti-next:before, .ti-widget.ti-goog .ti-controls .ti-prev:before {
  transition: all 200ms ease-out;
  content: "";
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-color: #575757;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%
}
.ti-widget.ti-goog .ti-controls .ti-next:hover, .ti-widget.ti-goog .ti-controls .ti-next:focus, .ti-widget.ti-goog .ti-controls .ti-prev:hover, .ti-widget.ti-goog .ti-controls .ti-prev:focus {
  cursor: pointer;
  background-color: #4d4d4d !important;
  outline-color: #424242 !important;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.05)
}
.ti-widget.ti-goog .ti-controls .ti-next:hover:before, .ti-widget.ti-goog .ti-controls .ti-next:focus:before, .ti-widget.ti-goog .ti-controls .ti-prev:hover:before, .ti-widget.ti-goog .ti-controls .ti-prev:focus:before {
  border-color: #fff !important
}
.ti-widget.ti-goog .ti-controls .ti-next {
  right: 1px
}
.ti-widget.ti-goog .ti-controls .ti-next:before {
  transform: translate(-70%, -50%) rotate(-135deg)
}
.ti-widget.ti-goog .ti-controls .ti-prev {
  left: 1px
}
.ti-widget.ti-goog .ti-controls .ti-prev:before {
  transform: translate(-30%, -50%) rotate(45deg)
}
@media (min-width:1024px) {
  .ti-widget.ti-goog .ti-controls {
    display: block
  }
}
@media (max-width:479px) {
  .ti-widget.ti-goog .ti-controls {
    top: calc(50% - 19px)
  }
}
.ti-widget.ti-goog .ti-controls-line {
  display: none;
  margin: 20px auto;
  width: 150px;
  height: 3px;
  border-radius: 3px;
  background: rgba(87, 87, 87, 0.35);
  position: relative;
  overflow: hidden
}
.ti-widget.ti-goog .ti-controls-line .dot {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 25px;
  padding-left: 4px;
  padding-right: 4px;
  height: 100%;
  border-radius: 3px;
  background: #575757;
  transition: width 0.2s, left 0.2s
}
@media (max-width:479px) {
  .ti-widget.ti-goog .ti-controls-line {
    display: block !important
  }
}
.ti-widget.ti-goog .ti-footer {
  margin-top: 0
}
.ti-widget.ti-goog .ti-footer .ti-stars {
  margin-bottom: 5px
}
.ti-widget.ti-goog .ti-fade-container:nth-child(1) {
  display: block
}
.ti-widget.ti-goog .ti-fade-container[style*="display: flex"] {
  display: block !important
}
.ti-widget.ti-goog .ti-large-logo {
  margin-top: 5px
}
.ti-widget.ti-goog .ti-footer-filter-text:has(+ .ti-verified-by-row) {
  text-align: left
}
.ti-clickable-link {
  cursor: pointer
}
/* <style sem atributo> (era inline) */
.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
  background-image: none !important;
}
@media screen and (max-height: 1024px) {
  .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
  .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
    background-image: none !important;
  }
}
@media screen and (max-height: 640px) {
  .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
  .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
    background-image: none !important;
  }
}
/* <style data-kubio-theme-style="true"> (era inline) */
html.vertice-theme #kubio [data-kubio-component="dropdown-menu"] ul, [data-kubio='kubio/menu-offscreen']>div {
  justify-content: center !important
}
html.vertice-theme #kubio .vertice-header__k__sNZ9xUM8ReR-nav:not(.extra-1):not(extra-2) .wp-block-kubio-column__container {}
html.vertice-theme #kubio .vertice-header__k__sNZ9xUM8ReR-nav:not(.extra-1):not(extra-2) .wp-block-kubio-column__container:nth-child(1) a {}
html.vertice-theme #kubio .vertice-header__k__sNZ9xUM8ReR-nav:not(.extra-1):not(extra-2) .wp-block-kubio-column__container:nth-child(2) {}
html.vertice-theme #kubio .vertice-header__k__sNZ9xUM8ReR-nav:not(.extra-1):not(extra-2) div>.colibri-menu-container>ul.colibri-menu {
  justify-content: normal
}
html.vertice-theme #kubio .vertice-header__k__sNZ9xUM8ReR-nav:not(.extra-1):not(extra-2) .wp-block-kubio-column__container .wp-block-kubio-logo {}
html.vertice-theme #kubio .vertice-header__k__sNZ9xUM8ReR-nav:not(.extra-1):not(extra-2) {
  padding-top: 20px !important;
  padding-bottom: 20px !important
}
html.vertice-theme #kubio [data-selective-refresh='kubio-theme-components-innerheader-topbar'] {
  display: none
}
html.vertice-theme #kubio .vertice-header__k__KFTMhA6WOVh-outer {
  min-height: auto;
  background-color: rgba(103, 83, 233, 1);
  
  background-position: %s;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 150px
}
html.vertice-theme #kubio .vertice-header__k__KFTMhA6WOVh-outer .background-layer .shape-layer {
  
  background-size: %s
}
html.vertice-theme #kubio .vertice-header__k__KFTMhA6WOVh-outer .background-layer .overlay-layer {
  background-color: rgba(0, 0, 0, 0.5)
}
html.vertice-theme #kubio .vertice-header__k__KFTMhA6WOVh-outer .h-separator {
  height: 100px !important
}
html.vertice-theme #kubio .vertice-front-header__k__J6FPNZyUrn-outer .wp-block-kubio-column__container:nth-child(2) {
  display: none
}
html.vertice-theme #kubio .vertice-front-header__k__J6FPNZyUrn-outer {
  min-height: auto;
  background-color: rgba(0, 0, 0, 0);
  
  background-position: %s;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 250px
}
html.vertice-theme #kubio .vertice-front-header__k__J6FPNZyUrn-outer .background-layer .shape-layer {
  
  background-size: %s
}
html.vertice-theme #kubio .vertice-front-header__k__J6FPNZyUrn-outer .background-layer .overlay-layer {
  background-color: rgba(18, 19, 21, 0.55)
}
html.vertice-theme #kubio .vertice-front-header__k__J6FPNZyUrn-outer .h-separator {
  height: 100px !important
}
html.vertice-theme #kubio [data-kubio-partial-refresh='title'] .wp-block-kubio-heading__text {
  text-align: center
}
html.vertice-theme #kubio [data-kubio-partial-refresh='subtitle'] .wp-block-kubio-text__text {
  text-align: center
}
html.vertice-theme #kubio .vertice-front-header__k__xLwdIMLPC_l-nav:not(.extra-1):not(extra-2) .wp-block-kubio-column__container {}
html.vertice-theme #kubio .vertice-front-header__k__xLwdIMLPC_l-nav:not(.extra-1):not(extra-2) .wp-block-kubio-column__container:nth-child(1) a {}
html.vertice-theme #kubio .vertice-front-header__k__xLwdIMLPC_l-nav:not(.extra-1):not(extra-2) .wp-block-kubio-column__container:nth-child(2) {}
html.vertice-theme #kubio .vertice-front-header__k__xLwdIMLPC_l-nav:not(.extra-1):not(extra-2) div>.colibri-menu-container>ul.colibri-menu {
  justify-content: normal
}
html.vertice-theme #kubio .vertice-front-header__k__xLwdIMLPC_l-nav:not(.extra-1):not(extra-2) .wp-block-kubio-column__container .wp-block-kubio-logo {}
html.vertice-theme #kubio .vertice-front-header__k__xLwdIMLPC_l-nav:not(.extra-1):not(extra-2) {
  padding-top: 20px !important;
  padding-bottom: 20px !important
}
html.vertice-theme #kubio [data-selective-refresh='kubio-theme-components-frontheader-topbar'] {
  display: none
}
html.vertice-theme #kubio .wp-block-kubio-hero div.wp-block-kubio-image__frameImage {
  border-style: solid;
  background-color: transparent
}
html.vertice-theme #kubio .wp-block-kubio-hero .wp-block-kubio-image__frameImage {
  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, 1);
  width: 100%;
  height: 100%;
  transform: translateX(10%) translateY(10%);
  border-width: 10px;
  z-index: 1
}
html.vertice-theme #kubio .wp-block-kubio-hero .wp-block-kubio-image__frameImage {
  box-shadow:
}
html.vertice-theme #kubio .wp-block-kubio-post-featured-image.kubio-post-featured-image--image-missing {
  display: block
}
html.vertice-theme #kubio .wp-block-kubio-post-featured-image {
  background-color: rgb(163, 172, 190)
}
html.vertice-theme #kubio [data-kubio-partial-refresh='buttons'] {
  text-align: center
}
@media (max-width: 767px) {
  html.vertice-theme #kubio .vertice-header__k__KFTMhA6WOVh-outer {
    background-attachment: none
  }
  html.vertice-theme #kubio .vertice-front-header__k__J6FPNZyUrn-outer {
    background-attachment: none
  }
}
@media (min-width: 1024px) {
  html.vertice-theme #kubio .vertice-front-header__k__J6FPNZyUrn-outer .wp-block-kubio-column__container {
    width: 80%
  }
  html.vertice-theme #kubio .vertice-front-header__k__J6FPNZyUrn-outer .wp-block-kubio-column__container:nth-child(1) {}
  html.vertice-theme #kubio .vertice-front-header__k__J6FPNZyUrn-outer .wp-block-kubio-row__inner .wp-block-kubio-column__container:first-child {
    width: 100% !important
  }
  html.vertice-theme #kubio .vertice-front-header__k__J6FPNZyUrn-outer .wp-block-kubio-row__inner .wp-block-kubio-column__container:nth-child(2) {
    width: calc(100% - 100%) !important
  }
}
/* <style id="wp-custom-css"> (era inline) */
/** Start Block Kit CSS: 144-3-3a7d335f39a8579c20cdf02f8d462582 **/
.envato-block__preview {
  overflow: visible;
}
/* Envato Kit 141 Custom Styles - Applied to the element under Advanced */
.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-wrapper {
  text-align: center;
}
.envato-kit-141-top-0 h1,
.envato-kit-141-top-0 h2,
.envato-kit-141-top-0 h3,
.envato-kit-141-top-0 h4,
.envato-kit-141-top-0 h5,
.envato-kit-141-top-0 h6,
.envato-kit-141-top-0 p {
  margin-top: 0;
}
.envato-kit-141-newsletter-inline .elementor-field-textual.elementor-size-md {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.envato-kit-141-bottom-0 p {
  margin-bottom: 0;
}
.envato-kit-141-bottom-8 .elementor-price-list .elementor-price-list-item .elementor-price-list-header {
  margin-bottom: .5rem;
}
.envato-kit-141.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .swiper-container {
  padding-bottom: 52px;
}
.envato-kit-141-display-inline {
  display: inline-block;
}
.envato-kit-141 .elementor-slick-slider ul.slick-dots {
  bottom: -40px;
}
/** End Block Kit CSS: 144-3-3a7d335f39a8579c20cdf02f8d462582 **/

