@font-face {
    font-family: vazir;
    font-style: normal;
    font-weight: 100;
    src: url("font/vazir/Vazir.eot");
    src: url("font/vazir/Vazir.woff") format("woff"),
        url("font/vazir/Vazir.woff2") format("woff2");
}

@font-face {
    font-family: vazir;
    font-style: normal;
    font-weight: 300;
    src: url("font/vazir/Vazir-Bold.eot");
    src: url("font/vazir/Vazir-Bold.woff") format("woff"),
        url("font/vazir/Vazir-Bold.woff2") format("woff2");
}


:root {
    --primary-color: #B02C2D !important;
    --secondary-color: #f7f7f7 !important;
    --accent-color: #fff !important;
    --light-gray: #f8f8f8 !important;
    --white: #fffffe !important;
}

/* Add RTL support */
body {
    direction: rtl;
    text-align: right;
    background-color: #0a0a0a;
    font-family: vazir;
}

.loader-bg {
    position: fixed;
    background: #0a0a0a;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    background: transparent;
    border: 3px solid rgba(0, 102, 255, 0.1);
    border-radius: 50%;
    text-align: center;
    line-height: 150px;
    font-size: 20px;
    color: #B02C2D;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 0 0 10px #B02C2D;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}

.loader::before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    width: 100%;
    height: 100%;
    border: 3px solid transparent;
    border-top: 3px solid #B02C2D;
    border-right: 3px solid #B02C2D;
    border-radius: 50%;
    animation: animateC 2s linear infinite;
}

.loader span {
    display: block;
    position: absolute;
    top: calc(50% - 2px);
    left: 50%;
    width: 50%;
    height: 4px;
    background: transparent;
    transform-origin: left;
    animation: animate 2s linear infinite;
}

.loader span::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #B02C2D;
    top: -6px;
    right: -8px;
    box-shadow: 0 0 20px 5px #B02C2D;
}

@keyframes animateC {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate {
    0% {
        transform: rotate(45deg);
    }

    100% {
        transform: rotate(405deg);
    }
}


/* RTL alignments */
.text-center {
    text-align: center !important;
}

.text-right {
    text-align: left !important;
}

.text-left {
    text-align: right !important;
}

/* RTL margins/paddings */
.grid-padding-x .grid-padding-x {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
}

.grid-padding-x>.cell {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

/* RTL floats */
.float-left {
    float: right !important;
}

.float-right {
    float: left !important;
}

ul {
    box-sizing: border-box
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}

:where(figure) {
    margin: 0 0 1em
}

* {
    letter-spacing: 0.05em
}

html {
    background: #0a0a0a
}

body {
    background: 0 0
}

#dgs_canvas {
    position: fixed;
    z-index: -1
}

.text-center {
    text-align: center !important
}

.site-main-link-to {
    display: inline-block;
    background-color: var(--primary-color);
    padding: 1em 1.5em;
    border-radius: 2em;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.1em;
    border: 1px solid transparent;
    transition: 0.2s;
    font-size: 14px;
}

.site-main-link-to:active,
.site-main-link-to:focus,
.site-main-link-to:hover {
    /* background-color: rgba(68, 9, 146, 0.5); */
    color: #fff;
    border: 1px solid #fff;
    transition: 0.2s
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

a {
    background-color: transparent
}

strong {
    font-weight: bolder
}

code {
    font-size: 1em
}

img {
    border-style: none
}

button,
input,
select,
textarea {
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px
}

textarea {
    overflow: auto
}

[type=checkbox] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

[hidden] {
    display: none
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

body {
    margin: 0;
    padding: 0;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic
}

textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0
}

select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-radius: 0
}

button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: 0 0;
    line-height: 1;
    cursor: auto
}

.grid-x {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%
}

.cell.auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0
}

.grid-x>.auto {
    width: auto
}

.grid-x>.small-12,
.grid-x>.small-4,
.grid-x>.small-8 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

@media print,
screen and (min-width: 40em) {
    .reveal {
        right: auto;
        left: auto;
        margin: 0 auto
    }

    .grid-x>.medium-12,
    .grid-x>.medium-6 {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media print,
screen and (min-width: 64em) {

    .grid-x>.large-12,
    .grid-x>.large-2,
    .grid-x>.large-3,
    .grid-x>.large-4,
    .grid-x>.large-6 {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

.grid-x>.small-12,
.grid-x>.small-4,
.grid-x>.small-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.grid-x>.small-4 {
    width: 33.33333%
}

.grid-x>.small-8 {
    width: 66.66667%
}

.grid-x>.small-12 {
    width: 100%
}

@media print,
screen and (min-width: 40em) {

    .grid-x>.medium-12,
    .grid-x>.medium-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-x>.medium-6 {
        width: 50%
    }

    .grid-x>.medium-12 {
        width: 100%
    }
}

@media print,
screen and (min-width: 64em) {

    .grid-x>.large-12,
    .grid-x>.large-2,
    .grid-x>.large-3,
    .grid-x>.large-4,
    .grid-x>.large-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-x>.large-2 {
        width: 16.66667%
    }

    .grid-x>.large-3 {
        width: 25%
    }

    .grid-x>.large-4 {
        width: 33.33333%
    }

    .grid-x>.large-6 {
        width: 50%
    }

    .grid-x>.large-12 {
        width: 100%
    }
}

.grid-padding-x .grid-padding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem
}

.grid-padding-x>.cell {
    padding-right: 0.625rem;
    padding-left: 0.625rem
}

.align-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align-middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.align-center-middle {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}

div,
h1,
h2,
li,
p,
ul {
    margin: 0;
    padding: 0
}

p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility
}

em,
i {
    font-style: italic;
    line-height: inherit
}

strong {
    font-weight: 700;
    line-height: inherit
}

h1,
h2 {
    font-style: normal;
    font-weight: 400;
    color: inherit;
    text-rendering: optimizeLegibility
}

h1 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem
}

h2 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem
}

@media print,
screen and (min-width: 40em) {
    .grid-padding-x .grid-padding-x {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem
    }

    .grid-padding-x>.cell {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem
    }

    h1 {
        font-size: 3rem
    }

    h2 {
        font-size: 2.5rem
    }

    .reveal {
        min-height: 0
    }
}

a {
    line-height: inherit;
    color: #1779ba;
    text-decoration: none;
    cursor: pointer
}

a:focus,
a:hover {
    color: #1468a0
}

a img {
    border: 0
}

ul {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.6
}

li {
    font-size: inherit
}

ul {
    margin-left: 1.25rem;
    list-style-type: disc
}

ul ul {
    margin-left: 1.25rem;
    margin-bottom: 0
}

code {
    border: 1px solid #cacaca;
    background-color: #e6e6e6;
    font-weight: 400;
    color: #0a0a0a;
    display: inline;
    max-width: 100%;
    word-wrap: break-word;
    padding: 0.125rem 0.3125rem 0.0625rem
}

.text-center {
    text-align: center
}

@media print {
    * {
        background: 0 0 !important;
        color: #000 !important;
        -webkit-print-color-adjust: economy;
        color-adjust: economy;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    a[href^="#"]:after {
        content: ""
    }

    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: 0.5cm
    }

    h2,
    p {
        orphans: 3;
        widows: 3
    }

    h2 {
        page-break-after: avoid
    }
}

.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem;
    padding: 0.85em 1em;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 0.9rem;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer
}

.button,
.button.disabled,
.button.disabled:focus,
.button.disabled:hover,
.button[disabled],
.button[disabled]:focus,
.button[disabled]:hover {
    background-color: #1779ba;
    color: #fefefe
}

.button:focus,
.button:hover {
    background-color: #14679e;
    color: #fefefe
}

.button.disabled,
.button[disabled] {
    opacity: 0.25;
    cursor: not-allowed
}

a.button:focus,
a.button:hover {
    text-decoration: none
}

[type=color],
[type=number],
[type=text],
[type=time],
[type=url],
textarea {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

[type=color]:focus,
[type=number]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
textarea:focus {
    outline: 0;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 5px #cacaca;
    box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s
}

textarea {
    max-width: 100%
}

input:disabled,
textarea:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed
}

[type=button] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

::-webkit-input-placeholder {
    color: #cacaca
}

::-moz-placeholder {
    color: #cacaca
}

::-ms-input-placeholder {
    color: #cacaca
}

::placeholder {
    color: #cacaca
}

[type=checkbox],
[type=file] {
    margin: 0 0 1rem
}

[type=file] {
    width: 100%
}

select {
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    background-image: url("data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjMyIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMzIgMjQiPjxwb2x5Z29uIHBvaW50cz0iMCwwIDMyLDAgMTYsMjQiIHN0eWxlPSJmaWxsOiByZ2IoMTM4LCAxMzgsIDEzOCkiPjwvcG9seWdvbj48L3N2Zz4=");
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s
}

@media screen and (min-width: 0) {
    select {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==")
    }
}

select:focus {
    outline: 0;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 5px #cacaca;
    box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s
}

select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed
}

select::-ms-expand {
    display: none
}

select[multiple] {
    height: auto;
    background-image: none
}

select:not([multiple]) {
    padding-top: 0;
    padding-bottom: 0
}

.close-button {
    position: absolute;
    z-index: 10;
    color: #8a8a8a;
    cursor: pointer
}

.close-button:focus,
.close-button:hover {
    color: #0a0a0a
}

.close-button {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1
}

.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.menu .button,
.menu a {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem
}

.menu a,
.menu button,
.menu input,
.menu select {
    margin-bottom: 0
}

.menu input {
    display: inline-block
}

.menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.menu.nested {
    margin-right: 0;
    margin-left: 1rem
}

.menu .active>a {
    background: #1779ba;
    color: #fefefe
}

.menu.align-center li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.no-js [data-responsive-menu] ul {
    display: none
}

.no-js .dropdown.menu ul {
    display: none
}

.reveal {
    z-index: 1006;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    padding: 1rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.reveal> :last-child {
    margin-bottom: 0
}

@media print,
screen and (min-width: 40em) {
    .reveal {
        width: 600px;
        max-width: 75rem
    }
}

@media print,
screen and (max-width: 39.99875em) {
    .reveal {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: none;
        height: 100%;
        min-height: 100%;
        margin-left: 0;
        border: 0;
        border-radius: 0
    }
}

.slider {
    position: relative;
    height: 0.5rem;
    margin-top: 1.25rem;
    margin-bottom: 2.25rem;
    background-color: #e6e6e6;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none
}

.slider.disabled,
.slider[disabled] {
    opacity: 0.25;
    cursor: not-allowed
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0
}

caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: 700
}

table.scroll {
    display: block;
    width: 100%;
    overflow-x: auto
}

.hide {
    display: none !important
}

.visible {
    visibility: visible
}

.linear {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important
}

.ease {
    -webkit-transition-timing-function: ease !important;
    transition-timing-function: ease !important
}

.ease-in-out {
    -webkit-transition-timing-function: ease-in-out !important;
    transition-timing-function: ease-in-out !important
}

.linear {
    -webkit-animation-timing-function: linear !important;
    animation-timing-function: linear !important
}

.ease {
    -webkit-animation-timing-function: ease !important;
    animation-timing-function: ease !important
}

.ease-in-out {
    -webkit-animation-timing-function: ease-in-out !important;
    animation-timing-function: ease-in-out !important
}

#site-header {
    position: absolute;
    z-index: 100;
    width: 100%;
    padding: 15px;
    background-color: #00000030;
}

#site-header #site-logo {
    text-align: center;
    margin-bottom: 15px
}

#site-header #site-logo .custom-logo-link img {
    max-width: 150px;
    width: 100%
}

#site-header #telDGS {
    color: #fff;
    border: 1px solid #fff;
    margin: 0;
    padding: 5px 10px
}

#site-header #telDGS:active,
#site-header #telDGS:focus,
#site-header #telDGS:hover {
    color: #fff
}

#site-navigation ul li a {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 1rem 0.6rem;
    font-weight: 700;
    text-align: center
}

#site-navigation ul li.contactNav {
    background: #B02C2D;
    border-radius: 2em
}

#social-menu {
    margin: 30px 0
}

#social-menu li a {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase
}

#site-header-toggle {
    position: absolute;
    right: 15px;
    top: 45px;
    z-index: 999999;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: none
}

#site-header-toggle .site-header-toggle-button,
#site-header-toggle::after,
#site-header-toggle::before {
    display: inline-block;
    background-color: #fff;
    position: absolute;
    height: 4px;
    width: 100%;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 2px;
    transform-origin: 50% 50%
}

#site-header-toggle::before {
    content: "";
    margin-top: -8px
}

#site-header-toggle::after {
    content: "";
    margin-top: 8px
}

#site-header #site-logo {
    height: 70px;
    overflow: hidden;
    transition: all 0.2s ease-in
}

#site-header.bgStyleScroll #site-logo {
    height: 0;
    overflow: hidden;
    transition: all 0.2s ease-in
}

@media print,
screen and (max-width: 63.99875em) {
    #site-header #site-header-toggle {
        display: block
    }

    #site-header.site-header-toggle-button #site-navigation {
        opacity: 1;
        top: 0;
        transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1)
    }

    #site-header.site-header-toggle-button #site-header-toggle .site-header-toggle-button {
        display: none
    }

    #site-header.site-header-toggle-button #site-header-toggle::before {
        transform: rotate(405deg);
        margin-top: 0
    }

    #site-header.site-header-toggle-button #site-header-toggle::after {
        transform: rotate(-405deg);
        margin-top: 0
    }

    #site-header #site-navigation {
        position: absolute;
        z-index: 9999;
        left: 0;
        top: -150vh;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.9);
        align-items: center;
        transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
        display: flex;
        opacity: 0
    }

    #site-header #site-navigation .menu-navigation-site-container {
        width: 100%
    }

    #site-header #site-navigation li {
        width: 100%;
        justify-content: center;
        padding: 0.5rem 0
    }

    #site-header #site-navigation li a {
        font-size: 1.2em
    }
}

#site-footer {
    padding: 50px 0;
    position: relative
}

#site-footer::after,
#site-footer::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 80%;
    left: 10%;
    background: #fff;
    opacity: 0.5
}

#site-footer::before {
    top: 0
}

#site-footer::after {
    bottom: 0
}

#site-footer #blockLogoFooter a {
    max-width: 150px;
    display: inline-block
}

#site-footer #blockLogoFooter p {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    font-size: 10px
}

#site-footer .nav-vertical {
    display: inline-block
}

#site-footer .nav-vertical .menu {
    flex-direction: column;
    align-items: flex-start
}

#site-footer .nav-vertical .menu li a {
    text-align: left;
    line-height: 16px
}

@media print,
screen and (max-width: 39.99875em) {
    #site-footer {
        padding: 50px 0 25px
    }

    #site-footer::after,
    #site-footer::before {
        width: 90%;
        left: 5%
    }

    #site-footer .nav-vertical .menu {
        align-items: center
    }

    #telDGS {
        font-size: 12px;
        margin-top: 15px !important;
        display: inline-block
    }
}

.home .st0 {
    fill: none;
    stroke: #fff;
    stroke-width: 1;
    stroke-miterlimit: 10
}

.home #dgstxt {
    transform: translate(0, 0);
    width: 587px;
    opacity: 0
}

.home #ph01,
.home #ph02,
.home #ph03,
.home #ph04,
.home #ph05 {
    visibility: hidden
}

.home #animdgssvg {
    width: 100%;
    position: fixed;
    height: 100vh;
    overflow: hidden;
    right: 100;
    left: 0;
    transition: all 0.8s ease-in;
    padding-bottom: 16%;
    z-index: -1;
    padding-left: 100px;
}

.home #animdgssvg.minlWidth {
    width: 50%;
    transition: all 0.8s ease-in;
    padding-bottom: 0
}

.home #animdgssvg.minlWidth #dgstxt {
    opacity: 1 !important
}

.home #animdgssvg svg {
    margin: 0 auto;
    height: 100%;
    width: 100%;
    max-width: 700px;
    display: block;
    padding-top: 200px
}

.home #avis-google {
    margin-top: 30px
}

.home .site-post-block-right {
    overflow: hidden
}

.home #fp-nav ul li a span,
.home .fp-slidesNav ul li a span {
    background: var(--primary-color)
}

.home #colibri {
    max-width: 500px;
    vertical-align: middle;
    height: initial;
    display: block;
    margin: 0 auto 50px;
    margin-top: 50vh;
    /* height: 100vh; */
    padding: 0 25px 0 0
}

.home #ailedroite {
    position: relative;
    transform-origin: center center !important;
    animation: 0.2s linear 0.1s infinite battementDR
}

@keyframes battementDR {

    0%,
    100% {
        width: auto;
        transform: translate(0, 0) scale(1) rotate(0) skewX(0) skewY(0)
    }

    50% {
        width: 120px;
        transform: translate(10px, -50px) scale(1) rotate(-25deg) skewX(-43deg) skewY(0)
    }
}

.home #ailegauche {
    transform-origin: right;
    -webkit-transform-origin: right;
    animation: 0.2s ease-in-out 0.1s infinite battementGC;
    transform: translate(28px, 20px) scale(1) rotatey(0) skewx(0) skewy(0)
}

@keyframes battementGC {

    0%,
    100% {
        transform: translate(22px, 20px) scale(1) rotateY(0) skewX(0) skewY(0)
    }

    50% {
        transform: translate(22px, 32px) scale(1) rotateY(0) skewX(-24deg) skewY(-1deg)
    }
}

.home #oiseau {
    animation: 0.6s cubic-bezier(0.27, 1.15, 1, 1.12) 0.2s forwards oiseauappear, 4s ease-in-out 0.8s infinite bounce
}

.home #particules {
    animation: 4s ease-in 0.8s infinite bounce
}

@keyframes bounce {

    0%,
    100% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(-15px, -5px)
    }
}

@keyframes oiseauappear {
    0% {
        transform: translate(-150px, -100%)
    }

    100% {
        transform: translate(0, 0)
    }
}

.home #p1,
.home #p2,
.home #p3,
.home #p4,
.home #p5,
.home #p6,
.home #p7,
.home #p8 {
    transform-origin: center;
    -webkit-transform-origin: center;
    -webkit-transform-origin: center;
    opacity: 0
}

.home #p1 {
    transform: translate(-61px, -284px) scale(1.5) rotate(20deg);
    animation: 0.5s cubic-bezier(0.24, 1.67, 1, 1.37) 0.68s forwards particule
}

.home #p2 {
    transform: translate(0, -307px) scale(1.5) rotate(20deg);
    animation: 0.5s cubic-bezier(0.24, 1.67, 1, 1.37) 0.62s forwards particule
}

.home #p3 {
    transform: translate(0, -224px) scale(1.5) rotate(20deg);
    animation: 0.5s cubic-bezier(0.24, 1.67, 1, 1.37) 0.44s forwards particule
}

.home #p4 {
    transform: translate(-29px, -121px) scale(1.5) rotate(20deg);
    animation: 0.5s cubic-bezier(0.24, 1.67, 1, 1.37) 0.55s forwards particule
}

.home #p5 {
    transform: translate(62px, -65px) scale(1.5) rotate(20deg);
    animation: 0.5s cubic-bezier(0.24, 1.67, 1, 1.37) 0.45s forwards particule
}

.home #p6 {
    transform: translate(144px, -62px) scale(1.5) rotate(20deg);
    animation: 0.5s cubic-bezier(0.24, 1.67, 1, 1.37) 0.58s forwards particule
}

.home #p7 {
    transform: translate(157px, 12px) scale(1.5) rotate(20deg);
    animation: 0.5s cubic-bezier(0.24, 1.67, 1, 1.37) 0.5s forwards particule
}

.home #p8 {
    transform: translate(205px, -1px) scale(1.5) rotate(20deg);
    animation: 0.5s cubic-bezier(0.24, 1.67, 1, 1.37) 0.48s forwards particule
}

