@charset "UTF-8"; /*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, footer, header, nav, section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption, figure {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

main {
    display: block
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: inherit
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

input {
    overflow: visible
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

details {
    display: block
}

summary {
    display: list-item
}

menu {
    display: block
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

@font-face {
    font-family: Milka;
    src: url(../fonts/MilkaRegular.woff) format("woff");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: Milka;
    src: url(../fonts/MilkaBold.woff) format("woff");
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: MinionPro;
    src: url(../fonts/MinionPro-Regular.woff) format("woff");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: 'TT Norms Bold';
    src: url('../fonts/TTNormsCondensedBold.ttf') format('ttf');
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: 'TT Norms ExtraBold';
    src: url('../fonts/TTNormsExtraBold.ttf') format('ttf');
    font-style: normal;
    font-weight: 900;
}



* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

body, html {
    height: 100%;
    min-height: 100%
}

html {
    font-size: 16px
}

html.is-safari .m-teaser_slider::after {
    display: none
}

html.overflow {
    position: relative;
    overflow: hidden
}

body {
    font-family: sans-serif;
    font-weight: 600;
    text-rendering: geometricPrecision;
    font-size: 1rem;
    color: #000;
    background: #fff;
    overflow: auto;
    overflow-x: hidden
}

body.overflow {
    position: relative;
    overflow: hidden
}

body.overflow .m-teaser_slider::after {
    -webkit-transform: translateX(-7px);
    -ms-transform: translateX(-7px);
    transform: translateX(-7px)
}

.hidden {
    display: none !important
}

p {
    margin: 0 0 1em
}

button, input {
    border-radius: 0
}

button:active, button:focus, input:active, input:focus {
    outline: 0
}

figure {
    margin: 0
}

@media (max-width: 939px) {
    body.nav, html.nav {
        position: relative;
        overflow: hidden
    }

    body.overflow {
        padding-right: 0
    }

    body.nav .m-header, body.nav .m-wrapper {
        left: 300px
    }
}

body {
    background: #513c79;
    font-family: 'TT Norms Bold', sans-serif;
    font-weight: 600;
    min-width: 75rem
}

body::after {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
    content: url(../img/teaser/more-h.png) url(../img/header/search-h.png) url(../img/shops/close-h.png) url(../img/shops/utko-h.png) url(../img/shops/ozon-h.png) url(../img/shops/btn-h.png) url(../img/frame/sn-h.png)
}

button, input {
    font-family: 'TT Norms Bold', sans-serif;
    font-weight: 600
}

.m-wrapper {
    position: relative;
    left: 0;
    min-height: 100%
}

.m-content {
    min-height: -webkit-calc(100vh - 4.9375rem);
    min-height: calc(100vh - 4.9375rem);
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAABCAIAAADPbEtiAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QwDEhIolGqPXwAAAENJREFUSMft0cENgDAUw1BHMFaXYByGr8IIvfwTciaw8vKsl9Na2g1lZoEmd8LUpguBJJeFKluossoqq+yHKvvhz5Q/YHh6CMioaHoAAAAASUVORK5CYII=) 50% 0 repeat-y;
    position: relative;
    max-width: 75rem;
    margin: 0 auto
}

.m-content::after, .m-content::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    width: .375rem;
    background-color: transparent;
    background-position: 0 0;
    background-repeat: repeat-y;
    background-size: 100% auto
}

.m-content::before {
    left: 0;
    background-image: url(../img/edge-l.png)
}

.m-content::after {
    right: 0;
    background-image: url(../img/edge-r.png)
}

@media (max-width: 939px) {
    body {
        padding-top: 3.125rem
    }

    .m-wrapper {
        -webkit-transition: all .6s ease;
        -o-transition: all .6s ease;
        transition: all .6s ease
    }

    .m-content::after, .m-content::before {
        display: none
    }
}

.m-logo {
    display: block;
    width: 25.25rem;
    height: 5.6875rem
}

.m-logo img {
    max-width: 100%
}

.m-logo img[alt=logo-sm] {
    display: none
}

.m-header {
    position: relative;
    z-index: 30;
    overflow: visible;
    height: 4.9375rem;
    background: transparent url(../img/header/bg.png?v=3) 0 100% repeat-x;
    background-size: auto 100%;
    -webkit-box-shadow: 0 0 2rem rgba(52, 33, 100, .65);
    box-shadow: 0 0 2rem rgba(52, 33, 100, .65)
}

.m-header__inner {
    height: 100%;
    width: 75rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.m-header__logo {
    position: relative;
    top: -webkit-calc(.75rem / 2);
    top: calc(.75rem / 2);
    margin-left: 1rem
}

.m-header__menu {
    height: 100%;
    display: inherit;
    -webkit-box-align: inherit;
    -webkit-align-items: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    -webkit-box-pack: inherit;
    -webkit-justify-content: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.m-header__search {
    display: inherit;
    height: inherit;
    -webkit-box-align: inherit;
    -webkit-align-items: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    margin-top: .25rem;
    margin-left: auto;
    margin-right: 2rem
}

.m-header__toggle {
    display: none;
    position: relative;
    z-index: 1001;
    width: 61px;
    height: 48px;
    background-color: transparent;
    background-image: url(../img/header/menu.png);
    background-position: -5px -5px;
    background-repeat: no-repeat
}

@media (max-width: 939px) {
    .m-logo {
        width: 3.875rem;
        height: 2.5rem
    }

    .m-logo img[alt=logo] {
        display: none
    }

    .m-logo img[alt=logo-sm] {
        display: block
    }

    .m-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 3.125rem;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: all .6s ease;
        -o-transition: all .6s ease;
        transition: all .6s ease
    }

    .m-header__inner {
        width: auto
    }

    .m-header__logo {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        margin: 0
    }

    .m-header__toggle {
        display: block;
        margin-left: 1rem;
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5);
        -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
        transform-origin: 0 50%
    }

    .m-header__menu {
        position: fixed;
        overflow: hidden;
        padding: .5rem 0 0;
        z-index: 1000;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        top: 0;
        left: 0;
        width: 300px;
        height: 100vh;
        -webkit-transform: translateX(-100%) translateZ(0);
        transform: translateX(-100%) translateZ(0);
        -webkit-transition: -webkit-transform .6s ease;
        transition: -webkit-transform .6s ease;
        -o-transition: transform .6s ease;
        transition: transform .6s ease;
        transition: transform .6s ease, -webkit-transform .6s ease;
        background: #443169
    }

    .m-header__menu.active {
        -webkit-transform: translateX(0) translateZ(0);
        transform: translateX(0) translateZ(0)
    }

    .m-header__search {
        height: auto;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 100%;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        padding: 0 1rem;
        margin: 0
    }
}

.m-nav {
    height: 100%;
    display: inherit;
    -webkit-box-align: inherit;
    -webkit-align-items: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.m-nav li, .m-nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.m-nav li {
    position: relative
}

.m-nav > ul {
    height: inherit;
    display: inherit;
    -webkit-box-align: inherit;
    -webkit-align-items: inherit;
    -ms-flex-align: inherit;
    align-items: inherit
}

.m-nav > ul > li {
    display: block;
    height: inherit;
    display: inherit;
    -webkit-box-align: inherit;
    -webkit-align-items: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    position: relative
}

.m-nav > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.m-nav > ul > li:hover > a::after {
    opacity: 1;
    visibility: visible
}

.m-nav > ul > li > a {
    position: relative;
    padding: .5rem .75rem;
    font-size: 1.25rem;
    text-shadow: 1px 1px 1px rgba(39, 29, 103, .65)
}

.m-nav > ul > li > a::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../img/header/h.svg);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.m-nav > ul > li > a.active::after {
    opacity: 1
}

.m-nav > ul > li > ul {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: -2rem;
    min-width: 16.5625rem;
    padding: 0 .125rem;
    overflow: visible;
    background: #6e56a1 -webkit-gradient(linear, left top, left bottom, color-stop(0, #6e56a1), color-stop(50%, #8872b7), to(#745fa3)) 50% 50% no-repeat;
    background: #6e56a1 -o-linear-gradient(top, #6e56a1 0, #8872b7 50%, #745fa3 100%) 50% 50% no-repeat;
    background: #6e56a1 linear-gradient(180deg, #6e56a1 0, #8872b7 50%, #745fa3 100%) 50% 50% no-repeat;
    background-clip: content-box;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.m-nav > ul > li > ul::after, .m-nav > ul > li > ul::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    background-color: transparent;
    background-repeat: repeat-y;
    background-position: 50% 100%
}

.m-nav > ul > li > ul::before {
    width: .4375rem;
    left: 0;
    background-image: url(../img/header/frame-l.png)
}

.m-nav > ul > li > ul::after {
    width: .375rem;
    right: 0;
    background-image: url(../img/header/frame-r.png)
}

.m-nav > ul > li > ul li.new > a::before {
    content: "Новинка";
    display: inline-block;
    vertical-align: middle;
    margin-right: .1875rem;
    margin-left: -.375rem;
    margin-top: -.1875rem;
    padding: 0 .375rem;
    line-height: 135%;
    font-size: 1em;
    background: #cd1824 -webkit-gradient(linear, left top, right top, from(#dd313b), to(#cd1824)) 50% 50% no-repeat;
    background: #cd1824 -o-linear-gradient(left, #dd313b, #cd1824) 50% 50% no-repeat;
    background: #cd1824 linear-gradient(90deg, #dd313b, #cd1824) 50% 50% no-repeat;
    color: #fff
}

.m-nav > ul > li > ul > li {
    line-height: 2rem;
    background: transparent url(../img/header/divider.png) 50% 100% no-repeat
}

.m-nav > ul > li > ul > li:last-child {
    background: 0 0
}

.m-nav > ul > li > ul > li:last-child::after {
    content: "";
    display: block;
    position: absolute;
    top: -webkit-calc(100% - .25rem);
    top: calc(100% - .25rem);
    left: .125rem;
    right: .125rem;
    height: .375rem;
    background-color: transparent;
    background-image: url(../img/header/frame-b.png);
    background-position: 50% 50%;
    background-repeat: repeat-x
}

.m-nav > ul > li > ul > li > a {
    position: relative;
    padding: 0 0 0 1.125rem;
    white-space: nowrap;
    font-size: .9375rem;
    letter-spacing: .5px;
    -webkit-transition: background-color .1s linear;
    -o-transition: background-color .1s linear;
    transition: background-color .1s linear
}

.m-nav > ul > li > ul > li > a:hover {
    background: #534076
}

.m-nav > ul > li > ul > li.menu-item-has-children::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 2rem;
    height: 2rem;
    border: none;
    background: transparent url(../img/header/arrow.png) 50% 50% no-repeat;
    background-size: .75rem 1rem;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    pointer-events: none;
    cursor: pointer
}

.m-nav > ul > li > ul > li.menu-item-has-children.over::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.m-nav > ul > li > ul > li > ul {
    display: none;
    background: transparent url(../img/header/divider.png) 50% 0 no-repeat
}

.m-nav > ul > li > ul > li > ul > li {
    line-height: 2rem;
    background: transparent url(../img/header/divider.png) 50% 100% no-repeat
}

.m-nav > ul > li > ul > li > ul > li > a {
    padding: 0 0 0 2.25rem;
    white-space: nowrap;
    font-size: .8125rem;
    letter-spacing: .5px;
    -webkit-transition: background-color .1s linear;
    -o-transition: background-color .1s linear;
    transition: background-color .1s linear
}

.m-nav > ul > li > ul > li > ul > li > a:hover {
    background: #534076
}

.m-nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 900
}

.m-nav.inactive {
    opacity: 0;
    visibility: hidden
}

@media (max-width: 939px) {
    .m-nav {
        display: none
    }
}

.m-burger {
    display: none;
    overflow: hidden;
    height: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 100%;
    padding: 0
}

.m-burger li, .m-burger ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.m-burger > ul {
    display: block;
    height: auto;
    padding: 1rem;
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    -o-transition: transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease
}

.m-burger > ul > li {
    line-height: 2rem;
    background: transparent url(../img/header/divider.png) 0 100% no-repeat
}

.m-burger > ul > li:hover > a::after {
    display: none
}

.m-burger > ul > li > ul {
    opacity: 1;
    margin-left: 1rem;
    visibility: visible;
    position: static;
    background: 0 0
}

.m-burger > ul > li > ul::after, .m-burger > ul > li > ul::before {
    display: none
}

.m-burger > ul > li > ul > li {
    background: transparent url(../img/header/divider.png) 0 100% no-repeat
}

.m-burger > ul > li > ul > li:last-child {
    background: inherit
}

.m-burger > ul > li > ul > li:last-child::after {
    display: none
}

.m-burger > ul > li {
    position: relative
}

.m-burger > ul > li a {
    text-align: left;
    display: block;
    padding: 0;
    margin: 0 0 .5rem;
    font-size: 1.125rem;
    color: #fff
}

.m-burger > ul > li a:hover {
    color: #fff
}

.m-burger > ul > li.menu-item-has-children::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 2rem;
    height: 2rem;
    border: none;
    background: transparent url(../img/header/arrow.png) 50% 50% no-repeat;
    background-size: .75rem 1rem;
    pointer-events: none
}

.m-burger a {
    display: block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 900
}

.m-burger.gone > ul:first-of-type {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
}

.m-burger__sidenav {
    position: absolute;
    top: 0;
    left: 100%;
    width: 300px;
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    -o-transition: transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease
}

.m-burger__sidenav.in {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
}

.m-burger__sidenav li:first-child a {
    padding-left: 3rem
}

.m-burger__sidenav li:first-child::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 2rem;
    height: 2rem;
    border: none;
    background: transparent url(../img/header/arrow.png) 50% 50% no-repeat;
    background-size: .75rem 1rem;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    pointer-events: none;
    cursor: pointer
}

@media (max-width: 939px) {
    .m-burger {
        display: block
    }
}

.m-teaser {
    position: relative;
    z-index: 25;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.m-teaser.scrolled::after {
    opacity: 1;
    z-index: 10
}

.m-teaser::after, .m-teaser::before {
    content: "";
    display: block;
    background-color: transparent;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none
}

.m-teaser_slider {
    height: 28.75rem
}

.m-teaser_slider::before {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    height: 3rem;
    background-image: url(data:image/png;base64,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)
}

.m-teaser_slider::after {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 50%;
    right: auto;
    width: 75rem;
    margin-left: -37.5rem;
    height: 6.25rem;
/*    background-image: url(../img/teaser/table.png);
*/    opacity: 0
}

.m-teaser_slider .m-teaser__desc > header {
    font-size: 3rem;
    line-height: 120%
}

.m-teaser_game img[alt=bg] {
    display: none
}

.m-teaser_game img[alt=bg] + [alt=bg] {
    display: block
}

.m-teaser_about {
    height: 20.625rem
}

.m-teaser_about::before {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    height: 3rem;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABLAAAAAwCAYAAAAB3oMEAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QwEAA8ZuK2s3gAABv5JREFUeNrt3U1y4zYQBtCmrOxzkJwn979HbCELDzwgBIAgJcuy570qFUnwR7KXX3U3l7//+uffiHiZ/Jyr41OxdqrWT9V6XluK/VO8y+utTzT2y+3IzDUAAAAAvEsHzqfONu+nxv6l2Ob1ev/jc46I/4oTb/EeSF0GnzrUKtfeYh1avcV1gFWGWPU2oh9gjbZ7CbYAAAAAxtLEehpcvxVepeiHV3n/LX4FWK+/FnLQlB80+8mhVw6v6u0pfgdZrSqsJcYBVhk2tYKrOowSTgEAAADslw5etxVctdZan1aItarAusR7gJRP5v3Z0CrfX1di1cFVK7zaCrEiroOsiNuCKyEXAAAAwLZey+BsdVYvyCqrsXpBVs6hUq7Aym2A+cKX2G4jvMS63TCHXnV49RK/w6m836rAWuI6yIrYnn/VC6OEVAAAAADX0p3u6VVipc5afb41B6sOsFIUFVg5vCpnYL3EOu3KwVT5Kdd6Q9vLge6v0a68qo8jtoe41/ujNQAAAADG0g3X9CqvynO9eVijdsKPFsLXYuEU15Pec2VVXZVVz7oatQ62wqveGwjLNsKZbXSO9xB6AQAAAH+yNHkuTd6fNratQe4p1lVZH+FWnmOVA6pT46ZyHlZrv9c62AqvZqqvWsPbI/oD3XvHW4RWAAAAAO/2DHDfE2KNZmKNBruvBrrnFsIcXJ3iOrwqK6/qAKuuwnqNdvtgPcR9K7j6zOorwRUAAADAtbTz2tkg69I5blVjNedh5QqsvFi2EObAqWwffOmcz9slfodZrbcO1hVYEe0QK6IfZtX7swRXAAAAAPukifNbQdZoBtbWLKyPFsKyva+sxMrVV3UrYQ6olmjPvaoDq1b11ajyqtcqeDTIElwBAAAA3M9Wq+DMdb3WwWYrYSvAilgPci+rqVKsq6zK6qxReFWHVlsBVkS/+ioGa3vOAwAAALDf1sD30dD3Q1VY51hPd88hVT3QPVdb9VoLt4Kr+o2DM7Ovbq28AgAAAOBz7G0t7O3X87BSNGZilTOwcmD1Guugqgyz6nCqfuPgbNXV6K2DR8IrgRYAAADAY10OXFdXXZX7dXCV9z8CrDKwWuK617AMpuqWwnzNEu3Kq63wKmIuvNrz5kGBFgAAAMBaetCzZ1oIs1VQFZ0WwxxglWHUqbqpDqrqsKtXdTXTLvio6iuBFgAAAMA+6cbrWkHWVtDVCrSuKrBGw9jzLKw6EWtVXH1WgNUjoAIAAAB4rDR5Pk2c7w10jyiGuOdgqt62qq16YdXWvKuIcWg10zrYC6oEWAAAAACPdUuFVmvIeyvIWr2FsAybylKtOshqVWqNqq1m3zY4G1oJsAAAAACew2yAdZlYH7UbXgVYObQ6FevlQ+sQqxdUbbUNRuyrvGod99YAAAAAeIw9g+EvE/e3KrCiHOJeBkplkJWq9XqtPl5iHW4dmXd15M2DM+cBAAAA/kTpC74r7fxNzfbB+FWBlVsE65Dp1Fkvw63yOOJ+VVejtkEhFQAAAMDjpU981nAeVt1C2Aqqep+tKqvPGNa+dQ4AAACA51cHWMN5WK0Aq9USeDSo2tsyONofrQEAAABwm0e2GW7Nw1rtnxs/7i3mg6mtCqteaNUKqW4NrgRbAAAAAM+lbAXsnR+tpYi4nBuLS+N4aRzPhFcR8wHWaD8m1gEAAAB4rHTn+1qzsN7qFsKY2J9pDzw6pN0cLAAAAID7S9/kt7RmYb2dJ24sq7LqiqwjodVsYCXAAgAAAPh5erOuesdvrRlYo4fXbyes1yI+f1C78AoAAADge9kKqkbnPmZgLTFXhdWqxqrvv2e74N6wSrgFAAAA8Hhpcm3vMyKKCqwyfGpVU0Xsq6w6ElrNhE8CKgAAAICfIU1es2ohbFVTbT1gVJUVg/2IYwHWnusAAAAAeE57RlpdtRAucWwqfSvEKn9MK7waHY8IsAAAAAC+tz3506V8C+EoVJoJmHohVsT1fKw94dVywx8IAAAAwPMbzmY/Ny7cqp7a88W98GkZ/MBbAysVWgAAAABfK93x/ks9A6u+4JZWv/ysZfAjlok/cHnwPwgAAACAxzpcgdVau2e4lZ+33PAHRKi4AgAAAHh2txQcrQKs1gOXHWutH7LE51dEqbgCAAAA+MFaLYSl2ZlVXxVeAQAAAPCzbbYQ1uda53szq2bCKyEXAAAAACPTLYS9861reoHUzLPuxVwsAAAAgK9x97znPPmFy84fdUtYtTzjPwoAAACAhymznXQ+cFPEbW8OvPWtgwAAAAD8QfIQ971VT3sDrdG9e2kPBAAAAPjeduVD58ZNy52+dHmGPxAAAACA7+3IEPdZs28hBAAAAICeNDvEPbt34OQthAAAAAA/y8PfQrj1A5Y/5R8FAAAAwNf4Hzr4zbEFcHuHAAAAAElFTkSuQmCC)
}

.m-teaser_about::after {
    position: absolute;
    z-index: 5;
    top: -webkit-calc(100% - .1875rem);
    top: calc(100% - .1875rem);
    right: 0;
    left: 0;
    height: .3125rem;
    background-image: url(../img/teaser/border.png)
}

.m-teaser_about .m-teaser__image img[alt=product] {
    max-height: 20.625rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.m-teaser_assortment {
    height: 20.625rem
}

.m-teaser_assortment::before {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    height: 5.75rem;
    background-image: url(data:image/png;base64,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)
}

.m-teaser_assortment:not(.m-teaser_sandwich)::after {
    position: absolute;
    z-index: 5;
    top: -webkit-calc(100% - .1875rem);
    top: calc(100% - .1875rem);
    right: 0;
    left: 0;
    height: .3125rem;
    background-image: url(../img/teaser/border.png)
}

.m-teaser_assortment .m-teaser__desc {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0
}

.m-teaser_assortment .m-teaser__image img[alt=product] {
    display: none;
    max-height: 20.625rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.m-teaser_product {
    height: 28.75rem
}

.m-teaser_product::after {
    position: absolute;
    z-index: 5;
    top: -webkit-calc(100% - .1875rem);
    top: calc(100% - .1875rem);
    right: 0;
    left: 0;
    height: .3125rem;
    background-image: url(../img/teaser/border.png)
}

.m-teaser_product .m-teaser__image img[alt=product] {
    display: none;
    max-height: 28.125rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-55%);
    -ms-transform: translateX(-50%) translateY(-55%);
    transform: translateX(-50%) translateY(-55%)
}

.m-teaser__slider {
    height: 100%
}

.m-teaser__slider.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: .75rem;
    height: 1rem;
    line-height: 0
}

.m-teaser__slider .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    border: 1px solid #fff;
    background: 0 0;
    opacity: 1
}

.m-teaser__slider .swiper-pagination-bullet:only-child {
    display: none
}

.m-teaser__slider .swiper-pagination-bullet-active {
    background: #fff
}

.m-teaser__slide {
    height: inherit;
    position: relative
}

.m-teaser__slide > a {
    text-decoration: none
}

.m-teaser__link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.m-teaser__left-link {
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 50%;
    bottom: 0
}

.m-teaser__right-link {
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0
}

.m-teaser__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.m-teaser__image img {
    position: inherit
}

.m-teaser__image img[alt=bg] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.m-teaser__image img[alt=product] {
    max-height: 21.875rem;
    right: 8.125rem;
    top: 4.375rem
}

.m-teaser__image img[alt=seal] {
    width: 5.6875rem;
    right: 2.5rem;
    bottom: 6.25rem
}

.m-teaser__image img[alt=is-new] {
    width: 15.375rem;
    top: 0;
    right: 0
}

.m-teaser__image img[alt=image-mobile] {
    display: none
}

.m-teaser__image_high img[alt=product] {
    max-height: 27.5rem;
    top: 0
}

.m-teaser__new {
    position: absolute;
    top: 2.875rem;
    left: -webkit-calc(50% + 6.5rem);
    left: calc(50% + 6.5rem);
    width: 8.5625rem
}

.m-teaser__desc {
    position: relative;
    z-index: 1;
    width: 61.25rem;
    margin: 0 auto;
    padding: 3.75rem 0 0
}

.m-teaser__desc > header {
    margin-bottom: 1.125rem;
    font-size: 3.75rem;
    line-height: 100%;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(39, 29, 103, .65);
    color: #fff
}

.m-teaser__desc > a {
    display: block;
    width: 14.125rem;
    height: 2.8125rem;
    line-height: 2.875rem;
    text-align: center;
    font-size: .9375rem;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(39, 29, 103, .65);
    text-decoration: none;
    background: transparent url(../img/teaser/more.png) 50% 50% no-repeat;
    background-size: contain;
    color: #fff
}

.m-teaser__desc > a:hover {
    background-image: url(../img/teaser/more-h.png)
}

.m-teaser__desc > p {
    display: none;
    position: relative;
    margin: 3.75rem 0 0 .5rem;
    font-family: Arial, sans-serif;
    font-size: .75rem;
    letter-spacing: -.5px;
    color: #fff
}

.m-teaser__desc > p::before {
    content: "*";
    position: absolute;
    top: .1em;
    left: -.7em
}

.m-teaser__reveal {
    display: block;
    width: 3.1875rem;
    height: 3.1875rem;
    position: absolute;
    padding: 0;
    margin: 0;
    z-index: 10;
    bottom: -1.5625rem;
    left: 50%;
    margin-left: -1.5625rem;
    border: none;
    background: transparent url(../img/teaser/reveal.png) 50% 50% no-repeat;
    background-size: contain;
    cursor: pointer;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform .8s linear .3s;
    transition: -webkit-transform .8s linear .3s;
    -o-transition: transform .8s linear .3s;
    transition: transform .8s linear .3s;
    transition: transform .8s linear .3s, -webkit-transform .8s linear .3s;
    will-change: transform
}

