* {
    font-family: Albert-Sans,sans-serif;
    font-variation-settings: normal;
    font-weight: 400;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #252530;
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #3b82f680;
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
}

:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:focus {
    outline: 0
}
html, body {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
}
html {
      scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0;
    padding: 0;
    left: 0;
    right: 0;
    position: absolute;
    min-height: 100vh;
    width: 100%;
    background: #fff;
    line-height: 1.5
}

body.active:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.5);
    z-index: 999
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    border: 0
}

::-moz-focus-inner {
    border: 0
}

::-webkit-input-placeholder {
    color: #adadad
}

::-moz-placeholder {
    color: #adadad
}

::-ms-placeholder {
    color: #adadad
}

::placeholder {
    color: #adadad
}

h1,h2,h3,h4,h5,h6 {
    position: relative;
    font-weight: 700;
}

p {
    color: #4e5155;
    margin: 0
}

a {
    text-decoration: none
}

a:focus,a:hover {
    text-decoration: none
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a:hover,button:hover,input[type=button]:hover,input[type=checkbox]:hover,input[type=radio]:hover,input[type=submit]:hover,select:hover {
    cursor: pointer
}

input[type=checkbox] {
    position: relative;
    float: left;
    display: block;
    width: 18px;
    height: 18px;
    margin-left: 0;
    margin-right: 0;
    background: #fff;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type=checkbox]:after {
    content: '';
    position: absolute;
    border: 1px solid rgba(24,28,33,.1);
    vertical-align: middle;
    text-align: center;
    line-height: 16px;
    height: 18px;
    width: 18px;
    left: 0;
    top: 0;
    font-size: 0;
    color: #fff;
    background: #fff;
    z-index: 2;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: .125rem
}

input[type=checkbox]:checked:after {
    content: '\2714';
    font-size: 12px;
    color: #fff;
    border-color: #2773bd;
    background-color: #2773bd
}

@media screen and (min-width: 1025px) {
    .col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9 {
        float:left;
        margin: 0
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2-5 {
        width: 20%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-0 {
        display: none
    }

    .modal .modal-container .modal-content span.description,.modal .modal-container .modal-content span.title,.modal .modal-container .modal-header h2 {
        font-size: 17px!important;
        color: #252530!important
    }

    .badge-success,.modal .modal-container .modal-header h2 {
        font-size: 18px!important
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9 {
        float:left;
        margin: 0
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-0 {
        display: none
    }
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9 {
        float:left;
        margin: 0
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-0 {
        display: none
    }
}

@media screen and (min-width: 0px) and (max-width:480px) {
    .col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
        float:left;
        margin: 0
    }

    .col-xs-12 {
        width: 100%
    }

    .col-xs-11 {
        width: 91.66666667%
    }

    .col-xs-10 {
        width: 83.33333333%
    }

    .col-xs-9 {
        width: 75%
    }

    .col-xs-8 {
        width: 66.66666667%
    }

    .col-xs-7 {
        width: 58.33333333%
    }

    .col-xs-6 {
        width: 50%
    }

    .col-xs-5 {
        width: 41.66666667%
    }

    .col-xs-4 {
        width: 33.33333333%
    }

    .col-xs-3 {
        width: 25%
    }

    .col-xs-2 {
        width: 16.66666667%
    }

    .col-xs-1 {
        width: 8.33333333%
    }

    .col-xs-0 {
        display: none
    }
}

@media screen and (min-width: 0px) and (max-width:320px) {
    .col-xxs-1,.col-xxs-10,.col-xxs-11,.col-xxs-12,.col-xxs-2,.col-xxs-3,.col-xxs-4,.col-xxs-5,.col-xxs-6,.col-xxs-7,.col-xxs-8,.col-xxs-9 {
        float:left;
        margin: 0
    }

    .col-xxs-12 {
        width: 100%
    }

    .col-xxs-11 {
        width: 91.66666667%
    }

    .col-xxs-10 {
        width: 83.33333333%
    }

    .col-xxs-9 {
        width: 75%
    }

    .col-xxs-8 {
        width: 66.66666667%
    }

    .col-xxs-7 {
        width: 58.33333333%
    }

    .col-xxs-6 {
        width: 50%
    }

    .col-xxs-5 {
        width: 41.66666667%
    }

    .col-xxs-4 {
        width: 33.33333333%
    }

    .col-xxs-3 {
        width: 25%
    }

    .col-xxs-2 {
        width: 16.66666667%
    }

    .col-xxs-1 {
        width: 8.33333333%
    }

    .col-xxs-0 {
        display: none
    }
}

@media screen and (min-width: 0px) {
    .col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9 {
        float:left;
        margin: 0
    }

    .col-12 {
        width: 100%
    }

    .col-11 {
        width: 91.66666667%
    }

    .col-10 {
        width: 83.33333333%
    }

    .col-9 {
        width: 75%
    }

    .col-8 {
        width: 66.66666667%
    }

    .col-7 {
        width: 58.33333333%
    }

    .col-6 {
        width: 50%
    }

    .col-5 {
        width: 41.66666667%
    }

    .col-4 {
        width: 33.33333333%
    }

    .col-3 {
        width: 25%
    }

    .col-2 {
        width: 16.66666667%
    }

    .col-1 {
        width: 8.33333333%
    }

    .col-0 {
        display: none
    }
}

.wrapper {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    min-width: 303px;
}

.row {
    display: block;
    width: 100%;
    margin: 0 auto
}

.row:after,.wrapper:after {
    content: "";
    display: table;
    clear: both
}

.item-block {
    display: none
}

.flex-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-nowrap {
    -ms-flex-wrap: none;
    flex-wrap: nowrap
}

.flex-align-stretch {
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.flex-align-start {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.flex-align-end {
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.flex-align-center {
    -ms-flex-align: center;
    align-items: center
}

.flex-justify-center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.flex-justify-start {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.flex-justify-end {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.flex-justify-space-between {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.flex-direction-row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-direction-column {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.btn {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    text-decoration: none;
    letter-spacing: .8px;
    white-space: nowrap;
    border: 2px solid transparent;
    -webkit-transition: background-image .3s cubic-bezier(.4,0,.2,1),background-color .3s cubic-bezier(.4,0,.2,1),color .3s cubic-bezier(.4,0,.2,1),border .3s cubic-bezier(.4,0,.2,1);
    -moz-transition: background-image .3s cubic-bezier(.4,0,.2,1),background-color .3s cubic-bezier(.4,0,.2,1),color .3s cubic-bezier(.4,0,.2,1),border .3s cubic-bezier(.4,0,.2,1);
    transition: background-image .3s cubic-bezier(.4,0,.2,1),background-color .3s cubic-bezier(.4,0,.2,1),color .3s cubic-bezier(.4,0,.2,1),border .3s cubic-bezier(.4,0,.2,1)
}

.btn-medium {
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    line-height: 22px;
}

.btn-large {
    font-size: 16px;
    font-weight: 500;
    height: 46px;
    line-height: 42px
}

.btn-wide {
    width: 100%
}

.btn-round {
    border-radius: 8px;
}

.btn-center {
    display: block;
    margin: 0 auto
}

.btn-success {
    background-color: #4caf50;
    font-weight: 500
}

.btn-danger {
    background-color: #ef1745;
    font-weight: 500;
    color: #fff
}

.btn-danger:hover {
    background-color: #bc284b
}

.btn-primary {
    display: block;
    background-color: #0770e3;
    border: 2px solid #0770e3;
    font-weight: 500;
    color: #fff;
    text-shadow: 0 0 #000
}

.btn-secondary {
    display: flex;
    align-items: center;
    color: #2384db;
    background-color: rgb(35 132 219 / 12%);
    border-color: transparent;
}

.btn-secondary:hover {
    border-color: #a5a5a5
}

.btn-subject,#top-offers a.reviews {
    color: #fff;
    font-weight: 500;
    background-color:rgba(var(--color-primary),var(--tw-bg-opacity,1));
    padding:8px 16px;
    flex-basis: 49%;
}

.btn-subject:hover {
}

.btn-google {
    height: 44px;
    line-height: 42px;
    padding: 0 16px 0 34px;
    font-size: 15px;
    font-weight: 500;
    color: #7a7d85;
    border: 1px solid #e4e5e7;
    background-color: #fff;
    background-image: url('/images/icons/google.png');
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: center left 10px
}

.btn-google:hover {
    background-color: #f7f7f7
}

.btn-facebook {
    height: 44px;
    line-height: 42px;
    padding: 0 16px 0 34px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    border: 1px solid #4267b2;
    background-color: #4267b2;
    background-image: url('/images/icons/facebook.png');
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: center left 10px
}

.btn-facebook:hover {
    border: 1px solid #5576b9;
    background-color: #5576b9
}

.btn-filter {
    display: block;
    background-color: #0970e3;
    border: 2px solid #0970e3;
    font-weight: 500;
    color: #fff;
    font-size: 15px;
    padding: 0 36px 0 10px;
    background-image: url('/images/icons/filter.svg');
    background-repeat: no-repeat;
    background-size: 18px 20px;
    background-position: center right 10px
}

.btn-filter:hover {
    background-color: #0064a4
}

.btn-sort {
    display: block;
    background-color: #0970e3;
    border: 2px solid #0970e3;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    background-image: url('/images/icons/sort.svg');
    background-repeat: no-repeat;
    background-size: 18px 20px;
    background-position: center right 10px
}

.btn-sort:hover {
    background-color: #0064a4
}

.badge {
    display: inline-block;
    padding: 6px 9px;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .125rem
}

.badge-primary {
    background-color: #716aca;
    color: #fff
}

.badge-success {
    background-color: #29a954;
    color: #fff
}

.badge-error {
    background-color: #e54b49;
    color: #fff
}

.badge-warning {
    background-color: #ff9149;
    color: #fff
}

.modal {
    position: fixed;
    display: none;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(31, 47, 73, 0.8);
}

.modal .modal-container {
    position: relative;
    display: block;
    background: #f2f2f2;
    width: 90%;
    max-width: 510px;
    margin: 75px auto 0;
    padding: 0;
    border-radius: 16px;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: .4s;
    animation-name: animatetop;
    animation-duration: .4s;
    -webkit-box-shadow: 0px 0.4rem 1rem rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0.4rem 1rem rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0.4rem 1rem rgba(0, 0, 0, 0.5);
}

.modal .modal-container .modal-header {
    position: relative;
    padding: 10px 10px 15px;
    display: block;
    background: #FFF;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    text-align: center;
}
.modal .modal-container .modal-header .badge{
    padding: 8px 10px;
}
.modal .modal-container .modal-header h3.description{
    font-weight: 600;
    margin: 0;
    line-height: 2.2;
}

.modal .modal-container .modal-header .btn-close {
    position: absolute;
    top: 5px;
    right: 6px;
    width: 30px;
    height: 30px;
    line-height: 27px;
    font-size: 21px;
    z-index: 2;
    text-align: center;
    border: 0;
    border-radius: 50%;
    background-color: #FFF;
    color: #4e5155;
}

.modal .modal-container .modal-header .btn-close:hover {
    background-color: #f5f5f5;
    cursor: pointer
}

.modal .modal-container .modal-header h1 {
    display: block;
    margin: 0 0 5px;
    padding: 0;
    color: #000;
    font-size: 28px;
    font-weight: 600;
    text-align: center
}

.modal .modal-container .modal-header h2 {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 14px;
    text-align: center;
    color: #1e1e1e
}

.modal .modal-container .modal-content {
    display: block;
    padding: 0;
    background: #fff;
    font-size: 12px;
    color: #323738;
    max-width: 94%;
    margin: 15px auto 15px auto;
    border: 1px dashed #2384db;
    border-radius: 8px;
}
.modal .modal-container .modal-content h3{
    text-align: center;
    padding: 6px 20px;
    margin: 0;
    background-color: #eef4f9;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}
.modal .modal-container .modal-content span.title {
    display: block;
    font-size: 14px;
    text-align: center
}

.modal .modal-container .modal-content span.description {
    display: block;
    font-size: 15px;
    color: #959595;
    text-align: center
}

.modal .modal-container .modal-content img {
    display: block;
    margin: 20px auto;
    width: 100%;
    max-width: 220px
}

.modal .modal-container .modal-footer {
    display: block;
    background: #FFF;
    padding: 15px 20px;
    text-align: center;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

.modal .modal-container .modal-footer .btn {
    display: inline-block;
    margin: 5px;
    vertical-align: middle;
    background-color: #DD3028;
    border-color: #DD3028;
    border-radius: 8px;
}

.modal .modal-container .modal-footer span.alert {
    display: inline-block;
    min-height: 46px;
    margin: 5px;
    padding: 12px 7px;
    font-size: 14px;
    font-weight: 400;
    color: #2384db;
    background: #eef4f9;
    border: 1px dashed #2384db;
    border-radius: 8px;
    vertical-align: middle
}
.stars {
    display: block;
    min-width: 116px;
    direction: rtl;
    height: auto;
    white-space: nowrap
}

.stars input {
    display: none
}

.stars label {
    color: #ddd
}

.stars label:before {
    content: '\272A';
    display: inline-block
}

.stars input:checked~label,.stars:not(:checked) label:not(.disabled):hover,.stars:not(:checked) label:not(.disabled):hover~label {
    cursor: pointer;
    color: #fa5931
}

.stars input:checked+label:not(.disabled):hover,.stars input:checked~label:not(.disabled):hover,.stars input:checked~label:not(.disabled):hover~label,.stars label:not(.disabled):hover~input:checked~label {
    opacity: .8
}

.stars label.disabled:hover {
    cursor: default
}

.rating {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 108px;
    height: 20.5px;
}

.rating:hover {
    opacity: .75
}

.rating:hover .stars-filled {
    -webkit-animation: 1s infinite alternate stars;
    -moz-animation: 1s infinite alternate stars;
    animation: 1s infinite alternate stars
}

.rating .stars {
    display: block;
    min-width: auto!important;
    direction: ltr;
    color: #ddd;
    font-size: 18px;
    margin: 0 1px;
    line-height: 1;
    text-align: left
}

.rating .stars:before {
    color: #ddd;
    background-image: url(/images/icons/stars/stars-zero.svg)
}

.rating .stars-filled {
    position: absolute;
    max-width: fit-content;
    height: 30px;
    left: 0;
    top: 0;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden
}

.rating .stars-filled:before {
    color: #fa5931
}

.rating .stars-filled:before,.rating .stars:before {
    content: '';
    display: inline-block;
    width: 108px;
    height: 20px;
    margin: 0;
    font-size: 26px;
    line-height: 1;
    background-size: cover
}

.rating .stars-filled[data-stars="1"]:before {
    background-image: url(/images/icons/stars/stars-one.svg)
}

.rating .stars-filled[data-stars="2"]:before {
    background-image: url(/images/icons/stars/stars-two.svg)
}

.rating .stars-filled[data-stars="3"]:before {
    background-image: url(/images/icons/stars/stars-three.svg)
}

.rating .stars-filled[data-stars="4"]:before {
    background-image: url(/images/icons/stars/stars-four.svg)
}

.rating .stars-filled[data-stars="5"]:before {
    background-image: url(/images/icons/stars/stars-five.svg)
}

.ratings-charts {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
  }
  
  .chart-item {
    width: calc(25% - 12px);
    text-align: center;
    font-family: sans-serif;
  }
  
  .circular-chart {
    display: block;
    margin: 0 auto;
    max-width: 55px;
    max-height: 55px;
    transform: none;
    transform-origin: center;
  }
  
  .circular-chart .circle-bg {
    fill: none;
    stroke: #f2f2f8;
    stroke-width: 3.8;
  }
  
  .circular-chart .circle {
    fill: #FFF;
    stroke-width: 3.8;
    stroke-linecap: inherit;
    /*transform: rotate(-180deg);*/
    transform-origin: center;
    transition: stroke-dasharray 1s ease-out;
    stroke: #dd3028;
  }
  .circular-chart.our-score .circle{
    stroke:#2384db
  }
  /* percentage text in het midden */
  .circular-chart .percentage {
    fill: currentColor;
    font-size: 0.75em;
    text-anchor: middle;
  }
  
  /* label onder de chart */
  .chart-label {
    margin-top: 0.4em;
    font-size: 10px;
    color: #333;
  }
  
  /* jouw kleur‑klassen (gebruik exact dezelfde $theme keys) */
  .circular-chart.green    { color: #76db98; }
  .circular-chart.light-green { color: #b7ea83; }
  .circular-chart.yellow   { color: #f6d757; }
  .circular-chart.orange   { color: #fbb851; }
  .circular-chart.red      { color: #f17a54; }

#outlink {
    position: fixed;
    width: 100%;
    height: 81px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    border-top: 1px solid #d5d5d5;
    background: #fff!important;
    -webkit-box-shadow: 0 -1px 3px 0 rgba(0,0,0,.2)!important;
    -moz-box-shadow: 0 -1px 3px 0 rgba(0,0,0,.2)!important;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2)!important;
}

#outlink .content {
    display: table;
    table-layout: fixed;
    width: 100%;
    max-width: 1200px;
    height: 80px;
    margin: 0 auto
}

#outlink .item {
    display: table-cell;
    vertical-align: middle;
    padding: 0 8px
}

#outlink .item img.symbol {
    float: left;
    display: block;
    width: auto!important;
    max-width: calc(25% - 10px);
    min-width: 20px;
    height: auto!important;
    max-height: 50px;
    margin: 0 10px 5px 0;
    border-radius: 3px
}

#outlink .item img.logo {
    float: left;
    display: block;
    width: auto!important;
    min-width: 20px;
    height: auto!important;
    max-height: 50px;
    max-width: 200px;
    margin: 0 10px 5px 0;
    border-radius: 3px
}

#outlink .item a {
    margin: auto;
    display: block;
    line-height: 44px;
    max-width: fit-content;
    padding-left: 15px;
    padding-right: 15px;
    height: 46px;
}

.pagination {
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0 20px 10px 0;
    text-align: center
}

.pagination li {
    display: inline-block;
    padding: 0 5px 10px
}

.pagination li a {
    display: block;
    background: #fff;
    padding: 6px 12px;
    line-height: 26px;
    min-width: 38px;
    min-height: 38px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #616872;
    border-radius: 5px;
}

.pagination .current a,.pagination li a:hover {
    background: rgb(221 48 40 / 10%);
    color: #323738;
}

.pagination .next a,.pagination .previous a {
    text-transform: uppercase
}

.loader {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center
}

.loader::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    border: 3px solid rgba(0,0,0,.15);
    border-top: 3px solid #0072bb;
    border-radius: 50%;
    -webkit-animation: loader .8s linear infinite;
    -moz-animation: loader .8s linear infinite;
    animation: loader .8s linear infinite
}

@-webkit-keyframes loader {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes loader {
    from {
        -moz-transform: rotate(0)
    }

    to {
        -moz-transform: rotate(360deg)
    }
}

@keyframes loader {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(-1080px);
        transform: translateX(-1080px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(-1080px);
        transform: translateX(-1080px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes tooltip-item-appear {
    0% {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0
    }

    80% {
        -webkit-transform: translateY(-3px);
        -moz-transform: translateY(-3px);
        transform: translateY(-3px)
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes stars {
    0% {
        width: 0%
    }

    100% {
        width: 100%
    }
}
@keyframes checkbox {
    0% {
    clip: rect(0, 0, 20px, 0);
    }
    100% {
    clip: rect(0, 20px, 20px, 0);
    }
}

.trustscore {
    animation: trustscoreAnim var(--ts-delay) ease-out forwards;
    --ts-score: 0;
  }
  @keyframes trustscoreAnim {
    0% {
        stroke-dasharray: 0 100
    }

    100% {
        stroke-dasharray: 100 100
    }
}
  @keyframes trustscoreAnim {
    0% {
      stroke-dasharray: 0 100;
    }
    100% {
      stroke-dasharray: var(--ts-score) 100;
    }
  }