@keyframes particule {
    100% {
        opacity: 1;
        transform: translate(0, 0) scale(1) rotate(0)
    }
}

.home .entry-title,
.home .site-description,
.home .site-main-excerpt,
.home .site-title {
    color: var(--accent-color)
}

.home .site-title {
    font-weight: 700;
    font-size: 3em;
    line-height: 1em;
    text-align: center;
    padding: 30px 0;
    margin: 0;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
    color: transparent;
    animation: 0.5s ease-in-out forwards scaleOpacity;
}

.home .site-title span.ttl {
    display: inline-block;
    position: relative;
    text-shadow: none;
    display: inline-block;
    color: #fff;
    -webkit-text-stroke: initial;
    text-stroke: initial;
}

/* .home .site-title span.ttl::after {
    content: "";
    height: 30%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10%;
    z-index: -1
} */

.home .site-title span.ttls {
    display: inline-block;
    width: 100%;
}

.home .site-description {
    font-size: 2em;
    line-height: 1em;
    text-align: center;
    margin: 0;
    padding: 0;
    animation: 1s ease-in-out forwards scaleOpacity;
}

@keyframes scaleOpacity {
    from {
        transform: scale(0);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

.home .fp-tableCell {
    display: flex;
    vertical-align: middle;
    align-content: center;
    align-items: center;
    padding: 0 50px
}

.home .fp-tableCell .site-post-container {
    width: 100%
}

.home .entry-title {
    font-size: 3em;
    line-height: 1em;
    position: relative;
    margin-bottom: 50px
}

/* .home .entry-title span {
    font-weight: 700;
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
    display: inline-block;
    color: transparent;
    text-shadow: none;
    display: inline-block;
    width: 100%
} */

/* .home .entry-title::after {
    content: "";
    position: absolute;
    top: 110%;
    left: 0;
    width: 50%;
    height: 3px;
    border-radius: 1px
} */

.home .site-main-excerpt {
    font-size: 16px;
    font-weight: 300;
    position: relative;
    max-width: 90%
}

.home .entry-header,
.home .site-main-excerpt,
.home .site-main-link {
    transition-property: transform;
    transition-duration: 0.3s;
    transform: translate(-120px, 0)
}

.home .entry-header {
    transition-delay: 0.2s
}

.home .site-main-excerpt {
    transition-delay: 0.3s
}

.home .site-main-link {
    transition-delay: 0.4s
}

.home .animationScrollDgs .entry-header,
.home .animationScrollDgs .site-main-excerpt,
.home .animationScrollDgs .site-main-link {
    transform: translate(0, 0)
}

body:not(.home).page #site-main {
    padding-top: 200px;
    min-height: 100vh
}

body:not(.home).page #site-main .entry-header .entry-title {
    color: #fff;
    text-align: center;
    line-height: 1.4em;
    font-size: 18px;
    margin-bottom: 35px;
    font-weight: 500
}

@media print,
screen and (max-width: 63.99875em) {
    .home .fp-tableCell {
        padding: 0 15px
    }

    .home .fp-tableCell .site-post-container {
        padding-top: 100px
    }

    .home #fp-nav {
        right: 5px;
        z-index: 99 !important
    }

    .home .entry-title,
    .home .site-title {
        font-size: 9vw;
        line-height: 1em
    }

    .home .site-description {
        font-size: 1.4em
    }

    .home #colibri {
        max-width: 250px;
        margin: 0 auto 10px
    }

    .home #animdgssvg {
        opacity: 0.5
    }

    .home #animdgssvg.minlWidth {
        width: 100%
    }

    #fp-nav {
        display: none
    }
}

.fp-enabled body,
html.fp-enabled {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent
}

.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.fp-slide {
    float: left
}

.fp-slide,
.fp-slidesContainer {
    height: 100%;
    display: block
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.3s ease-out;
    transition: all 0.3s ease-out
}

.fp-section.fp-table,
.fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.fp-slidesContainer {
    float: left;
    position: relative
}

.fp-controlArrow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent
}

.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff
}

.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important
}

#fp-nav {
    position: fixed;
    z-index: 100;
    top: 50%;
    opacity: 1;
    transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -webkit-transform: translate3d(0, -50%, 0)
}

#fp-nav.fp-right {
    right: 17px
}

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important
}

#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0
}

#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative
}

.fp-slidesNav ul li {
    display: inline-block
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: all 0.1s ease-in-out
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px
}

#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active+.fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1
}

#fp-nav ul li .fp-tooltip.fp-right {
    right: 20px
}

.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.fp-section {
    height: auto !important
}

.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell,
.fp-responsive .fp-auto-height-responsive.fp-section {
    height: auto !important
}

.fp-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.cc-window {
    opacity: 1;
    -webkit-transition: opacity 1s;
    transition: opacity 1s ease
}

.cc-window.cc-invisible {
    opacity: 0
}

.cc-animate.cc-revoke {
    -webkit-transition: transform 1s;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
    -webkit-transform: translatey(-2em);
    transform: translatey(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
    -webkit-transform: translatey(2em);
    transform: translatey(2em)
}

.cc-animate.cc-revoke.cc-active.cc-top {
    -webkit-transform: translatey(0);
    transform: translatey(0)
}

.cc-animate.cc-revoke.cc-active.cc-bottom {
    -webkit-transform: translatey(0);
    transform: translatey(0)
}

.cc-revoke:hover {
    -webkit-transform: translatey(0);
    transform: translatey(0)
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 1s;
    transition: max-height 1s
}

.cc-revoke,
.cc-window {
    position: fixed;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999
}

.cc-window.cc-static {
    position: static
}

.cc-revoke {
    padding: 0.5em
}

.cc-revoke:hover {
    text-decoration: underline
}

.cc-header {
    font-size: 18px;
    font-weight: 700
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
    cursor: pointer
}

.cc-link {
    opacity: 0.8;
    display: inline-block;
    padding: 0.2em;
    text-decoration: underline
}

.cc-link:hover {
    opacity: 1
}

.cc-link:active,
.cc-link:visited {
    color: initial
}

.cc-btn {
    display: block;
    padding: 0.4em 0.8em;
    font-size: 0.9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline
}

.cc-close {
    display: block;
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    font-size: 1.6em;
    opacity: 0.9;
    line-height: 0.75
}

.cc-close:focus,
.cc-close:hover {
    opacity: 1
}

.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em
}

.cc-top {
    top: 1em
}

.cc-bottom {
    bottom: 1em
}

.cc-compliance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.cc-btn+.cc-btn {
    margin-left: 0.5em
}

@media print {

    .cc-revoke,
    .cc-window {
        display: none
    }
}

@media screen and (max-width: 900px) {
    .cc-btn {
        white-space: normal
    }
}

@media screen and (max-width: 414px) and (orientation: portrait),
screen and (max-width: 736px) and (orientation: landscape) {
    .cc-window.cc-top {
        top: 0
    }

    .cc-window.cc-bottom {
        bottom: 0
    }

    .cc-window .cc-message {
        margin-bottom: 1em
    }
}

.dg ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    clear: both
}

.dg.ac {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    z-index: 0
}

.dg:not(.ac) .main {
    overflow: hidden
}

.dg.main {
    -webkit-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear
}

.dg.main.taller-than-window {
    overflow-y: auto
}

.dg.main.taller-than-window .close-button {
    opacity: 1;
    margin-top: -1px;
    border-top: 1px solid #2c2c2c
}

.dg.main ul.closed .close-button {
    opacity: 1 !important
}

.dg.main .close-button.drag,
.dg.main:hover .close-button {
    opacity: 1
}

.dg.main .close-button {
    -webkit-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
    border: 0;
    position: absolute;
    line-height: 19px;
    height: 20px;
    cursor: pointer;
    text-align: center;
    background-color: #000
}

.dg.main .close-button:hover {
    background-color: #111
}

.dg.a {
    float: right;
    margin-right: 15px;
    overflow-x: hidden
}

.dg.a.has-save ul {
    margin-top: 27px
}

.dg.a.has-save ul.closed {
    margin-top: 0
}

.dg.a .save-row {
    position: fixed;
    top: 0;
    z-index: 1002
}

.dg li {
    -webkit-transition: height 0.1s ease-out;
    -o-transition: height 0.1s ease-out;
    -moz-transition: height 0.1s ease-out;
    transition: height 0.1s ease-out
}

.dg li:not(.folder) {
    cursor: auto;
    height: 27px;
    line-height: 27px;
    overflow: hidden;
    padding: 0 4px 0 5px
}

.dg li.folder {
    padding: 0;
    border-left: 4px solid transparent
}

.dg li.title {
    cursor: pointer;
    margin-left: -4px
}

.dg .closed li:not(.title),
.dg .closed ul li,
.dg .closed ul li>* {
    height: 0;
    overflow: hidden;
    border: 0
}

.dg .cr {
    clear: both;
    padding-left: 3px;
    height: 27px
}

.dg .property-name {
    cursor: default;
    float: left;
    clear: left;
    width: 40%;
    overflow: hidden;
    text-overflow: ellipsis
}

.dg .c {
    float: left;
    width: 60%
}

.dg .c input[type=text] {
    border: 0;
    margin-top: 4px;
    padding: 3px;
    width: 100%;
    float: right
}

.dg .has-slider input[type=text] {
    width: 30%;
    margin-left: 0
}

.dg .slider {
    float: left;
    width: 66%;
    margin-left: -5px;
    margin-right: 0;
    height: 19px;
    margin-top: 4px
}

.dg .slider-fg {
    height: 100%
}

.dg .c input[type=checkbox] {
    margin-top: 9px
}

.dg .c select {
    margin-top: 5px
}

.dg .cr.boolean,
.dg .cr.boolean *,
.dg .cr.function,
.dg .cr.function *,
.dg .cr.function .property-name {
    cursor: pointer
}

.dg .selector {
    display: none;
    position: absolute;
    margin-left: -9px;
    margin-top: 23px;
    z-index: 10
}

.dg .c:hover .selector,
.dg .selector.drag {
    display: block
}

.dg li.save-row {
    padding: 0
}

.dg li.save-row .button {
    display: inline-block;
    padding: 0 6px
}

.dg.dialogue {
    background-color: #222;
    width: 460px;
    padding: 15px;
    font-size: 13px;
    line-height: 15px
}

#dg-new-constructor {
    padding: 10px;
    color: #222;
    font-size: 10px;
    border: 0;
    resize: none;
    box-shadow: inset 1px 1px 1px #888;
    word-wrap: break-word;
    margin: 12px 0;
    display: block;
    width: 440px;
    overflow-y: scroll;
    height: 100px;
    position: relative
}

#dg-local-explain {
    display: none;
    font-size: 11px;
    line-height: 17px;
    border-radius: 3px;
    background-color: #333;
    padding: 8px;
    margin-top: 10px
}

#dg-local-explain code {
    font-size: 10px
}

.dg {
    color: #eee;
    font: 11px "Lucida Grande", sans-serif;
    text-shadow: 0 -1px 0 #111
}

.dg.main::-webkit-scrollbar {
    width: 5px;
    background: #1a1a1a
}

.dg.main::-webkit-scrollbar-corner {
    height: 0;
    display: none
}

.dg.main::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #676767
}

.dg li:not(.folder) {
    background: #1a1a1a;
    border-bottom: 1px solid #2c2c2c
}

.dg li.save-row {
    line-height: 25px;
    background: #dad5cb;
    border: 0
}

.dg li.save-row select {
    margin-left: 5px;
    width: 108px
}

.dg li.save-row .button {
    margin-left: 5px;
    margin-top: 1px;
    border-radius: 2px;
    font-size: 9px;
    line-height: 7px;
    padding: 4px 4px 5px;
    background: #c5bdad;
    color: #fff;
    text-shadow: 0 1px 0 #b0a58f;
    box-shadow: 0 -1px 0 #b0a58f;
    cursor: pointer
}

.dg li.save-row .button.gears {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAANCAYAAAB/9ZQ7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQJJREFUeNpiYKAU/P//PwGIC/ApCABiBSAW+I8AClAcgKxQ4T9hoMAEUrxx2QSGN6+egDX+/vWT4e7N82AMYoPAx/evwWoYoSYbACX2s7KxCxzcsezDh3evFoDEBYTEEqycggWAzA9AuUSQQgeYPa9fPv6/YWm/Acx5IPb7ty/fw+QZblw67vDs8R0YHyQhgObx+yAJkBqmG5dPPDh1aPOGR/eugW0G4vlIoTIfyFcA+QekhhHJhPdQxbiAIguMBTQZrPD7108M6roWYDFQiIAAv6Aow/1bFwXgis+f2LUAynwoIaNcz8XNx3Dl7MEJUDGQpx9gtQ8YCueB+D26OECAAQDadt7e46D42QAAAABJRU5ErkJggg==") 2px 1px no-repeat #c5bdad;
    height: 7px;
    width: 8px
}

.dg li.save-row .button:hover {
    background-color: #bab19e;
    box-shadow: 0 -1px 0 #b0a58f
}

.dg li.folder {
    border-bottom: 0
}

.dg li.title {
    padding-left: 16px;
    background: url("data:image/gif;base64,R0lGODlhBQAFAJEAAP////Pz8////////yH5BAEAAAIALAAAAAAFAAUAAAIIlI+hKgFxoCgAOw==") 6px 10px no-repeat #000;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.dg .closed li.title {
    background-image: url("data:image/gif;base64,R0lGODlhBQAFAJEAAP////Pz8////////yH5BAEAAAIALAAAAAAFAAUAAAIIlGIWqMCbWAEAOw==")
}

.dg .cr.boolean {
    border-left: 3px solid #806787
}

.dg .cr.function {
    border-left: 3px solid #e61d5f
}

.dg .cr.number {
    border-left: 3px solid #2fa1d6
}

.dg .cr.number input[type=text] {
    color: #2fa1d6
}

.dg .cr.string {
    border-left: 3px solid #1ed36f
}

.dg .cr.string input[type=text] {
    color: #1ed36f
}

.dg .cr.boolean:hover,
.dg .cr.function:hover {
    background: #111
}

.dg .c input[type=text] {
    background: #303030;
    outline: 0
}

.dg .c input[type=text]:hover {
    background: #3c3c3c
}

.dg .c input[type=text]:focus {
    background: #494949;
    color: #fff
}

.dg .c .slider {
    background: #303030;
    cursor: ew-resize
}

.dg .c .slider-fg {
    background: #2fa1d6
}

.dg .c .slider:hover {
    background: #3c3c3c
}

.dg .c .slider:hover .slider-fg {
    background: #44abda
}


.ti-amp-iframe-body {
    background: #fff
}

.ti-widget.ti-goog {
    width: 100%;
    display: block;
    direction: ltr;
    overflow: visible;
    text-align: center;
    color: #fff;
    text-align: center
}

.ti-widget.ti-goog font {
    pointer-events: none
}

.ti-widget.ti-goog .ti-widget-container {
    margin: auto;
    display: inline-block
}

.ti-widget.ti-goog a {
    text-decoration: underline !important;
    transition: all 0.3s ease-out;
    color: inherit
}

.ti-widget.ti-goog a.ti-header {
    text-decoration: none !important
}

.ti-widget.ti-goog a:not([href]),
.ti-widget.ti-goog a[href="#"] {
    text-decoration: none !important;
    pointer-events: none
}

.ti-widget.ti-goog:after,
.ti-widget.ti-goog:before {
    content: none !important
}

.ti-widget.ti-goog strong,
.ti-widget.ti-goog strong * {
    font-weight: 700 !important;
    font-weight: 700 !important
}

.ti-widget.ti-goog .ti-widget-container,
.ti-widget.ti-goog .ti-widget-container * {
    font-size: 14px;
    line-height: 1.4em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.ti-widget.ti-goog .ti-header {
    display: -ms-flexbox;
    display: flex;
    background-color: #333;
    border-style: solid;
    border-color: #333;
    border-radius: 4px;
    padding: 20px;
    transition: all 0.3s ease-in-out;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #fff;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

@media (min-width: 480px) {
    .ti-widget.ti-goog .ti-header:hover {
        -webkit-transform: translate(0, -5px);
        -ms-transform: translate(0, -5px);
        transform: translate(0, -5px)
    }
}

.ti-widget.ti-goog .ti-header .nowrap {
    white-space: nowrap;
    display: inline-block;
    margin: 0 3px;
    color: #fff
}

.ti-widget.ti-goog .ti-header span,
.ti-widget.ti-goog .ti-header strong {
    font-size: 14px;
    color: #fff !important
}

.ti-widget.ti-goog .ti-header span {
    height: 20px
}

.ti-widget.ti-goog .ti-header .ti-stars {
    margin: 1px 3px 0;
    display: inline-block
}

.ti-widget.ti-goog .ti-header .ti-stars .ti-star {
    width: 16.8px;
    height: 16.8px;
    display: inline-block;
    margin: 0 !important;
    margin-right: 1px !important;
    background-repeat: no-repeat
}

.ti-widget.ti-goog .ti-header .ti-stars .ti-star:after,
.ti-widget.ti-goog .ti-header .ti-stars .ti-star:before {
    content: none !important
}

.ti-widget.ti-goog .ti-mob-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap
}

.ti-widget.ti-goog .ti-mob-row p:empty {
    display: none
}

.ti-widget.ti-goog .ti-small-logo {
    vertical-align: middle;
    display: inline;
    line-height: 1em
}

.ti-widget.ti-goog .ti-small-logo img {
    display: inline;
    width: auto;
    position: relative;
    margin-left: 3px
}

.ti-widget.ti-goog .ti-separator:before {
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
    top: -1px;
    display: inline-block;
    font-weight: 400;
    content: " | ";
    height: 15px;
    opacity: 0.6
}

.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%, #ccc 50%) !important;
    background: linear-gradient(90deg, #f6bb06 50%, #ccc 50%) !important
}

.ti-widget.ti-goog.ti-custom-stars .ti-star.e {
    background: #ccc !important
}

.ti-widget.ti-goog[data-language=ar] .ti-header span,
.ti-widget.ti-goog[data-language=fa] .ti-header span,
.ti-widget.ti-goog[data-language=he] .ti-header span {
    direction: rtl
}

.ti-widget.ti-goog[data-language=ar] .ti-stars,
.ti-widget.ti-goog[data-language=fa] .ti-stars,
.ti-widget.ti-goog[data-language=he] .ti-stars {
    direction: ltr !important
}

.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: 8px !important;
    margin-right: 8px !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-animation .ti-footer:hover,
.ti-widget.ti-goog.ti-disable-animation .ti-header:hover,
.ti-widget.ti-goog.ti-disable-animation .ti-review-item: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-content-align-right .ti-verified-tooltip,
.ti-widget.ti-goog.ti-text-align-right .ti-verified-tooltip {
    left: unset;
    right: 0;
    margin-left: 0;
    margin-right: 25px
}

.ti-widget.ti-goog.ti-content-align-right .ti-verified-tooltip:before,
.ti-widget.ti-goog.ti-text-align-right .ti-verified-tooltip:before {
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #6f6f6f;
    left: unset;
    right: -5px
}

.ti-widget.ti-goog.ti-content-align-right:hover .ti-verified-tooltip,
.ti-widget.ti-goog.ti-text-align-right:hover .ti-verified-tooltip {
    margin-left: 0;
    margin-right: 20px
}

.ti-widget.ti-goog.ti-show-rating-text .ti-footer,
.ti-widget.ti-goog.ti-show-rating-text .ti-footer span,
.ti-widget.ti-goog.ti-show-rating-text .ti-footer strong a,
.ti-widget.ti-goog.ti-show-rating-text .ti-footer strong:not(.ti-rating-large),
.ti-widget.ti-goog.ti-show-rating-text .ti-rating-text,
.ti-widget.ti-goog.ti-show-rating-text .ti-rating-text 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 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 strong:not(.ti-rating-large) {
    font-size: 14px !important
}

.ti-lightbox .source-all .ti-lightbox-review-header:after,
.ti-lightbox .source-all .ti-review-header:after,
.ti-widget .source-all .ti-lightbox-review-header:after,
.ti-widget .source-all .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Trustindex/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-all .ti-star.f,
.ti-widget .source-all .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Trustindex/star/f.svg)
}