.m-teaser__reveal.active {
    -webkit-transform: translateY(23.25rem) rotate(45deg) translateZ(0);
    transform: translateY(23.25rem) rotate(45deg) translateZ(0);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.m-teaser__decor {
    position: absolute;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.m-teaser__decor[alt=show] {
    width: 15.3125rem;
    left: 39.375rem;
    bottom: .5rem
}

@media (max-width: 1199px) {
    .m-teaser::after {
        display: none
    }
}

@media (max-width: 939px) {
    .m-teaser__image {
        position: relative;
        overflow: hidden;
        -webkit-box-shadow: 0 .25rem .125rem -.125rem rgba(0, 0, 0, .3);
        box-shadow: 0 .25rem .125rem -.125rem rgba(0, 0, 0, .3)
    }

    .m-teaser__image img[alt=bg] {
        position: absolute;
        height: 100%;
        width: auto;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .m-teaser__image img[alt=bg] + [alt=bg] {
        display: none
    }

    .m-teaser__image img[alt=product] {
        position: absolute;
        max-height: 74%;
        top: auto;
        bottom: 1.25rem;
        left: 50%;
        -webkit-transform: translateX(-50%) translateZ(0);
        transform: translateX(-50%) translateZ(0)
    }

    .m-teaser_slider {
        height: 26.25rem
    }

    .m-teaser_slider::before {
        display: none
    }

    .m-teaser_slider .m-teaser__image {
        height: 13.125rem
    }

    .m-teaser_slider .m-teaser__image img[alt=seal] {
        position: absolute;
        width: 3.75rem;
        height: 3.75rem;
        top: 1rem;
        right: 1rem;
        left: auto;
        bottom: auto;
        margin: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .m-teaser_slider .m-teaser__image img[alt=is-new] {
        display: none
    }

    .m-teaser_slider .m-teaser__image_high img[alt=product] {
        top: 0;
        max-height: 90%;
        -webkit-transform: translateX(-50%) translateY(0) translateZ(0);
        transform: translateX(-50%) translateY(0) translateZ(0)
    }

    .m-teaser_slider .m-teaser__desc {
        width: auto;
        padding-top: 2.5rem;
        text-align: center
    }

    .m-teaser_slider .m-teaser__desc > header {
        font-size: 1.4375rem;
        margin-bottom: .5rem
    }

    .m-teaser_slider .m-teaser__desc > a {
        display: inline-block
    }

    .m-teaser_slider .m-teaser__desc > p {
        display: none;
        position: absolute;
        margin: 0;
        padding: 0;
        text-align: left;
        top: .25rem;
        left: 1rem;
        font-size: .5625rem;
        line-height: 100%;
        opacity: .5
    }

    .m-teaser_about {
        height: 19.375rem
    }

    .m-teaser_about::before {
        display: none
    }

    .m-teaser_about::after {
        display: block;
        background-size: auto
    }

    .m-teaser_about .m-teaser__image {
        height: 19.375rem
    }

    .m-teaser_about {
        height: 19.375rem
    }

    .m-teaser_about::before {
        display: none
    }

    .m-teaser_about::after {
        display: block;
        background-size: auto
    }

    .m-teaser_about .m-teaser__image {
        height: 19.375rem
    }

    .m-teaser_assortment::before {
        display: none
    }

    .m-teaser_assortment::after {
        display: block;
        background-size: auto
    }

    .m-teaser_assortment .m-teaser__desc {
        width: 100%;
        height: auto;
        padding-top: 2.5rem;
        text-align: center
    }

    .m-teaser_assortment .m-teaser__desc > header {
        width: 100%;
        font-size: 2rem;
        margin-bottom: 0
    }

    .m-teaser_assortment .m-teaser__image {
        height: 20.625rem
    }

    .m-teaser_assortment .m-teaser__image img[alt=bg] + [alt=bg] {
        display: none
    }

    .m-teaser_assortment .m-teaser__image img[alt=product] {
        display: block;
        position: absolute;
        max-height: 90%;
        max-width: 90%;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
        transform: translateX(-50%) translateY(-50%) translateZ(0)
    }

    .m-teaser_product {
        height: 13.125rem
    }

    .m-teaser_product::before {
        display: none
    }

    .m-teaser_product::after {
        display: block;
        background-size: auto
    }

    .m-teaser_product .m-teaser__image {
        height: 13.125rem
    }

    .m-teaser_product .m-teaser__image img[alt=bg] {
        width: auto;
        height: 100%;
        top: auto;
        bottom: 0
    }

    .m-teaser_product .m-teaser__image img[alt=bg] + [alt=bg] {
        display: none
    }

    .m-teaser_product .m-teaser__image img[alt=product] {
        display: block;
        position: absolute;
        max-width: 90%;
        max-height: 90%;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
        transform: translateX(-50%) translateY(-50%) translateZ(0)
    }

    .m-teaser__new {
        top: 1.5rem;
        left: -webkit-calc(50% + 4rem);
        left: calc(50% + 4rem);
        width: 5rem
    }

    .m-teaser__slider.swiper-container-horizontal > .swiper-pagination-bullets {
        display: none
    }

    .m-teaser__decor[alt=show] {
        display: none
    }

    .m-teaser_game {
        height: 28.75rem
    }

    .m-teaser_game .m-teaser__image {
        height: 28.75rem
    }

    .m-teaser_game .m-teaser__image img[alt=bg] {
        display: none
    }

    .m-teaser_game .m-teaser__image img[alt=bg] + [alt=bg] {
        display: block
    }
}

@media (max-width: 768px) {
    .m-teaser_slider {
        height: auto
    }

    .m-teaser_slider .m-teaser__image_has-mob {
        height: auto
    }

    .m-teaser_slider .m-teaser__image_has-mob img[alt=bg] {
        display: none
    }

    .m-teaser_slider .m-teaser__image_has-mob img[alt=product] {
        display: none
    }

    .m-teaser_slider .m-teaser__image_has-mob img[alt=image-mobile] {
        display: block;
        width: 100%;
        max-width: 100%
    }
}

@media (max-width: 600px) {
    .m-teaser_game {
        height: 14.375rem
    }

    .m-teaser_game .m-teaser__image {
        height: 14.375rem
    }

    .m-teaser_game .m-teaser__image img[alt=bg] {
        display: none
    }

    .m-teaser_game .m-teaser__image img[alt=bg] + [alt=bg] {
        display: block
    }
}

@media (max-width: 360px) {
    .m-teaser_game {
        height: 14.375rem
    }

    .m-teaser_game .m-teaser__image {
        height: 14.375rem
    }

    .m-teaser_game .m-teaser__image img[alt=bg] {
        display: block
    }

    .m-teaser_game .m-teaser__image img[alt=bg] + [alt=bg] {
        display: none
    }
}

.m-wall {
    position: relative;
    width: 61.25rem;
    margin: 0 auto 1rem;
    padding-top: 2rem
}

.m-wall__inner {
    text-align: center;
    color: #fff
}

.m-wall__header {
    margin-bottom: .75rem;
    font-size: 2.5rem;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #271d67
}

.m-wall__desc {
    width: 86%;
    margin: .75rem auto;
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
    color: #fff
}

.m-wall__frame {
    display: inline-block;
    vertical-align: top;
    width: 33.333%
}

.m-wall__decor {
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

.m-wall__decor[alt=heart] {
    bottom: 6rem;
    right: 3rem
}

.m-wall__decor[alt=heart-2] {
    right: 20rem;
    bottom: -3rem
}

.m-wall__decor[alt=heart-3] {
    right: 13.75rem;
    bottom: -4rem
}

.m-wall__note {
    text-align: left;
    font-size: .875rem;
    color: #fff;
    margin-top: 2.5rem
}

@media (max-width: 939px) {
    .m-wall {
        width: auto;
        margin-top: 0;
        margin-bottom: 0;
        padding: 0 1.25rem 3rem
    }

    .m-wall__header {
        font-size: 1.625rem
    }

    .m-wall__desc {
        width: auto;
        font-size: 1.125rem
    }

    .m-wall__frame {
        display: block;
        width: auto;
        margin-left: auto;
        margin-right: auto
    }

    .m-wall__decor[alt=heart] {
        bottom: -2rem
    }

    .m-wall__decor[alt=heart-2] {
        display: none
    }

    .m-wall__decor[alt=heart-3] {
        display: none
    }
}

.m-wall_products .m-frame_mdm {
    padding-top: 1rem
}

.m-wall_products .m-frame_mdm .m-frame__pic {
    max-width: 90%
}

.m-wall_products .m-frame_large {
    padding-top: 2rem
}

.m-wall_products .m-frame_large .m-frame__pic {
    left: 1.125rem
}

.m-wall_products .m-frame_sandwich {
    padding-top: 1rem
}

.m-wall_products .m-frame_sandwich .m-frame__pic {
    left: .375rem
}

.m-wall_products .m-frame_classic {
    padding-top: 1rem
}

.m-wall_products .m-frame_join {
    padding-top: 10rem
}

.m-wall_products .m-frame_bubble {
    padding-top: 1rem
}

.m-frame {
    position: relative;
    padding-top: 1rem;
    text-align: center;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}

.m-frame > figcaption {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.m-frame_sandwich {
    padding-top: 4rem
}

.m-frame_classic {
    padding-top: 0
}

.m-frame_join {
    padding-top: 10rem
}

.m-frame_bubble {
    padding-top: 4rem
}

.m-frame_snack .m-frame__pic {
    left: 1.5rem
}

.m-frame__pic {
    display: inline-block;
    position: relative
}

.m-frame__pic img {
    position: relative;
    max-width: 100%;
    width: 100%
}

.m-frame__sns {
    position: absolute;
    top: 5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.m-frame__sn {
    display: inline-block;
    width: 3.6875rem;
    height: 3.6875rem;
    background-color: transparent;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 12.125rem 3.6875rem;
    background-image: url(../img/frame/sn.png)
}

.m-frame__sn:hover {
    background-image: url(../img/frame/sn-h.png)
}

.m-frame__sn.yt {
    background-position: 0 0
}

.m-frame__sn.vk {
    background-position: -4.25rem 0
}

.m-frame__sn.ok {
    background-position: -8.4375rem 0
}

.m-frame__sn:nth-child(2) {
    margin: 0 .5rem
}

.m-frame__decor {
    position: absolute
}

.m-frame__decor[alt=m] {
    top: 3rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width: 1240px) {
    .m-frame__sns {
        top: 6.25rem
    }

    .m-frame__pic img {
        max-width: 90%
    }
}

@media (max-width: 939px) {
    .m-frame {
        padding-top: 0;
        padding-bottom: 1rem;
        max-width: 17.5rem
    }

    .m-frame_philippe {
        padding-top: 0
    }

    .m-frame_cookies {
        padding: 0
    }

    .m-frame_sandwich {
        padding: 0
    }

    .m-frame_classic {
        padding: 0
    }

    .m-frame_join {
        padding-top: 5rem
    }

    .m-frame_bubble {
        padding-top: 0;
        padding-bottom: 0
    }

    .m-frame_snack .m-frame__pic {
        left: .75rem
    }

    .m-frame__sns {
        position: absolute;
        top: 5rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        white-space: nowrap
    }

    .m-frame__sn {
        display: inline-block;
        width: 3.6875rem;
        height: 3.6875rem;
        background-color: transparent;
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 12.125rem 3.6875rem;
        background-image: url(../img/frame/sn.png)
    }

    .m-frame__sn:hover {
        background-image: url(../img/frame/sn-h.png)
    }

    .m-frame__sn.yt {
        background-position: 0 0
    }

    .m-frame__sn.vk {
        background-position: -4.25rem 0
    }

    .m-frame__sn.ok {
        background-position: -8.4375rem 0
    }

    .m-frame__sn:nth-child(2) {
        margin: 0 .5rem
    }

    .m-frame__decor {
        position: absolute
    }

    .m-frame__decor[alt=m] {
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .m-wall_products .m-frame_bubble {
        padding-top: 2rem
    }
}

.m-list {
    position: relative;
    width: 74.375rem;
    margin: 0 auto 3rem;
    background: #513c79 -webkit-gradient(linear, left top, right top, color-stop(0, #4f3a75), color-stop(50%, #654e95), to(#4f3a75)) 50% 50% no-repeat;
    background: #513c79 -o-linear-gradient(left, #4f3a75 0, #654e95 50%, #4f3a75 100%) 50% 50% no-repeat;
    background: #513c79 linear-gradient(90deg, #4f3a75 0, #654e95 50%, #4f3a75 100%) 50% 50% no-repeat
}

.m-list::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 5;
    top: -webkit-calc(100% - .1875rem);
    top: calc(100% - .1875rem);
    right: -.3125rem;
    left: -.3125rem;
    height: .3125rem;
    background-image: url(../img/list/border.png)
}

.m-list_reveal {
    position: absolute;
    height: 23.25rem;
    z-index: 20;
    top: 28.75rem;
    left: 50%;
    margin-left: -37.1875rem;
    margin-right: 0;
    margin-bottom: 0;
    -webkit-transform: translateY(-100%) translateZ(0);
    transform: translateY(-100%) translateZ(0);
    -webkit-transition: -webkit-transform .8s linear .3s;
    transition: -webkit-transform .8s linear .3s;
    -o-transition: transform .8s linear .3s;
    transition: transform .8s linear .3s;
    transition: transform .8s linear .3s, -webkit-transform .8s linear .3s;
    will-change: transform
}

.m-list_reveal.active {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0)
}

.m-list_reveal.active .m-list__inner {
    opacity: 1;
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

.m-list_reveal .m-list__inner {
    opacity: 0;
    padding-top: 3rem;
    padding-bottom: 0;
    -webkit-transition: opacity .3s linear 0s;
    -o-transition: opacity .3s linear 0s;
    transition: opacity .3s linear 0s
}

.m-list_reveal .m-list__line {
    background-image: none
}

.m-list_reveal .m-thumb_29 > img {
    top: 7rem
}

.m-list__inner {
    width: 63.75rem;
    margin: 0 auto;
    padding: 1.5rem 0
}

.m-list__slider .swiper-button-next, .m-list__slider .swiper-button-prev {
    width: 20px;
    height: 28px;
    background: transparent url(../img/product/next.png) 50% 50% no-repeat;
    background-size: 10px 14px;
    right: 0;
    margin-top: -14px
}

.m-list__slider .swiper-button-next:hover, .m-list__slider .swiper-button-prev:hover {
    opacity: .5
}

.m-list__slider .swiper-button-next.swiper-button-disabled, .m-list__slider .swiper-button-prev.swiper-button-disabled {
    opacity: 0
}

.m-list__slider .swiper-button-prev {
    background-image: url(../img/product/prev.png);
    right: auto;
    left: 0
}

.m-list__line {
    padding: 1.5rem 0;
    font-size: 0;
    background-color: transparent;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-image: url(../img/list/divider.png);
    background-size: 48.5rem auto;
    text-align: center
}

.m-list__line:last-child {
    background-image: none
}

.m-list__line_thirds .m-list__thumb {
    width: 33.333%
}

.m-list__line_halves .m-list__thumb {
    width: 50%
}

.m-list__line_halves .m-list__thumb > a > figcaption {
    margin-bottom: 1.5rem
}

.m-list__thumb {
    display: inline-block;
    vertical-align: top
}

.m-thumb {
    position: relative;
    padding: 0 1.5rem
}

.m-thumb > a {
    display: block;
    font-size: 1.125rem;
    font-weight: 900;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(39, 29, 103, .65);
    text-decoration: none;
    -webkit-transition: color .1s linear;
    -o-transition: color .1s linear;
    transition: color .1s linear
}

.m-thumb > a:hover {
    color: #baabd6
}

.m-thumb > a > figcaption {
    margin: 0 auto .75rem;
    text-align: center;
    min-height: 3.5rem;
    max-width: 20rem
}

.m-thumb > a > img {
    position: relative;
    max-width: 100%;
    max-height: 11.96875rem;
    left: .5rem
}

.m-thumb > img {
    position: absolute;
    left: -webkit-calc(50% + 3.75rem);
    left: calc(50% + 3.75rem);
    top: 4.5rem;
    width: 6.875rem;
    pointer-events: none
}

.m-thumb_bubble > a > img, .m-thumb_dm > a > img, .m-thumb_sandwich > a > img {
    left: .5rem;
    max-height: 11.96875rem
}

.m-thumb_dm > a > figcaption {
    max-width: 14rem
}

.m-thumb_classic > a > img {
    position: relative;
    left: .5rem;
    max-height: 11.625rem
}

.m-thumb_21 > a > figcaption, .m-thumb_8 > a > figcaption {
    max-width: 14rem
}

.m-thumb:only-child {
    width: 50% !important
}

.m-thumb:only-child > a > figcaption {
    max-width: 100%
}

@media (max-width: 939px) {
    .m-list {
        width: auto
    }

    .m-list::after {
        left: 0;
        right: 0
    }

    .m-list_reveal {
        position: absolute;
        height: 23.25rem;
        z-index: 4;
        top: 13.125rem;
        left: 50%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
        -webkit-transform: translateX(-50%) translateY(-100%) translateZ(0);
        transform: translateX(-50%) translateY(-100%) translateZ(0);
        -webkit-transition: -webkit-transform .8s linear .3s;
        transition: -webkit-transform .8s linear .3s;
        -o-transition: transform .8s linear .3s;
        transition: transform .8s linear .3s;
        transition: transform .8s linear .3s, -webkit-transform .8s linear .3s;
        will-change: transform
    }

    .m-list_reveal.active {
        -webkit-transform: translateX(-50%) translateY(0) translateZ(0);
        transform: translateX(-50%) translateY(0) translateZ(0)
    }

    .m-list_reveal .m-list__inner {
        padding: 3rem 0 0;
        width: 100vw;
        overflow-y: hidden;
        overflow-x: auto
    }

    .m-list_reveal .m-list__line {
        white-space: nowrap
    }

    .m-list_reveal .m-list__thumb {
        display: inline-block;
        padding: 0 1.5rem;
        background: 0 0;
        white-space: normal
    }

    .m-list_reveal .m-thumb_29 > img {
        top: 5rem
    }

    .m-list__inner {
        width: auto;
        padding-top: 7rem
    }

    .m-list__line {
        padding: 0;
        background: 0 0
    }

    .m-list__line:last-child {
        background-image: none
    }

    .m-list__line:last-child .m-list__thumb:last-child {
        background-image: none
    }

    .m-list__line_thirds .m-list__thumb {
        width: 100%
    }

    .m-list__line_halves .m-list__thumb {
        width: 100%
    }

    .m-list__thumb {
        display: block;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        background-color: transparent;
        background-position: 50% 100%;
        background-repeat: no-repeat;
        background-image: url(../img/list/divider.png);
        background-size: 18.75rem auto
    }

    .m-list__slider .swiper-button-next {
        right: 1.5rem
    }

    .m-list__slider .swiper-button-prev {
        left: 1.5rem
    }

    .m-thumb > a > figcaption {
        font-size: .875rem
    }

    .m-thumb > img {
        width: 5rem;
        top: auto;
        bottom: 11.25rem;
        left: -webkit-calc(50% + 3rem);
        left: calc(50% + 3rem)
    }

    .m-thumb:only-child {
        width: 100% !important
    }
}

.m-more {
    margin: 3rem auto;
    width: 58.875rem
}

.m-more__bc {
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.m-more__bc li, .m-more__bc ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.m-more__bc > ul {
    display: block;
    margin-bottom: 1rem;
    font-size: 0
}

.m-more__bc > ul > li {
    display: inline-block;
    position: relative;
    padding-left: 1.5rem
}

.m-more__bc > ul > li:first-child::before {
    display: none
}

.m-more__bc > ul > li::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: .5rem;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    width: .5rem;
    height: .625rem;
    background: transparent url(../img/more/a.png) 50% 50% no-repeat;
    background-size: contain
}

.m-more__bc > ul > li > a {
    display: inherit;
    font-size: .8125rem;
    line-height: 100%;
    font-weight: 900;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color .1s linear;
    -o-transition: color .1s linear;
    transition: color .1s linear
}

.m-more__bc > ul > li > a:hover {
    color: #baabd6
}

.m-more__list {
    padding: 1.5rem 1.5rem 0;
    width: 58.875rem;
    height: 21.375rem;
    background: transparent url(../img/more/bg.png) 50% 50% no-repeat;
    background-size: contain
}

.m-more__header {
    margin-bottom: 1.5rem;
    font-size: 1.625rem;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(39, 29, 103, .65)
}

.m-more__items {
    font-size: 0;
    padding: 0 .75rem 0
}

.m-more__item {
    display: inline-block;
    vertical-align: top;
    width: 20%
}

.m-more__item > a {
    display: block;
    font-size: 1rem;
    line-height: 130%;
    font-weight: 900;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(39, 29, 103, .65);
    text-decoration: none;
    -webkit-transition: color .1s linear;
    -o-transition: color .1s linear;
    transition: color .1s linear
}

.m-more__item > a:hover {
    color: #baabd6
}

.m-more__item > a > figcaption {
    margin-bottom: 1rem
}

.m-more__item > a > img[alt=classic] {
    width: 9.375rem;
    margin-top: -.25rem;
    margin-left: .25rem
}

.m-more__item > a > img[alt=sandwich] {
    width: 9.5625rem
}

.m-more__item > a > img[alt=bubble] {
    width: 8.875rem;
    margin-top: -.25rem;
    margin-left: -.375rem
}

.m-more__item > a > img[alt=large] {
    width: 11.125rem;
    margin-top: -.75rem
}

.m-more__item > a > img[alt=dm] {
    width: 8.1875rem;
    margin-top: -.75rem;
    margin-left: -.5rem
}

.m-more__note {
    font-size: .875rem;
    color: #fff;
    margin-top: 2.5rem
}

@media (max-width: 939px) {
    .m-more {
        width: 17.75rem
    }

    .m-more__bc {
        display: none
    }

    .m-more__list {
        padding: 1.5rem 1.5rem 0;
        width: 17.75rem;
        height: 86.5rem;
        background-image: url(../img/more/bg-sm.png);
        background-size: contain
    }

    .m-more__header {
        font-size: 1.125rem;
        text-align: center
    }

    .m-more__items {
        font-size: 0;
        padding: 0
    }

    .m-more__item {
        display: block;
        margin-bottom: 1.5rem;
        width: auto
    }

    .m-more__item > a > img[alt=classic] {
        margin-top: 0;
        margin-left: 0
    }

    .m-more__item > a > img[alt=sandwich] {
        margin-top: 0;
        margin-left: 0
    }

    .m-more__item > a > img[alt=bubble] {
        margin-top: 0;
        margin-left: 0
    }

    .m-more__item > a > img[alt=large] {
        margin-top: 0;
        margin-left: 1.5rem
    }

    .m-more__item > a > img[alt=dm] {
        margin-top: 0;
        margin-left: 0
    }
}

.m-product {
    margin: 2rem 0
}

.m-product__label_mini img {
    width: 22rem
}

.m-product__article {
    position: relative;
    text-align: center;
    padding: 2rem 0;
    background: transparent url(../img/product/divider.png) 50% 100% no-repeat
}

.m-product__article_about .m-product__header {
    font-size: 1.875rem
}

.m-product__article_about .m-product__desc {
    width: 66%
}

.m-product__article:last-child {
    background-image: none
}

.m-product__header {
    width: 62%;
    margin: 0 auto 1rem;
    font-size: 2.375rem;
    line-height: 120%;
    font-weight: 900;
    color: #fff;
    text-align: inherit;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(39, 29, 103, .65)
}

.m-product__desc {
    width: 58%;
    margin: 0 auto 1rem;
    font-size: 1.125rem;
    line-height: 135%;
    color: #fff;
    text-align: inherit;
    text-shadow: 1px 1px 1px rgba(39, 29, 103, .65)
}

.m-product__ingredients {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: -webkit-calc(58% + 4rem);
    width: calc(58% + 4rem);
    margin: 0 auto 1rem
}

.m-product__ingredients .m-product__desc {
    width: auto;
    margin: 0;
    padding: 0 2rem
}

.m-product__ingredients .swiper-button-next, .m-product__ingredients .swiper-button-prev {
    width: 20px;
    height: 28px;
    background: transparent url(../img/product/next.png) 50% 50% no-repeat;
    background-size: 10px 14px;
    right: 0;
    margin-top: -14px
}

.m-product__ingredients .swiper-button-next:hover, .m-product__ingredients .swiper-button-prev:hover {
    opacity: .5
}

.m-product__ingredients .swiper-button-prev {
    background-image: url(../img/product/prev.png);
    right: auto;
    left: 0
}

.m-product__buy {
    text-align: inherit;
    margin: 1.5rem 0
}

.m-product__buy > a {
    display: inline-block;
    width: 13.3125rem;
    height: 2.875rem;
    line-height: 2.75rem;
    font-weight: 700;
    color: #513c79;
    font-size: 1.25rem;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background: transparent url(data:image/png;base64,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) 50% 50% no-repeat;
    background-size: contain
}

.m-product__buy > a:hover {
    background-image: url(data:image/png;base64,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);
    text-shadow: 1px 1px 0 #684d9b
}

.m-product__label {
    text-align: inherit
}

.m-product__label_large > img {
    position: relative;
    left: -.625rem;
    max-width: 19.9375rem
}

.m-product__label_bubble > img {
    position: relative;
    left: 1.25rem;
    max-width: 18.53125rem
}

.m-product__label_sandwich > img {
    position: relative;
    left: 1.25rem;
    max-width: 19.5rem
}

.m-product__label_dm > img {
    position: relative;
    left: 1.25rem;
    max-width: 19.8125rem
}

.m-product__label_classic > img {
    position: relative;
    left: .5rem;
    max-width: 19.125rem
}

.m-product__example {
    margin: 1.5rem 0
}

.m-product__example > img {
    max-width: 13.25rem
}

.m-product__example_large > img {
    max-width: 22.375rem
}

.m-product__example_classic > img {
    max-width: 17.4375rem
}

.m-product__table {
    width: 35rem;
    margin: 1rem auto;
    padding: 0;
    text-align: left;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    background: transparent url(../img/product/table/td.png) right 9.75rem top 0 no-repeat
}

.m-product__table tr {
    vertical-align: middle;
    margin: 0;
    padding: 0
}

.m-product__table td {
    border: 0;
    margin: 0;
    padding: .125rem .25rem;
    vertical-align: middle;
    font-size: 1rem
}

.m-product__table td:first-child {
    font-size: 0;
    width: 3.125rem
}

.m-product__table td:nth-child(3), .m-product__table td:nth-child(4) {
    text-align: right;
    white-space: normal;
    width: 10rem;
    padding-right: .5rem
}

.m-product__table td img {
    display: block;
    margin-top: .375rem;
    max-height: 2.3125rem
}

.m-product__table td span {
    position: relative;
    top: .1875rem;
    display: inline-block;
    color: #fff;
    text-align: inherit;
    text-shadow: 1px 1px 1px rgba(39, 29, 103, .65)
}

.m-product__table thead td {
    height: 2.5rem;
    font-size: 1.125rem;
    font-weight: 900;
    text-transform: uppercase
}

.m-product__table tbody tr {
    background: transparent url(../img/product/table/tr.png) 50% 0 no-repeat
}

.m-product__switch {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 1rem auto;
    padding: .25rem;
    border-radius: 1.25rem;
    background: #44345e
}

.m-product__switch button {
    border: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#78649e), to(#6d5a91));
    background: -o-linear-gradient(top, #78649e, #6d5a91);
    background: linear-gradient(180deg, #78649e, #6d5a91);
    border-top: 1px solid #9282b0;
    border-bottom: 1px solid #554476;
    height: 2rem;
    line-height: 1.875rem;
    font-size: 1.25rem;
    font-weight: 900;
    padding: 0 1.5rem;
    color: #44345e;
    cursor: pointer
}

.m-product__switch button:first-child {
    border-radius: 1rem 0 0 1rem;
    margin: 0 .25rem 0 0
}

.m-product__switch button:last-child {
    border-radius: 0 1rem 1rem 0
}

.m-product__switch button.active, .m-product__switch button:hover {
    background: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #beb8c9
}

.m-product__decor {
    position: absolute;
    left: 50%
}

.m-product__decor[alt=love] {
    width: 10.4375rem;
    margin-left: -18.75rem;
    bottom: 15rem
}

.m-product__decor[alt=bars] {
    width: 10.5rem;
    top: 1rem;
    margin-left: 23.75rem
}

.m-product__decor[alt=cans] {
    width: 13.375rem;
    bottom: 2rem;
    margin-left: -30rem
}

@media (max-width: 939px) {
    .m-product {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .m-product__article {
        background-size: 100% auto
    }

    .m-product__article:last-child {
        padding-bottom: 0
    }

    .m-product__article_about .m-product__header {
        font-size: 1.375rem
    }

    .m-product__article_about .m-product__desc {
        width: auto
    }

    .m-product__header {
        width: auto;
        font-size: 1.625rem
    }

    .m-product__desc {
        width: auto;
        font-size: 1rem
    }

    .m-product__ingredients {
        width: auto
    }

    .m-product__label img {
        max-width: 269px
    }

    .m-product__example img {
        max-width: 100%
    }

    .m-product__table {
        width: 100%;
        margin: 0;
        background: 0 0
    }

    .m-product__table td {
        height: 3rem
    }

    .m-product__table td:first-child {
        display: none
    }

    .m-product__table td:nth-child(3), .m-product__table td:nth-child(4) {
        white-space: normal;
        width: auto;
        padding-right: .5rem
    }

    .m-product__table thead {
        font-size: 1rem
    }

    .m-product__table thead td {
        height: 3rem
    }

    .m-product__table tbody tr {
        background: 0 0
    }

    .m-product__example {
        margin-left: auto;
        margin-right: auto;
        max-width: 10rem
    }

    .m-product__value {
        display: none
    }

    .m-product__value.active {
        display: table-cell
    }

    .m-product__switch {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .m-product__decor {
        display: none
    }
}

.m-about {
    margin-top: 2rem;
    margin-bottom: 5rem
}

.m-about__year {
    text-align: center;
    margin: 2rem 0
}

.m-about__year_1880 .m-about__content, .m-about__year_1935 .m-about__content, .m-about__year_1977 .m-about__content {
    white-space: nowrap;
    font-size: 0
}

.m-about__year_1880 .m-about__img, .m-about__year_1935 .m-about__img, .m-about__year_1977 .m-about__img {
    display: inline-block;
    vertical-align: middle
}

.m-about__year_1880 .m-about__desc, .m-about__year_1935 .m-about__desc, .m-about__year_1977 .m-about__desc {
    width: 23.75rem;
    margin-left: 7.5rem;
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    text-align: left
}

.m-about__year_1880 .m-about__header, .m-about__year_1935 .m-about__header, .m-about__year_1977 .m-about__header {
    width: auto
}

.m-about__year_1880 .m-about__short, .m-about__year_1935 .m-about__short, .m-about__year_1977 .m-about__short {
    width: auto
}

.m-about__year_1880 .m-about__img {
    position: relative;
    left: 2.5rem
}

.m-about__year_1935 .m-about__img {
    position: relative;
    left: 2.5rem
}

.m-about__year_1977 .m-about__desc {
    margin-left: 5rem
}

.m-about__year_1995 .m-about__short {
    position: absolute;
    text-align: left;
    margin: 0;
    top: 0;
    left: 50%;
    width: 18.125rem
}

.m-about__year_2011 .m-about__header {
    position: relative
}

.m-about__year_2011 .m-about__header::after, .m-about__year_2011 .m-about__header::before {
    content: "";
    position: absolute;
    display: block;
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.m-about__year_2011 .m-about__header::before {
    width: 3.6875rem;
    height: 3.625rem;
    top: 0;
    left: -2rem;
    background-image: url(../img/about/lquot.png)
}

.m-about__year_2011 .m-about__header::after {
    width: 3.0625rem;
    height: 3.5rem;
    top: -.75rem;
    right: -1.5rem;
    background-image: url(../img/about/rquot.png)
}

.m-about__content {
    position: relative
}

.m-about__num {
    margin: 2rem auto;
    width: 7.875rem;
    height: 13.75rem;
    line-height: 13.75rem;
    background: transparent url(../img/about/year.png) 50% 50% no-repeat;
    font-size: 1.5rem;
    font-weight: 900;
    color: #7b69a8;
    text-align: center
}

.m-about__header {
    width: 64%;
    margin: 2rem auto;
    font-size: 2.375rem;
    line-height: 120%;
    font-weight: 900;
    color: #fff;
    text-align: inherit;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(39, 29, 103, .65)
}

.m-about__short {
    text-align: inherit;
    margin: 2rem auto;
    width: 80%;
    color: #fff;
    font-size: 1.25rem;
    text-shadow: 1px 1px 1px rgba(39, 29, 103, .65);
    line-height: 135%
}

.m-about__short span {
    display: block
}

.m-about__img {
    display: block;
    margin: 0;
    padding: 0;
    text-align: inherit
}

.m-about__img img {
    max-width: 100%
}

.m-about__img img + img {
    margin-left: 1.5rem
}

.m-about__img img[alt=philippe] {
    margin-left: -2.25%
}

.m-about__img img[alt=fabric-2-md] {
    margin-left: -.5%
}

.m-about__img img[alt=fabric-2-sm] {
    margin-left: -1.1%
}

.m-about__img img[alt=love-1-md] {
    margin-left: 9.5%
}

.m-about__img img[alt=love-1-sm] {
    margin-left: -2%
}

@media (max-width: 939px) {
    .m-about {
        margin-bottom: 2rem
    }

    .m-about__year_1880 .m-about__content, .m-about__year_1935 .m-about__content, .m-about__year_1977 .m-about__content {
        white-space: normal
    }

    .m-about__year_1880 .m-about__img, .m-about__year_1935 .m-about__img, .m-about__year_1977 .m-about__img {
        display: block;
        left: 0
    }

    .m-about__year_1880 .m-about__desc, .m-about__year_1935 .m-about__desc, .m-about__year_1977 .m-about__desc {
        width: auto;
        margin-left: 0;
        display: block;
        text-align: inherit
    }

    .m-about__year_1995 .m-about__short {
        position: static;
        width: auto;
        text-align: inherit
    }

    .m-about__year_2011 .m-about__header::after, .m-about__year_2011 .m-about__header::before {
        display: none
    }

    .m-about__header {
        width: auto;
        margin: 1rem auto;
        font-size: 1.625rem
    }

    .m-about__short {
        width: auto;
        margin: 1rem auto
    }

    .m-about__img img + img {
        margin-left: 0;
        margin-top: 1.5rem
    }
}

.m-search {
    position: relative;
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    -o-transition: transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease
}

.m-search.gone {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
}

.m-search__lens, .m-search__submit {
    display: inline-block;
    width: 1.75rem;
    height: 1.75rem;
    border: none;
    background: transparent url(../img/header/search.png) 0 0 no-repeat;
    background-size: cover;
    cursor: pointer
}

.m-search__lens:hover, .m-search__submit:hover {
    background-image: url(../img/header/search-h.png)
}

.m-search__lens.active + .m-search__form {
    opacity: 1;
    visibility: visible
}

.m-search__form {
    position: absolute;
    white-space: nowrap;
    font-size: 0;
    top: 50%;
    margin-top: -.875rem;
    right: -1.875rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.m-search__form input[type=text] {
    display: inline-block;
    vertical-align: middle;
    width: 16.875rem;
    height: 1.75rem;
    line-height: 1.25rem;
    padding: .25rem 1.75rem .25rem .75rem;
    font-size: .875rem;
    color: #fff;
    background: #4e3574;
    border-radius: .875rem;
    border: none
}

.m-search__form input[type=text]::-webkit-input-placeholder {
    color: #fff;
    font-weight: 900
}

.m-search__form input[type=text]::-moz-placeholder {
    color: #fff;
    font-weight: 900
}

.m-search__form input[type=text]:-ms-input-placeholder {
    color: #fff;
    font-weight: 900
}

.m-search__form input[type=text]:-moz-placeholder {
    color: #fff;
    font-weight: 900
}

.m-search__submit {
    position: absolute;
    left: 15rem;
    display: inline-block;
    vertical-align: middle
}

.m-search__close {
    display: inline-block;
    vertical-align: middle;
    margin-left: .5rem;
    margin-top: -.0625rem;
    width: 1.25rem;
    height: 1.1875rem;
    border: none;
    background: transparent url(../img/header/close.png) 0 0 no-repeat;
    background-size: contain;
    cursor: pointer
}

.m-search__close:hover {
    -webkit-filter: brightness(150%);
    filter: brightness(150%)
}

.m-query {
    padding-top: 2rem;
    margin-bottom: 1rem
}

.m-query__inner {
    width: 61.25rem;
    margin: 0 auto
}

.m-query__header {
    margin: 0 auto 1rem;
    font-size: 2.375rem;
    line-height: 120%;
    font-weight: 900;
    color: #fff;
    text-align: inherit;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(39, 29, 103, .65)
}

.m-query__results {
    background: 0 0
}

.m-query__results::after {
    display: none
}

.m-query__no {
    margin: 0 auto 1rem;
    font-size: 1.125rem;
    line-height: 135%;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(39, 29, 103, .65)
}

@media (max-width: 939px) {
    .m-search__lens {
        display: none
    }

    .m-search__form {
        display: block;
        position: relative;
        width: 100%;
        top: auto;
        right: auto;
        margin: 0;
        opacity: 1;
        visibility: visible
    }

    .m-search__form input[type=text] {
        display: block;
        background: #513c79;
        width: 100%;
        height: 2.25rem;
        line-height: 1.25rem;
        padding: .5rem 2rem .5rem .75rem
    }

    .m-search__submit {
        top: .25rem;
        right: .25rem;
        left: auto
    }

    .m-search .m-search__close {
        display: none
    }

    .m-query__inner {
        width: auto;
        padding: 0 1.25rem
    }

    .m-query__header {
        font-size: 1.625rem
    }

    .m-query__no {
        padding: 0 1.25rem
    }
}

.m-404 {
    text-align: center;
    padding: 5rem 0 2rem
}

.m-404 header {
    margin-bottom: 1rem;
    font-size: 2.5rem;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #271d67
}

.m-shops {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.m-shops.active {
    pointer-events: all;
    visibility: visible;
    opacity: 1
}

.m-shops__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5)
}

.m-shops__popup {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 33.75rem;
    height: 30.0625rem;
    background: transparent url(../img/shops/bg.png?v=2) 50% 50% no-repeat;
    background-size: 100% 100%
}

.m-shops__popup header {
    width: 100%;
    margin: 0 auto 3rem;
    font-size: 1.625rem;
    line-height: 120%;
    font-weight: 900;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(39, 29, 103, .65)
}

.m-shops__shops {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.m-shops__shops a {
    display: block;
    width: 12.6875rem;
    height: 5.375rem;
    margin-bottom: 16px;
    background: transparent url(../img/shops/btn.png?v=2) 0 0 no-repeat;
    background-size: contain;
    position: relative
}

.m-shops__shops a:hover {
    background-image: url(../img/shops/btn-h.png?v=2)
}

.m-shops__shops a:nth-child(odd) {
    margin-right: 1rem
}

.m-shops__shops a span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.m-shops__shops a[data-shop=utko] span {
    background-image: url(../img/shops/utko.png?v=2);
    background-size: 9rem 2.375rem
}

.m-shops__shops a[data-shop=utko]:hover span {
    background-image: url(../img/shops/utko-h.png?v=2)
}

.m-shops__shops a[data-shop=ozon] span {
    background-image: url(../img/shops/ozon.png?v=2);
    background-size: 9.125rem 1.5rem
}

.m-shops__shops a[data-shop=ozon]:hover span {
    background-image: url(../img/shops/ozon-h.png?v=2)
}

.m-shops__shops a[data-shop=ok] span {
    background-image: url(../img/shops/ok.png?v=2);
    background-size: 6.125rem 2.6875rem
}

.m-shops__shops a[data-shop=ok]:hover span {
    background-image: url(../img/shops/ok-h.png?v=2)
}

.m-shops__shops a[data-shop=pk] span {
    background-image: url(../img/shops/pk.png?v=2);
    background-size: 9.125rem 2.125rem
}

.m-shops__shops a[data-shop=pk]:hover span {
    background-image: url(../img/shops/pk-h.png?v=2)
}

.m-shops__close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 3.25rem;
    height: 3.25rem;
    border: none;
    -webkit-transform: translate(40%, -40%);
    -ms-transform: translate(40%, -40%);
    transform: translate(40%, -40%);
    background: transparent url(../img/shops/close.png) 0 0 no-repeat;
    background-size: contain;
    cursor: pointer
}

.m-shops__close:hover {
    background-image: url(../img/shops/close-h.png)
}

@media (max-width: 939px) {
    .m-shops__popup {
        -webkit-transform: scale(.55);
        -ms-transform: scale(.55);
        transform: scale(.55)
    }
}

.m-curl {
    position: relative;
    height: 10.3125rem
}

.m-curl__inner {
    position: relative;
    height: 100%;
    background-color: transparent;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/footer/curl.png)
}

.m-curl__brand {
    position: absolute;
    text-align: center;
    right: 4.8125rem;
    bottom: 2.5rem
}

.m-curl__logo {
    display: inline-block
}

.m-curl__logo img {
    max-width: 5.625rem
}

.m-curl__slogan {
    display: block;
    font-size: .9375rem;
    font-family: MinionPro, serif;
    color: #fff
}

.m-footer {
    display: block
}

.m-footer__cc {
    margin-bottom: .75rem;
    text-align: center;
    color: #fff;
    font-size: .5625rem
}

.m-footer__cc span {
    display: inline
}

.m-footer__nav {
    margin-top: 1rem;
    margin-bottom: .75rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.m-footer__nav a {
    display: block;
    margin-left: .75rem;
    font-size: .75rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(39, 29, 103, .65);
    text-decoration: none
}

.m-footer__nav a:first-child {
    margin-left: 0
}

.m-footer__nav a span {
    -webkit-transition: color .1s linear;
    -o-transition: color .1s linear;
    transition: color .1s linear
}

.m-footer__nav a:hover > span {
    color: #baabd6
}

.m-footer__logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.m-footer__logos a {
    display: block;
    position: relative;
    font-size: 0;
    line-height: 0
}

.m-footer__logos a img {
    max-width: 6.5rem
}

@media (max-width: 939px) {
    .m-curl {
        height: 3.5rem
    }

    .m-curl__inner {
        background-size: 100% 100%
    }

    .m-curl__brand {
        right: 1rem;
        bottom: .375rem
    }

    .m-curl__logo img {
        max-width: 3.1875rem
    }

    .m-curl__slogan {
        display: none
    }

    .m-footer__cc {
        font-size: .6875rem
    }

    .m-footer__cc span {
        display: block
    }

    .m-footer__nav {
        display: block;
        margin: 1rem 0;
        text-align: center
    }

    .m-footer__nav a {
        display: block;
        margin: 0 0 .5rem
    }

    .m-footer__nav a:last-child {
        margin-bottom: 0
    }
}

.m-game {
    overflow-x: hidden
}

.m-game__inner {
    position: relative;
    width: 62.5rem;
    margin: 0 auto 1rem;
    padding-top: 2rem;
    font-size: 0;
    text-align: center
}

.m-game__cup {
    display: block;
    margin: 0 auto;
    margin-top: 1.875rem;
    pointer-events: none
}

@media (max-width: 939px) {
    .m-game__inner {
        width: auto;
        margin-top: 0;
        margin-bottom: 0;
        padding: 0 .625rem 3rem
    }
}

.m-social {
    display: block;
    width: 23.5rem;
    height: 10.4375rem;
    text-align: center;
    background-image: url(../img/game/modal/m-modal__social.png);
    background-repeat: no-repeat;
    background-size: contain
}

.m-social__heading {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 900;
    text-shadow: 0 1px 1px rgba(39, 29, 103, .65);
    text-transform: uppercase
}

.m-social__buttons {
    margin-top: .375rem
}

.m-social__buttons .m-social__btn:last-child {
    margin-right: 0
}

.m-social__btn {
    display: inline-block;
    width: 3.6875rem;
    height: 3.6875rem;
    margin-right: .4375rem;
    background-size: contain;
    background-repeat: no-repeat
}

.m-social__btn[data-share=fb] {
    background-image: url(../img/game/modal/m-social__fb.png)
}

.m-social__btn[data-share=fb]::after {
    content: url(../img/game/modal/m-social__fb_h.png);
    position: absolute;
    clip: rect(0 0 0 0);
    width: .0625rem;
    height: .0625rem;
    margin: -.0625rem
}

.m-social__btn[data-share=fb]:hover {
    background-image: url(../img/game/modal/m-social__fb_h.png)
}

.m-social__btn[data-share=vk] {
    background-image: url(../img/game/modal/m-social__vk.png)
}

.m-social__btn[data-share=vk]::after {
    content: url(../img/game/modal/m-social__vk_h.png);
    position: absolute;
    clip: rect(0 0 0 0);
    width: .0625rem;
    height: .0625rem;
    margin: -.0625rem
}

.m-social__btn[data-share=vk]:hover {
    background-image: url(../img/game/modal/m-social__vk_h.png)
}

.m-social__btn[data-share=ok] {
    background-image: url(../img/game/modal/m-social__ok.png)
}

.m-social__btn[data-share=ok]::after {
    content: url(../img/game/modal/m-social__ok_h.png);
    position: absolute;
    clip: rect(0 0 0 0);
    width: .0625rem;
    height: .0625rem;
    margin: -.0625rem
}

.m-social__btn[data-share=ok]:hover {
    background-image: url(../img/game/modal/m-social__ok_h.png)
}

.m-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: auto;
    overflow-x: hidden
}

.m-modal.active {
    visibility: visible
}

.m-modal__content {
    padding-top: 5rem
}

.m-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(0, 0, 0, .7);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.m-modal.active ~ .m-overlay {
    opacity: 1;
    visibility: visible
}

.m-modal__card {
    display: block;
    position: relative;
    width: 22.5rem;
    height: 33.75rem;
    margin: 0 auto;
    background: 0 0
}

.m-modal__image {
    position: absolute;
    top: .75rem;
    left: .75rem;
    right: .75rem;
    bottom: .75rem;
    background: transparent 50% 50% no-repeat;
    background-size: cover;
    border-radius: 1.25rem;
    overflow: hidden;
    -webkit-box-shadow: .25rem .25rem .75rem rgba(81, 60, 121, .7);
    box-shadow: .25rem .25rem .75rem rgba(81, 60, 121, .7)
}

.m-modal__close {
    display: block;
    position: absolute;
    top: -.5rem;
    right: -.5rem;
    width: 3.25rem;
    height: 3.25rem;
    border: none;
    font-size: 0;
    background-color: transparent;
    background-image: url(../img/game/modal/m-modal__close.png);
    background-repeat: no-repeat;
    background-size: contain
}

.m-modal__close::after {
    content: url(../img/game/modal/m-modal__close_h.png);
    position: absolute;
    clip: rect(0 0 0 0);
    width: .0625rem;
    height: .0625rem;
    margin: -.0625rem
}

.m-modal__close:hover {
    background-image: url(../img/game/modal/m-modal__close_h.png);
    cursor: pointer
}

.m-modal__social {
    margin: 0 auto;
    position: relative;
    top: -1rem;
    left: -.125rem;
    padding-top: 2.25rem
}

.m-effect.m-modal {
    -webkit-perspective: 1300px;
    perspective: 1300px
}

.m-effect .m-modal__content {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-70deg);
    transform: rotateY(-70deg);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    opacity: 0
}

.m-modal.active.m-effect .m-modal__content {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1
}

@media (max-width: 939px) {
    .m-modal__card {
        width: 18.75rem;
        height: 28.125rem
    }

    .m-modal__content {
        padding-top: 3.75rem
    }

    .m-modal__close {
        top: -.375rem;
        right: -.375rem
    }

    .m-modal__image {
        position: absolute;
        top: .5rem;
        left: .5rem;
        right: .5rem;
        bottom: .5rem;
        border-radius: 1.25rem;
        -webkit-box-shadow: .125rem .125rem .5rem rgba(81, 60, 121, .7);
        box-shadow: .125rem .125rem .5rem rgba(81, 60, 121, .7)
    }

    .m-modal__social {
        left: -.0625rem;
        width: 19.9375rem;
        height: 10.4375rem;
        background-image: url(../img/game/modal/m-modal__social_sm.png);
        margin: 0 auto
    }
}

.m-question {
    position: relative;
    padding-bottom: .5rem;
    background-image: url(../img/game/m-game__bg.png);
    background-position: center 90%;
    background-repeat: no-repeat
}

.m-question::before {
    content: "";
    display: block;
    position: absolute;
    top: 3rem;
    left: 11.25rem;
    width: 3.375rem;
    height: 6rem;
    background-image: url(../img/game/question/m-question__symbol.png);
    background-repeat: no-repeat;
    background-size: contain
}

.m-question::after {
    content: "";
    display: block;
    width: 48.5rem;
    height: .125rem;
    margin-top: 3.5rem;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../img/game/question/m-question__line.png);
    background-repeat: no-repeat;
    background-size: contain
}

.m-question__inner {
    width: 62.5rem;
    margin: 0 auto 1rem;
    padding-top: 3rem;
    font-size: 0;
    text-align: center
}

.m-question__banner {
    display: none
}

.m-question__text {
    color: #fff;
    font-size: 1.25rem;
    text-shadow: 0 1px 1px rgba(39, 29, 103, .65)
}

.m-question__text_bold {
    font-size: 2.125rem;
    font-weight: 900;
    text-transform: uppercase
}

.m-question .m-question__text:first-of-type {
    margin-bottom: 1.5rem
}

.m-question .m-question__text:nth-of-type(2) {
    margin-top: 1.5rem;
    margin-bottom: 1.625rem
}

.m-question .m-question__text:nth-of-type(3) {
    margin-top: 1.625rem
}

.m-question__symbols {
    display: block;
    position: absolute;
    right: 3.125rem;
    bottom: -1.5rem;
    pointer-events: none
}

.m-question__symbol_second {
    display: none
}

.m-question__symbol_third {
    display: none
}

@media (max-width: 939px) {
    .m-question__inner {
        width: auto;
        padding-top: 2rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .m-question::before {
        top: 8rem;
        left: auto;
        right: -2rem;
        width: 5.4375rem;
        height: 9.3125rem;
        background-image: url(../img/game/question/m-question__symbol_sm_first.png)
    }

    .m-question::after {
        width: 17.5rem;
        height: .125rem;
        margin-top: 2.5rem;
        background-image: url(../img/game/question/m-question__line_sm.png)
    }

    .m-question__text {
        font-size: 1.125rem
    }

    .m-question__text_bold {
        font-size: 1.25rem
    }

    .m-question .m-question__text:first-of-type {
        margin-top: 1.25rem
    }

    .m-question .m-question__text:nth-of-type(2) {
        line-height: 1.875rem
    }

    .m-question .m-question__text:nth-of-type(2) .m-question__text_mobile {
        display: block
    }

    .m-question .m-question__text:nth-of-type(3) {
        line-height: 1.625rem
    }

    .m-question__symbols {
        display: none
    }

    .m-question__symbol_second {
        display: block;
        position: absolute;
        top: 13.75rem;
        left: 1.875rem
    }

    .m-question__symbol_third {
        display: block;
        position: absolute;
        bottom: 4.5rem;
        right: 3.75rem
    }
}

@media (max-width: 360px) {
    .m-question__banner {
        display: inline
    }
}

.m-rules::after {
    content: "";
    display: block;
    width: 48.5rem;
    height: .125rem;
    margin-top: 3.5rem;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../img/game/question/m-question__line.png);
    background-repeat: no-repeat;
    background-size: contain
}

.m-rules__heading {
    position: relative;
    color: #fff;
    font-size: 2.125rem;
    font-weight: 900;
    text-shadow: 0 1px 1px rgba(39, 29, 103, .65);
    text-transform: uppercase
}

.m-rules__heading span {
    position: relative
}

.m-rules__heading span::after {
    content: "";
    display: block;
    position: absolute;
    top: -.8rem;
    right: -.9rem;
    width: 3rem;
    height: 2rem;
    background-image: url(../img/game/rules/m-rules__decor.png);
    background-size: contain;
    background-repeat: no-repeat
}

.m-rules__inner {
    position: relative;
    width: 51.5625rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3.5rem
}

.m-rules__steps {
    margin-bottom: 3.125rem
}

.m-rules__steps .m-rules__step {
    margin-bottom: 3.875rem
}

.m-rules__steps .m-rules__step:last-child {
    margin-bottom: 0;
    padding-right: 17rem
}

.m-rules__memo {
    margin-top: 3.125rem;
    color: #fff;
    font-size: 2.1875rem;
    font-weight: 900;
    text-shadow: 0 1px 1px rgba(39, 29, 103, .65);
    text-transform: uppercase
}

.m-rules__important {
    position: absolute;
    top: -1rem;
    right: -1.5rem;
    width: 27.75rem;
    height: 20.375rem;
    padding-top: 6.75rem;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 4rem;
    background-image: url(../img/game/rules/m-rules__important.png);
    background-size: contain;
    background-repeat: no-repeat
}

.m-rules__important::after {
    content: "";
    display: block;
    position: absolute;
    right: 3.5rem;
    bottom: 2.5rem;
    width: 3.375rem;
    height: 4rem;
    background-image: url(../img/game/rules/m-rules__thumb.png);
    background-size: contain;
    background-repeat: no-repeat
}

.m-important__item {
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.333;
    text-align: left
}

.m-important__item span.desktop {
    display: block
}

.m-important__item span.mobile {
    display: inline
}

.m-rules__important .m-important__item:first-child {
    margin-bottom: 36px
}

.m-rules__important .m-important__item:nth-child(2) {
    margin-top: 36px
}

.m-rules__complete {
    position: absolute;
    bottom: 5.625rem;
    right: 0;
    width: 16.75rem
}

.m-complete__hearts {
    display: block;
    margin: 0 auto;
    margin-bottom: 1.625rem;
    pointer-events: none
}

.m-complete__link {
    display: block;
    margin: 0 auto;
    margin-top: 1.625rem;
    color: #fed38e;
    font-size: 1.25rem;
    text-shadow: 0 1px 1px rgba(39, 29, 103, .65);
    text-decoration: none
}

.m-complete__link span {
    padding-bottom: .0625rem;
    border-bottom: 1px solid #fed38e;
    color: inherit;
    font-size: inherit;
    text-shadow: inherit;
    -webkit-transition: ease-in-out .1s;
    -o-transition: ease-in-out .1s;
    transition: ease-in-out .1s;
    will-change: border-bottom-color
}

.m-complete__link span:hover {
    border-bottom-color: transparent
}

@media (max-width: 939px) {
    .m-rules::after {
        width: 17.5rem;
        height: .125rem;
        margin-top: 2.5rem;
        background-image: url(../img/game/question/m-question__line_sm.png)
    }

    .m-rules__inner {
        width: auto;
        padding-top: 2.375rem
    }

    .m-rules__heading {
        font-size: 1.25rem;
        margin-top: 3rem
    }

    .m-rules__heading span::after {
        width: 2.3125rem;
        height: 1.5625rem;
        top: -.9rem
    }

    .m-rules__steps .m-rules__step {
        margin-bottom: 1.5rem
    }

    .m-rules__steps .m-rules__step:last-child {
        padding-right: 0
    }

    .m-rules__steps .m-rules__step:last-child .m-step__text {
        padding-right: 1.6875rem
    }

    .m-rules__important {
        position: relative;
        top: auto;
        right: auto;
        width: 18rem;
        height: 21.25rem;
        margin: 0 auto;
        margin-bottom: 3.125rem;
        padding-left: 1.125rem;
        padding-right: 1rem;
        padding-top: 5.875rem;
        background-image: url(../img/game/rules/m-rules__important_sm.png);
        -webkit-filter: drop-shadow(10px 10px 29px rgba(0, 0, 0, .7));
        filter: drop-shadow(10px 10px 29px rgba(0, 0, 0, .7))
    }

    .m-rules__important::after {
        width: 3.0625rem;
        height: 3.625rem;
        bottom: 1.125rem;
        right: 3.75rem
    }

    .m-rules__important .m-important__item:first-child {
        margin-bottom: 1.75rem
    }

    .m-rules__important .m-important__item:nth-child(2) {
        margin-top: 1.75rem;
        padding-right: .75rem
    }

    .m-important__item span {
        display: inline
    }

    .m-rules__memo {
        font-size: 1.25rem;
        line-height: 1.875rem;
        margin-top: 3.125rem
    }

    .m-rules__complete {
        position: static;
        margin: 0 auto;
        margin-top: 2.375rem
    }
}

@media (max-width: 475px) {
    .m-rules__memo {
        font-size: 1.25rem;
        line-height: 1.875rem;
        margin-top: 3.125rem
    }

    .m-rules__memo span {
        display: block
    }
}

.m-step__heading {
    margin-bottom: 1.875rem;
    color: #fed38e;
    font-size: 1.875rem;
    font-weight: 900;
    text-align: left;
    text-shadow: 0 1px 1px rgba(39, 29, 103, .65);
    text-transform: uppercase
}

.m-step__text {
    margin-top: 1.875rem;
    color: #fff;
    font-size: 1.25rem;
    text-align: left;
    text-shadow: 0 1px 1px rgba(39, 29, 103, .65)
}

.m-step__text span.desktop {
    display: block
}

.m-step__text span.mobile {
    display: inline
}

.m-step__text span.desktop.mobile {
    display: block
}

@media (max-width: 939px) {
    .m-step__heading {
        font-size: 1.25rem;
        margin-bottom: 1.25rem
    }

    .m-step__text {
        margin-top: 1.25rem;
        line-height: 1.625rem
    }

    .m-step__text span.desktop {
        display: inline
    }

    .m-step__text span.desktop.mobile {
        display: inline
    }
}

@media (max-width: 576px) {
    .m-step__text span.mobile {
        display: block
    }

    .m-step__text span.desktop.mobile {
        display: block
    }
}

.m-game__choose {
    margin-top: 2.125rem
}

.m-choose__inner {
    position: relative;
    width: 49.5rem;
    height: 38.625rem;
    margin: 0 auto;
    margin-bottom: 2rem;
    padding-top: 5.125rem;
    background-image: url(../img/game/choose/m-choose__bg.png);
    background-repeat: no-repeat;
    background-size: contain
}

.m-choose__inner::before {
    content: "";
    display: block;
    position: absolute;
    left: -11.8125rem;
    bottom: 3rem;
    width: 12.25rem;
    height: 3.5rem;
    background-image: url(../img/game/choose/m-choose__mountains_left.png);
    background-repeat: no-repeat;
    background-size: contain
}

.m-choose__inner::after {
    content: "";
    display: block;
    position: absolute;
    right: -11.8125rem;
    bottom: 3rem;
    width: 12.25rem;
    height: 3.5rem;
    background-image: url(../img/game/choose/m-choose__mountains_right.png);
    background-repeat: no-repeat;
    background-size: contain
}

.m-choose__heading {
    margin-bottom: 2.5rem;
    color: #7b69a8;
    font-size: 1.875rem;
    font-weight: 900;
    text-transform: uppercase
}

.m-choose__heading span {
    position: relative
}

.m-choose__heading span::before {
    content: "";
    display: block;
    position: absolute;
    top: -2rem;
    left: -3rem;
    width: 2.75rem;
    height: 5.5rem;
    background-image: url(../img/game/choose/m-choose__decor.png);
    background-repeat: no-repeat;
    background-size: contain
}

.m-choose__heading span::after {
    content: "";
    display: block;
    position: absolute;
    top: -2rem;
    right: -3rem;
    width: 2.75rem;
    height: 5.5rem;
    background-image: url(../img/game/choose/m-choose__decor.png);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.m-choose__cards {
    margin-top: 2.5rem;
    margin-bottom: 2rem
}

.m-cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
    overflow: hidden
}

.m-cards.go .m-cards__item {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.m-cards.go .m-cards__item:nth-child(1) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.m-cards.go .m-cards__item:nth-child(2) {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s
}

.m-cards.go .m-cards__item:nth-child(3) {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.m-cards__item {
    position: relative;
    width: 14.75rem;
    height: 21.75rem;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.m-cards__item:nth-child(1) {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.m-cards__item:nth-child(2) {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s
}

.m-cards__item:nth-child(3) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.m-cards__item:hover {
    cursor: pointer
}

.m-cards__item img:first-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0
}

.m-cards__item img:last-child {
    position: relative;
    z-index: 1;
    max-width: 100%
}

.m-choose__other {
    position: relative;
    color: #7b69a8;
    font-size: 1.25rem;
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
    text-decoration: none
}

.m-choose__other::before {
    content: "";
    display: block;
    position: absolute;
    top: -.5rem;
    left: -6rem;
    width: 5.375rem;
    height: 2.75rem;
    background-image: url(../img/game/choose/m-choose__decor_other.png);
    background-repeat: no-repeat;
    background-size: contain
}

.m-choose__other::after {
    content: "";
    display: block;
    position: absolute;
    top: -.5rem;
    right: -6rem;
    width: 5.375rem;
    height: 2.75rem;
    background-image: url(../img/game/choose/m-choose__decor_other.png);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.m-choose__other span {
    position: relative;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-transform: inherit
}

.m-choose__other span::after {
    content: "";
    display: block;
    position: absolute;
    bottom: .0625rem;
    right: 0;
    width: 100%;
    height: .0625rem;
    background-color: #7b69a8;
    -webkit-transition: ease-in-out .1s;
    -o-transition: ease-in-out .1s;
    transition: ease-in-out .1s;
    will-change: background-color
}

.m-choose__other span:hover::after {
    background-color: transparent
}

.m-choose__all {
    display: block;
    width: 19.375rem;
    height: 2.875rem;
    margin: 0 auto;
    margin-top: 2rem;
    margin-bottom: 1.875rem;
    color: #513c79;
    font-size: 1.25rem;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 2.875rem;
    background-image: url(../img/game/choose/m-choose__all.png);
    background-repeat: no-repeat;
    background-size: contain
}

.m-choose__all::after {
    content: url(../img/game/choose/m-choose__all_h.png);
    position: absolute;
    clip: rect(0 0 0 0);
    width: .0625rem;
    height: .0625rem;
    margin: -.0625rem
}

.m-choose__all:hover {
    background-image: url(../img/game/choose/m-choose__all_h.png)
}

@media (max-width: 939px) {
    .m-game__inner {
        padding-bottom: 1rem
    }

    .m-choose__inner {
        width: 44.5rem;
        height: 34.8125rem;
        margin-bottom: 1.5rem;
        padding-top: 4.75rem
    }

    .m-choose__heading {
        font-size: 1.25rem;
        margin-bottom: 1.625rem
    }

    .m-choose__heading span::before {
        display: none
    }

    .m-choose__heading span::after {
        display: none
    }

    .m-choose__cards {
        display: block;
        white-space: nowrap;
        margin-top: 1.625rem;
        margin-bottom: 1.25rem;
        padding: 0
    }

    .m-choose__cards .m-cards__item:last-child {
        margin-right: 0
    }

    .m-cards__item {
        display: inline-block;
        width: 13.25rem;
        height: 19.5rem;
        margin-right: .75rem
    }

    .m-cards__item img {
        width: inherit;
        height: inherit
    }

    .m-choose__other {
        font-weight: 600;
        text-transform: none
    }

    .m-choose__other::before {
        top: 0;
        left: -4rem;
        width: 3.4375rem;
        height: 2.125rem;
        background-image: url(../img/game/choose/m-choose__decor_other_sm.png)
    }

    .m-choose__other::after {
        top: 0;
        right: -4rem;
        width: 3.4375rem;
        height: 2.125rem;
        background-image: url(../img/game/choose/m-choose__decor_other_sm.png)
    }

    .m-choose__all {
        width: 19.375rem;
        height: 3.6875rem;
        margin-top: 1.5rem;
        line-height: 3.6875rem;
        background-image: url(../img/game/choose/m-choose__all_sm.png)
    }

    .m-choose__all:hover {
        background-image: url(../img/game/choose/m-choose__all_sm.png)
    }
}

@media (max-width: 767px) {
    .m-choose__inner {
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .m-choose__cards {
        width: 100vw;
        margin-left: auto;
        margin-right: auto;
        overflow-x: scroll;
        padding-left: 1rem;
        padding-right: .5rem
    }
}

@media (max-width: 412px) {
    .m-choose__cards {
        padding-left: 6rem;
        padding-right: 5.5rem
    }
}

@media (max-width: 375px) {
    .m-choose__cards {
        padding-left: 5.5rem;
        padding-right: 5rem
    }
}

@media (max-width: 360px) {
    .m-choose__cards {
        padding-left: 5rem;
        padding-right: 4.5rem
    }
}

@media (max-width: 320px) {
    .m-choose__cards {
        padding-left: 3.5rem;
        padding-right: 3rem
    }

    .m-choose__all {
        position: relative;
        left: -.3125rem
    }
}

a[name=battle] {
    display: block;
    position: relative;
    top: -5rem;
    visibility: hidden
}

.m-contra {
    display: block;
    position: relative
}

.m-contra > img {
    display: block;
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%
}

.m-contra > img[alt=question] {
    width: 5.125rem;
    -webkit-transform: scale(.6);
    -ms-transform: scale(.6);
    transform: scale(.6);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    margin-left: 24.4375rem
}

.m-contra > img[alt=questions] {
    width: 10.5rem;
    -webkit-transform: translate(-90%, -50%) scale(.8);
    -ms-transform: translate(-90%, -50%) scale(.8);
    transform: translate(-90%, -50%) scale(.8);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    margin-left: -24.4375rem
}

.m-contra__slider {
    position: relative
}

.m-contra__slider.swiper-container-horizontal > .swiper-pagination-bullets {
    top: 18rem;
    height: 1rem;
    line-height: 0
}

.m-contra__slider .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    border: 1px solid #fff;
    background: 0 0;
    opacity: 1
}

.m-contra__slider .swiper-pagination-bullet:only-child {
    display: none
}

.m-contra__slider .swiper-pagination-bullet-active {
    background: #fff
}

.m-contra__slider .swiper-button-next, .m-contra__slider .swiper-button-prev {
    position: absolute;
    top: 9.75rem;
    width: 25px;
    height: 46px;
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.m-contra__slider .swiper-button-prev {
    left: 26px;
    background-image: url(../img/game/contra/prev.png)
}

.m-contra__slider .swiper-button-next {
    right: 26px;
    background-image: url(../img/game/contra/next.png)
}

.m-contra__slide {
    display: block
}

.m-contra__sides {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 4rem 2.625rem
}

.m-contra__sides > img {
    display: block;
    width: 12rem;
    height: 12rem;
    -webkit-filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, .5));
    filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, .5))
}

.m-contra__sides > img:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.m-contra__sides > img:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

.m-contra__names {
    width: 22.5rem;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    display: block;
    margin: 0 1rem
}

.m-contra__names > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.m-contra__names > div:first-child {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.m-contra__names > div:first-child strong::before {
    right: 100%;
    width: 1.5rem;
    height: 1.875rem;
    -webkit-transform: translate(24%, 40%);
    -ms-transform: translate(24%, 40%);
    transform: translate(24%, 40%);
    background-image: url(../img/game/contra/rays-l.png)
}

.m-contra__names > div:last-child {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.m-contra__names > div:last-child strong::before {
    left: 100%;
    width: 1.6875rem;
    height: 2.375rem;
    -webkit-transform: translate(-28%, 34%);
    -ms-transform: translate(-28%, 34%);
    transform: translate(-28%, 34%);
    background-image: url(../img/game/contra/rays-r.png)
}

.m-contra__names > div:nth-child(2) {
    display: none;
    text-transform: uppercase;
    font-size: 1.1875rem;
    color: #fff;
    font-weight: 900;
    text-shadow: 0 1px 1px rgba(39, 29, 103, .65);
    line-height: 4rem
}

.m-contra__names span, .m-contra__names strong {
    display: block;
    text-transform: uppercase;
    font-size: 1.1875rem;
    color: #fff;
    font-weight: 900;
    text-shadow: 0 1px 1px rgba(39, 29, 103, .65);
    line-height: 3.125rem
}

.m-contra__names span {
    margin: 0 .5rem
}

.m-contra__names strong {
    position: relative;
    min-width: 12.5rem;
    min-height: 3.125rem;
    background: transparent url(../img/game/contra/name.png) 50% 50% no-repeat;
    background-size: contain;
    text-align: center
}

.m-contra__names strong::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.m-contra__already {
    position: absolute;
    left: 0;
    width: 100%;
    top: 7rem;
    text-align: center
}

.m-contra__already span, .m-contra__already strong {
    display: block;
    text-transform: uppercase;
    font-size: 1.375rem;
    color: #fff
}

.m-contra__already span {
    margin-bottom: 1rem
}

.m-contra__already strong {
    margin-bottom: 1.75rem;
    font-weight: 900;
    text-shadow: 0 1px 1px rgba(39, 29, 103, .65)
}

.m-contra__already strong span {
    display: inline
}

.m-contra__already img {
    display: inline-block
}

.m-contra__already img[alt=heart] {
    width: 2.3125rem;
    height: 1.9375rem
}

.m-contra__video {
    margin: 0 0 2.5rem
}

.m-contra__player {
    position: relative;
    z-index: 1;
    width: 48.875rem;
    height: 27.6875rem;
    margin: 0 auto;
    background: transparent url(../img/game/contra/frame.png) 50% 50% no-repeat;
    background-size: contain;
    cursor: pointer
}

.m-contra__player > iframe, .m-contra__player > img {
    display: block;
    position: absolute;
    top: .5rem;
    left: .5rem;
    width: -webkit-calc(100% - 1rem) !important;
    width: calc(100% - 1rem) !important;
    height: -webkit-calc(100% - 1rem) !important;
    height: calc(100% - 1rem) !important;
    max-width: -webkit-calc(100% - 1rem);
    max-width: calc(100% - 1rem);
    max-height: -webkit-calc(100% - 1rem);
    max-height: calc(100% - 1rem)
}

.m-contra__player > iframe + img, .m-contra__player > img + img {
    display: none
}

.m-contra__player > iframe + img[alt=play], .m-contra__player > img + img[alt=play] {
    display: block;
    opacity: .5;
    z-index: 5;
    top: 50%;
    left: 50%;
    width: 64px !important;
    height: 64px !important;
    margin-top: -24px;
    margin-left: -24px
}

.m-contra__player > iframe {
    z-index: 2
}

.m-contra__footer {
    text-align: center
}

.m-contra__footer > span {
    display: block;
    text-transform: uppercase;
    font-size: 1.875rem;
    color: #fff;
    font-weight: 900;
    text-shadow: 0 1px 1px rgba(39, 29, 103, .65)
}

@media (max-width: 939px) {
    .m-contra__slider.swiper-container-horizontal > .swiper-pagination-bullets {
        top: 49.5rem
    }

    .m-contra__slider .swiper-button-next, .m-contra__slider .swiper-button-prev {
        position: absolute;
        top: 20rem
    }

    .m-contra__slider .swiper-button-prev {
        left: 8px
    }

    .m-contra__slider .swiper-button-next {
        right: 8px
    }

    .m-contra__sides {
        margin: 2.5rem 1rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .m-contra__names {
        width: 100%;
        margin-top: 1rem;
        margin-bottom: 1rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .m-contra__names > div:first-child, .m-contra__names > div:last-child {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .m-contra__names > div:nth-child(2) {
        display: block
    }

    .m-contra__names strong::before {
        display: none
    }

    .m-contra__names span {
        display: none
    }

    .m-contra__already {
        position: static;
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
        margin-top: 2rem
    }

    .m-contra__already strong span {
        display: block;
        margin-bottom: 0
    }

    .m-contra__video > img {
        display: none
    }
}

@media (max-width: 880px) {
    .m-contra__player {
        width: 90vw;
        height: 51vw
    }

    .m-contra__player > iframe, .m-contra__player > img {
        display: block;
        position: absolute;
        top: .9vw;
        left: .9vw;
        width: -webkit-calc(100% - 1.8vw) !important;
        width: calc(100% - 1.8vw) !important;
        height: -webkit-calc(100% - 1.8vw) !important;
        height: calc(100% - 1.8vw) !important;
        max-width: -webkit-calc(100% - 1.8vw);
        max-width: calc(100% - 1.8vw);
        max-height: -webkit-calc(100% - 1.8vw);
        max-height: calc(100% - 1.8vw)
    }
}

@media (max-width: 939px) {
    body {
        min-width: 0
    }
}

@media (min-width: 941px) {
    .hide-lg {
        display: none !important
    }
}

@media (width: 940px) {
    .hide-md {
        display: none !important
    }
}

@media (max-width: 939px) {
    .hide-sm {
        display: none !important
    }
}

@media (max-width: 1240px) {
    html {
        font-size: 14px
    }
}

@media (max-width: 1110px) {
    html {
        font-size: 13px
    }
}

@media (max-width: 1050px) {
    html {
        font-size: 12px
    }
}

@media (max-width: 980px) {
    html {
        font-size: 11px
    }
}

@media (max-width: 939px) {
    html {
        font-size: 16px
    }
}


/* new footer */
.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding:20px;
  box-sizing:border-box;
}

.footer-content__item {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: auto;
}

.footer-content__item a {
    text-decoration:none;
  width: auto;
}

.footer__phone {
    color: #FFF;
    font-family: 'TT Norms Bold', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.footer__phonetext {
    color: #FFF;
    text-align: center;
    font-family: 'TT Norms Bold', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 6px 0px 12px 0px;
}

.footer__button {
    display:inline-flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    padding:8px 18px;
    border-radius: 22px;
    background: #FFF;
    color: #4C3C71;
    text-align: center;
    font-family: 'TT Norms Bold', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    transition:0.3s;
}

.footer-content__item.right .m-footer__cc{
    margin-bottom:0px;
}

.footer-content__item.right {
    align-items: flex-end;
}

.footer__button:hover {
    color: #fff;
    background: #7d68ac;
}

@media only screen and (max-width: 1024px) {
  .footer-content__item {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 15px 0px;
  }

  .footer-content__item.left {
    order: 1;
    margin-top: 0px;
  }

  .footer-content__item.right {
    order: 2;
    align-items: center;
  }
}

<style id="onetrust-style" > #onetrust-banner-sdk .onetrust-vendors-list-handler {
    cursor: pointer;
    color: #1f96db;
    font-size: inherit;
    font-weight: bold;
    text-decoration: none;
    margin-left: 5px
}

#onetrust-banner-sdk .onetrust-vendors-list-handler:hover {
    color: #1f96db
}

#onetrust-banner-sdk:focus {
    outline: 2px solid #000;
    outline-offset: -2px
}

#onetrust-banner-sdk a:focus {
    outline: 2px solid #000
}

#onetrust-banner-sdk #onetrust-accept-btn-handler, #onetrust-banner-sdk #onetrust-reject-all-handler, #onetrust-banner-sdk #onetrust-pc-btn-handler {
    outline-offset: 1px
}

#onetrust-banner-sdk.ot-bnr-w-logo .ot-bnr-logo {
    height: 64px;
    width: 64px
}

#onetrust-banner-sdk .ot-tcf2-vendor-count.ot-text-bold {
    font-weight: bold
}

#onetrust-banner-sdk .ot-button-order-0 {
    order: 0
}

#onetrust-banner-sdk .ot-button-order-1 {
    order: 1
}

#onetrust-banner-sdk .ot-button-order-2 {
    order: 2
}

#onetrust-banner-sdk .ot-close-icon, #onetrust-pc-sdk .ot-close-icon, #ot-sync-ntfy .ot-close-icon {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 12px;
    width: 12px
}

#onetrust-banner-sdk .powered-by-logo, #onetrust-banner-sdk .ot-pc-footer-logo a, #onetrust-pc-sdk .powered-by-logo, #onetrust-pc-sdk .ot-pc-footer-logo a, #ot-sync-ntfy .powered-by-logo, #ot-sync-ntfy .ot-pc-footer-logo a {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 25px;
    width: 152px;
    display: block;
    text-decoration: none;
    font-size: .75em
}

    #onetrust-banner-sdk .powered-by-logo:hover, #onetrust-banner-sdk .ot-pc-footer-logo a:hover, #onetrust-pc-sdk .powered-by-logo:hover, #onetrust-pc-sdk .ot-pc-footer-logo a:hover, #ot-sync-ntfy .powered-by-logo:hover, #ot-sync-ntfy .ot-pc-footer-logo a:hover {
        color: #565656
    }

#onetrust-banner-sdk h3 *, #onetrust-banner-sdk h4 *, #onetrust-banner-sdk h6 *, #onetrust-banner-sdk button *, #onetrust-banner-sdk a[data-parent-id] *, #onetrust-pc-sdk h3 *, #onetrust-pc-sdk h4 *, #onetrust-pc-sdk h6 *, #onetrust-pc-sdk button *, #onetrust-pc-sdk a[data-parent-id] *, #ot-sync-ntfy h3 *, #ot-sync-ntfy h4 *, #ot-sync-ntfy h6 *, #ot-sync-ntfy button *, #ot-sync-ntfy a[data-parent-id] * {
    font-size: inherit;
    font-weight: inherit;
    color: inherit
}

#onetrust-banner-sdk .ot-hide, #onetrust-pc-sdk .ot-hide, #ot-sync-ntfy .ot-hide {
    display: none !important
}

