@-webkit-keyframes hs-resize-observer-dummy-animation {
    from {
        z-index: 0
    }

    to {
        z-index: -1
    }
}

@keyframes hs-resize-observer-dummy-animation {
    from {
        z-index: 0
    }

    to {
        z-index: -1
    }
}

html.os-html {
    color: red;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    height: 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    margin: 0 !important;
    position: absolute !important
}

html.os-html>.os-host {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    height: 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    margin: 0 !important;
    position: absolute !important
}

html.os-html>.os-host>.os-padding {
    position: absolute
}

html.os-html>.os-host>.os-scrollbar {
    position: absolute;
    z-index: 999999
}

body.os-dragging {
    cursor: default
}

body.os-dragging * {
    cursor: default
}

.os-host {
    position: relative;
    overflow: visible !important;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.os-host-textarea {
    position: relative;
    overflow: visible !important;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.os-host-flexbox {
    overflow: hidden !important;
    display: -webkit-flex;
    display: flex
}

.os-host-flexbox>.os-size-auto-observer {
    height: inherit !important;
    min-height: 0;
    min-width: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-flex-basis: auto;
    flex-basis: auto
}

.os-host-flexbox>.os-content-glue {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    min-height: 0;
    min-width: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-flex-basis: auto;
    flex-basis: auto
}

#os-dummy-scrollbar-size {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: scroll;
    height: 500px;
    width: 500px;
    -ms-overflow-style: scrollbar !important
}

#os-dummy-scrollbar-size>div {
    width: 200%;
    height: 200%;
    margin: 10px 0
}

.os-viewport {
    -ms-overflow-style: scrollbar !important;
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    outline: none !important;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    visibility: hidden !important;
    background: transparent !important
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar-corner {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    visibility: hidden !important;
    background: transparent !important
}

.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    visibility: hidden !important;
    background: transparent !important
}

.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    visibility: hidden !important;
    background: transparent !important
}

.os-content-glue {
    box-sizing: inherit;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.os-padding {
    box-sizing: inherit;
    direction: inherit;
    position: absolute;
    overflow: visible;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 1
}

.os-padding+.os-scrollbar-corner {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.os-host-overflow {
    overflow: hidden !important
}

.os-host-overflow>.os-padding {
    overflow: hidden
}

.os-content-arrange {
    position: absolute;
    z-index: -1;
    min-height: 1px;
    min-width: 1px;
    pointer-events: none
}

.os-content {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    height: 100%;
    width: 100%;
    visibility: visible
}

.os-content>.os-textarea {
    box-sizing: border-box !important;
    direction: inherit !important;
    float: none !important;
    margin: 0 !important;
    max-height: none !important;
    max-width: none !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    outline: 0 none transparent !important;
    overflow: hidden !important;
    resize: none !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 1;
    padding: 0
}

.os-content>.os-textarea-cover {
    z-index: -1;
    pointer-events: none
}

.os-content>.os-textarea[wrap='off'] {
    white-space: pre !important;
    margin: 0 !important
}

.os-host-rtl>.os-padding>.os-viewport>.os-content>.os-textarea {
    right: 0 !important
}

.os-host-rtl>.os-scrollbar-horizontal {
    right: 0
}

.os-host-rtl>.os-scrollbar-vertical {
    right: auto;
    left: 0
}

.os-host-rtl>.os-scrollbar-corner {
    right: auto;
    left: 0
}

.os-host-rtl>.os-scrollbar-corner-resize-both {
    cursor: nesw-resize
}

.os-host-rtl>.os-scrollbar-corner.os-scrollbar-corner-resize {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.os-text-inherit {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-transform: inherit;
    text-decoration: inherit;
    text-indent: inherit;
    text-align: inherit;
    text-shadow: inherit;
    text-overflow: inherit;
    letter-spacing: inherit;
    word-spacing: inherit;
    line-height: inherit;
    unicode-bidi: inherit;
    direction: inherit;
    color: inherit;
    cursor: text
}

.os-resize-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
    -webkit-animation-duration: 0.001s;
    animation-duration: 0.001s;
    -webkit-animation-name: hs-resize-observer-dummy-animation;
    animation-name: hs-resize-observer-dummy-animation
}

.os-resize-observer-host {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
    padding: inherit;
    border: inherit;
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    box-sizing: border-box
}

.os-resize-observer-host:after {
    content: '';
    height: 200%;
    width: 200%;
    padding: inherit;
    border: inherit;
    margin: 0;
    display: block;
    box-sizing: content-box
}

.os-resize-observer-host>.os-resize-observer {
    height: 200%;
    width: 200%;
    padding: inherit;
    border: inherit;
    margin: 0;
    display: block;
    box-sizing: content-box
}

.os-resize-observer.observed {
    box-sizing: border-box !important
}

object.os-resize-observer {
    box-sizing: border-box !important
}

.os-size-auto-observer {
    box-sizing: inherit !important;
    height: 100%;
    width: inherit;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-flex-grow: inherit;
    flex-grow: inherit;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0
}

.os-size-auto-observer>.os-resize-observer {
    width: 1000%;
    height: 1000%;
    min-height: 1px;
    min-width: 1px
}

.os-resize-observer-item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
    opacity: 0;
    direction: ltr !important;
    -webkit-flex: none !important;
    flex: none !important
}

.os-resize-observer-item-final {
    position: absolute;
    left: 0;
    top: 0;
    transition: none !important;
    -webkit-flex: none !important;
    flex: none !important
}

.os-host-transition>.os-scrollbar {
    transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s
}

.os-host-transition>.os-scrollbar-corner {
    transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s
}

.os-scrollbar {
    position: absolute;
    opacity: 1;
    z-index: 1;
    pointer-events: none
}

.os-scrollbar:hover {
    opacity: 1 !important;
    visibility: visible !important
}

.os-scrollbar-corner {
    position: absolute;
    opacity: 1;
    z-index: 1;
    bottom: 0;
    right: 0
}

.os-scrollbar-track {
    pointer-events: auto;
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0 !important;
    border: none !important
}

.os-scrollbar-handle {
    pointer-events: auto;
    position: absolute;
    width: 100%;
    height: 100%
}

.os-scrollbar-handle-off {
    pointer-events: none
}

.os-scrollbar-track-off {
    pointer-events: none
}

.os-scrollbar.os-scrollbar-unusable {
    pointer-events: none !important
}

.os-scrollbar.os-scrollbar-unusable * {
    pointer-events: none !important
}

.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle {
    opacity: 0 !important
}

.os-scrollbar-horizontal {
    bottom: 0;
    left: 0
}

.os-scrollbar-horizontal+.os-scrollbar-vertical.os-scrollbar-auto-hidden+.os-scrollbar-corner {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.os-scrollbar-vertical {
    top: 0;
    right: 0
}

.os-scrollbar-auto-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-corner {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-vertical {
    top: 0;
    bottom: 0
}

.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-corner {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal {
    right: 0;
    left: 0
}

.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.os-scrollbar-horizontal.os-scrollbar-auto-hidden+.os-scrollbar-vertical+.os-scrollbar-corner {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.os-scrollbar-horizontal.os-scrollbar-auto-hidden+.os-scrollbar-vertical.os-scrollbar-auto-hidden+.os-scrollbar-corner {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.os-scrollbar-corner-resize-both {
    cursor: nwse-resize
}

.os-scrollbar-corner-resize-horizontal {
    cursor: ew-resize
}

.os-scrollbar-corner-resize-vertical {
    cursor: ns-resize
}

.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize {
    cursor: default
}

.os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal {
    right: 0;
    left: 0
}

.os-scrollbar-corner.os-scrollbar-corner-resize {
    opacity: 1 !important;
    visibility: visible !important;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    pointer-events: auto !important
}

.os-theme-none>.os-scrollbar-horizontal {
    display: none !important
}

.os-theme-none>.os-scrollbar-vertical {
    display: none !important
}

.os-theme-none>.os-scrollbar-corner {
    display: none !important
}

.os-theme-none>.os-scrollbar-corner-resize {
    display: block !important;
    min-width: 10px;
    min-height: 10px
}

.os-theme-dark>.os-scrollbar-horizontal {
    right: 10px;
    height: 10px
}

.os-theme-dark>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle {
    min-width: 30px
}

.os-theme-dark>.os-scrollbar-horizontal .os-scrollbar-handle:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    top: -6px;
    bottom: -2px
}

.os-theme-dark>.os-scrollbar-vertical {
    bottom: 10px;
    width: 10px
}

.os-theme-dark>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle {
    min-height: 30px
}

.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    left: -6px;
    right: -2px
}

.os-theme-dark>.os-scrollbar-corner {
    height: 10px;
    width: 10px;
    background-color: rgba(0, 0, 0, 0)
}

.os-theme-dark>.os-scrollbar {
    padding: 2px;
    box-sizing: border-box;
    background: transparent
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track {
    background: transparent;
    border-radius: 10px
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.4)
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle.active {
    background: rgba(0, 0, 0, 0.7)
}

.os-theme-dark>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle {
    background: rgba(0, 0, 0, 0.55)
}

.os-theme-dark>.os-scrollbar.os-scrollbar-unusable {
    background: transparent
}

.os-theme-light>.os-scrollbar-horizontal {
    right: 10px;
    height: 10px
}

.os-theme-light>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle {
    min-width: 30px
}

.os-theme-light>.os-scrollbar-horizontal .os-scrollbar-handle:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    top: -6px;
    bottom: -2px
}

.os-theme-light>.os-scrollbar-vertical {
    bottom: 10px;
    width: 10px
}

.os-theme-light>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle {
    min-height: 30px
}

.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    left: -6px;
    right: -2px
}

.os-theme-light>.os-scrollbar-corner {
    height: 10px;
    width: 10px;
    background-color: rgba(0, 0, 0, 0)
}

.os-theme-light>.os-scrollbar {
    padding: 2px;
    box-sizing: border-box;
    background: transparent
}

.os-theme-light>.os-scrollbar>.os-scrollbar-track {
    background: transparent;
    border-radius: 10px
}

.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.4)
}

.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle.active {
    background: rgba(255, 255, 255, 0.7)
}

.os-theme-light>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle {
    background: rgba(255, 255, 255, 0.55)
}

.os-theme-light>.os-scrollbar.os-scrollbar-unusable {
    background: transparent
}

.os-theme-dark.os-host-rtl>.os-scrollbar-horizontal {
    left: 10px;
    right: 0
}

.os-theme-light.os-host-rtl>.os-scrollbar-horizontal {
    left: 10px;
    right: 0
}

.os-theme-dark.os-host-transition>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    transition: background-color 0.3s
}

.os-theme-light.os-host-transition>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    transition: background-color 0.3s
}

.os-theme-dark.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal .os-scrollbar-handle:before {
    display: none
}

.os-theme-dark.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical .os-scrollbar-handle:before {
    display: none
}

.os-theme-light.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal .os-scrollbar-handle:before {
    display: none
}

.os-theme-light.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical .os-scrollbar-handle:before {
    display: none
}

.os-host-rtl.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before {
    right: -6px;
    left: -2px
}

.os-host-rtl.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before {
    right: -6px;
    left: -2px
}

.os-theme-thin-dark>.os-scrollbar-horizontal {
    right: 14px;
    height: 14px;
    padding: 0 6px
}

.os-theme-thin-dark>.os-scrollbar-vertical {
    bottom: 14px;
    width: 14px;
    padding: 6px 0
}

.os-theme-thin-dark.os-host-rtl>.os-scrollbar-horizontal {
    left: 14px;
    right: 0
}

.os-theme-thin-dark>.os-scrollbar-corner {
    height: 14px;
    width: 14px;
    background-color: transparent
}

.os-theme-thin-dark>.os-scrollbar>.os-scrollbar-track {
    background: transparent
}

.os-theme-thin-dark>.os-scrollbar-horizontal>.os-scrollbar-track:before,
.os-theme-thin-dark>.os-scrollbar-vertical>.os-scrollbar-track:before {
    content: '';
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.15)
}

.os-theme-thin-dark>.os-scrollbar-horizontal>.os-scrollbar-track:before,
.os-theme-thin-dark>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle:before {
    left: 0;
    right: 0;
    height: 2px;
    top: 50%;
    margin-top: -1px
}

.os-theme-thin-dark>.os-scrollbar-vertical>.os-scrollbar-track:before,
.os-theme-thin-dark>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle:before {
    top: 0;
    bottom: 0;
    width: 2px;
    left: 50%;
    margin-left: -1px
}

.os-theme-thin-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle:before {
    content: '';
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px
}

.os-theme-thin-dark>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle:hover:before,
.os-theme-thin-dark>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle.active:before {
    height: 4px;
    margin-top: -2px
}

.os-theme-thin-dark>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle:hover:before,
.os-theme-thin-dark>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle.active:before {
    width: 4px;
    margin-left: -2px
}

.os-theme-thin-dark>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle:hover:before,
.os-theme-thin-dark>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle:hover:before {
    background: rgba(0, 0, 0, 0.7)
}

.os-theme-thin-dark>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle.active:before,
.os-theme-thin-dark>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle.active:before {
    background: #000000
}

.os-theme-thin-dark>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle {
    height: 100%;
    min-width: 30px
}

.os-theme-thin-dark>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle {
    width: 100%;
    min-height: 30px
}

.os-theme-thin-dark.os-host-transition>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle:before {
    transition: height 0.3s, margin-top 0.3s, background 0.2s
}

.os-theme-thin-dark.os-host-transition>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle:before {
    transition: width 0.3s, margin-left 0.3s, background 0.2s
}

@media screen and (min-width: 1000px) {
    .hidden-gt-md {
        display: none
    }
}

@media screen and (max-width: 999px) {
    .hidden-ls-md {
        display: none
    }
}

.html-content {
    box-sizing: border-box;
    max-width: 680px;
    width: 100%;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-direction: column;
    flex-direction: column;
    word-wrap: break-word;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: #2d2d2d
}

@media screen and (max-width: 999px) {
    .html-content {
        max-width: initial
    }
}

.html-content>* {
    box-sizing: border-box;
    display: block
}

.html-content>*:empty {
    margin: 0;
    padding: 0
}

.html-content__section {
    width: 100%
}

.html-content ul {
    margin: 0 0 40px 0;
    padding: 0 0 0 24px;
    list-style-type: none;
    font-size: 15px
}

.html-content ul li {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400
}

.html-content ul li:before {
    content: ' ';
    background-size: 6px 6px;
    background-repeat: no-repeat;
    background-position: center left;
    width: 22px;
    height: 27px;
    color: #1789d5;
    display: inline-block;
    margin-left: -22px
}

.html-content ul+p,
.html-content ul+ul,
.html-content ul+ol {
    margin-top: -20px
}

.html-content ol {
    margin: 0 0 30px 0;
    padding: 0
}

.html-content ol li {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    margin: 0 0 15px 17px;
    padding: 0 0 0 8px
}

.html-content .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr,
.html-content .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__thead .html-content .wysiwyg--table__tr,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__tbody .html-content .wysiwyg--table__tr,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__thead .html-content .wysiwyg--table__tr,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__tbody .html-content .wysiwyg--table__tr {
    margin: 0;
    display: -webkit-flex;
    display: flex;
    position: relative;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: stretch;
    align-items: stretch
}

.html-content .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr:last-child,
.html-content .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr:last-child,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__thead .html-content .wysiwyg--table__tr:last-child,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__tbody .html-content .wysiwyg--table__tr:last-child,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__thead .html-content .wysiwyg--table__tr:last-child,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__tbody .html-content .wysiwyg--table__tr:last-child {
    border-bottom: none
}

.html-content .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .wysiwyg--table__th,
.html-content .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .wysiwyg--table__td,
.html-content .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .wysiwyg--table__td,
.html-content .wysiwyg--table__container .wysiwyg--table__sticky__item,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .html-content .wysiwyg--table__th,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .html-content .wysiwyg--table__td,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .html-content .wysiwyg--table__td,
.chart-wysiwyg__html .wysiwyg--table__container .html-content .wysiwyg--table__sticky__item,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .html-content .wysiwyg--table__th,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .html-content .wysiwyg--table__td,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .html-content .wysiwyg--table__td,
.mini-reviews__product-description .wysiwyg--table__container .html-content .wysiwyg--table__sticky__item {
    -ms-word-break: break-word;
    word-break: break-word;
    width: 140px !important;
    box-sizing: content-box;
    white-space: normal;
    -webkit-align-items: center;
    align-items: center;
    line-height: 18px;
    font-size: 14px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    display: -webkit-flex;
    display: flex;
    color: #2d2d2d;
    margin: 0
}

.html-content .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .td-col-2.wysiwyg--table__th,
.html-content .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .td-col-2.wysiwyg--table__td,
.html-content .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .td-col-2.wysiwyg--table__th,
.html-content .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .td-col-2.wysiwyg--table__td,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .html-content .td-col-2.wysiwyg--table__th,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .html-content .td-col-2.wysiwyg--table__td,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .html-content .td-col-2.wysiwyg--table__th,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .html-content .td-col-2.wysiwyg--table__td,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .html-content .td-col-2.wysiwyg--table__th,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .html-content .td-col-2.wysiwyg--table__td,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .html-content .td-col-2.wysiwyg--table__th,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .html-content .td-col-2.wysiwyg--table__td {
    width: 195px !important
}

@media screen and (max-width: 767px) {

    .html-content .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .td-col-2.wysiwyg--table__th,
    .html-content .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .td-col-2.wysiwyg--table__td,
    .html-content .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .td-col-2.wysiwyg--table__th,
    .html-content .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .td-col-2.wysiwyg--table__td,
    .chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .html-content .td-col-2.wysiwyg--table__th,
    .chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .html-content .td-col-2.wysiwyg--table__td,
    .chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .html-content .td-col-2.wysiwyg--table__th,
    .chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .html-content .td-col-2.wysiwyg--table__td,
    .mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .html-content .td-col-2.wysiwyg--table__th,
    .mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .html-content .td-col-2.wysiwyg--table__td,
    .mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .html-content .td-col-2.wysiwyg--table__th,
    .mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .html-content .td-col-2.wysiwyg--table__td {
        width: 150px !important
    }
}

.html-content .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .td-col-3.wysiwyg--table__th,
.html-content .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .td-col-3.wysiwyg--table__td,
.html-content .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .td-col-3.wysiwyg--table__th,
.html-content .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .td-col-3.wysiwyg--table__td,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .html-content .td-col-3.wysiwyg--table__th,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .html-content .td-col-3.wysiwyg--table__td,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .html-content .td-col-3.wysiwyg--table__th,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .html-content .td-col-3.wysiwyg--table__td,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .html-content .td-col-3.wysiwyg--table__th,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .html-content .td-col-3.wysiwyg--table__td,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .html-content .td-col-3.wysiwyg--table__th,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .html-content .td-col-3.wysiwyg--table__td {
    width: 160px !important;
    min-width: 125px;
    max-width: 160px
}

@media screen and (max-width: 999px) {

    .html-content .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .td-col-3.wysiwyg--table__th,
    .html-content .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .td-col-3.wysiwyg--table__td,
    .html-content .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .td-col-3.wysiwyg--table__th,
    .html-content .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .td-col-3.wysiwyg--table__td,
    .chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .html-content .td-col-3.wysiwyg--table__th,
    .chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .html-content .td-col-3.wysiwyg--table__td,
    .chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .html-content .td-col-3.wysiwyg--table__th,
    .chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .html-content .td-col-3.wysiwyg--table__td,
    .mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .html-content .td-col-3.wysiwyg--table__th,
    .mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .html-content .td-col-3.wysiwyg--table__td,
    .mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .html-content .td-col-3.wysiwyg--table__th,
    .mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .html-content .td-col-3.wysiwyg--table__td {
        min-width: 159px;
        max-width: 160px
    }
}

.html-content .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .td-col-4.wysiwyg--table__th,
.html-content .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .td-col-4.wysiwyg--table__td,
.html-content .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .td-col-4.wysiwyg--table__th,
.html-content .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .td-col-4.wysiwyg--table__td,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .html-content .td-col-4.wysiwyg--table__th,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .html-content .td-col-4.wysiwyg--table__td,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .html-content .td-col-4.wysiwyg--table__th,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .html-content .td-col-4.wysiwyg--table__td,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .html-content .td-col-4.wysiwyg--table__th,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .html-content .td-col-4.wysiwyg--table__td,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .html-content .td-col-4.wysiwyg--table__th,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .html-content .td-col-4.wysiwyg--table__td {
    min-width: 116px;
    max-width: 140px
}

.html-content .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .wysiwyg--table__th,
.html-content .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .wysiwyg--table__td,
.html-content .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .wysiwyg--table__td,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .html-content .wysiwyg--table__th,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .html-content .wysiwyg--table__td,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .html-content .wysiwyg--table__td,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .html-content .wysiwyg--table__th,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .html-content .wysiwyg--table__td,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .html-content .wysiwyg--table__td {
    padding: 25px 0 25px 20px
}

.html-content .wysiwyg--table__container .wysiwyg--table__sticky__item,
.chart-wysiwyg__html .wysiwyg--table__container .html-content .wysiwyg--table__sticky__item,
.mini-reviews__product-description .wysiwyg--table__container .html-content .wysiwyg--table__sticky__item {
    -ms-word-break: break-word;
    word-break: break-word;
    padding: 25px 20px 25px 14px;
    background-color: initial;
    margin: 0
}

.html-content .wysiwyg--table__container .wysiwyg--table__sticky__item:first-child,
.chart-wysiwyg__html .wysiwyg--table__container .html-content .wysiwyg--table__sticky__item:first-child,
.mini-reviews__product-description .wysiwyg--table__container .html-content .wysiwyg--table__sticky__item:first-child {
    background-color: #f5f5f5;
    width: 86px !important;
    font-weight: 700
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

    .html-content .wysiwyg--table__container .wysiwyg--table__sticky__item:first-child,
    .chart-wysiwyg__html .wysiwyg--table__container .html-content .wysiwyg--table__sticky__item:first-child,
    .mini-reviews__product-description .wysiwyg--table__container .html-content .wysiwyg--table__sticky__item:first-child {
        width: 63px !important
    }
}

.html-content .wysiwyg--table__container .wysiwyg--table__sticky__item:not(:first-child),
.chart-wysiwyg__html .wysiwyg--table__container .html-content .wysiwyg--table__sticky__item:not(:first-child),
.mini-reviews__product-description .wysiwyg--table__container .html-content .wysiwyg--table__sticky__item:not(:first-child) {
    border-bottom: 1px solid #d5d5d5;
    width: 90px !important;
    -webkit-flex-grow: 1;
    flex-grow: 1
}

.html-content .wysiwyg--table__container .wysiwyg--table__sticky__item:last-child,
.chart-wysiwyg__html .wysiwyg--table__container .html-content .wysiwyg--table__sticky__item:last-child,
.mini-reviews__product-description .wysiwyg--table__container .html-content .wysiwyg--table__sticky__item:last-child {
    margin-right: 0
}

.html-content .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .wysiwyg--table__th:last-child,
.html-content .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .wysiwyg--table__td:last-child,
.html-content .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .wysiwyg--table__th:last-child,
.html-content .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .wysiwyg--table__td:last-child,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .html-content .wysiwyg--table__th:last-child,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .html-content .wysiwyg--table__td:last-child,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .html-content .wysiwyg--table__th:last-child,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .html-content .wysiwyg--table__td:last-child,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .html-content .wysiwyg--table__th:last-child,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .html-content .wysiwyg--table__td:last-child,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .html-content .wysiwyg--table__th:last-child,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .html-content .wysiwyg--table__td:last-child {
    padding-right: 14px
}

.html-content .wysiwyg--table__container .wysiwyg--table__arrow,
.chart-wysiwyg__html .wysiwyg--table__container .html-content .wysiwyg--table__arrow,
.mini-reviews__product-description .wysiwyg--table__container .html-content .wysiwyg--table__arrow {
    background-size: 14px 16px;
    background-color: white;
    margin-left: -6px;
    position: absolute;
    border-radius: 50%;
    font-size: 13px;
    padding: 21px;
    z-index: 1;
    opacity: 0;
    transition: opacity .6s
}

.html-content .wysiwyg--table__container {
    margin: 0 0 40px 0;
    position: relative;
    max-width: 656px;
    display: -webkit-flex;
    display: flex
}

.html-content .wysiwyg--table__container img[data-feature-input-type='logo'] {
    margin-bottom: 0;
    display: initial
}

.html-content .wysiwyg--table__container .wysiwyg--table__sticky {
    -ms-word-break: initial;
    word-break: initial;
    box-shadow: 5px 0 6px -2px #d5d5d5;
    border: 1px solid #d5d5d5;
    border-bottom: none;
    border-right: none;
    width: 120px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    margin: 0
}

.html-content .wysiwyg--table__container .wysiwyg--table__sticky__item__container {
    margin: 0
}

.html-content .wysiwyg--table__container .wysiwyg--table__arrow.disabled {
    background-size: 14px 16px;
    background-color: white
}

.html-content .wysiwyg--table__container .wysiwyg--table__arrow--right {
    right: -22px
}

@media screen and (max-width: 887px) {
    .html-content .wysiwyg--table__container .wysiwyg--table__arrow--right {
        right: -15px
    }
}

@media screen and (max-width: 767px) {
    .html-content .wysiwyg--table__container .wysiwyg--table__arrow--right {
        right: 0
    }
}

.html-content .wysiwyg--table__container .wysiwyg--table__arrow--left {
    left: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media screen and (max-width: 887px) {
    .html-content .wysiwyg--table__container .wysiwyg--table__arrow--left {
        left: 7px
    }
}

@media screen and (max-width: 1228px) {
    .html-content .wysiwyg--table__container {
        max-width: 635px
    }
}

.html-content .wysiwyg--table__table {
    -webkit-overflow-scrolling: touch;
    border: 1px solid #d5d5d5;
    scroll-behavior: smooth;
    width: auto !important;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    height: 100%;
    margin: 0
}

.html-content .wysiwyg--table__table .os-resize-observer-host {
    margin: 0 !important
}

.html-content .wysiwyg--table__table .os-size-auto-observer {
    margin: 0 !important
}

.html-content .wysiwyg--table__table .os-padding {
    margin: 0 !important
}

.html-content .wysiwyg--table__table .os-padding .os-viewport {
    margin: 0 !important
}

.html-content .wysiwyg--table__table .os-content {
    margin: 0 !important
}

.html-content .wysiwyg--table__table .os-scrollbar-horizontal {
    margin: 0 0 -4px 0;
    padding: 0
}

.html-content .wysiwyg--table__table .wysiwyg--table__thead {
    margin: 0
}

.html-content .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr {
    background-color: #f5f5f5
}

.html-content .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .wysiwyg--table__th {
    width: auto;
    min-width: auto;
    font-weight: 700;
    background-color: #f5f5f5
}

.html-content .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .wysiwyg--table__td {
    font-weight: 700;
    background-color: #f5f5f5
}

.html-content .wysiwyg--table__table .wysiwyg--table__tbody {
    margin: 0
}

.html-content .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .wysiwyg--table__td {
    border-bottom: 1px solid #d5d5d5
}

.html-content .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .wysiwyg--table__td a.cta-button {
    max-width: 100px !important;
    min-width: 90px !important;
    height: 25px !important;
    font-size: 14px
}

.html-content .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr:last-child .wysiwyg--table__td {
    border-bottom: none
}

.html-content .main-title {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 35px;
    line-height: 40px;
    font-weight: 700
}

.html-content .main-title:after {
    margin: 40px 0;
    display: block;
    content: ' ';
    width: 60px;
    height: 1px;
    background-color: #d5d5d5
}

@-webkit-keyframes slideArrow {
    0% {
        margin-left: 0.3em;
        color: #1789d5
    }

    100% {
        margin-left: 0.6em;
        color: #1564bf
    }
}

@keyframes slideArrow {
    0% {
        margin-left: 0.3em;
        color: #1789d5
    }

    100% {
        margin-left: 0.6em;
        color: #1564bf
    }
}

@-webkit-keyframes slideArrowOut {
    0% {
        margin-left: 0.6em
    }

    100% {
        margin-left: 0.3em
    }
}

@keyframes slideArrowOut {
    0% {
        margin-left: 0.6em
    }

    100% {
        margin-left: 0.3em
    }
}

.html-content .arrow:after {
    font-size: 11px;
    line-height: 32px;
    font-weight: inherit;
    content: ' ';
    display: -webkit-inline-flex;
    display: inline-flex;
    width: 11px;
    height: 11px;
    margin-left: 0.3em;
    -webkit-animation: slideArrowOut 150ms ease-out;
    animation: slideArrowOut 150ms ease-out
}

.html-content .arrow:hover {
    text-decoration: none;
    color: #1564bf
}

.html-content .arrow:hover:after {
    -webkit-animation: slideArrow 150ms ease-out;
    animation: slideArrow 150ms ease-out;
    margin-left: 0.6em
}

.html-content figure {
    position: relative;
    margin: 0 0 40px 0;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
}

.html-content figure .image-overlay {
    position: absolute;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: calc(100% - 15px);
    top: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out
}

.html-content figure .image-overlay--hidden {
    opacity: 0
}

.html-content figure .zoom-icon {
    background: white;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    bottom: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    transition: all 0.2s ease-in-out;
    opacity: 1;
    cursor: pointer;
    width: 60px;
    height: 60px
}

.html-content figure .zoom-icon--hidden {
    opacity: 0
}

.html-content figure .zoom-icon:after,
.html-content figure .zoom-icon:before {
    content: ' ';
    display: -webkit-flex;
    display: flex;
    width: 15px;
    height: 15px;
    position: absolute;
    width: 15px;
    height: 15px
}

.html-content figure .zoom-icon:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 15px;
    right: 15px
}

.html-content figure .zoom-icon:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    bottom: 15px;
    left: 15px
}

.html-content figure .zoom-icon:hover.zoom-icon:after {
    -webkit-animation: slideArrowTopRight 0.5s infinite ease-out;
    animation: slideArrowTopRight 0.5s infinite ease-out
}

.html-content figure .zoom-icon:hover.zoom-icon:before {
    -webkit-animation: slideArrowBottomLeft 0.5s infinite ease-out;
    animation: slideArrowBottomLeft 0.5s infinite ease-out
}

@-webkit-keyframes slideArrowTopRight {
    0% {
        -webkit-transform: translate(0, 0) rotate(-45deg);
        transform: translate(0, 0) rotate(-45deg)
    }

    50% {
        -webkit-transform: translate(20%, -20%) rotate(-45deg);
        transform: translate(20%, -20%) rotate(-45deg)
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(-45deg);
        transform: translate(0, 0) rotate(-45deg)
    }
}

@keyframes slideArrowTopRight {
    0% {
        -webkit-transform: translate(0, 0) rotate(-45deg);
        transform: translate(0, 0) rotate(-45deg)
    }

    50% {
        -webkit-transform: translate(20%, -20%) rotate(-45deg);
        transform: translate(20%, -20%) rotate(-45deg)
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(-45deg);
        transform: translate(0, 0) rotate(-45deg)
    }
}

@-webkit-keyframes slideArrowBottomLeft {
    0% {
        -webkit-transform: translate(0, 0) rotate(135deg);
        transform: translate(0, 0) rotate(135deg)
    }

    50% {
        -webkit-transform: translate(-20%, 20%) rotate(135deg);
        transform: translate(-20%, 20%) rotate(135deg)
    }

    0% {
        -webkit-transform: translate(0, 0) rotate(135deg);
        transform: translate(0, 0) rotate(135deg)
    }
}

@keyframes slideArrowBottomLeft {
    0% {
        -webkit-transform: translate(0, 0) rotate(135deg);
        transform: translate(0, 0) rotate(135deg)
    }

    50% {
        -webkit-transform: translate(-20%, 20%) rotate(135deg);
        transform: translate(-20%, 20%) rotate(135deg)
    }

    0% {
        -webkit-transform: translate(0, 0) rotate(135deg);
        transform: translate(0, 0) rotate(135deg)
    }
}

.html-content figure figcaption~.image-overlay {
    height: calc(100% - 35px)
}

.html-content figure figcaption~.zoom-icon {
    bottom: 50px
}

.html-content figure figure {
    margin: 0
}

.html-content li figure {
    margin: 5px 0 0 0
}

.html-content li figcaption {
    margin: 0
}

.html-content figcaption {
    margin: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 0;
    display: block;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    color: #797979
}

.html-content .fr-video {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 0;
    display: block;
    margin-bottom: 40px
}

.html-content .fr-video iframe {
    width: 100%
}

.html-content .product-cta-button {
    margin-bottom: 40px
}

.html-content .product-cta-button img {
    margin-bottom: 0
}

.html-content .product-cta-button .product-cta-button-text {
    font-weight: 700
}

.html-content .product-cta-button+a,
.html-content .product-cta-button+div {
    margin-top: -10px
}

.html-content img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 0;
    display: block
}

.html-content img:not(:only-child) {
    margin-bottom: 15px
}

.html-content h1 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: 40px
}

.html-content h2:not(.main-title) {
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
    color: #2d2d2d;
    margin: 0 0 40px 0
}

.html-content h2:not(.main-title)+p,
.html-content h2:not(.main-title)+h3,
.html-content h2:not(.main-title)+strong {
    margin-top: -20px
}

.html-content h2:not(.main-title)+ul,
.html-content h2:not(.main-title)+ol {
    margin-top: -20px
}

.html-content h3 {
    font-size: 16px;
    line-height: 27px;
    font-weight: 700;
    color: #2d2d2d;
    margin: 0 0 40px 0
}

.html-content h3+a,
.html-content h3+div,
.html-content h3+h3 {
    margin-top: -10px
}

.html-content h3+p,
.html-content h3+ul,
.html-content h3+ol {
    margin-top: -20px
}

.html-content strong,
.html-content p {
    display: block;
    margin: 0 0 40px 0;
    font-size: inherit;
    line-height: inherit
}

.html-content strong+h3,
.html-content strong+a,
.html-content p+h3,
.html-content p+a {
    margin-top: -10px
}

.html-content strong+ul,
.html-content strong+ol,
.html-content strong+p,
.html-content strong+div,
.html-content strong+strong,
.html-content p+ul,
.html-content p+ol,
.html-content p+p,
.html-content p+div,
.html-content p+strong {
    margin-top: -20px
}

.html-content a {
    font-size: inherit;
    line-height: inherit;
    font-weight: 600;
    color: #1789d5;
    display: block;
    margin: 0 0 30px 0;
    cursor: pointer;
    text-decoration: none;
    font-family: inherit;
    transition: color 0.3s linear
}

.html-content a:hover {
    color: #1564bf
}

.html-content a+h2 {
    margin-top: 10px
}

.html-content p a,
.html-content p strong,
.html-content div a,
.html-content div strong,
.html-content h1 a,
.html-content h1 strong,
.html-content h2 a,
.html-content h2 strong,
.html-content h3 a,
.html-content h3 strong,
.html-content a a,
.html-content a strong,
.html-content strong a,
.html-content strong strong,
.html-content figcaption a,
.html-content figcaption strong,
.html-content ul a,
.html-content ul strong,
.html-content ol a,
.html-content ol strong {
    display: initial;
    margin: 0
}

.html-content b {
    font-weight: 700
}

.html-content strong {
    font-weight: 600
}

.html-content em {
    font-style: normal
}

.html-content p:last-child,
.html-content h2:last-child,
.html-content h3:last-child,
.html-content ul:last-child,
.html-content ol:last-child,
.html-content li:last-child,
.html-content a:last-child,
.html-content strong:last-child,
.html-content .wysiwyg--table__container:last-child,
.html-content .fr-video:last-child,
.html-content .product-cta-button:last-child {
    margin-bottom: 0
}

h1 {
    font-size: 38px;
    line-height: 40px;
    font-weight: 700;
    color: #222;
    margin-top: 0;
    margin-bottom: 15px
}

h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #39393a
}

h3 {
    font-size: 17px;
    line-height: 30px;
    font-weight: 700;
    color: #39393a
}

body {
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    min-height: 100vh;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
}

body.show-page-overlay {
    overflow: hidden;
}

body.show-page-overlay .page-overlay {
    content: ' ';
    position: fixed;
    top: 0;
    left: 0;
    transition: background-color 400ms ease-out 0ms;
    background-color: rgba(45, 45, 45, 0.6);
    cursor: pointer;
    z-index: 20;
    width: 100%;
    height: 100%
}

body h1,
body h2,
body h3,
body span,
body strong,
body button,
body input,
body div,
body li,
body a,
body p {
    letter-spacing: -0.1px;
    font-family: hurmegeometricsans_no3_6, Gilroy, Almarai, Arial, sans-serif
}

body strong {
    font-weight: 600
}

.page {
    display: -webkit-flex;
    display: flex;
    margin-top: 0;
    width: 100%;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: border-box
}

.page__container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    height: auto
}

.page__inner-container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    -webkit-align-self: center;
    align-self: center
}

.page__overlay {
    width: 100%;
    height: 110%;
    position: absolute;
    background-color: rgba(34, 34, 34, 0.6);
    transition: background-color 400ms ease-out 0ms;
    z-index: 10
}

.page__overlay--hidden {
    display: block;
    background-color: rgba(0, 0, 0, 0);
    pointer-events: none
}

.page .image-zoom-modal-overlay {
    display: none
}

@media screen and (min-width: 1000px) {
    .page .image-zoom-modal-overlay {
        display: -webkit-flex;
        display: flex;
        visibility: visible;
        opacity: 1;
        position: fixed;
        z-index: 6;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.7);
        transition: all 0.3s ease-in-out;
        width: 100%;
        height: 100%
    }

    .page .image-zoom-modal-overlay--hidden {
        visibility: hidden;
        opacity: 0
    }

    .page .image-zoom-modal-overlay__content {
        max-width: 950px;
        position: relative;
        z-index: 7;
        margin: auto;
        cursor: initial
    }

    .page .image-zoom-modal-overlay__content__image {
        width: 100%
    }

    .page .image-zoom-modal-overlay__content__close {
        border-radius: 50%;
        position: absolute;
        top: -20px;
        right: -20px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
        background-color: #ffffff;
        padding: 13px;
        fill: #1789d5;
        cursor: pointer;
        transition: all 0.2s ease-in-out;
        width: 16px;
        height: 16px
    }

    .page .image-zoom-modal-overlay__content__close:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.html-content img[data-feature-input-type='logo'] {
    max-height: 35px;
    max-width: 90px;
    display: inline
}

.smooth-scroll {
    scroll-behavior: smooth
}

.page {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    overflow-x: hidden
}

.page__container {
    display: -webkit-flex;
    display: flex;
    max-width: 1200px;
    width: 100%;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0
}

.page__container_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px
}

@media screen and (min-width: 1000px) {
    .page__container_wrap {
        margin-top: -100px
    }
}

.page__container_wrap.localization {
    margin-top: -48px
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .page__container_wrap.localization {
        margin-top: -20px
    }
}

.page__container_wrap.page-header-bullets-offset {
    margin-top: 13px
}

@media screen and (min-width: 768px) {
    .page__container_wrap.page-header-bullets-offset {
        margin-top: -44px
    }
}

@media screen and (max-width: 999px) {
    .page__container {
        margin-top: -5px
    }
}

@media screen and (max-width: 767px) {
    .page__container {
        margin-top: 0
    }
}

@supports (-ms-accelerator: true) {
    .page__container {
        overflow: visible
    }
}

@supports (-ms-ime-align: auto) {
    .page__container {
        overflow: visible
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .page__container {
        overflow: visible
    }
}

.page__container--offset {
    margin-top: -64px
}

@media screen and (max-width: 999px) {
    .page__container--offset {
        margin-top: -5px
    }
}

@media screen and (max-width: 767px) {
    .page__container--offset {
        margin-top: 0
    }
}

.page__center {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    position: relative
}

@media screen and (min-width: 1000px) {
    .page__center {
        max-width: 860px;
        z-index: 2
    }
}

.page__mobile-widgets {
    display: none
}

@media screen and (max-width: 999px) {
    .page__mobile-widgets {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%
    }
}

.page__mobile-widgets>:last-child {
    margin-bottom: 0
}

.page__sidebar {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 300px;
    max-width: 30%;
    min-width: 300px;
    -webkit-align-items: center;
    align-items: center;
    margin-left: 30px;
    margin-right: 15px;
    position: relative
}

@media screen and (max-width: 999px) {
    .page__sidebar {
        display: none
    }
}

.page__faq {
    width: 100%;
    margin-bottom: 50px;
    padding-left: 15px
}

@media screen and (max-width: 999px) {
    .page__faq {
        margin-bottom: 0;
        margin-top: 50px;
        padding-right: 15px
    }
}

.page__site-proof {
    margin-bottom: 10px
}

.sidebar__promotion__linkwrapper {
    text-decoration: none
}

.sidebar__promotion__container,
.sidebar__promotion__linkwrapper {
    width: 300px;
    min-height: 100px;
    max-height: 280px;
    box-sizing: border-box;
    margin-bottom: 10px
}

.sidebar__promotion__container__image {
    width: 300px;
    vertical-align: top
}

.sidebar__promotion__video {
    background-color: #f5f5f5;
    margin-bottom: 20px;
    width: 100%
}

.sidebar__promotion__video * {
    box-sizing: border-box
}

.sidebar__promotion__video__container {
    padding: 20px 31px
}

.sidebar__promotion__video__title {
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    color: #333;
    margin-top: 0;
    margin-bottom: 23px
}

@media screen and (max-width: 376px) {
    .sidebar__promotion__video__title {
        margin-bottom: 18px
    }
}

.sidebar__promotion__video__video-wrapper {
    cursor: pointer;
    margin-bottom: 20px
}

@media screen and (max-width: 376px) {
    .sidebar__promotion__video__video-wrapper {
        margin-bottom: 14px
    }
}

.sidebar__promotion__video__frame-image {
    position: relative;
    padding-top: 65%;
    background-size: cover;
    background-position: center
}

@media screen and (max-width: 376px) {
    .sidebar__promotion__video__frame-image {
        padding-top: 56.5%
    }
}

.sidebar__promotion__video__frame-image:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none
}

.sidebar__promotion__video__frame-image iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.sidebar__promotion__video__play-icon {
    width: 64px;
    height: 45px;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none
}

@media screen and (max-width: 999px) {
    .sidebar__promotion__video__play-icon {
        width: 65px;
        height: 65px;
        background-color: transparent;
        background-size: cover
    }
}

.sidebar__promotion__video__play-icon:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 0 13px 23px;
    border-color: transparent transparent transparent #ffffff;
    margin-left: -6.5px;
    margin-top: -13px;
    position: absolute;
    top: 50%;
    left: 50%
}

@media screen and (max-width: 999px) {
    .sidebar__promotion__video__play-icon:after {
        display: none
    }
}

.sidebar__promotion__video .cta-button {
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 45px;
    width: 100%;
    max-width: 180px;
    border: 1px solid #ff4a64;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #ff4a64;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
    transition: all 300ms ease
}

@media screen and (max-width: 999px) {
    .sidebar__promotion__video .cta-button {
        width: 100%;
        background-color: #ff4a64;
        color: #ffffff;
        max-width: 100%
    }
}

.sidebar__promotion__video__button-wrapper {
    text-align: center
}

.sidebar__promotion__video__button-wrapper .cta-button {
    max-width: 240px;
    background-color: #ff4a64;
    color: #ffffff
}

.sidebar__promotion__video .cta-button:hover {
    background-color: #bc284b;
    border-color: #bc284b;
    color: #ffffff
}

.sidebar__promotion__video__button-wrapper .cta-button:hover {
    background-color: #bc284b
}

.sidebar__promotion__video__popup {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 8;
    display: none
}

.sidebar__promotion__video__popup.popup-visible {
    display: block
}

.sidebar__promotion__video__popup-box {
    width: 723px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 5px 24px 0 rgba(0, 0, 0, 0.26);
    padding: 32px 29px 36px
}

.sidebar__promotion__video__close-wrapper {
    width: 14px;
    height: 14px;
    overflow: hidden;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer
}

.sidebar__promotion__video__close-wrapper:before,
.sidebar__promotion__video__close-wrapper:after {
    content: '';
    display: block;
    width: 200px;
    height: 2px;
    background-color: #1789d5;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.sidebar__promotion__video__close-wrapper:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.sidebar__promotion__video__popup-title {
    font-size: 25px;
    line-height: 1;
    font-weight: 600;
    color: #2d2d2d;
    margin-top: 0;
    margin-bottom: 26px
}

.sidebar__promotion__video__iframe-wrapper {
    margin-bottom: 35px;
    padding-top: 56.25%;
    position: relative
}

.sidebar__promotion__video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.page__mobile__sidebar {
    display: none
}

.page__mobile__sidebar * {
    box-sizing: border-box
}

@media screen and (max-width: 999px) {
    .page__mobile__sidebar {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        box-sizing: border-box;
        width: 100%;
        -webkit-flex-grow: 1;
        flex-grow: 1
    }
}

.page__mobile__sidebar .sidebar__promotion__linkwrapper,
.page__mobile__sidebar .sidebar__promotion__container {
    width: 100%
}

.page__mobile__sidebar .sidebar__promotion__container {
    text-align: center
}

.page__mobile__sidebar .sidebar__promotion__video {
    background-color: #ffffff;
    padding: 0 15px
}

.page__mobile__sidebar .sidebar__promotion__video__container {
    padding: 34px 0 30px;
    border-top: 2px solid #f3f3f3
}

.chart__inline-promotion__image {
    width: 100%;
    height: auto;
    margin-bottom: 6px
}

@media screen and (max-width: 376px) {
    .chart__inline-promotion__image {
        margin-bottom: 10px
    }
}

.chart__inline-promotion__linkwrapper {
    text-decoration: none
}

.chart__inline-promotion .banner__text {
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    color: #2d2d2d;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: inherit;
    padding: 0 14px;
    overflow: hidden
}

@media screen and (max-width: 375px) {
    .chart__inline-promotion .banner__text {
        padding: 0 0 0 14px
    }
}

.chart__inline-promotion .quiz-teaser-banner {
    display: -webkit-flex;
    display: flex;
    background-color: #fff1f2;
    margin-bottom: 10px;
    width: 100%;
    height: 70px
}

.chart__inline-promotion .quiz-teaser-banner * {
    box-sizing: border-box
}

.chart__inline-promotion .quiz-teaser-banner__content {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    width: 100%
}

.chart__inline-promotion .quiz-teaser-banner__picture {
    width: 108px;
    height: 100%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.chart__inline-promotion .quiz-teaser-banner__picture .quiz-teaser-banner__icon {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-left: -100%;
    width: 100%;
    height: 100%
}

.chart__inline-promotion .quiz-teaser-banner__picture.v2 {
    width: 165px
}

.chart__inline-promotion .quiz-teaser-banner__picture.v2 img {
    display: block
}

.chart__inline-promotion .quiz-teaser-banner__picture.v2:after {
    content: 'Quiz';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ff4a64;
    text-align: center;
    width: 47px;
    height: 23px;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    color: #fff
}

.chart__inline-promotion .quiz-teaser-banner__picture.v2 img {
    -webkit-animation: breathing 12s ease-in-out infinite normal;
    animation: breathing 12s ease-in-out infinite normal
}

.chart__inline-promotion .quiz-teaser-banner__picture.in-focus .quiz-teaser-banner__icon {
    -webkit-animation: bounce-icon 0.7s ease forwards;
    animation: bounce-icon 0.7s ease forwards
}

.chart__inline-promotion .quiz-teaser-banner__text {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    padding: 0 10px;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.chart__inline-promotion .quiz-teaser-banner__text p {
    margin: 0;
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #333
}

.chart__inline-promotion .quiz-teaser-banner__text p:first-child {
    font-weight: 700
}

.chart__inline-promotion .quiz-teaser-banner__cta {
    width: 170px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.chart__inline-promotion .quiz-teaser-banner__cta .cta-button {
    box-sizing: border-box;
    min-height: 42px;
    display: -webkit-inline-flex;
    display: inline-flex;
    text-decoration: none;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-decoration: none;
    height: 42px;
    background-color: #ff4a64;
    width: 100%;
    max-width: 220px;
    text-align: center;
    vertical-align: center;
    border-radius: 4px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    transition: all 300ms ease
}

.chart__inline-promotion .quiz-teaser-banner__cta .cta-button.disabled {
    background-color: #d5d5d5;
    cursor: default;
    pointer-events: none
}

.chart__inline-promotion .quiz-teaser-banner__cta .cta-button:hover {
    background-color: #bc284b;
    transition: all 300ms ease;
    color: #ffffff
}

.chart__inline-promotion .quiz-teaser-banner__cta .cta-button--arrow:after {
    content: ' ';
    display: -webkit-inline-flex;
    display: inline-flex;
    width: 11px;
    height: 11px;
    font-size: 11px;
    line-height: 32px;
    margin-left: -6px;
    margin-top: 4px;
    position: relative;
    z-index: 0;
    opacity: 0;
    transition: all 300ms ease
}

.chart__inline-promotion .quiz-teaser-banner__cta .cta-button--arrow:hover:after {
    position: relative;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    margin-left: 6px;
    opacity: 1;
    transition: all 300ms ease
}

.chart__inline-promotion .quiz-teaser-banner__cta .cta-button.cta-yellow {
    background-color: #ffb401;
    color: #2d2d2d
}

.chart__inline-promotion .quiz-teaser-banner__cta .cta-button.cta-yellow:hover {
    background-color: #e59b1b;
    color: #2d2d2d
}

@media screen and (min-width: 768px) {
    .chart__inline-promotion .quiz-teaser-banner__cta .cta-button {
        font-size: 16px;
        line-height: 22px;
        font-weight: 700;
        color: #fff;
        width: 141px;
        height: 42px
    }

    .chart__inline-promotion .quiz-teaser-banner__cta .cta-button:after {
        content: '';
        display: -webkit-inline-flex;
        display: inline-flex;
        background-size: 13px 13px;
        width: 0;
        height: 13px;
        font-size: 13px;
        opacity: 0;
        transition: all 0.3s ease;
        padding-left: 6px;
        margin-left: -6px
    }


    .chart__inline-promotion .quiz-teaser-banner__cta .cta-button:hover:after {
        margin-left: 6px;
        width: 13px;
        opacity: 1
    }
}

.chart__inline-promotion .quiz-teaser-banner__cta .cta-button {
    background-color: transparent;
    color: #ff4a64;
    border: 1px solid #ff4a64
}

@media screen and (min-width: 768px) {
    .chart__inline-promotion .quiz-teaser-banner__cta .cta-button {
        cursor: pointer
    }
}

.chart__inline-promotion .quiz-teaser-banner__cta .cta-button:hover {
    border-color: #bc284b
}

.chart__inline-promotion .tip-banner,
.chart__inline-promotion .fact-banner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    height: 70px;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: #edecf3;
    margin-bottom: 10px
}

.chart__inline-promotion .tip-banner--svg,
.chart__inline-promotion .fact-banner--svg {
    max-width: 49px;
    max-height: 62px;
    width: 100%;
    height: 100%
}

.chart__inline-promotion .tip-banner__content,
.chart__inline-promotion .fact-banner__content {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

@media screen and (max-width: 767px) {

    .chart__inline-promotion .tip-banner__content,
    .chart__inline-promotion .fact-banner__content {
        padding: 0 16px 0 10px
    }
}

.chart__inline-promotion .fact-banner {
    -webkit-justify-content: initial;
    justify-content: initial
}

.chart__inline-promotion .fact-banner--icon-container {
    background: #010233;
    color: white;
    font-weight: 600;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    position: relative
}

@media screen and (min-width: 768px) {
    .chart__inline-promotion .fact-banner--icon-container {
        -webkit-align-self: initial;
        align-self: initial
    }
}

.chart__inline-promotion .fact-banner--icon-container span {
    white-space: nowrap;
    padding-left: 15px;
    padding-right: 5px;
    font-size: 15px;
    margin-top: -1px
}

.chart__inline-promotion .fact-banner__content {
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 0;
    width: 100%
}

@media screen and (min-width: 768px) {
    .chart__inline-promotion .fact-banner__content {
        padding: 0 30px;
        width: 100%;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex-direction: row;
        flex-direction: row
    }
}

.chart__inline-promotion .fact-banner__content .banner__text {
    padding: 0 16px;
    box-sizing: border-box;
    width: 100%;
    -webkit-align-self: flex-start;
    align-self: flex-start
}

@media screen and (min-width: 768px) {
    .chart__inline-promotion .fact-banner__content .banner__text {
        -webkit-align-self: initial;
        align-self: initial
    }
}

.chart__inline-promotion .fact-banner__content--ninja {
    -webkit-flex-direction: row;
    flex-direction: row;
    padding: 0 16px;
    -webkit-justify-content: center;
    justify-content: center
}

.chart__inline-promotion .fact-banner__content--ninja .waving--svg {
    width: 40px;
    height: 50px
}

.chart__inline-promotion .fact-banner__content--ninja .banner__text {
    -webkit-align-self: initial;
    align-self: initial;
    width: initial
}

.chart__inline-promotion .fact-banner--svg {
    width: 35px;
    height: 36px;
    position: absolute;
    top: -11px;
    left: -12px
}

.chart__inline-promotion .deal-banner {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    height: 70px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background-color: #edecf3;
    margin-bottom: 10px
}

@media screen and (min-width: 768px) {
    .chart__inline-promotion .deal-banner {
        padding: 0 30px
    }
}

.chart__inline-promotion .deal-banner .logo__container[data-auto-view-mode='mobile'] {
    display: none
}

@media screen and (max-width: 767px) {
    .chart__inline-promotion .deal-banner .logo__container[data-auto-view-mode='mobile'] {
        display: -webkit-flex;
        display: flex
    }
}

.chart__inline-promotion .deal-banner .logo__container[data-auto-view-mode='desktop'] {
    display: -webkit-flex;
    display: flex
}

@media screen and (max-width: 767px) {
    .chart__inline-promotion .deal-banner .logo__container[data-auto-view-mode='desktop'] {
        display: none
    }
}

.chart__inline-promotion .deal-banner .logo__container .logo__image {
    display: -webkit-flex;
    display: flex;
    max-width: 150px;
    max-height: 50px
}

@media screen and (max-width: 767px) {
    .chart__inline-promotion .deal-banner .logo__container .logo__image {
        max-width: 90px;
        max-height: 35px
    }
}

.chart__inline-promotion .deal-banner__content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

@media screen and (min-width: 768px) {
    .chart__inline-promotion .deal-banner__content {
        margin: 0 30px;
        padding-left: 55px;
        min-width: 244px;
        max-width: 364px;
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .chart__inline-promotion .deal-banner__content {
        height: inherit;
        padding: 0 15px;
        overflow: hidden
    }

    .chart__inline-promotion .deal-banner__content:after {
        content: '';
        width: 0;
        height: 50px;
        border-right: 1px solid #a5a0c3
    }
}

.chart__inline-promotion .deal-banner--svg {
    max-width: 46px;
    max-height: 57px;
    width: 100%;
    height: 100%
}

.chart__inline-promotion .deal-banner .product-banner-cta-container .cta-button {
    box-sizing: border-box;
    min-height: 42px;
    display: -webkit-inline-flex;
    display: inline-flex;
    text-decoration: none;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-decoration: none;
    height: 42px;
    background-color: #ff4a64;
    width: 100%;
    max-width: 220px;
    text-align: center;
    vertical-align: center;
    border-radius: 4px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    transition: all 300ms ease
}

.chart__inline-promotion .deal-banner .product-banner-cta-container .cta-button.disabled {
    background-color: #d5d5d5;
    cursor: default;
    pointer-events: none
}

.chart__inline-promotion .deal-banner .product-banner-cta-container .cta-button:hover {
    background-color: #bc284b;
    transition: all 300ms ease;
    color: #ffffff
}

.chart__inline-promotion .deal-banner .product-banner-cta-container .cta-button--arrow:after {
    content: ' ';
    display: -webkit-inline-flex;
    display: inline-flex;
    width: 11px;
    height: 11px;
    font-size: 11px;
    line-height: 32px;
    margin-left: -6px;
    margin-top: 4px;
    position: relative;
    z-index: 0;
    opacity: 0;
    transition: all 300ms ease
}

.chart__inline-promotion .deal-banner .product-banner-cta-container .cta-button--arrow:hover:after {
    position: relative;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    margin-left: 6px;
    opacity: 1;
    transition: all 300ms ease
}

.chart__inline-promotion .deal-banner .product-banner-cta-container .cta-button.cta-yellow {
    background-color: #ffb401;
    color: #2d2d2d
}

.chart__inline-promotion .deal-banner .product-banner-cta-container .cta-button.cta-yellow:hover {
    background-color: #e59b1b;
    color: #2d2d2d
}

@media screen and (min-width: 768px) {
    .chart__inline-promotion .deal-banner .product-banner-cta-container .cta-button {
        font-size: 16px;
        line-height: 22px;
        font-weight: 700;
        color: #fff;
        width: 141px;
        height: 42px
    }

    .chart__inline-promotion .deal-banner .product-banner-cta-container .cta-button:after {
        content: '';
        display: -webkit-inline-flex;
        display: inline-flex;
        background-size: 13px 13px;
        width: 0;
        height: 13px;
        font-size: 13px;
        opacity: 0;
        transition: all 0.3s ease;
        padding-left: 6px;
        margin-left: -6px
    }


    .chart__inline-promotion .deal-banner .product-banner-cta-container .cta-button:hover:after {
        margin-left: 6px;
        width: 13px;
        opacity: 1
    }
}

.chart__inline-promotion .deal-banner .product-banner-cta-container .cta-button {
    background-color: #29256b
}

.chart__inline-promotion .deal-banner .product-banner-cta-container .cta-button:hover {
    background-color: #010233
}

@media screen and (max-width: 767px) {
    .chart__inline-promotion .deal-banner .product-banner-cta-container {
        padding: 0 10px 0 15px
    }

    .chart__inline-promotion .deal-banner .product-banner-cta-container .product-banner-cta {
        display: -webkit-flex;
        display: flex;
        width: 16px;
        height: 12px;
        min-height: 12px;
        background-size: 16px 12px;
        background-repeat: no-repeat;
        transition: color 0.3s linear;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        background-color: transparent
    }

    .chart__inline-promotion .deal-banner .product-banner-cta-container .cta-button:hover {
        background-color: transparent
    }

    .chart__inline-promotion .deal-banner .product-banner-cta-container .cta-button__text {
        display: none
    }
}

.chart__inline-promotion.product-deal {
    margin-top: 0;
    position: relative
}

.chart__inline-promotion.product-deal .deal-product-banner {
    position: relative;
    display: block;
    padding: 10px;
    cursor: pointer;
    background: rgba(255, 74, 100, 0.12);
    z-index: 1
}

@media screen and (min-width: 768px) {
    .chart__inline-promotion.product-deal .deal-product-banner {
        padding: 0 30px;
        height: 51px
    }
}

.chart__inline-promotion.product-deal .deal-product-banner__content {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 100%
}

@media screen and (min-width: 768px) {
    .chart__inline-promotion.product-deal .deal-product-banner__content>div {
        -webkit-flex: 0 0 33.3%;
        flex: 0 0 33.3%;
        -webkit-justify-content: space-evenly;
        justify-content: space-evenly
    }
}

@media screen and (max-width: 767px) {
    .chart__inline-promotion.product-deal .deal-product-banner__content {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: flex-end;
        align-items: flex-end
    }
}

.chart__inline-promotion.product-deal .deal-product-banner .banner__label {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600
}

@media screen and (max-width: 767px) {
    .chart__inline-promotion.product-deal .deal-product-banner .banner__label {
        width: 100%;
        padding-bottom: 10px;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }
}

.chart__inline-promotion.product-deal .deal-product-banner .banner__label__content {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.chart__inline-promotion.product-deal .deal-product-banner .banner__label__content>span {
    width: auto;
    white-space: nowrap;
    color: #2d2d2d
}

@media screen and (max-width: 767px) {
    .chart__inline-promotion.product-deal .deal-product-banner .banner__label__content {
        font-weight: 400
    }
}

.chart__inline-promotion.product-deal .deal-product-banner .banner__label--svg {
    max-width: none;
    max-height: 14px;
    padding-right: 5px
}

.chart__inline-promotion.product-deal .deal-product-banner .banner__label--svg.special-offer {
    width: 14px;
    height: 15px
}

.chart__inline-promotion.product-deal .deal-product-banner .banner__label--svg.price-drop {
    width: 18px;
    height: 12px
}

.chart__inline-promotion.product-deal .deal-product-banner .banner__label--svg.limited-time-offer {
    width: 14px;
    height: 14px
}

.chart__inline-promotion.product-deal .deal-product-banner .banner__text {
    font-weight: 400;
    padding: 0;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto
}

@media screen and (min-width: 768px) {
    .chart__inline-promotion.product-deal .deal-product-banner .banner__text {
        -webkit-justify-content: center;
        justify-content: center
    }
}

@media screen and (max-width: 767px) {
    .chart__inline-promotion.product-deal .deal-product-banner .banner__text {
        width: 68%
    }
}

.chart__inline-promotion.product-deal .deal-product-banner .product-banner-cta-container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.chart__inline-promotion.product-deal .deal-product-banner .product-banner-cta-container .cta-button {
    box-sizing: border-box;
    min-height: 42px;
    display: -webkit-inline-flex;
    display: inline-flex;
    text-decoration: none;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-decoration: none;
    height: 42px;
    background-color: #ff4a64;
    width: 100%;
    max-width: 220px;
    text-align: center;
    vertical-align: center;
    border-radius: 4px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    transition: all 300ms ease
}

.chart__inline-promotion.product-deal .deal-product-banner .product-banner-cta-container .cta-button.disabled {
    background-color: #d5d5d5;
    cursor: default;
    pointer-events: none
}

.chart__inline-promotion.product-deal .deal-product-banner .product-banner-cta-container .cta-button:hover {
    background-color: #bc284b;
    transition: all 300ms ease;
    color: #ffffff
}

.chart__inline-promotion.product-deal .deal-product-banner .product-banner-cta-container .cta-button--arrow:after {
    content: ' ';
    display: -webkit-inline-flex;
    display: inline-flex;
    width: 11px;
    height: 11px;
    font-size: 11px;
    line-height: 32px;
    margin-left: -6px;
    margin-top: 4px;
    position: relative;
    z-index: 0;
    opacity: 0;
    transition: all 300ms ease
}

.chart__inline-promotion.product-deal .deal-product-banner .product-banner-cta-container .cta-button--arrow:hover:after {
    position: relative;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    margin-left: 6px;
    opacity: 1;
    transition: all 300ms ease
}

.chart__inline-promotion.product-deal .deal-product-banner .product-banner-cta-container .cta-button.cta-yellow {
    background-color: #ffb401;
    color: #2d2d2d
}

.chart__inline-promotion.product-deal .deal-product-banner .product-banner-cta-container .cta-button.cta-yellow:hover {
    background-color: #e59b1b;
    color: #2d2d2d
}

@media screen and (min-width: 768px) {
    .chart__inline-promotion.product-deal .deal-product-banner .product-banner-cta-container .cta-button {
        font-size: 16px;
        line-height: 22px;
        font-weight: 700;
        color: #fff;
        width: 141px;
        height: 42px
    }

    .chart__inline-promotion.product-deal .deal-product-banner .product-banner-cta-container .cta-button:after {
        content: '';
        display: -webkit-inline-flex;
        display: inline-flex;
        background-size: 13px 13px;
        width: 0;
        height: 13px;
        font-size: 13px;
        opacity: 0;
        transition: all 0.3s ease;
        padding-left: 6px;
        margin-left: -6px
    }


    .chart__inline-promotion.product-deal .deal-product-banner .product-banner-cta-container .cta-button:hover:after {
        margin-left: 6px;
        width: 13px;
        opacity: 1
    }
}

@media screen and (max-width: 767px) {
    .chart__inline-promotion.product-deal .deal-product-banner .product-banner-cta-container {
        width: auto;
        -webkit-flex: 1;
        flex: 1
    }
}

.chart__inline-promotion.product-deal .deal-product-banner .product-banner-cta-container .cta-button {
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    color: #ff4a64;
    background-color: transparent;
    width: auto;
    height: auto;
    min-height: 0
}

.chart__inline-promotion.product-deal .deal-product-banner .product-banner-cta-container .cta-button:after {
    content: none
}

.chart__inline-promotion.product-deal .deal-product-banner .product-banner-cta-container .cta-button:hover {
    background-color: transparent;
    color: #bc284b
}

@media screen and (max-width: 767px) {
    .chart__inline-promotion.product-deal .deal-product-banner .product-banner-cta-container .cta-button {
        background-image: none;
        display: -webkit-flex;
        display: flex;
        width: auto
    }
}

@media screen and (min-width: 768px) {
    .chart__inline-promotion.product-deal .deal-product-banner.with-timer .banner__label {
        min-width: 260px;
        -webkit-flex: 0 1 40%;
        flex: 0 1 40%
    }
}

.chart__inline-promotion.product-deal .deal-product-banner.with-timer .time-to-start {
    padding-left: 15px
}

.chart__inline-promotion.product-deal .deal-product-banner.with-timer .time-to-start .separator {
    padding: 0 1px
}

@media screen and (min-width: 768px) {
    .chart__inline-promotion.product-deal .deal-product-banner.with-timer .product-banner-cta-container {
        -webkit-flex: 1 1 auto;
        flex: 1 1 auto
    }
}

.chart__inline-promotion.product-deal:before {
    content: ' ';
    position: absolute;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 1px
}

.chart__inline-promotion.product-deal:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    display: block;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    z-index: 0;
    background-color: white;
    width: 100%;
    height: 98%
}

@media screen and (min-width: 1000px) {
    .chart__inline-promotion.product-deal:after {
        display: none
    }
}

.chart__inline-promotion.product-deal .circle {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: white;
    z-index: 4;
    box-shadow: inset 4px 1px 9px white;
    width: 10px;
    height: 14px
}

.chart__inline-promotion.product-deal .circle:before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    right: 0
}

.chart__inline-promotion.product-deal .circle.left {
    left: 0;
    border-radius: 0 14px 14px 0
}

.chart__inline-promotion.product-deal .circle.left:before {
    border-radius: 0 14px 14px 0;
    box-shadow: inset -3px 0 7px rgba(0, 0, 0, 0.2)
}

.chart__inline-promotion.product-deal .circle.right {
    right: 0;
    border-radius: 14px 0 0 14px
}

.chart__inline-promotion.product-deal .circle.right:before {
    border-radius: 14px 0 0 14px;
    box-shadow: inset 3px 0 7px rgba(0, 0, 0, 0.2)
}

@-webkit-keyframes breathing {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }

    60% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }

    90% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes breathing {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }

    60% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }

    90% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes bounce-icon {
    0% {
        margin-left: -100%
    }

    40% {
        margin-left: 0
    }

    90% {
        margin-left: -20%
    }

    100% {
        margin-left: -10%
    }
}

@keyframes bounce-icon {
    0% {
        margin-left: -100%
    }

    40% {
        margin-left: 0
    }

    90% {
        margin-left: -20%
    }

    100% {
        margin-left: -10%
    }
}

@-webkit-keyframes debounce-icon {
    0% {
        margin-left: -10%
    }

    20% {
        margin-left: 0
    }

    100% {
        margin-left: -100%
    }
}

@keyframes debounce-icon {
    0% {
        margin-left: -10%
    }

    20% {
        margin-left: 0
    }

    100% {
        margin-left: -100%
    }
}

.dd--item,
.chart__header .dropdown__input__item,
.chart__header .dropdown__input__item[data-dropdown-selected='true'],
.dropdown__input__item,
.dropdown__input__item[data-dropdown-selected='true'] {
    font-size: 14px;
    line-height: 22px;
    color: #797979;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 13px;
    margin: 0;
    background-color: white;
    height: 45px;
    min-height: 45px;
    list-style-type: none;
    cursor: pointer
}

.dd--item:hover,
.dropdown__input__item:hover {
    background-color: #f0f1f2
}

.cookie-policy {
    box-sizing: border-box;
    display: block;
    width: 100%;
    background-color: #010233;
    overflow: hidden;
    opacity: 0;
    max-height: 0
}

.cookie-policy.show {
    transition: max-height 0.45s ease;
    max-height: 119px;
    opacity: 1;
    transition-delay: 0.8s
}

.cookie-policy.closed {
    max-height: 0;
    transition: max-height 0.25s ease;
    transition-delay: 0.8s
}

.cookie-policy__container {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    max-width: 1300px;
    color: #fff;
    margin: 0 auto;
    padding: 12px 15px 9px;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

@media screen and (min-width: 1300px) {
    .cookie-policy__container {
        padding: 12px 0 9px
    }
}

@media screen and (max-width: 767px) {
    .cookie-policy__container {
        padding-bottom: 12px
    }
}

.cookie-policy__left {
    padding-right: 10px
}

.cookie-policy__right {
    cursor: pointer
}

.cookie-policy__close-button {
    fill: #fff;
    transition: color 0.3s linear;
    width: 10px;
    height: 10px
}

.cookie-policy__close-button:hover {
    fill: #a3a2c3
}

@media screen and (max-width: 767px) {
    .cookie-policy__close-button {
        width: 15px;
        height: 15px
    }
}

.cookie-policy__main {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    color: #fff
}

.cookie-policy__main__link {
    text-decoration: none;
    font-weight: 700;
    color: inherit;
    transition: color 0.3s linear
}

.cookie-policy__main__link:hover {
    color: #a3a2c3
}

@-webkit-keyframes openMenuMobile {
    0% {
        -webkit-transform: translateX(230px);
        transform: translateX(230px)
    }

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

@keyframes openMenuMobile {
    0% {
        -webkit-transform: translateX(230px);
        transform: translateX(230px)
    }

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

@-webkit-keyframes closeMenuMobile {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

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

@keyframes closeMenuMobile {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

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

.search__bar {
    position: relative;
    margin-left: 40px
}

.search__bar .search__icon {
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    margin-left: 6px;
    margin-top: 10px;
    pointer-events: none
}

.search__bar .clear__icon {
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    margin-right: 7px;
    margin-top: 13px;
    cursor: pointer;
    display: none
}

.search__bar .clear__icon.visible {
    display: inline
}

@media screen and (max-width: 1025px) {
    .search__bar {
        display: none
    }
}

.search__bar input::-webkit-input-placeholder {
    font-weight: 400;
    color: #d5d5d5
}

.search__bar input:-ms-input-placeholder {
    font-weight: 400;
    color: #d5d5d5
}

.search__bar input::-ms-input-placeholder {
    font-weight: 400;
    color: #d5d5d5
}

.search__bar input::placeholder {
    font-weight: 400;
    color: #d5d5d5
}

.search__bar input {
    border: 1px solid #d5d5d5;
    margin-top: 2px;
    font-size: 14px;
    line-height: inherit;
    font-weight: 700;
    color: #2d2d2d;
    height: 26px;
    width: 181px;
    padding-left: 26px;
    padding-right: 19px;
    outline: none;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    transition: box-shadow 0.3s ease-in-out
}

.search__bar input:focus,
.search__bar input:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease-in-out
}

.search__results {
    max-height: 184px
}

.search__results__widget {
    border: 1px solid #d5d5d5;
    border-top: 0 solid #ffffff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05), -2px 2px 5px rgba(0, 0, 0, 0.05);
    background-color: #fff
}

.search__results__widget.visible:before {
    content: ' ';
    display: block;
    background-color: #ff4a64;
    height: 1px;
    -webkit-animation: scale-line 0.3s ease-in;
    animation: scale-line 0.3s ease-in
}

@-webkit-keyframes scale-line {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }
}

@keyframes scale-line {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }
}

.search__results__widget ul {
    padding: 0;
    margin: 0
}

@media screen and (max-width: 1025px) {
    .search__results__widget ul {
        display: none
    }
}

.search__results__widget ul li {
    font-size: 14px;
    line-height: inherit;
    font-weight: 400;
    color: #797979;
    list-style-type: none;
    padding: 11px 14px;
    text-decoration: none;
    display: block;
    white-space: pre-wrap;
    cursor: pointer
}

.search__results__widget ul .active {
    background-color: #f5f5f5
}

.search__results__widget ul em {
    font-weight: 700;
    color: #2d2d2d;
    font-style: normal
}

.nav-group {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    min-height: 60px;
    box-sizing: border-box;
    top: 0;
    right: 0
}

@media screen and (max-width: 999px) {
    .nav-group {
        width: auto;
        height: 60px;
        right: 20px
    }
}

@media screen and (min-width: 1000px) {
    .nav-group:hover .nav-group__title {
        color: #ff4a64
    }
}



.nav-group[data-active='true'] .nav-group__title {
    color: #ff4a64
}

.nav-group[data-active='true'] .nav-group__title__icon {
    -webkit-transform-origin: 64% 60%;
    transform-origin: 64% 60%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}


.nav-group[data-active='true'] .nav-group__items {
    display: -webkit-flex;
    display: flex
}

.nav-group[data-active='true'] .nav-group__items:not(:first-of-type) {
    display: none
}

.nav-group__hamburger {
    box-sizing: border-box;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
    display: none;
    height: 60px;
    cursor: pointer
}

@media screen and (max-width: 999px) {
    .nav-group__hamburger {
        -webkit-align-self: flex-end;
        align-self: flex-end
    }
}

.nav-group__hamburger--white {
    box-sizing: border-box;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
    display: none;
    height: 60px;
    cursor: pointer
}

@media screen and (max-width: 999px) {
    .nav-group__hamburger--white {
        -webkit-align-self: flex-end;
        align-self: flex-end
    }
}

@media screen and (max-width: 999px) {
    .nav-group__hamburger--white {
        display: -webkit-flex;
        display: flex
    }
}

.nav-group__title {
    display: none;
    box-sizing: border-box;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
    transition: color 0.1s linear;
    height: 60px;
    min-height: 60px;
    cursor: pointer;
    text-transform: capitalize
}

@media screen and (min-width: 1000px) {
    .nav-group__title {
        font-size: 15px;
        line-height: 16px;
        font-weight: 700;
        color: #2d2d2d
    }

    .nav-group__title:first-of-type {
        display: -webkit-flex;
        display: flex
    }
}

@media screen and (max-width: 999px) {
    .nav-group__title {
        font-size: 16px;
        line-height: 19px;
        font-weight: 700;
        color: #2d2d2d;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        padding-left: 30px
    }
}

@media screen and (max-width: 767px) {
    .nav-group__title {
        font-size: 16px;
        line-height: 19px;
        font-weight: 700;
        color: #2d2d2d
    }
}

.nav-group__title__icon {
    background-repeat: no-repeat;
    background-position: right 70%;
    display: -webkit-inline-flex;
    display: inline-flex;
    transition: all 0.17s cubic-bezier(0.4, 0, 1, 1);
    width: 16px;
    height: 16px
}

.nav-group__title__icon:empty {
    background-repeat: no-repeat;
    background-position: right 70%;
    display: -webkit-inline-flex;
    display: inline-flex;
    transition: all 0.17s cubic-bezier(0.4, 0, 1, 1);
    width: 16px;
    height: 16px
}

.nav-group__title__icon--open {
    -webkit-transform-origin: 64% 60%;
    transform-origin: 64% 60%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}


.nav-group__title__icon--open:empty {
    -webkit-transform-origin: 64% 60%;
    transform-origin: 64% 60%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}


.nav-group__title__url {
    display: none
}

@media screen and (max-width: 999px) {
    .nav-group__title__url {
        font-size: inherit;
        line-height: inherit;
        font-weight: inherit;
        color: inherit;
        display: -webkit-flex;
        display: flex;
        text-decoration: none
    }
}

.nav-group__items {
    display: none;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    z-index: 1
}

@media screen and (min-width: 1000px) {
    .nav-group__items:not(:first-of-type) {
        display: none
    }
}

@media (max-width: 1230px) and (min-width: 1000px) {
    .nav-group__items {
        position: relative;
        margin-left: 20px;
        margin-right: -20px
    }
}

@media screen and (max-width: 999px) {
    .nav-group__items {
        box-shadow: initial;
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }

    .nav-group__items[data-open='false'] {
        max-height: 0;
        transition: max-height 0.3s linear, font-size 0.3s linear;
        visibility: hidden
    }
}

@media screen and (max-width: 999px) and (-ms-high-contrast: active),
screen and (max-width: 999px) and (-ms-high-contrast: none) {
    .nav-group__items[data-open='false'] {
        height: 0
    }
}

@media screen and (max-width: 999px) {
    .nav-group__items[data-open='false'] .nav-group__item__link {
        font-size: 0
    }

    .nav-group__items[data-open='true'] {
        max-height: auto
    }
}

@media screen and (max-width: 999px) and (-ms-high-contrast: active),
screen and (max-width: 999px) and (-ms-high-contrast: none) {
    .nav-group__items[data-open='true'] {
        height: auto
    }
}

.nav-group__item {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #797979;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    transition: opacity 0.3s linear;
    text-transform: capitalize
}

@media screen and (max-width: 999px) {
    .nav-group__item {
        font-size: 16px
    }
}

.nav-group__item:hover {
    background-color: #f5f5f5
}

@media screen and (min-width: 1000px) {
    .nav-group__item {
        height: 40px;
        text-transform: capitalize
    }
}

@media screen and (max-width: 999px) {
    .nav-group__item {
        height: 60px;
        min-height: 60px
    }
}

.nav-group__item--more {
    cursor: pointer;
    background-color: #f0f1f2;
    -webkit-align-items: center;
    align-items: center;
    color: #1789d5;
    margin-bottom: 0
}

@media screen and (max-width: 999px) {
    .nav-group__item--more {
        display: none
    }
}

.nav-group__item__link {
    display: inherit;
    -webkit-align-items: center;
    align-items: center;
    text-decoration: none;
    padding-left: 20px;
    min-height: 40px;
    width: 100%;
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: #797979
}

@media screen and (max-width: 999px) {
    .nav-group__item__link {
        text-transform: capitalize;
        padding-left: 50px;
        box-sizing: border-box
    }
}

.nav-group__item__link--more {
    width: initial
}

@media screen and (min-width: 1000px) {
    .nav-group__item__link--more {
        position: relative;
        margin-right: 20px
    }
}

@media screen and (max-width: 999px) {
    .nav-group__item__link--more {
        display: block;
        width: 100%;
        background-image: url("3b2eb71c573f0b4a41cf6192f792ea4f30ebf68a.png");
        background-repeat: no-repeat;
        background-position: center left 44px
    }
}

.nav-group__item__more {
    color: #ff4a64
}

@media screen and (min-width: 1000px) {
    .nav-group__item.active .nav-group__item__link {
        color: #2d2d2d
    }
}

@media screen and (max-width: 999px) {
    .nav-group__item.active {
        font-weight: 700
    }
}

.nav-group__separator:empty {
    display: none
}

@media screen and (max-width: 999px) {
    .nav-group__separator:empty {
        width: 75%;
        height: 2px;
        border-bottom: 1px solid #d5d5d5;
        padding: 0;
        margin: 18px 20px 18px 30px
    }
}

.nav-group--open {
    min-height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    background-color: #fff;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
    margin-left: 20px
}

@media screen and (max-width: 999px) {
    .nav-group--open {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        -webkit-animation: openMenuMobile 0.2s;
        animation: openMenuMobile 0.2s;
        -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        right: 0;
        top: 0
    }

    .nav-group--open .nav-group__title {
        display: -webkit-flex;
        display: flex
    }

    .nav-group--open .nav-group__items {
        display: -webkit-flex;
        display: flex
    }

    .nav-group--open .nav-group__separator:empty {
        display: -webkit-flex;
        display: flex
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .nav-group--open {
        min-height: auto
    }
}

header {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center
}

.header {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 60px;
    background-color: rgba(0, 0, 0, 0);
    position: static;
    box-sizing: border-box;
    -webkit-flex-direction: column;
    flex-direction: column;
    left: 0;
    top: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom-color: #d5d5d5;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    transition: background-color .2s ease-in-out, border .2s ease-in-out, position .2s linear
}

@media screen and (max-width: 999px) {
    .header {
        padding: 0 15px
    }
}

.header__content {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    height: 60px;
    color: white;
    margin: 0;
    padding: 0 15px
}

@media screen and (max-width: 999px) {
    .header__content {
        margin: 0;
        padding: 0
    }
}

.header__content__left,
.header__content__right {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.header__content__right {
    position: relative;
    -webkit-align-self: center;
    align-self: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    width: 100%;
    height: 100%
}

@media screen and (max-width: 999px) {
    .header__content__right {
        position: initial;
        min-width: 20px;
        height: 60px
    }
}

.header__content__right .navmenu {
    display: none
}

@media screen and (min-width: 1000px) {
    .header__content__right .navmenu {
        display: -webkit-flex;
        display: flex;
        position: relative;
        margin-right: 35px;
        z-index: 15
    }

    .header__content__right .navmenu:last-of-type {
        margin-right: 0
    }

    .header__content__right .navmenu__display-name {
        transition: 0.3s linear;
        font-size: 15px;
        line-height: normal;
        font-weight: bold;
        color: #2d2d2d
    }

    .header__content__right .navmenu__icon {
        margin: 7px 0 0 6px
    }

    .header__content__right .navmenu:hover .navmenu__display-name {
        color: #ff4a64
    }

    .header__content__right .navmenu__items {
        right: 0
    }
}

.header__content__right .nav-group {
    position: relative;
    z-index: 2
}

@media screen and (max-width: 999px) {
    .header__content__right .nav-group {
        display: -webkit-flex;
        display: flex;
        right: 0
    }
}

@media screen and (min-width: 1000px) {
    .header__content__right .nav-group .blog-link__mobile {
        display: none
    }
}

@media screen and (min-width: 1000px) {
    .header__content__right .nav-group.nav-group-single-vertical {
        display: none
    }
}

.header__content__right .nav-group__items {
    position: absolute;
    margin: 0;
    right: 0;
    top: 60px;
    width: 185px
}

@media screen and (max-width: 999px) {
    .header__content__right .nav-group__items {
        top: 0
    }
}

@media screen and (min-width: 1000px) {
    .header__content__right .nav-group__title {
        margin-left: 40px
    }

    .header__content__right .nav-group__title:hover {
        color: #ff4a64
    }
}

.header__content__right .nav-group--open {
    position: fixed;
    overflow-y: scroll;
    height: 100%;
    min-width: 200px;
    z-index: 25;
    max-width: 253px;
    width: 100%
}

@media screen and (max-width: 999px) {
    .header__content__right .nav-group--open .nav-group__items {
        position: relative;
        margin: 0;
        width: 100%;
        overflow-y: auto
    }
}

@media screen and (max-width: 999px) {
    .header__content__right .nav-group--open .header__blog-link {
        display: block;
        padding-left: 30px;
        margin: 20px 0;
        font-size: 16px;
        line-height: normal;
        font-weight: 400;
        color: #2d2d2d
    }

    .header__content__right .nav-group--open .header__blog-link:hover {
        color: #ff4a64
    }
}

@media screen and (max-width: 999px) {
    .header__content__right .nav-group--open .header__deals-link {
        display: block;
        text-decoration: none;
        padding-left: 30px;
        margin: 20px 0;
        font-size: 16px;
        line-height: normal;
        font-weight: 700;
        color: #2d2d2d
    }

    .header__content__right .nav-group--open .header__deals-link:after {
        content: ' ';
        background-size: 13px 13px;
        background-repeat: no-repeat;
        background-position: center left;
        display: inline-block;
        margin-left: 5px;
        width: 13px;
        height: 13px
    }
}

.header__content__right .nav-group--open .nav-group__hamburger--white {
    display: none
}

.header__logo {
    opacity: 1;
    display: -webkit-flex;
    display: flex;
    transition: opacity .3s linear
}

.header__logo--hover {
    opacity: 0;
    display: none;
    width: 133px;
    height: 36px;
    transition: opacity .3s linear
}

.header__logo__link {
    text-decoration: none;
    border: 0;
    outline: 0
}

.header__logo__link.anchor-no-link {
    pointer-events: none;
    cursor: default
}

.header__logo--normal {
    width: 133px
}

.header__logo--business {
    height: 43px;
    margin-top: 8px
}

.header__blog-link {
    font-size: 15px;
    line-height: normal;
    font-weight: 400;
    color: #2d2d2d;
    text-decoration: none;
    margin-left: 40px
}

.header__blog-link:hover {
    color: #ff4a64
}

@media screen and (max-width: 999px) {
    .header__blog-link {
        display: none
    }
}

.header__deals-link {
    display: none
}

.header__second-row {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    max-height: 30px;
    color: #797979;
    max-width: 1200px;
    padding: 0 15px
}

.header__second-row__hide {
    display: none
}

@media screen and (max-width: 999px) {
    .header__second-row {
        padding: 0
    }
}

.header__second-row__left {
    display: -webkit-flex;
    display: flex
}

@media screen and (max-width: 767px) {
    .header__second-row__left {
        width: 100%;
        overflow-x: scroll;
        margin-bottom: -1px
    }

    .header__second-row__left::-webkit-scrollbar {
        display: none
    }

    .header__second-row__left[data-navmenu-open='true'] {
        overflow-x: initial;
        overflow-y: visible
    }

    .header__second-row__left[data-navmenu-open='true']:before {
        width: 100px;
        height: 24px;
        content: '';
        display: -webkit-flex;
        display: flex;
        right: 0;
        position: absolute;
        color: white;
        pointer-events: none;
        width: 15px;
        right: auto;
        left: 0;
        background-color: #ffffff;
        z-index: 1
    }
}

.header__second-row__left:last-child {
    margin-right: 0;
    background-color: red
}

.header__second-row__left .navmenu:last-of-type {
    margin-right: 0;
    background-color: blue
}

.header__second-row__left .navmenu__items {
    left: 0
}

@media screen and (max-width: 767px) {
    .header__second-row__left:after {
        width: 100px;
        height: 24px;
        content: '';
        display: -webkit-flex;
        display: flex;
        right: 0;
        position: absolute;
        color: white;
        pointer-events: none
    }

    .header__second-row__left[data-menu-display-type='subVertical']:after {
        background-image: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%)
    }
}

.header__second-row__right {
    display: -webkit-flex;
    display: flex;
    margin-left: 80px
}

@media screen and (max-width: 999px) {
    .header__second-row__right {
        display: none
    }
}

.header__second-row__right .navmenu {
    margin: 0 0 -1px 40px
}

.header__second-row__right .navmenu:first-of-type {
    margin-left: 0
}

.header__second-row__right .navmenu__items {
    right: 0
}

.header__second-row .navmenu,
.header__second-row .breadcrumb {
    height: 30px
}

.mobile--dd-space-element {
    display: none
}

.navmenu {
    display: -webkit-flex;
    display: flex;
    margin-right: 40px;
    position: relative
}

@media screen and (min-width: 768px) {
    .navmenu[data-hide-on-desktop=true] {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .navmenu {
        position: initial
    }
}

.navmenu__bottom {
    width: auto;
    border-bottom: 1px solid #ff4a64;
    margin-bottom: -1px
}

@media screen and (max-width: 767px) {
    .navmenu__bottom {
        margin-bottom: 0
    }
}

.navmenu__default {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #797979;
    display: -webkit-flex;
    display: flex;
    text-decoration: none;
    border: none;
    cursor: pointer;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    transition: all 300ms ease;
    position: relative
}

@media screen and (max-width: 767px) {
    .navmenu__default {
        font-size: 16px
    }
}

.navmenu__default:hover {
    color: #ff4a64
}

.navmenu__icon {
    background-size: 8px 5px;
    display: -webkit-inline-flex;
    display: inline-flex;
    width: 8px;
    height: 8px;
    margin: 10px 0 0 6px;
    transition: all 200ms ease
}

.navmenu__icon__selected {
    color: #ff4a64
}

.navmenu__icon__rotate {
    background-size: 8px 5px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.navmenu:hover .navmenu__icon {
    background-size: 8px 5px
}

.navmenu__items {
    list-style: none;
    margin: 0;
    top: 30px;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 180px;
    max-height: 280px;
    overflow-y: scroll;
    overflow-x: hidden;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
    border-top: solid 1px transparent;
    position: absolute;
    z-index: 15;
    transition: opacity 0.3s linear, -webkit-transform 0.2s;
    transition: opacity 0.3s linear, transform 0.2s;
    transition: opacity 0.3s linear, transform 0.2s, -webkit-transform 0.2s
}

.navmenu__items.os-host {
    position: absolute
}

.navmenu__items__hidescroll {
    overflow: hidden;
    max-height: none
}

.navmenu__items[data-navmenu-open='false'] {
    display: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%)
}

.navmenu__items[data-navmenu-open='true'] {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

@media screen and (max-width: 767px) {
    .navmenu__items[data-navmenu-open='true'] {
        top: 100%
    }
}

@media screen and (max-width: 767px) {
    .navmenu__items>[data-hide-on-mobile=true] {
        display: none
    }
}

.navmenu__item {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    background-color: white;
    min-height: 40px;
    list-style-type: none;
    cursor: pointer;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #797979
}

.navmenu__item--active {
    color: #2d2d2d
}

.navmenu__item[data-dropdown-selected='true'] {
    color: #ff4a64
}

.navmenu__item:hover {
    background-color: #f0f1f2
}

.related-articles {
    display: -webkit-flex;
    display: flex;
    background-color: #f5f5f5;
    box-sizing: border-box;
    margin-bottom: 10px
}

@media screen and (min-width: 1000px) {
    .related-articles {
        -webkit-flex-direction: column;
        flex-direction: column;
        padding: 30px;
        width: 100%
    }
}

@media screen and (max-width: 999px) {
    .related-articles {
        width: 100%;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        background-color: #f5f5f5;
        padding: 35px 15px 30px 15px
    }
}

@media screen and (max-width: 767px) {
    .related-articles {
        padding: 35px 15px
    }
}

.related-articles--minimal-design {
    background-color: transparent
}

.related-articles__header {
    display: -webkit-flex;
    display: flex;
    width: 100%
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .related-articles__header {
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center
    }
}

.related-articles__header__title {
    display: -webkit-flex;
    display: flex;
    margin: 0 0 30px 0;
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #2d2d2d
}

@media screen and (max-width: 999px) {
    .related-articles__header__title {
        margin: 0
    }
}

@media screen and (max-width: 767px) {
    .related-articles__header__title {
        font-size: 20px
    }
}

.related-articles__header__link {
    display: none;
    transition: color 0.3s linear
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .related-articles__header__link {
        display: -webkit-flex;
        display: flex;
        width: auto;
        text-decoration: none;
        white-space: nowrap;
        font-size: 14px;
        line-height: 19px;
        font-weight: 600;
        color: #1789d5
    }
}

.related-articles__header__link:hover {
    color: #1564bf
}

.related-articles__read-all {
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    color: #1789d5;
    margin-top: 30px;
    display: -webkit-flex;
    display: flex;
    text-decoration: none;
    transition: color 0.3s linear
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .related-articles__read-all {
        display: none;
        margin: 0
    }
}

@media screen and (max-width: 767px) {
    .related-articles__read-all {
        font-size: 16px;
        line-height: 19px;
        font-weight: 600;
        margin-top: 30px
    }
}

.related-articles__read-all:hover {
    color: #1564bf
}

.related-articles__items {
    display: -webkit-flex;
    display: flex
}

@media screen and (min-width: 1000px) {
    .related-articles__items {
        -webkit-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .related-articles__items {
        display: block;
        width: 100%;
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-width: 33%;
        column-width: 33%;
        -webkit-column-gap: 30px;
        column-gap: 30px;
        margin-top: 30px
    }
}

@media screen and (max-width: 767px) {
    .related-articles__items {
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%
    }
}

.related-articles__item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    text-decoration: none
}

@media screen and (min-width: 1000px) {
    .related-articles__item {
        margin-top: 30px;
        -webkit-align-items: flex-start;
        align-items: flex-start
    }

    .related-articles__item:first-of-type {
        margin-top: 0
    }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .related-articles__item {
        display: block;
        height: 100%
    }
}

@media screen and (max-width: 767px) {
    .related-articles__item {
        -webkit-align-items: flex-start;
        align-items: flex-start;
        width: 100%;
        margin-top: 30px
    }
}

.related-articles__item__image {
    display: -webkit-flex;
    display: flex;
    min-width: 75px;
    box-sizing: border-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 75px;
    height: 75px
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .related-articles__item__image {
        width: 100%;
        height: auto;
        min-height: 128px;
        max-height: 300px;
        border-bottom: 2px solid #ff4a64;
        display: inline-block
    }
}

.related-articles__item__text-section {
    margin: 0 0 0 10px
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .related-articles__item__text-section {
        margin: 7px 0 0 0
    }
}

@media screen and (max-width: 767px) {
    .related-articles__item__text-section {
        margin: 0 0 0 20px
    }
}

.related-articles__item__title {
    display: -webkit-flex;
    display: flex;
    margin-top: -4px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #2d2d2d
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .related-articles__item__title {
        margin: 0
    }
}

@media screen and (max-width: 999px) {
    .related-articles__item__title {
        width: 100%;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    .related-articles__item__title {
        font-size: 16px;
        line-height: 22px;
        font-weight: 400
    }
}

.related-articles__item__link {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #797979;
    transition: color 0.3s linear;
    text-decoration: none;
    margin-top: 5px
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .related-articles__item__link {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .related-articles__item__link {
        font-size: 14px
    }
}

.related-articles__item:hover .related-articles__item__link {
    color: #2d2d2d
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .related-articles__item__title {
        display: block
    }
}

.vertical-disc__container {
    margin-top: 40px;
    margin-bottom: 24px;
    padding-top: 24px
}

.vertical-disc__container+* {
    margin-top: 0
}

.vertical-disc__container.bordered {
    border-top: 1px solid #d5d5d5
}

.vertical-disc__text {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    color: #2d2d2d;
    max-width: 100%
}

.vertical-disc__text p {
    margin: 0
}

.vertical-disc__text a {
    font-weight: 600;
    color: #1789d5;
    text-decoration: none;
    transition: color 0.3s linear
}

.vertical-disc__text a:hover {
    color: #1564bf
}

.product-ribbon {
    box-sizing: border-box;
    position: absolute;
    right: 0;
    pointer-events: none
}

.product-ribbon__text {
    box-sizing: border-box;
    padding: 5px 8px;
    overflow: hidden;
    white-space: normal;
    display: inline-block;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    color: #fff
}

.product-ribbon__text:before {
    content: '';
    border-style: solid;
    width: 0;
    height: 0;
    line-height: 0;
    position: absolute;
    top: -4px;
    border-width: 4px 0 0 7px
}

.product-ribbon[data-mobile-relative] {
    position: relative;
    height: 20px
}

@media screen and (min-width: 768px) {
    .product-ribbon[data-mobile-relative] {
        display: none
    }
}

.product-ribbon[data-mobile-relative] .product-ribbon__text {
    padding: 1px 5px 3px 5px;
    line-height: 16px
}

.product-ribbon[data-mobile-relative] .product-ribbon__text:before {
    display: none
}

.product-ribbon[data-animation='enter-ribbon'] {
    opacity: 0;
    -webkit-animation: enterRibbon 0.5s forwards 1s;
    animation: enterRibbon 0.5s forwards 1s
}

.product-ribbon[data-color='primary'] .product-ribbon__text {
    background-color: #035d4c
}

.product-ribbon[data-color='primary'] .product-ribbon__text:before {
    border-color: transparent transparent transparent #053d33
}

.product-ribbon[data-color='secondary'] .product-ribbon__text {
    background-color: #09a789
}

.product-ribbon[data-color='secondary'] .product-ribbon__text:before {
    border-color: transparent transparent transparent #02826a
}

.product-ribbon[data-arrow='right'] {
    right: -7px;
    top: 15px
}

.product-ribbon[data-arrow='right'] .product-ribbon__text:before {
    right: 0
}

@media screen and (max-width: 767px) {
    .product-ribbon[data-arrow='right'] {
        top: 14px
    }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .product-ribbon[data-arrow='right'] {
        text-align: right
    }
}

@media screen and (max-width: 400px) {
    .product-ribbon[data-arrow='right'] {
        top: 10px;
        max-width: 124px
    }

    .product-ribbon[data-arrow='right'] .product-ribbon__text {
        line-height: 16px
    }
}

.product-ribbon[data-arrow='left'] {
    text-align: left;
    left: -7px;
    top: 8px;
    z-index: 1
}

.product-ribbon[data-arrow='left'][data-location='top-3-products'] {
    top: -9px
}

@media screen and (max-width: 999px) {
    .product-ribbon[data-arrow='left'][data-location='top-3-products'] {
        top: -6px
    }
}

@media screen and (max-width: 767px) {
    .product-ribbon[data-arrow='left'][data-location='top-3-products'] {
        display: none
    }
}

.product-ribbon[data-arrow='left'] .product-ribbon__text:before {
    left: 0;
    border-width: 4px 7px 0 0
}

.product-ribbon[data-arrow='left'][data-color='primary'] .product-ribbon__text:before {
    border-color: transparent #053d33 transparent transparent
}

.product-ribbon[data-arrow='left'][data-color='secondary'] .product-ribbon__text:before {
    border-color: transparent #02826a transparent transparent
}

[data-role='chart-body']:not([data-cross-chart='true']) .product-ribbon[data-thumb-icon='true'] .product-ribbon__text {
    padding-left: 31px;
    background-repeat: no-repeat;
    background-position: 7px center;
    background-size: 18px 15px
}

@media screen and (max-width: 767px) {
    [data-role='chart-body']:not([data-cross-chart='true']) .product-ribbon[data-thumb-icon='true'] .product-ribbon__text {
        padding-left: 23px;
        background-size: 13px 12px
    }
}

@-webkit-keyframes enterRibbon {
    from {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes enterRibbon {
    from {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

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

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

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

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

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

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

@-webkit-keyframes score-close-button-appear {
    0% {
        -webkit-transform: scale(0) translate(50%, -50%);
        transform: scale(0) translate(50%, -50%);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(1) translate(50%, -50%);
        transform: scale(1) translate(50%, -50%);
        opacity: 1
    }
}

@keyframes score-close-button-appear {
    0% {
        -webkit-transform: scale(0) translate(50%, -50%);
        transform: scale(0) translate(50%, -50%);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(1) translate(50%, -50%);
        transform: scale(1) translate(50%, -50%);
        opacity: 1
    }
}

@-webkit-keyframes fade-in-out-tooltip {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30%);
        transform: translateY(30%);
        visibility: visible
    }

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

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

    100% {
        opacity: 0
    }
}

@keyframes fade-in-out-tooltip {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30%);
        transform: translateY(30%);
        visibility: visible
    }

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

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

    100% {
        opacity: 0
    }
}

@-webkit-keyframes dt-qmark-tooltip-scale-in {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes dt-qmark-tooltip-scale-in {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes dt-qmark-tooltip-scale-out {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes dt-qmark-tooltip-scale-out {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@-webkit-keyframes dt-tooltip-appear {
    from {
        opacity: 0
    }

    to {
        opacity: 1;
        visibility: visible;
        max-height: 16px
    }
}

@keyframes dt-tooltip-appear {
    from {
        opacity: 0
    }

    to {
        opacity: 1;
        visibility: visible;
        max-height: 16px
    }
}

@-webkit-keyframes dt-tooltip-disappear {
    from {
        opacity: 1;
        visibility: visible;
        max-height: 16px
    }

    to {
        opacity: 0;
        visibility: hidden;
        max-height: 0
    }
}

@keyframes dt-tooltip-disappear {
    from {
        opacity: 1;
        visibility: visible;
        max-height: 16px
    }

    to {
        opacity: 0;
        visibility: hidden;
        max-height: 0
    }
}

.top3-products {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    max-width: 1170px;
    width: 100%;
    background-color: #f5f5f5;
    display: block;
    padding: 0;
    margin: 0 15px 15px;
    margin-bottom: 20px;
    position: relative
}

.top3-products .product-score {
    -webkit-align-self: flex-end;
    align-self: flex-end;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    margin-bottom: 0
}

.top3-products .product-score * {
    box-sizing: border-box
}

.top3-products .product-score__text {
    margin-right: 6px;
    text-transform: capitalize;
    text-align: end;
    width: 100px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #1564bf
}

@media screen and (max-width: 767px) {
    .top3-products .product-score__text {
        font-size: 14px;
        margin-right: 5px;
        width: initial;
        line-height: 15px
    }
}

@media screen and (max-width: 374px) {
    .top3-products .product-score__text {
        display: none
    }
}

.top3-products .product-score__number {
    padding-bottom: 2px;
    box-sizing: border-box;
    background-color: #1564bf;
    border-radius: 4px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 35px;
    height: 25px;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    color: #fff
}

@media screen and (max-width: 767px) {
    .top3-products .product-score:not(.real-score):not(.display-wording) .product-score__text {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .top3-products .product-score {
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0;
        -webkit-align-self: center;
        align-self: center
    }

    .top3-products .product-score:not(.visible) .real-score__card {
        display: none
    }

    .top3-products .product-score .product-score__number {
        border-radius: 4px;
        font-size: 22px;
        padding-bottom: 0;
        letter-spacing: -0.2px;
        width: 40px;
        height: 28px
    }
}

.top3-products .real-score {
    height: 30px;
    margin-bottom: 20px;
    transition: height 0.3s ease;
    position: relative;
    cursor: default
}

.top3-products .real-score .product-score__number {
    font-size: 22px;
    transition: -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 40px;
    height: 30px
}

.top3-products .real-score .product-score__text {
    font-size: 16px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    transition: opacity 0.24s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.24s ease, transform 0.3s ease;
    transition: opacity 0.24s ease, transform 0.3s ease, -webkit-transform 0.3s ease
}

@media screen and (max-width: 767px) {
    .top3-products .real-score .product-score__text {
        font-size: 14px
    }
}

.top3-products .real-score .product-score__mobile-tooltip {
    box-sizing: border-box;
    position: absolute;
    background-color: white;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    z-index: 1;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 3px 7px;
    bottom: calc(100% + 6px);
    visibility: hidden;
    right: -10px;
    opacity: 0;
    transition: opacity 0.3s ease-in;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: #2d2d2d;
    width: 110px;
    height: 32px
}

.top3-products .real-score .product-score__mobile-tooltip>div {
    width: 100%
}

.top3-products .real-score .product-score__mobile-tooltip:after,
.top3-products .real-score .product-score__mobile-tooltip:before {
    left: 0;
    right: -52px;
    top: auto;
    bottom: -10px;
    margin: auto;
    border: solid transparent;
    content: ' ';
    position: absolute;
    pointer-events: none;
    z-index: 2;
    width: 0;
    height: 0
}

.top3-products .real-score .product-score__mobile-tooltip:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: white;
    border-width: 5px
}

.top3-products .real-score .product-score__mobile-tooltip:before {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #e2e2e2;
    border-width: 5px;
    bottom: -11px
}

.top3-products .real-score .product-score__mobile-tooltip.fade-tooltip {
    -webkit-animation: fade-in-out-tooltip ease-in forwards;
    animation: fade-in-out-tooltip ease-in forwards;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 7.6s;
    animation-duration: 7.6s
}

.top3-products .real-score .product-score__desktop-tooltip-v1 {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    white-space: nowrap;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #797979
}

.top3-products .real-score .product-score__desktop-tooltip-v1-wrapper {
    position: relative;
    display: block;
    height: 16px;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-animation-name: dt-tooltip-appear, dt-tooltip-disappear;
    animation-name: dt-tooltip-appear, dt-tooltip-disappear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2s, 12s;
    animation-delay: 2s, 12s;
    -webkit-animation-duration: 300ms, 300ms;
    animation-duration: 300ms, 300ms
}

.top3-products .real-score .product-score__desktop-tooltip-v1:after {
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    width: 7px;
    height: 7px;
    display: inline-block;
    margin-left: 3px
}

.top3-products .real-score .product-score__desktop-tooltip-v2 {
    width: 15px;
    height: 15px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    color: #1564bf;
    position: absolute;
    top: -7.5px;
    right: -7.5px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #e7eff8;
    border-radius: 50%;
    padding-bottom: 1px;
    opacity: 0;
    -webkit-animation-name: dt-qmark-tooltip-scale-in, dt-qmark-tooltip-scale-out;
    animation-name: dt-qmark-tooltip-scale-in, dt-qmark-tooltip-scale-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2s, 12s;
    animation-delay: 2s, 12s;
    -webkit-animation-duration: 300ms, 300ms;
    animation-duration: 300ms, 300ms
}

.top3-products .real-score .product-score__desktop-tooltip-v2:after {
    content: '?'
}

.top3-products .real-score .product-score__desktop-tooltip-v4 {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    white-space: nowrap;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #797979
}

.top3-products .real-score .product-score__desktop-tooltip-v4-wrapper {
    position: relative;
    display: block;
    height: 16px;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-animation-name: dt-tooltip-disappear;
    animation-name: dt-tooltip-disappear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms
}

.top3-products .real-score .product-score__desktop-tooltip-v4:after {
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    width: 7px;
    height: 7px;
    display: inline-block;
    margin-left: 3px
}

.top3-products .real-score__card {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 0;
    right: -10px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    z-index: 2;
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 235px;
    height: auto
}

@media screen and (min-width: 1200px) {
    .top3-products .real-score__card {
        transition: all 0.3s ease
    }
}

.top3-products .real-score__card__close-button {
    display: none
}

.top3-products .real-score__card__header {
    display: none
}

.top3-products .real-score__card__cta {
    display: none
}

.top3-products .real-score__card__items {
    list-style: none;
    padding: 0;
    margin: 0
}

.top3-products .real-score__card__item {
    display: -webkit-flex;
    display: flex;
    padding: 14px 10px 12px;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@media screen and (min-width: 1200px) {
    .top3-products .real-score__card__item:nth-child(even) {
        background-color: #f5f5f5
    }

    .top3-products .real-score__card__item:nth-of-type(1) {
        -webkit-animation-delay: .1s;
        animation-delay: .1s
    }

    .top3-products .real-score__card__item:nth-of-type(2) {
        -webkit-animation-delay: .2s;
        animation-delay: .2s
    }

    .top3-products .real-score__card__item:nth-of-type(3) {
        -webkit-animation-delay: .3s;
        animation-delay: .3s
    }

    .top3-products .real-score__card__item:nth-of-type(4) {
        -webkit-animation-delay: .4s;
        animation-delay: .4s
    }
}

.top3-products .real-score__card__item:not(.enhanced) {
    -webkit-align-items: center;
    align-items: center
}

.top3-products .real-score__card__icon {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-right: 5px;
    width: 17px;
    height: 17px
}

.top3-products .real-score__card__info {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-right: 10px;
    width: 100%
}

.top3-products .real-score__card__info--title {
    font-size: 14px;
    line-height: 15px;
    font-weight: 600;
    color: #1564bf
}

.top3-products .real-score__card__info--highlight {
    margin-top: 3px;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: #2d2d2d
}

.top3-products .real-score__card__info--highlight span {
    font-weight: 600
}

.top3-products .real-score__card__info--highlight span:last-child:before,
.top3-products .real-score__card__info--highlight span:first-child:after {
    content: ' '
}

@media screen and (max-width: 1200px) {
    .top3-products .real-score__card__info--highlight {
        font-size: 14px;
        line-height: 18px
    }
}

.top3-products .real-score__card__score {
    background-color: #1564bf;
    margin-left: auto;
    border-radius: 4px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #fff;
    width: 25px;
    height: 16px
}

.top3-products .real-score__card__score.blank {
    padding-bottom: 2px
}

.top3-products .real-score__card__link {
    text-decoration: none;
    -webkit-align-self: center;
    align-self: center;
    margin-left: auto;
    padding: 7px 5px 7px 0;
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    transition: color 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: #797979
}

@media screen and (min-width: 1200px) {
    .top3-products .real-score__card__link:hover {
        color: #2d2d2d
    }
}

@media screen and (max-width: 1200px) {
    .top3-products .real-score__card__items {
        background-color: #f5f5f5
    }

    .top3-products .real-score__card__item:nth-of-type(1) {
        -webkit-animation-delay: .125s;
        animation-delay: .125s
    }

    .top3-products .real-score__card__item:nth-of-type(2) {
        -webkit-animation-delay: .1875s;
        animation-delay: .1875s
    }

    .top3-products .real-score__card__item:nth-of-type(3) {
        -webkit-animation-delay: .25s;
        animation-delay: .25s
    }

    .top3-products .real-score__card__item:nth-of-type(4) {
        -webkit-animation-delay: .3125s;
        animation-delay: .3125s
    }

    .top3-products .real-score__card__close-button {
        border: 0;
        position: absolute;
        z-index: 22;
        top: 0;
        right: 0;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        background-color: white;
        opacity: 0;
        -webkit-animation-delay: .5s;
        animation-delay: .5s;
        border-radius: 50%;
        -webkit-transform: scale(0) translate(50%, -50%);
        transform: scale(0) translate(50%, -50%);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
        padding: 2px 4px;
        width: 40px;
        height: 40px;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-duration: 0.2s;
        animation-duration: 0.2s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1
    }

    .top3-products .real-score__card__close-button--svg {
        fill: #1564bf;
        width: 13px;
        height: 13px
    }

    .top3-products .real-score__card__header {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0;
        border-radius: 10px 10px 0 0;
        text-decoration: none;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-duration: 0.2s;
        animation-duration: 0.2s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1
    }

    .top3-products .real-score__card__cta {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        padding: 15px;
        background-color: white;
        opacity: 0;
        -webkit-animation-delay: .375s;
        animation-delay: .375s;
        border-radius: 0 0 10px 10px;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-duration: 0.2s;
        animation-duration: 0.2s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1
    }

    .top3-products .real-score__card__cta .cta-button {
        box-sizing: border-box;
        min-height: 42px;
        display: -webkit-inline-flex;
        display: inline-flex;
        text-decoration: none;
        display: inline-flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        text-decoration: none;
        height: 42px;
        background-color: #ff4a64;
        width: 100%;
        max-width: 220px;
        text-align: center;
        vertical-align: center;
        border-radius: 4px;
        font-size: 16px;
        line-height: 22px;
        font-weight: 700;
        color: #fff;
        transition: all 300ms ease
    }

    .top3-products .real-score__card__cta .cta-button.disabled {
        background-color: #d5d5d5;
        cursor: default;
        pointer-events: none
    }

    .top3-products .real-score__card__cta .cta-button:hover {
        background-color: #bc284b;
        transition: all 300ms ease;
        color: #ffffff
    }

    .top3-products .real-score__card__cta .cta-button--arrow:after {
        content: ' ';
        display: -webkit-inline-flex;
        display: inline-flex;
        width: 11px;
        height: 11px;
        font-size: 11px;
        line-height: 32px;
        margin-left: -6px;
        margin-top: 4px;
        position: relative;
        z-index: 0;
        opacity: 0;
        transition: all 300ms ease
    }

    .top3-products .real-score__card__cta .cta-button--arrow:hover:after {
        position: relative;
        -webkit-animation-direction: normal;
        animation-direction: normal;
        margin-left: 6px;
        opacity: 1;
        transition: all 300ms ease
    }

    .top3-products .real-score__card__cta .cta-button.cta-yellow {
        background-color: #ffb401;
        color: #2d2d2d
    }

    .top3-products .real-score__card__cta .cta-button.cta-yellow:hover {
        background-color: #e59b1b;
        color: #2d2d2d
    }
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
    .top3-products .real-score__card__cta .cta-button {
        font-size: 16px;
        line-height: 22px;
        font-weight: 700;
        color: #fff;
        width: 141px;
        height: 42px
    }

    .top3-products .real-score__card__cta .cta-button:after {
        content: '';
        display: -webkit-inline-flex;
        display: inline-flex;
        background-size: 13px 13px;
        width: 0;
        height: 13px;
        font-size: 13px;
        opacity: 0;
        transition: all 0.3s ease;
        padding-left: 6px;
        margin-left: -6px
    }


    .top3-products .real-score__card__cta .cta-button:hover:after {
        margin-left: 6px;
        width: 13px;
        opacity: 1
    }
}

@media screen and (max-width: 1200px) {
    .top3-products .real-score__card__cta .cta-button:after {
        content: '';
        display: -webkit-inline-flex;
        display: inline-flex;
        background-size: 13px 13px;
        font-size: 13px;
        opacity: 1;
        transition: all 0.3s ease;
        padding-left: 6px;
        margin-left: 6px;
        width: 13px;
        height: 13px
    }


    .top3-products .real-score__card__cta .cta-button {
        max-width: unset;
        width: 100%
    }

    .top3-products .real-score__card__link {
        -webkit-animation-delay: .4375s;
        animation-delay: .4375s
    }
}

@media screen and (min-width: 1200px) {
    .top3-products .real-score.tooltip-animation:hover:before {
        content: ' ';
        position: absolute;
        top: 5px;
        right: -10px;
        background-color: transparent;
        z-index: 1;
        width: 10px;
        height: 39px
    }

    .top3-products .real-score.tooltip-animation:hover .product-score__number {
        -webkit-transform: scale(1.32) translate(-16%, 16%) translateZ(0);
        transform: scale(1.32) translate(-16%, 16%) translateZ(0)
    }

    .top3-products .real-score.tooltip-animation:hover .product-score__text {
        opacity: 0;
        -webkit-transform: translate(50%, 0);
        transform: translate(50%, 0)
    }

    .top3-products .real-score.tooltip-animation:hover .product-score__desktop-tooltip-v2 {
        visibility: hidden
    }

    .top3-products .real-score.tooltip-animation:hover .real-score__card {
        opacity: 1;
        visibility: visible
    }

    .top3-products .real-score.tooltip-animation:hover .real-score__card__item {
        -webkit-animation-name: score-item-appear;
        animation-name: score-item-appear
    }

    .top3-products .real-score.tooltip-animation:hover .real-score__card__link {
        -webkit-animation-name: score-item-appear;
        animation-name: score-item-appear
    }
}

@media screen and (max-width: 767px) {
    .top3-products .real-score {
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0;
        -webkit-align-self: center;
        align-self: center
    }

    .top3-products .real-score:not(.visible) .real-score__card {
        display: none
    }

    .top3-products .real-score .product-score__number {
        border-radius: 4px;
        font-size: 22px;
        padding-bottom: 0;
        letter-spacing: -0.2px;
        width: 40px;
        height: 28px
    }
}

@media screen and (max-width: 1200px) {
    .top3-products .real-score.visible .real-score__card {
        transition: opacity 0.3s ease;
        position: fixed;
        z-index: 26;
        border-radius: 10px;
        top: 50%;
        left: 50%;
        width: 80vw;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 1;
        visibility: visible
    }

    .top3-products .real-score.visible .real-score__card__items {
        padding: 12px 15px
    }

    .top3-products .real-score.visible .real-score__card__item {
        -webkit-animation-name: score-item-appear;
        animation-name: score-item-appear;
        padding: 0;
        background-color: transparent
    }

    .top3-products .real-score.visible .real-score__card__item:not(:last-child) {
        margin-bottom: 20px
    }

    .top3-products .real-score.visible .real-score__card__header {
        padding: 15px;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
        background-color: transparent;
        -webkit-animation-name: score-item-appear;
        animation-name: score-item-appear
    }

    .top3-products .real-score.visible .real-score__card__header .product-score__number {
        padding-bottom: 4px;
        width: 53px;
        height: 40px;
        font-size: 29px;
        line-height: 24px;
        font-weight: 700;
        color: #fff
    }
}

@media screen and (max-width: 1200px) and (max-width: 1200px) {
    .top3-products .real-score.visible .real-score__card .logo__container {
        display: -webkit-inline-flex;
        display: inline-flex;
        overflow: hidden;
        -webkit-align-self: flex-start;
        align-self: flex-start
    }
}

@media screen and (max-width: 1200px) and (max-width: 1200px) and (max-width: 767px) {
    .top3-products .real-score.visible .real-score__card .logo__container {
        margin-left: 10px;
        -webkit-align-self: center;
        align-self: center
    }
}

@media screen and (max-width: 1200px) and (max-width: 1200px) {
    .top3-products .real-score.visible .real-score__card .logo__image {
        display: -webkit-flex;
        display: flex;
        -webkit-align-self: flex-start;
        align-self: flex-start;
        max-width: 130px;
        max-height: 50px
    }
}

@media screen and (max-width: 1200px) and (max-width: 1200px) and (min-width: 1000px) {
    .top3-products .real-score.visible .real-score__card .logo__image--large {
        max-width: 150px;
        max-height: 58px
    }
}

@media screen and (max-width: 1200px) and (max-width: 1200px) and (max-width: 767px) {
    .top3-products .real-score.visible .real-score__card .logo__image {
        -webkit-align-self: center;
        align-self: center
    }
}

@media screen and (max-width: 1200px) and (max-width: 1200px) {
    .top3-products .real-score.visible .real-score__card .logo__container {
        -webkit-align-self: center;
        align-self: center;
        margin: 0
    }
}

@media screen and (max-width: 1200px) {
    .top3-products .real-score.visible .real-score__card__score {
        background-color: rgba(21, 100, 191, 0.1);
        width: 39px;
        height: 32px;
        font-size: 16px;
        line-height: 15px;
        font-weight: 600;
        color: #1564bf
    }

    .top3-products .real-score.visible .real-score__card__close-button {
        -webkit-animation-name: score-close-button-appear;
        animation-name: score-close-button-appear
    }

    .top3-products .real-score.visible .real-score__card__cta {
        -webkit-animation-name: score-item-appear;
        animation-name: score-item-appear
    }

    .top3-products .real-score.visible .real-score__card__link {
        padding: 17px 0;
        margin: 0;
        position: absolute;
        left: 0;
        bottom: -50px;
        -webkit-animation-name: score-item-appear;
        animation-name: score-item-appear
    }

    .top3-products .real-score.visible .real-score__card__link--text {
        background-color: rgba(0, 0, 0, 0.5);
        padding: 5px 9px;
        font-size: 14px;
        line-height: 15px;
        font-weight: 400;
        color: #fff;
        width: 145px;
        height: 25px
    }
}

.top3-products .trophy-score .product-score__number {
    width: 35px;
    height: 25px;
    padding-bottom: 0
}

@media screen and (max-width: 767px) {
    .top3-products .trophy-score .product-score__number {
        width: 55px;
        height: 28px
    }
}

.top3-products .trophy-score .chart-product__trophy {
    width: auto;
    height: auto;
    -webkit-align-self: auto;
    align-self: auto;
    background-color: transparent
}

.top3-products .trophy-score .chart-product__trophy .trophy-icon {
    fill: #ffb401;
    margin-right: 2px
}

@media screen and (max-width: 767px) {
    .top3-products .trophy-score .chart-product__trophy .trophy-icon {
        width: 14px;
        height: 14px;
        margin-right: 3px
    }
}

.top3-products .trophy-score.visible .real-score__card__header .product-score__number {
    width: 80px;
    height: 40px
}

.top3-products .trophy-score.visible .real-score__card__header .chart-product__trophy {
    margin-right: 5px;
    margin-top: 4px
}

.top3-products .trophy-score.visible .real-score__card__header .chart-product__trophy .trophy-icon {
    width: 21px;
    height: 21px
}

@media screen and (max-width: 999px) {
    .top3-products {
        max-width: 100%;
        margin: 0 15px 15px 15px
    }
}

@media screen and (max-width: 767px) {
    .top3-products {
        background-color: white;
        min-width: initial;
        margin-right: 0 !important;
        width: 767px;
        margin-left: 0;
        overflow: hidden
    }
}

@media screen and (max-width: 767px) {
    .top3-products {
        margin-bottom: 18px
    }
}

@media screen and (min-width: 768px) {
    .top3-products__container.os-host-flexbox {
        display: block
    }
}

.top3-products__items {
    display: -webkit-flex;
    display: flex;
    margin: 0 auto;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

@media screen and (min-width: 768px) {
    .top3-products__items {
        padding: 20px 0 15px;
        width: 100%;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (max-width: 767px) {
    .top3-products__items {
        padding-left: 15px;
        padding-top: 10px;
        padding-bottom: 15px
    }
}

.top3-products__title {
    font-size: 14px;
    line-height: 15px;
    font-weight: 700;
    color: #2d2d2d;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-left: 15px;
    padding-bottom: 2px
}

.top3-products__title:after {
    content: attr(data-zipcode);
    color: #ff4a64;
    margin-left: 3px
}

@media screen and (min-width: 768px) {
    .top3-products__title {
        width: 30vw;
        height: 40px;
        position: absolute;
        max-width: 363px
    }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .top3-products__title {
        margin-left: 23px
    }
}

.top3-products__product {
    width: 257px;
    height: 106px;
    position: relative;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
    background-color: white;
    cursor: pointer;
    transition: all 200ms ease-in-out;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px 0;
    box-sizing: border-box
}

@media screen and (min-width: 768px) {
    .top3-products__product {
        width: auto;
        margin: 0
    }
}

@media screen and (max-width: 999px) {
    .top3-products__product {
        height: 126px;
        padding: 10px 0
    }
}

@media screen and (max-width: 767px) {
    .top3-products__product {
        height: 120px;
        -webkit-flex: none;
        flex: none;
        border-top: none;
        border-left: 2px solid #ff4a64;
        margin-left: 4px;
        margin-right: 11px
    }
}

.top3-products__product .product-score {
    margin-left: auto;
    margin-bottom: 0;
    margin-right: 15px;
    -webkit-align-self: center;
    align-self: center
}

@media screen and (max-width: 999px) {
    .top3-products__product .product-score__text {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .top3-products__product .product-score {
        display: none
    }
}

@media screen and (min-width: 768px) {
    .top3-products__product:hover {
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
        -webkit-transform: translate(0, -5px);
        transform: translate(0, -5px)
    }
}

.top3-products__product:hover .top3-products__product__cta__content {
    color: #bc284b
}


@media screen and (min-width: 768px) {
    .top3-products__product:first-child .top3-products__product__header__info:nth-child(2) {
        margin-top: 31px
    }

    .top3-products__product:first-child .product-score:empty~.top3-products__product__header__info {
        margin-top: 31px
    }
}

.top3-products__product__link {
    text-decoration: none;
    color: inherit
}

.top3-products__product__link:first-child .top3-products__product {
    height: 120px
}

@media screen and (min-width: 768px) {
    .top3-products__product__link:first-child .top3-products__product {
        height: 150px
    }
}

@media screen and (min-width: 1000px) {
    .top3-products__product__link:first-child .top3-products__product {
        height: 130px
    }
}

@media screen and (max-width: 767px) {
    .top3-products__product__link:first-child .top3-products__product {
        border-top: none;
        margin-left: 0
    }
}

.top3-products__product__link:first-child .top3-products__product .product-score {
    margin-bottom: 6px;
    margin-left: 0;
    -webkit-align-self: flex-end;
    align-self: flex-end
}

@media screen and (max-width: 767px) {
    .top3-products__product__link {
        width: 100%
    }
}

@media screen and (min-width: 1000px) {
    .top3-products__product__link:first-child {
        width: calc(34% - 14px)
    }
}

@media screen and (min-width: 768px) {
    .top3-products__product__link {
        -webkit-order: 3;
        order: 3;
        width: calc(33% - 15px - 7px)
    }

    .top3-products__product__link:first-child {
        -webkit-order: 2;
        order: 2;
        margin: 0 7px
    }

    .top3-products__product__link:nth-child(2) {
        -webkit-order: 1;
        order: 1;
        margin: 0 7px 0 15px
    }

    .top3-products__product__link:last-child {
        margin: 0 15px 0 7px
    }
}

.top3-products__product__body {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    white-space: nowrap
}

.top3-products__product__header {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative
}

.top3-products__product__header__info {
    display: -webkit-flex;
    display: flex;
    margin-left: 15px;
    -webkit-align-items: center;
    align-items: center
}

@media screen and (max-width: 999px) {
    .top3-products__product__header__info {
        -webkit-order: 2;
        order: 2
    }
}

.top3-products__product__header__icon {
    width: 30px;
    height: 30px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

@media screen and (max-width: 767px) {
    .top3-products__product__header__icon {
        -webkit-align-items: flex-start;
        align-items: flex-start
    }
}

.top3-products__product__header__icon img {
    width: 100%;
    height: auto
}

.top3-products__product__header__name {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #2d2d2d;
    padding-left: 10px;
    -webkit-flex-shrink: 2;
    flex-shrink: 2;
    white-space: initial
}

.top3-products__product__content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center
}

@media screen and (max-width: 999px) {
    .top3-products__product__content {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 15px
    }
}

.top3-products__product__content__bottom-line {
    width: auto;
    line-height: 21px;
    margin: 0 18px 0 15px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media screen and (max-width: 999px) {
    .top3-products__product__content__bottom-line {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 0;
        margin-bottom: 5px;
        font-size: 14px;
        font-size: 14px;
        line-height: 21px;
        font-weight: 400;
        color: #2d2d2d
    }
}

.top3-products__product__cta {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 0 11px 0;
    text-align: right;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto
}

@media screen and (max-width: 999px) {
    .top3-products__product__cta {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 0
    }
}

@media screen and (max-width: 767px) {
    .top3-products__product__cta {
        -webkit-align-items: start;
        align-items: start
    }
}

.top3-products__product__cta__content {
    font-size: 14px;
    line-height: 13px;
    font-weight: 700;
    color: #ff4a64;
    transition: color 0.3s ease;
    text-decoration: none
}

.top3-products__product__cta__content:after {
    display: inline-block;
    content: ' ';
    width: 11px;
    height: 11px;
    transition: all 0.3s ease;
    margin-left: 6px
}

.top3-products.mobile-card {
    margin-top: 5px;
    margin-bottom: 5px
}

.top3-products.mobile-card .top3-products__title {
    width: 100%;
    padding-right: 25px;
    font-size: 14px;
    line-height: 12px;
    font-weight: 600;
    color: #2d2d2d
}

.youtube-lazy-loading .play-button {
    width: 90px;
    height: 60px;
    background-color: #333333;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px
}

.youtube-lazy-loading .play-button:before {
    content: '';
    border-style: solid;
    border-width: 15px 0 15px 26px;
    border-color: transparent transparent transparent #ffffff
}

.youtube-lazy-loading img,
.youtube-lazy-loading .play-button {
    cursor: pointer
}

.youtube-lazy-loading img,
.youtube-lazy-loading iframe,
.youtube-lazy-loading .play-button,
.youtube-lazy-loading .play-button:before {
    position: absolute
}

.youtube-lazy-loading .play-button,
.youtube-lazy-loading .play-button:before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.youtube-lazy-loading iframe {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    height: 347px
}

.youtube-lazy-loading {
    position: relative;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 347px
}

.comparadise .cta-button {
    box-sizing: border-box;
    min-height: 42px;
    display: -webkit-inline-flex;
    display: inline-flex;
    text-decoration: none;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-decoration: none;
    height: 42px;
    background-color: #ff4a64;
    width: 100%;
    max-width: 220px;
    text-align: center;
    vertical-align: center;
    border-radius: 4px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    transition: all 300ms ease
}

.comparadise .cta-button.disabled {
    background-color: #d5d5d5;
    cursor: default;
    pointer-events: none
}

.comparadise .cta-button:hover {
    background-color: #bc284b;
    transition: all 300ms ease;
    color: #ffffff
}

.comparadise .cta-button--arrow:after {
    content: ' ';
    display: -webkit-inline-flex;
    display: inline-flex;
    width: 11px;
    height: 11px;
    font-size: 11px;
    line-height: 32px;
    margin-left: -6px;
    margin-top: 4px;
    position: relative;
    z-index: 0;
    opacity: 0;
    transition: all 300ms ease
}

.comparadise .cta-button--arrow:hover:after {
    position: relative;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    margin-left: 6px;
    opacity: 1;
    transition: all 300ms ease
}

.comparadise .cta-button.cta-yellow {
    background-color: #ffb401;
    color: #2d2d2d
}

.comparadise .cta-button.cta-yellow:hover {
    background-color: #e59b1b;
    color: #2d2d2d
}

@media screen and (min-width: 768px) {
    .comparadise .cta-button {
        font-size: 16px;
        line-height: 22px;
        font-weight: 700;
        color: #fff;
        width: 141px;
        height: 42px
    }

    .comparadise .cta-button:after {
        content: '';
        display: -webkit-inline-flex;
        display: inline-flex;
        background-size: 13px 13px;
        width: 0;
        height: 13px;
        font-size: 13px;
        opacity: 0;
        transition: all 0.3s ease;
        padding-left: 6px;
        margin-left: -6px
    }


    .comparadise .cta-button:hover:after {
        margin-left: 6px;
        width: 13px;
        opacity: 1
    }
}

@media screen and (max-width: 767px) {
    .comparadise .cta-button {
        font-size: 16px;
        line-height: 16px;
        font-weight: 700;
        color: #ff4a64;
        background-color: transparent;
        height: initial;
        width: initial;
        min-height: initial;
        text-transform: capitalize;
        text-decoration: none
    }

    .comparadise .cta-button:after {
        content: ' ';
        display: -webkit-inline-flex;
        display: inline-flex;
        background-size: 13px 10px;
        height: 16px;
        width: 16px;
        margin-left: 3px
    }

    .comparadise .cta-button:hover {
        background-color: transparent
    }
}

.comparadise__container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center
}

.comparadise__container .comparadise__view {
    width: 100%;
    height: 100%;
    background-color: white;
    margin: 0 auto;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 30;
    overflow-y: auto
}

.comparadise__container .comparadise__view[data-router-animate] {
    left: 100%
}

.comparadise__container .comparadise__view .comparadise__products--container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 69px
}

.comparadise__container .comparadise__swipe-icon {
    width: 121px;
    min-height: 48px;
    -webkit-filter: invert(100%) sepia(0%) saturate(7472%) hue-rotate(114deg) brightness(109%) contrast(97%);
    filter: invert(100%) sepia(0%) saturate(7472%) hue-rotate(114deg) brightness(109%) contrast(97%)
}

.comparadise__container .comparadise__swipe-icon--container {
    width: 160px;
    height: 95px;
    padding: 17px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    z-index: 30;
    position: absolute;
    left: calc(50% - 80px);
    top: 31.3%;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: rgba(45, 45, 45, 0.8)
}

.comparadise__container .comparadise__swipe-icon--container span {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: #fff;
    margin-top: 7px
}

.comparadise__container .comparadise__swipe-icon--container.hidden {
    visibility: hidden;
    opacity: 0;
    transition: opacity 500ms ease-in-out, visibility 500ms ease-in-out
}

.comparadise__header-navigation--container {
    width: 100%;
    height: 60px;
    display: -webkit-flex;
    display: flex;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 25px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background-color: #f5f5f5
}

.comparadise__header-navigation--title {
    font-size: 18px;
    line-height: inherit;
    font-weight: 700;
    color: #2d2d2d
}

.comparadise__header-navigation--cta {
    font-size: 14px;
    line-height: inherit;
    font-weight: 600;
    color: #1789d5;
    min-width: 32px;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: none
}

.comparadise__product {
    border: 1px solid #e2e2e2;
    height: 110px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1 0 calc(50% - 15px);
    flex: 1 0 calc(50% - 15px);
    box-sizing: border-box;
    margin-bottom: 15px;
    transition: opacity 0.15s ease-in
}

.comparadise__product__index {
    width: 25px;
    height: 25px;
    margin: 10px auto;
    -webkit-align-self: center;
    align-self: center;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    border: 1px solid
}

.comparadise__product__logo {
    max-height: 50px;
    max-width: 133px;
    -webkit-align-self: center;
    align-self: center
}

.comparadise__product:nth-of-type(odd) {
    margin-right: 15px
}

.comparadise__product[data-selected='true'] {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.35);
    border: 1px solid #1789d5
}

.comparadise__product[data-selected='true'] .comparadise__product__index {
    color: white;
    background-color: #1789d5
}

.comparadise__product.disabled {
    opacity: 0.5
}

.comparadise__footer {
    z-index: 20;
    position: fixed;
    bottom: 0;
    left: 0
}

.comparadise__footer .cta-button {
    box-sizing: border-box;
    min-height: 42px;
    display: -webkit-inline-flex;
    display: inline-flex;
    text-decoration: none;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-decoration: none;
    height: 42px;
    background-color: #ff4a64;
    width: 100%;
    max-width: 220px;
    text-align: center;
    vertical-align: center;
    border-radius: 4px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    transition: all 300ms ease
}

.comparadise__footer .cta-button.disabled {
    background-color: #d5d5d5;
    cursor: default;
    pointer-events: none
}

.comparadise__footer .cta-button:hover {
    background-color: #bc284b;
    transition: all 300ms ease;
    color: #ffffff
}

.comparadise__footer .cta-button--arrow:after {
    content: ' ';
    display: -webkit-inline-flex;
    display: inline-flex;
    width: 11px;
    height: 11px;
    font-size: 11px;
    line-height: 32px;
    margin-left: -6px;
    margin-top: 4px;
    position: relative;
    z-index: 0;
    opacity: 0;
    transition: all 300ms ease
}

.comparadise__footer .cta-button--arrow:hover:after {
    position: relative;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    margin-left: 6px;
    opacity: 1;
    transition: all 300ms ease
}

.comparadise__footer .cta-button.cta-yellow {
    background-color: #ffb401;
    color: #2d2d2d
}

.comparadise__footer .cta-button.cta-yellow:hover {
    background-color: #e59b1b;
    color: #2d2d2d
}

@media screen and (min-width: 768px) {
    .comparadise__footer .cta-button {
        font-size: 16px;
        line-height: 22px;
        font-weight: 700;
        color: #fff;
        width: 141px;
        height: 42px
    }

    .comparadise__footer .cta-button:after {
        content: '';
        display: -webkit-inline-flex;
        display: inline-flex;
        background-size: 13px 13px;
        width: 0;
        height: 13px;
        font-size: 13px;
        opacity: 0;
        transition: all 0.3s ease;
        padding-left: 6px;
        margin-left: -6px
    }


    .comparadise__footer .cta-button:hover:after {
        margin-left: 6px;
        width: 13px;
        opacity: 1
    }
}

.comparadise__footer__buttons {
    z-index: 30;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    background: white;
    -webkit-justify-content: center;
    justify-content: center
}

.comparadise__footer__buttons .cta-button {
    width: 50%;
    height: 60px;
    margin-left: 15px;
    max-width: unset
}

.comparadise__footer__buttons .compare-button {
    font-size: 16px;
    line-height: initial;
    font-weight: 700;
    color: #fff;
    width: 100%;
    height: 65px;
    outline: none;
    border: none;
    background-color: #1789d5;
    bottom: 0;
    left: 0;
    transition: color 0.3s linear
}

.comparadise__footer__buttons .compare-button[disabled] {
    background-color: #e2e2e2;
    color: #797979
}

.comparadise__footer__buttons .compare-button--products-counter {
    font-weight: 400
}

.comparadise__footer__buttons--secondary {
    z-index: 30;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    background: white;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 10px 15px;
    border: 1px solid #d5d5d5
}

.comparadise__footer__buttons--secondary .cta-button {
    width: 50%;
    height: 60px;
    margin-left: 15px;
    max-width: unset
}

.comparadise__footer__buttons--secondary .compare-button {
    font-size: 16px;
    line-height: initial;
    font-weight: 700;
    color: #fff;
    width: 100%;
    height: 65px;
    outline: none;
    border: none;
    background-color: #1789d5;
    bottom: 0;
    left: 0;
    transition: color 0.3s linear
}

.comparadise__footer__buttons--secondary .compare-button[disabled] {
    background-color: #e2e2e2;
    color: #797979
}

.comparadise__footer__buttons--secondary .compare-button--products-counter {
    font-weight: 400
}

.comparadise__footer__buttons--secondary .comparadise__footer__buttons--cta-button {
    height: 45px
}

.prevent-scroll {
    overflow: hidden;
    height: 100%;
    position: fixed
}

.prevent-scroll::-webkit-scrollbar {
    display: none
}

body {
    -webkit-overflow-scrolling: touch
}

@-webkit-keyframes shake {

    from,
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
}

@keyframes shake {

    from,
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
}

@-webkit-keyframes callArrowMove {

    from,
    to {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }

    10%,
    70% {
        -webkit-transform: translateY(-8%);
        transform: translateY(-8%)
    }

    40%,
    90% {
        -webkit-transform: translateY(8%);
        transform: translateY(8%)
    }
}

@keyframes callArrowMove {

    from,
    to {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }

    10%,
    70% {
        -webkit-transform: translateY(-8%);
        transform: translateY(-8%)
    }

    40%,
    90% {
        -webkit-transform: translateY(8%);
        transform: translateY(8%)
    }
}

.call-solution[data-type^='schedule'] .call-solution_link .call-solution_icon,
.call-solution[data-type*=' schedule'] .call-solution_link .call-solution_icon {
    transition: background 300ms ease;
    width: 16px;
    height: 17px
}

.call-solution[data-type^='schedule'] .call-solution_link .call-solution_icon:after,
.call-solution[data-type^='schedule'] .call-solution_link .call-solution_icon:before,
.call-solution[data-type*=' schedule'] .call-solution_link .call-solution_icon:after,
.call-solution[data-type*=' schedule'] .call-solution_link .call-solution_icon:before {
    content: none
}

.call-solution_button {
    background: none;
    border: none;
    padding: 0;
    width: 100%;
    outline: none
}

@media screen and (min-width: 768px) {
    .call-solution_button {
        cursor: pointer
    }
}

.call-solution_link {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-decoration: none;
    height: 42px;
    background-color: #ff4a64;
    width: 100%;
    max-width: 220px;
    text-align: center;
    vertical-align: center;
    border-radius: 4px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    transition: all 300ms ease;
    background-color: white;
    color: #ff4a64;
    border: 1px solid #ff4a64;
    font-weight: 400;
    height: 28px;
    max-width: 139px
}

.call-solution_link:hover {
    background-color: #bc284b;
    transition: all 300ms ease;
    color: #ffffff
}

.call-solution_link--arrow:after {
    content: ' ';
    display: -webkit-inline-flex;
    display: inline-flex;
    width: 11px;
    height: 11px;
    font-size: 11px;
    line-height: 32px;
    margin-left: -6px;
    margin-top: 4px;
    position: relative;
    z-index: 0;
    opacity: 0;
    transition: all 300ms ease
}

.call-solution_link--arrow:hover:after {
    position: relative;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    margin-left: 6px;
    opacity: 1;
    transition: all 300ms ease
}

.call-solution_link .call-solution_icon {
    background-size: cover;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin-right: 6px;
    position: relative;
    width: 15px;
    height: 15px
}

.call-solution_link:hover {
    background: white;
    color: #bc284b;
    border-color: #bc284b
}

.call-solution_content .formatted-text {
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    color: #797979
}

.call-solution[data-type^='call now'] .call-solution_link .call-solution_icon:after,
.call-solution[data-type*=' call now'] .call-solution_link .call-solution_icon:after {
    content: '';
    transition: background 300ms ease;
    background-size: cover;
    display: -webkit-inline-flex;
    display: inline-flex;
    position: absolute;
    top: 0;
    right: 0;
    width: 7px;
    height: 7px
}

.call-solution[data-type^='call now'] .call-solution_link .call-solution_icon:before,
.call-solution[data-type*=' call now'] .call-solution_link .call-solution_icon:before {
    content: '';
    transition: background 300ms ease;
    position: absolute;
    top: 1px;
    right: 0;
    width: 100%;
    height: 100%
}

.call-solution[data-type^='call now'] .call-solution_link:hover .call-solution_icon:before,
.call-solution[data-type*=' call now'] .call-solution_link:hover .call-solution_icon:before {
    -webkit-animation: shake 1.2s;
    animation: shake 1.2s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.call-solution[data-type^='call now'] .call-solution_link:hover .call-solution_icon:after,
.call-solution[data-type*=' call now'] .call-solution_link:hover .call-solution_icon:after {
    -webkit-animation: callArrowMove 1.5s;
    animation: callArrowMove 1.5s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.chart-score-form {
    z-index: 10;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 20px 0 0
}

.chart-score-form__label {
    padding-right: 7px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #2d2d2d
}

.chart-score-form__input__wrap {
    position: relative
}

.chart-score-form__input__wrap:after {
    content: ' ';
    background-size: cover;
    display: -webkit-inline-flex;
    display: inline-flex;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
    width: 8px;
    height: 5px
}

@media screen and (min-width: 768px) {
    .chart-score-form__input__wrap.open:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        transition: -webkit-transform 0.25s ease;
        transition: transform 0.25s ease;
        transition: transform 0.25s ease, -webkit-transform 0.25s ease
    }
}

.chart-score-form__dropdown__items {
    padding: 0;
    min-height: 40px;
    width: 100%;
    list-style: none;
    margin: 0;
    position: absolute;
    top: 33px;
    left: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    display: none
}

.chart-score-form__dropdown__items .item {
    padding: 0 10px 0 9px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 14px;
    line-height: 40px;
    font-weight: 400;
    color: #797979
}

.chart-score-form__dropdown__items .item:hover {
    background-color: #eee
}

.chart-score-form__dropdown__items .item.selected {
    color: #2d2d2d
}

.chart-score-form .chart-score-form-sort {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    color: #2d2d2d;
    font-family: hurmegeometricsans_no3_6, Gilroy, Almarai;
    border: 1px solid #f0f0f0;
    border-radius: 0;
    box-sizing: border-box;
    background-color: #fff;
    padding: 0 10px 0;
    -webkit-appearance: none;
    position: relative;
    cursor: pointer;
    outline: 1px solid transparent;
    width: 157px;
    height: 26px
}

.chart-score-form .chart-score-form-sort::-ms-clear {
    display: none
}

@media screen and (max-width: 767px) {
    .chart-score-form .chart-score-form-sort:focus {
        border: 1px solid #1789d5;
        box-shadow: 0 0 5px rgba(21, 100, 191, 0.37);
        outline: none
    }
}

.chart-score-form .chart-score-form-sort.open+.chart-score-form__dropdown__items {
    display: block
}

.chart-header-score {
    position: relative
}

@media screen and (min-width: 768px) {
    .chart-header-score .chart__header {
        height: auto;
        max-height: 85px;
        padding: 9px 15px 9px
    }

    .chart-header-score .chart__header__left {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .chart-header-score .chart__header__right {
        -webkit-align-self: flex-start;
        align-self: flex-start;
        margin-top: 3px
    }
}

.chart-kdfs-filter__container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center
}

.chart-kdfs-filter__button {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #1789d5;
    transition: all 300ms ease;
    cursor: pointer
}

.chart-kdfs-filter__button:hover {
    color: #1564bf
}

.chart-kdfs-filter__choice-container {
    display: none;
    border: 1px solid #1564bf;
    -webkit-align-items: center;
    align-items: center;
    margin-left: 10px;
    padding-right: 5px;
    border-radius: 2px;
    margin-right: 20px
}

.chart-kdfs-filter__choice-container[data-show='true'] {
    display: -webkit-flex;
    display: flex
}

.chart-kdfs-filter__choice__close {
    display: -webkit-flex;
    display: flex;
    cursor: pointer
}

.chart-kdfs-filter__choice__close:after {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-self: center;
    align-self: center;
    content: '\2715';
    padding: 1px 4px;
    height: 15px;
    border-radius: 100%;
    background-color: rgba(21, 100, 191, 0.15);
    font-size: 11px;
    line-height: 10px;
    font-weight: 700;
    color: #1789d5
}

.chart-kdfs-filter__choice__close:hover:after {
    color: white;
    background-color: #1789d5
}

.chart-kdfs-filter__choice .chart-kdfs-filter__value[data-selected='true'] {
    border: none;
    margin: 1px 0 1px 0;
    cursor: default
}

.chart-kdfs-filter__choice__more-text {
    display: -webkit-flex;
    display: flex;
    padding-left: 5px
}

.chart-kdfs-filter__tags {
    position: relative
}

.chart-kdfs-filter__tags[data-mobile='false'] {
    height: auto;
    min-height: 0;
    max-height: 0;
    overflow: hidden;
    background-color: #e2e2e2;
    transition: all 0.3s ease
}

.chart-kdfs-filter__tags[data-mobile='false'] .chart-kdfs-filter__tags__title {
    display: none
}

.chart-kdfs-filter__tags[data-mobile='true'] {
    display: -webkit-flex;
    display: flex
}

.chart-kdfs-filter__tags[data-mobile='true'] .chart-kdfs-filter__tags__container {
    padding: 0
}

.chart-kdfs-filter__tags[data-mobile='true'] .chart-kdfs-filter__tags__title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #2d2d2d;
    margin: 20px 0 10px
}

.chart-kdfs-filter__tags[data-open='true'][data-mobile='false'] {
    height: auto;
    min-height: auto;
    max-height: 238px;
    overflow: visible
}

.chart-kdfs-filter__tags[data-open='true'][data-mobile='false']:before {
    border: 6px solid transparent;
    border-bottom-color: #e2e2e2;
    content: ' ';
    position: absolute;
    pointer-events: none;
    z-index: 2;
    margin-top: -12px;
    right: 0;
    left: 25px;
    top: 0;
    width: 0;
    height: 0
}

[data-with-sort='true']~.chart-kdfs-filter__tags[data-open='true'][data-mobile='false']:before {
    left: 251px
}

.chart-kdfs-filter__tags__container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 7px 12px 9px
}

.chart-kdfs-filter__tags-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    cursor: default;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex: 1 0 50%;
    flex: 1 0 50%
}

.chart-kdfs-filter__value {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #2d2d2d;
    border-radius: 2px;
    margin: 5px 10px 5px 0;
    padding: 2px 6px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    white-space: nowrap;
    cursor: pointer
}

.chart-kdfs-filter__value--svg {
    position: relative;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-self: center;
    align-self: center;
    margin-right: 3px;
    width: 13px;
    height: 13px
}

.chart-kdfs-filter__value[data-selected='true'] {
    border: 1px solid #1789d5;
    color: #1789d5;
    fill: #1789d5
}

.chart-kdfs-filter__value[data-selected='true'][data-value='flexible-plan'] svg {
    -webkit-filter: invert(0.7) sepia(1) saturate(66) hue-rotate(182deg);
    filter: invert(0.7) sepia(1) saturate(66) hue-rotate(182deg)
}

.chart-kdfs-filter__trigger-buttons {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    cursor: pointer;
    transition: all 300ms ease
}

.chart-kdfs-filter__trigger-buttons__reset {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #1789d5;
    height: 23px;
    transition: all 300ms ease
}

.chart-kdfs-filter__trigger-buttons__reset:hover {
    color: #1564bf
}

.chart-kdfs-filter__trigger-buttons__apply {
    background-color: #1789d5;
    border-radius: 4px;
    padding: 0 13px;
    height: 23px;
    margin-left: 13px;
    transition: all 300ms ease;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    color: #fff
}

.chart-kdfs-filter__trigger-buttons__apply:hover {
    background-color: #1564bf
}

.faq {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
}

.faq__header {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: baseline;
    align-items: baseline
}

.faq__icon {
    margin-right: 9px;
    width: 34px;
    height: 34px
}

.faq__icon-svg {
    width: 34px;
    height: 34px
}

.faq__title {
    font-size: 18px;
    font-weight: 600
}

.faq__list {
    margin-top: 11px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    overflow: hidden
}

.faq__item-icon {
    position: absolute;
    top: 0;
    font-size: 34px;
    line-height: 0;
    opacity: 0;
    transition: opacity 0.3s
}

.faq__item-icon--show {
    opacity: 1
}

@media screen and (max-width: 375px) {
    .faq__item-icon {
        font-size: 30px
    }
}

.faq__item-header {
    padding-bottom: 12px;
    display: -webkit-flex;
    display: flex;
    border-top: 1px solid #d9d9d9;
    background-color: #f5f5f5;
    cursor: pointer;
    transition: padding-top 0.3s;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    box-sizing: border-box;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: auto
}

.faq__item-header--expended {
    background-color: #fff;
    padding-top: 16px;
    width: 100%;
    height: auto
}

@media screen and (max-width: 375px) {
    .faq__item-header--expended {
        padding-top: 0;
        width: 100%;
        height: auto
    }
}

.faq__item-header:hover .faq__item-icon {
    color: #2d2d2d
}

@media screen and (max-width: 767px) {
    .faq__item-header {
        width: 100%;
        height: auto
    }
}

@media screen and (max-width: 375px) {
    .faq__item-header {
        -webkit-align-items: center;
        align-items: center;
        padding-bottom: 12px
    }
}

.faq__item-title {
    margin-left: 15px;
    margin-top: 11px;
    font-size: 16px;
    line-height: 21px;
    font-weight: 600
}

@media screen and (max-width: 375px) {
    .faq__item-title {
        margin-left: 12px
    }
}

.faq__item-pointer {
    margin-right: 13px;
    position: relative;
    width: 15px;
    height: auto
}

@media screen and (max-width: 375px) {
    .faq__item-pointer {
        margin-right: 10px;
        margin-left: 3px
    }
}

.faq__item-icon-minus {
    margin-top: 1px;
    color: #2d2d2d
}

@media screen and (max-width: 375px) {
    .faq__item-icon-minus {
        margin-top: 0
    }
}

.faq__item-icon-plus {
    margin-top: 3px;
    color: #c1c2c2
}

@media screen and (max-width: 375px) {
    .faq__item-icon-plus {
        margin-top: 5px
    }
}

.faq__item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s
}

.faq__item-body-content {
    margin-left: 15px;
    margin-right: 10px;
    margin-bottom: 34px;
    margin-top: 14px;
    color: #8c8c8c;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    transition: all .5s
}

@media screen and (max-width: 375px) {
    .faq__item-body-content {
        margin-left: 12px;
        margin-top: 10px;
        margin-bottom: 25px
    }
}

.faq__item-body-content--expended {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 0.2s
}

.faq__item-body-content>a {
    font-weight: 600;
    color: #1789d5;
    text-decoration: none
}

.faq__item:first-child .faq__item-header {
    border-top: 0
}

.review-link {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    color: #1789d5;
    transition: color 0.3s linear;
    text-decoration: none;
    white-space: nowrap
}

.review-link:hover {
    color: #1564bf
}

.review-link:visited,
.review-link:link {
    text-decoration: none;
    color: #1789d5
}

.review-link:visited:hover,
.review-link:link:hover {
    color: #1564bf
}

@media screen and (min-width: 768px) {
    .review-link {
        cursor: pointer
    }
}

.wide-cta-button__footer {
    box-sizing: border-box;
    margin-top: 40px;
    background-color: #f5f5f5;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.wide-cta-button__footer a {
    text-decoration: none
}

.wide-cta-button__footer .cta-button {
    box-sizing: border-box;
    min-height: 42px;
    display: -webkit-inline-flex;
    display: inline-flex;
    text-decoration: none;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-decoration: none;
    height: 42px;
    background-color: #ff4a64;
    width: 100%;
    max-width: 220px;
    text-align: center;
    vertical-align: center;
    border-radius: 4px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    transition: all 300ms ease
}

.wide-cta-button__footer .cta-button.disabled {
    background-color: #d5d5d5;
    cursor: default;
    pointer-events: none
}

.wide-cta-button__footer .cta-button:hover {
    background-color: #bc284b;
    transition: all 300ms ease;
    color: #ffffff
}

.wide-cta-button__footer .cta-button--arrow:after {
    content: ' ';
    display: -webkit-inline-flex;
    display: inline-flex;
    width: 11px;
    height: 11px;
    font-size: 11px;
    line-height: 32px;
    margin-left: -6px;
    margin-top: 4px;
    position: relative;
    z-index: 0;
    opacity: 0;
    transition: all 300ms ease
}

.wide-cta-button__footer .cta-button--arrow:hover:after {
    position: relative;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    margin-left: 6px;
    opacity: 1;
    transition: all 300ms ease
}

.wide-cta-button__footer .cta-button.cta-yellow {
    background-color: #ffb401;
    color: #2d2d2d
}

.wide-cta-button__footer .cta-button.cta-yellow:hover {
    background-color: #e59b1b;
    color: #2d2d2d
}

@media screen and (min-width: 768px) {
    .wide-cta-button__footer .cta-button {
        font-size: 16px;
        line-height: 22px;
        font-weight: 700;
        color: #fff;
        width: 141px;
        height: 42px
    }

    .wide-cta-button__footer .cta-button:after {
        content: '';
        display: -webkit-inline-flex;
        display: inline-flex;
        background-size: 13px 13px;
        width: 0;
        height: 13px;
        font-size: 13px;
        opacity: 0;
        transition: all 0.3s ease;
        padding-left: 6px;
        margin-left: -6px
    }


    .wide-cta-button__footer .cta-button:hover:after {
        margin-left: 6px;
        width: 13px;
        opacity: 1
    }
}

@media screen and (max-width: 767px) {
    .wide-cta-button__footer {
        margin-top: 30px
    }
}

.wide-cta-button__footer h2.wide-cta-button__product-name {
    margin: 0 10px 0 25px;
    font-size: 16px
}

.wide-cta-button__footer .wide-cta-button__icon-image {
    width: 25px;
    height: 25px
}

.wide-cta-button__footer__product-content {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto
}

.wide-cta-button__footer__buttons {
    display: -webkit-flex;
    display: flex;
    margin-left: auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.wide-cta-button__footer .cta-button {
    min-width: 140px
}

.wide-cta-button__footer .cta-button.disabled {
    background-color: #d5d5d5;
    cursor: default;
    pointer-events: none
}

@media screen and (max-width: 767px) {
    .wide-cta-button__footer .cta-button {
        width: 100%;
        max-width: 100%
    }
}

@media screen and (max-width: 767px) {
    .wide-cta-button__footer .cta-button:not(:only-child) {
        color: #ff4a64;
        background-color: white;
        border: 1px solid #ff4a64;
        height: 40px;
        width: 50%;
        max-width: 100%;
        margin-right: 5px
    }
}

.wide-cta-button__footer .phone-mobile {
    min-width: 140px
}

@media screen and (max-width: 767px) {
    .wide-cta-button__footer .phone-mobile:not(:only-child) {
        margin-left: 5px;
        width: 50%
    }
}

.wide-cta-button__footer .phone-mobile .phone__mobile--button {
    text-decoration: none
}

@media screen and (min-width: 768px) {
    .wide-cta-button__footer .phone-mobile .phone__mobile--button {
        background-color: white;
        color: #ff4a64
    }

    .wide-cta-button__footer .phone-mobile .phone__mobile--button:hover {
        color: white
    }

    .wide-cta-button__footer .phone-mobile .phone__mobile--button:before {
        display: none
    }
}

.wide-cta-button__footer .phone-mobile .tapToCall {
    font-weight: 700
}

@media screen and (min-width: 768px) {
    .wide-cta-button__footer .phone-mobile .formatted-number {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .wide-cta-button__footer.multi-buttons .wide-cta-button__footer__buttons {
        width: 100%;
        margin-top: 10px
    }
}

.wide-cta-button__phone-container {
    -webkit-order: 2;
    order: 2;
    margin-left: 5px;
    width: 50%
}

.wide-cta-button__phone-container .phone {
    height: 100%
}

@media screen and (min-width: 768px) {
    .wide-cta-button__phone-container .phone {
        cursor: default;
        pointer-events: none
    }
}

.wide-cta-button__phone-container .phone .formatted-number {
    cursor: pointer;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    color: #2d2d2d
}

.wide-cta-button__phone-container .phone {
    font-size: 10px;
    line-height: 13px;
    font-weight: 600;
    color: #ff4a64;
    position: relative;
    text-decoration: none;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    border: none;
    padding: 0
}

.wide-cta-button__phone-container .phone:before {
    content: none
}

.wide-cta-button__phone-container .phone__mobile--button {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #ff4a64;
    border-radius: 4px;
    color: #ffffff;
    background-color: #ff4a64;
    width: 100%;
    height: 40px;
    position: relative;
    transition: background-color 0.3s ease
}

@media screen and (min-width: 768px) {
    .wide-cta-button__phone-container .phone__mobile--button:hover {
        background-color: #bc284b;
        border-color: #bc284b
    }
}

.wide-cta-button__phone-container .phone__mobile--button:before {
    content: ' ';
    width: 15px;
    height: 15px;
    fill: white;
    display: block;
    margin-right: 5px;
    transition: background-image 0.3s
}

.wide-cta-button__phone-container .phone__mobile--number {
    width: 100%;
    text-align: center;
    margin-top: 5px;
    letter-spacing: -0.09;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    color: #797979
}

.wide-cta-button__phone-container .phone .tapToCall {
    display: -webkit-flex;
    display: flex;
    position: relative;
    transition: color 0.3s;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: #fff
}

.wide-cta-button__phone-container .phone__container {
    display: -webkit-flex;
    display: flex;
    width: 50%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin-left: 10px
}

.wide-cta-button__phone-container .phone__container:only-child {
    margin-left: 0;
    margin-right: 0
}

.wide-cta-button__phone-container .phone .phone-visual-nudge:after {
    display: inline-block;
    margin-left: 6px;
    border-radius: 15px;
    content: '';
    background: #09a789;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    width: 8px;
    height: 8px
}

@media screen and (min-width: 768px) {
    .wide-cta-button__phone-container {
        display: -webkit-flex;
        display: flex;
        -webkit-order: -1;
        order: -1;
        width: 100%;
        margin-right: 10px
    }
}

.wide-cta-button__icon-container {
    background-color: white;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 45px;
    height: 45px
}

.wide-cta-button__icon-image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.mini-reviews__score {
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

.mini-reviews__score .product-score.real-score {
    margin-bottom: 0
}

.mini-reviews__position {
    font-size: 60px;
    line-height: .78;
    font-weight: 600;
    color: #d5d5d5;
    border-right: 1px solid #e2e2e2;
    height: 50px;
    display: inline-block;
    padding-right: 16px
}

.mini-reviews__position--container {
    margin-right: 16px
}

.mini-reviews__product-name {
    margin: 0;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
    color: #2d2d2d
}

.mini-reviews__product-highlight {
    margin-top: 3px;
    font-size: 16px;
    line-height: 1.38;
    font-weight: normal;
    color: #797979
}

.mini-reviews__logo-container {
    max-width: 150px;
    max-height: 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.mini-reviews__logo-image {
    max-width: 150px;
    max-height: 60px
}

@media screen and (max-width: 767px) {
    .mini-reviews__logo-image {
        background-position: left;
        max-width: 130px;
        max-height: 50px
    }
}

.mini-reviews__items {
    padding: 0;
    margin: 0
}

.mini-reviews__item {
    list-style-type: none;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
}

.mini-reviews__item:not(:first-of-type) {
    margin-top: 50px
}

.mini-reviews__header {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media screen and (max-width: 767px) {
    .mini-reviews__header-desktop {
        display: none
    }
}

.mini-reviews__header-desktop--top {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin-bottom: 30px;
    -webkit-align-items: center;
    align-items: center
}

.mini-reviews__header-desktop--top .product-score {
    -webkit-align-self: flex-end;
    align-self: flex-end;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    margin-bottom: 20px
}

.mini-reviews__header-desktop--top .product-score * {
    box-sizing: border-box
}

.mini-reviews__header-desktop--top .product-score__text {
    margin-right: 6px;
    text-transform: capitalize;
    text-align: end;
    width: 100px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    color: #1564bf
}

@media screen and (max-width: 767px) {
    .mini-reviews__header-desktop--top .product-score__text {
        font-size: 14px;
        margin-right: 5px;
        width: initial;
        line-height: 15px
    }
}

@media screen and (max-width: 374px) {
    .mini-reviews__header-desktop--top .product-score__text {
        display: none
    }
}

.mini-reviews__header-desktop--top .product-score__number {
    padding-bottom: 2px;
    box-sizing: border-box;
    background-color: #1564bf;
    border-radius: 4px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 40px;
    height: 30px;
    font-size: 22px;
    line-height: 18px;
    font-weight: 700;
    color: #fff
}

@media screen and (max-width: 767px) {
    .mini-reviews__header-desktop--top .product-score:not(.real-score):not(.display-wording) .product-score__text {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .mini-reviews__header-desktop--top .product-score {
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0;
        -webkit-align-self: center;
        align-self: center
    }

    .mini-reviews__header-desktop--top .product-score:not(.visible) .real-score__card {
        display: none
    }

    .mini-reviews__header-desktop--top .product-score .product-score__number {
        border-radius: 4px;
        font-size: 22px;
        padding-bottom: 0;
        letter-spacing: -0.2px;
        width: 40px;
        height: 28px
    }
}

.mini-reviews__header-desktop--top .real-score {
    height: 30px;
    margin-bottom: 20px;
    transition: height 0.3s ease;
    position: relative;
    cursor: default
}

.mini-reviews__header-desktop--top .real-score .product-score__number {
    font-size: 22px;
    transition: -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 40px;
    height: 30px
}

.mini-reviews__header-desktop--top .real-score .product-score__text {
    font-size: 16px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    transition: opacity 0.24s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.24s ease, transform 0.3s ease;
    transition: opacity 0.24s ease, transform 0.3s ease, -webkit-transform 0.3s ease
}

@media screen and (max-width: 767px) {
    .mini-reviews__header-desktop--top .real-score .product-score__text {
        font-size: 14px
    }
}

.mini-reviews__header-desktop--top .real-score .product-score__mobile-tooltip {
    box-sizing: border-box;
    position: absolute;
    background-color: white;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    z-index: 1;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 3px 7px;
    bottom: calc(100% + 6px);
    visibility: hidden;
    right: -10px;
    opacity: 0;
    transition: opacity 0.3s ease-in;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: #2d2d2d;
    width: 110px;
    height: 32px
}

.mini-reviews__header-desktop--top .real-score .product-score__mobile-tooltip>div {
    width: 100%
}

.mini-reviews__header-desktop--top .real-score .product-score__mobile-tooltip:after,
.mini-reviews__header-desktop--top .real-score .product-score__mobile-tooltip:before {
    left: 0;
    right: -52px;
    top: auto;
    bottom: -10px;
    margin: auto;
    border: solid transparent;
    content: ' ';
    position: absolute;
    pointer-events: none;
    z-index: 2;
    width: 0;
    height: 0
}

.mini-reviews__header-desktop--top .real-score .product-score__mobile-tooltip:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: white;
    border-width: 5px
}

.mini-reviews__header-desktop--top .real-score .product-score__mobile-tooltip:before {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #e2e2e2;
    border-width: 5px;
    bottom: -11px
}

.mini-reviews__header-desktop--top .real-score .product-score__mobile-tooltip.fade-tooltip {
    -webkit-animation: fade-in-out-tooltip ease-in forwards;
    animation: fade-in-out-tooltip ease-in forwards;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 7.6s;
    animation-duration: 7.6s
}

.mini-reviews__header-desktop--top .real-score .product-score__desktop-tooltip-v1 {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    white-space: nowrap;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #797979
}

.mini-reviews__header-desktop--top .real-score .product-score__desktop-tooltip-v1-wrapper {
    position: relative;
    display: block;
    height: 16px;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-animation-name: dt-tooltip-appear, dt-tooltip-disappear;
    animation-name: dt-tooltip-appear, dt-tooltip-disappear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2s, 12s;
    animation-delay: 2s, 12s;
    -webkit-animation-duration: 300ms, 300ms;
    animation-duration: 300ms, 300ms
}

.mini-reviews__header-desktop--top .real-score .product-score__desktop-tooltip-v1:after {
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    width: 7px;
    height: 7px;
    display: inline-block;
    margin-left: 3px
}

.mini-reviews__header-desktop--top .real-score .product-score__desktop-tooltip-v2 {
    width: 15px;
    height: 15px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    color: #1564bf;
    position: absolute;
    top: -7.5px;
    right: -7.5px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #e7eff8;
    border-radius: 50%;
    padding-bottom: 1px;
    opacity: 0;
    -webkit-animation-name: dt-qmark-tooltip-scale-in, dt-qmark-tooltip-scale-out;
    animation-name: dt-qmark-tooltip-scale-in, dt-qmark-tooltip-scale-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2s, 12s;
    animation-delay: 2s, 12s;
    -webkit-animation-duration: 300ms, 300ms;
    animation-duration: 300ms, 300ms
}

.mini-reviews__header-desktop--top .real-score .product-score__desktop-tooltip-v2:after {
    content: '?'
}

.mini-reviews__header-desktop--top .real-score .product-score__desktop-tooltip-v4 {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    white-space: nowrap;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #797979
}

.mini-reviews__header-desktop--top .real-score .product-score__desktop-tooltip-v4-wrapper {
    position: relative;
    display: block;
    height: 16px;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-animation-name: dt-tooltip-disappear;
    animation-name: dt-tooltip-disappear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms
}

.mini-reviews__header-desktop--top .real-score .product-score__desktop-tooltip-v4:after {
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    width: 7px;
    height: 7px;
    display: inline-block;
    margin-left: 3px
}

.mini-reviews__header-desktop--top .real-score__card {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 0;
    right: -10px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    z-index: 2;
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 235px;
    height: auto
}

@media screen and (min-width: 1200px) {
    .mini-reviews__header-desktop--top .real-score__card {
        transition: all 0.3s ease
    }
}

.mini-reviews__header-desktop--top .real-score__card__close-button {
    display: none
}

.mini-reviews__header-desktop--top .real-score__card__header {
    display: none
}

.mini-reviews__header-desktop--top .real-score__card__cta {
    display: none
}

.mini-reviews__header-desktop--top .real-score__card__items {
    list-style: none;
    padding: 0;
    margin: 0
}

.mini-reviews__header-desktop--top .real-score__card__item {
    display: -webkit-flex;
    display: flex;
    padding: 14px 10px 12px;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@media screen and (min-width: 1200px) {
    .mini-reviews__header-desktop--top .real-score__card__item:nth-child(even) {
        background-color: #f5f5f5
    }

    .mini-reviews__header-desktop--top .real-score__card__item:nth-of-type(1) {
        -webkit-animation-delay: .1s;
        animation-delay: .1s
    }

    .mini-reviews__header-desktop--top .real-score__card__item:nth-of-type(2) {
        -webkit-animation-delay: .2s;
        animation-delay: .2s
    }

    .mini-reviews__header-desktop--top .real-score__card__item:nth-of-type(3) {
        -webkit-animation-delay: .3s;
        animation-delay: .3s
    }

    .mini-reviews__header-desktop--top .real-score__card__item:nth-of-type(4) {
        -webkit-animation-delay: .4s;
        animation-delay: .4s
    }
}

.mini-reviews__header-desktop--top .real-score__card__item:not(.enhanced) {
    -webkit-align-items: center;
    align-items: center
}

.mini-reviews__header-desktop--top .real-score__card__icon {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-right: 5px;
    width: 17px;
    height: 17px
}

.mini-reviews__header-desktop--top .real-score__card__info {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-right: 10px;
    width: 100%
}

.mini-reviews__header-desktop--top .real-score__card__info--title {
    font-size: 14px;
    line-height: 15px;
    font-weight: 600;
    color: #1564bf
}

.mini-reviews__header-desktop--top .real-score__card__info--highlight {
    margin-top: 3px;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: #2d2d2d
}

.mini-reviews__header-desktop--top .real-score__card__info--highlight span {
    font-weight: 600
}

.mini-reviews__header-desktop--top .real-score__card__info--highlight span:last-child:before,
.mini-reviews__header-desktop--top .real-score__card__info--highlight span:first-child:after {
    content: ' '
}

@media screen and (max-width: 1200px) {
    .mini-reviews__header-desktop--top .real-score__card__info--highlight {
        font-size: 14px;
        line-height: 18px
    }
}

.mini-reviews__header-desktop--top .real-score__card__score {
    background-color: #1564bf;
    margin-left: auto;
    border-radius: 4px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #fff;
    width: 25px;
    height: 16px
}

.mini-reviews__header-desktop--top .real-score__card__score.blank {
    padding-bottom: 2px
}

.mini-reviews__header-desktop--top .real-score__card__link {
    text-decoration: none;
    -webkit-align-self: center;
    align-self: center;
    margin-left: auto;
    padding: 7px 5px 7px 0;
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    transition: color 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: #797979
}

@media screen and (min-width: 1200px) {
    .mini-reviews__header-desktop--top .real-score__card__link:hover {
        color: #2d2d2d
    }
}

@media screen and (max-width: 1200px) {
    .mini-reviews__header-desktop--top .real-score__card__items {
        background-color: #f5f5f5
    }

    .mini-reviews__header-desktop--top .real-score__card__item:nth-of-type(1) {
        -webkit-animation-delay: .125s;
        animation-delay: .125s
    }

    .mini-reviews__header-desktop--top .real-score__card__item:nth-of-type(2) {
        -webkit-animation-delay: .1875s;
        animation-delay: .1875s
    }

    .mini-reviews__header-desktop--top .real-score__card__item:nth-of-type(3) {
        -webkit-animation-delay: .25s;
        animation-delay: .25s
    }

    .mini-reviews__header-desktop--top .real-score__card__item:nth-of-type(4) {
        -webkit-animation-delay: .3125s;
        animation-delay: .3125s
    }

    .mini-reviews__header-desktop--top .real-score__card__close-button {
        border: 0;
        position: absolute;
        z-index: 22;
        top: 0;
        right: 0;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        background-color: white;
        opacity: 0;
        -webkit-animation-delay: .5s;
        animation-delay: .5s;
        border-radius: 50%;
        -webkit-transform: scale(0) translate(50%, -50%);
        transform: scale(0) translate(50%, -50%);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
        padding: 2px 4px;
        width: 40px;
        height: 40px;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-duration: 0.2s;
        animation-duration: 0.2s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1
    }

    .mini-reviews__header-desktop--top .real-score__card__close-button--svg {
        fill: #1564bf;
        width: 13px;
        height: 13px
    }

    .mini-reviews__header-desktop--top .real-score__card__header {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0;
        border-radius: 10px 10px 0 0;
        text-decoration: none;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-duration: 0.2s;
        animation-duration: 0.2s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1
    }

    .mini-reviews__header-desktop--top .real-score__card__cta {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        padding: 15px;
        background-color: white;
        opacity: 0;
        -webkit-animation-delay: .375s;
        animation-delay: .375s;
        border-radius: 0 0 10px 10px;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-duration: 0.2s;
        animation-duration: 0.2s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1
    }

    .mini-reviews__header-desktop--top .real-score__card__cta .cta-button {
        box-sizing: border-box;
        min-height: 42px;
        display: -webkit-inline-flex;
        display: inline-flex;
        text-decoration: none;
        display: inline-flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        text-decoration: none;
        height: 42px;
        background-color: #ff4a64;
        width: 100%;
        max-width: 220px;
        text-align: center;
        vertical-align: center;
        border-radius: 4px;
        font-size: 16px;
        line-height: 22px;
        font-weight: 700;
        color: #fff;
        transition: all 300ms ease
    }

    .mini-reviews__header-desktop--top .real-score__card__cta .cta-button.disabled {
        background-color: #d5d5d5;
        cursor: default;
        pointer-events: none
    }

    .mini-reviews__header-desktop--top .real-score__card__cta .cta-button:hover {
        background-color: #bc284b;
        transition: all 300ms ease;
        color: #ffffff
    }

    .mini-reviews__header-desktop--top .real-score__card__cta .cta-button--arrow:after {
        content: ' ';
        display: -webkit-inline-flex;
        display: inline-flex;
        width: 11px;
        height: 11px;
        font-size: 11px;
        line-height: 32px;
        margin-left: -6px;
        margin-top: 4px;
        position: relative;
        z-index: 0;
        opacity: 0;
        transition: all 300ms ease
    }

    .mini-reviews__header-desktop--top .real-score__card__cta .cta-button--arrow:hover:after {
        position: relative;
        -webkit-animation-direction: normal;
        animation-direction: normal;
        margin-left: 6px;
        opacity: 1;
        transition: all 300ms ease
    }

    .mini-reviews__header-desktop--top .real-score__card__cta .cta-button.cta-yellow {
        background-color: #ffb401;
        color: #2d2d2d
    }

    .mini-reviews__header-desktop--top .real-score__card__cta .cta-button.cta-yellow:hover {
        background-color: #e59b1b;
        color: #2d2d2d
    }
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
    .mini-reviews__header-desktop--top .real-score__card__cta .cta-button {
        font-size: 16px;
        line-height: 22px;
        font-weight: 700;
        color: #fff;
        width: 141px;
        height: 42px
    }

    .mini-reviews__header-desktop--top .real-score__card__cta .cta-button:after {
        content: '';
        display: -webkit-inline-flex;
        display: inline-flex;
        background-size: 13px 13px;
        width: 0;
        height: 13px;
        font-size: 13px;
        opacity: 0;
        transition: all 0.3s ease;
        padding-left: 6px;
        margin-left: -6px
    }


    .mini-reviews__header-desktop--top .real-score__card__cta .cta-button:hover:after {
        margin-left: 6px;
        width: 13px;
        opacity: 1
    }
}

@media screen and (max-width: 1200px) {
    .mini-reviews__header-desktop--top .real-score__card__cta .cta-button:after {
        content: '';
        display: -webkit-inline-flex;
        display: inline-flex;
        background-size: 13px 13px;
        font-size: 13px;
        opacity: 1;
        transition: all 0.3s ease;
        padding-left: 6px;
        margin-left: 6px;
        width: 13px;
        height: 13px
    }


    .mini-reviews__header-desktop--top .real-score__card__cta .cta-button {
        max-width: unset;
        width: 100%
    }

    .mini-reviews__header-desktop--top .real-score__card__link {
        -webkit-animation-delay: .4375s;
        animation-delay: .4375s
    }
}

@media screen and (min-width: 1200px) {
    .mini-reviews__header-desktop--top .real-score.tooltip-animation:hover:before {
        content: ' ';
        position: absolute;
        top: 5px;
        right: -10px;
        background-color: transparent;
        z-index: 1;
        width: 10px;
        height: 39px
    }

    .mini-reviews__header-desktop--top .real-score.tooltip-animation:hover .product-score__number {
        -webkit-transform: scale(1.32) translate(-16%, 16%) translateZ(0);
        transform: scale(1.32) translate(-16%, 16%) translateZ(0)
    }

    .mini-reviews__header-desktop--top .real-score.tooltip-animation:hover .product-score__text {
        opacity: 0;
        -webkit-transform: translate(50%, 0);
        transform: translate(50%, 0)
    }

    .mini-reviews__header-desktop--top .real-score.tooltip-animation:hover .product-score__desktop-tooltip-v2 {
        visibility: hidden
    }

    .mini-reviews__header-desktop--top .real-score.tooltip-animation:hover .real-score__card {
        opacity: 1;
        visibility: visible
    }

    .mini-reviews__header-desktop--top .real-score.tooltip-animation:hover .real-score__card__item {
        -webkit-animation-name: score-item-appear;
        animation-name: score-item-appear
    }

    .mini-reviews__header-desktop--top .real-score.tooltip-animation:hover .real-score__card__link {
        -webkit-animation-name: score-item-appear;
        animation-name: score-item-appear
    }
}

@media screen and (max-width: 767px) {
    .mini-reviews__header-desktop--top .real-score {
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0;
        -webkit-align-self: center;
        align-self: center
    }

    .mini-reviews__header-desktop--top .real-score:not(.visible) .real-score__card {
        display: none
    }

    .mini-reviews__header-desktop--top .real-score .product-score__number {
        border-radius: 4px;
        font-size: 22px;
        padding-bottom: 0;
        letter-spacing: -0.2px;
        width: 40px;
        height: 28px
    }
}

@media screen and (max-width: 1200px) {
    .mini-reviews__header-desktop--top .real-score.visible .real-score__card {
        transition: opacity 0.3s ease;
        position: fixed;
        z-index: 26;
        border-radius: 10px;
        top: 50%;
        left: 50%;
        width: 80vw;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 1;
        visibility: visible
    }

    .mini-reviews__header-desktop--top .real-score.visible .real-score__card__items {
        padding: 12px 15px
    }

    .mini-reviews__header-desktop--top .real-score.visible .real-score__card__item {
        -webkit-animation-name: score-item-appear;
        animation-name: score-item-appear;
        padding: 0;
        background-color: transparent
    }

    .mini-reviews__header-desktop--top .real-score.visible .real-score__card__item:not(:last-child) {
        margin-bottom: 20px
    }

    .mini-reviews__header-desktop--top .real-score.visible .real-score__card__header {
        padding: 15px;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
        background-color: transparent;
        -webkit-animation-name: score-item-appear;
        animation-name: score-item-appear
    }

    .mini-reviews__header-desktop--top .real-score.visible .real-score__card__header .product-score__number {
        padding-bottom: 4px;
        width: 53px;
        height: 40px;
        font-size: 29px;
        line-height: 24px;
        font-weight: 700;
        color: #fff
    }
}

@media screen and (max-width: 1200px) and (max-width: 1200px) {
    .mini-reviews__header-desktop--top .real-score.visible .real-score__card .logo__container {
        display: -webkit-inline-flex;
        display: inline-flex;
        overflow: hidden;
        -webkit-align-self: flex-start;
        align-self: flex-start
    }
}

@media screen and (max-width: 1200px) and (max-width: 1200px) and (max-width: 767px) {
    .mini-reviews__header-desktop--top .real-score.visible .real-score__card .logo__container {
        margin-left: 10px;
        -webkit-align-self: center;
        align-self: center
    }
}

@media screen and (max-width: 1200px) and (max-width: 1200px) {
    .mini-reviews__header-desktop--top .real-score.visible .real-score__card .logo__image {
        display: -webkit-flex;
        display: flex;
        -webkit-align-self: flex-start;
        align-self: flex-start;
        max-width: 130px;
        max-height: 50px
    }
}

@media screen and (max-width: 1200px) and (max-width: 1200px) and (min-width: 1000px) {
    .mini-reviews__header-desktop--top .real-score.visible .real-score__card .logo__image--large {
        max-width: 150px;
        max-height: 58px
    }
}

@media screen and (max-width: 1200px) and (max-width: 1200px) and (max-width: 767px) {
    .mini-reviews__header-desktop--top .real-score.visible .real-score__card .logo__image {
        -webkit-align-self: center;
        align-self: center
    }
}

@media screen and (max-width: 1200px) and (max-width: 1200px) {
    .mini-reviews__header-desktop--top .real-score.visible .real-score__card .logo__container {
        -webkit-align-self: center;
        align-self: center;
        margin: 0
    }
}

@media screen and (max-width: 1200px) {
    .mini-reviews__header-desktop--top .real-score.visible .real-score__card__score {
        background-color: rgba(21, 100, 191, 0.1);
        width: 39px;
        height: 32px;
        font-size: 16px;
        line-height: 15px;
        font-weight: 600;
        color: #1564bf
    }

    .mini-reviews__header-desktop--top .real-score.visible .real-score__card__close-button {
        -webkit-animation-name: score-close-button-appear;
        animation-name: score-close-button-appear
    }

    .mini-reviews__header-desktop--top .real-score.visible .real-score__card__cta {
        -webkit-animation-name: score-item-appear;
        animation-name: score-item-appear
    }

    .mini-reviews__header-desktop--top .real-score.visible .real-score__card__link {
        padding: 17px 0;
        margin: 0;
        position: absolute;
        left: 0;
        bottom: -50px;
        -webkit-animation-name: score-item-appear;
        animation-name: score-item-appear
    }

    .mini-reviews__header-desktop--top .real-score.visible .real-score__card__link--text {
        background-color: rgba(0, 0, 0, 0.5);
        padding: 5px 9px;
        font-size: 14px;
        line-height: 15px;
        font-weight: 400;
        color: #fff;
        width: 145px;
        height: 25px
    }
}

.mini-reviews__header-desktop--top .trophy-score .product-score__number {
    width: 54px;
    height: 30px
}

@media screen and (max-width: 767px) {
    .mini-reviews__header-desktop--top .trophy-score .product-score__number {
        width: 55px;
        height: 28px
    }
}

.mini-reviews__header-desktop--top .trophy-score .chart-product__trophy {
    width: auto;
    height: auto;
    -webkit-align-self: auto;
    align-self: auto;
    background-color: transparent
}

.mini-reviews__header-desktop--top .trophy-score .chart-product__trophy .trophy-icon {
    fill: #ffb401;
    margin-right: 2px
}

@media screen and (max-width: 767px) {
    .mini-reviews__header-desktop--top .trophy-score .chart-product__trophy .trophy-icon {
        width: 14px;
        height: 14px;
        margin-right: 3px
    }
}

.mini-reviews__header-desktop--top .trophy-score.visible .real-score__card__header .product-score__number {
    width: 80px;
    height: 40px
}

.mini-reviews__header-desktop--top .trophy-score.visible .real-score__card__header .chart-product__trophy {
    margin-right: 5px;
    margin-top: 4px
}

.mini-reviews__header-desktop--top .trophy-score.visible .real-score__card__header .chart-product__trophy .trophy-icon {
    width: 21px;
    height: 21px
}

.mini-reviews__header-desktop--top .mini-reviews__review-link {
    width: 100%
}

.mini-reviews__header-desktop a[data-role='mini-review-product-logo'] {
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-self: center;
    align-self: center;
    border-right: 1px solid #e2e2e2;
    height: 50px;
    padding-right: 16px;
    margin-right: 16px
}

.mini-reviews__header-desktop .mini-reviews__left-section {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.mini-reviews__header-desktop__links {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 30px
}

.mini-reviews__header-desktop__links .mini-reviews__review-link {
    margin-right: auto
}

.mini-reviews__header-desktop__links .mini-reviews__phone-container {
    margin-right: 10px
}

.mini-reviews__header-desktop__details {
    width: 100%;
    margin-right: 40px
}

.mini-reviews__header-desktop__reviews-container {
    margin-right: auto
}

.mini-reviews__header__title-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center
}

.mini-reviews__header-mobile--inspiration-container {
    position: relative;
    height: 233px
}

@media screen and (min-width: 768px) {
    .mini-reviews__header-mobile {
        display: none
    }
}

.mini-reviews__header-mobile--inspiration-image {
    position: absolute;
    height: 233px;
    width: calc(100% + 30px);
    top: 0;
    left: -15px
}

.mini-reviews__header-mobile--product-details {
    padding: 20px 15px 10px 15px;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    background-color: white;
    z-index: 20;
    -webkit-transform: translateY(-32px);
    transform: translateY(-32px);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    position: relative
}

@media screen and (max-width: 767px) {
    .mini-reviews__header-mobile--product-details {
        padding: 0
    }
}

.mini-reviews__header-mobile__details-top {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    position: relative
}

.mini-reviews__header-mobile__details-top--first-row {
    display: -webkit-flex;
    display: flex;
    padding: 16px;
    border-bottom: 1px solid #d5d5d5;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 60px;
    box-sizing: border-box
}

.mini-reviews__header-mobile .mini-reviews__position {
    position: absolute;
    top: 0;
    right: 0
}

.mini-reviews__header-mobile .mini-reviews__product-name {
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    color: #2d2d2d
}

@media screen and (max-width: 767px) {
    .mini-reviews__header-mobile .mini-reviews__product-name {
        margin-right: 4px;
        font-weight: 600;
        display: inline-block
    }
}

.mini-reviews__header-mobile .mini-reviews__product-highlight {
    margin-top: 17px
}

@media screen and (max-width: 767px) {
    .mini-reviews__header-mobile .mini-reviews__product-highlight {
        margin-top: 0
    }
}

.mini-reviews__header-mobile .mini-reviews__product-deatils {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 16px
}

.mini-reviews__header-mobile__details-bottom {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%
}

.mini-reviews__header-mobile__details-bottom.with-phone .mini-reviews__cta-button {
    background-color: white;
    border-color: #ff4a64;
    color: #ff4a64
}

.mini-reviews__header-mobile .mini-reviews__cta-button {
    width: 100%;
    height: 45px;
    margin: 16px
}

.mini-reviews__header-mobile .mini-reviews__phone-container {
    width: 100%;
    height: auto
}

.mini-reviews__header-mobile .phone-mobile {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    margin-right: 11px
}

.mini-reviews__header-mobile .phone__mobile--button {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center
}

.mini-reviews__header-mobile__reviews-link {
    position: absolute;
    bottom: -60px;
    left: 0
}

.mini-reviews__header-mobile__reviews-container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 16px
}

.mini-reviews__header-mobile__reviews-container .mini-reviews__review-link {
    font-size: 14px
}

.mini-reviews__header--product-details {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-shrink: 2;
    flex-shrink: 2
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
    .mini-reviews__header .with-phone {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .mini-reviews__header .with-phone .mini-reviews__review-link {
        margin-right: unset;
        -webkit-order: 3;
        order: 3;
        margin-top: 16px
    }

    .mini-reviews__header .with-phone .mini-reviews__cta-button {
        margin-right: calc(100% - 310px)
    }
}

.mini-reviews__bullet-points {
    margin: 40px 0 0 0;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box
}

@media screen and (max-width: 767px) {
    .mini-reviews__bullet-points {
        margin-top: 6px
    }
}

.mini-reviews__bullet-points__item {
    box-sizing: border-box;
    list-style-type: none;
    margin-bottom: 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
    font-size: 16px;
    line-height: 1.69;
    font-weight: normal;
    color: #2d2d2d
}

.mini-reviews__bullet-points__item:last-of-type {
    margin: 0
}

.mini-reviews__bullet-points__icon {
    fill: #1789d5;
    box-sizing: border-box;
    margin-right: 8px;
    margin-top: 8px;
    min-width: 13px;
    min-height: 13px;
    width: 13px;
    height: 10px
}

.mini-reviews__bullet-points__content {
    -webkit-flex-shrink: 2;
    flex-shrink: 2
}

.mini-reviews__bullet-points__display-name {
    font-weight: 600
}

.mini-reviews__bullet-points__display-name:after {
    content: ' - ';
    font-weight: normal
}

.mini-reviews__bullet-points__text-after-value:before {
    content: ', '
}

.mini-reviews__product-description {
    margin: 40px 0 0 0
}

.mini-reviews__product-description:not(:first-of-type) {
    margin: 45px 0 0 0
}

.mini-reviews__footer {
    box-sizing: border-box;
    margin-top: 40px;
    background-color: #f5f5f5;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px
}

@media screen and (max-width: 767px) {
    .mini-reviews__footer {
        margin-top: 30px
    }
}

.mini-reviews__footer__buttons {
    display: -webkit-flex;
    display: flex;
    margin-left: auto
}

@media screen and (min-width: 768px) {
    .mini-reviews__footer__phone-mobile {
        display: none
    }
}

.mini-reviews__footer .mini-reviews__product-name {
    margin: 0 10px 0 25px;
    font-size: 16px
}

.mini-reviews__footer__product-content {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.mini-reviews__icon-container {
    background-color: white;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 45px;
    height: 45px
}

.mini-reviews__icon-image {
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.mini-reviews__review-link {
    border: none;
    background: transparent;
    outline: none;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    color: #1789d5
}

.cards-gallery {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-flex: 1;
    flex: 1;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    position: relative
}

.cards-gallery * {
    box-sizing: border-box
}

.cards-gallery__cards-wrap {
    overflow: auto;
    display: -webkit-flex;
    display: flex;
    scroll-behavior: smooth;
    padding: 10px 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: 100%;
    height: 100%
}

@media screen and (min-width: 1000px) {
    .cards-gallery__cards-wrap {
        margin-left: 8px;
        margin-right: -5px
    }
}

.cards-gallery__cards-wrap::-webkit-scrollbar {
    display: none;
    background: transparent
}

.cards-gallery__prev-button,
.cards-gallery__next-button {
    position: absolute;
    top: 51%;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
    background-color: white;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -22px;
    transition: 0.6s ease;
    overflow: hidden;
    border: none;
    padding: 0;
    outline: none;
    opacity: 1;
    z-index: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 45px;
    height: 45px
}

@media screen and (max-width: 999px) {

    .cards-gallery__prev-button,
    .cards-gallery__next-button {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

.cards-gallery__next-button {
    right: -22px
}

.cards-gallery__prev-button {
    left: -22px
}

.cards-gallery__arrow-left {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.cards-gallery__arrow-right,
.cards-gallery__arrow-left {
    position: relative;
    cursor: pointer;
    width: 20px;
    height: 15px
}

.cards-gallery__arrow-right:hover,
.cards-gallery__arrow-left:hover {
    transition: all 0.3s ease
}

.product-testimonials {
    margin-bottom: 50px;
    width: 100%
}

.product-testimonials .post-card {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2)
}

.product-testimonials .post-card * {
    box-sizing: border-box
}

.product-testimonials .post-card__header {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    background-color: #eee;
    padding: 15px
}

.product-testimonials .post-card__header .avatar {
    display: -webkit-flex;
    display: flex;
    border-radius: 50px;
    overflow: hidden;
    border: 2px solid #ff4a64;
    width: 68px;
    height: 68px
}

.product-testimonials .post-card__header .avatar>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    text-align: center
}

.product-testimonials .post-card__header .avatar {
    margin-right: 10px
}

.product-testimonials .post-card__header__title-wrap {
    -webkit-flex-direction: column;
    flex-direction: column
}

.product-testimonials .post-card__header__title-wrap label {
    font-size: 14px;
    line-height: 16px;
    color: #797979;
    margin: 0
}

.product-testimonials .post-card__header__title-wrap h2,
.product-testimonials .post-card__header__title-wrap h3 {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    color: #2d2d2d
}

.product-testimonials .post-card__body {
    background-color: #ffffff;
    padding: 15px
}

.product-testimonials>h2 {
    margin: 0 15px 23px
}

.product-testimonials__product-visit-button {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    text-decoration: none;
    color: #2d2d2d
}

@media screen and (max-width: 999px) {
    .product-testimonials__product-visit-button {
        min-width: 260px;
        width: 260px
    }

    .product-testimonials__product-visit-button:first-child>.post-card {
        margin-left: 16px
    }

    .product-testimonials__product-visit-button:last-child>.post-card {
        margin-right: 16px
    }
}

@media screen and (min-width: 1000px) {
    .product-testimonials__product-visit-button {
        -webkit-order: 3;
        order: 3;
        min-width: 33.33%;
        width: 33.33%
    }
}

.product-testimonials__item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0 8px
}

.product-testimonials__item .post-card__body {
    -webkit-align-content: space-between;
    align-content: space-between;
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column
}

.product-testimonials__item__post-body {
    position: relative;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1
}

.product-testimonials__item__post-body__quote-icon {
    padding-right: 7px;
    margin-bottom: 10px;
    width: 36px;
    height: 24px;
    fill: #d5d5d5
}

.product-testimonials__item__post-body__bottom-line {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    line-height: 1.2
}

.product-testimonials__item__post-body__description {
    font-size: 16px;
    margin: 5px 0;
    line-height: 20px
}

.product-testimonials__item__post-footer {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin: 10px 0;
    -webkit-align-items: center;
    align-items: center
}

.product-testimonials__item__post-footer__logo {
    height: 30px;
    width: auto;
    margin-right: 10px
}

.product-testimonials__item__post-footer__cta {
    font-size: 14px;
    line-height: 13px;
    font-weight: 700;
    color: #1789d5;
    transition: color 0.3s ease;
    text-decoration: none
}

.product-testimonials__item__post-footer__cta:after {
    display: inline-block;
    content: ' ';
    width: 11px;
    height: 11px;
    transition: all 0.3s ease;
    margin-left: 6px
}

.product-testimonials__item__post-footer__cta:hover {
    color: #1564bf;
    transition: all 0.3s ease
}

.product-testimonials__item__post-footer__cta:hover:after {
    transition: all 0.3s ease
}

@-webkit-keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.ninja-loader .lds-ring-wrapper {
    position: relative;
    width: 71px;
    height: 71px;
    margin: auto;
    left: -10px
}

.ninja-loader .lds-ring-wrapper .lds-ring {
    width: 71px;
    height: 71px
}

.ninja-loader .lds-ring-wrapper .lds-ring div {
    box-sizing: border-box;
    position: absolute;
    margin: 8px;
    border: 8px solid #ff4a64;
    border-radius: 100%;
    -webkit-animation: lds-ring 1.5s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    animation: lds-ring 1.5s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #ff4a64 transparent transparent transparent;
    width: 71px;
    height: 71px
}

.ninja-loader .lds-ring-wrapper .lds-ring div:nth-child(1) {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s
}

.ninja-loader .lds-ring-wrapper .lds-ring div:nth-child(2) {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s
}

.ninja-loader .lds-ring-wrapper .lds-ring div:nth-child(3) {
    -webkit-animation-delay: -0.15s;
    animation-delay: -0.15s
}

.ninja-loader .lds-ring-wrapper .lds-ring.inner {
    position: absolute;
    top: -5px;
    right: 4px;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 31px;
    height: 31px
}

.ninja-loader .lds-ring-wrapper .lds-ring.inner div {
    width: 35px;
    height: 35px;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) reverse infinite
}

.ninja-loader .lds-ring-wrapper .lds-ring.inner div:nth-child(1) {
    -webkit-animation-delay: -0.45s;
    animation-delay: -0.45s
}

.ninja-loader .lds-ring-wrapper .lds-ring.inner div:nth-child(2) {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s
}

.ninja-loader .lds-ring-wrapper .lds-ring.inner div:nth-child(3) {
    -webkit-animation-delay: -0.15s;
    animation-delay: -0.15s
}

.services-not-available-disclaimer {
    text-align: initial;
    -webkit-align-self: stretch;
    align-self: stretch;
    background-color: #010233;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 35
}

.services-not-available-disclaimer.hidden {
    display: none
}

@media screen and (min-width: 768px) {
    .services-not-available-disclaimer {
        position: static;
        top: initial;
        left: initial;
        z-index: initial
    }
}

.services-not-available-disclaimer__content {
    max-width: 1200px;
    padding: 15px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box
}

.services-not-available-disclaimer__text {
    margin-right: 11px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #fff
}

@media screen and (min-width: 768px) {
    .services-not-available-disclaimer__text {
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        color: #fff
    }
}

.services-not-available-disclaimer__close-btn {
    background-color: #ffffff;
    width: 112px;
    height: 30px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    transition: all 300ms ease;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    color: #010233
}

@media screen and (min-width: 768px) {
    .services-not-available-disclaimer__close-btn {
        width: 160px;
        height: 28px;
        font-size: 15px;
        line-height: 20px;
        font-weight: 600;
        color: #010233
    }
}

.services-not-available-disclaimer__close-btn:hover {
    background-color: #34355c;
    color: white
}

[data-role='footer-container'] {
    width: 100%;
    margin-top: 70px
}

@media screen and (max-width: 767px) {
    [data-role='footer-container'] {
        margin-top: 50px
    }
}

.last-visited {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    font-family: hurmegeometricsans_no3_6, Gilroy, Almarai;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #d5d5d5
}

@media screen and (max-width: 999px) {
    .last-visited {
        margin-top: 50px;
        padding-top: 50px
    }
}

.last-visited__title {
    color: #222222;
    font-family: hurmegeometricsans_no3_6, Gilroy, Almarai;
    width: 100%;
    font-size: 18px;
    line-height: 21px;
    font-weight: 700
}

.last-visited__items {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0
}

.last-visited__item {
    margin: 0;
    padding: 20px 0 0 0
}

.last-visited__item__link {
    text-decoration: none;
    cursor: pointer;
    font-size: 15px;
    line-height: 19px;
    font-weight: 400;
    color: #1789d5
}

.last-visited__item__link:hover {
    color: #1e47ba
}

.adv-disc {
    display: -webkit-flex;
    display: flex;
    position: relative
}

.adv-disc__text p:first-of-type {
    margin-top: 0
}

.adv-disc__button {
    background-color: transparent;
    color: #797979;
    border: none;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    padding: 0;
    transition: opacity 300ms ease-in-out, visibility 100ms ease-in-out, color 300ms linear;
    white-space: nowrap;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400
}

@media screen and (max-width: 767px) {
    .adv-disc__button {
        font-size: 16px;
        cursor: default
    }
}

.adv-disc__button span {
    color: inherit
}

.adv-disc__button:hover,
.adv-disc__button--open {
    color: #2d2d2d
}

@media screen and (max-width: 999px) {
    .adv-disc__receive-fees-disclosure__container {
        display: none
    }
}

.adv-disc__receive-fees-disclosure__text {
    color: #797979;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400
}

.adv-disc__receive-fees-disclosure__text:after {
    display: inline-block;
    content: ' ';
    margin: 6px 9px 0 9px;
    background: #797979;
    width: 1px;
    height: 11px
}

.adv-disc__container {
    visibility: visible;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 450px;
    position: absolute;
    top: 15px;
    right: 0;
    z-index: 26;
    margin-top: 8px;
    opacity: 1;
    transition: opacity 300ms ease-in-out, visibility 100ms ease-in-out;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #2d2d2d
}

.adv-disc__container--hidden {
    pointer-events: none;
    opacity: 0;
    visibility: hidden
}

@media screen and (max-width: 999px) {
    .adv-disc__container {
        position: fixed;
        top: 50%;
        left: 50%;
        width: 80%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

.adv-disc__content {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border: 1px solid #efefef;
    background-color: #ffffff;
    padding: 20px;
    box-sizing: border-box
}

.adv-disc__text {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #2d2d2d
}

.adv-disc__text>* {
    margin: 0
}

.adv-disc__text a {
    text-decoration: none;
    color: #1789d5;
    transition: color 0.3s linear;
    font-weight: 700
}

.adv-disc__text a:hover {
    color: #1564bf
}

.adv-disc a:hover {
    color: #1564bf
}

.adv-disc__close {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 20px;
    cursor: pointer;
    background: transparent;
    text-decoration: none;
    padding: 0;
    border: none;
    -webkit-align-self: center;
    align-self: center;
    transition: color 0.3s ease-in;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    color: #1789d5
}

@media screen and (max-width: 999px) {
    .adv-disc__close {
        -webkit-align-self: center;
        align-self: center;
        cursor: default;
        font-size: 14px;
        line-height: 16px;
        font-weight: 700;
        color: #1789d5
    }
}

.adv-disc__close:active,
.adv-disc__close:focus {
    outline: 0
}

.adv-disc__close:hover {
    color: #1564bf
}

.adv-disc__close__label {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
    text-decoration: none
}

.adv-disc__close__icon {
    display: none
}

.chart-list__heading {
    margin-bottom: 5px;
    font-weight: 700;
    color: #2d2d2d;
    font-size: 18px
}

.chart-list__items {
    list-style: none;
    padding: 0;
    margin: 0
}

.chart-list__item {
    margin-top: 10px
}

.chart-list__item__title {
    font-size: 13px;
    line-height: 19px;
    font-weight: 700;
    color: #2d2d2d;
    display: block;
    margin: 0 0 5px
}

.chart-list__item__sub-title {
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    color: #797979;
    margin: 0 0 10px 0
}

.chart-list__item__link {
    font-size: 13px;
    line-height: 13px;
    font-weight: 400;
    color: #0076ff;
    letter-spacing: 0.3px;
    text-decoration: none;
    cursor: pointer
}

.image-header {
    width: 100%;
    max-width: 1300px;
    height: 330px;
    box-sizing: border-box;
    display: block;
    margin: 0;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    position: relative
}

@media screen and (max-width: 767px) {
    .image-header {
        color: #2d2d2d;
        height: auto
    }

    .image-header.marchex-api {
        margin-bottom: 15px;
        background: #040234;
        box-sizing: border-box
    }

    .image-header.marchex-api .image-header__content {
        padding: 21px 15px 17px
    }

    .image-header.marchex-api .image-header__background-image,
    .image-header.marchex-api .last-updated-mobile,
    .image-header.marchex-api .title {
        display: none
    }

    .image-header[data-allow-mobile='false'] .image-header__background-image {
        display: none
    }

    .image-header[data-allow-mobile='false'] .image-header__content {
        padding: 30px 15px
    }

    .image-header[data-allow-mobile='true'] {
        min-height: 200px;
        max-height: 340px;
        overflow: hidden;
        color: #fff;
        margin-bottom: 10px
    }

    .image-header[data-allow-mobile='true'] .image-header__content {
        color: #fff;
        padding: 20px 15px;
        width: 75%
    }

    .image-header[data-allow-mobile='true'] .image-header__content .desc {
        color: inherit;
        padding-top: 0
    }

    .image-header[data-allow-mobile='true'] .title .first-title,
    .image-header[data-allow-mobile='true'] .title .second-title {
        display: block
    }

    .image-header[data-allow-mobile='true'] .last-updated-mobile {
        color: #fff;
        background-color: rgba(58, 58, 58, 0.29);
        margin-bottom: 11px
    }


    .image-header[data-allow-mobile='true'] .last-updated-mobile .last-updated-text {
        color: #fff
    }
}

@media screen and (min-width: 1000px) {
    .image-header .page-header-bullets {
        font-size: 18px
    }

    .image-header .page-header-bullets li:before {
        margin-top: 9px
    }
}

@media screen and (min-width: 768px) {
    .image-header .page-header-bullets+.last-updated {
        bottom: 48px
    }
}

.image-header .last-updated {
    bottom: 110px
}

.image-header .last-updated.bgc-search-wgt-exists {
    bottom: 77px
}

.image-header .last-updated.localization {
    bottom: 56px
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .image-header .last-updated.localization {
        bottom: 28px
    }
}

@media screen and (max-width: 999px) {
    .image-header .last-updated {
        bottom: 15px
    }
}

.image-header .disclosure-text-mobile {
    padding-bottom: 29px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #797979
}

@media screen and (min-width: 768px) {
    .image-header .disclosure-text-mobile {
        display: none
    }
}

.image-header--offset .last-updated {
    bottom: 75px
}

@media screen and (max-width: 999px) {
    .image-header--offset .last-updated {
        bottom: 15px
    }
}

.image-header__container {
    width: 100%;
    height: 100%;
    position: relative;
    max-width: 1200px;
    margin: 0 auto
}

.image-header .title {
    max-width: 670px;
    color: inherit;
    margin-bottom: 16px;
    overflow: hidden;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700
}

.image-header .title:last-child {
    margin-bottom: 0
}

.image-header .title span {
    display: block
}

@media screen and (min-width: 768px) {
    .image-header .title.localization {
        margin-bottom: 20px
    }
}

@media screen and (max-width: 999px) {
    .image-header .title {
        max-width: 500px
    }
}

@media screen and (max-width: 767px) {
    .image-header .title {
        max-width: 100%;
        max-height: none
    }
}

.image-header .title .highlighted-text {
    color: #ff4a64
}

@media screen and (min-width: 768px) {
    .image-header .title .first-title {
        max-height: 68px;
        overflow: hidden
    }
}

@media screen and (min-width: 1000px) {
    .image-header .title .first-title {
        max-height: 36px
    }
}

@media screen and (min-width: 768px) {
    .image-header .title .second-title {
        max-height: 36px;
        overflow: hidden
    }
}

.image-header .desc {
    max-width: 670px;
    max-height: 56px;
    padding: 0;
    margin: 0 0 16px;
    overflow: hidden;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #fff
}

.image-header .desc.localization {
    margin: 0 0 14px 0
}

.image-header .desc:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 999px) {
    .image-header .desc {
        max-height: 84px;
        max-width: 500px
    }
}

@media screen and (max-width: 767px) {
    .image-header .desc {
        display: block;
        margin: 0;
        max-height: none;
        font-size: 18px;
        line-height: 28px;
        font-weight: 400;
        color: #2d2d2d
    }
}

@media screen and (min-width: 768px) {
    .image-header__content {
        padding: 40px 15px 0
    }
}

@media screen and (max-width: 767px) {
    .image-header__content {
        padding: 15px 15px 30px;
        max-width: 100%;
        height: auto
    }
}

.image-header__content .last-updated {
    display: none
}

@media screen and (min-width: 768px) {
    .image-header__content .last-updated {
        position: absolute;
        top: auto;
        display: -webkit-inline-flex;
        display: inline-flex;
        padding: 0 5px 1px 2px;
        background-color: rgba(45, 45, 45, 0.4);
        font-size: 14px;
        line-height: 18px;
        font-weight: 600;
        color: #fff
    }

    .image-header__content .last-updated:before {
        content: '';
        display: inline-block;
        width: 14px;
        height: 14px;
        padding: 3px
    }

    .image-header__content .last-updated .last-updated-text {
        font-size: 14px;
        line-height: 18px;
        font-weight: 400;
        color: #fff
    }
}

.image-header__content .last-updated-mobile {
    display: none
}

@media screen and (max-width: 767px) {
    .image-header__content .last-updated-mobile {
        position: relative;
        display: -webkit-inline-flex;
        display: inline-flex;
        padding: 1px 3px 1px 2px;
        margin-bottom: 13px;
        bottom: 0;
        background-color: #e2e2e2;
        font-size: 14px;
        line-height: 18px;
        font-weight: 600;
        color: #2d2d2d
    }

    .image-header__content .last-updated-mobile:before {
        content: '';
        display: inline-block;
        width: 14px;
        height: 14px;
        padding: 3px
    }

    .image-header__content .last-updated-mobile .last-updated-text {
        font-size: 14px;
        line-height: 18px;
        font-weight: 400;
        color: #2d2d2d
    }
}

.image-header__background-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25)
}

.image-header__background-image {
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%
}

.mobile-header {
    color: #2d2d2d;
    overflow: hidden;
    padding: 19px 15px 0;
    width: 100%
}

.mobile-header__title {
    min-height: 70px;
    margin-bottom: 13px;
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    color: #2d2d2d;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center
}

.mobile-header__title .second-title {
    margin-bottom: 10px
}

.mobile-header__title.with-bullets {
    min-height: initial;
    margin-bottom: 16px
}

.mobile-header__title.with-bullets .second-title {
    margin-bottom: 0
}

.mobile-header__title .highlighted-text {
    color: #ff4a64
}

.mobile-header__title.localization {
    margin-bottom: 0
}

.mobile-header [data-role='chart-header-text-bullets'] {
    margin-bottom: 20px
}

.mobile-header .last-update {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    color: #2d2d2d
}

.mobile-header .last-update:before {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    padding: 3px
}

.mobile-header .last-update span:last-child {
    font-weight: 600
}

.mobile-header .top3-products {
    margin-bottom: 10px
}

.mobile-header .top3-products__title {
    padding-left: 0
}

.mobile-header .top3-products__items {
    padding-left: 0
}

.mobile-header__bullet-points {
    margin: 20px 0 5px 0;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box
}

.mobile-header__bullet-points__item {
    box-sizing: border-box;
    list-style-type: none;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
    font-size: 16px;
    line-height: 27px;
    font-weight: normal;
    color: #2d2d2d
}

.mobile-header__bullet-points__item:last-of-type {
    margin: 0
}

.mobile-header__bullet-points__icon {
    fill: #2d2d2d;
    box-sizing: border-box;
    margin-right: 18px;
    margin-top: 10.5px;
    min-width: 6px;
    min-height: 6px;
    width: 6px;
    height: 6px
}

.mobile-header__bullet-points__content {
    -webkit-flex-shrink: 2;
    flex-shrink: 2
}

.mobile-header__bullet-points__display-name {
    font-weight: 600
}

.mobile-header__bullet-points__text-after-value:before {
    content: ', '
}

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

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

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

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

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

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

.zip-code-form {
    position: relative
}

.zip-code-form .btn-style {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    box-sizing: border-box;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 0 4px 4px 0;
    padding-right: 11px;
    transition: all 0.25s
}

@media screen and (min-width: 376px) {
    .zip-code-form .btn-style {
        width: 120px
    }
}

@media screen and (min-width: 768px) {
    .zip-code-form .btn-style {
        width: 140px
    }
}

.zip-code-form .valid {
    opacity: 0
}

.zip-code-form .error {
    opacity: 1
}

.zip-code-form.valid .zip-code-form__validation {
    pointer-events: none
}

.zip-code-form.valid .valid {
    opacity: 1
}

.zip-code-form.valid .error {
    opacity: 0
}

.zip-code-form.check-validation-mode .zip-code-form__location {
    opacity: 0
}

.zip-code-form.check-validation-mode .zip-code-form__validation {
    opacity: 1
}

.zip-code-form.check-validation-mode.valid .zip-code-form__btn-submit {
    background: #ff4a64;
    cursor: pointer;
    z-index: 10
}

.zip-code-form.check-validation-mode.valid .zip-code-form__btn-submit-svg {
    -webkit-animation: moveArrow 0.5s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    animation: moveArrow 0.5s cubic-bezier(0.5, 0, 0.5, 1) infinite
}

.zip-code-form.check-validation-mode.valid .zip-code-form__btn-submit:hover {
    background-color: #bc284b
}

.zip-code-form.edit_mode_on .zip-code-form__btn-edit {
    display: none
}

.zip-code-form.edit_mode_on .zip-code-form__btn-submit {
    display: -webkit-flex;
    display: flex
}

.zip-code-form.zip-code-empty:not(.edit_mode_on) .zip-code-form__location {
    -webkit-filter: invert(69%) sepia(0%) saturate(4%) hue-rotate(41deg) brightness(100%) contrast(95%);
    filter: invert(69%) sepia(0%) saturate(4%) hue-rotate(41deg) brightness(100%) contrast(95%)
}

.zip-code-form__validation {
    right: auto;
    left: 9px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    opacity: 0
}

.zip-code-form__validation-svg {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto
}

.zip-code-form__validation-svg.error {
    cursor: pointer
}

.zip-code-form__location {
    right: auto;
    left: 9px;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
    position: absolute;
    opacity: 1
}

.zip-code-form__input {
    width: 100%;
    height: 45px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    border: none;
    box-sizing: border-box;
    padding: 0;
    padding-left: 32px;
    padding-right: 50px;
    outline: none;
    font-size: 16px;
    line-height: 45px;
    font-weight: 600;
    color: #2d2d2d
}

@media screen and (min-width: 376px) {
    .zip-code-form__input {
        padding-right: 121px
    }
}

@media screen and (min-width: 768px) {
    .zip-code-form__input {
        font-size: 18px;
        padding-right: 140px
    }
}

.zip-code-form__input::-webkit-input-placeholder {
    font-weight: 400;
    color: #adadad
}

.zip-code-form__input::placeholder,
.zip-code-form__input::-webkit-input-placeholder {
    font-weight: 400;
    color: #adadad
}

.zip-code-form__btn-edit {
    display: -webkit-flex;
    display: flex;
    background: #ffffff;
    cursor: pointer;
    transition: all 0.25s ease-in;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: #ff4a64
}

@media screen and (min-width: 768px) {
    .zip-code-form__btn-edit {
        font-size: 18px
    }
}

.zip-code-form__btn-edit:before {
    content: '';
    border-left: 1px solid #d5d5d5;
    height: 62%;
    padding-left: 11px
}

.zip-code-form__btn-edit-svg {
    pointer-events: none;
    fill: #ff4a64;
    stroke: #ff4a64
}

.zip-code-form__btn-edit-text {
    display: none;
    pointer-events: none;
    padding-left: 6px
}

.zip-code-form__btn-edit:hover {
    color: #bc284b;
    transition: all 0.25s ease-out
}

.zip-code-form__btn-edit:hover .zip-code-form__btn-edit-svg {
    fill: #bc284b;
    stroke: #bc284b
}

@media screen and (min-width: 376px) {
    .zip-code-form__btn-edit-text {
        display: -webkit-inline-flex;
        display: inline-flex
    }
}

.zip-code-form__btn-submit {
    display: none;
    background: #adadad;
    position: absolute;
    outline: none;
    border: none;
    -webkit-align-items: center;
    align-items: center;
    cursor: default
}

.zip-code-form__btn-submit-svg {
    position: relative;
    top: 2px
}

.zip-code-form__btn-submit-text {
    display: none;
    padding: 0 8px;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    color: #fff
}

@media screen and (min-width: 768px) {
    .zip-code-form__btn-submit-text {
        font-size: 18px
    }
}

@media screen and (min-width: 376px) {
    .zip-code-form__btn-submit-text {
        display: -webkit-inline-flex;
        display: inline-flex
    }
}

.zip-code-form-localization .btn-style {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    border-left: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    width: 70px;
    height: 24px;
    transition: all 0.25s
}

@media screen and (min-width: 321px) and (max-width: 767px) {
    .zip-code-form-localization .btn-style {
        left: 275px
    }
}

.zip-code-form-localization.showCancel .zip-code-form-localization__cancel {
    display: unset
}

.zip-code-form-localization.valid.valid .zip-code-form-localization__btn-submit {
    background: #ff4a64;
    cursor: pointer
}

.zip-code-form-localization.valid.valid .zip-code-form-localization__btn-submit:hover {
    background-color: #bc284b
}

.zip-code-form-localization.valid.valid .zip-code-form-localization__ok {
    display: unset
}

.zip-code-form-localization.valid.valid .zip-code-form-localization__ok.long {
    left: 126px
}

.zip-code-form-localization.valid.valid .zip-code-form-localization__input {
    border: 1px solid #d5d5d5
}

.zip-code-form-localization.edit_mode_on .zip-code-form-localization__btn-edit {
    display: none
}

.zip-code-form-localization.edit_mode_on .zip-code-form-localization__btn-submit {
    display: -webkit-flex;
    display: flex;
    width: 48px;
    height: 40px;
    background: #e2e2e2;
    border: 1px solid #d5d5d5;
    border-left: none
}

@media screen and (min-width: 321px) and (max-width: 767px) {
    .zip-code-form-localization.edit_mode_on .zip-code-form-localization__btn-submit {
        left: 300px
    }
}

.zip-code-form-localization.edit_mode_on .zip-code-form-localization__location {
    -webkit-filter: invert(72%) sepia(97%) saturate(1%) hue-rotate(5deg) brightness(105%) contrast(93%);
    filter: invert(72%) sepia(97%) saturate(1%) hue-rotate(5deg) brightness(105%) contrast(93%)
}

.zip-code-form-localization__wrap {
    position: absolute
}

.zip-code-form-localization__location {
    right: auto;
    left: 9px
}

.zip-code-form-localization__ok {
    display: none;
    right: auto;
    left: 88px
}

.zip-code-form-localization__cancel {
    display: none;
    right: 80px
}

.zip-code-form-localization__warning {
    top: 54px;
    position: absolute;
    fill: white
}

.zip-code-form-localization__input {
    width: 400px;
    height: 40px;
    border: 1px solid #d5d5d5;
    box-sizing: border-box;
    padding: 0 50px 0 32px;
    outline: none;
    transition: 0.1s ease all;
    font-size: 16px;
    line-height: 45px;
    font-weight: 0;
    color: #2d2d2d
}

@media screen and (min-width: 376px) {
    .zip-code-form-localization__input {
        padding-right: 121px
    }
}

.zip-code-form-localization__input::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #797979
}

.zip-code-form-localization__input::placeholder,
.zip-code-form-localization__input::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #797979
}

.zip-code-form-localization__input:focus {
    border-bottom: 1px solid #ff4a64
}

.zip-code-form-localization__input:focus::-webkit-input-placeholder {
    color: #2d2d2d
}

.zip-code-form-localization__input:focus:-ms-input-placeholder {
    color: #2d2d2d
}

.zip-code-form-localization__input:focus::-ms-input-placeholder {
    color: #2d2d2d
}

.zip-code-form-localization__input:focus::placeholder {
    color: #2d2d2d
}

.zip-code-form-localization__input:hover::-webkit-input-placeholder {
    color: #2d2d2d
}

.zip-code-form-localization__input:hover:-ms-input-placeholder {
    color: #2d2d2d
}

.zip-code-form-localization__input:hover::-ms-input-placeholder {
    color: #2d2d2d
}

.zip-code-form-localization__input:hover::placeholder {
    color: #2d2d2d
}

.zip-code-form-localization__input:hover~.zip-code-form-localization__location {
    -webkit-filter: invert(72%) sepia(97%) saturate(1%) hue-rotate(5deg) brightness(105%) contrast(93%);
    filter: invert(72%) sepia(97%) saturate(1%) hue-rotate(5deg) brightness(105%) contrast(93%)
}

@media screen and (max-width: 767px) {
    .zip-code-form-localization__input {
        width: 345px
    }
}

.zip-code-form-localization__btn-edit {
    display: -webkit-flex;
    display: flex;
    background: #ffffff;
    cursor: pointer;
    transition: all 0.25s ease-in;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: #ff4a64
}

@media screen and (min-width: 768px) {
    .zip-code-form-localization__btn-edit {
        font-size: 16px
    }
}

.zip-code-form-localization__btn-edit-svg {
    padding-left: 8px
}

.zip-code-form-localization__btn-edit-text {
    padding-left: 6px
}

.zip-code-form-localization__btn-edit:hover {
    color: #bc284b;
    transition: all 0.25s ease-out
}

@media screen and (min-width: 376px) {
    .zip-code-form-localization__btn-edit-text {
        display: -webkit-inline-flex;
        display: inline-flex
    }
}

.zip-code-form-localization__btn-submit {
    display: none;
    background: #adadad;
    position: absolute;
    outline: none;
    border: none;
    -webkit-align-items: center;
    align-items: center;
    cursor: default
}

.zip-code-form-localization__btn-submit-svg {
    position: relative;
    top: 2px
}

.zip-code-form-localization__btn-submit-text {
    display: none;
    padding: 0 8px;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    color: #fff
}

@media screen and (min-width: 768px) {
    .zip-code-form-localization__btn-submit-text {
        font-size: 18px
    }
}

@media screen and (min-width: 376px) {
    .zip-code-form-localization__btn-submit-text {
        display: -webkit-inline-flex;
        display: inline-flex
    }
}

.location-label {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.location-label__svg {
    padding-right: 5px
}

.location-label__location {
    color: #797979;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.1px;
    line-height: 17px
}

.carousel--gallery-container {
    position: relative;
    overflow: hidden;
    width: 100%
}

@media screen and (max-width: 767px) {
    .carousel--gallery-container {
        width: 100vw;
        height: 233px
    }
}

.carousel--gallery-container:before {
    content: ' ';
    background-blend-mode: multiply;
    background-image: linear-gradient(0deg, #000 0%, rgba(255, 255, 255, 0) 66%);
    opacity: 0.5;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit
}

.carousel--gallery-container:hover .carousel--arrow {
    opacity: 1
}

.carousel--gallery-images {
    position: absolute;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    top: 0;
    left: 0;
    transition: left 0.6s
}

.carousel--navigation-bar {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 15px;
    z-index: 1;
    display: -webkit-flex;
    display: flex
}

@media screen and (max-width: 767px) {
    .carousel--navigation-bar {
        bottom: 47px
    }
}

.carousel--navigation-icon {
    width: 7px;
    height: 7px;
    box-sizing: border-box;
    border: 1px solid white;
    border-radius: 50%
}

.carousel--navigation-icon.active {
    background-color: white
}

.carousel--navigation-icon:not(:first-of-type) {
    margin-left: 10px
}

.carousel--single-image {
    position: relative;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .carousel--single-image {
        max-width: 635px;
        max-height: 394px
    }
}

@media screen and (max-width: 767px) {
    .carousel--single-image {
        max-width: unset;
        max-height: 233px;
        min-height: 233px
    }
}

.carousel--single-image-container {
    position: absolute;
    top: 0;
    left: 0
}

.carousel--single-image .carousel--image {
    display: none
}

@media screen and (min-width: 768px) {
    .carousel--single-image .carousel--image.image-element {
        max-width: 635px;
        max-height: 394px;
        width: 100%;
        display: block
    }
}

.carousel--single-image .carousel--image.inline-background-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.carousel--single-image .carousel--image.inline-background-image:before {
    display: block;
    content: '';
    width: 100%;
    padding-top: 56.66%;
    z-index: -1
}

@media screen and (max-width: 767px) {
    .carousel--single-image .carousel--image.inline-background-image {
        max-width: unset;
        min-height: 233px;
        max-height: 233px;
        display: block
    }
}

.carousel--arrow {
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    transition: opacity 0.3s, box-shadow 0.3s;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    z-index: 1;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media screen and (max-width: 767px) {
    .carousel--arrow {
        display: none
    }
}

.carousel--arrow:hover {
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25)
}

.carousel--arrow:after {
    content: '';
    display: -webkit-inline-flex;
    display: inline-flex;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 11px;
    line-height: 32px;
    width: 16px;
    height: 12px;
    transition: 0.3s
}

.carousel--arrow.arrow-left {
    left: 15px;
    -webkit-transform: rotateY(180deg) translateY(-50%);
    transform: rotateY(180deg) translateY(-50%)
}

.carousel--arrow.arrow-right {
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.carousel--arrow.disabled:after {
    content: '';
    display: -webkit-inline-flex;
    display: inline-flex;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 11px;
    line-height: 32px;
    width: 16px;
    height: 12px
}

.carousel--arrow:hover:after {
    content: '';
    display: -webkit-inline-flex;
    display: inline-flex;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 11px;
    line-height: 32px;
    width: 16px;
    height: 12px
}

.pros-and-cons {
    display: -webkit-flex;
    display: flex;
    margin-top: 40px
}

.pros-and-cons__section {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.pros-and-cons__section:first-of-type {
    margin-right: 35px
}

.pros-and-cons__title {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    line-height: 1.69;
    font-weight: 600;
    color: #2d2d2d
}

.pros-and-cons__title:after {
    content: ' ';
    margin-top: 14px;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    border-bottom: 1px solid #d5d5d5
}

.pros-and-cons__list {
    margin: 0;
    padding: 0
}

.pros-and-cons__text {
    font-size: 14px;
    line-height: 1.36;
    font-weight: normal;
    color: #2d2d2d;
    -webkit-flex-shrink: 2;
    flex-shrink: 2
}

.pros-and-cons__icon {
    width: 13px;
    height: 10px;
    min-width: 13px;
    min-height: 13px;
    box-sizing: border-box;
    margin-right: 12px;
    margin-top: 5px;
    fill: #1789d5
}

.pros-and-cons__pro,
.pros-and-cons__con {
    list-style-type: none;
    margin: 15px 0;
    display: -webkit-flex;
    display: flex
}

.pros-and-cons__pro:last-of-type,
.pros-and-cons__con:last-of-type {
    margin-bottom: 0
}

.pros-and-cons__pro:first-of-type,
.pros-and-cons__con:first-of-type {
    margin-top: 16px
}

.pros-and-cons__pro .con-icon,
.pros-and-cons__con .con-icon {
    min-height: 10px;
    min-width: 10px
}

.sidebar-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    max-width: 135px;
    width: 100%;
    word-break: break-word;
    margin-right: 65px;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #797979
}

@media screen and (max-width: 999px) {
    .sidebar-container {
        padding-left: 10px
    }
}

@media screen and (max-width: 767px) {
    .sidebar-container {
        display: none
    }
}

.sidebar-container__logo-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #f5f5f5;
    width: 135px;
    margin-top: 7px;
    padding-bottom: 10px
}

.sidebar-container__logo-container__logo {
    margin: 4px 10px 0 10px
}

.sidebar-container__logo-container__vertical {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin: 0 10px 0 10px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    color: #797979
}

.sidebar-container__text {
    display: -webkit-flex;
    display: flex;
    margin-top: 14px
}

.chart-mini-reviews__container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: fixed;
    background-color: #ffffff;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 26;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out
}

@media screen and (max-width: 767px) {
    .chart-mini-reviews__container {
        max-width: 100%
    }
}

@media screen and (min-width: 768px) {
    .chart-mini-reviews__container {
        max-width: 515px
    }
}

.chart-mini-reviews__container[data-is-open-state='true'] {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.page__overlay {
    width: 100%;
    height: 110%;
    position: absolute;
    background-color: rgba(34, 34, 34, 0.6);
    transition: background-color 400ms ease-out 0ms;
    z-index: 10
}

.page__overlay--hidden {
    display: block;
    background-color: rgba(0, 0, 0, 0);
    pointer-events: none
}

@media screen and (max-width: 767px) {
    .chart-mini-reviews__container .rating-stars {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        z-index: 1
    }
}

@media screen and (max-width: 767px) and (min-width: 768px) {
    .chart-mini-reviews__container .rating-stars {
        margin-bottom: 10px
    }

    .chart-mini-reviews__container .rating-stars-mobile {
        display: none
    }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
    .chart-mini-reviews__container .rating-stars-desktop {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .chart-mini-reviews__container .rating-stars__star {
        width: 17px;
        height: 16px;
        fill: #ffb401
    }

    .chart-mini-reviews__container .rating-stars__text {
        margin-left: 5px;
        font-size: 14px;
        line-height: 21px;
        font-weight: 600;
        color: #1789d5
    }
}

.chart-mini-reviews__close-btn {
    display: -webkit-flex;
    display: flex;
    position: relative;
    top: 0;
    right: 0;
    cursor: pointer
}

@media screen and (min-width: 768px) {
    .chart-mini-reviews__close-btn {
        font-size: 20px;
        color: #333333
    }

    .chart-mini-reviews__close-btn:before {
        content: '\02715'
    }
}

@media screen and (max-width: 767px) {
    .chart-mini-reviews__close-btn {
        padding: 20px 0;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: baseline;
        align-items: baseline;
        font-size: 16px;
        line-height: 17px;
        font-weight: 600;
        color: #1789d5
    }

    .chart-mini-reviews__close-btn:before {
        content: '';
        width: 13px;
        height: 10px;
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    .chart-mini-reviews__close-btn:after {
        content: 'Back to List';
        padding-left: 8px
    }

    .chart-mini-reviews__close-btn:hover {
        color: #1564bf
    }
}

.chart-mini-reviews__items {
    position: relative;
    height: 100%
}

.chart-mini-reviews__item {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 0;
    overflow: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.chart-mini-reviews__item[data-is-open-state='true'] {
    height: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.chart-mini-reviews__item--header {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    border-bottom: 1px solid #d5d5d5
}

.chart-mini-reviews__item--header__container {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    width: 100%;
    padding: 0 19px 2px 17px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

@media screen and (max-width: 767px) {
    .chart-mini-reviews__item--header__container__title {
        display: none
    }
}

@media screen and (min-width: 768px) {
    .chart-mini-reviews__item--header__container__title-mobile {
        display: none
    }
}

.chart-mini-reviews__item--body {
    position: relative;
    height: 100%;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden
}

.chart-mini-reviews__item--body__container {
    position: relative;
    padding: 30px
}

@media screen and (max-width: 767px) {
    .chart-mini-reviews__item--body__container {
        padding: 0 20px 20px
    }
}

.chart-mini-reviews__item--body__container .carousel--single-image {
    min-height: unset
}

.chart-mini-reviews__item--body__container .carousel--image,
.chart-mini-reviews__item--body__container .carousel--image.inline-background-image {
    border: 1px solid #d5d5d5
}

@media screen and (min-width: 768px) {

    .chart-mini-reviews__item--body__container .carousel--image,
    .chart-mini-reviews__item--body__container .carousel--image.inline-background-image {
        min-width: 455px;
        height: 246px;
        min-height: 246px
    }
}

@media screen and (max-width: 375px) {

    .chart-mini-reviews__item--body__container .carousel--image,
    .chart-mini-reviews__item--body__container .carousel--image.inline-background-image {
        max-width: 346px;
        min-height: 187px;
        max-height: 187px
    }
}

.chart-mini-reviews__item--body__container__info-holder {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding-top: 20px
}

.chart-mini-reviews__item--body__container .logo__container {
    display: -webkit-flex;
    display: flex
}

.chart-mini-reviews__item--body__container .logo__image {
    max-width: 160px;
    max-height: 57px
}

@media screen and (max-width: 767px) {
    .chart-mini-reviews__item--body__container .logo__image {
        max-width: 130px;
        max-height: 46px
    }
}

.chart-mini-reviews__item--body__container .product-ribbon[data-arrow='left'] {
    top: 39px;
    left: 24px;
    z-index: 1
}

@media screen and (max-width: 767px) {
    .chart-mini-reviews__item--body__container .product-ribbon[data-arrow='left'] {
        top: 72px;
        left: 14px
    }
}

.chart-mini-reviews__item--body .pros-and-cons {
    margin: 30px 0
}

.chart-mini-reviews__item--body .rating__container:after {
    display: none
}

.chart-mini-reviews__item--body .visitors-reviews {
    margin-top: 0
}

.chart-mini-reviews__item--body .visitors-reviews__header {
    margin-top: 20px
}

.chart-mini-reviews__item--body .visitors-reviews__card>.visitors-reviews__feedback {
    margin-bottom: 10px
}

.chart-mini-reviews__item--body .visitors-reviews__details {
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.chart-mini-reviews__item--body .visitors-reviews .visitor-review-agg {
    margin-bottom: 0
}

.chart-mini-reviews__item--body .visitors-reviews .visitor-review-agg__overview {
    margin-bottom: 0;
    padding-bottom: 0
}

.chart-mini-reviews__item--body .visitors-reviews .visitor-review-agg__overview .rating__container .rating__stars {
    margin-right: 0
}

.chart-mini-reviews__item--body .visitors-reviews .visitor-review-agg__overview .rating__container .rating__stars .rating__star {
    width: 18px;
    height: 18px
}

.chart-mini-reviews__item--footer {
    position: relative;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    padding: 30px 30px 0;
    -webkit-align-items: center;
    align-items: center;
    border-top: 1px solid #d5d5d5;
    -webkit-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box
}

@media screen and (max-width: 767px) {
    .chart-mini-reviews__item--footer {
        padding: 15px 15px 0
    }
}

.chart-mini-reviews__item--footer__container {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
    padding-bottom: 30px
}

@media screen and (max-width: 767px) {
    .chart-mini-reviews__item--footer__container {
        padding-bottom: 15px
    }
}

.chart-mini-reviews__item--footer__container .cta-button {
    background-color: #ff4a64;
    text-decoration: none;
    max-width: 425px;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #ff4a64;
    text-align: center;
    transition: background-color 0.3s ease;
    font-size: 16px;
    line-height: 40px;
    font-weight: 700;
    color: #fff
}

.chart-mini-reviews__item--footer__container .cta-button:hover {
    background-color: #bc284b;
    border: 1px solid #bc284b
}

.chart-mini-reviews__item--footer__container .phone {
    font-size: 10px;
    line-height: 13px;
    font-weight: 600;
    color: #ff4a64;
    position: relative;
    text-decoration: none;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    border: none;
    padding: 0
}

.chart-mini-reviews__item--footer__container .phone:before {
    content: none
}

.chart-mini-reviews__item--footer__container .phone__mobile--button {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #ff4a64;
    border-radius: 4px;
    color: #ffffff;
    background-color: #ff4a64;
    width: 100%;
    height: 40px;
    position: relative;
    transition: background-color 0.3s ease
}

@media screen and (min-width: 768px) {
    .chart-mini-reviews__item--footer__container .phone__mobile--button:hover {
        background-color: #bc284b;
        border-color: #bc284b
    }
}

.chart-mini-reviews__item--footer__container .phone__mobile--button:before {
    content: ' ';
    width: 15px;
    height: 15px;
    fill: white;
    display: block;
    margin-right: 5px;
    transition: background-image 0.3s
}

.chart-mini-reviews__item--footer__container .phone__mobile--number {
    width: 100%;
    text-align: center;
    margin-top: 5px;
    letter-spacing: -0.09;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    color: #797979
}

.chart-mini-reviews__item--footer__container .phone .tapToCall {
    display: -webkit-flex;
    display: flex;
    position: relative;
    transition: color 0.3s;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: #fff
}

.chart-mini-reviews__item--footer__container .phone__container {
    display: -webkit-flex;
    display: flex;
    width: 50%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin-left: 10px
}

.chart-mini-reviews__item--footer__container .phone__container:only-child {
    margin-left: 0;
    margin-right: 0
}

.chart-mini-reviews__item--footer__container .phone .phone-visual-nudge:after {
    display: inline-block;
    margin-left: 6px;
    border-radius: 15px;
    content: '';
    background: #09a789;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    width: 8px;
    height: 8px
}

.chart-mini-reviews__item--footer__container .phone__container {
    margin-left: 14px
}

@media screen and (max-width: 767px) {
    .chart-mini-reviews__item--footer__container .phone__container {
        margin-left: 10px
    }
}

.chart-mini-reviews__item--footer__container .phone__container .phone__mobile--number {
    margin-top: 6px
}

.chart-mini-reviews__item--footer__container.with-phone {
    padding-bottom: 10px;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

.chart-mini-reviews__item--footer__container.with-phone .cta-button {
    max-width: 220px;
    background-color: white;
    width: 50%;
    transition: background-color 0.3s ease;
    font-size: 16px;
    line-height: 40px;
    font-weight: 700;
    color: #ff4a64
}

.chart-mini-reviews__item--footer__container.with-phone .cta-button:hover {
    color: #bc284b;
    background-color: white
}

.chart-mini-reviews__item--footer__container.with-phone .phone__container {
    max-width: 220px
}

.chart-mini-reviews__product-description {
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    color: #2d2d2d
}

.chart-mini-reviews__product-highlight {
    padding: 18px 0;
    text-align: center;
    border-top: 1px solid #09a789;
    border-bottom: 1px solid #09a789
}

.chart-mini-reviews__product-highlight__text {
    font-size: 17px;
    line-height: 18px;
    font-weight: 600;
    color: #09a789;
    text-decoration: none
}

.chart-mini-reviews__product-highlight__icon {
    padding-right: 7px;
    width: 14px;
    height: 18px;
    -webkit-filter: invert(43%) sepia(31%) saturate(3699%) hue-rotate(141deg) brightness(95%) contrast(93%);
    filter: invert(43%) sepia(31%) saturate(3699%) hue-rotate(141deg) brightness(95%) contrast(93%)
}

.chart-mini-reviews__product-highlight:hover {
    border-top: 1px solid #02826a;
    border-bottom: 1px solid #02826a;
    color: #02826a
}

.chart-mini-reviews__bullet-points {
    margin: 0 0 30px;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box
}

@media screen and (max-width: 767px) {
    .chart-mini-reviews__bullet-points {
        margin-top: 6px
    }
}

.chart-mini-reviews__bullet-points__item {
    box-sizing: border-box;
    list-style-type: none;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
    font-size: 14px;
    line-height: 21px;
    font-weight: normal;
    color: #2d2d2d
}

.chart-mini-reviews__bullet-points__item:last-of-type {
    margin: 0
}

.chart-mini-reviews__bullet-points__item:before {
    box-sizing: border-box;
    content: ' ';
    background-image: url("cb4a1f30141f5112e15d6b1922ce38cd5f716454.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 13px 10px;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin-top: 5px;
    margin-right: 5px;
    width: 13px;
    height: 10px
}

.chart-mini-reviews__bullet-points__content {
    -webkit-flex-shrink: 2;
    flex-shrink: 2
}

.chart-mini-reviews__bullet-points__display-name {
    font-weight: 600
}

.chart-mini-reviews__bullet-points__text-after-value:before {
    content: ', '
}

.chart-mini-reviews__soa.soa .soa__content {
    max-width: 100%
}

@media screen and (max-width: 767px) {
    .chart-mini-reviews__call-status-strip {
        width: 100%;
        height: 20px;
        display: -webkit-flex;
        display: flex;
        background-color: #e2e2e2;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        margin-top: -10px;
        margin-bottom: 14px
    }

    .chart-mini-reviews__call-status-strip-text {
        height: 18px;
        font-size: 12px;
        line-height: 14px;
        font-weight: 400;
        color: #2d2d2d
    }

    .chart-mini-reviews__call-status-strip-text span {
        color: #09a789;
        font-weight: 600
    }
}

.chart-mini-reviews__container.psychic-test .with-phone .cta-button {
    box-sizing: border-box;
    min-height: 42px;
    display: -webkit-inline-flex;
    display: inline-flex;
    text-decoration: none;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-decoration: none;
    height: 42px;
    background-color: #ff4a64;
    width: 100%;
    max-width: 220px;
    text-align: center;
    vertical-align: center;
    border-radius: 4px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    transition: all 300ms ease
}

.chart-mini-reviews__container.psychic-test .with-phone .cta-button.disabled {
    background-color: #d5d5d5;
    cursor: default;
    pointer-events: none
}

.chart-mini-reviews__container.psychic-test .with-phone .cta-button:hover {
    background-color: #bc284b;
    transition: all 300ms ease;
    color: #ffffff
}

.chart-mini-reviews__container.psychic-test .with-phone .cta-button--arrow:after {
    content: ' ';
    display: -webkit-inline-flex;
    display: inline-flex;
    width: 11px;
    height: 11px;
    font-size: 11px;
    line-height: 32px;
    margin-left: -6px;
    margin-top: 4px;
    position: relative;
    z-index: 0;
    opacity: 0;
    transition: all 300ms ease
}

.chart-mini-reviews__container.psychic-test .with-phone .cta-button--arrow:hover:after {
    position: relative;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    margin-left: 6px;
    opacity: 1;
    transition: all 300ms ease
}

.chart-mini-reviews__container.psychic-test .with-phone .cta-button.cta-yellow {
    background-color: #ffb401;
    color: #2d2d2d
}

.chart-mini-reviews__container.psychic-test .with-phone .cta-button.cta-yellow:hover {
    background-color: #e59b1b;
    color: #2d2d2d
}

@media screen and (min-width: 768px) {
    .chart-mini-reviews__container.psychic-test .with-phone .cta-button {
        font-size: 16px;
        line-height: 22px;
        font-weight: 700;
        color: #fff;
        width: 141px;
        height: 42px
    }

    .chart-mini-reviews__container.psychic-test .with-phone .cta-button:after {
        content: '';
        display: -webkit-inline-flex;
        display: inline-flex;
        background-size: 13px 13px;
        width: 0;
        height: 13px;
        font-size: 13px;
        opacity: 0;
        transition: all 0.3s ease;
        padding-left: 6px;
        margin-left: -6px
    }


    .chart-mini-reviews__container.psychic-test .with-phone .cta-button:hover:after {
        margin-left: 6px;
        width: 13px;
        opacity: 1
    }
}

.chart-mini-reviews__container.psychic-test .with-phone .cta-button {
    -webkit-order: 2;
    order: 2;
    margin-right: 0;
    margin-left: 20px;
    width: 50%
}

.chart-mini-reviews__container.psychic-test .with-phone .cta-button:only-child {
    width: 100%;
    max-width: 100%
}

.chart-mini-reviews__container.psychic-test .phone {
    font-size: 10px;
    line-height: 13px;
    font-weight: 600;
    color: #ff4a64;
    position: relative;
    text-decoration: none;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    border: none;
    padding: 0
}

.chart-mini-reviews__container.psychic-test .phone:before {
    content: none
}

.chart-mini-reviews__container.psychic-test .phone__mobile--button {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #ff4a64;
    border-radius: 4px;
    color: #ffffff;
    background-color: #ffffff;
    width: 100%;
    height: 40px;
    position: relative;
    transition: background-color 0.3s ease
}

@media screen and (min-width: 768px) {
    .chart-mini-reviews__container.psychic-test .phone__mobile--button:hover {
        background-color: #bc284b;
        border-color: #bc284b
    }
}

.chart-mini-reviews__container.psychic-test .phone__mobile--button:before {
    content: ' ';
    width: 15px;
    height: 15px;
    fill: white;
    display: block;
    margin-right: 5px;
    transition: background-image 0.3s
}

@media screen and (min-width: 768px) {
    .chart-mini-reviews__container.psychic-test .phone__mobile--button:hover {
        background-color: #ffffff
    }

    .chart-mini-reviews__container.psychic-test .phone__mobile--button:hover .tapToCall {
        color: #bc284b
    }

}

.chart-mini-reviews__container.psychic-test .phone__mobile--number {
    width: 100%;
    text-align: center;
    margin-top: 5px;
    letter-spacing: -0.09;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    color: #797979
}

.chart-mini-reviews__container.psychic-test .phone .tapToCall {
    display: -webkit-flex;
    display: flex;
    position: relative;
    transition: color 0.3s;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: #ff4a64
}

.chart-mini-reviews__container.psychic-test .phone__container {
    display: -webkit-flex;
    display: flex;
    width: 50%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin-left: 0;
    margin-right: 10px
}

.chart-mini-reviews__container.psychic-test .phone__container:only-child {
    margin-left: 0;
    margin-right: 0
}

.chart-mini-reviews__container.psychic-test .phone .phone-visual-nudge:after {
    display: inline-block;
    margin-left: 6px;
    border-radius: 15px;
    content: '';
    background: #09a789;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    width: 8px;
    height: 8px
}

.cookies-dashboard.overlay {
    z-index: 26
}

.legal-declarations {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 20px 30px;
    border: 1px solid #d5d5d5;
    background: #fff;
    width: 100%;
    margin-bottom: 10px
}

.legal-declarations__title {
    max-width: 235px;
    margin: 0 0 20px 0;
    white-space: nowrap;
    font-size: 30px;
    line-height: 37px;
    font-weight: 600;
    color: #2d2d2d
}

.legal-declarations__title--alt {
    color: #ff4a64
}

.legal-declarations__subtitle {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #2d2d2d;
    margin: 0 0 12px 0
}

.legal-declarations__body {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #2d2d2d
}

.visitors-reviews {
    border-top: 1px solid #d5d5d5;
    margin-top: 50px
}

@media screen and (max-width: 767px) {
    .visitors-reviews .visitor-review-agg__overview {
        margin-bottom: 10px
    }

    .visitors-reviews .visitor-review-agg__overview .rating__container {
        position: relative
    }

    .visitors-reviews .visitor-review-agg__overview .rating__container .rating__stars {
        margin-right: 20px
    }

    .visitors-reviews .visitor-review-agg__overview .rating__container:after {
        content: ' ';
        background-size: 100%;
        transition-duration: 500ms;
        position: absolute;
        right: -5px;
        top: 6px;
        width: 13px;
        height: 13px
    }

    .visitors-reviews .visitor-review-agg__overview .rating__container.arrow-flip:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        transition-duration: 500ms
    }

    .visitors-reviews .visitor-review-agg__overview .visitor-review-agg__sub-categories .rating__container:after {
        width: 0;
        height: 0
    }

    .visitors-reviews .visitor-review-agg__overview .visitor-review-agg__sub-categories .rating__container .rating__stars {
        margin-right: 0
    }
}

.visitors-reviews__show-more {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 30px
}

.visitors-reviews__show-more__button {
    border: 1px solid #1789d5;
    color: #1789d5;
    transition: background-color 0.4s;
    background-color: #ffffff;
    letter-spacing: -0.1px;
    border-radius: 4px;
    line-height: 22px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    width: 210px;
    height: 45px;
    outline: 0
}

.visitors-reviews__show-more__button:hover {
    color: #ffffff;
    background-color: #1789d5
}

.visitors-reviews__show-more__separator {
    height: 1px;
    width: calc(50% - 123px);
    background-color: #d5d5d5
}

@media screen and (max-width: 767px) {
    .visitors-reviews .rating__container .rating__stars {
        width: 100px
    }
}

.visitors-reviews .rating__container .rating__stars {
    margin-bottom: unset;
    margin-right: 0
}

.visitors-reviews__count {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #797979
}

.visitors-reviews__header {
    margin-top: 50px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    color: "black"
}

.visitors-reviews__header--main {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: "black";
    text-transform: capitalize;
    margin-top: 50px
}

.visitors-reviews__sub-header {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 25px
}

.visitors-reviews__sub-header .visitors-reviews__overall-container {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

@media screen and (max-width: 767px) {
    .visitors-reviews__sub-header .visitors-reviews__overall-container {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .visitors-reviews__sub-header {
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        margin-bottom: 40px
    }

    .visitors-reviews__sub-header .rating__container .rating__stars {
        margin-bottom: 10px
    }
}

.visitors-reviews__sub-header .rating__container {
    margin-right: 10px
}

.visitors-reviews__sub-header .rating__container .rating__stars {
    width: 180px
}

.visitors-reviews__sub-header .rating__container .rating__stars .rating__star {
    width: 35px;
    height: 35px
}

.visitors-reviews__sub-categories {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 40px
}

@media screen and (max-width: 767px) {
    .visitors-reviews__sub-categories {
        margin-bottom: 0
    }
}

.visitors-reviews__sub-categories .rating__container {
    margin-right: 50px
}

.visitors-reviews__sub-categories .rating__container .rating__category {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #2d2d2d;
    margin-bottom: 5px
}

.visitors-reviews__sub-categories .rating__container .rating__stars {
    width: 75px
}

.visitors-reviews__sub-categories .rating__container .rating__stars .rating__star {
    width: 15px;
    height: 15px
}

@media screen and (max-width: 767px) {
    .visitors-reviews__sub-categories {
        -webkit-flex-direction: column;
        flex-direction: column
    }

    .visitors-reviews__sub-categories .rating__container {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin-right: 0;
        margin-bottom: 30px
    }

    .visitors-reviews__sub-categories .rating__container .rating__stars.rating__stars--view-only {
        width: initial
    }

    .visitors-reviews__sub-categories .rating__container .rating__stars.rating__stars--view-only .rating__star {
        width: 22px;
        height: 22px
    }
}

.visitors-reviews__card {
    border-top: 1px solid #d5d5d5;
    position: relative
}

.visitors-reviews__card .visitor-review-agg {
    width: unset
}

@media screen and (max-width: 767px) {
    .visitors-reviews__card .visitor-review-agg__stars-modal .visitor-review-agg__sub-categories {
        height: 100%;
        -webkit-justify-content: space-around;
        justify-content: space-around
    }

    .visitors-reviews__card .visitor-review-agg__stars-modal .visitor-review-agg__sub-categories .rating__container {
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin-bottom: 0
    }
}

.visitors-reviews__card .visitor-review-agg__stars-modal--minimal {
    height: 140px;
    right: 3.2%
}

@media screen and (max-width: 767px) {
    .visitors-reviews__card .visitor-review-agg__stars-modal--minimal {
        padding: 11px 12px 5px 12px;
        width: 240px;
        height: 130px;
        right: 0
    }
}

.visitors-reviews__card .visitor-review-agg__stars-modal--minimal .visitor-review-agg__sub-categories {
    padding-top: initial
}

@media screen and (max-width: 767px) {
    .visitors-reviews__card .visitor-review-agg__stars-modal--minimal .visitor-review-agg__sub-categories {
        -webkit-flex-direction: column;
        flex-direction: column
    }

    .visitors-reviews__card .visitor-review-agg__stars-modal--minimal .visitor-review-agg__sub-categories .rating__stars {
        width: 85px
    }
}

@media screen and (max-width: 767px) {
    .visitors-reviews__card .visitor-review-agg__stars-modal--minimal .visitor-review-agg__sub-categories--col {
        -webkit-flex-wrap: initial;
        flex-wrap: initial
    }
}

.visitors-reviews__card .visitor-review-agg__stars-modal--minimal:after {
    right: 10%;
    left: initial
}

@media screen and (max-width: 767px) {
    .visitors-reviews__card .visitor-review-agg__stars-modal--minimal:after {
        right: 18%
    }
}

.visitors-reviews__card .visitors-reviews__details {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 30px;
    color: #2d2d2d
}

.visitors-reviews__card .visitors-reviews__details .visitor-review-agg {
    -webkit-align-self: flex-end;
    align-self: flex-end
}

.visitors-reviews__card .visitors-reviews__details--visitor {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: unset
}

.visitors-reviews__card .visitors-reviews__details--visitor .visitors-reviews__gender {
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.visitors-reviews__card .visitors-reviews__details--visitor-anonymous:before {
    font-size: 14px;
    line-height: 35px;
    font-weight: 600;
    content: 'A';
    width: 40px;
    height: 40px;
    border: 1px solid #ff4a64;
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
    min-width: 40px
}

.visitors-reviews__card .visitors-reviews__details--more-info {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-left: 15px;
    color: #797979;
    font-size: 14px;
    margin-top: unset
}

.visitors-reviews__card .visitors-reviews__details--more-info span:first-child {
    font-weight: 600
}

.visitors-reviews__card .visitors-reviews__details--review {
    margin: 25px auto
}

.visitors-reviews__card .visitors-reviews__details--visitor-anonymous {
    margin: 0
}

.visitors-reviews__card .visitors-reviews__feedback {
    font-size: 14px;
    line-height: 10px;
    font-weight: 400;
    color: #797979;
    margin-bottom: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative
}

.visitors-reviews__card .visitors-reviews__feedback--text {
    margin: 0 20px 0 0;
    display: unset
}

.visitors-reviews__card .visitors-reviews__feedback .visitors-reviews__data-feedback--no {
    margin-left: 10px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.visitors-reviews__card .visitors-reviews__feedback .visitors-reviews__data-feedback--no:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 34px
}

.visitors-reviews__card .visitors-reviews__feedback .visitors-reviews__data-feedback--yes:after {
    top: -1px;
    left: 175px
}

.visitors-reviews__card .visitors-reviews__feedback--icon {
    width: 15px;
    height: 15px;
    cursor: pointer;
    fill: #999999;
    margin: 0 5px 0 0
}

.visitors-reviews__card .visitors-reviews__feedback--icon:hover,
.visitors-reviews__card .visitors-reviews__feedback--icon.selected {
    fill: #2d2d2d
}

.visitors-reviews__card .visitors-reviews__feedback--thanks-for-voting:after {
    content: 'thanks for voting!';
    position: absolute;
    width: 120px;
    text-align: center;
    display: block;
    top: 6px
}

.empty-visitors-reviews {
    margin-bottom: 50px;
    margin-top: 50px;
    border-top: 1px solid #d5d5d5
}

.empty-visitors-reviews .rating__container .rating__stars {
    margin-bottom: 0;
    margin-right: 0
}

@media screen and (max-width: 767px) {
    .empty-visitors-reviews .write-review__title:after {
        margin-left: 5px;
        width: 11px;
        height: 11px;
        content: '';
        display: -webkit-inline-flex;
        display: inline-flex
    }
}

.ivr-trigger__button {
    position: fixed;
    z-index: 12;
    right: 15px;
    bottom: 20px;
    border-radius: 50px;
    border: 0;
    background-color: #010233;
    outline: 0;
    width: 50px;
    height: 50px
}

.ivr-trigger__button__icon {
    fill: white;
    width: 16px;
    height: 16px
}

.ivr-trigger__container {
    box-sizing: border-box;
    background-color: #010233;
    position: fixed;
    bottom: -5px;
    right: 0;
    max-width: 100%;
    z-index: 13;
    padding: 14px 0 0 15px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    width: 100vw;
    height: 145px
}

.ivr-trigger__container * {
    box-sizing: border-box
}

.ivr-trigger__close-button {
    box-sizing: content-box;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    background: 0;
    padding: 10px;
    z-index: 1;
    width: 15px;
    height: 15px
}

.ivr-trigger__close-button__icon {
    fill: white;
    width: 15px;
    height: 15px
}

.ivr-trigger__icon {
    position: absolute;
    bottom: 0;
    right: -30px;
    width: 150px;
    height: 110px
}

.ivr-trigger__title {
    margin: 0;
    max-width: 226px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    color: #fff
}

.ivr-trigger__message {
    display: none
}

.ivr-trigger__phone-cta {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #ff4a64;
    text-decoration: none;
    margin-top: 15px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    width: 190px;
    height: 42px
}

.ivr-trigger__phone-cta__icon {
    fill: white;
    margin-right: 7px;
    width: 15px;
    height: 15px
}

.ivr-trigger.open .ivr-trigger__container {
    -webkit-animation-name: ivr-trigger-animation;
    animation-name: ivr-trigger-animation
}

.ivr-trigger.close .ivr-trigger__container {
    -webkit-animation-name: ivr-close-animation;
    animation-name: ivr-close-animation
}

@media screen and (min-width: 768px) {
    .ivr-trigger__button {
        cursor: pointer;
        bottom: 29px;
        right: 25px;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease
    }

    .ivr-trigger__button:hover {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    .ivr-trigger__close-button {
        cursor: pointer
    }

    .ivr-trigger__container {
        border-radius: 7px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.21);
        bottom: 25px;
        right: 25px;
        padding: 0;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        width: 306px;
        height: 219px
    }

    .ivr-trigger__title {
        padding: 22px 0 0 20px;
        max-width: none;
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 105px
    }

    .ivr-trigger__title span {
        display: inline-block;
        width: 170px
    }

    .ivr-trigger__info {
        background-color: white;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        width: 100%;
        height: 114px
    }

    .ivr-trigger__icon {
        bottom: -15px;
        right: -20px;
        width: 161px;
        height: 102px
    }

    .ivr-trigger__subtitle {
        margin: 0 0 5px 0;
        font-size: 16px;
        line-height: 27px;
        font-weight: 400;
        color: #2d2d2d
    }

    .ivr-trigger__phone-cta {
        background: 0;
        border-radius: unset;
        color: #2d2d2d;
        margin: 0;
        font-weight: 600;
        width: auto;
        height: auto
    }

    .ivr-trigger__phone-cta__icon {
        fill: #2d2d2d
    }
}

@media screen and (min-width: 1000px) {
    .ivr-trigger__container {
        cursor: pointer
    }
}

@-webkit-keyframes ivr-trigger-animation {
    0% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: scale(0.5);
        transform: scale(0.5)
    }

    75% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    90% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95)
    }

    100% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ivr-trigger-animation {
    0% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: scale(0.5);
        transform: scale(0.5)
    }

    75% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    90% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95)
    }

    100% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes ivr-close-animation {
    0% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: scale(0.5);
        transform: scale(0.5)
    }
}

@keyframes ivr-close-animation {
    0% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: scale(0.5);
        transform: scale(0.5)
    }
}

.push-notifications-opt-in.show {
    display: block;
    transition: height 1s ease;
    height: 145px
}

.push-notifications-opt-in {
    left: calc(50% - 220px);
    width: 440px;
    background-color: #fff;
    position: fixed;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    margin-top: -5px;
    z-index: 4;
    display: none;
    top: 0;
    font-family: hurmegeometricsans_no3_6, Gilroy, Almarai
}

.push-notifications-opt-in__message-container {
    width: 100%;
    margin-top: 3px
}

.push-notifications-opt-in__message-container__icon {
    margin: 16px 19px 0 12px;
    width: 60px;
    height: 60px;
    background: linear-gradient(215.09deg, #f48797 -1.95%, #fe4964 85.78%);
    border-radius: 5px
}

.push-notifications-opt-in__message-container__message {
    font-size: 16px;
    line-height: 24px;
    margin: 23px 13px 0 0;
    width: 336px;
    float: right
}

.push-notifications-opt-in__cta-container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin: 10px 13px 0 0
}

.push-notifications-opt-in__cta-container__reject-button {
    width: 76px;
    height: 27px;
    font-size: 14px;
    line-height: 27px;
    font-weight: 700;
    color: #1789d5;
    border: none;
    display: inline;
    background-color: #fff;
    padding: 0;
    margin: 5px 16px 0 0;
    cursor: pointer
}

.push-notifications-opt-in__cta-container__approve-button {
    width: 115px;
    height: 40px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: #fff;
    background-color: #ff4a64;
    border: 0;
    border-radius: 3px;
    cursor: pointer
}

body.not-clickable>.page-overlay {
    pointer-events: none
}

.quiz-modal {
    position: relative;
    z-index: 20
}

@media screen and (max-width: 999px) {
    .quiz-modal {
        display: none
    }
}

.quiz-modal__container {
    box-sizing: border-box;
    z-index: 40;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow-x: hidden;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    transition: opacity 1s ease-in-out;
    max-width: 980px;
    width: 95%;
    height: 600px
}

.quiz-modal__container.hidden {
    display: none
}

.quiz-modal__content {
    position: absolute;
    top: 0;
    overflow: hidden;
    visibility: visible;
    width: 100%;
    height: 100%
}

.quiz-modal__content.hidden {
    display: none;
    visibility: hidden
}

.quiz-modal__header {
    height: 60px;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    padding: 0 25px;
    background: #010233;
    position: relative;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-radius: 7px 7px 0 0
}

.quiz-modal__header .header__logo__link {
    width: 20%
}

.quiz-modal__header .header__logo__link svg {
    width: 120px;
    fill: white
}

.quiz-modal__body {
    position: relative;
    border-radius: 7px;
    margin: auto;
    cursor: auto;
    max-width: 982px;
    background: white;
    width: 100%;
    height: 600px
}

.quiz-modal__close__icon {
    fill: white;
    position: absolute;
    top: 23px;
    right: 22px;
    display: block;
    z-index: 1;
    cursor: pointer;
    width: 14px;
    height: 14px
}

.quiz-modal__error {
    padding: 15px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    display: none;
    color: #797979;
    box-sizing: border-box;
    width: 100%;
    height: calc(100% - 60px)
}

.quiz-modal__error.show {
    display: -webkit-flex;
    display: flex
}

.quiz-modal__error h1 {
    margin-bottom: 25px;
    font-size: 26px;
    line-height: 1;
    font-weight: 600;
    color: #010233
}

.quiz-modal__error__cta {
    width: 100%;
    text-align: center;
    border-radius: 4px;
    background-color: #ff4a64;
    text-decoration: none;
    max-width: 413px;
    margin-top: 25px;
    font-size: 16px;
    line-height: 45px;
    font-weight: 600;
    color: #fff
}

.quiz-modal .ninja-loader {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    height: calc(100% - 60px)
}

.quiz-modal .ninja-loader .content {
    grid-template-rows: unset;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 100%;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-content: center;
    align-content: center;
    width: 100%;
    height: 100%
}

.quiz-modal .ninja-loader.hidden {
    display: none
}

.show-more__container {
    overflow-x: hidden
}

.show-more__wrapper {
    transition: height 0.4s ease-in
}

.show-more__button {
    outline: none;
    position: relative;
    background: 0;
    border: 0;
    margin: 15px 0 0 0;
    padding: 0;
    height: 13px;
    font-size: 16px;
    line-height: .01;
    font-weight: 600;
    color: #1789d5
}

@media screen and (min-width: 768px) {
    .show-more__button {
        display: none
    }
}

.show-more__button:first-letter {
    text-transform: capitalize
}

.show-more__button--screen {
    content: ' ';
    position: absolute;
    height: 85px;
    width: 100vw;
    top: -90px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff)
}

@media screen and (min-width: 768px) {
    .show-more__button--screen {
        display: none
    }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
    .show-more__active .show-more__wrapper {
        height: 108px;
        overflow: hidden
    }
}

.site-proof-dynamic {
    padding: 30px;
    width: 300px;
    min-height: 126px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    background: #f5f5f5;
    box-sizing: border-box
}

.site-proof-dynamic__text-wrapper {
    width: 165px
}

.site-proof-dynamic__title {
    font-size: 20px;
    line-height: 21px;
    font-weight: 600;
    margin: 0
}

.site-proof-dynamic__description {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    margin: 0
}

.site-proof-dynamic__icon {
    width: 70px;
    height: 85px;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.setoff-box {
    width: 100%;
    box-sizing: border-box;
    background: #ffffff;
    position: relative;
    z-index: 22;
    border-bottom: 1px solid #d5d5d5
}

.setoff-box * {
    box-sizing: border-box
}

@media screen and (min-width: 1000px) {
    .setoff-box {
        z-index: 45
    }
}

.setoff-box__content {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #2d2d2d;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 15px
}

@media screen and (min-width: 1000px) {
    .setoff-box__content {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center
    }
}

@media screen and (min-width: 1300px) {
    .setoff-box__content {
        padding: 7px 15px
    }
}

.setoff-box__content__text {
    display: inline;
    letter-spacing: -0.5px
}

@media screen and (min-width: 1000px) {
    .setoff-box__content__text {
        line-height: 18px;
        padding: 4px;
        display: contents
    }
}

.setoff-box__content__text:after {
    display: inline;
    content: ' '
}

.setoff-box__content .adv-disc {
    display: inline;
    position: static
}

@media screen and (min-width: 1000px) {
    .setoff-box__content .adv-disc {
        -webkit-align-self: flex-end;
        align-self: flex-end;
        position: relative
    }
}

.setoff-box__content .adv-disc__button {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #2d2d2d;
    text-decoration: underline;
    position: relative;
    cursor: pointer;
    margin: 0
}

.setoff-box__content .adv-disc__button span {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #2d2d2d;
    letter-spacing: -0.3px
}

.setoff-box__content .adv-disc__button--larger {
    font-size: 14px
}

.setoff-box__content .adv-disc__button:before,
.setoff-box__content .adv-disc__button:after {
    pointer-events: none;
    cursor: default;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    transition: opacity 300ms ease-in-out, visibility 100ms ease-in-out
}

@media screen and (min-width: 768px) and (max-width: 999px) {

    .setoff-box__content .adv-disc__button:before,
    .setoff-box__content .adv-disc__button:after {
        display: none
    }
}

.setoff-box__content .adv-disc__button:before {
    bottom: -13px;
    z-index: 26;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid rgba(0, 0, 0, 0.0901961);
    content: ' ';
    width: 0;
    height: 0
}

@media screen and (min-width: 1300px) {
    .setoff-box__content .adv-disc__button:before {
        bottom: -7px
    }
}

.setoff-box__content .adv-disc__button:after {
    bottom: -14px;
    z-index: 27;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
    content: ' ';
    width: 0;
    height: 0
}

@media screen and (min-width: 1300px) {
    .setoff-box__content .adv-disc__button:after {
        bottom: -8px
    }
}

.setoff-box__content .adv-disc__button.adv-disc__button--open:before,
.setoff-box__content .adv-disc__button.adv-disc__button--open:after {
    visibility: visible;
    opacity: 1
}

.setoff-box__content .adv-disc__container {
    position: absolute;
    top: 100%;
    margin: 0 auto;
    left: 0;
    -webkit-transform: initial;
    transform: initial
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .setoff-box__content .adv-disc__container {
        max-width: 650px;
        top: calc(100% + 24px)
    }
}

@media screen and (min-width: 1000px) {
    .setoff-box__content .adv-disc__container {
        top: 100%;
        margin-top: 12px;
        left: initial;
        right: 0
    }

    .setoff-box__content .adv-disc__container:before {
        display: block;
        position: absolute;
        content: '';
        width: 100%;
        height: 30px;
        top: -30px
    }
}

@media screen and (min-width: 1300px) {
    .setoff-box__content .adv-disc__container {
        margin-top: 7px
    }
}

.setoff-box__content .adv-disc__content {
    border-radius: 4px
}

.sticky-cta-bar__container {
    width: 100%;
    height: 140px;
    max-width: 1200px;
    position: fixed;
    z-index: 19;
    bottom: 0
}

.sticky-cta-bar__container * {
    box-sizing: border-box
}

.sticky-cta-bar__wrapper {
    width: 100%;
    height: 140px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: opacity 0.2s linear, -webkit-transform 0.2s linear;
    transition: transform 0.2s linear, opacity 0.2s linear;
    transition: transform 0.2s linear, opacity 0.2s linear, -webkit-transform 0.2s linear;
    max-width: 896px
}

@media screen and (min-width: 768px) and (max-width: 1001px) {
    .sticky-cta-bar__wrapper {
        -webkit-justify-content: center;
        justify-content: center;
        margin: 0 auto;
        max-width: initial
    }
}

@media screen and (max-width: 999px) {
    .sticky-cta-bar__wrapper {
        padding: 0 20px
    }
}

.sticky-cta-bar__wrapper.visible {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.sticky-cta-bar__content {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex: 1;
    flex: 1;
    max-width: 780px;
    background-color: rgba(1, 2, 51, 0.75);
    border-radius: 4px;
    padding: 12px;
    margin-right: 35px;
    box-shadow: 0 5px 12px rgba(23, 23, 23, 0.2)
}

.sticky-cta-bar__content:hover {
    background-color: rgba(1, 2, 51, 0.85)
}

@media screen and (min-width: 1000px) {
    .sticky-cta-bar__content {
        cursor: pointer
    }
}

@media screen and (max-width: 999px) {
    .sticky-cta-bar__content {
        margin-right: initial;
        background-color: rgba(1, 2, 51, 0.85)
    }
}

@media screen and (max-width: 375px) {
    .sticky-cta-bar__content {
        padding: 12px 8px
    }
}

.sticky-cta-bar__product-icon-container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 4px;
    margin-right: 12px;
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.39)
}

@media screen and (max-width: 767px) {
    .sticky-cta-bar__product-icon-container {
        margin-right: 8px
    }
}

.sticky-cta-bar__product-icon {
    width: 70%;
    height: 70%;
    object-fit: contain
}

.sticky-cta-bar__product-info-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.1px
}

@media screen and (min-width: 768px) {
    .sticky-cta-bar__product-info-wrapper {
        -webkit-flex-direction: row;
        flex-direction: row
    }
}

@media screen and (max-width: 375px) {
    .sticky-cta-bar__product-info-wrapper {
        max-width: 200px;
        margin-right: auto
    }
}

@media screen and (max-width: 320px) {
    .sticky-cta-bar__product-info-wrapper {
        max-width: 155px
    }
}

.sticky-cta-bar__product-name {
    font-weight: 700
}

@media screen and (min-width: 768px) {
    .sticky-cta-bar__product-name {
        width: 138px;
        margin-right: 12px;
        -webkit-align-self: center;
        align-self: center
    }
}

@media screen and (min-width: 1000px) {
    .sticky-cta-bar__product-name {
        font-size: 18px;
        max-width: 140px;
        width: 100%
    }
}

.sticky-cta-bar__highlighted-bullet {
    display: none
}

@media screen and (min-width: 768px) {
    .sticky-cta-bar__highlighted-bullet {
        display: block
    }
}

.sticky-cta-bar__secondary-text-bullet {
    font-weight: normal;
    font-size: 14px;
    max-width: calc(100vw - 145px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media screen and (min-width: 1000px) {
    .sticky-cta-bar__secondary-text-bullet {
        font-size: inherit
    }
}

.sticky-cta-bar__cta-button {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-decoration: none;
    height: 42px;
    background-color: #ff4a64;
    width: 100%;
    max-width: 220px;
    text-align: center;
    vertical-align: center;
    border-radius: 4px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    transition: all 300ms ease;
    width: 40px;
    height: 40px;
    max-height: 40px
}

.sticky-cta-bar__cta-button:hover {
    background-color: #bc284b;
    transition: all 300ms ease;
    color: #ffffff
}

.sticky-cta-bar__cta-button--arrow:after {
    content: ' ';
    display: -webkit-inline-flex;
    display: inline-flex;
    width: 11px;
    height: 11px;
    font-size: 11px;
    line-height: 32px;
    margin-left: -6px;
    margin-top: 4px;
    position: relative;
    z-index: 0;
    opacity: 0;
    transition: all 300ms ease
}

.sticky-cta-bar__cta-button--arrow:hover:after {
    position: relative;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    margin-left: 6px;
    opacity: 1;
    transition: all 300ms ease
}

@media screen and (min-width: 768px) {
    .sticky-cta-bar__cta-button {
        width: 160px
    }
}

.sticky-cta-bar__cta-button .cta-button__text {
    display: none
}

@media screen and (min-width: 768px) {
    .sticky-cta-bar__cta-button .cta-button__text {
        display: inline-block
    }
}

.sticky-cta-bar__cta-button:after {
    margin-top: 0
}

@media screen and (max-width: 767px) {
    .sticky-cta-bar__cta-button:after {
        margin: 0;
        opacity: 1
    }
}

.categories-shortlist {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    padding-top: 70px
}

@media screen and (max-width: 767px) {
    .categories-shortlist {
        padding-top: 50px
    }
}

.categories-shortlist:not(.categories-shortlist--force-white) {
    background-color: #f5f5f5
}

@media screen and (max-width: 999px) {
    .categories-shortlist--white-below-large {
        background-color: white !important;
        padding-top: 0
    }
}

@media screen and (max-width: 767px) {
    .categories-shortlist--white-below-medium {
        background-color: white !important;
        padding-top: 0
    }
}

.categories-shortlist--container {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    max-width: 970px;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px
}

.categories-shortlist--header {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 30px
}

.categories-shortlist--footer {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0
}

@media screen and (min-width: 768px) {
    .categories-shortlist--footer {
        height: 70px
    }
}

@media screen and (max-width: 767px) {
    .categories-shortlist--footer {
        height: 100px;
        -webkit-align-items: center;
        align-items: center
    }
}

.categories-shortlist--title {
    display: -webkit-flex;
    display: flex;
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #2d2d2d
}

@media screen and (max-width: 767px) {
    .categories-shortlist--title {
        font-size: 20px;
        line-height: 24px;
        font-weight: 600;
        color: #2d2d2d
    }
}

.categories-shortlist--all-link {
    text-decoration: none;
    transition: color 0.3s linear;
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    color: #1789d5
}

.categories-shortlist--all-link:hover {
    color: #1564bf
}

@media screen and (min-width: 768px) {
    .categories-shortlist--all-link {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .categories-shortlist--all-link {
        position: relative;
        margin-top: -20px;
        font-size: 16px;
        line-height: 19px;
        font-weight: 600;
        color: #1789d5
    }
}

@media screen and (min-width: 768px) {
    .categories-shortlist--all-link__header {
        display: -webkit-flex;
        display: flex
    }
}

@media screen and (max-width: 767px) {
    .categories-shortlist--all-link__header {
        display: none
    }
}

.categories-shortlist--categories {
    display: -webkit-flex;
    display: flex;
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: white
}

@media screen and (max-width: 767px) {
    .categories-shortlist--categories {
        -webkit-flex-direction: column;
        flex-direction: column
    }
}

.categories-shortlist--row {
    display: -webkit-flex;
    display: flex;
    width: 100%
}

@media screen and (min-width: 768px) {
    .categories-shortlist--row {
        height: 118px
    }

    .categories-shortlist--row__first {
        border-top: 1px solid #d5d5d5;
        border-bottom: 1px solid #d5d5d5
    }

    .categories-shortlist--row__last {
        border-bottom: 1px solid #d5d5d5
    }
}

@media screen and (max-width: 767px) {
    .categories-shortlist--row {
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }

    .categories-shortlist--row__first {
        border-top: 1px solid #d5d5d5
    }
}

.categories-shortlist--category {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    transition: background-color 0.3s linear;
    height: 118px
}

.categories-shortlist--category:hover {
    background-color: rgba(255, 74, 100, 0.2)
}

@media screen and (min-width: 768px) {
    .categories-shortlist--category {
        border-left: 1px solid #d5d5d5;
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 20%;
        height: 118px
    }

    .categories-shortlist--category:last-of-type {
        border-right: 1px solid #d5d5d5
    }
}

@media screen and (max-width: 767px) {
    .categories-shortlist--category {
        width: 100%;
        height: 70px;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        padding-left: 20px;
        border-bottom: 1px solid #d5d5d5;
        border-left: 1px solid #d5d5d5;
        border-right: 1px solid #d5d5d5
    }
}

.categories-shortlist--category__link {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-decoration: none;
    width: 100%;
    height: 100%
}

@media screen and (max-width: 767px) {
    .categories-shortlist--category__link {
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }
}

.categories-shortlist--category__icon {
    display: -webkit-flex;
    display: flex;
    margin-top: 16px
}

@media screen and (max-width: 767px) {
    .categories-shortlist--category__icon {
        margin-top: 0;
        max-height: 30px;
        object-fit: contain;
        width: 30px;
        height: auto
    }
}

.categories-shortlist--category__text {
    display: -webkit-flex;
    display: flex;
    text-decoration: none;
    -webkit-justify-content: center;
    justify-content: center;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    color: #2d2d2d
}

@media screen and (min-width: 768px) {
    .categories-shortlist--category__text {
        margin-bottom: 14px;
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .categories-shortlist--category__text {
        margin-left: 30px
    }
}

.breadcrumb {
    list-style: none;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin: 0;
    padding: 0;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

@media screen and (max-width: 999px) {
    .breadcrumb {
        display: none
    }
}

.breadcrumb li {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: inherit;
    color: #797979;
    text-transform: capitalize;
    display: -webkit-flex;
    display: flex;
    margin: 0;
    padding: 0;
    transition: all 0.3s ease
}

.breadcrumb li:hover {
    opacity: 1;
    color: #2d2d2d
}

.breadcrumb li:after {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #797979;
    content: '/';
    display: -webkit-flex;
    display: flex;
    margin: 0 6px 0 6px
}

.breadcrumb li:first-of-type {
    margin: 0
}

.breadcrumb li:last-of-type {
    pointer-events: none
}

.breadcrumb li:last-of-type span {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 158px;
    white-space: nowrap
}

.breadcrumb li:last-of-type:after {
    display: none
}

.breadcrumb li a {
    color: inherit;
    text-decoration: none
}

.editorial-reviews {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 35px 16px;
    background-color: #f5f5f5;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: -0.5px;
    margin-bottom: 10px
}

@media screen and (min-width: 1000px) {
    .editorial-reviews {
        padding: 0 30px 15px 30px;
        width: 100%
    }
}

@media screen and (max-width: 999px) {
    .editorial-reviews {
        margin-top: 0;
        padding: 15px 15px 0 15px;
        margin-bottom: 0
    }
}

.editorial-reviews__header {
    margin: 0 0 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

@media screen and (min-width: 1000px) {
    .editorial-reviews__header {
        margin-top: 0
    }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .editorial-reviews__header {
        -webkit-align-items: center;
        align-items: center
    }
}

.editorial-reviews__header__title {
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    color: #2d2d2d;
    margin: 20px 0 12px 0;
    padding: 0
}

@media screen and (max-width: 767px) {
    .editorial-reviews__header__title {
        font-size: 20px
    }
}

.editorial-reviews__header__link {
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    color: #1789d5;
    transition: color 0.3s linear;
    text-decoration: none;
    display: none
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .editorial-reviews__header__link {
        display: -webkit-flex;
        display: flex
    }
}

.editorial-reviews__header__link:hover {
    color: #1564bf
}

.editorial-reviews__sub-header {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #797979
}

@media screen and (min-width: 1000px) {
    .editorial-reviews__sub-header {
        font-size: 14px;
        line-height: 16px;
        font-weight: 400;
        color: #797979;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        width: 100%;
        margin: 2px 0 15px 0;
        -webkit-align-items: flex-start;
        align-items: flex-start
    }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .editorial-reviews__sub-header {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .editorial-reviews__sub-header {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-evenly;
        justify-content: space-evenly;
        margin-top: 4px;
        width: 100%;
        margin-bottom: 27px
    }
}

@media screen and (max-width: 375px) {
    .editorial-reviews__sub-header {
        margin-top: 15px
    }
}

.editorial-reviews__sub-header__item {
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding: 0;
    height: 100%;
    width: 33%;
    letter-spacing: -0.5px;
    text-align: left
}

.editorial-reviews__sub-header__item:nth-child(1) {
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.editorial-reviews__sub-header__item:nth-child(2) {
    -webkit-justify-content: center;
    justify-content: center;
    border-left: 1px solid #797979;
    border-right: 1px solid #797979
}

.editorial-reviews__sub-header__item:nth-child(3) {
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

@media screen and (min-width: 1000px) {
    .editorial-reviews__sub-header__item:nth-child(1) {
        padding-right: 7px
    }

    .editorial-reviews__sub-header__item:nth-child(2) {
        padding: 0 7px
    }

    .editorial-reviews__sub-header__item:nth-child(3) {
        padding-left: 7px
    }
}

@media screen and (max-width: 767px) {
    .editorial-reviews__sub-header__item:nth-child(1) {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        padding-right: 22px
    }

    .editorial-reviews__sub-header__item:nth-child(2) {
        padding: 0 22px
    }

    .editorial-reviews__sub-header__item:nth-child(3) {
        padding-left: 22px
    }
}

.editorial-reviews__sub-header__item--sep {
    display: -webkit-flex;
    display: flex;
    width: 1px;
    min-width: 1px;
    height: 100%;
    min-height: 100%;
    margin: 0 7px;
    background-color: #797979;
    -webkit-align-self: center;
    align-self: center
}

.editorial-reviews__items {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .editorial-reviews__items {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-width: 33%;
        column-width: 33%;
        -webkit-column-gap: 30px;
        column-gap: 30px;
        display: block;
        margin-top: 30px;
        margin-bottom: 35px
    }
}

.editorial-reviews__items a:-webkit-any-link {
    text-decoration: none
}

.editorial-reviews__items a:any-link {
    text-decoration: none
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .editorial-reviews__items a:-webkit-any-link:last-of-type {
        margin-right: 0
    }

    .editorial-reviews__items a:any-link:last-of-type {
        margin-right: 0
    }
}

@media screen and (min-width: 1000px) {
    .editorial-reviews__items a:-webkit-any-link {
        margin-top: 40px
    }

    .editorial-reviews__items a:any-link {
        margin-top: 40px
    }

    .editorial-reviews__items a:-webkit-any-link:first-of-type {
        margin-top: 16px
    }

    .editorial-reviews__items a:any-link:first-of-type {
        margin-top: 16px
    }
}

@media screen and (max-width: 375px) {
    .editorial-reviews__items a:-webkit-any-link {
        margin-top: 12px
    }

    .editorial-reviews__items a:any-link {
        margin-top: 12px
    }
}

.editorial-reviews__item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    text-decoration: none
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .editorial-reviews__item {
        display: inline;
        width: 100%
    }
}

@media screen and (min-width: 768px) and (max-width: 999px) and (-ms-high-contrast: active),
screen and (min-width: 768px) and (max-width: 999px) and (-ms-high-contrast: none) {
    .editorial-reviews__item {
        display: inline-block
    }
}

@media screen and (max-width: 767px) {
    .editorial-reviews__item {
        width: 100%;
        -webkit-align-items: center;
        align-items: center;
        margin-top: 15px
    }

    .editorial-reviews__item:first-of-type {
        margin-top: 5px
    }
}

@media screen and (max-width: 375px) {
    .editorial-reviews__item:first-of-type {
        margin-top: -1px
    }
}

.editorial-reviews__item__wrapper {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: flex
}

@media screen and (min-width: 1000px) {
    .editorial-reviews__item__wrapper {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: center;
        align-items: center
    }
}

@media screen and (max-width: 767px) {
    .editorial-reviews__item__wrapper {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: center;
        align-items: center
    }
}

.editorial-reviews__item__logo {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: white;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

@media screen and (min-width: 1000px) {
    .editorial-reviews__item__logo {
        margin-right: 20px;
        width: 45px;
        height: 45px
    }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .editorial-reviews__item__logo {
        width: 100%;
        border-bottom: 2px solid #ff4a64
    }
}

@media screen and (max-width: 767px) {
    .editorial-reviews__item__logo {
        width: 60px;
        height: 60px;
        margin-right: 20px
    }
}

@media screen and (min-width: 1000px) {
    .editorial-reviews__item__logo__icon {
        width: 25px;
        height: 25px
    }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .editorial-reviews__item__logo__icon {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .editorial-reviews__item__logo__icon {
        width: 35px;
        height: 35px
    }
}

.editorial-reviews__item__logo__image {
    display: none
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .editorial-reviews__item__logo__image {
        display: block;
        width: 100%;
        height: auto;
        max-width: 150px;
        max-height: 50px
    }
}

.editorial-reviews__item__logo--padding {
    display: none
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .editorial-reviews__item__logo--padding {
        display: block;
        padding-top: 55%
    }
}

.editorial-reviews__item__title {
    display: inline-block;
    margin-right: 20px;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    color: #2d2d2d
}

@media screen and (min-width: 1000px) {
    .editorial-reviews__item__title {
        display: -webkit-flex;
        display: flex;
        margin: 0 9px 0 0
    }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .editorial-reviews__item__title {
        margin: 9px 0 0 0;
        padding: 0;
        font-size: 16px;
        line-height: 19px;
        font-weight: 400;
        color: #2d2d2d
    }

    .editorial-reviews__item__title:after {
        font-size: 16px;
        line-height: 19px;
        font-weight: 400;
        color: #2d2d2d;
        display: inline-block;
        text-indent: 5px;
        content: 'review'
    }
}

@media screen and (min-width: 1000px) {
    .editorial-reviews__item__title {
        font-size: 14px
    }
}

@media screen and (max-width: 767px) {
    .editorial-reviews__item__title {
        display: -webkit-flex;
        display: flex;
        width: 100%;
        margin: 0;
        padding: 0
    }
}

.editorial-reviews__item__link {
    display: -webkit-flex;
    display: flex;
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    color: #1789d5
}

@media screen and (min-width: 1000px) {
    .editorial-reviews__item__link {
        width: 100%
    }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .editorial-reviews__item__link {
        display: none
    }
}

@media screen and (min-width: 1000px) {
    .editorial-reviews__item__link {
        font-size: 14px
    }
}

@media screen and (max-width: 767px) {
    .editorial-reviews__item__link {
        font-size: 16px;
        width: 100%
    }
}

.editorial-reviews__item__link:hover {
    color: #1564bf
}

.editorial-reviews__bottom {
    display: -webkit-flex;
    display: flex;
    margin-top: 30px
}

@media screen and (min-width: 1000px) {
    .editorial-reviews__bottom {
        margin-bottom: 15px
    }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .editorial-reviews__bottom {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .editorial-reviews__bottom {
        margin-top: 27px;
        padding-bottom: 35px
    }
}

.editorial-reviews__bottom__link {
    transition: color 0.3s linear;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    color: #1789d5;
    text-decoration: none
}

@media screen and (min-width: 1000px) {
    .editorial-reviews__bottom__link {
        font-size: 14px;
        line-height: 19px;
        font-weight: 600;
        color: #1789d5
    }
}

.editorial-reviews__bottom__link:hover {
    color: #1564bf
}

.top-reviews {
    display: -webkit-flex;
    display: flex
}

@media screen and (min-width: 1000px) {
    .top-reviews {
        width: 100%;
        -webkit-flex-direction: column;
        flex-direction: column;
        padding: 0
    }
}

@media screen and (max-width: 999px) {
    .top-reviews {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        padding: 35px 15px;
        background-color: #f5f5f5
    }
}

.top-reviews:before {
    content: '';
    border-top: 1px solid #d5d5d5;
    margin-bottom: 40px
}

.top-reviews__header {
    display: -webkit-flex;
    display: flex;
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    color: #2d2d2d;
    font-family: hurmegeometricsans_no3_6, Gilroy, Almarai;
    margin: 0 0 30px 0;
    width: 100%
}

.top-reviews__items {
    display: -webkit-flex;
    display: flex
}

@media screen and (min-width: 1000px) {
    .top-reviews__items {
        -webkit-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .top-reviews__items {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-width: 33%;
        column-width: 33%;
        -webkit-column-gap: 30px;
        column-gap: 30px;
        display: block;
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .top-reviews__items {
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%
    }
}

.top-reviews__item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

@media screen and (max-width: 767px) {
    .top-reviews__item {
        -webkit-flex-direction: row;
        flex-direction: row;
        width: 100%;
        height: 60px;
        -webkit-align-items: center;
        align-items: center
    }
}

.top-reviews__item:first-of-type {
    margin-top: 0
}

.top-reviews__item__image {
    background-color: #f0f1f2;
    width: 100%;
    height: 111px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 9px
}

.top-reviews__item__image img {
    width: 120px
}

@media screen and (max-width: 767px) {
    .top-reviews__item__image {
        width: 60px;
        height: 60px;
        background-color: white
    }

    .top-reviews__item__image img {
        width: 35px;
        height: 35px
    }
}

.top-reviews__item__title {
    font-family: hurmegeometricsans_no3_6, Gilroy, Almarai;
    display: inline-block;
    margin: 0;
    font-size: 15px;
    line-height: 19px;
    font-weight: 700;
    color: #2d2d2d
}

.top-reviews__item__link {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    color: #1789d5;
    text-decoration: none
}

.top-reviews__item__link:hover {
    color: #1e47ba
}

.no-results {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    width: 100%;
    min-height: 374px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center
}

.no-results.api {
    display: none
}

.no-results.api .no-results_svg {
    width: 127px;
    height: 126px
}

.no-results.api .no-results_svg-icon {
    position: relative;
    top: -21px;
    right: 10px
}

.no-results__wrapper {
    padding: 0 15px
}

.no-results_svg {
    display: block;
    background: #e2e2e2;
    border-radius: 50%;
    margin: 0 auto 20px;
    width: 123px;
    height: 122px
}

.no-results_svg-icon {
    position: relative;
    top: -36px;
    right: 4px
}

.no-results_content {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #000
}

.no-results_content .top_message {
    font-weight: 600
}

.no-results_content .bottom_message span {
    display: block
}

@keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.chart {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1
}

@media screen and (min-width: 1000px) {
    .chart {
        max-width: 850px;
        padding-left: 15px;
        margin-bottom: 60px
    }
}

.chart .comparable__header {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%
}

.chart .comparable__header__left {
    display: -webkit-flex;
    display: flex;
    width: 195px;
    min-width: 195px
}

.chart .comparable__header__right {
    display: -webkit-flex;
    display: flex;
    width: 181px;
    min-width: 181px
}

.chart .comparable__header__space,
.chart .comparable__header__space:empty {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    max-width: 90px;
    min-width: 30px
}

.chart .comparable__header__items {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1
}

.chart .comparable__header__item {
    display: -webkit-flex;
    display: flex;
    min-width: 80px;
    max-width: 80px;
    text-transform: none;
    word-break: break-all;
    font-size: 14px;
    line-height: 15px;
    font-weight: 400;
    color: #2d2d2d
}

.chart .tool-tip__with-icon {
    background-position: center center;
    background-repeat: no-repeat;
    height: 12px;
    width: 22px;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin-top: 5px;
    cursor: pointer
}


@media screen and (max-width: 999px) {
    .chart .tool-tip__description {
        display: none
    }
}

.chart .tool-tip__description__tooltip {
    display: -webkit-flex;
    display: flex;
    visibility: hidden;
    -webkit-flex-direction: row;
    flex-direction: row;
    position: absolute;
    box-sizing: border-box;
    -webkit-align-items: center;
    align-items: center;
    width: auto;
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: -0.2px;
    min-width: 50px;
    max-width: 200px;
    margin-left: 25px;
    margin-top: -11px;
    z-index: 20
}

.chart .tool-tip__description__tooltip__text {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    padding: 5px 5px 5px 7px;
    background-color: rgba(255, 255, 255, 0.95);
    color: #2d2d2d;
    border: 1px solid #efefef;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
    width: 100%;
    font-size: 12px
}

.chart .tool-tip__description__tooltip__arrow {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    width: 10px;
    height: 10px;
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.2);
    border-left: 1px solid #efefef;
    border-top: 1px solid #efefef;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 5px;
    top: 50%;
    bottom: 50%
}

.chart .tool-tip__description:hover .tool-tip__description__tooltip {
    visibility: visible
}

@media screen and (min-width: 1000px) {
    .chart .adv-disc__container {
        top: 22px;
        right: -15px
    }
}

.chart .adv-disc__button {
    margin-top: -1px
}

@media screen and (max-width: 999px) {
    .chart {
        padding: 0 15px
    }

    .chart .adv-disc__container {
        right: 0;
        margin-left: 0
    }
}

.chart-header-score .button-filter-mobile-open__text {
    margin-left: 0
}

.chart__header {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 15px;
    height: 40px;
    background-color: #f5f5f5
}

.chart__header .dropdown {
    display: -webkit-flex;
    display: flex;
    min-width: 229px;
    -webkit-align-items: center;
    align-items: center
}

@media screen and (max-width: 767px) {
    .chart__header .dropdown {
        display: none;
        width: 165px
    }
}

.chart__header .dropdown__mobile {
    display: none
}

@media screen and (max-width: 767px) {
    .chart__header .dropdown__mobile {
        display: -webkit-flex;
        display: flex
    }

    .chart__header .dropdown__mobile select {
        -webkit-appearance: none
    }
}

.chart__header .dropdown__title {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #2d2d2d;
    display: -webkit-flex;
    display: flex;
    margin-right: 5px
}

.chart__header .dropdown__input {
    display: -webkit-flex;
    display: flex;
    margin-left: 4px;
    position: relative
}

@media screen and (max-width: 767px) {
    .chart__header .dropdown__input {
        margin: 0
    }
}

.chart__header .dropdown__input__default {
    display: -webkit-flex;
    display: flex;
    padding: 0 0 0 10px;
    min-width: 145px;
    height: 25px;
    border: 1px solid #f0f0f0;
    font-weight: 400;
    background-size: 8px 5px;
    cursor: pointer
}

@media screen and (max-width: 767px) {
    .chart__header .dropdown__input__default {
        margin: 0;
        width: 165px
    }
}

.chart__header .dropdown__input__default::-ms-expand {
    display: none
}

.chart__header .dropdown__input__items {
    list-style: none;
    margin: 31px 0 0;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 210px;
    max-height: 146px;
    right: 1px;
    overflow-y: scroll;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
    position: absolute;
    z-index: 1
}

.chart__header .dropdown__input__items[data-dropdown-open='false'] {
    display: none
}

.chart__header .dropdown__input__items[data-dropdown-open='true'] {
    display: -webkit-flex;
    display: flex
}

.chart__header .dropdown__input__item[data-dropdown-selected='true'] {
    color: #2d2d2d
}

.chart__header .dropdown__input__item:hover {
    background-color: #f0f1f2
}

.chart__header .dropdown .row {
    display: -webkit-flex;
    display: flex
}

.chart__header .sortby__empty.localization:after {
    content: attr(data-zipcode);
    color: #ff4a64;
    margin-left: 3px
}

@media screen and (max-width: 767px) {
    .chart__header {
        margin-top: 0;
        height: 50px
    }

    .chart__header .sortby__empty {
        font-size: 16px;
        line-height: 1;
        font-weight: bold;
        color: #2d2d2d
    }
}

.chart__header__left {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.chart__header__left .view-type {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center
}

.chart__header__left .view-type__as {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #2d2d2d;
    margin-right: 5px
}

@media screen and (max-width: 999px) {
    .chart__header__left .view-type {
        display: none
    }
}

.chart__header__left .view-type__button {
    display: -webkit-flex;
    display: flex;
    border: 0;
    padding: 0;
    margin-left: 3px;
    cursor: pointer;
    background-color: transparent;
    margin-right: 3px;
    margin-top: 2px;
    width: 20px;
    height: 20px
}

.chart__header__left .view-type__button:focus {
    outline: none
}

.chart__header__left .view-type__button .button-view-bg {
    fill: #dedede
}

.chart__header__left .view-type__button__icon {
    display: -webkit-flex;
    display: flex;
    width: 20px;
    height: 15px
}

.chart__header__left .view-type__button[data-active='true'] .button-view-bg {
    fill: #2d2d2d
}

.chart__header__left:empty {
    display: none
}

.chart__header__right {
    display: -webkit-flex;
    display: flex
}

.chart__header__right .view-type {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center
}

.chart__header__right .view-type__as {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #2d2d2d;
    margin-right: 5px
}

@media screen and (max-width: 999px) {
    .chart__header__right .view-type {
        display: none
    }
}

.chart__header__right .view-type__button {
    display: -webkit-flex;
    display: flex;
    border: 0;
    padding: 0;
    margin-left: 3px;
    cursor: pointer;
    background-color: transparent;
    margin-right: 3px;
    margin-top: 2px;
    width: 20px;
    height: 20px
}

.chart__header__right .view-type__button:focus {
    outline: none
}

.chart__header__right .view-type__button .button-view-bg {
    fill: #dedede
}

.chart__header__right .view-type__button__icon {
    display: -webkit-flex;
    display: flex;
    width: 20px;
    height: 15px
}

.chart__header__right .view-type__button[data-active='true'] .button-view-bg {
    fill: #2d2d2d
}

.chart__header__seperator {
    height: 11px;
    line-height: 18px;
    margin: 4px 7px 0 10px;
    border: 1px solid #d5d5d5
}

@media screen and (max-width: 767px) {
    .chart__header__seperator {
        display: none
    }
}

.chart__header .adv-disc__button {
    font-weight: 400;
    color: #797979
}

.chart__header .adv-disc__button span {
    color: inherit
}

.chart__header .adv-disc__button:hover {
    color: #2d2d2d
}

.chart__header .disclosure-text {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    color: #797979
}

@media screen and (max-width: 767px) {
    .chart__header .disclosure-text {
        display: none
    }
}

.chart__body {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    transition: all .3s cubic-bezier(0.1, 0.24, 0.16, 0.94)
}

@media screen and (max-width: 999px) {
    .chart__body {
        margin-bottom: 35px
    }
}

.chart__body__header {
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    box-sizing: border-box;
    border-bottom: 0;
    min-height: 20px;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-align-items: center;
    align-items: center;
    background-color: #e2e2e2;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #2d2d2d
}

.chart__body__header[data-visible='false'] {
    display: none
}

@media screen and (max-width: 767px) {
    .chart__body__header {
        display: none
    }
}

.chart__body__products {
    opacity: 1;
    transition: all;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1
}

@media screen and (max-width: 767px) {
    .chart__body__products {
        margin-top: 10px
    }
}

.chart__body.no-results-api .chart__body__products {
    display: none
}

.chart__body.no-results-api .no-results.api {
    display: -webkit-flex;
    display: flex;
    z-index: 1
}

.chart__body[data-loading='true'] .index-counter {
    opacity: 0.1
}

.chart__body[data-loading='true'] .loading-background {
    display: -webkit-flex;
    display: flex
}

.chart__body .loading-background {
    display: none;
    background-color: rgba(255, 255, 255, 0.9);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.chart__body .lds-ring-wrapper {
    position: relative;
    width: 64px;
    height: 64px;
    display: block;
    margin-top: 9%
}

.chart__body .lds-ring-wrapper .lds-ring {
    width: 64px;
    height: 64px
}

.chart__body .lds-ring-wrapper .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    margin: 6px;
    border: 6px solid #ff4a64;
    border-radius: 100%;
    -webkit-animation: lds-ring 1.5s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    animation: lds-ring 1.5s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #ff4a64 transparent transparent transparent;
    width: 64px;
    height: 64px
}

.chart__body .lds-ring-wrapper .lds-ring div:nth-child(1) {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s
}

.chart__body .lds-ring-wrapper .lds-ring div:nth-child(2) {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s
}

.chart__body .lds-ring-wrapper .lds-ring div:nth-child(3) {
    -webkit-animation-delay: -0.15s;
    animation-delay: -0.15s
}

.chart__body .lds-ring-wrapper .lds-ring.inner {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 31px;
    height: 31px
}

.chart__body .lds-ring-wrapper .lds-ring.inner div {
    width: 31px;
    height: 31px;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) reverse infinite
}

.chart__body .lds-ring-wrapper .lds-ring.inner div:nth-child(1) {
    -webkit-animation-delay: -0.45s;
    animation-delay: -0.45s
}

.chart__body .lds-ring-wrapper .lds-ring.inner div:nth-child(2) {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s
}

.chart__body .lds-ring-wrapper .lds-ring.inner div:nth-child(3) {
    -webkit-animation-delay: -0.15s;
    animation-delay: -0.15s
}

.chart__show-more {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.chart__show-more.hide {
    display: none
}

@media screen and (min-width: 1000px) {
    .chart__show-more {
        margin-bottom: -50px
    }
}

@media screen and (max-width: 767px) {
    .chart__show-more {
        background-color: white;
        -webkit-justify-content: center;
        justify-content: center;
        margin-left: 10px;
        margin-right: 10px
    }
}

.chart__show-more.transparent {
    position: relative;
    margin-bottom: -40px
}

@media screen and (max-width: 767px) {
    .chart__show-more.transparent {
        margin-left: initial;
        width: 100%;
        margin-bottom: -20px;
        bottom: -25px
    }

    .chart__show-more.transparent.expanded {
        margin-bottom: 10px;
        bottom: -15px
    }
}

.chart__show-more.transparent .show-more-container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    position: absolute;
    height: 178px;
    width: calc(100% + 40px);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) -42.3%, #fff 58.65%);
    bottom: 0;
    z-index: 1;
    left: -20px
}

.chart__show-more.transparent .show-more-container.expanded {
    position: initial;
    z-index: initial
}

@media screen and (max-width: 999px) {
    .chart__show-more.transparent .show-more-container {
        bottom: 40px
    }
}

@media screen and (max-width: 767px) {
    .chart__show-more.transparent .show-more-container {
        width: calc(100% + 20px);
        left: -10px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) -42.3%, #fff 66.65%)
    }
}

.chart__show-more__text {
    -webkit-align-self: flex-end;
    align-self: flex-end;
    color: #797979;
    text-align: right;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 14px;
    margin-top: -29px
}

@media screen and (min-width: 1000px) {
    .chart__show-more__text {
        margin-bottom: 10px;
        cursor: pointer;
        margin-top: 9px
    }

    .chart__show-more__text:hover {
        color: #2d2d2d
    }
}

@media screen and (max-width: 999px) {
    .chart__show-more__text {
        margin-right: 10px
    }
}

@media screen and (max-width: 767px) {
    .chart__show-more__text {
        -webkit-align-self: center;
        align-self: center;
        font-size: 15px;
        line-height: 22px;
        font-weight: 400
    }

    .chart__show-more__text.transparent {
        -webkit-align-self: initial;
        align-self: initial
    }
}

.chart.mobile-card {
    padding: 0
}

.chart.mobile-card .chart__header {
    background: none;
    height: auto;
    padding-bottom: 20px
}

.chart.mobile-card .chart__title {
    font-weight: bold;
    font-size: 14px;
    padding-top: 16px;
    line-height: 18px;
    padding-bottom: 4px
}

.chart.mobile-card .chart__title:after {
    content: attr(data-zipcode);
    color: #ff4a64;
    margin-left: 3px
}

.chart.mobile-card .chart__body {
    padding: 0 15px
}

.chart.mobile-card .chart__body:not([data-cross-chart]) {
    background: #f5f5f5;
    border-top: 1px solid #d5d5d5
}

.chart.mobile-card .chart__body .chart__body__products {
    margin-top: 18px
}

.chart.mobile-card .button-filter-mobile-open__icon {
    display: none
}

.chart.mobile-card .button-filter-mobile-open__text {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: #1789d5;
    margin-left: 0
}

.chart.mobile-card .button-filter-mobile-open .chart-kdfs-filter__choice__tags-counter {
    font-size: 14px
}

.chart.mobile-card .adv-disc__button {
    font-size: 14px;
    color: #797979
}

@media screen and (max-width: 767px) {
    .chart.mobile-card .chart-product-text .chart-product-text-body .product-row .center .addon__sale-badge {
        -webkit-align-self: flex-start;
        align-self: flex-start;
        width: auto;
        height: 20px;
        border: 0;
        margin-top: 9px;
        padding: 0 6px 0 4px;
        background-color: rgba(9, 167, 137, 0.15);
        border-radius: 2px
    }

    .chart.mobile-card .chart-product-text .chart-product-text-body .product-row .center .addon__sale-badge__text {
        font-size: 14px;
        line-height: 1;
        font-weight: 400;
        color: #09a789;
        height: 17px
    }

    .chart.mobile-card .chart-product-text .chart-product-text-body .product-row .center .center__mobile--footer {
        margin-top: 24px
    }

    .chart.mobile-card .chart-product-text .chart-product-text-body .product-row .center .center__mobile--footer:empty {
        margin-top: 5px
    }

    .chart.mobile-card .chart-product-text .chart-product-text-body .product-row .center .center__mobile--footer .cta-button {
        max-width: 100%
    }

    .chart.mobile-card .chart-product-text .chart-product-text-body .product-row .center .center__mobile--footer .cta-button:not(.disabled):after {
        content: '';
        display: -webkit-inline-flex;
        display: inline-flex;
        background-size: 13px 13px;
        font-size: 13px;
        opacity: 1;
        transition: all 0.3s ease;
        padding-left: 6px;
        margin-left: 6px;
        width: 13px;
        height: 13px
    }


    .chart.mobile-card .chart-product-text .chart-product-text-body .product-row .center .center__mobile--footer .cta-button:not(:only-child) {
        width: 50%
    }


    .chart.mobile-card .chart__show-more__text {
        margin-top: -20px
    }
}

@media screen and (max-width: 767px) {
    .chart.psychic-test .chart-product-text .chart-product-text-body .product-row .center .center__mobile--footer .cta-button {
        -webkit-order: 2;
        order: 2
    }

    .chart.psychic-test .chart-product-text .chart-product-text-body .product-row .center .center__mobile--footer .cta-button:not(.disabled) {
        background-color: #ff4a64;
        color: #ffffff
    }


    .chart.psychic-test .chart-product-text .chart-product-text-body .product-row .center .center__mobile--footer .phone {
        font-size: 10px;
        line-height: 13px;
        font-weight: 600;
        color: #ff4a64;
        position: relative;
        text-decoration: none;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        width: 100%;
        border: none;
        padding: 0
    }

    .chart.psychic-test .chart-product-text .chart-product-text-body .product-row .center .center__mobile--footer .phone:before {
        content: none
    }

    .chart.psychic-test .chart-product-text .chart-product-text-body .product-row .center .center__mobile--footer .phone__mobile--button {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        border: 1px solid #ff4a64;
        border-radius: 4px;
        color: #ffffff;
        background-color: #ffffff;
        width: 100%;
        height: 40px;
        position: relative;
        transition: background-color 0.3s ease
    }
}

@media screen and (max-width: 767px) and (min-width: 768px) {
    .chart.psychic-test .chart-product-text .chart-product-text-body .product-row .center .center__mobile--footer .phone__mobile--button:hover {
        background-color: #bc284b;
        border-color: #bc284b
    }
}

@media screen and (max-width: 767px) {
    .chart.psychic-test .chart-product-text .chart-product-text-body .product-row .center .center__mobile--footer .phone__mobile--button:before {
        content: ' ';
        width: 15px;
        height: 15px;
        fill: white;
        display: block;
        margin-right: 5px;
        transition: background-image 0.3s
    }
}

@media screen and (max-width: 767px) and (min-width: 768px) {
    .chart.psychic-test .chart-product-text .chart-product-text-body .product-row .center .center__mobile--footer .phone__mobile--button:hover {
        background-color: #ffffff
    }

    .chart.psychic-test .chart-product-text .chart-product-text-body .product-row .center .center__mobile--footer .phone__mobile--button:hover .tapToCall {
        color: #bc284b
    }

}

@media screen and (max-width: 767px) {
    .chart.psychic-test .chart-product-text .chart-product-text-body .product-row .center .center__mobile--footer .phone__mobile--number {
        width: 100%;
        text-align: center;
        margin-top: 5px;
        letter-spacing: -0.09;
        font-size: 12px;
        line-height: 14px;
        font-weight: 600;
        color: #797979
    }

    .chart.psychic-test .chart-product-text .chart-product-text-body .product-row .center .center__mobile--footer .phone .tapToCall {
        display: -webkit-flex;
        display: flex;
        position: relative;
        transition: color 0.3s;
        font-size: 16px;
        line-height: 22px;
        font-weight: bold;
        color: #ff4a64
    }

    .chart.psychic-test .chart-product-text .chart-product-text-body .product-row .center .center__mobile--footer .phone__container {
        display: -webkit-flex;
        display: flex;
        width: 50%;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        margin-left: 0;
        margin-right: 10px
    }

    .chart.psychic-test .chart-product-text .chart-product-text-body .product-row .center .center__mobile--footer .phone__container:only-child {
        margin-left: 0;
        margin-right: 0
    }

    .chart.psychic-test .chart-product-text .chart-product-text-body .product-row .center .center__mobile--footer .phone .phone-visual-nudge:after {
        display: inline-block;
        margin-left: 6px;
        border-radius: 15px;
        content: '';
        background: #09a789;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        width: 8px;
        height: 8px
    }
}

.page__cross-chart-widget-included .chart__show-more__text {
    margin-top: -35px;
    margin-bottom: 16px
}

@media screen and (min-width: 768px) {
    .page__cross-chart-widget-included .chart__show-more__text {
        margin-bottom: 10px;
        margin-top: 9px
    }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .page__cross-chart-widget-included .chart__show-more__text {
        margin-top: -29px
    }
}

.sortby {
    display: -webkit-flex;
    display: flex;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #2d2d2d
}

@media screen and (max-width: 999px) {
    .sortby {
        display: none
    }
}

.sortby__empty {
    display: -webkit-flex;
    display: flex;
    font-size: inherit;
    line-height: inherit;
    font-weight: 700;
    color: inherit;
    margin-right: 10px
}

@media screen and (max-width: 999px) {
    .chart__header__left>.sortby:first-child {
        display: -webkit-flex;
        display: flex
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

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

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

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

.accordion {
    max-height: 0;
    overflow: hidden;
    scroll-behavior: smooth
}

@media screen and (min-width: 768px) {
    .accordion[data-open='false'] {
        display: -webkit-flex;
        display: flex;
        width: 100%;
        -webkit-flex-direction: row;
        flex-direction: row;
        background-color: white;
        transition: all 0.5s ease;
        height: auto;
        min-height: 0;
        overflow: hidden;
        opacity: 0
    }

    .accordion[data-open='false'] .accordion-items {
        overflow: hidden;
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    .accordion[data-open='true'] {
        position: relative;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        align-items: center;
        width: inherit;
        height: auto;
        min-height: auto;
        max-height: 300px;
        background-color: #f5f5f5;
        transition: all 0.5s ease
    }

    .accordion[data-open='true'] .accordion-items {
        -webkit-animation: fadeInDown 0.5s 0.2s forwards;
        animation: fadeInDown 0.5s 0.2s forwards
    }
}

@media screen and (max-width: 767px) {
    .accordion {
        display: none
    }
}

.accordion:hover {
    cursor: default
}

.accordion .accordion-items {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    padding: 30px;
    border-top: 1px solid #d8d8d8;
    overflow: hidden;
    opacity: 0
}

.accordion .accordion-items__left {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-right: 15px
}

@media screen and (max-width: 767px) {
    .accordion .accordion-items__left {
        max-width: initial
    }
}

.accordion .accordion-items__right {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.accordion .accordion-items__right .image-carousel-parent {
    width: 270px;
    height: 168px
}

@media screen and (min-width: 769px) and (max-width: 999px) {
    .accordion .accordion-items__right .image-carousel-parent {
        width: 210px;
        height: 131px
    }
}

.accordion .accordion-items__right .image-carousel-parent .carousel--single-image,
.accordion .accordion-items__right .image-carousel-parent .carousel--gallery-container {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25)
}

.accordion .accordion-items__right .image-carousel-parent .image-carousel {
    max-height: 168px
}

.accordion .accordion-items__top {
    display: -webkit-flex;
    display: flex;
    margin: 0 0 30px;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.accordion .accordion-items__bottom {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.accordion .accordion-items__product-title {
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    color: #2d2d2d;
    padding-bottom: 2px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 5px
}

.accordion .accordion-items__bottom-line-container .bottom-line {
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    color: #2d2d2d
}

.accordion .accordion-items__bullet-points {
    list-style-type: none;
    padding: 0
}

.accordion .accordion-items__bullet-points__item {
    min-height: 21px
}

.accordion .accordion-items__bullet-points__item:before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #1789d5;
    display: -webkit-inline-flex;
    display: inline-flex;
    position: relative;
    top: -3px
}

.accordion .accordion-items__bullet-points__text {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #2d2d2d;
    padding-left: 13px
}

.accordion .accordion-items .pros-and-cons {
    margin-top: 0;
    width: 100%
}

.accordion .accordion-items .pros-and-cons__section {
    margin-right: 25px
}

.accordion .accordion-items .pros-and-cons__title {
    font-size: 14px
}

.accordion .accordion-items .pros-and-cons__title:after {
    margin-top: 4px
}

.accordion .accordion-items__visit-button {
    font-size: 14px;
    line-height: 13px;
    font-weight: 600;
    color: #ff4a64;
    transition: color 0.3s linear;
    text-decoration: none
}

.accordion .accordion-items__visit-button:after {
    width: 11px;
    height: 11px;
    content: ' ';
    display: inline-block;
    position: relative;
    margin-left: 3px;
}

.accordion .accordion-items__visit-button:hover {
    color: #bc284b
}

.accordion .accordion-items__visit-button:hover:after {
    content: ' ';
    display: inline-block;
}

.security-label {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding-top: 9px
}

.security-label__svg {
    padding-right: 5px;
    -webkit-flex: 0 0 11px;
    flex: 0 0 11px
}

.security-label__text {
    color: #797979;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.1px;
    line-height: 17px
}

.chart-product__trophy {
    width: 30px;
    height: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #ffb401;
    border-radius: 4px
}

.chart-product__trophy .trophy-icon {
    width: 16px;
    height: 16px;
    fill: white
}

.chart-product-text {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin: 0 0 10px 0;
    cursor: pointer
}

.chart-product-text[data-available='false'] {
    cursor: default
}

.chart-product-text .rating-stars {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 1
}

@media screen and (min-width: 768px) {
    .chart-product-text .rating-stars {
        margin-bottom: 10px
    }

    .chart-product-text .rating-stars-mobile {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .chart-product-text .rating-stars-desktop {
        display: none
    }
}

.chart-product-text .rating-stars__star {
    width: 17px;
    height: 16px;
    fill: #ffb401
}

.chart-product-text .rating-stars__text {
    margin-left: 5px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    color: #1789d5
}

@media screen and (min-width: 1000px) {
    .chart-product-text {
        box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
        max-width: 835px
    }

    .allow-products-hover .chart-product-text {
        position: relative
    }

    .allow-products-hover .chart-product-text:after {
        border: 1px solid rgba(0, 0, 0, 0);
        transition: 0.3s border, 0.3s box-shadow;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        content: '';
        box-sizing: border-box;
        pointer-events: none;
        background: transparent;
        z-index: 0
    }

    .allow-products-hover .chart-product-text .circle.right {
        border-top: 1px solid rgba(0, 0, 0, 0);
        border-left: 1px solid rgba(0, 0, 0, 0);
        border-bottom: 1px solid #fff1f2;
        transition: 0.3s border
    }

    .allow-products-hover .chart-product-text .circle.left {
        border-top: 1px solid rgba(0, 0, 0, 0);
        border-right: 1px solid rgba(0, 0, 0, 0);
        border-bottom: 1px solid #fff1f2;
        transition: 0.3s border
    }

    .allow-products-hover .chart-product-text:hover {
        box-shadow: 0 0 7px rgba(0, 0, 0, 0.3)
    }

    .allow-products-hover .chart-product-text:hover:after {
        border: 1px solid #010233
    }

    .allow-products-hover .chart-product-text:hover .circle.right {
        border-top: 1px solid #010233;
        border-left: 1px solid #010233;
        border-bottom: 1px solid #010233
    }

    .allow-products-hover .chart-product-text:hover .circle.left {
        border-top: 1px solid #010233;
        border-right: 1px solid #010233;
        border-bottom: 1px solid #010233
    }

    .allow-products-hover .chart-product-text.include-deal-product-promotion .chart-product-text-body:after {
        border-bottom: 0
    }

    .allow-products-hover .chart-product-text.include-deal-product-promotion:hover .chart-product-text-body:after {
        border-bottom: 0
    }
}

@media screen and (max-width: 999px) {
    .chart-product-text {
        margin-top: 0
    }
}

@media screen and (max-width: 767px) {
    .chart-product-text {
        margin: 0 0 15px 0
    }

    .chart-product-text:first-of-type {
        margin-top: 0
    }
}

.chart-product-text.hidden {
    display: none
}

.chart-product-text .chart-product-text-body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
    padding: 0;
    position: relative;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.25)
}

@media screen and (min-width: 1000px) {
    .chart-product-text .chart-product-text-body:hover .product-row .right .product-score__number.scale-animate {
        -webkit-animation: scale-animation 0.7s both;
        animation: scale-animation 0.7s both
    }

    .chart-product-text .chart-product-text-body:hover .product-row .right .product-score__text .product-score__desktop-tooltip-v4-wrapper {
        -webkit-animation-name: dt-tooltip-appear;
        animation-name: dt-tooltip-appear;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-duration: 300ms;
        animation-duration: 300ms
    }
}

@media screen and (min-width: 1000px) {
    .chart-product-text .chart-product-text-body {
        box-shadow: none
    }
}

.chart-product-text .chart-product-text-body .rating-stars {
    margin-left: -2px
}

@media screen and (max-width: 767px) {
    .chart-product-text .chart-product-text-body {
        -webkit-flex-direction: column;
        flex-direction: column;
        padding: 0 0 10px 0;
        margin-top: 0
    }

    .chart-product-text .chart-product-text-body:first-of-type {
        margin-top: 0
    }
}

.chart-product-text .chart-product-text-body .product-row {
    background-color: #ffffff
}

@media screen and (min-width: 768px) {
    .chart-product-text .chart-product-text-body .product-row {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row
    }
}

.chart-product-text .chart-product-text-body .product-row .mobile__header {
    display: none
}

@media screen and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row .mobile__header {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
        min-height: 60px;
        width: 100%;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        box-sizing: border-box;
        border-bottom: 1px solid #d5d5d5;
        margin-bottom: 5px;
        padding: 0 10px
    }
}

.chart-product-text .chart-product-text-body .product-row .mobile__header__left {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    position: relative;
    -webkit-align-items: center;
    align-items: center
}

.chart-product-text .chart-product-text-body .product-row .mobile__header__left .index-counter {
    color: #000;
    display: -webkit-flex;
    display: flex;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    height: 35px;
    text-align: center;
    z-index: 1;
    position: absolute;
    top: 30px;
    left: -10px;
    font-size: 22px;
    line-height: 35px;
    font-weight: 400
}

@media screen and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row .mobile__header__left .index-counter {
        position: initial;
        z-index: 0;
        -webkit-align-self: center;
        align-self: center;
        max-height: 35px
    }
}

@media (min-width: 1210px) {
    .chart-product-text .chart-product-text-body .product-row .mobile__header__left .index-counter {
        left: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    @-moz-document url-prefix('') {
        .chart-product-text .chart-product-text-body .product-row .mobile__header__left .index-counter {
            transform: translateX(-49%)
        }
    }
}

.chart-product-text .chart-product-text-body .product-row .mobile__header__left .index-counter__value {
    color: #000;
    background-color: #fff;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    width: 35px;
    height: 35px;
    border: 1px solid #010233;
    border-radius: 50%
}

@media screen and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row .mobile__header__left .index-counter__value {
        width: 35px;
        height: 35px
    }
}

.chart-product-text .chart-product-text-body .product-row .mobile__header__left .logo__container {
    display: -webkit-inline-flex;
    display: inline-flex;
    overflow: hidden;
    -webkit-align-self: flex-start;
    align-self: flex-start
}

@media screen and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row .mobile__header__left .logo__container {
        margin-left: 10px;
        -webkit-align-self: center;
        align-self: center
    }
}

.chart-product-text .chart-product-text-body .product-row .mobile__header__left .logo__image {
    display: -webkit-flex;
    display: flex;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    max-width: 130px;
    max-height: 50px
}

@media screen and (min-width: 1000px) {
    .chart-product-text .chart-product-text-body .product-row .mobile__header__left .logo__image--large {
        max-width: 150px;
        max-height: 58px
    }
}

@media screen and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row .mobile__header__left .logo__image {
        -webkit-align-self: center;
        align-self: center
    }
}

.chart-product-text .chart-product-text-body .product-row .mobile__header__left .product-image__wrapper-text {
    width: 150px;
    display: -webkit-flex;
    display: flex;
    position: relative;
    -webkit-justify-content: center;
    justify-content: center
}

.chart-product-text .chart-product-text-body .product-row .mobile__header__left .product-image__visit {
    height: 44px;
    width: 100%;
    opacity: 0;
    position: absolute;
    bottom: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 28%);
    transition: opacity ease-out 200ms
}

.chart-product-text .chart-product-text-body .product-row .mobile__header__left .product-image__container {
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 15px;
    position: relative;
    -webkit-flex-grow: 1;
    flex-grow: 1
}

@media screen and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row .mobile__header__left .product-image__container {
        margin-left: 10px;
        -webkit-align-self: center;
        align-self: center
    }
}

.chart-product-text .chart-product-text-body .product-row .mobile__header__left .product-image__container:hover .product-image__visit {
    opacity: 1
}

.chart-product-text .chart-product-text-body .product-row .mobile__header__left .product-image__wrapper {
    position: relative;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center
}

.chart-product-text .chart-product-text-body .product-row .mobile__header__left .product-image__image {
    max-width: 110px;
    max-height: 95px;
    object-fit: contain
}

.chart-product-text .chart-product-text-body .product-row .mobile__header__left .product-image__visit-icon {
    margin-left: 4px;
    margin-bottom: -1px;
    width: 11px;
    height: 11px;
    fill: #1789d5;
    transition: fill 0.3s linear
}

.chart-product-text .chart-product-text-body .product-row .mobile__header__left .product-image__visit-text {
    text-align: center;
    position: absolute;
    bottom: 4px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    color: #1789d5;
    transition: color 0.3s linear
}

.chart-product-text .chart-product-text-body .product-row .mobile__header__left .product-image__visit-text:hover {
    color: #1564bf
}

.chart-product-text .chart-product-text-body .product-row .mobile__header__left .product-image__visit-text:hover .product-image__visit-icon {
    fill: #1564bf
}

.chart-product-text .chart-product-text-body .product-row .mobile__header__left .product-image__visit-text .product-name-partial-wrapper {
    white-space: pre
}

.chart-product-text .chart-product-text-body .product-row .mobile__header__left .name {
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    color: #2d2d2d
}

.chart-product-text .chart-product-text-body .product-row .mobile__header__right {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.chart-product-text .chart-product-text-body .product-row .mobile__header .product-score {
    -webkit-align-self: flex-end;
    align-self: flex-end;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    margin-bottom: 20px
}

.chart-product-text .chart-product-text-body .product-row .mobile__header .product-score * {
    box-sizing: border-box
}

.chart-product-text .chart-product-text-body .product-row .mobile__header .product-score__text {
    margin-right: 6px;
    text-transform: capitalize;
    text-align: end;
    width: 100px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    color: #1564bf
}

@media screen and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row .mobile__header .product-score__text {
        font-size: 14px;
        margin-right: 5px;
        width: initial;
        line-height: 15px
    }
}

@media screen and (max-width: 374px) {
    .chart-product-text .chart-product-text-body .product-row .mobile__header .product-score__text {
        display: none
    }
}

.chart-product-text .chart-product-text-body .product-row .mobile__header .product-score__number {
    padding-bottom: 2px;
    box-sizing: border-box;
    background-color: #1564bf;
    border-radius: 4px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 40px;
    height: 30px;
    font-size: 22px;
    line-height: 18px;
    font-weight: 700;
    color: #fff
}

@media screen and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row .mobile__header .product-score:not(.real-score):not(.display-wording) .product-score__text {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row .mobile__header .product-score {
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0;
        -webkit-align-self: center;
        align-self: center
    }

    .chart-product-text .chart-product-text-body .product-row .mobile__header .product-score:not(.visible) .real-score__card {
        display: none
    }

    .chart-product-text .chart-product-text-body .product-row .mobile__header .product-score .product-score__number {
        border-radius: 4px;
        font-size: 22px;
        padding-bottom: 0;
        letter-spacing: -0.2px;
        width: 40px;
        height: 28px
    }
}

.chart-product-text .chart-product-text-body .product-row .mobile__header .real-score {
    height: 30px;
    margin-bottom: 20px;
    transition: height 0.3s ease;
    position: relative;
    cursor: default
}

.chart-product-text .chart-product-text-body .product-row .mobile__header .real-score .product-score__number {
    font-size: 22px;
    transition: -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 40px;
    height: 30px
}

.chart-product-text .chart-product-text-body .product-row .mobile__header .real-score .product-score__text {
    font-size: 16px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    transition: opacity 0.24s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.24s ease, transform 0.3s ease;
    transition: opacity 0.24s ease, transform 0.3s ease, -webkit-transform 0.3s ease
}

@media screen and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row .mobile__header .real-score .product-score__text {
        font-size: 14px
    }
}

.chart-product-text .chart-product-text-body .product-row .mobile__header .real-score .product-score__mobile-tooltip {
    box-sizing: border-box;
    position: absolute;
    background-color: white;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    z-index: 1;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 3px 7px;
    bottom: calc(100% + 6px);
    visibility: hidden;
    right: -10px;
    opacity: 0;
    transition: opacity 0.3s ease-in;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: #2d2d2d;
    width: 110px;
    height: 32px
}

.chart-product-text .chart-product-text-body .product-row .mobile__header .real-score .product-score__mobile-tooltip>div {
    width: 100%
}

.chart-product-text .chart-product-text-body .product-row .mobile__header .real-score .product-score__mobile-tooltip:after,
.chart-product-text .chart-product-text-body .product-row .mobile__header .real-score .product-score__mobile-tooltip:before {
    left: 0;
    right: -52px;
    top: auto;
    bottom: -10px;
    margin: auto;
    border: solid transparent;
    content: ' ';
    position: absolute;
    pointer-events: none;
    z-index: 2;
    width: 0;
    height: 0
}

.chart-product-text .chart-product-text-body .product-row .mobile__header .real-score .product-score__mobile-tooltip:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: white;
    border-width: 5px
}

.chart-product-text .chart-product-text-body .product-row .mobile__header .real-score .product-score__mobile-tooltip:before {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #e2e2e2;
    border-width: 5px;
    bottom: -11px
}

.chart-product-text .chart-product-text-body .product-row .mobile__header .real-score .product-score__mobile-tooltip.fade-tooltip {
    -webkit-animation: fade-in-out-tooltip ease-in forwards;
    animation: fade-in-out-tooltip ease-in forwards;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 7.6s;
    animation-duration: 7.6s
}

.chart-product-text .chart-product-text-body .product-row .mobile__header .real-score .product-score__desktop-tooltip-v1 {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    white-space: nowrap;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #797979
}

.chart-product-text .chart-product-text-body .product-row .mobile__header .real-score .product-score__desktop-tooltip-v1-wrapper {
    position: relative;
    display: block;
    height: 16px;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-animation-name: dt-tooltip-appear, dt-tooltip-disappear;
    animation-name: dt-tooltip-appear, dt-tooltip-disappear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2s, 12s;
    animation-delay: 2s, 12s;
    -webkit-animation-duration: 300ms, 300ms;
    animation-duration: 300ms, 300ms
}

.chart-product-text .chart-product-text-body .product-row .mobile__header .real-score .product-score__desktop-tooltip-v1:after {
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    width: 7px;
    height: 7px;
    display: inline-block;
    margin-left: 3px
}

.chart-product-text .chart-product-text-body .product-row .mobile__header .real-score .product-score__desktop-tooltip-v2 {
    width: 15px;
    height: 15px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    color: #1564bf;
    position: absolute;
    top: -7.5px;
    right: -7.5px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #e7eff8;
    border-radius: 50%;
    padding-bottom: 1px;
    opacity: 0;
    -webkit-animation-name: dt-qmark-tooltip-scale-in, dt-qmark-tooltip-scale-out;
    animation-name: dt-qmark-tooltip-scale-in, dt-qmark-tooltip-scale-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2s, 12s;
    animation-delay: 2s, 12s;
    -webkit-animation-duration: 300ms, 300ms;
    animation-duration: 300ms, 300ms
}

.chart-product-text .chart-product-text-body .product-row .mobile__header .real-score .product-score__desktop-tooltip-v2:after {
    content: '?'
}

.chart-product-text .chart-product-text-body .product-row .mobile__header .real-score .product-score__desktop-tooltip-v4 {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    white-space: nowrap;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #797979
}

.chart-product-text .chart-product-text-body .product-row .mobile__header .real-score .product-score__desktop-tooltip-v4-wrapper {
    position: relative;
    display: block;
    height: 16px;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-animation-name: dt-tooltip-disappear;
    animation-name: dt-tooltip-disappear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms
}

.chart-product-text .chart-product-text-body .product-row .mobile__header .real-score .product-score__desktop-tooltip-v4:after {
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    width: 7px;
    height: 7px;
    display: inline-block;
    margin-left: 3px
}

.chart-product-text .chart-product-text-body .product-row .mobile__header .real-score__card {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 0;
    right: -10px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    z-index: 2;
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 235px;
    height: auto
}

@media screen and (min-width: 1200px) {
    .chart-product-text .chart-product-text-body .product-row .mobile__header .real-score__card {
        transition: all 0.3s ease
    }
}

.chart-product-text .chart-product-text-body .product-row .mobile__header .real-score__card__close-button {
    display: none
}

.chart-product-text .chart-product-text-body .product-row .mobile__header .real-score__card__header {
    display: none
}

.chart-product-text .chart-product-text-body .product-row .mobile__header .real-score__card__cta {
    display: none
}

.chart-product-text .chart-product-text-body .product-row .mobile__header .real-score__card__items {
    list-style: none;
    padding: 0;
    margin: 0
}

.chart-product-text .chart-product-text-body .product-row .mobile__header .real-score__card__item {
    display: -webkit-flex;
    display: flex;
    padding: 14px 10px 12px;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@media screen and (min-width: 1200px) {
    .chart-product-text .chart-product-text-body .product-row .mobile__header .real-score__card__item:nth-child(even) {
        background-color: #f5f5f5
    }

    .chart-product-text .chart-product-text-body .product-row .mobile__header .real-score__card__item:nth-of-type(1) {
        -webkit-animation-delay: .1s;
        animation-delay: .1s
    }

    .chart-product-text .chart-product-text-body .product-row .mobile__header .real-score__card__item:nth-of-type(2) {
        -webkit-animation-delay: .2s;
        animation-delay: .2s
    }

    .chart-product-text .chart-product-text-body .product-row .mobile__header .real-score__card__item:nth-of-type(3) {
        -webkit-animation-delay: .3s;
        animation-delay: .3s
    }

    .chart-product-text .chart-product-text-body .product-row .mobile__header .real-score__card__item:nth-of-type(4) {
        -webkit-animation-delay: .4s;
        animation-delay: .4s
    }
}

.chart-product-text .chart-product-text-body .product-row .mobile__header .real-score__card__item:not(.enhanced) {
    -webkit-align-items: center;
    align-items: center
}

.chart-product-text .chart-product-text-body .product-row .mobile__header .real-score__card__icon {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-right: 5px;
    width: 17px;
    height: 17px
}

.chart-product-text .chart-product-text-body .product-row .mobile__header .real-score__card__info {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-right: 10px;
    width: 100%
}

.chart-product-text .chart-product-text-body .product-row .mobile__header .real-score__card__info--title {
    font-size: 14px;
    line-height: 15px;
    font-weight: 600;
    color: #1564bf
}

.chart-product-text .chart-product-text-body .product-row .mobile__header .real-score__card__info--highlight {
    margin-top: 3px;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: #2d2d2d
}

.chart-product-text .chart-product-text-body .product-row .mobile__header .real-score__card__info--highlight span {
    font-weight: 600
}

.chart-product-text .chart-product-text-body .product-row .mobile__header .real-score__card__info--highlight span:last-child:before,
.chart-product-text .chart-product-text-body .product-row .mobile__header .real-score__card__info--highlight span:first-child:after {
    content: ' '
}

@media screen and (max-width: 1200px) {
    .chart-product-text .chart-product-text-body .product-row .mobile__header .real-score__card__info--highlight {
        font-size: 14px;
        line-height: 18px
    }
}

.chart-product-text .chart-product-text-body .product-row .mobile__header .real-score__card__score {
    background-color: #1564bf;
    margin-left: auto;
    border-radius: 4px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #fff;
    width: 25px;
    height: 16px
}

.chart-product-text .chart-product-text-body .product-row .mobile__header .real-score__card__score.blank {
    padding-bottom: 2px
}

.chart-product-text .chart-product-text-body .product-row .mobile__header .real-score__card__link {
    text-decoration: none;
    -webkit-align-self: center;
    align-self: center;
    margin-left: auto;
    padding: 7px 5px 7px 0;
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    transition: color 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: #797979
}

@media screen and (min-width: 1200px) {
    .chart-product-text .chart-product-text-body .product-row .mobile__header .real-score__card__link:hover {
        color: #2d2d2d
    }
}

@media screen and (max-width: 1200px) {
    .chart-product-text .chart-product-text-body .product-row .mobile__header .real-score__card__items {
        background-color: #f5f5f5
    }

    .chart-product-text .chart-product-text-body .product-row .mobile__header .real-score__card__item:nth-of-type(1) {
        -webkit-animation-delay: .125s;
        animation-delay: .125s
    }

    .chart-product-text .chart-product-text-body .product-row .mobile__header .real-score__card__item:nth-of-type(2) {
        -webkit-animation-delay: .1875s;
        animation-delay: .1875s
    }

    .chart-product-text .chart-product-text-body .product-row .mobile__header .real-score__card__item:nth-of-type(3) {
        -webkit-animation-delay: .25s;
        animation-delay: .25s
    }

    .chart-product-text .chart-product-text-body .product-row .mobile__header .real-score__card__item:nth-of-type(4) {
        -webkit-animation-delay: .3125s;
        animation-delay: .3125s
    }

    .chart-product-text .chart-product-text-body .product-row .mobile__header .real-score__card__close-button {
        border: 0;
        position: absolute;
        z-index: 22;
        top: 0;
        right: 0;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        background-color: white;
        opacity: 0;
        -webkit-animation-delay: .5s;
        animation-delay: .5s;
        border-radius: 50%;
        -webkit-transform: scale(0) translate(50%, -50%);
        transform: scale(0) translate(50%, -50%);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
        padding: 2px 4px;
        width: 40px;
        height: 40px;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-duration: 0.2s;
        animation-duration: 0.2s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1
    }

    .chart-product-text .chart-product-text-body .product-row .mobile__header .real-score__card__close-button--svg {
        fill: #1564bf;
        width: 13px;
        height: 13px
    }

    .chart-product-text .chart-product-text-body .product-row .mobile__header .real-score__card__header {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0;
        border-radius: 10px 10px 0 0;
        text-decoration: none;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-duration: 0.2s;
        animation-duration: 0.2s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1
    }

    .chart-product-text .chart-product-text-body .product-row .mobile__header .real-score__card__cta {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        padding: 15px;
        background-color: white;
        opacity: 0;
        -webkit-animation-delay: .375s;
        animation-delay: .375s;
        border-radius: 0 0 10px 10px;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-duration: 0.2s;
        animation-duration: 0.2s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1
    }

    .chart-product-text .chart-product-text-body .product-row .mobile__header .real-score__card__cta .cta-button {
        box-sizing: border-box;
        min-height: 42px;
        display: -webkit-inline-flex;
        display: inline-flex;
        text-decoration: none;
        display: inline-flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        text-decoration: none;
        height: 42px;
        background-color: #ff4a64;
        width: 100%;
        max-width: 220px;
        text-align: center;
        vertical-align: center;
        border-radius: 4px;
        font-size: 16px;
        line-height: 22px;
        font-weight: 700;
        color: #fff;
        transition: all 300ms ease
    }

    .chart-product-text .chart-product-text-body .product-row .mobile__header .real-score__card__cta .cta-button.disabled {
        background-color: #d5d5d5;
        cursor: default;
        pointer-events: none
    }

    .chart-product-text .chart-product-text-body .product-row .mobile__header .real-score__card__cta .cta-button:hover {
        background-color: #bc284b;
        transition: all 300ms ease;
        color: #ffffff
    }

    .chart-product-text .chart-product-text-body .product-row .mobile__header .real-score__card__cta .cta-button--arrow:after {
        content: ' ';
        display: -webkit-inline-flex;
        display: inline-flex;
        width: 11px;
        height: 11px;
        font-size: 11px;
        line-height: 32px;
        margin-left: -6px;
        margin-top: 4px;
        position: relative;
        z-index: 0;
        opacity: 0;
        transition: all 300ms ease
    }

    .chart-product-text .chart-product-text-body .product-row .mobile__header .real-score__card__cta .cta-button--arrow:hover:after {
        position: relative;
        -webkit-animation-direction: normal;
        animation-direction: normal;
        margin-left: 6px;
        opacity: 1;
        transition: all 300ms ease
    }

    .chart-product-text .chart-product-text-body .product-row .mobile__header .real-score__card__cta .cta-button.cta-yellow {
        background-color: #ffb401;
        color: #2d2d2d
    }

    .chart-product-text .chart-product-text-body .product-row .mobile__header .real-score__card__cta .cta-button.cta-yellow:hover {
        background-color: #e59b1b;
        color: #2d2d2d
    }
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
    .chart-product-text .chart-product-text-body .product-row .mobile__header .real-score__card__cta .cta-button {
        font-size: 16px;
        line-height: 22px;
        font-weight: 700;
        color: #fff;
        width: 141px;
        height: 42px
    }

    .chart-product-text .chart-product-text-body .product-row .mobile__header .real-score__card__cta .cta-button:after {
        content: '';
        display: -webkit-inline-flex;
        display: inline-flex;
        background-size: 13px 13px;
        width: 0;
        height: 13px;
        font-size: 13px;
        opacity: 0;
        transition: all 0.3s ease;
        padding-left: 6px;
        margin-left: -6px
    }


    .chart-product-text .chart-product-text-body .product-row .mobile__header .real-score__card__cta .cta-button:hover:after {
        margin-left: 6px;
        width: 13px;
        opacity: 1
    }
}

@media screen and (max-width: 1200px) {
    .chart-product-text .chart-product-text-body .product-row .mobile__header .real-score__card__cta .cta-button:after {
        content: '';
        display: -webkit-inline-flex;
        display: inline-flex;
        background-size: 13px 13px;
        font-size: 13px;
        opacity: 1;
        transition: all 0.3s ease;
        padding-left: 6px;
        margin-left: 6px;
        width: 13px;
        height: 13px
    }

    .chart-product-text .chart-product-text-body .product-row .mobile__header .real-score__card__cta .cta-button {
        max-width: unset;
        width: 100%
    }

    .chart-product-text .chart-product-text-body .product-row .mobile__header .real-score__card__link {
        -webkit-animation-delay: .4375s;
        animation-delay: .4375s
    }
}

@media screen and (min-width: 1200px) {
    .chart-product-text .chart-product-text-body .product-row .mobile__header .real-score.tooltip-animation:hover:before {
        content: ' ';
        position: absolute;
        top: 5px;
        right: -10px;
        background-color: transparent;
        z-index: 1;
        width: 10px;
        height: 39px
    }

    .chart-product-text .chart-product-text-body .product-row .mobile__header .real-score.tooltip-animation:hover .product-score__number {
        -webkit-transform: scale(1.32) translate(-16%, 16%) translateZ(0);
        transform: scale(1.32) translate(-16%, 16%) translateZ(0)
    }

    .chart-product-text .chart-product-text-body .product-row .mobile__header .real-score.tooltip-animation:hover .product-score__text {
        opacity: 0;
        -webkit-transform: translate(50%, 0);
        transform: translate(50%, 0)
    }

    .chart-product-text .chart-product-text-body .product-row .mobile__header .real-score.tooltip-animation:hover .product-score__desktop-tooltip-v2 {
        visibility: hidden
    }

    .chart-product-text .chart-product-text-body .product-row .mobile__header .real-score.tooltip-animation:hover .real-score__card {
        opacity: 1;
        visibility: visible
    }

    .chart-product-text .chart-product-text-body .product-row .mobile__header .real-score.tooltip-animation:hover .real-score__card__item {
        -webkit-animation-name: score-item-appear;
        animation-name: score-item-appear
    }

    .chart-product-text .chart-product-text-body .product-row .mobile__header .real-score.tooltip-animation:hover .real-score__card__link {
        -webkit-animation-name: score-item-appear;
        animation-name: score-item-appear
    }
}

@media screen and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row .mobile__header .real-score {
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0;
        -webkit-align-self: center;
        align-self: center
    }

    .chart-product-text .chart-product-text-body .product-row .mobile__header .real-score:not(.visible) .real-score__card {
        display: none
    }

    .chart-product-text .chart-product-text-body .product-row .mobile__header .real-score .product-score__number {
        border-radius: 4px;
        font-size: 22px;
        padding-bottom: 0;
        letter-spacing: -0.2px;
        width: 40px;
        height: 28px
    }
}

@media screen and (max-width: 1200px) {
    .chart-product-text .chart-product-text-body .product-row .mobile__header .real-score.visible .real-score__card {
        transition: opacity 0.3s ease;
        position: fixed;
        z-index: 26;
        border-radius: 10px;
        top: 50%;
        left: 50%;
        width: 80vw;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 1;
        visibility: visible
    }

    .chart-product-text .chart-product-text-body .product-row .mobile__header .real-score.visible .real-score__card__items {
        padding: 12px 15px
    }

    .chart-product-text .chart-product-text-body .product-row .mobile__header .real-score.visible .real-score__card__item {
        -webkit-animation-name: score-item-appear;
        animation-name: score-item-appear;
        padding: 0;
        background-color: transparent
    }

    .chart-product-text .chart-product-text-body .product-row .mobile__header .real-score.visible .real-score__card__item:not(:last-child) {
        margin-bottom: 20px
    }

    .chart-product-text .chart-product-text-body .product-row .mobile__header .real-score.visible .real-score__card__header {
        padding: 15px;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
        background-color: transparent;
        -webkit-animation-name: score-item-appear;
        animation-name: score-item-appear
    }

    .chart-product-text .chart-product-text-body .product-row .mobile__header .real-score.visible .real-score__card__header .product-score__number {
        padding-bottom: 4px;
        width: 53px;
        height: 40px;
        font-size: 29px;
        line-height: 24px;
        font-weight: 700;
        color: #fff
    }
}

@media screen and (max-width: 1200px) and (max-width: 1200px) {
    .chart-product-text .chart-product-text-body .product-row .mobile__header .real-score.visible .real-score__card .logo__container {
        display: -webkit-inline-flex;
        display: inline-flex;
        overflow: hidden;
        -webkit-align-self: flex-start;
        align-self: flex-start
    }
}

@media screen and (max-width: 1200px) and (max-width: 1200px) and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row .mobile__header .real-score.visible .real-score__card .logo__container {
        margin-left: 10px;
        -webkit-align-self: center;
        align-self: center
    }
}

@media screen and (max-width: 1200px) and (max-width: 1200px) {
    .chart-product-text .chart-product-text-body .product-row .mobile__header .real-score.visible .real-score__card .logo__image {
        display: -webkit-flex;
        display: flex;
        -webkit-align-self: flex-start;
        align-self: flex-start;
        max-width: 130px;
        max-height: 50px
    }
}

@media screen and (max-width: 1200px) and (max-width: 1200px) and (min-width: 1000px) {
    .chart-product-text .chart-product-text-body .product-row .mobile__header .real-score.visible .real-score__card .logo__image--large {
        max-width: 150px;
        max-height: 58px
    }
}

@media screen and (max-width: 1200px) and (max-width: 1200px) and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row .mobile__header .real-score.visible .real-score__card .logo__image {
        -webkit-align-self: center;
        align-self: center
    }
}

@media screen and (max-width: 1200px) and (max-width: 1200px) {
    .chart-product-text .chart-product-text-body .product-row .mobile__header .real-score.visible .real-score__card .logo__container {
        -webkit-align-self: center;
        align-self: center;
        margin: 0
    }
}

@media screen and (max-width: 1200px) {
    .chart-product-text .chart-product-text-body .product-row .mobile__header .real-score.visible .real-score__card__score {
        background-color: rgba(21, 100, 191, 0.1);
        width: 39px;
        height: 32px;
        font-size: 16px;
        line-height: 15px;
        font-weight: 600;
        color: #1564bf
    }

    .chart-product-text .chart-product-text-body .product-row .mobile__header .real-score.visible .real-score__card__close-button {
        -webkit-animation-name: score-close-button-appear;
        animation-name: score-close-button-appear
    }

    .chart-product-text .chart-product-text-body .product-row .mobile__header .real-score.visible .real-score__card__cta {
        -webkit-animation-name: score-item-appear;
        animation-name: score-item-appear
    }

    .chart-product-text .chart-product-text-body .product-row .mobile__header .real-score.visible .real-score__card__link {
        padding: 17px 0;
        margin: 0;
        position: absolute;
        left: 0;
        bottom: -50px;
        -webkit-animation-name: score-item-appear;
        animation-name: score-item-appear
    }

    .chart-product-text .chart-product-text-body .product-row .mobile__header .real-score.visible .real-score__card__link--text {
        background-color: rgba(0, 0, 0, 0.5);
        padding: 5px 9px;
        font-size: 14px;
        line-height: 15px;
        font-weight: 400;
        color: #fff;
        width: 145px;
        height: 25px
    }
}

.chart-product-text .chart-product-text-body .product-row .mobile__header .trophy-score .product-score__number {
    width: 54px;
    height: 30px
}

@media screen and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row .mobile__header .trophy-score .product-score__number {
        width: 55px;
        height: 28px
    }
}

.chart-product-text .chart-product-text-body .product-row .mobile__header .trophy-score .chart-product__trophy {
    width: auto;
    height: auto;
    -webkit-align-self: auto;
    align-self: auto;
    background-color: transparent
}

.chart-product-text .chart-product-text-body .product-row .mobile__header .trophy-score .chart-product__trophy .trophy-icon {
    fill: #ffb401;
    margin-right: 2px
}

@media screen and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row .mobile__header .trophy-score .chart-product__trophy .trophy-icon {
        width: 14px;
        height: 14px;
        margin-right: 3px
    }
}

.chart-product-text .chart-product-text-body .product-row .mobile__header .trophy-score.visible .real-score__card__header .product-score__number {
    width: 80px;
    height: 40px
}

.chart-product-text .chart-product-text-body .product-row .mobile__header .trophy-score.visible .real-score__card__header .chart-product__trophy {
    margin-right: 5px;
    margin-top: 4px
}

.chart-product-text .chart-product-text-body .product-row .mobile__header .trophy-score.visible .real-score__card__header .chart-product__trophy .trophy-icon {
    width: 21px;
    height: 21px
}

.chart-product-text .chart-product-text-body .product-row .left {
    width: 130px;
    max-width: 130px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 30px;
    padding-bottom: 30px
}

@media (max-width: 1200px) {
    .chart-product-text .chart-product-text-body .product-row .left {
        padding-left: 40px
    }
}

.chart-product-text .chart-product-text-body .product-row .left__container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: stretch;
    align-self: stretch;
    -webkit-flex-grow: 1;
    flex-grow: 1
}

.chart-product-text .chart-product-text-body .product-row .left__container .logo__container {
    display: -webkit-inline-flex;
    display: inline-flex;
    overflow: hidden;
    -webkit-align-self: flex-start;
    align-self: flex-start
}

@media screen and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row .left__container .logo__container {
        margin-left: 10px;
        -webkit-align-self: center;
        align-self: center
    }
}

.chart-product-text .chart-product-text-body .product-row .left__container .logo__image {
    display: -webkit-flex;
    display: flex;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    max-width: 130px;
    max-height: 50px
}

@media screen and (min-width: 1000px) {
    .chart-product-text .chart-product-text-body .product-row .left__container .logo__image--large {
        max-width: 150px;
        max-height: 58px
    }
}

@media screen and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row .left__container .logo__image {
        -webkit-align-self: center;
        align-self: center
    }
}

.chart-product-text .chart-product-text-body .product-row .left__container .name {
    font-size: 14px;
    line-height: 1.29;
    font-weight: normal;
    color: #797979;
    margin-top: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

@media screen and (min-width: 768px) {
    .chart-product-text .chart-product-text-body .product-row .left__container .name {
        -webkit-align-self: flex-start;
        align-self: flex-start
    }
}

@media screen and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row .left__container .name {
        display: none
    }
}

.chart-product-text .chart-product-text-body .product-row .left__container .product-image__wrapper-text {
    width: 150px;
    display: -webkit-flex;
    display: flex;
    position: relative;
    -webkit-justify-content: center;
    justify-content: center
}

.chart-product-text .chart-product-text-body .product-row .left__container .product-image__visit {
    height: 44px;
    width: 100%;
    opacity: 0;
    position: absolute;
    bottom: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 28%);
    transition: opacity ease-out 200ms
}

.chart-product-text .chart-product-text-body .product-row .left__container .product-image__container {
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 15px;
    position: relative;
    -webkit-flex-grow: 1;
    flex-grow: 1
}

@media screen and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row .left__container .product-image__container {
        margin-left: 10px;
        -webkit-align-self: center;
        align-self: center
    }
}

.chart-product-text .chart-product-text-body .product-row .left__container .product-image__container:hover .product-image__visit {
    opacity: 1
}

.chart-product-text .chart-product-text-body .product-row .left__container .product-image__wrapper {
    position: relative;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center
}

.chart-product-text .chart-product-text-body .product-row .left__container .product-image__image {
    max-width: 110px;
    max-height: 95px;
    object-fit: contain
}

.chart-product-text .chart-product-text-body .product-row .left__container .product-image__visit-icon {
    margin-left: 4px;
    margin-bottom: -1px;
    width: 11px;
    height: 11px;
    fill: #1789d5;
    transition: fill 0.3s linear
}

.chart-product-text .chart-product-text-body .product-row .left__container .product-image__visit-text {
    text-align: center;
    position: absolute;
    bottom: 4px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    color: #1789d5;
    transition: color 0.3s linear
}

.chart-product-text .chart-product-text-body .product-row .left__container .product-image__visit-text:hover {
    color: #1564bf
}

.chart-product-text .chart-product-text-body .product-row .left__container .product-image__visit-text:hover .product-image__visit-icon {
    fill: #1564bf
}

.chart-product-text .chart-product-text-body .product-row .left__container .product-image__visit-text .product-name-partial-wrapper {
    white-space: pre
}

@media screen and (min-width: 768px) {
    .chart-product-text .chart-product-text-body .product-row .left {
        margin-top: 30px
    }
}

@media screen and (min-width: 1000px) {
    .chart-product-text .chart-product-text-body .product-row .left {
        width: 150px;
        max-width: 150px
    }
}

@media screen and (max-width: 999px) {
    .chart-product-text .chart-product-text-body .product-row .left {
        max-width: 160px
    }
}

@media screen and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row .left {
        display: none
    }
}

.chart-product-text .chart-product-text-body .product-row .left__info {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-self: flex-start;
    align-self: flex-start
}

.chart-product-text .chart-product-text-body .product-row .left .index-counter {
    color: #000;
    display: -webkit-flex;
    display: flex;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    height: 35px;
    text-align: center;
    z-index: 1;
    position: absolute;
    top: 30px;
    left: -10px;
    font-size: 22px;
    line-height: 35px;
    font-weight: 400
}

@media screen and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row .left .index-counter {
        position: initial;
        z-index: 0;
        -webkit-align-self: center;
        align-self: center;
        max-height: 35px
    }
}

@media (min-width: 1210px) {
    .chart-product-text .chart-product-text-body .product-row .left .index-counter {
        left: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    @-moz-document url-prefix('') {
        .chart-product-text .chart-product-text-body .product-row .left .index-counter {
            transform: translateX(-49%)
        }
    }
}

.chart-product-text .chart-product-text-body .product-row .left .index-counter__value {
    color: #000;
    background-color: #fff;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    width: 35px;
    height: 35px;
    border: 1px solid #010233;
    border-radius: 50%
}

@media screen and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row .left .index-counter__value {
        width: 35px;
        height: 35px
    }
}

.chart-product-text .chart-product-text-body .product-row.has-ribbon .left {
    margin-top: 50px
}

.chart-product-text .chart-product-text-body .product-row.has-ribbon .left .left__info .index-counter {
    top: 50px
}

.chart-product-text .chart-product-text-body .product-row .before-center,
.chart-product-text .chart-product-text-body .product-row .before-center:empty {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-shrink: 2;
    flex-shrink: 2;
    width: 100%;
    max-width: 90px;
    min-width: 30px
}

.chart-product-text .chart-product-text-body .product-row .center {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
    -webkit-flex-grow: 2;
    flex-grow: 2
}

.chart-product-text .chart-product-text-body .product-row .center .name {
    font-size: 14px;
    line-height: 1.29;
    font-weight: normal;
    color: #797979;
    margin-top: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

@media screen and (min-width: 768px) {
    .chart-product-text .chart-product-text-body .product-row .center .name {
        -webkit-align-self: flex-start;
        align-self: flex-start
    }
}

@media screen and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row .center .name {
        display: none
    }
}

.chart-product-text .chart-product-text-body .product-row .center .bottom-line {
    -webkit-flex-shrink: 2;
    flex-shrink: 2;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    color: #2d2d2d
}

@media screen and (min-width: 768px) {
    .chart-product-text .chart-product-text-body .product-row .center .bottom-line {
        max-width: 335px
    }
}

@media screen and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row .center .bottom-line {
        margin-top: 4px;
        max-width: 100%;
        margin-bottom: 7px;
        line-height: 22px
    }
}

.chart-product-text .chart-product-text-body .product-row .center .bottom-line__product-name:only-child {
    display: none
}

.chart-product-text .chart-product-text-body .product-row .center .bottom-line__product-name:after {
    content: ' - '
}

.chart-product-text .chart-product-text-body .product-row .center .bottom-line__wrap-link {
    display: inline-block
}

.chart-product-text .chart-product-text-body .product-row .center .bottom-line__content:not(:last-child) {
    margin-right: 7px
}

.chart-product-text .chart-product-text-body .product-row .center .attributes {
    margin: 9px 0 0 0;
    padding: 0;
    list-style: none;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.chart-product-text .chart-product-text-body .product-row .center .attributes li {
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding: 0 0 0 27px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #2d2d2d;
    min-height: 21px;
    width: 100%
}

.chart-product-text .chart-product-text-body .product-row .center .attributes li:not(:last-of-type) {
    margin-bottom: 2px
}

.chart-product-text .chart-product-text-body .product-row .center .attributes li:before {
    box-sizing: border-box;
    content: ' ';
    background-image: url("cb4a1f30141f5112e15d6b1922ce38cd5f716454.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px 12px;
    font-size: 21px;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin-left: -30px;
    margin-right: 4px;
    width: 21px;
    height: 21px
}

@media screen and (min-width: 768px) {
    .chart-product-text .chart-product-text-body .product-row .center .attributes {
        white-space: normal
    }
}

@media screen and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row .center .attributes {
        display: none
    }
}

.chart-product-text .chart-product-text-body .product-row .center .attributes-mobile {
    margin: 9px 0 0 0;
    padding: 0;
    list-style: none;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    display: none
}

.chart-product-text .chart-product-text-body .product-row .center .attributes-mobile li {
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding: 0 0 0 27px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #2d2d2d;
    min-height: 21px;
    width: 100%
}

.chart-product-text .chart-product-text-body .product-row .center .attributes-mobile li:not(:last-of-type) {
    margin-bottom: 2px
}

.chart-product-text .chart-product-text-body .product-row .center .attributes-mobile li:before {
    box-sizing: border-box;
    content: ' ';
    background-image: url("cb4a1f30141f5112e15d6b1922ce38cd5f716454.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px 12px;
    font-size: 21px;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin-left: -30px;
    margin-right: 4px;
    width: 21px;
    height: 21px
}

@media screen and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row .center .attributes-mobile {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        margin-top: 7px
    }
}

.chart-product-text .chart-product-text-body .product-row .center .addon__sale-badge {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    max-width: 140px;
    height: 20px;
    box-sizing: border-box;
    padding-bottom: 2px
}

@media screen and (min-width: 768px) {
    .chart-product-text .chart-product-text-body .product-row .center .addon__sale-badge {
        margin-top: 10px;
        height: 30px
    }
}

@media screen and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row .center .addon__sale-badge {
        margin-top: 15px;
        border-top: 1px solid #09a789;
        border-bottom: 1px solid #09a789;
        width: 100%;
        max-width: unset;
        padding: 8px 0;
        height: auto
    }
}

.chart-product-text .chart-product-text-body .product-row .center .addon__sale-badge__text {
    box-sizing: border-box;
    margin-left: 6px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    color: #09a789
}

.chart-product-text .chart-product-text-body .product-row .center .addon__sale-badge__icon {
    width: 11px;
    height: 15px;
    fill: #09a789
}

.chart-product-text .chart-product-text-body .product-row .center .kdfs__scrollbar {
    height: auto
}

@media screen and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row .center .kdfs__scrollbar {
        overflow: hidden;
        height: 25px;
        margin: 10px -10px 5px
    }
}

.chart-product-text .chart-product-text-body .product-row .center .kdfs__container {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    max-width: inherit
}

@media screen and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row .center .kdfs__container {
        overflow-x: auto;
        scroll-behavior: smooth;
        padding: 0 0 10px 10px
    }

    .chart-product-text .chart-product-text-body .product-row .center .kdfs__container:after {
        content: '';
        display: -webkit-flex;
        display: flex;
        position: relative;
        padding-right: 5px
    }
}

@media screen and (min-width: 768px) {
    .chart-product-text .chart-product-text-body .product-row .center .kdfs__container {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 4px
    }
}

.chart-product-text .chart-product-text-body .product-row .center .kdfs__value {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #2d2d2d;
    border-radius: 2px;
    margin-right: 6px;
    padding: 0 6px 1px;
    background-color: #ececec;
    white-space: nowrap
}

@media screen and (min-width: 768px) {
    .chart-product-text .chart-product-text-body .product-row .center .kdfs__value {
        margin-top: 6px
    }
}

.chart-product-text .chart-product-text-body .product-row .center .kdfs__value--svg {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-self: center;
    align-self: center;
    margin-right: 3px;
    width: 13px;
    height: 13px
}

@media screen and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row .center .chart-mini-reviews-button-container {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center
    }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row .center .chart-mini-reviews-button-container {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-self: flex-start;
        align-self: flex-start
    }
}

@media screen and (max-width: 767px) and (min-width: 768px) {
    .chart-product-text .chart-product-text-body .product-row .center .chart-mini-reviews-button-container {
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        -webkit-align-self: flex-end;
        align-self: flex-end
    }
}

@media screen and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row .center .chart-mini-reviews-button-container .toggle-chart-mini-reviews {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        align-items: center;
        background: none;
        border: none;
        text-transform: capitalize;
        cursor: pointer;
        text-decoration: none;
        box-sizing: border-box
    }
}

@media screen and (max-width: 767px) and (min-width: 768px) {
    .chart-product-text .chart-product-text-body .product-row .center .chart-mini-reviews-button-container .toggle-chart-mini-reviews {
        padding: 15px 10px 0
    }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row .center .chart-mini-reviews-button-container .toggle-chart-mini-reviews {
        padding: 10px 10px 5px 0
    }
}

@media screen and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row .center .chart-mini-reviews-button-container .toggle-chart-mini-reviews:focus {
        outline: none
    }

    .chart-product-text .chart-product-text-body .product-row .center .chart-mini-reviews-button-container .toggle-chart-mini-reviews:before {
        content: '';
        display: block;
        position: absolute;
        width: 90px;
        height: 40px
    }

    .chart-product-text .chart-product-text-body .product-row .center .chart-mini-reviews-button-container .toggle-chart-mini-reviews__text {
        font-size: 14px;
        line-height: 19px;
        font-weight: 600;
        color: #1789d5;
        font-family: hurmegeometricsans_no3_6, Gilroy, Almarai;
        transition: color 0.3s linear
    }

    .chart-product-text .chart-product-text-body .product-row .center .chart-mini-reviews-button-container .toggle-chart-mini-reviews:hover .toggle-chart-mini-reviews__text {
        color: #1564bf
    }


    .chart-product-text .chart-product-text-body .product-row .center .chart-mini-reviews-button-container .toggle-chart-mini-reviews__icon {
        display: -webkit-flex;
        display: flex;
        margin-left: 6px;
        margin-top: 1px;
        width: 11px;
        height: 11px;
        background-repeat: no-repeat;
        transition: color 0.3s linear
    }
}

@media screen and (min-width: 768px) {
    .chart-product-text .chart-product-text-body .product-row .center .chart-mini-reviews-button-container {
        display: none
    }
}

@media screen and (min-width: 768px) {
    .chart-product-text .chart-product-text-body .product-row .center {
        padding: 30px 0
    }

    .chart-product-text .chart-product-text-body .product-row .center .addon__sale-badge {
        display: none
    }
}

@media screen and (min-width: 1000px) {
    .chart-product-text .chart-product-text-body .product-row .center {
        min-width: 244px;
        max-width: 364px
    }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .chart-product-text .chart-product-text-body .product-row .center {
        min-width: 323px;
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row .center {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        max-width: 100%;
        width: 100%;
        margin: 0;
        box-sizing: border-box
    }
}

.chart-product-text .chart-product-text-body .product-row .center__mobile--footer {
    display: none
}

@media screen and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row .center__mobile--footer {
        display: -webkit-flex;
        display: flex;
        -webkit-flex: 1;
        flex: 1;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin-top: 20px;
        width: 100%
    }

    .chart-product-text .chart-product-text-body .product-row .center__mobile--footer .phone {
        font-size: 10px;
        line-height: 13px;
        font-weight: 600;
        color: #ff4a64;
        position: relative;
        text-decoration: none;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        width: 100%;
        border: none;
        padding: 0
    }

    .chart-product-text .chart-product-text-body .product-row .center__mobile--footer .phone:before {
        content: none
    }

    .chart-product-text .chart-product-text-body .product-row .center__mobile--footer .phone__mobile--button {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        border: 1px solid #ff4a64;
        border-radius: 4px;
        color: #ffffff;
        background-color: #ff4a64;
        width: 100%;
        height: 40px;
        position: relative;
        transition: background-color 0.3s ease
    }
}

@media screen and (max-width: 767px) and (min-width: 768px) {
    .chart-product-text .chart-product-text-body .product-row .center__mobile--footer .phone__mobile--button:hover {
        background-color: #bc284b;
        border-color: #bc284b
    }
}

@media screen and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row .center__mobile--footer .phone__mobile--button:before {
        content: ' ';
        width: 15px;
        height: 15px;
        fill: white;
        display: block;
        margin-right: 5px;
        transition: background-image 0.3s
    }

    .chart-product-text .chart-product-text-body .product-row .center__mobile--footer .phone__mobile--number {
        width: 100%;
        text-align: center;
        margin-top: 5px;
        letter-spacing: -0.09;
        font-size: 12px;
        line-height: 14px;
        font-weight: 600;
        color: #797979
    }

    .chart-product-text .chart-product-text-body .product-row .center__mobile--footer .phone .tapToCall {
        display: -webkit-flex;
        display: flex;
        position: relative;
        transition: color 0.3s;
        font-size: 16px;
        line-height: 22px;
        font-weight: bold;
        color: #fff
    }

    .chart-product-text .chart-product-text-body .product-row .center__mobile--footer .phone__container {
        display: -webkit-flex;
        display: flex;
        width: 50%;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        margin-left: 10px
    }

    .chart-product-text .chart-product-text-body .product-row .center__mobile--footer .phone__container:only-child {
        margin-left: 0;
        margin-right: 0
    }

    .chart-product-text .chart-product-text-body .product-row .center__mobile--footer .phone .phone-visual-nudge:after {
        display: inline-block;
        margin-left: 6px;
        border-radius: 15px;
        content: '';
        background: #09a789;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        width: 8px;
        height: 8px
    }

    .chart-product-text .chart-product-text-body .product-row .center__mobile--footer .cta-button {
        box-sizing: border-box;
        min-height: 42px;
        display: -webkit-inline-flex;
        display: inline-flex;
        text-decoration: none;
        display: inline-flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        text-decoration: none;
        height: 42px;
        background-color: #ff4a64;
        width: 100%;
        max-width: 220px;
        text-align: center;
        vertical-align: center;
        border-radius: 4px;
        font-size: 16px;
        line-height: 22px;
        font-weight: 700;
        color: #fff;
        transition: all 300ms ease
    }

    .chart-product-text .chart-product-text-body .product-row .center__mobile--footer .cta-button.disabled {
        background-color: #d5d5d5;
        cursor: default;
        pointer-events: none
    }

    .chart-product-text .chart-product-text-body .product-row .center__mobile--footer .cta-button:hover {
        background-color: #bc284b;
        transition: all 300ms ease;
        color: #ffffff
    }

    .chart-product-text .chart-product-text-body .product-row .center__mobile--footer .cta-button--arrow:after {
        content: ' ';
        display: -webkit-inline-flex;
        display: inline-flex;
        width: 11px;
        height: 11px;
        font-size: 11px;
        line-height: 32px;
        margin-left: -6px;
        margin-top: 4px;
        position: relative;
        z-index: 0;
        opacity: 0;
        transition: all 300ms ease
    }

    .chart-product-text .chart-product-text-body .product-row .center__mobile--footer .cta-button--arrow:hover:after {
        position: relative;
        -webkit-animation-direction: normal;
        animation-direction: normal;
        margin-left: 6px;
        opacity: 1;
        transition: all 300ms ease
    }

    .chart-product-text .chart-product-text-body .product-row .center__mobile--footer .cta-button.cta-yellow {
        background-color: #ffb401;
        color: #2d2d2d
    }

    .chart-product-text .chart-product-text-body .product-row .center__mobile--footer .cta-button.cta-yellow:hover {
        background-color: #e59b1b;
        color: #2d2d2d
    }
}

@media screen and (max-width: 767px) and (min-width: 768px) {
    .chart-product-text .chart-product-text-body .product-row .center__mobile--footer .cta-button {
        font-size: 16px;
        line-height: 22px;
        font-weight: 700;
        color: #fff;
        width: 141px;
        height: 42px
    }

    .chart-product-text .chart-product-text-body .product-row .center__mobile--footer .cta-button:after {
        content: '';
        display: -webkit-inline-flex;
        display: inline-flex;
        background-size: 13px 13px;
        width: 0;
        height: 13px;
        font-size: 13px;
        opacity: 0;
        transition: all 0.3s ease;
        padding-left: 6px;
        margin-left: -6px
    }


    .chart-product-text .chart-product-text-body .product-row .center__mobile--footer .cta-button:hover:after {
        margin-left: 6px;
        width: 13px;
        opacity: 1
    }
}

@media screen and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row .center__mobile--footer .cta-button {
        width: 100%;
        max-width: 100%
    }

    .chart-product-text .chart-product-text-body .product-row .center__mobile--footer .cta-button:not(:only-child).cta-with-call {
        width: 100%
    }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row .center__mobile--footer .cta-button:not(:only-child).cta-with-call {
        width: 50%;
        color: #ff4a64;
        background-color: white;
        border: 1px solid #ff4a64
    }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row .center__mobile--footer .phone__container:only-child {
        width: 100%;
        margin-left: 0
    }
}

.chart-product-text .chart-product-text-body .product-row .center__mobile--header {
    display: none
}

.chart-product-text .chart-product-text-body .product-row .center__mobile--header:empty {
    display: none
}

@media screen and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row .center__mobile--header {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        margin-bottom: 4px;
        -webkit-align-items: center;
        align-items: center;
        width: 100%;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.chart-product-text .chart-product-text-body .product-row .center__header {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.chart-product-text .chart-product-text-body .product-row .after-center,
.chart-product-text .chart-product-text-body .product-row .after-center:empty {
    display: -webkit-flex;
    display: flex;
    max-width: 50px;
    min-width: 30px;
    -webkit-flex-grow: 1;
    flex-grow: 1
}

.chart-product-text .chart-product-text-body .product-row .right {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    width: 141px;
    height: inherit;
    padding: 30px 30px 30px 0
}

.chart-product-text .chart-product-text-body .product-row .right .addon__sale-badge {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    max-width: 140px;
    height: 20px;
    box-sizing: border-box;
    padding-bottom: 2px
}

@media screen and (min-width: 768px) {
    .chart-product-text .chart-product-text-body .product-row .right .addon__sale-badge {
        margin-top: 10px;
        height: 30px
    }
}

@media screen and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row .right .addon__sale-badge {
        margin-top: 15px;
        border-top: 1px solid #09a789;
        border-bottom: 1px solid #09a789;
        width: 100%;
        max-width: unset;
        padding: 8px 0;
        height: auto
    }
}

.chart-product-text .chart-product-text-body .product-row .right .addon__sale-badge__text {
    box-sizing: border-box;
    margin-left: 6px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    color: #09a789
}

.chart-product-text .chart-product-text-body .product-row .right .addon__sale-badge__icon {
    width: 11px;
    height: 15px;
    fill: #09a789
}

.chart-product-text .chart-product-text-body .product-row .right .product-score {
    -webkit-align-self: flex-end;
    align-self: flex-end;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    margin-bottom: 20px
}

.chart-product-text .chart-product-text-body .product-row .right .product-score * {
    box-sizing: border-box
}

.chart-product-text .chart-product-text-body .product-row .right .product-score__text {
    margin-right: 6px;
    text-transform: capitalize;
    text-align: end;
    width: 100px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    color: #1564bf
}

@media screen and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row .right .product-score__text {
        font-size: 14px;
        margin-right: 5px;
        width: initial;
        line-height: 15px
    }
}

@media screen and (max-width: 374px) {
    .chart-product-text .chart-product-text-body .product-row .right .product-score__text {
        display: none
    }
}

.chart-product-text .chart-product-text-body .product-row .right .product-score__number {
    padding-bottom: 2px;
    box-sizing: border-box;
    background-color: #1564bf;
    border-radius: 4px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 40px;
    height: 30px;
    font-size: 22px;
    line-height: 18px;
    font-weight: 700;
    color: #fff
}

@media screen and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row .right .product-score:not(.real-score):not(.display-wording) .product-score__text {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row .right .product-score {
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0;
        -webkit-align-self: center;
        align-self: center
    }

    .chart-product-text .chart-product-text-body .product-row .right .product-score:not(.visible) .real-score__card {
        display: none
    }

    .chart-product-text .chart-product-text-body .product-row .right .product-score .product-score__number {
        border-radius: 4px;
        font-size: 22px;
        padding-bottom: 0;
        letter-spacing: -0.2px;
        width: 40px;
        height: 28px
    }
}

.chart-product-text .chart-product-text-body .product-row .right .real-score {
    height: 30px;
    margin-bottom: 20px;
    transition: height 0.3s ease;
    position: relative;
    cursor: default
}

.chart-product-text .chart-product-text-body .product-row .right .real-score .product-score__number {
    font-size: 22px;
    transition: -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 40px;
    height: 30px
}

.chart-product-text .chart-product-text-body .product-row .right .real-score .product-score__text {
    font-size: 16px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    transition: opacity 0.24s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.24s ease, transform 0.3s ease;
    transition: opacity 0.24s ease, transform 0.3s ease, -webkit-transform 0.3s ease
}

@media screen and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row .right .real-score .product-score__text {
        font-size: 14px
    }
}

.chart-product-text .chart-product-text-body .product-row .right .real-score .product-score__mobile-tooltip {
    box-sizing: border-box;
    position: absolute;
    background-color: white;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    z-index: 1;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 3px 7px;
    bottom: calc(100% + 6px);
    visibility: hidden;
    right: -10px;
    opacity: 0;
    transition: opacity 0.3s ease-in;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: #2d2d2d;
    width: 110px;
    height: 32px
}

.chart-product-text .chart-product-text-body .product-row .right .real-score .product-score__mobile-tooltip>div {
    width: 100%
}

.chart-product-text .chart-product-text-body .product-row .right .real-score .product-score__mobile-tooltip:after,
.chart-product-text .chart-product-text-body .product-row .right .real-score .product-score__mobile-tooltip:before {
    left: 0;
    right: -52px;
    top: auto;
    bottom: -10px;
    margin: auto;
    border: solid transparent;
    content: ' ';
    position: absolute;
    pointer-events: none;
    z-index: 2;
    width: 0;
    height: 0
}

.chart-product-text .chart-product-text-body .product-row .right .real-score .product-score__mobile-tooltip:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: white;
    border-width: 5px
}

.chart-product-text .chart-product-text-body .product-row .right .real-score .product-score__mobile-tooltip:before {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #e2e2e2;
    border-width: 5px;
    bottom: -11px
}

.chart-product-text .chart-product-text-body .product-row .right .real-score .product-score__mobile-tooltip.fade-tooltip {
    -webkit-animation: fade-in-out-tooltip ease-in forwards;
    animation: fade-in-out-tooltip ease-in forwards;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 7.6s;
    animation-duration: 7.6s
}

.chart-product-text .chart-product-text-body .product-row .right .real-score .product-score__desktop-tooltip-v1 {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    white-space: nowrap;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #797979
}

.chart-product-text .chart-product-text-body .product-row .right .real-score .product-score__desktop-tooltip-v1-wrapper {
    position: relative;
    display: block;
    height: 16px;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-animation-name: dt-tooltip-appear, dt-tooltip-disappear;
    animation-name: dt-tooltip-appear, dt-tooltip-disappear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2s, 12s;
    animation-delay: 2s, 12s;
    -webkit-animation-duration: 300ms, 300ms;
    animation-duration: 300ms, 300ms
}

.chart-product-text .chart-product-text-body .product-row .right .real-score .product-score__desktop-tooltip-v1:after {
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    width: 7px;
    height: 7px;
    display: inline-block;
    margin-left: 3px
}

.chart-product-text .chart-product-text-body .product-row .right .real-score .product-score__desktop-tooltip-v2 {
    width: 15px;
    height: 15px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    color: #1564bf;
    position: absolute;
    top: -7.5px;
    right: -7.5px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #e7eff8;
    border-radius: 50%;
    padding-bottom: 1px;
    opacity: 0;
    -webkit-animation-name: dt-qmark-tooltip-scale-in, dt-qmark-tooltip-scale-out;
    animation-name: dt-qmark-tooltip-scale-in, dt-qmark-tooltip-scale-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2s, 12s;
    animation-delay: 2s, 12s;
    -webkit-animation-duration: 300ms, 300ms;
    animation-duration: 300ms, 300ms
}

.chart-product-text .chart-product-text-body .product-row .right .real-score .product-score__desktop-tooltip-v2:after {
    content: '?'
}

.chart-product-text .chart-product-text-body .product-row .right .real-score .product-score__desktop-tooltip-v4 {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    white-space: nowrap;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #797979
}

.chart-product-text .chart-product-text-body .product-row .right .real-score .product-score__desktop-tooltip-v4-wrapper {
    position: relative;
    display: block;
    height: 16px;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-animation-name: dt-tooltip-disappear;
    animation-name: dt-tooltip-disappear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms
}

.chart-product-text .chart-product-text-body .product-row .right .real-score .product-score__desktop-tooltip-v4:after {
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    width: 7px;
    height: 7px;
    display: inline-block;
    margin-left: 3px
}

.chart-product-text .chart-product-text-body .product-row .right .real-score__card {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 0;
    right: -10px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    z-index: 2;
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 235px;
    height: auto
}

@media screen and (min-width: 1200px) {
    .chart-product-text .chart-product-text-body .product-row .right .real-score__card {
        transition: all 0.3s ease
    }
}

.chart-product-text .chart-product-text-body .product-row .right .real-score__card__close-button {
    display: none
}

.chart-product-text .chart-product-text-body .product-row .right .real-score__card__header {
    display: none
}

.chart-product-text .chart-product-text-body .product-row .right .real-score__card__cta {
    display: none
}

.chart-product-text .chart-product-text-body .product-row .right .real-score__card__items {
    list-style: none;
    padding: 0;
    margin: 0
}

.chart-product-text .chart-product-text-body .product-row .right .real-score__card__item {
    display: -webkit-flex;
    display: flex;
    padding: 14px 10px 12px;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@media screen and (min-width: 1200px) {
    .chart-product-text .chart-product-text-body .product-row .right .real-score__card__item:nth-child(even) {
        background-color: #f5f5f5
    }

    .chart-product-text .chart-product-text-body .product-row .right .real-score__card__item:nth-of-type(1) {
        -webkit-animation-delay: .1s;
        animation-delay: .1s
    }

    .chart-product-text .chart-product-text-body .product-row .right .real-score__card__item:nth-of-type(2) {
        -webkit-animation-delay: .2s;
        animation-delay: .2s
    }

    .chart-product-text .chart-product-text-body .product-row .right .real-score__card__item:nth-of-type(3) {
        -webkit-animation-delay: .3s;
        animation-delay: .3s
    }

    .chart-product-text .chart-product-text-body .product-row .right .real-score__card__item:nth-of-type(4) {
        -webkit-animation-delay: .4s;
        animation-delay: .4s
    }
}

.chart-product-text .chart-product-text-body .product-row .right .real-score__card__item:not(.enhanced) {
    -webkit-align-items: center;
    align-items: center
}

.chart-product-text .chart-product-text-body .product-row .right .real-score__card__icon {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-right: 5px;
    width: 17px;
    height: 17px
}

.chart-product-text .chart-product-text-body .product-row .right .real-score__card__info {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-right: 10px;
    width: 100%
}

.chart-product-text .chart-product-text-body .product-row .right .real-score__card__info--title {
    font-size: 14px;
    line-height: 15px;
    font-weight: 600;
    color: #1564bf
}

.chart-product-text .chart-product-text-body .product-row .right .real-score__card__info--highlight {
    margin-top: 3px;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: #2d2d2d
}

.chart-product-text .chart-product-text-body .product-row .right .real-score__card__info--highlight span {
    font-weight: 600
}

.chart-product-text .chart-product-text-body .product-row .right .real-score__card__info--highlight span:last-child:before,
.chart-product-text .chart-product-text-body .product-row .right .real-score__card__info--highlight span:first-child:after {
    content: ' '
}

@media screen and (max-width: 1200px) {
    .chart-product-text .chart-product-text-body .product-row .right .real-score__card__info--highlight {
        font-size: 14px;
        line-height: 18px
    }
}

.chart-product-text .chart-product-text-body .product-row .right .real-score__card__score {
    background-color: #1564bf;
    margin-left: auto;
    border-radius: 4px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #fff;
    width: 25px;
    height: 16px
}

.chart-product-text .chart-product-text-body .product-row .right .real-score__card__score.blank {
    padding-bottom: 2px
}

.chart-product-text .chart-product-text-body .product-row .right .real-score__card__link {
    text-decoration: none;
    -webkit-align-self: center;
    align-self: center;
    margin-left: auto;
    padding: 7px 5px 7px 0;
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    transition: color 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: #797979
}

@media screen and (min-width: 1200px) {
    .chart-product-text .chart-product-text-body .product-row .right .real-score__card__link:hover {
        color: #2d2d2d
    }
}

@media screen and (max-width: 1200px) {
    .chart-product-text .chart-product-text-body .product-row .right .real-score__card__items {
        background-color: #f5f5f5
    }

    .chart-product-text .chart-product-text-body .product-row .right .real-score__card__item:nth-of-type(1) {
        -webkit-animation-delay: .125s;
        animation-delay: .125s
    }

    .chart-product-text .chart-product-text-body .product-row .right .real-score__card__item:nth-of-type(2) {
        -webkit-animation-delay: .1875s;
        animation-delay: .1875s
    }

    .chart-product-text .chart-product-text-body .product-row .right .real-score__card__item:nth-of-type(3) {
        -webkit-animation-delay: .25s;
        animation-delay: .25s
    }

    .chart-product-text .chart-product-text-body .product-row .right .real-score__card__item:nth-of-type(4) {
        -webkit-animation-delay: .3125s;
        animation-delay: .3125s
    }

    .chart-product-text .chart-product-text-body .product-row .right .real-score__card__close-button {
        border: 0;
        position: absolute;
        z-index: 22;
        top: 0;
        right: 0;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        background-color: white;
        opacity: 0;
        -webkit-animation-delay: .5s;
        animation-delay: .5s;
        border-radius: 50%;
        -webkit-transform: scale(0) translate(50%, -50%);
        transform: scale(0) translate(50%, -50%);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
        padding: 2px 4px;
        width: 40px;
        height: 40px;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-duration: 0.2s;
        animation-duration: 0.2s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1
    }

    .chart-product-text .chart-product-text-body .product-row .right .real-score__card__close-button--svg {
        fill: #1564bf;
        width: 13px;
        height: 13px
    }

    .chart-product-text .chart-product-text-body .product-row .right .real-score__card__header {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0;
        border-radius: 10px 10px 0 0;
        text-decoration: none;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-duration: 0.2s;
        animation-duration: 0.2s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1
    }

    .chart-product-text .chart-product-text-body .product-row .right .real-score__card__cta {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        padding: 15px;
        background-color: white;
        opacity: 0;
        -webkit-animation-delay: .375s;
        animation-delay: .375s;
        border-radius: 0 0 10px 10px;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-duration: 0.2s;
        animation-duration: 0.2s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1
    }

    .chart-product-text .chart-product-text-body .product-row .right .real-score__card__cta .cta-button {
        box-sizing: border-box;
        min-height: 42px;
        display: -webkit-inline-flex;
        display: inline-flex;
        text-decoration: none;
        display: inline-flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        text-decoration: none;
        height: 42px;
        background-color: #ff4a64;
        width: 100%;
        max-width: 220px;
        text-align: center;
        vertical-align: center;
        border-radius: 4px;
        font-size: 16px;
        line-height: 22px;
        font-weight: 700;
        color: #fff;
        transition: all 300ms ease
    }

    .chart-product-text .chart-product-text-body .product-row .right .real-score__card__cta .cta-button.disabled {
        background-color: #d5d5d5;
        cursor: default;
        pointer-events: none
    }

    .chart-product-text .chart-product-text-body .product-row .right .real-score__card__cta .cta-button:hover {
        background-color: #bc284b;
        transition: all 300ms ease;
        color: #ffffff
    }

    .chart-product-text .chart-product-text-body .product-row .right .real-score__card__cta .cta-button--arrow:after {
        content: ' ';
        display: -webkit-inline-flex;
        display: inline-flex;
        width: 11px;
        height: 11px;
        font-size: 11px;
        line-height: 32px;
        margin-left: -6px;
        margin-top: 4px;
        position: relative;
        z-index: 0;
        opacity: 0;
        transition: all 300ms ease
    }

    .chart-product-text .chart-product-text-body .product-row .right .real-score__card__cta .cta-button--arrow:hover:after {
        position: relative;
        -webkit-animation-direction: normal;
        animation-direction: normal;
        margin-left: 6px;
        opacity: 1;
        transition: all 300ms ease
    }

    .chart-product-text .chart-product-text-body .product-row .right .real-score__card__cta .cta-button.cta-yellow {
        background-color: #ffb401;
        color: #2d2d2d
    }

    .chart-product-text .chart-product-text-body .product-row .right .real-score__card__cta .cta-button.cta-yellow:hover {
        background-color: #e59b1b;
        color: #2d2d2d
    }
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
    .chart-product-text .chart-product-text-body .product-row .right .real-score__card__cta .cta-button {
        font-size: 16px;
        line-height: 22px;
        font-weight: 700;
        color: #fff;
        width: 141px;
        height: 42px
    }

    .chart-product-text .chart-product-text-body .product-row .right .real-score__card__cta .cta-button:after {
        content: '';
        display: -webkit-inline-flex;
        display: inline-flex;
        background-size: 13px 13px;
        width: 0;
        height: 13px;
        font-size: 13px;
        opacity: 0;
        transition: all 0.3s ease;
        padding-left: 6px;
        margin-left: -6px
    }


    .chart-product-text .chart-product-text-body .product-row .right .real-score__card__cta .cta-button:hover:after {
        margin-left: 6px;
        width: 13px;
        opacity: 1
    }
}

@media screen and (max-width: 1200px) {
    .chart-product-text .chart-product-text-body .product-row .right .real-score__card__cta .cta-button:after {
        content: '';
        display: -webkit-inline-flex;
        display: inline-flex;
        background-size: 13px 13px;
        font-size: 13px;
        opacity: 1;
        transition: all 0.3s ease;
        padding-left: 6px;
        margin-left: 6px;
        width: 13px;
        height: 13px
    }


    .chart-product-text .chart-product-text-body .product-row .right .real-score__card__cta .cta-button {
        max-width: unset;
        width: 100%
    }

    .chart-product-text .chart-product-text-body .product-row .right .real-score__card__link {
        -webkit-animation-delay: .4375s;
        animation-delay: .4375s
    }
}

@media screen and (min-width: 1200px) {
    .chart-product-text .chart-product-text-body .product-row .right .real-score.tooltip-animation:hover:before {
        content: ' ';
        position: absolute;
        top: 5px;
        right: -10px;
        background-color: transparent;
        z-index: 1;
        width: 10px;
        height: 39px
    }

    .chart-product-text .chart-product-text-body .product-row .right .real-score.tooltip-animation:hover .product-score__number {
        -webkit-transform: scale(1.32) translate(-16%, 16%) translateZ(0);
        transform: scale(1.32) translate(-16%, 16%) translateZ(0)
    }

    .chart-product-text .chart-product-text-body .product-row .right .real-score.tooltip-animation:hover .product-score__text {
        opacity: 0;
        -webkit-transform: translate(50%, 0);
        transform: translate(50%, 0)
    }

    .chart-product-text .chart-product-text-body .product-row .right .real-score.tooltip-animation:hover .product-score__desktop-tooltip-v2 {
        visibility: hidden
    }

    .chart-product-text .chart-product-text-body .product-row .right .real-score.tooltip-animation:hover .real-score__card {
        opacity: 1;
        visibility: visible
    }

    .chart-product-text .chart-product-text-body .product-row .right .real-score.tooltip-animation:hover .real-score__card__item {
        -webkit-animation-name: score-item-appear;
        animation-name: score-item-appear
    }

    .chart-product-text .chart-product-text-body .product-row .right .real-score.tooltip-animation:hover .real-score__card__link {
        -webkit-animation-name: score-item-appear;
        animation-name: score-item-appear
    }
}

@media screen and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row .right .real-score {
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0;
        -webkit-align-self: center;
        align-self: center
    }

    .chart-product-text .chart-product-text-body .product-row .right .real-score:not(.visible) .real-score__card {
        display: none
    }

    .chart-product-text .chart-product-text-body .product-row .right .real-score .product-score__number {
        border-radius: 4px;
        font-size: 22px;
        padding-bottom: 0;
        letter-spacing: -0.2px;
        width: 40px;
        height: 28px
    }
}

@media screen and (max-width: 1200px) {
    .chart-product-text .chart-product-text-body .product-row .right .real-score.visible .real-score__card {
        transition: opacity 0.3s ease;
        position: fixed;
        z-index: 26;
        border-radius: 10px;
        top: 50%;
        left: 50%;
        width: 80vw;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 1;
        visibility: visible
    }

    .chart-product-text .chart-product-text-body .product-row .right .real-score.visible .real-score__card__items {
        padding: 12px 15px
    }

    .chart-product-text .chart-product-text-body .product-row .right .real-score.visible .real-score__card__item {
        -webkit-animation-name: score-item-appear;
        animation-name: score-item-appear;
        padding: 0;
        background-color: transparent
    }

    .chart-product-text .chart-product-text-body .product-row .right .real-score.visible .real-score__card__item:not(:last-child) {
        margin-bottom: 20px
    }

    .chart-product-text .chart-product-text-body .product-row .right .real-score.visible .real-score__card__header {
        padding: 15px;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
        background-color: transparent;
        -webkit-animation-name: score-item-appear;
        animation-name: score-item-appear
    }

    .chart-product-text .chart-product-text-body .product-row .right .real-score.visible .real-score__card__header .product-score__number {
        padding-bottom: 4px;
        width: 53px;
        height: 40px;
        font-size: 29px;
        line-height: 24px;
        font-weight: 700;
        color: #fff
    }
}

@media screen and (max-width: 1200px) and (max-width: 1200px) {
    .chart-product-text .chart-product-text-body .product-row .right .real-score.visible .real-score__card .logo__container {
        display: -webkit-inline-flex;
        display: inline-flex;
        overflow: hidden;
        -webkit-align-self: flex-start;
        align-self: flex-start
    }
}

@media screen and (max-width: 1200px) and (max-width: 1200px) and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row .right .real-score.visible .real-score__card .logo__container {
        margin-left: 10px;
        -webkit-align-self: center;
        align-self: center
    }
}

@media screen and (max-width: 1200px) and (max-width: 1200px) {
    .chart-product-text .chart-product-text-body .product-row .right .real-score.visible .real-score__card .logo__image {
        display: -webkit-flex;
        display: flex;
        -webkit-align-self: flex-start;
        align-self: flex-start;
        max-width: 130px;
        max-height: 50px
    }
}

@media screen and (max-width: 1200px) and (max-width: 1200px) and (min-width: 1000px) {
    .chart-product-text .chart-product-text-body .product-row .right .real-score.visible .real-score__card .logo__image--large {
        max-width: 150px;
        max-height: 58px
    }
}

@media screen and (max-width: 1200px) and (max-width: 1200px) and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row .right .real-score.visible .real-score__card .logo__image {
        -webkit-align-self: center;
        align-self: center
    }
}

@media screen and (max-width: 1200px) and (max-width: 1200px) {
    .chart-product-text .chart-product-text-body .product-row .right .real-score.visible .real-score__card .logo__container {
        -webkit-align-self: center;
        align-self: center;
        margin: 0
    }
}

@media screen and (max-width: 1200px) {
    .chart-product-text .chart-product-text-body .product-row .right .real-score.visible .real-score__card__score {
        background-color: rgba(21, 100, 191, 0.1);
        width: 39px;
        height: 32px;
        font-size: 16px;
        line-height: 15px;
        font-weight: 600;
        color: #1564bf
    }

    .chart-product-text .chart-product-text-body .product-row .right .real-score.visible .real-score__card__close-button {
        -webkit-animation-name: score-close-button-appear;
        animation-name: score-close-button-appear
    }

    .chart-product-text .chart-product-text-body .product-row .right .real-score.visible .real-score__card__cta {
        -webkit-animation-name: score-item-appear;
        animation-name: score-item-appear
    }

    .chart-product-text .chart-product-text-body .product-row .right .real-score.visible .real-score__card__link {
        padding: 17px 0;
        margin: 0;
        position: absolute;
        left: 0;
        bottom: -50px;
        -webkit-animation-name: score-item-appear;
        animation-name: score-item-appear
    }

    .chart-product-text .chart-product-text-body .product-row .right .real-score.visible .real-score__card__link--text {
        background-color: rgba(0, 0, 0, 0.5);
        padding: 5px 9px;
        font-size: 14px;
        line-height: 15px;
        font-weight: 400;
        color: #fff;
        width: 145px;
        height: 25px
    }
}

.chart-product-text .chart-product-text-body .product-row .right .trophy-score .product-score__number {
    width: 54px;
    height: 30px
}

@media screen and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row .right .trophy-score .product-score__number {
        width: 55px;
        height: 28px
    }
}

.chart-product-text .chart-product-text-body .product-row .right .trophy-score .chart-product__trophy {
    width: auto;
    height: auto;
    -webkit-align-self: auto;
    align-self: auto;
    background-color: transparent
}

.chart-product-text .chart-product-text-body .product-row .right .trophy-score .chart-product__trophy .trophy-icon {
    fill: #ffb401;
    margin-right: 2px
}

@media screen and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row .right .trophy-score .chart-product__trophy .trophy-icon {
        width: 14px;
        height: 14px;
        margin-right: 3px
    }
}

.chart-product-text .chart-product-text-body .product-row .right .trophy-score.visible .real-score__card__header .product-score__number {
    width: 80px;
    height: 40px
}

.chart-product-text .chart-product-text-body .product-row .right .trophy-score.visible .real-score__card__header .chart-product__trophy {
    margin-right: 5px;
    margin-top: 4px
}

.chart-product-text .chart-product-text-body .product-row .right .trophy-score.visible .real-score__card__header .chart-product__trophy .trophy-icon {
    width: 21px;
    height: 21px
}

@media screen and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row .right {
        display: none
    }
}

.chart-product-text .chart-product-text-body .product-row .right__CTA-container {
    position: relative
}

.chart-product-text .chart-product-text-body .product-row .right__container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    width: 100%;
    height: 100%
}

.chart-product-text .chart-product-text-body .product-row .right__container .phone__container .phone {
    position: relative;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    color: #ff4a64;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-decoration: none;
    padding: 0 3px;
    transition: 0.3s linear
}

@media screen and (min-width: 768px) {
    .chart-product-text .chart-product-text-body .product-row .right__container .phone__container .phone {
        border: 1px solid #ff4a64;
        border-radius: 4px;
        width: 100%
    }
}

.chart-product-text .chart-product-text-body .product-row .right__container .phone__container .phone .phone-visual-nudge:after {
    display: inline-block;
    margin-left: 6px;
    border-radius: 15px;
    content: ' ';
    background: #09a789;
    -webkit-transform: scale(1.1) translate(0, -1.5px);
    transform: scale(1.1) translate(0, -1.5px);
    width: 8px;
    height: 8px
}

.chart-product-text .chart-product-text-body .product-row .right__container .phone__container .phone .phone-visual-nudge__tooltip {
    display: none
}

.chart-product-text .chart-product-text-body .product-row .right__container .phone__container .phone .formatted-number {
    padding-bottom: 2px;
    color: inherit
}

.chart-product-text .chart-product-text-body .product-row .right__container .phone__container .phone:before {
    transition: background-image 0.3s;
    content: ' ';
    background-size: 11px 11px;
    width: 13px;
    font-size: 14px;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin-right: 5px
}

@media screen and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row .right__container .phone__container .phone:before {
        width: 14px
    }
}

.chart-product-text .chart-product-text-body .product-row .right__container .phone__container .phone__container {
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    border: 1px solid #ff4a64;
    margin: 5px 0 0 0;
    min-height: 30px;
    width: 141px;
    border-radius: 4px
}

.chart-product-text .chart-product-text-body .product-row .right__container .phone__container .phone:hover {
    color: #bc284b;
    border: 1px solid #bc284b
}

.chart-product-text .chart-product-text-body .product-row .right__container .phone__container .phone:hover:before {
    background-size: 11px 11px
}

@media screen and (min-width: 1000px) {
    .chart-product-text .chart-product-text-body .product-row .right__container .phone__container .phone .phone-visual-nudge__tooltip {
        pointer-events: none;
        visibility: hidden;
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 100%;
        margin-left: 13px;
        background: #ffffff;
        transition: all 0.3s ease;
        opacity: 0;
        width: 70px;
        padding: 13px 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
        border-radius: 6px;
        font-size: 12px;
        line-height: 15px;
        font-weight: 400;
        color: #2d2d2d
    }

    .chart-product-text .chart-product-text-body .product-row .right__container .phone__container .phone:hover .phone-visual-nudge__tooltip {
        visibility: visible;
        opacity: 1
    }
}

.chart-product-text .chart-product-text-body .product-row .right__container .phone__container.home-service-phone {
    min-width: 141px
}

.chart-product-text .chart-product-text-body .product-row .right__container .phone__container.home-service-phone .phone {
    font-size: 10px;
    line-height: 13px;
    font-weight: 600;
    color: #ff4a64;
    position: relative;
    text-decoration: none;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    border: none;
    padding: 0
}

.chart-product-text .chart-product-text-body .product-row .right__container .phone__container.home-service-phone .phone:before {
    content: none
}

.chart-product-text .chart-product-text-body .product-row .right__container .phone__container.home-service-phone .phone__mobile--button {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #ff4a64;
    border-radius: 4px;
    color: #ffffff;
    background-color: #ffffff;
    width: 100%;
    height: 40px;
    position: relative;
    transition: background-color 0.3s ease
}

@media screen and (min-width: 768px) {
    .chart-product-text .chart-product-text-body .product-row .right__container .phone__container.home-service-phone .phone__mobile--button:hover {
        background-color: #bc284b;
        border-color: #bc284b
    }
}

.chart-product-text .chart-product-text-body .product-row .right__container .phone__container.home-service-phone .phone__mobile--button:before {
    content: ' ';
    width: 15px;
    height: 15px;
    fill: white;
    display: block;
    margin-right: 5px;
    transition: background-image 0.3s
}

@media screen and (min-width: 768px) {
    .chart-product-text .chart-product-text-body .product-row .right__container .phone__container.home-service-phone .phone__mobile--button:hover {
        background-color: #ffffff
    }

    .chart-product-text .chart-product-text-body .product-row .right__container .phone__container.home-service-phone .phone__mobile--button:hover .tapToCall {
        color: #bc284b
    }

}

.chart-product-text .chart-product-text-body .product-row .right__container .phone__container.home-service-phone .phone__mobile--number {
    width: 100%;
    text-align: center;
    margin-top: 5px;
    letter-spacing: -0.09;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    color: #797979
}

.chart-product-text .chart-product-text-body .product-row .right__container .phone__container.home-service-phone .phone .tapToCall {
    display: -webkit-flex;
    display: flex;
    position: relative;
    transition: color 0.3s;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: #ff4a64
}

.chart-product-text .chart-product-text-body .product-row .right__container .phone__container.home-service-phone .phone__container {
    display: -webkit-flex;
    display: flex;
    width: 50%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin-left: 0;
    margin-right: 10px
}

.chart-product-text .chart-product-text-body .product-row .right__container .phone__container.home-service-phone .phone__container:only-child {
    margin-left: 0;
    margin-right: 0
}

.chart-product-text .chart-product-text-body .product-row .right__container .phone__container.home-service-phone .phone .phone-visual-nudge:after {
    display: inline-block;
    margin-left: 6px;
    border-radius: 15px;
    content: '';
    background: #09a789;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    width: 8px;
    height: 8px
}

.chart-product-text .chart-product-text-body .product-row .right__container .phone__container.home-service-phone .phone__mobile--number {
    margin-top: 9px
}

@media screen and (min-width: 768px) {
    .chart-product-text .chart-product-text-body .product-row .right__container .cta-button+.phone__container {
        margin-top: 5px
    }
}

.chart-product-text .chart-product-text-body .product-row .right .accordion-button-container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-self: flex-end;
    align-self: flex-end
}

.chart-product-text .chart-product-text-body .product-row .right .accordion-button-container .toggle-accordion {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    background: none;
    border: none;
    text-transform: capitalize;
    cursor: pointer;
    text-decoration: none;
    padding: 15px 10px 0;
    box-sizing: border-box
}

.chart-product-text .chart-product-text-body .product-row .right .accordion-button-container .toggle-accordion:focus {
    outline: none
}

.chart-product-text .chart-product-text-body .product-row .right .accordion-button-container .toggle-accordion:before {
    content: '';
    display: block;
    position: absolute;
    width: 90px;
    height: 40px
}

.toggle-accordion[data-is-open-state='true'] .toggle-accordion__icon {
    -webkit-transform-origin: 64% 50%;
    transform-origin: 64% 50%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.chart-product-text .chart-product-text-body .product-row .right .accordion-button-container .toggle-accordion__text {
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    color: #1789d5;
    font-family: hurmegeometricsans_no3_6, Gilroy, Almarai;
    transition: color 0.3s linear
}

.chart-product-text .chart-product-text-body .product-row .right .accordion-button-container .toggle-accordion:hover .toggle-accordion__text {
    color: #1564bf
}


.chart-product-text .chart-product-text-body .product-row .right .accordion-button-container .toggle-accordion__icon {
    display: -webkit-flex;
    display: flex;
    width: 9px;
    height: 6px;
    margin-left: 5px;
    background-size: 9px 6px;
    background-repeat: no-repeat;
    transition: -webkit-transform 0.3s linear, -webkit-transform-origin 0.3s linear;
    transition: transform 0.3s linear, transform-origin 0.3s linear;
    transition: transform 0.3s linear, transform-origin 0.3s linear, -webkit-transform 0.3s linear, -webkit-transform-origin 0.3s linear
}

.chart-product-text .chart-product-text-body .product-row .right .chart-mini-reviews-button-container {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

@media screen and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row .right .chart-mini-reviews-button-container {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-self: flex-start;
        align-self: flex-start
    }
}

@media screen and (min-width: 768px) {
    .chart-product-text .chart-product-text-body .product-row .right .chart-mini-reviews-button-container {
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        -webkit-align-self: flex-end;
        align-self: flex-end
    }
}

.chart-product-text .chart-product-text-body .product-row .right .chart-mini-reviews-button-container .toggle-chart-mini-reviews {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    background: none;
    border: none;
    text-transform: capitalize;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box
}

@media screen and (min-width: 768px) {
    .chart-product-text .chart-product-text-body .product-row .right .chart-mini-reviews-button-container .toggle-chart-mini-reviews {
        padding: 15px 10px 0
    }
}

@media screen and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row .right .chart-mini-reviews-button-container .toggle-chart-mini-reviews {
        padding: 10px 10px 5px 0
    }
}

.chart-product-text .chart-product-text-body .product-row .right .chart-mini-reviews-button-container .toggle-chart-mini-reviews:focus {
    outline: none
}

.chart-product-text .chart-product-text-body .product-row .right .chart-mini-reviews-button-container .toggle-chart-mini-reviews:before {
    content: '';
    display: block;
    position: absolute;
    width: 90px;
    height: 40px
}

.chart-product-text .chart-product-text-body .product-row .right .chart-mini-reviews-button-container .toggle-chart-mini-reviews__text {
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    color: #1789d5;
    font-family: hurmegeometricsans_no3_6, Gilroy, Almarai;
    transition: color 0.3s linear
}

.chart-product-text .chart-product-text-body .product-row .right .chart-mini-reviews-button-container .toggle-chart-mini-reviews:hover .toggle-chart-mini-reviews__text {
    color: #1564bf
}


.chart-product-text .chart-product-text-body .product-row .right .chart-mini-reviews-button-container .toggle-chart-mini-reviews__icon {
    display: -webkit-flex;
    display: flex;
    margin-left: 6px;
    margin-top: 1px;
    width: 11px;
    height: 11px;
    background-repeat: no-repeat;
    transition: color 0.3s linear
}

.chart-product-text .chart-product-text-body .product-row .right .cta-button {
    box-sizing: border-box;
    min-height: 42px;
    display: -webkit-inline-flex;
    display: inline-flex;
    text-decoration: none;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-decoration: none;
    height: 42px;
    background-color: #ff4a64;
    width: 100%;
    max-width: 220px;
    text-align: center;
    vertical-align: center;
    border-radius: 4px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    transition: all 300ms ease
}

.chart-product-text .chart-product-text-body .product-row .right .cta-button.disabled {
    background-color: #d5d5d5;
    cursor: default;
    pointer-events: none
}

.chart-product-text .chart-product-text-body .product-row .right .cta-button:hover {
    background-color: #bc284b;
    transition: all 300ms ease;
    color: #ffffff
}

.chart-product-text .chart-product-text-body .product-row .right .cta-button--arrow:after {
    content: ' ';
    display: -webkit-inline-flex;
    display: inline-flex;
    width: 11px;
    height: 11px;
    font-size: 11px;
    line-height: 32px;
    margin-left: -6px;
    margin-top: 4px;
    position: relative;
    z-index: 0;
    opacity: 0;
    transition: all 300ms ease
}

.chart-product-text .chart-product-text-body .product-row .right .cta-button--arrow:hover:after {
    position: relative;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    margin-left: 6px;
    opacity: 1;
    transition: all 300ms ease
}

.chart-product-text .chart-product-text-body .product-row .right .cta-button.cta-yellow {
    background-color: #ffb401;
    color: #2d2d2d
}

.chart-product-text .chart-product-text-body .product-row .right .cta-button.cta-yellow:hover {
    background-color: #e59b1b;
    color: #2d2d2d
}

@media screen and (min-width: 768px) {
    .chart-product-text .chart-product-text-body .product-row .right .cta-button {
        font-size: 16px;
        line-height: 22px;
        font-weight: 700;
        color: #fff;
        width: 141px;
        height: 42px
    }

    .chart-product-text .chart-product-text-body .product-row .right .cta-button:after {
        content: '';
        display: -webkit-inline-flex;
        display: inline-flex;
        background-size: 13px 13px;
        width: 0;
        height: 13px;
        font-size: 13px;
        opacity: 0;
        transition: all 0.3s ease;
        padding-left: 6px;
        margin-left: -6px
    }


    .chart-product-text .chart-product-text-body .product-row .right .cta-button:hover:after {
        margin-left: 6px;
        width: 13px;
        opacity: 1
    }
}

@media screen and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row .right .cta-button {
        font-size: 16px;
        line-height: 16px;
        font-weight: 700;
        color: #ff4a64;
        background-color: transparent;
        height: initial;
        width: initial;
        min-height: initial;
        text-transform: capitalize;
        text-decoration: none
    }

    .chart-product-text .chart-product-text-body .product-row .right .cta-button:after {
        content: ' ';
        display: -webkit-inline-flex;
        display: inline-flex;
        background-size: 13px 10px;
        height: 16px;
        width: 16px;
        margin-left: 3px
    }

    .chart-product-text .chart-product-text-body .product-row .right .cta-button:hover {
        background-color: transparent
    }
}

.chart-product-text .chart-product-text-body .product-row [data-call-solution='true'] .cta-button {
    margin-bottom: 6px
}

.chart-product-text .chart-product-text-body .product-row.home-services-product .right__CTA-container {
    width: 100%
}

.chart-product-text .chart-product-text-body .product-row.home-services-product .right__CTA-container .cta-button {
    width: 100%;
    max-width: 100%
}

.chart-product-text .chart-product-text-body .product-row.home-services-product .right__CTA-container .cta-button:not(:only-child).cta-with-call {
    width: 100%
}

@media screen and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row.home-services-product .right__CTA-container .cta-button:not(:only-child).cta-with-call {
        width: 50%;
        color: #ff4a64;
        background-color: white;
        border: 1px solid #ff4a64
    }
}

@media screen and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row.home-services-product .right__CTA-container .phone__container:only-child {
        width: 100%;
        margin-left: 0
    }
}

.chart-product-text .chart-product-text-body .product-row.home-services-product .right__CTA-container .cta-button:hover {
    border-color: #bc284b
}

@media screen and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row.home-services-product .mobile__header__left .name {
        margin-left: 10px
    }
}

.chart-product-text .chart-product-text-body .product-row.home-services-product .mobile__header__right {
    display: -webkit-flex;
    display: flex
}

@media screen and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .product-row.home-services-product .center div:not(.attributes)+.bottom-line {
        margin-bottom: 0
    }
}

.chart-product-text .chart-product-text-body .product-row.home-services-product .center__header .ribbon {
    margin-bottom: 10px
}

.chart-product-text .chart-product-text-body .product-row.home-services-product .center__mobile--header {
    margin-bottom: 9px
}

.chart-product-text .chart-product-text-body .product-row.home-services-product .center__labels {
    padding-bottom: 15px
}

.chart-product-text .chart-product-text-body .product-row.home-services-product .logo__contractor {
    min-width: 34px;
    border-radius: 4px;
    background-color: #82c6f3;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    margin-left: 5px;
    font-size: 18px;
    line-height: normal;
    font-weight: 700;
    color: #fff
}

.chart-product-text .chart-product-text-body .name-container {
    display: -webkit-inline-flex;
    display: inline-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.chart-product-text .chart-product-text-body .name-container .recommended {
    display: -webkit-inline-flex;
    display: inline-flex
}

@media screen and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .name-container .recommended {
        -webkit-align-items: center;
        align-items: center;
        margin: 0 0 0 5px
    }
}

.chart-product-text .chart-product-text-body .name-container .recommended__icon {
    display: -webkit-flex;
    display: flex;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    background: url("a415f569268f232732bc9a1d05e34318432d5c1a.svg") no-repeat center
}

@media screen and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .name-container .recommended__icon {
        margin: 0;
        width: 22px;
        height: 22px
    }
}

.chart-product-text .chart-product-text-body .name-container .recommended__text-mobile {
    display: none
}

.chart-product-text .chart-product-text-body .name-container .recommended__tooltip {
    display: none;
    box-sizing: border-box;
    padding: 3px 5px 3px 5px;
    background-color: #fff;
    border: 1px solid #9a9a9a;
    color: #4f5558;
    text-align: center;
    border-radius: 3px;
    margin-top: 5px;
    font-size: 14px;
    line-height: 15px;
    font-weight: 400;
    position: absolute;
    z-index: 1;
    margin-left: 55px
}

@media screen and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .name-container .recommended__tooltip {
        display: none
    }
}

.chart-product-text .chart-product-text-body .name-container .recommended__tooltip:before {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: -4px;
    width: 5px;
    height: 5px;
    background: #fff;
    border-left: 1px solid #9a9a9a;
    border-top: 1px solid #9a9a9a;
    transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .name-container .recommended {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .name-container {
        width: 100%
    }
}

.chart-product-text .chart-product-text-body .link {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #3655c3;
    text-decoration: underline;
    margin-top: 5px
}

.chart-product-text .chart-product-text-body .link:hover {
    color: #1635a2
}

@media screen and (max-width: 767px) {
    .chart-product-text .chart-product-text-body .link {
        -webkit-align-self: center;
        align-self: center;
        text-decoration: none;
        font-size: 15px;
        line-height: 23px;
        font-weight: 500;
        color: #50c256;
        letter-spacing: 0.54px
    }

    .chart-product-text .chart-product-text-body .link:after {
        content: ' ';
        display: -webkit-inline-flex;
        display: inline-flex;
        width: 11px;
        height: 11px;
        margin-left: 5px;
        font-size: 11px;
        line-height: 32px
    }
}

.chart-product-text .chart-product-text-footer {
    display: -webkit-flex;
    display: flex;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.25)
}

@media screen and (max-width: 767px) {
    .chart-product-text .spp-mobile {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        box-sizing: border-box;
        margin: 0 auto;
        background-color: #010233;
        visibility: hidden;
        opacity: 0
    }

    .chart-product-text .spp-mobile[data-type='relative'] {
        position: relative;
        -webkit-justify-content: center;
        justify-content: center;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        max-height: 30px;
        padding: 0;
        left: auto;
        bottom: auto;
        transition: 0.4s;
        width: 95%;
        height: 0
    }

    .chart-product-text .spp-mobile[data-type='relative'] .spp-mobile__close__button {
        display: none
    }

    .chart-product-text .spp-mobile[data-type='relative'] .spp-mobile__icon {
        display: none
    }

    .chart-product-text .spp-mobile[data-type='relative'] .spp-mobile__text {
        padding: 4px 0 5px 0
    }

    .chart-product-text .spp-mobile[data-type='floating'] {
        position: fixed;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        background-color: rgba(12, 13, 60, 0.85);
        z-index: 7;
        border-radius: 4px;
        max-height: 63px;
        left: 0;
        right: 0;
        bottom: 10px;
        transition: 0.8s;
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
        width: 93%;
        height: auto
    }

    .chart-product-text .spp-mobile[data-type='floating'] .spp-mobile__close__button {
        position: absolute;
        top: 10px;
        right: 10px
    }

    .chart-product-text .spp-mobile[data-type='floating'] .spp-mobile__text {
        padding: 0 0 0 10px;
        max-width: inherit
    }

    .chart-product-text .spp-mobile[data-type='floating'] .spp-mobile__link {
        max-width: 280px
    }

    .chart-product-text .spp-mobile[data-type='floating'] .spp-mobile__icon {
        margin-bottom: 3px
    }

    .chart-product-text .spp-mobile__text {
        box-sizing: border-box;
        max-width: unset;
        max-height: unset;
        font-size: 14px;
        line-height: 1.5;
        font-weight: 600;
        color: #fff
    }

    .chart-product-text .spp-mobile__visible {
        visibility: visible;
        height: auto;
        opacity: 1
    }

    .chart-product-text .spp-mobile__visible[data-type='relative'] {
        height: 30px
    }

    .chart-product-text .spp-mobile__visible[data-type='floating'] {
        height: 63px;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@media screen and (max-width: 767px) {
    .chart-product-text.ribbon_primary .chart-product-text-body {
        border-top: 1px solid #035d4c;
        box-shadow: 0 0 7px rgba(0, 0, 0, 0.2)
    }

    .chart-product-text.ribbon_secondary .chart-product-text-body {
        border-top: 1px solid #09a789;
        box-shadow: 0 0 7px rgba(0, 0, 0, 0.2)
    }
}

@-webkit-keyframes scale-animation {
    from {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.12);
        transform: scale(1.12)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scale-animation {
    from {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.12);
        transform: scale(1.12)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes dt-tooltip-appear {
    from {
        opacity: 0
    }

    to {
        opacity: 1;
        visibility: visible;
        max-height: 16px
    }
}

.filter-dropdown-open--item,
.chart-filter__dropdown-open__item,
.chart-filter__dropdown-open__item[data-selected='true'],
.chart-filter__dropdown-open__item--selected {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    color: #2d2d2d;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 13px;
    margin: 0;
    background-color: white;
    height: 45px;
    min-height: 45px;
    list-style-type: none;
    border-bottom: 1px solid #cecece;
    cursor: pointer
}

@media screen and (max-width: 999px) {

    .filter-dropdown-open--item,
    .chart-filter__dropdown-open__item,
    .chart-filter__dropdown-open__item[data-selected='true'],
    .chart-filter__dropdown-open__item--selected {
        font-size: 16px
    }
}

.filter-dropdown-open--item a,
.chart-filter__dropdown-open__item a,
.chart-filter__dropdown-open__item[data-selected='true'] a,
.chart-filter__dropdown-open__item--selected a {
    text-decoration: none;
    width: 100%;
    color: inherit
}

.fdd--item,
.chart-filter__dropdown__item,
.chart-filter__dropdown__item[data-selected='true'],
.chart-filter__dropdown__item--selected {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 13px;
    margin: 0;
    background-color: white;
    height: 45px;
    min-height: 45px;
    list-style-type: none;
    border-bottom: 1px solid #cecece;
    cursor: pointer;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #2d2d2d
}

.fdd--item a,
.chart-filter__dropdown__item a,
.chart-filter__dropdown__item[data-selected='true'] a,
.chart-filter__dropdown__item--selected a {
    margin-left: -13px;
    padding-left: 13px;
    text-decoration: none;
    color: inherit;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.fdd--item:hover,
.chart-filter__dropdown__item:hover,
.chart-filter__dropdown__item--selected:hover {
    background-color: #1789d5
}

.chart-filters {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-flex-direction: column;
    flex-direction: column;
    background-color: #f0f1f2;
    box-sizing: border-box;
    padding: 0 30px;
    border-bottom: 10px solid white
}

.chart-filters__title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: #2d2d2d;
    margin: 0;
    border-bottom: 1px solid #dfdfdf;
    padding-top: 20px;
    padding-bottom: 15px;
    text-transform: capitalize
}

.chart-filters__reset {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    margin-bottom: 25px;
    width: 100%
}

.chart-filters__reset>* {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    color: #6d6d6d;
    cursor: pointer
}

.filter-dropdown-open--item,
.chart-filter__dropdown-open__item,
.chart-filter__dropdown-open__item[data-selected='true'],
.chart-filter__dropdown-open__item--selected {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    color: #2d2d2d;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 13px;
    margin: 0;
    background-color: white;
    height: 45px;
    min-height: 45px;
    list-style-type: none;
    border-bottom: 1px solid #cecece;
    cursor: pointer
}

@media screen and (max-width: 999px) {

    .filter-dropdown-open--item,
    .chart-filter__dropdown-open__item,
    .chart-filter__dropdown-open__item[data-selected='true'],
    .chart-filter__dropdown-open__item--selected {
        font-size: 16px
    }
}

.filter-dropdown-open--item a,
.chart-filter__dropdown-open__item a,
.chart-filter__dropdown-open__item[data-selected='true'] a,
.chart-filter__dropdown-open__item--selected a {
    text-decoration: none;
    width: 100%;
    color: inherit
}

.fdd--item,
.chart-filter__dropdown__item,
.chart-filter__dropdown__item[data-selected='true'],
.chart-filter__dropdown__item--selected {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 13px;
    margin: 0;
    background-color: white;
    height: 45px;
    min-height: 45px;
    list-style-type: none;
    border-bottom: 1px solid #cecece;
    cursor: pointer;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #2d2d2d
}

.fdd--item a,
.chart-filter__dropdown__item a,
.chart-filter__dropdown__item[data-selected='true'] a,
.chart-filter__dropdown__item--selected a {
    margin-left: -13px;
    padding-left: 13px;
    text-decoration: none;
    color: inherit;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.fdd--item:hover,
.chart-filter__dropdown__item:hover,
.chart-filter__dropdown__item--selected:hover {
    background-color: #1789d5
}

.chart-filter {
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 10px 0 0 0;
    padding-bottom: 25px
}

.chart-filter:first-of-type {
    margin-top: 25px
}

@media screen and (max-width: 999px) {
    .chart-filter {
        border-bottom: 0;
        margin: 0;
        padding-bottom: 0;
        margin-top: 23px;
        -webkit-flex-shrink: 0;
        flex-shrink: 0
    }
}

@media only screen and (max-width: 999px) and (min-device-height: 814px) {
    .chart-filter {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto
    }
}

@media screen and (max-width: 999px) {
    .chart-filter:nth-of-type(1) {
        margin-top: 0
    }
}

.chart-filter:nth-last-of-type(2) {
    border-bottom: none
}

.chart-filter__row {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    box-sizing: border-box
}

@media screen and (min-width: 1000px) {
    .chart-filter__row:nth-of-type(1) {
        margin-bottom: 5px
    }
}

@media screen and (max-width: 999px) {
    .chart-filter__row {
        font-size: 16px;
        line-height: 20px;
        font-weight: 400
    }

    .chart-filter__row:nth-of-type(1) {
        margin-bottom: 13px
    }
}

.chart-filter__row--header {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    box-sizing: border-box;
    margin-bottom: 19px
}

@media screen and (min-width: 1000px) {
    .chart-filter__row--header:nth-of-type(1) {
        margin-bottom: 5px
    }
}

@media screen and (max-width: 999px) {
    .chart-filter__row--header {
        font-size: 16px;
        line-height: 20px;
        font-weight: 400
    }

    .chart-filter__row--header:nth-of-type(1) {
        margin-bottom: 13px
    }
}

.chart-filter__row--header:nth-of-type(1) {
    margin-bottom: 19px
}

.chart-filter__row--footer {
    margin-top: 0;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    box-sizing: border-box
}

@media screen and (min-width: 1000px) {
    .chart-filter__row--footer:nth-of-type(1) {
        margin-bottom: 5px
    }
}

@media screen and (max-width: 999px) {
    .chart-filter__row--footer {
        font-size: 16px;
        line-height: 20px;
        font-weight: 400
    }

    .chart-filter__row--footer:nth-of-type(1) {
        margin-bottom: 13px
    }
}

.chart-filter__row__left {
    display: -webkit-flex;
    display: flex
}

.chart-filter__row__right {
    display: -webkit-flex;
    display: flex
}

.chart-filter__title {
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    color: #2d2d2d;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400
}

@media screen and (max-width: 999px) {
    .chart-filter__title {
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
        min-height: 23px
    }
}

.chart-filter .tool-tip__with-icon {
    background-position: center center;
    background-repeat: no-repeat;
    height: 12px;
    width: 22px;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin-top: 5px;
    cursor: pointer
}


@media screen and (max-width: 999px) {
    .chart-filter .tool-tip__description {
        display: none
    }
}

.chart-filter .tool-tip__description__tooltip {
    display: -webkit-flex;
    display: flex;
    visibility: hidden;
    -webkit-flex-direction: row;
    flex-direction: row;
    position: absolute;
    box-sizing: border-box;
    -webkit-align-items: center;
    align-items: center;
    width: auto;
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: -0.2px;
    min-width: 50px;
    max-width: 200px;
    margin-left: 25px;
    margin-top: -11px;
    z-index: 20
}

.chart-filter .tool-tip__description__tooltip__text {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    padding: 5px 5px 5px 7px;
    background-color: rgba(255, 255, 255, 0.95);
    color: #2d2d2d;
    border: 1px solid #efefef;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
    width: 100%;
    font-size: 12px
}

.chart-filter .tool-tip__description__tooltip__arrow {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    width: 10px;
    height: 10px;
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.2);
    border-left: 1px solid #efefef;
    border-top: 1px solid #efefef;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 5px;
    top: 50%;
    bottom: 50%
}

.chart-filter .tool-tip__description:hover .tool-tip__description__tooltip {
    visibility: visible
}

.chart-filter__info:before {
    content: ' ';
    background-color: #c7c7c7;
    height: 13px;
    width: 22px;
    display: -webkit-inline-flex;
    display: inline-flex
}

.chart-filter__value {
    color: #969696;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    color: #969696;
    letter-spacing: 0.5px
}

.chart-filter__value-prefix {
    margin-top: 6px;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    color: #969696
}

.chart-filter__value-prefix-big {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    color: #969696
}

.chart-filter__range {
    margin-top: 8px;
    margin-bottom: 4px;
    width: 100%
}

.chart-filter__range .rangeSlider {
    display: block;
    border-radius: 0;
    position: relative;
    background: #dedede;
    height: 10px
}

.chart-filter__range .rangeSlider__fill {
    display: block;
    border-radius: 0;
    background: #1789d5;
    position: absolute
}

.chart-filter__range .rangeSlider__fill__horizontal {
    height: 100%;
    top: 0;
    left: 0
}

.chart-filter__range .rangeSlider__fill__vertical {
    width: 100%;
    bottom: 0;
    left: 0
}

.chart-filter__range .rangeSlider__horizontal {
    height: 4px;
    width: 100%;
    -webkit-align-items: center;
    align-items: center
}

.chart-filter__range .rangeSlider__vertical {
    height: 100%;
    width: 7.5px
}

.chart-filter__range .rangeSlider--disabled {
    opacity: 0.4
}

.chart-filter__range .rangeSlider__handle {
    cursor: pointer;
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border: 1px solid #1789d5;
    border-radius: 50%
}

.chart-filter__range .rangeSlider__handle__horizontal {
    top: -5px
}

.chart-filter__range .rangeSlider__handle__vertical {
    left: -10px;
    bottom: 0
}

.chart-filter__range input[type='range'] {
    opacity: 0
}

.chart-filter__range input[type='range']:focus+.rangeSlider .rangeSlider__handle {
    box-shadow: 0 0 8px rgba(142, 68, 173, 0.9)
}

@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
    .chart-filter__range {
        min-height: initial
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .chart-filter__range {
        min-height: initial
    }
}

@supports (-ms-ime-align: auto) {
    .chart-filter__range {
        min-height: 25px
    }
}

.chart-filter__min {
    margin-top: 6px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #969696
}

.chart-filter__max {
    margin-top: 6px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #969696
}

.chart-filter__dropdown-open {
    list-style: none;
    margin: 0;
    margin-top: 10px;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1;
    flex: 1;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #cecece
}

@media screen and (max-width: 999px) {
    .chart-filter__dropdown-open {
        margin: 2px 1px 1px 1px;
        font-size: 16px
    }
}

.chart-filter__dropdown-open__item:last-child {
    border-bottom: 0
}

.chart-filter__dropdown-open__item[data-selected='true'] {
    font-weight: 600;
    color: #1789d5
}

@media screen and (max-width: 999px) {
    .chart-filter__dropdown-open__item[data-selected='true'] {
        color: #3186e6
    }
}

.chart-filter__dropdown-open__item--selected {
    font-weight: 600;
    color: #1789d5
}

.chart-filter__dropdown-open__item:hover {
    background-color: #1789d5;
    font-weight: 600;
    color: white
}

.chart-filter__dropdown {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-top: 9px;
    position: relative
}

.chart-filter__dropdown[data-open='false'] .chart-filter__dropdown__items {
    display: none
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .chart-filter__dropdown[data-open='false'] .chart-filter__dropdown__items {
        display: -webkit-flex;
        display: flex;
        visibility: hidden;
        z-index: -1
    }
}

.chart-filter__dropdown[data-open='true'] .chart-filter__dropdown__items {
    display: -webkit-flex;
    display: flex
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .chart-filter__dropdown[data-open='true'] .chart-filter__dropdown__items {
        display: -webkit-flex;
        display: flex;
        visibility: visible
    }
}

.chart-filter__dropdown__default {
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding: 0 14px 0 14px;
    width: 100%;
    height: 47px;
    min-height: 47px;
    border: 1px solid #d3d3d3;
    color: #1789d5;
    background-size: 8px, 8px;
    cursor: pointer;
    font-size: 14px;
    line-height: 47px;
    font-weight: 600
}

.chart-filter__dropdown__default:active,
.chart-filter__dropdown__default:focus {
    border-color: #1789d5;
    outline: none
}

.chart-filter__dropdown__items {
    list-style: none;
    margin: 0;
    margin-top: 55px;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 240px;
    max-width: 240px;
    box-sizing: border-box;
    border: 1px solid #cecece;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.21);
    position: absolute;
    z-index: 2
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .chart-filter__dropdown__items {
        margin-top: 7px
    }
}

.chart-filter__dropdown__item:nth-child(1):before {
    content: ' ';
    display: block;
    width: 10px;
    height: 10px;
    background-color: white;
    position: absolute;
    border: 1px solid #cecece;
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -6px
}

.chart-filter__dropdown__item[data-selected='true'] {
    font-weight: 700
}

@media screen and (max-width: 999px) {
    .chart-filter__dropdown__item[data-selected='true'] {
        color: #3186e6
    }
}

.chart-filter__dropdown__item--selected {
    font-weight: 600
}

.chart-filter__dropdown__item:hover {
    background-color: #f5f5f5
}

.chart-filter__dropdown__item:hover:nth-child(1):before {
    background-color: #f5f5f5
}

.chart-filter__text {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-top: 9px
}

.chart-filter__text__value {
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    margin-top: 9px;
    padding: 0 14px 0 14px;
    width: 100%;
    height: 47px;
    min-height: 47px;
    border: 1px solid #d5d5d5;
    background-color: #ffffff;
    -webkit-appearance: none;
    border-radius: 0;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    color: #2d2d2d
}

@media screen and (max-width: 999px) {
    .chart-filter__text__value {
        font-size: 16px;
        line-height: 22px;
        font-weight: 600;
        color: #1789d5;
        height: 46px;
        min-height: 46px;
        margin-top: 0
    }

    .chart-filter__text__value:focus {
        outline: none;
        border: 1px solid #1789d5
    }
}

.chart-filter__text__value[data-error='true'] {
    border-color: red
}

.chart-filter__text__error {
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 22px;
    font-weight: 600;
    color: red;
    padding: 0;
    width: 100%;
    margin-top: 11px
}

.chart-filter__text__error:empty {
    margin-top: 0
}

.sortby__mobile {
    display: -webkit-flex;
    display: flex
}

.sortby__mobile .dropdown .row {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 100%
}

.sortby__mobile .dropdown__mobile {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    height: 46px;
    width: 100%
}

.sortby__mobile .dropdown__input {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0
}

.sortby__mobile .dropdown__input__default {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 100%;
    border: 1px solid #d5d5d5;
    border-radius: 0;
    background: none;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #1789d5
}

@media screen and (max-width: 999px) {
    .sortby__mobile .dropdown__input__default {
        font-weight: 600
    }
}

.sortby__mobile .dropdown__input__default:active,
.sortby__mobile .dropdown__input__default:focus {
    outline: none;
    border: 1px solid #1789d5
}

.button-filter-mobile-open {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer
}

@media screen and (min-width: 1000px) {
    .button-filter-mobile-open {
        display: none
    }
}

.button-filter-mobile-open__icon {
    display: -webkit-flex;
    display: flex;
    width: 18px;
    height: 18px
}

.button-filter-mobile-open__text {
    display: -webkit-flex;
    display: flex;
    margin-left: 8px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: #1789d5
}

.chart-filters-mobile {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    background-color: white;
    height: 100%;
    max-height: 100%;
    z-index: 2;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    position: fixed;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    overflow: hidden
}

.chart-filters-mobile[data-open='false'] {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out
}

@media screen and (max-width: 999px) {
    .chart-filters-mobile[data-open='true'] {
        transition: all 0.3s ease-in-out;
        visibility: visible;
        opacity: 1
    }
}

.chart-filters-mobile__range {
    font-family: hurmegeometricsans_no3_6, Gilroy, Almarai, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    width: 100%;
    height: 45px;
    min-height: 45px;
    border-radius: 0;
    padding-left: 10px;
    border: 1px solid #d5d5d5;
    cursor: pointer;
    color: #1789d5;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 8px, 5px;
    background-repeat: no-repeat;
    background-position: 95% center
}

.chart-filters-mobile__range:active,
.chart-filters-mobile__range:focus {
    outline: none;
    border: 1px solid #1564bf
}

.chart-filters-mobile__header {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-direction: row;
    flex-direction: row;
    box-sizing: border-box;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px 15px;
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
    font-size: 16px;
    line-height: 31px;
    font-weight: 600
}

.chart-filters-mobile__header__col1,
.chart-filters-mobile__header__col2,
.chart-filters-mobile__header__col3 {
    display: -webkit-flex;
    display: flex
}

.chart-filters-mobile__header__title {
    font-size: 20px;
    line-height: 31px;
    font-weight: 700;
    color: #2d2d2d;
    text-transform: capitalize
}

.chart-filters-mobile__header__button {
    font-size: 16px;
    line-height: 31px;
    font-weight: 600;
    color: #1789d5;
    padding: 0;
    background-color: transparent;
    outline: none;
    border: none;
    text-decoration: none;
    text-transform: capitalize;
    cursor: pointer;
    transition: color 0.3s linear
}

.chart-filters-mobile__header__button:hover {
    color: #1564bf
}

.chart-filters-mobile__header__button:focus {
    outline: none
}

.chart-filters-mobile__main {
    padding: 25px 15px 15px 15px;
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    overflow-y: scroll
}

.chart-filters-mobile__footer {
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    width: 100%;
    height: 60px;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.chart-filters-mobile__apply {
    display: -webkit-flex;
    display: flex;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
    background-color: #1789d5;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center
}

.chart-filters-mobile__title {
    font-size: 24px;
    line-height: 31px;
    font-weight: 400;
    color: #444;
    margin: 0;
    padding: 0
}

.button-filter-mobile-open {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer
}

@media screen and (min-width: 1000px) {
    .button-filter-mobile-open {
        display: none
    }
}

.button-filter-mobile-open__icon {
    display: -webkit-flex;
    display: flex;
    width: 18px;
    height: 18px
}

.button-filter-mobile-open__text {
    display: -webkit-flex;
    display: flex;
    margin-left: 8px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: #1789d5
}

.button-filter-mobile-open .chart-kdfs-filter__choice {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: #1789d5;
    margin-left: 3px
}

.chart-filters-mobile-score {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    background-color: white;
    height: 100%;
    max-height: 100%;
    z-index: 26;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    position: fixed;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    overflow: hidden
}

.chart-filters-mobile-score[data-open='false'] {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out, -webkit-transform 0.5s ease-in;
    transition: all 0.3s ease-in-out, transform 0.5s ease-in;
    transition: all 0.3s ease-in-out, transform 0.5s ease-in, -webkit-transform 0.5s ease-in
}

@media screen and (max-width: 999px) {
    .chart-filters-mobile-score[data-open='true'] {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        transition: all 0.3s ease-in-out, -webkit-transform 0.5s ease-in;
        transition: all 0.3s ease-in-out, transform 0.5s ease-in;
        transition: all 0.3s ease-in-out, transform 0.5s ease-in, -webkit-transform 0.5s ease-in;
        visibility: visible;
        opacity: 1
    }
}

.chart-filters-mobile-score__header {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-direction: row;
    flex-direction: row;
    box-sizing: border-box;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px 15px;
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
    font-size: 16px;
    line-height: 31px;
    font-weight: 600
}

.chart-filters-mobile-score__header__col1,
.chart-filters-mobile-score__header__col2,
.chart-filters-mobile-score__header__col3 {
    display: -webkit-flex;
    display: flex
}

.chart-filters-mobile-score__header__title {
    font-size: 20px;
    line-height: 31px;
    font-weight: 700;
    color: #2d2d2d;
    text-transform: capitalize
}

.chart-filters-mobile-score__header__button {
    font-size: 16px;
    line-height: 31px;
    font-weight: 600;
    color: #1789d5;
    padding: 0;
    background-color: transparent;
    outline: none;
    border: none;
    text-decoration: none;
    text-transform: capitalize;
    cursor: pointer;
    transition: color 0.3s linear
}

.chart-filters-mobile-score__header__button:hover {
    color: #1564bf
}

.chart-filters-mobile-score__header__button:focus {
    outline: none
}

.chart-filters-mobile-score__main {
    padding: 25px 15px 15px 15px;
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    overflow-y: scroll
}

.chart-filters-mobile-score__footer {
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    width: 100%;
    height: 60px;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.chart-filters-mobile-score__apply {
    display: -webkit-flex;
    display: flex;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
    background-color: #1789d5;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center
}

.chart-filters-mobile-score__title {
    font-size: 24px;
    line-height: 31px;
    font-weight: 400;
    color: #444;
    margin: 0;
    padding: 0
}

.chart-filters-mobile-score .chart-score-form {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.chart-filters-mobile-score .chart-score-form__label {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #2d2d2d
}

.chart-filters-mobile-score .chart-score-form__dropdown__items {
    top: 52px
}

.chart-filters-mobile-score .chart-score-form__input__wrap {
    width: 100%
}

.chart-filters-mobile-score .chart-score-form__input__wrap:after {
    right: 15px
}

.chart-filters-mobile-score .chart-score-form select {
    padding: 0 15px 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #1789d5;
    width: 100%;
    height: 46px
}

.chart-filters-mobile-score .chart-kdfs-filter__button {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #2d2d2d;
    padding-left: 0;
    margin-top: 25px
}

.chart-filters-mobile-score .chart-kdfs-filter__tags-container {
    position: relative;
    top: 15px;
    padding: 0;
    background-color: transparent;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.chart-filters-mobile-score .chart-kdfs-filter__tags-container[data-open='true']:before {
    display: none
}

.chart-filters-mobile-score .chart-kdfs-filter__tags {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    cursor: none
}

.chart-filters-mobile-score .chart-kdfs-filter__value {
    background-color: transparent;
    margin-bottom: 10px;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #1789d5;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #1789d5;
    fill: #1789d5
}

.chart-filters-mobile-score .chart-kdfs-filter__value[data-selected='true'] {
    background-color: #1789d5;
    color: white;
    fill: white
}

.chart-filters-mobile-score .chart-kdfs-filter__value--svg {
    max-width: 18px;
    max-height: 18px;
    width: 100%;
    height: 100%
}

.dropdown {
    display: -webkit-flex;
    display: flex;
    min-width: 229px;
    -webkit-align-items: center;
    align-items: center
}

@media screen and (max-width: 767px) {
    .dropdown {
        display: none;
        width: 165px
    }
}

.dropdown__mobile {
    display: none
}

@media screen and (max-width: 767px) {
    .dropdown__mobile {
        display: -webkit-flex;
        display: flex
    }

    .dropdown__mobile select {
        -webkit-appearance: none
    }
}

.dropdown__title {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #2d2d2d;
    display: -webkit-flex;
    display: flex;
    margin-right: 5px
}

.dropdown__input {
    display: -webkit-flex;
    display: flex;
    margin-left: 4px;
    position: relative
}

@media screen and (max-width: 767px) {
    .dropdown__input {
        margin: 0
    }
}

.dropdown__input__default {
    display: -webkit-flex;
    display: flex;
    padding: 0 0 0 10px;
    min-width: 145px;
    height: 25px;
    border: 1px solid #f0f0f0;
    font-weight: 400;
    background-size: 8px 5px;
    cursor: pointer
}

@media screen and (max-width: 767px) {
    .dropdown__input__default {
        margin: 0;
        width: 165px
    }
}

.dropdown__input__default::-ms-expand {
    display: none
}

.dropdown__input__items {
    list-style: none;
    margin: 31px 0 0;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 210px;
    max-height: 146px;
    right: 1px;
    overflow-y: scroll;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
    position: absolute;
    z-index: 1
}

.dropdown__input__items[data-dropdown-open='false'] {
    display: none
}

.dropdown__input__items[data-dropdown-open='true'] {
    display: -webkit-flex;
    display: flex
}

.dropdown__input__item[data-dropdown-selected='true'] {
    color: #2d2d2d
}

.dropdown__input__item:hover {
    background-color: #f0f1f2
}

.dropdown .row {
    display: -webkit-flex;
    display: flex
}

.page-header {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center
}

.page-header__container {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    max-width: 1200px;
    width: 100%;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 15px
}

.page-header__center {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

@media screen and (min-width: 1000px) {
    .page-header__center {
        max-width: 840px
    }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .page-header__center {
        width: 70%
    }
}

.page-header__center .breadcrumb {
    width: 100%;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    margin-top: -6px;
    margin-bottom: 7px
}

.page-header__sidebar {
    display: -webkit-flex;
    display: flex;
    max-width: 300px;
    margin-left: 30px
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .page-header__sidebar {
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        width: 30%;
        min-width: 180px;
        max-width: 300px;
        padding-right: 15px
    }
}

@media screen and (max-width: 767px) {
    .page-header__sidebar {
        display: none
    }
}

.page-header__logo,
.page-header__logo:empty {
    display: -webkit-flex;
    display: flex;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 300px;
    max-width: 100%;
    height: 180px;
    max-height: 180px
}

@media screen and (min-width: 768px) and (max-width: 999px) {

    .page-header__logo,
    .page-header__logo:empty {
        height: 180px;
        min-width: 180px;
        max-width: 300px;
        width: 100%
    }
}

@media screen and (max-width: 767px) {

    .page-header__logo,
    .page-header__logo:empty {
        height: 180px;
        width: 180px;
        min-width: 180px;
        max-width: 180px
    }
}

.page-header__text {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    align-content: center;
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    color: #2d2d2d
}

@media screen and (max-width: 767px) {
    .page-header__text {
        padding-right: 15px
    }
}

.page-header__text--breadcrumb {
    -webkit-align-self: center;
    align-self: center
}

.page-header__text--breadcrumb-op {
    margin-bottom: -19px
}

@media screen and (max-width: 767px) {
    .page-header__text--breadcrumb-op {
        margin-bottom: -3px
    }
}

.page-header__text--breadcrumb-op__small {
    margin-bottom: -17px
}

@media screen and (max-width: 767px) {
    .page-header__text--breadcrumb-op__small {
        margin-bottom: 0
    }
}

@media screen and (max-width: 999px) {
    .page-header__text--breadcrumb__small {
        -webkit-align-self: center;
        align-self: center
    }
}

@media screen and (max-width: 767px) {
    .page-header__text--breadcrumb__small {
        -webkit-align-self: initial;
        align-self: initial
    }
}

@media screen and (min-width: 1000px) {
    .page-header__text--breadcrumb.superlist {
        margin-top: -24px
    }
}

.page-header__text--single {
    -webkit-align-self: center;
    align-self: center
}

@media screen and (max-width: 999px) {
    .page-header__text--single {
        margin-top: 0;
        margin-bottom: 0
    }
}

.page-header__text--single__small {
    -webkit-align-self: center;
    align-self: center;
    margin-bottom: 0
}

@media screen and (min-width: 768px) {
    .page-header__text--single-op {
        margin-top: 2px;
        margin-bottom: 0
    }

    .page-header__text--single-op .page-header__text__title {
        margin-top: -4px;
        margin-bottom: 0
    }
}

@media screen and (max-width: 999px) {
    .page-header__text--single-op {
        margin-bottom: -4px
    }
}

@media screen and (min-width: 768px) {
    .page-header__text--single-op__small {
        margin-top: 2px;
        margin-bottom: -15px
    }
}

.page-header__text__title {
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    color: #2d2d2d;
    display: inline-block;
    width: 100%
}

@media screen and (max-width: 999px) {
    .page-header__text__title {
        font-size: 30px;
        line-height: 32px;
        font-weight: 700
    }
}

@media screen and (max-width: 767px) {
    .page-header__text__title {
        font-size: 30px;
        line-height: 34px;
        font-weight: 700;
        margin-bottom: 25px
    }
}

.page-header__text__title--primary {
    display: inline
}

.page-header__text__title--alt {
    display: inline;
    color: #ff4a64;
    margin: 0
}

.page-header__text__alt {
    display: inline-block;
    color: #ff4a64
}

.page-header__text__subtitle {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #2d2d2d;
    display: inline-block;
    width: 100%;
    max-width: 670px
}

.page-header__text .last-updated {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #000
}

.page-header__text .last-updated .last-updated-text {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #000
}

.page-header__breadcrumb-offset {
    display: -webkit-flex;
    display: flex
}

.page-header__breadcrumb-offset.absolute {
    position: absolute
}

.social-proof__desktop {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    background-color: white;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    display: -webkit-flex;
    display: flex;
    opacity: 0;
    z-index: 1;
    text-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 40px;
    padding: 3px 7px 5px 5px;
    width: 100%;
    height: 42px;
    font-size: 12px;
    line-height: 13px;
    font-weight: 600;
    color: #2d2d2d;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@media screen and (max-width: 767px) {
    .social-proof__desktop {
        display: none
    }
}

@media screen and (min-width: 768px) {
    .social-proof__desktop {
        -webkit-animation-name: appear, disappear;
        animation-name: appear, disappear;
        -webkit-animation-delay: 1s, 11s;
        animation-delay: 1s, 11s;
        -webkit-animation-duration: 300ms, 300ms;
        animation-duration: 300ms, 300ms
    }
}

.social-proof__desktop:after,
.social-proof__desktop:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2
}

.social-proof__desktop:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: white;
    border-width: 6px;
    margin-top: -6px;
    margin-left: -1px
}

.social-proof__desktop:before {
    border-color: rgba(226, 226, 226, 0);
    border-left-color: #e2e2e2;
    border-width: 6px;
    margin-top: -6px
}

@media screen and (min-width: 1000px) {
    .social-proof__desktop.new-sp {
        -webkit-animation-name: appearToRight, disappear;
        animation-name: appearToRight, disappear;
        -webkit-animation-delay: 1s, 6s;
        animation-delay: 1s, 6s;
        -webkit-animation-duration: 300ms, 300ms;
        animation-duration: 300ms, 300ms;
        top: calc(-5px / 2);
        font-size: 13px;
        line-height: 15px;
        font-weight: 400;
        width: 139px;
        height: 47px
    }

    .social-proof__desktop.new-sp:after,
    .social-proof__desktop.new-sp:before {
        right: auto;
        left: -10px
    }

    .social-proof__desktop.new-sp:after {
        border-color: rgba(255, 255, 255, 0);
        border-right-color: white;
        border-width: 5px;
        margin-top: -5px;
        margin-left: 1px
    }

    .social-proof__desktop.new-sp:before {
        border-color: rgba(255, 255, 255, 0);
        border-right-color: #e2e2e2;
        border-width: 5px;
        margin-top: -5px
    }
}

.social-proof__desktop.new-sp .social-proof__text span:first-child:before {
    content: '';
    display: inline-block;
    width: 21px;
    height: 10px
}

@media screen and (min-width: 768px) {
    .social-proof__text {
        display: block
    }
}

.social-proof__text b {
    font-weight: 700
}

@-webkit-keyframes appear {
    from {
        opacity: 0;
        left: -110%
    }

    to {
        opacity: 1;
        left: -102%
    }
}

@keyframes appear {
    from {
        opacity: 0;
        left: -110%
    }

    to {
        opacity: 1;
        left: -102%
    }
}

@-webkit-keyframes appearToRight {
    from {
        opacity: 0;
        left: 100px
    }

    to {
        opacity: 1;
        left: 150px
    }
}

@keyframes appearToRight {
    from {
        opacity: 0;
        left: 100px
    }

    to {
        opacity: 1;
        left: 150px
    }
}

@-webkit-keyframes disappear {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes disappear {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.spp-mobile {
    display: none
}

@media screen and (max-width: 767px) {
    .spp-mobile {
        display: -webkit-flex;
        display: flex;
        width: 318px;
        height: 62px;
        background-color: #333;
        color: #fff;
        box-sizing: border-box;
        padding: 10px 15px 10px 15px;
        opacity: .95;
        border-radius: 2px;
        position: fixed;
        margin-left: auto;
        margin-right: auto;
        bottom: 10px;
        left: calc(50% - (318px / 2));
        -webkit-align-items: center;
        align-items: center
    }
}

.spp-mobile__close__button {
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px
}

.spp-mobile__link {
    display: -webkit-flex;
    display: flex;
    max-height: 40px;
    color: inherit;
    text-decoration: none;
    -webkit-align-items: center;
    align-items: center
}

.spp-mobile__text {
    color: inherit;
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    max-width: 215px;
    padding-left: 15px;
    overflow: hidden;
    max-height: 42px
}

.spp-mobile__icon {
    background-position: center left;
    background-repeat: no-repeat;
    width: 35px;
    height: 31px
}

.soa {
    font-size: 14px;
    line-height: 15px;
    font-weight: 400;
    color: #797979;
    position: relative;
    margin-top: 20px;
    height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media screen and (max-width: 767px) {
    .soa {
        margin-top: 15px
    }
}

.soa__quote_icon {
    margin-right: 5px
}

.soa__title {
    font-size: 14px;
    line-height: 15px;
    font-weight: 400;
    color: #1564bf;
    margin-bottom: 2px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.soa__title__source-name {
    font-weight: 700;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

.soa__title__product-name {
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

.soa__content {
    max-width: 290px
}

.soa__content__citation {
    margin: 0 0 5px 0;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #797979
}

@media screen and (max-width: 767px) {
    .soa__content__citation {
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        color: #797979
    }
}

.soa__content__date {
    color: #2d2d2d;
    font-size: 10px;
    display: inline-block
}

@media screen and (max-width: 767px) {
    .soa__content__date {
        font-size: 14px
    }
}

.soa.dynamic {
    background-color: transparent
}

.soa__details {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    max-height: 44px;
    overflow: hidden
}

.soa__details__description {
    margin: 0 0 5px 0;
    display: inline;
    font-style: italic;
    line-height: 22px;
    color: #444444
}

.soa__details__display-name {
    color: #444444;
    line-height: 22px;
    display: inline
}

.soa__image {
    border-radius: 100%;
    position: absolute;
    top: calc(50% - 25px);
    left: -25px
}

.soa__read-more {
    color: #2f7ad1;
    font-weight: 500;
    margin-top: 2px;
    font-size: 14px;
    cursor: pointer
}

.testimonial {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: #797979;
    position: relative;
    margin-top: 15px;
    height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 100%
}

.testimonial__details {
    font-size: 14px;
    overflow: hidden;
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%
}

.testimonial__details__description {
    margin: 0 0 5px 0;
    display: inline;
    line-height: 22px;
    color: #2d2d2d;
    font-weight: 400
}

.testimonial__details__description:before {
    content: '"'
}

.testimonial__details__display-name {
    display: inline;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    color: #adadad
}

.testimonial__image {
    border-radius: 100%;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 40px;
    height: auto;
    margin-right: 10px
}

.chart-stages-banner {
    margin-top: 50px
}

@media screen and (max-width: 767px) {
    .chart-stages-banner {
        height: 1115px;
        width: 100%;
        margin: 0 auto;
        background: #f7f7f7 url("chart-stages-banner-mobile.jpg") no-repeat top center
    }
}

@media screen and (max-width: 400px) {
    .chart-stages-banner {
        background-size: 100%
    }
}

@media screen and (min-width: 401px) and (max-width: 756px) {
    .chart-stages-banner {
        background-size: 400px;
        margin-bottom: -50px;
        margin-top: 25px
    }
}

@media screen and (min-width: 768px) {
    .chart-stages-banner {
        width: 100%;
        height: 485px;
        background: #f7f7f7 url("chart-stages-banner.jpg") no-repeat center
    }
}

.superlist-banner {
    background: #f7f7f7;
    width: 100%;
    height: 494px;
    overflow: auto
}

.superlist-banner img {
    width: 206px;
    margin: 35px auto 0;
    display: block
}

.superlist-banner h4 {
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    margin: 64px 0 0
}

.superlist-banner h4 span {
    color: #1789d5
}

.superlist-banner p {
    text-align: center;
    width: 609px;
    font-size: 16px;
    margin: 35px auto 0;
    line-height: 22px
}

.superlist-banner p span {
    font-weight: bold
}

@media screen and (max-width: 650px) {
    .superlist-banner p {
        width: 450px
    }
}

@media screen and (max-width: 500px) {
    .superlist-banner p {
        width: 380px
    }
}

@media screen and (max-width: 375px) {
    .superlist-banner p {
        width: 312px
    }
}

@media screen and (min-width: 1000px) {
    .superlist-banner {
        display: none
    }
}

.superlist-banner-right {
    width: 100%;
    height: 492px;
    background: url("top10-superlist-banner.jpg") no-repeat center;
    margin: 20px 0 0 0;
    background-size: 100%
}

@media screen and (max-width: 1023px) {
    .superlist-banner-right {
        display: none
    }
}

.widget-area__after-chart {
    margin-top: 30px
}

.widget__top-trending-list {
    margin-top: 30px
}

.chart-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    max-width: 100%
}

.chart-list.in-bottom {
    box-sizing: border-box;
    padding: 0 20px;
    margin-top: 40px;
    width: 100%
}

.chart-list.in-bottom .chart-list__heading {
    margin-top: 0
}

@media screen and (min-width: 1023px) {
    .chart-list.in-bottom {
        display: none
    }
}

@media screen and (max-width: 1023px) {
    .chart-list.in-sidebar {
        display: none
    }
}

.chart-wysiwyg {
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    -webkit-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 60px 0 0;
    margin: 0 10px 0 15px;
    letter-spacing: -0.1px;
    position: relative
}

@media screen and (max-width: 999px) {
    .chart-wysiwyg {
        padding: 70px 15px 0 0;
        margin: 0
    }
}

@media screen and (min-width: 1000px) {
    .chart-wysiwyg:not(:last-child) {
        padding-bottom: 60px
    }

    .chart-wysiwyg:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: -5px;
        border-top: 1px solid #d5d5d5
    }
}

@media screen and (max-width: 767px) {
    .chart-wysiwyg {
        display: block;
        padding: 50px 15px 0 15px;
        margin: 0
    }
}

.chart-wysiwyg__logo-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #f5f5f5;
    width: 135px;
    margin-top: 7px
}

.chart-wysiwyg__logo-container__logo {
    margin: 4px 10px 0 10px
}

.chart-wysiwyg__logo-container__vertical {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin: 0 10px 10px 10px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    color: #797979
}

.chart-wysiwyg__sidebar {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    max-width: 135px;
    width: 100%;
    word-break: break-word;
    margin-right: 65px;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #797979
}

@media screen and (max-width: 999px) {
    .chart-wysiwyg__sidebar {
        padding-left: 10px
    }
}

@media screen and (max-width: 767px) {
    .chart-wysiwyg__sidebar {
        display: none;
        padding-left: 0
    }
}

.chart-wysiwyg__sidebar__text {
    display: -webkit-flex;
    display: flex;
    margin-top: 14px
}

.chart-wysiwyg__html {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    max-width: 680px;
    width: 100%;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-direction: column;
    flex-direction: column;
    word-wrap: break-word;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: #2d2d2d
}

@media screen and (max-width: 999px) {
    .chart-wysiwyg__html {
        max-width: initial
    }
}

.chart-wysiwyg__html>* {
    box-sizing: border-box;
    display: block
}

.chart-wysiwyg__html>*:empty {
    margin: 0;
    padding: 0
}

.chart-wysiwyg__html__section {
    width: 100%
}

.chart-wysiwyg__html ul {
    margin: 0 0 40px 0;
    padding: 0 0 0 24px;
    list-style-type: none;
    font-size: 15px
}

.chart-wysiwyg__html ul li {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400
}

.chart-wysiwyg__html ul li:before {
    content: ' ';
    background-image: url("54daf11709d42005ff1ac4a0cd8c7ecbfc28ac67.svg");
    background-size: 6px 6px;
    background-repeat: no-repeat;
    background-position: center left;
    width: 22px;
    height: 27px;
    color: #1789d5;
    float: left;
    display: inline-block;
    margin-left: -22px
}

.chart-wysiwyg__html ul+p,
.chart-wysiwyg__html ul+ul,
.chart-wysiwyg__html ul+ol {
    margin-top: -20px
}

.chart-wysiwyg__html ol {
    margin: 0 0 30px 0;
    padding: 0
}

.chart-wysiwyg__html ol li {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    margin: 0 0 15px 17px;
    padding: 0 0 0 8px
}

.html-content .wysiwyg--table__table .wysiwyg--table__thead .chart-wysiwyg__html .wysiwyg--table__tr,
.html-content .wysiwyg--table__table .wysiwyg--table__tbody .chart-wysiwyg__html .wysiwyg--table__tr,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__thead .chart-wysiwyg__html .wysiwyg--table__tr,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__tbody .chart-wysiwyg__html .wysiwyg--table__tr {
    margin: 0;
    display: -webkit-flex;
    display: flex;
    position: relative;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: stretch;
    align-items: stretch
}

.html-content .wysiwyg--table__table .wysiwyg--table__thead .chart-wysiwyg__html .wysiwyg--table__tr:last-child,
.html-content .wysiwyg--table__table .wysiwyg--table__tbody .chart-wysiwyg__html .wysiwyg--table__tr:last-child,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr:last-child,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr:last-child,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__thead .chart-wysiwyg__html .wysiwyg--table__tr:last-child,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__tbody .chart-wysiwyg__html .wysiwyg--table__tr:last-child {
    border-bottom: none
}

.html-content .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .chart-wysiwyg__html .wysiwyg--table__th,
.html-content .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .chart-wysiwyg__html .wysiwyg--table__td,
.html-content .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .chart-wysiwyg__html .wysiwyg--table__td,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .wysiwyg--table__th,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .wysiwyg--table__td,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .wysiwyg--table__td,
.html-content .wysiwyg--table__container .chart-wysiwyg__html .wysiwyg--table__sticky__item,
.chart-wysiwyg__html .wysiwyg--table__container .wysiwyg--table__sticky__item,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .chart-wysiwyg__html .wysiwyg--table__th,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .chart-wysiwyg__html .wysiwyg--table__td,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .chart-wysiwyg__html .wysiwyg--table__td,
.mini-reviews__product-description .wysiwyg--table__container .chart-wysiwyg__html .wysiwyg--table__sticky__item {
    -ms-word-break: break-word;
    word-break: break-word;
    width: 140px !important;
    box-sizing: content-box;
    white-space: normal;
    -webkit-align-items: center;
    align-items: center;
    line-height: 18px;
    font-size: 14px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    display: -webkit-flex;
    display: flex;
    color: #2d2d2d;
    margin: 0
}

.html-content .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .chart-wysiwyg__html .td-col-2.wysiwyg--table__th,
.html-content .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .chart-wysiwyg__html .td-col-2.wysiwyg--table__td,
.html-content .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .chart-wysiwyg__html .td-col-2.wysiwyg--table__th,
.html-content .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .chart-wysiwyg__html .td-col-2.wysiwyg--table__td,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .td-col-2.wysiwyg--table__th,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .td-col-2.wysiwyg--table__td,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .td-col-2.wysiwyg--table__th,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .td-col-2.wysiwyg--table__td,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .chart-wysiwyg__html .td-col-2.wysiwyg--table__th,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .chart-wysiwyg__html .td-col-2.wysiwyg--table__td,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .chart-wysiwyg__html .td-col-2.wysiwyg--table__th,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .chart-wysiwyg__html .td-col-2.wysiwyg--table__td {
    width: 195px !important
}

@media screen and (max-width: 767px) {

    .html-content .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .chart-wysiwyg__html .td-col-2.wysiwyg--table__th,
    .html-content .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .chart-wysiwyg__html .td-col-2.wysiwyg--table__td,
    .html-content .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .chart-wysiwyg__html .td-col-2.wysiwyg--table__th,
    .html-content .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .chart-wysiwyg__html .td-col-2.wysiwyg--table__td,
    .chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .td-col-2.wysiwyg--table__th,
    .chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .td-col-2.wysiwyg--table__td,
    .chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .td-col-2.wysiwyg--table__th,
    .chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .td-col-2.wysiwyg--table__td,
    .mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .chart-wysiwyg__html .td-col-2.wysiwyg--table__th,
    .mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .chart-wysiwyg__html .td-col-2.wysiwyg--table__td,
    .mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .chart-wysiwyg__html .td-col-2.wysiwyg--table__th,
    .mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .chart-wysiwyg__html .td-col-2.wysiwyg--table__td {
        width: 150px !important
    }
}

.html-content .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .chart-wysiwyg__html .td-col-3.wysiwyg--table__th,
.html-content .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .chart-wysiwyg__html .td-col-3.wysiwyg--table__td,
.html-content .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .chart-wysiwyg__html .td-col-3.wysiwyg--table__th,
.html-content .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .chart-wysiwyg__html .td-col-3.wysiwyg--table__td,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .td-col-3.wysiwyg--table__th,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .td-col-3.wysiwyg--table__td,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .td-col-3.wysiwyg--table__th,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .td-col-3.wysiwyg--table__td,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .chart-wysiwyg__html .td-col-3.wysiwyg--table__th,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .chart-wysiwyg__html .td-col-3.wysiwyg--table__td,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .chart-wysiwyg__html .td-col-3.wysiwyg--table__th,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .chart-wysiwyg__html .td-col-3.wysiwyg--table__td {
    width: 160px !important;
    min-width: 125px;
    max-width: 160px
}

@media screen and (max-width: 999px) {

    .html-content .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .chart-wysiwyg__html .td-col-3.wysiwyg--table__th,
    .html-content .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .chart-wysiwyg__html .td-col-3.wysiwyg--table__td,
    .html-content .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .chart-wysiwyg__html .td-col-3.wysiwyg--table__th,
    .html-content .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .chart-wysiwyg__html .td-col-3.wysiwyg--table__td,
    .chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .td-col-3.wysiwyg--table__th,
    .chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .td-col-3.wysiwyg--table__td,
    .chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .td-col-3.wysiwyg--table__th,
    .chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .td-col-3.wysiwyg--table__td,
    .mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .chart-wysiwyg__html .td-col-3.wysiwyg--table__th,
    .mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .chart-wysiwyg__html .td-col-3.wysiwyg--table__td,
    .mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .chart-wysiwyg__html .td-col-3.wysiwyg--table__th,
    .mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .chart-wysiwyg__html .td-col-3.wysiwyg--table__td {
        min-width: 159px;
        max-width: 160px
    }
}

.html-content .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .chart-wysiwyg__html .td-col-4.wysiwyg--table__th,
.html-content .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .chart-wysiwyg__html .td-col-4.wysiwyg--table__td,
.html-content .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .chart-wysiwyg__html .td-col-4.wysiwyg--table__th,
.html-content .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .chart-wysiwyg__html .td-col-4.wysiwyg--table__td,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .td-col-4.wysiwyg--table__th,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .td-col-4.wysiwyg--table__td,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .td-col-4.wysiwyg--table__th,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .td-col-4.wysiwyg--table__td,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .chart-wysiwyg__html .td-col-4.wysiwyg--table__th,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .chart-wysiwyg__html .td-col-4.wysiwyg--table__td,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .chart-wysiwyg__html .td-col-4.wysiwyg--table__th,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .chart-wysiwyg__html .td-col-4.wysiwyg--table__td {
    min-width: 116px;
    max-width: 140px
}

.html-content .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .chart-wysiwyg__html .wysiwyg--table__th,
.html-content .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .chart-wysiwyg__html .wysiwyg--table__td,
.html-content .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .chart-wysiwyg__html .wysiwyg--table__td,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .wysiwyg--table__th,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .wysiwyg--table__td,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .wysiwyg--table__td,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .chart-wysiwyg__html .wysiwyg--table__th,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .chart-wysiwyg__html .wysiwyg--table__td,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .chart-wysiwyg__html .wysiwyg--table__td {
    padding: 25px 0 25px 20px
}

.html-content .wysiwyg--table__container .chart-wysiwyg__html .wysiwyg--table__sticky__item,
.chart-wysiwyg__html .wysiwyg--table__container .wysiwyg--table__sticky__item,
.mini-reviews__product-description .wysiwyg--table__container .chart-wysiwyg__html .wysiwyg--table__sticky__item {
    -ms-word-break: break-word;
    word-break: break-word;
    padding: 25px 20px 25px 14px;
    background-color: initial;
    margin: 0
}

.html-content .wysiwyg--table__container .chart-wysiwyg__html .wysiwyg--table__sticky__item:first-child,
.chart-wysiwyg__html .wysiwyg--table__container .wysiwyg--table__sticky__item:first-child,
.mini-reviews__product-description .wysiwyg--table__container .chart-wysiwyg__html .wysiwyg--table__sticky__item:first-child {
    background-color: #f5f5f5;
    width: 86px !important;
    font-weight: 700
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

    .html-content .wysiwyg--table__container .chart-wysiwyg__html .wysiwyg--table__sticky__item:first-child,
    .chart-wysiwyg__html .wysiwyg--table__container .wysiwyg--table__sticky__item:first-child,
    .mini-reviews__product-description .wysiwyg--table__container .chart-wysiwyg__html .wysiwyg--table__sticky__item:first-child {
        width: 63px !important
    }
}

.html-content .wysiwyg--table__container .chart-wysiwyg__html .wysiwyg--table__sticky__item:not(:first-child),
.chart-wysiwyg__html .wysiwyg--table__container .wysiwyg--table__sticky__item:not(:first-child),
.mini-reviews__product-description .wysiwyg--table__container .chart-wysiwyg__html .wysiwyg--table__sticky__item:not(:first-child) {
    border-bottom: 1px solid #d5d5d5;
    width: 90px !important;
    -webkit-flex-grow: 1;
    flex-grow: 1
}

.html-content .wysiwyg--table__container .chart-wysiwyg__html .wysiwyg--table__sticky__item:last-child,
.chart-wysiwyg__html .wysiwyg--table__container .wysiwyg--table__sticky__item:last-child,
.mini-reviews__product-description .wysiwyg--table__container .chart-wysiwyg__html .wysiwyg--table__sticky__item:last-child {
    margin-right: 0
}

.html-content .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .chart-wysiwyg__html .wysiwyg--table__th:last-child,
.html-content .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .chart-wysiwyg__html .wysiwyg--table__td:last-child,
.html-content .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .chart-wysiwyg__html .wysiwyg--table__th:last-child,
.html-content .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .chart-wysiwyg__html .wysiwyg--table__td:last-child,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .wysiwyg--table__th:last-child,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .wysiwyg--table__td:last-child,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .wysiwyg--table__th:last-child,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .wysiwyg--table__td:last-child,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .chart-wysiwyg__html .wysiwyg--table__th:last-child,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .chart-wysiwyg__html .wysiwyg--table__td:last-child,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .chart-wysiwyg__html .wysiwyg--table__th:last-child,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .chart-wysiwyg__html .wysiwyg--table__td:last-child {
    padding-right: 14px
}

.html-content .wysiwyg--table__container .chart-wysiwyg__html .wysiwyg--table__arrow,
.chart-wysiwyg__html .wysiwyg--table__container .wysiwyg--table__arrow,
.mini-reviews__product-description .wysiwyg--table__container .chart-wysiwyg__html .wysiwyg--table__arrow {
    box-shadow: 0 0 5px 3px #d5d5d5;
    background-size: 14px 16px;
    background-color: white;
    margin-left: -6px;
    position: absolute;
    border-radius: 50%;
    font-size: 13px;
    padding: 21px;
    z-index: 1;
    opacity: 0;
    transition: opacity .6s
}

.chart-wysiwyg__html .wysiwyg--table__container {
    margin: 0 0 40px 0;
    position: relative;
    max-width: 656px;
    display: -webkit-flex;
    display: flex
}

.chart-wysiwyg__html .wysiwyg--table__container img[data-feature-input-type='logo'] {
    margin-bottom: 0;
    display: initial
}

.chart-wysiwyg__html .wysiwyg--table__container .wysiwyg--table__sticky {
    -ms-word-break: initial;
    word-break: initial;
    box-shadow: 5px 0 6px -2px #d5d5d5;
    border: 1px solid #d5d5d5;
    border-bottom: none;
    border-right: none;
    width: 120px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    margin: 0
}

.chart-wysiwyg__html .wysiwyg--table__container .wysiwyg--table__sticky__item__container {
    margin: 0
}

.chart-wysiwyg__html .wysiwyg--table__container .wysiwyg--table__arrow.disabled {
    background-size: 14px 16px;
    background-color: white
}

.chart-wysiwyg__html .wysiwyg--table__container .wysiwyg--table__arrow--right {
    right: -22px
}

@media screen and (max-width: 887px) {
    .chart-wysiwyg__html .wysiwyg--table__container .wysiwyg--table__arrow--right {
        right: -15px
    }
}

@media screen and (max-width: 767px) {
    .chart-wysiwyg__html .wysiwyg--table__container .wysiwyg--table__arrow--right {
        right: 0
    }
}

.chart-wysiwyg__html .wysiwyg--table__container .wysiwyg--table__arrow--left {
    left: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media screen and (max-width: 887px) {
    .chart-wysiwyg__html .wysiwyg--table__container .wysiwyg--table__arrow--left {
        left: 7px
    }
}

@media screen and (max-width: 1228px) {
    .chart-wysiwyg__html .wysiwyg--table__container {
        max-width: 635px
    }
}

.chart-wysiwyg__html .wysiwyg--table__table {
    -webkit-overflow-scrolling: touch;
    border: 1px solid #d5d5d5;
    scroll-behavior: smooth;
    width: auto !important;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    height: 100%;
    margin: 0
}

.chart-wysiwyg__html .wysiwyg--table__table .os-resize-observer-host {
    margin: 0 !important
}

.chart-wysiwyg__html .wysiwyg--table__table .os-size-auto-observer {
    margin: 0 !important
}

.chart-wysiwyg__html .wysiwyg--table__table .os-padding {
    margin: 0 !important
}

.chart-wysiwyg__html .wysiwyg--table__table .os-padding .os-viewport {
    margin: 0 !important
}

.chart-wysiwyg__html .wysiwyg--table__table .os-content {
    margin: 0 !important
}

.chart-wysiwyg__html .wysiwyg--table__table .os-scrollbar-horizontal {
    margin: 0 0 -4px 0;
    padding: 0
}

.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__thead {
    margin: 0
}

.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr {
    background-color: #f5f5f5
}

.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .wysiwyg--table__th {
    width: auto;
    min-width: auto;
    font-weight: 700;
    background-color: #f5f5f5
}

.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .wysiwyg--table__td {
    font-weight: 700;
    background-color: #f5f5f5
}

.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__tbody {
    margin: 0
}

.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .wysiwyg--table__td {
    border-bottom: 1px solid #d5d5d5
}

.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .wysiwyg--table__td a.cta-button {
    max-width: 100px !important;
    min-width: 90px !important;
    height: 25px !important;
    font-size: 14px
}

.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr:last-child .wysiwyg--table__td {
    border-bottom: none
}

.chart-wysiwyg__html .main-title {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 35px;
    line-height: 40px;
    font-weight: 700
}

.chart-wysiwyg__html .main-title:after {
    margin: 40px 0;
    display: block;
    content: ' ';
    width: 60px;
    height: 1px;
    background-color: #d5d5d5
}

@keyframes slideArrow {
    0% {
        margin-left: 0.3em;
        color: #1789d5
    }

    100% {
        margin-left: 0.6em;
        color: #1564bf
    }
}

@keyframes slideArrowOut {
    0% {
        margin-left: 0.6em
    }

    100% {
        margin-left: 0.3em
    }
}

.chart-wysiwyg__html .arrow:after {
    font-size: 11px;
    line-height: 32px;
    font-weight: inherit;
    content: ' ';
    display: -webkit-inline-flex;
    display: inline-flex;
    width: 11px;
    height: 11px;
    margin-left: 0.3em;
    -webkit-animation: slideArrowOut 150ms ease-out;
    animation: slideArrowOut 150ms ease-out
}

.chart-wysiwyg__html .arrow:hover {
    text-decoration: none;
    color: #1564bf
}

.chart-wysiwyg__html .arrow:hover:after {
    -webkit-animation: slideArrow 150ms ease-out;
    animation: slideArrow 150ms ease-out;
    margin-left: 0.6em
}

.chart-wysiwyg__html figure {
    position: relative;
    margin: 0 0 40px 0;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
}

.chart-wysiwyg__html figure .image-overlay {
    position: absolute;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: calc(100% - 15px);
    top: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out
}

.chart-wysiwyg__html figure .image-overlay--hidden {
    opacity: 0
}

.chart-wysiwyg__html figure .zoom-icon {
    background: white;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    bottom: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    transition: all 0.2s ease-in-out;
    opacity: 1;
    cursor: pointer;
    width: 60px;
    height: 60px
}

.chart-wysiwyg__html figure .zoom-icon--hidden {
    opacity: 0
}

.chart-wysiwyg__html figure .zoom-icon:after,
.chart-wysiwyg__html figure .zoom-icon:before {
    content: ' ';
    display: -webkit-flex;
    display: flex;
    width: 15px;
    height: 15px;
    position: absolute;
    width: 15px;
    height: 15px
}

.chart-wysiwyg__html figure .zoom-icon:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 15px;
    right: 15px
}

.chart-wysiwyg__html figure .zoom-icon:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    bottom: 15px;
    left: 15px
}

.chart-wysiwyg__html figure .zoom-icon:hover.zoom-icon:after {
    -webkit-animation: slideArrowTopRight 0.5s infinite ease-out;
    animation: slideArrowTopRight 0.5s infinite ease-out
}

.chart-wysiwyg__html figure .zoom-icon:hover.zoom-icon:before {
    -webkit-animation: slideArrowBottomLeft 0.5s infinite ease-out;
    animation: slideArrowBottomLeft 0.5s infinite ease-out
}

@keyframes slideArrowTopRight {
    0% {
        -webkit-transform: translate(0, 0) rotate(-45deg);
        transform: translate(0, 0) rotate(-45deg)
    }

    50% {
        -webkit-transform: translate(20%, -20%) rotate(-45deg);
        transform: translate(20%, -20%) rotate(-45deg)
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(-45deg);
        transform: translate(0, 0) rotate(-45deg)
    }
}

@keyframes slideArrowBottomLeft {
    0% {
        -webkit-transform: translate(0, 0) rotate(135deg);
        transform: translate(0, 0) rotate(135deg)
    }

    50% {
        -webkit-transform: translate(-20%, 20%) rotate(135deg);
        transform: translate(-20%, 20%) rotate(135deg)
    }

    0% {
        -webkit-transform: translate(0, 0) rotate(135deg);
        transform: translate(0, 0) rotate(135deg)
    }
}

.chart-wysiwyg__html figure figcaption~.image-overlay {
    height: calc(100% - 35px)
}

.chart-wysiwyg__html figure figcaption~.zoom-icon {
    bottom: 50px
}

.chart-wysiwyg__html figure figure {
    margin: 0
}

.chart-wysiwyg__html li figure {
    margin: 5px 0 0 0
}

.chart-wysiwyg__html li figcaption {
    margin: 0
}

.chart-wysiwyg__html figcaption {
    margin: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 0;
    display: block;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    color: #797979
}

.chart-wysiwyg__html .fr-video {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 0;
    display: block;
    margin-bottom: 40px
}

.chart-wysiwyg__html .fr-video iframe {
    width: 100%
}

.chart-wysiwyg__html .product-cta-button {
    margin-bottom: 40px
}

.chart-wysiwyg__html .product-cta-button img {
    margin-bottom: 0
}

.chart-wysiwyg__html .product-cta-button .product-cta-button-text {
    font-weight: 700
}

.chart-wysiwyg__html .product-cta-button+a,
.chart-wysiwyg__html .product-cta-button+div {
    margin-top: -10px
}

.chart-wysiwyg__html img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 0;
    display: block
}

.chart-wysiwyg__html img:not(:only-child) {
    margin-bottom: 15px
}

.chart-wysiwyg__html h1 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: 40px
}

.chart-wysiwyg__html h2:not(.main-title) {
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
    color: #2d2d2d;
    margin: 0 0 40px 0
}

.chart-wysiwyg__html h2:not(.main-title)+p,
.chart-wysiwyg__html h2:not(.main-title)+h3,
.chart-wysiwyg__html h2:not(.main-title)+strong {
    margin-top: -20px
}

.chart-wysiwyg__html h2:not(.main-title)+ul,
.chart-wysiwyg__html h2:not(.main-title)+ol {
    margin-top: -20px
}

.chart-wysiwyg__html h3 {
    font-size: 16px;
    line-height: 27px;
    font-weight: 700;
    color: #2d2d2d;
    margin: 0 0 40px 0
}

.chart-wysiwyg__html h3+a,
.chart-wysiwyg__html h3+div,
.chart-wysiwyg__html h3+h3 {
    margin-top: -10px
}

.chart-wysiwyg__html h3+p,
.chart-wysiwyg__html h3+ul,
.chart-wysiwyg__html h3+ol {
    margin-top: -20px
}

.chart-wysiwyg__html strong,
.chart-wysiwyg__html p {
    display: block;
    margin: 0 0 40px 0;
    font-size: inherit;
    line-height: inherit
}

.chart-wysiwyg__html strong+h3,
.chart-wysiwyg__html strong+a,
.chart-wysiwyg__html p+h3,
.chart-wysiwyg__html p+a {
    margin-top: -10px
}

.chart-wysiwyg__html strong+ul,
.chart-wysiwyg__html strong+ol,
.chart-wysiwyg__html strong+p,
.chart-wysiwyg__html strong+div,
.chart-wysiwyg__html strong+strong,
.chart-wysiwyg__html p+ul,
.chart-wysiwyg__html p+ol,
.chart-wysiwyg__html p+p,
.chart-wysiwyg__html p+div,
.chart-wysiwyg__html p+strong {
    margin-top: -20px
}

.chart-wysiwyg__html a {
    font-size: inherit;
    line-height: inherit;
    font-weight: 600;
    color: #1789d5;
    display: block;
    margin: 0 0 30px 0;
    cursor: pointer;
    text-decoration: none;
    font-family: inherit;
    transition: color 0.3s linear
}

.chart-wysiwyg__html a:hover {
    color: #1564bf
}

.chart-wysiwyg__html a+h2 {
    margin-top: 10px
}

.chart-wysiwyg__html p a,
.chart-wysiwyg__html p strong,
.chart-wysiwyg__html div a,
.chart-wysiwyg__html div strong,
.chart-wysiwyg__html h1 a,
.chart-wysiwyg__html h1 strong,
.chart-wysiwyg__html h2 a,
.chart-wysiwyg__html h2 strong,
.chart-wysiwyg__html h3 a,
.chart-wysiwyg__html h3 strong,
.chart-wysiwyg__html a a,
.chart-wysiwyg__html a strong,
.chart-wysiwyg__html strong a,
.chart-wysiwyg__html strong strong,
.chart-wysiwyg__html figcaption a,
.chart-wysiwyg__html figcaption strong,
.chart-wysiwyg__html ul a,
.chart-wysiwyg__html ul strong,
.chart-wysiwyg__html ol a,
.chart-wysiwyg__html ol strong {
    display: initial;
    margin: 0
}

.chart-wysiwyg__html b {
    font-weight: 700
}

.chart-wysiwyg__html strong {
    font-weight: 600
}

.chart-wysiwyg__html em {
    font-style: normal
}

.chart-wysiwyg__html p:last-child,
.chart-wysiwyg__html h2:last-child,
.chart-wysiwyg__html h3:last-child,
.chart-wysiwyg__html ul:last-child,
.chart-wysiwyg__html ol:last-child,
.chart-wysiwyg__html li:last-child,
.chart-wysiwyg__html a:last-child,
.chart-wysiwyg__html strong:last-child,
.chart-wysiwyg__html .wysiwyg--table__container:last-child,
.chart-wysiwyg__html .fr-video:last-child,
.chart-wysiwyg__html .product-cta-button:last-child {
    margin-bottom: 0
}

.chart-wysiwyg__html .product-cta-button {
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px;
    background-color: #f5f5f5;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: auto
}

.chart-wysiwyg__html .product-cta-button>* {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto
}

.chart-wysiwyg__html .product-cta-button-text {
    -webkit-flex: 1;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 15px;
    letter-spacing: .6px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #2d2d2d
}

.chart-wysiwyg__html .product-cta-button-icon {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 45px;
    height: 45px;
    background-color: white
}

.chart-wysiwyg__html .product-cta-button-icon img {
    width: 25px;
    height: 25px
}

.chart-wysiwyg__html .product-cta-button-links {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

@media screen and (min-width: 768px) {
    .chart-wysiwyg__html .product-cta-button-links {
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

@media screen and (max-width: 767px) {
    .chart-wysiwyg__html .product-cta-button-links {
        -webkit-align-items: start;
        align-items: start;
        -webkit-justify-content: flex-end;
        justify-content: flex-end
    }

    .chart-wysiwyg__html .product-cta-button-links.multi-buttons {
        width: 100%;
        margin-top: 10px
    }

    .chart-wysiwyg__html .product-cta-button-links.multi-buttons .cta-button {
        color: #ff4a64;
        background-color: white;
        border: 1px solid #ff4a64;
        width: 50%;
        max-width: 100%
    }

    .chart-wysiwyg__html .product-cta-button-links.multi-buttons>a:not(:only-child) {
        width: 50%;
        max-width: 100%
    }

    .chart-wysiwyg__html .product-cta-button-links.multi-buttons>a:not(:only-child).cta-phone-button {
        margin-left: 5px
    }

    .chart-wysiwyg__html .product-cta-button-links.multi-buttons>a:not(:only-child).cta-button {
        margin-right: 5px
    }
}

.chart-wysiwyg__html .product-cta-button-links .cta-button {
    margin: 0;
    min-width: 141px
}

@media screen and (min-width: 768px) {
    .chart-wysiwyg__html .product-cta-button-links .cta-button:after {
        content: '';
        display: -webkit-inline-flex;
        display: inline-flex;
        background-size: 13px 13px;
        width: 0;
        height: 13px;
        font-size: 13px;
        opacity: 0;
        transition: all 0.3s ease;
        padding-left: 6px;
        margin-left: -6px
    }

    .chart-wysiwyg__html .product-cta-button-links .cta-button:hover:after {
        opacity: 1;
        margin-left: 6px;
        width: 13px
    }
}

.chart-wysiwyg__html .product-cta-button-links .cta-phone-button {
    margin: 0
}

@media screen and (min-width: 768px) {
    .chart-wysiwyg__html .product-cta-button-links .cta-phone-button {
        pointer-events: none
    }

    .chart-wysiwyg__html .product-cta-button-links .cta-phone-button:not(:only-child) {
        margin-right: 10px
    }
}

.chart-wysiwyg__html .product-cta-button-links .cta-phone-button .phone-value {
    cursor: pointer;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    color: #2d2d2d
}

.chart-wysiwyg__html .product-cta-button-links .cta-phone-button .phone-label {
    display: none
}

@media screen and (max-width: 767px) {
    .chart-wysiwyg__html .product-cta-button-links .cta-phone-button {
        width: 100%;
        max-width: 142px;
        min-width: 142px;
        text-align: center
    }

    .chart-wysiwyg__html .product-cta-button-links .cta-phone-button .phone-value {
        width: 100%;
        text-align: center;
        margin-top: 5px;
        font-size: 12px;
        line-height: 14px;
        font-weight: 400;
        color: #797979
    }

    .chart-wysiwyg__html .product-cta-button-links .cta-phone-button .phone-label {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        border: 1px solid #ff4a64;
        border-radius: 4px;
        background-color: #ff4a64;
        color: #ffffff;
        position: relative;
        transition: background-color 0.3s ease;
        width: 100%;
        height: 40px
    }

    .chart-wysiwyg__html .product-cta-button-links .cta-phone-button .phone-label:before {
        content: ' ';
        background-size: cover;
        font-size: 13px;
        display: -webkit-inline-flex;
        display: inline-flex;
        margin-right: 5px;
        width: 15px;
        height: 15px
    }
}

.chart-wysiwyg__html .product-cta-button>a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin: 0;
    background-color: #ff4a64;
    width: 141px;
    height: 45px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #fff
}

@media screen and (min-width: 768px) {
    .chart-wysiwyg__html .product-cta-button>a {
        font-size: 15px;
        line-height: 22px;
        font-weight: 700;
        color: #fff;
        width: 141px;
        height: 42px
    }

    .chart-wysiwyg__html .product-cta-button>a:after {
        content: ' ';
        background-size: 13px 13px;
        width: 0;
        height: 13px;
        font-size: 13px;
        margin-left: -6px;
        opacity: 0;
        transition: all 0.3s ease
    }

    .chart-wysiwyg__html .product-cta-button>a:hover {
        background-color: #bc284b
    }

    .chart-wysiwyg__html .product-cta-button>a:hover:after {
        margin-left: 6px;
        width: 13px;
        opacity: 1
    }
}

.chart-wysiwyg__html .cta-button {
    box-sizing: border-box;
    min-height: 42px;
    display: -webkit-inline-flex;
    display: inline-flex;
    text-decoration: none;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-decoration: none;
    height: 42px;
    background-color: #ff4a64;
    width: 100%;
    max-width: 220px;
    text-align: center;
    vertical-align: center;
    border-radius: 4px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    transition: all 300ms ease
}

.chart-wysiwyg__html .cta-button.disabled {
    background-color: #d5d5d5;
    cursor: default;
    pointer-events: none
}

.chart-wysiwyg__html .cta-button:hover {
    background-color: #bc284b;
    transition: all 300ms ease;
    color: #ffffff
}

.chart-wysiwyg__html .cta-button--arrow:after {
    content: ' ';
    display: -webkit-inline-flex;
    display: inline-flex;
    width: 11px;
    height: 11px;
    font-size: 11px;
    line-height: 32px;
    margin-left: -6px;
    margin-top: 4px;
    position: relative;
    z-index: 0;
    opacity: 0;
    transition: all 300ms ease
}

.chart-wysiwyg__html .cta-button--arrow:hover:after {
    position: relative;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    margin-left: 6px;
    opacity: 1;
    transition: all 300ms ease
}

.chart-wysiwyg__html .cta-button.cta-yellow {
    background-color: #ffb401;
    color: #2d2d2d
}

.chart-wysiwyg__html .cta-button.cta-yellow:hover {
    background-color: #e59b1b;
    color: #2d2d2d
}

@media screen and (min-width: 768px) {
    .chart-wysiwyg__html .cta-button {
        font-size: 16px;
        line-height: 22px;
        font-weight: 700;
        color: #fff;
        width: 141px;
        height: 42px
    }

    .chart-wysiwyg__html .cta-button:after {
        content: '';
        display: -webkit-inline-flex;
        display: inline-flex;
        background-size: 13px 13px;
        width: 0;
        height: 13px;
        font-size: 13px;
        opacity: 0;
        transition: all 0.3s ease;
        padding-left: 6px;
        margin-left: -6px
    }


    .chart-wysiwyg__html .cta-button:hover:after {
        margin-left: 6px;
        width: 13px;
        opacity: 1
    }
}

@media screen and (min-width: 1000px) {
    .chart-wysiwyg__html {
        max-width: 635px
    }
}

@media screen and (max-width: 999px) {
    .chart-wysiwyg__html {
        max-width: 770px
    }

    .chart-wysiwyg__html img {
        max-width: 635px
    }
}

.chart-wysiwyg__html figcaption {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #797979
}

.chart-wysiwyg__html a {
    text-decoration: none;
    transition: color 0.2s linear
}

.chart-wysiwyg__html a[data-link-type='external'] {
    font-weight: 700;
    margin: 30px 0 30px 0
}

.chart-wysiwyg__html a:hover {
    text-decoration: none
}

.chart-wysiwyg__html table {
    border-spacing: 20px 0;
    padding: 10px 0 12px 0
}

.chart-wysiwyg__html table thead {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700
}

.chart-wysiwyg__html table tbody {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400
}

.chart-wysiwyg__html table tbody tr:first-of-type {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400
}

.chart-wysiwyg__html figure img {
    margin-bottom: 15px
}

.chart-wysiwyg__html figure img:only-child {
    margin-bottom: 40px
}

.chart-wysiwyg__html .youtube-lazy-loading {
    margin-bottom: 40px
}

.chart-wysiwyg__html .youtube-lazy-loading .loaded {
    object-fit: cover;
    margin: 0;
    width: 100%;
    height: 100%
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .chart-wysiwyg__html .product-cta-button-icon img {
        margin: 0
    }
}

.zip-code-search {
    display: block;
    width: 100%;
    box-sizing: border-box
}

@media screen and (min-width: 768px) {
    .zip-code-search {
        max-width: 476px;
        width: 100%;
        position: relative;
        z-index: 2;
        margin: 0;
        background: none;
        padding-top: 15px
    }
}

.zip-code-search__title {
    color: #ffffff;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: -0.1px;
    line-height: 34px;
    margin: 0;
    padding-bottom: 12px
}

@media screen and (min-width: 768px) {
    .zip-code-search__title {
        font-size: 18px;
        font-weight: 400;
        line-height: 28px
    }
}

.zip-code-search__description {
    display: none
}

@media screen and (max-width: 767px) {
    .zip-code-search__description {
        display: block;
        padding-top: 13px;
        font-size: 16px;
        line-height: 28px;
        font-weight: 400;
        color: #fff
    }

    .zip-code-search__description b {
        font-weight: 600
    }
}

.zip-code-search-localization {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 30px
}

@media screen and (max-width: 767px) {
    .zip-code-search-localization {
        padding: 20px 0
    }
}

@media screen and (min-width: 768px) {
    .zip-code-search-localization {
        position: relative;
        z-index: 2;
        margin: 0;
        background: none
    }
}

.zip-code-search-localization__title {
    color: #ffffff;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: -0.1px;
    line-height: 34px;
    margin: 0;
    padding-bottom: 12px
}

@media screen and (min-width: 768px) {
    .zip-code-search-localization__title {
        font-size: 18px;
        font-weight: 400;
        line-height: 28px
    }
}

.zip-code-search-localization__description {
    font-size: 16px;
    line-height: 21px;
    display: inline
}

@media screen and (max-width: 767px) {
    .zip-code-search-localization__description {
        width: 345px;
        font-size: 14px;
        padding-bottom: 20px
    }

    .zip-code-search-localization__description.show {
        color: #bc284b
    }
}

.zip-code-search-localization__message {
    max-width: 670px;
    padding-top: 52px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 16px
}

.zip-code-search-localization__warningIcon {
    display: none
}

.zip-code-search-localization__warningIcon.show {
    display: unset;
    padding-right: 4px
}

@media screen and (max-width: 767px) {
    .zip-code-search-localization__warningIcon.show {
        display: none
    }
}

.bg-search {
    position: absolute;
    z-index: 2;
    width: 100%;
    max-width: 738px;
    padding: 11px 12px 12px;
    margin: -163px 0 63px 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.32);
    background-color: #f5f5f5;
    box-sizing: border-box
}

.bg-search__title {
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    color: #2d2d2d;
    margin: 0 0 12px
}

.bg-search__title strong {
    font-weight: 600
}

.bg-search * {
    box-sizing: border-box
}

@media screen and (max-width: 767px) {
    .bg-search {
        display: none
    }
}

.bg-search-form__box {
    display: -webkit-flex;
    display: flex;
    margin: 0 -5px
}

.bg-search-form__input__wrap {
    min-width: calc((100% - 175px) / 3);
    -webkit-flex-basis: auto;
    flex-basis: auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding: 0 5px;
    position: relative
}

.bg-search-form__input__wrap ::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: #2d2d2d;
    height: inherit;
    line-height: inherit
}

.bg-search-form__input__wrap :-ms-input-placeholder {
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: #2d2d2d;
    height: inherit;
    line-height: inherit
}

.bg-search-form__input__wrap ::-ms-input-placeholder {
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: #2d2d2d;
    height: inherit;
    line-height: inherit
}

.bg-search-form__input__wrap ::placeholder {
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: #2d2d2d;
    height: inherit;
    line-height: inherit
}

.bg-search-form__input__wrap__state {
    position: relative
}

.bg-search-form__input__wrap__state:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 5px solid #adadad;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    top: 20px;
    right: 17px;
    -webkit-transform-origin: center;
    transform-origin: center;
    transition: all 0.2s ease;
    pointer-events: none
}

.bg-search-form__input__wrap__state.active:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border-top-color: #2d2d2d
}

.bg-search-form__input__wrap__state.active ::-webkit-input-placeholder {
    font-weight: 600
}

.bg-search-form__input__wrap__state.active :-ms-input-placeholder {
    font-weight: 600
}

.bg-search-form__input__wrap__state.active ::-ms-input-placeholder {
    font-weight: 600
}

.bg-search-form__input__wrap__state.active ::placeholder {
    font-weight: 600
}

.bg-search-form__input__wrap:last-child {
    min-width: 175px
}

.bg-search-form__input__wrap input,
.bg-search-form__input__wrap button,
.bg-search-form__input__wrap .bg-search-form__cta {
    width: 100%;
    height: 45px;
    padding: 0 9px
}

.bg-search-form__input__wrap .bg-search-form--state__dropdown__items {
    padding: 0;
    max-height: 124px;
    width: calc(100% - 10px);
    list-style: none;
    margin: 0;
    position: absolute;
    top: calc(45px - 3px);
    left: 5px;
    background-color: #fff;
    overflow-y: scroll;
    overflow-x: hidden;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 4px 5px rgba(21, 100, 191, 0.37);
    border: 1px solid #1789d5;
    display: none
}

.bg-search-form__input__wrap .bg-search-form--state__dropdown__items li {
    padding: 0 25px 0 9px;
    font-size: 16px;
    line-height: 34px;
    font-weight: 400;
    color: #2d2d2d;
    cursor: pointer;
    transition: background-color 0.3s ease
}

.bg-search-form__input__wrap .bg-search-form--state__dropdown__items li:hover {
    background-color: #eee
}

.bg-search-form__input__wrap input {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #2d2d2d;
    border: 1px solid #d5d5d5;
    background-color: #fff;
    padding: 9px 9px 12px;
    -webkit-appearance: none;
    border-radius: 4px;
    position: relative
}

.bg-search-form__input__wrap input.warning {
    border: 1px solid #cc0049;
    box-shadow: 0 0 5px rgba(204, 0, 73, 0.31)
}

.bg-search-form__input__wrap input:focus {
    border: 1px solid #1789d5;
    box-shadow: 0 0 5px rgba(21, 100, 191, 0.37);
    outline: none
}

.bg-search-form__input__wrap input.active+.bg-search-form--state__dropdown__items {
    display: block
}

.bg-search-form__input__wrap.warning input {
    border: 1px solid #cc0049;
    box-shadow: 0 0 5px rgba(204, 0, 73, 0.31)
}

.bg-search-form__input__wrap.warning input:focus {
    border: 1px solid #1789d5;
    box-shadow: 0 0 5px rgba(21, 100, 191, 0.37);
    outline: none
}

.bg-search-form__input__wrap.warning input.active+.bg-search-form--state__dropdown__items {
    display: none
}

.bg-search-form__input__wrap.warning [class*='__error'] {
    max-height: 12px;
    overflow: visible
}

.bg-search-form__input__wrap.warning.bg-search-form__input__wrap__state input {
    border-color: #d5d5d5
}

.bg-search-form__input__wrap.warning.bg-search-form__input__wrap__state [class*='__error'] {
    display: none
}

.bg-search-form__input__wrap button,
.bg-search-form__input__wrap .bg-search-form__cta {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-decoration: none;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 4px;
    padding-bottom: 3px;
    border: 1px solid #010233;
    background-color: #010233;
    font-size: 16px;
    line-height: 41px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease
}

.bg-search-form__input__wrap button span:after,
.bg-search-form__input__wrap .bg-search-form__cta span:after {
    content: '';
    display: -webkit-inline-flex;
    display: inline-flex;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 13px;
    height: 10px;
    transition: all 0.3s ease;
    margin-left: -9px;
    opacity: 0
}

.bg-search-form__input__wrap button:hover,
.bg-search-form__input__wrap .bg-search-form__cta:hover {
    background-color: #010233;
    color: #fff
}

.bg-search-form__input__wrap button:hover span:after,
.bg-search-form__input__wrap .bg-search-form__cta:hover span:after {
    margin-left: 5px;
    opacity: 1
}

.bg-search-form__input__wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.bg-search-form__error {
    display: block;
    max-height: 0;
    transition: max-height 0.3s ease-out;
    overflow: hidden;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 2px;
    letter-spacing: -0.07px;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    color: #cc0049;
    letter-spacing: -0.09px;
    position: relative;
    top: 2px
}

.bg-search-form__error:after {
    content: ' ';
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 4px;
    top: 1px;
    position: relative
}

.vertical-disc__container {
    padding: 24px 0
}

@media screen and (min-width: 1000px) {
    .vertical-disc__container {
        margin: 0 10px 0 15px
    }
}

@media screen and (max-width: 999px) {
    .vertical-disc__container {
        border-top: 1px solid #d5d5d5;
        border-bottom: 1px solid #d5d5d5;
        margin: 0 15px
    }
}

.vertical-disc__text {
    max-width: inherit
}

.show-toggle__container[data-toggle='false'] {
    cursor: default
}

.show-toggle__container[data-open='false'] .show-toggle__button {
    transition: opacity 0.25s ease-in;
    transition-delay: 0.1s
}

.show-toggle__container[data-open='false'] .show-toggle__button-more {
    visibility: visible;
    width: auto;
    height: auto
}

.show-toggle__container[data-open='false'] .show-toggle__button-less {
    visibility: hidden;
    transition: opacity 0.25s ease-out;
    width: 0;
    height: 0
}

.show-toggle__container[data-open='true'] .show-toggle__button-more {
    visibility: hidden;
    width: 0;
    height: 0
}

.show-toggle__container[data-open='true'] .show-toggle__button-less {
    visibility: visible;
    width: auto;
    height: auto
}

.show-toggle__content>span {
    padding-right: 5px
}

.show-toggle__active .show-toggle__wrapper {
    max-height: 150px;
    transition: max-height 0.4s ease-out
}

.show-toggle__active .show-toggle__button {
    padding: 0
}

.show-toggle__active .show-toggle__button-more {
    opacity: 0
}

.show-toggle__active .show-toggle__button-less {
    opacity: 1
}

.show-toggle__wrapper {
    max-height: 74px;
    overflow: hidden;
    transition: max-height 0.25s ease-in;
    font-size: 14px
}

.show-toggle__button {
    outline: none;
    position: relative;
    background: 0;
    border: 0;
    margin: 0;
    padding: 0;
    height: 13px;
    font-size: 14px;
    line-height: .01;
    font-weight: 600;
    color: #1789d5
}

.show-toggle__button-more {
    opacity: 1;
    display: block
}

.show-toggle__button-less {
    opacity: 0;
    display: block
}

.show-toggle__button:first-letter {
    text-transform: capitalize
}

.show-toggle__button--screen {
    display: none
}

.chart__cross {
    width: 100%;
    position: relative;
    padding-top: 50px
}

@media screen and (min-width: 1000px) {
    .chart__cross:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 15px;
        right: 5px;
        border-top: 1px solid #d5d5d5
    }
}

@media screen and (min-width: 1000px) {
    .chart__cross .chart {
        margin-bottom: 60px
    }
}

@media screen and (max-width: 999px) {
    .chart__cross:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 15px;
        right: 15px;
        border-top: 1px solid #d5d5d5
    }
}

.chart__cross__title {
    margin: 0 15px 18px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #2d2d2d
}

.chart__cross__title span {
    color: #ff4a64
}

@media screen and (max-width: 375px) {
    .chart__cross__title {
        margin-bottom: 20px
    }
}

.pedestal {
    background-color: #f5f5f5;
    position: relative;
    width: 100%;
    max-width: 1170px;
    margin: 0 15px 35px
}

.pedestal,
.pedestal * {
    box-sizing: border-box
}

@media screen and (max-width: 999px) {
    .pedestal {
        max-width: 100%
    }
}

@media screen and (max-width: 767px) {
    .pedestal {
        margin: 0 0 5px;
        background-color: #ffffff
    }
}

.pedestal .product-score {
    -webkit-align-self: flex-end;
    align-self: flex-end;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    margin-bottom: 20px
}

.pedestal .product-score * {
    box-sizing: border-box
}

.pedestal .product-score__text {
    margin-right: 6px;
    text-transform: capitalize;
    text-align: end;
    width: 100px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    color: #1564bf
}

@media screen and (max-width: 767px) {
    .pedestal .product-score__text {
        font-size: 14px;
        margin-right: 5px;
        width: initial;
        line-height: 15px
    }
}

@media screen and (max-width: 374px) {
    .pedestal .product-score__text {
        display: none
    }
}

.pedestal .product-score__number {
    padding-bottom: 2px;
    box-sizing: border-box;
    background-color: #1564bf;
    border-radius: 4px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 40px;
    height: 30px;
    font-size: 22px;
    line-height: 18px;
    font-weight: 700;
    color: #fff
}

@media screen and (max-width: 767px) {
    .pedestal .product-score:not(.real-score):not(.display-wording) .product-score__text {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .pedestal .product-score {
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0;
        -webkit-align-self: center;
        align-self: center
    }

    .pedestal .product-score:not(.visible) .real-score__card {
        display: none
    }

    .pedestal .product-score .product-score__number {
        border-radius: 4px;
        font-size: 22px;
        padding-bottom: 0;
        letter-spacing: -0.2px;
        width: 40px;
        height: 28px
    }
}

.pedestal .real-score {
    height: 30px;
    margin-bottom: 20px;
    transition: height 0.3s ease;
    position: relative;
    cursor: default
}

.pedestal .real-score .product-score__number {
    font-size: 22px;
    transition: -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 40px;
    height: 30px
}

.pedestal .real-score .product-score__text {
    font-size: 16px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    transition: opacity 0.24s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.24s ease, transform 0.3s ease;
    transition: opacity 0.24s ease, transform 0.3s ease, -webkit-transform 0.3s ease
}

@media screen and (max-width: 767px) {
    .pedestal .real-score .product-score__text {
        font-size: 14px
    }
}

.pedestal .real-score .product-score__mobile-tooltip {
    box-sizing: border-box;
    position: absolute;
    background-color: white;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    z-index: 1;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 3px 7px;
    bottom: calc(100% + 6px);
    visibility: hidden;
    right: -10px;
    opacity: 0;
    transition: opacity 0.3s ease-in;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: #2d2d2d;
    width: 110px;
    height: 32px
}

.pedestal .real-score .product-score__mobile-tooltip>div {
    width: 100%
}

.pedestal .real-score .product-score__mobile-tooltip:after,
.pedestal .real-score .product-score__mobile-tooltip:before {
    left: 0;
    right: -52px;
    top: auto;
    bottom: -10px;
    margin: auto;
    border: solid transparent;
    content: ' ';
    position: absolute;
    pointer-events: none;
    z-index: 2;
    width: 0;
    height: 0
}

.pedestal .real-score .product-score__mobile-tooltip:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: white;
    border-width: 5px
}

.pedestal .real-score .product-score__mobile-tooltip:before {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #e2e2e2;
    border-width: 5px;
    bottom: -11px
}

.pedestal .real-score .product-score__mobile-tooltip.fade-tooltip {
    -webkit-animation: fade-in-out-tooltip ease-in forwards;
    animation: fade-in-out-tooltip ease-in forwards;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 7.6s;
    animation-duration: 7.6s
}

.pedestal .real-score .product-score__desktop-tooltip-v1 {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    white-space: nowrap;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #797979
}

.pedestal .real-score .product-score__desktop-tooltip-v1-wrapper {
    position: relative;
    display: block;
    height: 16px;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-animation-name: dt-tooltip-appear, dt-tooltip-disappear;
    animation-name: dt-tooltip-appear, dt-tooltip-disappear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2s, 12s;
    animation-delay: 2s, 12s;
    -webkit-animation-duration: 300ms, 300ms;
    animation-duration: 300ms, 300ms
}

.pedestal .real-score .product-score__desktop-tooltip-v1:after {
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    width: 7px;
    height: 7px;
    display: inline-block;
    margin-left: 3px
}

.pedestal .real-score .product-score__desktop-tooltip-v2 {
    width: 15px;
    height: 15px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    color: #1564bf;
    position: absolute;
    top: -7.5px;
    right: -7.5px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #e7eff8;
    border-radius: 50%;
    padding-bottom: 1px;
    opacity: 0;
    -webkit-animation-name: dt-qmark-tooltip-scale-in, dt-qmark-tooltip-scale-out;
    animation-name: dt-qmark-tooltip-scale-in, dt-qmark-tooltip-scale-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2s, 12s;
    animation-delay: 2s, 12s;
    -webkit-animation-duration: 300ms, 300ms;
    animation-duration: 300ms, 300ms
}

.pedestal .real-score .product-score__desktop-tooltip-v2:after {
    content: '?'
}

.pedestal .real-score .product-score__desktop-tooltip-v4 {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    white-space: nowrap;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #797979
}

.pedestal .real-score .product-score__desktop-tooltip-v4-wrapper {
    position: relative;
    display: block;
    height: 16px;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-animation-name: dt-tooltip-disappear;
    animation-name: dt-tooltip-disappear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms
}

.pedestal .real-score .product-score__desktop-tooltip-v4:after {
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    width: 7px;
    height: 7px;
    display: inline-block;
    margin-left: 3px
}

.pedestal .real-score__card {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 0;
    right: -10px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    z-index: 2;
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 235px;
    height: auto
}

@media screen and (min-width: 1200px) {
    .pedestal .real-score__card {
        transition: all 0.3s ease
    }
}

.pedestal .real-score__card__close-button {
    display: none
}

.pedestal .real-score__card__header {
    display: none
}

.pedestal .real-score__card__cta {
    display: none
}

.pedestal .real-score__card__items {
    list-style: none;
    padding: 0;
    margin: 0
}

.pedestal .real-score__card__item {
    display: -webkit-flex;
    display: flex;
    padding: 14px 10px 12px;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@media screen and (min-width: 1200px) {
    .pedestal .real-score__card__item:nth-child(even) {
        background-color: #f5f5f5
    }

    .pedestal .real-score__card__item:nth-of-type(1) {
        -webkit-animation-delay: .1s;
        animation-delay: .1s
    }

    .pedestal .real-score__card__item:nth-of-type(2) {
        -webkit-animation-delay: .2s;
        animation-delay: .2s
    }

    .pedestal .real-score__card__item:nth-of-type(3) {
        -webkit-animation-delay: .3s;
        animation-delay: .3s
    }

    .pedestal .real-score__card__item:nth-of-type(4) {
        -webkit-animation-delay: .4s;
        animation-delay: .4s
    }
}

.pedestal .real-score__card__item:not(.enhanced) {
    -webkit-align-items: center;
    align-items: center
}

.pedestal .real-score__card__icon {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-right: 5px;
    width: 17px;
    height: 17px
}

.pedestal .real-score__card__info {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-right: 10px;
    width: 100%
}

.pedestal .real-score__card__info--title {
    font-size: 14px;
    line-height: 15px;
    font-weight: 600;
    color: #1564bf
}

.pedestal .real-score__card__info--highlight {
    margin-top: 3px;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: #2d2d2d
}

.pedestal .real-score__card__info--highlight span {
    font-weight: 600
}

.pedestal .real-score__card__info--highlight span:last-child:before,
.pedestal .real-score__card__info--highlight span:first-child:after {
    content: ' '
}

@media screen and (max-width: 1200px) {
    .pedestal .real-score__card__info--highlight {
        font-size: 14px;
        line-height: 18px
    }
}

.pedestal .real-score__card__score {
    background-color: #1564bf;
    margin-left: auto;
    border-radius: 4px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #fff;
    width: 25px;
    height: 16px
}

.pedestal .real-score__card__score.blank {
    padding-bottom: 2px
}

.pedestal .real-score__card__link {
    text-decoration: none;
    -webkit-align-self: center;
    align-self: center;
    margin-left: auto;
    padding: 7px 5px 7px 0;
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    transition: color 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: #797979
}

@media screen and (min-width: 1200px) {
    .pedestal .real-score__card__link:hover {
        color: #2d2d2d
    }
}

@media screen and (max-width: 1200px) {
    .pedestal .real-score__card__items {
        background-color: #f5f5f5
    }

    .pedestal .real-score__card__item:nth-of-type(1) {
        -webkit-animation-delay: .125s;
        animation-delay: .125s
    }

    .pedestal .real-score__card__item:nth-of-type(2) {
        -webkit-animation-delay: .1875s;
        animation-delay: .1875s
    }

    .pedestal .real-score__card__item:nth-of-type(3) {
        -webkit-animation-delay: .25s;
        animation-delay: .25s
    }

    .pedestal .real-score__card__item:nth-of-type(4) {
        -webkit-animation-delay: .3125s;
        animation-delay: .3125s
    }

    .pedestal .real-score__card__close-button {
        border: 0;
        position: absolute;
        z-index: 22;
        top: 0;
        right: 0;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        background-color: white;
        opacity: 0;
        -webkit-animation-delay: .5s;
        animation-delay: .5s;
        border-radius: 50%;
        -webkit-transform: scale(0) translate(50%, -50%);
        transform: scale(0) translate(50%, -50%);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
        padding: 2px 4px;
        width: 40px;
        height: 40px;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-duration: 0.2s;
        animation-duration: 0.2s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1
    }

    .pedestal .real-score__card__close-button--svg {
        fill: #1564bf;
        width: 13px;
        height: 13px
    }

    .pedestal .real-score__card__header {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0;
        border-radius: 10px 10px 0 0;
        text-decoration: none;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-duration: 0.2s;
        animation-duration: 0.2s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1
    }

    .pedestal .real-score__card__cta {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        padding: 15px;
        background-color: white;
        opacity: 0;
        -webkit-animation-delay: .375s;
        animation-delay: .375s;
        border-radius: 0 0 10px 10px;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-duration: 0.2s;
        animation-duration: 0.2s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1
    }

    .pedestal .real-score__card__cta .cta-button {
        box-sizing: border-box;
        min-height: 42px;
        display: -webkit-inline-flex;
        display: inline-flex;
        text-decoration: none;
        display: inline-flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        text-decoration: none;
        height: 42px;
        background-color: #ff4a64;
        width: 100%;
        max-width: 220px;
        text-align: center;
        vertical-align: center;
        border-radius: 4px;
        font-size: 16px;
        line-height: 22px;
        font-weight: 700;
        color: #fff;
        transition: all 300ms ease
    }

    .pedestal .real-score__card__cta .cta-button.disabled {
        background-color: #d5d5d5;
        cursor: default;
        pointer-events: none
    }

    .pedestal .real-score__card__cta .cta-button:hover {
        background-color: #bc284b;
        transition: all 300ms ease;
        color: #ffffff
    }

    .pedestal .real-score__card__cta .cta-button--arrow:after {
        content: ' ';
        display: -webkit-inline-flex;
        display: inline-flex;
        width: 11px;
        height: 11px;
        font-size: 11px;
        line-height: 32px;
        margin-left: -6px;
        margin-top: 4px;
        position: relative;
        z-index: 0;
        opacity: 0;
        transition: all 300ms ease
    }

    .pedestal .real-score__card__cta .cta-button--arrow:hover:after {
        position: relative;
        -webkit-animation-direction: normal;
        animation-direction: normal;
        margin-left: 6px;
        opacity: 1;
        transition: all 300ms ease
    }

    .pedestal .real-score__card__cta .cta-button.cta-yellow {
        background-color: #ffb401;
        color: #2d2d2d
    }

    .pedestal .real-score__card__cta .cta-button.cta-yellow:hover {
        background-color: #e59b1b;
        color: #2d2d2d
    }
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
    .pedestal .real-score__card__cta .cta-button {
        font-size: 16px;
        line-height: 22px;
        font-weight: 700;
        color: #fff;
        width: 141px;
        height: 42px
    }

    .pedestal .real-score__card__cta .cta-button:after {
        content: '';
        display: -webkit-inline-flex;
        display: inline-flex;
        background-size: 13px 13px;
        width: 0;
        height: 13px;
        font-size: 13px;
        opacity: 0;
        transition: all 0.3s ease;
        padding-left: 6px;
        margin-left: -6px
    }


    .pedestal .real-score__card__cta .cta-button:hover:after {
        margin-left: 6px;
        width: 13px;
        opacity: 1
    }
}

@media screen and (max-width: 1200px) {
    .pedestal .real-score__card__cta .cta-button:after {
        content: '';
        display: -webkit-inline-flex;
        display: inline-flex;
        background-size: 13px 13px;
        font-size: 13px;
        opacity: 1;
        transition: all 0.3s ease;
        padding-left: 6px;
        margin-left: 6px;
        width: 13px;
        height: 13px
    }


    .pedestal .real-score__card__cta .cta-button {
        max-width: unset;
        width: 100%
    }

    .pedestal .real-score__card__link {
        -webkit-animation-delay: .4375s;
        animation-delay: .4375s
    }
}

@media screen and (min-width: 1200px) {
    .pedestal .real-score.tooltip-animation:hover:before {
        content: ' ';
        position: absolute;
        top: 5px;
        right: -10px;
        background-color: transparent;
        z-index: 1;
        width: 10px;
        height: 39px
    }

    .pedestal .real-score.tooltip-animation:hover .product-score__number {
        -webkit-transform: scale(1.32) translate(-16%, 16%) translateZ(0);
        transform: scale(1.32) translate(-16%, 16%) translateZ(0)
    }

    .pedestal .real-score.tooltip-animation:hover .product-score__text {
        opacity: 0;
        -webkit-transform: translate(50%, 0);
        transform: translate(50%, 0)
    }

    .pedestal .real-score.tooltip-animation:hover .product-score__desktop-tooltip-v2 {
        visibility: hidden
    }

    .pedestal .real-score.tooltip-animation:hover .real-score__card {
        opacity: 1;
        visibility: visible
    }

    .pedestal .real-score.tooltip-animation:hover .real-score__card__item {
        -webkit-animation-name: score-item-appear;
        animation-name: score-item-appear
    }

    .pedestal .real-score.tooltip-animation:hover .real-score__card__link {
        -webkit-animation-name: score-item-appear;
        animation-name: score-item-appear
    }
}

@media screen and (max-width: 767px) {
    .pedestal .real-score {
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0;
        -webkit-align-self: center;
        align-self: center
    }

    .pedestal .real-score:not(.visible) .real-score__card {
        display: none
    }

    .pedestal .real-score .product-score__number {
        border-radius: 4px;
        font-size: 22px;
        padding-bottom: 0;
        letter-spacing: -0.2px;
        width: 40px;
        height: 28px
    }
}

@media screen and (max-width: 1200px) {
    .pedestal .real-score.visible .real-score__card {
        transition: opacity 0.3s ease;
        position: fixed;
        z-index: 26;
        border-radius: 10px;
        top: 50%;
        left: 50%;
        width: 80vw;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 1;
        visibility: visible
    }

    .pedestal .real-score.visible .real-score__card__items {
        padding: 12px 15px
    }

    .pedestal .real-score.visible .real-score__card__item {
        -webkit-animation-name: score-item-appear;
        animation-name: score-item-appear;
        padding: 0;
        background-color: transparent
    }

    .pedestal .real-score.visible .real-score__card__item:not(:last-child) {
        margin-bottom: 20px
    }

    .pedestal .real-score.visible .real-score__card__header {
        padding: 15px;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
        background-color: transparent;
        -webkit-animation-name: score-item-appear;
        animation-name: score-item-appear
    }

    .pedestal .real-score.visible .real-score__card__header .product-score__number {
        padding-bottom: 4px;
        width: 53px;
        height: 40px;
        font-size: 29px;
        line-height: 24px;
        font-weight: 700;
        color: #fff
    }
}

@media screen and (max-width: 1200px) and (max-width: 1200px) {
    .pedestal .real-score.visible .real-score__card .logo__container {
        display: -webkit-inline-flex;
        display: inline-flex;
        overflow: hidden;
        -webkit-align-self: flex-start;
        align-self: flex-start
    }
}

@media screen and (max-width: 1200px) and (max-width: 1200px) and (max-width: 767px) {
    .pedestal .real-score.visible .real-score__card .logo__container {
        margin-left: 10px;
        -webkit-align-self: center;
        align-self: center
    }
}

@media screen and (max-width: 1200px) and (max-width: 1200px) {
    .pedestal .real-score.visible .real-score__card .logo__image {
        display: -webkit-flex;
        display: flex;
        -webkit-align-self: flex-start;
        align-self: flex-start;
        max-width: 130px;
        max-height: 50px
    }
}

@media screen and (max-width: 1200px) and (max-width: 1200px) and (min-width: 1000px) {
    .pedestal .real-score.visible .real-score__card .logo__image--large {
        max-width: 150px;
        max-height: 58px
    }
}

@media screen and (max-width: 1200px) and (max-width: 1200px) and (max-width: 767px) {
    .pedestal .real-score.visible .real-score__card .logo__image {
        -webkit-align-self: center;
        align-self: center
    }
}

@media screen and (max-width: 1200px) and (max-width: 1200px) {
    .pedestal .real-score.visible .real-score__card .logo__container {
        -webkit-align-self: center;
        align-self: center;
        margin: 0
    }
}

@media screen and (max-width: 1200px) {
    .pedestal .real-score.visible .real-score__card__score {
        background-color: rgba(21, 100, 191, 0.1);
        width: 39px;
        height: 32px;
        font-size: 16px;
        line-height: 15px;
        font-weight: 600;
        color: #1564bf
    }

    .pedestal .real-score.visible .real-score__card__close-button {
        -webkit-animation-name: score-close-button-appear;
        animation-name: score-close-button-appear
    }

    .pedestal .real-score.visible .real-score__card__cta {
        -webkit-animation-name: score-item-appear;
        animation-name: score-item-appear
    }

    .pedestal .real-score.visible .real-score__card__link {
        padding: 17px 0;
        margin: 0;
        position: absolute;
        left: 0;
        bottom: -50px;
        -webkit-animation-name: score-item-appear;
        animation-name: score-item-appear
    }

    .pedestal .real-score.visible .real-score__card__link--text {
        background-color: rgba(0, 0, 0, 0.5);
        padding: 5px 9px;
        font-size: 14px;
        line-height: 15px;
        font-weight: 400;
        color: #fff;
        width: 145px;
        height: 25px
    }
}

.pedestal .trophy-score .product-score__number {
    width: 54px;
    height: 30px
}

@media screen and (max-width: 767px) {
    .pedestal .trophy-score .product-score__number {
        width: 55px;
        height: 28px
    }
}

.pedestal .trophy-score .chart-product__trophy {
    width: auto;
    height: auto;
    -webkit-align-self: auto;
    align-self: auto;
    background-color: transparent
}

.pedestal .trophy-score .chart-product__trophy .trophy-icon {
    fill: #ffb401;
    margin-right: 2px
}

@media screen and (max-width: 767px) {
    .pedestal .trophy-score .chart-product__trophy .trophy-icon {
        width: 14px;
        height: 14px;
        margin-right: 3px
    }
}

.pedestal .trophy-score.visible .real-score__card__header .product-score__number {
    width: 80px;
    height: 40px
}

.pedestal .trophy-score.visible .real-score__card__header .chart-product__trophy {
    margin-right: 5px;
    margin-top: 4px
}

.pedestal .trophy-score.visible .real-score__card__header .chart-product__trophy .trophy-icon {
    width: 21px;
    height: 21px
}

.pedestal .phone {
    font-size: 10px;
    line-height: 13px;
    font-weight: 600;
    color: #ff4a64;
    position: relative;
    text-decoration: none;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    border: none;
    padding: 0
}

.pedestal .phone:before {
    content: none
}

.pedestal .phone__mobile--button {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #ff4a64;
    border-radius: 4px;
    color: #ffffff;
    background-color: #ff4a64;
    width: 100%;
    height: 40px;
    position: relative;
    transition: background-color 0.3s ease
}

@media screen and (min-width: 768px) {
    .pedestal .phone__mobile--button:hover {
        background-color: #bc284b;
        border-color: #bc284b
    }
}

.pedestal .phone__mobile--button:before {
    content: ' ';
    width: 15px;
    height: 15px;
    fill: white;
    display: block;
    margin-right: 5px;
    transition: background-image 0.3s
}

.pedestal .phone__mobile--number {
    width: 100%;
    text-align: center;
    margin-top: 5px;
    letter-spacing: -0.09;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    color: #797979
}

.pedestal .phone .tapToCall {
    display: -webkit-flex;
    display: flex;
    position: relative;
    transition: color 0.3s;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: #fff
}

.pedestal .phone__container {
    display: -webkit-flex;
    display: flex;
    width: 50%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin-left: 10px
}

.pedestal .phone__container:only-child {
    margin-left: 0;
    margin-right: 0
}

.pedestal .phone .phone-visual-nudge:after {
    display: inline-block;
    margin-left: 6px;
    border-radius: 15px;
    content: '';
    background: #09a789;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    width: 8px;
    height: 8px
}

.pedestal .phone__container {
    width: 100%;
    margin-left: 0;
    padding: 0 5px 5px 5px;
    -webkit-flex-grow: unset;
    flex-grow: unset
}

.pedestal .phone__mobile--number {
    display: none
}

@media screen and (max-width: 767px) {
    .pedestal.mobile-card {
        margin-top: 10px;
        margin-bottom: 0
    }
}

@media screen and (max-width: 359px) {
    .pedestal.mobile-card {
        display: none
    }
}

.pedestal_title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #2d2d2d;
    position: absolute;
    top: 15px;
    left: 15px;
    max-width: 270px
}

@media screen and (max-width: 767px) {
    .pedestal_title {
        position: relative;
        top: 0;
        margin-bottom: 14px;
        max-width: 100%
    }
}

.pedestal_container {
    padding: 15px
}

.pedestal_products {
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    position: relative
}

.pedestal_product {
    width: 100%;
    position: relative;
    display: -webkit-flex;
    display: flex;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media screen and (max-width: 767px) {
    .pedestal_product_promo {
        display: none
    }
}

.pedestal_product_promo_list {
    margin: 9px 0 0 0;
    padding: 0;
    list-style: none;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    width: 100%
}

.pedestal_product_promo_list li {
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding: 0 0 0 27px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #2d2d2d;
    min-height: 21px;
    width: 100%
}

.pedestal_product_promo_list li:not(:last-of-type) {
    margin-bottom: 2px
}

.pedestal_product_promo_list li:before {
    box-sizing: border-box;
    content: ' ';
    background-image: url("cb4a1f30141f5112e15d6b1922ce38cd5f716454.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px 12px;
    font-size: 21px;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin-left: -30px;
    margin-right: 4px;
    width: 21px;
    height: 21px
}

.pedestal_product_promo_list li {
    font-size: 14px
}

.pedestal_product_promo_list li:not(:last-of-type) {
    margin-bottom: 5px
}

@media screen and (max-width: 767px) {
    .pedestal_product {
        -webkit-justify-content: space-between;
        justify-content: space-between
    }
}

.pedestal_product_ribbon {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    font-size: 14px;
    line-height: 33px;
    font-weight: 600;
    color: #fff;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: #035d4c
}

@media screen and (max-width: 767px) {
    .pedestal_product_ribbon {
        display: none
    }
}

.pedestal_product_header {
    border-bottom: 1px solid #e2e2e2;
    height: 66px;
    min-height: 66px;
    -webkit-flex-direction: row;
    flex-direction: row;
    display: -webkit-flex;
    display: flex
}

@media screen and (max-width: 767px) {
    .pedestal_product_header {
        border-bottom: none;
        border-top: 2px solid #010233;
        padding-top: 20px;
        -webkit-flex-direction: column;
        flex-direction: column;
        height: auto;
        min-height: 30px;
        -webkit-justify-content: center;
        justify-content: center
    }
}

.pedestal_product_body {
    padding: 10px 15px 10px;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

@media screen and (max-width: 767px) {
    .pedestal_product_body {
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;
        padding: 5px 15px 5px
    }
}

.pedestal_product_body_logo {
    max-width: 90px;
    max-height: 35px
}

.pedestal_product_index {
    width: 45px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    border-right: 1px solid #e2e2e2;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex
}

@media screen and (max-width: 767px) {
    .pedestal_product_index {
        height: 35px;
        width: 35px;
        position: absolute;
        top: -17px;
        left: 50%;
        margin-left: -17px;
        border-right: 0
    }
}

.pedestal_product_index:empty {
    display: none
}

.pedestal_product_index_value {
    font-size: 32px;
    line-height: 32px;
    font-weight: 400;
    color: #010233
}

@media screen and (max-width: 767px) {
    .pedestal_product_index_value {
        font-size: 22px;
        border: 1px solid #010233;
        background-color: #ffffff;
        height: 100%;
        width: 100%;
        border-radius: 50%;
        text-align: center
    }
}

.pedestal_product_info {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 15px 0 10px
}

@media screen and (max-width: 767px) {
    .pedestal_product_info {
        -webkit-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (max-width: 320px) {
    .pedestal_product_info {
        padding: 0 8px 0 10px
    }
}

.pedestal_product_favicon img {
    width: auto;
    max-height: 30px
}

@media screen and (max-width: 767px) {
    .pedestal_product_favicon {
        display: -webkit-flex;
        display: flex
    }
}

.pedestal_product_name {
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    color: #2d2d2d;
    text-align: center
}

@media screen and (max-width: 767px) {
    .pedestal_product_name {
        display: -webkit-flex;
        display: flex
    }
}

.pedestal_product_logo {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.pedestal_product_logo img {
    width: auto;
    height: auto;
    max-height: 50px;
    max-width: 130px;
    vertical-align: middle
}

.pedestal_product_logo .pedestal_product_favicon img {
    max-height: 30px;
    margin-right: 5px
}

.pedestal_product_logo .pedestal_product_name {
    font-size: 18px;
    text-align: left
}

@media screen and (max-width: 767px) {
    .pedestal_product_logo {
        display: none
    }
}

.pedestal_product_score {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    position: relative
}

.pedestal_product_score .product-score {
    margin-bottom: 0
}

.pedestal_product_score .product-score__text {
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    color: #1564bf;
    white-space: nowrap
}

@media screen and (max-width: 999px) {
    .pedestal_product_score .product-score__text {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .pedestal_product_score .product-score__text {
        width: 100%;
        height: 30px;
        font-size: 14px;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        position: relative;
        margin-right: 0
    }
}

@media screen and (max-width: 320px) {
    .pedestal_product_score .product-score__text {
        font-size: 13px
    }
}

.pedestal_product_score:not(.is-score-ui) .product-score__number {
    display: none
}

@media screen and (max-width: 767px) {
    .pedestal_product_score.is-score-ui {
        margin-top: -9px
    }
}

@media screen and (max-width: 767px) {
    .pedestal_product_score.is-score-ui .product-score {
        -webkit-flex-direction: column;
        flex-direction: column
    }

    .pedestal_product_score.is-score-ui .product-score__text {
        -webkit-order: 2;
        order: 2
    }

    .pedestal_product_score.is-score-ui .product-score__number {
        -webkit-order: 1;
        order: 1;
        margin-bottom: 5px
    }
}

@media screen and (max-width: 767px) {
    .pedestal_product_score:after {
        content: '';
        display: block;
        width: 70px;
        height: 2px;
        background-color: #f5f5f5;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -35px
    }
}

.pedestal_link {
    display: -webkit-flex;
    display: flex;
    text-decoration: none;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    transition: all 200ms ease-in-out;
    cursor: pointer;
    width: calc((100% - 37.75%) / 2);
    position: absolute;
    bottom: 0
}

.pedestal_link .cta-button {
    box-sizing: border-box;
    min-height: 42px;
    display: -webkit-inline-flex;
    display: inline-flex;
    text-decoration: none;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-decoration: none;
    height: 42px;
    background-color: #ff4a64;
    width: 100%;
    max-width: 220px;
    text-align: center;
    vertical-align: center;
    border-radius: 4px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    transition: all 300ms ease
}

.pedestal_link .cta-button.disabled {
    background-color: #d5d5d5;
    cursor: default;
    pointer-events: none
}

.pedestal_link .cta-button:hover {
    background-color: #bc284b;
    transition: all 300ms ease;
    color: #ffffff
}

.pedestal_link .cta-button--arrow:after {
    content: ' ';
    display: -webkit-inline-flex;
    display: inline-flex;
    width: 11px;
    height: 11px;
    font-size: 11px;
    line-height: 32px;
    margin-left: -6px;
    margin-top: 4px;
    position: relative;
    z-index: 0;
    opacity: 0;
    transition: all 300ms ease
}

.pedestal_link .cta-button--arrow:hover:after {
    position: relative;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    margin-left: 6px;
    opacity: 1;
    transition: all 300ms ease
}

.pedestal_link .cta-button.cta-yellow {
    background-color: #ffb401;
    color: #2d2d2d
}

.pedestal_link .cta-button.cta-yellow:hover {
    background-color: #e59b1b;
    color: #2d2d2d
}

@media screen and (min-width: 768px) {
    .pedestal_link .cta-button {
        font-size: 16px;
        line-height: 22px;
        font-weight: 700;
        color: #fff;
        width: 141px;
        height: 42px
    }

    .pedestal_link .cta-button:after {
        content: '';
        display: -webkit-inline-flex;
        display: inline-flex;
        background-size: 13px 13px;
        width: 0;
        height: 13px;
        font-size: 13px;
        opacity: 0;
        transition: all 0.3s ease;
        padding-left: 6px;
        margin-left: -6px
    }


    .pedestal_link .cta-button:hover:after {
        margin-left: 6px;
        width: 13px;
        opacity: 1
    }
}

.pedestal_link .cta-button {
    width: auto;
    max-width: 100%;
    margin: 6px 15px 15px 15px;
    line-height: 18px;
    padding-bottom: 1px
}

@media screen and (max-width: 767px) {
    .pedestal_link .cta-button {
        margin: 0 5px 5px 5px
    }
}

@media screen and (max-width: 999px) {
    .pedestal_link {
        width: calc((100% - 39.5%) / 2)
    }
}

@media screen and (max-width: 767px) {
    .pedestal_link {
        width: calc((100% - 42.1%) / 2)
    }
}

.pedestal_link:hover .cta-button {
    box-sizing: border-box;
    min-height: 42px;
    display: -webkit-inline-flex;
    display: inline-flex;
    text-decoration: none;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-decoration: none;
    height: 42px;
    background-color: #ff4a64;
    width: 100%;
    max-width: 220px;
    text-align: center;
    vertical-align: center;
    border-radius: 4px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    transition: all 300ms ease
}

.pedestal_link:hover .cta-button.disabled {
    background-color: #d5d5d5;
    cursor: default;
    pointer-events: none
}

.pedestal_link:hover .cta-button:hover {
    background-color: #bc284b;
    transition: all 300ms ease;
    color: #ffffff
}

.pedestal_link:hover .cta-button--arrow:after {
    content: ' ';
    display: -webkit-inline-flex;
    display: inline-flex;
    width: 11px;
    height: 11px;
    font-size: 11px;
    line-height: 32px;
    margin-left: -6px;
    margin-top: 4px;
    position: relative;
    z-index: 0;
    opacity: 0;
    transition: all 300ms ease
}

.pedestal_link:hover .cta-button--arrow:hover:after {
    position: relative;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    margin-left: 6px;
    opacity: 1;
    transition: all 300ms ease
}

.pedestal_link:hover .cta-button.cta-yellow {
    background-color: #ffb401;
    color: #2d2d2d
}

.pedestal_link:hover .cta-button.cta-yellow:hover {
    background-color: #e59b1b;
    color: #2d2d2d
}

@media screen and (min-width: 768px) {
    .pedestal_link:hover .cta-button {
        font-size: 16px;
        line-height: 22px;
        font-weight: 700;
        color: #fff;
        width: 141px;
        height: 42px
    }

    .pedestal_link:hover .cta-button:after {
        content: '';
        display: -webkit-inline-flex;
        display: inline-flex;
        background-size: 13px 13px;
        width: 0;
        height: 13px;
        font-size: 13px;
        opacity: 0;
        transition: all 0.3s ease;
        padding-left: 6px;
        margin-left: -6px
    }


    .pedestal_link:hover .cta-button:hover:after {
        margin-left: 6px;
        width: 13px;
        opacity: 1
    }
}

.pedestal_link:hover .cta-button:after {
    content: '';
    display: -webkit-inline-flex;
    display: inline-flex;
    background-size: 13px 13px;
    font-size: 13px;
    opacity: 1;
    transition: all 0.3s ease;
    padding-left: 6px;
    margin-left: 6px;
    width: 13px;
    height: 13px
}


.pedestal_link:hover .cta-button {
    width: auto;
    max-width: 100%;
    margin: 6px 15px 15px 15px;
    line-height: 18px;
    padding-bottom: 1px
}

@media screen and (max-width: 767px) {
    .pedestal_link:hover .cta-button {
        margin: 0 5px 5px 5px
    }
}

@media screen and (min-width: 768px) {
    .pedestal_link:hover {
        -webkit-transform: translate(0, -5px);
        transform: translate(0, -5px);
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25)
    }
}

.pedestal_link:nth-child(2) {
    -webkit-order: 1;
    order: 1;
    height: 70%;
    left: 0
}

.pedestal_link:nth-child(2) .pedestal_product_promo_list [data-exclude='true'] {
    color: #aaa
}

.pedestal_link:nth-child(2) .pedestal_product_promo_list [data-exclude='true']:before {
    display: none
}

.pedestal_link:nth-child(2) .pedestal_product_promo_list [data-exclude='true'] i {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin-left: -30px;
    margin-right: 4px;
    width: 21px;
    height: 21px
}

@media screen and (max-width: 767px) {
    .pedestal_link:nth-child(2) {
        height: 170px
    }
}

.pedestal_link:nth-child(3) {
    -webkit-order: 3;
    order: 3;
    height: 64%;
    right: 0
}

.pedestal_link:nth-child(3) .pedestal_product_promo_list [data-exclude='true'] {
    color: #aaa
}

.pedestal_link:nth-child(3) .pedestal_product_promo_list [data-exclude='true']:before {
    display: none
}

.pedestal_link:nth-child(3) .pedestal_product_promo_list [data-exclude='true'] i {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin-left: -30px;
    margin-right: 4px;
    width: 21px;
    height: 21px
}

@media screen and (max-width: 767px) {
    .pedestal_link:nth-child(3) {
        height: 140px
    }
}

.pedestal_link:nth-child(1) {
    -webkit-order: 2;
    order: 2;
    width: calc(37.75% - 30px);
    height: 100%;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    position: relative
}

@media screen and (max-width: 999px) {
    .pedestal_link:nth-child(1) {
        width: calc(39.5% - 30px)
    }
}

@media screen and (max-width: 767px) {
    .pedestal_link:nth-child(1) {
        width: calc(42.1% - 28px);
        height: 250px
    }
}

@media screen and (max-width: 375px) {
    .pedestal_link:nth-child(1) {
        width: calc(42.1% - 16px);
        height: 240px
    }
}

.pedestal_link:nth-child(1) .pedestal_product {
    border: 1px solid #035d4c
}

@media screen and (max-width: 767px) {
    .pedestal_link:nth-child(1) .pedestal_product {
        border: none
    }
}

.pedestal_link:nth-child(1) .pedestal_product_name {
    font-size: 16px
}

@media screen and (max-width: 767px) {
    .pedestal_link:nth-child(1) .pedestal_product .pedestal_product_index:before {
        content: '';
        display: block;
        width: 22px;
        height: 22px;
        background-color: #1564bf;
        position: absolute;
        bottom: -16px;
        left: 50%;
        margin-left: -11px
    }
}

@media screen and (max-width: 767px) {
    .pedestal_link:nth-child(1) .pedestal_product .pedestal_product_index:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-bottom: 10px solid #ffffff;
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        position: absolute;
        bottom: -16px;
        left: 50%;
        margin-left: -11px
    }
}

@media screen and (max-width: 767px) {
    .pedestal_link:nth-child(1) .pedestal_product .pedestal_product_index_value {
        z-index: 3
    }
}

@media screen and (max-width: 767px) {
    .pedestal_link:nth-child(1) .pedestal_product .pedestal_product_index_value:after {
        content: '';
        display: block;
        position: absolute;
        top: -2px;
        right: -2px;
        bottom: -2px;
        left: -2px;
        border-radius: 50%;
        border: 2px solid #1564bf
    }
}

@media screen and (max-width: 767px) {
    .pedestal_link:nth-child(1) .pedestal_product .pedestal_product_score:not(.is-score-ui) {
        margin-top: 18px
    }
}

.pedestal_link:nth-child(1) .pedestal_product .pedestal_product_score .product-score__number {
    font-size: 22px;
    width: 40px;
    height: 28px
}

@media screen and (max-width: 767px) {
    .pedestal_link:nth-child(1) .pedestal_product .pedestal_product_score .product-score__number {
        margin-bottom: 9px
    }
}

.pedestal_link:nth-child(1) .pedestal_product .pedestal_product_logo img {
    max-height: 50px;
    max-width: 130px
}

.pedestal_link:nth-child(1) .pedestal_product .pedestal_product_logo .pedestal_product_favicon img {
    max-height: 30px
}

.pedestal_link:nth-child(1) .pedestal_product .pedestal_product_logo .pedestal_product_name {
    font-size: 20px;
    font-weight: 700;
    text-align: left
}

.pedestal[data-missed] {
    display: none
}

@media screen and (max-width: 767px) {
    .pedestal .product-score:not(.real-score):not(.display-wording) .product-score__text {
        display: -webkit-flex;
        display: flex
    }
}

.bottom3 {
    width: 100%;
    padding-bottom: 20px;
    position: relative
}

.bottom3,
.bottom3 * {
    box-sizing: border-box
}

.bottom3 ::-webkit-scrollbar {
    width: 0;
    background: transparent
}

@media screen and (min-width: 768px) {
    .bottom3 {
        padding-bottom: 37px
    }
}

@media screen and (min-width: 1000px) {
    .bottom3 {
        padding-top: 60px;
        margin: 0 10px 0 15px
    }

    .bottom3:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: -5px;
        border-top: 1px solid #d5d5d5
    }
}

.bottom3__title {
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    color: #2d2d2d;
    margin: 0 15px 4px
}

@media screen and (min-width: 1000px) {
    .bottom3__title {
        margin-left: 5px
    }
}

.bottom3__container {
    padding: 12px 0;
    width: 100%
}

@media screen and (min-width: 1000px) {
    .bottom3__container {
        margin-right: -15px;
        width: auto
    }
}

.bottom3__products {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding-left: 15px
}

@media screen and (min-width: 768px) {
    .bottom3__products {
        overflow-x: hidden;
        -webkit-overflow-scrolling: auto
    }
}

@media screen and (min-width: 1000px) {
    .bottom3__products {
        padding-left: 5px
    }
}

.bottom3__product {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width: 768px) {
    .bottom3__product {
        cursor: pointer
    }
}

.bottom3__product__body {
    padding: 9px 10px 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: space-between;
    align-content: space-between;
    width: 100%;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 2;
    flex-grow: 2
}

.bottom3__product-picture {
    height: 0;
    overflow: hidden;
    position: relative;
    padding-top: 43%
}

@media screen and (min-width: 768px) {
    .bottom3__product-picture {
        padding-top: 35%
    }
}

@media screen and (min-width: 1000px) {
    .bottom3__product-picture {
        padding-top: 42%
    }
}

@media screen and (min-width: 1200px) {
    .bottom3__product-picture {
        padding-top: 31%
    }
}

.bottom3__product-picture-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center;
    background-size: cover
}

.bottom3__product-info {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 5px;
    height: 34px
}

.bottom3__product-icon {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    display: flex;
    height: 30px
}

.bottom3__product-icon img {
    max-width: 30px;
    max-height: 30px
}

.bottom3__product-name {
    padding-left: 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #2d2d2d
}

.bottom3__product__copy {
    margin-bottom: 14px;
    max-height: 42px;
    overflow: hidden;
    -webkit-flex-grow: 2;
    flex-grow: 2
}

.bottom3__product__copy-text {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    color: #2d2d2d
}

.bottom3__product .phone__container .phone {
    position: relative;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    color: #ff4a64;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-decoration: none;
    padding: 0 3px;
    transition: 0.3s linear
}

@media screen and (min-width: 768px) {
    .bottom3__product .phone__container .phone {
        border: 1px solid #ff4a64;
        border-radius: 4px;
        width: 100%
    }
}

.bottom3__product .phone__container .phone .phone-visual-nudge:after {
    display: inline-block;
    margin-left: 6px;
    border-radius: 15px;
    content: ' ';
    background: #09a789;
    -webkit-transform: scale(1.1) translate(0, -1.5px);
    transform: scale(1.1) translate(0, -1.5px);
    width: 8px;
    height: 8px
}

.bottom3__product .phone__container .phone .phone-visual-nudge__tooltip {
    display: none
}

.bottom3__product .phone__container .phone .formatted-number {
    padding-bottom: 2px;
    color: inherit
}

.bottom3__product .phone__container .phone:before {
    transition: background-image 0.3s;
    content: ' ';
    background-size: 11px 11px;
    width: 13px;
    font-size: 14px;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin-right: 5px
}

@media screen and (max-width: 767px) {
    .bottom3__product .phone__container .phone:before {
        width: 14px
    }
}

.bottom3__product .phone__container .phone__container {
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    border: 1px solid #ff4a64;
    margin: 5px 0 0 0;
    min-height: 30px;
    width: 141px;
    border-radius: 4px
}

.bottom3__product .phone__container .phone:hover {
    color: #bc284b;
    border: 1px solid #bc284b
}

.bottom3__product .phone__container .phone:hover:before {
    background-size: 11px 11px
}

@media screen and (min-width: 1000px) {
    .bottom3__product .phone__container .phone .phone-visual-nudge__tooltip {
        pointer-events: none;
        visibility: hidden;
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 100%;
        margin-left: 13px;
        background: #ffffff;
        transition: all 0.3s ease;
        opacity: 0;
        width: 70px;
        padding: 13px 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
        border-radius: 6px;
        font-size: 12px;
        line-height: 15px;
        font-weight: 400;
        color: #2d2d2d
    }

    .bottom3__product .phone__container .phone:hover .phone-visual-nudge__tooltip {
        visibility: visible;
        opacity: 1
    }
}

.bottom3__product .phone__container .phone {
    border: 1px solid;
    height: 25px;
    border-radius: 4px;
    line-height: 21px;
    font-weight: 700;
    padding: 0
}

.bottom3__product .phone__container .phone:before {
    height: 100%
}

.bottom3__product .phone__container .phone__mobile--number {
    display: none
}

.bottom3__link {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    text-decoration: none;
    transition: all 200ms ease-in-out;
    width: 212px;
    padding: 7px 14px 7px 0
}

.bottom3__link .cta-button {
    box-sizing: border-box;
    min-height: 42px;
    display: -webkit-inline-flex;
    display: inline-flex;
    text-decoration: none;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-decoration: none;
    height: 42px;
    background-color: #ff4a64;
    width: 100%;
    max-width: 220px;
    text-align: center;
    vertical-align: center;
    border-radius: 4px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    transition: all 300ms ease
}

.bottom3__link .cta-button.disabled {
    background-color: #d5d5d5;
    cursor: default;
    pointer-events: none
}

.bottom3__link .cta-button:hover {
    background-color: #bc284b;
    transition: all 300ms ease;
    color: #ffffff
}

.bottom3__link .cta-button--arrow:after {
    content: ' ';
    display: -webkit-inline-flex;
    display: inline-flex;
    width: 11px;
    height: 11px;
    font-size: 11px;
    line-height: 32px;
    margin-left: -6px;
    margin-top: 4px;
    position: relative;
    z-index: 0;
    opacity: 0;
    transition: all 300ms ease
}

.bottom3__link .cta-button--arrow:hover:after {
    position: relative;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    margin-left: 6px;
    opacity: 1;
    transition: all 300ms ease
}

.bottom3__link .cta-button.cta-yellow {
    background-color: #ffb401;
    color: #2d2d2d
}

.bottom3__link .cta-button.cta-yellow:hover {
    background-color: #e59b1b;
    color: #2d2d2d
}

@media screen and (min-width: 768px) {
    .bottom3__link .cta-button {
        font-size: 16px;
        line-height: 22px;
        font-weight: 700;
        color: #fff;
        width: 141px;
        height: 42px
    }

    .bottom3__link .cta-button:after {
        content: '';
        display: -webkit-inline-flex;
        display: inline-flex;
        background-size: 13px 13px;
        width: 0;
        height: 13px;
        font-size: 13px;
        opacity: 0;
        transition: all 0.3s ease;
        padding-left: 6px;
        margin-left: -6px
    }


    .bottom3__link .cta-button:hover:after {
        margin-left: 6px;
        width: 13px;
        opacity: 1
    }
}

.bottom3__link .cta-button {
    min-height: 25px;
    max-width: 100%;
    line-height: 21px;
    font-size: 14px;
    width: 100%;
    height: 25px
}

.bottom3__link .cta-button:after {
    background-size: cover;
    width: 4px;
    height: 10px
}

.bottom3__link:last-child {
    margin-right: 0
}

@media screen and (min-width: 768px) {
    .bottom3__link:not(:focus):hover .cta-button {
        box-sizing: border-box;
        min-height: 42px;
        display: -webkit-inline-flex;
        display: inline-flex;
        text-decoration: none;
        display: inline-flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        text-decoration: none;
        height: 42px;
        background-color: #ff4a64;
        width: 100%;
        max-width: 220px;
        text-align: center;
        vertical-align: center;
        border-radius: 4px;
        font-size: 16px;
        line-height: 22px;
        font-weight: 700;
        color: #fff;
        transition: all 300ms ease
    }

    .bottom3__link:not(:focus):hover .cta-button.disabled {
        background-color: #d5d5d5;
        cursor: default;
        pointer-events: none
    }

    .bottom3__link:not(:focus):hover .cta-button:hover {
        background-color: #bc284b;
        transition: all 300ms ease;
        color: #ffffff
    }

    .bottom3__link:not(:focus):hover .cta-button--arrow:after {
        content: ' ';
        display: -webkit-inline-flex;
        display: inline-flex;
        width: 11px;
        height: 11px;
        font-size: 11px;
        line-height: 32px;
        margin-left: -6px;
        margin-top: 4px;
        position: relative;
        z-index: 0;
        opacity: 0;
        transition: all 300ms ease
    }

    .bottom3__link:not(:focus):hover .cta-button--arrow:hover:after {
        position: relative;
        -webkit-animation-direction: normal;
        animation-direction: normal;
        margin-left: 6px;
        opacity: 1;
        transition: all 300ms ease
    }

    .bottom3__link:not(:focus):hover .cta-button.cta-yellow {
        background-color: #ffb401;
        color: #2d2d2d
    }

    .bottom3__link:not(:focus):hover .cta-button.cta-yellow:hover {
        background-color: #e59b1b;
        color: #2d2d2d
    }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
    .bottom3__link:not(:focus):hover .cta-button {
        font-size: 16px;
        line-height: 22px;
        font-weight: 700;
        color: #fff;
        width: 141px;
        height: 42px
    }

    .bottom3__link:not(:focus):hover .cta-button:after {
        content: '';
        display: -webkit-inline-flex;
        display: inline-flex;
        background-size: 13px 13px;
        width: 0;
        height: 13px;
        font-size: 13px;
        opacity: 0;
        transition: all 0.3s ease;
        padding-left: 6px;
        margin-left: -6px
    }


    .bottom3__link:not(:focus):hover .cta-button:hover:after {
        margin-left: 6px;
        width: 13px;
        opacity: 1
    }
}

@media screen and (min-width: 768px) {
    .bottom3__link:not(:focus):hover .cta-button:after {
        content: '';
        display: -webkit-inline-flex;
        display: inline-flex;
        background-size: 13px 13px;
        font-size: 13px;
        opacity: 1;
        transition: all 0.3s ease;
        padding-left: 6px;
        margin-left: 6px;
        width: 13px;
        height: 13px
    }


    .bottom3__link:not(:focus):hover .cta-button {
        min-height: 25px;
        max-width: 100%;
        line-height: 21px;
        font-size: 14px;
        width: 100%;
        height: 25px;
        background-color: #bc284b;
        pointer-events: none
    }

    .bottom3__link:not(:focus):hover .cta-button:after {
        background-size: cover;
        width: 4px;
        height: 10px
    }
}

@media screen and (min-width: 700px) {
    .bottom3__link {
        width: 33.3%
    }
}

@media screen and (max-width: 767px) {

    [data-collapsed='true']+.bottom3,
    [data-collapsed='true']+script+.bottom3,
    [data-collapsed='true']+script+div:empty+.bottom3 {
        padding-top: 35px
    }
}

.hwcl {
    display: -webkit-flex;
    display: flex;
    padding: 20px 15px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #d5d5d5;
    background: #fff;
    margin-bottom: 10px
}

.hwcl__header {
    display: block;
    width: 100%;
    font-size: 30px;
    line-height: 37px;
    font-weight: 600;
    color: #2d2d2d
}

.hwcl__header__text {
    display: inline;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit
}

.hwcl__header__text--alt {
    display: inline;
    color: #ff4a64
}

.hwcl__body {
    display: block;
    margin-top: 30px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #2d2d2d
}

.hwcl__body b {
    font-weight: 600
}

@media screen and (min-width: 1000px) {
    .hwcl {
        padding: 20px 30px
    }
}

.prequalification-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: rgba(23, 23, 23, 0.8);
    z-index: 36;
    opacity: 0;
    -webkit-animation: wrapper-fade-in 0.1s forwards;
    animation: wrapper-fade-in 0.1s forwards;
    width: 100%;
    height: 100vh;
    transition: opacity 0.3s linear
}

.prequalification-wrapper button {
    cursor: pointer;
    transition: 0.3s ease;
    outline: none
}

.prequalification-wrapper.show {
    display: -webkit-flex;
    display: flex
}

.prequalification-content {
    position: relative;
    background-color: #f5f5f5;
    overflow: hidden;
    border-radius: 7px;
    width: 696px;
    height: auto
}

.prequalification-content .ninja-loader {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: 10;
    width: 100%;
    height: 90%
}

.prequalification-content .ninja-loader .content {
    grid-template-rows: unset;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 100%;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-content: center;
    align-content: center;
    width: 100%;
    height: 100%
}

.prequalification-content .ninja-loader .searching {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    color: #ff4a64
}

.prequalification-content .ninja-loader.active {
    display: block;
    -webkit-animation: wrapper-fade-in 0.5s ease forwards;
    animation: wrapper-fade-in 0.5s ease forwards;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s
}

.prequalification__close-btn {
    position: absolute;
    z-index: 1;
    top: 14px;
    right: 14px;
    font-size: 18px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation: preq_element-slide-in 0.3s linear forwards;
    animation: preq_element-slide-in 0.3s linear forwards;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    width: 14px;
    height: 14px
}


.prequalification__close-btn.hide {
    animation: preq_element-slide-in 0.3s linear reverse
}

@-webkit-keyframes preq_element-slide-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes preq_element-slide-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes wrapper-fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes wrapper-fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.prequalification-step {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-animation: preq_step-slide-in 0.3s linear forwards;
    animation: preq_step-slide-in 0.3s linear forwards;
    min-height: 389px
}

.prequalification-step__content {
    display: -webkit-flex;
    display: flex;
    position: relative;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding: 33px 40px 66px;
    opacity: 1;
    transition: opacity 0.5s ease
}

.prequalification-step__content.hide {
    opacity: 0
}

.prequalification-step[data-visible='false'] {
    display: none
}

.prequalification-step__question {
    margin: -7px 0 33px;
    font-size: 26px;
    font-weight: 700;
    color: #2d2d2d;
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation: preq_element-slide-in 0.3s linear forwards;
    animation: preq_element-slide-in 0.3s linear forwards;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.prequalification-step__additional-text {
    background: white;
    height: 44px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #171717;
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation: preq_element-slide-in 0.3s linear forwards;
    animation: preq_element-slide-in 0.3s linear forwards;
    -webkit-animation-delay: .25s;
    animation-delay: .25s
}

.prequalification-step__answers-list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation: preq_element-slide-in 0.3s linear forwards;
    animation: preq_element-slide-in 0.3s linear forwards;
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.prequalification-step__answer {
    width: 175px;
    height: 150px;
    position: relative;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    background-color: white;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 7px;
    padding: 10px;
    transition: all 0.2s linear;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    color: #171717
}

.prequalification-step__answer-icon {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.2s linear;
    pointer-events: none;
    margin-bottom: 12px
}

.prequalification-step__answer-icon[data-icon='1'] {
    width: 65px;
    height: 38px
}

.prequalification-step__answer-icon[data-icon='2'] {
    width: 66px;
    height: 51px
}

.prequalification-step__answer-icon[data-icon='3'] {
    width: 100px;
    height: 65px
}

.prequalification-step__answer:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px)
}

.prequalification-step__answer:hover .prequalification-step__answer-value:not(.hover) {
    opacity: 0
}

.prequalification-step__answer:hover .prequalification-step__answer-value.hover {
    opacity: 1
}




.prequalification-step__answer[data-selected='true'] {
    border-color: #ff4a64;
    color: #ff4a64;
    font-weight: 600
}

.prequalification-step__answer[data-selected='true'] .prequalification-step__answer-value:not(.hover) {
    opacity: 1
}

.prequalification-step__answer[data-selected='true'] .prequalification-step__answer-value.hover {
    opacity: 0
}




.prequalification-step__answer[data-selected='true']:before {
    opacity: 1
}

.prequalification-step__answer-value {
    pointer-events: none;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    bottom: 7px;
    transition: color 0.1s linear;
    width: 85px;
    height: 34px
}

.prequalification-step__answer-value.hover {
    opacity: 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: #2d2d2d
}

.prequalification-step__answer:before {
    content: '';
    background-repeat: no-repeat;
    background-color: #ff4a64;
    background-size: 10px;
    background-position: center;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 10px;
    opacity: 0;
    transition: all 0.1s linear;
    width: 20px;
    height: 20px
}

@-webkit-keyframes preq_step-slide-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes preq_step-slide-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes preq_logo-scale-in {
    from {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes preq_logo-scale-in {
    from {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

html:before {
    content:'{"x-small": 320, "small": 375, "medium": 767, "large": 999,"x-large": 1200}';
    visibility: hidden;
    display: -webkit-flex;
    display: flex;
    max-height: 0
}

.rating__stars {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 35px
}

.rating__stars--main {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 40px;
    margin-top: 20px
}

.rating__star {
    width: 55px;
    height: 55px;
    position: relative;
    box-sizing: border-box
}

.rating__star--full {
    fill: #e2e2e2
}

.rating__star--outline {
    fill: white;
    stroke: #e2e2e2
}

.rating__star--hide {
    display: none
}

.rating__star .rating__left-side,
.rating__star .rating__right-side {
    box-sizing: border-box;
    width: 27.5px;
    height: 55px;
    position: absolute;
    top: 0;
    left: 0
}

.rating__star .rating__right-side {
    left: initial;
    right: 0
}

.rating__star--selected {
    fill: #ffb401
}

.rating__category--title {
    font-size: 16px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 12px
}

.visitor-review-agg {
    position: relative;
    margin-bottom: 15px
}

.visitor-review-agg__product-name {
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: 15px;
    margin-top: 0
}

.visitor-review-agg .rating__container--parent {
    position: relative;
    cursor: pointer
}

@media screen and (min-width: 1000px) {
    .visitor-review-agg .rating__container--parent:hover .visitor-review-agg__stars-modal {
        pointer-events: initial;
        display: inherit;
        opacity: 1;
        z-index: 2;
        cursor: initial
    }
}

.visitor-review-agg .visitor-review-agg__stars-modal:hover {
    pointer-events: initial;
    display: inherit;
    opacity: 1;
    z-index: 2
}

.visitor-review-agg__overview {
    -webkit-align-items: center;
    align-items: center;
    height: 25px;
    display: -webkit-flex;
    display: flex
}

@media screen and (min-width: 1000px) {
    .visitor-review-agg__overview:hover .visitor-review-agg__stars-modal {
        pointer-events: initial;
        display: inherit;
        opacity: 1;
        z-index: 2
    }
}

.visitor-review-agg__overview .rating__stars {
    width: 115px;
    margin-right: 10px;
    margin-bottom: 0
}

.visitor-review-agg__overview .rating__stars .rating__star {
    width: 22px;
    height: 22px
}

.visitor-review-agg__overview .visitor-review-agg__count {
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    color: #1789d5;
    cursor: pointer
}

.visitor-review-agg__overview .visitor-review-agg__count--reviews-only:before {
    width: 20px;
    height: 18px;
    content: ' ';
    display: -webkit-inline-flex;
    display: inline-flex;
    position: relative;
    top: 5px;
    left: -2px;
    margin-right: 4px
}

.visitor-review-agg__border-bottom {
    width: 60px;
    height: 1px;
    display: block;
    border-bottom: 1px solid #d5d5d5;
    padding-top: 20px
}

.visitor-review-agg__stars-modal {
    width: 283px;
    height: 223px;
    display: none;
    top: 35px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    padding: 13px 15px 5px 15px;
    border: 1px solid #e2e2e2;
    position: absolute;
    background-color: white;
    box-sizing: border-box;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease-in-out
}

.visitor-review-agg__stars-modal .visitor-review-agg__header {
    font-size: 14px;
    font-weight: 600
}

.visitor-review-agg__stars-modal .visitor-review-agg__sub-categories {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-top: 8px
}

.visitor-review-agg__stars-modal .visitor-review-agg__sub-categories--col {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column
}

.visitor-review-agg__stars-modal .visitor-review-agg__sub-categories .rating__container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: 25px
}

.visitor-review-agg__stars-modal .visitor-review-agg__sub-categories .rating__container .rating__category {
    font-weight: 400;
    color: #797979;
    margin-bottom: 5px
}

.visitor-review-agg__stars-modal .visitor-review-agg__sub-categories .rating__container .rating__category--title {
    margin-top: 0;
    font-size: 14px;
    font-weight: 400
}

.visitor-review-agg__stars-modal .visitor-review-agg__sub-categories .rating__container .rating__stars {
    width: 49%;
    margin-bottom: 0
}

.visitor-review-agg__stars-modal .visitor-review-agg__sub-categories .rating__container .rating__stars .rating__star {
    width: 17px;
    height: 16px
}

@media screen and (min-width: 768px) {

    .visitor-review-agg__stars-modal:hover,
    .visitor-review-agg__overview:hover+.visitor-review-agg__stars-modal {
        display: inherit;
        opacity: 1;
        pointer-events: initial
    }
}

@media screen and (max-width: 999px) {
    .visitor-review-agg__overview {
        cursor: initial
    }
}

.visitor-review-agg__container {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.visitor-review-agg__stars-modal.show-modal {
    display: inherit;
    opacity: 1;
    pointer-events: initial
}

.visitor-review-agg__stars-modal:after {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    margin-left: -10px;
    top: 3px;
    left: 21%;
    box-sizing: border-box;
    border: 7px solid;
    border-color: transparent transparent white white;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    box-shadow: -4px 4px 3px -3px rgba(0, 0, 0, 0.25)
}

.visitor-review-agg__footer {
    width: 100%;
    height: 50px;
    cursor: pointer;
    position: absolute;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    left: 0;
    bottom: 0;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 15px;
    background-color: #f5f5f5
}

.visitor-review-agg__footer .visitor-review-agg__write-review-cta {
    height: 25px;
    outline: none;
    background-color: #1789d5;
    color: white;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    border-color: transparent;
    border-radius: 4px
}

.visitor-review-agg__footer .visitor-review-agg__anchor--read-reviews {
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    color: #1789d5;
    transition: color 0.3s linear;
    text-decoration: none
}

.visitor-review-agg__footer .visitor-review-agg__anchor--read-reviews:hover {
    color: #1564bf
}

.visitor-review-agg__footer a {
    text-decoration: none
}

.visitor-review-agg__review-link--text:hover {
    color: #1564bf
}

.user-profile__profile-button {
    position: relative;
    margin-left: -1px
}

.user-profile__profile-icon-button {
    border: 0;
    cursor: pointer;
    outline: none;
    padding: 0;
    background: none;
    margin: 0 18px 0 auto
}

@media screen and (min-width: 1000px) {
    .user-profile__profile-icon-button {
        margin: 2px 1px 0 43px
    }
}

.user-profile__profile-icon-button img {
    border-radius: 50%
}

.user-profile__profile-icon-button__picture {
    width: 25px;
    height: 25px
}

.user-profile__profile-icon-button__icon {
    width: 25px;
    height: 25px;
    fill: #010233
}

@media screen and (min-width: 1000px) {
    .user-profile__profile-icon-button__icon:hover {
        fill: #ff4a64
    }
}

@media screen and (min-width: 1000px) {
    .user-profile__profile-icon-button.clicked>.user-profile__profile-icon-button__icon {
        fill: #ff4a64
    }
}

@media screen and (max-width: 999px) {
    .user-profile__profile-icon-button.clicked>.user-profile__profile-icon-button__icon {
        fill: #010233
    }
}

.user-profile__button {
    font-size: 15px;
    line-height: 21px;
    font-weight: 700;
    color: #010233;
    width: 100px;
    height: 25px;
    border-radius: 3px;
    border: 1px solid #010233;
    background-color: white;
    cursor: pointer;
    outline: none;
    padding: 0 0 1px 0;
    transition: all 0.3s ease
}

@media screen and (max-width: 999px) {
    .user-profile__button {
        width: 70px;
        height: 25px
    }
}

@media screen and (min-width: 1000px) {
    .user-profile__button {
        padding: 0 0 1px 13px
    }

    .user-profile__button:after {
        content: '';
        display: -webkit-inline-flex;
        display: inline-flex;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 13px;
        height: 10px;
        transition: all 0.3s ease;
        opacity: 0
    }

    .user-profile__button:hover {
        background-color: #010233;
        color: white;
        padding-left: 0
    }

    .user-profile__button:hover:after {
        margin-left: 5px;
        opacity: 1
    }
}

@media screen and (max-width: 999px) {
    .user-profile__button--log-out {
        width: 100px;
        height: 25px
    }
}

.user-profile__profile-menu {
    width: 182px;
    height: 95px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    z-index: 25;
    overflow: hidden;
    padding: 15px 10px 20px 10px;
    right: 0;
    top: 47px;
    box-sizing: border-box
}

@media screen and (max-width: 999px) {
    .user-profile__profile-menu {
        width: 205px;
        height: 100px;
        border-radius: 3px;
        right: -28px;
        top: 43px
    }
}

.user-profile__profile-menu__email {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #797979;
    max-width: 158px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 17px;
    height: 17px
}

@media screen and (max-width: 999px) {
    .user-profile__profile-menu__email {
        max-width: 180px
    }
}

.user-profile__profile-menu__log-out {
    position: relative
}

.user-profile__profile-menu__triangle {
    width: 17px;
    height: 17px;
    position: absolute;
    background-color: white;
    top: 35px;
    right: 22px;
    z-index: 25;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    box-shadow: 5px 6px 8px rgba(0, 0, 0, 0.1)
}

@media screen and (min-width: 1000px) {
    .user-profile__profile-menu__triangle {
        display: none
    }
}

.user-profile .hidden {
    display: none
}

.user-profile .disabled-button {
    pointer-events: none;
    opacity: 0.6
}

.user-profile .disabled {
    pointer-events: none
}

input:-webkit-autofill {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s
}

.user-registration {
    width: 301px;
    min-height: 572px;
    border-radius: 7px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    overflow: hidden
}

@media screen and (min-width: 321px) {
    .user-registration {
        width: 345px;
        min-height: 525px
    }
}

@media screen and (min-width: 768px) {
    .user-registration {
        width: 502px;
        min-height: 571px
    }
}

.user-registration__header {
    position: relative;
    height: 125px;
    background-color: #010233;
    display: -webkit-flex;
    display: flex;
    overflow: hidden
}

@media screen and (min-width: 321px) {
    .user-registration__header {
        height: 133px
    }
}

@media screen and (min-width: 768px) {
    .user-registration__header {
        height: 155px
    }
}

.user-registration__header__image {
    height: 103px;
    top: 23%;
    border-radius: 7px 7px 0 0;
    position: absolute;
    left: 26%
}

@media screen and (min-width: 321px) {
    .user-registration__header__image {
        left: 33%
    }
}

@media screen and (min-width: 768px) {
    .user-registration__header__image {
        height: 138px;
        top: 14%;
        left: 46%
    }
}

.user-registration__header__text {
    position: absolute;
    top: 0;
    color: white;
    margin: 29px 0 20px 15px
}

@media screen and (min-width: 321px) {
    .user-registration__header__text {
        margin-left: 20px
    }
}

@media screen and (min-width: 768px) {
    .user-registration__header__text {
        margin: 32px 0 0 40px
    }
}

.user-registration__header__title {
    position: relative;
    font-size: 20px;
    line-height: 29px;
    width: 200px;
    top: -13px;
    font-weight: 700
}

@media screen and (min-width: 321px) {
    .user-registration__header__title {
        width: 238px;
        top: -9px;
        font-size: 22px
    }
}

@media screen and (min-width: 768px) {
    .user-registration__header__title {
        width: 280px;
        line-height: 27px
    }
}

.user-registration__header__description {
    position: relative;
    font-size: 16px;
    width: 200px;
    margin-top: 5px;
    font-weight: 400
}

@media screen and (min-width: 768px) {
    .user-registration__header__description {
        margin-top: 0;
        width: 166px
    }
}

.user-registration__header__description--smb {
    width: 228px
}

.user-registration__header-write-review {
    position: relative;
    background-color: #010233;
    height: 125px
}

@media screen and (min-width: 321px) {
    .user-registration__header-write-review {
        height: 133px
    }
}

@media screen and (min-width: 768px) {
    .user-registration__header-write-review {
        height: 155px
    }
}

.user-registration__header-write-review__image {
    width: 123%;
    height: 100%;
    left: -20%;
    top: -1px;
    background-color: #010233;
    border-radius: 7px 7px 0 0;
    position: absolute
}

@media screen and (min-width: 768px) {
    .user-registration__header-write-review__image {
        left: -12%
    }
}

.user-registration__header-write-review__text {
    position: absolute;
    top: 0;
    margin: 45px 0 20px 20px;
    color: white
}

@media screen and (min-width: 768px) {
    .user-registration__header-write-review__text {
        margin: 46px 0 20px 44px
    }
}

.user-registration__header-write-review__title {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.2px;
    line-height: 29px;
    max-width: 184px;
    top: -26px
}

@media screen and (min-width: 321px) {
    .user-registration__header-write-review__title {
        max-width: 200px;
        top: -9px
    }
}

@media screen and (min-width: 768px) {
    .user-registration__header-write-review__title {
        font-weight: 700;
        width: 240px;
        line-height: 27px
    }
}

.user-registration__header-write-review__description {
    position: relative;
    font-size: 16px;
    width: 200px;
    margin-top: 5px;
    font-weight: 400
}

@media screen and (min-width: 768px) {
    .user-registration__header-write-review__description {
        margin-top: 8px;
        width: 166px
    }
}

.user-registration.quiz-reg .social-login {
    padding-top: 1px
}

.user-registration.quiz-reg .social-login__header {
    margin-top: 0
}

.user-registration__close {
    background-color: transparent
}

.user-registration__close__icon {
    width: 14px;
    height: 14px;
    fill: white
}

@media screen and (min-width: 768px) {
    .user-registration__close.registration {
        margin: 10px
    }
}

.user-registration__content {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    padding: 0 15px 23px 15px
}

@media screen and (min-width: 321px) {
    .user-registration__content {
        padding: 0 20px 23px 20px
    }
}

@media screen and (min-width: 768px) {
    .user-registration__content {
        padding: 0 40px 6px 40px
    }
}

.user-registration__content--smb {
    padding-top: 20px
}

@media screen and (max-width: 767px) {
    .user-registration__content--smb {
        padding-top: 0
    }
}

.user-registration__content--smb .user-registration__form__row.checkbox-row,
.user-registration__content--smb .user-registration__form__newsletters.checkbox-row {
    margin-top: 45px
}

@media screen and (max-width: 767px) {

    .user-registration__content--smb .user-registration__form__row.checkbox-row,
    .user-registration__content--smb .user-registration__form__newsletters.checkbox-row {
        margin-top: 15px
    }
}

.user-registration__form {
    margin-bottom: 7px
}

@media screen and (min-width: 321px) {
    .user-registration__form {
        margin-bottom: 11px
    }
}

@media screen and (min-width: 768px) {
    .user-registration__form {
        margin-bottom: 14px
    }
}

.user-registration__form__row {
    width: 100%;
    height: 40px;
    margin-top: 4px
}

@media screen and (min-width: 321px) {
    .user-registration__form__row {
        margin-top: 15px;
        height: 45px
    }
}

.user-registration__form__row.checkbox-row {
    height: auto;
    margin-top: 13px
}

@media screen and (min-width: 321px) {
    .user-registration__form__row.checkbox-row {
        margin-top: 0
    }
}

.user-registration__form__row.submit {
    margin-top: 15px
}

@media screen and (min-width: 321px) {
    .user-registration__form__row.submit {
        margin-top: 22px
    }
}

.user-registration__form__row.password {
    margin-top: 17px
}

@media screen and (min-width: 321px) {
    .user-registration__form__row.password {
        margin-top: 21px
    }
}

@media screen and (min-width: 768px) {
    .user-registration__form__row {
        margin-top: 22px
    }

    .user-registration__form__row.password {
        margin-top: 20px
    }

    .user-registration__form__row.submit {
        margin-top: 23px
    }

    .user-registration__form__row.checkbox-row {
        margin-top: 15px
    }
}

.user-registration__form__row-error {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #bc284b;
    width: 100%;
    margin-top: 5px;
    max-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis
}

.user-registration__form__row-error__icon-container {
    position: relative;
    top: 1px;
    margin-left: 4px
}

.user-registration__form__row-error__icon {
    width: 15px;
    height: 13px;
    position: relative;
    top: 1px;
    margin-left: 4px
}

.user-registration__form__input {
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #2d2d2d;
    box-sizing: border-box;
    position: absolute;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
    background-color: #f5f5f5;
    outline: none;
    padding: 0 0 2px 40px
}

.user-registration__form__input input::-webkit-input-placeholder {
    font-family: inherit;
    font-size: 16px;
    color: #797979
}

.user-registration__form__input input:-ms-input-placeholder {
    font-family: inherit;
    font-size: 16px;
    color: #797979
}

.user-registration__form__input input::-ms-input-placeholder {
    font-family: inherit;
    font-size: 16px;
    color: #797979
}

.user-registration__form__input input::placeholder {
    font-family: inherit;
    font-size: 16px;
    color: #797979
}

.user-registration__form__input.password {
    padding-bottom: 3px
}

.user-registration__form__input:focus {
    box-shadow: 0 0 5px rgba(21, 100, 191, 0.5);
    border: 1px solid #1789d5
}

.user-registration__form__input.error {
    border: 1px solid #bc284b;
    box-shadow: 0 0 5px rgba(188, 40, 75, 0.5)
}

.user-registration__form__input-container {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 4px;
    background-color: #f5f5f5
}

.user-registration__form__input-icon {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 16px;
    height: 14px
}

.user-registration__form__input-icon.password {
    width: 15px;
    height: 19px;
    top: 12px
}

@media screen and (min-width: 768px) {
    .user-registration__form__input-icon {
        top: 16px;
        width: 17px;
        height: 13px
    }

    .user-registration__form__input-icon.password {
        top: 11px
    }
}

.user-registration__form__submit-button {
    width: 100%;
    height: 40px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    border-radius: 4px;
    background-color: #ff4a64;
    border: 0;
    cursor: pointer;
    transition: all 300ms ease;
    padding: 0 0 2px 0;
    outline: none
}

@media screen and (min-width: 321px) {
    .user-registration__form__submit-button {
        height: 45px
    }
}

@media screen and (min-width: 1000px) {
    .user-registration__form__submit-button:after {
        content: '';
        display: -webkit-inline-flex;
        display: inline-flex;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 13px;
        height: 10px;
        transition: all 0.3s ease;
        opacity: 0
    }

    .user-registration__form__submit-button:hover {
        background-color: #bc284b
    }

    .user-registration__form__submit-button:hover:after {
        margin-left: 5px;
        opacity: 1
    }
}

.user-registration__form__newsletters {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center
}

.user-registration__form__newsletters__text {
    font-size: 14px;
    line-height: 27px;
    font-weight: 400;
    color: #2d2d2d;
    margin-left: 6px
}

.user-registration__form__newsletters__checkbox {
    width: 15px;
    height: 15px
}

.user-registration__form__newsletters input[type='checkbox'] {
    width: 15px;
    height: 15px;
    border: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}


.user-registration__form__newsletters.funnel {
    margin-top: 17px;
    margin-bottom: -3px
}

.user-registration__note {
    width: 296px;
    height: 39px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    margin-left: -1px;
    word-break: break-word;
    max-width: 204px
}

@media screen and (min-width: 321px) {
    .user-registration__note {
        max-width: unset
    }
}

.user-registration__note__text {
    color: #2d2d2d
}

.user-registration__note__link-button {
    color: #1789d5;
    font-weight: 600;
    text-decoration: none;
    margin-right: 4px
}

@media screen and (min-width: 321px) {
    .user-registration__note__link-button {
        margin: 0 4px
    }
}

.user-registration__note__link-button.privacy {
    margin: 0 4px
}

@media screen and (min-width: 768px) {
    .user-registration__note__link-button {
        margin: 0 3px
    }

    .user-registration__note__link-button.privacy {
        margin: 0 3px
    }
}

@media screen and (min-width: 1000px) {
    .user-registration__note__link-button:hover {
        color: #1564bf
    }
}

@media screen and (min-width: 768px) {
    .user-registration__note {
        width: 100%
    }
}

.user-registration__note.funnel {
    margin-top: 10px
}

.user-registration__footer {
    height: 64px;
    background-color: #f5f5f5;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center
}

.user-registration__footer__text {
    font-size: 16px;
    line-height: 27px;
    font-weight: 300;
    color: #2d2d2d;
    margin-left: 6px
}

@media screen and (min-width: 768px) {
    .user-registration__footer__text {
        margin: 0 0 4px 4px
    }
}

.user-registration__footer__link-button {
    font-size: 16px;
    line-height: 27px;
    font-weight: 700;
    color: #1789d5;
    margin: 0 4px;
    outline: none;
    border: 0;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
    text-decoration: none
}

@media screen and (min-width: 768px) {
    .user-registration__footer__link-button {
        margin: 0 4px 4px 2px
    }
}

@media screen and (min-width: 1000px) {
    .user-registration__footer__link-button:hover {
        color: #1564bf
    }
}

.user-login {
    width: 301px;
    min-height: 483px;
    border-radius: 7px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    overflow: hidden
}

@media screen and (min-width: 321px) {
    .user-login {
        width: 345px;
        min-height: 430px
    }
}

@media screen and (min-width: 768px) {
    .user-login {
        width: 502px;
        min-height: 470px
    }
}

.user-login__header {
    position: relative;
    height: 125px;
    background-color: #010233;
    overflow: hidden
}

@media screen and (min-width: 321px) {
    .user-login__header {
        height: 133px
    }
}

@media screen and (min-width: 768px) {
    .user-login__header {
        height: 155px
    }
}

.user-login__header__image {
    width: 124%;
    height: 100%;
    left: -20%;
    background-color: #010233;
    border-radius: 7px 7px 0 0;
    position: absolute
}

@media screen and (min-width: 768px) {
    .user-login__header__image {
        border-radius: 7px 7px 0 0;
        left: -12%
    }
}

.user-login__header__text {
    position: absolute;
    top: 0;
    margin: 30px 0 20px 16px;
    color: white
}

@media screen and (min-width: 321px) {
    .user-login__header__text {
        margin: 37px 0 20px 20px
    }
}

@media screen and (min-width: 768px) {
    .user-login__header__text {
        margin: 48px 0 0 40px
    }
}

.user-login__header__title {
    font-size: 20px;
    line-height: 29px;
    font-weight: 700;
    position: relative;
    max-width: 200px
}

@media screen and (min-width: 321px) {
    .user-login__header__title {
        font-size: 22px
    }
}

@media screen and (min-width: 768px) {
    .user-login__header__title {
        max-width: 230px;
        line-height: 27px
    }
}

.user-login__close {
    background-color: transparent
}

.user-login__close__icon {
    width: 14px;
    height: 14px;
    fill: white
}

@media screen and (min-width: 768px) {
    .user-login__close.login {
        margin: 10px
    }
}

.user-login__content {
    padding: 5px 15px 15px 15px;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

@media screen and (min-width: 321px) {
    .user-login__content {
        padding: 5px 20px 25px 20px
    }
}

@media screen and (min-width: 768px) {
    .user-login__content {
        padding: 0 40px 40px 40px
    }
}

.user-login__form--smb {
    padding-top: 20px
}

.user-login__form__row {
    width: 100%;
    height: 40px;
    margin-top: 0
}

@media screen and (min-width: 321px) {
    .user-login__form__row {
        margin-top: 10px;
        height: 45px
    }
}

.user-login__form__row.checkbox-row {
    height: auto
}

.user-login__form__row.submit {
    margin-top: 15px
}

@media screen and (min-width: 321px) {
    .user-login__form__row.submit {
        margin-top: 21px
    }
}

.user-login__form__row.password {
    margin-top: 15px
}

@media screen and (min-width: 321px) {
    .user-login__form__row.password {
        margin-top: 20px
    }
}

@media screen and (min-width: 768px) {
    .user-login__form__row {
        margin-top: 23px
    }

    .user-login__form__row.password {
        margin-top: 20px
    }

    .user-login__form__row.submit {
        margin-top: 20px
    }
}

.user-login__form__row-sent {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #09a789
}

.user-login__form__row-error {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #bc284b;
    width: 100%;
    max-height: 55px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis
}

.user-login__form__row-error__icon-container {
    position: relative;
    top: 1px;
    margin-left: 4px
}

.user-login__form__row-error__icon {
    width: 15px;
    height: 13px;
    position: relative;
    top: 1px;
    margin-left: 4px
}

.user-login__form__input {
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #2d2d2d;
    box-sizing: border-box;
    padding: 0 0 2px 40px;
    position: absolute;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
    background-color: #f5f5f5;
    outline: none
}

@media screen and (min-width: 768px) {
    .user-login__form__input {
        padding-left: 44px
    }
}

.user-login__form__input input::-webkit-input-placeholder {
    font-family: inherit;
    font-size: 16px;
    color: #797979
}

.user-login__form__input input:-ms-input-placeholder {
    font-family: inherit;
    font-size: 16px;
    color: #797979
}

.user-login__form__input input::-ms-input-placeholder {
    font-family: inherit;
    font-size: 16px;
    color: #797979
}

.user-login__form__input input::placeholder {
    font-family: inherit;
    font-size: 16px;
    color: #797979
}

.user-login__form__input.password {
    padding-bottom: 2px
}

.user-login__form__input.error {
    border-radius: 4px;
    border: 1px solid #bc284b;
    background-color: #f5f5f5;
    box-shadow: 0 0 5px rgba(188, 40, 75, 0.5)
}

.user-login__form__input-container {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 4px;
    background-color: #f5f5f5
}

.user-login__form__input-icon {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 16px;
    height: 14px
}

.user-login__form__input-icon.password {
    width: 15px;
    height: 19px;
    top: 12px
}

@media screen and (min-width: 768px) {
    .user-login__form__input-icon {
        top: 16px;
        width: 17px;
        height: 13px
    }

    .user-login__form__input-icon.password {
        top: 11px
    }
}

.user-login__form__submit-button {
    width: 100%;
    height: 40px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    border-radius: 4px;
    background-color: #ff4a64;
    border: 0;
    cursor: pointer;
    outline: none;
    padding: 0 0 2px 0;
    transition: all 0.3s ease
}

@media screen and (min-width: 321px) {
    .user-login__form__submit-button {
        height: 45px
    }
}

@media screen and (min-width: 1000px) {
    .user-login__form__submit-button:after {
        content: '';
        display: -webkit-inline-flex;
        display: inline-flex;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 13px;
        height: 10px;
        transition: all 0.3s ease;
        opacity: 0
    }

    .user-login__form__submit-button:hover {
        background-color: #bc284b
    }

    .user-login__form__submit-button:hover:after {
        margin-left: 5px;
        opacity: 1
    }
}

.user-login__note {
    width: 309px;
    height: 39px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    margin-left: -1px
}

.user-login__note__text {
    color: #2d2d2d
}

.user-login__note__link-button {
    color: #1789d5;
    font-weight: 600;
    margin: 0 4px
}

.user-login__footer {
    height: 64px;
    background-color: #f5f5f5;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    color: #2d2d2d
}

.user-login__footer__text {
    color: #2d2d2d;
    margin-left: 6px
}

.user-login__footer__link-button {
    font-size: 16px;
    line-height: 27px;
    font-weight: 700;
    color: #1789d5;
    margin: 0 4px;
    outline: none;
    border: 0;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
    text-decoration: none
}

@media screen and (min-width: 768px) {
    .user-login__footer__link-button {
        margin: 0
    }
}

@media screen and (min-width: 1000px) {
    .user-login__footer__link-button:hover {
        color: #1564bf
    }
}

.custom-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    box-sizing: border-box;
    z-index: 40;
    transition: opacity 1s ease-in-out
}

.custom-modal__close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
    border: 0;
    padding: 0;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    z-index: 40
}

.custom-modal__close__icon {
    width: 14px;
    height: 14px;
    pointer-events: none;
    fill: white
}

@media screen and (min-width: 768px) {
    .custom-modal__close.registration {
        margin: 10px
    }
}

@media screen and (min-width: 768px) {
    .custom-modal__close.login {
        margin: 10px
    }
}

.custom-modal__close.blue svg {
    fill: #1789d5
}

@media screen and (min-width: 1000px) {
    .custom-modal__close.blue:hover svg {
        fill: #1564bf
    }
}

.custom-modal__close.funnel {
    margin: 16px 13px 0 0
}

@media screen and (min-width: 321px) and (max-width: 375px) {
    .custom-modal__close.funnel {
        margin: 16px 12px 0 0
    }
}

@media screen and (min-width: 768px) {
    .custom-modal__close {
        margin: 14px
    }
}

.custom-modal__footer {
    height: 64px;
    background-color: #f5f5f5;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    color: #2d2d2d;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit
}

.custom-modal__footer__text {
    color: #2d2d2d;
    margin-left: 6px
}

@media screen and (min-width: 768px) {
    .custom-modal__footer__text {
        margin: 0 0 4px 4px
    }
}

.custom-modal__footer__link-button {
    font-size: 16px;
    line-height: 27px;
    font-weight: 700;
    color: #1789d5;
    margin: 0 4px;
    outline: none;
    border: 0;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
    text-decoration: none
}

@media screen and (min-width: 768px) {
    .custom-modal__footer__link-button {
        margin: 0 4px 4px 2px
    }
}

@media screen and (min-width: 1000px) {
    .custom-modal__footer__link-button:hover {
        color: #1564bf
    }
}

.custom-modal__footer.funnel {
    height: 57px
}

@media screen and (min-width: 1000px) {
    .custom-modal__footer.funnel {
        height: 50px
    }
}

.custom-modal__footer.signup {
    margin-top: 22px
}

.user-forgot-password {
    width: 301px;
    border-radius: 7px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    overflow: hidden
}

@media screen and (min-width: 321px) {
    .user-forgot-password {
        width: 345px
    }
}

@media screen and (min-width: 768px) {
    .user-forgot-password {
        width: 502px;
        min-height: 425px
    }
}

.user-forgot-password__header {
    position: relative;
    height: 125px;
    background-color: #010233;
    overflow: hidden
}

@media screen and (min-width: 321px) {
    .user-forgot-password__header {
        height: 133px
    }
}

@media screen and (min-width: 768px) {
    .user-forgot-password__header {
        height: 155px
    }
}

.user-forgot-password__header__image {
    width: 124%;
    height: 100%;
    left: -20%;
    background-color: #010233;
    border-radius: 7px 7px 0 0;
    position: absolute
}

@media screen and (min-width: 768px) {
    .user-forgot-password__header__image {
        left: -12%
    }
}

.user-forgot-password__header__text {
    position: absolute;
    top: 0;
    color: white;
    margin: 48px 0 20px 16px
}

@media screen and (min-width: 321px) {
    .user-forgot-password__header__text {
        margin: 48px 0 20px 20px
    }
}

@media screen and (min-width: 768px) {
    .user-forgot-password__header__text {
        margin: 58px 0 0 43px
    }
}

.user-forgot-password__header__title {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    max-width: 200px
}

@media screen and (min-width: 321px) {
    .user-forgot-password__header__title {
        font-size: 22px
    }
}

@media screen and (min-width: 768px) {
    .user-forgot-password__header__title {
        font-size: 24px;
        max-width: 100%
    }
}

.user-forgot-password__close {
    background-color: transparent
}

.user-forgot-password__close__icon {
    width: 14px;
    height: 14px;
    fill: white
}

.user-forgot-password__content {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 5px 15px 32px 15px
}

@media screen and (min-width: 321px) {
    .user-forgot-password__content {
        padding: 5px 20px 25px 20px
    }
}

@media screen and (min-width: 768px) {
    .user-forgot-password__content {
        padding: 24px 45px 30px 44px;
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }
}

.user-forgot-password__form {
    margin-top: 7px
}

@media screen and (min-width: 768px) {
    .user-forgot-password__form {
        margin-top: 16px
    }
}

.user-forgot-password__form__row {
    width: 100%;
    height: 40px;
    margin-top: 10px
}

@media screen and (min-width: 321px) {
    .user-forgot-password__form__row {
        height: 45px;
        margin-top: 20px
    }
}

.user-forgot-password__form__row.checkbox-row {
    height: auto
}

.user-forgot-password__form__row.submit {
    margin-top: 15px
}

@media screen and (min-width: 321px) {
    .user-forgot-password__form__row.submit {
        margin-top: 27px
    }
}

.user-forgot-password__form__row-error {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #bc284b;
    width: 100%;
    max-height: 45px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis
}

.user-forgot-password__form__row-error__icon-container {
    position: relative;
    top: 1px;
    margin-left: 4px
}

.user-forgot-password__form__row-error__icon {
    width: 15px;
    height: 13px;
    position: relative;
    top: 1px;
    margin-left: 4px
}

.user-forgot-password__form__input {
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #2d2d2d;
    box-sizing: border-box;
    padding: 0 0 2px 40px;
    position: absolute;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
    background-color: #f5f5f5;
    outline: none
}

@media screen and (min-width: 768px) {
    .user-forgot-password__form__input {
        padding-left: 44px
    }
}

.user-forgot-password__form__input input::-webkit-input-placeholder {
    font-family: inherit;
    font-size: 16px;
    color: #797979
}

.user-forgot-password__form__input input:-ms-input-placeholder {
    font-family: inherit;
    font-size: 16px;
    color: #797979
}

.user-forgot-password__form__input input::-ms-input-placeholder {
    font-family: inherit;
    font-size: 16px;
    color: #797979
}

.user-forgot-password__form__input input::placeholder {
    font-family: inherit;
    font-size: 16px;
    color: #797979
}

.user-forgot-password__form__input.error {
    border-radius: 4px;
    border: 1px solid #bc284b;
    background-color: #f5f5f5
}

.user-forgot-password__form__input-container {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 4px;
    background-color: #f5f5f5
}

.user-forgot-password__form__input-icon {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 16px;
    height: 14px
}

@media screen and (min-width: 768px) {
    .user-forgot-password__form__input-icon {
        top: 16px;
        width: 17px;
        height: 13px
    }
}

.user-forgot-password__form__submit-button {
    width: 100%;
    height: 40px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    border-radius: 4px;
    background-color: #ff4a64;
    border: 0;
    cursor: pointer;
    outline: none;
    padding: 0 0 2px 0;
    transition: all 0.3s ease
}

@media screen and (min-width: 321px) {
    .user-forgot-password__form__submit-button {
        height: 45px
    }
}

@media screen and (min-width: 1000px) {
    .user-forgot-password__form__submit-button:after {
        content: '';
        display: -webkit-inline-flex;
        display: inline-flex;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 13px;
        height: 10px;
        transition: all 0.3s ease;
        opacity: 0
    }

    .user-forgot-password__form__submit-button:hover {
        background-color: #bc284b
    }

    .user-forgot-password__form__submit-button:hover:after {
        margin-left: 5px;
        opacity: 1
    }
}

.user-forgot-password__note {
    width: 309px;
    height: 39px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-left: -1px;
    padding-top: 13px;
    max-width: 277px;
    margin-bottom: 20px
}

@media screen and (min-width: 321px) {
    .user-forgot-password__note {
        max-width: unset;
        margin-bottom: 0
    }
}

.user-forgot-password__note__text {
    color: #2d2d2d
}

.user-forgot-password__note__link-button {
    color: #1789d5;
    font-weight: 600;
    margin: 0 4px;
    text-decoration: none
}

@media screen and (min-width: 1000px) {
    .user-forgot-password__note__link-button:hover {
        color: #1564bf
    }
}

@media screen and (min-width: 768px) {
    .user-forgot-password__note {
        width: 100%;
        line-height: 20px
    }
}

.user-forgot-password__send-code {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding-top: 7px
}

.user-forgot-password__send-code__link-button {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #1789d5;
    margin: 0 4px
}

@media screen and (min-width: 768px) {
    .user-forgot-password__send-code {
        padding: 4px 0 0 4px
    }
}

.user-forgot-password__footer {
    height: 64px;
    background-color: #f5f5f5;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    color: #2d2d2d
}

.user-forgot-password__footer__text {
    color: #2d2d2d;
    margin-left: 6px
}

.user-forgot-password__footer__link-button {
    color: #1789d5;
    font-weight: 600;
    margin: 0 4px
}

.user-reset-password {
    width: 301px;
    border-radius: 7px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    overflow: hidden
}

@media screen and (min-width: 321px) {
    .user-reset-password {
        width: 345px;
        min-height: 370px
    }
}

@media screen and (min-width: 768px) {
    .user-reset-password {
        width: 502px;
        min-height: 433px
    }
}

.user-reset-password__header {
    position: relative;
    height: 125px;
    background-color: #010233;
    overflow: hidden
}

@media screen and (min-width: 321px) {
    .user-reset-password__header {
        height: 133px
    }
}

@media screen and (min-width: 768px) {
    .user-reset-password__header {
        height: 155px
    }
}

.user-reset-password__header__image {
    width: 124%;
    height: 100%;
    left: -20%;
    background-color: #010233;
    border-radius: 7px 7px 0 0;
    position: absolute
}

@media screen and (min-width: 768px) {
    .user-reset-password__header__image {
        left: -12%
    }
}

.user-reset-password__header__text {
    position: absolute;
    top: 0;
    color: white;
    margin: 46px 0 20px 17px
}

@media screen and (min-width: 321px) {
    .user-reset-password__header__text {
        margin: 48px 0 20px 20px
    }
}

@media screen and (min-width: 768px) {
    .user-reset-password__header__text {
        margin: 58px 0 0 43px
    }
}

.user-reset-password__header__title {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    max-width: 200px
}

@media screen and (min-width: 321px) {
    .user-reset-password__header__title {
        font-size: 22px
    }
}

@media screen and (min-width: 768px) {
    .user-reset-password__header__title {
        font-size: 24px;
        max-width: 100%
    }
}

.user-reset-password__close {
    background-color: transparent
}

.user-reset-password__close__icon {
    width: 14px;
    height: 14px;
    fill: white
}

.user-reset-password__content {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 15px 32px 15px
}

@media screen and (min-width: 321px) {
    .user-reset-password__content {
        padding: 5px 20px 25px 20px
    }
}

@media screen and (min-width: 768px) {
    .user-reset-password__content {
        padding: 24px 45px 40px 44px;
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }
}

.user-reset-password__form__row {
    width: 100%;
    height: 40px;
    margin-top: 20px
}

@media screen and (min-width: 321px) {
    .user-reset-password__form__row {
        height: 45px;
        margin-top: 20px
    }
}

.user-reset-password__form__row.checkbox-row {
    height: auto
}

.user-reset-password__form__row.submit {
    margin: 27px 0 0 0
}

@media screen and (min-width: 1000px) {
    .user-reset-password__form__row.code {
        margin-top: 16px
    }

    .user-reset-password__form__row.password {
        margin-top: 24px
    }
}

.user-reset-password__form__row-error {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #bc284b;
    width: 100%;
    max-height: 45px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis
}

.user-reset-password__form__row-error__icon-container {
    position: relative;
    top: 1px;
    margin-left: 4px
}

.user-reset-password__form__row-error__icon {
    width: 15px;
    height: 13px;
    position: relative;
    top: 1px;
    margin-left: 4px
}

.user-reset-password__form__input {
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #2d2d2d;
    box-sizing: border-box;
    position: absolute;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
    background-color: #f5f5f5;
    outline: none;
    padding: 0 0 3px 40px
}

.user-reset-password__form__input input::-webkit-input-placeholder {
    font-family: inherit;
    font-size: 16px;
    color: #797979
}

.user-reset-password__form__input input:-ms-input-placeholder {
    font-family: inherit;
    font-size: 16px;
    color: #797979
}

.user-reset-password__form__input input::-ms-input-placeholder {
    font-family: inherit;
    font-size: 16px;
    color: #797979
}

.user-reset-password__form__input input::placeholder {
    font-family: inherit;
    font-size: 16px;
    color: #797979
}

.user-reset-password__form__input.password {
    padding-bottom: 3px
}

.user-reset-password__form__input.error {
    border-radius: 4px;
    border: 1px solid #bc284b;
    background-color: #f5f5f5
}

@media screen and (min-width: 768px) {
    .user-reset-password__form__input {
        padding-left: 41px
    }
}

.user-reset-password__form__input-container {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 4px;
    background-color: #f5f5f5
}

.user-reset-password__form__input-icon {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 16px;
    height: 15px
}

.user-reset-password__form__input-icon.password {
    width: 15px;
    height: 19px;
    top: 12px
}

@media screen and (min-width: 768px) {
    .user-reset-password__form__input-icon {
        top: 16px;
        width: 17px;
        height: 16px
    }

    .user-reset-password__form__input-icon.password {
        top: 11px
    }
}

.user-reset-password__form__submit-button {
    width: 100%;
    height: 40px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    border-radius: 4px;
    background-color: #ff4a64;
    border: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none;
    padding: 0 0 2px 0
}

@media screen and (min-width: 321px) {
    .user-reset-password__form__submit-button {
        height: 45px
    }
}

@media screen and (min-width: 1000px) {
    .user-reset-password__form__submit-button:after {
        content: '';
        display: -webkit-inline-flex;
        display: inline-flex;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 13px;
        height: 10px;
        transition: all 0.3s ease;
        opacity: 0
    }

    .user-reset-password__form__submit-button:hover {
        background-color: #bc284b
    }

    .user-reset-password__form__submit-button:hover:after {
        margin-left: 5px;
        opacity: 1
    }
}

.user-reset-password__note {
    width: 309px;
    height: 39px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-left: -1px;
    padding-top: 13px
}

.user-reset-password__note__text {
    color: #2d2d2d
}

.user-reset-password__note__link-button {
    color: #1789d5;
    font-weight: 600;
    margin: 0 4px;
    text-decoration: none
}

@media screen and (min-width: 1000px) {
    .user-reset-password__note__link-button:hover {
        color: #1564bf
    }
}

.user-reset-password__footer {
    height: 64px;
    background-color: #f5f5f5;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    color: #2d2d2d
}

.user-reset-password__footer__text {
    color: #2d2d2d;
    margin-left: 6px
}

.user-reset-password__footer__link-button {
    color: #1789d5;
    font-weight: 600;
    margin: 0 4px;
    text-decoration: none
}

@media screen and (min-width: 1000px) {
    .user-reset-password__footer__link-button:hover {
        color: #1564bf
    }
}

.user-reset-password-set {
    width: 301px;
    height: 370px;
    border-radius: 7px;
    background-color: white;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center
}

@media screen and (min-width: 321px) {
    .user-reset-password-set {
        width: 343px;
        height: 358px
    }
}

@media screen and (min-width: 768px) {
    .user-reset-password-set {
        width: 557px;
        height: 263px;
        border-radius: 7px;
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

.user-reset-password-set__image {
    width: 266px;
    height: 192px;
    margin-top: 12px;
    margin-left: 15px
}

@media screen and (min-width: 321px) {
    .user-reset-password-set__image {
        margin-top: 57px;
        margin-left: 0
    }
}

@media screen and (min-width: 768px) {
    .user-reset-password-set__image {
        width: 241px;
        height: 184px;
        margin: 3px 0 6px 32px
    }
}

.user-reset-password-set__text {
    margin-top: 31px;
    font-size: 22px;
    font-weight: 700;
    color: #010233
}

@media screen and (min-width: 768px) {
    .user-reset-password-set__text {
        margin-bottom: 40px;
        font-size: 24px;
        margin-left: 45px
    }
}

.user-reset-password-set__highlighted {
    color: #ff4a64
}

.user-reset-password-set__description {
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    color: #2d2d2d
}

.user-reset-password-set__close__icon {
    width: 14px;
    height: 14px
}

.user-registration-success {
    width: 301px;
    height: 370px;
    border-radius: 7px;
    background-color: white;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center
}

@media screen and (min-width: 321px) {
    .user-registration-success {
        width: 343px;
        height: 370px
    }
}

@media screen and (min-width: 768px) {
    .user-registration-success {
        width: 557px;
        height: 263px;
        border-radius: 7px;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: initial;
        align-items: initial
    }
}

@media screen and (max-width: 767px) {
    .user-registration-success--smb {
        height: 445px
    }
}

.user-registration-success__image {
    width: 208px;
    height: 183px;
    margin: 35px 0 0 58px
}

@media screen and (min-width: 768px) {
    .user-registration-success__image {
        width: 196px;
        height: 168px;
        margin: 47px 0 0 33px
    }
}

.user-registration-success__text {
    margin: 26px 0 0 18px;
    width: 292px
}

@media screen and (min-width: 768px) {
    .user-registration-success__text {
        margin: 67px 0 0 45px;
        width: 231px
    }
}

.user-registration-success__text--smb {
    margin-top: 50px
}

@media screen and (max-width: 767px) {
    .user-registration-success__text--smb {
        margin-left: 0;
        width: 85%
    }
}

.user-registration-success__text--smb a {
    text-decoration: none
}

.user-registration-success__title {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    color: #2d2d2d
}

@media screen and (min-width: 768px) {
    .user-registration-success__title {
        font-size: 24px;
        margin-bottom: 11px;
        line-height: 29px
    }
}

.user-registration-success__title--smb {
    margin-bottom: 25px
}

.user-registration-success__highlighted {
    color: #ff4a64
}

.user-registration-success__description {
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    color: #2d2d2d
}

.user-registration-success__close__icon {
    width: 14px;
    height: 14px
}

.spinner {
    position: relative
}

.spinner div {
    width: 11px;
    height: 11px;
    position: absolute;
    border: 2px solid white;
    border-top-color: transparent;
    border-radius: 50%;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    box-sizing: content-box
}

.spinner .hidden {
    display: none
}

.spinner.dark div {
    border: 2px solid #010233;
    border-top-color: transparent;
    border-radius: 50%;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    box-sizing: content-box
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

.cta-loader {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center
}

.cta-loader__message {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0 12px 2px 0
}

@media screen and (max-width: 999px) {
    .cta-loader__message {
        margin: 0 17px 0 0
    }
}

.cta-loader__loader {
    margin-bottom: 2px
}

@media screen and (max-width: 999px) {
    .cta-loader__loader {
        margin-bottom: 0;
        margin-right: 5px
    }
}

.cta-loader .hidden {
    display: none
}

@keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.ring-loader .loading-background {
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 21;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

@media screen and (min-width: 768px) {
    .ring-loader .loading-background {
        top: -2px;
        left: -2px
    }
}

.ring-loader .content {
    position: absolute;
    top: 45%;
    left: 48%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media screen and (min-width: 768px) {
    .ring-loader .content {
        top: 46%;
        left: 50%
    }
}

.ring-loader .message {
    font-size: 16px;
    line-height: "inherit";
    font-weight: 600;
    color: #2d2d2d;
    color: #ff4a64;
    position: absolute;
    top: 48px;
    right: -45px
}

@media screen and (min-width: 768px) {
    .ring-loader .message {
        top: 47px;
        right: -45px
    }
}

.ring-loader .lds-ring-wrapper {
    position: relative;
    width: 71px;
    height: 71px;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.ring-loader .lds-ring-wrapper .lds-ring {
    width: 71px;
    height: 71px
}

.ring-loader .lds-ring-wrapper .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    margin: 8px;
    border: 8px solid #ff4a64;
    border-radius: 100%;
    -webkit-animation: lds-ring 1.5s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    animation: lds-ring 1.5s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #ff4a64 transparent transparent transparent;
    width: 71px;
    height: 71px
}

.ring-loader .lds-ring-wrapper .lds-ring div:nth-child(1) {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s
}

.ring-loader .lds-ring-wrapper .lds-ring div:nth-child(2) {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s
}

.ring-loader .lds-ring-wrapper .lds-ring div:nth-child(3) {
    -webkit-animation-delay: -0.15s;
    animation-delay: -0.15s
}

.ring-loader .lds-ring-wrapper .lds-ring.inner {
    position: absolute;
    top: -5px;
    right: 4px;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 31px;
    height: 31px
}

.ring-loader .lds-ring-wrapper .lds-ring.inner div {
    width: 35px;
    height: 35px;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) reverse infinite
}

.ring-loader .lds-ring-wrapper .lds-ring.inner div:nth-child(1) {
    -webkit-animation-delay: -0.45s;
    animation-delay: -0.45s
}

.ring-loader .lds-ring-wrapper .lds-ring.inner div:nth-child(2) {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s
}

.ring-loader .lds-ring-wrapper .lds-ring.inner div:nth-child(3) {
    -webkit-animation-delay: -0.15s;
    animation-delay: -0.15s
}

.social-login {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    margin: 0 15px
}

@media screen and (min-width: 321px) {
    .social-login {
        margin: 0 20px
    }
}

@media screen and (min-width: 768px) {
    .social-login {
        margin: 0 40px
    }
}

.social-login__header {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: #2d2d2d;
    margin-top: 10px
}

@media screen and (min-width: 321px) {
    .social-login__header {
        margin-top: 15px
    }
}

@media screen and (min-width: 768px) {
    .social-login__header {
        margin-top: 31px
    }
}

.social-login__buttons {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    margin-top: 13px
}

@media screen and (min-width: 321px) {
    .social-login__buttons {
        margin-top: 10px
    }
}

@media screen and (min-width: 768px) {
    .social-login__buttons {
        margin-top: 12px
    }
}

.social-login__button {
    cursor: pointer;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #010233;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: none;
    background: white;
    color: inherit;
    -webkit-flex: 1 1 0;
    flex: 1 1 0;
    transition: background-color 0.3s linear
}

@media screen and (min-width: 321px) {
    .social-login__button {
        height: 45px
    }
}

@media screen and (min-width: 768px) {
    .social-login__button:hover {
        background-color: #010233
    }

    .social-login__button:hover div div {
        color: white
    }
}

.social-login__button:first-child {
    margin-right: 11px
}

@media screen and (min-width: 768px) {
    .social-login__button:first-child {
        margin-right: 17px
    }
}

.social-login__button__text-container {
    display: -webkit-flex;
    display: flex;
    pointer-events: none;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center
}

.social-login__button__text {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #010233;
    pointer-events: none
}

.social-login__button__icon {
    width: 18px;
    height: 20px;
    margin-right: 7px;
    pointer-events: none
}

@media screen and (min-width: 768px) {
    .social-login__button__icon {
        margin-right: 10px
    }
}

.social-login__button.error {
    box-shadow: 0 0 5px rgba(188, 40, 75, 0.5);
    border: 1px solid #bc284b
}

.social-login__button.loading__button__text-container {
    display: none
}

.social-login__error {
    font-size: 12px;
    line-height: 13px;
    font-weight: 400;
    color: #bc284b;
    width: 100%;
    margin-top: 0;
    max-height: 80px;
    overflow: hidden;
    text-overflow: ellipsis
}

@media screen and (min-width: 321px) {
    .social-login__error {
        font-size: 13px
    }
}

@media screen and (min-width: 768px) {
    .social-login__error {
        font-size: 14px;
        max-height: 55px;
        margin-left: -2px
    }
}

.social-login__error__icon-container {
    position: relative;
    top: 1px;
    margin-left: 4px
}

.social-login__error__icon {
    width: 15px;
    height: 13px;
    position: relative;
    top: 3px;
    margin-left: 4px
}

.social-login__footer {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 5px
}

@media screen and (min-width: 321px) {
    .social-login__footer {
        margin-top: 15px
    }
}

@media screen and (min-width: 768px) {
    .social-login__footer {
        margin-top: 19px
    }
}

.social-login__footer__text {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: #797979;
    letter-spacing: -0.21px;
    margin: 0 10px
}

.social-login__footer__line {
    height: 1px;
    background-color: #d5d5d5;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-grow: 1;
    flex-grow: 1
}

.social-login__footer.login {
    margin-top: 9px;
    margin-bottom: -5px
}

.social-login__footer.auto {
    margin-top: 5px;
    margin-bottom: -10px
}

.social-login__loader {
    opacity: 0.7;
    margin: 0 5px 0 0
}

@media screen and (max-width: 767px) {
    .social-login__loader div {
        margin: 0
    }

    .social-login__loader span {
        margin: 0 13px 0 0
    }
}

.social-login__loader span {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #010233
}

.social-login__loader div .spinner div {
    border: 2px solid #010233;
    border-top-color: transparent
}

.social-login.auto {
    margin: 0
}

.social-login.auto button {
    height: 40px
}

@media screen and (min-width: 768px) {
    .social-login.auto {
        margin: 0
    }
}

.social-login.dark .social-login__button {
    background-color: #010233
}

.social-login.dark .social-login__button div {
    color: white
}

.social-login.dark .social-login__button .cta-loader__message {
    color: white
}

.social-login.dark div .spinner div {
    border: 2px solid white;
    border-top-color: transparent
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .social-login.dark button:first-child {
        margin-right: 10px
    }

    .social-login.dark button:first-child svg {
        margin-right: 8px
    }
}

@media screen and (min-width: 1000px) {
    .social-login.dark button:first-child {
        margin-right: 7px
    }

    .social-login.dark button:first-child svg {
        margin-right: 8px
    }

    .social-login.dark button:hover {
        background-color: #242558
    }
}

.user-error-modal {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-radius: 7px;
    background-color: white;
    width: 301px;
    height: 370px
}

@media screen and (min-width: 321px) {
    .user-error-modal {
        width: 343px;
        height: 390px
    }
}

@media screen and (min-width: 768px) {
    .user-error-modal {
        width: 502px;
        height: 395px
    }
}

.user-error-modal__head {
    max-width: 260px;
    padding-top: 28px;
    padding-left: 19px;
    box-sizing: border-box;
    text-align: left
}

@media screen and (min-width: 768px) {
    .user-error-modal__head {
        max-width: 360px;
        padding-top: 40px;
        padding-left: 44px
    }
}

.user-error-modal__title {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    color: #2d2d2d
}

@media screen and (min-width: 768px) {
    .user-error-modal__title {
        font-size: 24px;
        line-height: 28px;
        font-weight: 700;
        color: #2d2d2d
    }
}

.user-error-modal__text {
    margin-top: 7px;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    color: #2d2d2d
}

.user-error-modal__text>a {
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    color: #1789d5;
    text-decoration: none;
    transition: all 0.3s ease
}

.user-error-modal__text>a:hover {
    color: #1564bf
}

.user-error-modal__close__icon {
    width: 14px;
    height: 14px
}

.user-profile-button {
    font-size: 15px;
    line-height: 21px;
    font-weight: 700;
    color: #010233;
    width: 100px;
    height: 25px;
    border-radius: 3px;
    border: 1px solid #010233;
    background-color: white;
    cursor: pointer;
    outline: none;
    padding: 0 0 1px 0;
    transition: all 0.3s ease;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}

@media screen and (max-width: 999px) {
    .user-profile-button {
        width: 90px;
        height: 25px
    }
}

@media screen and (min-width: 1000px) {
    .user-profile-button {
        padding: 0 0 1px 13px
    }

    .user-profile-button:after {
        content: '';
        display: -webkit-inline-flex;
        display: inline-flex;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        margin-top: 2px;
        width: 13px;
        height: 10px;
        transition: all 0.3s ease;
        opacity: 0
    }

    .user-profile-button:hover {
        background-color: #010233;
        color: white;
        padding-left: 0
    }

    .user-profile-button:hover:after {
        margin-left: 5px;
        opacity: 1
    }

    .user-profile-button:hover div {
        color: white
    }
}

@media screen and (max-width: 999px) {
    .user-profile-button--log-out {
        width: 100px;
        height: 25px
    }
}

.user-profile-button.sign-up-button {
    margin: 2px 1px 0 43px
}

@media screen and (max-width: 999px) {
    .user-profile-button.sign-up-button {
        margin: 0 18px 0 auto;
        width: 70px;
        height: 25px
    }
}

.user-profile-button.funnel {
    width: 100%;
    height: 40px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #010233;
    margin-top: 20px
}

.user-profile-button.sign-up {
    margin-top: 14px;
    margin-bottom: 2px
}

.user-profile-button.login {
    margin-top: 15px
}

@media screen and (min-width: 1000px) {
    .user-profile-button.login div {
        margin-bottom: 2px
    }
}

.user-profile-button.dark {
    color: white;
    background-color: #010233
}

.user-profile-button.dark:hover {
    background-color: #010233;
    color: white;
    padding-left: 0
}

.user-profile-button.dark:hover:after {
    margin-left: 5px;
    opacity: 1
}

.user-profile-button.red {
    color: white;
    background-color: #ff4a64;
    border-radius: 4px;
    border: initial
}

.user-profile-button.red:hover {
    background-color: #bc284b;
    color: white;
    padding-left: 0
}

.user-profile-button.red:hover:after {
    margin-left: 5px;
    opacity: 1
}

.user-profile-button.smb-cta {
    width: 230px;
    height: 45px
}

@media screen and (max-width: 767px) {
    .user-profile-button.smb-cta {
        width: 100%
    }
}

.user-profile-button.main {
    margin-top: 16px
}

@media screen and (min-width: 1000px) {
    .user-registration-funnel {
        position: -webkit-sticky;
        position: sticky;
        top: 10px
    }
}

.user-registration-funnel__content {
    padding: 0 16px
}

.user-registration-funnel__page {
    margin-top: 45px;
    position: relative
}

.user-registration-funnel__header {
    margin-bottom: 20px
}

.user-registration-funnel__header__title {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #2d2d2d
}

@media screen and (min-width: 768px) {
    .user-registration-funnel__header__title {
        font-size: 24px;
        margin-bottom: 11px;
        line-height: 29px
    }
}

.user-registration-funnel__header__description {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #2d2d2d
}

.user-registration-funnel__back-button {
    display: -webkit-flex;
    display: flex;
    text-decoration: none;
    border: none;
    background-color: transparent;
    margin: 12px 0 0 15px;
    -webkit-align-items: center;
    align-items: center;
    outline: none;
    cursor: pointer;
    padding: 0;
    position: absolute
}

@media screen and (min-width: 321px) and (max-width: 375px) {
    .user-registration-funnel__back-button {
        margin-left: 22px
    }
}

@media screen and (min-width: 1000px) {
    .user-registration-funnel__back-button:hover div {
        color: #1564bf
    }

    .user-registration-funnel__back-button:hover svg {
        fill: #1564bf
    }
}

.user-registration-funnel__back-button__icon {
    width: 15px;
    height: 15px;
    fill: #1789d5;
    margin-right: 2px
}

.user-registration-funnel__back-button__text {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #1789d5
}

.user-registration-funnel .hidden {
    display: none
}

.user-registration-funnel .fade {
    opacity: 0
}

.user-registration-funnel .disabled-button {
    pointer-events: none;
    opacity: 0.6
}

.user-registration-funnel .disabled {
    pointer-events: none
}

.user-registration-funnel .bottom-funnel {
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    border-radius: 10px 10px 0 0;
    z-index: 40;
    transition: opacity 0.5s ease-in;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3)
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .user-registration-funnel .bottom-funnel {
        border-radius: 5px;
        width: 320px;
        right: 0;
        left: unset;
        margin: 15px
    }
}

@media screen and (min-width: 1000px) {
    .user-registration-funnel .bottom-funnel {
        position: -webkit-sticky;
        position: sticky;
        top: 10px;
        border-radius: 0;
        width: 300px;
        bottom: unset
    }
}

.user-registration-funnel-ninja-icon {
    position: relative;
    outline: none
}

@media screen and (min-width: 1000px) {
    .user-registration-funnel-ninja-icon {
        display: none
    }
}

.user-registration-funnel-ninja-icon__ninja {
    height: 110px;
    width: 93px;
    position: absolute;
    right: 0;
    top: -82px;
    margin-right: 28px
}

@media screen and (min-width: 321px) {
    .user-registration-funnel-ninja-icon__ninja {
        margin-right: 25px
    }
}

.user-registration-funnel-ninja-icon__ninja__coin {
    width: 38px;
    height: 38px;
    position: absolute;
    top: -52px;
    right: 0;
    margin-right: 102px;
    opacity: 0
}

.user-registration-funnel-ninja-icon__ninja__heart {
    width: 27px;
    height: 27px;
    position: absolute;
    top: -37px;
    right: 0;
    opacity: 0;
    margin-right: 106px
}

@media screen and (min-width: 321px) {
    .user-registration-funnel-ninja-icon__ninja__heart {
        margin-right: 103px
    }
}

.user-registration-funnel-ninja-icon__ninja__hand {
    width: 30px;
    height: 26px;
    position: absolute;
    top: -11px;
    right: 0;
    margin-right: 33px
}

@media screen and (min-width: 321px) {
    .user-registration-funnel-ninja-icon__ninja__hand {
        margin-right: 30px
    }
}

.user-registration-funnel-ninja-icon__ninja__hand.confused {
    margin-right: 34px
}

@media screen and (min-width: 321px) {
    .user-registration-funnel-ninja-icon__ninja__hand.confused {
        margin-right: 31px
    }
}

.user-registration-funnel-ninja-icon__ninja__hand.greeting-ninja {
    width: 74px;
    height: 63px;
    position: absolute;
    top: -13px;
    right: -24px;
    margin-right: 45px
}

.user-registration-funnel-ninja-icon__ninja.greeting-ninja {
    top: -90px;
    height: 105px;
    width: 97px;
    margin-right: 37px
}

.user-registration-funnel-ninja-icon__white-mask {
    width: 60px;
    height: 28px;
    background-color: white;
    position: absolute;
    right: 0;
    margin-right: 41px
}

@media screen and (min-width: 321px) {
    .user-registration-funnel-ninja-icon__white-mask {
        margin-right: 37px
    }
}

.user-registration-funnel-ninja-icon__white-mask.red {
    background-color: #fe4a65
}

.user-registration-funnel-ninja-icon__white-mask.greeting-ninja {
    margin-right: 40px
}

.user-registration-funnel-ninja-icon .animate {
    -webkit-animation-name: user-registration-funnel-ninja-icon-show-prop-animation;
    animation-name: user-registration-funnel-ninja-icon-show-prop-animation;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s
}

@-webkit-keyframes user-registration-funnel-ninja-icon-show-prop-animation {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes user-registration-funnel-ninja-icon-show-prop-animation {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.user-registration-funnel-banner {
    width: 100%;
    height: 85px;
    background-color: #fe4a65;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
    transition: bottom 0.5s ease-in, opacity 0.5s ease-in;
    outline: none;
    border-radius: 10px 10px 0 0
}

@media screen and (min-width: 1000px) {
    .user-registration-funnel-banner {
        width: 300px;
        height: 120px
    }
}

.user-registration-funnel-banner__container {
    margin: 17px 16px;
    z-index: 1
}

@media screen and (min-width: 1000px) {
    .user-registration-funnel-banner__container {
        display: -webkit-flex;
        display: flex;
        margin: 18px 0 20px 8px
    }
}

.user-registration-funnel-banner__title {
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    color: #fff
}

@media screen and (min-width: 1000px) {
    .user-registration-funnel-banner__title {
        font-size: 20px;
        line-height: 26px
    }
}

@media screen and (min-width: 1000px) {
    .user-registration-funnel-banner__text-container {
        max-width: 165px
    }
}

.user-registration-funnel-banner__cta-button {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 2px
}

@media screen and (min-width: 1000px) {
    .user-registration-funnel-banner__cta-button {
        margin-top: 6px
    }

    .user-registration-funnel-banner__cta-button:hover div {
        color: #29256b
    }

    .user-registration-funnel-banner__cta-button:hover svg {
        fill: #29256b;
        margin-left: 8px
    }
}

.user-registration-funnel-banner__cta-button__text {
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
    color: #010233
}

.user-registration-funnel-banner__cta-button__arrow {
    width: 15px;
    height: 10px;
    margin-left: 5px;
    margin-top: 1px;
    fill: #010233;
    transition: all 0.3s ease
}

.user-registration-funnel-banner__icon-container {
    display: none
}

@media screen and (min-width: 1000px) {
    .user-registration-funnel-banner__icon-container {
        display: -webkit-flex;
        display: flex;
        margin-right: 10px;
        margin-top: 2px
    }

    .user-registration-funnel-banner__icon-container__ninja {
        width: 83px;
        height: 80px
    }
}

.user-registration-funnel-banner.hidden {
    bottom: -100%;
    display: -webkit-flex;
    display: flex
}

@media screen and (min-width: 1000px) {
    .user-registration-funnel-banner.hidden {
        display: none
    }
}

.user-registration-funnel-banner.high {
    bottom: 20px;
    transition: bottom 0.1s ease-in
}

.user-registration-funnel-main {
    background-color: white
}

.user-registration-funnel-main__header-text {
    margin-bottom: 18px;
    margin-top: 45px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width: 1000px) {
    .user-registration-funnel-main__header-text {
        margin-top: 37px;
        margin-bottom: 0
    }
}

.user-registration-funnel-main__header-text__title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #010233
}

.user-registration-funnel-main__header-text__title--highlighted {
    color: #ff4a64
}

@media screen and (min-width: 376px) {
    .user-registration-funnel-main__header-text__title.note {
        font-size: 20px
    }
}

.user-registration-funnel-main__header-text__title.reset-password-success {
    font-size: 22px
}

@media screen and (min-width: 1000px) {
    .user-registration-funnel-main__header-text__title.reset-password-success {
        font-size: 20px
    }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .user-registration-funnel-main__header-text__title.registration-success {
        max-width: 260px
    }
}

.user-registration-funnel-main__header-text__title.smb {
    margin-bottom: 5px;
    margin-top: 7px
}

.user-registration-funnel-main__header-text__description {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #2d2d2d;
    margin-top: 7px
}

.user-registration-funnel-main__header-text__description.login {
    margin-bottom: 3px
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .user-registration-funnel-main__header-text__description.login {
        margin-bottom: 0
    }
}

@media screen and (min-width: 1000px) {
    .user-registration-funnel-main__header-text__description.login {
        margin-bottom: 5px
    }
}

@media screen and (min-width: 321px) and (max-width: 375px) {
    .user-registration-funnel-main__header-text__description.forgot-password {
        margin-top: 10px;
        margin-bottom: 20px;
        line-height: 22px
    }
}

@media screen and (min-width: 1000px) {
    .user-registration-funnel-main__header-text__description.forgot-password {
        line-height: 24px
    }
}

.user-registration-funnel-main__header-text.login {
    margin-bottom: 0;
    max-width: 220px
}

@media screen and (min-width: 321px) and (max-width: 375px) {
    .user-registration-funnel-main__header-text.login {
        max-width: 260px
    }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .user-registration-funnel-main__header-text.login {
        margin-top: 41px
    }
}

.user-registration-funnel-main__header-text.sign-up {
    margin-bottom: 18px;
    margin-top: 7px
}

.user-registration-funnel-main__header-text.forgot-password {
    margin-bottom: 39px
}

@media screen and (min-width: 321px) and (max-width: 375px) {
    .user-registration-funnel-main__header-text.forgot-password {
        margin-bottom: 23px
    }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .user-registration-funnel-main__header-text.forgot-password {
        margin-bottom: 36px;
        margin-top: 39px
    }
}

@media screen and (min-width: 1000px) {
    .user-registration-funnel-main__header-text.forgot-password {
        margin-bottom: 0
    }
}

.user-registration-funnel-main__header-text.main {
    margin-top: 5px
}

@media screen and (min-width: 1000px) {
    .user-registration-funnel-main__header-text.main {
        margin-top: 0;
        margin-bottom: 8px
    }
}

@media screen and (min-width: 1000px) {
    .user-registration-funnel-main__header-text.reset-password {
        margin-bottom: 22px
    }
}

.user-registration-funnel-main__header-text.reset-password-success {
    margin: 19px 0 0 0
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .user-registration-funnel-main__header-text.reset-password-success {
        margin: 0
    }
}

.user-registration-funnel-main__header-text.registration-success {
    margin: 19px 0 0 0
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .user-registration-funnel-main__header-text.registration-success {
        margin: 0
    }
}

.user-registration-funnel-main__main-container {
    margin: 0 auto
}

@media screen and (min-width: 376px) {
    .user-registration-funnel-main__main-container {
        max-width: 320px
    }
}

@media screen and (min-width: 376px) {
    .user-registration-funnel-main__main-container.main {
        max-width: 362px
    }
}

.user-registration-funnel-main__content {
    padding: 0 16px 15px 16px
}

@media screen and (min-width: 321px) and (max-width: 375px) {
    .user-registration-funnel-main__content {
        padding-left: 24px;
        padding-right: 24px
    }
}

.user-registration-funnel-main__content__image {
    width: 152px;
    height: 137px;
    margin: 45px 0 59px 44px
}

@media screen and (min-width: 376px) {
    .user-registration-funnel-main__content__image {
        margin: 53px 0 45px 68px
    }
}

.user-registration-funnel-main__content__image.registration-success {
    margin: 45px 0 59px 50px
}

@media screen and (min-width: 321px) {
    .user-registration-funnel-main__content__image.registration-success {
        margin: 57px 0 43px 0
    }
}

@media screen and (min-width: 1000px) {
    .user-registration-funnel-main__content__image.registration-success {
        margin: 66px 0 46px 0
    }
}

.user-registration-funnel-main__content__image-center {
    width: 235px;
    height: 200px;
    display: -webkit-flex;
    display: flex;
    margin: auto
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .user-registration-funnel-main__content__image-center.reset-password-success {
        margin-bottom: 19px
    }
}

@media screen and (min-width: 1000px) {
    .user-registration-funnel-main__content__image-center.reset-password-success {
        height: 185px
    }
}

@media screen and (min-width: 321px) {
    .user-registration-funnel-main__content__image-container {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        margin-right: 41px
    }
}

.user-registration-funnel-main__content__text-center {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center
}

.user-registration-funnel-main__content__text-center span {
    font-size: 22px
}

@media screen and (min-width: 376px) {
    .user-registration-funnel-main__content__text-center span {
        font-size: 20px
    }
}

.user-registration-funnel-main__content.main {
    padding: 13px 16px 22px 16px
}

@media screen and (min-width: 321px) and (max-width: 375px) {
    .user-registration-funnel-main__content.main {
        padding-left: 24px;
        padding-right: 24px
    }
}

.user-registration-funnel-main__content.main .user-registration-funnel-main__header-text {
    margin-bottom: 7px
}

@media screen and (min-width: 376px) {
    .user-registration-funnel-main__content.registration-success {
        padding: 5px 10px 15px 10px
    }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .user-registration-funnel-main__content.registration-success {
        padding: 5px 15px 34px 16px
    }
}

@media screen and (min-width: 1000px) {
    .user-registration-funnel-main__content.registration-success {
        padding: 5px 10px 15px 12px
    }
}

.user-registration-funnel-main__content.registration-success div {
    margin-bottom: 0;
    margin-top: 15px
}

@media screen and (min-width: 376px) {
    .user-registration-funnel-main__content.registration-success div {
        margin-top: 10px
    }
}

.user-registration-funnel-main__content.registration-success .user-registration-funnel-main__header-text__title-container {
    margin-bottom: 10px
}

.user-registration-funnel-main__content.registration {
    padding: 4px 16px 36px 16px
}

@media screen and (min-width: 321px) and (max-width: 375px) {
    .user-registration-funnel-main__content.registration {
        padding-left: 24px;
        padding-right: 24px
    }
}

.user-registration-funnel-main__content.login {
    padding: 4px 16px 49px 16px
}

@media screen and (min-width: 321px) and (max-width: 375px) {
    .user-registration-funnel-main__content.login {
        padding-left: 24px;
        padding-right: 24px
    }
}

@media screen and (min-width: 1000px) {
    .user-registration-funnel-main__content.login {
        padding: 4px 16px 20px 16px
    }
}

.user-registration-funnel-main__content.reset-password-success {
    padding: 51px 16px 81px 16px
}

@media screen and (min-width: 1000px) {
    .user-registration-funnel-main__content.reset-password-success {
        padding: 51px 16px 92px 16px
    }
}

.user-registration-funnel-main__content-forgot {
    padding: 3px 16px 95px 15px
}

@media screen and (min-width: 321px) and (max-width: 375px) {
    .user-registration-funnel-main__content-forgot {
        padding-left: 24px;
        padding-right: 24px
    }
}

.user-registration-funnel-main__page {
    margin-top: 45px;
    position: relative
}

.user-registration-funnel-main__header {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    margin: 10px 0 0 7px
}

.user-registration-funnel-main__link-message {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 13px
}

.user-registration-funnel-main__link-message__link-button {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #1789d5;
    margin: 0 4px
}

@media screen and (min-width: 768px) {
    .user-registration-funnel-main__link-message {
        padding: 4px 0 0 4px
    }
}

.user-registration-funnel-form__form {
    margin-bottom: 11px
}

@media screen and (min-width: 768px) {
    .user-registration-funnel-form__form {
        margin-bottom: 14px
    }
}

.user-registration-funnel-form__form__row {
    width: 100%;
    height: 40px;
    margin-top: 15px
}

.user-registration-funnel-form__form__row.checkbox-row {
    height: auto
}

.user-registration-funnel-form__form__row.submit {
    margin-top: 22px
}

.user-registration-funnel-form__form__row.password {
    margin-top: 21px
}

.user-registration-funnel-form__form__row.reset-password {
    margin-top: 24px
}

@media screen and (min-width: 1000px) {
    .user-registration-funnel-form__form__row.reset-password {
        margin-top: 15px
    }
}

@media screen and (min-width: 768px) {
    .user-registration-funnel-form__form__row {
        margin-top: 15px
    }

    .user-registration-funnel-form__form__row.password {
        margin-top: 20px
    }

    .user-registration-funnel-form__form__row.submit {
        margin-top: 23px
    }
}

.user-registration-funnel-form__form__row-error {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    color: #bc284b;
    width: 100%;
    margin-top: 1px;
    max-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: -5px
}

@media screen and (min-width: 376px) {
    .user-registration-funnel-form__form__row-error {
        font-size: 14px
    }
}

.user-registration-funnel-form__form__row-error__icon-container {
    position: relative;
    top: 1px;
    margin-left: 4px
}

.user-registration-funnel-form__form__row-error__icon {
    width: 15px;
    height: 13px;
    position: relative;
    top: 1px;
    margin-left: 4px
}

@media screen and (min-width: 321px) {
    .user-registration-funnel-form__form__row-error.unexpected {
        margin-top: 2px;
        margin-bottom: -6px
    }
}

.user-registration-funnel-form__form__input {
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #2d2d2d;
    box-sizing: border-box;
    position: absolute;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
    background-color: #f5f5f5;
    outline: none;
    padding: 0 0 3px 40px
}

.user-registration-funnel-form__form__input input::-webkit-input-placeholder {
    font-family: inherit;
    font-size: 16px;
    color: #797979
}

.user-registration-funnel-form__form__input input:-ms-input-placeholder {
    font-family: inherit;
    font-size: 16px;
    color: #797979
}

.user-registration-funnel-form__form__input input::-ms-input-placeholder {
    font-family: inherit;
    font-size: 16px;
    color: #797979
}

.user-registration-funnel-form__form__input input::placeholder {
    font-family: inherit;
    font-size: 16px;
    color: #797979
}

.user-registration-funnel-form__form__input.password {
    padding-bottom: 3px
}

.user-registration-funnel-form__form__input:focus {
    box-shadow: 0 0 5px rgba(21, 100, 191, 0.5);
    border: 1px solid #1789d5
}

.user-registration-funnel-form__form__input.error {
    border: 1px solid #bc284b;
    box-shadow: 0 0 5px rgba(188, 40, 75, 0.5)
}

.user-registration-funnel-form__form__input-container {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 4px;
    background-color: #f5f5f5;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.user-registration-funnel-form__form__input-icon {
    position: relative;
    margin-left: 15px;
    width: 16px;
    height: 14px
}

.user-registration-funnel-form__form__input-icon.password {
    width: 15px;
    height: 18px;
    margin-bottom: 3px;
    margin-left: 16px
}

.user-registration-funnel-form__form__input-icon.code {
    width: 16px;
    height: 15px
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .user-registration-funnel-form__form__input-icon {
        margin-bottom: 1px
    }
}

@media screen and (min-width: 768px) {
    .user-registration-funnel-form__form__input-icon {
        width: 17px;
        height: 13px
    }

    .user-registration-funnel-form__form__input-icon.code {
        width: 16px;
        height: 15px
    }
}

.user-registration-funnel-form__form__submit-button {
    width: 100%;
    height: 45px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    border-radius: 4px;
    background-color: #ff4a64;
    border: 0;
    cursor: pointer;
    transition: all 300ms ease;
    padding: 0 0 2px 0;
    outline: none
}

@media screen and (min-width: 1000px) {
    .user-registration-funnel-form__form__submit-button:after {
        content: '';
        display: -webkit-inline-flex;
        display: inline-flex;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 13px;
        height: 10px;
        transition: all 0.3s ease;
        opacity: 0
    }

    .user-registration-funnel-form__form__submit-button:hover {
        background-color: #bc284b
    }

    .user-registration-funnel-form__form__submit-button:hover:after {
        margin-left: 5px;
        opacity: 1
    }
}

.user-registration-funnel-form__form__newsletters {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center
}

.user-registration-funnel-form__form__newsletters__text {
    font-size: 14px;
    line-height: 27px;
    font-weight: 400;
    color: #2d2d2d;
    margin-left: 6px
}

.user-registration-funnel-form__form__newsletters input[type='checkbox'] {
    width: 15px;
    height: 15px;
    border: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}


.smb-registration-funnel-banner {
    width: 100%;
    height: 170px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    background-color: white;
    cursor: pointer;
    transition: bottom 0.5s ease-in, opacity 0.5s ease-in;
    outline: none;
    border-radius: 10px 10px 0 0
}

@media screen and (min-width: 1000px) {
    .smb-registration-funnel-banner {
        width: 300px;
        height: 180px
    }
}

.smb-registration-funnel-banner__container {
    margin: 0 22px 23px 22px
}

@media screen and (min-width: 1000px) {
    .smb-registration-funnel-banner__container {
        margin: 0 14px 16px 14px
    }
}

.smb-registration-funnel-banner__content-container {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 15px
}

@media screen and (min-width: 1000px) {
    .smb-registration-funnel-banner__content-container {
        margin-bottom: 19px
    }
}

.smb-registration-funnel-banner__image-container {
    width: 75px;
    height: 81px;
    margin-top: 18px;
    position: relative;
    left: -4px
}

.smb-registration-funnel-banner__image-container__image {
    width: 75px;
    height: 79px;
    margin-top: 2px;
    transition: opacity 0.5s ease-in
}

.smb-registration-funnel-banner__text-container {
    margin-left: 7px;
    margin-top: 18px;
    max-width: 175px
}

@media screen and (min-width: 1000px) {
    .smb-registration-funnel-banner__text-container {
        margin-top: 16px
    }
}

.smb-registration-funnel-banner__title {
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    color: #171717;
    margin-bottom: 5px
}

@media screen and (min-width: 1000px) {
    .smb-registration-funnel-banner__title {
        line-height: 22px;
        max-width: 170px
    }
}

.smb-registration-funnel-banner__title--selected {
    color: #fe4a65
}

.smb-registration-funnel-banner__description {
    font-size: 14px;
    line-height: 19px;
    font-weight: normal;
    color: #2d2d2d
}

.smb-registration-funnel-banner.hidden {
    bottom: -100%;
    display: -webkit-flex;
    display: flex
}

@media screen and (min-width: 1000px) {
    .smb-registration-funnel-banner.hidden {
        display: none
    }
}

.smb-registration-funnel-banner.high {
    bottom: 20px;
    transition: bottom 0.1s ease-in
}

@-webkit-keyframes ninja-with-suitcase__hila {

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

    50% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }
}

@keyframes ninja-with-suitcase__hila {

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

    50% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }
}

@-webkit-keyframes ninja-with-suitcase__body {

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

    50% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }
}

@keyframes ninja-with-suitcase__body {

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

    50% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }
}

@-webkit-keyframes ninja-with-suitcase__rightLeg {

    0%,
    100% {
        -webkit-transform: translate3d(1px, 0, 0);
        transform: translate3d(1px, 0, 0)
    }

    50% {
        -webkit-transform: translate3d(-7px, 0, 0) rotate(30deg);
        transform: translate3d(-7px, 0, 0) rotate(30deg)
    }
}

@keyframes ninja-with-suitcase__rightLeg {

    0%,
    100% {
        -webkit-transform: translate3d(1px, 0, 0);
        transform: translate3d(1px, 0, 0)
    }

    50% {
        -webkit-transform: translate3d(-7px, 0, 0) rotate(30deg);
        transform: translate3d(-7px, 0, 0) rotate(30deg)
    }
}

@-webkit-keyframes ninja-with-suitcase__leftLeg {

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

    50% {
        -webkit-transform: translate3d(8px, 0, 0) rotate(-32deg);
        transform: translate3d(8px, 0, 0) rotate(-32deg)
    }
}

@keyframes ninja-with-suitcase__leftLeg {

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

    50% {
        -webkit-transform: translate3d(8px, 0, 0) rotate(-32deg);
        transform: translate3d(8px, 0, 0) rotate(-32deg)
    }
}

@-webkit-keyframes ninja-with-suitcase__suitcaseMove {

    0%,
    100% {
        -webkit-transform: translate(0, 0) rotateZ(0deg);
        transform: translate(0, 0) rotateZ(0deg)
    }

    50% {
        -webkit-transform: translate(0%, -8%) rotate(20deg);
        transform: translate(0%, -8%) rotate(20deg)
    }
}

@keyframes ninja-with-suitcase__suitcaseMove {

    0%,
    100% {
        -webkit-transform: translate(0, 0) rotateZ(0deg);
        transform: translate(0, 0) rotateZ(0deg)
    }

    50% {
        -webkit-transform: translate(0%, -8%) rotate(20deg);
        transform: translate(0%, -8%) rotate(20deg)
    }
}

@-webkit-keyframes ninja-with-suitcase__suitcaseShadow {

    0%,
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scaleX(0.8);
        transform: scaleX(0.8)
    }
}

@keyframes ninja-with-suitcase__suitcaseShadow {

    0%,
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scaleX(0.8);
        transform: scaleX(0.8)
    }
}

@-webkit-keyframes ninja-with-suitcase__rightHand {

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

    50% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }
}

@keyframes ninja-with-suitcase__rightHand {

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

    50% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }
}

@-webkit-keyframes ninja-with-suitcase__suitcaseCloseWhite {

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

    50% {
        -webkit-transform: translate(-3px, -3px);
        transform: translate(-3px, -3px)
    }
}

@keyframes ninja-with-suitcase__suitcaseCloseWhite {

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

    50% {
        -webkit-transform: translate(-3px, -3px);
        transform: translate(-3px, -3px)
    }
}

@-webkit-keyframes ninja-with-suitcase__suitcaseCloseLine {

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

    50% {
        -webkit-transform: translate(-2px, -2px) rotate(15deg);
        transform: translate(-2px, -2px) rotate(15deg)
    }
}

@keyframes ninja-with-suitcase__suitcaseCloseLine {

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

    50% {
        -webkit-transform: translate(-2px, -2px) rotate(15deg);
        transform: translate(-2px, -2px) rotate(15deg)
    }
}

.smb-registration-funnel-banner__image-container__image path {
    transition: -webkit-animation 1s ease-out;
    transition: animation 1s ease-out;
    transition: animation 1s ease-out, -webkit-animation 1s ease-out
}

.ninja-with-suitcase__hila {
    -webkit-animation: ninja-with-suitcase__hila 1.5s cubic-bezier(0.02, 0.01, 0.21, 1) .2s infinite;
    animation: ninja-with-suitcase__hila 1.5s cubic-bezier(0.02, 0.01, 0.21, 1) .2s infinite
}

.ninja-with-suitcase__body {
    -webkit-animation: ninja-with-suitcase__body 1.5s cubic-bezier(0.02, 0.01, 0.21, 1) .2s infinite;
    animation: ninja-with-suitcase__body 1.5s cubic-bezier(0.02, 0.01, 0.21, 1) .2s infinite
}

.ninja-with-suitcase__eyes {
    -webkit-animation: ninja-with-suitcase__body 1.5s cubic-bezier(0.02, 0.01, 0.21, 1) .2s infinite;
    animation: ninja-with-suitcase__body 1.5s cubic-bezier(0.02, 0.01, 0.21, 1) .2s infinite
}

.ninja-with-suitcase__suitcase {
    -webkit-animation: ninja-with-suitcase__suitcaseMove 1.5s cubic-bezier(0.02, 0.01, 0.21, 1) .2s infinite;
    animation: ninja-with-suitcase__suitcaseMove 1.5s cubic-bezier(0.02, 0.01, 0.21, 1) .2s infinite;
    transform-box: fill-box;
    -webkit-transform-origin: top;
    transform-origin: top
}

.ninja-with-suitcase__suitcase-close-line {
    -webkit-animation: ninja-with-suitcase__suitcaseCloseLine 1.5s cubic-bezier(0.02, 0.01, 0.21, 1) .2s infinite;
    animation: ninja-with-suitcase__suitcaseCloseLine 1.5s cubic-bezier(0.02, 0.01, 0.21, 1) .2s infinite;
    transform-box: fill-box;
    -webkit-transform-origin: top;
    transform-origin: top
}

.ninja-with-suitcase__suitcase-close-white {
    -webkit-animation: ninja-with-suitcase__suitcaseCloseWhite 1.5s cubic-bezier(0.02, 0.01, 0.21, 1) .2s infinite;
    animation: ninja-with-suitcase__suitcaseCloseWhite 1.5s cubic-bezier(0.02, 0.01, 0.21, 1) .2s infinite;
    transform-box: fill-box;
    -webkit-transform-origin: top;
    transform-origin: top
}

.ninja-with-suitcase__suitcase-shadow {
    -webkit-animation: ninja-with-suitcase__suitcaseShadow 1.5s cubic-bezier(0.02, 0.01, 0.21, 1) .2s infinite;
    animation: ninja-with-suitcase__suitcaseShadow 1.5s cubic-bezier(0.02, 0.01, 0.21, 1) .2s infinite
}

.ninja-with-suitcase__right-leg {
    -webkit-animation: ninja-with-suitcase__rightLeg 0.8s cubic-bezier(0.02, 0.01, 0.21, 1) .2s infinite;
    animation: ninja-with-suitcase__rightLeg 0.8s cubic-bezier(0.02, 0.01, 0.21, 1) .2s infinite;
    transform-box: fill-box;
    -webkit-transform-origin: top;
    transform-origin: top
}

.ninja-with-suitcase__left-leg {
    -webkit-animation: ninja-with-suitcase__leftLeg 0.8s cubic-bezier(0.02, 0.01, 0.21, 1) .2s infinite;
    animation: ninja-with-suitcase__leftLeg 0.8s cubic-bezier(0.02, 0.01, 0.21, 1) .2s infinite;
    -webkit-transform-origin: top;
    transform-origin: top;
    transform-box: fill-box
}

.ninja-with-suitcase__right-hand {
    -webkit-animation: ninja-with-suitcase__rightHand 1.5s cubic-bezier(0.02, 0.01, 0.21, 1) .2s infinite;
    animation: ninja-with-suitcase__rightHand 1.5s cubic-bezier(0.02, 0.01, 0.21, 1) .2s infinite
}

.ninja-with-suitcase__left-hand {
    -webkit-animation: ninja-with-suitcase__leftHand 1.5s cubic-bezier(0.02, 0.01, 0.21, 1) .2s infinite;
    animation: ninja-with-suitcase__leftHand 1.5s cubic-bezier(0.02, 0.01, 0.21, 1) .2s infinite;
    transform-box: fill-box
}

.general-modal {
    box-sizing: border-box;
    z-index: 40;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    transition: opacity 1s ease-in-out
}

.general-modal__content {
    height: auto;
    position: relative;
    border-radius: 7px;
    margin: auto;
    cursor: auto
}

.general-modal__modal-container {
    position: relative;
    border-radius: inherit;
    background-color: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    margin: 10px 0
}

@media screen and (min-width: 768px) {
    .general-modal__modal-container {
        margin: 25px 0
    }
}

.general-modal__close {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    padding: 0;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    z-index: 40;
    margin: 12px
}

@media screen and (min-width: 768px) {
    .general-modal__close {
        margin: 14px
    }
}

.general-modal__close__icon {
    width: 14px;
    height: 14px;
    pointer-events: none;
    fill: white
}

@media screen and (min-width: 768px) {
    .general-modal__close.registration {
        margin: 10px
    }
}

@media screen and (min-width: 768px) {
    .general-modal__close.login {
        margin: 10px
    }
}

.general-modal__close.blue svg {
    fill: #1789d5
}

@media screen and (min-width: 1000px) {
    .general-modal__close.blue:hover svg {
        fill: #1564bf
    }
}

.general-modal__footer {
    height: 64px;
    background-color: #f5f5f5;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit
}

.general-modal__footer__text {
    font-size: 16px;
    line-height: 27px;
    font-weight: 300;
    color: #2d2d2d;
    margin-left: 6px
}

@media screen and (min-width: 768px) {
    .general-modal__footer__text {
        margin: 0 0 4px 4px
    }
}

.general-modal__footer__link-button {
    font-size: 16px;
    line-height: 27px;
    font-weight: 700;
    color: #1789d5;
    margin: 0 4px;
    outline: none;
    border: 0;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
    text-decoration: none
}

@media screen and (min-width: 768px) {
    .general-modal__footer__link-button {
        margin: 0 4px 4px 2px
    }
}

@media screen and (min-width: 1000px) {
    .general-modal__footer__link-button:hover {
        color: #1564bf
    }
}

.general-modal__footer.funnel {
    height: 57px
}

@media screen and (min-width: 1000px) {
    .general-modal__footer.funnel {
        height: 50px
    }
}

.general-modal__footer.signup {
    margin-top: 22px
}

.user-confirmation-success {
    border-radius: 7px;
    background-color: white;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 301px;
    height: 370px
}

@media screen and (min-width: 321px) {
    .user-confirmation-success {
        width: 343px;
        height: 390px
    }
}

@media screen and (min-width: 768px) {
    .user-confirmation-success {
        width: 502px;
        height: 395px;
        border-radius: 7px
    }
}

.user-confirmation-success__image {
    width: auto;
    height: 183px;
    margin: 39px 0 0 -1px
}

@media screen and (min-width: 321px) {
    .user-confirmation-success__image {
        width: 345px;
        margin-top: 36px
    }
}

@media screen and (min-width: 768px) {
    .user-confirmation-success__image {
        width: 368px;
        height: 180px;
        margin: 45px 0 0 70px
    }
}

.user-confirmation-success__text {
    margin: 26px 15px 0 15px
}

@media screen and (min-width: 321px) {
    .user-confirmation-success__text {
        margin: 26px 0 0 18px;
        width: 292px
    }
}

@media screen and (min-width: 768px) {
    .user-confirmation-success__text {
        margin: 39px 0 0 45px;
        width: 400px
    }
}

.user-confirmation-success__title {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    color: #2d2d2d
}

@media screen and (min-width: 768px) {
    .user-confirmation-success__title {
        font-size: 24px;
        margin-bottom: 11px;
        line-height: 29px
    }
}

.user-confirmation-success__title__highlighted {
    display: block;
    margin-top: -1px;
    margin-left: 0
}

.user-confirmation-success__highlighted {
    color: #ff4a64
}

.user-confirmation-success__description {
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    color: #2d2d2d;
    margin-top: 16px
}

@media screen and (min-width: 768px) {
    .user-confirmation-success__description {
        margin-top: 26px
    }
}

.user-confirmation-success__login--button {
    width: 272px;
    height: 45px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    margin-top: 10px;
    border-radius: 4px;
    background-color: #ff4a64;
    border: 0;
    cursor: pointer;
    outline: none;
    padding: 0 0 2px 0;
    transition: all 0.3s ease
}

@media screen and (min-width: 321px) {
    .user-confirmation-success__login--button {
        width: 306px
    }
}

@media screen and (min-width: 768px) {
    .user-confirmation-success__login--button {
        width: 413px;
        margin-left: 0
    }

    .user-confirmation-success__login--button:hover {
        background-color: #bc284b
    }
}

@media screen and (min-width: 768px) {
    .user-confirmation-success__login--button-text {
        display: inline-block;
        margin-bottom: 3px
    }
}

.user-confirmation-success__close {
    margin: 5px
}

@media screen and (min-width: 768px) {
    .user-confirmation-success__close {
        margin: 9px
    }
}

.user-confirmation-success__close__icon {
    width: 14px;
    height: 14px;
    margin: 5px
}

.intent-funnel-quiz {
    z-index: 35;
    width: 502px;
    overflow-y: hidden
}

.intent-funnel-quiz__close__icon {
    width: 15px;
    height: 15px;
    fill: white
}

.intent-funnel-quiz__word-break {
    white-space: nowrap
}

.intent-funnel-quiz__header {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    height: 175px;
    overflow: hidden
}

.intent-funnel-quiz__header__image {
    width: 100%;
    height: 95%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #ff4a64
}

.intent-funnel-quiz__header__title {
    font-size: 28px;
    font-weight: 800;
    color: white
}

.intent-funnel-quiz__header__text {
    width: 60%;
    position: absolute;
    left: 7%;
    top: 40px;
    z-index: 1
}

.intent-funnel-quiz__content {
    position: relative;
    padding-top: 1px
}

.intent-funnel-quiz__white-strip {
    width: 100%;
    height: 28px;
    background: white;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 20px 20px 0 0;
    z-index: 3
}

@media screen and (max-width: 767px) {
    .intent-funnel-quiz {
        width: 345px;
        height: 90%;
        overflow: scroll;
        min-height: 525px
    }

    .intent-funnel-quiz__header {
        height: 135px
    }

    .intent-funnel-quiz__header__image {
        width: 345px;
        z-index: 1
    }

    .intent-funnel-quiz__header__text {
        top: 30px;
        z-index: 2
    }
}

@media screen and (max-width: 767px) and (max-width: 320px) {
    .intent-funnel-quiz__header__text {
        top: 15px
    }
}

@media screen and (max-width: 767px) {
    .intent-funnel-quiz__header__title {
        font-size: 20px
    }
}

@media screen and (max-width: 375px) {
    .intent-funnel-quiz {
        min-height: 100%
    }
}

.intent-funnel-quiz.hidden {
    display: none
}

.intent-funnel-quiz--border-top-radius,
.intent-funnel-quiz__header--border-top-radius {
    border-radius: 7px
}

.no-pointer-events {
    pointer-events: none
}

.enable-pointer-events {
    pointer-events: all
}

.mini-reviews__title {
    margin: 0 0 40px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    font-size: 35px;
    line-height: 1.14;
    font-weight: bold;
    color: #2d2d2d
}

@media screen and (min-width: 768px) {
    .mini-reviews__title {
        width: 100%;
        max-width: 635px
    }
}

.mini-reviews__title:after {
    content: ' ';
    margin-top: 40px;
    display: -webkit-flex;
    display: flex;
    width: 60px;
    border-bottom: 1px solid #d5d5d5
}

.mini-reviews__product-description {
    box-sizing: border-box;
    max-width: 680px;
    width: 100%;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-direction: column;
    flex-direction: column;
    word-wrap: break-word;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: #2d2d2d;
    width: 100%;
    max-width: 100%
}

@media screen and (max-width: 999px) {
    .mini-reviews__product-description {
        max-width: initial
    }
}

.mini-reviews__product-description>* {
    box-sizing: border-box;
    display: block
}

.mini-reviews__product-description>*:empty {
    margin: 0;
    padding: 0
}

.mini-reviews__product-description__section {
    width: 100%
}

.mini-reviews__product-description ul {
    margin: 0 0 40px 0;
    padding: 0 0 0 24px;
    list-style-type: none;
    font-size: 15px
}

.mini-reviews__product-description ul li {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400
}

.mini-reviews__product-description ul li:before {
    content: ' ';
    background-image: url("54daf11709d42005ff1ac4a0cd8c7ecbfc28ac67.svg");
    background-size: 6px 6px;
    background-repeat: no-repeat;
    background-position: center left;
    width: 22px;
    height: 27px;
    color: #1789d5;
    display: inline-block;
    margin-left: -22px
}

.mini-reviews__product-description ul+p,
.mini-reviews__product-description ul+ul,
.mini-reviews__product-description ul+ol {
    margin-top: -20px
}

.mini-reviews__product-description ol {
    margin: 0 0 30px 0;
    padding: 0
}

.mini-reviews__product-description ol li {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    margin: 0 0 15px 17px;
    padding: 0 0 0 8px
}

.html-content .wysiwyg--table__table .wysiwyg--table__thead .mini-reviews__product-description .wysiwyg--table__tr,
.html-content .wysiwyg--table__table .wysiwyg--table__tbody .mini-reviews__product-description .wysiwyg--table__tr,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__thead .mini-reviews__product-description .wysiwyg--table__tr,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__tbody .mini-reviews__product-description .wysiwyg--table__tr,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr {
    margin: 0;
    display: -webkit-flex;
    display: flex;
    position: relative;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: stretch;
    align-items: stretch
}

.html-content .wysiwyg--table__table .wysiwyg--table__thead .mini-reviews__product-description .wysiwyg--table__tr:last-child,
.html-content .wysiwyg--table__table .wysiwyg--table__tbody .mini-reviews__product-description .wysiwyg--table__tr:last-child,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__thead .mini-reviews__product-description .wysiwyg--table__tr:last-child,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__tbody .mini-reviews__product-description .wysiwyg--table__tr:last-child,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr:last-child,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr:last-child {
    border-bottom: none
}

.html-content .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .mini-reviews__product-description .wysiwyg--table__th,
.html-content .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .mini-reviews__product-description .wysiwyg--table__td,
.html-content .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .mini-reviews__product-description .wysiwyg--table__td,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .mini-reviews__product-description .wysiwyg--table__th,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .mini-reviews__product-description .wysiwyg--table__td,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .mini-reviews__product-description .wysiwyg--table__td,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .wysiwyg--table__th,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .wysiwyg--table__td,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .wysiwyg--table__td,
.html-content .wysiwyg--table__container .mini-reviews__product-description .wysiwyg--table__sticky__item,
.chart-wysiwyg__html .wysiwyg--table__container .mini-reviews__product-description .wysiwyg--table__sticky__item,
.mini-reviews__product-description .wysiwyg--table__container .wysiwyg--table__sticky__item {
    -ms-word-break: break-word;
    word-break: break-word;
    width: 140px !important;
    box-sizing: content-box;
    white-space: normal;
    -webkit-align-items: center;
    align-items: center;
    line-height: 18px;
    font-size: 14px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    display: -webkit-flex;
    display: flex;
    color: #2d2d2d;
    margin: 0
}

.html-content .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .mini-reviews__product-description .td-col-2.wysiwyg--table__th,
.html-content .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .mini-reviews__product-description .td-col-2.wysiwyg--table__td,
.html-content .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .mini-reviews__product-description .td-col-2.wysiwyg--table__th,
.html-content .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .mini-reviews__product-description .td-col-2.wysiwyg--table__td,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .mini-reviews__product-description .td-col-2.wysiwyg--table__th,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .mini-reviews__product-description .td-col-2.wysiwyg--table__td,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .mini-reviews__product-description .td-col-2.wysiwyg--table__th,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .mini-reviews__product-description .td-col-2.wysiwyg--table__td,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .td-col-2.wysiwyg--table__th,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .td-col-2.wysiwyg--table__td,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .td-col-2.wysiwyg--table__th,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .td-col-2.wysiwyg--table__td {
    width: 195px !important
}

@media screen and (max-width: 767px) {

    .html-content .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .mini-reviews__product-description .td-col-2.wysiwyg--table__th,
    .html-content .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .mini-reviews__product-description .td-col-2.wysiwyg--table__td,
    .html-content .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .mini-reviews__product-description .td-col-2.wysiwyg--table__th,
    .html-content .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .mini-reviews__product-description .td-col-2.wysiwyg--table__td,
    .chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .mini-reviews__product-description .td-col-2.wysiwyg--table__th,
    .chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .mini-reviews__product-description .td-col-2.wysiwyg--table__td,
    .chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .mini-reviews__product-description .td-col-2.wysiwyg--table__th,
    .chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .mini-reviews__product-description .td-col-2.wysiwyg--table__td,
    .mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .td-col-2.wysiwyg--table__th,
    .mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .td-col-2.wysiwyg--table__td,
    .mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .td-col-2.wysiwyg--table__th,
    .mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .td-col-2.wysiwyg--table__td {
        width: 150px !important
    }
}

.html-content .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .mini-reviews__product-description .td-col-3.wysiwyg--table__th,
.html-content .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .mini-reviews__product-description .td-col-3.wysiwyg--table__td,
.html-content .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .mini-reviews__product-description .td-col-3.wysiwyg--table__th,
.html-content .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .mini-reviews__product-description .td-col-3.wysiwyg--table__td,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .mini-reviews__product-description .td-col-3.wysiwyg--table__th,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .mini-reviews__product-description .td-col-3.wysiwyg--table__td,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .mini-reviews__product-description .td-col-3.wysiwyg--table__th,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .mini-reviews__product-description .td-col-3.wysiwyg--table__td,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .td-col-3.wysiwyg--table__th,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .td-col-3.wysiwyg--table__td,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .td-col-3.wysiwyg--table__th,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .td-col-3.wysiwyg--table__td {
    width: 160px !important;
    min-width: 125px;
    max-width: 160px
}

@media screen and (max-width: 999px) {

    .html-content .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .mini-reviews__product-description .td-col-3.wysiwyg--table__th,
    .html-content .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .mini-reviews__product-description .td-col-3.wysiwyg--table__td,
    .html-content .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .mini-reviews__product-description .td-col-3.wysiwyg--table__th,
    .html-content .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .mini-reviews__product-description .td-col-3.wysiwyg--table__td,
    .chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .mini-reviews__product-description .td-col-3.wysiwyg--table__th,
    .chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .mini-reviews__product-description .td-col-3.wysiwyg--table__td,
    .chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .mini-reviews__product-description .td-col-3.wysiwyg--table__th,
    .chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .mini-reviews__product-description .td-col-3.wysiwyg--table__td,
    .mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .td-col-3.wysiwyg--table__th,
    .mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .td-col-3.wysiwyg--table__td,
    .mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .td-col-3.wysiwyg--table__th,
    .mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .td-col-3.wysiwyg--table__td {
        min-width: 159px;
        max-width: 160px
    }
}

.html-content .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .mini-reviews__product-description .td-col-4.wysiwyg--table__th,
.html-content .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .mini-reviews__product-description .td-col-4.wysiwyg--table__td,
.html-content .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .mini-reviews__product-description .td-col-4.wysiwyg--table__th,
.html-content .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .mini-reviews__product-description .td-col-4.wysiwyg--table__td,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .mini-reviews__product-description .td-col-4.wysiwyg--table__th,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .mini-reviews__product-description .td-col-4.wysiwyg--table__td,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .mini-reviews__product-description .td-col-4.wysiwyg--table__th,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .mini-reviews__product-description .td-col-4.wysiwyg--table__td,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .td-col-4.wysiwyg--table__th,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .td-col-4.wysiwyg--table__td,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .td-col-4.wysiwyg--table__th,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .td-col-4.wysiwyg--table__td {
    min-width: 116px;
    max-width: 140px
}

.html-content .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .mini-reviews__product-description .wysiwyg--table__th,
.html-content .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .mini-reviews__product-description .wysiwyg--table__td,
.html-content .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .mini-reviews__product-description .wysiwyg--table__td,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .mini-reviews__product-description .wysiwyg--table__th,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .mini-reviews__product-description .wysiwyg--table__td,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .mini-reviews__product-description .wysiwyg--table__td,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .wysiwyg--table__th,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .wysiwyg--table__td,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .wysiwyg--table__td {
    padding: 25px 0 25px 20px
}

.html-content .wysiwyg--table__container .mini-reviews__product-description .wysiwyg--table__sticky__item,
.chart-wysiwyg__html .wysiwyg--table__container .mini-reviews__product-description .wysiwyg--table__sticky__item,
.mini-reviews__product-description .wysiwyg--table__container .wysiwyg--table__sticky__item {
    -ms-word-break: break-word;
    word-break: break-word;
    padding: 25px 20px 25px 14px;
    background-color: initial;
    margin: 0
}

.html-content .wysiwyg--table__container .mini-reviews__product-description .wysiwyg--table__sticky__item:first-child,
.chart-wysiwyg__html .wysiwyg--table__container .mini-reviews__product-description .wysiwyg--table__sticky__item:first-child,
.mini-reviews__product-description .wysiwyg--table__container .wysiwyg--table__sticky__item:first-child {
    background-color: #f5f5f5;
    width: 86px !important;
    font-weight: 700
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

    .html-content .wysiwyg--table__container .mini-reviews__product-description .wysiwyg--table__sticky__item:first-child,
    .chart-wysiwyg__html .wysiwyg--table__container .mini-reviews__product-description .wysiwyg--table__sticky__item:first-child,
    .mini-reviews__product-description .wysiwyg--table__container .wysiwyg--table__sticky__item:first-child {
        width: 63px !important
    }
}

.html-content .wysiwyg--table__container .mini-reviews__product-description .wysiwyg--table__sticky__item:not(:first-child),
.chart-wysiwyg__html .wysiwyg--table__container .mini-reviews__product-description .wysiwyg--table__sticky__item:not(:first-child),
.mini-reviews__product-description .wysiwyg--table__container .wysiwyg--table__sticky__item:not(:first-child) {
    border-bottom: 1px solid #d5d5d5;
    width: 90px !important;
    -webkit-flex-grow: 1;
    flex-grow: 1
}

.html-content .wysiwyg--table__container .mini-reviews__product-description .wysiwyg--table__sticky__item:last-child,
.chart-wysiwyg__html .wysiwyg--table__container .mini-reviews__product-description .wysiwyg--table__sticky__item:last-child,
.mini-reviews__product-description .wysiwyg--table__container .wysiwyg--table__sticky__item:last-child {
    margin-right: 0
}

.html-content .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .mini-reviews__product-description .wysiwyg--table__th:last-child,
.html-content .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .mini-reviews__product-description .wysiwyg--table__td:last-child,
.html-content .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .mini-reviews__product-description .wysiwyg--table__th:last-child,
.html-content .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .mini-reviews__product-description .wysiwyg--table__td:last-child,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .mini-reviews__product-description .wysiwyg--table__th:last-child,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .mini-reviews__product-description .wysiwyg--table__td:last-child,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .mini-reviews__product-description .wysiwyg--table__th:last-child,
.chart-wysiwyg__html .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .mini-reviews__product-description .wysiwyg--table__td:last-child,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .wysiwyg--table__th:last-child,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .wysiwyg--table__td:last-child,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .wysiwyg--table__th:last-child,
.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .wysiwyg--table__td:last-child {
    padding-right: 14px
}

.html-content .wysiwyg--table__container .mini-reviews__product-description .wysiwyg--table__arrow,
.chart-wysiwyg__html .wysiwyg--table__container .mini-reviews__product-description .wysiwyg--table__arrow,
.mini-reviews__product-description .wysiwyg--table__container .wysiwyg--table__arrow {
    box-shadow: 0 0 5px 3px #d5d5d5;
    background-size: 14px 16px;
    background-color: white;
    margin-left: -6px;
    position: absolute;
    border-radius: 50%;
    font-size: 13px;
    padding: 21px;
    z-index: 1;
    opacity: 0;
    transition: opacity .6s
}

.mini-reviews__product-description .wysiwyg--table__container {
    margin: 0 0 40px 0;
    position: relative;
    max-width: 656px;
    display: -webkit-flex;
    display: flex
}

.mini-reviews__product-description .wysiwyg--table__container img[data-feature-input-type='logo'] {
    margin-bottom: 0;
    display: initial
}

.mini-reviews__product-description .wysiwyg--table__container .wysiwyg--table__sticky {
    -ms-word-break: initial;
    word-break: initial;
    box-shadow: 5px 0 6px -2px #d5d5d5;
    border: 1px solid #d5d5d5;
    border-bottom: none;
    border-right: none;
    width: 120px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    margin: 0
}

.mini-reviews__product-description .wysiwyg--table__container .wysiwyg--table__sticky__item__container {
    margin: 0
}

.mini-reviews__product-description .wysiwyg--table__container .wysiwyg--table__arrow.disabled {
    background-size: 14px 16px;
    background-color: white
}

.mini-reviews__product-description .wysiwyg--table__container .wysiwyg--table__arrow--right {
    right: -22px
}

@media screen and (max-width: 887px) {
    .mini-reviews__product-description .wysiwyg--table__container .wysiwyg--table__arrow--right {
        right: -15px
    }
}

@media screen and (max-width: 767px) {
    .mini-reviews__product-description .wysiwyg--table__container .wysiwyg--table__arrow--right {
        right: 0
    }
}

.mini-reviews__product-description .wysiwyg--table__container .wysiwyg--table__arrow--left {
    left: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media screen and (max-width: 887px) {
    .mini-reviews__product-description .wysiwyg--table__container .wysiwyg--table__arrow--left {
        left: 7px
    }
}

@media screen and (max-width: 1228px) {
    .mini-reviews__product-description .wysiwyg--table__container {
        max-width: 635px
    }
}

.mini-reviews__product-description .wysiwyg--table__table {
    -webkit-overflow-scrolling: touch;
    border: 1px solid #d5d5d5;
    scroll-behavior: smooth;
    width: auto !important;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    height: 100%;
    margin: 0
}

.mini-reviews__product-description .wysiwyg--table__table .os-resize-observer-host {
    margin: 0 !important
}

.mini-reviews__product-description .wysiwyg--table__table .os-size-auto-observer {
    margin: 0 !important
}

.mini-reviews__product-description .wysiwyg--table__table .os-padding {
    margin: 0 !important
}

.mini-reviews__product-description .wysiwyg--table__table .os-padding .os-viewport {
    margin: 0 !important
}

.mini-reviews__product-description .wysiwyg--table__table .os-content {
    margin: 0 !important
}

.mini-reviews__product-description .wysiwyg--table__table .os-scrollbar-horizontal {
    margin: 0 0 -4px 0;
    padding: 0
}

.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__thead {
    margin: 0
}

.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr {
    background-color: #f5f5f5
}

.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .wysiwyg--table__th {
    width: auto;
    min-width: auto;
    font-weight: 700;
    background-color: #f5f5f5
}

.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__thead .wysiwyg--table__tr .wysiwyg--table__td {
    font-weight: 700;
    background-color: #f5f5f5
}

.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__tbody {
    margin: 0
}

.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .wysiwyg--table__td {
    border-bottom: 1px solid #d5d5d5
}

.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr .wysiwyg--table__td a.cta-button {
    max-width: 100px !important;
    min-width: 90px !important;
    height: 25px !important;
    font-size: 14px
}

.mini-reviews__product-description .wysiwyg--table__table .wysiwyg--table__tbody .wysiwyg--table__tr:last-child .wysiwyg--table__td {
    border-bottom: none
}

.mini-reviews__product-description .main-title {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 35px;
    line-height: 40px;
    font-weight: 700
}

.mini-reviews__product-description .main-title:after {
    margin: 40px 0;
    display: block;
    content: ' ';
    width: 60px;
    height: 1px;
    background-color: #d5d5d5
}

@keyframes slideArrow {
    0% {
        margin-left: 0.3em;
        color: #1789d5
    }

    100% {
        margin-left: 0.6em;
        color: #1564bf
    }
}

@keyframes slideArrowOut {
    0% {
        margin-left: 0.6em
    }

    100% {
        margin-left: 0.3em
    }
}

.mini-reviews__product-description .arrow:after {
    font-size: 11px;
    line-height: 32px;
    font-weight: inherit;
    content: ' ';
    display: -webkit-inline-flex;
    display: inline-flex;
    width: 11px;
    height: 11px;
    margin-left: 0.3em;
    -webkit-animation: slideArrowOut 150ms ease-out;
    animation: slideArrowOut 150ms ease-out
}

.mini-reviews__product-description .arrow:hover {
    text-decoration: none;
    color: #1564bf
}

.mini-reviews__product-description .arrow:hover:after {
    -webkit-animation: slideArrow 150ms ease-out;
    animation: slideArrow 150ms ease-out;
    margin-left: 0.6em
}

.mini-reviews__product-description figure {
    position: relative;
    margin: 0 0 40px 0;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
}

.mini-reviews__product-description figure .image-overlay {
    position: absolute;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: calc(100% - 15px);
    top: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out
}

.mini-reviews__product-description figure .image-overlay--hidden {
    opacity: 0
}

.mini-reviews__product-description figure .zoom-icon {
    background: white;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    bottom: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    transition: all 0.2s ease-in-out;
    opacity: 1;
    cursor: pointer;
    width: 60px;
    height: 60px
}

.mini-reviews__product-description figure .zoom-icon--hidden {
    opacity: 0
}

.mini-reviews__product-description figure .zoom-icon:after,
.mini-reviews__product-description figure .zoom-icon:before {
    content: ' ';
    display: -webkit-flex;
    display: flex;
    width: 15px;
    height: 15px;
    position: absolute;
    width: 15px;
    height: 15px
}

.mini-reviews__product-description figure .zoom-icon:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 15px;
    right: 15px
}

.mini-reviews__product-description figure .zoom-icon:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    bottom: 15px;
    left: 15px
}

.mini-reviews__product-description figure .zoom-icon:hover.zoom-icon:after {
    -webkit-animation: slideArrowTopRight 0.5s infinite ease-out;
    animation: slideArrowTopRight 0.5s infinite ease-out
}

.mini-reviews__product-description figure .zoom-icon:hover.zoom-icon:before {
    -webkit-animation: slideArrowBottomLeft 0.5s infinite ease-out;
    animation: slideArrowBottomLeft 0.5s infinite ease-out
}

@keyframes slideArrowTopRight {
    0% {
        -webkit-transform: translate(0, 0) rotate(-45deg);
        transform: translate(0, 0) rotate(-45deg)
    }

    50% {
        -webkit-transform: translate(20%, -20%) rotate(-45deg);
        transform: translate(20%, -20%) rotate(-45deg)
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(-45deg);
        transform: translate(0, 0) rotate(-45deg)
    }
}

@keyframes slideArrowBottomLeft {
    0% {
        -webkit-transform: translate(0, 0) rotate(135deg);
        transform: translate(0, 0) rotate(135deg)
    }

    50% {
        -webkit-transform: translate(-20%, 20%) rotate(135deg);
        transform: translate(-20%, 20%) rotate(135deg)
    }

    0% {
        -webkit-transform: translate(0, 0) rotate(135deg);
        transform: translate(0, 0) rotate(135deg)
    }
}

.mini-reviews__product-description figure figcaption~.image-overlay {
    height: calc(100% - 35px)
}

.mini-reviews__product-description figure figcaption~.zoom-icon {
    bottom: 50px
}

.mini-reviews__product-description figure figure {
    margin: 0
}

.mini-reviews__product-description li figure {
    margin: 5px 0 0 0
}

.mini-reviews__product-description li figcaption {
    margin: 0
}

.mini-reviews__product-description figcaption {
    margin: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 0;
    display: block;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    color: #797979
}

.mini-reviews__product-description .fr-video {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 0;
    display: block;
    margin-bottom: 40px
}

.mini-reviews__product-description .fr-video iframe {
    width: 100%
}

.mini-reviews__product-description .product-cta-button {
    margin-bottom: 40px
}

.mini-reviews__product-description .product-cta-button img {
    margin-bottom: 0
}

.mini-reviews__product-description .product-cta-button .product-cta-button-text {
    font-weight: 700
}

.mini-reviews__product-description .product-cta-button+a,
.mini-reviews__product-description .product-cta-button+div {
    margin-top: -10px
}

.mini-reviews__product-description img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 0;
    display: block
}

.mini-reviews__product-description img:not(:only-child) {
    margin-bottom: 15px
}

.mini-reviews__product-description h1 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: 40px
}

.mini-reviews__product-description h2:not(.main-title) {
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
    color: #2d2d2d;
    margin: 0 0 40px 0
}

.mini-reviews__product-description h2:not(.main-title)+p,
.mini-reviews__product-description h2:not(.main-title)+h3,
.mini-reviews__product-description h2:not(.main-title)+strong {
    margin-top: -20px
}

.mini-reviews__product-description h2:not(.main-title)+ul,
.mini-reviews__product-description h2:not(.main-title)+ol {
    margin-top: -20px
}

.mini-reviews__product-description h3 {
    font-size: 16px;
    line-height: 27px;
    font-weight: 700;
    color: #2d2d2d;
    margin: 0 0 40px 0
}

.mini-reviews__product-description h3+a,
.mini-reviews__product-description h3+div,
.mini-reviews__product-description h3+h3 {
    margin-top: -10px
}

.mini-reviews__product-description h3+p,
.mini-reviews__product-description h3+ul,
.mini-reviews__product-description h3+ol {
    margin-top: -20px
}

.mini-reviews__product-description strong,
.mini-reviews__product-description p {
    display: block;
    margin: 0 0 40px 0;
    font-size: inherit;
    line-height: inherit
}

.mini-reviews__product-description strong+h3,
.mini-reviews__product-description strong+a,
.mini-reviews__product-description p+h3,
.mini-reviews__product-description p+a {
    margin-top: -10px
}

.mini-reviews__product-description strong+ul,
.mini-reviews__product-description strong+ol,
.mini-reviews__product-description strong+p,
.mini-reviews__product-description strong+div,
.mini-reviews__product-description strong+strong,
.mini-reviews__product-description p+ul,
.mini-reviews__product-description p+ol,
.mini-reviews__product-description p+p,
.mini-reviews__product-description p+div,
.mini-reviews__product-description p+strong {
    margin-top: -20px
}

.mini-reviews__product-description a {
    font-size: inherit;
    line-height: inherit;
    font-weight: 600;
    color: #1789d5;
    display: block;
    margin: 0 0 30px 0;
    cursor: pointer;
    text-decoration: none;
    font-family: inherit;
    transition: color 0.3s linear
}

.mini-reviews__product-description a:hover {
    color: #1564bf
}

.mini-reviews__product-description a+h2 {
    margin-top: 10px
}

.mini-reviews__product-description p a,
.mini-reviews__product-description p strong,
.mini-reviews__product-description div a,
.mini-reviews__product-description div strong,
.mini-reviews__product-description h1 a,
.mini-reviews__product-description h1 strong,
.mini-reviews__product-description h2 a,
.mini-reviews__product-description h2 strong,
.mini-reviews__product-description h3 a,
.mini-reviews__product-description h3 strong,
.mini-reviews__product-description a a,
.mini-reviews__product-description a strong,
.mini-reviews__product-description strong a,
.mini-reviews__product-description strong strong,
.mini-reviews__product-description figcaption a,
.mini-reviews__product-description figcaption strong,
.mini-reviews__product-description ul a,
.mini-reviews__product-description ul strong,
.mini-reviews__product-description ol a,
.mini-reviews__product-description ol strong {
    display: initial;
    margin: 0
}

.mini-reviews__product-description b {
    font-weight: 700
}

.mini-reviews__product-description strong {
    font-weight: 600
}

.mini-reviews__product-description em {
    font-style: normal
}

.mini-reviews__product-description p:last-child,
.mini-reviews__product-description h2:last-child,
.mini-reviews__product-description h3:last-child,
.mini-reviews__product-description ul:last-child,
.mini-reviews__product-description ol:last-child,
.mini-reviews__product-description li:last-child,
.mini-reviews__product-description a:last-child,
.mini-reviews__product-description strong:last-child,
.mini-reviews__product-description .wysiwyg--table__container:last-child,
.mini-reviews__product-description .fr-video:last-child,
.mini-reviews__product-description .product-cta-button:last-child {
    margin-bottom: 0
}

@media screen and (min-width: 768px) {
    .mini-reviews__items {
        max-width: 635px
    }
}

.mini-reviews__item:not(.no-bottom-border):after {
    content: ' ';
    margin-top: 50px;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    border-bottom: 1px solid #d5d5d5
}

@media screen and (max-width: 999px) {
    .mini-reviews__item .visitor-review-agg {
        width: auto;
        margin-right: auto
    }
}

.mini-reviews__item .phone__mobile--number {
    font-size: 12px;
    line-height: 1.17;
    font-weight: normal;
    color: #797979;
    margin-top: 7px
}

.mini-reviews__item .phone__mobile--number .formatted-number {
    font-weight: normal
}

.mini-reviews__item .visitor-review-agg__overview .visitor-review-agg__count {
    margin-top: 5px
}

@media screen and (min-width: 768px) {
    .mini-reviews__item .visitor-review-agg__overview .visitor-review-agg__count {
        margin-top: 0
    }
}

.mini-reviews__item .review-link {
    font-size: 16px
}

@media screen and (min-width: 768px) {
    .mini-reviews__item .review-link {
        font-size: 14px
    }
}

.mini-reviews__bullet-points__text-after-value:before {
    content: none
}

.mini-reviews__review-link {
    display: -webkit-flex;
    display: flex;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.3s ease;
    font-size: 16px;
    line-height: 1.69;
    font-weight: 600;
    color: #1789d5
}

.mini-reviews__review-link--text:after {
    content: ' ';
    display: -webkit-inline-flex;
    display: inline-flex;
    background-repeat: no-repeat;
    background-position: center;
    line-height: 32px;
    width: 12px;
    height: 12px;
    width: 16px;
    height: 11px;
    transition: color 0.3s ease;
    margin-left: 7px;
    background-position-y: 0.5px;
    background-position-x: -2px;
    margin-top: 1px
}

@media screen and (max-width: 767px) {
    .mini-reviews__review-link--text:after {
        width: 13px;
        margin-top: 3px;
        background-position-y: 1.5px
    }
}

.mini-reviews__review-link:hover {
    color: #1564bf
}

.mini-reviews__review-link:hover .mini-reviews__review-link--text:after {
    content: ' ';
    display: -webkit-inline-flex;
    display: inline-flex;
    background-repeat: no-repeat;
    background-position: center;
    line-height: 32px;
    width: 12px;
    height: 12px;
    width: 16px;
    height: 11px;
    transition: color 0.3s ease;
    margin-left: 7px;
    background-position-y: 0.5px;
    background-position-x: -2px
}

@media screen and (min-width: 768px) {
    .mini-reviews__header .cta-button {
        box-sizing: border-box;
        min-height: 42px;
        display: -webkit-inline-flex;
        display: inline-flex;
        text-decoration: none;
        display: inline-flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        text-decoration: none;
        height: 42px;
        background-color: #ff4a64;
        width: 100%;
        max-width: 220px;
        text-align: center;
        vertical-align: center;
        border-radius: 4px;
        font-size: 16px;
        line-height: 22px;
        font-weight: 700;
        color: #fff;
        transition: all 300ms ease
    }

    .mini-reviews__header .cta-button.disabled {
        background-color: #d5d5d5;
        cursor: default;
        pointer-events: none
    }

    .mini-reviews__header .cta-button:hover {
        background-color: #bc284b;
        transition: all 300ms ease;
        color: #ffffff
    }

    .mini-reviews__header .cta-button--arrow:after {
        content: ' ';
        display: -webkit-inline-flex;
        display: inline-flex;
        width: 11px;
        height: 11px;
        font-size: 11px;
        line-height: 32px;
        margin-left: -6px;
        margin-top: 4px;
        position: relative;
        z-index: 0;
        opacity: 0;
        transition: all 300ms ease
    }

    .mini-reviews__header .cta-button--arrow:hover:after {
        position: relative;
        -webkit-animation-direction: normal;
        animation-direction: normal;
        margin-left: 6px;
        opacity: 1;
        transition: all 300ms ease
    }

    .mini-reviews__header .cta-button.cta-yellow {
        background-color: #ffb401;
        color: #2d2d2d
    }

    .mini-reviews__header .cta-button.cta-yellow:hover {
        background-color: #e59b1b;
        color: #2d2d2d
    }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
    .mini-reviews__header .cta-button {
        font-size: 16px;
        line-height: 22px;
        font-weight: 700;
        color: #fff;
        width: 141px;
        height: 42px
    }

    .mini-reviews__header .cta-button:after {
        content: '';
        display: -webkit-inline-flex;
        display: inline-flex;
        background-size: 13px 13px;
        width: 0;
        height: 13px;
        font-size: 13px;
        opacity: 0;
        transition: all 0.3s ease;
        padding-left: 6px;
        margin-left: -6px
    }


    .mini-reviews__header .cta-button:hover:after {
        margin-left: 6px;
        width: 13px;
        opacity: 1
    }
}

@media screen and (min-width: 768px) and (max-width: 767px) {
    .mini-reviews__header .cta-button {
        font-size: 16px;
        line-height: 16px;
        font-weight: 700;
        color: #ff4a64;
        background-color: transparent;
        height: initial;
        width: initial;
        min-height: initial;
        text-transform: capitalize;
        text-decoration: none
    }

    .mini-reviews__header .cta-button:after {
        content: ' ';
        display: -webkit-inline-flex;
        display: inline-flex;
        background-size: 13px 10px;
        height: 16px;
        width: 16px;
        margin-left: 3px
    }

    .mini-reviews__header .cta-button:hover {
        background-color: transparent
    }
}

@media screen and (min-width: 768px) {
    .mini-reviews__header .cta-button {
        width: 150px;
        height: 45px
    }

    .mini-reviews__header .phone {
        border: 1px solid #ff4a64;
        border-radius: 4px;
        background-color: #fff;
        text-decoration: none;
        cursor: pointer;
        color: #ff4a64;
        box-sizing: border-box;
        display: -webkit-inline-flex;
        display: inline-flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        font-weight: 700;
        width: 150px;
        height: 45px;
        transition: all 0.3s ease
    }

    .mini-reviews__header .phone span {
        width: 100%;
        text-align: center
    }

    .mini-reviews__header .phone:hover {
        background-color: #bc284b;
        border-color: #bc284b;
        color: #ffffff
    }
}

@media screen and (max-width: 767px) {
    .mini-reviews__header .cta-button {
        box-sizing: border-box;
        min-height: 42px;
        display: -webkit-inline-flex;
        display: inline-flex;
        text-decoration: none;
        display: inline-flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        text-decoration: none;
        height: 42px;
        background-color: #ff4a64;
        width: 100%;
        max-width: 220px;
        text-align: center;
        vertical-align: center;
        border-radius: 4px;
        font-size: 16px;
        line-height: 22px;
        font-weight: 700;
        color: #fff;
        transition: all 300ms ease
    }

    .mini-reviews__header .cta-button.disabled {
        background-color: #d5d5d5;
        cursor: default;
        pointer-events: none
    }

    .mini-reviews__header .cta-button:hover {
        background-color: #bc284b;
        transition: all 300ms ease;
        color: #ffffff
    }

    .mini-reviews__header .cta-button--arrow:after {
        content: ' ';
        display: -webkit-inline-flex;
        display: inline-flex;
        width: 11px;
        height: 11px;
        font-size: 11px;
        line-height: 32px;
        margin-left: -6px;
        margin-top: 4px;
        position: relative;
        z-index: 0;
        opacity: 0;
        transition: all 300ms ease
    }

    .mini-reviews__header .cta-button--arrow:hover:after {
        position: relative;
        -webkit-animation-direction: normal;
        animation-direction: normal;
        margin-left: 6px;
        opacity: 1;
        transition: all 300ms ease
    }

    .mini-reviews__header .cta-button.cta-yellow {
        background-color: #ffb401;
        color: #2d2d2d
    }

    .mini-reviews__header .cta-button.cta-yellow:hover {
        background-color: #e59b1b;
        color: #2d2d2d
    }
}

@media screen and (max-width: 767px) and (min-width: 768px) {
    .mini-reviews__header .cta-button {
        font-size: 16px;
        line-height: 22px;
        font-weight: 700;
        color: #fff;
        width: 141px;
        height: 42px
    }

    .mini-reviews__header .cta-button:after {
        content: '';
        display: -webkit-inline-flex;
        display: inline-flex;
        background-size: 13px 13px;
        width: 0;
        height: 13px;
        font-size: 13px;
        opacity: 0;
        transition: all 0.3s ease;
        padding-left: 6px;
        margin-left: -6px
    }


    .mini-reviews__header .cta-button:hover:after {
        margin-left: 6px;
        width: 13px;
        opacity: 1
    }
}

@media screen and (max-width: 767px) {
    .mini-reviews__header .phone {
        font-size: 10px;
        line-height: 13px;
        font-weight: 600;
        color: #ff4a64;
        position: relative;
        text-decoration: none;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        width: 100%;
        border: none;
        padding: 0
    }

    .mini-reviews__header .phone:before {
        content: none
    }

    .mini-reviews__header .phone__mobile--button {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        border: 1px solid #ff4a64;
        border-radius: 4px;
        color: #ffffff;
        background-color: #ff4a64;
        width: 100%;
        height: 40px;
        position: relative;
        transition: background-color 0.3s ease
    }
}

@media screen and (max-width: 767px) and (min-width: 768px) {
    .mini-reviews__header .phone__mobile--button:hover {
        background-color: #bc284b;
        border-color: #bc284b
    }
}

@media screen and (max-width: 767px) {
    .mini-reviews__header .phone__mobile--button:before {
        content: ' ';
        width: 15px;
        height: 15px;
        fill: white;
        display: block;
        margin-right: 5px;
        transition: background-image 0.3s
    }

    .mini-reviews__header .phone__mobile--number {
        width: 100%;
        text-align: center;
        margin-top: 5px;
        letter-spacing: -0.09;
        font-size: 12px;
        line-height: 14px;
        font-weight: 600;
        color: #797979
    }

    .mini-reviews__header .phone .tapToCall {
        display: -webkit-flex;
        display: flex;
        position: relative;
        transition: color 0.3s;
        font-size: 16px;
        line-height: 22px;
        font-weight: bold;
        color: #fff
    }

    .mini-reviews__header .phone__container {
        display: -webkit-flex;
        display: flex;
        width: 50%;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        margin-left: 10px
    }

    .mini-reviews__header .phone__container:only-child {
        margin-left: 0;
        margin-right: 0
    }

    .mini-reviews__header .phone .phone-visual-nudge:after {
        display: inline-block;
        margin-left: 6px;
        border-radius: 15px;
        content: '';
        background: #09a789;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        width: 8px;
        height: 8px
    }

    .mini-reviews__header .cta-button {
        width: 100%;
        max-width: 100%
    }

    .mini-reviews__header .cta-button:not(:only-child).cta-with-call {
        width: 100%
    }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
    .mini-reviews__header .cta-button:not(:only-child).cta-with-call {
        width: 50%;
        color: #ff4a64;
        background-color: white;
        border: 1px solid #ff4a64
    }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
    .mini-reviews__header .phone__container:only-child {
        width: 100%;
        margin-left: 0
    }
}

.mini-reviews__header .phone__mobile {
    width: 100%
}

.mini-reviews__header .phone__mobile--button {
    font-weight: 700
}

@media screen and (min-width: 768px) {
    .mini-reviews__header:after {
        content: ' ';
        margin-top: 40px;
        display: -webkit-flex;
        display: flex;
        width: 60px;
        border-bottom: 1px solid #d5d5d5
    }
}

.mini-reviews__header-mobile__reviews-container .mini-reviews__review-link {
    margin-right: 4px
}

.mini-reviews__header-mobile__details-bottom .mini-reviews__cta-button {
    max-width: none
}

.mini-reviews__header-mobile__details-bottom.with-phone {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.mini-reviews__header-mobile__details-bottom.with-phone .mini-reviews__cta-button {
    margin-right: 4px;
    border: 1px solid #ff4a64
}

.mini-reviews__header-mobile__details-bottom.with-phone .mini-reviews__phone-container {
    margin-left: 4px;
    padding: 16px 16px 8px 0
}

.mini-reviews__header-mobile .mini-reviews__review-link {
    padding: 0 16px;
    margin-top: 7px;
    width: 100%
}

.mini-reviews__header-mobile__details-top .index-counter {
    color: #000;
    display: -webkit-flex;
    display: flex;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    height: 35px;
    text-align: center;
    z-index: 1;
    position: absolute;
    top: 30px;
    left: -10px;
    font-size: 22px;
    line-height: 35px;
    font-weight: 400
}

@media screen and (max-width: 767px) {
    .mini-reviews__header-mobile__details-top .index-counter {
        position: initial;
        z-index: 0;
        -webkit-align-self: center;
        align-self: center;
        max-height: 35px
    }
}

@media (min-width: 1210px) {
    .mini-reviews__header-mobile__details-top .index-counter {
        left: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    @-moz-document url-prefix('') {
        .mini-reviews__header-mobile__details-top .index-counter {
            transform: translateX(-49%)
        }
    }
}

.mini-reviews__header-mobile__details-top .index-counter__value {
    color: #000;
    background-color: #fff;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    width: 35px;
    height: 35px;
    border: 1px solid #010233;
    border-radius: 50%
}

@media screen and (max-width: 767px) {
    .mini-reviews__header-mobile__details-top .index-counter__value {
        width: 35px;
        height: 35px
    }
}

@media screen and (max-width: 767px) {
    .mini-reviews__header-mobile__details-top .index-counter {
        margin-right: 8px
    }
}

.mini-reviews__header-mobile__details-top .product-score {
    -webkit-align-self: flex-end;
    align-self: flex-end;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    margin-bottom: 20px
}

.mini-reviews__header-mobile__details-top .product-score * {
    box-sizing: border-box
}

.mini-reviews__header-mobile__details-top .product-score__text {
    margin-right: 6px;
    text-transform: capitalize;
    text-align: end;
    width: 100px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    color: #1564bf
}

@media screen and (max-width: 767px) {
    .mini-reviews__header-mobile__details-top .product-score__text {
        font-size: 14px;
        margin-right: 5px;
        width: initial;
        line-height: 15px
    }
}

@media screen and (max-width: 374px) {
    .mini-reviews__header-mobile__details-top .product-score__text {
        display: none
    }
}

.mini-reviews__header-mobile__details-top .product-score__number {
    padding-bottom: 2px;
    box-sizing: border-box;
    background-color: #1564bf;
    border-radius: 4px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 40px;
    height: 30px;
    font-size: 22px;
    line-height: 18px;
    font-weight: 700;
    color: #fff
}

@media screen and (max-width: 767px) {
    .mini-reviews__header-mobile__details-top .product-score:not(.real-score):not(.display-wording) .product-score__text {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .mini-reviews__header-mobile__details-top .product-score {
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0;
        -webkit-align-self: center;
        align-self: center
    }

    .mini-reviews__header-mobile__details-top .product-score:not(.visible) .real-score__card {
        display: none
    }

    .mini-reviews__header-mobile__details-top .product-score .product-score__number {
        border-radius: 4px;
        font-size: 22px;
        padding-bottom: 0;
        letter-spacing: -0.2px;
        width: 40px;
        height: 28px
    }
}

.mini-reviews__header-mobile__details-top .real-score {
    height: 30px;
    margin-bottom: 20px;
    transition: height 0.3s ease;
    position: relative;
    cursor: default
}

.mini-reviews__header-mobile__details-top .real-score .product-score__number {
    font-size: 22px;
    transition: -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 40px;
    height: 30px
}

.mini-reviews__header-mobile__details-top .real-score .product-score__text {
    font-size: 16px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    transition: opacity 0.24s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.24s ease, transform 0.3s ease;
    transition: opacity 0.24s ease, transform 0.3s ease, -webkit-transform 0.3s ease
}

@media screen and (max-width: 767px) {
    .mini-reviews__header-mobile__details-top .real-score .product-score__text {
        font-size: 14px
    }
}

.mini-reviews__header-mobile__details-top .real-score .product-score__mobile-tooltip {
    box-sizing: border-box;
    position: absolute;
    background-color: white;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    z-index: 1;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 3px 7px;
    bottom: calc(100% + 6px);
    visibility: hidden;
    right: -10px;
    opacity: 0;
    transition: opacity 0.3s ease-in;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: #2d2d2d;
    width: 110px;
    height: 32px
}

.mini-reviews__header-mobile__details-top .real-score .product-score__mobile-tooltip>div {
    width: 100%
}

.mini-reviews__header-mobile__details-top .real-score .product-score__mobile-tooltip:after,
.mini-reviews__header-mobile__details-top .real-score .product-score__mobile-tooltip:before {
    left: 0;
    right: -52px;
    top: auto;
    bottom: -10px;
    margin: auto;
    border: solid transparent;
    content: ' ';
    position: absolute;
    pointer-events: none;
    z-index: 2;
    width: 0;
    height: 0
}

.mini-reviews__header-mobile__details-top .real-score .product-score__mobile-tooltip:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: white;
    border-width: 5px
}

.mini-reviews__header-mobile__details-top .real-score .product-score__mobile-tooltip:before {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #e2e2e2;
    border-width: 5px;
    bottom: -11px
}

.mini-reviews__header-mobile__details-top .real-score .product-score__mobile-tooltip.fade-tooltip {
    -webkit-animation: fade-in-out-tooltip ease-in forwards;
    animation: fade-in-out-tooltip ease-in forwards;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 7.6s;
    animation-duration: 7.6s
}

.mini-reviews__header-mobile__details-top .real-score .product-score__desktop-tooltip-v1 {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    white-space: nowrap;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #797979
}

.mini-reviews__header-mobile__details-top .real-score .product-score__desktop-tooltip-v1-wrapper {
    position: relative;
    display: block;
    height: 16px;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-animation-name: dt-tooltip-appear, dt-tooltip-disappear;
    animation-name: dt-tooltip-appear, dt-tooltip-disappear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2s, 12s;
    animation-delay: 2s, 12s;
    -webkit-animation-duration: 300ms, 300ms;
    animation-duration: 300ms, 300ms
}

.mini-reviews__header-mobile__details-top .real-score .product-score__desktop-tooltip-v1:after {
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    width: 7px;
    height: 7px;
    display: inline-block;
    margin-left: 3px
}

.mini-reviews__header-mobile__details-top .real-score .product-score__desktop-tooltip-v2 {
    width: 15px;
    height: 15px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    color: #1564bf;
    position: absolute;
    top: -7.5px;
    right: -7.5px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #e7eff8;
    border-radius: 50%;
    padding-bottom: 1px;
    opacity: 0;
    -webkit-animation-name: dt-qmark-tooltip-scale-in, dt-qmark-tooltip-scale-out;
    animation-name: dt-qmark-tooltip-scale-in, dt-qmark-tooltip-scale-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2s, 12s;
    animation-delay: 2s, 12s;
    -webkit-animation-duration: 300ms, 300ms;
    animation-duration: 300ms, 300ms
}

.mini-reviews__header-mobile__details-top .real-score .product-score__desktop-tooltip-v2:after {
    content: '?'
}

.mini-reviews__header-mobile__details-top .real-score .product-score__desktop-tooltip-v4 {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    white-space: nowrap;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #797979
}

.mini-reviews__header-mobile__details-top .real-score .product-score__desktop-tooltip-v4-wrapper {
    position: relative;
    display: block;
    height: 16px;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-animation-name: dt-tooltip-disappear;
    animation-name: dt-tooltip-disappear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms
}

.mini-reviews__header-mobile__details-top .real-score .product-score__desktop-tooltip-v4:after {
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    width: 7px;
    height: 7px;
    display: inline-block;
    margin-left: 3px
}

.mini-reviews__header-mobile__details-top .real-score__card {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 0;
    right: -10px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    z-index: 2;
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 235px;
    height: auto
}

@media screen and (min-width: 1200px) {
    .mini-reviews__header-mobile__details-top .real-score__card {
        transition: all 0.3s ease
    }
}

.mini-reviews__header-mobile__details-top .real-score__card__close-button {
    display: none
}

.mini-reviews__header-mobile__details-top .real-score__card__header {
    display: none
}

.mini-reviews__header-mobile__details-top .real-score__card__cta {
    display: none
}

.mini-reviews__header-mobile__details-top .real-score__card__items {
    list-style: none;
    padding: 0;
    margin: 0
}

.mini-reviews__header-mobile__details-top .real-score__card__item {
    display: -webkit-flex;
    display: flex;
    padding: 14px 10px 12px;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@media screen and (min-width: 1200px) {
    .mini-reviews__header-mobile__details-top .real-score__card__item:nth-child(even) {
        background-color: #f5f5f5
    }

    .mini-reviews__header-mobile__details-top .real-score__card__item:nth-of-type(1) {
        -webkit-animation-delay: .1s;
        animation-delay: .1s
    }

    .mini-reviews__header-mobile__details-top .real-score__card__item:nth-of-type(2) {
        -webkit-animation-delay: .2s;
        animation-delay: .2s
    }

    .mini-reviews__header-mobile__details-top .real-score__card__item:nth-of-type(3) {
        -webkit-animation-delay: .3s;
        animation-delay: .3s
    }

    .mini-reviews__header-mobile__details-top .real-score__card__item:nth-of-type(4) {
        -webkit-animation-delay: .4s;
        animation-delay: .4s
    }
}

.mini-reviews__header-mobile__details-top .real-score__card__item:not(.enhanced) {
    -webkit-align-items: center;
    align-items: center
}

.mini-reviews__header-mobile__details-top .real-score__card__icon {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-right: 5px;
    width: 17px;
    height: 17px
}

.mini-reviews__header-mobile__details-top .real-score__card__info {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-right: 10px;
    width: 100%
}

.mini-reviews__header-mobile__details-top .real-score__card__info--title {
    font-size: 14px;
    line-height: 15px;
    font-weight: 600;
    color: #1564bf
}

.mini-reviews__header-mobile__details-top .real-score__card__info--highlight {
    margin-top: 3px;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: #2d2d2d
}

.mini-reviews__header-mobile__details-top .real-score__card__info--highlight span {
    font-weight: 600
}

.mini-reviews__header-mobile__details-top .real-score__card__info--highlight span:last-child:before,
.mini-reviews__header-mobile__details-top .real-score__card__info--highlight span:first-child:after {
    content: ' '
}

@media screen and (max-width: 1200px) {
    .mini-reviews__header-mobile__details-top .real-score__card__info--highlight {
        font-size: 14px;
        line-height: 18px
    }
}

.mini-reviews__header-mobile__details-top .real-score__card__score {
    background-color: #1564bf;
    margin-left: auto;
    border-radius: 4px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #fff;
    width: 25px;
    height: 16px
}

.mini-reviews__header-mobile__details-top .real-score__card__score.blank {
    padding-bottom: 2px
}

.mini-reviews__header-mobile__details-top .real-score__card__link {
    text-decoration: none;
    -webkit-align-self: center;
    align-self: center;
    margin-left: auto;
    padding: 7px 5px 7px 0;
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    transition: color 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: #797979
}

@media screen and (min-width: 1200px) {
    .mini-reviews__header-mobile__details-top .real-score__card__link:hover {
        color: #2d2d2d
    }
}

@media screen and (max-width: 1200px) {
    .mini-reviews__header-mobile__details-top .real-score__card__items {
        background-color: #f5f5f5
    }

    .mini-reviews__header-mobile__details-top .real-score__card__item:nth-of-type(1) {
        -webkit-animation-delay: .125s;
        animation-delay: .125s
    }

    .mini-reviews__header-mobile__details-top .real-score__card__item:nth-of-type(2) {
        -webkit-animation-delay: .1875s;
        animation-delay: .1875s
    }

    .mini-reviews__header-mobile__details-top .real-score__card__item:nth-of-type(3) {
        -webkit-animation-delay: .25s;
        animation-delay: .25s
    }

    .mini-reviews__header-mobile__details-top .real-score__card__item:nth-of-type(4) {
        -webkit-animation-delay: .3125s;
        animation-delay: .3125s
    }

    .mini-reviews__header-mobile__details-top .real-score__card__close-button {
        border: 0;
        position: absolute;
        z-index: 22;
        top: 0;
        right: 0;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        background-color: white;
        opacity: 0;
        -webkit-animation-delay: .5s;
        animation-delay: .5s;
        border-radius: 50%;
        -webkit-transform: scale(0) translate(50%, -50%);
        transform: scale(0) translate(50%, -50%);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
        padding: 2px 4px;
        width: 40px;
        height: 40px;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-duration: 0.2s;
        animation-duration: 0.2s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1
    }

    .mini-reviews__header-mobile__details-top .real-score__card__close-button--svg {
        fill: #1564bf;
        width: 13px;
        height: 13px
    }

    .mini-reviews__header-mobile__details-top .real-score__card__header {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0;
        border-radius: 10px 10px 0 0;
        text-decoration: none;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-duration: 0.2s;
        animation-duration: 0.2s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1
    }

    .mini-reviews__header-mobile__details-top .real-score__card__cta {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        padding: 15px;
        background-color: white;
        opacity: 0;
        -webkit-animation-delay: .375s;
        animation-delay: .375s;
        border-radius: 0 0 10px 10px;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-duration: 0.2s;
        animation-duration: 0.2s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1
    }

    .mini-reviews__header-mobile__details-top .real-score__card__cta .cta-button {
        box-sizing: border-box;
        min-height: 42px;
        display: -webkit-inline-flex;
        display: inline-flex;
        text-decoration: none;
        display: inline-flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        text-decoration: none;
        height: 42px;
        background-color: #ff4a64;
        width: 100%;
        max-width: 220px;
        text-align: center;
        vertical-align: center;
        border-radius: 4px;
        font-size: 16px;
        line-height: 22px;
        font-weight: 700;
        color: #fff;
        transition: all 300ms ease
    }

    .mini-reviews__header-mobile__details-top .real-score__card__cta .cta-button.disabled {
        background-color: #d5d5d5;
        cursor: default;
        pointer-events: none
    }

    .mini-reviews__header-mobile__details-top .real-score__card__cta .cta-button:hover {
        background-color: #bc284b;
        transition: all 300ms ease;
        color: #ffffff
    }

    .mini-reviews__header-mobile__details-top .real-score__card__cta .cta-button--arrow:after {
        content: ' ';
        display: -webkit-inline-flex;
        display: inline-flex;
        width: 11px;
        height: 11px;
        font-size: 11px;
        line-height: 32px;
        margin-left: -6px;
        margin-top: 4px;
        position: relative;
        z-index: 0;
        opacity: 0;
        transition: all 300ms ease
    }

    .mini-reviews__header-mobile__details-top .real-score__card__cta .cta-button--arrow:hover:after {
        position: relative;
        -webkit-animation-direction: normal;
        animation-direction: normal;
        margin-left: 6px;
        opacity: 1;
        transition: all 300ms ease
    }

    .mini-reviews__header-mobile__details-top .real-score__card__cta .cta-button.cta-yellow {
        background-color: #ffb401;
        color: #2d2d2d
    }

    .mini-reviews__header-mobile__details-top .real-score__card__cta .cta-button.cta-yellow:hover {
        background-color: #e59b1b;
        color: #2d2d2d
    }
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
    .mini-reviews__header-mobile__details-top .real-score__card__cta .cta-button {
        font-size: 16px;
        line-height: 22px;
        font-weight: 700;
        color: #fff;
        width: 141px;
        height: 42px
    }

    .mini-reviews__header-mobile__details-top .real-score__card__cta .cta-button:after {
        content: '';
        display: -webkit-inline-flex;
        display: inline-flex;
        background-size: 13px 13px;
        width: 0;
        height: 13px;
        font-size: 13px;
        opacity: 0;
        transition: all 0.3s ease;
        padding-left: 6px;
        margin-left: -6px
    }


    .mini-reviews__header-mobile__details-top .real-score__card__cta .cta-button:hover:after {
        margin-left: 6px;
        width: 13px;
        opacity: 1
    }
}

@media screen and (max-width: 1200px) {
    .mini-reviews__header-mobile__details-top .real-score__card__cta .cta-button:after {
        content: '';
        display: -webkit-inline-flex;
        display: inline-flex;
        background-size: 13px 13px;
        font-size: 13px;
        opacity: 1;
        transition: all 0.3s ease;
        padding-left: 6px;
        margin-left: 6px;
        width: 13px;
        height: 13px
    }


    .mini-reviews__header-mobile__details-top .real-score__card__cta .cta-button {
        max-width: unset;
        width: 100%
    }

    .mini-reviews__header-mobile__details-top .real-score__card__link {
        -webkit-animation-delay: .4375s;
        animation-delay: .4375s
    }
}

@media screen and (min-width: 1200px) {
    .mini-reviews__header-mobile__details-top .real-score.tooltip-animation:hover:before {
        content: ' ';
        position: absolute;
        top: 5px;
        right: -10px;
        background-color: transparent;
        z-index: 1;
        width: 10px;
        height: 39px
    }

    .mini-reviews__header-mobile__details-top .real-score.tooltip-animation:hover .product-score__number {
        -webkit-transform: scale(1.32) translate(-16%, 16%) translateZ(0);
        transform: scale(1.32) translate(-16%, 16%) translateZ(0)
    }

    .mini-reviews__header-mobile__details-top .real-score.tooltip-animation:hover .product-score__text {
        opacity: 0;
        -webkit-transform: translate(50%, 0);
        transform: translate(50%, 0)
    }

    .mini-reviews__header-mobile__details-top .real-score.tooltip-animation:hover .product-score__desktop-tooltip-v2 {
        visibility: hidden
    }

    .mini-reviews__header-mobile__details-top .real-score.tooltip-animation:hover .real-score__card {
        opacity: 1;
        visibility: visible
    }

    .mini-reviews__header-mobile__details-top .real-score.tooltip-animation:hover .real-score__card__item {
        -webkit-animation-name: score-item-appear;
        animation-name: score-item-appear
    }

    .mini-reviews__header-mobile__details-top .real-score.tooltip-animation:hover .real-score__card__link {
        -webkit-animation-name: score-item-appear;
        animation-name: score-item-appear
    }
}

@media screen and (max-width: 767px) {
    .mini-reviews__header-mobile__details-top .real-score {
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0;
        -webkit-align-self: center;
        align-self: center
    }

    .mini-reviews__header-mobile__details-top .real-score:not(.visible) .real-score__card {
        display: none
    }

    .mini-reviews__header-mobile__details-top .real-score .product-score__number {
        border-radius: 4px;
        font-size: 22px;
        padding-bottom: 0;
        letter-spacing: -0.2px;
        width: 40px;
        height: 28px
    }
}

@media screen and (max-width: 1200px) {
    .mini-reviews__header-mobile__details-top .real-score.visible .real-score__card {
        transition: opacity 0.3s ease;
        position: fixed;
        z-index: 26;
        border-radius: 10px;
        top: 50%;
        left: 50%;
        width: 80vw;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 1;
        visibility: visible
    }

    .mini-reviews__header-mobile__details-top .real-score.visible .real-score__card__items {
        padding: 12px 15px
    }

    .mini-reviews__header-mobile__details-top .real-score.visible .real-score__card__item {
        -webkit-animation-name: score-item-appear;
        animation-name: score-item-appear;
        padding: 0;
        background-color: transparent
    }

    .mini-reviews__header-mobile__details-top .real-score.visible .real-score__card__item:not(:last-child) {
        margin-bottom: 20px
    }

    .mini-reviews__header-mobile__details-top .real-score.visible .real-score__card__header {
        padding: 15px;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
        background-color: transparent;
        -webkit-animation-name: score-item-appear;
        animation-name: score-item-appear
    }

    .mini-reviews__header-mobile__details-top .real-score.visible .real-score__card__header .product-score__number {
        padding-bottom: 4px;
        width: 53px;
        height: 40px;
        font-size: 29px;
        line-height: 24px;
        font-weight: 700;
        color: #fff
    }
}

@media screen and (max-width: 1200px) and (max-width: 1200px) {
    .mini-reviews__header-mobile__details-top .real-score.visible .real-score__card .logo__container {
        display: -webkit-inline-flex;
        display: inline-flex;
        overflow: hidden;
        -webkit-align-self: flex-start;
        align-self: flex-start
    }
}

@media screen and (max-width: 1200px) and (max-width: 1200px) and (max-width: 767px) {
    .mini-reviews__header-mobile__details-top .real-score.visible .real-score__card .logo__container {
        margin-left: 10px;
        -webkit-align-self: center;
        align-self: center
    }
}

@media screen and (max-width: 1200px) and (max-width: 1200px) {
    .mini-reviews__header-mobile__details-top .real-score.visible .real-score__card .logo__image {
        display: -webkit-flex;
        display: flex;
        -webkit-align-self: flex-start;
        align-self: flex-start;
        max-width: 130px;
        max-height: 50px
    }
}

@media screen and (max-width: 1200px) and (max-width: 1200px) and (min-width: 1000px) {
    .mini-reviews__header-mobile__details-top .real-score.visible .real-score__card .logo__image--large {
        max-width: 150px;
        max-height: 58px
    }
}

@media screen and (max-width: 1200px) and (max-width: 1200px) and (max-width: 767px) {
    .mini-reviews__header-mobile__details-top .real-score.visible .real-score__card .logo__image {
        -webkit-align-self: center;
        align-self: center
    }
}

@media screen and (max-width: 1200px) and (max-width: 1200px) {
    .mini-reviews__header-mobile__details-top .real-score.visible .real-score__card .logo__container {
        -webkit-align-self: center;
        align-self: center;
        margin: 0
    }
}

@media screen and (max-width: 1200px) {
    .mini-reviews__header-mobile__details-top .real-score.visible .real-score__card__score {
        background-color: rgba(21, 100, 191, 0.1);
        width: 39px;
        height: 32px;
        font-size: 16px;
        line-height: 15px;
        font-weight: 600;
        color: #1564bf
    }

    .mini-reviews__header-mobile__details-top .real-score.visible .real-score__card__close-button {
        -webkit-animation-name: score-close-button-appear;
        animation-name: score-close-button-appear
    }

    .mini-reviews__header-mobile__details-top .real-score.visible .real-score__card__cta {
        -webkit-animation-name: score-item-appear;
        animation-name: score-item-appear
    }

    .mini-reviews__header-mobile__details-top .real-score.visible .real-score__card__link {
        padding: 17px 0;
        margin: 0;
        position: absolute;
        left: 0;
        bottom: -50px;
        -webkit-animation-name: score-item-appear;
        animation-name: score-item-appear
    }

    .mini-reviews__header-mobile__details-top .real-score.visible .real-score__card__link--text {
        background-color: rgba(0, 0, 0, 0.5);
        padding: 5px 9px;
        font-size: 14px;
        line-height: 15px;
        font-weight: 400;
        color: #fff;
        width: 145px;
        height: 25px
    }
}

.mini-reviews__header-mobile__details-top .trophy-score .product-score__number {
    width: 54px;
    height: 30px
}

@media screen and (max-width: 767px) {
    .mini-reviews__header-mobile__details-top .trophy-score .product-score__number {
        width: 55px;
        height: 28px
    }
}

.mini-reviews__header-mobile__details-top .trophy-score .chart-product__trophy {
    width: auto;
    height: auto;
    -webkit-align-self: auto;
    align-self: auto;
    background-color: transparent
}

.mini-reviews__header-mobile__details-top .trophy-score .chart-product__trophy .trophy-icon {
    fill: #ffb401;
    margin-right: 2px
}

@media screen and (max-width: 767px) {
    .mini-reviews__header-mobile__details-top .trophy-score .chart-product__trophy .trophy-icon {
        width: 14px;
        height: 14px;
        margin-right: 3px
    }
}

.mini-reviews__header-mobile__details-top .trophy-score.visible .real-score__card__header .product-score__number {
    width: 80px;
    height: 40px
}

.mini-reviews__header-mobile__details-top .trophy-score.visible .real-score__card__header .chart-product__trophy {
    margin-right: 5px;
    margin-top: 4px
}

.mini-reviews__header-mobile__details-top .trophy-score.visible .real-score__card__header .chart-product__trophy .trophy-icon {
    width: 21px;
    height: 21px
}

@media screen and (max-width: 767px) {
    .mini-reviews__body .show-more__active .show-more__wrapper {
        height: 130px;
        overflow-x: unset
    }
}

@media screen and (max-width: 375px) {
    .mini-reviews__body .show-more__active .show-more__wrapper {
        height: 145px
    }
}

.mini-reviews__body .mini-reviews__review-link {
    margin-bottom: 20px
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
    .mini-reviews__footer.with-phone {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .mini-reviews__footer.with-phone .phone {
        width: 100%
    }

    .mini-reviews__footer.with-phone .mini-reviews__footer__buttons {
        margin-left: unset;
        margin-top: 15px;
        display: -webkit-flex;
        display: flex;
        width: 100%
    }

    .mini-reviews__footer.with-phone .mini-reviews__cta-button {
        width: 100%
    }

    .mini-reviews__footer.with-phone .mini-reviews__phone-container {
        display: -webkit-flex;
        display: flex;
        width: 100%
    }

    .mini-reviews__footer.with-phone .mini-reviews__product-name {
        margin-right: calc(100% - 310px)
    }
}

@media screen and (max-width: 767px) {
    .mini-reviews__footer.with-phone {
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        align-items: flex-start
    }

    .mini-reviews__footer.with-phone .mini-reviews__footer__product-content {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        width: 100%
    }
}

.mini-reviews__container {
    padding: 0 16px;
    margin-top: 55px
}

@media screen and (min-width: 768px) {
    .mini-reviews__container {
        max-width: 850px;
        padding-left: 15px;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        width: 100%
    }
}

@media screen and (min-width: 768px) {
    .mini-reviews__product-name {
        line-height: 28px
    }
}

.mini-reviews__header-left-section {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.chart__body .visitor-review-agg {
    margin: 0 0 10px 0
}

@media screen and (max-width: 767px) {
    .chart__body .visitor-review-agg {
        margin-bottom: 0
    }
}

.chart__body .visitor-review-agg__overview {
    padding: 0
}

.chart__body .visitor-review-agg__overview .rating__stars {
    width: 87px
}

.chart__body .visitor-review-agg__overview .rating__star {
    width: 17px;
    height: 17px
}

.chart__body .visitor-review-agg__count:not(.write-review) {
    position: relative
}

.mini-reviews__items .mini-reviews__item .mini-reviews__header .mini-reviews__header-title {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.mini-reviews__items .mini-reviews__item .mini-reviews__header .mini-reviews__header-title .rating__container--parent {
    padding-bottom: 0
}

.mini-reviews__items .mini-reviews__item .mini-reviews__header .mini-reviews__header-title .mini-reviews__product-name {
    margin-right: 15px
}

.mini-reviews__items .mini-reviews__item .mini-reviews__header-desktop .visitor-review-agg {
    margin-bottom: 0
}

.mini-reviews__items .mini-reviews__item .mini-reviews__header-desktop .visitor-review-agg__overview {
    padding-bottom: 0
}

.mini-reviews__items .mini-reviews__item .mini-reviews__header-desktop .visitor-review-agg__overview .rating__stars {
    width: 80px
}

.mini-reviews__items .mini-reviews__item .mini-reviews__header-desktop .visitor-review-agg__overview .rating__star {
    width: 17px;
    height: 17px
}

.mini-reviews__items .mini-reviews__item .mini-reviews__header-mobile__details-top .visitor-review-agg {
    margin: 0
}

.mini-reviews__items .mini-reviews__item .mini-reviews__header-mobile__details-top .visitor-review-agg__overview {
    padding: 0
}

.contact-us__wrapper {
    background: #f7f7f7;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 4px;
    overflow-y: auto;
    max-height: 100%;
    z-index: 22
}

.contact-us__close {
    position: absolute;
    right: 12px;
    top: 12px;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer
}

.contact-us__cta {
    cursor: pointer;
    color: #1789d5;
    font-weight: 600
}

.contact-us__cta--larger {
    font-size: 18px
}

.contact-us__cta:hover {
    color: #1564bf
}

@-webkit-keyframes hs-resize-observer-dummy-animation {
    from {
        z-index: 0
    }

    to {
        z-index: -1
    }
}

@keyframes hs-resize-observer-dummy-animation {
    from {
        z-index: 0
    }

    to {
        z-index: -1
    }
}

html.os-html {
    color: red;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    height: 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    margin: 0 !important;
    position: absolute !important
}

html.os-html>.os-host {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    height: 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    margin: 0 !important;
    position: absolute !important
}

html.os-html>.os-host>.os-padding {
    position: absolute
}

html.os-html>.os-host>.os-scrollbar {
    position: absolute;
    z-index: 999999
}

body.os-dragging {
    cursor: default
}

body.os-dragging * {
    cursor: default
}

.os-host {
    position: relative;
    overflow: visible !important;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.os-host-textarea {
    position: relative;
    overflow: visible !important;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.os-host-flexbox {
    overflow: hidden !important;
    display: -webkit-flex;
    display: flex
}

.os-host-flexbox>.os-size-auto-observer {
    height: inherit !important;
    min-height: 0;
    min-width: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-flex-basis: auto;
    flex-basis: auto
}

.os-host-flexbox>.os-content-glue {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    min-height: 0;
    min-width: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-flex-basis: auto;
    flex-basis: auto
}

#os-dummy-scrollbar-size {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: scroll;
    height: 500px;
    width: 500px;
    -ms-overflow-style: scrollbar !important
}

#os-dummy-scrollbar-size>div {
    width: 200%;
    height: 200%;
    margin: 10px 0
}

.os-viewport {
    -ms-overflow-style: scrollbar !important;
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    outline: none !important;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    visibility: hidden !important;
    background: transparent !important
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar-corner {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    visibility: hidden !important;
    background: transparent !important
}

.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    visibility: hidden !important;
    background: transparent !important
}

.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    visibility: hidden !important;
    background: transparent !important
}

.os-content-glue {
    box-sizing: inherit;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.os-padding {
    box-sizing: inherit;
    direction: inherit;
    position: absolute;
    overflow: visible;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 1
}

.os-padding+.os-scrollbar-corner {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.os-host-overflow {
    overflow: hidden !important
}

.os-host-overflow>.os-padding {
    overflow: hidden
}

.os-content-arrange {
    position: absolute;
    z-index: -1;
    min-height: 1px;
    min-width: 1px;
    pointer-events: none
}

.os-content {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    height: 100%;
    width: 100%;
    visibility: visible
}

.os-content>.os-textarea {
    box-sizing: border-box !important;
    direction: inherit !important;
    float: none !important;
    margin: 0 !important;
    max-height: none !important;
    max-width: none !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    outline: 0 none transparent !important;
    overflow: hidden !important;
    resize: none !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 1;
    padding: 0
}

.os-content>.os-textarea-cover {
    z-index: -1;
    pointer-events: none
}

.os-content>.os-textarea[wrap='off'] {
    white-space: pre !important;
    margin: 0 !important
}

.os-host-rtl>.os-padding>.os-viewport>.os-content>.os-textarea {
    right: 0 !important
}

.os-host-rtl>.os-scrollbar-horizontal {
    right: 0
}

.os-host-rtl>.os-scrollbar-vertical {
    right: auto;
    left: 0
}

.os-host-rtl>.os-scrollbar-corner {
    right: auto;
    left: 0
}

.os-host-rtl>.os-scrollbar-corner-resize-both {
    cursor: nesw-resize
}

.os-host-rtl>.os-scrollbar-corner.os-scrollbar-corner-resize {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.os-text-inherit {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-transform: inherit;
    text-decoration: inherit;
    text-indent: inherit;
    text-align: inherit;
    text-shadow: inherit;
    text-overflow: inherit;
    letter-spacing: inherit;
    word-spacing: inherit;
    line-height: inherit;
    unicode-bidi: inherit;
    direction: inherit;
    color: inherit;
    cursor: text
}

.os-resize-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
    -webkit-animation-duration: 0.001s;
    animation-duration: 0.001s;
    -webkit-animation-name: hs-resize-observer-dummy-animation;
    animation-name: hs-resize-observer-dummy-animation
}

.os-resize-observer-host {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
    padding: inherit;
    border: inherit;
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    box-sizing: border-box
}

.os-resize-observer-host:after {
    content: '';
    height: 200%;
    width: 200%;
    padding: inherit;
    border: inherit;
    margin: 0;
    display: block;
    box-sizing: content-box
}

.os-resize-observer-host>.os-resize-observer {
    height: 200%;
    width: 200%;
    padding: inherit;
    border: inherit;
    margin: 0;
    display: block;
    box-sizing: content-box
}

.os-resize-observer.observed {
    box-sizing: border-box !important
}

object.os-resize-observer {
    box-sizing: border-box !important
}

.os-size-auto-observer {
    box-sizing: inherit !important;
    height: 100%;
    width: inherit;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-flex-grow: inherit;
    flex-grow: inherit;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0
}

.os-size-auto-observer>.os-resize-observer {
    width: 1000%;
    height: 1000%;
    min-height: 1px;
    min-width: 1px
}

.os-resize-observer-item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
    opacity: 0;
    direction: ltr !important;
    -webkit-flex: none !important;
    flex: none !important
}

.os-resize-observer-item-final {
    position: absolute;
    left: 0;
    top: 0;
    transition: none !important;
    -webkit-flex: none !important;
    flex: none !important
}

.os-host-transition>.os-scrollbar {
    transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s
}

.os-host-transition>.os-scrollbar-corner {
    transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s
}

.os-scrollbar {
    position: absolute;
    opacity: 1;
    z-index: 1;
    pointer-events: none
}

.os-scrollbar:hover {
    opacity: 1 !important;
    visibility: visible !important
}

.os-scrollbar-corner {
    position: absolute;
    opacity: 1;
    z-index: 1;
    bottom: 0;
    right: 0
}

.os-scrollbar-track {
    pointer-events: auto;
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0 !important;
    border: none !important
}

.os-scrollbar-handle {
    pointer-events: auto;
    position: absolute;
    width: 100%;
    height: 100%
}

.os-scrollbar-handle-off {
    pointer-events: none
}

.os-scrollbar-track-off {
    pointer-events: none
}

.os-scrollbar.os-scrollbar-unusable {
    pointer-events: none !important
}

.os-scrollbar.os-scrollbar-unusable * {
    pointer-events: none !important
}

.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle {
    opacity: 0 !important
}

.os-scrollbar-horizontal {
    bottom: 0;
    left: 0
}

.os-scrollbar-horizontal+.os-scrollbar-vertical.os-scrollbar-auto-hidden+.os-scrollbar-corner {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.os-scrollbar-vertical {
    top: 0;
    right: 0
}

.os-scrollbar-auto-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-corner {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-vertical {
    top: 0;
    bottom: 0
}

.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-corner {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal {
    right: 0;
    left: 0
}

.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.os-scrollbar-horizontal.os-scrollbar-auto-hidden+.os-scrollbar-vertical+.os-scrollbar-corner {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.os-scrollbar-horizontal.os-scrollbar-auto-hidden+.os-scrollbar-vertical.os-scrollbar-auto-hidden+.os-scrollbar-corner {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.os-scrollbar-corner-resize-both {
    cursor: nwse-resize
}

.os-scrollbar-corner-resize-horizontal {
    cursor: ew-resize
}

.os-scrollbar-corner-resize-vertical {
    cursor: ns-resize
}

.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize {
    cursor: default
}

.os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal {
    right: 0;
    left: 0
}

.os-scrollbar-corner.os-scrollbar-corner-resize {
    opacity: 1 !important;
    visibility: visible !important;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    pointer-events: auto !important
}

.os-theme-none>.os-scrollbar-horizontal {
    display: none !important
}

.os-theme-none>.os-scrollbar-vertical {
    display: none !important
}

.os-theme-none>.os-scrollbar-corner {
    display: none !important
}

.os-theme-none>.os-scrollbar-corner-resize {
    display: block !important;
    min-width: 10px;
    min-height: 10px
}

.os-theme-dark>.os-scrollbar-horizontal {
    right: 10px;
    height: 10px
}

.os-theme-dark>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle {
    min-width: 30px
}

.os-theme-dark>.os-scrollbar-horizontal .os-scrollbar-handle:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    top: -6px;
    bottom: -2px
}

.os-theme-dark>.os-scrollbar-vertical {
    bottom: 10px;
    width: 10px
}

.os-theme-dark>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle {
    min-height: 30px
}

.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    left: -6px;
    right: -2px
}

.os-theme-dark>.os-scrollbar-corner {
    height: 10px;
    width: 10px;
    background-color: rgba(0, 0, 0, 0)
}

.os-theme-dark>.os-scrollbar {
    padding: 2px;
    box-sizing: border-box;
    background: transparent
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track {
    background: transparent;
    border-radius: 10px
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.4)
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle.active {
    background: rgba(0, 0, 0, 0.7)
}

.os-theme-dark>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle {
    background: rgba(0, 0, 0, 0.55)
}

.os-theme-dark>.os-scrollbar.os-scrollbar-unusable {
    background: transparent
}

.os-theme-light>.os-scrollbar-horizontal {
    right: 10px;
    height: 10px
}

.os-theme-light>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle {
    min-width: 30px
}

.os-theme-light>.os-scrollbar-horizontal .os-scrollbar-handle:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    top: -6px;
    bottom: -2px
}

.os-theme-light>.os-scrollbar-vertical {
    bottom: 10px;
    width: 10px
}

.os-theme-light>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle {
    min-height: 30px
}

.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    left: -6px;
    right: -2px
}

.os-theme-light>.os-scrollbar-corner {
    height: 10px;
    width: 10px;
    background-color: rgba(0, 0, 0, 0)
}

.os-theme-light>.os-scrollbar {
    padding: 2px;
    box-sizing: border-box;
    background: transparent
}

.os-theme-light>.os-scrollbar>.os-scrollbar-track {
    background: transparent;
    border-radius: 10px
}

.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.4)
}

.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle.active {
    background: rgba(255, 255, 255, 0.7)
}

.os-theme-light>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle {
    background: rgba(255, 255, 255, 0.55)
}

.os-theme-light>.os-scrollbar.os-scrollbar-unusable {
    background: transparent
}

.os-theme-dark.os-host-rtl>.os-scrollbar-horizontal {
    left: 10px;
    right: 0
}

.os-theme-light.os-host-rtl>.os-scrollbar-horizontal {
    left: 10px;
    right: 0
}

.os-theme-dark.os-host-transition>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    transition: background-color 0.3s
}

.os-theme-light.os-host-transition>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    transition: background-color 0.3s
}

.os-theme-dark.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal .os-scrollbar-handle:before {
    display: none
}

.os-theme-dark.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical .os-scrollbar-handle:before {
    display: none
}

.os-theme-light.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal .os-scrollbar-handle:before {
    display: none
}

.os-theme-light.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical .os-scrollbar-handle:before {
    display: none
}

.os-host-rtl.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before {
    right: -6px;
    left: -2px
}

.os-host-rtl.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before {
    right: -6px;
    left: -2px
}

.os-theme-thin-dark>.os-scrollbar-horizontal {
    right: 14px;
    height: 14px;
    padding: 0 6px
}

.os-theme-thin-dark>.os-scrollbar-vertical {
    bottom: 14px;
    width: 14px;
    padding: 6px 0
}

.os-theme-thin-dark.os-host-rtl>.os-scrollbar-horizontal {
    left: 14px;
    right: 0
}

.os-theme-thin-dark>.os-scrollbar-corner {
    height: 14px;
    width: 14px;
    background-color: transparent
}

.os-theme-thin-dark>.os-scrollbar>.os-scrollbar-track {
    background: transparent
}

.os-theme-thin-dark>.os-scrollbar-horizontal>.os-scrollbar-track:before,
.os-theme-thin-dark>.os-scrollbar-vertical>.os-scrollbar-track:before {
    content: '';
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.15)
}

.os-theme-thin-dark>.os-scrollbar-horizontal>.os-scrollbar-track:before,
.os-theme-thin-dark>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle:before {
    left: 0;
    right: 0;
    height: 2px;
    top: 50%;
    margin-top: -1px
}

.os-theme-thin-dark>.os-scrollbar-vertical>.os-scrollbar-track:before,
.os-theme-thin-dark>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle:before {
    top: 0;
    bottom: 0;
    width: 2px;
    left: 50%;
    margin-left: -1px
}

.os-theme-thin-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle:before {
    content: '';
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px
}

.os-theme-thin-dark>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle:hover:before,
.os-theme-thin-dark>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle.active:before {
    height: 4px;
    margin-top: -2px
}

.os-theme-thin-dark>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle:hover:before,
.os-theme-thin-dark>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle.active:before {
    width: 4px;
    margin-left: -2px
}

.os-theme-thin-dark>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle:hover:before,
.os-theme-thin-dark>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle:hover:before {
    background: rgba(0, 0, 0, 0.7)
}

.os-theme-thin-dark>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle.active:before,
.os-theme-thin-dark>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle.active:before {
    background: #000000
}

.os-theme-thin-dark>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle {
    height: 100%;
    min-width: 30px
}

.os-theme-thin-dark>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle {
    width: 100%;
    min-height: 30px
}

.os-theme-thin-dark.os-host-transition>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle:before {
    transition: height 0.3s, margin-top 0.3s, background 0.2s
}

.os-theme-thin-dark.os-host-transition>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle:before {
    transition: width 0.3s, margin-left 0.3s, background 0.2s
}

@media screen and (min-width: 1000px) {
    .hidden-gt-md {
        display: none
    }
}

@media screen and (max-width: 999px) {
    .hidden-ls-md {
        display: none
    }
}

.related-articles {
    display: -webkit-flex;
    display: flex;
    background-color: #f5f5f5;
    box-sizing: border-box;
    margin-bottom: 10px
}

@media screen and (min-width: 1000px) {
    .related-articles {
        -webkit-flex-direction: column;
        flex-direction: column;
        padding: 30px;
        width: 100%
    }
}

@media screen and (max-width: 999px) {
    .related-articles {
        width: 100%;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        background-color: #f5f5f5;
        padding: 35px 15px 30px 15px
    }
}

@media screen and (max-width: 767px) {
    .related-articles {
        padding: 35px 15px
    }
}

.related-articles--minimal-design {
    background-color: transparent
}

.related-articles__header {
    display: -webkit-flex;
    display: flex;
    width: 100%
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .related-articles__header {
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center
    }
}

.related-articles__header__title {
    display: -webkit-flex;
    display: flex;
    margin: 0 0 30px 0;
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #2d2d2d
}

@media screen and (max-width: 999px) {
    .related-articles__header__title {
        margin: 0
    }
}

@media screen and (max-width: 767px) {
    .related-articles__header__title {
        font-size: 20px
    }
}

.related-articles__header__link {
    display: none;
    transition: color 0.3s linear
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .related-articles__header__link {
        display: -webkit-flex;
        display: flex;
        width: auto;
        text-decoration: none;
        white-space: nowrap;
        font-size: 14px;
        line-height: 19px;
        font-weight: 600;
        color: #1789d5
    }
}

.related-articles__header__link:hover {
    color: #1564bf
}

.related-articles__read-all {
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    color: #1789d5;
    margin-top: 30px;
    display: -webkit-flex;
    display: flex;
    text-decoration: none;
    transition: color 0.3s linear
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .related-articles__read-all {
        display: none;
        margin: 0
    }
}

@media screen and (max-width: 767px) {
    .related-articles__read-all {
        font-size: 16px;
        line-height: 19px;
        font-weight: 600;
        margin-top: 30px
    }
}

.related-articles__read-all:hover {
    color: #1564bf
}

.related-articles__items {
    display: -webkit-flex;
    display: flex
}

@media screen and (min-width: 1000px) {
    .related-articles__items {
        -webkit-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .related-articles__items {
        display: block;
        width: 100%;
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-width: 33%;
        column-width: 33%;
        -webkit-column-gap: 30px;
        column-gap: 30px;
        margin-top: 30px
    }
}

@media screen and (max-width: 767px) {
    .related-articles__items {
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%
    }
}

.related-articles__item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    text-decoration: none
}

@media screen and (min-width: 1000px) {
    .related-articles__item {
        margin-top: 30px;
        -webkit-align-items: flex-start;
        align-items: flex-start
    }

    .related-articles__item:first-of-type {
        margin-top: 0
    }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .related-articles__item {
        display: block;
        height: 100%
    }
}

@media screen and (max-width: 767px) {
    .related-articles__item {
        -webkit-align-items: flex-start;
        align-items: flex-start;
        width: 100%;
        margin-top: 30px
    }
}

.related-articles__item__image {
    display: -webkit-flex;
    display: flex;
    min-width: 75px;
    box-sizing: border-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 75px;
    height: 75px
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .related-articles__item__image {
        width: 100%;
        height: auto;
        min-height: 128px;
        max-height: 300px;
        border-bottom: 2px solid #ff4a64;
        display: inline-block
    }
}

.related-articles__item__text-section {
    margin: 0 0 0 10px
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .related-articles__item__text-section {
        margin: 7px 0 0 0
    }
}

@media screen and (max-width: 767px) {
    .related-articles__item__text-section {
        margin: 0 0 0 20px
    }
}

.related-articles__item__title {
    display: -webkit-flex;
    display: flex;
    margin-top: -4px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #2d2d2d
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .related-articles__item__title {
        margin: 0
    }
}

@media screen and (max-width: 999px) {
    .related-articles__item__title {
        width: 100%;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    .related-articles__item__title {
        font-size: 16px;
        line-height: 22px;
        font-weight: 400
    }
}

.related-articles__item__link {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #797979;
    transition: color 0.3s linear;
    text-decoration: none;
    margin-top: 5px
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .related-articles__item__link {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .related-articles__item__link {
        font-size: 14px
    }
}

.related-articles__item:hover .related-articles__item__link {
    color: #2d2d2d
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .related-articles__item__title {
        display: block
    }
}

.css-ajn6nh {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    padding: 0;
    font-family: hurmegeometricsans_no3_6, Gilroy, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: #010233;
    color: white;
    padding: 48px 16px;
}

.css-bda9px {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    padding: 0;
    font-family: hurmegeometricsans_no3_6, Gilroy, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    display: grid;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    grid-template-areas: 'logo''app-store-buttons''copyright''personal-info-us''social''vision''top10-links''legal-links';
}

@media (min-width: 1000px) {
    .css-bda9px {
        grid-template-columns: 230px 1fr;
        -webkit-column-gap: 28px;
        column-gap: 28px;
    }
}

@media (min-width: 1200px) {
    .css-bda9px {
        -webkit-column-gap: 72px;
        column-gap: 72px;
    }
}

@media (min-width: 1000px) {
    .css-bda9px {
        grid-template-rows: auto auto auto auto auto;
        grid-template-areas: 'logo .''top10-links legal-links''copyright vision''personal-info-us vision''social vision';
    }
}

.css-8f21lf {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    padding: 0;
    font-family: hurmegeometricsans_no3_6, Gilroy, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    grid-area: logo;
    margin-bottom: 24px;
}

.css-msxafg {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    padding: 0;
    font-family: hurmegeometricsans_no3_6, Gilroy, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    width: 130px;
    height: 36px;
    fill: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.css-1v9q3ju {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    padding: 0;
    font-family: hurmegeometricsans_no3_6, Gilroy, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    row-gap: 40px;
}

@media screen and (min-width: 375px) {
    .css-1v9q3ju {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (min-width: 768px) {
    .css-1v9q3ju {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (min-width: 1000px) {
    .css-1v9q3ju {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media screen and (min-width: 1200px) {
    .css-1v9q3ju {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.css-1v9q3ju>li>a {
    font-weight: 700;
}

@media (min-width: 1000px) {
    .css-1v9q3ju {
        -webkit-column-gap: 24px;
        column-gap: 24px;
        margin-bottom: 24px;
    }
}

.css-1v9q3ju.top10-links {
    grid-area: top10-links;
    margin-bottom: 40px;
}

@media (min-width: 1000px) {
    .css-1v9q3ju.top10-links {
        margin-bottom: initial;
    }
}

.css-1v9q3ju.legal-links {
    grid-area: legal-links;
}

@media (min-width: 1000px) {
    .css-1v9q3ju {
        row-gap: initial;
    }
}

.css-1tqncgz {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    padding: 0;
    font-family: hurmegeometricsans_no3_6, Gilroy, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: white;
    cursor: pointer;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.css-1tqncgz:hover {
    color: #8E8BB2;
}

.css-1tqncgz:hover {
    -webkit-text-decoration: none;
    text-decoration: none;
}

.css-50kv46 {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    padding: 0;
    font-family: hurmegeometricsans_no3_6, Gilroy, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    display: block;
    grid-area: app-store-buttons;
}

@media screen and (min-width: 375px) {
    .css-50kv46 {
        display: block;
    }
}

@media screen and (min-width: 768px) {
    .css-50kv46 {
        display: none;
    }
}

.css-hu9u1h {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    padding: 0;
    font-family: hurmegeometricsans_no3_6, Gilroy, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-weight: 700;
}

.css-k3d5dl {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    padding: 0;
    font-family: hurmegeometricsans_no3_6, Gilroy, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    margin-bottom: 24px;
    -webkit-column-gap: 16px;
    column-gap: 16px;
}

.css-k3d5dl img {
    height: 40px;
    width: auto;
}

.css-1gpfvun {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    padding: 0;
    font-family: hurmegeometricsans_no3_6, Gilroy, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-weight: 700;
    color: #FF4A64;
    cursor: pointer;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.css-1gpfvun:hover {
    color: #BC284B;
}

.css-1gpfvun:hover {
    -webkit-text-decoration: none;
    text-decoration: none;
}

.css-1y89uee {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    padding: 0;
    font-family: hurmegeometricsans_no3_6, Gilroy, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    grid-area: copyright;
}

.css-1jifw22 {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    padding: 0;
    font-family: hurmegeometricsans_no3_6, Gilroy, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-area: social;
    margin-top: 40px;
    -webkit-column-gap: 12px;
    column-gap: 12px;
}

@media (min-width: 1000px) {
    .css-1jifw22 {
        margin-top: auto;
    }
}

.css-f49wd0 {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    padding: 0;
    font-family: hurmegeometricsans_no3_6, Gilroy, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    height: 40px;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.css-f49wd0:hover {
    color: #010233;
    background-color: white;
    -webkit-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}

.css-k5zxmt {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    padding: 0;
    font-family: hurmegeometricsans_no3_6, Gilroy, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-align-items: initial;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    row-gap: 40px;
}

@media screen and (min-width: 375px) {
    .css-k5zxmt {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media screen and (min-width: 768px) {
    .css-k5zxmt {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media screen and (min-width: 1000px) {
    .css-k5zxmt {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media screen and (min-width: 1200px) {
    .css-k5zxmt {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }
}

.css-k5zxmt>li>a {
    font-weight: 700;
}

@media (min-width: 1000px) {
    .css-k5zxmt {
        -webkit-column-gap: 24px;
        column-gap: 24px;
        margin-bottom: 24px;
    }
}

.css-k5zxmt.top10-links {
    grid-area: top10-links;
    margin-bottom: 40px;
}

@media (min-width: 1000px) {
    .css-k5zxmt.top10-links {
        margin-bottom: initial;
    }
}

.css-k5zxmt.legal-links {
    grid-area: legal-links;
}

@media (min-width: 1000px) {
    .css-k5zxmt {
        row-gap: initial;
    }
}

.css-xl7y2r {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    padding: 0;
    font-family: hurmegeometricsans_no3_6, Gilroy, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    margin-top: 28px;
    margin-bottom: 28px;
    padding-top: 28px;
    padding-bottom: 28px;
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-area: vision;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 17px;
    row-gap: 14px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

@media screen and (min-width: 375px) {
    .css-xl7y2r {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        margin-top: 28px;
        margin-bottom: 28px;
        padding-top: 28px;
        padding-bottom: 28px;
        max-width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .css-xl7y2r {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        margin-top: 28px;
        margin-bottom: 28px;
        padding-top: 28px;
        padding-bottom: 28px;
        max-width: 100%;
    }
}

@media screen and (min-width: 1000px) {
    .css-xl7y2r {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-top: initial;
        margin-bottom: initial;
        padding-top: initial;
        padding-bottom: initial;
        max-width: 670px;
    }
}

@media (min-width: 1000px) {
    .css-xl7y2r {
        border-top: initial;
        border-bottom: initial;
    }
}

.checked {
    color: #ffb400;
}

.half-checked {
    color: #dbdbdb;
}

.chart-product-text .chart-product-text-body .product-row {
    cursor: default;
}

/* ********** */

body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/* css for sidebar */
.wrapper {
    transition: transform 400ms ease 0s;
    -webkit-transition: transform 400ms ease 0s;
    -moz-transition: transform 400ms ease 0s;
    -ms-transition: transform 400ms ease 0s;
}

.sideBar {
    z-index: 10000;
    background-color: #fff;
    width: 240px;
    height: 100%;
    padding: 0 0 0 15px;
    position: fixed;
    right: 0;
    top: 0;
    transform: translate3d(100%, 0px, 0px);
    -webkit-transform: translate3d(100%, 0px, 0px);
    -moz-transform: translate3d(100%, 0px, 0px);
    -ms-transform: translate3d(100%, 0px, 0px);
    transition: transform 400ms ease 0s;
    -webkit-transition: transform 400ms ease 0s;
    -moz-transition: transform 400ms ease 0s;
    -ms-transition: transform 400ms ease 0s;
    backface-visibility: hidden;
    overflow-x: hidden;
    overflow-y: scroll;
    display: none;
}

.menuTitle {
    color: #333;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 25px;
    padding: 15px;
}

.sideBar li {
    border-top: 1px solid #dbdbdb;
    margin: 0;
    padding: 0 15px;
    position: relative;
}

.sideBar li a {
    font-size: 16px;
    text-transform: capitalize;
    color: #333;
    line-height: 50px;
    text-decoration: none;
    font-weight: 800;
}

.sideBar li ul {
    margin: 0 -15px;
    display: none;
}

.sideBar li ul li {
    padding: 0 30px;
}

.sideBar li ul li:last-child {
    border-bottom: 0;
}

.sideBar li ul a {
    font-size: 14px;
}

.sideBar .pluse {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 19px;
    height: 19px;
    cursor: pointer;
    z-index: 99;
}

.sideBar .minus {
    background-position: right center;
}

.slideLeft {
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
}

/* if side bar will open  from right side then set translate3d(-270px, 0px, 0px) instead of translate3d(270px, 0px, 0px) */
.wrappRight {
    transform: translate3d(-270px, 0px, 0px);
    -webkit-transform: translate3d(-270px, 0px, 0px);
    -moz-transform: translate3d(-270px, 0px, 0px);
    -ms-transform: translate3d(-270px, 0px, 0px);
}

.menu-icon {
    display: block;
    float: right;
    font-size: 16px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-left: 30px;
}

.menu-icon a {
    color: #000;
}

.menu-icon span {
    margin-top: -2px;
    position: absolute;
    top: 50%;
    left: 0px;
    display: block;
    padding: 0;
    width: 25px;
    height: 3px;
    background-color: #000;
    font-size: 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.menu-icon span:before,
.menu-icon span:after {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.menu-icon span:after {
    -webkit-transform: translateY(250%);
    transform: translateY(250%);
    -moz-transform: translateY(250%);
    -ms-transform: translateY(250%);
}

.menu-icon span:before {
    -webkit-transform: translateY(-251%);
    transform: translateY(-251%);
    -moz-transform: translateY(-251%);
    -ms-transform: translateY(-251%);
}

.menu-active span {
    -webkit-background: none;
    -moz-background: none;
    -ms-background: none;
    -o-background: none;
    background: none;
}

.menu-active span:before {
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}

.menu-active span:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}

.fixedBody {
    position: fixed;
    width: 100%;
    right: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
}

/* side bar css end from here */

@media only screen and (max-width: 767px) {

    .menu-icon,
    .sideBar {
        display: block;
    }
}

@media screen and (max-width: 999px) {
    .sideBar {
        display: block;
    }
}

.menu-icon-overlay,
#popup1 {
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    text-align: center;
}

#popup1 {
    background: rgba(0, 0, 0, 0.8);
    display: none;
}

#popup1 img {
    width: 80%;
    margin-top: 10vh;
}

.menu-icon-overlay,
#popup {
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    text-align: center;
}

#popup {
    background: rgba(0, 0, 0, 0.8);
    display: none;
}

#popup img {
    width: 80%;
    margin-top: 10vh;
}

.mobile-logo {
    display: block;
    width: 130px;
    margin: 10px 0;
    display: none;
}

@media screen and (max-width: 767px) {
    .mobile-logo {
        display: block;
    }
}