.ti-lightbox .source-all .ti-star.e,
.ti-widget .source-all .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Trustindex/star/e.svg)
}

.ti-lightbox .source-all .ti-star.h,
.ti-widget .source-all .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Trustindex/star/h.svg)
}

.ti-lightbox .source-all .ti-small-logo img,
.ti-widget .source-all .ti-small-logo img {
    width: 95px !important;
    height: 16px !important;
    top: 2px
}

.ti-lightbox .source-Facebook .ti-lightbox-review-header:after,
.ti-lightbox .source-Facebook .ti-review-header:after,
.ti-widget .source-Facebook .ti-lightbox-review-header:after,
.ti-widget .source-Facebook .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Facebook/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Facebook .ti-star.f,
.ti-widget .source-Facebook .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Facebook/star/f.svg)
}

.ti-lightbox .source-Facebook .ti-star.e,
.ti-widget .source-Facebook .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Facebook/star/e.svg)
}

.ti-lightbox .source-Facebook .ti-star.h,
.ti-widget .source-Facebook .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Facebook/star/h.svg)
}

.ti-lightbox .source-Facebook .ti-recommendation-icon.positive,
.ti-widget .source-Facebook .ti-recommendation-icon.positive {
    background-image: url(https://cdn.trustindex.io/assets/platform/Facebook/recommendation-positive.svg) !important
}

.ti-lightbox .source-Facebook .ti-recommendation-icon.negative,
.ti-widget .source-Facebook .ti-recommendation-icon.negative {
    background-image: url(https://cdn.trustindex.io/assets/platform/Facebook/recommendation-negative.svg) !important
}

.ti-lightbox .source-Facebook .ti-small-logo img,
.ti-widget .source-Facebook .ti-small-logo img {
    width: 72px !important;
    height: 15px !important;
    top: 0
}

.ti-lightbox .source-Google .ti-lightbox-review-header:after,
.ti-lightbox .source-Google .ti-review-header:after,
.ti-widget .source-Google .ti-lightbox-review-header:after,
.ti-widget .source-Google .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Google/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Google .ti-star.f,
.ti-widget .source-Google .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Google/star/f.svg)
}

.ti-lightbox .source-Google .ti-star.e,
.ti-widget .source-Google .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Google/star/e.svg)
}

.ti-lightbox .source-Google .ti-star.h,
.ti-widget .source-Google .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Google/star/h.svg)
}

.ti-lightbox .source-Google .ti-small-logo img,
.ti-widget .source-Google .ti-small-logo img {
    width: 62px !important;
    height: 20px !important;
    top: 1px
}

.ti-lightbox .source-Yelp .ti-lightbox-review-header:after,
.ti-lightbox .source-Yelp .ti-review-header:after,
.ti-widget .source-Yelp .ti-lightbox-review-header:after,
.ti-widget .source-Yelp .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Yelp/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Yelp .ti-star.f,
.ti-widget .source-Yelp .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Yelp/star/f.svg)
}

.ti-lightbox .source-Yelp .ti-star.e,
.ti-widget .source-Yelp .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Yelp/star/e.svg)
}

.ti-lightbox .source-Yelp .ti-star.h,
.ti-widget .source-Yelp .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Yelp/star/h.svg)
}

.ti-lightbox .source-Yelp .ti-small-logo img,
.ti-widget .source-Yelp .ti-small-logo img {
    width: 45px !important;
    height: 22px !important;
    top: -3px
}

.ti-lightbox .source-Tripadvisor .ti-lightbox-review-header:after,
.ti-lightbox .source-Tripadvisor .ti-review-header:after,
.ti-widget .source-Tripadvisor .ti-lightbox-review-header:after,
.ti-widget .source-Tripadvisor .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Tripadvisor/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Tripadvisor .ti-star.f,
.ti-widget .source-Tripadvisor .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Tripadvisor/star/f.svg)
}

.ti-lightbox .source-Tripadvisor .ti-star.e,
.ti-widget .source-Tripadvisor .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Tripadvisor/star/e.svg)
}

.ti-lightbox .source-Tripadvisor .ti-star.h,
.ti-widget .source-Tripadvisor .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Tripadvisor/star/h.svg)
}

.ti-lightbox .source-Tripadvisor .ti-small-logo img,
.ti-widget .source-Tripadvisor .ti-small-logo img {
    width: 97px !important;
    height: 21px !important;
    top: 1px
}

.ti-lightbox .source-Trustpilot .ti-lightbox-review-header:after,
.ti-lightbox .source-Trustpilot .ti-review-header:after,
.ti-widget .source-Trustpilot .ti-lightbox-review-header:after,
.ti-widget .source-Trustpilot .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Trustpilot/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Trustpilot .ti-star.f,
.ti-widget .source-Trustpilot .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Trustpilot/star/f.svg)
}

.ti-lightbox .source-Trustpilot .ti-star.e,
.ti-widget .source-Trustpilot .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Trustpilot/star/e.svg)
}

.ti-lightbox .source-Trustpilot .ti-star.h,
.ti-widget .source-Trustpilot .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Trustpilot/star/h.svg)
}

.ti-lightbox .source-Trustpilot .ti-small-logo img,
.ti-widget .source-Trustpilot .ti-small-logo img {
    width: 65px !important;
    height: 16px !important;
    top: 2px
}

.ti-lightbox .source-Airbnb .ti-lightbox-review-header:after,
.ti-lightbox .source-Airbnb .ti-review-header:after,
.ti-widget .source-Airbnb .ti-lightbox-review-header:after,
.ti-widget .source-Airbnb .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Airbnb/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Airbnb .ti-star.f,
.ti-widget .source-Airbnb .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Airbnb/star/f.svg)
}

.ti-lightbox .source-Airbnb .ti-star.e,
.ti-widget .source-Airbnb .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Airbnb/star/e.svg)
}

.ti-lightbox .source-Airbnb .ti-star.h,
.ti-widget .source-Airbnb .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Airbnb/star/h.svg)
}

.ti-lightbox .source-Airbnb .ti-small-logo img,
.ti-widget .source-Airbnb .ti-small-logo img {
    width: 64px !important;
    height: 20px !important
}

.ti-lightbox .source-Booking .ti-lightbox-review-header:after,
.ti-lightbox .source-Booking .ti-review-header:after,
.ti-widget .source-Booking .ti-lightbox-review-header:after,
.ti-widget .source-Booking .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Booking/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Booking .ti-star.f,
.ti-widget .source-Booking .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Booking/star/f.svg)
}

.ti-lightbox .source-Booking .ti-star.e,
.ti-widget .source-Booking .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Booking/star/e.svg)
}

.ti-lightbox .source-Booking .ti-star.h,
.ti-widget .source-Booking .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Booking/star/h.svg)
}

.ti-lightbox .source-Booking .ti-small-logo img,
.ti-widget .source-Booking .ti-small-logo img {
    width: 89px !important;
    height: 15px !important;
    top: 2px
}

.ti-lightbox .source-Amazon .ti-lightbox-review-header:after,
.ti-lightbox .source-Amazon .ti-review-header:after,
.ti-widget .source-Amazon .ti-lightbox-review-header:after,
.ti-widget .source-Amazon .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Amazon/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Amazon .ti-star.f,
.ti-widget .source-Amazon .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Amazon/star/f.svg)
}

.ti-lightbox .source-Amazon .ti-star.e,
.ti-widget .source-Amazon .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Amazon/star/e.svg)
}

.ti-lightbox .source-Amazon .ti-star.h,
.ti-widget .source-Amazon .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Amazon/star/h.svg)
}

.ti-lightbox .source-Amazon .ti-small-logo img,
.ti-widget .source-Amazon .ti-small-logo img {
    width: 56px !important;
    height: 17px !important;
    top: 5px
}

.ti-lightbox .source-Arukereso .ti-lightbox-review-header:after,
.ti-lightbox .source-Arukereso .ti-review-header:after,
.ti-widget .source-Arukereso .ti-lightbox-review-header:after,
.ti-widget .source-Arukereso .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Arukereso/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Arukereso .ti-star.f,
.ti-widget .source-Arukereso .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Arukereso/star/f.svg)
}

.ti-lightbox .source-Arukereso .ti-star.e,
.ti-widget .source-Arukereso .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Arukereso/star/e.svg)
}

.ti-lightbox .source-Arukereso .ti-star.h,
.ti-widget .source-Arukereso .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Arukereso/star/h.svg)
}

.ti-lightbox .source-Arukereso .ti-small-logo img,
.ti-widget .source-Arukereso .ti-small-logo img {
    height: 15px !important;
    top: 3px
}

.ti-lightbox .source-Arukereso .ti-small-logo img[src*="logo-dark.svg"],
.ti-lightbox .source-Arukereso .ti-small-logo img[src*="logo.svg"],
.ti-widget .source-Arukereso .ti-small-logo img[src*="logo-dark.svg"],
.ti-widget .source-Arukereso .ti-small-logo img[src*="logo.svg"] {
    width: 92px !important
}

.ti-lightbox .source-Arukereso .ti-small-logo img[src*="logo-bg-dark.svg"],
.ti-lightbox .source-Arukereso .ti-small-logo img[src*="logo-bg.svg"],
.ti-widget .source-Arukereso .ti-small-logo img[src*="logo-bg-dark.svg"],
.ti-widget .source-Arukereso .ti-small-logo img[src*="logo-bg.svg"] {
    width: 89px !important
}

.ti-lightbox .source-Arukereso .ti-small-logo img[src*="logo-ro-dark.svg"],
.ti-lightbox .source-Arukereso .ti-small-logo img[src*="logo-ro.svg"],
.ti-widget .source-Arukereso .ti-small-logo img[src*="logo-ro-dark.svg"],
.ti-widget .source-Arukereso .ti-small-logo img[src*="logo-ro.svg"] {
    width: 77px !important
}

.ti-lightbox .source-Hotels .ti-lightbox-review-header:after,
.ti-lightbox .source-Hotels .ti-review-header:after,
.ti-widget .source-Hotels .ti-lightbox-review-header:after,
.ti-widget .source-Hotels .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Hotels/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Hotels .ti-star.f,
.ti-widget .source-Hotels .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Hotels/star/f.svg)
}

.ti-lightbox .source-Hotels .ti-star.e,
.ti-widget .source-Hotels .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Hotels/star/e.svg)
}

.ti-lightbox .source-Hotels .ti-star.h,
.ti-widget .source-Hotels .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Hotels/star/h.svg)
}

.ti-lightbox .source-Hotels .ti-small-logo img,
.ti-widget .source-Hotels .ti-small-logo img {
    width: 100px !important;
    height: 20px !important
}

.ti-lightbox .source-Trustindex .ti-lightbox-review-header:after,
.ti-lightbox .source-Trustindex .ti-review-header:after,
.ti-widget .source-Trustindex .ti-lightbox-review-header:after,
.ti-widget .source-Trustindex .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Trustindex/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Trustindex .ti-star.f,
.ti-widget .source-Trustindex .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Trustindex/star/f.svg)
}

.ti-lightbox .source-Trustindex .ti-star.e,
.ti-widget .source-Trustindex .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Trustindex/star/e.svg)
}

.ti-lightbox .source-Trustindex .ti-star.h,
.ti-widget .source-Trustindex .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Trustindex/star/h.svg)
}

.ti-lightbox .source-Trustindex .ti-small-logo img,
.ti-widget .source-Trustindex .ti-small-logo img {
    width: 95px !important;
    height: 16px !important;
    top: 2px
}

.ti-lightbox .source-Opentable .ti-lightbox-review-header:after,
.ti-lightbox .source-Opentable .ti-review-header:after,
.ti-widget .source-Opentable .ti-lightbox-review-header:after,
.ti-widget .source-Opentable .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Opentable/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Opentable .ti-star.f,
.ti-widget .source-Opentable .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Opentable/star/f.svg)
}

.ti-lightbox .source-Opentable .ti-star.e,
.ti-widget .source-Opentable .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Opentable/star/e.svg)
}

.ti-lightbox .source-Opentable .ti-star.h,
.ti-widget .source-Opentable .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Opentable/star/h.svg)
}

.ti-lightbox .source-Opentable .ti-small-logo img,
.ti-widget .source-Opentable .ti-small-logo img {
    width: 100px !important;
    height: 23px !important;
    top: -1px
}

.ti-lightbox .source-Foursquare .ti-lightbox-review-header:after,
.ti-lightbox .source-Foursquare .ti-review-header:after,
.ti-widget .source-Foursquare .ti-lightbox-review-header:after,
.ti-widget .source-Foursquare .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Foursquare/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Foursquare .ti-star.f,
.ti-widget .source-Foursquare .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Foursquare/star/f.svg)
}

.ti-lightbox .source-Foursquare .ti-star.e,
.ti-widget .source-Foursquare .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Foursquare/star/e.svg)
}

.ti-lightbox .source-Foursquare .ti-star.h,
.ti-widget .source-Foursquare .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Foursquare/star/h.svg)
}

.ti-lightbox .source-Foursquare .ti-small-logo img,
.ti-widget .source-Foursquare .ti-small-logo img {
    width: 98px !important;
    height: 13px !important;
    top: 3px
}

.ti-lightbox .source-Foursquare.ti-review-item .ti-star,
.ti-widget .source-Foursquare.ti-review-item .ti-star {
    display: none !important
}

.ti-lightbox .source-Bookatable .ti-lightbox-review-header:after,
.ti-lightbox .source-Bookatable .ti-review-header:after,
.ti-widget .source-Bookatable .ti-lightbox-review-header:after,
.ti-widget .source-Bookatable .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Bookatable/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Bookatable .ti-star.f,
.ti-widget .source-Bookatable .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Bookatable/star/f.svg)
}

.ti-lightbox .source-Bookatable .ti-star.e,
.ti-widget .source-Bookatable .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Bookatable/star/e.svg)
}

.ti-lightbox .source-Bookatable .ti-star.h,
.ti-widget .source-Bookatable .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Bookatable/star/h.svg)
}

.ti-lightbox .source-Bookatable .ti-small-logo img,
.ti-widget .source-Bookatable .ti-small-logo img {
    width: 83px !important;
    height: 15px !important;
    top: 1px
}

.ti-lightbox .source-Capterra .ti-lightbox-review-header:after,
.ti-lightbox .source-Capterra .ti-review-header:after,
.ti-widget .source-Capterra .ti-lightbox-review-header:after,
.ti-widget .source-Capterra .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Capterra/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Capterra .ti-star.f,
.ti-widget .source-Capterra .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Capterra/star/f.svg)
}

.ti-lightbox .source-Capterra .ti-star.e,
.ti-widget .source-Capterra .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Capterra/star/e.svg)
}

.ti-lightbox .source-Capterra .ti-star.h,
.ti-widget .source-Capterra .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Capterra/star/h.svg)
}

.ti-lightbox .source-Capterra .ti-small-logo img,
.ti-widget .source-Capterra .ti-small-logo img {
    width: 79px !important;
    height: 18px !important;
    top: 1px
}

.ti-lightbox .source-Szallashu[data-domain=cz] .ti-lightbox-review-header:after,
.ti-lightbox .source-Szallashu[data-domain=cz] .ti-review-header:after,
.ti-widget .source-Szallashu[data-domain=cz] .ti-lightbox-review-header:after,
.ti-widget .source-Szallashu[data-domain=cz] .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Szallashu/icon-cz.png);
    background-size: 100% 100%
}

.ti-lightbox .source-Szallashu[data-domain=hu] .ti-lightbox-review-header:after,
.ti-lightbox .source-Szallashu[data-domain=hu] .ti-review-header:after,
.ti-widget .source-Szallashu[data-domain=hu] .ti-lightbox-review-header:after,
.ti-widget .source-Szallashu[data-domain=hu] .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Szallashu/icon-hu.png);
    background-size: 100% 100%
}

.ti-lightbox .source-Szallashu[data-domain=ro] .ti-lightbox-review-header:after,
.ti-lightbox .source-Szallashu[data-domain=ro] .ti-review-header:after,
.ti-widget .source-Szallashu[data-domain=ro] .ti-lightbox-review-header:after,
.ti-widget .source-Szallashu[data-domain=ro] .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Szallashu/icon-ro.png);
    background-size: 100% 100%
}

.ti-lightbox .source-Szallashu[data-domain=com] .ti-lightbox-review-header:after,
.ti-lightbox .source-Szallashu[data-domain=com] .ti-review-header:after,
.ti-widget .source-Szallashu[data-domain=com] .ti-lightbox-review-header:after,
.ti-widget .source-Szallashu[data-domain=com] .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Szallashu/icon-com.png);
    background-size: 100% 100%
}

.ti-lightbox .source-Szallashu[data-domain=pl] .ti-lightbox-review-header:after,
.ti-lightbox .source-Szallashu[data-domain=pl] .ti-review-header:after,
.ti-widget .source-Szallashu[data-domain=pl] .ti-lightbox-review-header:after,
.ti-widget .source-Szallashu[data-domain=pl] .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Szallashu/icon-pl.png);
    background-size: 100% 100%
}

.ti-lightbox .source-Szallashu .ti-star.f,
.ti-widget .source-Szallashu .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Szallashu/star/f.svg)
}

.ti-lightbox .source-Szallashu .ti-star.e,
.ti-widget .source-Szallashu .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Szallashu/star/e.svg)
}

.ti-lightbox .source-Szallashu .ti-star.h,
.ti-widget .source-Szallashu .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Szallashu/star/h.svg)
}

.ti-lightbox .source-Szallashu .ti-small-logo img[src*="logo-dark.svg"],
.ti-lightbox .source-Szallashu .ti-small-logo img[src*="logo-hu-dark.svg"],
.ti-lightbox .source-Szallashu .ti-small-logo img[src*="logo-hu.svg"],
.ti-lightbox .source-Szallashu .ti-small-logo img[src*="logo.svg"],
.ti-widget .source-Szallashu .ti-small-logo img[src*="logo-dark.svg"],
.ti-widget .source-Szallashu .ti-small-logo img[src*="logo-hu-dark.svg"],
.ti-widget .source-Szallashu .ti-small-logo img[src*="logo-hu.svg"],
.ti-widget .source-Szallashu .ti-small-logo img[src*="logo.svg"] {
    width: 76px !important;
    height: 13px !important;
    top: 2px
}

.ti-lightbox .source-Szallashu .ti-small-logo img[src*="logo-com-dark.svg"],
.ti-lightbox .source-Szallashu .ti-small-logo img[src*="logo-com.svg"],
.ti-widget .source-Szallashu .ti-small-logo img[src*="logo-com-dark.svg"],
.ti-widget .source-Szallashu .ti-small-logo img[src*="logo-com.svg"] {
    width: 95px !important;
    height: 18px !important
}

.ti-lightbox .source-Szallashu .ti-small-logo img[src*="logo-cz-dark.svg"],
.ti-lightbox .source-Szallashu .ti-small-logo img[src*="logo-cz.svg"],
.ti-widget .source-Szallashu .ti-small-logo img[src*="logo-cz-dark.svg"],
.ti-widget .source-Szallashu .ti-small-logo img[src*="logo-cz.svg"] {
    width: 61px !important;
    height: 19px !important;
    top: 3px
}