#onetrust-banner-sdk button.ot-link-btn:hover, #onetrust-pc-sdk button.ot-link-btn:hover, #ot-sync-ntfy button.ot-link-btn:hover {
    text-decoration: underline;
    opacity: 1
}

#onetrust-pc-sdk .ot-sdk-row .ot-sdk-column {
    padding: 0
}

#onetrust-pc-sdk .ot-sdk-container {
    padding-right: 0
}

#onetrust-pc-sdk .ot-sdk-row {
    flex-direction: initial;
    width: 100%
}

#onetrust-pc-sdk [type=checkbox]:checked, #onetrust-pc-sdk [type=checkbox]:not(:checked) {
    pointer-events: initial
}

#onetrust-pc-sdk [type=checkbox]:disabled + label::before, #onetrust-pc-sdk [type=checkbox]:disabled + label:after, #onetrust-pc-sdk [type=checkbox]:disabled + label {
    pointer-events: none;
    opacity: .8
}

#onetrust-pc-sdk #vendor-list-content {
    transform: translate3d(0, 0, 0)
}

#onetrust-pc-sdk li input[type=checkbox] {
    z-index: 1
}

#onetrust-pc-sdk li .ot-checkbox label {
    z-index: 2
}

#onetrust-pc-sdk li .ot-checkbox input[type=checkbox] {
    height: auto;
    width: auto
}