.ti-lightbox .source-Szallashu .ti-small-logo img[src*="logo-pl-dark.svg"],
.ti-lightbox .source-Szallashu .ti-small-logo img[src*="logo-pl.svg"],
.ti-widget .source-Szallashu .ti-small-logo img[src*="logo-pl-dark.svg"],
.ti-widget .source-Szallashu .ti-small-logo img[src*="logo-pl.svg"] {
    width: 74px !important;
    height: 17px !important;
    top: 3px
}

.ti-lightbox .source-Szallashu .ti-small-logo img[src*="logo-ro-dark.svg"],
.ti-lightbox .source-Szallashu .ti-small-logo img[src*="logo-ro.svg"],
.ti-widget .source-Szallashu .ti-small-logo img[src*="logo-ro-dark.svg"],
.ti-widget .source-Szallashu .ti-small-logo img[src*="logo-ro.svg"] {
    width: 100px !important;
    height: 19px !important
}

.ti-lightbox .source-Thumbtack .ti-lightbox-review-header:after,
.ti-lightbox .source-Thumbtack .ti-review-header:after,
.ti-widget .source-Thumbtack .ti-lightbox-review-header:after,
.ti-widget .source-Thumbtack .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Thumbtack/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Thumbtack .ti-star.f,
.ti-widget .source-Thumbtack .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Thumbtack/star/f.svg)
}

.ti-lightbox .source-Thumbtack .ti-star.e,
.ti-widget .source-Thumbtack .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Thumbtack/star/e.svg)
}

.ti-lightbox .source-Thumbtack .ti-star.h,
.ti-widget .source-Thumbtack .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Thumbtack/star/h.svg)
}

.ti-lightbox .source-Thumbtack .ti-small-logo img,
.ti-widget .source-Thumbtack .ti-small-logo img {
    width: 88px !important;
    height: 20px !important
}

.ti-lightbox .source-Fresha .ti-lightbox-review-header:after,
.ti-lightbox .source-Fresha .ti-review-header:after,
.ti-widget .source-Fresha .ti-lightbox-review-header:after,
.ti-widget .source-Fresha .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Fresha/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Fresha .ti-star.f,
.ti-widget .source-Fresha .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Fresha/star/f.svg)
}

.ti-lightbox .source-Fresha .ti-star.e,
.ti-widget .source-Fresha .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Fresha/star/e.svg)
}

.ti-lightbox .source-Fresha .ti-star.h,
.ti-widget .source-Fresha .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Fresha/star/h.svg)
}

.ti-lightbox .source-Fresha .ti-small-logo img,
.ti-widget .source-Fresha .ti-small-logo img {
    width: 93px !important;
    height: 13px !important;
    top: 2px;
    left: 1px
}

.ti-lightbox .source-Expedia .ti-lightbox-review-header:after,
.ti-lightbox .source-Expedia .ti-review-header:after,
.ti-widget .source-Expedia .ti-lightbox-review-header:after,
.ti-widget .source-Expedia .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Expedia/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Expedia .ti-star.f,
.ti-widget .source-Expedia .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Expedia/star/f.svg)
}

.ti-lightbox .source-Expedia .ti-star.e,
.ti-widget .source-Expedia .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Expedia/star/e.svg)
}

.ti-lightbox .source-Expedia .ti-star.h,
.ti-widget .source-Expedia .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Expedia/star/h.svg)
}

.ti-lightbox .source-Expedia .ti-small-logo img,
.ti-widget .source-Expedia .ti-small-logo img {
    width: 69px !important;
    height: 20px !important;
    top: 1px
}

.ti-lightbox .source-Reco .ti-lightbox-review-header:after,
.ti-lightbox .source-Reco .ti-review-header:after,
.ti-widget .source-Reco .ti-lightbox-review-header:after,
.ti-widget .source-Reco .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Reco/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Reco .ti-star.f,
.ti-widget .source-Reco .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Reco/star/f.svg)
}

.ti-lightbox .source-Reco .ti-star.e,
.ti-widget .source-Reco .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Reco/star/e.svg)
}

.ti-lightbox .source-Reco .ti-star.h,
.ti-widget .source-Reco .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Reco/star/h.svg)
}

.ti-lightbox .source-Reco .ti-small-logo img,
.ti-widget .source-Reco .ti-small-logo img {
    width: 76px !important;
    height: 16px !important
}

.ti-lightbox .source-Zillow .ti-lightbox-review-header:after,
.ti-lightbox .source-Zillow .ti-review-header:after,
.ti-widget .source-Zillow .ti-lightbox-review-header:after,
.ti-widget .source-Zillow .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Zillow/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Zillow .ti-star.f,
.ti-widget .source-Zillow .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Zillow/star/f.svg)
}

.ti-lightbox .source-Zillow .ti-star.e,
.ti-widget .source-Zillow .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Zillow/star/e.svg)
}

.ti-lightbox .source-Zillow .ti-star.h,
.ti-widget .source-Zillow .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Zillow/star/h.svg)
}

.ti-lightbox .source-Zillow .ti-small-logo img,
.ti-widget .source-Zillow .ti-small-logo img {
    width: 76px !important;
    height: 16px !important
}

.ti-lightbox .source-Pricespy .ti-lightbox-review-header:after,
.ti-lightbox .source-Pricespy .ti-review-header:after,
.ti-widget .source-Pricespy .ti-lightbox-review-header:after,
.ti-widget .source-Pricespy .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Pricespy/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Pricespy .ti-star.f,
.ti-widget .source-Pricespy .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Pricespy/star/f.svg)
}

.ti-lightbox .source-Pricespy .ti-star.e,
.ti-widget .source-Pricespy .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Pricespy/star/e.svg)
}

.ti-lightbox .source-Pricespy .ti-star.h,
.ti-widget .source-Pricespy .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Pricespy/star/h.svg)
}

.ti-lightbox .source-Pricespy .ti-small-logo img,
.ti-widget .source-Pricespy .ti-small-logo img {
    height: 18px !important
}

.ti-lightbox .source-Pricespy .ti-small-logo img[src*="logo-dark.svg"],
.ti-lightbox .source-Pricespy .ti-small-logo img[src*="logo-nz-dark.svg"],
.ti-lightbox .source-Pricespy .ti-small-logo img[src*="logo-nz.svg"],
.ti-lightbox .source-Pricespy .ti-small-logo img[src*="logo-uk-dark.svg"],
.ti-lightbox .source-Pricespy .ti-small-logo img[src*="logo-uk.svg"],
.ti-lightbox .source-Pricespy .ti-small-logo img[src*="logo.svg"],
.ti-widget .source-Pricespy .ti-small-logo img[src*="logo-dark.svg"],
.ti-widget .source-Pricespy .ti-small-logo img[src*="logo-nz-dark.svg"],
.ti-widget .source-Pricespy .ti-small-logo img[src*="logo-nz.svg"],
.ti-widget .source-Pricespy .ti-small-logo img[src*="logo-uk-dark.svg"],
.ti-widget .source-Pricespy .ti-small-logo img[src*="logo-uk.svg"],
.ti-widget .source-Pricespy .ti-small-logo img[src*="logo.svg"] {
    width: 69px !important
}

.ti-lightbox .source-Pricespy .ti-small-logo img[src*="logo-dk-dark.svg"],
.ti-lightbox .source-Pricespy .ti-small-logo img[src*="logo-dk.svg"],
.ti-widget .source-Pricespy .ti-small-logo img[src*="logo-dk-dark.svg"],
.ti-widget .source-Pricespy .ti-small-logo img[src*="logo-dk.svg"] {
    width: 64px !important
}

.ti-lightbox .source-Pricespy .ti-small-logo img[src*="logo-fi-dark.svg"],
.ti-lightbox .source-Pricespy .ti-small-logo img[src*="logo-fi.svg"],
.ti-widget .source-Pricespy .ti-small-logo img[src*="logo-fi-dark.svg"],
.ti-widget .source-Pricespy .ti-small-logo img[src*="logo-fi.svg"] {
    width: 77px !important
}

.ti-lightbox .source-Pricespy .ti-small-logo img[src*="logo-fr-dark.svg"],
.ti-lightbox .source-Pricespy .ti-small-logo img[src*="logo-fr.svg"],
.ti-widget .source-Pricespy .ti-small-logo img[src*="logo-fr-dark.svg"],
.ti-widget .source-Pricespy .ti-small-logo img[src*="logo-fr.svg"] {
    width: 88px !important
}

.ti-lightbox .source-Pricespy .ti-small-logo img[src*="logo-no-dark.svg"],
.ti-lightbox .source-Pricespy .ti-small-logo img[src*="logo-no.svg"],
.ti-lightbox .source-Pricespy .ti-small-logo img[src*="logo-nu-dark.svg"],
.ti-lightbox .source-Pricespy .ti-small-logo img[src*="logo-nu.svg"],
.ti-widget .source-Pricespy .ti-small-logo img[src*="logo-no-dark.svg"],
.ti-widget .source-Pricespy .ti-small-logo img[src*="logo-no.svg"],
.ti-widget .source-Pricespy .ti-small-logo img[src*="logo-nu-dark.svg"],
.ti-widget .source-Pricespy .ti-small-logo img[src*="logo-nu.svg"] {
    width: 63px !important
}

.ti-lightbox .source-Mobilede .ti-lightbox-review-header:after,
.ti-lightbox .source-Mobilede .ti-review-header:after,
.ti-widget .source-Mobilede .ti-lightbox-review-header:after,
.ti-widget .source-Mobilede .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Mobilede/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Mobilede .ti-star.f,
.ti-widget .source-Mobilede .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Mobilede/star/f.svg)
}

.ti-lightbox .source-Mobilede .ti-star.e,
.ti-widget .source-Mobilede .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Mobilede/star/e.svg)
}

.ti-lightbox .source-Mobilede .ti-star.h,
.ti-widget .source-Mobilede .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Mobilede/star/h.svg)
}

.ti-lightbox .source-Mobilede .ti-small-logo img,
.ti-widget .source-Mobilede .ti-small-logo img {
    width: 68px !important;
    height: 16px !important;
    top: 2px
}

.ti-lightbox .source-Checkatrade .ti-lightbox-review-header:after,
.ti-lightbox .source-Checkatrade .ti-review-header:after,
.ti-widget .source-Checkatrade .ti-lightbox-review-header:after,
.ti-widget .source-Checkatrade .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Checkatrade/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Checkatrade .ti-star.f,
.ti-widget .source-Checkatrade .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Checkatrade/star/f.svg)
}

.ti-lightbox .source-Checkatrade .ti-star.e,
.ti-widget .source-Checkatrade .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Checkatrade/star/e.svg)
}

.ti-lightbox .source-Checkatrade .ti-star.h,
.ti-widget .source-Checkatrade .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Checkatrade/star/h.svg)
}

.ti-lightbox .source-Checkatrade .ti-small-logo img,
.ti-widget .source-Checkatrade .ti-small-logo img {
    width: 110px !important;
    height: 16px !important
}

.ti-lightbox .source-Pricerunner .ti-lightbox-review-header:after,
.ti-lightbox .source-Pricerunner .ti-review-header:after,
.ti-widget .source-Pricerunner .ti-lightbox-review-header:after,
.ti-widget .source-Pricerunner .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Pricerunner/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Pricerunner .ti-star.f,
.ti-widget .source-Pricerunner .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Pricerunner/star/f.svg)
}

.ti-lightbox .source-Pricerunner .ti-star.e,
.ti-widget .source-Pricerunner .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Pricerunner/star/e.svg)
}

.ti-lightbox .source-Pricerunner .ti-star.h,
.ti-widget .source-Pricerunner .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Pricerunner/star/h.svg)
}

.ti-lightbox .source-Pricerunner .ti-small-logo img,
.ti-widget .source-Pricerunner .ti-small-logo img {
    width: 102px !important;
    height: 14px !important;
    top: 1px
}

.ti-lightbox .source-Easyweddings .ti-lightbox-review-header:after,
.ti-lightbox .source-Easyweddings .ti-review-header:after,
.ti-widget .source-Easyweddings .ti-lightbox-review-header:after,
.ti-widget .source-Easyweddings .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Easyweddings/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Easyweddings .ti-star.f,
.ti-widget .source-Easyweddings .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Easyweddings/star/f.svg)
}

.ti-lightbox .source-Easyweddings .ti-star.e,
.ti-widget .source-Easyweddings .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Easyweddings/star/e.svg)
}

.ti-lightbox .source-Easyweddings .ti-star.h,
.ti-widget .source-Easyweddings .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Easyweddings/star/h.svg)
}

.ti-lightbox .source-Easyweddings .ti-small-logo img,
.ti-widget .source-Easyweddings .ti-small-logo img {
    width: 60px !important;
    height: 20px !important
}

.ti-lightbox .source-Whichtrustedtraders .ti-lightbox-review-header:after,
.ti-lightbox .source-Whichtrustedtraders .ti-review-header:after,
.ti-widget .source-Whichtrustedtraders .ti-lightbox-review-header:after,
.ti-widget .source-Whichtrustedtraders .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Whichtrustedtraders/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Whichtrustedtraders .ti-star.f,
.ti-widget .source-Whichtrustedtraders .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Whichtrustedtraders/star/f.svg)
}

.ti-lightbox .source-Whichtrustedtraders .ti-star.e,
.ti-widget .source-Whichtrustedtraders .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Whichtrustedtraders/star/e.svg)
}

.ti-lightbox .source-Whichtrustedtraders .ti-star.h,
.ti-widget .source-Whichtrustedtraders .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Whichtrustedtraders/star/h.svg)
}

.ti-lightbox .source-Whichtrustedtraders .ti-small-logo img,
.ti-widget .source-Whichtrustedtraders .ti-small-logo img {
    width: 34px !important;
    height: 23px !important;
    top: -1px
}

.ti-lightbox .source-Abia .ti-lightbox-review-header:after,
.ti-lightbox .source-Abia .ti-review-header:after,
.ti-widget .source-Abia .ti-lightbox-review-header:after,
.ti-widget .source-Abia .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Abia/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Abia .ti-star.f,
.ti-widget .source-Abia .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Abia/star/f.svg)
}

.ti-lightbox .source-Abia .ti-star.e,
.ti-widget .source-Abia .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Abia/star/e.svg)
}

.ti-lightbox .source-Abia .ti-star.h,
.ti-widget .source-Abia .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Abia/star/h.svg)
}

.ti-lightbox .source-Abia .ti-small-logo img,
.ti-widget .source-Abia .ti-small-logo img {
    width: 40px !important;
    height: 16px !important
}

.ti-lightbox .source-Whatclinic .ti-lightbox-review-header:after,
.ti-lightbox .source-Whatclinic .ti-review-header:after,
.ti-widget .source-Whatclinic .ti-lightbox-review-header:after,
.ti-widget .source-Whatclinic .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Whatclinic/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Whatclinic .ti-star.f,
.ti-widget .source-Whatclinic .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Whatclinic/star/f.svg)
}

.ti-lightbox .source-Whatclinic .ti-star.e,
.ti-widget .source-Whatclinic .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Whatclinic/star/e.svg)
}

.ti-lightbox .source-Whatclinic .ti-star.h,
.ti-widget .source-Whatclinic .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Whatclinic/star/h.svg)
}

.ti-lightbox .source-Whatclinic .ti-small-logo img,
.ti-widget .source-Whatclinic .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-Justdial .ti-lightbox-review-header:after,
.ti-lightbox .source-Justdial .ti-review-header:after,
.ti-widget .source-Justdial .ti-lightbox-review-header:after,
.ti-widget .source-Justdial .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Justdial/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Justdial .ti-star.f,
.ti-widget .source-Justdial .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Justdial/star/f.svg)
}

.ti-lightbox .source-Justdial .ti-star.e,
.ti-widget .source-Justdial .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Justdial/star/e.svg)
}

.ti-lightbox .source-Justdial .ti-star.h,
.ti-widget .source-Justdial .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Justdial/star/h.svg)
}

.ti-lightbox .source-Justdial .ti-small-logo img,
.ti-widget .source-Justdial .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-WordpressPlugin .ti-lightbox-review-header:after,
.ti-lightbox .source-WordpressPlugin .ti-review-header:after,
.ti-widget .source-WordpressPlugin .ti-lightbox-review-header:after,
.ti-widget .source-WordpressPlugin .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/WordpressPlugin/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-WordpressPlugin .ti-star.f,
.ti-widget .source-WordpressPlugin .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/WordpressPlugin/star/f.svg)
}

.ti-lightbox .source-WordpressPlugin .ti-star.e,
.ti-widget .source-WordpressPlugin .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/WordpressPlugin/star/e.svg)
}

.ti-lightbox .source-WordpressPlugin .ti-star.h,
.ti-widget .source-WordpressPlugin .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/WordpressPlugin/star/h.svg)
}

.ti-lightbox .source-WordpressPlugin .ti-small-logo img,
.ti-widget .source-WordpressPlugin .ti-small-logo img {
    height: 12px !important;
    top: 1px
}

.ti-lightbox .source-Aliexpress .ti-lightbox-review-header:after,
.ti-lightbox .source-Aliexpress .ti-review-header:after,
.ti-widget .source-Aliexpress .ti-lightbox-review-header:after,
.ti-widget .source-Aliexpress .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Aliexpress/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Aliexpress .ti-star.f,
.ti-widget .source-Aliexpress .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Aliexpress/star/f.svg)
}

.ti-lightbox .source-Aliexpress .ti-star.e,
.ti-widget .source-Aliexpress .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Aliexpress/star/e.svg)
}

.ti-lightbox .source-Aliexpress .ti-star.h,
.ti-widget .source-Aliexpress .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Aliexpress/star/h.svg)
}

.ti-lightbox .source-Aliexpress .ti-small-logo img,
.ti-widget .source-Aliexpress .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-Alibaba .ti-lightbox-review-header:after,
.ti-lightbox .source-Alibaba .ti-review-header:after,
.ti-widget .source-Alibaba .ti-lightbox-review-header:after,
.ti-widget .source-Alibaba .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Alibaba/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Alibaba .ti-star.f,
.ti-widget .source-Alibaba .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Alibaba/star/f.svg)
}

.ti-lightbox .source-Alibaba .ti-star.e,
.ti-widget .source-Alibaba .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Alibaba/star/e.svg)
}

.ti-lightbox .source-Alibaba .ti-star.h,
.ti-widget .source-Alibaba .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Alibaba/star/h.svg)
}

.ti-lightbox .source-Alibaba .ti-small-logo img,
.ti-widget .source-Alibaba .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-Argep .ti-lightbox-review-header:after,
.ti-lightbox .source-Argep .ti-review-header:after,
.ti-widget .source-Argep .ti-lightbox-review-header:after,
.ti-widget .source-Argep .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Argep/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Argep .ti-star.f,
.ti-widget .source-Argep .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Argep/star/f.svg)
}

.ti-lightbox .source-Argep .ti-star.e,
.ti-widget .source-Argep .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Argep/star/e.svg)
}

.ti-lightbox .source-Argep .ti-star.h,
.ti-widget .source-Argep .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Argep/star/h.svg)
}

.ti-lightbox .source-Argep .ti-small-logo img,
.ti-widget .source-Argep .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-SourceForge .ti-lightbox-review-header:after,
.ti-lightbox .source-SourceForge .ti-review-header:after,
.ti-widget .source-SourceForge .ti-lightbox-review-header:after,
.ti-widget .source-SourceForge .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/SourceForge/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-SourceForge .ti-star.f,
.ti-widget .source-SourceForge .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/SourceForge/star/f.svg)
}

.ti-lightbox .source-SourceForge .ti-star.e,
.ti-widget .source-SourceForge .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/SourceForge/star/e.svg)
}

.ti-lightbox .source-SourceForge .ti-star.h,
.ti-widget .source-SourceForge .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/SourceForge/star/h.svg)
}