#onetrust-pc-sdk li .host-title a, #onetrust-pc-sdk li .ot-host-name a, #onetrust-pc-sdk li .accordion-text, #onetrust-pc-sdk li .ot-acc-txt {
    z-index: 2;
    position: relative
}

#onetrust-pc-sdk input {
    margin: 3px .1ex
}

#onetrust-pc-sdk .pc-logo, #onetrust-pc-sdk .ot-pc-logo {
    height: 60px;
    width: 180px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

    #onetrust-pc-sdk .pc-logo img, #onetrust-pc-sdk .ot-pc-logo img {
        max-height: 100%;
        max-width: 100%
    }

#onetrust-pc-sdk .screen-reader-only, #onetrust-pc-sdk .ot-scrn-rdr, .ot-sdk-cookie-policy .screen-reader-only, .ot-sdk-cookie-policy .ot-scrn-rdr {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

#onetrust-pc-sdk.ot-fade-in, .onetrust-pc-dark-filter.ot-fade-in, #onetrust-banner-sdk.ot-fade-in {
    animation-name: onetrust-fade-in;
    animation-duration: 400ms;
    animation-timing-function: ease-in-out
}

#onetrust-pc-sdk.ot-hide {
    display: none !important
}

.onetrust-pc-dark-filter.ot-hide {
    display: none !important
}

#ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings {
    color: #fff;
    background-color: #468254;
    height: auto;
    white-space: normal;
    word-wrap: break-word;
    padding: .8em 2em;
    font-size: .8em;
    line-height: 1.2;
    cursor: pointer;
    -moz-transition: .1s ease;
    -o-transition: .1s ease;
    -webkit-transition: 1s ease;
    transition: .1s ease
}

    #ot-sdk-btn.ot-sdk-show-settings:hover, #ot-sdk-btn.optanon-show-settings:hover {
        color: #fff;
        background-color: #2c6415
    }

    #ot-sdk-btn.ot-sdk-show-settings:active, #ot-sdk-btn.optanon-show-settings:active {
        color: #fff;
        background-color: #2c6415;
        border: 1px solid rgba(162,192,169,.5)
    }

.onetrust-pc-dark-filter {
    background: rgba(0,0,0,.5);
    z-index: 2147483646;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0
}

@keyframes onetrust-fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.ot-cookie-label {
    text-decoration: underline
}

@media only screen and (min-width: 426px)and (max-width: 896px)and (orientation: landscape) {
    #onetrust-pc-sdk p {
        font-size: .75em
    }
}

#onetrust-banner-sdk .banner-option-input:focus + label {
    outline: 1px solid #000;
    outline-style: auto
}

.category-vendors-list-handler + a:focus, .category-vendors-list-handler + a:focus-visible {
    outline: 2px solid #000
}

#onetrust-pc-sdk .ot-userid-title {
    margin-top: 10px
}

    #onetrust-pc-sdk .ot-userid-title > span, #onetrust-pc-sdk .ot-userid-timestamp > span {
        font-weight: 700
    }

#onetrust-pc-sdk .ot-userid-desc {
    font-style: italic
}

#onetrust-pc-sdk .ot-host-desc a {
    pointer-events: initial
}

#onetrust-pc-sdk .ot-ven-hdr > p a {
    position: relative;
    z-index: 2;
    pointer-events: initial
}

#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info a, #onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info a {
    margin-right: auto
}

#onetrust-pc-sdk .ot-pc-footer-logo img {
    width: 136px;
    height: 16px
}

#onetrust-pc-sdk .ot-pur-vdr-count {
    font-weight: 400;
    font-size: .8em;
    padding-top: 3px;
    display: block
}

#onetrust-banner-sdk .ot-optout-signal, #onetrust-pc-sdk .ot-optout-signal {
    border: 1px solid #32ae88;
    border-radius: 3px;
    padding: 5px;
    margin-bottom: 10px;
    background-color: #f9fffa;
    font-size: .85rem;
    line-height: 2
}

    #onetrust-banner-sdk .ot-optout-signal .ot-optout-icon, #onetrust-pc-sdk .ot-optout-signal .ot-optout-icon {
        display: inline;
        margin-right: 5px
    }

    #onetrust-banner-sdk .ot-optout-signal svg, #onetrust-pc-sdk .ot-optout-signal svg {
        height: 20px;
        width: 30px;
        transform: scale(0.5)
    }

        #onetrust-banner-sdk .ot-optout-signal svg path, #onetrust-pc-sdk .ot-optout-signal svg path {
            fill: #32ae88
        }

#onetrust-consent-sdk .ot-general-modal {
    overflow: hidden;
    position: fixed;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    width: 40%;
    padding: 1.5rem;
    max-width: 575px;
    min-width: 575px;
    z-index: 2147483647;
    border-radius: 2.5px;
    transform: translate(-50%, -50%)
}

#onetrust-consent-sdk .ot-signature-health-group {
    margin-top: 1rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-bottom: .625rem;
    width: calc(100% - 2.5rem)
}

    #onetrust-consent-sdk .ot-signature-health-group .ot-signature-health-form {
        gap: .5rem
    }

#onetrust-consent-sdk .ot-signature-health .ot-signature-health-form {
    width: 70%;
    gap: .35rem
}

#onetrust-consent-sdk .ot-signature-health .ot-signature-input {
    height: 38px;
    padding: 6px 10px;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box
}

#onetrust-consent-sdk .ot-signature-health .ot-signature-subtitle {
    font-size: 1.125rem
}

#onetrust-consent-sdk .ot-signature-health .ot-signature-group-title {
    font-size: 1.25rem;
    font-weight: bold
}