.ti-lightbox .source-SourceForge .ti-small-logo img,
.ti-widget .source-SourceForge .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-Vrbo .ti-lightbox-review-header:after,
.ti-lightbox .source-Vrbo .ti-review-header:after,
.ti-widget .source-Vrbo .ti-lightbox-review-header:after,
.ti-widget .source-Vrbo .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Vrbo/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Vrbo .ti-star.f,
.ti-widget .source-Vrbo .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Vrbo/star/f.svg)
}

.ti-lightbox .source-Vrbo .ti-star.e,
.ti-widget .source-Vrbo .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Vrbo/star/e.svg)
}

.ti-lightbox .source-Vrbo .ti-star.h,
.ti-widget .source-Vrbo .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Vrbo/star/h.svg)
}

.ti-lightbox .source-Vrbo .ti-small-logo img,
.ti-widget .source-Vrbo .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-Reviewsio .ti-lightbox-review-header:after,
.ti-lightbox .source-Reviewsio .ti-review-header:after,
.ti-widget .source-Reviewsio .ti-lightbox-review-header:after,
.ti-widget .source-Reviewsio .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Reviewsio/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Reviewsio .ti-star.f,
.ti-widget .source-Reviewsio .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Reviewsio/star/f.svg)
}

.ti-lightbox .source-Reviewsio .ti-star.e,
.ti-widget .source-Reviewsio .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Reviewsio/star/e.svg)
}

.ti-lightbox .source-Reviewsio .ti-star.h,
.ti-widget .source-Reviewsio .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Reviewsio/star/h.svg)
}

.ti-lightbox .source-Reviewsio .ti-small-logo img,
.ti-widget .source-Reviewsio .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-Sitejabber .ti-lightbox-review-header:after,
.ti-lightbox .source-Sitejabber .ti-review-header:after,
.ti-widget .source-Sitejabber .ti-lightbox-review-header:after,
.ti-widget .source-Sitejabber .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Sitejabber/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Sitejabber .ti-star.f,
.ti-widget .source-Sitejabber .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Sitejabber/star/f.svg)
}

.ti-lightbox .source-Sitejabber .ti-star.e,
.ti-widget .source-Sitejabber .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Sitejabber/star/e.svg)
}

.ti-lightbox .source-Sitejabber .ti-star.h,
.ti-widget .source-Sitejabber .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Sitejabber/star/h.svg)
}

.ti-lightbox .source-Sitejabber .ti-small-logo img,
.ti-widget .source-Sitejabber .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-Ebay .ti-lightbox-review-header:after,
.ti-lightbox .source-Ebay .ti-review-header:after,
.ti-widget .source-Ebay .ti-lightbox-review-header:after,
.ti-widget .source-Ebay .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Ebay/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Ebay .ti-star.f,
.ti-widget .source-Ebay .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Ebay/star/f.svg)
}

.ti-lightbox .source-Ebay .ti-star.e,
.ti-widget .source-Ebay .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Ebay/star/e.svg)
}

.ti-lightbox .source-Ebay .ti-star.h,
.ti-widget .source-Ebay .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Ebay/star/h.svg)
}

.ti-lightbox .source-Ebay .ti-polarity-icon.negative,
.ti-widget .source-Ebay .ti-polarity-icon.negative {
    background-image: url(https://cdn.trustindex.io/assets/platform/Ebay/negative.svg) !important
}

.ti-lightbox .source-Ebay .ti-polarity-icon.neutral,
.ti-widget .source-Ebay .ti-polarity-icon.neutral {
    background-image: url(https://cdn.trustindex.io/assets/platform/Ebay/neutral.svg) !important
}

.ti-lightbox .source-Ebay .ti-polarity-icon.positive,
.ti-widget .source-Ebay .ti-polarity-icon.positive {
    background-image: url(https://cdn.trustindex.io/assets/platform/Ebay/positive.svg) !important
}

.ti-lightbox .source-Ebay .ti-small-logo img,
.ti-widget .source-Ebay .ti-small-logo img {
    height: 16px !important;
    top: 2px
}

.ti-lightbox .source-Immobilienscout24 .ti-lightbox-review-header:after,
.ti-lightbox .source-Immobilienscout24 .ti-review-header:after,
.ti-widget .source-Immobilienscout24 .ti-lightbox-review-header:after,
.ti-widget .source-Immobilienscout24 .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Immobilienscout24/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Immobilienscout24 .ti-star.f,
.ti-widget .source-Immobilienscout24 .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Immobilienscout24/star/f.svg)
}

.ti-lightbox .source-Immobilienscout24 .ti-star.e,
.ti-widget .source-Immobilienscout24 .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Immobilienscout24/star/e.svg)
}

.ti-lightbox .source-Immobilienscout24 .ti-star.h,
.ti-widget .source-Immobilienscout24 .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Immobilienscout24/star/h.svg)
}

.ti-lightbox .source-Immobilienscout24 .ti-small-logo img,
.ti-widget .source-Immobilienscout24 .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-Provenexpert .ti-lightbox-review-header:after,
.ti-lightbox .source-Provenexpert .ti-review-header:after,
.ti-widget .source-Provenexpert .ti-lightbox-review-header:after,
.ti-widget .source-Provenexpert .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Provenexpert/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Provenexpert .ti-star.f,
.ti-widget .source-Provenexpert .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Provenexpert/star/f.svg)
}

.ti-lightbox .source-Provenexpert .ti-star.e,
.ti-widget .source-Provenexpert .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Provenexpert/star/e.svg)
}

.ti-lightbox .source-Provenexpert .ti-star.h,
.ti-widget .source-Provenexpert .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Provenexpert/star/h.svg)
}

.ti-lightbox .source-Provenexpert .ti-small-logo img,
.ti-widget .source-Provenexpert .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-Ekomi .ti-lightbox-review-header:after,
.ti-lightbox .source-Ekomi .ti-review-header:after,
.ti-widget .source-Ekomi .ti-lightbox-review-header:after,
.ti-widget .source-Ekomi .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Ekomi/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Ekomi .ti-star.f,
.ti-widget .source-Ekomi .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Ekomi/star/f.svg)
}

.ti-lightbox .source-Ekomi .ti-star.e,
.ti-widget .source-Ekomi .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Ekomi/star/e.svg)
}

.ti-lightbox .source-Ekomi .ti-star.h,
.ti-widget .source-Ekomi .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Ekomi/star/h.svg)
}

.ti-lightbox .source-Ekomi .ti-small-logo img,
.ti-widget .source-Ekomi .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-OnlinePenztarca .ti-lightbox-review-header:after,
.ti-lightbox .source-OnlinePenztarca .ti-review-header:after,
.ti-widget .source-OnlinePenztarca .ti-lightbox-review-header:after,
.ti-widget .source-OnlinePenztarca .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/OnlinePenztarca/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-OnlinePenztarca .ti-star.f,
.ti-widget .source-OnlinePenztarca .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/OnlinePenztarca/star/f.svg)
}

.ti-lightbox .source-OnlinePenztarca .ti-star.e,
.ti-widget .source-OnlinePenztarca .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/OnlinePenztarca/star/e.svg)
}

.ti-lightbox .source-OnlinePenztarca .ti-star.h,
.ti-widget .source-OnlinePenztarca .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/OnlinePenztarca/star/h.svg)
}

.ti-lightbox .source-OnlinePenztarca .ti-small-logo img,
.ti-widget .source-OnlinePenztarca .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-Realself .ti-lightbox-review-header:after,
.ti-lightbox .source-Realself .ti-review-header:after,
.ti-widget .source-Realself .ti-lightbox-review-header:after,
.ti-widget .source-Realself .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Realself/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Realself .ti-star.f,
.ti-widget .source-Realself .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Realself/star/f.svg)
}

.ti-lightbox .source-Realself .ti-star.e,
.ti-widget .source-Realself .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Realself/star/e.svg)
}

.ti-lightbox .source-Realself .ti-star.h,
.ti-widget .source-Realself .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Realself/star/h.svg)
}

.ti-lightbox .source-Realself .ti-small-logo img,
.ti-widget .source-Realself .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-Etsy .ti-lightbox-review-header:after,
.ti-lightbox .source-Etsy .ti-review-header:after,
.ti-widget .source-Etsy .ti-lightbox-review-header:after,
.ti-widget .source-Etsy .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Etsy/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Etsy .ti-star.f,
.ti-widget .source-Etsy .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Etsy/star/f.svg)
}

.ti-lightbox .source-Etsy .ti-star.e,
.ti-widget .source-Etsy .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Etsy/star/e.svg)
}

.ti-lightbox .source-Etsy .ti-star.h,
.ti-widget .source-Etsy .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Etsy/star/h.svg)
}

.ti-lightbox .source-Etsy .ti-small-logo img,
.ti-widget .source-Etsy .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-Judge .ti-lightbox-review-header:after,
.ti-lightbox .source-Judge .ti-review-header:after,
.ti-widget .source-Judge .ti-lightbox-review-header:after,
.ti-widget .source-Judge .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Judge/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Judge .ti-star.f,
.ti-widget .source-Judge .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Judge/star/f.svg)
}

.ti-lightbox .source-Judge .ti-star.e,
.ti-widget .source-Judge .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Judge/star/e.svg)
}

.ti-lightbox .source-Judge .ti-star.h,
.ti-widget .source-Judge .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Judge/star/h.svg)
}

.ti-lightbox .source-Judge .ti-small-logo img,
.ti-widget .source-Judge .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-Trustratings .ti-lightbox-review-header:after,
.ti-lightbox .source-Trustratings .ti-review-header:after,
.ti-widget .source-Trustratings .ti-lightbox-review-header:after,
.ti-widget .source-Trustratings .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Trustratings/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Trustratings .ti-star.f,
.ti-widget .source-Trustratings .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Trustratings/star/f.svg)
}

.ti-lightbox .source-Trustratings .ti-star.e,
.ti-widget .source-Trustratings .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Trustratings/star/e.svg)
}

.ti-lightbox .source-Trustratings .ti-star.h,
.ti-widget .source-Trustratings .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Trustratings/star/h.svg)
}

.ti-lightbox .source-Trustratings .ti-small-logo img,
.ti-widget .source-Trustratings .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-Cusrev .ti-lightbox-review-header:after,
.ti-lightbox .source-Cusrev .ti-review-header:after,
.ti-widget .source-Cusrev .ti-lightbox-review-header:after,
.ti-widget .source-Cusrev .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Cusrev/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Cusrev .ti-star.f,
.ti-widget .source-Cusrev .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Cusrev/star/f.svg)
}

.ti-lightbox .source-Cusrev .ti-star.e,
.ti-widget .source-Cusrev .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Cusrev/star/e.svg)
}

.ti-lightbox .source-Cusrev .ti-star.h,
.ti-widget .source-Cusrev .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Cusrev/star/h.svg)
}

.ti-lightbox .source-Cusrev .ti-small-logo img,
.ti-widget .source-Cusrev .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-Getyourguide .ti-lightbox-review-header:after,
.ti-lightbox .source-Getyourguide .ti-review-header:after,
.ti-widget .source-Getyourguide .ti-lightbox-review-header:after,
.ti-widget .source-Getyourguide .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Getyourguide/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Getyourguide .ti-star.f,
.ti-widget .source-Getyourguide .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Getyourguide/star/f.svg)
}

.ti-lightbox .source-Getyourguide .ti-star.e,
.ti-widget .source-Getyourguide .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Getyourguide/star/e.svg)
}

.ti-lightbox .source-Getyourguide .ti-star.h,
.ti-widget .source-Getyourguide .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Getyourguide/star/h.svg)
}

.ti-lightbox .source-Getyourguide .ti-small-logo img,
.ti-widget .source-Getyourguide .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-Resellerratings .ti-lightbox-review-header:after,
.ti-lightbox .source-Resellerratings .ti-review-header:after,
.ti-widget .source-Resellerratings .ti-lightbox-review-header:after,
.ti-widget .source-Resellerratings .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Resellerratings/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Resellerratings .ti-star.f,
.ti-widget .source-Resellerratings .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Resellerratings/star/f.svg)
}

.ti-lightbox .source-Resellerratings .ti-star.e,
.ti-widget .source-Resellerratings .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Resellerratings/star/e.svg)
}

.ti-lightbox .source-Resellerratings .ti-star.h,
.ti-widget .source-Resellerratings .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Resellerratings/star/h.svg)
}

.ti-lightbox .source-Resellerratings .ti-small-logo img,
.ti-widget .source-Resellerratings .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-Meilleursagents .ti-lightbox-review-header:after,
.ti-lightbox .source-Meilleursagents .ti-review-header:after,
.ti-widget .source-Meilleursagents .ti-lightbox-review-header:after,
.ti-widget .source-Meilleursagents .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Meilleursagents/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Meilleursagents .ti-star.f,
.ti-widget .source-Meilleursagents .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Meilleursagents/star/f.svg)
}

.ti-lightbox .source-Meilleursagents .ti-star.e,
.ti-widget .source-Meilleursagents .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Meilleursagents/star/e.svg)
}

.ti-lightbox .source-Meilleursagents .ti-star.h,
.ti-widget .source-Meilleursagents .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Meilleursagents/star/h.svg)
}

.ti-lightbox .source-Meilleursagents .ti-small-logo img,
.ti-widget .source-Meilleursagents .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-AlternativeTo .ti-lightbox-review-header:after,
.ti-lightbox .source-AlternativeTo .ti-review-header:after,
.ti-widget .source-AlternativeTo .ti-lightbox-review-header:after,
.ti-widget .source-AlternativeTo .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/AlternativeTo/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-AlternativeTo .ti-star.f,
.ti-widget .source-AlternativeTo .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/AlternativeTo/star/f.svg)
}

.ti-lightbox .source-AlternativeTo .ti-star.e,
.ti-widget .source-AlternativeTo .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/AlternativeTo/star/e.svg)
}

.ti-lightbox .source-AlternativeTo .ti-star.h,
.ti-widget .source-AlternativeTo .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/AlternativeTo/star/h.svg)
}

.ti-lightbox .source-AlternativeTo .ti-small-logo img,
.ti-widget .source-AlternativeTo .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-Agoda .ti-lightbox-review-header:after,
.ti-lightbox .source-Agoda .ti-review-header:after,
.ti-widget .source-Agoda .ti-lightbox-review-header:after,
.ti-widget .source-Agoda .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Agoda/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Agoda .ti-star.f,
.ti-widget .source-Agoda .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Agoda/star/f.svg)
}

.ti-lightbox .source-Agoda .ti-star.e,
.ti-widget .source-Agoda .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Agoda/star/e.svg)
}

.ti-lightbox .source-Agoda .ti-star.h,
.ti-widget .source-Agoda .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Agoda/star/h.svg)
}

.ti-lightbox .source-Agoda .ti-small-logo img,
.ti-widget .source-Agoda .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-AngiesList .ti-lightbox-review-header:after,
.ti-lightbox .source-AngiesList .ti-review-header:after,
.ti-widget .source-AngiesList .ti-lightbox-review-header:after,
.ti-widget .source-AngiesList .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/AngiesList/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-AngiesList .ti-star.f,
.ti-widget .source-AngiesList .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/AngiesList/star/f.svg)
}

.ti-lightbox .source-AngiesList .ti-star.e,
.ti-widget .source-AngiesList .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/AngiesList/star/e.svg)
}

.ti-lightbox .source-AngiesList .ti-star.h,
.ti-widget .source-AngiesList .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/AngiesList/star/h.svg)
}

.ti-lightbox .source-AngiesList .ti-small-logo img,
.ti-widget .source-AngiesList .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-Apartmentratings .ti-lightbox-review-header:after,
.ti-lightbox .source-Apartmentratings .ti-review-header:after,
.ti-widget .source-Apartmentratings .ti-lightbox-review-header:after,
.ti-widget .source-Apartmentratings .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Apartmentratings/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Apartmentratings .ti-star.f,
.ti-widget .source-Apartmentratings .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Apartmentratings/star/f.svg)
}

.ti-lightbox .source-Apartmentratings .ti-star.e,
.ti-widget .source-Apartmentratings .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Apartmentratings/star/e.svg)
}

.ti-lightbox .source-Apartmentratings .ti-star.h,
.ti-widget .source-Apartmentratings .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Apartmentratings/star/h.svg)
}

.ti-lightbox .source-Apartmentratings .ti-small-logo img,
.ti-widget .source-Apartmentratings .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-Apartments .ti-lightbox-review-header:after,
.ti-lightbox .source-Apartments .ti-review-header:after,
.ti-widget .source-Apartments .ti-lightbox-review-header:after,
.ti-widget .source-Apartments .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Apartments/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Apartments .ti-star.f,
.ti-widget .source-Apartments .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Apartments/star/f.svg)
}

.ti-lightbox .source-Apartments .ti-star.e,
.ti-widget .source-Apartments .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Apartments/star/e.svg)
}

.ti-lightbox .source-Apartments .ti-star.h,
.ti-widget .source-Apartments .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Apartments/star/h.svg)
}

.ti-lightbox .source-Apartments .ti-small-logo img,
.ti-widget .source-Apartments .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-AppleAppstore .ti-lightbox-review-header:after,
.ti-lightbox .source-AppleAppstore .ti-review-header:after,
.ti-widget .source-AppleAppstore .ti-lightbox-review-header:after,
.ti-widget .source-AppleAppstore .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/AppleAppstore/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-AppleAppstore .ti-star.f,
.ti-widget .source-AppleAppstore .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/AppleAppstore/star/f.svg)
}

.ti-lightbox .source-AppleAppstore .ti-star.e,
.ti-widget .source-AppleAppstore .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/AppleAppstore/star/e.svg)
}

.ti-lightbox .source-AppleAppstore .ti-star.h,
.ti-widget .source-AppleAppstore .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/AppleAppstore/star/h.svg)
}

.ti-lightbox .source-AppleAppstore .ti-small-logo img,
.ti-widget .source-AppleAppstore .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-Avvo .ti-lightbox-review-header:after,
.ti-lightbox .source-Avvo .ti-review-header:after,
.ti-widget .source-Avvo .ti-lightbox-review-header:after,
.ti-widget .source-Avvo .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Avvo/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Avvo .ti-star.f,
.ti-widget .source-Avvo .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Avvo/star/f.svg)
}

.ti-lightbox .source-Avvo .ti-star.e,
.ti-widget .source-Avvo .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Avvo/star/e.svg)
}

.ti-lightbox .source-Avvo .ti-star.h,
.ti-widget .source-Avvo .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Avvo/star/h.svg)
}

.ti-lightbox .source-Avvo .ti-small-logo img,
.ti-widget .source-Avvo .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-BBB .ti-lightbox-review-header:after,
.ti-lightbox .source-BBB .ti-review-header:after,
.ti-widget .source-BBB .ti-lightbox-review-header:after,
.ti-widget .source-BBB .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/BBB/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-BBB .ti-star.f,
.ti-widget .source-BBB .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/BBB/star/f.svg)
}

.ti-lightbox .source-BBB .ti-star.e,
.ti-widget .source-BBB .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/BBB/star/e.svg)
}

.ti-lightbox .source-BBB .ti-star.h,
.ti-widget .source-BBB .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/BBB/star/h.svg)
}

.ti-lightbox .source-BBB .ti-small-logo img,
.ti-widget .source-BBB .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-Bilbayt .ti-lightbox-review-header:after,
.ti-lightbox .source-Bilbayt .ti-review-header:after,
.ti-widget .source-Bilbayt .ti-lightbox-review-header:after,
.ti-widget .source-Bilbayt .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Bilbayt/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Bilbayt .ti-star.f,
.ti-widget .source-Bilbayt .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Bilbayt/star/f.svg)
}

.ti-lightbox .source-Bilbayt .ti-star.e,
.ti-widget .source-Bilbayt .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Bilbayt/star/e.svg)
}