#onetrust-consent-sdk .ot-signature-health, #onetrust-consent-sdk .ot-signature-health-group {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

    #onetrust-consent-sdk .ot-signature-health .ot-signature-cont, #onetrust-consent-sdk .ot-signature-health-group .ot-signature-cont {
        display: flex;
        flex-direction: column;
        gap: .25rem
    }

    #onetrust-consent-sdk .ot-signature-health .ot-signature-paragraph, #onetrust-consent-sdk .ot-signature-health-group .ot-signature-paragraph {
        margin: 0;
        line-height: 20px;
        font-size: max(14px,.875rem)
    }

    #onetrust-consent-sdk .ot-signature-health .ot-health-signature-error, #onetrust-consent-sdk .ot-signature-health-group .ot-health-signature-error {
        color: #4d4d4d;
        font-size: min(12px,.75rem)
    }

    #onetrust-consent-sdk .ot-signature-health .ot-signature-buttons-cont, #onetrust-consent-sdk .ot-signature-health-group .ot-signature-buttons-cont {
        margin-top: max(.75rem,2%);
        gap: 1rem;
        display: flex;
        justify-content: flex-end
    }

    #onetrust-consent-sdk .ot-signature-health .ot-signature-button, #onetrust-consent-sdk .ot-signature-health-group .ot-signature-button {
        flex: 1;
        height: auto;
        color: #fff;
        cursor: pointer;
        line-height: 1.2;
        min-width: 125px;
        font-weight: 600;
        font-size: .813em;
        border-radius: 2px;
        padding: 12px 10px;
        white-space: normal;
        word-wrap: break-word;
        word-break: break-word;
        background-color: #68b631;
        border: 2px solid #68b631
    }

        #onetrust-consent-sdk .ot-signature-health .ot-signature-button.reject, #onetrust-consent-sdk .ot-signature-health-group .ot-signature-button.reject {
            background-color: #fff
        }

#onetrust-consent-sdk .ot-input-field-cont {
    display: flex;
    flex-direction: column;
    gap: .5rem
}

    #onetrust-consent-sdk .ot-input-field-cont .ot-signature-input {
        width: 65%
    }

#onetrust-consent-sdk .ot-signature-health-form {
    display: flex;
    flex-direction: column
}

    #onetrust-consent-sdk .ot-signature-health-form .ot-signature-label {
        margin-bottom: 0;
        line-height: 20px;
        font-size: max(14px,.875rem)
    }

@media only screen and (max-width: 600px) {
    #onetrust-consent-sdk .ot-general-modal {
        min-width: 100%
    }

    #onetrust-consent-sdk .ot-signature-health .ot-signature-health-form {
        width: 100%
    }

    #onetrust-consent-sdk .ot-input-field-cont .ot-signature-input {
        width: 100%
    }
}

#onetrust-banner-sdk, #onetrust-pc-sdk, #ot-sdk-cookie-policy, #ot-sync-ntfy {
    font-size: 16px
}

    #onetrust-banner-sdk *, #onetrust-banner-sdk ::after, #onetrust-banner-sdk ::before, #onetrust-pc-sdk *, #onetrust-pc-sdk ::after, #onetrust-pc-sdk ::before, #ot-sdk-cookie-policy *, #ot-sdk-cookie-policy ::after, #ot-sdk-cookie-policy ::before, #ot-sync-ntfy *, #ot-sync-ntfy ::after, #ot-sync-ntfy ::before {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box
    }

    #onetrust-banner-sdk div, #onetrust-banner-sdk span, #onetrust-banner-sdk h1, #onetrust-banner-sdk h2, #onetrust-banner-sdk h3, #onetrust-banner-sdk h4, #onetrust-banner-sdk h5, #onetrust-banner-sdk h6, #onetrust-banner-sdk p, #onetrust-banner-sdk img, #onetrust-banner-sdk svg, #onetrust-banner-sdk button, #onetrust-banner-sdk section, #onetrust-banner-sdk a, #onetrust-banner-sdk label, #onetrust-banner-sdk input, #onetrust-banner-sdk ul, #onetrust-banner-sdk li, #onetrust-banner-sdk nav, #onetrust-banner-sdk table, #onetrust-banner-sdk thead, #onetrust-banner-sdk tr, #onetrust-banner-sdk td, #onetrust-banner-sdk tbody, #onetrust-banner-sdk .ot-main-content, #onetrust-banner-sdk .ot-toggle, #onetrust-banner-sdk #ot-content, #onetrust-banner-sdk #ot-pc-content, #onetrust-banner-sdk .checkbox, #onetrust-pc-sdk div, #onetrust-pc-sdk span, #onetrust-pc-sdk h1, #onetrust-pc-sdk h2, #onetrust-pc-sdk h3, #onetrust-pc-sdk h4, #onetrust-pc-sdk h5, #onetrust-pc-sdk h6, #onetrust-pc-sdk p, #onetrust-pc-sdk img, #onetrust-pc-sdk svg, #onetrust-pc-sdk button, #onetrust-pc-sdk section, #onetrust-pc-sdk a, #onetrust-pc-sdk label, #onetrust-pc-sdk input, #onetrust-pc-sdk ul, #onetrust-pc-sdk li, #onetrust-pc-sdk nav, #onetrust-pc-sdk table, #onetrust-pc-sdk thead, #onetrust-pc-sdk tr, #onetrust-pc-sdk td, #onetrust-pc-sdk tbody, #onetrust-pc-sdk .ot-main-content, #onetrust-pc-sdk .ot-toggle, #onetrust-pc-sdk #ot-content, #onetrust-pc-sdk #ot-pc-content, #onetrust-pc-sdk .checkbox, #ot-sdk-cookie-policy div, #ot-sdk-cookie-policy span, #ot-sdk-cookie-policy h1, #ot-sdk-cookie-policy h2, #ot-sdk-cookie-policy h3, #ot-sdk-cookie-policy h4, #ot-sdk-cookie-policy h5, #ot-sdk-cookie-policy h6, #ot-sdk-cookie-policy p, #ot-sdk-cookie-policy img, #ot-sdk-cookie-policy svg, #ot-sdk-cookie-policy button, #ot-sdk-cookie-policy section, #ot-sdk-cookie-policy a, #ot-sdk-cookie-policy label, #ot-sdk-cookie-policy input, #ot-sdk-cookie-policy ul, #ot-sdk-cookie-policy li, #ot-sdk-cookie-policy nav, #ot-sdk-cookie-policy table, #ot-sdk-cookie-policy thead, #ot-sdk-cookie-policy tr, #ot-sdk-cookie-policy td, #ot-sdk-cookie-policy tbody, #ot-sdk-cookie-policy .ot-main-content, #ot-sdk-cookie-policy .ot-toggle, #ot-sdk-cookie-policy #ot-content, #ot-sdk-cookie-policy #ot-pc-content, #ot-sdk-cookie-policy .checkbox, #ot-sync-ntfy div, #ot-sync-ntfy span, #ot-sync-ntfy h1, #ot-sync-ntfy h2, #ot-sync-ntfy h3, #ot-sync-ntfy h4, #ot-sync-ntfy h5, #ot-sync-ntfy h6, #ot-sync-ntfy p, #ot-sync-ntfy img, #ot-sync-ntfy svg, #ot-sync-ntfy button, #ot-sync-ntfy section, #ot-sync-ntfy a, #ot-sync-ntfy label, #ot-sync-ntfy input, #ot-sync-ntfy ul, #ot-sync-ntfy li, #ot-sync-ntfy nav, #ot-sync-ntfy table, #ot-sync-ntfy thead, #ot-sync-ntfy tr, #ot-sync-ntfy td, #ot-sync-ntfy tbody, #ot-sync-ntfy .ot-main-content, #ot-sync-ntfy .ot-toggle, #ot-sync-ntfy #ot-content, #ot-sync-ntfy #ot-pc-content, #ot-sync-ntfy .checkbox {
        font-family: inherit;
        font-weight: normal;
        -webkit-font-smoothing: auto;
        letter-spacing: normal;
        line-height: normal;
        padding: 0;
        margin: 0;
        height: auto;
        min-height: 0;
        max-height: none;
        width: auto;
        min-width: 0;
        max-width: none;
        border-radius: 0;
        border: none;
        clear: none;
        float: none;
        position: static;
        bottom: auto;
        left: auto;
        right: auto;
        top: auto;
        text-align: left;
        text-decoration: none;
        text-indent: 0;
        text-shadow: none;
        text-transform: none;
        white-space: normal;
        background: none;
        overflow: visible;
        vertical-align: baseline;
        visibility: visible;
        z-index: auto;
        box-shadow: none
    }

    #onetrust-banner-sdk img, #onetrust-pc-sdk img, #ot-sdk-cookie-policy img, #ot-sync-ntfy img {
        overflow: hidden !important
    }

    #onetrust-banner-sdk label:before, #onetrust-banner-sdk label:after, #onetrust-banner-sdk .checkbox:after, #onetrust-banner-sdk .checkbox:before, #onetrust-pc-sdk label:before, #onetrust-pc-sdk label:after, #onetrust-pc-sdk .checkbox:after, #onetrust-pc-sdk .checkbox:before, #ot-sdk-cookie-policy label:before, #ot-sdk-cookie-policy label:after, #ot-sdk-cookie-policy .checkbox:after, #ot-sdk-cookie-policy .checkbox:before, #ot-sync-ntfy label:before, #ot-sync-ntfy label:after, #ot-sync-ntfy .checkbox:after, #ot-sync-ntfy .checkbox:before {
        content: "";
        content: none
    }

    #onetrust-banner-sdk .ot-sdk-container, #onetrust-pc-sdk .ot-sdk-container, #ot-sdk-cookie-policy .ot-sdk-container {
        position: relative;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 20px;
        box-sizing: border-box
    }

    #onetrust-banner-sdk .ot-sdk-column, #onetrust-banner-sdk .ot-sdk-columns, #onetrust-pc-sdk .ot-sdk-column, #onetrust-pc-sdk .ot-sdk-columns, #ot-sdk-cookie-policy .ot-sdk-column, #ot-sdk-cookie-policy .ot-sdk-columns {
        width: 100%;
        float: left;
        box-sizing: border-box;
        padding: 0;
        display: initial
    }

@media(min-width: 400px) {
    #onetrust-banner-sdk .ot-sdk-container, #onetrust-pc-sdk .ot-sdk-container, #ot-sdk-cookie-policy .ot-sdk-container {
        width: 90%;
        padding: 0
    }
}

@media(min-width: 550px) {
    #onetrust-banner-sdk .ot-sdk-container, #onetrust-pc-sdk .ot-sdk-container, #ot-sdk-cookie-policy .ot-sdk-container {
        width: 100%
    }

    #onetrust-banner-sdk .ot-sdk-column, #onetrust-banner-sdk .ot-sdk-columns, #onetrust-pc-sdk .ot-sdk-column, #onetrust-pc-sdk .ot-sdk-columns, #ot-sdk-cookie-policy .ot-sdk-column, #ot-sdk-cookie-policy .ot-sdk-columns {
        margin-left: 4%
    }

        #onetrust-banner-sdk .ot-sdk-column:first-child, #onetrust-banner-sdk .ot-sdk-columns:first-child, #onetrust-pc-sdk .ot-sdk-column:first-child, #onetrust-pc-sdk .ot-sdk-columns:first-child, #ot-sdk-cookie-policy .ot-sdk-column:first-child, #ot-sdk-cookie-policy .ot-sdk-columns:first-child {
            margin-left: 0
        }

    #onetrust-banner-sdk .ot-sdk-two.ot-sdk-columns, #onetrust-pc-sdk .ot-sdk-two.ot-sdk-columns, #ot-sdk-cookie-policy .ot-sdk-two.ot-sdk-columns {
        width: 13.3333333333%
    }

    #onetrust-banner-sdk .ot-sdk-three.ot-sdk-columns, #onetrust-pc-sdk .ot-sdk-three.ot-sdk-columns, #ot-sdk-cookie-policy .ot-sdk-three.ot-sdk-columns {
        width: 22%
    }

    #onetrust-banner-sdk .ot-sdk-four.ot-sdk-columns, #onetrust-pc-sdk .ot-sdk-four.ot-sdk-columns, #ot-sdk-cookie-policy .ot-sdk-four.ot-sdk-columns {
        width: 30.6666666667%
    }

    #onetrust-banner-sdk .ot-sdk-eight.ot-sdk-columns, #onetrust-pc-sdk .ot-sdk-eight.ot-sdk-columns, #ot-sdk-cookie-policy .ot-sdk-eight.ot-sdk-columns {
        width: 65.3333333333%
    }

    #onetrust-banner-sdk .ot-sdk-nine.ot-sdk-columns, #onetrust-pc-sdk .ot-sdk-nine.ot-sdk-columns, #ot-sdk-cookie-policy .ot-sdk-nine.ot-sdk-columns {
        width: 74%
    }

    #onetrust-banner-sdk .ot-sdk-ten.ot-sdk-columns, #onetrust-pc-sdk .ot-sdk-ten.ot-sdk-columns, #ot-sdk-cookie-policy .ot-sdk-ten.ot-sdk-columns {
        width: 82.6666666667%
    }

    #onetrust-banner-sdk .ot-sdk-eleven.ot-sdk-columns, #onetrust-pc-sdk .ot-sdk-eleven.ot-sdk-columns, #ot-sdk-cookie-policy .ot-sdk-eleven.ot-sdk-columns {
        width: 91.3333333333%
    }

    #onetrust-banner-sdk .ot-sdk-twelve.ot-sdk-columns, #onetrust-pc-sdk .ot-sdk-twelve.ot-sdk-columns, #ot-sdk-cookie-policy .ot-sdk-twelve.ot-sdk-columns {
        width: 100%;
        margin-left: 0
    }
}

#onetrust-banner-sdk h1, #onetrust-banner-sdk h2, #onetrust-banner-sdk h3, #onetrust-banner-sdk h4, #onetrust-banner-sdk h5, #onetrust-banner-sdk h6, #onetrust-pc-sdk h1, #onetrust-pc-sdk h2, #onetrust-pc-sdk h3, #onetrust-pc-sdk h4, #onetrust-pc-sdk h5, #onetrust-pc-sdk h6, #ot-sdk-cookie-policy h1, #ot-sdk-cookie-policy h2, #ot-sdk-cookie-policy h3, #ot-sdk-cookie-policy h4, #ot-sdk-cookie-policy h5, #ot-sdk-cookie-policy h6 {
    margin-top: 0;
    font-weight: 600;
    font-family: inherit
}

#onetrust-banner-sdk h1, #onetrust-pc-sdk h1, #ot-sdk-cookie-policy h1 {
    font-size: 1.5rem;
    line-height: 1.2
}

#onetrust-banner-sdk h2, #onetrust-pc-sdk h2, #ot-sdk-cookie-policy h2 {
    font-size: 1.5rem;
    line-height: 1.25
}

#onetrust-banner-sdk h3, #onetrust-pc-sdk h3, #ot-sdk-cookie-policy h3 {
    font-size: 1.5rem;
    line-height: 1.3
}

#onetrust-banner-sdk h4, #onetrust-pc-sdk h4, #ot-sdk-cookie-policy h4 {
    font-size: 1.5rem;
    line-height: 1.35
}

#onetrust-banner-sdk h5, #onetrust-pc-sdk h5, #ot-sdk-cookie-policy h5 {
    font-size: 1.5rem;
    line-height: 1.5
}

#onetrust-banner-sdk h6, #onetrust-pc-sdk h6, #ot-sdk-cookie-policy h6 {
    font-size: 1.5rem;
    line-height: 1.6
}

@media(min-width: 550px) {
    #onetrust-banner-sdk h1, #onetrust-pc-sdk h1, #ot-sdk-cookie-policy h1 {
        font-size: 1.5rem
    }

    #onetrust-banner-sdk h2, #onetrust-pc-sdk h2, #ot-sdk-cookie-policy h2 {
        font-size: 1.5rem
    }

    #onetrust-banner-sdk h3, #onetrust-pc-sdk h3, #ot-sdk-cookie-policy h3 {
        font-size: 1.5rem
    }

    #onetrust-banner-sdk h4, #onetrust-pc-sdk h4, #ot-sdk-cookie-policy h4 {
        font-size: 1.5rem
    }

    #onetrust-banner-sdk h5, #onetrust-pc-sdk h5, #ot-sdk-cookie-policy h5 {
        font-size: 1.5rem
    }

    #onetrust-banner-sdk h6, #onetrust-pc-sdk h6, #ot-sdk-cookie-policy h6 {
        font-size: 1.5rem
    }
}

#onetrust-banner-sdk p, #onetrust-pc-sdk p, #ot-sdk-cookie-policy p {
    margin: 0 0 1em 0;
    font-family: inherit;
    line-height: normal
}

#onetrust-banner-sdk a, #onetrust-pc-sdk a, #ot-sdk-cookie-policy a {
    color: #565656;
    text-decoration: underline
}

    #onetrust-banner-sdk a:hover, #onetrust-pc-sdk a:hover, #ot-sdk-cookie-policy a:hover {
        color: #565656;
        text-decoration: none
    }

#onetrust-banner-sdk .ot-sdk-button, #onetrust-banner-sdk button, #onetrust-pc-sdk .ot-sdk-button, #onetrust-pc-sdk button, #ot-sdk-cookie-policy .ot-sdk-button, #ot-sdk-cookie-policy button {
    margin-bottom: 1rem;
    font-family: inherit
}

#onetrust-banner-sdk .ot-sdk-button, #onetrust-banner-sdk button, #onetrust-pc-sdk .ot-sdk-button, #onetrust-pc-sdk button, #ot-sdk-cookie-policy .ot-sdk-button, #ot-sdk-cookie-policy button {
    display: inline-block;
    height: 38px;
    padding: 0 30px;
    color: #555;
    text-align: center;
    font-size: .9em;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: .01em;
    text-decoration: none;
    white-space: nowrap;
    background-color: rgba(0,0,0,0);
    border-radius: 2px;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box
}

    #onetrust-banner-sdk .ot-sdk-button:hover, #onetrust-banner-sdk :not(.ot-leg-btn-container) > button:not(.ot-link-btn):hover, #onetrust-banner-sdk :not(.ot-leg-btn-container) > button:not(.ot-link-btn):focus, #onetrust-pc-sdk .ot-sdk-button:hover, #onetrust-pc-sdk :not(.ot-leg-btn-container) > button:not(.ot-link-btn):hover, #onetrust-pc-sdk :not(.ot-leg-btn-container) > button:not(.ot-link-btn):focus, #ot-sdk-cookie-policy .ot-sdk-button:hover, #ot-sdk-cookie-policy :not(.ot-leg-btn-container) > button:not(.ot-link-btn):hover, #ot-sdk-cookie-policy :not(.ot-leg-btn-container) > button:not(.ot-link-btn):focus {
        color: #333;
        border-color: #888;
        opacity: .9
    }

    #onetrust-banner-sdk .ot-sdk-button:focus, #onetrust-banner-sdk :not(.ot-leg-btn-container) > button:focus, #onetrust-pc-sdk .ot-sdk-button:focus, #onetrust-pc-sdk :not(.ot-leg-btn-container) > button:focus, #ot-sdk-cookie-policy .ot-sdk-button:focus, #ot-sdk-cookie-policy :not(.ot-leg-btn-container) > button:focus {
        outline: 2px solid #000
    }

    #onetrust-banner-sdk .ot-sdk-button.ot-sdk-button-primary, #onetrust-banner-sdk button.ot-sdk-button-primary, #onetrust-banner-sdk input[type=submit].ot-sdk-button-primary, #onetrust-banner-sdk input[type=reset].ot-sdk-button-primary, #onetrust-banner-sdk input[type=button].ot-sdk-button-primary, #onetrust-pc-sdk .ot-sdk-button.ot-sdk-button-primary, #onetrust-pc-sdk button.ot-sdk-button-primary, #onetrust-pc-sdk input[type=submit].ot-sdk-button-primary, #onetrust-pc-sdk input[type=reset].ot-sdk-button-primary, #onetrust-pc-sdk input[type=button].ot-sdk-button-primary, #ot-sdk-cookie-policy .ot-sdk-button.ot-sdk-button-primary, #ot-sdk-cookie-policy button.ot-sdk-button-primary, #ot-sdk-cookie-policy input[type=submit].ot-sdk-button-primary, #ot-sdk-cookie-policy input[type=reset].ot-sdk-button-primary, #ot-sdk-cookie-policy input[type=button].ot-sdk-button-primary {
        color: #fff;
        background-color: #33c3f0;
        border-color: #33c3f0
    }

        #onetrust-banner-sdk .ot-sdk-button.ot-sdk-button-primary:hover, #onetrust-banner-sdk button.ot-sdk-button-primary:hover, #onetrust-banner-sdk input[type=submit].ot-sdk-button-primary:hover, #onetrust-banner-sdk input[type=reset].ot-sdk-button-primary:hover, #onetrust-banner-sdk input[type=button].ot-sdk-button-primary:hover, #onetrust-banner-sdk .ot-sdk-button.ot-sdk-button-primary:focus, #onetrust-banner-sdk button.ot-sdk-button-primary:focus, #onetrust-banner-sdk input[type=submit].ot-sdk-button-primary:focus, #onetrust-banner-sdk input[type=reset].ot-sdk-button-primary:focus, #onetrust-banner-sdk input[type=button].ot-sdk-button-primary:focus, #onetrust-pc-sdk .ot-sdk-button.ot-sdk-button-primary:hover, #onetrust-pc-sdk button.ot-sdk-button-primary:hover, #onetrust-pc-sdk input[type=submit].ot-sdk-button-primary:hover, #onetrust-pc-sdk input[type=reset].ot-sdk-button-primary:hover, #onetrust-pc-sdk input[type=button].ot-sdk-button-primary:hover, #onetrust-pc-sdk .ot-sdk-button.ot-sdk-button-primary:focus, #onetrust-pc-sdk button.ot-sdk-button-primary:focus, #onetrust-pc-sdk input[type=submit].ot-sdk-button-primary:focus, #onetrust-pc-sdk input[type=reset].ot-sdk-button-primary:focus, #onetrust-pc-sdk input[type=button].ot-sdk-button-primary:focus, #ot-sdk-cookie-policy .ot-sdk-button.ot-sdk-button-primary:hover, #ot-sdk-cookie-policy button.ot-sdk-button-primary:hover, #ot-sdk-cookie-policy input[type=submit].ot-sdk-button-primary:hover, #ot-sdk-cookie-policy input[type=reset].ot-sdk-button-primary:hover, #ot-sdk-cookie-policy input[type=button].ot-sdk-button-primary:hover, #ot-sdk-cookie-policy .ot-sdk-button.ot-sdk-button-primary:focus, #ot-sdk-cookie-policy button.ot-sdk-button-primary:focus, #ot-sdk-cookie-policy input[type=submit].ot-sdk-button-primary:focus, #ot-sdk-cookie-policy input[type=reset].ot-sdk-button-primary:focus, #ot-sdk-cookie-policy input[type=button].ot-sdk-button-primary:focus {
            color: #fff;
            background-color: #1eaedb;
            border-color: #1eaedb
        }

#onetrust-banner-sdk input[type=text], #onetrust-pc-sdk input[type=text], #ot-sdk-cookie-policy input[type=text] {
    height: 38px;
    padding: 6px 10px;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box
}

#onetrust-banner-sdk input[type=text], #onetrust-pc-sdk input[type=text], #ot-sdk-cookie-policy input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    #onetrust-banner-sdk input[type=text]:focus, #onetrust-pc-sdk input[type=text]:focus, #ot-sdk-cookie-policy input[type=text]:focus {
        border: 1px solid #000;
        outline: 0
    }

#onetrust-banner-sdk label, #onetrust-pc-sdk label, #ot-sdk-cookie-policy label {
    display: block;
    margin-bottom: .5rem;
    font-weight: 600
}

#onetrust-banner-sdk input[type=checkbox], #onetrust-pc-sdk input[type=checkbox], #ot-sdk-cookie-policy input[type=checkbox] {
    display: inline
}

#onetrust-banner-sdk ul, #onetrust-pc-sdk ul, #ot-sdk-cookie-policy ul {
    list-style: circle inside
}

#onetrust-banner-sdk ul, #onetrust-pc-sdk ul, #ot-sdk-cookie-policy ul {
    padding-left: 0;
    margin-top: 0
}

    #onetrust-banner-sdk ul ul, #onetrust-pc-sdk ul ul, #ot-sdk-cookie-policy ul ul {
        margin: 1.5rem 0 1.5rem 3rem;
        font-size: 90%
    }

#onetrust-banner-sdk li, #onetrust-pc-sdk li, #ot-sdk-cookie-policy li {
    margin-bottom: 1rem
}

#onetrust-banner-sdk th, #onetrust-banner-sdk td, #onetrust-pc-sdk th, #onetrust-pc-sdk td, #ot-sdk-cookie-policy th, #ot-sdk-cookie-policy td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #e1e1e1
}

#onetrust-banner-sdk button, #onetrust-pc-sdk button, #ot-sdk-cookie-policy button {
    margin-bottom: 1rem;
    font-family: inherit
}

#onetrust-banner-sdk .ot-sdk-container:after, #onetrust-banner-sdk .ot-sdk-row:after, #onetrust-pc-sdk .ot-sdk-container:after, #onetrust-pc-sdk .ot-sdk-row:after, #ot-sdk-cookie-policy .ot-sdk-container:after, #ot-sdk-cookie-policy .ot-sdk-row:after {
    content: "";
    display: table;
    clear: both
}

#onetrust-banner-sdk .ot-sdk-row, #onetrust-pc-sdk .ot-sdk-row, #ot-sdk-cookie-policy .ot-sdk-row {
    margin: 0;
    max-width: none;
    display: block
}

#onetrust-banner-sdk {
    box-shadow: 0 0 18px rgba(0,0,0,.2)
}

    #onetrust-banner-sdk.otFlat {
        position: fixed;
        z-index: 2147483645;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: #fff;
        max-height: 90%;
        overflow-x: hidden;
        overflow-y: auto
    }

        #onetrust-banner-sdk.otFlat.top {
            top: 0px;
            bottom: auto
        }

    #onetrust-banner-sdk.otRelFont {
        font-size: 1rem
    }

    #onetrust-banner-sdk > .ot-sdk-container {
        overflow: hidden
    }

    #onetrust-banner-sdk::-webkit-scrollbar {
        width: 11px
    }

    #onetrust-banner-sdk::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: #c1c1c1
    }