.ti-lightbox .source-Bilbayt .ti-star.h,
.ti-widget .source-Bilbayt .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Bilbayt/star/h.svg)
}

.ti-lightbox .source-Bilbayt .ti-small-logo img,
.ti-widget .source-Bilbayt .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-CarGurus .ti-lightbox-review-header:after,
.ti-lightbox .source-CarGurus .ti-review-header:after,
.ti-widget .source-CarGurus .ti-lightbox-review-header:after,
.ti-widget .source-CarGurus .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/CarGurus/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-CarGurus .ti-star.f,
.ti-widget .source-CarGurus .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/CarGurus/star/f.svg)
}

.ti-lightbox .source-CarGurus .ti-star.e,
.ti-widget .source-CarGurus .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/CarGurus/star/e.svg)
}

.ti-lightbox .source-CarGurus .ti-star.h,
.ti-widget .source-CarGurus .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/CarGurus/star/h.svg)
}

.ti-lightbox .source-CarGurus .ti-small-logo img,
.ti-widget .source-CarGurus .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-Carscom .ti-lightbox-review-header:after,
.ti-lightbox .source-Carscom .ti-review-header:after,
.ti-widget .source-Carscom .ti-lightbox-review-header:after,
.ti-widget .source-Carscom .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Carscom/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Carscom .ti-star.f,
.ti-widget .source-Carscom .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Carscom/star/f.svg)
}

.ti-lightbox .source-Carscom .ti-star.e,
.ti-widget .source-Carscom .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Carscom/star/e.svg)
}

.ti-lightbox .source-Carscom .ti-star.h,
.ti-widget .source-Carscom .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Carscom/star/h.svg)
}

.ti-lightbox .source-Carscom .ti-small-logo img,
.ti-widget .source-Carscom .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-Citysearch .ti-lightbox-review-header:after,
.ti-lightbox .source-Citysearch .ti-review-header:after,
.ti-widget .source-Citysearch .ti-lightbox-review-header:after,
.ti-widget .source-Citysearch .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Citysearch/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Citysearch .ti-star.f,
.ti-widget .source-Citysearch .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Citysearch/star/f.svg)
}

.ti-lightbox .source-Citysearch .ti-star.e,
.ti-widget .source-Citysearch .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Citysearch/star/e.svg)
}

.ti-lightbox .source-Citysearch .ti-star.h,
.ti-widget .source-Citysearch .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Citysearch/star/h.svg)
}

.ti-lightbox .source-Citysearch .ti-small-logo img,
.ti-widget .source-Citysearch .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-Classpass .ti-lightbox-review-header:after,
.ti-lightbox .source-Classpass .ti-review-header:after,
.ti-widget .source-Classpass .ti-lightbox-review-header:after,
.ti-widget .source-Classpass .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Classpass/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Classpass .ti-star.f,
.ti-widget .source-Classpass .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Classpass/star/f.svg)
}

.ti-lightbox .source-Classpass .ti-star.e,
.ti-widget .source-Classpass .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Classpass/star/e.svg)
}

.ti-lightbox .source-Classpass .ti-star.h,
.ti-widget .source-Classpass .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Classpass/star/h.svg)
}

.ti-lightbox .source-Classpass .ti-small-logo img,
.ti-widget .source-Classpass .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-ConsumerAffairs .ti-lightbox-review-header:after,
.ti-lightbox .source-ConsumerAffairs .ti-review-header:after,
.ti-widget .source-ConsumerAffairs .ti-lightbox-review-header:after,
.ti-widget .source-ConsumerAffairs .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/ConsumerAffairs/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-ConsumerAffairs .ti-star.f,
.ti-widget .source-ConsumerAffairs .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/ConsumerAffairs/star/f.svg)
}

.ti-lightbox .source-ConsumerAffairs .ti-star.e,
.ti-widget .source-ConsumerAffairs .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/ConsumerAffairs/star/e.svg)
}

.ti-lightbox .source-ConsumerAffairs .ti-star.h,
.ti-widget .source-ConsumerAffairs .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/ConsumerAffairs/star/h.svg)
}

.ti-lightbox .source-ConsumerAffairs .ti-small-logo img,
.ti-widget .source-ConsumerAffairs .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-CreditKarma .ti-lightbox-review-header:after,
.ti-lightbox .source-CreditKarma .ti-review-header:after,
.ti-widget .source-CreditKarma .ti-lightbox-review-header:after,
.ti-widget .source-CreditKarma .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/CreditKarma/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-CreditKarma .ti-star.f,
.ti-widget .source-CreditKarma .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/CreditKarma/star/f.svg)
}

.ti-lightbox .source-CreditKarma .ti-star.e,
.ti-widget .source-CreditKarma .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/CreditKarma/star/e.svg)
}

.ti-lightbox .source-CreditKarma .ti-star.h,
.ti-widget .source-CreditKarma .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/CreditKarma/star/h.svg)
}

.ti-lightbox .source-CreditKarma .ti-small-logo img,
.ti-widget .source-CreditKarma .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-CustomerLobby .ti-lightbox-review-header:after,
.ti-lightbox .source-CustomerLobby .ti-review-header:after,
.ti-widget .source-CustomerLobby .ti-lightbox-review-header:after,
.ti-widget .source-CustomerLobby .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/CustomerLobby/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-CustomerLobby .ti-star.f,
.ti-widget .source-CustomerLobby .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/CustomerLobby/star/f.svg)
}

.ti-lightbox .source-CustomerLobby .ti-star.e,
.ti-widget .source-CustomerLobby .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/CustomerLobby/star/e.svg)
}

.ti-lightbox .source-CustomerLobby .ti-star.h,
.ti-widget .source-CustomerLobby .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/CustomerLobby/star/h.svg)
}

.ti-lightbox .source-CustomerLobby .ti-small-logo img,
.ti-widget .source-CustomerLobby .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-DealerRater .ti-lightbox-review-header:after,
.ti-lightbox .source-DealerRater .ti-review-header:after,
.ti-widget .source-DealerRater .ti-lightbox-review-header:after,
.ti-widget .source-DealerRater .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/DealerRater/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-DealerRater .ti-star.f,
.ti-widget .source-DealerRater .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/DealerRater/star/f.svg)
}

.ti-lightbox .source-DealerRater .ti-star.e,
.ti-widget .source-DealerRater .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/DealerRater/star/e.svg)
}

.ti-lightbox .source-DealerRater .ti-star.h,
.ti-widget .source-DealerRater .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/DealerRater/star/h.svg)
}

.ti-lightbox .source-DealerRater .ti-small-logo img,
.ti-widget .source-DealerRater .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-Deliveroo .ti-lightbox-review-header:after,
.ti-lightbox .source-Deliveroo .ti-review-header:after,
.ti-widget .source-Deliveroo .ti-lightbox-review-header:after,
.ti-widget .source-Deliveroo .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Deliveroo/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Deliveroo .ti-star.f,
.ti-widget .source-Deliveroo .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Deliveroo/star/f.svg)
}

.ti-lightbox .source-Deliveroo .ti-star.e,
.ti-widget .source-Deliveroo .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Deliveroo/star/e.svg)
}

.ti-lightbox .source-Deliveroo .ti-star.h,
.ti-widget .source-Deliveroo .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Deliveroo/star/h.svg)
}

.ti-lightbox .source-Deliveroo .ti-small-logo img,
.ti-widget .source-Deliveroo .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-Edmunds .ti-lightbox-review-header:after,
.ti-lightbox .source-Edmunds .ti-review-header:after,
.ti-widget .source-Edmunds .ti-lightbox-review-header:after,
.ti-widget .source-Edmunds .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Edmunds/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Edmunds .ti-star.f,
.ti-widget .source-Edmunds .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Edmunds/star/f.svg)
}

.ti-lightbox .source-Edmunds .ti-star.e,
.ti-widget .source-Edmunds .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Edmunds/star/e.svg)
}

.ti-lightbox .source-Edmunds .ti-star.h,
.ti-widget .source-Edmunds .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Edmunds/star/h.svg)
}

.ti-lightbox .source-Edmunds .ti-small-logo img,
.ti-widget .source-Edmunds .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-FindLaw .ti-lightbox-review-header:after,
.ti-lightbox .source-FindLaw .ti-review-header:after,
.ti-widget .source-FindLaw .ti-lightbox-review-header:after,
.ti-widget .source-FindLaw .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/FindLaw/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-FindLaw .ti-star.f,
.ti-widget .source-FindLaw .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/FindLaw/star/f.svg)
}

.ti-lightbox .source-FindLaw .ti-star.e,
.ti-widget .source-FindLaw .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/FindLaw/star/e.svg)
}

.ti-lightbox .source-FindLaw .ti-star.h,
.ti-widget .source-FindLaw .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/FindLaw/star/h.svg)
}

.ti-lightbox .source-FindLaw .ti-small-logo img,
.ti-widget .source-FindLaw .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-Gartner .ti-lightbox-review-header:after,
.ti-lightbox .source-Gartner .ti-review-header:after,
.ti-widget .source-Gartner .ti-lightbox-review-header:after,
.ti-widget .source-Gartner .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Gartner/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Gartner .ti-star.f,
.ti-widget .source-Gartner .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Gartner/star/f.svg)
}

.ti-lightbox .source-Gartner .ti-star.e,
.ti-widget .source-Gartner .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Gartner/star/e.svg)
}

.ti-lightbox .source-Gartner .ti-star.h,
.ti-widget .source-Gartner .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Gartner/star/h.svg)
}

.ti-lightbox .source-Gartner .ti-small-logo img,
.ti-widget .source-Gartner .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-Glassdoor .ti-lightbox-review-header:after,
.ti-lightbox .source-Glassdoor .ti-review-header:after,
.ti-widget .source-Glassdoor .ti-lightbox-review-header:after,
.ti-widget .source-Glassdoor .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Glassdoor/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Glassdoor .ti-star.f,
.ti-widget .source-Glassdoor .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Glassdoor/star/f.svg)
}

.ti-lightbox .source-Glassdoor .ti-star.e,
.ti-widget .source-Glassdoor .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Glassdoor/star/e.svg)
}

.ti-lightbox .source-Glassdoor .ti-star.h,
.ti-widget .source-Glassdoor .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Glassdoor/star/h.svg)
}

.ti-lightbox .source-Glassdoor .ti-small-logo img,
.ti-widget .source-Glassdoor .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-Greatschools .ti-lightbox-review-header:after,
.ti-lightbox .source-Greatschools .ti-review-header:after,
.ti-widget .source-Greatschools .ti-lightbox-review-header:after,
.ti-widget .source-Greatschools .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Greatschools/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Greatschools .ti-star.f,
.ti-widget .source-Greatschools .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Greatschools/star/f.svg)
}

.ti-lightbox .source-Greatschools .ti-star.e,
.ti-widget .source-Greatschools .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Greatschools/star/e.svg)
}

.ti-lightbox .source-Greatschools .ti-star.h,
.ti-widget .source-Greatschools .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Greatschools/star/h.svg)
}

.ti-lightbox .source-Greatschools .ti-small-logo img,
.ti-widget .source-Greatschools .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-Healthgrades .ti-lightbox-review-header:after,
.ti-lightbox .source-Healthgrades .ti-review-header:after,
.ti-widget .source-Healthgrades .ti-lightbox-review-header:after,
.ti-widget .source-Healthgrades .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Healthgrades/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Healthgrades .ti-star.f,
.ti-widget .source-Healthgrades .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Healthgrades/star/f.svg)
}

.ti-lightbox .source-Healthgrades .ti-star.e,
.ti-widget .source-Healthgrades .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Healthgrades/star/e.svg)
}

.ti-lightbox .source-Healthgrades .ti-star.h,
.ti-widget .source-Healthgrades .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Healthgrades/star/h.svg)
}

.ti-lightbox .source-Healthgrades .ti-small-logo img,
.ti-widget .source-Healthgrades .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-HomeAdvisor .ti-lightbox-review-header:after,
.ti-lightbox .source-HomeAdvisor .ti-review-header:after,
.ti-widget .source-HomeAdvisor .ti-lightbox-review-header:after,
.ti-widget .source-HomeAdvisor .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/HomeAdvisor/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-HomeAdvisor .ti-star.f,
.ti-widget .source-HomeAdvisor .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/HomeAdvisor/star/f.svg)
}

.ti-lightbox .source-HomeAdvisor .ti-star.e,
.ti-widget .source-HomeAdvisor .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/HomeAdvisor/star/e.svg)
}

.ti-lightbox .source-HomeAdvisor .ti-star.h,
.ti-widget .source-HomeAdvisor .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/HomeAdvisor/star/h.svg)
}

.ti-lightbox .source-HomeAdvisor .ti-small-logo img,
.ti-widget .source-HomeAdvisor .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-Homestars .ti-lightbox-review-header:after,
.ti-lightbox .source-Homestars .ti-review-header:after,
.ti-widget .source-Homestars .ti-lightbox-review-header:after,
.ti-widget .source-Homestars .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Homestars/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Homestars .ti-star.f,
.ti-widget .source-Homestars .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Homestars/star/f.svg)
}

.ti-lightbox .source-Homestars .ti-star.e,
.ti-widget .source-Homestars .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Homestars/star/e.svg)
}

.ti-lightbox .source-Homestars .ti-star.h,
.ti-widget .source-Homestars .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Homestars/star/h.svg)
}

.ti-lightbox .source-Homestars .ti-small-logo img,
.ti-widget .source-Homestars .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-Houzz .ti-lightbox-review-header:after,
.ti-lightbox .source-Houzz .ti-review-header:after,
.ti-widget .source-Houzz .ti-lightbox-review-header:after,
.ti-widget .source-Houzz .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Houzz/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Houzz .ti-star.f,
.ti-widget .source-Houzz .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Houzz/star/f.svg)
}

.ti-lightbox .source-Houzz .ti-star.e,
.ti-widget .source-Houzz .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Houzz/star/e.svg)
}

.ti-lightbox .source-Houzz .ti-star.h,
.ti-widget .source-Houzz .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Houzz/star/h.svg)
}

.ti-lightbox .source-Houzz .ti-small-logo img,
.ti-widget .source-Houzz .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-Indeed .ti-lightbox-review-header:after,
.ti-lightbox .source-Indeed .ti-review-header:after,
.ti-widget .source-Indeed .ti-lightbox-review-header:after,
.ti-widget .source-Indeed .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Indeed/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Indeed .ti-star.f,
.ti-widget .source-Indeed .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Indeed/star/f.svg)
}

.ti-lightbox .source-Indeed .ti-star.e,
.ti-widget .source-Indeed .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Indeed/star/e.svg)
}

.ti-lightbox .source-Indeed .ti-star.h,
.ti-widget .source-Indeed .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Indeed/star/h.svg)
}

.ti-lightbox .source-Indeed .ti-small-logo img,
.ti-widget .source-Indeed .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-Influenster .ti-lightbox-review-header:after,
.ti-lightbox .source-Influenster .ti-review-header:after,
.ti-widget .source-Influenster .ti-lightbox-review-header:after,
.ti-widget .source-Influenster .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Influenster/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Influenster .ti-star.f,
.ti-widget .source-Influenster .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Influenster/star/f.svg)
}

.ti-lightbox .source-Influenster .ti-star.e,
.ti-widget .source-Influenster .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Influenster/star/e.svg)
}

.ti-lightbox .source-Influenster .ti-star.h,
.ti-widget .source-Influenster .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Influenster/star/h.svg)
}

.ti-lightbox .source-Influenster .ti-small-logo img,
.ti-widget .source-Influenster .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-InsiderPages .ti-lightbox-review-header:after,
.ti-lightbox .source-InsiderPages .ti-review-header:after,
.ti-widget .source-InsiderPages .ti-lightbox-review-header:after,
.ti-widget .source-InsiderPages .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/InsiderPages/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-InsiderPages .ti-star.f,
.ti-widget .source-InsiderPages .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/InsiderPages/star/f.svg)
}

.ti-lightbox .source-InsiderPages .ti-star.e,
.ti-widget .source-InsiderPages .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/InsiderPages/star/e.svg)
}

.ti-lightbox .source-InsiderPages .ti-star.h,
.ti-widget .source-InsiderPages .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/InsiderPages/star/h.svg)
}

.ti-lightbox .source-InsiderPages .ti-small-logo img,
.ti-widget .source-InsiderPages .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-Lawyerscom .ti-lightbox-review-header:after,
.ti-lightbox .source-Lawyerscom .ti-review-header:after,
.ti-widget .source-Lawyerscom .ti-lightbox-review-header:after,
.ti-widget .source-Lawyerscom .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Lawyerscom/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Lawyerscom .ti-star.f,
.ti-widget .source-Lawyerscom .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Lawyerscom/star/f.svg)
}

.ti-lightbox .source-Lawyerscom .ti-star.e,
.ti-widget .source-Lawyerscom .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Lawyerscom/star/e.svg)
}

.ti-lightbox .source-Lawyerscom .ti-star.h,
.ti-widget .source-Lawyerscom .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Lawyerscom/star/h.svg)
}

.ti-lightbox .source-Lawyerscom .ti-small-logo img,
.ti-widget .source-Lawyerscom .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-LendingTree .ti-lightbox-review-header:after,
.ti-lightbox .source-LendingTree .ti-review-header:after,
.ti-widget .source-LendingTree .ti-lightbox-review-header:after,
.ti-widget .source-LendingTree .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/LendingTree/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-LendingTree .ti-star.f,
.ti-widget .source-LendingTree .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/LendingTree/star/f.svg)
}

.ti-lightbox .source-LendingTree .ti-star.e,
.ti-widget .source-LendingTree .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/LendingTree/star/e.svg)
}

.ti-lightbox .source-LendingTree .ti-star.h,
.ti-widget .source-LendingTree .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/LendingTree/star/h.svg)
}

.ti-lightbox .source-LendingTree .ti-small-logo img,
.ti-widget .source-LendingTree .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-Martindale .ti-lightbox-review-header:after,
.ti-lightbox .source-Martindale .ti-review-header:after,
.ti-widget .source-Martindale .ti-lightbox-review-header:after,
.ti-widget .source-Martindale .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Martindale/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Martindale .ti-star.f,
.ti-widget .source-Martindale .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Martindale/star/f.svg)
}

.ti-lightbox .source-Martindale .ti-star.e,
.ti-widget .source-Martindale .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Martindale/star/e.svg)
}

.ti-lightbox .source-Martindale .ti-star.h,
.ti-widget .source-Martindale .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Martindale/star/h.svg)
}

.ti-lightbox .source-Martindale .ti-small-logo img,
.ti-widget .source-Martindale .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-Niche .ti-lightbox-review-header:after,
.ti-lightbox .source-Niche .ti-review-header:after,
.ti-widget .source-Niche .ti-lightbox-review-header:after,
.ti-widget .source-Niche .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Niche/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Niche .ti-star.f,
.ti-widget .source-Niche .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Niche/star/f.svg)
}

.ti-lightbox .source-Niche .ti-star.e,
.ti-widget .source-Niche .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Niche/star/e.svg)
}

.ti-lightbox .source-Niche .ti-star.h,
.ti-widget .source-Niche .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Niche/star/h.svg)
}

.ti-lightbox .source-Niche .ti-small-logo img,
.ti-widget .source-Niche .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-OpenRice .ti-lightbox-review-header:after,
.ti-lightbox .source-OpenRice .ti-review-header:after,
.ti-widget .source-OpenRice .ti-lightbox-review-header:after,
.ti-widget .source-OpenRice .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/OpenRice/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-OpenRice .ti-star.f,
.ti-widget .source-OpenRice .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/OpenRice/star/f.svg)
}

.ti-lightbox .source-OpenRice .ti-star.e,
.ti-widget .source-OpenRice .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/OpenRice/star/e.svg)
}