#onetrust-banner-sdk {
    scrollbar-arrow-color: #c1c1c1;
    scrollbar-darkshadow-color: #c1c1c1;
    scrollbar-face-color: #c1c1c1;
    scrollbar-shadow-color: #c1c1c1
}

    #onetrust-banner-sdk #onetrust-policy {
        margin: 1.25em 0 .625em 2em;
        overflow: hidden
    }

        #onetrust-banner-sdk #onetrust-policy .ot-gv-list-handler {
            float: left;
            font-size: .82em;
            padding: 0;
            margin-bottom: 0;
            border: 0;
            line-height: normal;
            height: auto;
            width: auto
        }

    #onetrust-banner-sdk #onetrust-policy-title {
        font-size: 1.2em;
        line-height: 1.3;
        margin-bottom: 10px
    }

    #onetrust-banner-sdk #onetrust-group-container {
        position: relative
    }

    #onetrust-banner-sdk #onetrust-policy-text {
        clear: both;
        text-align: left;
        font-size: .88em;
        line-height: 1.4
    }

        #onetrust-banner-sdk #onetrust-policy-text * {
            font-size: inherit;
            line-height: inherit
        }

        #onetrust-banner-sdk #onetrust-policy-text a {
            font-weight: bold;
            margin-left: 5px
        }

    #onetrust-banner-sdk #onetrust-policy-title, #onetrust-banner-sdk #onetrust-policy-text {
        color: dimgray;
        float: left
    }

    #onetrust-banner-sdk #onetrust-button-group-parent {
        min-height: 1px;
        text-align: center;
    }

    #onetrust-banner-sdk #onetrust-button-group {
        display: inline-block
    }

    #onetrust-banner-sdk #onetrust-accept-btn-handler, #onetrust-banner-sdk #onetrust-reject-all-handler, #onetrust-banner-sdk #onetrust-pc-btn-handler {
        background-color: #68b631;
        color: #fff;
        border-color: #68b631;
        margin-right: 1em;
        min-width: 125px;
        height: auto;
        white-space: normal;
        word-break: break-word;
        word-wrap: break-word;
        padding: 12px 10px;
        line-height: 1.2;
        font-size: .813em;
        font-weight: 600
    }

        #onetrust-banner-sdk #onetrust-pc-btn-handler.cookie-setting-link {
            background-color: #fff;
            border: none;
            color: #68b631;
            text-decoration: underline;
            padding-left: 0;
            padding-right: 0
        }

    #onetrust-banner-sdk .onetrust-close-btn-ui {
        width: 44px;
        height: 44px;
        background-size: 12px;
        border: none;
        position: relative;
        margin: auto;
        padding: 0
    }

    #onetrust-banner-sdk .banner_logo {
        display: none
    }

    #onetrust-banner-sdk.ot-bnr-w-logo .ot-bnr-logo {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0px;
        margin-right: 5px
    }

    #onetrust-banner-sdk.ot-bnr-w-logo #onetrust-policy {
        margin-left: 65px
    }

    #onetrust-banner-sdk .ot-b-addl-desc {
        clear: both;
        float: left;
        display: block
    }

    #onetrust-banner-sdk #banner-options {
        float: left;
        display: table;
        margin-right: 0;
        margin-left: 1em;
        width: calc(100% - 1em)
    }

    #onetrust-banner-sdk .banner-option-input {
        cursor: pointer;
        width: auto;
        height: auto;
        border: none;
        padding: 0;
        padding-right: 3px;
        margin: 0 0 10px;
        font-size: .82em;
        line-height: 1.4
    }

        #onetrust-banner-sdk .banner-option-input * {
            pointer-events: none;
            font-size: inherit;
            line-height: inherit
        }

        #onetrust-banner-sdk .banner-option-input[aria-expanded=true] ~ .banner-option-details {
            display: block;
            height: auto
        }

        #onetrust-banner-sdk .banner-option-input[aria-expanded=true] .ot-arrow-container {
            transform: rotate(90deg)
        }

    #onetrust-banner-sdk .banner-option {
        margin-bottom: 12px;
        margin-left: 0;
        border: none;
        float: left;
        padding: 0
    }

        #onetrust-banner-sdk .banner-option:first-child {
            padding-left: 2px
        }

        #onetrust-banner-sdk .banner-option:not(:first-child) {
            padding: 0;
            border: none
        }

    #onetrust-banner-sdk .banner-option-header {
        cursor: pointer;
        display: inline-block
    }

        #onetrust-banner-sdk .banner-option-header :first-child {
            color: dimgray;
            font-weight: bold;
            float: left
        }

        #onetrust-banner-sdk .banner-option-header .ot-arrow-container {
            display: inline-block;
            border-top: 6px solid rgba(0,0,0,0);
            border-bottom: 6px solid rgba(0,0,0,0);
            border-left: 6px solid dimgray;
            margin-left: 10px;
            vertical-align: middle
        }

    #onetrust-banner-sdk .banner-option-details {
        display: none;
        font-size: .83em;
        line-height: 1.5;
        padding: 10px 0px 5px 10px;
        margin-right: 10px;
        height: 0px
    }

        #onetrust-banner-sdk .banner-option-details * {
            font-size: inherit;
            line-height: inherit;
            color: dimgray
        }

    #onetrust-banner-sdk .ot-arrow-container, #onetrust-banner-sdk .banner-option-details {
        transition: all 300ms ease-in 0s;
        -webkit-transition: all 300ms ease-in 0s;
        -moz-transition: all 300ms ease-in 0s;
        -o-transition: all 300ms ease-in 0s
    }

    #onetrust-banner-sdk .ot-dpd-container {
        float: left
    }

    #onetrust-banner-sdk .ot-dpd-title {
        margin-bottom: 10px
    }

    #onetrust-banner-sdk .ot-dpd-title, #onetrust-banner-sdk .ot-dpd-desc {
        font-size: .88em;
        line-height: 1.4;
        color: dimgray
    }

        #onetrust-banner-sdk .ot-dpd-title *, #onetrust-banner-sdk .ot-dpd-desc * {
            font-size: inherit;
            line-height: inherit
        }

    #onetrust-banner-sdk.ot-iab-2 #onetrust-policy-text * {
        margin-bottom: 0
    }

    #onetrust-banner-sdk.ot-iab-2 .onetrust-vendors-list-handler {
        display: block;
        margin-left: 0;
        margin-top: 5px;
        clear: both;
        margin-bottom: 0;
        padding: 0;
        border: 0;
        height: auto;
        width: auto
    }

    #onetrust-banner-sdk.ot-iab-2 #onetrust-button-group button {
        display: block
    }

    #onetrust-banner-sdk.ot-close-btn-link {
        padding-top: 25px
    }

        #onetrust-banner-sdk.ot-close-btn-link #onetrust-close-btn-container {
            top: 15px;
            transform: none;
            right: 15px
        }

            #onetrust-banner-sdk.ot-close-btn-link #onetrust-close-btn-container button {
                padding: 0;
                white-space: pre-wrap;
                border: none;
                height: auto;
                line-height: 1.5;
                text-decoration: underline;
                font-size: .69em
            }

    #onetrust-banner-sdk #onetrust-policy-text, #onetrust-banner-sdk .ot-dpd-desc, #onetrust-banner-sdk .ot-b-addl-desc {
        font-size: .813em;
        line-height: 1.5
    }

    #onetrust-banner-sdk .ot-dpd-desc {
        margin-bottom: 10px
    }

        #onetrust-banner-sdk .ot-dpd-desc > .ot-b-addl-desc {
            margin-top: 10px;
            margin-bottom: 10px;
            font-size: 1em
        }

@media only screen and (max-width: 425px) {
    #onetrust-banner-sdk #onetrust-close-btn-container {
        position: absolute;
        top: 6px;
        right: 2px
    }

    #onetrust-banner-sdk #onetrust-policy {
        margin-left: 0;
        margin-top: 3em
    }

    #onetrust-banner-sdk #onetrust-button-group {
        display: block;
        vertical-align: central;
    }

    #onetrust-banner-sdk #onetrust-accept-btn-handler, #onetrust-banner-sdk #onetrust-reject-all-handler, #onetrust-banner-sdk #onetrust-pc-btn-handler {
        width: 100%
    }

    #onetrust-banner-sdk .onetrust-close-btn-ui {
        top: auto;
        transform: none
    }

    #onetrust-banner-sdk #onetrust-policy-title {
        display: inline;
        float: none
    }

    #onetrust-banner-sdk #banner-options {
        margin: 0;
        padding: 0;
        width: 100%
    }
}

@media only screen and (max-width: 550px) {
    #onetrust-button-group.ot-button-order-container #onetrust-accept-btn-handler, #onetrust-button-group.ot-button-order-container #onetrust-reject-all-handler, #onetrust-button-group.ot-button-order-container #onetrust-pc-btn-handler {
        margin-right: 0
    }

    #onetrust-banner-sdk .has-reject-all-button div#onetrust-button-group.ot-button-order-container #onetrust-accept-btn-handler, #onetrust-banner-sdk .has-reject-all-button div#onetrust-button-group.ot-button-order-container #onetrust-reject-all-handler, #onetrust-banner-sdk .has-reject-all-button div#onetrust-button-group.ot-button-order-container #onetrust-pc-btn-handler {
        margin-right: 0
    }
}

@media only screen and (min-width: 426px)and (max-width: 896px) {
    #onetrust-banner-sdk #onetrust-close-btn-container {
        position: absolute;
        top: 0;
        right: 0
    }

    #onetrust-banner-sdk #onetrust-policy {
        margin-left: 1em;
        margin-right: 1em
    }

    #onetrust-banner-sdk .onetrust-close-btn-ui {
        top: 10px;
        right: 10px
    }

    #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container {
        width: 95%
    }

    #onetrust-banner-sdk.ot-iab-2 #onetrust-group-container {
        width: 100%
    }

    #onetrust-banner-sdk.ot-bnr-w-logo #onetrust-button-group-parent {
        padding-left: 50px
    }

    #onetrust-banner-sdk #onetrust-button-group-parent {
        width: 100%;
        position: relative;
        margin-left: 0
    }

    #onetrust-banner-sdk #onetrust-button-group button {
        display: inline-block
    }

    #onetrust-banner-sdk #onetrust-button-group {
        margin-right: 0;
        text-align: center
    }

        #onetrust-banner-sdk #onetrust-button-group.ot-button-order-container #onetrust-accept-btn-handler, #onetrust-banner-sdk #onetrust-button-group.ot-button-order-container #onetrust-reject-all-handler, #onetrust-banner-sdk #onetrust-button-group.ot-button-order-container #onetrust-pc-btn-handler {
            width: auto
        }

    #onetrust-banner-sdk .has-reject-all-button #onetrust-button-group.ot-button-order-container {
        display: inline-flex;
        flex-wrap: wrap
    }

        #onetrust-banner-sdk .has-reject-all-button #onetrust-button-group.ot-button-order-container #onetrust-pc-btn-handler, #onetrust-banner-sdk .has-reject-all-button #onetrust-button-group.ot-button-order-container #onetrust-reject-all-handler, #onetrust-banner-sdk .has-reject-all-button #onetrust-button-group.ot-button-order-container #onetrust-accept-btn-handler {
            float: none
        }

        #onetrust-banner-sdk .has-reject-all-button #onetrust-button-group.ot-button-order-container *[class*=ot-button-order-]:nth-of-type(1) {
            margin-right: auto !important
        }

    #onetrust-banner-sdk .has-reject-all-button #onetrust-pc-btn-handler {
        float: left
    }

    #onetrust-banner-sdk .has-reject-all-button #onetrust-reject-all-handler, #onetrust-banner-sdk .has-reject-all-button #onetrust-accept-btn-handler {
        float: right
    }

    #onetrust-banner-sdk .has-reject-all-button #onetrust-button-group {
        width: calc(100% - 2em);
        margin-right: 0
    }

    #onetrust-banner-sdk .has-reject-all-button #onetrust-pc-btn-handler.cookie-setting-link {
        padding-left: 0px;
        text-align: left
    }

    #onetrust-banner-sdk.ot-buttons-fw .ot-sdk-three button {
        width: 100%;
        text-align: center;
    }

    #onetrust-banner-sdk.ot-buttons-fw #onetrust-button-group-parent button {
        float: none
    }

    #onetrust-banner-sdk.ot-buttons-fw #onetrust-pc-btn-handler.cookie-setting-link {
        text-align: center
    }
}

@media only screen and (min-width: 550px) {
    #onetrust-banner-sdk .banner-option:not(:first-child) {
        border-left: 1px solid #d8d8d8;
        padding-left: 25px
    }
}

@media only screen and (min-width: 425px)and (max-width: 550px) {
    #onetrust-banner-sdk.ot-iab-2 #onetrust-button-group, #onetrust-banner-sdk.ot-iab-2 #onetrust-policy, #onetrust-banner-sdk.ot-iab-2 .banner-option {
        width: 100%
    }

        #onetrust-banner-sdk.ot-iab-2 #onetrust-button-group #onetrust-accept-btn-handler, #onetrust-banner-sdk.ot-iab-2 #onetrust-button-group #onetrust-reject-all-handler, #onetrust-banner-sdk.ot-iab-2 #onetrust-button-group #onetrust-pc-btn-handler {
            width: 100%
        }

        #onetrust-banner-sdk.ot-iab-2 #onetrust-button-group #onetrust-accept-btn-handler, #onetrust-banner-sdk.ot-iab-2 #onetrust-button-group #onetrust-reject-all-handler {
            float: left
        }

        #onetrust-banner-sdk.ot-iab-2 #onetrust-button-group.ot-button-order-container {
            width: auto
        }
}

@media only screen and (min-width: 769px) {
    #onetrust-banner-sdk #onetrust-button-group {
        margin-right: 30%
    }

    #onetrust-banner-sdk #banner-options {
        margin-left: 2em;
        margin-right: 5em;
        margin-bottom: 1.25em;
        width: calc(100% - 7em)
    }
}

@media only screen and (min-width: 897px)and (max-width: 1023px) {
    #onetrust-banner-sdk.vertical-align-content #onetrust-button-group-parent {
        position: absolute;
        top: 50%;
        left: 80%;
        transform: translateY(-50%)
    }

    #onetrust-banner-sdk #onetrust-close-btn-container {
        top: 50%;
        margin: auto;
        transform: translate(-50%, -50%);
        position: absolute;
        padding: 0;
        right: 0
    }

        #onetrust-banner-sdk #onetrust-close-btn-container button {
            position: relative;
            margin: 0;
            right: -22px;
            top: 2px
        }
}

@media only screen and (min-width: 1024px) {
    #onetrust-banner-sdk #onetrust-close-btn-container {
        top: 50%;
        margin: auto;
        transform: translate(-50%, -50%);
        position: absolute;
        right: 0
    }

        #onetrust-banner-sdk #onetrust-close-btn-container button {
            right: -12px
        }

    #onetrust-banner-sdk #onetrust-policy {
        margin-left: 2em
    }

    #onetrust-banner-sdk.vertical-align-content #onetrust-button-group-parent {
        position: absolute;
        top: 50%;
        left: 60%;
        transform: translateY(-50%)
    }

    #onetrust-banner-sdk .ot-optout-signal {
        width: 50%
    }

    #onetrust-banner-sdk.ot-iab-2 #onetrust-policy-title {
        width: 50%
    }

    #onetrust-banner-sdk.ot-iab-2 #onetrust-policy-text, #onetrust-banner-sdk.ot-iab-2 :not(.ot-dpd-desc) > .ot-b-addl-desc {
        margin-bottom: 1em;
        width: 50%;
        border-right: 1px solid #d8d8d8;
        padding-right: 1rem
    }

    #onetrust-banner-sdk.ot-iab-2 #onetrust-policy-text {
        margin-bottom: 0;
        padding-bottom: 1em
    }

    #onetrust-banner-sdk.ot-iab-2 :not(.ot-dpd-desc) > .ot-b-addl-desc {
        margin-bottom: 0;
        padding-bottom: 1em
    }

    #onetrust-banner-sdk.ot-iab-2 .ot-dpd-container {
        width: 45%;
        padding-left: 1rem;
        display: inline-block;
        float: none
    }

    #onetrust-banner-sdk.ot-iab-2 .ot-dpd-title {
        line-height: 1.7
    }

    #onetrust-banner-sdk.ot-iab-2 #onetrust-button-group-parent {
        left: auto;
        right: 4%;
        margin-left: 0
    }

    #onetrust-banner-sdk.ot-iab-2 #onetrust-button-group button {
        display: block
    }

    #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group-parent {
        margin: auto;
        width: 30%
    }

    #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container {
        width: 60%
    }

    #onetrust-banner-sdk #onetrust-button-group {
        margin-right: auto
    }

    #onetrust-banner-sdk #onetrust-accept-btn-handler, #onetrust-banner-sdk #onetrust-reject-all-handler, #onetrust-banner-sdk #onetrust-pc-btn-handler {
        margin-top: 1em
    }
}

@media only screen and (min-width: 890px) {
    #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group-parent {
        padding-left: 3%;
        padding-right: 4%;
        margin-left: 0
    }

    #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group {
        margin-right: 0;
        margin-top: 1.25em;
        width: 100%
    }

        #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group button {
            width: 100%;
            margin-bottom: 5px;
            margin-top: 5px
        }

            #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group button:last-of-type {
                margin-bottom: 20px
            }
}

@media only screen and (min-width: 1280px) {
    #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container {
        width: 55%
    }

    #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group-parent {
        width: 44%;
        padding-left: 2%;
        padding-right: 2%
    }

    #onetrust-banner-sdk:not(.ot-iab-2).vertical-align-content #onetrust-button-group-parent {
        position: absolute;
        left: 55%
    }
}

#onetrust-consent-sdk #onetrust-banner-sdk {
    background-color: #FFFFFF;
}

    #onetrust-consent-sdk #onetrust-policy-title,
    #onetrust-consent-sdk #onetrust-policy-text,
    #onetrust-consent-sdk .ot-b-addl-desc,
    #onetrust-consent-sdk .ot-dpd-desc,
    #onetrust-consent-sdk .ot-dpd-title,
    #onetrust-consent-sdk #onetrust-policy-text *:not(.onetrust-vendors-list-handler),
    #onetrust-consent-sdk .ot-dpd-desc *:not(.onetrust-vendors-list-handler),
    #onetrust-consent-sdk #onetrust-banner-sdk #banner-options *,
    #onetrust-banner-sdk .ot-cat-header,
    #onetrust-banner-sdk .ot-optout-signal {
        color: #696969;
    }

    #onetrust-consent-sdk #onetrust-banner-sdk .banner-option-details {
        background-color: #E9E9E9;
    }

    #onetrust-consent-sdk #onetrust-banner-sdk a[href],
    #onetrust-consent-sdk #onetrust-banner-sdk a[href] font,
    #onetrust-consent-sdk #onetrust-banner-sdk .ot-link-btn {
        color: #3860BE;
    }

#onetrust-consent-sdk #onetrust-accept-btn-handler,
#onetrust-banner-sdk #onetrust-reject-all-handler {
    background-color: #4f2170;
    border-color: #4f2170;
    color: #FFFFFF;
}

#onetrust-consent-sdk #onetrust-banner-sdk *:focus,
#onetrust-consent-sdk #onetrust-banner-sdk:focus {
    outline-color: #000000;
    outline-width: 1px;
}

#onetrust-consent-sdk #onetrust-pc-btn-handler,
#onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link {
    color: #4f2170;
    border-color: #4f2170;
    background-color: #FFFFFF;
}

#onetrust-pc-sdk.otPcTab {
    position: fixed;
    width: 730px;
    max-width: 730px;
    height: 580px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 16px;
    z-index: 2147483647;
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0),0 7px 14px 0 rgba(50,50,93,.1)
}

    #onetrust-pc-sdk.otPcTab.otRelFont {
        font-size: 1rem
    }

#onetrust-pc-sdk *, #onetrust-pc-sdk ::after, #onetrust-pc-sdk ::before {
    box-sizing: content-box
}

#onetrust-pc-sdk #ot-content {
    height: calc(100% - 196px)
}

#onetrust-pc-sdk .ot-link-btn {
    padding: 0;
    margin-bottom: 0;
    border: 0;
    font-weight: normal;
    line-height: normal;
    width: auto;
    height: auto
}

#onetrust-pc-sdk .ot-main-content {
    height: 100%
}

#onetrust-pc-sdk .privacy-notice-link {
    text-decoration: underline;
    margin-right: 8px
}

    #onetrust-pc-sdk .privacy-notice-link:focus {
        outline: 1px solid #000
    }

#onetrust-pc-sdk li {
    list-style: none
}

#onetrust-pc-sdk ul, #onetrust-pc-sdk li {
    margin: 0
}

#onetrust-pc-sdk a {
    text-decoration: none
}

#onetrust-pc-sdk .ot-pgph-link {
    margin-top: 10px;
    font-size: .75em
}

#onetrust-pc-sdk .pc-content::-webkit-scrollbar, #onetrust-pc-sdk .groups-container::-webkit-scrollbar, #onetrust-pc-sdk #vendor-list-content::-webkit-scrollbar, #onetrust-pc-sdk .vendor-content::-webkit-scrollbar, #onetrust-pc-sdk #ot-filter-modal .ot-group-options::-webkit-scrollbar {
    width: 11px
}

#onetrust-pc-sdk .pc-content::-webkit-scrollbar-thumb, #onetrust-pc-sdk .groups-container::-webkit-scrollbar-thumb, #onetrust-pc-sdk #vendor-list-content::-webkit-scrollbar-thumb, #onetrust-pc-sdk .vendor-content::-webkit-scrollbar-thumb, #onetrust-pc-sdk #ot-filter-modal .ot-group-options::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #c1c1c1
}

#onetrust-pc-sdk .pc-content, #onetrust-pc-sdk .groups-container, #onetrust-pc-sdk #vendor-list-content, #onetrust-pc-sdk .vendor-content, #onetrust-pc-sdk #ot-filter-modal .ot-group-options {
    scrollbar-arrow-color: #c1c1c1;
    scrollbar-darkshadow-color: #c1c1c1;
    scrollbar-face-color: #c1c1c1;
    scrollbar-shadow-color: #c1c1c1
}

#onetrust-pc-sdk .pc-header {
    height: auto;
    padding: 20px;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 40px);
    border-bottom: 1px solid #d8d8d8
}

#onetrust-pc-sdk .pc-logo-container {
    float: left
}

#onetrust-pc-sdk .pc-title-container {
    float: right;
    width: calc(100% - 190px);
    margin-left: 10px
}

#onetrust-pc-sdk .ot-always-active {
    font-size: 1em;
    line-height: 1.3;
    color: #3860be
}

#onetrust-pc-sdk .pc-close-btn-container {
    float: right;
    position: absolute;
    right: 0;
    margin-top: 0
}

#onetrust-pc-sdk .pc-content {
    position: relative;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden
}

#onetrust-pc-sdk .groups-container {
    height: 100%;
    overflow-y: auto
}

#onetrust-pc-sdk .group {
    cursor: pointer;
    border-left: 10px solid rgba(0,0,0,0);
    background-color: #f4f4f4;
    border-bottom: 1px solid #d7d7d7;
    padding-top: 16px;
    padding-right: 5px;
    padding-bottom: 16px;
    padding-left: 12px
}

    #onetrust-pc-sdk .group h3 {
        float: left;
        text-align: left;
        margin: 0;
        color: dimgray;
        line-height: 1.4;
        font-size: 1em;
        word-break: break-word;
        word-wrap: break-word
    }

#onetrust-pc-sdk .active-group {
    border-left: 10px solid #68b631;
    background-color: #fff;
    border-bottom: none;
    position: relative
}

    #onetrust-pc-sdk .active-group h3 {
        color: #263238;
        font-weight: bold
    }

#onetrust-pc-sdk .description-container {
    word-break: break-word;
    word-wrap: break-word;
    padding-top: 20px;
    padding-right: 16px;
    padding-bottom: 15px;
    position: absolute;
    left: 30%
}

#onetrust-pc-sdk .group-description {
    word-break: break-word;
    word-wrap: break-word;
    text-align: left;
    font-size: .82em;
    line-height: 1.3;
    margin: 0
}

#onetrust-pc-sdk #pc-policy-text {
    clear: both;
    float: left
}

    #onetrust-pc-sdk #pc-policy-text a {
        color: #3860be;
        cursor: pointer;
        font-size: 1em
    }

        #onetrust-pc-sdk #pc-policy-text a:hover {
            color: #1883fd
        }

    #onetrust-pc-sdk #pc-policy-text * {
        font-size: inherit
    }

    #onetrust-pc-sdk #pc-policy-text ul li {
        padding: 10px 0px;
        border-bottom: 1px solid #e2e2e2
    }

    #onetrust-pc-sdk #pc-policy-text + .ot-link-btn {
        display: none
    }

#onetrust-pc-sdk #vdr-lst-dsc {
    font-size: .812em;
    line-height: 1.5;
    padding: 10px 15px 5px 15px
}

#onetrust-pc-sdk .ot-close-icon {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjQ3Ljk3MSIgaGVpZ2h0PSI0Ny45NzEiIHZpZXdCb3g9IjAgMCA0Ny45NzEgNDcuOTcxIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0Ny45NzEgNDcuOTcxOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZD0iTTI4LjIyOCwyMy45ODZMNDcuMDkyLDUuMTIyYzEuMTcyLTEuMTcxLDEuMTcyLTMuMDcxLDAtNC4yNDJjLTEuMTcyLTEuMTcyLTMuMDctMS4xNzItNC4yNDIsMEwyMy45ODYsMTkuNzQ0TDUuMTIxLDAuODhjLTEuMTcyLTEuMTcyLTMuMDctMS4xNzItNC4yNDIsMGMtMS4xNzIsMS4xNzEtMS4xNzIsMy4wNzEsMCw0LjI0MmwxOC44NjUsMTguODY0TDAuODc5LDQyLjg1Yy0xLjE3MiwxLjE3MS0xLjE3MiwzLjA3MSwwLDQuMjQyQzEuNDY1LDQ3LjY3NywyLjIzMyw0Ny45NywzLDQ3Ljk3czEuNTM1LTAuMjkzLDIuMTIxLTAuODc5bDE4Ljg2NS0xOC44NjRMNDIuODUsNDcuMDkxYzAuNTg2LDAuNTg2LDEuMzU0LDAuODc5LDIuMTIxLDAuODc5czEuNTM1LTAuMjkzLDIuMTIxLTAuODc5YzEuMTcyLTEuMTcxLDEuMTcyLTMuMDcxLDAtNC4yNDJMMjguMjI4LDIzLjk4NnoiLz48L2c+PC9zdmc+");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
    height: 44px;
    width: 44px;
    display: inline-block
}

#onetrust-pc-sdk .group-toggle {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px
}

    #onetrust-pc-sdk .group-toggle .checkbox {
        background-color: #fff
    }

    #onetrust-pc-sdk .group-toggle .ot-toggle {
        float: right;
        background-color: #fff
    }

    #onetrust-pc-sdk .group-toggle .ot-toggle-group {
        float: right
    }

        #onetrust-pc-sdk .group-toggle .ot-toggle-group p {
            margin: 0
        }

        #onetrust-pc-sdk .group-toggle .ot-toggle-group:focus {
            outline: #000 auto 5px
        }

        #onetrust-pc-sdk .group-toggle .ot-toggle-group .checkbox input[type=checkbox]:focus + label::before {
            outline: #000 auto 5px
        }

#onetrust-pc-sdk .description-container h4 {
    color: #263238;
    float: left;
    margin: 0;
    font-weight: bold;
    font-size: 1em;
    line-height: 1.3;
    max-width: 85%;
    top: 3px
}

#onetrust-pc-sdk #pc-privacy-header {
    margin-bottom: 10px
}

#onetrust-pc-sdk .category-vendors-list-container {
    overflow: hidden
}

#onetrust-pc-sdk .category-vendors-list-handler, #onetrust-pc-sdk .category-host-list-handler, #onetrust-pc-sdk .category-vendors-list-handler + a {
    display: block;
    float: left;
    color: #3860be;
    font-size: .8em;
    font-weight: bold;
    line-height: 1.1;
    cursor: pointer;
    margin: 5px 0px
}

    #onetrust-pc-sdk .category-vendors-list-handler:hover, #onetrust-pc-sdk .category-host-list-handler:hover, #onetrust-pc-sdk .category-vendors-list-handler + a:hover {
        color: #1883fd
    }

    #onetrust-pc-sdk .category-vendors-list-handler + a::after {
        content: "";
        height: 17px;
        width: 15px;
        background-repeat: no-repeat;
        margin-left: 2px;
        margin-top: -1px;
        float: right;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 511.626 511.627'%3E%3Cg fill='%231276CE'%3E%3Cpath d='M392.857 292.354h-18.274c-2.669 0-4.859.855-6.563 2.573-1.718 1.708-2.573 3.897-2.573 6.563v91.361c0 12.563-4.47 23.315-13.415 32.262-8.945 8.945-19.701 13.414-32.264 13.414H82.224c-12.562 0-23.317-4.469-32.264-13.414-8.945-8.946-13.417-19.698-13.417-32.262V155.31c0-12.562 4.471-23.313 13.417-32.259 8.947-8.947 19.702-13.418 32.264-13.418h200.994c2.669 0 4.859-.859 6.57-2.57 1.711-1.713 2.566-3.9 2.566-6.567V82.221c0-2.662-.855-4.853-2.566-6.563-1.711-1.713-3.901-2.568-6.57-2.568H82.224c-22.648 0-42.016 8.042-58.102 24.125C8.042 113.297 0 132.665 0 155.313v237.542c0 22.647 8.042 42.018 24.123 58.095 16.086 16.084 35.454 24.13 58.102 24.13h237.543c22.647 0 42.017-8.046 58.101-24.13 16.085-16.077 24.127-35.447 24.127-58.095v-91.358c0-2.669-.856-4.859-2.574-6.57-1.713-1.718-3.903-2.573-6.565-2.573z'/%3E%3Cpath d='M506.199 41.971c-3.617-3.617-7.905-5.424-12.85-5.424H347.171c-4.948 0-9.233 1.807-12.847 5.424-3.617 3.615-5.428 7.898-5.428 12.847s1.811 9.233 5.428 12.85l50.247 50.248-186.147 186.151c-1.906 1.903-2.856 4.093-2.856 6.563 0 2.479.953 4.668 2.856 6.571l32.548 32.544c1.903 1.903 4.093 2.852 6.567 2.852s4.665-.948 6.567-2.852l186.148-186.148 50.251 50.248c3.614 3.617 7.898 5.426 12.847 5.426s9.233-1.809 12.851-5.426c3.617-3.616 5.424-7.898 5.424-12.847V54.818c-.001-4.952-1.814-9.232-5.428-12.847z'/%3E%3C/g%3E%3C/svg%3E")
    }

#onetrust-pc-sdk .category-host-list-handler, #onetrust-pc-sdk .category-vendors-list-container, #onetrust-pc-sdk #pc-policy-text + .category-vendors-list-handler {
    margin-top: 10px
}

#onetrust-pc-sdk .group-toggle + .category-vendors-list-container {
    margin-top: 0px;
    margin-bottom: 10px
}

#onetrust-pc-sdk .ot-always-active-group .group-toggle h3.category-header, #onetrust-pc-sdk .cookie-subgroup.ot-always-active-group > h4 {
    max-width: 70%
}

#onetrust-pc-sdk .group-description ul, #onetrust-pc-sdk .cookie-subgroups-container li.cookie-subgroup p ul {
    margin: 0px;
    margin-left: 15px;
    padding-bottom: 8px
}

    #onetrust-pc-sdk .group-description ul li, #onetrust-pc-sdk .cookie-subgroups-container li.cookie-subgroup p ul li {
        font-size: inherit;
        padding-top: 8px;
        display: list-item;
        list-style: disc
    }

#onetrust-pc-sdk .ot-toggle.ot-hide-tgl {
    visibility: hidden
}

    #onetrust-pc-sdk .ot-toggle.ot-hide-tgl * {
        visibility: hidden
    }

#onetrust-pc-sdk .cookie-subgroups-container {
    margin-top: 15px
}

    #onetrust-pc-sdk .cookie-subgroups-container ul.cookie-subgroups {
        margin: 0;
        font-size: inherit
    }

        #onetrust-pc-sdk .cookie-subgroups-container ul.cookie-subgroups .cookie-subgroup-toggle {
            float: right
        }

            #onetrust-pc-sdk .cookie-subgroups-container ul.cookie-subgroups .cookie-subgroup-toggle.ot-always-active-subgroup {
                width: auto
            }

        #onetrust-pc-sdk .cookie-subgroups-container ul.cookie-subgroups .ot-toggle {
            background-color: inherit
        }

        #onetrust-pc-sdk .cookie-subgroups-container ul.cookie-subgroups li {
            padding: 0;
            border: none;
            position: relative
        }

            #onetrust-pc-sdk .cookie-subgroups-container ul.cookie-subgroups li h4, #onetrust-pc-sdk .cookie-subgroups-container ul.cookie-subgroups li p {
                font-size: .82em;
                line-height: 1.4
            }

            #onetrust-pc-sdk .cookie-subgroups-container ul.cookie-subgroups li p {
                color: dimgray;
                clear: both;
                float: left;
                margin-top: 10px;
                margin-bottom: 0;
                word-break: break-word;
                word-wrap: break-word
            }

            #onetrust-pc-sdk .cookie-subgroups-container ul.cookie-subgroups li h4 {
                color: #263238;
                font-weight: bold;
                margin-bottom: 0;
                float: left;
                position: relative;
                top: 3px
            }

            #onetrust-pc-sdk .cookie-subgroups-container ul.cookie-subgroups li.cookie-subgroup {
                margin-left: 30px;
                display: inline-block;
                width: calc(100% - 30px)
            }

    #onetrust-pc-sdk .cookie-subgroups-container .ot-arrow {
        top: -3px
    }

#onetrust-pc-sdk .ot-button-group-parent {
    height: 34px;
    padding: 30px;
    bottom: 0;
    border-top: 1px solid #d8d8d8
}

#onetrust-pc-sdk .ot-button-group {
    float: right;
    text-align: center
}

#onetrust-pc-sdk .ot-pc-footer-logo {
    float: left;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 155px;
    height: 25px;
    position: relative;
    top: 10px
}

#onetrust-pc-sdk #accept-recommended-btn-handler {
    float: right;
    margin-right: 16px;
    margin-left: 15px;
    text-align: center
}

#onetrust-pc-sdk .save-preference-btn-handler {
    height: 38px;
    min-width: 155px;
    background-color: #68b631;
    border-radius: 2px;
    color: #fff;
    font-size: .9em;
    line-height: 1.1;
    text-align: center;
    margin-left: 15px;
    margin-right: 15px
}

#onetrust-pc-sdk #pc-title {
    float: left;
    margin-top: 10px;
    max-width: 90%;
    overflow: hidden;
    position: relative;
    padding-right: 1em;
    text-overflow: ellipsis;
    white-space: nowrap
}

#onetrust-pc-sdk #vendors-list {
    height: 100%;
    width: 100%
}

    #onetrust-pc-sdk #vendors-list .accordion-header {
        padding-top: 17px;
        padding-right: 15px;
        padding-bottom: 17px;
        padding-left: 20px;
        display: inline-block;
        width: calc(100% - 35px);
        vertical-align: middle
    }

    #onetrust-pc-sdk #vendors-list .accordion-text {
        padding-top: 6px;
        padding-right: 50px;
        padding-bottom: 10px;
        padding-left: 50px
    }

#onetrust-pc-sdk .vendor-content {
    height: 100%
}

#onetrust-pc-sdk #vendors-list-header {
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 20px;
    display: inline-block;
    width: calc(100% - 50px);
    height: 20px;
    border-bottom: 1px solid #d8d8d8
}

    #onetrust-pc-sdk #vendors-list-header input {
        height: 32px;
        width: 300px;
        border-radius: 50px;
        font-size: .8em;
        padding-right: 35px;
        padding-left: 15px;
        float: left
    }

        #onetrust-pc-sdk #vendors-list-header input::placeholder {
            color: #707070;
            font-style: italic
        }

#onetrust-pc-sdk #vendor-list-content {
    height: calc(100% - 86px);
    width: calc(100% - 183px);
    padding-left: 80px;
    padding-right: 100px;
    padding-top: 20px;
    margin-top: 8px;
    margin-right: 3px;
    margin-bottom: 4px;
    margin-left: 0;
    overflow-x: hidden;
    overflow-y: auto
}

#onetrust-pc-sdk #ot-back-arrow {
    height: 17px;
    width: 20px;
    vertical-align: middle;
    display: inline-block;
    color: dimgray;
    font-size: 1em;
    line-height: 1;
    text-align: center
}

#onetrust-pc-sdk #vendors-list-title {
    color: dimgray;
    font-size: .9em;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding-left: 5px
}

    #onetrust-pc-sdk #vendors-list-title * {
        font-size: inherit
    }

#onetrust-pc-sdk .navigation-container {
    float: left
}

#onetrust-pc-sdk .back-btn-handler {
    display: inline-block
}

#onetrust-pc-sdk .action-container {
    float: right;
    position: relative;
    bottom: 6px
}

#onetrust-pc-sdk #search-container {
    float: left
}

    #onetrust-pc-sdk #search-container svg {
        position: absolute;
        right: 35px;
        width: 30px;
        height: 30px;
        font-size: 1em;
        line-height: 1;
        top: 3px
    }

#onetrust-pc-sdk .label-text {
    display: none
}

#onetrust-pc-sdk #filter-container {
    display: inline-block;
    top: 8px;
    position: relative;
    margin-left: 20px
}

#onetrust-pc-sdk #filter-btn-handler svg {
    cursor: pointer;
    width: 15px;
    height: 15px
}

#onetrust-pc-sdk #select-all-container {
    min-width: 200px;
    min-height: 30px;
    padding-left: 20px
}

#onetrust-pc-sdk #select-all-text-container {
    display: inline-block;
    padding-left: 30px
}

    #onetrust-pc-sdk #select-all-text-container p {
        color: #2c3643;
        font-size: .8em;
        font-weight: bold;
        line-height: 1.1;
        margin: 0;
        display: inline-block
    }

        #onetrust-pc-sdk #select-all-text-container p * {
            font-size: inherit
        }

#onetrust-pc-sdk #select-all-vendors-input-container, #onetrust-pc-sdk #select-all-hosts-input-container {
    float: left;
    height: 100%
}

    #onetrust-pc-sdk #select-all-vendors-input-container label, #onetrust-pc-sdk #select-all-hosts-input-container label {
        height: 100%;
        padding-left: 0
    }

#onetrust-pc-sdk .ot-checkbox input[type=checkbox] {
    display: block;
    opacity: 0
}

#onetrust-pc-sdk .ot-checkbox input:checked ~ label::before {
    background-color: #4285f4
}

#onetrust-pc-sdk .ot-checkbox input[aria-checked=mixed] ~ label::before {
    background-color: #4285f4
}

#onetrust-pc-sdk .ot-checkbox label {
    position: relative;
    height: 20px;
    padding-left: 30px
}

    #onetrust-pc-sdk .ot-checkbox label::before, #onetrust-pc-sdk .ot-checkbox label::after {
        position: absolute;
        content: "";
        display: inline-block;
        border-radius: 3px
    }

    #onetrust-pc-sdk .ot-checkbox label::before {
        height: 18px;
        width: 18px;
        border: 1px solid #3860be;
        left: 0px
    }

    #onetrust-pc-sdk .ot-checkbox label::after {
        height: 5px;
        width: 9px;
        border-left: 3px solid;
        border-bottom: 3px solid;
        transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        left: 4px;
        top: 5px
    }

#onetrust-pc-sdk .ot-checkbox input[type=checkbox] + label::after {
    content: none;
    color: #fff
}

#onetrust-pc-sdk .ot-checkbox input[type=checkbox]:checked + label::after {
    content: ""
}

#onetrust-pc-sdk .ot-checkbox input[type=checkbox][aria-checked=mixed] + label::after {
    content: ""
}

#onetrust-pc-sdk .ot-checkbox input[type=checkbox]:focus + label::before {
    outline-style: solid;
    outline-width: 2px;
    outline-style: auto
}

#onetrust-pc-sdk #select-all-vendors-input-container.line-through label::after, #onetrust-pc-sdk #select-all-vendors-leg-input-container.line-through label::after, #onetrust-pc-sdk #select-all-hosts-input-container.line-through label::after {
    height: auto;
    border-left: 0;
    left: 5px;
    top: 10.5px;
    transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none
}

#onetrust-pc-sdk #hosts-list-container .ot-checkbox {
    float: left
}

#onetrust-pc-sdk .vendor-title, #onetrust-pc-sdk .host-title {
    color: #2c3643;
    font-weight: bold;
    font-size: .8em;
    line-height: 1.2;
    margin: 0;
    height: auto;
    text-align: left;
    word-break: break-word;
    word-wrap: break-word
}

#onetrust-pc-sdk .host-title {
    position: relative;
    vertical-align: middle
}

    #onetrust-pc-sdk .host-title a {
        font-size: 1em;
        font-weight: bold
    }

#onetrust-pc-sdk .cookie-name-container a {
    font-size: 1em
}

#onetrust-pc-sdk .host-description {
    font-size: .69em;
    line-height: 1.4;
    margin-top: 5px;
    margin-bottom: 5px;
    float: left;
    color: dimgray
}

#onetrust-pc-sdk .host-info > a {
    text-decoration: underline;
    font-size: .82em;
    position: relative;
    z-index: 2;
    float: left;
    margin-bottom: 5px
}

#onetrust-pc-sdk .host-info .host-title + a {
    margin-top: 5px
}

#onetrust-pc-sdk .vendor-info {
    width: 88%;
    float: right
}

#onetrust-pc-sdk .vendor-purposes {
    margin-top: 3px
}

    #onetrust-pc-sdk .vendor-purposes p {
        font-size: .8em;
        line-height: 1.2;
        margin-bottom: 0;
        font-weight: 500;
        text-align: left;
        word-break: break-word;
        word-wrap: break-word
    }

#onetrust-pc-sdk input[type=checkbox]:focus + .accordion-header {
    outline: 1px solid #000
}

#onetrust-pc-sdk #select-all-hosts-input-container input[type=checkbox], #onetrust-pc-sdk #select-all-vendors-input-container input[type=checkbox] {
    position: absolute
}

#onetrust-pc-sdk #vendors-list-container input[type=checkbox], #onetrust-pc-sdk #hosts-list-container input[type=checkbox], #onetrust-pc-sdk .cookie-subgroups input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin: 0;
    top: 0;
    left: 0
}

    #onetrust-pc-sdk #vendors-list-container input[type=checkbox] ~ .accordion-header, #onetrust-pc-sdk #hosts-list-container input[type=checkbox] ~ .accordion-header, #onetrust-pc-sdk .cookie-subgroups input[type=checkbox] ~ .accordion-header {
        cursor: pointer
    }

    #onetrust-pc-sdk #vendors-list-container input[type=checkbox]:not(:checked) ~ .accordion-text, #onetrust-pc-sdk #hosts-list-container input[type=checkbox]:not(:checked) ~ .accordion-text, #onetrust-pc-sdk .cookie-subgroups input[type=checkbox]:not(:checked) ~ .accordion-text {
        margin-top: 0;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        width: 100%;
        transition: .25s ease-out;
        display: none
    }

    #onetrust-pc-sdk #vendors-list-container input[type=checkbox]:checked ~ .accordion-text, #onetrust-pc-sdk #hosts-list-container input[type=checkbox]:checked ~ .accordion-text, #onetrust-pc-sdk .cookie-subgroups input[type=checkbox]:checked ~ .accordion-text {
        transition: .1s ease-in;
        display: block
    }

#onetrust-pc-sdk #vendors-list-container .ot-checkbox input[type=checkbox], #onetrust-pc-sdk #hosts-list-container .ot-checkbox input[type=checkbox], #onetrust-pc-sdk .cookie-subgroups .ot-checkbox input[type=checkbox] {
    width: auto;
    height: auto
}

#onetrust-pc-sdk #vendors-list-container .ot-checkbox label, #onetrust-pc-sdk #hosts-list-container .ot-checkbox label, #onetrust-pc-sdk .cookie-subgroups .ot-checkbox label {
    z-index: 2
}

#onetrust-pc-sdk #vendors-list-container, #onetrust-pc-sdk #hosts-list-container {
    width: 100%
}

    #onetrust-pc-sdk #vendors-list-container li, #onetrust-pc-sdk #hosts-list-container li {
        border: 1px solid #d7d7d7;
        border-radius: 2px;
        position: relative;
        margin-top: 10px
    }

    #onetrust-pc-sdk #vendors-list-container .ot-toggle-group {
        width: 65%
    }

    #onetrust-pc-sdk #hosts-list-container .ot-toggle-group {
        width: 65%
    }

#onetrust-pc-sdk label {
    margin-bottom: 0
}

#onetrust-pc-sdk .vendor-notice, #onetrust-pc-sdk .host-notice {
    float: right
}

#onetrust-pc-sdk .vendor-privacy-notice-container, #onetrust-pc-sdk .third-party-cookies-container {
    float: left
}

#onetrust-pc-sdk .vendor-privacy-notice-container {
    position: relative
}

    #onetrust-pc-sdk .vendor-privacy-notice-container a:hover {
        text-decoration: underline
    }

#onetrust-pc-sdk .vendor-privacy-notice, #onetrust-pc-sdk .vendor-legclaim-link, #onetrust-pc-sdk .third-party-cookie-notice {
    color: dimgray;
    font-size: .7em;
    line-height: .9;
    display: inline-block
}

    #onetrust-pc-sdk .vendor-privacy-notice *, #onetrust-pc-sdk .vendor-legclaim-link *, #onetrust-pc-sdk .third-party-cookie-notice * {
        font-size: inherit
    }

#onetrust-pc-sdk .vendor-privacy-notice, #onetrust-pc-sdk .vendor-legclaim-link {
    position: relative;
    z-index: 2
}

#onetrust-pc-sdk .ot-arrow {
    margin-left: 20px
}

#onetrust-pc-sdk .vendor-options {
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
    border-radius: 2px;
    background-color: #f8f8f8
}

    #onetrust-pc-sdk .vendor-options p {
        font-size: .69em;
        text-align: left;
        display: table-cell;
        vertical-align: middle;
        word-break: break-word;
        word-wrap: break-word;
        margin: 0;
        padding-left: 15px;
        color: #2e3644
    }

#onetrust-pc-sdk #hosts-list-container .host-info {
    float: left;
    width: calc(100% - 50px)
}

#onetrust-pc-sdk #hosts-list-container .host-option-group {
    display: inline-block;
    width: 100%;
    margin: 0;
    font-size: inherit
}

    #onetrust-pc-sdk #hosts-list-container .host-option-group li.vendor-host {
        border: none;
        font-size: .8em;
        color: dimgray;
        float: left;
        text-align: left;
        padding: 10px;
        margin-bottom: 10px;
        width: calc(100% - 10px);
        background-color: #f8f8f8
    }

        #onetrust-pc-sdk #hosts-list-container .host-option-group li.vendor-host a {
            color: dimgray
        }

    #onetrust-pc-sdk #hosts-list-container .host-option-group li > div div {
        font-size: .81em;
        padding: 5px 0
    }

        #onetrust-pc-sdk #hosts-list-container .host-option-group li > div div:nth-child(1) {
            width: 30%;
            float: left
        }

        #onetrust-pc-sdk #hosts-list-container .host-option-group li > div div:nth-child(2) {
            width: 70%;
            float: left;
            word-break: break-word;
            word-wrap: break-word
        }

#onetrust-pc-sdk .vendor-purpose-groups .vendor-option-purpose {
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 10px;
    min-height: 30px;
    max-height: 50px;
    width: 100%;
    display: table
}

    #onetrust-pc-sdk .vendor-purpose-groups .vendor-option-purpose:first-child, #onetrust-pc-sdk .vendor-purpose-groups .vendor-option-purpose:first-of-type {
        border-top: none
    }

    #onetrust-pc-sdk .vendor-purpose-groups .vendor-option-purpose p {
        font-weight: bold
    }

#onetrust-pc-sdk .vendor-purpose-groups .vendor-consent-group {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px
}

#onetrust-pc-sdk .vendor-purpose-groups .ot-ven-disc {
    margin-bottom: 10px
}

    #onetrust-pc-sdk .vendor-purpose-groups .ot-ven-disc:not(:first-child) {
        border-top: 1px solid #ddd !important
    }

    #onetrust-pc-sdk .vendor-purpose-groups .ot-ven-disc:nth-child(n+3) p {
        display: inline-block
    }

        #onetrust-pc-sdk .vendor-purpose-groups .ot-ven-disc:nth-child(n+3) p:nth-of-type(odd) {
            width: 30%
        }

        #onetrust-pc-sdk .vendor-purpose-groups .ot-ven-disc:nth-child(n+3) p:nth-of-type(even) {
            width: 50%;
            word-break: break-word;
            word-wrap: break-word
        }

    #onetrust-pc-sdk .vendor-purpose-groups .ot-ven-disc p {
        padding-top: 10px;
        display: block
    }

    #onetrust-pc-sdk .vendor-purpose-groups .ot-ven-disc .disc-pur-cont {
        display: inline
    }

    #onetrust-pc-sdk .vendor-purpose-groups .ot-ven-disc .disc-pur {
        position: relative;
        width: 50% !important;
        word-break: break-word;
        word-wrap: break-word;
        left: calc(30% + 17px)
    }

        #onetrust-pc-sdk .vendor-purpose-groups .ot-ven-disc .disc-pur:nth-child(-n+1) {
            position: static
        }

#onetrust-pc-sdk .vendor-purpose-groups .legitimate-interest-group .consent-category {
    float: left
}

#onetrust-pc-sdk .vendor-purpose-groups .vendor-opt-out-handler {
    text-decoration: none;
    float: right;
    font-size: .69em;
    line-height: 1.4;
    color: #3860be;
    right: 15px;
    position: relative
}

    #onetrust-pc-sdk .vendor-purpose-groups .vendor-opt-out-handler span {
        font-size: .69em;
        line-height: 1.4
    }

    #onetrust-pc-sdk .vendor-purpose-groups .vendor-opt-out-handler svg {
        width: 15px;
        height: 15px;
        vertical-align: middle
    }

#onetrust-pc-sdk #no-results {
    text-align: center;
    margin-top: 30px
}

    #onetrust-pc-sdk #no-results p {
        font-size: 1em;
        color: #2e3644;
        word-break: break-word;
        word-wrap: break-word
    }

        #onetrust-pc-sdk #no-results p span {
            font-weight: bold
        }

#onetrust-pc-sdk .ot-toggle .checkbox label:after {
    cursor: pointer
}

#onetrust-pc-sdk .ot-group-option {
    height: 25px
}

#onetrust-pc-sdk .checkbox {
    position: relative;
    display: inline-block
}

    #onetrust-pc-sdk .checkbox label {
        background: #d6d6d6;
        border: none;
        height: 10px;
        width: 35px;
        position: relative;
        display: inline-block;
        border-radius: 46px;
        transition: .4s
    }

        #onetrust-pc-sdk .checkbox label:after {
            content: "";
            position: absolute;
            width: 20px;
            height: 20px;
            border-radius: 100%;
            left: 0;
            top: -5px;
            z-index: 2;
            background: #7b7b7b;
            transition: .4s
        }

    #onetrust-pc-sdk .checkbox input {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        opacity: 0;
        cursor: pointer
    }

        #onetrust-pc-sdk .checkbox input:checked + label:after {
            left: 40px
        }

        #onetrust-pc-sdk .checkbox input:focus + label::after {
            outline-style: solid;
            outline-width: 1px
        }

    #onetrust-pc-sdk .checkbox:after, #onetrust-pc-sdk .checkbox:before {
        -webkit-font-feature-settings: normal;
        font-feature-settings: normal;
        -webkit-font-kerning: auto;
        font-kerning: auto;
        -webkit-font-language-override: normal;
        font-language-override: normal;
        font-stretch: normal;
        font-style: normal;
        font-synthesis: weight style;
        font-variant: normal;
        font-weight: normal;
        text-rendering: auto
    }

#onetrust-pc-sdk .ot-toggle {
    background-color: #f8f8f8
}

    #onetrust-pc-sdk .ot-toggle .checkbox input:checked + label {
        background: #cddcf2
    }

        #onetrust-pc-sdk .ot-toggle .checkbox input:checked + label:after {
            background: #4285f4;
            left: 16px
        }

#onetrust-pc-sdk .ot-toggle-group, #onetrust-pc-sdk .ot-toggle {
    display: inline-block;
    vertical-align: middle
}

#onetrust-pc-sdk .ot-arrow-container {
    float: right
}

#onetrust-pc-sdk .ot-arrow {
    top: 2px;
    position: relative;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s
}

#onetrust-pc-sdk input:checked ~ .accordion-header .ot-arrow {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg)
}

#onetrust-pc-sdk button.ot-pill {
    font-size: .75em;
    text-align: center;
    background-color: #3860be;
    border-color: #3860be;
    font-weight: 600;
    box-shadow: 0 0 10px 1px #cce1ff;
    width: 170px;
    max-width: 180px;
    color: #fff;
    height: auto;
    white-space: normal;
    word-break: break-word;
    word-wrap: break-word;
    padding: 10px;
    line-height: 1.2;
    letter-spacing: .05em
}

    #onetrust-pc-sdk button.ot-pill:first-child {
        margin-top: 10px
    }

#onetrust-pc-sdk.ot-leg-opt-out .description-container {
    padding-top: 0px;
    margin-top: 20px;
    padding-right: 0px;
    border-radius: 3px;
    overflow: hidden;
    padding-bottom: 10px
}

#onetrust-pc-sdk.ot-leg-opt-out .ot-leg-border-color {
    border: 1px solid #e9e9e9
}

    #onetrust-pc-sdk.ot-leg-opt-out .ot-leg-border-color .cookie-subgroups-container {
        border-top: 1px solid #e9e9e9
    }

#onetrust-pc-sdk.ot-leg-opt-out .ot-category-desc {
    padding-bottom: 10px
}

#onetrust-pc-sdk.ot-leg-opt-out .group-toggle {
    padding-left: 10px;
    width: calc(100% - 20px);
    padding-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 8px
}

#onetrust-pc-sdk.ot-leg-opt-out .cookie-subgroups-container {
    padding-top: 10px;
    margin-top: 0px
}

#onetrust-pc-sdk.ot-leg-opt-out .description-container > *:not(.group-toggle) {
    padding-left: 10px;
    padding-right: 10px
}

#onetrust-pc-sdk.ot-leg-opt-out .leg-int-header {
    overflow: hidden;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    background-color: #f8f8f8;
    border: none;
    border-bottom: 1px solid #e9e9e9
}

    #onetrust-pc-sdk.ot-leg-opt-out .leg-int-header .leg-int-title {
        float: right;
        font-size: .813em
    }

    #onetrust-pc-sdk.ot-leg-opt-out .leg-int-header span:first-child {
        text-align: left;
        max-width: 80px
    }

    #onetrust-pc-sdk.ot-leg-opt-out .leg-int-header span:last-child {
        padding-right: 10px;
        max-width: 95px;
        text-align: center
    }

#onetrust-pc-sdk.ot-leg-opt-out .description-container .ot-toggle-group:first-of-type {
    padding-left: 36px;
    padding-right: 7px
}

#onetrust-pc-sdk.ot-leg-opt-out .ot-always-active-group .group-toggle .ot-toggle-group:first-of-type {
    padding-left: 0px
}

#onetrust-pc-sdk.ot-leg-opt-out .category-header, #onetrust-pc-sdk.ot-leg-opt-out .cookie-subgroup h4 {
    max-width: calc(100% - 115px)
}

#onetrust-pc-sdk.ot-leg-opt-out #vendor-list-content:not(.host-list-content) #select-all-container {
    width: 100%;
    display: inline-block;
    padding: 0
}

    #onetrust-pc-sdk.ot-leg-opt-out #vendor-list-content:not(.host-list-content) #select-all-container .ot-checkbox {
        float: right
    }

#onetrust-pc-sdk.ot-leg-opt-out .leg-int-sel-all-hdr {
    float: right;
    position: relative;
    height: 20px;
    right: 55px
}

#onetrust-pc-sdk.ot-leg-opt-out .consent-hdr, #onetrust-pc-sdk.ot-leg-opt-out .leg-int-hdr {
    float: right;
    font-size: .8em;
    position: relative
}

#onetrust-pc-sdk.ot-leg-opt-out .leg-int-hdr {
    margin-right: 30px
}