.ti-lightbox .source-OpenRice .ti-star.h,
.ti-widget .source-OpenRice .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/OpenRice/star/h.svg)
}

.ti-lightbox .source-OpenRice .ti-small-logo img,
.ti-widget .source-OpenRice .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-Peerspot .ti-lightbox-review-header:after,
.ti-lightbox .source-Peerspot .ti-review-header:after,
.ti-widget .source-Peerspot .ti-lightbox-review-header:after,
.ti-widget .source-Peerspot .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Peerspot/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Peerspot .ti-star.f,
.ti-widget .source-Peerspot .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Peerspot/star/f.svg)
}

.ti-lightbox .source-Peerspot .ti-star.e,
.ti-widget .source-Peerspot .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Peerspot/star/e.svg)
}

.ti-lightbox .source-Peerspot .ti-star.h,
.ti-widget .source-Peerspot .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Peerspot/star/h.svg)
}

.ti-lightbox .source-Peerspot .ti-small-logo img,
.ti-widget .source-Peerspot .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-ProductHunt .ti-lightbox-review-header:after,
.ti-lightbox .source-ProductHunt .ti-review-header:after,
.ti-widget .source-ProductHunt .ti-lightbox-review-header:after,
.ti-widget .source-ProductHunt .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/ProductHunt/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-ProductHunt .ti-star.f,
.ti-widget .source-ProductHunt .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/ProductHunt/star/f.svg)
}

.ti-lightbox .source-ProductHunt .ti-star.e,
.ti-widget .source-ProductHunt .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/ProductHunt/star/e.svg)
}

.ti-lightbox .source-ProductHunt .ti-star.h,
.ti-widget .source-ProductHunt .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/ProductHunt/star/h.svg)
}

.ti-lightbox .source-ProductHunt .ti-small-logo img,
.ti-widget .source-ProductHunt .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-ProductReview .ti-lightbox-review-header:after,
.ti-lightbox .source-ProductReview .ti-review-header:after,
.ti-widget .source-ProductReview .ti-lightbox-review-header:after,
.ti-widget .source-ProductReview .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/ProductReview/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-ProductReview .ti-star.f,
.ti-widget .source-ProductReview .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/ProductReview/star/f.svg)
}

.ti-lightbox .source-ProductReview .ti-star.e,
.ti-widget .source-ProductReview .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/ProductReview/star/e.svg)
}

.ti-lightbox .source-ProductReview .ti-star.h,
.ti-widget .source-ProductReview .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/ProductReview/star/h.svg)
}

.ti-lightbox .source-ProductReview .ti-small-logo img,
.ti-widget .source-ProductReview .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-RateMDs .ti-lightbox-review-header:after,
.ti-lightbox .source-RateMDs .ti-review-header:after,
.ti-widget .source-RateMDs .ti-lightbox-review-header:after,
.ti-widget .source-RateMDs .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/RateMDs/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-RateMDs .ti-star.f,
.ti-widget .source-RateMDs .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/RateMDs/star/f.svg)
}

.ti-lightbox .source-RateMDs .ti-star.e,
.ti-widget .source-RateMDs .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/RateMDs/star/e.svg)
}

.ti-lightbox .source-RateMDs .ti-star.h,
.ti-widget .source-RateMDs .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/RateMDs/star/h.svg)
}

.ti-lightbox .source-RateMDs .ti-small-logo img,
.ti-widget .source-RateMDs .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-ReserveOut .ti-lightbox-review-header:after,
.ti-lightbox .source-ReserveOut .ti-review-header:after,
.ti-widget .source-ReserveOut .ti-lightbox-review-header:after,
.ti-widget .source-ReserveOut .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/ReserveOut/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-ReserveOut .ti-star.f,
.ti-widget .source-ReserveOut .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/ReserveOut/star/f.svg)
}

.ti-lightbox .source-ReserveOut .ti-star.e,
.ti-widget .source-ReserveOut .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/ReserveOut/star/e.svg)
}

.ti-lightbox .source-ReserveOut .ti-star.h,
.ti-widget .source-ReserveOut .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/ReserveOut/star/h.svg)
}

.ti-lightbox .source-ReserveOut .ti-small-logo img,
.ti-widget .source-ReserveOut .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-SoftwareAdvice .ti-lightbox-review-header:after,
.ti-lightbox .source-SoftwareAdvice .ti-review-header:after,
.ti-widget .source-SoftwareAdvice .ti-lightbox-review-header:after,
.ti-widget .source-SoftwareAdvice .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/SoftwareAdvice/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-SoftwareAdvice .ti-star.f,
.ti-widget .source-SoftwareAdvice .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/SoftwareAdvice/star/f.svg)
}

.ti-lightbox .source-SoftwareAdvice .ti-star.e,
.ti-widget .source-SoftwareAdvice .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/SoftwareAdvice/star/e.svg)
}

.ti-lightbox .source-SoftwareAdvice .ti-star.h,
.ti-widget .source-SoftwareAdvice .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/SoftwareAdvice/star/h.svg)
}

.ti-lightbox .source-SoftwareAdvice .ti-small-logo img,
.ti-widget .source-SoftwareAdvice .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-Talabat .ti-lightbox-review-header:after,
.ti-lightbox .source-Talabat .ti-review-header:after,
.ti-widget .source-Talabat .ti-lightbox-review-header:after,
.ti-widget .source-Talabat .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Talabat/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Talabat .ti-star.f,
.ti-widget .source-Talabat .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Talabat/star/f.svg)
}

.ti-lightbox .source-Talabat .ti-star.e,
.ti-widget .source-Talabat .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Talabat/star/e.svg)
}

.ti-lightbox .source-Talabat .ti-star.h,
.ti-widget .source-Talabat .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Talabat/star/h.svg)
}

.ti-lightbox .source-Talabat .ti-small-logo img,
.ti-widget .source-Talabat .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-TheFork .ti-lightbox-review-header:after,
.ti-lightbox .source-TheFork .ti-review-header:after,
.ti-widget .source-TheFork .ti-lightbox-review-header:after,
.ti-widget .source-TheFork .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/TheFork/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-TheFork .ti-star.f,
.ti-widget .source-TheFork .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/TheFork/star/f.svg)
}

.ti-lightbox .source-TheFork .ti-star.e,
.ti-widget .source-TheFork .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/TheFork/star/e.svg)
}

.ti-lightbox .source-TheFork .ti-star.h,
.ti-widget .source-TheFork .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/TheFork/star/h.svg)
}

.ti-lightbox .source-TheFork .ti-small-logo img,
.ti-widget .source-TheFork .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-TheKnot .ti-lightbox-review-header:after,
.ti-lightbox .source-TheKnot .ti-review-header:after,
.ti-widget .source-TheKnot .ti-lightbox-review-header:after,
.ti-widget .source-TheKnot .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/TheKnot/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-TheKnot .ti-star.f,
.ti-widget .source-TheKnot .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/TheKnot/star/f.svg)
}

.ti-lightbox .source-TheKnot .ti-star.e,
.ti-widget .source-TheKnot .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/TheKnot/star/e.svg)
}

.ti-lightbox .source-TheKnot .ti-star.h,
.ti-widget .source-TheKnot .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/TheKnot/star/h.svg)
}

.ti-lightbox .source-TheKnot .ti-small-logo img,
.ti-widget .source-TheKnot .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-TrustedShops .ti-lightbox-review-header:after,
.ti-lightbox .source-TrustedShops .ti-review-header:after,
.ti-widget .source-TrustedShops .ti-lightbox-review-header:after,
.ti-widget .source-TrustedShops .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/TrustedShops/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-TrustedShops .ti-star.f,
.ti-widget .source-TrustedShops .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/TrustedShops/star/f.svg)
}

.ti-lightbox .source-TrustedShops .ti-star.e,
.ti-widget .source-TrustedShops .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/TrustedShops/star/e.svg)
}

.ti-lightbox .source-TrustedShops .ti-star.h,
.ti-widget .source-TrustedShops .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/TrustedShops/star/h.svg)
}

.ti-lightbox .source-TrustedShops .ti-small-logo img,
.ti-widget .source-TrustedShops .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-TrustRadius .ti-lightbox-review-header:after,
.ti-lightbox .source-TrustRadius .ti-review-header:after,
.ti-widget .source-TrustRadius .ti-lightbox-review-header:after,
.ti-widget .source-TrustRadius .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/TrustRadius/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-TrustRadius .ti-star.f,
.ti-widget .source-TrustRadius .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/TrustRadius/star/f.svg)
}

.ti-lightbox .source-TrustRadius .ti-star.e,
.ti-widget .source-TrustRadius .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/TrustRadius/star/e.svg)
}

.ti-lightbox .source-TrustRadius .ti-star.h,
.ti-widget .source-TrustRadius .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/TrustRadius/star/h.svg)
}

.ti-lightbox .source-TrustRadius .ti-small-logo img,
.ti-widget .source-TrustRadius .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-Vardense .ti-lightbox-review-header:after,
.ti-lightbox .source-Vardense .ti-review-header:after,
.ti-widget .source-Vardense .ti-lightbox-review-header:after,
.ti-widget .source-Vardense .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Vardense/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Vardense .ti-star.f,
.ti-widget .source-Vardense .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Vardense/star/f.svg)
}

.ti-lightbox .source-Vardense .ti-star.e,
.ti-widget .source-Vardense .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Vardense/star/e.svg)
}

.ti-lightbox .source-Vardense .ti-star.h,
.ti-widget .source-Vardense .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Vardense/star/h.svg)
}

.ti-lightbox .source-Vardense .ti-small-logo img,
.ti-widget .source-Vardense .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-Vitals .ti-lightbox-review-header:after,
.ti-lightbox .source-Vitals .ti-review-header:after,
.ti-widget .source-Vitals .ti-lightbox-review-header:after,
.ti-widget .source-Vitals .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Vitals/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Vitals .ti-star.f,
.ti-widget .source-Vitals .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Vitals/star/f.svg)
}

.ti-lightbox .source-Vitals .ti-star.e,
.ti-widget .source-Vitals .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Vitals/star/e.svg)
}

.ti-lightbox .source-Vitals .ti-star.h,
.ti-widget .source-Vitals .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Vitals/star/h.svg)
}

.ti-lightbox .source-Vitals .ti-small-logo img,
.ti-widget .source-Vitals .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-Walmart .ti-lightbox-review-header:after,
.ti-lightbox .source-Walmart .ti-review-header:after,
.ti-widget .source-Walmart .ti-lightbox-review-header:after,
.ti-widget .source-Walmart .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Walmart/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Walmart .ti-star.f,
.ti-widget .source-Walmart .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Walmart/star/f.svg)
}

.ti-lightbox .source-Walmart .ti-star.e,
.ti-widget .source-Walmart .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Walmart/star/e.svg)
}

.ti-lightbox .source-Walmart .ti-star.h,
.ti-widget .source-Walmart .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Walmart/star/h.svg)
}

.ti-lightbox .source-Walmart .ti-small-logo img,
.ti-widget .source-Walmart .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-WebMD .ti-lightbox-review-header:after,
.ti-lightbox .source-WebMD .ti-review-header:after,
.ti-widget .source-WebMD .ti-lightbox-review-header:after,
.ti-widget .source-WebMD .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/WebMD/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-WebMD .ti-star.f,
.ti-widget .source-WebMD .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/WebMD/star/f.svg)
}

.ti-lightbox .source-WebMD .ti-star.e,
.ti-widget .source-WebMD .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/WebMD/star/e.svg)
}

.ti-lightbox .source-WebMD .ti-star.h,
.ti-widget .source-WebMD .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/WebMD/star/h.svg)
}

.ti-lightbox .source-WebMD .ti-small-logo img,
.ti-widget .source-WebMD .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-WeddingWire .ti-lightbox-review-header:after,
.ti-lightbox .source-WeddingWire .ti-review-header:after,
.ti-widget .source-WeddingWire .ti-lightbox-review-header:after,
.ti-widget .source-WeddingWire .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/WeddingWire/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-WeddingWire .ti-star.f,
.ti-widget .source-WeddingWire .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/WeddingWire/star/f.svg)
}

.ti-lightbox .source-WeddingWire .ti-star.e,
.ti-widget .source-WeddingWire .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/WeddingWire/star/e.svg)
}

.ti-lightbox .source-WeddingWire .ti-star.h,
.ti-widget .source-WeddingWire .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/WeddingWire/star/h.svg)
}

.ti-lightbox .source-WeddingWire .ti-small-logo img,
.ti-widget .source-WeddingWire .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-Yell .ti-lightbox-review-header:after,
.ti-lightbox .source-Yell .ti-review-header:after,
.ti-widget .source-Yell .ti-lightbox-review-header:after,
.ti-widget .source-Yell .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Yell/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Yell .ti-star.f,
.ti-widget .source-Yell .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Yell/star/f.svg)
}

.ti-lightbox .source-Yell .ti-star.e,
.ti-widget .source-Yell .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Yell/star/e.svg)
}

.ti-lightbox .source-Yell .ti-star.h,
.ti-widget .source-Yell .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Yell/star/h.svg)
}

.ti-lightbox .source-Yell .ti-small-logo img,
.ti-widget .source-Yell .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-YellowPages .ti-lightbox-review-header:after,
.ti-lightbox .source-YellowPages .ti-review-header:after,
.ti-widget .source-YellowPages .ti-lightbox-review-header:after,
.ti-widget .source-YellowPages .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/YellowPages/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-YellowPages .ti-star.f,
.ti-widget .source-YellowPages .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/YellowPages/star/f.svg)
}

.ti-lightbox .source-YellowPages .ti-star.e,
.ti-widget .source-YellowPages .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/YellowPages/star/e.svg)
}

.ti-lightbox .source-YellowPages .ti-star.h,
.ti-widget .source-YellowPages .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/YellowPages/star/h.svg)
}

.ti-lightbox .source-YellowPages .ti-small-logo img,
.ti-widget .source-YellowPages .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-ZocDoc .ti-lightbox-review-header:after,
.ti-lightbox .source-ZocDoc .ti-review-header:after,
.ti-widget .source-ZocDoc .ti-lightbox-review-header:after,
.ti-widget .source-ZocDoc .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/ZocDoc/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-ZocDoc .ti-star.f,
.ti-widget .source-ZocDoc .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/ZocDoc/star/f.svg)
}

.ti-lightbox .source-ZocDoc .ti-star.e,
.ti-widget .source-ZocDoc .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/ZocDoc/star/e.svg)
}

.ti-lightbox .source-ZocDoc .ti-star.h,
.ti-widget .source-ZocDoc .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/ZocDoc/star/h.svg)
}

.ti-lightbox .source-ZocDoc .ti-small-logo img,
.ti-widget .source-ZocDoc .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-Zomato .ti-lightbox-review-header:after,
.ti-lightbox .source-Zomato .ti-review-header:after,
.ti-widget .source-Zomato .ti-lightbox-review-header:after,
.ti-widget .source-Zomato .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Zomato/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Zomato .ti-star.f,
.ti-widget .source-Zomato .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Zomato/star/f.svg)
}

.ti-lightbox .source-Zomato .ti-star.e,
.ti-widget .source-Zomato .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Zomato/star/e.svg)
}

.ti-lightbox .source-Zomato .ti-star.h,
.ti-widget .source-Zomato .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Zomato/star/h.svg)
}

.ti-lightbox .source-Zomato .ti-small-logo img,
.ti-widget .source-Zomato .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-Jameda .ti-lightbox-review-header:after,
.ti-lightbox .source-Jameda .ti-review-header:after,
.ti-widget .source-Jameda .ti-lightbox-review-header:after,
.ti-widget .source-Jameda .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Jameda/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Jameda .ti-star.f,
.ti-widget .source-Jameda .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Jameda/star/f.svg)
}

.ti-lightbox .source-Jameda .ti-star.e,
.ti-widget .source-Jameda .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Jameda/star/e.svg)
}

.ti-lightbox .source-Jameda .ti-star.h,
.ti-widget .source-Jameda .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Jameda/star/h.svg)
}

.ti-lightbox .source-Jameda .ti-small-logo img,
.ti-widget .source-Jameda .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-Zoover .ti-lightbox-review-header:after,
.ti-lightbox .source-Zoover .ti-review-header:after,
.ti-widget .source-Zoover .ti-lightbox-review-header:after,
.ti-widget .source-Zoover .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Zoover/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Zoover .ti-star.f,
.ti-widget .source-Zoover .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Zoover/star/f.svg)
}

.ti-lightbox .source-Zoover .ti-star.e,
.ti-widget .source-Zoover .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Zoover/star/e.svg)
}

.ti-lightbox .source-Zoover .ti-star.h,
.ti-widget .source-Zoover .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Zoover/star/h.svg)
}

.ti-lightbox .source-Zoover .ti-small-logo img,
.ti-widget .source-Zoover .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-HotelSpecials .ti-lightbox-review-header:after,
.ti-lightbox .source-HotelSpecials .ti-review-header:after,
.ti-widget .source-HotelSpecials .ti-lightbox-review-header:after,
.ti-widget .source-HotelSpecials .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/HotelSpecials/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-HotelSpecials .ti-star.f,
.ti-widget .source-HotelSpecials .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/HotelSpecials/star/f.svg)
}

.ti-lightbox .source-HotelSpecials .ti-star.e,
.ti-widget .source-HotelSpecials .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/HotelSpecials/star/e.svg)
}

.ti-lightbox .source-HotelSpecials .ti-star.h,
.ti-widget .source-HotelSpecials .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/HotelSpecials/star/h.svg)
}

.ti-lightbox .source-HotelSpecials .ti-small-logo img,
.ti-widget .source-HotelSpecials .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-PatientConnect365 .ti-lightbox-review-header:after,
.ti-lightbox .source-PatientConnect365 .ti-review-header:after,
.ti-widget .source-PatientConnect365 .ti-lightbox-review-header:after,
.ti-widget .source-PatientConnect365 .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/PatientConnect365/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-PatientConnect365 .ti-star.f,
.ti-widget .source-PatientConnect365 .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/PatientConnect365/star/f.svg)
}

.ti-lightbox .source-PatientConnect365 .ti-star.e,
.ti-widget .source-PatientConnect365 .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/PatientConnect365/star/e.svg)
}

.ti-lightbox .source-PatientConnect365 .ti-star.h,
.ti-widget .source-PatientConnect365 .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/PatientConnect365/star/h.svg)
}

.ti-lightbox .source-PatientConnect365 .ti-small-logo img,
.ti-widget .source-PatientConnect365 .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-Tandlakare .ti-lightbox-review-header:after,
.ti-lightbox .source-Tandlakare .ti-review-header:after,
.ti-widget .source-Tandlakare .ti-lightbox-review-header:after,
.ti-widget .source-Tandlakare .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Tandlakare/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Tandlakare .ti-star.f,
.ti-widget .source-Tandlakare .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Tandlakare/star/f.svg)
}

.ti-lightbox .source-Tandlakare .ti-star.e,
.ti-widget .source-Tandlakare .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Tandlakare/star/e.svg)
}

.ti-lightbox .source-Tandlakare .ti-star.h,
.ti-widget .source-Tandlakare .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Tandlakare/star/h.svg)
}

.ti-lightbox .source-Tandlakare .ti-small-logo img,
.ti-widget .source-Tandlakare .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-GooglePlaystore .ti-lightbox-review-header:after,
.ti-lightbox .source-GooglePlaystore .ti-review-header:after,
.ti-widget .source-GooglePlaystore .ti-lightbox-review-header:after,
.ti-widget .source-GooglePlaystore .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/GooglePlaystore/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-GooglePlaystore .ti-star.f,
.ti-widget .source-GooglePlaystore .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/GooglePlaystore/star/f.svg)
}

.ti-lightbox .source-GooglePlaystore .ti-star.e,
.ti-widget .source-GooglePlaystore .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/GooglePlaystore/star/e.svg)
}