#onetrust-pc-sdk.ot-leg-opt-out .ot-vendor-consent-tgl {
    margin-left: 62px;
    margin-right: 38px
}

    #onetrust-pc-sdk.ot-leg-opt-out .ot-vendor-consent-tgl label, #onetrust-pc-sdk.ot-leg-opt-out .ot-leg-int-tgl label {
        width: 22px;
        padding: 0
    }

#onetrust-pc-sdk.ot-leg-opt-out .ot-leg-int-tgl-only {
    margin-right: 122px
}

#onetrust-pc-sdk.ot-leg-opt-out #select-all-vendors-leg-input-container {
    display: block;
    width: 21px;
    height: 21px;
    position: relative;
    float: left;
    right: 30px;
    clear: both
}

    #onetrust-pc-sdk.ot-leg-opt-out #select-all-vendors-leg-input-container input {
        position: absolute
    }

#onetrust-pc-sdk.ot-leg-opt-out #select-all-vendors-input-container {
    float: right;
    width: 21px;
    height: 21px;
    position: relative;
    right: 70px
}

#onetrust-pc-sdk.ot-leg-opt-out #vendors-list-container .vendor-info {
    float: left;
    width: 60%
}

#onetrust-pc-sdk.ot-leg-opt-out #vendors-list-container .ot-toggle-group {
    float: right;
    width: auto
}

#onetrust-pc-sdk.ot-leg-opt-out #vendors-list-container .ot-checkbox {
    position: relative
}

#onetrust-pc-sdk.ot-leg-btn #select-all-vendors-input-container {
    clear: both
}

#onetrust-pc-sdk #ot-triangle {
    border: 12px solid rgba(0,0,0,0);
    display: none;
    position: absolute;
    z-index: 2147483647;
    top: 140px;
    right: 40px;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background-color: #fff;
    -webkit-box-shadow: -3px -3px 5px -2px #c7c5c7;
    -moz-box-shadow: -3px -3px 5px -2px #c7c5c7;
    box-shadow: -3px -3px 5px -2px #c7c5c7
}

#onetrust-pc-sdk #ot-filter-modal {
    width: 300px;
    position: absolute;
    z-index: 2147483646;
    top: 146px;
    height: auto;
    display: none;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    -webkit-transition: 2s ease;
    transition: .2s ease;
    overflow-x: hidden;
    opacity: 1;
    right: 0
}

    #onetrust-pc-sdk #ot-filter-modal .ot-pill {
        width: 130px;
        float: right
    }

#onetrust-pc-sdk #ot-options {
    background-color: #fff;
    margin: 5px;
    border-radius: 3px;
    height: 350px;
    -webkit-box-shadow: 0px 0px 12px 2px #c7c5c7;
    -moz-box-shadow: 0px 0px 12px 2px #c7c5c7;
    box-shadow: 0px 0px 12px 2px #c7c5c7
}

#onetrust-pc-sdk .ot-group-options {
    overflow-y: auto;
    width: 100%;
    max-height: 65%
}

#onetrust-pc-sdk .ot-group-option {
    margin-bottom: 25px;
    margin-left: 15px;
    clear: both;
    display: inline-block
}

    #onetrust-pc-sdk .ot-group-option label {
        height: auto
    }

    #onetrust-pc-sdk .ot-group-option span {
        cursor: pointer;
        color: dimgray;
        font-size: .8em;
        line-height: 1.1;
        font-weight: normal
    }

#onetrust-pc-sdk #clear-filters-handler {
    float: right;
    max-width: 200px;
    margin-bottom: 30px;
    text-decoration: none
}

    #onetrust-pc-sdk #clear-filters-handler p {
        float: right;
        font-weight: bold;
        color: #3860be;
        font-size: .9em;
        margin: 0
    }

        #onetrust-pc-sdk #clear-filters-handler p:hover {
            color: #1883fd
        }

#onetrust-pc-sdk #clear-filters-container {
    float: right;
    padding-right: 15px;
    height: auto;
    margin-top: 20px
}

#onetrust-pc-sdk #filter-apply-handler {
    margin-right: 10px;
    float: right
}

#onetrust-pc-sdk .group-description + .ot-leg-btn-container {
    margin-top: 0
}

#onetrust-pc-sdk .ot-leg-btn-container {
    display: inline-block;
    width: 100%;
    margin-top: 10px
}

    #onetrust-pc-sdk .ot-leg-btn-container button {
        height: auto;
        padding: 6.5px 8px;
        margin-bottom: 0;
        line-height: normal;
        letter-spacing: 0
    }

    #onetrust-pc-sdk .ot-leg-btn-container svg {
        display: none;
        height: 14px;
        width: 14px;
        padding-right: 5px;
        vertical-align: sub
    }

#onetrust-pc-sdk .ot-active-leg-btn {
    cursor: default;
    pointer-events: none
}

    #onetrust-pc-sdk .ot-active-leg-btn svg {
        display: inline-block
    }

#onetrust-pc-sdk .ot-remove-objection-handler {
    border: none;
    text-decoration: underline;
    padding: 0;
    font-size: .82em;
    font-weight: 600;
    line-height: 1.4;
    padding-left: 10px
}

#onetrust-pc-sdk .ot-obj-leg-btn-handler span {
    font-weight: bold;
    text-align: center;
    font-size: .91em;
    line-height: 1.5
}

#onetrust-pc-sdk.otPcTab[dir=rtl] .ot-pc-footer-logo svg {
    direction: rtl
}

#onetrust-pc-sdk.otPcTab[dir=rtl] input ~ .accordion-header .ot-arrow, #onetrust-pc-sdk.otPcTab[dir=rtl] #ot-back-arrow {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

#onetrust-pc-sdk.otPcTab[dir=rtl] input:checked ~ .accordion-header .ot-arrow {
    transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg)
}

#onetrust-pc-sdk.otPcTab[dir=rtl] #search-container svg {
    right: 52px
}

#onetrust-pc-sdk.otPcTab[dir=rtl] .ot-checkbox label::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    border-left: 0;
    border-right: 3px solid
}

#onetrust-pc-sdk #close-pc-btn-handler.ot-close-icon {
    padding: 0;
    background-color: rgba(0,0,0,0);
    border: none
}

@media(max-width: 767px) {
    #onetrust-pc-sdk.otPcTab {
        width: 100%;
        height: 100%;
        border: none
    }

        #onetrust-pc-sdk.otPcTab .ot-sdk-container, #onetrust-pc-sdk.otPcTab .ot-button-group-parent, #onetrust-pc-sdk.otPcTab .ot-pc-footer-logo {
            width: 100%
        }

        #onetrust-pc-sdk.otPcTab .ot-sdk-container {
            padding: 0;
            margin: 0
        }

        #onetrust-pc-sdk.otPcTab #pc-title {
            margin-left: 10px;
            margin-top: 10px;
            max-width: 60%
        }

        #onetrust-pc-sdk.otPcTab .description-container {
            margin: 0;
            padding-top: 20px;
            padding-right: 20px;
            padding-bottom: 15px;
            padding-left: 20px;
            position: relative;
            left: auto
        }

        #onetrust-pc-sdk.otPcTab.ot-leg-opt-out .description-container {
            margin-top: 20px;
            margin-left: 20px;
            padding: 0;
            padding-bottom: 10px
        }

        #onetrust-pc-sdk.otPcTab .groups-container {
            max-height: none;
            height: auto;
            overflow: hidden
        }

        #onetrust-pc-sdk.otPcTab .ot-button-group-parent {
            padding-left: 0;
            padding-right: 0;
            position: relative
        }

        #onetrust-pc-sdk.otPcTab .ot-button-group, #onetrust-pc-sdk.otPcTab #accept-recommended-btn-handler {
            float: none
        }

        #onetrust-pc-sdk.otPcTab .save-preference-btn-handler, #onetrust-pc-sdk.otPcTab #accept-recommended-btn-handler, #onetrust-pc-sdk.otPcTab .ot-pc-refuse-all-handler {
            width: calc(100% - 33px)
        }
}

@media(max-width: 640px) {
    #onetrust-pc-sdk.otPcTab .pc-header {
        padding: 10px;
        width: calc(100% - 20px)
    }

    #onetrust-pc-sdk.otPcTab #ot-content {
        height: calc(100% - 275px)
    }

    #onetrust-pc-sdk.otPcTab .ot-button-group-parent {
        padding: 15px;
        margin: 0;
        width: calc(100% - 30px)
    }

    #onetrust-pc-sdk.otPcTab .ot-sdk-row .ot-sdk-columns {
        width: 100%
    }

    #onetrust-pc-sdk.otPcTab .description-container {
        margin: 0
    }

    #onetrust-pc-sdk.otPcTab.ot-leg-opt-out .description-container {
        margin-left: 10px;
        width: calc(100% - 15px);
        margin-top: 5px;
        margin-bottom: 5px
    }

    #onetrust-pc-sdk.otPcTab .vendor-info {
        max-width: 80%
    }

    #onetrust-pc-sdk.otPcTab #filter-container {
        bottom: 5px;
        position: relative;
        float: right;
        right: 15px
    }

    #onetrust-pc-sdk.otPcTab #vendor-list-content {
        height: calc(100% - 305px);
        width: calc(100% - 18px);
        padding-top: 13px;
        padding-right: 5px;
        padding-left: 10px
    }

    #onetrust-pc-sdk.otPcTab #ot-triangle {
        top: 190px
    }

    #onetrust-pc-sdk.otPcTab #ot-filter-modal {
        top: 196px
    }

    #onetrust-pc-sdk.otPcTab .ot-pc-footer-logo a {
        width: auto
    }
}

@media(max-width: 600px) {
    #onetrust-pc-sdk.otPcTab .vendor-content {
        overflow-y: scroll
    }

    #onetrust-pc-sdk.otPcTab #vendor-list-content {
        height: auto;
        overflow: hidden
    }

    #onetrust-pc-sdk.otPcTab #vendors-list-header {
        height: 70px;
        padding: 15px 0;
        width: 100%
    }

    #onetrust-pc-sdk.otPcTab #search-container {
        display: inline-block;
        width: 85%;
        position: absolute
    }

    #onetrust-pc-sdk.otPcTab .navigation-container {
        display: block;
        text-align: left;
        float: none;
        border-bottom: 1px solid #d7d7d7;
        padding-bottom: 15px;
        padding-left: 15px
    }

    #onetrust-pc-sdk.otPcTab .action-container {
        width: calc(100% - 15px);
        float: none;
        bottom: auto;
        display: inline-block;
        padding-top: 8px;
        padding-left: 15px
    }

    #onetrust-pc-sdk.otPcTab #vendor-search-handler {
        width: 90%
    }

    #onetrust-pc-sdk.otPcTab .ot-button-group-parent {
        display: inline-block;
        height: auto;
        margin-bottom: 10px
    }
}

@media(max-width: 425px) {
    #onetrust-pc-sdk.otPcTab #vendors-list .accordion-text {
        padding-top: 6px;
        padding-right: 25px;
        padding-bottom: 10px;
        padding-left: 25px
    }

    #onetrust-pc-sdk.otPcTab #vendors-list-container .ot-toggle-group, #onetrust-pc-sdk.otPcTab #hosts-list-container .ot-toggle-group {
        width: 100%
    }

    #onetrust-pc-sdk.otPcTab #vendors-list-container .host-notice, #onetrust-pc-sdk.otPcTab #vendors-list-container .vendor-notice, #onetrust-pc-sdk.otPcTab #hosts-list-container .host-notice, #onetrust-pc-sdk.otPcTab #hosts-list-container .vendor-notice {
        width: 100%;
        float: left;
        margin-left: 30px
    }

    #onetrust-pc-sdk.otPcTab #vendors-list-container .ot-arrow-container, #onetrust-pc-sdk.otPcTab #hosts-list-container .ot-arrow-container {
        float: left
    }

    #onetrust-pc-sdk.otPcTab #vendors-list-container .vendor-info {
        float: left;
        width: 100%;
        max-width: 85%
    }

    #onetrust-pc-sdk.otPcTab #pc-title {
        max-width: 100%
    }

    #onetrust-pc-sdk.otPcTab.ot-leg-opt-out .cookie-subgroups-container li.cookie-subgroup {
        margin-left: 10px;
        width: calc(100% - 10px)
    }

    #onetrust-pc-sdk.otPcTab.ot-leg-opt-out #vendors-list-container .ot-toggle-group {
        width: auto;
        float: right
    }

    #onetrust-pc-sdk.otPcTab.ot-leg-opt-out #vendors-list-container .ot-arrow-container {
        float: right
    }

    #onetrust-pc-sdk.otPcTab.ot-leg-opt-out #vendors-list-container .vendor-info {
        max-width: 47%
    }
}

@media only screen and (min-width: 320px)and (max-width: 896px)and (orientation: landscape) {
    #onetrust-pc-sdk.otPcTab {
        height: 100%
    }

        #onetrust-pc-sdk.otPcTab #ot-content {
            height: calc(100% - 162px)
        }

        #onetrust-pc-sdk.otPcTab .pc-header {
            padding: 10px;
            width: calc(100% - 20px)
        }

        #onetrust-pc-sdk.otPcTab .ot-button-group-parent {
            padding: 20px;
            width: calc(100% - 40px)
        }

        #onetrust-pc-sdk.otPcTab .vendor-content {
            overflow-y: scroll
        }

        #onetrust-pc-sdk.otPcTab #vendor-list-content {
            height: auto;
            overflow: hidden
        }

        #onetrust-pc-sdk.otPcTab .ot-button-group, #onetrust-pc-sdk.otPcTab #accept-recommended-btn-handler {
            float: right
        }

        #onetrust-pc-sdk.otPcTab .ot-pc-footer-logo, #onetrust-pc-sdk.otPcTab .save-preference-btn-handler, #onetrust-pc-sdk.otPcTab #accept-recommended-btn-handler {
            width: auto
        }
}

@media only screen and (min-width: 320px)and (max-width: 640px)and (orientation: landscape) {
    #onetrust-pc-sdk.otPcTab .ot-sdk-row .ot-sdk-columns {
        width: 100%
    }

    #onetrust-pc-sdk.otPcTab.ot-leg-opt-out .description-container {
        width: calc(100% - 15px)
    }
}

@media only screen and (min-width: 641px)and (max-width: 896px)and (orientation: landscape) {
    #onetrust-pc-sdk.otPcTab .description-container {
        position: absolute;
        left: 30%
    }
}

@media(max-width: 425px),(max-width: 896px)and (max-height: 425px)and (orientation: landscape) {
    #onetrust-pc-sdk.otPcTab .pc-header {
        padding-right: 20px
    }

    #onetrust-pc-sdk.otPcTab .pc-logo-container {
        margin-left: 0px;
        margin-top: 5px
    }

    #onetrust-pc-sdk.otPcTab .pc-logo {
        height: 40px;
        width: 150px
    }

    #onetrust-pc-sdk.otPcTab .pc-close-btn-container {
        margin-top: 10px
    }

        #onetrust-pc-sdk.otPcTab .pc-close-btn-container .ot-close-icon {
            width: 44px;
            height: 44px;
            background-size: 12px
        }

    #onetrust-pc-sdk.otPcTab .group-toggle {
        float: right;
        margin-left: 10px;
        width: auto
    }

    #onetrust-pc-sdk.otPcTab.ot-leg-opt-out .group-toggle {
        margin-left: 0px;
        padding-right: 10px
    }

    #onetrust-pc-sdk.otPcTab #pc-privacy-header, #onetrust-pc-sdk.otPcTab .group-toggle .category-header {
        display: none
    }
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: landscape)and (-webkit-min-device-pixel-ratio: 1) {
    #onetrust-pc-sdk.otPcTab #vendors-list-header input {
        min-width: 250px;
        max-width: 300px
    }
}

#onetrust-consent-sdk #onetrust-pc-sdk,
#onetrust-consent-sdk #search-container,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-switch.ot-toggle,
#onetrust-consent-sdk #onetrust-pc-sdk group-toggle .checkbox,
#onetrust-consent-sdk #onetrust-pc-sdk #pc-title:after {
    background-color: #FFFFFF;
}

    #onetrust-consent-sdk #onetrust-pc-sdk h3,
    #onetrust-consent-sdk #onetrust-pc-sdk h4,
    #onetrust-consent-sdk #onetrust-pc-sdk h5,
    #onetrust-consent-sdk #onetrust-pc-sdk h6,
    #onetrust-consent-sdk #onetrust-pc-sdk p,
    #onetrust-consent-sdk #onetrust-pc-sdk #vendors-list-container .vendor-options p,
    #onetrust-consent-sdk #onetrust-pc-sdk #pc-policy-text,
    #onetrust-consent-sdk #onetrust-pc-sdk #pc-title,
    #onetrust-consent-sdk #onetrust-pc-sdk .leg-int-title,
    #onetrust-consent-sdk #onetrust-pc-sdk .leg-int-sel-all-hdr span,
    #onetrust-consent-sdk #onetrust-pc-sdk #hosts-list-container .vendor-host,
    #onetrust-consent-sdk #onetrust-pc-sdk #ot-filter-modal #modal-header,
    #onetrust-consent-sdk #onetrust-pc-sdk .ot-checkbox label span,
    #onetrust-consent-sdk #onetrust-pc-sdk #vendors-list #select-all-container p,
    #onetrust-consent-sdk #onetrust-pc-sdk #vendors-list #vendors-list-title,
    #onetrust-consent-sdk #onetrust-pc-sdk #vendors-list .back-btn-handler p,
    #onetrust-consent-sdk #onetrust-pc-sdk #vendors-list .vendor-title,
    #onetrust-consent-sdk #onetrust-pc-sdk #vendors-list #vendors-list-container .consent-category,
    #onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-inactive-leg-btn,
    #onetrust-consent-sdk #onetrust-pc-sdk .ot-label-status,
    #onetrust-consent-sdk #onetrust-pc-sdk .ot-chkbox label span,
    #onetrust-consent-sdk #onetrust-pc-sdk #clear-filters-handler,
    #onetrust-consent-sdk #onetrust-pc-sdk .ot-optout-signal {
        color: #696969;
    }

        #onetrust-consent-sdk #onetrust-pc-sdk .privacy-notice-link,
        #onetrust-consent-sdk #onetrust-pc-sdk .ot-pgph-link,
        #onetrust-consent-sdk #onetrust-pc-sdk .category-vendors-list-handler,
        #onetrust-consent-sdk #onetrust-pc-sdk .category-vendors-list-handler + a,
        #onetrust-consent-sdk #onetrust-pc-sdk .category-host-list-handler,
        #onetrust-consent-sdk #onetrust-pc-sdk .vendor-privacy-notice,
        #onetrust-consent-sdk #onetrust-pc-sdk .vendor-legclaim-link,
        #onetrust-consent-sdk #onetrust-pc-sdk #hosts-list-container .host-title a,
        #onetrust-consent-sdk #onetrust-pc-sdk #hosts-list-container .accordion-header .host-view-cookies,
        #onetrust-consent-sdk #onetrust-pc-sdk #hosts-list-container .vendor-host a,
        #onetrust-consent-sdk #onetrust-pc-sdk #ot-content #pc-policy-text .ot-link-btn,
        #onetrust-consent-sdk #onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info a,
        #onetrust-consent-sdk #onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info a {
            color: #3860BE;
        }

            #onetrust-consent-sdk #onetrust-pc-sdk .category-vendors-list-handler:hover {
                text-decoration: underline;
            }

    #onetrust-consent-sdk #onetrust-pc-sdk #hosts-list-container .vendor-host,
    #onetrust-consent-sdk #onetrust-pc-sdk .accordion-text .vendor-options {
        background-color: #F8F8F8;
    }

    #onetrust-consent-sdk #onetrust-pc-sdk
    button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn),
    #onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-active-leg-btn {
        background-color: #4f2170;
        border-color: #4f2170;
        color: #FFFFFF;
    }

    #onetrust-consent-sdk #onetrust-pc-sdk .active-group {
        border-color: #4f2170;
    }

    #onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-remove-objection-handler {
        background-color: transparent;
        border: 1px solid transparent;
    }

    #onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-inactive-leg-btn {
        background-color: #FFFFFF;
        color: #4D4D4D;
        border-color: #4D4D4D;
    }

    #onetrust-consent-sdk #onetrust-pc-sdk .ot-tgl input:focus + .ot-switch, .ot-switch .ot-switch-nob, .ot-switch .ot-switch-nob:before,
    #onetrust-pc-sdk .ot-checkbox input[type="checkbox"]:focus + label::before,
    #onetrust-pc-sdk .ot-chkbox input[type="checkbox"]:focus + label::before {
        outline-color: #000000;
        outline-width: 1px;
        outline-offset: 1px;
    }

#onetrust-pc-sdk .ot-host-item > button:focus, #onetrust-pc-sdk .ot-ven-item > button:focus {
    border: 1px solid #000000;
}

#onetrust-consent-sdk #onetrust-pc-sdk *:focus,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-vlst-cntr > a:focus {
    outline: 1px solid #000000;
    outline-offset: 1px;
}

#onetrust-consent-sdk #onetrust-pc-sdk .category-menu-switch-handler {
    background-color: #F4F4F4
}

#onetrust-consent-sdk #onetrust-pc-sdk .active-group {
    background-color: #FFFFFF
}

#onetrust-consent-sdk #onetrust-pc-sdk .category-menu-switch-handler {
    background-color: #F4F4F4
}

#onetrust-consent-sdk #onetrust-pc-sdk .active-group {
    background-color: #FFFFFF
}

#onetrust-pc-sdk input[type="checkbox"]:focus + .accordion-header,
#onetrust-pc-sdk .category-item .ot-switch.ot-toggle input:focus + .ot-switch-label,
#onetrust-pc-sdk .checkbox input:focus + label::after {
    outline-color: #000000;
    outline-width: 1px;
}

#onetrust-pc-sdk .ot-vlst-cntr .ot-ext-lnk, #onetrust-pc-sdk .ot-ven-hdr .ot-ext-lnk {
    background-image: url('https://cdn.cookielaw.org/logos/static/ot_external_link.svg');
}

.ot-sdk-cookie-policy {
    font-family: inherit;
    font-size: 16px
}

    .ot-sdk-cookie-policy.otRelFont {
        font-size: 1rem
    }

    .ot-sdk-cookie-policy h3, .ot-sdk-cookie-policy h4, .ot-sdk-cookie-policy h6, .ot-sdk-cookie-policy p, .ot-sdk-cookie-policy li, .ot-sdk-cookie-policy a, .ot-sdk-cookie-policy th, .ot-sdk-cookie-policy #cookie-policy-description, .ot-sdk-cookie-policy .ot-sdk-cookie-policy-group, .ot-sdk-cookie-policy #cookie-policy-title {
        color: dimgray
    }

    .ot-sdk-cookie-policy #cookie-policy-description {
        margin-bottom: 1em
    }

    .ot-sdk-cookie-policy h4 {
        font-size: 1.2em
    }

    .ot-sdk-cookie-policy h6 {
        font-size: 1em;
        margin-top: 2em
    }

    .ot-sdk-cookie-policy th {
        min-width: 75px
    }

    .ot-sdk-cookie-policy a, .ot-sdk-cookie-policy a:hover {
        background: #fff
    }

    .ot-sdk-cookie-policy thead {
        background-color: #f6f6f4;
        font-weight: bold
    }

    .ot-sdk-cookie-policy .ot-mobile-border {
        display: none
    }

    .ot-sdk-cookie-policy section {
        margin-bottom: 2em
    }

    .ot-sdk-cookie-policy table {
        border-collapse: inherit
    }

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy {
    font-family: inherit;
    font-size: 1rem
}

    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h3, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h4, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h6, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy p, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy li, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy th, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-title {
        color: dimgray
    }

    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description {
        margin-bottom: 1em
    }

    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-subgroup {
        margin-left: 1.5em
    }

    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-table-header, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy span, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td {
        font-size: .9em
    }

        #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td span, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td a {
            font-size: inherit
        }

    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group {
        font-size: 1em;
        margin-bottom: .6em
    }

    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-title {
        margin-bottom: 1.2em
    }

    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy > section {
        margin-bottom: 1em
    }

    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy th {
        min-width: 75px
    }

    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a:hover {
        background: #fff
    }

    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy thead {
        background-color: #f6f6f4;
        font-weight: bold
    }

    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-mobile-border {
        display: none
    }

    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy section {
        margin-bottom: 2em
    }

    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-subgroup ul li {
        list-style: disc;
        margin-left: 1.5em
    }

        #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-subgroup ul li h4 {
            display: inline-block
        }

    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table {
        border-collapse: inherit;
        margin: auto;
        border: 1px solid #d7d7d7;
        border-radius: 5px;
        border-spacing: initial;
        width: 100%;
        overflow: hidden
    }

        #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table th, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table td {
            border-bottom: 1px solid #d7d7d7;
            border-right: 1px solid #d7d7d7
        }

        #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr:last-child td {
            border-bottom: 0px
        }

        #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr th:last-child, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr td:last-child {
            border-right: 0px
        }

        #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table .ot-host, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table .ot-cookies-type {
            width: 25%
        }

.ot-sdk-cookie-policy[dir=rtl] {
    text-align: left
}

#ot-sdk-cookie-policy h3 {
    font-size: 1.5em
}

@media only screen and (max-width: 530px) {
    .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) table, .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) thead, .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tbody, .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) th, .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td, .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tr {
        display: block
    }

        .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px
        }

    .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tr {
        margin: 0 0 1em 0
    }

        .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tr:nth-child(odd), .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tr:nth-child(odd) a {
            background: #f6f6f4
        }

    .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%
    }

        .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td:before {
            position: absolute;
            height: 100%;
            left: 6px;
            width: 40%;
            padding-right: 10px
        }

    .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) .ot-mobile-border {
        display: inline-block;
        background-color: #e4e4e4;
        position: absolute;
        height: 100%;
        top: 0;
        left: 45%;
        width: 2px
    }

    .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td:before {
        content: attr(data-label);
        font-weight: bold
    }

    .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) li {
        word-break: break-word;
        word-wrap: break-word
    }

    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table {
        overflow: hidden
    }

        #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table td {
            border: none;
            border-bottom: 1px solid #d7d7d7
        }

    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy thead, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy tbody, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy th, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy tr {
        display: block
    }

        #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table .ot-host, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table .ot-cookies-type {
            width: auto
        }

    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy tr {
        margin: 0 0 1em 0
    }

    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td:before {
        height: 100%;
        width: 40%;
        padding-right: 10px
    }

    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td:before {
        content: attr(data-label);
        font-weight: bold
    }

    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy li {
        word-break: break-word;
        word-wrap: break-word
    }

    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
        z-index: -9999
    }

    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr:last-child td {
        border-bottom: 1px solid #d7d7d7;
        border-right: 0px
    }

        #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr:last-child td:last-child {
            border-bottom: 0px
        }
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h5,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h6,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy li,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy p,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy span,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description {
    color: #ffffff;
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy th {
    color: #ffffff;
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group {
    color: #ffffff;
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-title {
    color: #ffffff;
}


#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table th {
    background-color: #F8F8F8;
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a:hover {
    background: #513c79;
}

.ot-floating-button__front {
    background-image: url('https://cdn.cookielaw.org/logos/static/ot_persistent_cookie_icon.png')
}

@keyframes slide-down-custom {
    0% {
        bottom: 882px !important;
    }

    100% {
        bottom: 0px;
    }
}

@-webkit-keyframes slide-down-custom {
    0% {
        bottom: 882px !important;
    }

    100% {
        bottom: 0px;
    }
}

@-moz-keyframes slide-down-custom {
    0% {
        bottom: 882px !important;
    }

    100% {
        bottom: 0px;
    }
}

</style >

/*# sourceMappingURL=style.css.map */