.ti-lightbox .source-GooglePlaystore .ti-star.h,
.ti-widget .source-GooglePlaystore .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/GooglePlaystore/star/h.svg)
}

.ti-lightbox .source-GooglePlaystore .ti-small-logo img,
.ti-widget .source-GooglePlaystore .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-G2Crowd .ti-lightbox-review-header:after,
.ti-lightbox .source-G2Crowd .ti-review-header:after,
.ti-widget .source-G2Crowd .ti-lightbox-review-header:after,
.ti-widget .source-G2Crowd .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/G2Crowd/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-G2Crowd .ti-star.f,
.ti-widget .source-G2Crowd .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/G2Crowd/star/f.svg)
}

.ti-lightbox .source-G2Crowd .ti-star.e,
.ti-widget .source-G2Crowd .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/G2Crowd/star/e.svg)
}

.ti-lightbox .source-G2Crowd .ti-star.h,
.ti-widget .source-G2Crowd .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/G2Crowd/star/h.svg)
}

.ti-lightbox .source-G2Crowd .ti-small-logo img,
.ti-widget .source-G2Crowd .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-FertilityIQ .ti-lightbox-review-header:after,
.ti-lightbox .source-FertilityIQ .ti-review-header:after,
.ti-widget .source-FertilityIQ .ti-lightbox-review-header:after,
.ti-widget .source-FertilityIQ .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/FertilityIQ/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-FertilityIQ .ti-star.f,
.ti-widget .source-FertilityIQ .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/FertilityIQ/star/f.svg)
}

.ti-lightbox .source-FertilityIQ .ti-star.e,
.ti-widget .source-FertilityIQ .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/FertilityIQ/star/e.svg)
}

.ti-lightbox .source-FertilityIQ .ti-star.h,
.ti-widget .source-FertilityIQ .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/FertilityIQ/star/h.svg)
}

.ti-lightbox .source-FertilityIQ .ti-small-logo img,
.ti-widget .source-FertilityIQ .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-Youtube .ti-lightbox-review-header:after,
.ti-lightbox .source-Youtube .ti-review-header:after,
.ti-widget .source-Youtube .ti-lightbox-review-header:after,
.ti-widget .source-Youtube .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Youtube/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Youtube .ti-star.f,
.ti-widget .source-Youtube .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Youtube/star/f.svg)
}

.ti-lightbox .source-Youtube .ti-star.e,
.ti-widget .source-Youtube .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Youtube/star/e.svg)
}

.ti-lightbox .source-Youtube .ti-star.h,
.ti-widget .source-Youtube .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Youtube/star/h.svg)
}

.ti-lightbox .source-Youtube .ti-small-logo img,
.ti-widget .source-Youtube .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-AutoScout24 .ti-lightbox-review-header:after,
.ti-lightbox .source-AutoScout24 .ti-review-header:after,
.ti-widget .source-AutoScout24 .ti-lightbox-review-header:after,
.ti-widget .source-AutoScout24 .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/AutoScout24/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-AutoScout24 .ti-star.f,
.ti-widget .source-AutoScout24 .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/AutoScout24/star/f.svg)
}

.ti-lightbox .source-AutoScout24 .ti-star.e,
.ti-widget .source-AutoScout24 .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/AutoScout24/star/e.svg)
}

.ti-lightbox .source-AutoScout24 .ti-star.h,
.ti-widget .source-AutoScout24 .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/AutoScout24/star/h.svg)
}

.ti-lightbox .source-AutoScout24 .ti-small-logo img,
.ti-widget .source-AutoScout24 .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-Trustatrader .ti-lightbox-review-header:after,
.ti-lightbox .source-Trustatrader .ti-review-header:after,
.ti-widget .source-Trustatrader .ti-lightbox-review-header:after,
.ti-widget .source-Trustatrader .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Trustatrader/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Trustatrader .ti-star.f,
.ti-widget .source-Trustatrader .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Trustatrader/star/f.svg)
}

.ti-lightbox .source-Trustatrader .ti-star.e,
.ti-widget .source-Trustatrader .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Trustatrader/star/e.svg)
}

.ti-lightbox .source-Trustatrader .ti-star.h,
.ti-widget .source-Trustatrader .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Trustatrader/star/h.svg)
}

.ti-lightbox .source-Trustatrader .ti-small-logo img,
.ti-widget .source-Trustatrader .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-Haandvaerker .ti-lightbox-review-header:after,
.ti-lightbox .source-Haandvaerker .ti-review-header:after,
.ti-widget .source-Haandvaerker .ti-lightbox-review-header:after,
.ti-widget .source-Haandvaerker .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Haandvaerker/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Haandvaerker .ti-star.f,
.ti-widget .source-Haandvaerker .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Haandvaerker/star/f.svg)
}

.ti-lightbox .source-Haandvaerker .ti-star.e,
.ti-widget .source-Haandvaerker .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Haandvaerker/star/e.svg)
}

.ti-lightbox .source-Haandvaerker .ti-star.h,
.ti-widget .source-Haandvaerker .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Haandvaerker/star/h.svg)
}

.ti-lightbox .source-Haandvaerker .ti-small-logo img,
.ti-widget .source-Haandvaerker .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-Viator .ti-lightbox-review-header:after,
.ti-lightbox .source-Viator .ti-review-header:after,
.ti-widget .source-Viator .ti-lightbox-review-header:after,
.ti-widget .source-Viator .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Viator/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Viator .ti-star.f,
.ti-widget .source-Viator .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Viator/star/f.svg)
}

.ti-lightbox .source-Viator .ti-star.e,
.ti-widget .source-Viator .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Viator/star/e.svg)
}

.ti-lightbox .source-Viator .ti-star.h,
.ti-widget .source-Viator .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Viator/star/h.svg)
}

.ti-lightbox .source-Viator .ti-small-logo img,
.ti-widget .source-Viator .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-Truelocal .ti-lightbox-review-header:after,
.ti-lightbox .source-Truelocal .ti-review-header:after,
.ti-widget .source-Truelocal .ti-lightbox-review-header:after,
.ti-widget .source-Truelocal .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Truelocal/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Truelocal .ti-star.f,
.ti-widget .source-Truelocal .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Truelocal/star/f.svg)
}

.ti-lightbox .source-Truelocal .ti-star.e,
.ti-widget .source-Truelocal .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Truelocal/star/e.svg)
}

.ti-lightbox .source-Truelocal .ti-star.h,
.ti-widget .source-Truelocal .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Truelocal/star/h.svg)
}

.ti-lightbox .source-Truelocal .ti-small-logo img,
.ti-widget .source-Truelocal .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .source-Wordofmouth .ti-lightbox-review-header:after,
.ti-lightbox .source-Wordofmouth .ti-review-header:after,
.ti-widget .source-Wordofmouth .ti-lightbox-review-header:after,
.ti-widget .source-Wordofmouth .ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Wordofmouth/icon.svg);
    background-size: 100% 100%
}

.ti-lightbox .source-Wordofmouth .ti-star.f,
.ti-widget .source-Wordofmouth .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Wordofmouth/star/f.svg)
}

.ti-lightbox .source-Wordofmouth .ti-star.e,
.ti-widget .source-Wordofmouth .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Wordofmouth/star/e.svg)
}

.ti-lightbox .source-Wordofmouth .ti-star.h,
.ti-widget .source-Wordofmouth .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Wordofmouth/star/h.svg)
}

.ti-lightbox .source-Wordofmouth .ti-small-logo img,
.ti-widget .source-Wordofmouth .ti-small-logo img {
    height: 16px !important
}

.ti-lightbox .star-lg .ti-star,
.ti-widget .star-lg .ti-star {
    width: 30px;
    height: 30px
}

.ti-lightbox .ti-header .ti-star,
.ti-widget .ti-header .ti-star {
    width: 20px;
    height: 20px
}

.ti-lightbox .ti-rating-box,
.ti-widget .ti-rating-box {
    background: #000;
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    justify-content: center;
    vertical-align: baseline;
    border-radius: 4px;
    font-size: 10px !important;
    height: 22px;
    width: 22px;
    position: relative;
    top: -4px
}

.ti-lightbox .source-Booking .ti-rating-box,
.ti-widget .source-Booking .ti-rating-box {
    background: #003580;
    border-radius: 6px 6px 6px 0
}

.ti-lightbox .source-Hotels .ti-rating-box,
.ti-widget .source-Hotels .ti-rating-box {
    height: auto !important;
    width: auto !important;
    padding: 2px 4px;
    background: #388e3c
}

.ti-lightbox .source-Hotels .ti-rating-box:after,
.ti-widget .source-Hotels .ti-rating-box:after {
    content: "";
    border-bottom: 4px solid transparent;
    border-left: 6px solid #388e3c;
    border-top: 4px solid transparent;
    bottom: -4px;
    left: 5px;
    position: absolute
}

.ti-lightbox .source-Foursquare .ti-rating-box,
.ti-widget .source-Foursquare .ti-rating-box {
    background: #73cf42
}

.ti-lightbox .source-Szallashu .ti-rating-box,
.ti-widget .source-Szallashu .ti-rating-box {
    border-radius: 50%;
    background: #fff;
    color: #000 !important;
    border: 2px solid #4b8a1a
}

.ti-lightbox .source-Checkatrade .ti-rating-box,
.ti-widget .source-Checkatrade .ti-rating-box {
    border-radius: 50%;
    color: #fff !important;
    border: 2px solid #003580;
    background: #003580
}

.ti-lightbox .source-Zoover .ti-rating-box,
.ti-widget .source-Zoover .ti-rating-box {
    border-radius: 60% 30% 60% 45%;
    color: #fff !important;
    border: 2px solid #368e44;
    background: #368e44
}

.ti-lightbox .source-HotelSpecials .ti-rating-box,
.ti-widget .source-HotelSpecials .ti-rating-box {
    border-radius: 0;
    color: #fff !important;
    border: 2px solid #ff7900;
    background: #ff7900
}

.ti-lightbox:not([data-layout-id="27"]):not([data-layout-id="29"]):not([data-layout-id="32"]):not([data-layout-id="35"]):not([data-layout-id="60"]):not([data-layout-id="61"]) .ti-footer .ti-rating-box,
.ti-lightbox:not([data-layout-id="27"]):not([data-layout-id="29"]):not([data-layout-id="32"]):not([data-layout-id="35"]):not([data-layout-id="60"]):not([data-layout-id="61"]) .ti-header .ti-rating-box,
.ti-widget:not([data-layout-id="27"]):not([data-layout-id="29"]):not([data-layout-id="32"]):not([data-layout-id="35"]):not([data-layout-id="60"]):not([data-layout-id="61"]) .ti-footer .ti-rating-box,
.ti-widget:not([data-layout-id="27"]):not([data-layout-id="29"]):not([data-layout-id="32"]):not([data-layout-id="35"]):not([data-layout-id="60"]):not([data-layout-id="61"]) .ti-header .ti-rating-box {
    font-size: 13px !important;
    height: 32px;
    width: 32px
}

.ti-lightbox:not([data-layout-id="27"]):not([data-layout-id="29"]):not([data-layout-id="32"]):not([data-layout-id="35"]):not([data-layout-id="60"]):not([data-layout-id="61"]) .ti-footer.source-Booking .ti-rating-box,
.ti-lightbox:not([data-layout-id="27"]):not([data-layout-id="29"]):not([data-layout-id="32"]):not([data-layout-id="35"]):not([data-layout-id="60"]):not([data-layout-id="61"]) .ti-header.source-Booking .ti-rating-box,
.ti-widget:not([data-layout-id="27"]):not([data-layout-id="29"]):not([data-layout-id="32"]):not([data-layout-id="35"]):not([data-layout-id="60"]):not([data-layout-id="61"]) .ti-footer.source-Booking .ti-rating-box,
.ti-widget:not([data-layout-id="27"]):not([data-layout-id="29"]):not([data-layout-id="32"]):not([data-layout-id="35"]):not([data-layout-id="60"]):not([data-layout-id="61"]) .ti-header.source-Booking .ti-rating-box {
    padding: 4px 6px
}

.ti-lightbox:not([data-layout-id="27"]):not([data-layout-id="29"]):not([data-layout-id="32"]):not([data-layout-id="35"]):not([data-layout-id="60"]):not([data-layout-id="61"]) .ti-footer.source-Hotels .ti-rating-box:after,
.ti-lightbox:not([data-layout-id="27"]):not([data-layout-id="29"]):not([data-layout-id="32"]):not([data-layout-id="35"]):not([data-layout-id="60"]):not([data-layout-id="61"]) .ti-header.source-Hotels .ti-rating-box:after,
.ti-widget:not([data-layout-id="27"]):not([data-layout-id="29"]):not([data-layout-id="32"]):not([data-layout-id="35"]):not([data-layout-id="60"]):not([data-layout-id="61"]) .ti-footer.source-Hotels .ti-rating-box:after,
.ti-widget:not([data-layout-id="27"]):not([data-layout-id="29"]):not([data-layout-id="32"]):not([data-layout-id="35"]):not([data-layout-id="60"]):not([data-layout-id="61"]) .ti-header.source-Hotels .ti-rating-box:after {
    left: 8px
}

.ti-lightbox:not([data-layout-id="27"]):not([data-layout-id="29"]):not([data-layout-id="32"]):not([data-layout-id="35"]):not([data-layout-id="60"]):not([data-layout-id="61"]) .ti-footer.source-Foursquare .ti-rating-box,
.ti-lightbox:not([data-layout-id="27"]):not([data-layout-id="29"]):not([data-layout-id="32"]):not([data-layout-id="35"]):not([data-layout-id="60"]):not([data-layout-id="61"]) .ti-header.source-Foursquare .ti-rating-box,
.ti-widget:not([data-layout-id="27"]):not([data-layout-id="29"]):not([data-layout-id="32"]):not([data-layout-id="35"]):not([data-layout-id="60"]):not([data-layout-id="61"]) .ti-footer.source-Foursquare .ti-rating-box,
.ti-widget:not([data-layout-id="27"]):not([data-layout-id="29"]):not([data-layout-id="32"]):not([data-layout-id="35"]):not([data-layout-id="60"]):not([data-layout-id="61"]) .ti-header.source-Foursquare .ti-rating-box {
    top: -2px
}

.ti-lightbox:not([data-layout-id="27"]):not([data-layout-id="29"]):not([data-layout-id="32"]):not([data-layout-id="35"]):not([data-layout-id="60"]):not([data-layout-id="61"]) .ti-footer.source-Szallashu .ti-rating-box,
.ti-lightbox:not([data-layout-id="27"]):not([data-layout-id="29"]):not([data-layout-id="32"]):not([data-layout-id="35"]):not([data-layout-id="60"]):not([data-layout-id="61"]) .ti-header.source-Szallashu .ti-rating-box,
.ti-widget:not([data-layout-id="27"]):not([data-layout-id="29"]):not([data-layout-id="32"]):not([data-layout-id="35"]):not([data-layout-id="60"]):not([data-layout-id="61"]) .ti-footer.source-Szallashu .ti-rating-box,
.ti-widget:not([data-layout-id="27"]):not([data-layout-id="29"]):not([data-layout-id="32"]):not([data-layout-id="35"]):not([data-layout-id="60"]):not([data-layout-id="61"]) .ti-header.source-Szallashu .ti-rating-box {
    top: -1px
}

.ti-lightbox:not([data-layout-id="27"]):not([data-layout-id="29"]):not([data-layout-id="32"]):not([data-layout-id="35"]):not([data-layout-id="60"]):not([data-layout-id="61"]) .ti-footer.source-OnlinePenztarca .ti-rating-box,
.ti-lightbox:not([data-layout-id="27"]):not([data-layout-id="29"]):not([data-layout-id="32"]):not([data-layout-id="35"]):not([data-layout-id="60"]):not([data-layout-id="61"]) .ti-header.source-OnlinePenztarca .ti-rating-box,
.ti-widget:not([data-layout-id="27"]):not([data-layout-id="29"]):not([data-layout-id="32"]):not([data-layout-id="35"]):not([data-layout-id="60"]):not([data-layout-id="61"]) .ti-footer.source-OnlinePenztarca .ti-rating-box,
.ti-widget:not([data-layout-id="27"]):not([data-layout-id="29"]):not([data-layout-id="32"]):not([data-layout-id="35"]):not([data-layout-id="60"]):not([data-layout-id="61"]) .ti-header.source-OnlinePenztarca .ti-rating-box {
    top: -1px
}

.ti-lightbox .ti-mob-row .ti-rating-box,
.ti-widget .ti-mob-row .ti-rating-box {
    margin-top: 1px
}

.ti-lightbox .source-Trustpilot .ti-icon,
.ti-lightbox .source-Trustpilot .ti-inner:after,
.ti-lightbox .source-Trustpilot .ti-platform-icon:after,
.ti-lightbox .source-Trustpilot .ti-review-content:after,
.ti-lightbox .source-Trustpilot .ti-review-header:after,
.ti-widget .source-Trustpilot .ti-icon,
.ti-widget .source-Trustpilot .ti-inner:after,
.ti-widget .source-Trustpilot .ti-platform-icon:after,
.ti-widget .source-Trustpilot .ti-review-content:after,
.ti-widget .source-Trustpilot .ti-review-header:after {
    display: none !important
}

.ti-lightbox .source-Trustpilot.ti-tab-item:before,
.ti-lightbox .source-Trustpilot.ti-write-btn-dropdown-item:before,
.ti-widget .source-Trustpilot.ti-tab-item:before,
.ti-widget .source-Trustpilot.ti-write-btn-dropdown-item:before {
    display: none !important
}

.ti-widget.ti-goog.ti-no-logo .ti-review-header:after {
    background: 0 0 !important
}

.ti-widget.ti-goog.ti-no-stars .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Trustindex/star/f.svg) !important
}

.ti-widget.ti-goog.ti-no-stars .ti-star.e {
    background-image: url(https://cdn.trustindex.io/assets/platform/Trustindex/star/e.svg) !important
}

.ti-widget.ti-goog.ti-no-stars .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Trustindex/star/h.svg) !important
}

.ti-widget.ti-goog.ti-no-stars .ti-recommendation {
    display: none
}

.ti-widget.ti-goog.ti-no-stars .ti-recommendation+.ti-dummy-stars {
    display: inline
}

.ti-widget.ti-goog {
    overflow: visible !important
}

.ti-widget.ti-goog .ti-load-more-reviews-container .ti-load-more-reviews-button,
.ti-widget.ti-goog .ti-review-item>.ti-inner {
    border-top-width: 2px !important;
    border-bottom-width: 2px !important;
    border-left-width: 2px !important;
    border-right-width: 2px !important;
    background-color: #333 !important;
    backdrop-filter: blur(0)
}

.ti-widget.ti-goog>.ti-widget-container>.ti-footer,
.ti-widget.ti-goog>.ti-widget-container>.ti-header {
    border-top-width: 2px !important;
    border-bottom-width: 2px !important;
    border-left-width: 2px !important;
    border-right-width: 2px !important;
    background-color: #333 !important;
    backdrop-filter: blur(0)
}


.rll-youtube-player {
    position: relative;
    padding-bottom: 56.23%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

.rll-youtube-player:focus-within {
    outline: 2px solid currentColor;
    outline-offset: 5px
}

.rll-youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: 0 0
}

.rll-youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    transition: 0.4s all
}

.rll-youtube-player img:hover {
    -webkit-filter: brightness(75%)
}

.rll-youtube-player .play {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: url(https://www.dgs-creation.fr/wp-content/plugins/wp-rocket/assets/img/youtube.png) no-repeat center;
    background-color: transparent !important;
    cursor: pointer;
    border: none
}

.rll-youtube-player,
[data-lazy-src] {
    display: none !important
}

[data-wpr-lazyrender] {
    content-visibility: auto
}