@charset "UTF-8";
@-webkit-keyframes drop-show {
    0% {
        -webkit-transform: scaleY(.1);
        transform: scaleY(.1)
    }
    40% {
        -webkit-transform: scaleY(1.04);
        transform: scaleY(1.04)
    }
    60% {
        -webkit-transform: scaleY(.98);
        transform: scaleY(.98)
    }
    80% {
        -webkit-transform: scaleY(1.02);
        transform: scaleY(1.02)
    }
    to {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@keyframes drop-show {
    0% {
        -webkit-transform: scaleY(.1);
        transform: scaleY(.1)
    }
    40% {
        -webkit-transform: scaleY(1.04);
        transform: scaleY(1.04)
    }
    60% {
        -webkit-transform: scaleY(.98);
        transform: scaleY(.98)
    }
    80% {
        -webkit-transform: scaleY(1.02);
        transform: scaleY(1.02)
    }
    to {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@-webkit-keyframes drop-hide {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
    60% {
        -webkit-transform: scaleY(.98);
        transform: scaleY(.98)
    }
    80% {
        -webkit-transform: scaleY(1.02);
        transform: scaleY(1.02)
    }
    to {
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }
}

@keyframes drop-hide {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
    60% {
        -webkit-transform: scaleY(.98);
        transform: scaleY(.98)
    }
    80% {
        -webkit-transform: scaleY(1.02);
        transform: scaleY(1.02)
    }
    to {
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        visibility: visible;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        visibility: visible;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes fancybox-rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fancybox-rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes pulse {
    10% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes pulse {
    10% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@-webkit-keyframes animatedBackground {
    10% {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100.5 88.9'%3E%3Cpath d='M73.6.5c-5.4 0-10.4 1.7-14.7 5.1-4.2 3.2-7 7.4-8.6 10.4-1.6-3-4.4-7.1-8.6-10.4C37.3 2.2 32.4.5 27 .5 11.9.5.5 12.8.5 29.2c0 17.7 14.2 29.7 35.6 48 3.6 3.1 7.8 6.6 12.1 10.4.6.5 1.3.8 2 .8s1.5-.3 2-.8c4.3-3.8 8.4-7.3 12.1-10.4 21.5-18.3 35.6-30.4 35.6-48C100 12.8 88.7.5 73.6.5z' fill='%23f03968' stroke='%23f03968' stroke-miterlimit='10'/%3E%3C/svg%3E")
    }
    to {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100.5 88.9'%3E%3Cpath d='M73.6.5c-5.4 0-10.4 1.7-14.7 5.1-4.2 3.2-7 7.4-8.6 10.4-1.6-3-4.4-7.1-8.6-10.4C37.3 2.2 32.4.5 27 .5 11.9.5.5 12.8.5 29.2c0 17.7 14.2 29.7 35.6 48 3.6 3.1 7.8 6.6 12.1 10.4.6.5 1.3.8 2 .8s1.5-.3 2-.8c4.3-3.8 8.4-7.3 12.1-10.4 21.5-18.3 35.6-30.4 35.6-48C100 12.8 88.7.5 73.6.5z' fill='none' stroke='%23f03968' stroke-miterlimit='10'/%3E%3C/svg%3E")
    }
}

@keyframes animatedBackground {
    10% {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100.5 88.9'%3E%3Cpath d='M73.6.5c-5.4 0-10.4 1.7-14.7 5.1-4.2 3.2-7 7.4-8.6 10.4-1.6-3-4.4-7.1-8.6-10.4C37.3 2.2 32.4.5 27 .5 11.9.5.5 12.8.5 29.2c0 17.7 14.2 29.7 35.6 48 3.6 3.1 7.8 6.6 12.1 10.4.6.5 1.3.8 2 .8s1.5-.3 2-.8c4.3-3.8 8.4-7.3 12.1-10.4 21.5-18.3 35.6-30.4 35.6-48C100 12.8 88.7.5 73.6.5z' fill='%23f03968' stroke='%23f03968' stroke-miterlimit='10'/%3E%3C/svg%3E")
    }
    to {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100.5 88.9'%3E%3Cpath d='M73.6.5c-5.4 0-10.4 1.7-14.7 5.1-4.2 3.2-7 7.4-8.6 10.4-1.6-3-4.4-7.1-8.6-10.4C37.3 2.2 32.4.5 27 .5 11.9.5.5 12.8.5 29.2c0 17.7 14.2 29.7 35.6 48 3.6 3.1 7.8 6.6 12.1 10.4.6.5 1.3.8 2 .8s1.5-.3 2-.8c4.3-3.8 8.4-7.3 12.1-10.4 21.5-18.3 35.6-30.4 35.6-48C100 12.8 88.7.5 73.6.5z' fill='none' stroke='%23f03968' stroke-miterlimit='10'/%3E%3C/svg%3E")
    }
}

@-webkit-keyframes animatedArrow {
    10% {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 191.989 362.667'%3E%3Cpath d='M188.87 259.136c-4.16-4.16-10.923-4.16-15.083 0l-67.115 67.115V10.667C106.672 4.779 101.893 0 96.005 0S85.34 4.779 85.34 10.667v315.587l-67.136-67.118c-4.16-4.16-10.923-4.16-15.083 0s-4.16 10.923 0 15.083l85.333 85.333a10.775 10.775 0 002.373 1.768c.039.022.075.046.114.067.215.116.436.217.657.317.103.047.204.1.31.143.181.075.366.137.551.202.149.053.295.11.446.156.167.05.336.087.504.13.17.042.34.09.513.125.186.037.374.059.561.085.157.023.312.053.471.068.35.035.701.054 1.052.054s.703-.019 1.052-.053c.16-.016.316-.046.475-.07.186-.026.372-.048.557-.084.179-.036.352-.085.528-.13.162-.04.325-.075.485-.124.167-.05.328-.113.49-.172.167-.059.335-.114.499-.182.142-.06.278-.129.417-.194.179-.083.358-.163.532-.256.12-.065.234-.139.352-.208.182-.107.366-.211.544-.33.116-.078.225-.167.339-.25.166-.12.334-.237.494-.37.201-.165.39-.343.579-.522.061-.059.128-.11.188-.17l85.333-85.333c4.16-4.16 4.16-10.923 0-15.083z'/%3E%3C/svg%3E");
        border-color: #fff
    }
    to {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238585cd' viewBox='0 0 191.989 362.667'%3E%3Cpath d='M188.87 259.136c-4.16-4.16-10.923-4.16-15.083 0l-67.115 67.115V10.667C106.672 4.779 101.893 0 96.005 0S85.34 4.779 85.34 10.667v315.587l-67.136-67.118c-4.16-4.16-10.923-4.16-15.083 0s-4.16 10.923 0 15.083l85.333 85.333a10.775 10.775 0 002.373 1.768c.039.022.075.046.114.067.215.116.436.217.657.317.103.047.204.1.31.143.181.075.366.137.551.202.149.053.295.11.446.156.167.05.336.087.504.13.17.042.34.09.513.125.186.037.374.059.561.085.157.023.312.053.471.068.35.035.701.054 1.052.054s.703-.019 1.052-.053c.16-.016.316-.046.475-.07.186-.026.372-.048.557-.084.179-.036.352-.085.528-.13.162-.04.325-.075.485-.124.167-.05.328-.113.49-.172.167-.059.335-.114.499-.182.142-.06.278-.129.417-.194.179-.083.358-.163.532-.256.12-.065.234-.139.352-.208.182-.107.366-.211.544-.33.116-.078.225-.167.339-.25.166-.12.334-.237.494-.37.201-.165.39-.343.579-.522.061-.059.128-.11.188-.17l85.333-85.333c4.16-4.16 4.16-10.923 0-15.083z'/%3E%3C/svg%3E");
        border-color: #8585cd
    }
}

@keyframes animatedArrow {
    10% {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 191.989 362.667'%3E%3Cpath d='M188.87 259.136c-4.16-4.16-10.923-4.16-15.083 0l-67.115 67.115V10.667C106.672 4.779 101.893 0 96.005 0S85.34 4.779 85.34 10.667v315.587l-67.136-67.118c-4.16-4.16-10.923-4.16-15.083 0s-4.16 10.923 0 15.083l85.333 85.333a10.775 10.775 0 002.373 1.768c.039.022.075.046.114.067.215.116.436.217.657.317.103.047.204.1.31.143.181.075.366.137.551.202.149.053.295.11.446.156.167.05.336.087.504.13.17.042.34.09.513.125.186.037.374.059.561.085.157.023.312.053.471.068.35.035.701.054 1.052.054s.703-.019 1.052-.053c.16-.016.316-.046.475-.07.186-.026.372-.048.557-.084.179-.036.352-.085.528-.13.162-.04.325-.075.485-.124.167-.05.328-.113.49-.172.167-.059.335-.114.499-.182.142-.06.278-.129.417-.194.179-.083.358-.163.532-.256.12-.065.234-.139.352-.208.182-.107.366-.211.544-.33.116-.078.225-.167.339-.25.166-.12.334-.237.494-.37.201-.165.39-.343.579-.522.061-.059.128-.11.188-.17l85.333-85.333c4.16-4.16 4.16-10.923 0-15.083z'/%3E%3C/svg%3E");
        border-color: #fff
    }
    to {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238585cd' viewBox='0 0 191.989 362.667'%3E%3Cpath d='M188.87 259.136c-4.16-4.16-10.923-4.16-15.083 0l-67.115 67.115V10.667C106.672 4.779 101.893 0 96.005 0S85.34 4.779 85.34 10.667v315.587l-67.136-67.118c-4.16-4.16-10.923-4.16-15.083 0s-4.16 10.923 0 15.083l85.333 85.333a10.775 10.775 0 002.373 1.768c.039.022.075.046.114.067.215.116.436.217.657.317.103.047.204.1.31.143.181.075.366.137.551.202.149.053.295.11.446.156.167.05.336.087.504.13.17.042.34.09.513.125.186.037.374.059.561.085.157.023.312.053.471.068.35.035.701.054 1.052.054s.703-.019 1.052-.053c.16-.016.316-.046.475-.07.186-.026.372-.048.557-.084.179-.036.352-.085.528-.13.162-.04.325-.075.485-.124.167-.05.328-.113.49-.172.167-.059.335-.114.499-.182.142-.06.278-.129.417-.194.179-.083.358-.163.532-.256.12-.065.234-.139.352-.208.182-.107.366-.211.544-.33.116-.078.225-.167.339-.25.166-.12.334-.237.494-.37.201-.165.39-.343.579-.522.061-.059.128-.11.188-.17l85.333-85.333c4.16-4.16 4.16-10.923 0-15.083z'/%3E%3C/svg%3E");
        border-color: #8585cd
    }
}

@-webkit-keyframes animateCircle {
    40% {
        opacity: 1;
        -webkit-transform: scale(10);
        transform: scale(10);
        fill: #dd4688
    }
    55% {
        opacity: 1;
        -webkit-transform: scale(11);
        transform: scale(11);
        fill: #d46abf
    }
    65% {
        opacity: 1;
        -webkit-transform: scale(12);
        transform: scale(12);
        fill: #cc8ef5
    }
    75% {
        opacity: 1;
        -webkit-transform: scale(13);
        transform: scale(13);
        stroke-width: .5;
        stroke: #cc8ef5;
        fill: transparent
    }
    85% {
        opacity: 1;
        -webkit-transform: scale(17);
        transform: scale(17);
        stroke-width: .2;
        stroke: #cc8ef5;
        fill: transparent
    }
    95% {
        opacity: 1;
        -webkit-transform: scale(18);
        transform: scale(18);
        stroke-width: .1;
        stroke: #cc8ef5;
        fill: transparent
    }
    to {
        opacity: 1;
        -webkit-transform: scale(19);
        transform: scale(19);
        stroke-width: 0;
        stroke: #cc8ef5;
        fill: transparent
    }
}

@keyframes animateCircle {
    40% {
        opacity: 1;
        -webkit-transform: scale(10);
        transform: scale(10);
        fill: #dd4688
    }
    55% {
        opacity: 1;
        -webkit-transform: scale(11);
        transform: scale(11);
        fill: #d46abf
    }
    65% {
        opacity: 1;
        -webkit-transform: scale(12);
        transform: scale(12);
        fill: #cc8ef5
    }
    75% {
        opacity: 1;
        -webkit-transform: scale(13);
        transform: scale(13);
        stroke-width: .5;
        stroke: #cc8ef5;
        fill: transparent
    }
    85% {
        opacity: 1;
        -webkit-transform: scale(17);
        transform: scale(17);
        stroke-width: .2;
        stroke: #cc8ef5;
        fill: transparent
    }
    95% {
        opacity: 1;
        -webkit-transform: scale(18);
        transform: scale(18);
        stroke-width: .1;
        stroke: #cc8ef5;
        fill: transparent
    }
    to {
        opacity: 1;
        -webkit-transform: scale(19);
        transform: scale(19);
        stroke-width: 0;
        stroke: #cc8ef5;
        fill: transparent
    }
}

@-webkit-keyframes animateHeart {
    0% {
        -webkit-transform: scale(.2);
        transform: scale(.2)
    }
    40% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes animateHeart {
    0% {
        -webkit-transform: scale(.2);
        transform: scale(.2)
    }
    40% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes animateHeartOut {
    0% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes animateHeartOut {
    0% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

sub,
sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

blockquote,
figure {
    margin: 0
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -moz-box-sizing: content-box
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

fieldset {
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    background: 0 0;
    border: 0;
    font-size: 100%;
    outline: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-appearance: textfield
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

legend {
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

legend,
td,
th {
    padding: 0
}

.c-sites-box-S-1 .FjCSV .WK4g7coesv67 {
    font-size: 0
}

.c-about-S-1 .K37-fHlCt5mU,
.c-app-info-S-1 .uBqVQ,
.c-logo-slider-S-1 .Q3calFAknk,
.c-menu-S-1 .sXEp-r4,
.c-quiz-S-1 .RUxX0zjiM6,
.c-websites-S-1 .SIcZ5vyf08 .PlZq3 {
    display: inline-block;
    font-size: 0
}

.c-hookup-slider-S-1 .hijVkMS .inArpdMc5pDJ {
    font-size: 0
}

.VVIMi25Xblce img,
.c-about-S-1 .K37-fHlCt5mU img,
.c-menu-S-1 .sXEp-r4 img,
.c-sites-box-S-1 .FjCSV .WK4g7coesv67 img,
.c-websites-S-1 .SIcZ5vyf08 .PlZq3 img {
    display: inline-block;
    height: auto;
    max-width: 100%
}

.c-quiz-S-1 .RUxX0zjiM6 img {
    height: auto;
    max-width: 100%
}

.c-app-info-S-1 .uBqVQ img,
.c-hookup-slider-S-1 .hijVkMS .inArpdMc5pDJ img {
    display: inline-block;
    height: auto;
    max-width: 100%
}

.Q8IfIK1lz {
    background-color: transparent
}

.BfX390RGmN .slick-arrow,
.xJA5j_gF .slick-arrow {
    padding: 0;
    background-color: transparent
}

.DlBep6B4ehX,
.c-contents-S-1 .V_wyWE,
.c-form-S-1 .e7Mwbh4p,
.c-menu-S-1 .TQeWjn_,
.c-vote-S-1 .OZgBOKkNz {
    padding: 0;
    background-color: transparent;
    border: 0
}

.c-pagination-S-1 .fHOHZdgEiUzX,
.c-pagination-S-1 .kNFjFehJiFaP {
    padding: 0;
    background-color: transparent
}

.c-filter-S-1 .hww1JA8n2,
.c-filter-S-1 .TGTIJkLTi3 {
    background-color: transparent;
    border: 0
}

.c-filter-S-1 .h5BBFCqT,
.c-filter-S-1 .TemudtCu_f {
    padding: 0;
    background-color: transparent;
    border: 0
}

.c-filter_lifestyle-S-1 .zIhn,
.c-filter_lifestyle-S-1 .F3wXr9nVslR3 {
    background-color: transparent;
    border: 0
}

.c-filter_lifestyle-S-1 .GJHlZoM-9k7 {
    padding: 0;
    background-color: transparent;
    border: 0
}

.c-sugar-profiles-S-1 .QrCt05uZg {
    padding: 0;
    border: 0
}

.c-share-S-1 .QxEZS0,
.c-top-sites-S-1 .fG-Ig {
    background-color: transparent;
    border: 0
}

.c-menu-S-1 .qfa7GEa2odzF,
.c-menu-S-1 .OPysZuc {
    margin: 0;
    padding: 0;
    list-style: none
}

.F7UjtGgiB,
.c-features-S-1 .t7nGMkukVpsT,
.c-footer-S-1 .A9QqEJgzDY7 {
    padding: 0;
    list-style: none
}

.c-footer-S-1 .kyv9_y {
    margin: 0;
    padding: 0;
    list-style: none
}

.UKBh7R,
.jq-selectbox__dropdown ul {
    padding: 0;
    list-style: none
}

.c-filter-S-1 .BB1ve2 {
    list-style: none
}

.c-filter_lifestyle-S-1 .MD5501VqdZ {
    margin: 0;
    padding: 0;
    list-style: none
}

.c-model-S-1 .VaXVC {
    margin: 0;
    list-style: none
}

.c-state-S-1 .JsRiKwPyb0 {
    margin: 0;
    padding: 0;
    list-style: none
}

.c-state-S-1 .GPRW31wGy82t {
    padding: 0;
    list-style: none
}

.c-top-posts-S-1 .qSTLEH3Q {
    margin: 0;
    padding: 0;
    list-style: none
}

.c-tb-apps-S-1 .wRAd3CBY {
    padding: 0;
    list-style: none
}

.c-categories-S-1 .gvbls8Tp,
.c-share-S-1 .cWltLlBZT {
    margin: 0;
    padding: 0;
    list-style: none
}

.c-button-up:before,
.c-contents-S-1 .V_wyWE:before,
.c-websites-S-1 .SIcZ5vyf08 .ZCnRtb,
.c-websites-S-1 .SIcZ5vyf08 .e6vdZeVlGx:after {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url(/static/fonts/mem5YaGs126MiZpBA-UN_r8OVuhpOqc.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url(/static/fonts/mem5YaGs126MiZpBA-UN_r8OUehpOqc.woff2) format("woff2");
    unicode-range: U+0370-03FF;
    font-display: swap
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url(/static/fonts/mem5YaGs126MiZpBA-UN_r8OUuhp.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url(/static/fonts/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url(/static/fonts/mem8YaGs126MiZpBA-UFVp0bbck.woff2) format("woff2");
    unicode-range: U+0370-03FF;
    font-display: swap
}

/* @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url(/static/fonts/mem8YaGs126MiZpBA-UFVZ0b.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap
} */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url(/static/fonts/mem5YaGs126MiZpBA-UNirkOVuhpOqc.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url(/static/fonts/mem5YaGs126MiZpBA-UNirkOUehpOqc.woff2) format("woff2");
    unicode-range: U+0370-03FF;
    font-display: swap
}

/* @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url(/static/fonts/mem5YaGs126MiZpBA-UNirkOUuhp.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap
} */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url(/static/fonts/mem5YaGs126MiZpBA-UN7rgOVuhpOqc.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url(/static/fonts/mem5YaGs126MiZpBA-UN7rgOUehpOqc.woff2) format("woff2");
    unicode-range: U+0370-03FF;
    font-display: swap
}

/* @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url(/static/fonts/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap
} */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url(/static/fonts/mem5YaGs126MiZpBA-UN8rsOVuhpOqc.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url(/static/fonts/mem5YaGs126MiZpBA-UN8rsOUehpOqc.woff2) format("woff2");
    unicode-range: U+0370-03FF;
    font-display: swap
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url(/static/fonts/mem5YaGs126MiZpBA-UN8rsOUuhp.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a,
button,
input[type=button],
input[type=checkbox],
input[type=email],
input[type=password],
input[type=radio],
input[type=submit],
input[type=text],
textarea {
    -webkit-tap-highlight-color: transparent
}

body,
html {
    height: 100%;
    min-width: 320px
}

.FPc5ekvx,
.FPc5ekvx body {
    height: auto;
    min-height: 100%
}

[role=button],
[type=button],
label {
    cursor: pointer
}

ul {
    list-style: disc
}

html {
    font-size: 16px
}

@media only screen and (max-width:767px) {
    html {
        font-size: 16px
    }
}

body {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    color: #545454
}

@media only screen and (max-width:1023px) {
    * {
        outline: 0
    }
}

.WIP7d {
    margin: 0;
    padding: 0;
    list-style: none
}

.BqreJukZ6yyv {
    float: left !important;
    height: auto
}

.esFv {
    float: right !important;
    height: auto
}

.eYUZWC46:after,
.Mc491ZIfvO:after {
    content: "";
    display: table;
    width: 100%;
    clear: both
}

.Mieq0x {
    display: inline !important
}

.qULVOmQB8bd {
    text-align: left !important
}

.giLR {
    text-align: right !important
}

.pYhrB4lL {
    text-align: center !important
}

.ZB3Udw {
    text-align: justify !important
}

.YgEKdn9tYk_ {
    text-transform: uppercase
}

@media only screen and (max-width:767px) {
    .vQTK05v_X_ {
        text-align: center
    }
}

.eYUZWC46 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -20px;
    margin-right: -8px;
    margin-left: -8px
}

.eYUZWC46>* {
    float: left;
    height: auto;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-top: 20px;
    padding-right: 8px;
    padding-left: 8px
}

@media only screen and (min-width:1366px) {
    .eYUZWC46 {
        margin-top: -30px;
        margin-right: -15px;
        margin-left: -15px
    }
    .eYUZWC46>* {
        margin-top: 30px;
        padding-right: 15px;
        padding-left: 15px
    }
}

.Zyc5H1Pj {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.NkGWIyHi {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.SycEnCh {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.SJPO2SIpxj {
    width: 8.333%;
    max-width: 8.333%;
    min-width: 8.333%
}

.W1-Vn {
    width: 16.667%;
    max-width: 16.667%;
    min-width: 16.667%
}

.AO_xl {
    width: 25%;
    max-width: 25%;
    min-width: 25%
}

.UVCQsf_j0h {
    width: 33.333%;
    max-width: 33.333%;
    min-width: 33.333%
}

.KVa0dm {
    width: 41.667%;
    max-width: 41.667%;
    min-width: 41.667%
}

.wTqfbv {
    width: 50%;
    max-width: 50%;
    min-width: 50%
}

.ai7yTV {
    width: 58.333%;
    max-width: 58.333%;
    min-width: 58.333%
}

.IkMI {
    width: 66.667%;
    max-width: 66.667%;
    min-width: 66.667%
}

.Zq_WNA9 {
    width: 75%;
    max-width: 75%;
    min-width: 75%
}

.VFn7eEk {
    width: 83.333%;
    max-width: 83.333%;
    min-width: 83.333%
}

.ssfKoXz {
    width: 91.667%;
    max-width: 91.667%;
    min-width: 91.667%
}

.mfDJU8Nd {
    width: 100%;
    max-width: 100%;
    min-width: 100%
}

@media only screen and (min-width:568px) {
    .SKFF1ji1L {
        width: 8.333%;
        max-width: 8.333%;
        min-width: 8.333%
    }
    .CjWPdS {
        width: 16.667%;
        max-width: 16.667%;
        min-width: 16.667%
    }
    .k3Ah9ZW {
        width: 25%;
        max-width: 25%;
        min-width: 25%
    }
    .X5kSXOt2 {
        width: 33.333%;
        max-width: 33.333%;
        min-width: 33.333%
    }
    .Zz5NMg {
        width: 41.667%;
        max-width: 41.667%;
        min-width: 41.667%
    }
    .NqLHedBsN {
        width: 50%;
        max-width: 50%;
        min-width: 50%
    }
    .R_ocX1 {
        width: 58.333%;
        max-width: 58.333%;
        min-width: 58.333%
    }
    .jYu9leM {
        width: 66.667%;
        max-width: 66.667%;
        min-width: 66.667%
    }
    .l90pQg14 {
        width: 75%;
        max-width: 75%;
        min-width: 75%
    }
    .PaTjit {
        width: 83.333%;
        max-width: 83.333%;
        min-width: 83.333%
    }
    .otdvQOM {
        width: 91.667%;
        max-width: 91.667%;
        min-width: 91.667%
    }
    .i3nJLtnxs {
        width: 100%;
        max-width: 100%;
        min-width: 100%
    }
}

@media only screen and (min-width:667px) {
    .WeLavqC9d {
        width: 8.333%;
        max-width: 8.333%;
        min-width: 8.333%
    }
    .I1wXXs {
        width: 16.667%;
        max-width: 16.667%;
        min-width: 16.667%
    }
    .SuRkwrg6w {
        width: 25%;
        max-width: 25%;
        min-width: 25%
    }
    .NUSas {
        width: 33.333%;
        max-width: 33.333%;
        min-width: 33.333%
    }
    .RVfVvI {
        width: 41.667%;
        max-width: 41.667%;
        min-width: 41.667%
    }
    .Kcd1XkjZJ {
        width: 50%;
        max-width: 50%;
        min-width: 50%
    }
    .v8vnXnd0QD {
        width: 58.333%;
        max-width: 58.333%;
        min-width: 58.333%
    }
    .NRvbOUnTSDk {
        width: 66.667%;
        max-width: 66.667%;
        min-width: 66.667%
    }
    .Ar1yJyXmVvG {
        width: 75%;
        max-width: 75%;
        min-width: 75%
    }
    .VXZc5V-d {
        width: 83.333%;
        max-width: 83.333%;
        min-width: 83.333%
    }
    .oFLNOT82mVEN {
        width: 91.667%;
        max-width: 91.667%;
        min-width: 91.667%
    }
    .FqCDEMxqR7Lu {
        width: 100%;
        max-width: 100%;
        min-width: 100%
    }
}

@media only screen and (min-width:768px) {
    .MGG1A {
        width: 8.333%;
        max-width: 8.333%;
        min-width: 8.333%
    }
    .lyag {
        width: 16.667%;
        max-width: 16.667%;
        min-width: 16.667%
    }
    .zZps0 {
        width: 25%;
        max-width: 25%;
        min-width: 25%
    }
    .e69tVFz {
        width: 33.333%;
        max-width: 33.333%;
        min-width: 33.333%
    }
    .sYRzsYw {
        width: 41.667%;
        max-width: 41.667%;
        min-width: 41.667%
    }
    .lkowHe9sh3S {
        width: 50%;
        max-width: 50%;
        min-width: 50%
    }
    .CJIWC {
        width: 58.333%;
        max-width: 58.333%;
        min-width: 58.333%
    }
    .oOhJG2In {
        width: 66.667%;
        max-width: 66.667%;
        min-width: 66.667%
    }
    .wLn1aatI0 {
        width: 75%;
        max-width: 75%;
        min-width: 75%
    }
    .YKACtf9W1 {
        width: 83.333%;
        max-width: 83.333%;
        min-width: 83.333%
    }
    .fk9_DU0_FmxI {
        width: 91.667%;
        max-width: 91.667%;
        min-width: 91.667%
    }
    .d7RccigFUnI {
        width: 100%;
        max-width: 100%;
        min-width: 100%
    }
}

@media only screen and (min-width:1024px) {
    .WYpt7o5pryV {
        width: 8.333%;
        max-width: 8.333%;
        min-width: 8.333%
    }
    .ufJoVh4L {
        width: 16.667%;
        max-width: 16.667%;
        min-width: 16.667%
    }
    .XaVhD50Yd {
        width: 25%;
        max-width: 25%;
        min-width: 25%
    }
    .L9Ciq {
        width: 33.333%;
        max-width: 33.333%;
        min-width: 33.333%
    }
    .L8W_UzNTNqUo {
        width: 41.667%;
        max-width: 41.667%;
        min-width: 41.667%
    }
    .yqvEzUkK05 {
        width: 50%;
        max-width: 50%;
        min-width: 50%
    }
    .k7N5_f6hczr {
        width: 58.333%;
        max-width: 58.333%;
        min-width: 58.333%
    }
    .KYRgMTT {
        width: 66.667%;
        max-width: 66.667%;
        min-width: 66.667%
    }
    .fW-kTtR {
        width: 75%;
        max-width: 75%;
        min-width: 75%
    }
    .nTJ49 {
        width: 83.333%;
        max-width: 83.333%;
        min-width: 83.333%
    }
    .IJvQbsGOqc3 {
        width: 91.667%;
        max-width: 91.667%;
        min-width: 91.667%
    }
    .NO92J30dGCH {
        width: 100%;
        max-width: 100%;
        min-width: 100%
    }
}

@media only screen and (min-width:1366px) {
    .Gkx2x8n {
        width: 8.333%;
        max-width: 8.333%;
        min-width: 8.333%
    }
    .ZndjcaePQ {
        width: 16.667%;
        max-width: 16.667%;
        min-width: 16.667%
    }
    .tBbiOE_ {
        width: 25%;
        max-width: 25%;
        min-width: 25%
    }
    .czvlI2-DpBV {
        width: 33.333%;
        max-width: 33.333%;
        min-width: 33.333%
    }
    .Psz45N7Gnm {
        width: 41.667%;
        max-width: 41.667%;
        min-width: 41.667%
    }
    .iFzy {
        width: 50%;
        max-width: 50%;
        min-width: 50%
    }
    .EUqa75sZI {
        width: 58.333%;
        max-width: 58.333%;
        min-width: 58.333%
    }
    .B7dIUVDWL {
        width: 66.667%;
        max-width: 66.667%;
        min-width: 66.667%
    }
    .kGJRYYNOm {
        width: 75%;
        max-width: 75%;
        min-width: 75%
    }
    .sSIdUVq3XAE {
        width: 83.333%;
        max-width: 83.333%;
        min-width: 83.333%
    }
    .TUeq1TwCv {
        width: 91.667%;
        max-width: 91.667%;
        min-width: 91.667%
    }
    .c5eq2KcdM9 {
        width: 100%;
        max-width: 100%;
        min-width: 100%
    }
}

.v3NVfEf,
.o9PvTlYPst,
.Moc4w,
.jQNmIU3Q7,
.NoidsXY8KJY,
.is-hide,
.is-hide-disclosure {
    display: none !important
}

.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000
}

@media only screen and (max-width:567px) {
    .NoidsXY8KJY {
        display: block !important
    }
    .nz9_kkJ {
        display: none !important
    }
}

@media only screen and (min-width:568px) and (max-width:666px) {
    .jQNmIU3Q7 {
        display: block !important
    }
    .nR6ltbU_Ye {
        display: none !important
    }
}

@media only screen and (min-width:667px) and (max-width:767px) {
    .Moc4w {
        display: block !important
    }
    .zuT3DQ4 {
        display: none !important
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .o9PvTlYPst {
        display: block !important
    }
    .zPtFE14QmDBc {
        display: none !important
    }
}

@media only screen and (min-width:1024px) {
    .v3NVfEf {
        display: block !important
    }
    .zU_Q0t {
        display: none !important
    }
}

@media only screen and (max-width:767px) {
    .YFM8Obg {
        display: none !important
    }
}

@media only screen and (max-width:1023px) {
    .lXPBe1p6r8 {
        display: none !important
    }
    .IuFWn {
        display: block !important
    }
}

@media only screen and (max-width:1365px) {
    .LncLXXxUNN,
    .IuFWn {
        display: none !important
    }
    .PPHWhVFNa {
        display: block !important
    }
}

@media only screen and (min-width:1366px) {
    .PPHWhVFNa {
        display: none !important
    }
}

.C1bN0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 100%;
    overflow: hidden
}

.ixQCXgOhg {
    padding: 45px 0 15px
}

@media only screen and (min-width:1366px) {
    .ixQCXgOhg {
        padding: 0 0 15px
    }
}

.uPMupWL8 {
    margin-top: 25px
}

.u4uC2 {
    padding: 45px 0 15px
}

@media only screen and (min-width:1024px) {
    .u4uC2 {
        padding: 70px 0 15px
    }
}

.M10D {
    max-width: 1442px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 16px
}

.LPb_XTYhG8 {
    margin: 0 !important
}

.WRgdPMFvry {
    margin-top: 20px
}

.VrsAe-bAqrd7 {
    margin-top: 44px
}

.r-gg4m4V7Sph {
    margin-top: 25px
}

@media only screen and (min-width:1024px) {
    .r-gg4m4V7Sph {
        margin-top: 30px
    }
}

.mKpu1 {
    margin-top: 42px
}

.Tjqd {
    margin: 0 !important
}

@media only screen and (min-width:1024px) {
    .Tjqd {
        margin-top: 70px !important
    }
}

.a4FsmP3VsfAQ {
    margin-top: 45px
}

@media only screen and (min-width:1024px) {
    .a4FsmP3VsfAQ {
        margin-top: 60px
    }
}

.M3yi {
    margin-top: 23px
}

@media only screen and (min-width:667px) {
    .M3yi {
        margin-top: 28px
    }
}

@media only screen and (min-width:1024px) {
    .M3yi {
        margin-top: 38px
    }
}

.UqRSbZHVOJz {
    margin-top: 10px
}

@media only screen and (min-width:1024px) {
    .UqRSbZHVOJz {
        margin-top: 40px
    }
}

.YDG7a5jl27 {
    margin-top: 50px
}

@media only screen and (min-width:1366px) {
    .YDG7a5jl27 {
        margin-top: 85px
    }
}

.KcLgEiF7 {
    margin-top: 25px
}

@media only screen and (min-width:667px) {
    .KcLgEiF7 {
        margin-top: 35px
    }
}

@media only screen and (min-width:1024px) {
    .KcLgEiF7 {
        margin-top: 75px
    }
}

.sHFwQJ4gPa5k {
    margin-bottom: 10px
}

@media only screen and (min-width:1024px) {
    .sHFwQJ4gPa5k {
        margin-bottom: 25px
    }
}

.WLd4Mx22S,
.AAP4YOKS {
    margin-bottom: 20px
}

@media only screen and (min-width:667px) {
    .WLd4Mx22S {
        margin-bottom: 25px
    }
}

@media only screen and (min-width:1024px) {
    .WLd4Mx22S {
        margin-bottom: 30px
    }
}

.i4ssvQ-W8 {
    margin-bottom: 25px
}

@media only screen and (min-width:667px) {
    .i4ssvQ-W8 {
        margin-bottom: 30px
    }
}

@media only screen and (min-width:1024px) {
    .i4ssvQ-W8 {
        margin-bottom: 45px
    }
}

.q2IrFCp {
    margin-bottom: 25px
}

@media only screen and (min-width:667px) {
    .q2IrFCp {
        margin-bottom: 35px
    }
}

@media only screen and (min-width:1024px) {
    .q2IrFCp {
        margin-bottom: 55px
    }
}

@media only screen and (max-width:767px) {
    .kaMIk {
        margin-right: -16px;
        margin-left: -16px
    }
}

@media screen and (max-width:1024px) {
    .h_Fvl {
        margin-right: -16px;
        margin-left: -16px
    }
}

.sPLXaw {
    padding: 40px 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 38px 0 rgba(2, 7, 24, .11);
    box-shadow: 0 1px 38px 0 rgba(2, 7, 24, .11)
}

@media only screen and (min-width:1366px) {
    .sPLXaw {
        padding: 40px 20px
    }
}

.bD_VV6Y9Ma {
    width: 100%;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
    color: #2e2d2d;
    text-align: center;
    text-transform: uppercase
}

.E9gOy-,
.E9gOy- img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    max-height: 86px;
    min-height: 86px
}

.E9gOy- img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (min-width:667px) {
    .E9gOy-,
    .E9gOy- img {
        max-height: 280px;
        min-height: 280px
    }
}

.group-1 {
    position: relative
}

.group-1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 12px;
    height: 17px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!--Generator: Adobe Illustrator 25.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0)--%3E%3Csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 12 17' style='enable-background:new 0 0 12 17' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23F03968;%7D%3C/style%3E%3Cpath class='st0' d='M6,0C6,0,6,0,6,0C6,0,6,0,6,0C1.4,0-0.3,3.4,0.1,7.2C0.5,11.5,5.6,17,6,17c0,0,0,0,0,0c0,0,0,0,0,0 c0.4,0,5.5-5.5,5.9-9.8C12.3,3.4,10.6,0,6,0z M6,7.6c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2c1.1,0,2,0.9,2,2C8,6.7,7.1,7.6,6,7.6z'/%3E%3C/svg%3E");
    background-size: cover
}

@media only screen and (max-width:1365px) {
    .e1ZMRD4Z {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .e1ZMRD4Z .tAdrlgp {
        margin-top: 15px
    }
    .e1ZMRD4Z .QOOH57lg-g {
        margin-top: 0
    }
    .e1ZMRD4Z .VjLYs,
    .n2IKcln,
    .QOOH57lg-g {
        margin-top: 15px
    }
    .e1ZMRD4Z .XzGEfaP {
        margin-top: 0
    }
}

@media only screen and (min-width:1366px) {
    .drl2T_jZVe9 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .tAdrlgp {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: calc(100% - 390px)
    }
    .QOOH57lg-g {
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 360px;
        flex: 0 0 360px;
        max-width: 360px;
        padding-left: 30px
    }
    .VjLYs {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: calc(100% - 450px)
    }
    .XzGEfaP {
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 440px;
        flex: 0 0 440px;
        max-width: 440px;
        padding-left: 50px
    }
    .pyX7E5pOux {
        margin-top: 40px;
        -webkit-transition: all .1s;
        transition: all .1s
    }
    .pyX7E5pOux.affix {
        position: fixed !important;
        top: 0 !important;
        width: 390px;
        margin: 0;
        padding-top: 20px;
        z-index: 9
    }
    .pyX7E5pOux.affix-top {
        position: absolute;
        top: -4px;
        width: 390px
    }
    .pyX7E5pOux.affix-bottom {
        position: absolute;
        top: auto !important;
        bottom: 0;
        width: 390px
    }
    .kOjI,
    .kOjI.affix {
        -webkit-transition: all .5s;
        transition: all .5s
    }
    .kOjI.affix {
        position: fixed !important;
        top: 0 !important;
        width: 330px;
        padding-top: 20px;
        z-index: 9
    }
    .kOjI.affix .iS_o2hK {
        margin-top: 0 !important
    }
    .kOjI.affix-top {
        position: absolute;
        width: 330px
    }
    .kOjI.affix-bottom {
        position: absolute;
        top: auto !important;
        bottom: 0;
        width: 330px
    }
}

@media only screen and (min-width:1442px) {
    .tAdrlgp {
        max-width: calc(100% - 360px)
    }
    .QOOH57lg-g {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 360px;
        flex: 0 0 360px;
        max-width: 360px;
        padding-left: 30px
    }
    .VjLYs {
        max-width: calc(100% - 450px)
    }
    .XzGEfaP {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 440px;
        flex: 0 0 440px;
        max-width: 440px;
        padding-left: 50px
    }
    .kOjI.affix,
    .kOjI.affix-bottom {
        width: 330px
    }
    .pyX7E5pOux.affix,
    .pyX7E5pOux.affix-bottom {
        width: 390px
    }
}

.H7YJJYj {
    padding-top: 1px
}

.VVIMi25Xblce {
    margin: 1.2rem 0
}

.wpPhS37Ma {
    margin: 0
}

.oF-qv {
    float: none;
    width: 100%;
    clear: both
}

.oF-qv img,
.oF-qv picture {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.f5mQ {
    position: relative;
    display: block;
    font-size: 0;
    text-align: center
}

.cB_SHOugT {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden
}

.cB_SHOugT img {
    display: inline-block;
    min-width: 100%;
    min-height: 100%
}

@supports (object-fit:cover) {
    .cB_SHOugT img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.CHa5xd_B_ {
    height: 188px;
    margin: 1.2rem 0
}

@media only screen and (min-width:1024px) {
    .f5mQ {
        height: 280px
    }
}

.r_lpQ {
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto .8em
}

.r_lpQ img {
    display: inline-block;
    height: auto;
    max-width: 100%
}

@media only screen and (min-width:568px) {
    .r_lpQ {
        max-width: 50%;
        margin-top: 5px;
        margin-bottom: 5px
    }
    .r_lpQ+p {
        margin-top: 0
    }
    .r_lpQ.taFMYu0 {
        padding-bottom: 30%
    }
    .ln1qND {
        float: left;
        height: auto;
        margin-right: 30px
    }
    .VzVfpffPH3 {
        float: right;
        height: auto;
        margin-left: 30px
    }
}

.HN1yziFSf {
    display: inline-block
}

.HN1yziFSf[aria-expanded=false]:before {
    content: attr(data-hide)
}

.HN1yziFSf[aria-expanded=true]:before {
    content: attr(data-open)
}

.jnJE_lQ {
    display: block !important;
    -webkit-transition: none !important;
    transition: none !important
}

.jnJE_lQ[aria-expanded=false] {
    height: 66px !important
}

.jnJE_lQ[aria-expanded=true] {
    height: auto !important
}

@media only screen and (max-width:767px) {
    .jnJE_lQ {
        overflow: hidden;
        line-height: 22px
    }
}

@media only screen and (min-width:768px) {
    .jnJE_lQ[aria-expanded=false] {
        height: auto !important
    }
    .HN1yziFSf {
        display: none
    }
}

.D2XBUSv {
    max-width: 835px;
    margin: 0 auto
}

.HFoOfQ,
.iLeYM {
    position: relative;
    display: block;
    height: 0;
    padding: 0 0 56.25%;
    overflow: hidden
}

.HFoOfQ .embed__el___,
.HFoOfQ embed,
.HFoOfQ iframe,
.HFoOfQ object,
.HFoOfQ video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.iLeYM {
    padding: 0 0 75%
}

.iLeYM embed,
.iLeYM iframe,
.iLeYM object,
.iLeYM video,
.RU27b46 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border: 0
}

.modal-noscroll-full,
body.compensate-for-scrollbar {
    overflow: hidden
}

@media only screen and (max-width:1365px) {
    .modal-noscroll {
        overflow: hidden
    }
    .menu-fix-opened {
        margin-top: 60px;
        padding-top: 1px
    }
}

@media only screen and (max-width:1023px) {
    .modal-noscroll-md {
        overflow: hidden
    }
}

.taFMYu0 {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-color: #000
}

.taFMYu0.is-enabled {
    cursor: pointer
}

.taFMYu0.is-enabled .qGqvi-awYLy,
.slick-slide img {
    display: block
}

.taFMYu0:hover .YboQE,
.qGqvi-awYLy:focus .YboQE {
    fill: red;
    fill-opacity: 1
}

.BFbe1ULXo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.taFMYu0 .iframe-video,
.qGqvi-awYLy,
.DR5TJMEq {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.qGqvi-awYLy {
    top: 50%;
    left: 50%;
    display: none;
    width: 68px;
    height: 48px;
    padding: 0;
    z-index: 1;
    background-color: transparent;
    cursor: pointer;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.YboQE {
    fill: #212121;
    fill-opacity: .8
}

.UeID {
    fill: #fff
}

.qGqvi-awYLy:focus,
.slick-list:focus {
    outline: 0
}

.wpml-ls-flag {
    margin-right: 5px
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    touch-action: pan-y;
    -ms-touch-action: pan-y;
    -khtml-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none
}

.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block
}

.slick-list {
    margin: 0;
    padding: 0;
    overflow: hidden
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto
}

.slick-track:after,
.slick-track:before {
    content: '';
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    display: none;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.mCustomScrollbar {
    touch-action: pinch-zoom;
    -ms-touch-action: pinch-zoom
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
    touch-action: auto;
    -ms-touch-action: auto
}

.mCustomScrollBox {
    position: relative;
    height: 100%;
    max-width: 100%;
    overflow: hidden;
    outline: 0;
    direction: ltr
}

.mCSB_container {
    width: auto;
    height: auto;
    overflow: hidden
}

.mCSB_inside>.mCSB_container {
    margin-right: 30px
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-left: 30px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0
}

.mCSB_scrollTools {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 16px;
    height: auto;
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_outside+.mCSB_scrollTools {
    right: -26px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools {
    right: auto;
    left: 0
}

.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    right: auto;
    left: -26px
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
    margin: 20px 0
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px
}

.mCSB_scrollTools .mCSB_dragger {
    width: 100%;
    height: 30px;
    z-index: 1;
    cursor: pointer
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    text-align: center
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
    position: absolute;
    display: block;
    width: 100%;
    height: 20px;
    margin: 0 auto;
    overflow: hidden;
    cursor: pointer
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0
}

.mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-bottom: 30px
}

.mCSB_horizontal.mCSB_outside>.mCSB_container {
    min-height: 100%
}

.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_container_wrapper,
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: 16px
}

.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer {
    margin: 0 20px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    left: 0;
    width: 30px;
    height: 100%
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    margin: 2px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    margin: 4px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    position: absolute;
    display: block;
    width: 20px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    cursor: pointer
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0
}

.mCSB_container_wrapper {
    position: absolute;
    top: 0;
    height: auto;
    margin-right: 30px;
    margin-bottom: 30px;
    overflow: hidden
}

.mCSB_container_wrapper>.mCSB_container {
    padding-right: 30px;
    padding-bottom: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper {
    margin-right: 0;
    margin-left: 30px
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container {
    padding-right: 0
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container {
    padding-bottom: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    margin-left: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    transition: opacity .2s ease-in-out, background .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out, background .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out, background .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out, background .2s ease-in-out
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
    transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background .2s ease-in-out;
    -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background .2s ease-in-out;
    -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background .2s ease-in-out;
    -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background .2s ease-in-out
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)"
}

.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,
.mCustomScrollBox:hover>.mCSB_scrollTools,
.mCustomScrollBox:hover~.mCSB_scrollTools,
.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}

.mCSB_scrollTools .mCSB_draggerRail {
    background: #000;
    background: rgba(0, 0, 0, .4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #fff;
    background: rgba(255, 255, 255, .75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: #fff;
    background: rgba(255, 255, 255, .85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)"
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background: #fff;
    background: rgba(255, 255, 255, .9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
    background-image: url(mCSB_buttons.png);
    background-repeat: no-repeat;
    opacity: .4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0
}

.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px
}

.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px
}

.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
    opacity: .9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background: #000;
    background: rgba(0, 0, 0, .15)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #000;
    background: rgba(0, 0, 0, .75)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(0, 0, 0, .85)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background: rgba(0, 0, 0, .9)
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.open .dropdown-menu {
    display: block
}

.dropdown-menu,
.tab-content>.tab-pane {
    display: none
}

.modal,
.tab-content>.active {
    display: block
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 160;
    overflow: hidden;
    outline: 0;
    visibility: hidden;
    -webkit-overflow-scrolling: touch
}

.modal.in {
    visibility: visible
}

.modal.fade .modal-dialog {
    transform: translate(0, -25%);
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -webkit-transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0)
}

.fade {
    opacity: 0;
    transition: opacity .1s linear;
    -o-transition: opacity .1s linear;
    -webkit-transition: opacity .1s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-duration: .25s;
    transition-property: height, visibility;
    transition-timing-function: ease;
    -webkit-transition-duration: .25s;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -webkit-transition-property: height, visibility;
    -o-transition-duration: .25s;
    -o-transition-property: height, visibility
}

.selectric-wrapper {
    position: relative;
    cursor: pointer
}

.selectric-responsive {
    width: 100%
}

.selectric {
    border: 1px solid #ddd;
    border-radius: 0;
    background: #f8f8f8;
    position: relative;
    overflow: hidden
}

.selectric .button,
.selectric .label {
    display: block;
    height: 38px;
    line-height: 38px
}

.selectric .label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #444
}

.selectric .button {
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    background-color: #f8f8f8;
    color: #bbb;
    text-align: center;
    font: 0/0 a;
    *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial
}

.selectric .button:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #bbb;
    border-bottom: none
}

.selectric-focus .selectric {
    border-color: #aaa
}

.selectric-hover .selectric,
.selectric-open .selectric {
    border-color: #c4c4c4
}

.selectric-hover .selectric .button {
    color: #a2a2a2
}

.selectric-hover .selectric .button:after {
    border-top-color: #a2a2a2
}

.selectric-open {
    z-index: 9999
}

.selectric-open .selectric-items {
    display: block
}

.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: .5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0
}

.selectric-hide-select select {
    position: absolute;
    left: -100%
}

.selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10
}

.selectric-hide-select.selectric-is-native select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: 0;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0
}

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: 0 !important;
    border: 0 !important;
    *font: 0/0 a !important;
    background: 0 0 !important
}

.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important
}

.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #f8f8f8;
    border: 1px solid #c4c4c4;
    z-index: -1;
    -webkit-box-shadow: 0 0 10px -6px;
    box-shadow: 0 0 10px -6px
}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto
}

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%
}

.selectric-items li,
.selectric-items ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px
}

.selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer
}

.selectric-items li.selected {
    background: #e0e0e0;
    color: #444
}

.selectric-items li.highlighted {
    background: #d0d0d0;
    color: #444
}

.selectric-items li:hover {
    background: #d5d5d5;
    color: #444
}

.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: .5;
    cursor: default !important;
    background: 0 0 !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric-items .selectric-group .selectric-group-label {
    font-weight: 700;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: 0 0;
    color: #444
}

.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1
}

.selectric-items .selectric-group li {
    padding-left: 25px
}

.jq-number {
    position: relative
}

.jq-number__spin,
.jq-selectbox {
    cursor: pointer
}

.jq-selectbox {
    outline: 0
}

.jq-selectbox__select-text {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.jq-selectbox .placeholder {
    color: #888
}

.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%;
    outline: 0
}

.jq-selectbox .jq-selectbox__trigger-arrow {
    width: 40px;
    height: 100%;
    position: relative
}

.jq-selectbox .jq-selectbox__trigger-arrow:before {
    -webkit-transition: all .2s;
    transition: all .2s;
    content: "";
    top: 37%;
    bottom: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='451.847' height='451.847'%3E%3Cpath fill='%23cfcfe2' d='M225.923 354.706c-8.098 0-16.195-3.092-22.369-9.263L9.27 151.157c-12.359-12.359-12.359-32.397 0-44.751 12.354-12.354 32.388-12.354 44.748 0l171.905 171.915 171.906-171.909c12.359-12.354 32.391-12.354 44.744 0 12.365 12.354 12.365 32.392 0 44.751L248.292 345.449c-6.177 6.172-14.274 9.257-22.369 9.257z'/%3E%3C/svg%3E");
    background-repeat: no-repeat, repeat;
    background-size: 70%
}

@media only screen and (min-width:768px) {
    .jq-selectbox .jq-selectbox__trigger-arrow {
        position: absolute;
        right: 0
    }
    .jq-selectbox .jq-selectbox__trigger-arrow:before {
        background-size: 100%;
        width: 20px;
        height: 20px
    }
}

.jq-selectbox.opened .jq-selectbox__trigger-arrow {
    outline: 0
}

.jq-selectbox.opened .jq-selectbox__trigger-arrow:before {
    top: 24%;
    left: -6px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media only screen and (min-width:768px) {
    .jq-selectbox.opened .jq-selectbox__trigger-arrow:before {
        top: 38%;
        left: 0
    }
}

.jq-selectbox__dropdown {
    margin: 2px 0 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 24px !important;
    right: -1px;
    bottom: unset !important;
    left: -1px;
    width: 100.7% !important;
    z-index: -1 !important;
    border: 1px solid #c2c2e6;
    border-top: none !important;
    border-radius: 0 0 20px 20px;
    background: #fff
}

@media only screen and (min-width:768px) {
    .jq-selectbox__dropdown {
        bottom: auto !important;
        width: 100.4% !important
    }
}

.jq-selectbox__search {
    margin: 5px
}

.jq-selectbox__not-found {
    margin: 5px;
    padding: 5px 8px 6px;
    background: #f0f0f0;
    font-size: 13px
}

.fancybox-error p,
.jq-selectbox ul {
    margin: 0;
    padding: 0
}

.jq-selectbox li.disabled {
    color: #aaa
}

.jq-selectbox li.disabled:hover {
    background: 0 0
}

.jq-selectbox li.optgroup {
    font-weight: 700
}

.jq-selectbox li.optgroup:hover {
    background: 0 0;
    color: #231f20;
    cursor: default
}

.jq-selectbox li.option {
    padding-left: 25px
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-infobar,
.fancybox-toolbar {
    opacity: 0;
    position: absolute;
    z-index: 99997
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden
}

.fancybox-caption {
    opacity: 0;
    position: absolute
}

.fancybox-navigation .fancybox-button {
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image::before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,
.fancybox-video {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    -webkit-transition: color .2s;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
    color: #ccc
}

.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: 0
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: 0
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.c-banner-S-1 .YXhOyDmAF h1:after,
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0
}

.fancybox-caption {
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px;
    right: 0;
    text-align: center;
    z-index: 99996
}

.fancybox-caption::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -44px;
    z-index: -1
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
    animation: fancybox-rotate 1s linear infinite;
    background: 0 0;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1)
}

@media all and (max-height:576px) {
    .fancybox-caption {
        padding: 12px
    }
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }
    .fancybox-slide--image {
        padding: 6px 0
    }
    .fancybox-close-small {
        right: -6px
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path,
.progress-indicator circle {
    fill: #fff
}

.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1
}

@media all and (max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

.hrY0m7_,
.EWsJogHZoDb,
h1,
h2 {
    display: block;
    line-height: 1.2;
    color: #2e2d2d;
    text-align: center
}

.hrY0m7_,
h1 {
    margin: 1.4em 0 1em
}

.EWsJogHZoDb,
h2 {
    word-break: break-word
}

.cYfCI,
.I7JicNH8QW,
.iwUwMOu,
.hvQzLRFJ9,
h3,
h4,
h5,
h6 {
    display: block;
    margin: 1.4em 0 1em;
    font-weight: 600;
    line-height: 1.2;
    color: #2e2d2d;
    text-transform: none;
    word-break: break-word
}

.iwUwMOu,
.hvQzLRFJ9,
h5,
h6 {
    font-size: 16px;
    text-align: center
}

.hrY0m7_:first-child,
.EWsJogHZoDb:first-child,
.cYfCI:first-child,
.I7JicNH8QW:first-child,
.iwUwMOu:first-child,
.hvQzLRFJ9:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0
}

.hrY0m7_:last-child,
.EWsJogHZoDb:last-child,
.cYfCI:last-child,
.I7JicNH8QW:last-child,
.iwUwMOu:last-child,
.hvQzLRFJ9:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
ol:last-child,
p:last-child,
ul li:last-child,
ul:last-child {
    margin-bottom: 0
}

@media only screen and (min-width:768px) {
    .hrY0m7_,
    .EWsJogHZoDb,
    .cYfCI,
    .I7JicNH8QW,
    .iwUwMOu,
    .hvQzLRFJ9,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 16px;
        font-weight: 700
    }
}

@media only screen and (min-width:1024px) {
    .hrY0m7_,
    .EWsJogHZoDb,
    .cYfCI,
    .I7JicNH8QW,
    .iwUwMOu,
    .hvQzLRFJ9,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 2em 0 1.2em
    }
}

.HuDvZvw,
.CMwT,
.QeM3C1,
.KBZi6Xr,
.V5wisa-pwo,
.CqBabvsaUuFP {
    color: #ededff
}

.HuDvZvw:after,
.CMwT:after {
    background: #4e4d61
}

.hrY0m7_,
h1 {
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    word-break: break-word
}

@media only screen and (min-width:768px) {
    .hrY0m7_,
    h1 {
        font-size: 28px
    }
}

@media only screen and (min-width:1024px) {
    .hrY0m7_,
    h1 {
        font-size: 32px
    }
}

.EWsJogHZoDb,
h2 {
    margin: 1.8em 0 .8em;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase
}

@media only screen and (min-width:768px) {
    .EWsJogHZoDb,
    h2 {
        margin: 2em 0 1.2em;
        font-size: 24px
    }
}

@media only screen and (min-width:1024px) {
    .EWsJogHZoDb,
    h2 {
        font-size: 29px
    }
}

.cYfCI,
h3 {
    font-size: 18px;
    text-align: left
}

@media only screen and (min-width:768px) {
    .cYfCI,
    h3 {
        font-size: 22px
    }
}

@media only screen and (min-width:1024px) {
    .cYfCI,
    h3 {
        margin: 1.2em 0 .4em;
        font-size: 24px
    }
}

.I7JicNH8QW,
h4 {
    font-size: 18px;
    text-align: left
}

@media only screen and (min-width:768px) {
    .I7JicNH8QW,
    h4 {
        font-size: 20px
    }
}

@media only screen and (min-width:1024px) {
    .I7JicNH8QW,
    h4 {
        font-size: 22px
    }
}

.hrY0m7_:after,
.EWsJogHZoDb:after {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    margin: 10px auto 0;
    background: #b9c6cc
}

@media only screen and (min-width:768px) {
    .hrY0m7_:after,
    .EWsJogHZoDb:after {
        width: 88px
    }
}

a,
ol,
p,
ul,
ul li {
    word-break: break-word
}

ol,
p,
ul,
ul li {
    margin: 0 0 1.34em
}

a {
    color: #f02257;
    text-decoration: none
}

a:focus,
a:hover {
    text-decoration: underline
}

.AXuo0gXPx:after {
    content: "";
    display: table;
    width: 100%;
    clear: both
}

.AXuo0gXPx ol,
.AXuo0gXPx ul {
    padding-left: 0;
    list-style: none
}

.AXuo0gXPx ul li:before {
    content: '\2022';
    display: inline;
    margin-right: 10px
}

.AXuo0gXPx ol {
    counter-reset: counter
}

.AXuo0gXPx ol li {
    counter-increment: counter
}

.AXuo0gXPx ol li:before {
    content: counter(counter) ".";
    display: inline;
    margin-right: 5px;
    font-weight: 600
}

.bAXc-v {
    padding-top: 43px
}

.J28rb {
    padding: 1px 0;
    background: #f4f4ff
}

@media only screen and (min-width:1024px) {
    .J28rb {
        position: relative
    }
}

.oCVm0bdFV0d {
    padding-bottom: 45px
}

@media only screen and (min-width:1024px) {
    .oCVm0bdFV0d {
        padding-bottom: 60px
    }
}

.Q8IfIK1lz {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    height: 50px;
    padding: 0 45px;
    z-index: 1;
    overflow: hidden;
    background: #f03968;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .2s;
    transition: all .2s
}

.Q8IfIK1lz:active,
.Q8IfIK1lz:focus,
.Q8IfIK1lz:hover {
    background: #f00f49;
    border: 1px solid transparent;
    color: #fff;
    text-decoration: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.WJDdxA8ILiqH {
    height: 42px;
    padding: 0 24px
}

.W3izm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    background: 0 0;
    border: 1px solid #8585cd;
    text-align: center
}

.W3izm .LPOVDP {
    display: table;
    width: 17px;
    height: 30px;
    min-width: 17px;
    margin-right: 10px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238585cd' viewBox='0 0 191.989 362.667'%3E%3Cpath d='M188.87 259.136c-4.16-4.16-10.923-4.16-15.083 0l-67.115 67.115V10.667C106.672 4.779 101.893 0 96.005 0S85.34 4.779 85.34 10.667v315.587l-67.136-67.118c-4.16-4.16-10.923-4.16-15.083 0s-4.16 10.923 0 15.083l85.333 85.333a10.775 10.775 0 002.373 1.768c.039.022.075.046.114.067.215.116.436.217.657.317.103.047.204.1.31.143.181.075.366.137.551.202.149.053.295.11.446.156.167.05.336.087.504.13.17.042.34.09.513.125.186.037.374.059.561.085.157.023.312.053.471.068.35.035.701.054 1.052.054s.703-.019 1.052-.053c.16-.016.316-.046.475-.07.186-.026.372-.048.557-.084.179-.036.352-.085.528-.13.162-.04.325-.075.485-.124.167-.05.328-.113.49-.172.167-.059.335-.114.499-.182.142-.06.278-.129.417-.194.179-.083.358-.163.532-.256.12-.065.234-.139.352-.208.182-.107.366-.211.544-.33.116-.078.225-.167.339-.25.166-.12.334-.237.494-.37.201-.165.39-.343.579-.522.061-.059.128-.11.188-.17l85.333-85.333c4.16-4.16 4.16-10.923 0-15.083z'/%3E%3C/svg%3E");
    background-position: 2px 3px;
    background-repeat: no-repeat;
    background-size: 13px;
    border-bottom: 1px solid #8585cd;
    color: #8585cd
}

.W3izm .S_WElrlaW {
    display: block;
    color: #8585cd
}

.W3izm:active,
.W3izm:focus,
.W3izm:hover {
    background: #8686ce
}

.W3izm:active .S_WElrlaW,
.W3izm:focus .S_WElrlaW,
.W3izm:hover .S_WElrlaW {
    color: #fff
}

.W3izm:active .LPOVDP,
.W3izm:focus .LPOVDP,
.W3izm:hover .LPOVDP {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 191.989 362.667'%3E%3Cpath d='M188.87 259.136c-4.16-4.16-10.923-4.16-15.083 0l-67.115 67.115V10.667C106.672 4.779 101.893 0 96.005 0S85.34 4.779 85.34 10.667v315.587l-67.136-67.118c-4.16-4.16-10.923-4.16-15.083 0s-4.16 10.923 0 15.083l85.333 85.333a10.775 10.775 0 002.373 1.768c.039.022.075.046.114.067.215.116.436.217.657.317.103.047.204.1.31.143.181.075.366.137.551.202.149.053.295.11.446.156.167.05.336.087.504.13.17.042.34.09.513.125.186.037.374.059.561.085.157.023.312.053.471.068.35.035.701.054 1.052.054s.703-.019 1.052-.053c.16-.016.316-.046.475-.07.186-.026.372-.048.557-.084.179-.036.352-.085.528-.13.162-.04.325-.075.485-.124.167-.05.328-.113.49-.172.167-.059.335-.114.499-.182.142-.06.278-.129.417-.194.179-.083.358-.163.532-.256.12-.065.234-.139.352-.208.182-.107.366-.211.544-.33.116-.078.225-.167.339-.25.166-.12.334-.237.494-.37.201-.165.39-.343.579-.522.061-.059.128-.11.188-.17l85.333-85.333c4.16-4.16 4.16-10.923 0-15.083z'/%3E%3C/svg%3E");
    border-color: #fff
}

.vmpbC {
    display: table;
    width: 100%;
    max-width: 560px;
    margin: 0 auto 20px
}

.NS9escMKz {
    padding-left: 18px;
    border-left: 3px solid #f02257;
    font-style: italic;
    font-weight: 600;
    color: #2e2d2d
}

.F7UjtGgiB {
    margin: 0 0 1.34em
}

.F7UjtGgiB li {
    position: relative;
    margin: 0 0 .6em;
    padding-left: 12px
}

.F7UjtGgiB li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 4px;
    height: 4px;
    background: #f02257;
    border-radius: 50%
}

.xJA5j_gF .slick-arrow {
    width: 46px;
    height: 31px;
    background: 0 0;
    border: 2px solid #c3c3cf;
    font-size: 0
}

.BfX390RGmN .slick-arrow:focus,
.BfX390RGmN .slick-arrow:hover,
.xJA5j_gF .slick-arrow:focus,
.xJA5j_gF .slick-arrow:hover {
    background: 0 0;
    border: 2px solid #9696ab;
    outline: 0
}

.BfX390RGmN .slick-arrow:focus:before,
.BfX390RGmN .slick-arrow:hover:before,
.xJA5j_gF .slick-arrow:focus:before,
.xJA5j_gF .slick-arrow:hover:before {
    border-color: #9696ab
}

.xJA5j_gF .slick-next,
.xJA5j_gF .slick-prev {
    position: absolute;
    bottom: 0
}

.xJA5j_gF .slick-next:before,
.xJA5j_gF .slick-prev:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    border-top: 1px solid #c3c3cf;
    border-right: 1px solid #c3c3cf
}

.xJA5j_gF .slick-prev {
    left: 50%;
    border-radius: 9px 0 0 9px;
    -webkit-transform: translateX(-61px);
    transform: translateX(-61px)
}

.xJA5j_gF .slick-prev:before {
    margin: 1px 0 0 4px;
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    transform: translate(-50%, -50%) rotate(-135deg)
}

.xJA5j_gF .slick-next {
    right: 50%;
    border-radius: 0 9px 9px 0;
    -webkit-transform: translateX(61px);
    transform: translateX(61px)
}

.xJA5j_gF .slick-next:before {
    margin: 1px 0 0 -3px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.YXzszBUyZ {
    background: #201932;
    color: #ededff
}

.YXzszBUyZ .J28rb {
    background: #160d28
}

.BfX390RGmN {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding-top: 20px
}

.BfX390RGmN .slick-arrow {
    position: relative;
    width: 46px;
    height: 31px;
    background: 0 0;
    border: 2px solid #c3c3cf;
    font-size: 0
}

.BfX390RGmN .slick-next:before,
.BfX390RGmN .slick-prev:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    border-top: 1px solid #c3c3cf;
    border-right: 1px solid #c3c3cf
}

.BfX390RGmN .slick-prev {
    margin-right: 30px;
    border-radius: 9px 0 0 9px
}

.BfX390RGmN .slick-prev:before {
    margin: 1px 0 0 4px;
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    transform: translate(-50%, -50%) rotate(-135deg)
}

.BfX390RGmN .slick-next {
    border-radius: 0 9px 9px 0
}

.BfX390RGmN .slick-next:before {
    margin: 1px 0 0 -3px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.JWoWYd {
    margin-top: -10px;
    text-align: center
}

.DlBep6B4ehX {
    font-size: 0;
    font-weight: 600;
    color: #f02257;
    -webkit-transition: all .2s;
    transition: all .2s
}

.DlBep6B4ehX:before {
    content: attr(data-close);
    font-size: 16px
}

.UNOMzQ[aria-expanded=true]:before,
.DlBep6B4ehX[aria-expanded=true]:before {
    content: attr(data-open)
}

.DlBep6B4ehX:focus,
.DlBep6B4ehX:hover {
    color: #f02257;
    text-decoration: underline;
    outline: 0
}

.WsLmATDRw {
    width: 100%;
    min-height: 52px;
    padding: 0 15px;
    background: #f3f3fe;
    font-size: 19px;
    color: #8585cd;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.WsLmATDRw:focus,
.WsLmATDRw:hover {
    background: #8585cd;
    color: #fff !important;
    text-decoration: none !important
}

.UNOMzQ {
    position: relative;
    width: 100%;
    padding-top: 8px;
    text-align: center
}

.UNOMzQ:after {
    content: '';
    position: absolute;
    top: 17px;
    width: 12px;
    height: 12px;
    margin-left: 4px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 443.52 443.52 ' fill='%23dc2a58'%3E%3Cpath d='M336.226 209.591l-204.8-204.8c-6.78-6.548-17.584-6.36-24.132.42-6.388 6.614-6.388 17.099 0 23.712l192.734 192.734-192.734 192.734c-6.663 6.664-6.663 17.468 0 24.132 6.665 6.663 17.468 6.663 24.132 0l204.8-204.8c6.663-6.665 6.663-17.468 0-24.132z'/%3E%3C/svg%3E");
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.UNOMzQ[aria-expanded=true]:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.UNOMzQ:focus,
.UNOMzQ:hover {
    color: #f02257;
    text-decoration: none;
    outline: 0
}

.PVaQ1lbbhq {
    width: 100%;
    padding: 12px 0;
    background-color: #f3f3fe;
    color: #8585cd
}

.PVaQ1lbbhq:focus,
.PVaQ1lbbhq:hover {
    text-decoration: none
}

.njxeKA8x_th {
    padding-bottom: 1em
}

.njxeKA8x_th .hrY0m7_,
.njxeKA8x_th .EWsJogHZoDb,
.njxeKA8x_th h1,
.njxeKA8x_th h2 {
    margin-top: 60px
}

.sJWT-2jINeIB {
    margin: 0 0 .4em;
    font-weight: 700
}

.sJWT-2jINeIB:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    margin: -3px 6px 0 0;
    background: #f02257;
    border-radius: 50%
}

.wwjhN2n6T {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 15px;
    background-color: #e2e3ec;
    border: 1px solid #e2e3ec;
    border-radius: 0 15px 15px 15px;
    font-size: 14px;
    color: #545454;
    outline: 0;
    -webkit-transition: all .1s;
    transition: all .1s;
    resize: none
}

.wwjhN2n6T::-webkit-input-placeholder {
    color: #545454;
    -webkit-transition: all .2s;
    transition: all .2s
}

.wwjhN2n6T:-moz-placeholder,
.wwjhN2n6T::-moz-placeholder {
    color: #545454;
    -webkit-transition: all .2s;
    transition: all .2s
}

.wwjhN2n6T:-ms-input-placeholder {
    color: #545454;
    -webkit-transition: all .2s;
    transition: all .2s
}

.wwjhN2n6T:focus,
.wwjhN2n6T:hover {
    background-color: #e2e3ec;
    border-color: #e2e3ec;
    color: #545454
}

.wwjhN2n6T:focus::-webkit-input-placeholder {
    color: transparent
}

.wwjhN2n6T:focus:-moz-placeholder,
.wwjhN2n6T:focus::-moz-placeholder {
    color: transparent
}

.wwjhN2n6T:focus:-ms-input-placeholder {
    color: transparent
}

.wwjhN2n6T.error {
    border-color: #f03968
}

.wwjhN2n6T.error::-webkit-input-placeholder {
    color: #f03968
}

.wwjhN2n6T.error:-moz-placeholder,
.wwjhN2n6T.error::-moz-placeholder {
    color: #f03968
}

.wwjhN2n6T.error:-ms-input-placeholder {
    color: #f03968
}

@media only screen and (min-width:1024px) {
    .wwjhN2n6T {
        padding-right: 25px;
        padding-left: 25px
    }
}

textarea.wwjhN2n6T {
    height: 102px;
    padding: 15px 18px
}

@media only screen and (min-width:667px) {
    textarea.wwjhN2n6T {
        height: 115px
    }
}

@media only screen and (min-width:1024px) {
    textarea.wwjhN2n6T {
        height: 130px;
        padding-right: 25px;
        padding-left: 25px
    }
}

label.error {
    display: inline-block;
    margin-top: 2px;
    font-size: 14px;
    line-height: 1.15;
    color: #f03968
}

.ecvq_kf {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700
}

@media only screen and (min-width:768px) {
    .ecvq_kf {
        font-size: 18px
    }
}

.submit-message {
    margin: 18px 0 0;
    padding: 16px;
    background: #d0edd6;
    border-left: solid 3px #8fd09b;
    border-radius: 0 15px 15px 0;
    font-size: 14px;
    color: #545454
}

@media only screen and (min-width:667px) {
    .submit-message {
        margin-top: 0;
        margin-left: auto
    }
}

.progress-indicator {
    position: fixed;
    bottom: 99px;
    left: 10px;
    width: 60px;
    height: 60px;
    z-index: 10;
    font-size: 0
}

.progress-indicator:before {
    content: '';
    position: absolute;
    top: 7px;
    right: 7px;
    bottom: 7px;
    left: 7px;
    display: block;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 38px 0 rgba(2, 7, 24, .11);
    box-shadow: 0 1px 38px 0 rgba(2, 7, 24, .11)
}

@media only screen and (min-width:481px) {
    .progress-indicator {
        right: 10px;
        bottom: 71px;
        left: auto
    }
}

@media only screen and (min-width:768px) {
    .progress-indicator {
        right: 4px;
        bottom: 76px;
        width: 100px;
        height: 100px
    }
    .progress-indicator:before {
        top: 12px;
        right: 12px;
        bottom: 12px;
        left: 12px
    }
}

@media only screen and (min-width:1366px) {
    .progress-indicator {
        bottom: 20px
    }
}

.progress-indicator svg {
    position: absolute
}

.progress-indicator svg .animated-circle {
    stroke-dashoffset: 126;
    stroke-dasharray: 126;
    stroke: #dc2a58;
    stroke-width: 40px;
    fill: transparent
}

.tuMJ8vcWH {
    position: fixed;
    right: 15px;
    bottom: 25px;
    width: 70%;
    min-width: 225px;
    z-index: 3
}

@media only screen and (min-width:481px) {
    .tuMJ8vcWH {
        display: none;
        width: 0;
        height: 0;
        overflow: hidden;
        opacity: 0
    }
}

.Ge9smQ1jkq-2 {
    right: 0;
    bottom: 25px;
    left: 0;
    width: 90%;
    margin-right: auto;
    margin-left: auto
}

.bottom-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 90px;
    z-index: 1000;
    background: #fff;
    -webkit-box-shadow: 0 1px 16px 0 rgba(2, 7, 24, .23);
    box-shadow: 0 1px 16px 0 rgba(2, 7, 24, .23)
}

@media only screen and (min-width:481px) {
    .bottom-wrap {
        width: 0;
        height: 0;
        overflow: hidden;
        background: 0 0;
        opacity: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.progress-count {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #dc2a58
}

.c-button-up,
.c-button-up:before {
    display: block;
    -webkit-transition: all .2s;
    transition: all .2s
}

.c-button-up {
    bottom: 160px;
    z-index: 10;
    background: #fff;
    border-color: transparent;
    border-radius: 50%;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: 0 0 10px 0 rgba(37, 39, 42, .1);
    box-shadow: 0 0 10px 0 rgba(37, 39, 42, .1);
    position: fixed;
    left: 26px;
    width: 30px;
    height: 30px
}

.c-button-up:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 443.52 443.52 ' fill='%23dc2a58'%3E%3Cpath d='M336.226 209.591l-204.8-204.8c-6.78-6.548-17.584-6.36-24.132.42-6.388 6.614-6.388 17.099 0 23.712l192.734 192.734-192.734 192.734c-6.663 6.664-6.663 17.468 0 24.132 6.665 6.663 17.468 6.663 24.132 0l204.8-204.8c6.663-6.665 6.663-17.468 0-24.132z'/%3E%3C/svg%3E");
    -webkit-transform: translate(-50%, -50%) rotate(-91deg);
    transform: translate(-50%, -50%) rotate(-91deg)
}

.c-button-up:active,
.c-button-up:focus {
    background: #dc2a58
}

.c-button-up:active:before,
.c-button-up:focus:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 443.52 443.52 ' fill='%23f7f8fb'%3E%3Cpath d='M336.226 209.591l-204.8-204.8c-6.78-6.548-17.584-6.36-24.132.42-6.388 6.614-6.388 17.099 0 23.712l192.734 192.734-192.734 192.734c-6.663 6.664-6.663 17.468 0 24.132 6.665 6.663 17.468 6.663 24.132 0l204.8-204.8c6.663-6.665 6.663-17.468 0-24.132z'/%3E%3C/svg%3E")
}

.c-button-up--part {
    bottom: 115px
}

@media only screen and (min-width:481px) {
    .c-button-up {
        right: 26px;
        left: auto
    }
}

@media only screen and (min-width:768px) {
    .c-button-up {
        right: 34px;
        bottom: 180px;
        width: 40px;
        height: 40px
    }
    .c-button-up:before {
        width: 20px;
        height: 20px
    }
}

@media only screen and (min-width:1366px) {
    .c-button-up {
        right: 36px;
        bottom: 120px
    }
    .c-button-up:active,
    .c-button-up:focus,
    .c-button-up:hover {
        background: #dc2a58
    }
    .c-button-up:active:before,
    .c-button-up:focus:before,
    .c-button-up:hover:before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 443.52 443.52 ' fill='%23f7f8fb'%3E%3Cpath d='M336.226 209.591l-204.8-204.8c-6.78-6.548-17.584-6.36-24.132.42-6.388 6.614-6.388 17.099 0 23.712l192.734 192.734-192.734 192.734c-6.663 6.664-6.663 17.468 0 24.132 6.665 6.663 17.468 6.663 24.132 0l204.8-204.8c6.663-6.665 6.663-17.468 0-24.132z'/%3E%3C/svg%3E")
    }
}

.wkD0I28ezxzj {
    margin: 40px 0 20px;
    font-size: 18px;
    line-height: 1.111;
    color: #374251
}

.wAHtf {
    font-weight: 600
}

@media only screen and (min-width:1366px) {
    .v27hm3Au {
        margin-top: -109px
    }
}

.t4izq {
    margin-top: -30px !important
}

@media only screen and (min-width:1024px) {
    .t4izq {
        margin-top: inherit !important
    }
}

.Xl6uPT930 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media only screen and (min-width:768px) {
    .Xl6uPT930 {
        display: block
    }
}

.c-footer-innergap {
    padding-bottom: 80px
}

@media only screen and (min-width:481px) {
    .c-footer-innergap {
        padding-bottom: 0
    }
}

.GY8dBCiZI {
    margin-bottom: 14px;
    font-size: 18px
}

.lHrza7bc {
    width: 100%
}

@media only screen and (min-width:768px) {
    .lHrza7bc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.c-menu-S-1 .YoDU-h {
    background-color: #fff;
    border-bottom: 1px solid #eaf0f3;
    -webkit-box-shadow: none;
    box-shadow: none
}

.c-menu-S-1 .YOYS8LcC2Za {
    z-index: 1000
}

.c-menu-S-1 .ddUXBe {
    background-color: transparent
}

.c-menu-S-1 .DgrvoxqsQ {
    background: #160d28;
    border-bottom: 1px solid #403668
}

.c-menu-S-1 .DgrvoxqsQ .a8Np9 {
    color: #ededff
}

.c-menu-S-1 .DgrvoxqsQ .a8Np9.is-active {
    color: #f03968
}

.c-menu-S-1 .DgrvoxqsQ .a8Np9.is-active:before {
    background: #f02257
}

.c-menu-S-1 .DgrvoxqsQ .OPysZuc {
    background: #160d28
}

.c-menu-S-1 .DgrvoxqsQ .fs8rO4foI2 {
    color: #ededff
}

.c-menu-S-1 .DgrvoxqsQ .CGo2tUX:after {
    border-color: transparent #8585cd #8585cd transparent
}

.c-menu-S-1 .ZK8gbnjNOgT {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-menu-S-1 .oNZqZs {
    font-size: 0
}

.c-menu-S-1 .TQeWjn_ {
    position: relative;
    width: 26px;
    height: 24px
}

.c-menu-S-1 .TQeWjn_:focus {
    outline: 0
}

.c-menu-S-1 .TQeWjn_.is-active .qlAc8_DTBDiS {
    height: 2px;
    background: #7e7c7c;
    -webkit-transform: translate3d(0, 11px, 0) rotate(45deg);
    transform: translate3d(0, 11px, 0) rotate(45deg)
}

.c-menu-S-1 .TQeWjn_.is-active .qlAc8_DTBDiS:before {
    height: 2px;
    background: #7e7c7c;
    opacity: 0;
    -webkit-transform: rotate(-45deg) translate3d(-6px, -6px, 0);
    transform: rotate(-45deg) translate3d(-6px, -6px, 0)
}

.c-menu-S-1 .TQeWjn_.is-active .qlAc8_DTBDiS:after {
    height: 2px;
    background: #7e7c7c;
    -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
    transform: translate3d(0, -20px, 0) rotate(-90deg)
}

.c-menu-S-1 .qlAc8_DTBDiS,
.c-menu-S-1 .qlAc8_DTBDiS:after,
.c-menu-S-1 .qlAc8_DTBDiS:before {
    position: absolute;
    width: 26px;
    height: 4px;
    background-color: #f02257;
    border-radius: 4px;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.c-menu-S-1 .qlAc8_DTBDiS {
    top: 0
}

.c-menu-S-1 .qlAc8_DTBDiS:after,
.c-menu-S-1 .qlAc8_DTBDiS:before {
    content: '';
    display: block
}

.c-menu-S-1 .qlAc8_DTBDiS:before {
    top: 10px
}

.c-menu-S-1 .qlAc8_DTBDiS:after {
    top: 20px
}

.c-menu-S-1 .d0hNl_NsyKb {
    margin-top: 22px
}

.c-menu-S-1 .d0hNl_NsyKb:first-child {
    margin-top: 0
}

.c-menu-S-1 .a8Np9 {
    position: relative;
    display: block;
    font-size: 16px;
    color: #545454;
    -webkit-transition: all .2s;
    transition: all .2s
}

.c-menu-S-1 .a8Np9.is-active,
.c-menu-S-1 .a8Np9:active,
.c-menu-S-1 .a8Np9:focus,
.c-menu-S-1 .a8Np9:hover,
.c-menu-S-1 .fs8rO4foI2:active,
.c-menu-S-1 .fs8rO4foI2:focus,
.c-menu-S-1 .fs8rO4foI2:hover {
    color: #f02257;
    text-decoration: none
}

.c-menu-S-1 .CGo2tUX:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 7px;
    height: 7px;
    margin-top: -1px;
    border-color: transparent #545454 #545454 transparent;
    border-style: solid;
    border-width: 0 1px 1px 0;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transition: all .2s;
    transition: all .2s
}

.c-menu-S-1 .CGo2tUX:focus:after,
.c-menu-S-1 .CGo2tUX:hover:after {
    border-color: #f02257
}

.c-menu-S-1 .OPysZuc {
    padding-left: 15px
}

.c-menu-S-1 .l7Sd8vfrn {
    margin: 10px 0 0
}

.c-menu-S-1 .fs8rO4foI2 {
    font-size: 14px;
    font-weight: 600;
    color: #545454;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-transition: all .1s;
    transition: all .1s
}

@media only screen and (min-width:768px) {
    .c-menu-S-1 .dLkcYd56m2F {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
        flex: 0 0 240px;
        text-align: right
    }
}

@media only screen and (max-width:1365px) {
    .c-menu-S-1 .sXEp-r4 {
        max-width: 240px
    }
    .c-menu-S-1 .ZK8gbnjNOgT {
        height: 60px
    }
    .c-menu-S-1 .YOYS8LcC2Za {
        top: 61px;
        overflow-x: hidden;
        overflow-y: auto;
        background: rgba(0, 0, 0, .3)
    }
    .c-menu-S-1 .vaZ7Qew {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        padding: 25px 16px 35px;
        overflow-x: hidden;
        overflow-y: auto;
        background: #fff;
        text-align: left
    }
    .c-menu-S-1 .CGo2tUX:focus,
    .c-menu-S-1 .CGo2tUX:hover {
        padding-left: 15px;
        border-left: 2px solid #f02257
    }
    .c-menu-S-1 .CGo2tUX:focus:after,
    .c-menu-S-1 .CGo2tUX:hover:after {
        border-color: #f02257
    }
    .c-menu-S-1 .CGo2tUX[aria-expanded=true]:after {
        margin-top: 1px;
        -webkit-transform: translateY(-50%) rotate(225deg);
        transform: translateY(-50%) rotate(225deg)
    }
}

@media only screen and (min-width:1366px) {
    .c-menu-S-1 .ZK8gbnjNOgT {
        min-height: 80px
    }
    .c-menu-S-1 .dLkcYd56m2F {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .c-menu-S-1 .oNZqZs {
        width: 100%
    }
    .c-menu-S-1 .vaZ7Qew,
    .c-menu-S-1 .YOYS8LcC2Za {
        text-align: right;
        -webkit-transition: none !important;
        transition: none !important
    }
    .c-menu-S-1 .YOYS8LcC2Za {
        position: static;
        display: block !important;
        z-index: auto !important;
        overflow: visible;
        font-size: 0;
        opacity: 1;
        visibility: visible
    }
    .c-menu-S-1 .vaZ7Qew {
        -webkit-transform: none !important;
        transform: none !important
    }
    .c-menu-S-1 .TQeWjn_ {
        display: none
    }
    .c-menu-S-1 .d0hNl_NsyKb {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin: 0
    }
    .c-menu-S-1 .d0hNl_NsyKb.open .tyO_I {
        max-height: 9999px;
        overflow: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation: drop-show .5s ease-in-out;
        animation: drop-show .5s ease-in-out;
        -webkit-transition: max-height 1s ease-in-out;
        transition: max-height 1s ease-in-out
    }
    .c-menu-S-1 .d0hNl_NsyKb.open .OPysZuc {
        -webkit-box-shadow: 0 4px 25px 0 rgba(9, 14, 62, .35);
        box-shadow: 0 4px 25px 0 rgba(9, 14, 62, .35)
    }
    .c-menu-S-1 .d0hNl_NsyKb.open .a8Np9 {
        color: #f02257;
        text-decoration: none
    }
    .c-menu-S-1 .d0hNl_NsyKb.open .CGo2tUX:after {
        border-color: #f02257;
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg)
    }
    .c-menu-S-1 .ZK8gbnjNOgT {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 29px;
        padding-bottom: 25px
    }
    .c-menu-S-1 .qfa7GEa2odzF {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        min-height: 46px;
        margin: 0;
        text-align: left
    }
    .c-menu-S-1 .a8Np9 {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        vertical-align: middle;
        padding: 0 20px
    }
    .c-menu-S-1 .CGo2tUX:after {
        position: static;
        display: inline-block;
        vertical-align: middle;
        margin: 3px 0 0 5px
    }
    .c-menu-S-1 .tyO_I {
        position: absolute;
        top: 100%;
        display: block;
        max-height: 0;
        z-index: 2;
        overflow: hidden;
        text-align: left;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-animation: drop-hide .2s ease-in-out;
        animation: drop-hide .2s ease-in-out;
        -webkit-transition: max-height .2s ease-out;
        transition: max-height .2s ease-out;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
    .c-menu-S-1 .OPysZuc {
        min-width: 357px;
        padding: 22px 18px 15px;
        background: #fff;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    .c-menu-S-1 .l7Sd8vfrn {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        margin: 0 0 10px
    }
    .c-menu-S-1 .tyO_I {
        right: 0
    }
    .c-menu-S-1 .d0hNl_NsyKb {
        margin-right: 10px
    }
    .c-menu-S-1 .d0hNl_NsyKb:last-child {
        margin-right: 0
    }
}

.c-banner-S-1 .mIamRY3D2 {
    position: relative;
    height: 404px
}

.c-banner-S-1 .YoVSAG_onKJl {
    height: 289px
}

.c-banner-S-1 .YoVSAG_onKJl .yZf64 {
    max-width: none;
    font-size: 22px
}

.c-banner-S-1 .YoVSAG_onKJl .GMLBvk9d {
    display: -webkit-box;
    overflow-y: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.c-banner-S-1 .YoVSAG_onKJl .PGtIlrR-6dj {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 15px
}

.c-banner-S-1 .YoVSAG_onKJl .nZqwGQhL {
    margin: 17px 0 0
}

.c-banner-S-1 .GMLBvk9d {
    margin-top: 14px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #201e1e;
    text-align: center
}

.c-banner-S-1 .PGtIlrR-6dj {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 100%;
    padding-top: 60px;
    padding-bottom: 60px
}

.c-banner-S-1 .ptZ4O-MVHPu {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    overflow: hidden
}

.c-banner-S-1 .ptZ4O-MVHPu img {
    display: inline-block;
    min-width: 100%;
    min-height: 100%
}

@supports (object-fit:cover) {
    .c-banner-S-1 .ptZ4O-MVHPu img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.c-banner-S-1 .YXhOyDmAF {
    text-align: center
}

.c-banner-S-1 .YXhOyDmAF h1 {
    max-width: 260px;
    margin: 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.13;
    color: #201e1e;
    text-transform: none
}

.c-banner-S-1 .nZqwGQhL {
    min-width: 200px;
    margin: 25px 0 0
}

.c-banner-S-1 .YoVSAG_onKJl .yZf64 {
    font-weight: 700
}

@media only screen and (min-width:768px) {
    .c-banner-S-1 .PGtIlrR-6dj {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .c-banner-S-1 .YXhOyDmAF {
        text-align: left
    }
    .c-banner-S-1 .YXhOyDmAF h1 {
        max-width: 430px;
        font-size: 40px;
        text-align: left
    }
    .c-banner-S-1 .GMLBvk9d {
        max-width: 450px;
        font-size: 18px;
        text-align: left
    }
    .c-banner-S-1 .YoVSAG_onKJl .yZf64 {
        max-width: 450px;
        font-size: 30px;
        font-weight: 700
    }
    .c-banner-S-1 .YoVSAG_onKJl .GMLBvk9d {
        max-width: 450px;
        font-size: 16px
    }
    .c-banner-S-1 .nZqwGQhL {
        height: 60px;
        min-width: 250px;
        font-size: 18px
    }
}

@media only screen and (min-width:1024px) {
    .c-banner-S-1 .YXhOyDmAF {
        margin-left: 25px
    }
    .c-banner-S-1 .YXhOyDmAF h1 {
        max-width: 540px;
        font-size: 50px
    }
    .c-banner-S-1 .nZqwGQhL {
        margin-top: 50px
    }
    .c-banner-S-1 .YoVSAG_onKJl .GMLBvk9d {
        max-width: 450px;
        font-size: 18px
    }
}

@media only screen and (min-width:1366px) {
    .c-banner-S-1 .mIamRY3D2 {
        height: 600px
    }
    .c-banner-S-1 .YXhOyDmAF {
        margin: 0
    }
    .c-banner-S-1 .YXhOyDmAF h1 {
        max-width: 750px;
        font-size: 70px
    }
    .c-banner-S-1 .YoVSAG_onKJl .yZf64 {
        max-width: 668px;
        font-size: 54px
    }
    .c-banner-S-1 .YoVSAG_onKJl .GMLBvk9d {
        max-width: 650px;
        margin-top: 25px;
        font-size: 22px
    }
    .c-banner-S-1 .YoVSAG_onKJl .nZqwGQhL {
        margin-top: 34px
    }
}

.c-about-S-1 .S1OM1wo {
    width: 100%
}

.c-about-S-1 .S1OM1wo .qz4-y9Hs8 {
    margin-bottom: 11px
}

.c-about-S-1 .S1OM1wo .fAmmq7_ {
    margin-top: 18px
}

.c-about-S-1 .S1OM1wo .TDAcWF {
    margin: 29px 0 25px
}

.c-about-S-1 .S1OM1wo .Xuty5 {
    margin-top: 16px
}

.c-about-S-1 .B5wI,
.c-rating-S-1 {
    font-size: 0
}

.c-about-S-1 .Y8Anq_CwK {
    padding: 23px 20px 35px;
    background: #8585cd;
    text-align: center
}

.c-about-S-1 .Y8Anq_CwK p {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    word-break: break-word
}

.c-about-S-1 .aAqGAepYJxtI {
    width: 88px;
    height: 60px
}

.c-about-S-1 .aAqGAepYJxtI img {
    width: 100%;
    height: 100%
}

.c-about-S-1 .aAqGAepYJxtI:nth-child(2) {
    margin: 0 10px
}

.c-about-S-1 .QpBYcA88h2os {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-about-S-1 .KnUE8f_RTsL {
    padding: 35px 18px 40px;
    background: #fff;
    font-size: 16px;
    text-align: center;
    -webkit-box-shadow: 0 1px 38px 0 rgba(2, 7, 24, .11);
    box-shadow: 0 1px 38px 0 rgba(2, 7, 24, .11)
}

.c-about-S-1 .LMd4S {
    padding: 15px 20px 0
}

.c-about-S-1 .snm6w {
    font-size: 18px;
    font-weight: 700;
    color: #2e2d2d;
    text-transform: uppercase
}

.c-about-S-1 .snm6w:after,
.c-features-S-1 .MNtto:after {
    content: '';
    display: block;
    width: 36px;
    height: 1px;
    margin: 3px auto 0;
    background: #b9c6cc
}

.c-about-S-1 .Xuty5 {
    margin: 30px 0 0
}

.c-about-S-1 .Xuty5:first-child {
    margin: 0
}

.c-about-S-1 .fAmmq7_ {
    width: 100%;
    margin: 20px 0 0
}

.c-about-S-1 .qz4-y9Hs8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
    line-height: 1.2;
    text-align: left
}

.c-about-S-1 .qz4-y9Hs8:last-child {
    margin-bottom: 0
}

.c-about-S-1 .hblRS {
    display: block;
    font-weight: 600;
    color: #545454
}

.c-about-S-1 .TX4fyS {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 50%;
    margin-left: 10px;
    font-weight: 600;
    color: #9696ab;
    text-align: right
}

.c-about-S-1 .NfGun3EZs66X {
    min-width: 200px;
    margin: 30px 0 0
}

.c-about-S-1 .TDAcWF {
    margin: 24px 0 15px
}

@media only screen and (min-width:568px) and (max-width:1023px) {
    .c-about-S-1 .KnUE8f_RTsL {
        padding: 20px 30px 25px
    }
    .c-about-S-1 .fAmmq7_ {
        margin-top: 10px
    }
    .c-about-S-1 .qz4-y9Hs8 {
        margin-bottom: 6px
    }
    .c-about-S-1 .Xuty5 {
        margin-top: 10px
    }
    .c-about-S-1 .Y8Anq_CwK {
        margin: 0
    }
}

@media only screen and (min-width:768px) {
    .c-about-S-1 .KnUE8f_RTsL {
        padding: 30px 30px 35px
    }
    .c-about-S-1 .LMd4S {
        padding: 35px 40px 0
    }
    .c-about-S-1 .Y8Anq_CwK {
        margin: 0
    }
    .c-about-S-1 .Y8Anq_CwK p {
        font-size: 18px
    }
    .c-about-S-1 .aAqGAepYJxtI {
        width: 130px;
        height: 90px
    }
    .c-about-S-1 .aAqGAepYJxtI:nth-child(2) {
        margin: 0 15px
    }
}

@media only screen and (min-width:1024px) {
    .c-about-S-1 .S1OM1wo {
        width: 100%
    }
    .c-about-S-1 .S1OM1wo .Xuty5 {
        margin-top: 0
    }
    .c-about-S-1 .S1OM1wo .fAmmq7_ {
        margin-top: 15px;
        margin-bottom: 14px
    }
    .c-about-S-1 .S1OM1wo .TDAcWF {
        margin: 11px 0 19px
    }
    .c-about-S-1 .KnUE8f_RTsL {
        padding: 35px 25px 40px
    }
    .c-about-S-1 .LMd4S {
        padding: 35px 40px 0
    }
}

@media only screen and (min-width:1366px) {
    .c-about-S-1 .S1OM1wo {
        width: 100%;
        max-height: 610px;
        min-width: 410px
    }
    .c-about-S-1 .Y8Anq_CwK {
        padding: 26px 22px 30px
    }
    .c-about-S-1 .aAqGAepYJxtI {
        width: 108px;
        height: 74px
    }
    .c-about-S-1 .KnUE8f_RTsL {
        padding: 38px 35px 50px
    }
    .c-about-S-1 .LMd4S {
        padding: 27px 40px 0
    }
    .c-about-S-1 .Xuty5,
    .c-about-S-1 .fAmmq7_ {
        margin-top: 25px
    }
    .c-about-S-1 .NfGun3EZs66X {
        margin-top: 38px
    }
    .c-about-S-1 .TDAcWF {
        margin: 24px 0 15px
    }
}

.c-features-S-1 .yQZjl6k {
    padding: 34px 20px;
    background: #fff;
    color: #545454;
    -webkit-box-shadow: 0 1px 38px 0 rgba(2, 7, 24, .11);
    box-shadow: 0 1px 38px 0 rgba(2, 7, 24, .11)
}

.c-features-S-1 .llMa254 {
    margin-top: 20px
}

.c-features-S-1 .Vf9ReCJ span:first-of-type {
    margin-right: 5px;
    font-weight: 700
}

.c-features-S-1 .m2-TsMisw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    width: 100%
}

.c-features-S-1 .m2-TsMisw .yQZjl6k {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%
}

.c-features-S-1 .m2-TsMisw .yQZjl6k:last-of-type {
    margin-top: 15px
}

.c-features-S-1 .m2-TsMisw .llMa254 {
    margin: 0
}

.c-features-S-1 .MNtto {
    font-size: 19px;
    font-weight: 700;
    color: #2e2d2d;
    text-align: center;
    text-transform: uppercase
}

.c-features-S-1 .t7nGMkukVpsT {
    margin: 30px 0 0
}

.c-features-S-1 .yJlM-evuY4Z .VUYfAahJ8n:before {
    content: '+'
}

.c-features-S-1 .oFMCCyaGCc .VUYfAahJ8n:before {
    content: '\2212'
}

.c-features-S-1 .YdGRNYGb6F {
    position: relative;
    padding-left: 32px
}

.c-features-S-1 .VUYfAahJ8n {
    position: absolute;
    top: 2px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border: 1px solid #f02257;
    border-radius: 50%
}

.c-features-S-1 .VUYfAahJ8n:before {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #f02257
}

@media only screen and (min-width:568px) {
    .c-features-S-1 .Fryifk6g {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .c-features-S-1 .yQZjl6k {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%
    }
    .c-features-S-1 .llMa254 {
        margin: 0 0 0 20px
    }
}

@media only screen and (min-width:768px) {
    .c-features-S-1 .MNtto {
        font-size: 20px
    }
    .c-features-S-1 .yQZjl6k {
        padding: 35px 30px
    }
}

@media only screen and (min-width:1024px) {
    .c-features-S-1 .llMa254 {
        margin: 0 0 0 30px
    }
    .c-features-S-1 .MNtto {
        font-weight: 700
    }
}

@media only screen and (min-width:1366px) {
    .c-features-S-1 .yQZjl6k {
        padding: 40px 25px 45px 30px
    }
    .c-features-S-1 .t7nGMkukVpsT {
        margin-top: 25px
    }
    .c-features-S-1 .YdGRNYGb6F {
        margin-bottom: 1.2em
    }
    .c-features-S-1 .YdGRNYGb6F:last-child {
        margin-bottom: 0
    }
    .c-features-S-1 .m2-TsMisw .yQZjl6k:last-of-type {
        margin-top: 40px
    }
}

.c-rating-S-1 .HVGBI7k {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    font-size: 0;
    line-height: 1;
    text-align: center
}

.c-rating-S-1 .HVGBI7k[data-rating="5"] .yKIAxljZ:nth-child(-n+5) use,
.c-rating-S-1 .HVGBI7k[data-rating^="1"] .yKIAxljZ:first-child use,
.c-rating-S-1 .HVGBI7k[data-rating^="2"] .yKIAxljZ:nth-child(-n+2) use,
.c-rating-S-1 .HVGBI7k[data-rating^="3"] .yKIAxljZ:nth-child(-n+3) use,
.c-rating-S-1 .HVGBI7k[data-rating^="4"] .yKIAxljZ:nth-child(-n+4) use {
    color: #ed95ab;
    fill: #ed95ab
}

.c-rating-S-1 .HVGBI7k[data-rating="1.5"] .yKIAxljZ:nth-child(5n+2) use,
.c-rating-S-1 .HVGBI7k[data-rating="2.5"] .yKIAxljZ:nth-child(5n+3) use,
.c-rating-S-1 .HVGBI7k[data-rating="3.5"] .yKIAxljZ:nth-child(5n+4) use,
.c-rating-S-1 .HVGBI7k[data-rating="4.5"] .yKIAxljZ:nth-child(5n+5) use {
    color: #ed95ab
}

.c-rating-S-1 .LA5dM {
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset
}

.c-rating-S-1 .P8QcY3e91th7 {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 16px
}

.c-rating-S-1 .TQNVFxn_ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.c-rating-S-1 .HSdpG0qLa {
    font-size: 16px;
    font-weight: 600;
    color: #8585cd
}

.c-rating-S-1 .uA2MRO {
    margin-right: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #2e2334
}

.c-rating-S-1 .uEmNvoSKlT1e {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-rating-S-1 .IyI43 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.c-rating-S-1 .yKIAxljZ {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin: 0 1px 0 0
}

.c-form-S-1 .wRCZJK7rN label use,
.c-rating-S-1 .yKIAxljZ use {
    color: #f6cad5;
    fill: #f6cad5
}

.c-rating-S-1 .yKIAxljZ:last-child {
    margin-right: 0
}

.c-form-S-1 .wRCZJK7rN label svg,
.c-rating-S-1 .yKIAxljZ svg {
    display: inline-block;
    width: 100%;
    height: 100%
}

.c-rating-S-1 .FITf57 .HSdpG0qLa {
    font-size: 20px
}

.c-rating-S-1 .FITf57 .uA2MRO {
    font-size: 16px
}

.c-rating-S-1 .FITf57 .TQNVFxn_ {
    margin-top: 13px
}

.c-rating-S-1 .FITf57 .xU7gqtuh {
    width: 49px;
    height: 49px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 -10 511.99143 511' fill='%23ed95ab' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m510.652344 185.882812c-3.371094-10.367187-12.566406-17.707031-23.402344-18.6875l-147.796875-13.417968-58.410156-136.75c-4.3125-10.046875-14.125-16.53125-25.046875-16.53125s-20.738282 6.484375-25.023438 16.53125l-58.410156 136.75-147.820312 13.417968c-10.835938 1-20.011719 8.339844-23.402344 18.6875-3.371094 10.367188-.257813 21.738282 7.9375 28.925782l111.722656 97.964844-32.941406 145.085937c-2.410156 10.667969 1.730468 21.699219 10.582031 28.097656 4.757813 3.457031 10.347656 5.183594 15.957031 5.183594 4.820313 0 9.644532-1.28125 13.953125-3.859375l127.445313-76.203125 127.421875 76.203125c9.347656 5.585938 21.101562 5.074219 29.933593-1.324219 8.851563-6.398437 12.992188-17.429687 10.582032-28.097656l-32.941406-145.085937 111.722656-97.964844c8.191406-7.1875 11.308594-18.535156 7.9375-28.925782zm-252.203125 223.722657'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain
}

@media only screen and (max-width:767px) {
    .c-rating-S-1 .FITf57 .xU7gqtuh {
        display: none
    }
}

@media only screen and (min-width:768px) {
    .c-rating-S-1 .HSdpG0qLa {
        font-size: 20px
    }
    .c-rating-S-1 .uA2MRO {
        font-size: 16px
    }
    .c-rating-S-1 .yKIAxljZ {
        margin: 0 4px 0 0
    }
    .c-rating-S-1 .FITf57 .NF97RzAXyW {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .c-rating-S-1 .FITf57 .IyI43 {
        margin-top: 13px
    }
    .c-rating-S-1 .FITf57 .uA2MRO {
        margin: 0
    }
}

.c-sites-box-S-1 .FjCSV .CtOEiRWV {
    position: relative;
    height: 100%;
    max-width: 330px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid transparent;
    color: #2e2d2d;
    -webkit-box-shadow: 0 1px 18px 0 rgba(2, 7, 24, .11);
    box-shadow: 0 1px 18px 0 rgba(2, 7, 24, .11);
    -webkit-transition: all .2s;
    transition: all .2s
}

.c-sites-box-S-1 .FjCSV .CtOEiRWV:focus,
.c-sites-box-S-1 .FjCSV .CtOEiRWV:hover {
    outline: 0;
    -webkit-box-shadow: 0 1px 8px 0 rgba(2, 7, 24, .11);
    box-shadow: 0 1px 8px 0 rgba(2, 7, 24, .11)
}

.c-sites-box-S-1 .FjCSV .WK4g7coesv67 {
    display: block
}

.c-sites-box-S-1 .FjCSV .nNUb5i25-V {
    padding: 12px 9px 25px;
    text-align: center
}

.c-sites-box-S-1 .FjCSV .u8JcdGU02 {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap
}

.c-sites-box-S-1 .FjCSV .z7PRubYK {
    font-size: 16px;
    font-weight: 300;
    color: #c3c3cf
}

.c-sites-box-S-1 .FjCSV .mXmFF1hPQy9w {
    display: inline-block;
    margin: 22px 0 0;
    font-size: 16px;
    color: #5a6265;
    text-transform: uppercase
}

.c-sites-box-S-1 .FjCSV .mXmFF1hPQy9w:focus,
.c-sites-box-S-1 .FjCSV .mXmFF1hPQy9w:hover {
    outline: 0
}

.c-sites-box-S-1 .FjCSV .qp7TfeBYyHKa {
    margin: 15px 0 0
}

.c-sites-box-S-1 .FjCSV .qp7TfeBYyHKa .Q8IfIK1lz {
    padding: 0
}

.c-sites-box-S-1 .FjCSV .c-xNiAp2EJ {
    width: 100%;
    max-width: 256px;
    min-width: 181px
}

.c-sites-box-S-1 .FjCSV .whmUgCj {
    margin: 15px 0 0
}

.c-sites-box-S-1 .FjCSV .whmUgCj .P8QcY3e91th7 {
    position: absolute;
    top: 10px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60px;
    height: 30px;
    padding-left: 5px;
    background: #fff;
    border-radius: 9px 0 0 9px;
    font-weight: 700;
    color: #e9406b;
    text-align: center
}

.c-sites-box-S-1 .KpOdirh .CtOEiRWV {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.c-sites-box-S-1 .K05Vq9T7P3f:not(.slick-slider) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-sites-box-S-1 .K05Vq9T7P3f:not(.slick-slider)>* {
    display: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.c-sites-box-S-1 .K05Vq9T7P3f:not(.slick-slider)>:nth-child(1) {
    display: block
}

.c-sites-box-S-1 .n5BcCoGA {
    min-height: 447px
}

.c-sites-box-S-1 .n5BcCoGA .slick-list {
    padding: 0 34px !important;
    overflow: hidden
}

.c-sites-box-S-1 .n5BcCoGA .nNUb5i25-V {
    padding: 15px 20px 21px
}

.c-sites-box-S-1 .n5BcCoGA .u8JcdGU02 {
    font-size: 20px;
    font-weight: 700
}

.c-sites-box-S-1 .n5BcCoGA .whmUgCj {
    margin: 12px 0 0
}

.c-sites-box-S-1 .n5BcCoGA .mXmFF1hPQy9w {
    margin: 10px 0 0
}

.c-sites-box-S-1 .eyrIFoGYxf .slick-list {
    padding: 0 32px !important
}

.c-sites-box-S-1 .eyrIFoGYxf .nNUb5i25-V {
    padding: 12px 20px 25px
}

.c-sites-box-S-1 .v14XwhhWd {
    padding: 0 8px
}

.c-sites-box-S-1 .v14XwhhWd .CtOEiRWV {
    -webkit-box-shadow: 0 1px 18px 0 rgba(2, 7, 24, .11);
    box-shadow: 0 1px 18px 0 rgba(2, 7, 24, .11)
}

.c-sites-box-S-1 .v14XwhhWd .CtOEiRWV:focus,
.c-sites-box-S-1 .v14XwhhWd .CtOEiRWV:hover {
    -webkit-box-shadow: 0 1px 8px 0 rgba(2, 7, 24, .11);
    box-shadow: 0 1px 8px 0 rgba(2, 7, 24, .11)
}

@media only screen and (max-width:1023px) {
    .c-sites-box-S-1 .n5BcCoGA {
        min-height: 400px
    }
    .c-sites-box-S-1 .n5BcCoGA .slick-list {
        overflow: visible
    }
}

@media only screen and (max-width:1441px) {
    .c-sites-box-S-1 .K05Vq9T7P3f .slick-list {
        overflow: visible
    }
}

@media only screen and (min-width:568px) {
    .c-sites-box-S-1 .K05Vq9T7P3f:not(.slick-slider)>:nth-child(2) {
        display: block
    }
}

@media screen and (min-width:951px) {
    .c-sites-box-S-1 .K05Vq9T7P3f:not(.slick-slider)>:nth-child(3) {
        display: block
    }
}

@media screen and (min-width:1266px) {
    .c-sites-box-S-1 .K05Vq9T7P3f:not(.slick-slider)>:nth-child(4) {
        display: block
    }
    .c-sites-box-S-1 .n5BcCoGA:not(.slick-slider)>:nth-child(4) {
        display: none
    }
}

@media only screen and (min-width:1024px) {
    .c-sites-box-S-1 .FjCSV .nNUb5i25-V {
        padding: 20px 25px 25px
    }
    .c-sites-box-S-1 .FjCSV .u8JcdGU02 {
        font-size: 20px;
        font-weight: 800
    }
    .c-sites-box-S-1 .FjCSV .u8JcdGU02:before {
        content: '';
        display: block;
        width: 36px;
        height: 1px;
        margin: 0 auto 10px;
        background: #c3c3cf
    }
    .c-sites-box-S-1 .FjCSV .whmUgCj {
        margin: 15px 0 0
    }
    .c-sites-box-S-1 .FjCSV .mXmFF1hPQy9w {
        margin: 14px 0 0
    }
    .c-sites-box-S-1 .FjCSV .c-xNiAp2EJ {
        padding: 0 64px
    }
    .c-sites-box-S-1 .KpOdirh .nNUb5i25-V {
        min-height: 214px
    }
    .c-sites-box-S-1 .KpOdirh .c-xNiAp2EJ {
        position: absolute;
        bottom: 25px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
    .c-sites-box-S-1 .n5BcCoGA {
        min-height: 510px;
        margin: -16px -12px 0
    }
    .c-sites-box-S-1 .n5BcCoGA .slick-list {
        padding: 16px 0 !important;
        overflow: hidden
    }
    .c-sites-box-S-1 .n5BcCoGA .v14XwhhWd {
        padding: 0 14px
    }
    .c-sites-box-S-1 .n5BcCoGA .nNUb5i25-V {
        padding: 24px 25px 32px
    }
    .c-sites-box-S-1 .eyrIFoGYxf .slick-list {
        padding: 0 !important
    }
    .c-sites-box-S-1 .eyrIFoGYxf .nNUb5i25-V {
        padding: 27px 20px 37px
    }
    .c-sites-box-S-1 .eyrIFoGYxf .mXmFF1hPQy9w {
        margin-top: 31px;
        font-weight: 600
    }
}

@media only screen and (min-width:1442px) {
    .c-sites-box-S-1 .K05Vq9T7P3f {
        margin: -16px -16px 0
    }
    .c-sites-box-S-1 .K05Vq9T7P3f .slick-list {
        padding: 16px 0 !important;
        overflow-y: visible
    }
}

.c-footer-S-1 .MtrG_y {
    padding: 35px 0;
    background: #242424;
    color: #fff
}

.c-footer-S-1 .SEIiZea {
    background: #0a0612
}

.c-footer-S-1 .SEIiZea .IhrvWoRnzy1,
.c-footer-S-1 .SEIiZea .kV75psjg {
    color: #615c6b
}

.c-footer-S-1 .SEIiZea .Jk0gQ,
.c-footer-S-1 .SEIiZea .Jk0gQ .IhrvWoRnzy1 {
    color: #fff
}

.c-footer-S-1 .A9QqEJgzDY7,
.c-footer-S-1 .kyv9_y {
    max-height: 174px;
    overflow: auto;
    font-size: 0
}

.c-footer-S-1 .A9QqEJgzDY7::-webkit-scrollbar,
.c-footer-S-1 .kyv9_y::-webkit-scrollbar {
    width: 5px;
    margin-top: 15px
}

.c-footer-S-1 .A9QqEJgzDY7::-webkit-scrollbar-track,
.c-footer-S-1 .kyv9_y::-webkit-scrollbar-track {
    background-color: transparent
}

.c-footer-S-1 .A9QqEJgzDY7::-webkit-scrollbar-thumb,
.c-footer-S-1 .kyv9_y::-webkit-scrollbar-thumb {
    overflow: hidden;
    background-color: #858585;
    border-radius: 5px
}

@media only screen and (min-width:568px) {
    .c-footer-S-1 .A9QqEJgzDY7,
    .c-footer-S-1 .kyv9_y {
        max-height: 100%
    }
}

.c-footer-S-1 .kyv9_y {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.c-footer-S-1 .IhrvWoRnzy1 {
    font-size: 16px;
    color: #fff;
    word-break: break-word !important;
    word-wrap: break-word
}

.c-footer-S-1 .IhrvWoRnzy1:active,
.c-footer-S-1 .IhrvWoRnzy1:focus,
.c-footer-S-1 .IhrvWoRnzy1:hover,
.c-sitemap-S-1 .I5o0Ix a:focus,
.c-sitemap-S-1 .I5o0Ix a:hover {
    color: #f02257;
    text-decoration: none
}

.c-footer-S-1 .RsHGS {
    margin: 0
}

.c-footer-S-1 .Jk0gQ {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0 0 10px;
    word-break: break-word;
    word-wrap: break-word
}

.c-footer-S-1 .xsP0su3,
.c-footer-S-1 .uziYVhA {
    font-size: 18px;
    font-weight: 600
}

@media only screen and (min-width:768px) {
    .c-footer-S-1 .xsP0su3 {
        display: none
    }
}

.c-footer-S-1 .kV75psjg {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #fbdee6
}

.c-footer-S-1 .uQ93oILoeYB {
    margin: 30px 0 0
}

.c-footer-S-1 .A9QqEJgzDY7 {
    margin: 20px 0 0
}

.c-footer-S-1 .RsHGS {
    margin-bottom: 12px
}

.c-footer-S-1 .RsHGS:last-child {
    margin-bottom: 0
}

.c-footer-S-1 .tCVk6TDyR {
    font-size: 14px;
    color: #6b5158;
    text-align: center
}

.c-footer-S-1 .rHtm {
    width: 100%;
    margin-bottom: 30px
}

@media only screen and (min-width:568px) {
    .c-footer-S-1 .RsHGS {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding-right: 10px
    }
}

@media only screen and (min-width:768px) {
    .c-footer-S-1 .emf9Lb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .c-footer-S-1 .rHtm {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .c-footer-S-1 .kyv9_y {
        padding: 15px 0;
        border-top: 1px solid #6e6c6c
    }
    .c-footer-S-1 .SEIiZea .kyv9_y {
        border-bottom: 1px solid #b7b3b4
    }
    .c-footer-S-1 .Jk0gQ {
        margin: 0
    }
    .c-footer-S-1 .TF6EWy {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 30px
    }
    .c-footer-S-1 .uQ93oILoeYB {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        margin: 0
    }
    .c-footer-S-1 .RsHGS {
        width: 100%
    }
    .c-footer-S-1 .RFR7Ix7 {
        width: 50%;
        margin-right: 0
    }
    .c-footer-S-1 .kyv9_y {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0
    }
    .c-footer-S-1 .Jk0gQ {
        width: auto;
        margin-right: 15px
    }
    .c-footer-S-1 .Jk0gQ:last-of-type {
        margin-right: 0
    }
}

@media only screen and (min-width:1024px) {
    .c-footer-S-1 .uQ93oILoeYB,
    .c-footer-S-1 .TF6EWy {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%
    }
    .c-footer-S-1 .uQ93oILoeYB:first-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%
    }
    .c-footer-S-1 .kV75psjg {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
        margin: 0 0 30px;
        padding-left: 50px
    }
}

@media only screen and (min-width:1366px) {
    .c-footer-S-1 .MtrG_y {
        padding-top: 70px
    }
    .c-footer-S-1 .rHtm {
        margin-bottom: 60px
    }
    .c-footer-S-1 .TF6EWy,
    .c-footer-S-1 .kV75psjg {
        margin-bottom: 70px
    }
    .c-footer-S-1 .Jk0gQ {
        margin-right: 20px
    }
}

@media only screen and (max-width:767px) {
    .c-breadcrumbs-S-1 {
        display: none;
        padding-top: 0
    }
}

.c-breadcrumbs-S-1 .QWajjXJdBfWZ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 30px;
    font-size: 14px
}

.c-breadcrumbs-S-1 .qdsCMu,
.c-breadcrumbs-S-1 .qdsCMu .nNUGV {
    color: #8585cd
}

.c-breadcrumbs-S-1 .Dc__XYFM {
    display: block;
    margin: 0 6px 0 0
}

.c-breadcrumbs-S-1 .Dc__XYFM:not(:last-child):after {
    content: '/';
    display: inline;
    margin-left: 8px
}

.c-breadcrumbs-S-1 .nNUGV {
    display: inline-block;
    color: #545454
}

.c-breadcrumbs-S-1 .YIJKRd7wvJ {
    text-decoration: underline
}

@media only screen and (min-width:768px) {
    .c-breadcrumbs-S-1 .YIJKRd7wvJ {
        display: block;
        max-width: 400px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

@media only screen and (min-width:1024px) {
    .c-breadcrumbs-S-1 .YIJKRd7wvJ {
        max-width: 700px
    }
}

@media only screen and (min-width:1366px) {
    .c-breadcrumbs-S-1 .YIJKRd7wvJ {
        max-width: none;
        overflow: auto;
        white-space: normal
    }
}

.c-sitemap-S-1 .I5o0Ix a {
    display: inline-block;
    color: #545454;
    outline: 0;
    -webkit-transition: all .15s;
    transition: all .15s
}

.c-sitemap-S-1 .GYwqwLff {
    margin: 2em 0 1.2em
}

.c-sitemap-S-1 .GYwqwLff:first-child {
    margin-top: 0
}

.c-sitemap-S-1 .msnu- {
    margin: -15px 0 0;
    padding: 1px 0 0;
    font-size: 0;
    list-style: none
}

.c-sitemap-S-1 .jMlwcrcdrxH_ {
    display: block;
    margin: 15px 0 0
}

.c-sitemap-S-1 .QEXh {
    font-size: 16px
}

.c-sitemap-S-1 .QEXh:before {
    content: '\2022';
    display: inline;
    margin-right: 7px
}

@media only screen and (min-width:667px) {
    .c-sitemap-S-1 .hbw450tZy {
        margin-right: -10px;
        margin-left: -10px
    }
    .c-sitemap-S-1 .hbw450tZy .jMlwcrcdrxH_ {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding: 0 10px
    }
}

.c-form-S-1 .Ke6D_X .c-loader {
    width: 15px;
    height: 15px;
    border: 3px solid #f02257;
    border-top: 3px solid #fff;
    border-radius: 50%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.c-form-S-1 .ufMHoYu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -20px -10px 0
}

.c-form-S-1 .s0Wkn5nwx {
    width: 100%;
    margin: 20px 0 0;
    padding: 0 10px
}

.c-form-S-1 .miz7dugj2Y {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.c-form-S-1 .e7Mwbh4p {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    font-weight: 700;
    color: #545454;
    text-decoration: underline;
    text-transform: uppercase;
    outline: 0
}

.c-form-S-1 .e7Mwbh4p:focus,
.c-form-S-1 .e7Mwbh4p:hover {
    text-decoration: none
}

@media only screen and (max-width:567px) {
    .c-form-S-1 .miz7dugj2Y {
        text-align: center
    }
}

@media only screen and (min-width:568px) {
    .c-form-S-1 .GzuIFAZ443 {
        width: 50%
    }
}

.c-form-S-1 .wRCZJK7rN {
    display: inline-block;
    vertical-align: middle;
    margin: -5px 0 0 10px;
    font-size: 0
}

.c-form-S-1 .wRCZJK7rN:after,
.c-vote-S-1 .HVGBI7k:after,
.c-vote-S-1 .uEmNvoSKlT1e:after {
    content: "";
    display: table;
    width: 100%;
    clear: both
}

.c-form-S-1 .wRCZJK7rN input {
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.c-form-S-1 .wRCZJK7rN label {
    float: right;
    width: 22px;
    height: 22px;
    margin: 0 2px 0 0
}

.c-form-S-1 .wRCZJK7rN input:checked~label use,
.c-form-S-1 .wRCZJK7rN input:focus~label use,
.c-form-S-1 .wRCZJK7rN label:hover use,
.c-form-S-1 .wRCZJK7rN label:hover~label use {
    color: #ed95ab;
    fill: #ed95ab
}

.c-comments-S-1 .kFeWHwPgq {
    margin-top: 20px;
    padding: 30px;
    background: #ebecf4;
    border-radius: 0 15px 15px 15px;
    color: #545454
}

.c-comments-S-1 .kFeWHwPgq:first-child {
    margin-top: 0
}

.c-comments-S-1 .RtUU1vtF8z_ {
    font-style: italic;
    font-size-adjust: none
}

.c-comments-S-1 .DWr-Kp59 {
    display: inline;
    font-weight: 700
}

.c-comments-S-1 .u50ebrDpKv {
    margin-top: 10px
}

.c-comments-S-1 .iBlySuWdJFqT {
    margin-top: 25px;
    text-align: center
}

@media only screen and (max-width:567px) {
    .c-comments-S-1 .RtUU1vtF8z_ {
        margin-top: 10px
    }
    .c-comments-S-1 .mRmG2eQ {
        display: none
    }
    .c-comments-S-1 .VU9o6w8 {
        display: block
    }
}

@media only screen and (min-width:568px) {
    .c-comments-S-1 .Ds_RmJIOL {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .c-comments-S-1 .mRmG2eQ {
        width: 50px
    }
    .c-comments-S-1 .mRmG2eQ img {
        width: 47px;
        height: 47px;
        border-radius: 50%
    }
    .c-comments-S-1 .Iy2RI7llVaNQ {
        margin-left: 15px
    }
    .c-comments-S-1 .RtUU1vtF8z_ {
        margin-top: 3px;
        font-size: 16px
    }
    .c-comments-S-1 .DWr-Kp59 {
        font-size: 20px
    }
    .c-comments-S-1 .u50ebrDpKv {
        margin-top: 25px
    }
}

@media only screen and (min-width:1024px) {
    .c-comments-S-1 .kFeWHwPgq {
        padding: 35px
    }
}

.c-vote-S-1 .wRCZJK7rN {
    padding: 20px 10px 5px;
    text-align: center
}

.c-vote-S-1 .o9Kmyg_5x {
    padding-left: 0;
    text-align: left
}

.c-vote-S-1 .S8yp8p5 {
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase
}

.c-vote-S-1 .wrE4ZX {
    margin: 11px 0 0
}

.c-vote-S-1 .GVhTl {
    margin: 13px 0 0
}

@media only screen and (min-width:768px) {
    .c-vote-S-1 .wRCZJK7rN {
        padding-top: 30px
    }
    .c-vote-S-1 .wrE4ZX,
    .c-vote-S-1 .GVhTl {
        display: inline-block;
        vertical-align: middle;
        margin: 0
    }
    .c-vote-S-1 .S8yp8p5 {
        font-size: 18px
    }
    .c-vote-S-1 .wrE4ZX {
        margin-right: 10px
    }
    .c-vote-S-1 .GVhTl {
        margin-top: 5px
    }
    .c-vote-S-1 .Ia_jyTC_ {
        margin: 8px 0 0
    }
}

@media only screen and (min-width:1024px) {
    .c-vote-S-1 .wRCZJK7rN {
        padding-top: 40px
    }
}

.c-vote-S-1 .HVGBI7k {
    margin: 0 -2px;
    font-size: 0
}

.c-vote-S-1 .q8pByZorN {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 2px 0;
    font-size: 14px
}

.c-vote-S-1 .HVGBI7k.is-disabled .OZgBOKkNz {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 473.5 473.5' fill='%23f6cad5' %3E%3Cpath d='M473.5 182.1L310.6 158 235.9 11.2l-73.3 147.5L0 184.4l117.6 115.2-25.8 162.7L237.7 386l146.7 74.8L357 298.5z'/%3E%3C/svg%3E");
    cursor: default
}

.c-vote-S-1 .HVGBI7k.is-disabled .hLWwuX {
    display: block !important
}

.c-vote-S-1 .HVGBI7k:hover .hLWwuX {
    display: none
}

.c-vote-S-1 .B7SYE_T-F4zl {
    display: inline-block
}

.c-vote-S-1 .OZgBOKkNz {
    float: right;
    width: 24px;
    height: 24px;
    margin: 0 2px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 473.5 473.5' fill='%23f6cad5' %3E%3Cpath d='M473.5 182.1L310.6 158 235.9 11.2l-73.3 147.5L0 184.4l117.6 115.2-25.8 162.7L237.7 386l146.7 74.8L357 298.5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 24px 24px;
    font-size: 0;
    outline: 0
}

.c-vote-S-1 .OZgBOKkNz:focus,
.c-vote-S-1 .OZgBOKkNz:focus~button,
.c-vote-S-1 .OZgBOKkNz:hover,
.c-vote-S-1 .OZgBOKkNz:hover~button {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 473.5 473.5' fill='%23ed95ab' %3E%3Cpath d='M473.5 182.1L310.6 158 235.9 11.2l-73.3 147.5L0 184.4l117.6 115.2-25.8 162.7L237.7 386l146.7 74.8L357 298.5z'/%3E%3C/svg%3E")
}

.c-vote-S-1 .OZgBOKkNz:focus~.hLWwuX,
.c-vote-S-1 .OZgBOKkNz:hover~.hLWwuX {
    display: none
}

.c-vote-S-1 .uEmNvoSKlT1e {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 0
}

.c-vote-S-1 .hLWwuX {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 473.5 473.5' fill='%23ed95ab' %3E%3Cpath d='M473.5 182.1L310.6 158 235.9 11.2l-73.3 147.5L0 184.4l117.6 115.2-25.8 162.7L237.7 386l146.7 74.8L357 298.5z'/%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-size: 28px 24px
}

.c-vote-S-1 .eosgDLNOv {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    font-weight: 700;
    line-height: 1
}

@media only screen and (min-width:768px) {
    .c-vote-S-1 .uEmNvoSKlT1e {
        margin-right: 10px
    }
}

.c-contents-S-1 .xVi6ewb {
    margin-bottom: 20px;
    -webkit-box-shadow: 0 1px 38px 0 rgba(2, 7, 24, .11);
    box-shadow: 0 1px 38px 0 rgba(2, 7, 24, .11)
}

.c-contents-S-1 .xVi6ewb .fade .modal-dialog,
.c-contents-S-1 .xVi6ewb .in .modal-dialog {
    -webkit-transform: translate(0, 25%);
    transform: translate(0, 25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.c-contents-S-1 .xVi6ewb .in .modal-dialog {
    height: 100%;
    max-height: 560px;
    z-index: 99;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.c-contents-S-1 .hP0Y1iPGF {
    z-index: 999;
    overflow-x: hidden;
    overflow-y: auto;
    background: #2d3340d9
}

.c-contents-S-1 .V_wyWE {
    position: fixed;
    bottom: 25px;
    left: 15px;
    width: 50px;
    height: 50px;
    z-index: 9999;
    background: #7a7ad5;
    border-radius: 50%;
    -webkit-box-shadow: .626px 3.951px 8px 0 rgba(122, 122, 213, .38);
    box-shadow: .626px 3.951px 8px 0 rgba(122, 122, 213, .38)
}

.c-contents-S-1 .V_wyWE:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='1200' height='1000'%3E%3Cpath d='M1060.938 687.604c21.574 0 39.063-17.488 39.063-39.063V156.25C1100 70.094 1029.906 0 943.75 0h-687.5C170.094 0 100 70.094 100 156.25v687.5c0 86.156 70.094 156.25 156.25 156.25h687.5c86.156 0 156.25-70.094 156.25-156.25 0-21.574-17.488-39.063-39.063-39.063s-39.063 17.488-39.063 39.063c0 43.078-35.047 78.125-78.125 78.125h-687.5c-43.078 0-78.125-35.047-78.125-78.125v-687.5c0-43.078 35.047-78.125 78.125-78.125h687.5c43.078 0 78.125 35.047 78.125 78.125v492.29c.001 21.575 17.489 39.064 39.064 39.064z'/%3E%3Cpath d='M943.75 500c0-21.574-17.488-39.063-39.063-39.063H297.266c-21.574 0-39.063 17.488-39.063 39.063s17.488 39.063 39.063 39.063h607.422c21.574 0 39.062-17.489 39.062-39.063zM297.266 617.188c-21.574 0-39.063 17.488-39.063 39.063s17.488 39.063 39.063 39.063H662.5c21.574 0 39.063-17.488 39.063-39.063s-17.488-39.063-39.063-39.063H297.266zM297.266 382.813h443.359c21.574 0 39.063-17.488 39.063-39.063s-17.488-39.063-39.063-39.063H297.266c-21.574 0-39.063 17.488-39.063 39.063s17.488 39.063 39.063 39.063z'/%3E%3C/svg%3E")
}

.c-contents-S-1 .V_wyWE.is-active {
    background: #f03968
}

.c-contents-S-1 .EFIAQAMoGyAl {
    z-index: 99;
    background: #fff;
    text-align: left
}

.c-contents-S-1 .XpnRehVE-P {
    font-size: 20px;
    font-weight: 600;
    color: #2e2d2d;
    text-align: center;
    text-transform: uppercase
}

.c-contents-S-1 .FY5FQ {
    width: calc(100% - 20px);
    height: calc(100% - 60px);
    margin: 16px 10px;
    padding: 0;
    z-index: 99;
    overflow: auto;
    overflow-y: scroll;
    list-style: none;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    scrollbar-color: #c6c9dd #fff;
    scrollbar-width: thin
}

.c-contents-S-1 .FY5FQ::-webkit-scrollbar,
.jq-selectbox__dropdown ul::-webkit-scrollbar {
    width: 5px;
    margin-top: 15px
}

.c-contents-S-1 .FY5FQ::-webkit-scrollbar-track {
    background-color: #fff
}

.c-contents-S-1 .FY5FQ::-webkit-scrollbar-thumb {
    overflow: hidden;
    background-color: #c6c9dd;
    border-radius: 5px
}

.c-contents-S-1 .AKkPVWXN0 {
    position: relative;
    margin-bottom: 0;
    padding: 5px 5px 6px 15px
}

.c-contents-S-1 .AKkPVWXN0:focus .eynEhXn,
.c-contents-S-1 .AKkPVWXN0:hover .eynEhXn {
    color: #f03968;
    text-decoration: none
}

.c-contents-S-1 .eynEhXn {
    font-size: 16px;
    color: #3d3b41;
    word-break: break-word;
    word-wrap: break-word
}

@media only screen and (max-width:480px) {
    .c-contents-S-1 .V_wyWE {
        display: none
    }
    .c-contents-S-1 .EFIAQAMoGyAl {
        bottom: 70px
    }
}

@media only screen and (min-width:481px) {
    .c-contents-S-1 .V_wyWE {
        right: 15px;
        bottom: 15px;
        left: auto;
        display: block
    }
    .c-contents-S-1 .EFIAQAMoGyAl {
        bottom: 0
    }
}

@media only screen and (min-width:768px) {
    .c-contents-S-1 .FY5FQ {
        height: calc(100% - 50px);
        overflow: auto
    }
    .c-contents-S-1 .FY5FQ .mCSB_scrollTools .mCSB_draggerRail {
        width: 6px;
        background: 0 0
    }
    .c-contents-S-1 .FY5FQ .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        width: 6px;
        background: #c8d8fc
    }
    .c-contents-S-1 .FY5FQ .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:active,
    .c-contents-S-1 .FY5FQ .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
        background: #9fbaf7
    }
    .c-contents-S-1 .FY5FQ .mCSB_scrollTools .mCSB_draggerContainer {
        top: 8px;
        left: 10px
    }
    .c-contents-S-1 .V_wyWE {
        right: 24px;
        width: 60px;
        height: 60px
    }
    .c-contents-S-1 .V_wyWE:before {
        width: 40px;
        height: 40px;
        margin: 10px
    }
    .c-contents-S-1 .AKkPVWXN0 {
        margin: 0 0 .8em
    }
}

@media only screen and (max-width:1365px) {
    .c-contents-S-1 .EFIAQAMoGyAl {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 32px 0 80px;
        overflow-x: hidden;
        overflow-y: hidden
    }
}

@media only screen and (min-width:1366px) {
    .c-contents-S-1 .xVi6ewb .in .modal-dialog {
        height: 100%;
        max-height: unset
    }
    .c-contents-S-1 .FY5FQ {
        height: auto;
        max-height: 500px;
        overflow: auto
    }
    .c-contents-S-1 .FY5FQ::-webkit-scrollbar {
        width: 4px;
        height: 4px;
        margin-top: 15px
    }
    .c-contents-S-1 .FY5FQ::-webkit-scrollbar-track {
        background-color: #fff
    }
    .c-contents-S-1 .FY5FQ::-webkit-scrollbar-thumb {
        background-color: #c6c9dd
    }
    .c-contents-S-1 .V_wyWE {
        display: none !important
    }
    .c-contents-S-1 .hP0Y1iPGF {
        position: static;
        display: block !important;
        z-index: auto !important;
        overflow: visible;
        font-size: 0;
        text-align: right;
        opacity: 1;
        visibility: visible;
        -webkit-transition: none !important;
        transition: none !important
    }
    .c-contents-S-1 .EFIAQAMoGyAl {
        padding: 30px 0;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-transition: none !important;
        transition: none !important
    }
    .c-contents-S-1 .XpnRehVE-P {
        font-size: 20px
    }
}

.c-review-S-1 .Upyvp6TFeZPi {
    margin-top: 22px
}

.c-review-S-1 .zgeTP {
    max-height: 180px
}

@media only screen and (min-width:667px) {
    .c-review-S-1 .zgeTP {
        max-height: 280px
    }
}

@media only screen and (min-width:768px) {
    .c-review-S-1 .zgeTP {
        max-height: 380px
    }
}

@media only screen and (min-width:1024px) {
    .c-review-S-1 .zgeTP {
        max-height: 480px
    }
}

@media only screen and (min-width:1366px) {
    .c-review-S-1 .Upyvp6TFeZPi {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 36px;
        padding-bottom: 40px
    }
    .c-review-S-1 .zgeTP {
        width: 100%;
        max-width: 960px;
        max-height: 610px;
        margin-right: 50px
    }
}

.c-banner-recommendation-S-1 .KWzIZ4gp1b {
    position: relative;
    height: auto;
    margin: 0 -15px
}

.c-banner-recommendation-S-1 .yDpMOrmND {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.c-banner-recommendation-S-1 .glUHgtfpM {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -105px;
    z-index: -1;
    overflow: hidden
}

.c-banner-recommendation-S-1 .glUHgtfpM img {
    display: inline-block;
    min-width: 100%;
    min-height: 100%
}

@supports (object-fit:cover) {
    .c-banner-recommendation-S-1 .glUHgtfpM img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.c-banner-recommendation-S-1 .Yu_mWewU {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 30px
}

.c-banner-recommendation-S-1 .iaPSpO {
    margin: 0 0 5px;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-transform: none
}

.c-banner-recommendation-S-1 .iaPSpO:after {
    display: none
}

.c-banner-recommendation-S-1 .Y9Y0k__Yiij {
    font-size: 19px;
    line-height: 1.2;
    color: #fff;
    text-align: center
}

.c-banner-recommendation-S-1 .qH0Pu6a5EoS6 {
    min-width: 200px;
    margin-top: 13px;
    padding: 0 40px
}

@media only screen and (max-width:567px) {
    .c-banner-recommendation-S-1 .qH0Pu6a5EoS6 {
        display: block !important;
        max-width: 280px;
        overflow-x: hidden;
        font-size: 14px;
        line-height: 50px;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

@media only screen and (min-width:768px) {
    .c-banner-recommendation-S-1 .KWzIZ4gp1b {
        height: 160px;
        margin: 0
    }
    .c-banner-recommendation-S-1 .glUHgtfpM {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        overflow: hidden
    }
    .c-banner-recommendation-S-1 .Yu_mWewU {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 90%;
        max-width: 723px;
        margin: 0 auto
    }
    .c-banner-recommendation-S-1 .qH0Pu6a5EoS6 {
        margin-top: 0
    }
}

@media only screen and (min-width:1024px) {
    .c-banner-recommendation-S-1 .yDpMOrmND {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%
    }
    .c-banner-recommendation-S-1 .Yu_mWewU {
        width: 100%
    }
    .c-banner-recommendation-S-1 .iaPSpO {
        margin: 0;
        font-size: 25px;
        font-weight: 600;
        color: #fff;
        text-align: right;
        text-transform: none
    }
    .c-banner-recommendation-S-1 .iaPSpO:after {
        display: none
    }
    .c-banner-recommendation-S-1 .Y9Y0k__Yiij {
        margin-top: 10px;
        font-size: 19px;
        color: #fff;
        text-align: left
    }
    .c-banner-recommendation-S-1 .qH0Pu6a5EoS6 {
        min-width: 200px;
        margin: 0 50px 0 0
    }
}

.c-websites-S-1 .SIcZ5vyf08 {
    background: #fff
}

.c-websites-S-1 .SIcZ5vyf08 .N7zv {
    position: relative;
    margin-bottom: 20px;
    padding: 13px 15px 24px;
    background: #fff;
    color: #374251;
    -webkit-box-shadow: 0 1px 43px 0 rgba(2, 7, 24, .15);
    box-shadow: 0 1px 43px 0 rgba(2, 7, 24, .15);
    -webkit-transition: all .5s;
    transition: all .5s
}

.c-websites-S-1 .SIcZ5vyf08 .N7zv:focus,
.c-websites-S-1 .SIcZ5vyf08 .N7zv:hover {
    -webkit-box-shadow: 6.151px 9.119px 12px 0 rgba(67, 65, 126, .23);
    box-shadow: 6.151px 9.119px 12px 0 rgba(67, 65, 126, .23)
}

.c-websites-S-1 .SIcZ5vyf08 .ZCnRtb {
    position: absolute;
    top: 5px;
    left: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 108px;
    height: 28px;
    padding-top: 3px;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase
}

.c-websites-S-1 .SIcZ5vyf08 .Tg2yd {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffa200' xmlns:xlink='http://www.w3.org/1999/xlink' width='109.026' height='27.02'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h109.026v27.019H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M105.992 0H6.349C4.387 0 2.52 1.604 2.2 3.568L.14 16.229s-.67 2.125.923 3.66c1.114 1.073 7.428 7.131 7.428 7.131v-6.208h94.114c1.962 0 3.829-1.605 4.149-3.567l2.225-13.676c.32-1.965-1.025-3.569-2.987-3.569'/%3E%3C/svg%3E")
}

.c-websites-S-1 .SIcZ5vyf08 .IXrksRc5 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2327c190' xmlns:xlink='http://www.w3.org/1999/xlink' width='109.026' height='27.02'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h109.026v27.019H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M105.992 0H6.349C4.387 0 2.52 1.604 2.2 3.568L.14 16.229s-.67 2.125.923 3.66c1.114 1.073 7.428 7.131 7.428 7.131v-6.208h94.114c1.962 0 3.829-1.605 4.149-3.567l2.225-13.676c.32-1.965-1.025-3.569-2.987-3.569'/%3E%3C/svg%3E")
}

.c-websites-S-1 .SIcZ5vyf08 .gBVY3M78ui1 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%234a7ff5' xmlns:xlink='http://www.w3.org/1999/xlink' width='109.026' height='27.02'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h109.026v27.019H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M105.992 0H6.349C4.387 0 2.52 1.604 2.2 3.568L.14 16.229s-.67 2.125.923 3.66c1.114 1.073 7.428 7.131 7.428 7.131v-6.208h94.114c1.962 0 3.829-1.605 4.149-3.567l2.225-13.676c.32-1.965-1.025-3.569-2.987-3.569'/%3E%3C/svg%3E")
}

.c-websites-S-1 .SIcZ5vyf08 .WVJNvb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-websites-S-1 .SIcZ5vyf08 .tTXiL8II {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.c-websites-S-1 .SIcZ5vyf08 .Ly7wn7mJHTlm,
.c-websites-S-1 .SIcZ5vyf08 .nW6U8g {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-websites-S-1 .SIcZ5vyf08 .nW6U8g {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 116px;
    flex: 0 0 116px;
    height: 82px;
    background: #fff;
    border: 1px solid #c3d3ff;
    text-align: center
}

.c-websites-S-1 .SIcZ5vyf08 .Ly7wn7mJHTlm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 15px
}

.c-websites-S-1 .SIcZ5vyf08 .lUJAoMnM5Bn {
    margin-top: 15px
}

.c-websites-S-1 .SIcZ5vyf08 .Prj1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px
}

.c-websites-S-1 .SIcZ5vyf08 .Prj1 .Q8IfIK1lz {
    padding: 0
}

.c-websites-S-1 .SIcZ5vyf08 .XguwdL4oY {
    display: none
}

.c-websites-S-1 .SIcZ5vyf08 .PlZq3 {
    max-width: 90px
}

.c-websites-S-1 .SIcZ5vyf08 .nsA-vq0YHU {
    display: -webkit-box;
    max-width: 90%;
    max-height: 38px;
    margin-bottom: 10px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    color: #374251;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    word-wrap: break-word
}

.c-websites-S-1 .SIcZ5vyf08 .xUCPx9jL82 {
    display: none
}

.c-websites-S-1 .SIcZ5vyf08 .Mxqz-Kj {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px
}

.c-websites-S-1 .SIcZ5vyf08 .km9wJ {
    display: none
}

.c-websites-S-1 .SIcZ5vyf08 .d1ROPwLnBlL {
    padding-right: 3px;
    font-size: 16px;
    font-weight: 700;
    color: #8585cd
}

.c-websites-S-1 .SIcZ5vyf08 .SeouyxFv {
    padding-right: 5px;
    font-size: 14px
}

.c-websites-S-1 .SIcZ5vyf08 .e6vdZeVlGx {
    position: relative;
    margin-bottom: 9px;
    margin-left: 35px;
    font-size: 15px;
    line-height: 1.4
}

.c-websites-S-1 .SIcZ5vyf08 .e6vdZeVlGx:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    margin-left: -35px;
    border-radius: 8px
}

.c-websites-S-1 .SIcZ5vyf08 .e6vdZeVlGx:after {
    content: '';
    position: absolute
}

.c-websites-S-1 .SIcZ5vyf08 .Pi63_JS:after {
    top: 2px;
    left: -30px;
    width: 22px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath fill='%23f03968' d='M338.048 511.957a58.167 58.167 0 01-23.979-5.162l-42.944-19.499a36.564 36.564 0 00-30.271 0l-42.923 19.499c-14.571 6.592-31.403 6.891-46.144.768-14.763-6.102-26.453-18.219-32.064-33.173l-16.555-44.139c-3.712-9.899-11.52-17.686-21.397-21.419l-44.16-16.555c-14.955-5.611-27.051-17.301-33.173-32.064-6.123-14.762-5.824-31.572.789-46.144l19.52-42.923a36.824 36.824 0 000-30.314L5.205 197.931c-6.613-14.571-6.912-31.381-.789-46.144s18.219-26.454 33.173-32.064l44.16-16.555c9.898-3.733 17.707-11.52 21.397-21.419l16.555-44.139c5.611-14.955 17.301-27.072 32.064-33.173 14.742-6.123 31.574-5.846 46.144.768l42.944 19.499a36.564 36.564 0 0030.271 0l42.923-19.499c14.55-6.635 31.382-6.891 46.145-.768 14.763 6.101 26.453 18.218 32.063 33.173l16.555 44.139c3.712 9.899 11.521 17.686 21.397 21.419l44.16 16.555c14.954 5.61 27.051 17.301 33.173 32.064 6.123 14.763 5.824 31.573-.789 46.144l-19.52 42.923a36.816 36.816 0 000 30.314l19.498 42.901c6.613 14.57 6.912 31.382.789 46.144-6.122 14.764-18.219 26.453-33.173 32.064l-44.16 16.555c-9.898 3.733-17.706 11.52-21.397 21.419l-16.555 44.139c-5.61 14.954-17.301 27.071-32.063 33.173-7.039 2.944-14.592 4.394-22.122 4.394zM256 462.678a58.124 58.124 0 0123.979 5.184l42.923 19.499c9.322 4.245 19.69 4.438 29.142.469 9.472-3.925 16.661-11.35 20.267-20.949l16.555-44.139a57.844 57.844 0 0133.877-33.877l44.16-16.555c9.6-3.605 17.045-10.795 20.949-20.267 3.926-9.451 3.755-19.818-.49-29.142l-19.521-42.923a58 58 0 010-47.936l19.521-42.944c4.245-9.344 4.416-19.69.49-29.142-3.925-9.472-11.37-16.661-20.949-20.267l-44.16-16.555a57.844 57.844 0 01-33.877-33.877L372.31 45.12c-3.584-9.6-10.795-17.045-20.267-20.949-9.451-3.947-19.798-3.755-29.163.469l-42.923 19.499a58 58 0 01-47.936 0l-42.923-19.52c-9.323-4.224-19.669-4.416-29.141-.469-9.472 3.925-16.662 11.349-20.267 20.949l-16.555 44.16c-5.866 15.659-18.24 27.989-33.877 33.856l-44.16 16.555c-9.6 3.605-17.045 10.794-20.949 20.267-3.947 9.472-3.755 19.84.469 29.163l19.52 42.923a58 58 0 010 47.936l-19.52 42.944c-4.245 9.344-4.416 19.69-.491 29.142 3.925 9.472 11.371 16.661 20.949 20.267l44.16 16.554a57.845 57.845 0 0133.877 33.878l16.555 44.139c3.584 9.6 10.794 17.045 20.267 20.949 9.472 3.968 19.819 3.776 29.163-.469l42.923-19.499c7.616-3.437 15.808-5.186 23.979-5.186z'/%3E%3Cpath fill='%23f03968' d='M287.416 430h-58.334c-14.029 0-29.167-10.763-29.167-34.417v-38.501c0-17.09-7.379-32.724-19.717-41.824-34.096-25.082-53.988-65.245-53.171-107.391C128.34 138.42 186.353 81.021 256.323 80c34.884.438 69.155 12.95 94.384 37.858 25.025 24.675 38.821 57.576 38.821 92.604 0 40.892-19.688 79.946-52.676 104.446-12.716 9.421-20.271 25.258-20.271 42.38v43.544c.001 16.103-13.095 29.168-29.165 29.168zM258.22 109.167h-1.488c-53.462.787-99.516 46.258-100.537 99.283-.642 32.667 14.788 63.815 41.3 83.329 19.775 14.584 31.588 38.995 31.588 65.303v38.501c0 4.347 1.05 5.775 1.05 5.775l57.284-.524v-43.546c0-26.279 11.958-50.866 31.995-65.802 26.017-19.307 40.921-48.853 40.921-81.024 0-27.183-10.705-52.704-30.13-71.837-19.28-19.046-44.801-29.458-71.983-29.458z'/%3E%3Cpath fill='%23f03968' d='M301.999 371.668h-87.5c-8.05 0-14.583-6.534-14.583-14.586 0-8.048 6.533-14.582 14.583-14.582h87.5c8.051 0 14.583 6.534 14.583 14.582 0 8.052-6.532 14.586-14.583 14.586z'/%3E%3C/svg%3E")
}

.c-websites-S-1 .SIcZ5vyf08 .IqZrxVEA:after {
    top: -3px;
    left: -38px;
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800' height='1200'%3E%3Cpath fill='%23f03968' d='M168.847 646.17a55.113 55.113 0 00-39.02 16.184 55.599 55.599 0 00-10.969 15.464 131.805 131.805 0 00-79.838 38.031l-.809.809v-56.462a362.157 362.157 0 0156.282-194.021 84.17 84.17 0 01-29.85-23.826A400.293 400.293 0 000 660.195v148.798c-.119 67.943 51.263 124.922 118.858 131.805a55.47 55.47 0 0049.989 31.737c30.517-.05 55.244-24.776 55.293-55.293V701.463c-.049-30.517-24.776-55.243-55.293-55.293zm17.083 270.442c-.05 9.564-7.789 17.303-17.353 17.353-9.458-.047-17.157-7.624-17.352-17.082v-216.05c.049-9.564 7.788-17.303 17.352-17.353 9.564.05 17.303 7.788 17.353 17.353v215.779zM706.227 428.413c20.458-19.863 20.941-52.547 1.078-73.005h.09a494.918 494.918 0 00-141.515-95.033 422.572 422.572 0 00-165.7-32.906 432.184 432.184 0 00-305.687 126.77 50.438 50.438 0 00-2.115 2.099c-19.604 20.621-18.782 53.228 1.836 72.833s53.228 18.781 72.834-1.837l.681-.681c128.73-128.355 337.138-128.049 465.491.681 19.864 20.459 52.548 20.942 73.007 1.079zM735.446 442.259a83.823 83.823 0 01-29.58 23.916 362.138 362.138 0 0156.552 194.021v56.103l-.809-.809a131.797 131.797 0 00-79.838-38.031 55.471 55.471 0 00-49.989-31.737l-.27.18c-30.517.049-55.244 24.776-55.293 55.293v215.779c.049 30.517 24.776 55.243 55.293 55.293a55.477 55.477 0 0049.989-31.737C748.85 933.484 800 876.709 800 808.993V660.105a400.18 400.18 0 00-64.554-217.846zm-86.311 474.533c-.05 9.564-7.788 17.303-17.353 17.353-9.563-.05-17.303-7.788-17.353-17.353V701.014c.05-9.563 7.789-17.303 17.353-17.353 9.564.05 17.303 7.789 17.353 17.353v215.778z'/%3E%3C/svg%3E")
}

.c-websites-S-1 .SIcZ5vyf08 .V1NfG:after {
    top: -3px;
    left: -38px;
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800' height='1200'%3E%3Cpath fill='%23f03968' d='M741.631 316.047c-39.457-44.772-94.196-69.428-154.131-69.428-84.294 0-137.661 50.344-167.586 92.578-7.764 10.959-14.369 21.949-19.914 32.289-5.545-10.34-12.148-21.33-19.914-32.289-29.925-42.234-83.292-92.578-167.586-92.578-59.935 0-114.673 24.658-154.133 69.43C20.729 358.758 0 415.958 0 477.111c0 66.566 25.989 128.48 81.789 194.844 49.87 59.313 121.616 120.449 204.695 191.245 30.958 26.381 62.972 53.662 97.055 83.482l1.023.897c4.419 3.868 9.928 5.801 15.438 5.801s11.019-1.934 15.438-5.801l1.023-.897c34.083-29.82 66.097-57.1 97.06-83.485 83.075-70.791 154.82-131.929 204.69-191.242C774.011 605.591 800 543.678 800 477.111c0-61.153-20.729-118.353-58.369-161.064zM483.114 827.521c-26.688 22.741-54.153 46.146-83.114 71.322-28.959-25.174-56.427-48.58-83.119-71.325C154.289 688.967 46.875 597.435 46.875 477.111c0-49.734 16.57-95.929 46.659-130.071 30.435-34.53 72.683-53.547 118.966-53.547 64.264 0 105.807 39.591 129.338 72.803 21.107 29.788 32.121 59.815 35.878 71.342a23.435 23.435 0 0044.568 0c3.757-11.526 14.771-41.554 35.878-71.343 23.531-33.211 65.074-72.802 129.338-72.802 46.283 0 88.531 19.017 118.964 53.547 30.091 34.142 46.661 80.336 46.661 130.071 0 120.324-107.414 211.856-270.011 350.41z'/%3E%3C/svg%3E")
}

.c-websites-S-1 .SIcZ5vyf08 .BNcxfcqJDd,
.c-websites-S-1 .SIcZ5vyf08 .bTPxecJOts {
    font-weight: 500
}

.c-websites-S-1 .SIcZ5vyf08 .mlGwjRVwJLh {
    margin: 5px 0 0 4px;
    font-size: 13px;
    font-weight: 500;
    color: #5a6265;
    text-transform: uppercase
}

.c-websites-S-1 .SIcZ5vyf08 .mlGwjRVwJLh:focus,
.c-websites-S-1 .SIcZ5vyf08 .mlGwjRVwJLh:hover {
    text-decoration: underline
}

.c-websites-S-1 .SIcZ5vyf08 .Z_NwAZtjcZMs {
    width: 124px;
    height: 45px;
    max-width: 131px;
    font-size: 13px
}

@media only screen and (min-width:768px) {
    .c-websites-S-1 .SIcZ5vyf08 .N7zv {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .c-websites-S-1 .SIcZ5vyf08 .WVJNvb {
        display: none
    }
    .c-websites-S-1 .SIcZ5vyf08 .FPMUS2qs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .c-websites-S-1 .SIcZ5vyf08 .tTXiL8II,
    .c-websites-S-1 .SIcZ5vyf08 .FPMUS2qs {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .c-websites-S-1 .SIcZ5vyf08 .nW6U8g {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 170px;
        flex: 0 0 170px;
        height: 170px
    }
    .c-websites-S-1 .SIcZ5vyf08 .lUJAoMnM5Bn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 0;
        padding-left: 30px
    }
    .c-websites-S-1 .SIcZ5vyf08 .Prj1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 190px;
        flex: 0 0 190px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: 0
    }
    .c-websites-S-1 .SIcZ5vyf08 .XguwdL4oY {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .c-websites-S-1 .SIcZ5vyf08 .PlZq3 {
        max-width: 140px
    }
    .c-websites-S-1 .SIcZ5vyf08 .nsA-vq0YHU {
        max-height: 38px;
        margin-bottom: 24px;
        overflow: hidden;
        font-size: 20px;
        line-height: 19px;
        text-transform: uppercase;
        -webkit-line-clamp: 2
    }
    .c-websites-S-1 .SIcZ5vyf08 .xUCPx9jL82 {
        display: block
    }
    .c-websites-S-1 .SIcZ5vyf08 .e6vdZeVlGx {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 31px;
        margin-bottom: 15px;
        margin-left: 45px;
        font-size: 15px;
        line-height: 1.2
    }
    .c-websites-S-1 .SIcZ5vyf08 .e6vdZeVlGx:last-child {
        margin-bottom: 0
    }
    .c-websites-S-1 .SIcZ5vyf08 .e6vdZeVlGx:before {
        top: 50%;
        width: 31px;
        height: 31px;
        margin-left: -50px;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
    .c-websites-S-1 .SIcZ5vyf08 .e6vdZeVlGx:after {
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
    .c-websites-S-1 .SIcZ5vyf08 .Pi63_JS:after,
    .c-websites-S-1 .SIcZ5vyf08 .IqZrxVEA:after,
    .c-websites-S-1 .SIcZ5vyf08 .V1NfG:after {
        left: -44px;
        width: 36px;
        height: 36px
    }
    .c-websites-S-1 .SIcZ5vyf08 .km9wJ {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .c-websites-S-1 .SIcZ5vyf08 .d1ROPwLnBlL {
        font-size: 20px
    }
    .c-websites-S-1 .SIcZ5vyf08 .SeouyxFv {
        font-size: 16px
    }
    .c-websites-S-1 .SIcZ5vyf08 .mlGwjRVwJLh {
        margin-top: 10px;
        margin-right: 0;
        font-size: 18px
    }
    .c-websites-S-1 .SIcZ5vyf08 .Z_NwAZtjcZMs {
        width: 184px;
        max-width: 184px;
        margin-top: 20px;
        font-size: 18px
    }
    .c-websites-S-1 .SIcZ5vyf08 .bTPxecJOts {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow-y: hidden
    }
}

@media only screen and (min-width:1024px) {
    .c-websites-S-1 .SIcZ5vyf08 .ZCnRtb {
        top: 5px;
        left: 10px;
        width: 144px;
        height: 37px;
        padding-top: 3px;
        font-size: 15px
    }
    .c-websites-S-1 .SIcZ5vyf08 .nsA-vq0YHU {
        margin-bottom: 28px;
        font-size: 18px
    }
    .c-websites-S-1 .SIcZ5vyf08 .lUJAoMnM5Bn {
        margin-top: 8px
    }
    .c-websites-S-1 .SIcZ5vyf08 .Prj1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 205px;
        flex: 0 0 205px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 0;
        padding: 40px 0 0
    }
    .c-websites-S-1 .SIcZ5vyf08 .Z_NwAZtjcZMs {
        width: 200px;
        height: 50px;
        max-width: 200px
    }
    .c-websites-S-1 .SIcZ5vyf08 .mlGwjRVwJLh {
        margin: 5px 0;
        font-size: 16px
    }
    .c-websites-S-1 .SIcZ5vyf08 .e6vdZeVlGx {
        margin-bottom: 20px;
        padding-right: 24px;
        font-size: 16px
    }
    .c-websites-S-1 .SIcZ5vyf08 .e6vdZeVlGx:after {
        content: '';
        position: absolute;
        width: 34px;
        height: 34px
    }
    .c-websites-S-1 .SIcZ5vyf08 .bTPxecJOts {
        line-height: 1.2
    }
}

@media only screen and (min-width:1366px) {
    .c-websites-S-1 .SIcZ5vyf08 .N7zv {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 24px 32px
    }
    .c-websites-S-1 .SIcZ5vyf08 .nW6U8g {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 270px;
        flex: 0 0 270px;
        height: 180px
    }
    .c-websites-S-1 .SIcZ5vyf08 .lUJAoMnM5Bn {
        padding-left: 30px
    }
    .c-websites-S-1 .SIcZ5vyf08 .PlZq3 {
        max-width: 200px
    }
    .c-websites-S-1 .SIcZ5vyf08 .nsA-vq0YHU {
        margin-bottom: 25px
    }
    .c-websites-S-1 .SIcZ5vyf08 .Mxqz-Kj {
        margin: 0 auto
    }
    .c-websites-S-1 .SIcZ5vyf08 .mlGwjRVwJLh {
        margin-top: 18px;
        padding-right: 0
    }
    .c-websites-S-1 .SIcZ5vyf08 .Z_NwAZtjcZMs {
        margin-top: 15px
    }
}

.c-user_reviews-S-1 .U1uI2p4iIdM {
    margin-bottom: 30px;
    padding: 26px 20px 0;
    background: #fff;
    -webkit-box-shadow: 0 1px 38px 0 rgba(2, 7, 24, .11);
    box-shadow: 0 1px 38px 0 rgba(2, 7, 24, .11)
}

.c-user_reviews-S-1 .U1uI2p4iIdM:last-child {
    margin-bottom: 0
}

.c-user_reviews-S-1 .EeWxeGFR {
    padding: 20px 0 15px;
    border-bottom: 1px solid #cbcaca
}

.c-user_reviews-S-1 .EeWxeGFR:last-child {
    border-bottom: none
}

.c-user_reviews-S-1 .pEkzqDuNAeIq {
    height: 100%;
    padding: 24px 33px;
    -webkit-box-shadow: 0 1px 14px 0 rgba(2, 7, 24, .11);
    box-shadow: 0 1px 14px 0 rgba(2, 7, 24, .11)
}

.c-user_reviews-S-1 .AAjPPXQMFqi {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase
}

.c-user_reviews-S-1 .WmY2c0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 13px
}

.c-user_reviews-S-1 .fo2q9 {
    width: 66px;
    height: 100%;
    max-height: 66px;
    border: 1px solid #8585cd;
    -o-object-fit: cover;
    object-fit: cover
}

.c-offer_box-S-1 .BTV2AFVC .slick-slide img,
.c-user_reviews-S-1 .fo2q9 img {
    width: 100%
}

.c-user_reviews-S-1 .ZvivMMBkL {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 200px;
    margin-left: 10px;
    padding: 5px 0
}

.c-user_reviews-S-1 .h9GJN {
    font-size: 18px;
    font-weight: 600;
    color: #8585cd
}

.c-user_reviews-S-1 .A0Mp8X {
    font-size: 16px;
    font-weight: 600;
    color: #2e2d2d;
    word-break: break-all
}

.c-user_reviews-S-1 .A0Mp8X:active,
.c-user_reviews-S-1 .A0Mp8X:focus,
.c-user_reviews-S-1 .A0Mp8X:hover {
    color: #f02257;
    text-decoration: none
}

.c-user_reviews-S-1 .cG6iX8 {
    margin-bottom: 13px;
    font-size: 16px
}

.c-user_reviews-S-1 .WDV_exiqg {
    font-size: 14px;
    color: #797979
}

.c-user_reviews-S-1 .Uoan4xOaRRI {
    margin: 0 -15px
}

.c-user_reviews-S-1 .Uoan4xOaRRI .BfX390RGmN {
    padding-top: 7px
}

.c-user_reviews-S-1 .Uoan4xOaRRI .slick-slide {
    padding: 0 15px
}

@media only screen and (min-width:1366px) {
    .c-user_reviews-S-1 .iS_o2hK {
        margin-bottom: 20px
    }
    .c-user_reviews-S-1 .U1uI2p4iIdM {
        padding: 33px 25px 0
    }
    .c-user_reviews-S-1 .EeWxeGFR {
        margin-top: 6px;
        padding: 20px 0 15px
    }
    .c-user_reviews-S-1 .fo2q9 {
        width: 68px;
        height: 100%;
        max-height: 68px;
        border: 1px solid #8585cd
    }
}

.c-relationship-S-1 .q7nfrj {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 200px;
    margin: 0 auto 25px;
    overflow: hidden;
    border: 1px solid #ccccea
}

.c-relationship-S-1 .q7nfrj img {
    display: inline-block;
    min-width: 100%;
    min-height: 100%
}

@supports (object-fit:cover) {
    .c-relationship-S-1 .q7nfrj img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.c-relationship-S-1 .PkXzMRyXc3g {
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #374251
}

.c-relationship-S-1 .W1TGDkZari,
.c-relationship-S-1 .nc8d {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.c-relationship-S-1 .W1TGDkZari {
    margin: 12px 0
}

.c-relationship-S-1 .JGhGon7z6gT {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 40px;
    margin: 0 7px 13px 0;
    padding: 4px 11px;
    border: 1px solid #8585cd;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    color: #8585cd;
    -webkit-transition: all .4s;
    transition: all .4s
}

.c-relationship-S-1 .Y5FneeB .JGhGon7z6gT:active,
.c-relationship-S-1 .Y5FneeB .JGhGon7z6gT:focus,
.c-relationship-S-1 .Y5FneeB .JGhGon7z6gT:hover,
.c-relationship-S-1 .JGhGon7z6gT:active,
.c-relationship-S-1 .JGhGon7z6gT:focus,
.c-relationship-S-1 .JGhGon7z6gT:hover {
    border-color: #f03968;
    color: #f03968;
    text-decoration: none
}

.c-relationship-S-1 .j0JgQ {
    border-color: #f03968;
    color: #f03968;
    text-decoration: none
}

@media only screen and (min-width:667px) {
    .c-relationship-S-1 .NgplU {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .c-relationship-S-1 .hZbJiJk {
        min-width: 300px;
        margin-bottom: 14px;
        padding-right: 20px
    }
    .c-relationship-S-1 .hZbJiJk:last-child {
        margin-bottom: 0
    }
    .c-relationship-S-1 .W1TGDkZari {
        margin: 12px 0 30px
    }
    .c-relationship-S-1 .q7nfrj {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 265px;
        flex: 0 0 265px;
        height: 175px;
        max-height: unset;
        margin: 0 16px 0 0
    }
    .c-relationship-S-1 .q7nfrj img {
        display: inline-block;
        min-width: 100%;
        min-height: 100%
    }
    @supports (object-fit:cover) {
        .c-relationship-S-1 .q7nfrj img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover
        }
    }
    .c-relationship-S-1 .KGtEk {
        max-width: 350px
    }
    .c-relationship-S-1 .PkXzMRyXc3g {
        margin-top: -5px;
        font-size: 18px
    }
    .c-relationship-S-1 .JGhGon7z6gT {
        margin: 10px 8px 0 0;
        padding: 0 16px;
        font-size: 16px
    }
    .c-relationship-S-1 .JGhGon7z6gT:last-child {
        margin: 10px 8px 0 0
    }
}

@media only screen and (min-width:768px) {
    .c-relationship-S-1 .q7nfrj {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 290px;
        flex: 0 0 290px;
        height: 202px;
        margin-bottom: 0;
        border-radius: 5px
    }
    .c-relationship-S-1 .JGhGon7z6gT {
        padding: 0 12px
    }
}

@media only screen and (min-width:1024px) {
    .c-relationship-S-1 .q7nfrj {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 330px;
        flex: 0 0 330px;
        height: 245px;
        margin-right: 30px;
        margin-bottom: 0;
        border-radius: 5px
    }
    .c-relationship-S-1 .hZbJiJk {
        margin-bottom: 25px
    }
    .c-relationship-S-1 .JGhGon7z6gT {
        padding: 0 16px
    }
    .c-relationship-S-1 .W1TGDkZari {
        margin: 12px 0 40px
    }
    .c-relationship-S-1 .Y5FneeB .hZbJiJk {
        max-width: 100%
    }
}

.c-pagination-S-1 .R-h0J,
.c-pagination-S-1 .aikL9EALWZj {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 20px auto
}

.c-pagination-S-1 .ywnTg .GeMgx {
    color: #fff
}

.c-pagination-S-1 .aikL9EALWZj {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 320px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    font-size: 0;
    white-space: nowrap
}

.c-pagination-S-1 .L3nITZEN2S6 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 40px
}

.c-pagination-S-1 .L3nITZEN2S6:nth-of-type(5) {
    display: none
}

.c-pagination-S-1 .GeMgx {
    display: block;
    width: 30px;
    height: 40px;
    font-size: 20px;
    font-weight: 600;
    line-height: 42px;
    color: #545454;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s
}

.c-pagination-S-1 .GeMgx:active,
.c-pagination-S-1 .GeMgx:focus,
.c-pagination-S-1 .GeMgx:hover {
    color: #f03968;
    outline: 0
}

.c-pagination-S-1 .GeMgx.is-active {
    color: #f03968;
    cursor: default
}

.c-pagination-S-1 .fHOHZdgEiUzX,
.c-pagination-S-1 .kNFjFehJiFaP {
    position: absolute;
    bottom: 5px;
    width: 32px;
    height: 30px;
    background: 0 0;
    border: 2px solid #c3c3cf;
    font-size: 0
}

.c-pagination-S-1 .fHOHZdgEiUzX:focus,
.c-pagination-S-1 .fHOHZdgEiUzX:hover,
.c-pagination-S-1 .kNFjFehJiFaP:focus,
.c-pagination-S-1 .kNFjFehJiFaP:hover {
    background: 0 0;
    outline: 0
}

.c-pagination-S-1 .fHOHZdgEiUzX:focus:before,
.c-pagination-S-1 .fHOHZdgEiUzX:hover:before,
.c-pagination-S-1 .kNFjFehJiFaP:focus:before,
.c-pagination-S-1 .kNFjFehJiFaP:hover:before {
    border-color: #9696ab
}

.c-pagination-S-1 .fHOHZdgEiUzX:before,
.c-pagination-S-1 .kNFjFehJiFaP:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-top: 1px solid #c3c3cf;
    border-right: 1px solid #c3c3cf
}

.c-pagination-S-1 .kNFjFehJiFaP {
    left: 0;
    border-radius: 9px 0 0 9px
}

.c-pagination-S-1 .kNFjFehJiFaP:before {
    margin: 1px 0 0 4px;
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    transform: translate(-50%, -50%) rotate(-135deg)
}

.c-pagination-S-1 .fHOHZdgEiUzX {
    right: 0;
    border-radius: 0 9px 9px 0
}

.c-pagination-S-1 .fHOHZdgEiUzX:before {
    margin: 1px 0 0 -3px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.c-pagination-S-1 .gloPGn8N8n,
.c-pagination-S-1 .mTh4T {
    text-align: center
}

@media only screen and (min-width:568px) {
    .c-pagination-S-1 .L3nITZEN2S6:nth-of-type(5) {
        display: block
    }
    .c-pagination-S-1 .aikL9EALWZj {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: none
    }
}

@media only screen and (min-width:667px) {
    .c-pagination-S-1 .R-h0J {
        margin: 36px auto 45px
    }
    .c-pagination-S-1 .GeMgx {
        width: 40px
    }
    .c-pagination-S-1 .fHOHZdgEiUzX,
    .c-pagination-S-1 .kNFjFehJiFaP {
        width: auto;
        height: 30px;
        min-width: 40px;
        background: 0 0;
        border: 2px solid #c3c3cf;
        font-size: 0
    }
    .c-pagination-S-1 .fHOHZdgEiUzX:focus,
    .c-pagination-S-1 .fHOHZdgEiUzX:hover,
    .c-pagination-S-1 .kNFjFehJiFaP:focus,
    .c-pagination-S-1 .kNFjFehJiFaP:hover {
        background: 0 0;
        border: 2px solid #9696ab;
        outline: 0
    }
    .c-pagination-S-1 .fHOHZdgEiUzX:focus:before,
    .c-pagination-S-1 .fHOHZdgEiUzX:hover:before,
    .c-pagination-S-1 .kNFjFehJiFaP:focus:before,
    .c-pagination-S-1 .kNFjFehJiFaP:hover:before {
        border-color: #9696ab
    }
    .c-pagination-S-1 .L3nITZEN2S6 {
        width: auto;
        min-width: 40px
    }
}

@media only screen and (min-width:1024px) {
    .c-pagination-S-1 .R-h0J {
        max-width: 100%;
        margin: 24px auto 0
    }
    .c-pagination-S-1 .GeMgx {
        height: 40px;
        min-width: 40px
    }
}

.c-offer_box-S-1 .BTV2AFVC {
    position: relative;
    height: 100%;
    margin: 0 -15px;
    padding-bottom: 36px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.c-offer_box-S-1 .BTV2AFVC.xJA5j_gF:not(.slick-slider) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-offer_box-S-1 .BTV2AFVC.xJA5j_gF:not(.slick-slider)>* {
    display: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.c-offer_box-S-1 .BTV2AFVC.xJA5j_gF:not(.slick-slider)>:nth-child(1) {
    display: block
}

.c-offer_box-S-1 .BTV2AFVC .slick-track {
    padding-top: 14px
}

.c-offer_box-S-1 .BTV2AFVC .slick-slide {
    position: relative;
    max-width: 260px;
    margin-right: 15px;
    margin-bottom: 6px;
    background: #fff;
    color: #2e2d2d;
    -webkit-box-shadow: 0 0 4px 0 rgba(2, 7, 24, .11);
    box-shadow: 0 0 4px 0 rgba(2, 7, 24, .11);
    -webkit-transition: all .2s;
    transition: all .2s
}

.c-offer_box-S-1 .BTV2AFVC .slick-slide:focus,
.c-offer_box-S-1 .BTV2AFVC .slick-slide:hover {
    outline: 0
}

@media only screen and (min-width:568px) {
    .c-offer_box-S-1 .BTV2AFVC {
        margin: 0 auto
    }
    .c-offer_box-S-1 .BTV2AFVC.xJA5j_gF {
        width: calc(100% + 32px);
        margin-left: -16px
    }
    .c-offer_box-S-1 .BTV2AFVC.xJA5j_gF:not(.slick-slider) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .c-offer_box-S-1 .BTV2AFVC.xJA5j_gF:not(.slick-slider)>* {
        display: none;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0 5px
    }
    .c-offer_box-S-1 .BTV2AFVC.xJA5j_gF:not(.slick-slider)>:nth-child(2) {
        display: block
    }
}

@media only screen and (min-width:768px) {
    .c-offer_box-S-1 .BTV2AFVC.xJA5j_gF {
        width: 100%;
        margin-left: 0
    }
    .c-offer_box-S-1 .BTV2AFVC .slick-slide {
        max-width: 330px
    }
    .c-offer_box-S-1 .BTV2AFVC.xJA5j_gF:not(.slick-slider) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .c-offer_box-S-1 .BTV2AFVC.xJA5j_gF:not(.slick-slider)>* {
        display: none;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0 5px
    }
    .c-offer_box-S-1 .BTV2AFVC.xJA5j_gF:not(.slick-slider)>:nth-child(3) {
        display: block
    }
}

@media only screen and (min-width:1024px) {
    .c-offer_box-S-1 .BTV2AFVC {
        margin: -25px 0;
        padding-top: 25px;
        padding-bottom: 40px;
        overflow: visible
    }
    .c-offer_box-S-1 .BTV2AFVC.xJA5j_gF:not(.slick-slider) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .c-offer_box-S-1 .BTV2AFVC.xJA5j_gF:not(.slick-slider)>* {
        display: none;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0 5px
    }
    .c-offer_box-S-1 .BTV2AFVC.xJA5j_gF:not(.slick-slider)>:nth-child(4) {
        display: block
    }
}

@media only screen and (min-width:1366px) {
    .c-offer_box-S-1 .BTV2AFVC {
        margin: -25px -15px;
        overflow: hidden
    }
    .c-offer_box-S-1 .BTV2AFVC .slick-list {
        overflow: visible
    }
    .c-offer_box-S-1 .BTV2AFVC .slick-slide {
        margin: 0 15px
    }
}

.c-offer_box-S-1 .uyEIzt {
    position: relative;
    height: 100%;
    padding-bottom: 108px;
    -webkit-box-shadow: 0 1px 18px 0 rgba(2, 7, 24, .11);
    box-shadow: 0 1px 18px 0 rgba(2, 7, 24, .11)
}

.c-offer_box-S-1 .uyEIzt:focus,
.c-offer_box-S-1 .uyEIzt:hover {
    outline: 0;
    -webkit-box-shadow: 0 1px 8px 0 rgba(2, 7, 24, .11);
    box-shadow: 0 1px 8px 0 rgba(2, 7, 24, .11)
}

.c-offer_box-S-1 .DYOCJEB {
    padding-bottom: 84px
}

.c-offer_box-S-1 .EZqHxe9 {
    position: absolute;
    top: -14px;
    left: 17px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 82px;
    height: 82px;
    z-index: 1;
    background: #f18943;
    border: 1px solid #fff;
    border-radius: 50%
}

.c-offer_box-S-1 .EZqHxe9,
.c-offer_box-S-1 .fNXVp6QntT0f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-offer_box-S-1 .fNXVp6QntT0f img {
    position: static !important;
    width: 15px !important;
    height: 15px !important
}

.c-offer_box-S-1 .fNXVp6QntT0f span {
    margin-left: 6px;
    font-size: 14px;
    font-weight: 700;
    color: #fff
}

.c-offer_box-S-1 .d8WeEN {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    text-align: center
}

.c-offer_box-S-1 .BHTG0f {
    position: relative;
    height: 200px
}

.c-offer_box-S-1 .BHTG0f img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.c-offer_box-S-1 .S4JYrSi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e7e7f5
}

.c-offer_box-S-1 .QTd06YgJt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 33.333%;
    padding: 2px 0;
    border-right: 1px solid #e7e7f5;
    text-align: center
}

.c-offer_box-S-1 .QTd06YgJt:last-child {
    border: 0
}

.c-offer_box-S-1 .BjcY7_5LVa_ {
    font-size: 15px;
    font-weight: 600
}

.c-offer_box-S-1 .cgKRHdn9Xdi {
    font-size: 10px;
    color: #70767f;
    text-transform: uppercase
}

.c-offer_box-S-1 .Uy4BTju {
    font-size: 10px;
    text-transform: uppercase
}

.c-offer_box-S-1 .XD9Kec {
    width: 100%;
    height: auto
}

.c-offer_box-S-1 .XD9Kec,
.c-offer_box-S-1 .VxOVTsSj,
.c-offer_box-S-1 .qbq7ZT8R {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-offer_box-S-1 .VxOVTsSj {
    margin: 19px 0
}

.c-offer_box-S-1 .VxOVTsSj p {
    display: -webkit-box;
    width: 100%;
    max-height: 84px;
    overflow: hidden;
    font-size: 14px;
    line-height: 21px;
    color: #5a6265;
    text-align: center;
    text-transform: none;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.c-offer_box-S-1 .qbq7ZT8R {
    font-size: 15px;
    font-weight: 600;
    color: #f03968
}

.c-offer_box-S-1 .qbq7ZT8R span {
    margin-left: 5px
}

.c-offer_box-S-1 .qbq7ZT8R img {
    width: 15px !important;
    height: 12px !important
}

.c-offer_box-S-1 .oDLwj {
    min-height: 240px
}

.c-offer_box-S-1 .VtZN5 {
    position: relative;
    min-height: 240px
}

.c-offer_box-S-1 .VtZN5 img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.c-offer_box-S-1 .Uy4BTju {
    color: #f03968
}

.c-offer_box-S-1 .kdld {
    padding: 8px 0 0;
    font-size: 13px;
    font-weight: 600;
    color: #8585cd;
    text-align: center;
    text-transform: uppercase
}

.c-offer_box-S-1 .w5wYkCs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 17px 25px 0;
    text-align: center
}

.c-offer_box-S-1 .KR03opkd4 {
    margin: 10px auto 0
}

.c-offer_box-S-1 .KR03opkd4 .HSdpG0qLa {
    font-size: 18px
}

.c-offer_box-S-1 .KR03opkd4 .P8QcY3e91th7 {
    display: none
}

.c-offer_box-S-1 .WcWQgp0 {
    display: inline-block;
    margin: 24px 0 0;
    font-size: 16px;
    color: #5a6265;
    text-transform: uppercase
}

.c-offer_box-S-1 .WcWQgp0:focus,
.c-offer_box-S-1 .WcWQgp0:hover {
    outline: 0
}

.c-offer_box-S-1 .fk6ktTzeF,
.c-offer_box-S-1 .DeR6R3Ix {
    position: absolute;
    bottom: 38px;
    left: 0;
    width: 100%
}

.c-offer_box-S-1 .D4vLTNxFz2z {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.c-offer_box-S-1 .D4vLTNxFz2z .pzPb0ChA7kD {
    max-width: 125px;
    margin-top: 0;
    font-size: 14px
}

.c-offer_box-S-1 .LmmkK5 {
    margin-left: 16px;
    font-size: 14px;
    line-height: 1;
    color: #5a6265;
    text-transform: uppercase
}

.c-offer_box-S-1 .pzPb0ChA7kD {
    width: 100%;
    max-width: 180px;
    margin-top: 12px
}

.c-offer_box-S-1 .abIuuth {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap
}

@media only screen and (max-width:767px) {
    .c-offer_box-S-1 .VxOVTsSj {
        margin: 19px 0 0
    }
}

@media only screen and (min-width:768px) {
    .c-offer_box-S-1 .oDLwj {
        height: 280px
    }
    .c-offer_box-S-1 .QTd06YgJt {
        padding: 8px 0
    }
    .c-offer_box-S-1 .kdld {
        padding: 13px 0 0;
        font-size: 16px
    }
    .c-offer_box-S-1 .w5wYkCs {
        padding: 20px 25px 0
    }
    .c-offer_box-S-1 .abIuuth {
        font-size: 21px
    }
    .c-offer_box-S-1 .WcWQgp0 {
        margin: 21px 0 2px;
        font-size: 18px
    }
    .c-offer_box-S-1 .pzPb0ChA7kD {
        max-width: 200px
    }
    .c-offer_box-S-1 .D4vLTNxFz2z {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%
    }
    .c-offer_box-S-1 .D4vLTNxFz2z .pzPb0ChA7kD {
        margin-top: 0;
        font-size: 15px;
        max-width: 150px
    }
    .c-offer_box-S-1 .LmmkK5 {
        margin-left: 10px
    }
}

@media only screen and (min-width:1024px) {
    .c-offer_box-S-1 .VxOVTsSj {
        margin: 18px 0 0
    }
}

@media only screen and (min-width:1366px) {
    .c-offer_box-S-1 .VxOVTsSj p {
        font-size: 14px
    }
    .c-offer_box-S-1 .LmmkK5 {
        margin-left: 26px
    }
    .c-offer_box-S-1 .D4vLTNxFz2z .pzPb0ChA7kD {
        max-width: 164px
    }
}

.c-multistep-S-1 .pxgrzZx_cX4 {
    background: #fff
}

.c-multistep-S-1 .pxgrzZx_cX4 h2 {
    padding: 35px 0
}

@media only screen and (min-width:768px) {
    .c-multistep-S-1 .pxgrzZx_cX4 {
        padding: 60px 0 0
    }
    .c-multistep-S-1 .pxgrzZx_cX4 h2 {
        margin: 0;
        padding: 0 0 60px
    }
}

@media only screen and (min-width:1024px) {
    .c-multistep-S-1 .pxgrzZx_cX4 {
        padding: 0
    }
}

.c-multistep-S-1 .lwqhieVJPeI {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px 0
}

@media only screen and (min-width:768px) {
    .c-multistep-S-1 .lwqhieVJPeI {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media only screen and (min-width:1024px) {
    .c-multistep-S-1 .lwqhieVJPeI {
        padding: 60px 0 0
    }
}

.c-multistep-S-1 .NJfVhh3Dq {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0;
    text-align: center;
    list-style: none
}

.c-multistep-S-1 .NJfVhh3Dq span.error {
    position: absolute;
    top: 25px;
    left: 25%;
    display: block;
    margin-bottom: 10px;
    font-family: "helvetica neue", arial, sans-serif;
    font-size: 12px;
    color: #d6041d;
    text-transform: uppercase
}

@media only screen and (max-width:567px) {
    .c-multistep-S-1 .NJfVhh3Dq span.error {
        left: 0;
        width: 100%
    }
}

@media only screen and (min-width:768px) {
    .c-multistep-S-1 .NJfVhh3Dq span.error {
        top: 37px;
        left: 3%
    }
}

.c-multistep-S-1 .NJfVhh3Dq input.error {
    border: 1px solid red
}

@media only screen and (min-width:768px) {
    .c-multistep-S-1 .NJfVhh3Dq {
        text-align: left
    }
}

.c-multistep-S-1 .MQlKIg {
    display: block;
    margin-bottom: 17px;
    font-size: 18px;
    font-weight: 700;
    pointer-events: none;
    cursor: default
}

@media only screen and (min-width:768px) {
    .c-multistep-S-1 .MQlKIg {
        margin-bottom: 30px;
        padding-left: 15px;
        font-size: 21px
    }
}

.c-multistep-S-1 .oqWP0IlEX {
    width: 100%;
    height: 50px;
    max-width: 270px;
    border: 1px solid #c2c2e6;
    border-radius: 35px;
    line-height: 50px;
    letter-spacing: normal;
    color: #000;
    text-align: left;
    outline: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

.c-multistep-S-1 .GtNVV_Jg:active,
.c-multistep-S-1 .GtNVV_Jg:focus,
.c-multistep-S-1 .GtNVV_Jg:hover,
.c-multistep-S-1 .oqWP0IlEX:active,
.c-multistep-S-1 .oqWP0IlEX:focus,
.c-multistep-S-1 .oqWP0IlEX:hover {
    border: 1px solid #9e9ed7
}

@media only screen and (min-width:768px) {
    .c-multistep-S-1 .oqWP0IlEX {
        height: 62px;
        max-width: 100%;
        font-size: 21px
    }
}

.c-multistep-S-1 .GtNVV_Jg {
    width: 100%;
    height: 50px;
    max-width: 270px;
    padding: 0 20px;
    border: 1px solid #c2c2e6;
    border-radius: 35px;
    line-height: 50px;
    letter-spacing: normal;
    color: #000;
    text-align: left;
    outline: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

@media only screen and (min-width:768px) {
    .c-multistep-S-1 .GtNVV_Jg {
        width: 100%;
        height: 62px;
        max-width: 100%;
        min-width: 400px;
        padding: 0 40px;
        font-size: 21px
    }
}

.c-multistep-S-1 .FSbWrAOS {
    width: 180px;
    height: 53px;
    margin: 23px auto 0;
    z-index: 0
}

@media only screen and (min-width:768px) {
    .c-multistep-S-1 .FSbWrAOS {
        width: 238px;
        height: 60px;
        margin: 62px 0 0 32px;
        font-size: 21px
    }
}

.c-multistep-S-1 .W7PX5G2x,
.c-tools-banner-S-1 .O_X1gcdLzCA br {
    display: none
}

.c-multistep-S-1 .W7PX5G2x:first-child {
    display: block
}

@media only screen and (min-width:768px) {
    .c-multistep-S-1 .W7PX5G2x {
        padding: 0 20px 60px
    }
}

@media only screen and (min-width:1024px) {
    .c-multistep-S-1 .W7PX5G2x {
        padding: 0 90px 60px
    }
}

.c-multistep-S-1 .uHC0hy0JflH,
.c-multistep-S-1 .wSc78zMgO1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: auto
}

.c-multistep-S-1 .uHC0hy0JflH {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: initial;
    padding: 0;
    z-index: 1;
    list-style: none
}

.c-multistep-S-1 .C8NbLo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 25%;
    height: 46px;
    margin-bottom: 0;
    background: #d9d9d9;
    font-size: 20px;
    font-weight: 700;
    color: #d4d4d4;
    text-align: center
}

.c-multistep-S-1 .C8NbLo img {
    width: 24px
}

@media only screen and (min-width:768px) {
    .c-multistep-S-1 .C8NbLo {
        height: 72px
    }
    .c-multistep-S-1 .C8NbLo img {
        width: 48px
    }
}

.c-multistep-S-1 .C8NbLo:nth-child(2) {
    background: #c7c7e2
}

.c-multistep-S-1 .C8NbLo:nth-child(3) {
    background: #dedeec
}

.c-multistep-S-1 .C8NbLo:nth-child(4) {
    background: #ebebf6
}

.c-multistep-S-1 .C8NbLo.active {
    background: #8585cd
}

.is-active .jq-selectbox__dropdown {
    display: block !important
}

.jq-selectbox__select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 46px;
    padding: 0 35px 0 20px;
    z-index: 9;
    outline: 0;
    -webkit-transition: all .4s;
    transition: all .4s
}

@media only screen and (min-width:768px) {
    .jq-selectbox__select {
        height: 100%;
        min-width: 400px;
        padding: 0
    }
}

.jq-selectbox__trigger {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

@media only screen and (min-width:768px) {
    .jq-selectbox__select-text {
        padding: 0 40px
    }
}

.jq-selectbox__dropdown ul {
    max-height: 200px !important;
    margin: 34px 15px 20px 0;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch
}

.jq-selectbox__dropdown ul::-webkit-scrollbar-track {
    margin-bottom: 15px;
    background-color: #fff
}

.jq-selectbox__dropdown ul::-webkit-scrollbar-thumb {
    overflow: hidden;
    background-color: gray;
    border-radius: 5px
}

.jq-selectbox__dropdown ul li {
    margin-bottom: 30px;
    padding: 0 20px;
    line-height: 1.4
}

@media only screen and (min-width:768px) {
    .jq-selectbox__dropdown ul li {
        padding: 0 40px
    }
}

@media only screen and (min-width:425px) {
    .imCCnzxLKg- .JWoWYd {
        display: none
    }
    .imCCnzxLKg- .aGH0fvq-LYnN {
        display: block !important;
        height: auto !important
    }
}

.UKBh7R {
    margin: 0 0 1.34em
}

@media only screen and (min-width:425px) {
    .UKBh7R {
        width: 50%;
        padding-left: 5px
    }
}

@media only screen and (min-width:768px) {
    .UKBh7R {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
}

.NunAD98lVQv {
    position: relative;
    margin: 0 0 .8em;
    padding-left: 24px;
    font-weight: 600
}

.NunAD98lVQv:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #8585cd;
    border-radius: 50%;
    -webkit-transition: all .2s;
    transition: all .2s
}

.NunAD98lVQv:focus .FTsMyphY,
.NunAD98lVQv:hover .FTsMyphY {
    color: #f02257;
    text-decoration: none
}

.NunAD98lVQv:focus:before,
.NunAD98lVQv:hover:before {
    background: #f02257
}

.FTsMyphY {
    color: #3e4957;
    text-decoration: none;
    word-break: break-word
}

@media only screen and (min-width:425px) {
    .imCCnzxLKg- {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .NunAD98lVQv {
        padding-left: 20px
    }
}

@media only screen and (min-width:667px) {
    .NunAD98lVQv {
        padding-left: 24px
    }
}

.c-profiles-S-1 .Idmq {
    padding: 30px 14px;
    background: #fff;
    -webkit-box-shadow: 0 1px 38px 0 rgba(2, 7, 24, .11);
    box-shadow: 0 1px 38px 0 rgba(2, 7, 24, .11)
}

@media only screen and (min-width:1024px) {
    .c-profiles-S-1 .Idmq {
        padding: 30px 14px 0
    }
}

@media only screen and (min-width:1366px) {
    .c-profiles-S-1 .Idmq {
        max-width: 330px;
        padding: 30px 22px 10px
    }
}

.c-profiles-S-1 .M5tKWUR {
    height: 213px;
    overflow: hidden
}

.c-profiles-S-1 .M5tKWUR .slick-slide {
    outline: 0
}

.c-profiles-S-1 .M5tKWUR .slick-slide .bDmeMSM- {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-bottom: 10px;
    outline: 0
}

.c-profiles-S-1 .w3lbH7MnBdT6 {
    padding-bottom: 25px;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase
}

.c-profiles-S-1 .hTTZFfZEJ {
    width: 160px;
    margin-left: 22px;
    border-bottom: 1px solid #e5e5f4
}

.c-profiles-S-1 .bDmeMSM- {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-profiles-S-1 .bDmeMSM-:last-child {
    margin-bottom: 0
}

@media only screen and (min-width:1024px) {
    .c-profiles-S-1 .bDmeMSM- {
        margin-top: 0;
        margin-bottom: 21px
    }
    .c-profiles-S-1 .bDmeMSM-:last-child {
        margin-bottom: 21px
    }
}

.c-profiles-S-1 .Y8sJNYBo5Dyz {
    max-width: 96px;
    max-height: 96px;
    overflow: hidden;
    border: 1px solid #ccccea;
    -webkit-transition: all .4s;
    transition: all .4s
}

.c-profiles-S-1 .Y8sJNYBo5Dyz img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.c-profiles-S-1 .Y8sJNYBo5Dyz:active,
.c-profiles-S-1 .Y8sJNYBo5Dyz:focus,
.c-profiles-S-1 .Y8sJNYBo5Dyz:hover {
    border-color: #f03968
}

.c-profiles-S-1 .vW-iRyhrz {
    font-size: 16px;
    font-weight: 700;
    color: #374251;
    -webkit-transition: all .4s;
    transition: all .4s
}

.c-profiles-S-1 .vW-iRyhrz:active,
.c-profiles-S-1 .vW-iRyhrz:focus,
.c-profiles-S-1 .vW-iRyhrz:hover {
    color: #f03968;
    text-decoration: none
}

.c-profiles-S-1 .IZE9Ov- {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px
}

.c-profiles-S-1 .OuB_oxS6oc5 {
    width: 27px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Шар_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='30px' height='22px' viewBox='0 0 30 22' enable-background='new 0 0 30 22' xml:space='preserve'%3E%3Cpath fill='%238585cd' d='M1.494,0.282c0.422-0.227,0.902-0.287,1.372-0.281h24.316c0.66-0.018,1.34,0.184,1.852,0.636 c0.586,0.489,0.92,1.247,0.967,2.022v16.626c-0.023,0.734-0.322,1.455-0.838,1.955c-0.424,0.416-0.98,0.686-1.561,0.734 c-0.486,0.043-0.979,0.012-1.465,0.023H5.684c-1.037,0-2.068,0.006-3.105-0.004c-0.768-0.02-1.518-0.404-1.993-1.029 C0.217,20.496,0.023,19.896,0,19.291V2.671C0.035,1.663,0.621,0.704,1.494,0.282 M3.041,1.834c3.745,3.917,7.49,7.833,11.235,11.75 c0.369,0.416,1.079,0.416,1.447,0c3.746-3.916,7.49-7.827,11.234-11.75H3.041z M1.752,3.093c-0.006,5.267,0,10.542,0,15.807 c2.525-2.627,5.04-5.266,7.56-7.9C6.797,8.366,4.278,5.727,1.752,3.093 M20.682,11c2.514,2.639,5.033,5.273,7.561,7.908 c0.006-5.273,0.006-10.542,0-15.815C25.721,5.727,23.201,8.366,20.682,11 M3.036,20.166c7.97,0,15.945,0.006,23.916,0 c-2.508-2.615-5.01-5.244-7.518-7.859c-0.838,0.869-1.666,1.75-2.504,2.615c-0.568,0.582-1.376,0.881-2.162,0.803 c-0.639-0.045-1.249-0.344-1.706-0.803c-0.838-0.865-1.67-1.746-2.502-2.615C8.052,14.916,5.543,17.545,3.036,20.166'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: cover;
    outline: 0;
    -webkit-transition: all .4s;
    transition: all .4s
}

.c-profiles-S-1 .OuB_oxS6oc5:hover {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Шар_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='30px' height='22px' viewBox='0 0 30 22' enable-background='new 0 0 30 22' xml:space='preserve'%3E%3Cpath fill='%23f03968' d='M1.494,0.282c0.422-0.227,0.902-0.287,1.372-0.281h24.316c0.66-0.018,1.34,0.184,1.852,0.636 c0.586,0.489,0.92,1.247,0.967,2.022v16.626c-0.023,0.734-0.322,1.455-0.838,1.955c-0.424,0.416-0.98,0.686-1.561,0.734 c-0.486,0.043-0.979,0.012-1.465,0.023H5.684c-1.037,0-2.068,0.006-3.105-0.004c-0.768-0.02-1.518-0.404-1.993-1.029 C0.217,20.496,0.023,19.896,0,19.291V2.671C0.035,1.663,0.621,0.704,1.494,0.282 M3.041,1.834c3.745,3.917,7.49,7.833,11.235,11.75 c0.369,0.416,1.079,0.416,1.447,0c3.746-3.916,7.49-7.827,11.234-11.75H3.041z M1.752,3.093c-0.006,5.267,0,10.542,0,15.807 c2.525-2.627,5.04-5.266,7.56-7.9C6.797,8.366,4.278,5.727,1.752,3.093 M20.682,11c2.514,2.639,5.033,5.273,7.561,7.908 c0.006-5.273,0.006-10.542,0-15.815C25.721,5.727,23.201,8.366,20.682,11 M3.036,20.166c7.97,0,15.945,0.006,23.916,0 c-2.508-2.615-5.01-5.244-7.518-7.859c-0.838,0.869-1.666,1.75-2.504,2.615c-0.568,0.582-1.376,0.881-2.162,0.803 c-0.639-0.045-1.249-0.344-1.706-0.803c-0.838-0.865-1.67-1.746-2.502-2.615C8.052,14.916,5.543,17.545,3.036,20.166'/%3E%3C/svg%3E%0A")
}

.c-profiles-S-1 .ft7_1sCzD {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 15px
}

.c-profiles-S-1 .Uve- {
    margin-top: 4px;
    font-size: 16px;
    font-weight: 600;
    color: #f18943
}

@media only screen and (min-width:1024px) {
    .c-profiles-S-1 .DzHYH8zHG {
        margin-top: 5px
    }
}

.c-sidebar-banner-S-1 .XpY0J {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-width: 400px;
    max-height: 540px;
    min-height: 540px;
    margin: 0 auto;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 38px 0 rgba(2, 7, 24, .11);
    box-shadow: 0 1px 38px 0 rgba(2, 7, 24, .11)
}

.c-sidebar-banner-S-1 .XpY0J picture {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto
}

.c-sidebar-banner-S-1 .XpY0J picture img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%
}

@media only screen and (min-width:768px) {
    .c-sidebar-banner-S-1 .XpY0J {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        max-width: unset;
        max-height: unset;
        min-height: 370px;
        padding: 0 50px
    }
    .c-sidebar-banner-S-1 .XpY0J__text-block___ {
        position: relative;
        padding: 0;
        z-index: 2
    }
}

@media only screen and (min-width:1366px) {
    .c-sidebar-banner-S-1 .XpY0J {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        min-height: 725px;
        padding-bottom: 35px
    }
}

.c-sidebar-banner-S-1 .XpY0J img {
    display: inline-block;
    min-width: 100%;
    min-height: 100%;
    margin-bottom: -5px
}

@supports (object-fit:cover) {
    .c-sidebar-banner-S-1 .XpY0J img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.c-sidebar-banner-S-1 .j-T7s {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.c-sidebar-banner-S-1 .j-T7s span {
    margin-right: 5px
}

@media only screen and (max-width:767px) {
    .c-sidebar-banner-S-1 .j-T7s {
        margin-bottom: 35px
    }
}

@media only screen and (min-width:768px) {
    .c-sidebar-banner-S-1 .j-T7s {
        max-width: 333px
    }
    .c-sidebar-banner-S-1 .j-T7s span {
        display: block;
        margin-right: 0;
        line-height: 1
    }
}

@media only screen and (min-width:1366px) {
    .c-sidebar-banner-S-1 .j-T7s {
        width: 100%;
        padding: 0
    }
    .c-sidebar-banner-S-1 .j-T7s span {
        display: inline-block;
        margin-right: 5px
    }
}

.c-sidebar-banner-S-1 .FRzpvDv1 {
    width: 100%;
    padding: 0 20px 15px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 6px #000
}

@media only screen and (min-width:768px) {
    .c-sidebar-banner-S-1 .FRzpvDv1 {
        padding: 0 0 30px;
        font-size: 28px;
        line-height: 1.3
    }
}

@media only screen and (min-width:1024px) {
    .c-sidebar-banner-S-1 .FRzpvDv1 {
        font-size: 31px
    }
}

@media only screen and (min-width:1366px) {
    .c-sidebar-banner-S-1 .FRzpvDv1 {
        font-size: 28px;
        line-height: 1.1
    }
}

.c-sidebar-banner-S-1 .iXAJKy {
    height: 63px;
    padding: 0 72px;
    font-size: 22px;
    text-transform: uppercase
}

.c-tools-banner-S-1 .bH_X-h01r {
    position: relative;
    overflow: hidden
}

.c-tools-banner-S-1 .zXX76 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}

.c-tools-banner-S-1 .zXX76 img {
    display: inline-block;
    min-width: 100%;
    min-height: 100%
}

@supports (object-fit:cover) {
    .c-tools-banner-S-1 .zXX76 img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.c-tools-banner-S-1 .dUD999ayuhu {
    position: relative;
    padding: 26px 15px;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover
}

.c-tools-banner-S-1 .O_X1gcdLzCA {
    padding: 0 28px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    text-align: center
}

.c-tools-banner-S-1 .W51DBVtrLv {
    margin-top: 16px;
    padding: 10px 15px;
    overflow: hidden;
    background: #fff;
    border-radius: 20px
}

.c-tools-banner-S-1 .d7qmwU3RW {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #e7e7f5;
    line-height: 1.4
}

.c-tools-banner-S-1 .d7qmwU3RW:last-child {
    border: 0
}

.c-tools-banner-S-1 .aUY1i {
    width: 100%;
    max-width: 56px;
    margin-right: 15px;
    text-align: center
}

.c-tools-banner-S-1 .EqlX1xi {
    color: #374251
}

@media only screen and (min-width:768px) {
    .c-tools-banner-S-1 .dUD999ayuhu {
        background-image: url(/static/img/content/bg-desktop.jpg)
    }
    .c-tools-banner-S-1 .W51DBVtrLv {
        margin: 20px auto
    }
    .c-tools-banner-S-1 .O_X1gcdLzCA {
        width: 100%;
        padding: 0;
        font-size: 36px;
        font-weight: 700
    }
    .c-tools-banner-S-1 .W51DBVtrLv {
        max-width: 630px;
        padding: 0;
        background: 0 0
    }
    .c-tools-banner-S-1 .d7qmwU3RW {
        min-height: 90px;
        margin-bottom: 24px;
        padding: 10px 34px;
        background: #fff;
        border-bottom: none;
        border-radius: 200px;
        font-weight: 600
    }
}

@media only screen and (min-width:1024px) {
    .c-tools-banner-S-1 .dUD999ayuhu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .c-tools-banner-S-1 .W51DBVtrLv {
        max-width: unset;
        margin: 0
    }
    .c-tools-banner-S-1 .O_X1gcdLzCA {
        width: 100%;
        max-width: 370px;
        font-size: 48px;
        text-align: left
    }
    .c-tools-banner-S-1 .O_X1gcdLzCA br {
        display: block
    }
}

@media only screen and (min-width:1366px) {
    .c-tools-banner-S-1 .dUD999ayuhu {
        padding: 104px 15px 86px 93px
    }
    .c-tools-banner-S-1 .O_X1gcdLzCA {
        max-width: 300px;
        margin-right: 65px;
        line-height: 1.5
    }
    .c-tools-banner-S-1 .W51DBVtrLv {
        width: 100%;
        max-width: 814px
    }
    .c-tools-banner-S-1 .d7qmwU3RW {
        min-height: 108px;
        margin-bottom: 24px;
        background: #fff;
        border-bottom: none;
        border-radius: 200px;
        font-size: 19px;
        font-weight: 700
    }
    .c-tools-banner-S-1 .aUY1i {
        height: 40px;
        max-width: 78px;
        margin-right: 40px
    }
    .c-tools-banner-S-1 .aUY1i img {
        width: 100%;
        height: 100%
    }
}

.c-types-S-1 .BZnMUzdSMe {
    margin-bottom: 22px;
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #374251
}

.c-types-S-1 .DlLro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-types-S-1 .PrCvnkmjH {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 7px;
    margin-bottom: 7px;
    padding: 11px 46px;
    background: #eaeafd;
    font-size: 14px;
    font-weight: 600;
    color: #8585cd;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s
}

.c-types-S-1 .PrCvnkmjH:active,
.c-types-S-1 .PrCvnkmjH:focus,
.c-types-S-1 .PrCvnkmjH:hover {
    background: #8585cd;
    color: #fff
}

.c-types-S-1 .bs-Az {
    border-color: #f03968;
    color: #f03968;
    text-decoration: none
}

.c-types-S-1 .Xpvd49SyMPS .DlLro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.c-types-S-1 .Xpvd49SyMPS .PrCvnkmjH {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 40px;
    margin: 0 10px 12px 0;
    padding: 0 8px;
    background: 0 0;
    border: 1px solid #8585cd;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    color: #8585cd;
    -webkit-transition: all .4s;
    transition: all .4s
}

.c-types-S-1 .Xpvd49SyMPS .PrCvnkmjH:active,
.c-types-S-1 .Xpvd49SyMPS .PrCvnkmjH:focus,
.c-types-S-1 .Xpvd49SyMPS .PrCvnkmjH:hover {
    border-color: #f03968;
    color: #f03968;
    text-decoration: none
}

.c-types-S-1 .Xpvd49SyMPS .bs-Az {
    border-color: #f03968;
    color: #f03968;
    text-decoration: none
}

.c-types-S-1 .Xpvd49SyMPS .DlLro {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media only screen and (min-width:425px) {
    .c-types-S-1 .DlLro {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .c-types-S-1 .Xpvd49SyMPS .PrCvnkmjH {
        margin: 0 10px 15px 0;
        padding: 0 18px;
        background: 0 0;
        border: 1px solid #8585cd;
        border-radius: 5px;
        font-size: 15px;
        font-weight: 600;
        color: #8585cd;
        -webkit-transition: all .4s;
        transition: all .4s
    }
    .c-types-S-1 .Xpvd49SyMPS .PrCvnkmjH:active,
    .c-types-S-1 .Xpvd49SyMPS .PrCvnkmjH:focus,
    .c-types-S-1 .Xpvd49SyMPS .PrCvnkmjH:hover {
        border-color: #f03968;
        color: #f03968;
        text-decoration: none
    }
    .c-types-S-1 .Xpvd49SyMPS .bs-Az {
        border-color: #f03968;
        color: #f03968;
        text-decoration: none
    }
    .c-types-S-1 .Xpvd49SyMPS .DlLro {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media only screen and (min-width:667px) {
    .c-types-S-1 .DlLro {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .c-types-S-1 .BZnMUzdSMe {
        margin-top: -5px;
        font-size: 18px
    }
    .c-types-S-1 .PrCvnkmjH {
        margin-right: 20px;
        margin-bottom: 20px
    }
}

.c-filter-S-1 .P-OkI {
    -webkit-box-shadow: 0 1px 30px 0 rgba(2, 7, 24, .1);
    box-shadow: 0 1px 30px 0 rgba(2, 7, 24, .1)
}

.c-filter-S-1 .hww1JA8n2 {
    position: relative;
    display: -webkit-box;
    width: 100%;
    height: 60px;
    padding: 0 40px;
    overflow-y: hidden;
    background: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    color: #2e2d2d;
    text-align: left;
    text-decoration: none;
    text-overflow: ellipsis;
    outline: 0;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.c-filter-S-1 .TGTIJkLTi3 {
    position: relative;
    width: 100%;
    height: 60px;
    background: #fff;
    text-align: left;
    outline: 0;
    min-height: 46px;
    padding: 0 32px 0 14px;
    background: #f0f0ff
}

.c-filter-S-1 .hww1JA8n2 a,
.c-filter-S-1 .TGTIJkLTi3,
.c-filter-S-1 .TGTIJkLTi3 a {
    display: -webkit-box;
    overflow-y: hidden;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    color: #2e2d2d;
    text-decoration: none;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.c-filter-S-1 .TGTIJkLTi3 a {
    font-size: 14px;
    word-break: break-word;
    word-wrap: break-word
}

.c-filter-S-1 .hww1JA8n2:after {
    right: 25px
}

.c-filter-S-1 .hww1JA8n2:after,
.c-filter-S-1 .TGTIJkLTi3:after {
    content: '';
    position: absolute;
    top: 40%;
    display: block;
    width: 11px;
    height: 11px;
    background: no-repeat center center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='284.929' height='284.929'%3E%3Cpath d='M282.082 76.511l-14.274-14.273c-1.902-1.906-4.093-2.856-6.57-2.856-2.471 0-4.661.95-6.563 2.856L142.466 174.441 30.262 62.241c-1.903-1.906-4.093-2.856-6.567-2.856-2.475 0-4.665.95-6.567 2.856L2.856 76.515C.95 78.417 0 80.607 0 83.082c0 2.473.953 4.663 2.856 6.565l133.043 133.046c1.902 1.903 4.093 2.854 6.567 2.854s4.661-.951 6.562-2.854L282.082 89.647c1.902-1.903 2.847-4.093 2.847-6.565 0-2.475-.945-4.665-2.847-6.571z' fill='%23262121'/%3E%3C/svg%3E%0A");
    background-size: 11px 11px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.c-filter-S-1 .hww1JA8n2[aria-expanded=true]:after,
.c-filter-S-1 .TGTIJkLTi3[aria-expanded=true]:after,
.c-filter_lifestyle-S-1 .zIhn[aria-expanded=true]:after,
.c-filter_lifestyle-S-1 .F3wXr9nVslR3[aria-expanded=true]:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='284.929' height='284.929'%3E%3Cpath d='M282.082 195.285L149.028 62.24c-1.901-1.903-4.088-2.856-6.562-2.856s-4.665.953-6.567 2.856L2.856 195.285C.95 197.191 0 199.378 0 201.853c0 2.474.953 4.664 2.856 6.566l14.272 14.271c1.903 1.903 4.093 2.854 6.567 2.854s4.664-.951 6.567-2.854l112.204-112.202 112.208 112.209c1.902 1.903 4.093 2.848 6.563 2.848 2.478 0 4.668-.951 6.57-2.848l14.274-14.277c1.902-1.902 2.847-4.093 2.847-6.566.001-2.476-.944-4.666-2.846-6.569z' fill='%23262121'/%3E%3C/svg%3E%0A")
}

.c-filter-S-1 .hww1JA8n2:before,
.c-filter-S-1 .TGTIJkLTi3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    width: 18px;
    height: 62px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' width='192' height='128.333' sodipodi:docname='Векторный смарт-объект.ai'%3E%3Cmetadata%3E%3Crdf:RDF%3E%3Ccc:Work%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs%3E%3CclipPath clipPathUnits='userSpaceOnUse' id='a'%3E%3Cpath d='M0 96.25h144V0H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Csodipodi:namedview pagecolor='%23ffffff' bordercolor='%23666666' borderopacity='1' objecttolerance='10' gridtolerance='10' guidetolerance='10' inkscape:pageopacity='0' inkscape:pageshadow='2' inkscape:window-width='640' inkscape:window-height='480'/%3E%3Cg clip-path='url(%23a)' transform='matrix(1.33333 0 0 -1.33333 0 128.333)' inkscape:groupmode='layer' inkscape:label='Векторный смарт-объект'%3E%3Cpath d='M5 78.25h81.156c1.959-4.697 6.593-8 12-8s10.041 3.303 12.001 8H139a5 5 0 010 10h-28.843c-1.96 4.697-6.594 8-12.001 8-5.407 0-10.041-3.303-12-8H5a5 5 0 010-10M139 54H57c-1.959 4.697-6.593 8-12 8s-10.041-3.303-12-8H5a5 5 0 010-10h28c1.959-4.697 6.593-8 12-8s10.041 3.303 12 8h82a5 5 0 010 10M139 18h-28.843c-1.96 4.697-6.594 8-12.001 8-5.407 0-10.041-3.303-12-8H5A5 5 0 115 8h81.156c1.959-4.697 6.593-8 12-8s10.041 3.303 12.001 8H139a5 5 0 110 10' fill='%23262121'/%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.c-filter-S-1 .TGTIJkLTi3:before {
    display: none
}

.c-filter-S-1 .TGTIJkLTi3:after {
    right: 15px
}

.c-filter-S-1 .TGTIJkLTi3:active a,
.c-filter-S-1 .TGTIJkLTi3:focus a,
.c-filter-S-1 .TGTIJkLTi3:hover a {
    color: #7979e8
}

.c-filter-S-1 .bWF4QS {
    padding: 0 10px
}

.c-filter-S-1 .LTBn {
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 4px
}

.c-filter-S-1 .BB1ve2 {
    max-height: 228px;
    margin: 10px 18px 0 0;
    padding: 0 20px;
    overflow: auto
}

.c-filter-S-1 .BB1ve2::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    margin-top: 15px
}

.c-filter-S-1 .BB1ve2::-webkit-scrollbar-track {
    background-color: transparent
}

.c-filter-S-1 .BB1ve2::-webkit-scrollbar-thumb {
    background-color: #b1b1b7
}

.c-filter-S-1 .BB1ve2 li a,
.c-filter_lifestyle-S-1 .MD5501VqdZ li a {
    text-decoration: none
}

.c-filter-S-1 .UjTbkbwlyj {
    position: relative;
    margin: 0 0 10px;
    font-size: 14px;
    color: #545454;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.c-filter-S-1 .UjTbkbwlyj span {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 35px;
    line-height: 22px
}

.c-filter-S-1 .UjTbkbwlyj span:before,
.c-filter_lifestyle-S-1 .viNJGrI5 span:before {
    content: "";
    position: absolute;
    left: 0;
    display: inline-block;
    width: 14px;
    height: 14px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #b9c6cc;
    border-radius: 2px;
    -webkit-transition: background .3s ease;
    transition: background .3s ease
}

.c-filter-S-1 .PURr_Z501s[type=checkbox] {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    z-index: -1;
    opacity: 0
}

.c-filter-S-1 .PURr_Z501s[type=checkbox]:checked+span:before {
    background: #f57c9a url(/static/img/content/check.png) no-repeat center;
    background-size: 75%;
    border: 0
}

.c-filter-S-1 .UjTbkbwlyj span:hover:before {
    -webkit-filter: brightness(110%);
    filter: brightness(110%)
}

.c-filter-S-1 .UjTbkbwlyj span:active:before {
    -webkit-filter: brightness(80%);
    filter: brightness(80%)
}

.c-filter-S-1 .PURr_Z501s[type=checkbox]:disabled+span,
.c-filter_lifestyle-S-1 .gtVIp[type=checkbox]:disabled+span {
    color: #666;
    cursor: default
}

.c-filter-S-1 .PURr_Z501s[type=checkbox]:disabled+span:before {
    opacity: .6;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.c-filter-S-1 .DvGrn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0
}

.c-filter-S-1 .DvGrn .Q8IfIK1lz {
    height: 46px;
    padding: 0 53px;
    font-size: 15px
}

.c-filter-S-1 .TemudtCu_f {
    width: 100%;
    max-width: 80px;
    margin-left: 10px;
    font-size: 15px;
    text-transform: uppercase
}

@media only screen and (min-width:768px) {
    .c-filter-S-1 .DvGrn {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media only screen and (min-width:1024px) {
    .c-filter-S-1 .P-OkI {
        display: block !important;
        height: auto !important;
        padding: 20px 30px 4px
    }
    .c-filter-S-1 .hww1JA8n2 {
        display: none
    }
    .c-filter-S-1 .zPIYq1iLV {
        padding: 0
    }
    .c-filter-S-1 .LTBn {
        position: relative;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: calc(24% - 15px);
        margin: 0 0 16px 15px;
        overflow: visible
    }
    .c-filter-S-1 .LTBn:first-child {
        margin-bottom: 0
    }
    .c-filter-S-1 .GBrVC {
        position: absolute;
        top: 44px;
        right: 0;
        left: 0;
        height: 248px;
        z-index: 99;
        background: #fff;
        -webkit-box-shadow: 0 0 30px 0 rgba(2, 7, 24, .1);
        box-shadow: 0 0 30px 0 rgba(2, 7, 24, .1)
    }
    .c-filter-S-1 .eucFwev1 {
        display: block !important;
        height: 100% !important
    }
    .c-filter-S-1 .BB1ve2 {
        padding: 0 8px 0 10px
    }
    .c-filter-S-1 .bWF4QS {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: visible;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .c-filter-S-1 .DvGrn {
        padding: 0
    }
}

@media only screen and (min-width:1366px) {
    .c-filter-S-1 .P-OkI {
        padding: 30px 30px 4px
    }
    .c-filter-S-1 .LTBn {
        width: calc(19% - 15px)
    }
    .c-filter-S-1 .BB1ve2 {
        padding: 0 20px
    }
}

.c-filter_lifestyle-S-1 .KhPin2y1WQ {
    -webkit-box-shadow: 0 1px 30px 0 rgba(2, 7, 24, .1);
    box-shadow: 0 1px 30px 0 rgba(2, 7, 24, .1)
}

.c-filter_lifestyle-S-1 .zIhn,
.c-filter_lifestyle-S-1 .F3wXr9nVslR3 {
    position: relative;
    width: 100%;
    height: 62px;
    padding: 0 40px;
    background: #fff;
    font-size: 16px;
    font-weight: 700;
    color: #2e2d2d;
    text-align: left;
    outline: 0
}

.c-filter_lifestyle-S-1 .F3wXr9nVslR3 {
    height: 44px;
    padding: 0 14px;
    background: #f0f0ff;
    font-size: 14px
}

.c-filter_lifestyle-S-1 .zIhn:after {
    right: 25px
}

.c-filter_lifestyle-S-1 .zIhn:after,
.c-filter_lifestyle-S-1 .F3wXr9nVslR3:after {
    content: '';
    position: absolute;
    top: 40%;
    display: block;
    width: 11px;
    height: 11px;
    background: no-repeat center center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='284.929' height='284.929'%3E%3Cpath d='M282.082 76.511l-14.274-14.273c-1.902-1.906-4.093-2.856-6.57-2.856-2.471 0-4.661.95-6.563 2.856L142.466 174.441 30.262 62.241c-1.903-1.906-4.093-2.856-6.567-2.856-2.475 0-4.665.95-6.567 2.856L2.856 76.515C.95 78.417 0 80.607 0 83.082c0 2.473.953 4.663 2.856 6.565l133.043 133.046c1.902 1.903 4.093 2.854 6.567 2.854s4.661-.951 6.562-2.854L282.082 89.647c1.902-1.903 2.847-4.093 2.847-6.565 0-2.475-.945-4.665-2.847-6.571z' fill='%23262121'/%3E%3C/svg%3E%0A");
    background-size: 11px 11px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.c-filter_lifestyle-S-1 .zIhn:before,
.c-filter_lifestyle-S-1 .F3wXr9nVslR3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    width: 18px;
    height: 62px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' width='192' height='128.333' sodipodi:docname='Векторный смарт-объект.ai'%3E%3Cmetadata%3E%3Crdf:RDF%3E%3Ccc:Work%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs%3E%3CclipPath clipPathUnits='userSpaceOnUse' id='a'%3E%3Cpath d='M0 96.25h144V0H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Csodipodi:namedview pagecolor='%23ffffff' bordercolor='%23666666' borderopacity='1' objecttolerance='10' gridtolerance='10' guidetolerance='10' inkscape:pageopacity='0' inkscape:pageshadow='2' inkscape:window-width='640' inkscape:window-height='480'/%3E%3Cg clip-path='url(%23a)' transform='matrix(1.33333 0 0 -1.33333 0 128.333)' inkscape:groupmode='layer' inkscape:label='Векторный смарт-объект'%3E%3Cpath d='M5 78.25h81.156c1.959-4.697 6.593-8 12-8s10.041 3.303 12.001 8H139a5 5 0 010 10h-28.843c-1.96 4.697-6.594 8-12.001 8-5.407 0-10.041-3.303-12-8H5a5 5 0 010-10M139 54H57c-1.959 4.697-6.593 8-12 8s-10.041-3.303-12-8H5a5 5 0 010-10h28c1.959-4.697 6.593-8 12-8s10.041 3.303 12 8h82a5 5 0 010 10M139 18h-28.843c-1.96 4.697-6.594 8-12.001 8-5.407 0-10.041-3.303-12-8H5A5 5 0 115 8h81.156c1.959-4.697 6.593-8 12-8s10.041 3.303 12.001 8H139a5 5 0 110 10' fill='%23262121'/%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.c-filter_lifestyle-S-1 .F3wXr9nVslR3:before {
    display: none
}

.c-filter_lifestyle-S-1 .F3wXr9nVslR3:after {
    right: 15px
}

.c-filter_lifestyle-S-1 .NT2pB3Xpeq7t {
    padding: 0 10px
}

.c-filter_lifestyle-S-1 .rnoGqEx {
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 4px
}

.c-filter_lifestyle-S-1 .MD5501VqdZ {
    overflow: auto
}

.c-filter_lifestyle-S-1 .MD5501VqdZ::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    margin-top: 15px
}

.c-filter_lifestyle-S-1 .MD5501VqdZ::-webkit-scrollbar-track {
    background-color: transparent
}

.c-filter_lifestyle-S-1 .MD5501VqdZ::-webkit-scrollbar-thumb {
    background-color: #b1b1b7
}

.c-filter_lifestyle-S-1 .viNJGrI5 {
    position: relative;
    margin: 0 0 10px;
    font-size: 14px;
    color: #545454;
    word-break: break-word;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.c-filter_lifestyle-S-1 .viNJGrI5 span {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 35px;
    word-break: break-word
}

.c-filter_lifestyle-S-1 .gtVIp[type=checkbox] {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    z-index: -1;
    opacity: 0
}

.c-filter_lifestyle-S-1 .gtVIp[type=checkbox]:checked+span:before {
    background: #f57c9a url(/static/img/content/check.png) no-repeat center;
    background-size: 75%;
    border: 0
}

.c-filter_lifestyle-S-1 .viNJGrI5 span:hover:before {
    -webkit-filter: brightness(110%);
    filter: brightness(110%)
}

.c-filter_lifestyle-S-1 .viNJGrI5 span:active:before {
    -webkit-filter: brightness(80%);
    filter: brightness(80%)
}

.c-filter_lifestyle-S-1 .gtVIp[type=checkbox]:disabled+span:before {
    opacity: .6;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.c-filter_lifestyle-S-1 .RjL71D {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0
}

.c-filter_lifestyle-S-1 .RjL71D .Q8IfIK1lz {
    height: 40px;
    padding: 0 46px;
    font-size: 14px
}

.c-filter_lifestyle-S-1 .GJHlZoM-9k7 {
    width: 100%;
    max-width: 80px;
    margin-left: 10px;
    text-transform: uppercase
}

@media only screen and (max-width:567px) {
    .c-filter_lifestyle-S-1 .GJHlZoM-9k7 {
        width: auto;
        max-width: 118px;
        overflow-x: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

@media only screen and (min-width:768px) {
    .c-filter_lifestyle-S-1 .MD5501VqdZ {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .c-filter_lifestyle-S-1 .MD5501VqdZ li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 50%;
        margin: 0
    }
    .c-filter_lifestyle-S-1 .RjL71D {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media only screen and (min-width:1024px) {
    .c-filter_lifestyle-S-1 .MD5501VqdZ {
        height: auto;
        overflow: visible
    }
    .c-filter_lifestyle-S-1 .MD5501VqdZ li {
        width: 25%;
        margin: 0;
        line-height: 35px
    }
    .c-filter_lifestyle-S-1 .RjL71D,
    .c-filter_lifestyle-S-1 .MD5501VqdZ {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .c-filter_lifestyle-S-1 .RjL71D .Q8IfIK1lz {
        height: 40px;
        padding: 0 62px;
        font-size: 14px
    }
    .c-filter_lifestyle-S-1 .KhPin2y1WQ {
        padding: 20px 20px 4px
    }
    .c-filter_lifestyle-S-1 .zIhn {
        display: none
    }
    .c-filter_lifestyle-S-1 .bOGouj {
        display: block !important;
        height: 100% !important
    }
}

@media only screen and (min-width:1366px) {
    .c-filter_lifestyle-S-1 .MD5501VqdZ li {
        width: 20%
    }
}

.c-latest_review-S-1 .j2IOjzu {
    padding: 29px 20px 36px;
    background: #fff;
    -webkit-box-shadow: 0 1px 38px 0 rgba(2, 7, 24, .11);
    box-shadow: 0 1px 38px 0 rgba(2, 7, 24, .11)
}

@media only screen and (min-width:1024px) {
    .c-latest_review-S-1 .j2IOjzu {
        padding: 30px 14px 0
    }
}

@media only screen and (min-width:1366px) {
    .c-latest_review-S-1 .j2IOjzu {
        padding: 30px 22px 10px
    }
}

.c-latest_review-S-1 .JA2TCntJcx1 {
    padding-bottom: 25px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase
}

.c-latest_review-S-1 .R8RNs {
    display: -webkit-box;
    width: 164px;
    max-height: 54px;
    margin-left: 20px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    text-transform: none;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.c-latest_review-S-1 .g8fxqn_40Rq {
    max-height: 540px;
    margin-right: 0;
    overflow: auto
}

.c-latest_review-S-1 .g8fxqn_40Rq::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    margin-right: 15px
}

.c-latest_review-S-1 .g8fxqn_40Rq::-webkit-scrollbar-track {
    background-color: #fff
}

.c-latest_review-S-1 .g8fxqn_40Rq::-webkit-scrollbar-thumb {
    background-color: gray
}

.c-latest_review-S-1 .podsgzSuC {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-latest_review-S-1 .podsgzSuC:last-child {
    margin-bottom: 0
}

@media only screen and (min-width:1024px) {
    .c-latest_review-S-1 .podsgzSuC {
        margin-top: 0;
        margin-bottom: 21px
    }
    .c-latest_review-S-1 .podsgzSuC:last-child {
        margin-bottom: 21px
    }
}

.c-latest_review-S-1 .XWTTMk4MJK {
    width: 100%;
    height: 100%;
    max-width: 76px;
    max-height: 76px;
    overflow: hidden;
    border: 1px solid #ccccea;
    -webkit-transition: all .4s;
    transition: all .4s
}

.c-latest_review-S-1 .XWTTMk4MJK img {
    display: inline-block;
    min-width: 100%;
    min-height: 100%
}

@supports (object-fit:cover) {
    .c-latest_review-S-1 .XWTTMk4MJK img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.c-latest_review-S-1 .XWTTMk4MJK:active,
.c-latest_review-S-1 .XWTTMk4MJK:focus,
.c-latest_review-S-1 .XWTTMk4MJK:hover {
    border-color: #f03968
}

.c-latest_review-S-1 .ECPaXRd9mOb4 {
    font-size: 16px;
    font-weight: 700;
    color: #374251;
    word-break: break-word;
    -webkit-transition: all .4s;
    transition: all .4s
}

.c-latest_review-S-1 .ECPaXRd9mOb4:active,
.c-latest_review-S-1 .ECPaXRd9mOb4:focus,
.c-latest_review-S-1 .ECPaXRd9mOb4:hover {
    color: #f03968;
    text-decoration: none
}

.c-latest_review-S-1 .d5_W4v {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px
}

@media only screen and (min-width:768px) {
    .c-latest_review-S-1 .R8RNs {
        width: 224px
    }
}

@media only screen and (min-width:1024px) {
    .c-latest_review-S-1 .g8fxqn_40Rq {
        margin-top: 5px
    }
}

@media only screen and (min-width:1366px) {
    .c-latest_review-S-1 .R8RNs {
        width: 164px
    }
}

.c-social-S-1 .mF5qldTF {
    text-align: center
}

.c-social-S-1 .BHRI0 {
    margin-bottom: 13px;
    font-size: 18px;
    font-weight: 600
}

.c-social-S-1 .SG7myTDTvmSE,
.c-social-S-1 .psQKQTs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-social-S-1 .SG7myTDTvmSE {
    position: relative;
    width: 38px;
    height: 38px;
    margin-right: 12px;
    background-color: transparent;
    border: 1px solid #8585cd;
    border-radius: 50%;
    -webkit-transition: all .2s;
    transition: all .2s
}

.c-social-S-1 .SG7myTDTvmSE:after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    background-position: center;
    background-repeat: no-repeat
}

.c-social-S-1 .SG7myTDTvmSE:active,
.c-social-S-1 .SG7myTDTvmSE:focus,
.c-social-S-1 .SG7myTDTvmSE:hover {
    background-color: #8585cd
}

.c-social-S-1 .ruEqnX:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Слой 1' xmlns='http://www.w3.org/2000/svg' fill='%238585cd' viewBox='0 0 24 23'%3E%3Cpath d='M21.32 8.81a2.7 2.7 0 00-1.91.81 13 13 0 00-6.94-2.17l1.4-6.4 4.46 1a2 2 0 104 0 2 2 0 00-2-2 2.05 2.05 0 00-1.79 1.13L13.6 0a.46.46 0 00-.55.37l-1.54 7.08a13.1 13.1 0 00-6.9 2.19 2.69 2.69 0 00-1.94-.83A2.71 2.71 0 001.51 14a5.79 5.79 0 00-.13 1.26C1.38 19.52 6.16 23 12 23s10.66-3.49 10.66-7.79a4.93 4.93 0 00-.15-1.28 2.71 2.71 0 00-1.21-5.12zM5.6 14.22a2 2 0 112 2 2 2 0 01-2-2zM16.44 19c-1.84 1.86-7 1.86-8.88 0a.49.49 0 010-.71.48.48 0 01.67 0c1.41 1.47 6.07 1.49 7.54 0a.47.47 0 01.66 0 .49.49 0 010 .71zm0-2.78a2 2 0 112-2 2 2 0 01-2.04 2.02z'/%3E%3C/svg%3E");
    background-size: 22px
}

.c-social-S-1 .ruEqnX:focus:after,
.c-social-S-1 .ruEqnX:hover:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Слой 1' xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 24 23'%3E%3Cpath d='M21.32 8.81a2.7 2.7 0 00-1.91.81 13 13 0 00-6.94-2.17l1.4-6.4 4.46 1a2 2 0 104 0 2 2 0 00-2-2 2.05 2.05 0 00-1.79 1.13L13.6 0a.46.46 0 00-.55.37l-1.54 7.08a13.1 13.1 0 00-6.9 2.19 2.69 2.69 0 00-1.94-.83A2.71 2.71 0 001.51 14a5.79 5.79 0 00-.13 1.26C1.38 19.52 6.16 23 12 23s10.66-3.49 10.66-7.79a4.93 4.93 0 00-.15-1.28 2.71 2.71 0 00-1.21-5.12zM5.6 14.22a2 2 0 112 2 2 2 0 01-2-2zM16.44 19c-1.84 1.86-7 1.86-8.88 0a.49.49 0 010-.71.48.48 0 01.67 0c1.41 1.47 6.07 1.49 7.54 0a.47.47 0 01.66 0 .49.49 0 010 .71zm0-2.78a2 2 0 112-2 2 2 0 01-2.04 2.02z'/%3E%3C/svg%3E")
}

.c-social-S-1 .BYSlbC-uk:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238585cd' viewBox='0 0 2599 3333' shape-rendering='geometricPrecision' text-rendering='geometricPrecision' image-rendering='optimizeQuality' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M576 3333c185-165 312-400 374-641 25-95 127-484 127-484 66 127 261 234 466 234 614 0 1056-564 1056-1267C2599 502 2050-1 1344-1 465-1-1 589-1 1231c0 298 159 670 413 788 38 19 59 10 68-28 6-29 41-166 57-231 5-20 3-39-14-59-84-102-152-290-152-464 0-449 340-884 919-884 500 0 850 340 850 828 0 551-278 933-640 933-200 0-350-165-301-368 58-242 169-503 169-677 0-156-83-286-258-286-205 0-368 211-368 495 0 180 60 302 60 302s-202 853-239 1012c-41 176-25 423-7 584l18 158z'/%3E%3C/svg%3E");
    background-size: contain
}

.c-social-S-1 .BYSlbC-uk:focus:after,
.c-social-S-1 .BYSlbC-uk:hover:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 2599 3333' shape-rendering='geometricPrecision' text-rendering='geometricPrecision' image-rendering='optimizeQuality' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M576 3333c185-165 312-400 374-641 25-95 127-484 127-484 66 127 261 234 466 234 614 0 1056-564 1056-1267C2599 502 2050-1 1344-1 465-1-1 589-1 1231c0 298 159 670 413 788 38 19 59 10 68-28 6-29 41-166 57-231 5-20 3-39-14-59-84-102-152-290-152-464 0-449 340-884 919-884 500 0 850 340 850 828 0 551-278 933-640 933-200 0-350-165-301-368 58-242 169-503 169-677 0-156-83-286-258-286-205 0-368 211-368 495 0 180 60 302 60 302s-202 853-239 1012c-41 176-25 423-7 584l18 158z'/%3E%3C/svg%3E")
}

.c-social-S-1 .YTjfS:after {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!--Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)--%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='96.124px' height='96.123px' viewBox='0 0 96.124 96.123' style='enable-background:new 0 0 96.124 96.123' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%238585cd' d='M72.089,0.02L59.624,0C45.62,0,36.57,9.285,36.57,23.656v10.907H24.037c-1.083,0-1.96,0.878-1.96,1.961v15.803 c0,1.083,0.878,1.96,1.96,1.96h12.533v39.876c0,1.083,0.877,1.96,1.96,1.96h16.352c1.083,0,1.96-0.878,1.96-1.96V54.287h14.654 c1.083,0,1.96-0.877,1.96-1.96l0.006-15.803c0-0.52-0.207-1.018-0.574-1.386c-0.367-0.368-0.867-0.575-1.387-0.575H56.842v-9.246 c0-4.444,1.059-6.7,6.848-6.7l8.397-0.003c1.082,0,1.959-0.878,1.959-1.96V1.98C74.046,0.899,73.17,0.022,72.089,0.02z'/%3E%3C/g%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3C/svg%3E");
    background-size: 22px
}

.c-social-S-1 .YTjfS:focus:after,
.c-social-S-1 .YTjfS:hover:after {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!--Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)--%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='96.124px' height='96.123px' viewBox='0 0 96.124 96.123' style='enable-background:new 0 0 96.124 96.123' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%23fff' d='M72.089,0.02L59.624,0C45.62,0,36.57,9.285,36.57,23.656v10.907H24.037c-1.083,0-1.96,0.878-1.96,1.961v15.803 c0,1.083,0.878,1.96,1.96,1.96h12.533v39.876c0,1.083,0.877,1.96,1.96,1.96h16.352c1.083,0,1.96-0.878,1.96-1.96V54.287h14.654 c1.083,0,1.96-0.877,1.96-1.96l0.006-15.803c0-0.52-0.207-1.018-0.574-1.386c-0.367-0.368-0.867-0.575-1.387-0.575H56.842v-9.246 c0-4.444,1.059-6.7,6.848-6.7l8.397-0.003c1.082,0,1.959-0.878,1.959-1.96V1.98C74.046,0.899,73.17,0.022,72.089,0.02z'/%3E%3C/g%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3C/svg%3E")
}

.c-social-S-1 .sfUkE1yz29OR:after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512.00096 512.00096' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%238585cd' d='m373.40625 0h-234.8125c-76.421875 0-138.59375 62.171875-138.59375 138.59375v234.816406c0 76.417969 62.171875 138.589844 138.59375 138.589844h234.816406c76.417969 0 138.589844-62.171875 138.589844-138.589844v-234.816406c0-76.421875-62.171875-138.59375-138.59375-138.59375zm-117.40625 395.996094c-77.195312 0-139.996094-62.800782-139.996094-139.996094s62.800782-139.996094 139.996094-139.996094 139.996094 62.800782 139.996094 139.996094-62.800782 139.996094-139.996094 139.996094zm143.34375-246.976563c-22.8125 0-41.367188-18.554687-41.367188-41.367187s18.554688-41.371094 41.367188-41.371094 41.371094 18.558594 41.371094 41.371094-18.558594 41.367187-41.371094 41.367187zm0 0'/%3E%3Cpath fill='%238585cd' d='m256 146.019531c-60.640625 0-109.980469 49.335938-109.980469 109.980469 0 60.640625 49.339844 109.980469 109.980469 109.980469 60.644531 0 109.980469-49.339844 109.980469-109.980469 0-60.644531-49.335938-109.980469-109.980469-109.980469zm0 0'/%3E%3Cpath fill='%238585cd' d='m399.34375 96.300781c-6.257812 0-11.351562 5.09375-11.351562 11.351563 0 6.257812 5.09375 11.351562 11.351562 11.351562 6.261719 0 11.355469-5.089844 11.355469-11.351562 0-6.261719-5.09375-11.351563-11.355469-11.351563zm0 0'/%3E%3C/svg%3E");
    background-size: 20px
}

.c-social-S-1 .sfUkE1yz29OR:focus:after,
.c-social-S-1 .sfUkE1yz29OR:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512.00096 512.00096' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='m373.40625 0h-234.8125c-76.421875 0-138.59375 62.171875-138.59375 138.59375v234.816406c0 76.417969 62.171875 138.589844 138.59375 138.589844h234.816406c76.417969 0 138.589844-62.171875 138.589844-138.589844v-234.816406c0-76.421875-62.171875-138.59375-138.59375-138.59375zm-117.40625 395.996094c-77.195312 0-139.996094-62.800782-139.996094-139.996094s62.800782-139.996094 139.996094-139.996094 139.996094 62.800782 139.996094 139.996094-62.800782 139.996094-139.996094 139.996094zm143.34375-246.976563c-22.8125 0-41.367188-18.554687-41.367188-41.367187s18.554688-41.371094 41.367188-41.371094 41.371094 18.558594 41.371094 41.371094-18.558594 41.367187-41.371094 41.367187zm0 0'/%3E%3Cpath fill='%23fff' d='m256 146.019531c-60.640625 0-109.980469 49.335938-109.980469 109.980469 0 60.640625 49.339844 109.980469 109.980469 109.980469 60.644531 0 109.980469-49.339844 109.980469-109.980469 0-60.644531-49.335938-109.980469-109.980469-109.980469zm0 0'/%3E%3Cpath fill='%23fff' d='m399.34375 96.300781c-6.257812 0-11.351562 5.09375-11.351562 11.351563 0 6.257812 5.09375 11.351562 11.351562 11.351562 6.261719 0 11.355469-5.089844 11.355469-11.351562 0-6.261719-5.09375-11.351563-11.355469-11.351563zm0 0'/%3E%3C/svg%3E")
}

.c-social-S-1 .ATMJFyEr:after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 -47 512.00203 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%238585cd' d='m191.011719 419.042969c-22.140625 0-44.929688-1.792969-67.855469-5.386719-40.378906-6.335938-81.253906-27.457031-92.820312-33.78125l-30.335938-16.585938 32.84375-10.800781c35.902344-11.804687 57.742188-19.128906 84.777344-30.597656-27.070313-13.109375-47.933594-36.691406-57.976563-67.175781l-7.640625-23.195313 6.265625.957031c-5.941406-5.988281-10.632812-12.066406-14.269531-17.59375-12.933594-19.644531-19.78125-43.648437-18.324219-64.21875l1.4375-20.246093 12.121094 4.695312c-5.113281-9.65625-8.808594-19.96875-10.980469-30.777343-5.292968-26.359376-.863281-54.363282 12.476563-78.851563l10.558593-19.382813 14.121094 16.960938c44.660156 53.648438 101.226563 85.472656 168.363282 94.789062-2.742188-18.902343-.6875-37.144531 6.113281-53.496093 7.917969-19.039063 22.003906-35.183594 40.722656-46.691407 20.789063-12.777343 46-18.96875 70.988281-17.433593 26.511719 1.628906 50.582032 11.5625 69.699219 28.746093 9.335937-2.425781 16.214844-5.015624 25.511719-8.515624 5.59375-2.105469 11.9375-4.496094 19.875-7.230469l29.25-10.078125-19.074219 54.476562c1.257813-.105468 2.554687-.195312 3.910156-.253906l31.234375-1.414062-18.460937 25.230468c-1.058594 1.445313-1.328125 1.855469-1.703125 2.421875-1.488282 2.242188-3.339844 5.03125-28.679688 38.867188-6.34375 8.472656-9.511718 19.507812-8.921875 31.078125 2.246094 43.96875-3.148437 83.75-16.042969 118.234375-12.195312 32.625-31.09375 60.617187-56.164062 83.199219-31.023438 27.9375-70.582031 47.066406-117.582031 56.847656-23.054688 4.796875-47.8125 7.203125-73.4375 7.203125zm0 0'/%3E%3C/svg%3E");
    background-size: 20px
}

.c-social-S-1 .ATMJFyEr:focus:after,
.c-social-S-1 .ATMJFyEr:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 -47 512.00203 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='m191.011719 419.042969c-22.140625 0-44.929688-1.792969-67.855469-5.386719-40.378906-6.335938-81.253906-27.457031-92.820312-33.78125l-30.335938-16.585938 32.84375-10.800781c35.902344-11.804687 57.742188-19.128906 84.777344-30.597656-27.070313-13.109375-47.933594-36.691406-57.976563-67.175781l-7.640625-23.195313 6.265625.957031c-5.941406-5.988281-10.632812-12.066406-14.269531-17.59375-12.933594-19.644531-19.78125-43.648437-18.324219-64.21875l1.4375-20.246093 12.121094 4.695312c-5.113281-9.65625-8.808594-19.96875-10.980469-30.777343-5.292968-26.359376-.863281-54.363282 12.476563-78.851563l10.558593-19.382813 14.121094 16.960938c44.660156 53.648438 101.226563 85.472656 168.363282 94.789062-2.742188-18.902343-.6875-37.144531 6.113281-53.496093 7.917969-19.039063 22.003906-35.183594 40.722656-46.691407 20.789063-12.777343 46-18.96875 70.988281-17.433593 26.511719 1.628906 50.582032 11.5625 69.699219 28.746093 9.335937-2.425781 16.214844-5.015624 25.511719-8.515624 5.59375-2.105469 11.9375-4.496094 19.875-7.230469l29.25-10.078125-19.074219 54.476562c1.257813-.105468 2.554687-.195312 3.910156-.253906l31.234375-1.414062-18.460937 25.230468c-1.058594 1.445313-1.328125 1.855469-1.703125 2.421875-1.488282 2.242188-3.339844 5.03125-28.679688 38.867188-6.34375 8.472656-9.511718 19.507812-8.921875 31.078125 2.246094 43.96875-3.148437 83.75-16.042969 118.234375-12.195312 32.625-31.09375 60.617187-56.164062 83.199219-31.023438 27.9375-70.582031 47.066406-117.582031 56.847656-23.054688 4.796875-47.8125 7.203125-73.4375 7.203125zm0 0'/%3E%3C/svg%3E")
}

.c-social-S-1 .k_Wt5nbl3lUT:after {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!--Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)--%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='550.795px' height='550.795px' viewBox='0 0 550.795 550.795' style='enable-background:new 0 0 550.795 550.795' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%238585cd' d='M501.613,491.782c12.381,0,23.109-4.088,32.229-12.16L377.793,323.567c-3.744,2.681-7.373,5.288-10.801,7.767 c-11.678,8.604-21.156,15.318-28.434,20.129c-7.277,4.822-16.959,9.737-29.045,14.755c-12.094,5.024-23.361,7.528-33.813,7.528 h-0.306h-0.306c-10.453,0-21.72-2.503-33.813-7.528c-12.093-5.018-21.775-9.933-29.045-14.755 c-7.277-4.811-16.75-11.524-28.434-20.129c-3.256-2.387-6.867-5.006-10.771-7.809L16.946,479.622 c9.119,8.072,19.854,12.16,32.234,12.16H501.613z'/%3E%3Cpath fill='%238585cd' d='M31.047,225.299C19.37,217.514,9.015,208.598,0,198.555V435.98l137.541-137.541 C110.025,279.229,74.572,254.877,31.047,225.299z'/%3E%3Cpath fill='%238585cd' d='M520.059,225.299c-41.865,28.336-77.447,52.73-106.75,73.195l137.486,137.492V198.555 C541.98,208.396,531.736,217.306,520.059,225.299z'/%3E%3Cpath fill='%238585cd' d='M501.613,59.013H49.181c-15.784,0-27.919,5.33-36.42,15.979C4.253,85.646,0.006,98.97,0.006,114.949 c0,12.907,5.636,26.892,16.903,41.959c11.267,15.061,23.256,26.891,35.961,35.496c6.965,4.921,27.969,19.523,63.012,43.801 c18.917,13.109,35.368,24.535,49.505,34.395c12.05,8.396,22.442,15.667,31.022,21.701c0.985,0.691,2.534,1.799,4.59,3.269 c2.215,1.591,5.018,3.61,8.476,6.107c6.659,4.816,12.191,8.709,16.597,11.683c4.4,2.975,9.731,6.298,15.985,9.988 c6.249,3.685,12.143,6.456,17.675,8.299c5.533,1.842,10.655,2.766,15.367,2.766h0.306h0.306c4.711,0,9.834-0.924,15.368-2.766 c5.531-1.843,11.42-4.608,17.674-8.299c6.248-3.69,11.572-7.02,15.986-9.988c4.406-2.974,9.938-6.866,16.598-11.683 c3.451-2.497,6.254-4.517,8.469-6.102c2.057-1.476,3.605-2.577,4.596-3.274c6.684-4.651,17.1-11.892,31.104-21.616 c25.482-17.705,63.01-43.764,112.742-78.281c14.957-10.447,27.453-23.054,37.496-37.803c10.025-14.749,15.051-30.22,15.051-46.408 c0-13.525-4.873-25.098-14.598-34.737C526.461,63.829,514.932,59.013,501.613,59.013z'/%3E%3C/g%3E%3C/g%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3C/svg%3E");
    background-size: 20px
}

.c-social-S-1 .k_Wt5nbl3lUT:focus:after,
.c-social-S-1 .k_Wt5nbl3lUT:hover:after {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!--Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)--%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='550.795px' height='550.795px' viewBox='0 0 550.795 550.795' style='enable-background:new 0 0 550.795 550.795' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fff' d='M501.613,491.782c12.381,0,23.109-4.088,32.229-12.16L377.793,323.567c-3.744,2.681-7.373,5.288-10.801,7.767 c-11.678,8.604-21.156,15.318-28.434,20.129c-7.277,4.822-16.959,9.737-29.045,14.755c-12.094,5.024-23.361,7.528-33.813,7.528 h-0.306h-0.306c-10.453,0-21.72-2.503-33.813-7.528c-12.093-5.018-21.775-9.933-29.045-14.755 c-7.277-4.811-16.75-11.524-28.434-20.129c-3.256-2.387-6.867-5.006-10.771-7.809L16.946,479.622 c9.119,8.072,19.854,12.16,32.234,12.16H501.613z'/%3E%3Cpath fill='%23fff' d='M31.047,225.299C19.37,217.514,9.015,208.598,0,198.555V435.98l137.541-137.541 C110.025,279.229,74.572,254.877,31.047,225.299z'/%3E%3Cpath fill='%23fff' d='M520.059,225.299c-41.865,28.336-77.447,52.73-106.75,73.195l137.486,137.492V198.555 C541.98,208.396,531.736,217.306,520.059,225.299z'/%3E%3Cpath fill='%23fff' d='M501.613,59.013H49.181c-15.784,0-27.919,5.33-36.42,15.979C4.253,85.646,0.006,98.97,0.006,114.949 c0,12.907,5.636,26.892,16.903,41.959c11.267,15.061,23.256,26.891,35.961,35.496c6.965,4.921,27.969,19.523,63.012,43.801 c18.917,13.109,35.368,24.535,49.505,34.395c12.05,8.396,22.442,15.667,31.022,21.701c0.985,0.691,2.534,1.799,4.59,3.269 c2.215,1.591,5.018,3.61,8.476,6.107c6.659,4.816,12.191,8.709,16.597,11.683c4.4,2.975,9.731,6.298,15.985,9.988 c6.249,3.685,12.143,6.456,17.675,8.299c5.533,1.842,10.655,2.766,15.367,2.766h0.306h0.306c4.711,0,9.834-0.924,15.368-2.766 c5.531-1.843,11.42-4.608,17.674-8.299c6.248-3.69,11.572-7.02,15.986-9.988c4.406-2.974,9.938-6.866,16.598-11.683 c3.451-2.497,6.254-4.517,8.469-6.102c2.057-1.476,3.605-2.577,4.596-3.274c6.684-4.651,17.1-11.892,31.104-21.616 c25.482-17.705,63.01-43.764,112.742-78.281c14.957-10.447,27.453-23.054,37.496-37.803c10.025-14.749,15.051-30.22,15.051-46.408 c0-13.525-4.873-25.098-14.598-34.737C526.461,63.829,514.932,59.013,501.613,59.013z'/%3E%3C/g%3E%3C/g%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3C/svg%3E")
}

.c-social-S-1 .H7A1rfP0iKXR:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='Bold' enable-background='new 0 0 24 24'  viewBox='0 0 24 24' fill='%238585cd' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m23.994 24v-.001h.006v-8.802c0-4.306-.927-7.623-5.961-7.623-2.42 0-4.044 1.328-4.707 2.587h-.07v-2.185h-4.773v16.023h4.97v-7.934c0-2.089.396-4.109 2.983-4.109 2.549 0 2.587 2.384 2.587 4.243v7.801z'/%3E%3Cpath d='m.396 7.977h4.976v16.023h-4.976z'/%3E%3Cpath d='m2.882 0c-1.591 0-2.882 1.291-2.882 2.882s1.291 2.909 2.882 2.909 2.882-1.318 2.882-2.909c-.001-1.591-1.292-2.882-2.882-2.882z'/%3E%3C/svg%3E");
    background-size: 20px
}

.c-social-S-1 .H7A1rfP0iKXR:focus:after,
.c-social-S-1 .H7A1rfP0iKXR:hover:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='Bold' enable-background='new 0 0 24 24'  viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m23.994 24v-.001h.006v-8.802c0-4.306-.927-7.623-5.961-7.623-2.42 0-4.044 1.328-4.707 2.587h-.07v-2.185h-4.773v16.023h4.97v-7.934c0-2.089.396-4.109 2.983-4.109 2.549 0 2.587 2.384 2.587 4.243v7.801z'/%3E%3Cpath d='m.396 7.977h4.976v16.023h-4.976z'/%3E%3Cpath d='m2.882 0c-1.591 0-2.882 1.291-2.882 2.882s1.291 2.909 2.882 2.909 2.882-1.318 2.882-2.909c-.001-1.591-1.292-2.882-2.882-2.882z'/%3E%3C/svg%3E")
}

@media only screen and (min-width:768px) {
    .c-social-S-1 .BHRI0 {
        font-size: 21px
    }
}

.c-escort-S-1 .pw6Ih {
    position: relative;
    width: 100%;
    height: 100%
}

.c-escort-S-1 .vLGk2txf {
    height: 100%;
    overflow: hidden
}

.c-escort-S-1 .vLGk2txf img {
    display: inline-block;
    min-width: 100%;
    min-height: 224px
}

@supports (object-fit:cover) {
    .c-escort-S-1 .vLGk2txf img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.c-escort-S-1 .MfvDyLa6H {
    position: absolute;
    right: 0;
    bottom: 40px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-escort-S-1 .gxgxWBQqf {
    font-size: 26px;
    font-weight: 900;
    line-height: 3;
    color: #fff;
    text-align: center
}

.c-escort-S-1 .jbIuajUz {
    height: 58px;
    padding: 2px 66px;
    font-size: 20px
}

@media only screen and (min-width:560px) {
    .c-escort-S-1 .pw6Ih {
        height: auto
    }
    .c-escort-S-1 .gxgxWBQqf {
        margin-bottom: 20px;
        padding: 0 10px;
        font-size: 20px;
        line-height: 1.4;
        word-break: break-word
    }
    .c-escort-S-1 .jbIuajUz {
        height: 50px;
        padding: 0 30px;
        font-size: 18px
    }
}

@media only screen and (min-width:667px) {
    .c-escort-S-1 .T34fmTKDq {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -15px
    }
    .c-escort-S-1 .GhuiS6d7Q6-a {
        width: 33.33%;
        padding: 0 15px
    }
    .c-escort-S-1 .pw6Ih {
        width: 100%;
        height: 100%
    }
}

@media only screen and (min-width:1024px) {
    .c-escort-S-1 .pw6Ih {
        max-height: 286px
    }
    .c-escort-S-1 .gxgxWBQqf {
        margin: 0;
        font-size: 26px;
        line-height: 3;
        text-align: center
    }
    .c-escort-S-1 .jbIuajUz {
        height: 58px;
        padding: 0 66px;
        font-size: 20px
    }
}

.c-escort_banner-S-1 .jA5u7u3K1MG {
    position: relative
}

.c-escort_banner-S-1 .qT31dMkd3 img {
    display: inline-block;
    min-width: 100%;
    min-height: 212px;
    margin-bottom: -5px
}

@supports (object-fit:cover) {
    .c-escort_banner-S-1 .qT31dMkd3 img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.c-escort_banner-S-1 .VxDcyfZ {
    position: absolute;
    right: 20px;
    bottom: 34px;
    left: 20px;
    color: #fff;
    text-align: center
}

.c-escort_banner-S-1 .EG0qY7Tjeoz {
    margin-bottom: 22px;
    font-family: "Myriad Pro", sans-serif;
    font-size: 24px;
    line-height: 1.304;
    color: #fff;
    text-align: center
}

@media only screen and (min-width:568px) {
    .c-escort_banner-S-1 .VxDcyfZ {
        bottom: 26px;
        left: unset;
        width: 50%;
        text-align: left
    }
    .c-escort_banner-S-1 .EG0qY7Tjeoz {
        text-align: left
    }
}

@media only screen and (min-width:768px) {
    .c-escort_banner-S-1 .VxDcyfZ {
        bottom: 34px;
        left: unset;
        width: 50%;
        text-align: left
    }
}

@media only screen and (min-width:1024px) {
    .c-escort_banner-S-1 .VxDcyfZ {
        top: 34px;
        bottom: unset;
        width: 45%;
        text-align: left
    }
    .c-escort_banner-S-1 .EG0qY7Tjeoz {
        text-align: left
    }
    .c-escort_banner-S-1 .PiJH650CZtW {
        height: 60px;
        padding: 0 75px;
        font-size: 20px
    }
}

@media only screen and (min-width:1366px) {
    .c-escort_banner-S-1 .VxDcyfZ {
        top: unset;
        bottom: 56px;
        padding: 0 0 0 50px
    }
    .c-escort_banner-S-1 .EG0qY7Tjeoz {
        margin-bottom: 26px;
        font-size: 30px;
        font-weight: 600;
        line-height: 1.6
    }
}

.c-gallery-S-1 .TzZ-B8wtYk4T {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 12px
}

.c-gallery-S-1 .oNpX {
    position: relative;
    max-width: 330px;
    max-height: 330px;
    overflow: hidden
}

.c-gallery-S-1 .oNpX img {
    display: inline-block;
    min-width: 100%;
    min-height: 100%
}

@supports (object-fit:cover) {
    .c-gallery-S-1 .oNpX img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.c-gallery-S-1 .oNpX:hover:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #8585cd;
    opacity: .7
}

.c-gallery-S-1 .oNpX:hover:after {
    content: "";
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' width='38.618' height='40' sodipodi:docname='Vector Smart Object2.ai'%3E%3Cmetadata%3E%3Crdf:RDF%3E%3Ccc:Work%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs%3E%3CclipPath clipPathUnits='userSpaceOnUse' id='a'%3E%3Cpath d='M0 30h28.963V0H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Csodipodi:namedview pagecolor='%23ffffff' bordercolor='%23666666' borderopacity='1' objecttolerance='10' gridtolerance='10' guidetolerance='10' inkscape:pageopacity='0' inkscape:pageshadow='2' inkscape:window-width='640' inkscape:window-height='480'/%3E%3Cg clip-path='url(%23a)' transform='matrix(1.33333 0 0 -1.33333 0 40)' inkscape:groupmode='layer' inkscape:label='Vector Smart Object2'%3E%3Cpath d='M12.113 26.84c4.937 0 8.953-4.016 8.953-8.953 0-4.936-4.016-8.953-8.953-8.953-4.937 0-8.953 4.017-8.953 8.953 0 4.937 4.016 8.953 8.953 8.953m16.41-24.166l-7.14 7.426a12.078 12.078 0 012.842 7.787c0 6.68-5.433 12.113-12.112 12.113C5.433 30 0 24.566 0 17.887 0 11.21 5.434 5.775 12.113 5.775c2.507 0 4.896.756 6.939 2.191L26.246.484A1.57 1.57 0 0127.384 0a1.58 1.58 0 011.139 2.674' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat
}

.c-gallery-S-1 .qnWduYwfvq {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    -webkit-transition: -webkit-transform cubic-bezier(.4, 0, .2, 1) 450ms;
    transition: transform cubic-bezier(.4, 0, .2, 1) 450ms;
    transition: transform cubic-bezier(.4, 0, .2, 1) 450ms, -webkit-transform cubic-bezier(.4, 0, .2, 1) 450ms
}

@media only screen and (min-width:568px) {
    .c-gallery-S-1 .TzZ-B8wtYk4T {
        display: grid;
        grid-template-columns: repeat(auto-fill, 48.5%);
        grid-gap: 12px
    }
}

@media only screen and (min-width:768px) {
    .c-gallery-S-1 .TzZ-B8wtYk4T {
        grid-template-columns: repeat(auto-fill, 32%)
    }
}

@media only screen and (min-width:1024px) {
    .c-gallery-S-1 .TzZ-B8wtYk4T {
        grid-gap: 30px;
        grid-template-columns: repeat(auto-fill, 31.2%)
    }
    .c-gallery-S-1 .oNpX {
        max-width: none
    }
}

@media only screen and (min-width:1366px) {
    .c-gallery-S-1 .TzZ-B8wtYk4T {
        grid-template-columns: repeat(auto-fill, 311px)
    }
    .c-gallery-S-1 .oNpX {
        max-width: 330px
    }
}

@media only screen and (min-width:1442px) {
    .c-gallery-S-1 .TzZ-B8wtYk4T {
        grid-template-columns: repeat(auto-fill, 330px)
    }
}

.c-girls-S-1 .de27Nd {
    padding: 15px 0
}

@media only screen and (min-width:1024px) {
    .c-girls-S-1 .de27Nd {
        padding: 20px 0
    }
}

.c-girls-S-1 .Dk2h4h {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 18px
}

.c-girls-S-1 .LY-74fy {
    position: relative;
    height: 100%;
    grid-column: 1/3;
    grid-row: 9/12
}

.c-girls-S-1 .LY-74fy .xPpoTFDa9W {
    max-width: none;
    max-height: 100%
}

.c-girls-S-1 .LY-74fy .xPpoTFDa9W .q3MBEbsNBbqF {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.c-girls-S-1 .LY-74fy .xPpoTFDa9W .HixJ {
    position: absolute;
    right: 0;
    bottom: 40px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    text-align: center
}

.c-girls-S-1 .LY-74fy .xPpoTFDa9W .Z8pKvlM2pNrO {
    padding-left: 50px;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 40px;
    color: #f4f4ff;
    text-align: center;
    text-shadow: 0 0 10px #ae13ff;
    text-transform: uppercase
}

.c-girls-S-1 .LY-74fy .xPpoTFDa9W .b9xwsoNK- {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    margin: 10px 0;
    font-size: 70px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    text-transform: uppercase
}

.c-girls-S-1 .LY-74fy .xPpoTFDa9W .Mg6HLHfCXypa {
    margin-bottom: 17px;
    font-size: 21px;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 10px #ae13ff
}

.c-girls-S-1 .LY-74fy .xPpoTFDa9W .EWT16WAIcsjl {
    width: 100%;
    max-width: 228px;
    margin: 0 auto
}

.c-girls-S-1 .LY-74fy .xPpoTFDa9W .ER-zbmkxJG {
    height: 56px;
    padding: 0 60px;
    font-size: 20px
}

.c-girls-S-1 .yjEpO6D-S:hover {
    z-index: 1
}

@media only screen and (min-width:460px) {
    .c-girls-S-1 .Dk2h4h {
        grid-template-columns: 1fr 1fr 1fr
    }
    .c-girls-S-1 .LY-74fy {
        height: 100%;
        grid-column: 2/4;
        grid-row: 1/4
    }
}

@media only screen and (min-width:700px) {
    .c-girls-S-1 .Dk2h4h {
        grid-template-columns: 1fr 1fr 1fr 1fr
    }
    .c-girls-S-1 .g-rniBLzRpV {
        grid-template-columns: 1fr 1fr 1fr
    }
    .c-girls-S-1 .g-rniBLzRpV .nHuonQj {
        max-width: 300px;
        max-height: 240px;
        min-width: auto
    }
    .c-girls-S-1 .LY-74fy {
        min-width: 100%;
        grid-column: 3/5
    }
}

@media only screen and (min-width:768px) {
    .c-girls-S-1 .g-rniBLzRpV {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr
    }
    .c-girls-S-1 .g-rniBLzRpV .nHuonQj {
        max-width: 210px;
        max-height: 214px;
        min-width: auto
    }
    .c-girls-S-1 .LY-74fy {
        grid-column-start: 4;
        grid-column-end: 6;
        grid-row: 1/span 3
    }
    .c-girls-S-1 .LY-74fy .xPpoTFDa9W {
        max-width: none
    }
    .c-girls-S-1 .LY-74fy .xPpoTFDa9W .q3MBEbsNBbqF {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
    .c-girls-S-1 .LY-74fy .xPpoTFDa9W .rkDsVBSUq {
        padding: 70px 0
    }
}

@media only screen and (min-width:1024px) {
    .c-girls-S-1 .Dk2h4h {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr
    }
    .c-girls-S-1 .g-rniBLzRpV {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr
    }
    .c-girls-S-1 .g-rniBLzRpV .nHuonQj {
        min-width: 135px
    }
    .c-girls-S-1 .LY-74fy {
        grid-column-end: 6
    }
    .c-girls-S-1 .LY-74fy .xPpoTFDa9W .Z8pKvlM2pNrO {
        padding-left: 66px;
        font-size: 30px;
        letter-spacing: 62px
    }
    .c-girls-S-1 .LY-74fy .xPpoTFDa9W .b9xwsoNK- {
        height: 100px;
        font-size: 100px
    }
    .c-girls-S-1 .LY-74fy .xPpoTFDa9W .Mg6HLHfCXypa {
        font-size: 30px
    }
}

@media only screen and (min-width:1200px) {
    .c-girls-S-1 .Dk2h4h {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr
    }
    .c-girls-S-1 .LY-74fy {
        min-width: 100%;
        grid-column-start: 5;
        grid-column-end: 7;
        grid-row: 1/span 3;
        -ms-grid-row: 1/span 3
    }
    .c-girls-S-1 .LY-74fy .xPpoTFDa9W {
        max-width: none
    }
    .c-girls-S-1 .LY-74fy .xPpoTFDa9W .q3MBEbsNBbqF {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
    .c-girls-S-1 .LY-74fy .xPpoTFDa9W .rkDsVBSUq {
        padding: 70px 0
    }
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .c-girls-S-1 .Dk2h4h {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 -9px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .c-girls-S-1 .FSZFv {
        min-width: auto;
        min-height: auto;
        padding: 0 9px 18px
    }
    .c-girls-S-1 .LY-74fy {
        display: none
    }
}

.c-girls-S-1 .nHuonQj {
    position: relative;
    width: auto;
    height: 100%;
    max-width: 210px;
    max-height: 214px;
    margin: 0 auto;
    padding: 0;
    z-index: 0;
    overflow: hidden;
    font-size: 0;
    outline: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform
}

.c-girls-S-1 .nHuonQj:hover .JP0phe6yh {
    opacity: 1;
    visibility: visible
}

.c-girls-S-1 .nHuonQj:hover .kPhJ8b5X5Xr {
    opacity: .702
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .c-girls-S-1 .nHuonQj {
        min-width: auto;
        min-height: auto;
        margin: 0 9px 22px
    }
}

.c-girls-S-1 .q3MBEbsNBbqF {
    display: inline-block
}

@supports (object-fit:cover) {
    .c-girls-S-1 .q3MBEbsNBbqF {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.c-girls-S-1 .JP0phe6yh {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .35s;
    transition: all .35s
}

.c-girls-S-1 .kPhJ8b5X5Xr {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #321690;
    -webkit-box-shadow: 0 1px 38px 0 #020718;
    box-shadow: 0 1px 38px 0 #020718
}

.c-girls-S-1 .rkDsVBSUq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 99
}

.c-girls-S-1 .ER-zbmkxJG {
    height: 40px;
    padding: 0 17px;
    font-size: 15px
}

.c-girls-S-1 .l9DI5 {
    margin-bottom: 6px;
    z-index: 99;
    font-family: "Myriad Pro", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase
}

@media only screen and (min-width:460px) {
    .c-girls-S-1 .nHuonQj {
        max-width: 210px;
        max-height: 214px;
        min-width: 135px;
        min-height: 138px;
        margin: 0
    }
}

@media only screen and (min-width:667px) {
    .c-girls-S-1 .rkDsVBSUq .Q8IfIK1lz {
        height: 45px;
        padding: 0 35px;
        font-size: 16px;
        white-space: nowrap
    }
}

@media only screen and (min-width:768px) {
    .c-girls-S-1 .rkDsVBSUq .Q8IfIK1lz {
        height: 38px;
        padding: 0 18px;
        font-size: 14px;
        white-space: nowrap
    }
}

@media only screen and (min-width:1024px) {
    .c-girls-S-1 .rkDsVBSUq .Q8IfIK1lz {
        height: 45px;
        padding: 15px 25px;
        font-size: 16px;
        white-space: nowrap
    }
}

@media only screen and (min-width:1366px) {
    @supports (display: grid) {
        .c-girls-S-1 .Dk2h4h {
            grid-gap:28px
        }
    }
}

.c-map-S-1 .DsRB8aA {
    position: relative;
    margin: 0 -15px
}

@media only screen and (min-width:768px) {
    .c-map-S-1 .DsRB8aA {
        margin: 0
    }
}

.c-map-S-1 .DsRB8aA .jvectormap-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none
}

.c-map-S-1 .ToHxf01FTO {
    width: 100%;
    height: 280px;
    margin: 0 auto
}

@media only screen and (min-width:768px) {
    .c-map-S-1 .ToHxf01FTO {
        height: 600px
    }
}

@media only screen and (min-width:1024px) {
    .c-map-S-1 .ToHxf01FTO {
        height: 500px
    }
}

@media only screen and (min-width:1366px) {
    .c-map-S-1 .ToHxf01FTO {
        height: 700px
    }
}

text.jvectormap-region {
    font-family: "Open Sans", sans-serif;
    font-size: 8px
}

text.jvectormap-region:active,
text.jvectormap-region:focus,
text.jvectormap-region:hover {
    fill: #fff !important
}

@media only screen and (min-width:667px) {
    text.jvectormap-region {
        font-size: 12px
    }
}

path.is-label-click {
    fill-opacity: .8 !important;
    fill: #f03968 !important
}

text.is-label-click {
    fill: #fff !important
}

.jvectormap-tip {
    position: absolute;
    display: none;
    padding: 3px;
    background: #292929;
    border: solid 1px #cdcdcd;
    border-radius: 3px;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    color: #fff
}

.jvectormap-zoomin,
.jvectormap-zoomout {
    padding: 3px
}

.jvectormap-goback,
.jvectormap-zoomin,
.jvectormap-zoomout {
    position: absolute;
    left: 10px;
    background: #292929;
    border-radius: 3px;
    line-height: 10px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.jvectormap-zoomin,
.jvectormap-zoomout {
    width: 10px;
    height: 10px
}

.jvectormap-zoomin {
    top: 10px
}

.jvectormap-zoomout {
    top: 30px
}

.jvectormap-goback {
    bottom: 10px;
    padding: 6px;
    z-index: 1000
}

.jvectormap-spinner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(data:image/gif;base64,R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==);
    background-position: center;
    background-repeat: no-repeat
}

.jvectormap-legend-title {
    font-size: 14px;
    font-weight: 700;
    text-align: center
}

.jvectormap-legend-cnt {
    position: absolute
}

.jvectormap-legend-cnt-h {
    right: 0;
    bottom: 0
}

.jvectormap-legend-cnt-v {
    top: 0;
    right: 0
}

.jvectormap-legend {
    background: #000;
    border-radius: 3px;
    color: #fff
}

.jvectormap-legend-cnt-h .jvectormap-legend {
    float: left;
    margin: 0 10px 10px 0;
    padding: 3px 3px 1px
}

.jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-tick {
    float: left
}

.jvectormap-legend-cnt-v .jvectormap-legend {
    margin: 10px 10px 0 0;
    padding: 3px
}

.jvectormap-legend-cnt-h .jvectormap-legend-tick {
    width: 40px
}

.jvectormap-legend-cnt-h .jvectormap-legend-tick-sample {
    height: 15px
}

.jvectormap-legend-cnt-v .jvectormap-legend-tick-sample {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px
}

.jvectormap-legend-tick-text {
    font-size: 12px
}

.jvectormap-legend-cnt-h .jvectormap-legend-tick-text {
    text-align: center
}

.jvectormap-legend-cnt-v .jvectormap-legend-tick-text {
    display: inline-block;
    vertical-align: middle;
    padding-left: 3px;
    line-height: 20px
}

.c-model-S-1 .zawLsfH9o {
    -webkit-box-shadow: 0 1px 38px 0 rgba(2, 7, 24, .11);
    box-shadow: 0 1px 38px 0 rgba(2, 7, 24, .11)
}

.c-model-S-1 .y6TAyPyR img {
    display: inline-block;
    min-width: 100%;
    min-height: 212px;
    margin-bottom: -5px
}

@supports (object-fit:cover) {
    .c-model-S-1 .y6TAyPyR img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.c-model-S-1 .l3U7ES {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0 5px
}

.c-model-S-1 .Btmw3F {
    position: relative;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase
}

.c-model-S-1 .Btmw3F:after {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    margin: 10px auto 0;
    background: #b9c6cc
}

.c-model-S-1 .Mg8WxQZcywh {
    display: none
}

.c-model-S-1 .VhZZMMz {
    background: #fff
}

.c-model-S-1 .VaXVC {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.c-model-S-1 .WLlFGnf2Yr {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #8585cd
}

.c-model-S-1 .oMn1H {
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase
}

.c-model-S-1 .oMn1H:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 15px;
    height: 15px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' width='769.849' height='769.849' sodipodi:docname='Vector Smart Object.ai'%3E%3Cmetadata%3E%3Crdf:RDF%3E%3Ccc:Work%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs%3E%3CclipPath clipPathUnits='userSpaceOnUse' id='a'%3E%3Cpath d='M0 577.387h577.387V0H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Csodipodi:namedview pagecolor='%23ffffff' bordercolor='%23666666' borderopacity='1' objecttolerance='10' gridtolerance='10' guidetolerance='10' inkscape:pageopacity='0' inkscape:pageshadow='2' inkscape:window-width='640' inkscape:window-height='480'/%3E%3Cg clip-path='url(%23a)' transform='matrix(1.33333 0 0 -1.33333 0 769.85)' inkscape:groupmode='layer' inkscape:label='Vector Smart Object'%3E%3Cpath d='M274.693 172.88c-9.945 0-19.89 3.794-27.477 11.382l-95.22 95.22c-15.176 15.175-15.176 39.78 0 54.955 15.175 15.174 39.778 15.174 54.953 0l67.744-67.743 115.353 115.353c15.175 15.175 39.78 15.175 54.954 0 15.175-15.176 15.175-39.78 0-54.955l-142.83-142.83c-7.588-7.588-17.533-11.381-27.477-11.381' fill='%23f14470'/%3E%3Cpath d='M288.693 517.387C162.591 517.387 60 414.795 60 288.694 60 162.592 162.591 60 288.693 60c126.102 0 228.693 102.592 228.693 228.694 0 126.1-102.59 228.693-228.693 228.693m0-517.387C211.58 0 139.083 30.03 84.556 84.556 30.03 139.083 0 211.58 0 288.694c0 77.113 30.03 149.61 84.556 204.137 54.527 54.527 127.024 84.556 204.137 84.556s149.61-30.03 204.137-84.556c54.527-54.527 84.556-127.024 84.556-204.137 0-77.114-30.029-149.611-84.556-204.138C438.303 30.03 365.806 0 288.693 0' fill='%23f14470'/%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%
}

.c-model-S-1 .j-AR {
    width: 50%
}

.c-model-S-1 .Mg8WxQZcywh,
.c-model-S-1 .q4UKv2IrGz {
    padding: 20px 15px;
    background: #8585cd;
    color: #fff
}

.c-model-S-1 .psI3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-model-S-1 .psI3:hover .b_TwL4ak {
    color: #f6a9f6;
    -webkit-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out
}

.c-model-S-1 .psI3:hover .j5J5t {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' version='1.1' id='svg2' xml:space='preserve' width='232.444' height='232.444' viewBox='0 0 232.444 232.444' sodipodi:docname='Vector Smart Object.ai'%3E%3Cmetadata id='metadata8'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs6'%3E%3CclipPath clipPathUnits='userSpaceOnUse' id='clipPath18'%3E%3Cpath d='M 0,174.333 H 174.333 V 0 H 0 Z' id='path16'/%3E%3C/clipPath%3E%3C/defs%3E%3Csodipodi:namedview pagecolor='%23ffffff' bordercolor='%23666666' borderopacity='1' objecttolerance='10' gridtolerance='10' guidetolerance='10' inkscape:pageopacity='0' inkscape:pageshadow='2' inkscape:window-width='640' inkscape:window-height='480' id='namedview4'/%3E%3Cg id='g10' inkscape:groupmode='layer' inkscape:label='Vector Smart Object' transform='matrix(1.3333333,0,0,-1.3333333,0,232.444)'%3E%3Cg id='g12'%3E%3Cg id='g14' clip-path='url(%23clipPath18)'%3E%3Cg id='g20' transform='translate(125.1602,65.584)'%3E%3Cpath d='m 0,0 -21.847,4.682 c -0.989,0.211 -2.018,-0.093 -2.733,-0.807 l -7.999,-8 c -15.003,7.546 -27.247,19.791 -34.793,34.793 l 7.999,8 c 0.715,0.715 1.019,1.744 0.807,2.733 l -4.682,21.847 c -0.294,1.375 -1.509,2.357 -2.916,2.357 -4.522,0 -8.803,-1.069 -12.726,-3.178 -3.676,-1.978 -6.898,-4.847 -9.314,-8.295 -2.406,-3.434 -3.996,-7.418 -4.598,-11.522 -0.642,-4.381 -0.188,-8.746 1.347,-12.976 4.781,-13.159 12.566,-25.375 22.517,-35.325 9.951,-9.95 22.166,-17.736 35.325,-22.517 2.987,-1.085 6.042,-1.629 9.123,-1.629 1.28,0 2.566,0.094 3.852,0.282 4.104,0.602 8.088,2.192 11.522,4.598 3.449,2.416 6.317,5.638 8.295,9.316 2.109,3.922 3.178,8.204 3.178,12.725 C 2.357,-1.51 1.376,-0.295 0,0' style='fill:%23f6a9f6;fill-opacity:1;fill-rule:nonzero;stroke:none' id='path22'/%3E%3C/g%3E%3Cg id='g24' transform='translate(118.918,122.5161)'%3E%3Cpath d='m 0,0 c -9.013,9.013 -20.996,13.976 -33.743,13.976 -1.647,0 -2.983,-1.335 -2.983,-2.982 0,-1.647 1.336,-2.982 2.983,-2.982 23.023,0 41.755,-18.731 41.755,-41.755 0,-1.647 1.335,-2.983 2.982,-2.983 1.648,0 2.983,1.336 2.983,2.983 C 13.977,-20.997 9.013,-9.013 0,0' style='fill:%23f6a9f6;fill-opacity:1;fill-rule:nonzero;stroke:none' id='path26'/%3E%3C/g%3E%3Cg id='g28' transform='translate(85.1748,118.5977)'%3E%3Cpath d='m 0,0 c 16.445,0 29.825,-13.379 29.825,-29.824 0,-1.647 1.335,-2.983 2.983,-2.983 1.647,0 2.982,1.336 2.982,2.983 C 35.79,-10.09 19.735,5.965 0,5.965 -1.646,5.965 -2.982,4.63 -2.982,2.982 -2.982,1.335 -1.646,0 0,0' style='fill:%23f6a9f6;fill-opacity:1;fill-rule:nonzero;stroke:none' id='path30'/%3E%3C/g%3E%3Cg id='g32' transform='translate(85.1748,106.668)'%3E%3Cpath d='m 0,0 c 9.867,0 17.895,-8.027 17.895,-17.895 0,-1.647 1.335,-2.982 2.982,-2.982 1.647,0 2.983,1.335 2.983,2.982 C 23.86,-4.738 13.156,5.965 0,5.965 -1.646,5.965 -2.982,4.63 -2.982,2.982 -2.982,1.335 -1.646,0 0,0' style='fill:%23f6a9f6;fill-opacity:1;fill-rule:nonzero;stroke:none' id='path34'/%3E%3C/g%3E%3Cg id='g36' transform='translate(87.166,165.333)'%3E%3Cpath d='m 0,0 c -43.101,0 -78.166,-35.065 -78.166,-78.167 0,-43.101 35.065,-78.166 78.166,-78.166 43.102,0 78.167,35.065 78.167,78.166 C 78.167,-35.065 43.102,0 0,0 m 0,-165.333 c -48.063,0 -87.166,39.103 -87.166,87.166 C -87.166,-30.103 -48.063,9 0,9 48.064,9 87.167,-30.103 87.167,-78.167 87.167,-126.23 48.064,-165.333 0,-165.333' style='fill:%23f6a9f6;fill-opacity:1;fill-rule:nonzero;stroke:none' id='path38'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    -webkit-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out
}

.c-model-S-1 .j5J5t {
    width: 38px;
    height: 38px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' width='232.444' height='232.444' sodipodi:docname='Vector Smart Object1.ai'%3E%3Cmetadata%3E%3Crdf:RDF%3E%3Ccc:Work%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs%3E%3CclipPath clipPathUnits='userSpaceOnUse' id='a'%3E%3Cpath d='M0 174.333h174.333V0H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Csodipodi:namedview pagecolor='%23ffffff' bordercolor='%23666666' borderopacity='1' objecttolerance='10' gridtolerance='10' guidetolerance='10' inkscape:pageopacity='0' inkscape:pageshadow='2' inkscape:window-width='640' inkscape:window-height='480'/%3E%3Cg clip-path='url(%23a)' transform='matrix(1.33333 0 0 -1.33333 0 232.444)' inkscape:groupmode='layer' inkscape:label='Vector Smart Object1'%3E%3Cpath d='M125.16 65.584l-21.847 4.682a2.987 2.987 0 01-2.733-.807l-7.999-8a78.51 78.51 0 00-34.793 34.793l8 8a2.981 2.981 0 01.806 2.733l-4.682 21.847a2.98 2.98 0 01-2.916 2.357c-4.522 0-8.803-1.069-12.726-3.178a27.15 27.15 0 01-9.314-8.295 27.026 27.026 0 01-4.598-11.522c-.642-4.381-.188-8.746 1.347-12.976 4.781-13.159 12.566-25.375 22.517-35.325 9.951-9.95 22.166-17.736 35.325-22.517 2.987-1.085 6.042-1.629 9.123-1.629 1.28 0 2.566.094 3.852.282a27.026 27.026 0 0111.522 4.598 27.128 27.128 0 018.295 9.316c2.11 3.922 3.178 8.204 3.178 12.725a2.981 2.981 0 01-2.357 2.916M118.918 122.516c-9.013 9.013-20.996 13.976-33.743 13.976a2.983 2.983 0 110-5.964c23.023 0 41.755-18.73 41.755-41.755a2.983 2.983 0 115.965 0c0 12.746-4.964 24.73-13.977 33.743' fill='%23fff'/%3E%3Cpath d='M85.175 118.598c16.445 0 29.825-13.38 29.825-29.824a2.983 2.983 0 115.965 0c0 19.734-16.055 35.789-35.79 35.789a2.983 2.983 0 010-5.965' fill='%23fff'/%3E%3Cpath d='M85.175 106.668c9.867 0 17.895-8.027 17.895-17.895a2.982 2.982 0 115.965 0c0 13.157-10.704 23.86-23.86 23.86a2.983 2.983 0 010-5.965' fill='%23fff'/%3E%3Cpath d='M87.166 165.333C44.065 165.333 9 130.268 9 87.166 9 44.065 44.065 9 87.166 9c43.102 0 78.167 35.065 78.167 78.166 0 43.102-35.065 78.167-78.167 78.167M87.166 0C39.103 0 0 39.103 0 87.166c0 48.064 39.103 87.167 87.166 87.167 48.064 0 87.167-39.103 87.167-87.167C174.333 39.103 135.23 0 87.166 0' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    background-size: cover
}

.c-model-S-1 .b_TwL4ak {
    margin-left: 10px;
    font-size: 26px;
    line-height: .923;
    color: #fff;
    text-decoration: none
}

.c-model-S-1 .QVKfVgwerLC {
    margin-top: 26px;
    font-family: "Myriad Pro", sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #fff
}

@media only screen and (min-width:568px) {
    .c-model-S-1 .j-AR {
        width: 33.333%
    }
}

@media only screen and (min-width:768px) {
    .c-model-S-1 .gndqJ9Ljys8 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .c-model-S-1 .y6TAyPyR {
        width: 90%;
        max-width: 600px
    }
    .c-model-S-1 .j-AR {
        width: 50%
    }
    .c-model-S-1 .VaXVC {
        padding: 0 15px 0 30px
    }
    .c-model-S-1 .Mg8WxQZcywh,
    .c-model-S-1 .q4UKv2IrGz {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .c-model-S-1 .Mg8WxQZcywh {
        display: none
    }
    .c-model-S-1 .QVKfVgwerLC {
        max-width: 66%;
        margin: 0
    }
}

@media only screen and (min-width:1024px) {
    .c-model-S-1 .j-AR {
        width: 33.333%
    }
    .c-model-S-1 .VaXVC {
        padding: 0 6px 0 24px
    }
    .c-model-S-1 .l3U7ES {
        padding: 42px 0 0
    }
    .c-model-S-1 .VhZZMMz {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .c-model-S-1 .q4UKv2IrGz {
        display: none
    }
    .c-model-S-1 .Mg8WxQZcywh {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .c-model-S-1 .VhZZMMz {
        width: 100%
    }
    .c-model-S-1 .QVKfVgwerLC {
        max-width: 50%;
        margin: 0
    }
}

@media only screen and (min-width:1366px) {
    .c-model-S-1 .zawLsfH9o {
        display: block
    }
    .c-model-S-1 .VhZZMMz {
        position: relative
    }
    .c-model-S-1 .QVKfVgwerLC {
        max-width: 58%;
        margin: 0
    }
    .c-model-S-1 .l3U7ES {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        padding: 0
    }
    .c-model-S-1 .VaXVC {
        padding: 0 6px 0 50px
    }
    .c-model-S-1 .Mg8WxQZcywh {
        padding: 35px 50px
    }
    .c-model-S-1 .y6TAyPyR {
        max-height: 400px
    }
    .c-model-S-1 .Btmw3F {
        margin: 34px auto
    }
    .c-model-S-1 .j-AR {
        width: 25%;
        margin-bottom: 38px
    }
    .c-model-S-1 .yCUxEd5yuz8 {
        width: 100%
    }
}

.c-search-S-1 .NMQOLVTd {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.c-search-S-1 .vycx2eh3cKcI {
    width: 100%;
    height: 48px;
    max-width: 604px;
    margin: 0 0 15px;
    background-color: #fff;
    border: 1px solid #bcbce6;
    border-radius: 50px
}

.c-search-S-1 .zFrQq6CkTR {
    width: 180px;
    height: 46px
}

@media only screen and (min-width:568px) {
    .c-search-S-1 .NMQOLVTd {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .c-search-S-1 .vycx2eh3cKcI {
        margin: 0 24px 0 0
    }
}

.c-state-S-1 .qj1-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 626px;
    margin: 0;
    overflow: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.c-state-S-1 .qj1-1::-webkit-scrollbar {
    width: 5px;
    margin-top: 15px
}

.c-state-S-1 .qj1-1::-webkit-scrollbar-track {
    background-color: transparent
}

.c-state-S-1 .qj1-1::-webkit-scrollbar-thumb {
    overflow: hidden;
    background-color: #858585;
    border-radius: 5px
}

.c-state-S-1 .JsRiKwPyb0 {
    width: 50%
}

.c-state-S-1 .JsRiKwPyb0:first-of-type {
    padding-right: 10px
}

.c-state-S-1 .JsRiKwPyb0 li {
    margin-bottom: 10px
}

.c-state-S-1 .JsRiKwPyb0 li:last-of-type,
.c-state-S-1 .JsRiKwPyb0 li:last-of-type .YEoqS3xZ8yvF,
.c-websites_slider-S-1 .CD-qhVB5i.xJA5j_gF .slick-dots li:last-of-type {
    margin-bottom: 0
}

.c-state-S-1 .OwDMiODukv {
    margin-bottom: 10px !important
}

.c-state-S-1 .jcQsvUAo {
    width: 100%
}

.c-state-S-1 .jcQsvUAo li {
    margin-bottom: 5px !important
}

.c-state-S-1 .jcQsvUAo li:last-of-type {
    margin-bottom: 0 !important
}

.c-state-S-1 .tkP3Yt .JsRiKwPyb0 {
    width: 50%
}

.c-state-S-1 .tkP3Yt .JsRiKwPyb0 li {
    line-height: 1.1
}

.c-state-S-1 .tkP3Yt .VCx7odnchRkh {
    padding-left: 30px
}

.c-state-S-1 .tkP3Yt .VCx7odnchRkh:before {
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    width: 15px;
    height: 15px;
    margin: 0;
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='Слой_1' data-name='Слой 1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='' viewBox='0 0 552 492'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='552' height='492' style='fill:none'/%3E%3C/clipPath%3E%3C/defs%3E%3Ctitle%3EМонтажная область 1%3C/title%3E%3Cg style='clip-path:url(%23clip-path)'%3E%3Cpath d='M396,20c-27.8,0-53.3,8.8-75.7,26.2C298.8,62.8,284.4,84,276,99.4c-8.4-15.4-22.8-36.6-44.3-53.3C209.3,28.8,183.8,20,156,20,78.5,20,20,83.4,20,167.5c0,90.9,72.9,153,183.4,247.1,18.8,16,40,34.1,62.1,53.4a16.34,16.34,0,0,0,10.5,4,15.82,15.82,0,0,0,10.5-4c22.1-19.3,43.3-37.4,62.1-53.4C459.1,320.5,532,258.4,532,167.5,532,83.4,473.5,20,396,20' style='fill:%238585cd'/%3E%3Cpath d='M396,20c-27.8,0-53.3,8.8-75.7,26.2C298.8,62.8,284.4,84,276,99.4c-8.4-15.4-22.8-36.6-44.3-53.3C209.3,28.8,183.8,20,156,20,78.5,20,20,83.4,20,167.5c0,90.9,72.9,153,183.4,247.1,18.8,16,40,34.1,62.1,53.4a16.34,16.34,0,0,0,10.5,4,15.82,15.82,0,0,0,10.5-4c22.1-19.3,43.3-37.4,62.1-53.4C459.1,320.5,532,258.4,532,167.5,532,83.4,473.5,20,396,20Z' style='fill:none;stroke:%238585cd;stroke-miterlimit:10;stroke-width:40px'/%3E%3C/g%3E%3C/svg%3E");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 0;
    -o-object-fit: contain;
    object-fit: contain
}

.c-state-S-1 .YEoqS3xZ8yvF {
    padding: 0 0 0 10px;
    font-size: 15px;
    line-height: 1.2;
    color: #3e4957;
    text-decoration: none;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-transition: all .2s;
    transition: all .2s
}

.c-state-S-1 .YEoqS3xZ8yvF:active,
.c-state-S-1 .YEoqS3xZ8yvF:focus,
.c-state-S-1 .YEoqS3xZ8yvF:hover {
    color: #f03968
}

.c-state-S-1 .VCx7odnchRkh {
    position: relative;
    margin-top: 16px;
    padding: 0;
    font-weight: 700
}

.c-state-S-1 .VCx7odnchRkh:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 10px 3px 0;
    background: #8585cd;
    border-radius: 50%
}

.c-state-S-1 .VCx7odnchRkh:active,
.c-state-S-1 .VCx7odnchRkh:focus,
.c-state-S-1 .VCx7odnchRkh:hover {
    color: #8585cd
}

.c-state-S-1 .GPRW31wGy82t {
    margin: 14px 0 0
}

.c-state-S-1 .GPRW31wGy82t li {
    margin-bottom: 10px
}

@media only screen and (min-width:568px) {
    .c-state-S-1 .JsRiKwPyb0 {
        width: 25%
    }
    .c-state-S-1 .xKwPnSWgS {
        width: 100%;
        -webkit-column-width: 50%;
        -moz-column-width: 50%;
        column-width: 50%;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
}

@media only screen and (min-width:1024px) {
    .c-state-S-1 .qj1-1 {
        max-height: 100%;
        margin: 60px 0 52px;
        padding: 0
    }
    .c-state-S-1 .xKwPnSWgS {
        width: 100%;
        -webkit-column-width: 33.33%;
        -moz-column-width: 33.33%;
        column-width: 33.33%;
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3
    }
    .c-state-S-1 .YEoqS3xZ8yvF {
        max-width: 144px;
        margin: 0 0 1.34em
    }
    .c-state-S-1 .JsRiKwPyb0 {
        line-height: 1.6
    }
    .c-state-S-1 .JsRiKwPyb0 li {
        margin: 0 0 1.4em
    }
}

@media only screen and (min-width:1366px) {
    .c-state-S-1 .qj1-1 {
        margin: 40px 0 52px
    }
    .c-state-S-1 .jcQsvUAo {
        margin: 0
    }
    .c-state-S-1 .xKwPnSWgS {
        width: 100%;
        -webkit-column-width: 100%;
        -moz-column-width: 100%;
        column-width: 100%;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
    .c-state-S-1 .tkP3Yt {
        max-height: none;
        margin: 20px 0 0;
        overflow: visible
    }
}

.c-tooltip-S-1 {
    position: absolute;
    right: calc(50% - 145px);
    display: none;
    max-width: 290px;
    z-index: 9999
}

@media only screen and (min-width:1600px) {
    .c-tooltip-S-1 {
        right: unset;
        max-width: 530px
    }
}

.c-tooltip-S-1 .m8WCOP {
    position: relative;
    width: 290px;
    min-height: 250px;
    padding: 14px;
    background: #fff;
    -webkit-box-shadow: 0 1px 43px 0 rgba(2, 7, 24, .15);
    box-shadow: 0 1px 43px 0 rgba(2, 7, 24, .15)
}

.c-tooltip-S-1 .W_cLVqKnws {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px
}

.c-tooltip-S-1 .kF6w73KCFy2m {
    font-size: 16px;
    font-weight: 600
}

.c-tooltip-S-1 .TwRaiyG {
    position: absolute;
    top: 15px;
    right: 14px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s
}

.c-tooltip-S-1 .TwRaiyG:after,
.c-tooltip-S-1 .TwRaiyG:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 14px;
    background-color: #a6a9dd;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.c-tooltip-S-1 .TwRaiyG:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.c-tooltip-S-1 .TwRaiyG:focus:after,
.c-tooltip-S-1 .TwRaiyG:focus:before,
.c-tooltip-S-1 .TwRaiyG:hover:after,
.c-tooltip-S-1 .TwRaiyG:hover:before {
    background-color: #f03968
}

.c-tooltip-S-1 .aDTN0- {
    color: #a6a9dd
}

.c-tooltip-S-1 .AqxNTcf1YVq {
    margin-top: 8px;
    overflow: hidden
}

.c-tooltip-S-1 .AqxNTcf1YVq .slick-list {
    overflow: visible
}

.c-tooltip-S-1 .AqxNTcf1YVq .slick-slide {
    margin-right: 10px
}

.c-tooltip-S-1 .ZA6tMDw22Sos {
    border: 1px solid #ccccea;
    outline: 0;
    -webkit-transition: all .35s;
    transition: all .35s
}

.c-tooltip-S-1 .ZA6tMDw22Sos:focus,
.c-tooltip-S-1 .ZA6tMDw22Sos:hover {
    border-color: #f03968
}

.c-tooltip-S-1 .L-pMa {
    width: 70px;
    height: 70px
}

.c-tooltip-S-1 .L-pMa img {
    display: inline-block;
    min-width: 100%;
    min-height: 100%
}

@supports (object-fit:cover) {
    .c-tooltip-S-1 .L-pMa img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.c-tooltip-S-1 .ftkcyR {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 13px -6px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.c-tooltip-S-1 .WHNILS {
    margin: 0 6px 6px;
    padding: 6px 14px;
    background: #f3f3fe;
    font-size: 16px;
    color: #3e4957;
    text-decoration: none;
    -webkit-transition: all .35s;
    transition: all .35s
}

.c-tooltip-S-1 .WHNILS:focus,
.c-tooltip-S-1 .WHNILS:hover {
    background: #8f87cd;
    color: #fff
}

.c-tooltip-S-1 .WHNILS:focus .INGvX4q-GNjq,
.c-tooltip-S-1 .WHNILS:hover .INGvX4q-GNjq {
    color: #fff
}

.c-tooltip-S-1 .INGvX4q-GNjq {
    font-weight: 600;
    color: #8f87cd
}

.c-tooltip-S-1 .du-FDWO {
    margin-right: 4px
}

@media only screen and (min-width:1600px) {
    .c-tooltip-S-1 .m8WCOP {
        width: 530px;
        min-height: 230px;
        padding: 22px
    }
    .c-tooltip-S-1 .m8WCOP:after {
        content: "";
        position: absolute;
        bottom: -40px;
        left: calc(50% - 20px);
        border: 20px solid transparent;
        border-top: 20px solid #fff
    }
    .c-tooltip-S-1 .yWtj6iMYf {
        margin-top: 14px
    }
}

.c-articles-S-1 .gA0H {
    margin-top: 30px
}

.c-articles-S-1 .QIPkv {
    padding-top: 24px
}

.c-articles-S-1 .VDymM {
    display: block;
    width: 100%
}

.c-articles-S-1 .uaRDa {
    display: block;
    margin: 35px auto 0;
    border: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #8585cd;
    transition: all .2s;
    -webkit-transition: all .2s
}

.c-articles-S-1 .uaRDa:active,
.c-articles-S-1 .uaRDa:focus,
.c-articles-S-1 .uaRDa:hover {
    color: #f02257;
    text-decoration: underline;
    outline: 0
}

.c-articles-S-1 .BoG0hT {
    margin: -50px -13px
}

.c-articles-S-1 .BoG0hT:not(.slick-slider) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-articles-S-1 .BoG0hT:not(.slick-slider)>* {
    display: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.c-articles-S-1 .BoG0hT:not(.slick-slider)>:nth-child(1),
.c-logo-slider-S-1 .voU2h7flQ .xJA5j_gF:not(.slick-slider)>:nth-child(1) {
    display: block
}

.c-articles-S-1 .A8Gj8ilsIVT {
    padding: 50px 13px
}

.c-articles-S-1 .A8Gj8ilsIVT .CtOEiRWV {
    -webkit-box-shadow: 0 1px 18px 0 rgba(2, 7, 24, .11);
    box-shadow: 0 1px 18px 0 rgba(2, 7, 24, .11)
}

.c-articles-S-1 .A8Gj8ilsIVT .CtOEiRWV:focus,
.c-articles-S-1 .A8Gj8ilsIVT .CtOEiRWV:hover {
    -webkit-box-shadow: 0 1px 8px 0 rgba(2, 7, 24, .11);
    box-shadow: 0 1px 8px 0 rgba(2, 7, 24, .11)
}

.c-articles-S-1 .kyv5v .IJYZ1 {
    -webkit-box-shadow: 0 1px 14px 0 rgba(2, 7, 24, .11);
    box-shadow: 0 1px 14px 0 rgba(2, 7, 24, .11)
}

.c-articles-S-1 .kyv5v .IJYZ1:focus,
.c-articles-S-1 .kyv5v .IJYZ1:hover {
    -webkit-box-shadow: 0 1px 12px 0 rgba(2, 7, 24, .11);
    box-shadow: 0 1px 12px 0 rgba(2, 7, 24, .11)
}

.c-articles-S-1 .kyv5v .awO_pDODBS {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-y: hidden
}

@media only screen and (min-width:568px) {
    .c-articles-S-1 .Coz {
        display: grid;
        grid-gap: 24px;
        grid-template-columns: 1fr 1fr
    }
}

@media only screen and (min-width:667px) {
    .c-articles-S-1 .gA0H {
        margin-top: 50px
    }
    .c-articles-S-1 .A8Gj8ilsIVT {
        padding: 30px 13px
    }
    .c-articles-S-1 .BoG0hT:not(.slick-slider)>:nth-child(2) {
        display: block
    }
}

@media only screen and (max-width:567px) {
    .c-articles-S-1 .gA0H .BfX390RGmN {
        padding-top: 0
    }
}

@media only screen and (min-width:568px) {
    .c-articles-S-1 .gA0H .BfX390RGmN {
        padding-top: 45px
    }
}

@media only screen and (min-width:1024px) {
    .c-articles-S-1 .uaRDa {
        margin: 40px auto 0
    }
}

@media only screen and (min-width:1366px) {
    .c-articles-S-1 .gA0H {
        margin-top: 0
    }
    .c-articles-S-1 .Coz {
        display: grid;
        grid-gap: 24px;
        grid-template-columns: 1fr 1fr
    }
}

.c-articles-S-1 .IJYZ1 {
    height: 100%;
    margin-bottom: 24px;
    -webkit-box-shadow: 0 1px 38px 0 rgba(2, 7, 24, .11);
    box-shadow: 0 1px 38px 0 rgba(2, 7, 24, .11);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.c-articles-S-1 .IJYZ1:focus,
.c-articles-S-1 .IJYZ1:hover {
    -webkit-box-shadow: 0 1px 50px 0 rgba(2, 7, 24, .2);
    box-shadow: 0 1px 50px 0 rgba(2, 7, 24, .2)
}

.c-articles-S-1 .GAnckg_FYo {
    max-height: 160px;
    overflow: hidden
}

.c-articles-S-1 .GAnckg_FYo img {
    display: inline-block;
    min-width: 100%;
    min-height: 100%;
    margin-bottom: -6px
}

@supports (object-fit:cover) {
    .c-articles-S-1 .GAnckg_FYo img {
        width: 100%;
        min-height: 160px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.c-articles-S-1 .awO_pDODBS {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
    color: #2e2d2d;
    text-decoration: none;
    word-break: normal;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.c-articles-S-1 .awO_pDODBS:active,
.c-articles-S-1 .awO_pDODBS:focus,
.c-articles-S-1 .awO_pDODBS:hover {
    color: #f02257
}

.c-articles-S-1 .jxA0faG {
    padding: 14px 18px 0
}

.c-articles-S-1 .oE9-d1mr {
    display: -webkit-box;
    height: 125px;
    margin-top: 7px;
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
    text-overflow: ellipsis;
    text-transform: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5
}

.c-articles-S-1 .u_JBnk2qZp {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 16px;
    padding: 18px 0 24px;
    border-top: 1px solid #e7e7f5;
    font-size: 14px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.c-articles-S-1 .hDPUWX4,
.c-articles-S-1 .pIMzDf7p,
.c-articles-S-1 .u_JBnk2qZp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-articles-S-1 .pIMzDf7p {
    width: 100%;
    margin-bottom: 8px;
    font-weight: 600;
    line-height: 1.3;
    color: #8585cd;
    word-break: normal;
    font-size: 14px
}

.c-articles-S-1 .pIMzDf7p:before {
    content: '';
    display: inline-block;
    height: 22px;
    min-width: 20px;
    margin: 0 5px 0 0;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' version='1.1' id='svg2' xml:space='preserve' width='23.8524' height='33.251999' viewBox='0 0 23.8524 33.251999' sodipodi:docname='Векторный смарт-объект.ai'%3E%3Cmetadata id='metadata8'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs6'%3E%3CclipPath clipPathUnits='userSpaceOnUse' id='clipPath18'%3E%3Cpath d='M 0,24.939 H 17.889 V 0 H 0 Z' id='path16'/%3E%3C/clipPath%3E%3C/defs%3E%3Csodipodi:namedview pagecolor='%23ffffff' bordercolor='%23666666' borderopacity='1' objecttolerance='10' gridtolerance='10' guidetolerance='10' inkscape:pageopacity='0' inkscape:pageshadow='2' inkscape:window-width='640' inkscape:window-height='480' id='namedview4'/%3E%3Cg id='g10' inkscape:groupmode='layer' inkscape:label='Векторный смарт-объект' transform='matrix(1.3333333,0,0,-1.3333333,0,33.252)'%3E%3Cg id='g12'%3E%3Cg id='g14' clip-path='url(%23clipPath18)'%3E%3Cg id='g20' transform='translate(16.1348,19.0212)'%3E%3Cpath d='m 0,0 -0.051,2.109 c 0,0.992 -0.743,2.012 -1.733,2.012 h -10.739 c -0.991,0 -1.797,-0.807 -1.797,-1.797 l -0.055,-17.752 7.118,5.324 7.231,-5.653 c 0,0 -0.016,9.332 -0.016,10.323 0,0.497 0.401,0.899 0.898,0.899 0.497,0 0.899,-0.402 0.899,-0.899 0,-1.982 -0.007,-13.587 -0.007,-13.587 l -9.005,6.893 -8.878,-6.79 0.018,21.242 c 0,1.982 1.613,3.594 3.594,3.594 h 9.571 1.168 c 1.981,0 3.53,-1.827 3.53,-3.809 V -0.018 C 1.746,-0.514 1.344,-0.916 0.848,-0.916 0.352,-0.916 0,-0.496 0,0' style='fill:%238585cd;fill-opacity:1;fill-rule:nonzero;stroke:none' id='path22'/%3E%3C/g%3E%3Cg id='g24' transform='translate(10.7681,17.0466)'%3E%3Cpath d='M 0,0 1.027,0.758 C 1.375,1.01 1.196,1.606 0.765,1.606 h -1.274 c -0.192,0 -0.363,0.076 -0.423,0.258 l -0.4,1.234 c -0.066,0.204 -0.244,0.305 -0.422,0.305 -0.178,0 -0.356,-0.101 -0.423,-0.305 l -0.4,-1.234 C -2.637,1.682 -2.807,1.606 -3,1.606 h -1.272 c -0.431,0 -0.61,-0.596 -0.261,-0.848 L -3.508,0 c 0.155,-0.112 0.221,-0.312 0.161,-0.494 l -0.4,-1.226 c -0.133,-0.408 0.336,-0.747 0.684,-0.495 l 1.047,0.758 c 0.079,0.057 0.17,0.084 0.262,0.084 0.091,0 0.183,-0.027 0.261,-0.084 l 1.047,-0.758 c 0.349,-0.252 0.817,0.087 0.684,0.495 l -0.4,1.226 C -0.221,-0.312 -0.156,-0.112 0,0' style='fill:%238585cd;fill-opacity:1;fill-rule:nonzero;stroke:none' id='path26'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain
}

.c-articles-S-1 .hDPUWX4 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 15px
}

@media only screen and (min-width:468px) {
    .c-articles-S-1 .GAnckg_FYo {
        max-height: 240px;
        overflow: hidden
    }
    @supports (object-fit:cover) {
        .c-articles-S-1 .GAnckg_FYo img {
            min-height: 240px
        }
    }
    .c-articles-S-1 .pIMzDf7p {
        width: auto;
        max-width: 35%;
        min-width: 50px;
        margin-bottom: 0
    }
}

@media only screen and (min-width:568px) {
    .c-articles-S-1 .pIMzDf7p {
        max-width: 100%;
        margin-bottom: 8px
    }
}

@media only screen and (min-width:667px) {
    .c-articles-S-1 .IJYZ1 {
        margin: 0
    }
    .c-articles-S-1 .pIMzDf7p {
        width: 100%;
        max-width: unset;
        margin-bottom: 8px
    }
    .c-articles-S-1 .xFT5hWfb7zqu {
        grid-row: span 2;
        grid-column: span 2
    }
    .c-articles-S-1 .xFT5hWfb7zqu .pIMzDf7p {
        width: auto;
        max-width: 40%;
        margin-bottom: 0
    }
    .c-articles-S-1 .xFT5hWfb7zqu .oE9-d1mr {
        max-height: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        text-transform: none;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4
    }
}

@media only screen and (min-width:768px) {
    .c-articles-S-1 .GAnckg_FYo {
        max-height: 220px
    }
    @supports (object-fit:cover) {
        .c-articles-S-1 .GAnckg_FYo img {
            min-height: 220px
        }
    }
    .c-articles-S-1 .PJLyP {
        max-height: 260px
    }
    @supports (object-fit:cover) {
        .c-articles-S-1 .PJLyP img {
            min-height: 260px
        }
    }
    .c-articles-S-1 .Ivhg8VH-8Y .u_JBnk2qZp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .c-articles-S-1 .Ivhg8VH-8Y .hDPUWX4 {
        width: 26%
    }
}

@media only screen and (min-width:1024px) {
    .c-articles-S-1 .xFT5hWfb7zqu {
        margin-bottom: 20px
    }
    .c-articles-S-1 .xFT5hWfb7zqu .oE9-d1mr {
        margin-right: 25px
    }
    .c-articles-S-1 .xFT5hWfb7zqu .pIMzDf7p {
        width: auto;
        max-width: 100%;
        margin-bottom: 0
    }
    .c-articles-S-1 .GAnckg_FYo {
        max-height: 280px
    }
    @supports (object-fit:cover) {
        .c-articles-S-1 .GAnckg_FYo img {
            min-height: 280px
        }
    }
    .c-articles-S-1 .PJLyP {
        max-height: 340px
    }
    @supports (object-fit:cover) {
        .c-articles-S-1 .PJLyP img {
            min-height: 340px
        }
    }
    .c-articles-S-1 .Ivhg8VH-8Y,
    .c-articles-S-1 .jxA0faG {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 0 18px
    }
    .c-articles-S-1 .Ivhg8VH-8Y {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 28px 18px 20px
    }
    .c-articles-S-1 .Ivhg8VH-8Y .u_JBnk2qZp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        min-width: 235px;
        padding: 0 0 0 28px;
        border-bottom: none;
        border-left: 1px solid #e7e7f5
    }
    .c-articles-S-1 .Ivhg8VH-8Y .pIMzDf7p {
        width: 100%
    }
    .c-articles-S-1 .Ivhg8VH-8Y .ORD6g,
    .c-articles-S-1 .Ivhg8VH-8Y .aSKXehl {
        width: 100%;
        margin-top: 20px
    }
    .c-articles-S-1 .Ivhg8VH-8Y .pIMzDf7p {
        margin-top: 0
    }
    .c-articles-S-1 .Ivhg8VH-8Y .hDPUWX4 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }
    .c-articles-S-1 .HMdARCK {
        padding: 20px 0 30px
    }
    .c-articles-S-1 .oE9-d1mr {
        font-size: 16px
    }
    .c-articles-S-1 .hDPUWX4,
    .c-articles-S-1 .u_JBnk2qZp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .c-articles-S-1 .u_JBnk2qZp {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 60px;
        margin-top: 0;
        padding: 0;
        border-top: none;
        border-bottom: 1px solid #e7e7f5
    }
    .c-articles-S-1 .hDPUWX4 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        font-size: 14px
    }
    .c-articles-S-1 .awO_pDODBS {
        font-size: 20px
    }
    .c-articles-S-1 .pIMzDf7p {
        width: auto;
        max-width: 40%;
        margin-bottom: 0
    }
    .c-articles-S-1 .pIMzDf7p:before {
        width: 18px;
        height: 24px
    }
    .c-articles-S-1 .ORD6g,
    .c-articles-S-1 .aSKXehl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .c-articles-S-1 .ORD6g:before,
    .c-articles-S-1 .aSKXehl:before {
        content: '';
        display: inline-block;
        width: 24px;
        height: 24px;
        margin: 0 5px 0 0;
        background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!--Generator: Adobe Illustrator 24.3.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)--%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' %5B %3C!ENTITY ns_extend 'http://ns.adobe.com/Extensibility/1.0/'%3E%3C!ENTITY ns_ai 'http://ns.adobe.com/AdobeIllustrator/10.0/'%3E%3C!ENTITY ns_graphs 'http://ns.adobe.com/Graphs/1.0/'%3E%3C!ENTITY ns_vars 'http://ns.adobe.com/Variables/1.0/'%3E%3C!ENTITY ns_imrep 'http://ns.adobe.com/ImageReplacement/1.0/'%3E%3C!ENTITY ns_sfw 'http://ns.adobe.com/SaveForWeb/1.0/'%3E%3C!ENTITY ns_custom 'http://ns.adobe.com/GenericCustomNamespace/1.0/'%3E%3C!ENTITY ns_adobe_xpath 'http://ns.adobe.com/XPath/1.0/'%3E%0A%5D%3E%3Csvg version='1.1' id='Слой_1' xmlns:x='http://ns.adobe.com/Extensibility/1.0/' xmlns:i='http://ns.adobe.com/AdobeIllustrator/10.0/' xmlns:graph='http://ns.adobe.com/Graphs/1.0/' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 23 25' style='enable-background:new 0 0 23 25' xml:space='preserve'%3E%3Cmetadata%3E%3Csfw xmlns='http://ns.adobe.com/SaveForWeb/1.0/'%3E%3Cslices/%3E%3CsliceSourceBounds bottomLeftOrigin='true' height='23' width='23' x='244.5' y='168.5'/%3E%3C/sfw%3E%3C/metadata%3E%3Cpath fill='%238585cd' d='M21.2,14.9V5.4c0-1-0.8-1.8-1.8-1.8h-1.2v0.9c0,0.5-0.4,0.9-0.9,0.9S16.4,5,16.4,4.5V3.6h-4.1v0.9c0,0.5-0.4,0.9-0.9,0.9 S10.6,5,10.6,4.5V3.6h-4v0.9c0,0.5-0.4,0.9-0.9,0.9S4.7,5,4.7,4.5V3.6H3.6c-1,0-1.8,0.8-1.8,1.8v14c0,1,0.8,1.8,1.8,1.8h15.8 c1,0,1.8-0.8,1.8-1.8c0-0.5,0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9c0,2-1.6,3.6-3.6,3.6H3.6c-2,0-3.6-1.6-3.6-3.6v-14c0-2,1.6-3.6,3.6-3.6 h1.1V0.9C4.7,0.4,5.1,0,5.6,0s0.9,0.4,0.9,0.9v0.9h4V0.9C10.6,0.4,11,0,11.5,0s0.9,0.4,0.9,0.9v0.9h4.1V0.9c0-0.5,0.4-0.9,0.9-0.9 s0.9,0.4,0.9,0.9v0.9h1.2c2,0,3.6,1.6,3.6,3.6v9.5c0,0.5-0.4,0.9-0.9,0.9S21.2,15.4,21.2,14.9z M6.5,9.4c0-0.5-0.4-0.9-0.9-0.9 S4.7,8.9,4.7,9.4s0.4,0.9,0.9,0.9S6.5,9.9,6.5,9.4z M14.3,9.4c0-0.5-0.4-0.9-0.9-0.9s-0.9,0.4-0.9,0.9s0.4,0.9,0.9,0.9 S14.3,9.9,14.3,9.4z M17.3,10.3c0.5,0,0.9-0.4,0.9-0.9s-0.4-0.9-0.9-0.9s-0.9,0.4-0.9,0.9S16.8,10.3,17.3,10.3z M6.5,13.3 c0-0.5-0.4-0.9-0.9-0.9s-0.9,0.4-0.9,0.9s0.4,0.9,0.9,0.9S6.5,13.8,6.5,13.3z M5.6,16.4c-0.5,0-0.9,0.4-0.9,0.9s0.4,0.9,0.9,0.9 s0.9-0.4,0.9-0.9S6.1,16.4,5.6,16.4z M10.4,9.4c0-0.5-0.4-0.9-0.9-0.9S8.6,8.9,8.6,9.4s0.4,0.9,0.9,0.9S10.4,9.9,10.4,9.4z M10.4,13.3c0-0.5-0.4-0.9-0.9-0.9s-0.9,0.4-0.9,0.9s0.4,0.9,0.9,0.9S10.4,13.8,10.4,13.3z M9.5,16.4c-0.5,0-0.9,0.4-0.9,0.9 s0.4,0.9,0.9,0.9s0.9-0.4,0.9-0.9S10,16.4,9.5,16.4z M17.1,15.8l1-0.8c0.3-0.3,0.2-0.8-0.3-0.8h-1.3c-0.2,0-0.4-0.1-0.4-0.3 l-0.4-1.2c-0.1-0.2-0.2-0.3-0.4-0.3s-0.4,0.1-0.4,0.3L14.5,14c-0.1,0.2-0.2,0.3-0.4,0.3h-1.3c-0.4,0-0.6,0.6-0.3,0.8l1,0.8 c0.2,0.1,0.2,0.3,0.2,0.5l-0.4,1.2c-0.1,0.4,0.3,0.7,0.7,0.5l1-0.8c0.1-0.1,0.2-0.1,0.3-0.1s0.2,0,0.3,0.1l1,0.8 c0.3,0.3,0.8-0.1,0.7-0.5l-0.4-1.2C16.9,16.2,16.9,16,17.1,15.8z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: contain
    }
    .c-articles-S-1 .ORD6g:before {
        background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' version='1.1' id='svg2' xml:space='preserve' width='30.666668' height='30.402' viewBox='0 0 30.666668 30.402' sodipodi:docname='Векторный смарт-объект1.ai'%3E%3Cmetadata id='metadata8'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs6'%3E%3CclipPath clipPathUnits='userSpaceOnUse' id='clipPath18'%3E%3Cpath d='M 0,22.801 H 23 V 0 H 0 Z' id='path16'/%3E%3C/clipPath%3E%3C/defs%3E%3Csodipodi:namedview pagecolor='%23ffffff' bordercolor='%238585cd' borderopacity='1' objecttolerance='10' gridtolerance='10' guidetolerance='10' inkscape:pageopacity='0' inkscape:pageshadow='2' inkscape:window-width='640' inkscape:window-height='480' id='namedview4'/%3E%3Cg id='g10' inkscape:groupmode='layer' inkscape:label='Векторный смарт-объект1' transform='matrix(1.3333333,0,0,-1.3333333,0,30.402)'%3E%3Cg id='g12'%3E%3Cg id='g14' clip-path='url(%23clipPath18)'%3E%3Cg id='g20' transform='translate(21.2029,12.2)'%3E%3Cpath d='m 0,0 v 7.008 c 0,0.99 -0.806,1.797 -1.797,1.797 h -15.812 c -0.991,0 -1.797,-0.807 -1.797,-1.797 V -4.941 c 0,-0.992 0.806,-1.797 1.797,-1.797 h 15.812 c 0.991,0 1.797,0.805 1.797,1.797 0,0.496 0.402,0.898 0.898,0.898 0.497,0 0.899,-0.402 0.899,-0.898 0,-1.982 -1.612,-3.594 -3.594,-3.594 h -2.099 l 0.486,-3.665 -7.581,3.665 h -6.618 c -1.982,0 -3.594,1.612 -3.594,3.594 V 7.008 c 0,1.981 1.612,3.594 3.594,3.594 h 15.812 c 1.982,0 3.594,-1.613 3.594,-3.594 L 1.797,0 C 1.797,-0.496 1.395,-0.898 0.898,-0.898 0.402,-0.898 0,-0.496 0,0' style='fill:%238585cd;fill-opacity:1;fill-rule:nonzero;stroke:none' id='path22'/%3E%3C/g%3E%3Cg id='g24' transform='translate(18.1336,17.9607)'%3E%3Cpath d='M 0,0 C -0.355,0 -0.644,-0.289 -0.644,-0.645 -0.644,-1 -0.355,-1.288 0,-1.288 0.355,-1.288 0.644,-1 0.644,-0.645 0.644,-0.289 0.355,0 0,0' style='fill:%238585cd;fill-opacity:1;fill-rule:nonzero;stroke:none' id='path26'/%3E%3C/g%3E%3Cg id='g28' transform='translate(4.8665,16.6726)'%3E%3Cpath d='m 0,0 h 10.691 c 0.355,0 0.644,0.288 0.644,0.644 0,0.356 -0.289,0.644 -0.644,0.644 H 0 C -0.355,1.288 -0.644,1 -0.644,0.644 -0.644,0.288 -0.355,0 0,0' style='fill:%238585cd;fill-opacity:1;fill-rule:nonzero;stroke:none' id='path30'/%3E%3C/g%3E%3Cg id='g32' transform='translate(18.1336,14.0964)'%3E%3Cpath d='m 0,0 h -13.267 c -0.356,0 -0.644,-0.288 -0.644,-0.644 0,-0.356 0.288,-0.644 0.644,-0.644 H 0 c 0.355,0 0.644,0.288 0.644,0.644 C 0.644,-0.288 0.355,0 0,0' style='fill:%238585cd;fill-opacity:1;fill-rule:nonzero;stroke:none' id='path34'/%3E%3C/g%3E%3Cg id='g36' transform='translate(18.1336,10.2322)'%3E%3Cpath d='m 0,0 h -13.267 c -0.356,0 -0.644,-0.288 -0.644,-0.644 0,-0.355 0.288,-0.644 0.644,-0.644 H 0 c 0.355,0 0.644,0.289 0.644,0.644 C 0.644,-0.288 0.355,0 0,0' style='fill:%238585cd;fill-opacity:1;fill-rule:nonzero;stroke:none' id='path38'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    }
}

@media only screen and (min-width:1366px) {
    .c-articles-S-1 .GAnckg_FYo {
        height: 100%;
        max-height: 280px
    }
    .c-articles-S-1 .PJLyP {
        height: 100%;
        max-height: 340px
    }
    .c-articles-S-1 .xFT5hWfb7zqu {
        margin-bottom: 20px
    }
    .c-articles-S-1 .xFT5hWfb7zqu__image___,
    .c-articles-S-1 .PJLyP img {
        max-height: 340px
    }
    .c-articles-S-1 .xFT5hWfb7zqu .oE9-d1mr {
        margin: 5px 25px 20px 0
    }
}

.c-top-posts-S-1 .f_zpE1oryx {
    margin-top: 40px;
    background: #fff;
    -webkit-box-shadow: 0 1px 38px 0 rgba(2, 7, 24, .11);
    box-shadow: 0 1px 38px 0 rgba(2, 7, 24, .11)
}

.c-top-posts-S-1 .QJdhw {
    padding: 37px 22px 22px
}

.c-top-posts-S-1 .LBKh0pk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: #2e2d2d;
    text-align: center;
    text-transform: uppercase
}

.c-top-posts-S-1 .LBKh0pk:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    min-width: 30px;
    margin: 0 10px 2px 0;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!--Generator: Adobe Illustrator 24.3.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)--%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' %5B %3C!ENTITY ns_extend 'http://ns.adobe.com/Extensibility/1.0/'%3E%3C!ENTITY ns_ai 'http://ns.adobe.com/AdobeIllustrator/10.0/'%3E%3C!ENTITY ns_graphs 'http://ns.adobe.com/Graphs/1.0/'%3E%3C!ENTITY ns_vars 'http://ns.adobe.com/Variables/1.0/'%3E%3C!ENTITY ns_imrep 'http://ns.adobe.com/ImageReplacement/1.0/'%3E%3C!ENTITY ns_sfw 'http://ns.adobe.com/SaveForWeb/1.0/'%3E%3C!ENTITY ns_custom 'http://ns.adobe.com/GenericCustomNamespace/1.0/'%3E%3C!ENTITY ns_adobe_xpath 'http://ns.adobe.com/XPath/1.0/'%3E%0A%5D%3E%3Csvg version='1.1' id='Слой_1' xmlns:x='http://ns.adobe.com/Extensibility/1.0/' xmlns:i='http://ns.adobe.com/AdobeIllustrator/10.0/' xmlns:graph='http://ns.adobe.com/Graphs/1.0/' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 551 529.7' style='enable-background:new 0 0 551 529.7' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:none;stroke:%23F02257;stroke-width:40;stroke-miterlimit:10;%7D%3C/style%3E%3Cmetadata%3E%3Csfw xmlns='http://ns.adobe.com/SaveForWeb/1.0/'%3E%3Cslices/%3E%3CsliceSourceBounds bottomLeftOrigin='true' height='529.7' width='551' x='-20' y='-9.7'/%3E%3C/sfw%3E%3C/metadata%3E%3Cpath class='st0' d='M529.7,205c-3.4-10.3-12.5-17.7-23.4-18.7L358.8,173L300.5,36.5c-4.3-10-14.1-16.5-25-16.5s-20.7,6.5-25,16.5 L192.2,173L44.7,186.4c-10.8,1-20,8.3-23.4,18.7c-3.4,10.3-0.3,21.7,7.9,28.9l111.5,97.8l-32.9,144.8c-2.4,10.6,1.7,21.7,10.6,28 c4.7,3.5,10.3,5.2,15.9,5.2c4.8,0,9.6-1.3,13.9-3.9l127.2-76.1l127.2,76.1c9.3,5.6,21.1,5.1,29.9-1.3c8.8-6.4,13-17.4,10.6-28 l-32.9-144.8l111.5-97.8C529.9,226.7,533,215.4,529.7,205z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 30px
}

.c-top-posts-S-1 .eSPwtAf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 14px;
    padding-bottom: 17px;
    border-bottom: 1px solid #cbcaca
}

.c-top-posts-S-1 .eSPwtAf:last-child {
    margin-bottom: 0;
    border: 0
}

.c-top-posts-S-1 .ZY9szlTAFuh {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 700;
    color: #2e2d2d;
    text-decoration: none;
    word-break: break-word;
    -webkit-transition: all .25s;
    transition: all .25s
}

.c-top-posts-S-1 .pn8u7SYx4:active,
.c-top-posts-S-1 .pn8u7SYx4:focus,
.c-top-posts-S-1 .pn8u7SYx4:hover,
.c-top-posts-S-1 .ZY9szlTAFuh:active,
.c-top-posts-S-1 .ZY9szlTAFuh:focus,
.c-top-posts-S-1 .ZY9szlTAFuh:hover {
    color: #f02257
}

.c-top-posts-S-1 .pn8u7SYx4 {
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 6px 10px;
    border: 1px solid #8585cd;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    color: #8585cd;
    text-decoration: none;
    -webkit-transition: all .25s;
    transition: all .25s
}

@media only screen and (min-width:568px) {
    .c-top-posts-S-1 .qSTLEH3Q {
        display: grid;
        grid-gap: 18px;
        grid-template-columns: 1fr 1fr
    }
    .c-top-posts-S-1 .eSPwtAf:last-child {
        margin: 0 0 14px;
        padding-bottom: 17px;
        border-bottom: 1px solid #cbcaca
    }
}

@media only screen and (min-width:1366px) {
    .c-top-posts-S-1 .f_zpE1oryx {
        margin-top: 0
    }
    .c-top-posts-S-1 .qSTLEH3Q {
        display: block
    }
    .c-top-posts-S-1 .QJdhw {
        padding: 38px 38px 22px
    }
    .c-top-posts-S-1 .eSPwtAf:last-child {
        margin: 0;
        border-bottom: none
    }
}

.c-profile-S-1 .alA7mJK {
    padding: 30px 20px 40px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 38px 0 rgba(2, 7, 24, .11);
    box-shadow: 0 1px 38px 0 rgba(2, 7, 24, .11)
}

.c-profile-S-1 .xoaS1e {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-profile-S-1 .j9zoKNL {
    width: 76px;
    height: 76px;
    min-width: 76px;
    overflow: hidden;
    border-radius: 50%
}

.c-profile-S-1 .j9zoKNL img {
    display: inline-block;
    min-width: 100%;
    min-height: 100%;
    margin-bottom: -5px
}

@supports (object-fit:cover) {
    .c-profile-S-1 .j9zoKNL img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.c-profile-S-1 .cvX3hWgwl {
    min-width: 100px;
    font-size: 18px;
    font-weight: 700;
    color: #545454;
    word-break: break-word
}

.c-profile-S-1 .cvX3hWgwl:active,
.c-profile-S-1 .cvX3hWgwl:focus,
.c-profile-S-1 .cvX3hWgwl:hover,
.c-profile-S-1 .cvX3hWgwl:visited {
    color: #545454;
    text-decoration: underline;
    outline: 0
}

.c-profile-S-1 .xTHYE {
    display: none
}

.c-profile-S-1 .bIl7WSeQndLI {
    width: 100%;
    font-size: 15px;
    color: #8585cd
}

.c-profile-S-1 .hAzRM .iirbCPlr {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.c-profile-S-1 .hAzRM .xoaS1e {
    width: 100%
}

.c-profile-S-1 .hAzRM .Sv2r6XwYZ {
    margin-top: 15px
}

.c-profile-S-1 .hAzRM .bIl7WSeQndLI {
    margin: 5px 0 10px
}

.c-profile-S-1 .fFiLJG2IHNg {
    padding-left: 30px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Слой 1' xmlns='http://www.w3.org/2000/svg' fill='%238585cd' viewBox='0 0 23 19.14'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='none' d='M0 0h23v19.14H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M21.2 10.6v-7a1.79 1.79 0 00-1.79-1.8H3.59A1.79 1.79 0 001.8 3.59v12a1.8 1.8 0 001.79 1.8h15.82a1.8 1.8 0 001.79-1.8.9.9 0 111.8 0 3.6 3.6 0 01-3.59 3.6H3.59A3.6 3.6 0 010 15.54V3.59A3.59 3.59 0 013.59 0h15.82A3.59 3.59 0 0123 3.59v7a.9.9 0 01-1.8 0'/%3E%3Cpath d='M18.13 4.84a.65.65 0 10.65.65.65.65 0 00-.65-.65M4.87 6.13h10.69a.65.65 0 000-1.29H4.87a.65.65 0 100 1.29M18.13 8.71H4.87a.64.64 0 100 1.28h13.26a.64.64 0 100-1.28M18.13 12.57H4.87a.65.65 0 100 1.29h13.26a.65.65 0 100-1.29'/%3E%3C/g%3E%3C/svg%3E");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 23px;
    font-size: 14px;
    line-height: 23px;
    color: #545454
}

.c-profile-S-1 .EMWl_6 {
    margin-left: 22px
}

.c-profile-S-1 .Sv2r6XwYZ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 18px
}

.c-profile-S-1 .C4AvD_iLVaFG {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 38px;
    height: 38px;
    margin-right: 12px;
    border: 1px solid #8585cd;
    border-radius: 50%;
    -webkit-transition: all .2s;
    transition: all .2s
}

.c-profile-S-1 .C4AvD_iLVaFG:after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    background-position: center;
    background-repeat: no-repeat
}

.c-profile-S-1 .C4AvD_iLVaFG:active,
.c-profile-S-1 .C4AvD_iLVaFG:focus,
.c-profile-S-1 .C4AvD_iLVaFG:hover {
    background: #8585cd
}

.c-profile-S-1 .ZZKEr:after {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!--Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)--%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='96.124px' height='96.123px' viewBox='0 0 96.124 96.123' style='enable-background:new 0 0 96.124 96.123' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%238585cd' d='M72.089,0.02L59.624,0C45.62,0,36.57,9.285,36.57,23.656v10.907H24.037c-1.083,0-1.96,0.878-1.96,1.961v15.803 c0,1.083,0.878,1.96,1.96,1.96h12.533v39.876c0,1.083,0.877,1.96,1.96,1.96h16.352c1.083,0,1.96-0.878,1.96-1.96V54.287h14.654 c1.083,0,1.96-0.877,1.96-1.96l0.006-15.803c0-0.52-0.207-1.018-0.574-1.386c-0.367-0.368-0.867-0.575-1.387-0.575H56.842v-9.246 c0-4.444,1.059-6.7,6.848-6.7l8.397-0.003c1.082,0,1.959-0.878,1.959-1.96V1.98C74.046,0.899,73.17,0.022,72.089,0.02z'/%3E%3C/g%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3C/svg%3E");
    background-size: 22px
}

.c-profile-S-1 .ZZKEr:focus:after,
.c-profile-S-1 .ZZKEr:hover:after {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!--Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)--%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='96.124px' height='96.123px' viewBox='0 0 96.124 96.123' style='enable-background:new 0 0 96.124 96.123' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%23fff' d='M72.089,0.02L59.624,0C45.62,0,36.57,9.285,36.57,23.656v10.907H24.037c-1.083,0-1.96,0.878-1.96,1.961v15.803 c0,1.083,0.878,1.96,1.96,1.96h12.533v39.876c0,1.083,0.877,1.96,1.96,1.96h16.352c1.083,0,1.96-0.878,1.96-1.96V54.287h14.654 c1.083,0,1.96-0.877,1.96-1.96l0.006-15.803c0-0.52-0.207-1.018-0.574-1.386c-0.367-0.368-0.867-0.575-1.387-0.575H56.842v-9.246 c0-4.444,1.059-6.7,6.848-6.7l8.397-0.003c1.082,0,1.959-0.878,1.959-1.96V1.98C74.046,0.899,73.17,0.022,72.089,0.02z'/%3E%3C/g%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3C/svg%3E")
}

.c-profile-S-1 .EBkxV:after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512.00096 512.00096' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%238585cd' d='m373.40625 0h-234.8125c-76.421875 0-138.59375 62.171875-138.59375 138.59375v234.816406c0 76.417969 62.171875 138.589844 138.59375 138.589844h234.816406c76.417969 0 138.589844-62.171875 138.589844-138.589844v-234.816406c0-76.421875-62.171875-138.59375-138.59375-138.59375zm-117.40625 395.996094c-77.195312 0-139.996094-62.800782-139.996094-139.996094s62.800782-139.996094 139.996094-139.996094 139.996094 62.800782 139.996094 139.996094-62.800782 139.996094-139.996094 139.996094zm143.34375-246.976563c-22.8125 0-41.367188-18.554687-41.367188-41.367187s18.554688-41.371094 41.367188-41.371094 41.371094 18.558594 41.371094 41.371094-18.558594 41.367187-41.371094 41.367187zm0 0'/%3E%3Cpath fill='%238585cd' d='m256 146.019531c-60.640625 0-109.980469 49.335938-109.980469 109.980469 0 60.640625 49.339844 109.980469 109.980469 109.980469 60.644531 0 109.980469-49.339844 109.980469-109.980469 0-60.644531-49.335938-109.980469-109.980469-109.980469zm0 0'/%3E%3Cpath fill='%238585cd' d='m399.34375 96.300781c-6.257812 0-11.351562 5.09375-11.351562 11.351563 0 6.257812 5.09375 11.351562 11.351562 11.351562 6.261719 0 11.355469-5.089844 11.355469-11.351562 0-6.261719-5.09375-11.351563-11.355469-11.351563zm0 0'/%3E%3C/svg%3E");
    background-size: 20px
}

.c-profile-S-1 .EBkxV:focus:after,
.c-profile-S-1 .EBkxV:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512.00096 512.00096' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='m373.40625 0h-234.8125c-76.421875 0-138.59375 62.171875-138.59375 138.59375v234.816406c0 76.417969 62.171875 138.589844 138.59375 138.589844h234.816406c76.417969 0 138.589844-62.171875 138.589844-138.589844v-234.816406c0-76.421875-62.171875-138.59375-138.59375-138.59375zm-117.40625 395.996094c-77.195312 0-139.996094-62.800782-139.996094-139.996094s62.800782-139.996094 139.996094-139.996094 139.996094 62.800782 139.996094 139.996094-62.800782 139.996094-139.996094 139.996094zm143.34375-246.976563c-22.8125 0-41.367188-18.554687-41.367188-41.367187s18.554688-41.371094 41.367188-41.371094 41.371094 18.558594 41.371094 41.371094-18.558594 41.367187-41.371094 41.367187zm0 0'/%3E%3Cpath fill='%23fff' d='m256 146.019531c-60.640625 0-109.980469 49.335938-109.980469 109.980469 0 60.640625 49.339844 109.980469 109.980469 109.980469 60.644531 0 109.980469-49.339844 109.980469-109.980469 0-60.644531-49.335938-109.980469-109.980469-109.980469zm0 0'/%3E%3Cpath fill='%23fff' d='m399.34375 96.300781c-6.257812 0-11.351562 5.09375-11.351562 11.351563 0 6.257812 5.09375 11.351562 11.351562 11.351562 6.261719 0 11.355469-5.089844 11.355469-11.351562 0-6.261719-5.09375-11.351563-11.355469-11.351563zm0 0'/%3E%3C/svg%3E")
}

.c-profile-S-1 .ZaSu38:after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 -47 512.00203 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%238585cd' d='m191.011719 419.042969c-22.140625 0-44.929688-1.792969-67.855469-5.386719-40.378906-6.335938-81.253906-27.457031-92.820312-33.78125l-30.335938-16.585938 32.84375-10.800781c35.902344-11.804687 57.742188-19.128906 84.777344-30.597656-27.070313-13.109375-47.933594-36.691406-57.976563-67.175781l-7.640625-23.195313 6.265625.957031c-5.941406-5.988281-10.632812-12.066406-14.269531-17.59375-12.933594-19.644531-19.78125-43.648437-18.324219-64.21875l1.4375-20.246093 12.121094 4.695312c-5.113281-9.65625-8.808594-19.96875-10.980469-30.777343-5.292968-26.359376-.863281-54.363282 12.476563-78.851563l10.558593-19.382813 14.121094 16.960938c44.660156 53.648438 101.226563 85.472656 168.363282 94.789062-2.742188-18.902343-.6875-37.144531 6.113281-53.496093 7.917969-19.039063 22.003906-35.183594 40.722656-46.691407 20.789063-12.777343 46-18.96875 70.988281-17.433593 26.511719 1.628906 50.582032 11.5625 69.699219 28.746093 9.335937-2.425781 16.214844-5.015624 25.511719-8.515624 5.59375-2.105469 11.9375-4.496094 19.875-7.230469l29.25-10.078125-19.074219 54.476562c1.257813-.105468 2.554687-.195312 3.910156-.253906l31.234375-1.414062-18.460937 25.230468c-1.058594 1.445313-1.328125 1.855469-1.703125 2.421875-1.488282 2.242188-3.339844 5.03125-28.679688 38.867188-6.34375 8.472656-9.511718 19.507812-8.921875 31.078125 2.246094 43.96875-3.148437 83.75-16.042969 118.234375-12.195312 32.625-31.09375 60.617187-56.164062 83.199219-31.023438 27.9375-70.582031 47.066406-117.582031 56.847656-23.054688 4.796875-47.8125 7.203125-73.4375 7.203125zm0 0'/%3E%3C/svg%3E");
    background-size: 20px
}

.c-profile-S-1 .ZaSu38:focus:after,
.c-profile-S-1 .ZaSu38:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 -47 512.00203 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='m191.011719 419.042969c-22.140625 0-44.929688-1.792969-67.855469-5.386719-40.378906-6.335938-81.253906-27.457031-92.820312-33.78125l-30.335938-16.585938 32.84375-10.800781c35.902344-11.804687 57.742188-19.128906 84.777344-30.597656-27.070313-13.109375-47.933594-36.691406-57.976563-67.175781l-7.640625-23.195313 6.265625.957031c-5.941406-5.988281-10.632812-12.066406-14.269531-17.59375-12.933594-19.644531-19.78125-43.648437-18.324219-64.21875l1.4375-20.246093 12.121094 4.695312c-5.113281-9.65625-8.808594-19.96875-10.980469-30.777343-5.292968-26.359376-.863281-54.363282 12.476563-78.851563l10.558593-19.382813 14.121094 16.960938c44.660156 53.648438 101.226563 85.472656 168.363282 94.789062-2.742188-18.902343-.6875-37.144531 6.113281-53.496093 7.917969-19.039063 22.003906-35.183594 40.722656-46.691407 20.789063-12.777343 46-18.96875 70.988281-17.433593 26.511719 1.628906 50.582032 11.5625 69.699219 28.746093 9.335937-2.425781 16.214844-5.015624 25.511719-8.515624 5.59375-2.105469 11.9375-4.496094 19.875-7.230469l29.25-10.078125-19.074219 54.476562c1.257813-.105468 2.554687-.195312 3.910156-.253906l31.234375-1.414062-18.460937 25.230468c-1.058594 1.445313-1.328125 1.855469-1.703125 2.421875-1.488282 2.242188-3.339844 5.03125-28.679688 38.867188-6.34375 8.472656-9.511718 19.507812-8.921875 31.078125 2.246094 43.96875-3.148437 83.75-16.042969 118.234375-12.195312 32.625-31.09375 60.617187-56.164062 83.199219-31.023438 27.9375-70.582031 47.066406-117.582031 56.847656-23.054688 4.796875-47.8125 7.203125-73.4375 7.203125zm0 0'/%3E%3C/svg%3E")
}

.c-profile-S-1 .oGgp5OnzZ9e:after {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!--Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)--%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='550.795px' height='550.795px' viewBox='0 0 550.795 550.795' style='enable-background:new 0 0 550.795 550.795' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%238585cd' d='M501.613,491.782c12.381,0,23.109-4.088,32.229-12.16L377.793,323.567c-3.744,2.681-7.373,5.288-10.801,7.767 c-11.678,8.604-21.156,15.318-28.434,20.129c-7.277,4.822-16.959,9.737-29.045,14.755c-12.094,5.024-23.361,7.528-33.813,7.528 h-0.306h-0.306c-10.453,0-21.72-2.503-33.813-7.528c-12.093-5.018-21.775-9.933-29.045-14.755 c-7.277-4.811-16.75-11.524-28.434-20.129c-3.256-2.387-6.867-5.006-10.771-7.809L16.946,479.622 c9.119,8.072,19.854,12.16,32.234,12.16H501.613z'/%3E%3Cpath fill='%238585cd' d='M31.047,225.299C19.37,217.514,9.015,208.598,0,198.555V435.98l137.541-137.541 C110.025,279.229,74.572,254.877,31.047,225.299z'/%3E%3Cpath fill='%238585cd' d='M520.059,225.299c-41.865,28.336-77.447,52.73-106.75,73.195l137.486,137.492V198.555 C541.98,208.396,531.736,217.306,520.059,225.299z'/%3E%3Cpath fill='%238585cd' d='M501.613,59.013H49.181c-15.784,0-27.919,5.33-36.42,15.979C4.253,85.646,0.006,98.97,0.006,114.949 c0,12.907,5.636,26.892,16.903,41.959c11.267,15.061,23.256,26.891,35.961,35.496c6.965,4.921,27.969,19.523,63.012,43.801 c18.917,13.109,35.368,24.535,49.505,34.395c12.05,8.396,22.442,15.667,31.022,21.701c0.985,0.691,2.534,1.799,4.59,3.269 c2.215,1.591,5.018,3.61,8.476,6.107c6.659,4.816,12.191,8.709,16.597,11.683c4.4,2.975,9.731,6.298,15.985,9.988 c6.249,3.685,12.143,6.456,17.675,8.299c5.533,1.842,10.655,2.766,15.367,2.766h0.306h0.306c4.711,0,9.834-0.924,15.368-2.766 c5.531-1.843,11.42-4.608,17.674-8.299c6.248-3.69,11.572-7.02,15.986-9.988c4.406-2.974,9.938-6.866,16.598-11.683 c3.451-2.497,6.254-4.517,8.469-6.102c2.057-1.476,3.605-2.577,4.596-3.274c6.684-4.651,17.1-11.892,31.104-21.616 c25.482-17.705,63.01-43.764,112.742-78.281c14.957-10.447,27.453-23.054,37.496-37.803c10.025-14.749,15.051-30.22,15.051-46.408 c0-13.525-4.873-25.098-14.598-34.737C526.461,63.829,514.932,59.013,501.613,59.013z'/%3E%3C/g%3E%3C/g%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3C/svg%3E");
    background-size: 20px
}

.c-profile-S-1 .oGgp5OnzZ9e:focus:after,
.c-profile-S-1 .oGgp5OnzZ9e:hover:after {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!--Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)--%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='550.795px' height='550.795px' viewBox='0 0 550.795 550.795' style='enable-background:new 0 0 550.795 550.795' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fff' d='M501.613,491.782c12.381,0,23.109-4.088,32.229-12.16L377.793,323.567c-3.744,2.681-7.373,5.288-10.801,7.767 c-11.678,8.604-21.156,15.318-28.434,20.129c-7.277,4.822-16.959,9.737-29.045,14.755c-12.094,5.024-23.361,7.528-33.813,7.528 h-0.306h-0.306c-10.453,0-21.72-2.503-33.813-7.528c-12.093-5.018-21.775-9.933-29.045-14.755 c-7.277-4.811-16.75-11.524-28.434-20.129c-3.256-2.387-6.867-5.006-10.771-7.809L16.946,479.622 c9.119,8.072,19.854,12.16,32.234,12.16H501.613z'/%3E%3Cpath fill='%23fff' d='M31.047,225.299C19.37,217.514,9.015,208.598,0,198.555V435.98l137.541-137.541 C110.025,279.229,74.572,254.877,31.047,225.299z'/%3E%3Cpath fill='%23fff' d='M520.059,225.299c-41.865,28.336-77.447,52.73-106.75,73.195l137.486,137.492V198.555 C541.98,208.396,531.736,217.306,520.059,225.299z'/%3E%3Cpath fill='%23fff' d='M501.613,59.013H49.181c-15.784,0-27.919,5.33-36.42,15.979C4.253,85.646,0.006,98.97,0.006,114.949 c0,12.907,5.636,26.892,16.903,41.959c11.267,15.061,23.256,26.891,35.961,35.496c6.965,4.921,27.969,19.523,63.012,43.801 c18.917,13.109,35.368,24.535,49.505,34.395c12.05,8.396,22.442,15.667,31.022,21.701c0.985,0.691,2.534,1.799,4.59,3.269 c2.215,1.591,5.018,3.61,8.476,6.107c6.659,4.816,12.191,8.709,16.597,11.683c4.4,2.975,9.731,6.298,15.985,9.988 c6.249,3.685,12.143,6.456,17.675,8.299c5.533,1.842,10.655,2.766,15.367,2.766h0.306h0.306c4.711,0,9.834-0.924,15.368-2.766 c5.531-1.843,11.42-4.608,17.674-8.299c6.248-3.69,11.572-7.02,15.986-9.988c4.406-2.974,9.938-6.866,16.598-11.683 c3.451-2.497,6.254-4.517,8.469-6.102c2.057-1.476,3.605-2.577,4.596-3.274c6.684-4.651,17.1-11.892,31.104-21.616 c25.482-17.705,63.01-43.764,112.742-78.281c14.957-10.447,27.453-23.054,37.496-37.803c10.025-14.749,15.051-30.22,15.051-46.408 c0-13.525-4.873-25.098-14.598-34.737C526.461,63.829,514.932,59.013,501.613,59.013z'/%3E%3C/g%3E%3C/g%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3C/svg%3E")
}

.c-profile-S-1 .kZ384og6:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='Bold' enable-background='new 0 0 24 24'  viewBox='0 0 24 24' fill='%238585cd' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m23.994 24v-.001h.006v-8.802c0-4.306-.927-7.623-5.961-7.623-2.42 0-4.044 1.328-4.707 2.587h-.07v-2.185h-4.773v16.023h4.97v-7.934c0-2.089.396-4.109 2.983-4.109 2.549 0 2.587 2.384 2.587 4.243v7.801z'/%3E%3Cpath d='m.396 7.977h4.976v16.023h-4.976z'/%3E%3Cpath d='m2.882 0c-1.591 0-2.882 1.291-2.882 2.882s1.291 2.909 2.882 2.909 2.882-1.318 2.882-2.909c-.001-1.591-1.292-2.882-2.882-2.882z'/%3E%3C/svg%3E");
    background-size: 20px
}

.c-profile-S-1 .kZ384og6:focus:after,
.c-profile-S-1 .kZ384og6:hover:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='Bold' enable-background='new 0 0 24 24'  viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m23.994 24v-.001h.006v-8.802c0-4.306-.927-7.623-5.961-7.623-2.42 0-4.044 1.328-4.707 2.587h-.07v-2.185h-4.773v16.023h4.97v-7.934c0-2.089.396-4.109 2.983-4.109 2.549 0 2.587 2.384 2.587 4.243v7.801z'/%3E%3Cpath d='m.396 7.977h4.976v16.023h-4.976z'/%3E%3Cpath d='m2.882 0c-1.591 0-2.882 1.291-2.882 2.882s1.291 2.909 2.882 2.909 2.882-1.318 2.882-2.909c-.001-1.591-1.292-2.882-2.882-2.882z'/%3E%3C/svg%3E")
}

.c-profile-S-1 .fmtW5q {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px
}

@media only screen and (min-width:568px) {
    .c-profile-S-1 .oByQGTbo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .c-profile-S-1 .j9zoKNL {
        width: 86px;
        height: 86px;
        min-width: 86px;
        outline: 0
    }
    .c-profile-S-1 .j9zoKNL:active,
    .c-profile-S-1 .j9zoKNL:focus,
    .c-profile-S-1 .j9zoKNL:hover {
        outline: 0
    }
    .c-profile-S-1 .Sv2r6XwYZ {
        margin-top: 0
    }
    .c-profile-S-1 .hAzRM .EMWl_6 {
        width: calc(100% - 110px)
    }
    .c-profile-S-1 .hAzRM .iirbCPlr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .c-profile-S-1 .hAzRM .cvX3hWgwl {
        width: 100%
    }
    .c-profile-S-1 .hAzRM .fFiLJG2IHNg {
        margin-top: 10px
    }
    .c-profile-S-1 .hAzRM .bIl7WSeQndLI {
        margin: 0
    }
}

@media only screen and (min-width:768px) {
    .c-profile-S-1 .alA7mJK {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 32px 20px
    }
    .c-profile-S-1 .qqJhX2Q3dT-S {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 20px
    }
    .c-profile-S-1 .xoaS1e {
        width: 70%
    }
    .c-profile-S-1 .iirbCPlr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .c-profile-S-1 .EMWl_6 {
        max-width: 280px;
        margin: 0
    }
    .c-profile-S-1 .cvX3hWgwl {
        margin-right: 20px
    }
    .c-profile-S-1 .j9zoKNL {
        display: none
    }
    .c-profile-S-1 .xTHYE {
        display: block;
        height: 206px;
        max-width: 206px;
        min-width: 206px;
        overflow: hidden;
        border-radius: 50%
    }
    .c-profile-S-1 .xTHYE img {
        display: inline-block;
        min-width: 100%;
        min-height: 100%;
        margin-bottom: -5px
    }
    @supports (object-fit:cover) {
        .c-profile-S-1 .xTHYE img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover
        }
    }
    .c-profile-S-1 .hAzRM .iirbCPlr {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .c-profile-S-1 .hAzRM .EMWl_6 {
        position: relative;
        width: 100%;
        max-width: 100%;
        padding-right: 100px
    }
    .c-profile-S-1 .hAzRM .xoaS1e {
        width: 100%
    }
    .c-profile-S-1 .hAzRM .Sv2r6XwYZ {
        margin-top: 25px
    }
}

@media only screen and (max-width:1023px) {
    .c-profile-S-1 .hAzRM {
        margin-top: 30px
    }
}

@media only screen and (min-width:1024px) {
    .c-profile-S-1 .alA7mJK {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 36px 30px 50px
    }
    .c-profile-S-1 .EMWl_6 {
        max-width: unset
    }
    .c-profile-S-1 .cvX3hWgwl {
        margin-right: 50px;
        font-size: 20px
    }
    .c-profile-S-1 .qqJhX2Q3dT-S {
        margin-left: 38px
    }
    .c-profile-S-1 .fmtW5q {
        margin-top: 15px
    }
    .c-profile-S-1 .hAzRM .cvX3hWgwl {
        width: auto;
        min-width: 128px
    }
    .c-profile-S-1 .hAzRM .iirbCPlr {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .c-profile-S-1 .hAzRM .bIl7WSeQndLI {
        max-width: 415px
    }
    .c-profile-S-1 .hAzRM .fFiLJG2IHNg {
        position: static;
        display: block;
        min-width: 90px;
        margin-top: 0;
        margin-left: auto
    }
    .c-profile-S-1 .hAzRM .EMWl_6 {
        padding-right: 0
    }
    .c-profile-S-1 .fFiLJG2IHNg {
        position: absolute;
        top: 4px;
        right: 0
    }
}

@media only screen and (min-width:1366px) {
    .c-profile-S-1 .iirbCPlr {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .c-profile-S-1 .alA7mJK {
        padding: 36px 40px 50px
    }
}

.c-logo-slider-S-1 .voU2h7flQ {
    width: 100%;
    margin-top: 30px;
    text-align: center
}

.c-logo-slider-S-1 .voU2h7flQ .xJA5j_gF {
    padding: 0 12px
}

.c-logo-slider-S-1 .voU2h7flQ .xJA5j_gF:not(.slick-slider) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-logo-slider-S-1 .voU2h7flQ .xJA5j_gF:not(.slick-slider)>* {
    display: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.c-logo-slider-S-1 .gseQDMYRjC {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(168, 168, 206, .3)
}

.c-logo-slider-S-1 .LWnrLTGg75,
.c-logo-slider-S-1 .cY4-A3vA3 {
    width: 100%
}

.c-logo-slider-S-1 .uyNuMKSG9Li {
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 700;
    color: #545454;
    text-align: left
}

.c-logo-slider-S-1 .Q3calFAknk,
.c-logo-slider-S-1 .QjNPu1fIlKR {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-logo-slider-S-1 .QjNPu1fIlKR {
    margin-right: 30px
}

.c-logo-slider-S-1 .Q3calFAknk {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 50px
}

.c-logo-slider-S-1 .Q3calFAknk:active,
.c-logo-slider-S-1 .Q3calFAknk:focus,
.c-logo-slider-S-1 .Q3calFAknk:hover,
.c-logo-slider-S-1 .Q3calFAknk:visited {
    text-decoration: none;
    outline: 0
}

.c-logo-slider-S-1 .Q3calFAknk img {
    display: block;
    height: auto;
    max-width: 220px;
    max-height: 50px;
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (min-width:568px) {
    .c-logo-slider-S-1 .voU2h7flQ .xJA5j_gF {
        padding: 0 12px
    }
    .c-logo-slider-S-1 .voU2h7flQ .xJA5j_gF:not(.slick-slider) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .c-logo-slider-S-1 .voU2h7flQ .xJA5j_gF:not(.slick-slider)>* {
        display: none;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .c-logo-slider-S-1 .voU2h7flQ .xJA5j_gF:not(.slick-slider)>:nth-child(2) {
        display: block
    }
}

@media only screen and (min-width:667px) {
    .c-logo-slider-S-1 .voU2h7flQ .xJA5j_gF {
        padding: 0 8px
    }
}

@media only screen and (min-width:768px) {
    .c-logo-slider-S-1 .voU2h7flQ {
        text-align: left
    }
    .c-logo-slider-S-1 .t72GDQwqf {
        display: none
    }
}

@media only screen and (min-width:1024px) {
    .c-logo-slider-S-1 .uyNuMKSG9Li {
        margin: 0;
        padding: 5px 0 0;
        line-height: 41px
    }
    .c-logo-slider-S-1 .QjNPu1fIlKR {
        min-width: inherit;
        margin-right: 50px
    }
    .c-logo-slider-S-1 .cY4-A3vA3 {
        width: 130px
    }
    .c-logo-slider-S-1 .LWnrLTGg75 {
        width: calc(100% - 130px)
    }
    .c-logo-slider-S-1 .voU2h7flQ .xJA5j_gF {
        padding: 0 12px
    }
    .c-logo-slider-S-1 .voU2h7flQ .xJA5j_gF:not(.slick-slider) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .c-logo-slider-S-1 .voU2h7flQ .xJA5j_gF:not(.slick-slider)>* {
        display: none;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .c-logo-slider-S-1 .voU2h7flQ .xJA5j_gF:not(.slick-slider)>:nth-child(4) {
        display: block
    }
}

.c-map_contact-S-1 .ydeEJ4 iframe {
    width: 100%;
    height: 300px
}

@media only screen and (min-width:768px) {
    .c-map_contact-S-1 .ydeEJ4 iframe {
        width: 100%;
        height: 400px
    }
}

.c-post_info-S-1 .OubqcAgXouk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.c-post_info-S-1 .UOIaX {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 14px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.c-post_info-S-1 .QWbA9 {
    width: 100%;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #8585cd
}

.c-post_info-S-1 .QWbA9:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 24px;
    margin: 0 5px 0 0;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' version='1.1' id='svg2' xml:space='preserve' width='23.8524' height='33.251999' viewBox='0 0 23.8524 33.251999' sodipodi:docname='Векторный смарт-объект.ai'%3E%3Cmetadata id='metadata8'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs6'%3E%3CclipPath clipPathUnits='userSpaceOnUse' id='clipPath18'%3E%3Cpath d='M 0,24.939 H 17.889 V 0 H 0 Z' id='path16'/%3E%3C/clipPath%3E%3C/defs%3E%3Csodipodi:namedview pagecolor='%23ffffff' bordercolor='%23666666' borderopacity='1' objecttolerance='10' gridtolerance='10' guidetolerance='10' inkscape:pageopacity='0' inkscape:pageshadow='2' inkscape:window-width='640' inkscape:window-height='480' id='namedview4'/%3E%3Cg id='g10' inkscape:groupmode='layer' inkscape:label='Векторный смарт-объект' transform='matrix(1.3333333,0,0,-1.3333333,0,33.252)'%3E%3Cg id='g12'%3E%3Cg id='g14' clip-path='url(%23clipPath18)'%3E%3Cg id='g20' transform='translate(16.1348,19.0212)'%3E%3Cpath d='m 0,0 -0.051,2.109 c 0,0.992 -0.743,2.012 -1.733,2.012 h -10.739 c -0.991,0 -1.797,-0.807 -1.797,-1.797 l -0.055,-17.752 7.118,5.324 7.231,-5.653 c 0,0 -0.016,9.332 -0.016,10.323 0,0.497 0.401,0.899 0.898,0.899 0.497,0 0.899,-0.402 0.899,-0.899 0,-1.982 -0.007,-13.587 -0.007,-13.587 l -9.005,6.893 -8.878,-6.79 0.018,21.242 c 0,1.982 1.613,3.594 3.594,3.594 h 9.571 1.168 c 1.981,0 3.53,-1.827 3.53,-3.809 V -0.018 C 1.746,-0.514 1.344,-0.916 0.848,-0.916 0.352,-0.916 0,-0.496 0,0' style='fill:%238585cd;fill-opacity:1;fill-rule:nonzero;stroke:none' id='path22'/%3E%3C/g%3E%3Cg id='g24' transform='translate(10.7681,17.0466)'%3E%3Cpath d='M 0,0 1.027,0.758 C 1.375,1.01 1.196,1.606 0.765,1.606 h -1.274 c -0.192,0 -0.363,0.076 -0.423,0.258 l -0.4,1.234 c -0.066,0.204 -0.244,0.305 -0.422,0.305 -0.178,0 -0.356,-0.101 -0.423,-0.305 l -0.4,-1.234 C -2.637,1.682 -2.807,1.606 -3,1.606 h -1.272 c -0.431,0 -0.61,-0.596 -0.261,-0.848 L -3.508,0 c 0.155,-0.112 0.221,-0.312 0.161,-0.494 l -0.4,-1.226 c -0.133,-0.408 0.336,-0.747 0.684,-0.495 l 1.047,0.758 c 0.079,0.057 0.17,0.084 0.262,0.084 0.091,0 0.183,-0.027 0.261,-0.084 l 1.047,-0.758 c 0.349,-0.252 0.817,0.087 0.684,0.495 l -0.4,1.226 C -0.221,-0.312 -0.156,-0.112 0,0' style='fill:%238585cd;fill-opacity:1;fill-rule:nonzero;stroke:none' id='path26'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 18px
}

.c-post_info-S-1 .IUyizpl,
.c-post_info-S-1 .j4uRF4u,
.c-post_info-S-1 .QWbA9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-post_info-S-1 .IUyizpl:before,
.c-post_info-S-1 .j4uRF4u:before {
    content: '';
    width: 24px;
    height: 24px;
    margin: 0 5px 0 0;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!--Generator: Adobe Illustrator 24.3.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)--%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' %5B %3C!ENTITY ns_extend 'http://ns.adobe.com/Extensibility/1.0/'%3E%3C!ENTITY ns_ai 'http://ns.adobe.com/AdobeIllustrator/10.0/'%3E%3C!ENTITY ns_graphs 'http://ns.adobe.com/Graphs/1.0/'%3E%3C!ENTITY ns_vars 'http://ns.adobe.com/Variables/1.0/'%3E%3C!ENTITY ns_imrep 'http://ns.adobe.com/ImageReplacement/1.0/'%3E%3C!ENTITY ns_sfw 'http://ns.adobe.com/SaveForWeb/1.0/'%3E%3C!ENTITY ns_custom 'http://ns.adobe.com/GenericCustomNamespace/1.0/'%3E%3C!ENTITY ns_adobe_xpath 'http://ns.adobe.com/XPath/1.0/'%3E%0A%5D%3E%3Csvg version='1.1' id='Слой_1' xmlns:x='http://ns.adobe.com/Extensibility/1.0/' xmlns:i='http://ns.adobe.com/AdobeIllustrator/10.0/' xmlns:graph='http://ns.adobe.com/Graphs/1.0/' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 23 25' style='enable-background:new 0 0 23 25' xml:space='preserve'%3E%3Cmetadata%3E%3Csfw xmlns='http://ns.adobe.com/SaveForWeb/1.0/'%3E%3Cslices/%3E%3CsliceSourceBounds bottomLeftOrigin='true' height='23' width='23' x='244.5' y='168.5'/%3E%3C/sfw%3E%3C/metadata%3E%3Cpath fill='%238585cd' d='M21.2,14.9V5.4c0-1-0.8-1.8-1.8-1.8h-1.2v0.9c0,0.5-0.4,0.9-0.9,0.9S16.4,5,16.4,4.5V3.6h-4.1v0.9c0,0.5-0.4,0.9-0.9,0.9 S10.6,5,10.6,4.5V3.6h-4v0.9c0,0.5-0.4,0.9-0.9,0.9S4.7,5,4.7,4.5V3.6H3.6c-1,0-1.8,0.8-1.8,1.8v14c0,1,0.8,1.8,1.8,1.8h15.8 c1,0,1.8-0.8,1.8-1.8c0-0.5,0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9c0,2-1.6,3.6-3.6,3.6H3.6c-2,0-3.6-1.6-3.6-3.6v-14c0-2,1.6-3.6,3.6-3.6 h1.1V0.9C4.7,0.4,5.1,0,5.6,0s0.9,0.4,0.9,0.9v0.9h4V0.9C10.6,0.4,11,0,11.5,0s0.9,0.4,0.9,0.9v0.9h4.1V0.9c0-0.5,0.4-0.9,0.9-0.9 s0.9,0.4,0.9,0.9v0.9h1.2c2,0,3.6,1.6,3.6,3.6v9.5c0,0.5-0.4,0.9-0.9,0.9S21.2,15.4,21.2,14.9z M6.5,9.4c0-0.5-0.4-0.9-0.9-0.9 S4.7,8.9,4.7,9.4s0.4,0.9,0.9,0.9S6.5,9.9,6.5,9.4z M14.3,9.4c0-0.5-0.4-0.9-0.9-0.9s-0.9,0.4-0.9,0.9s0.4,0.9,0.9,0.9 S14.3,9.9,14.3,9.4z M17.3,10.3c0.5,0,0.9-0.4,0.9-0.9s-0.4-0.9-0.9-0.9s-0.9,0.4-0.9,0.9S16.8,10.3,17.3,10.3z M6.5,13.3 c0-0.5-0.4-0.9-0.9-0.9s-0.9,0.4-0.9,0.9s0.4,0.9,0.9,0.9S6.5,13.8,6.5,13.3z M5.6,16.4c-0.5,0-0.9,0.4-0.9,0.9s0.4,0.9,0.9,0.9 s0.9-0.4,0.9-0.9S6.1,16.4,5.6,16.4z M10.4,9.4c0-0.5-0.4-0.9-0.9-0.9S8.6,8.9,8.6,9.4s0.4,0.9,0.9,0.9S10.4,9.9,10.4,9.4z M10.4,13.3c0-0.5-0.4-0.9-0.9-0.9s-0.9,0.4-0.9,0.9s0.4,0.9,0.9,0.9S10.4,13.8,10.4,13.3z M9.5,16.4c-0.5,0-0.9,0.4-0.9,0.9 s0.4,0.9,0.9,0.9s0.9-0.4,0.9-0.9S10,16.4,9.5,16.4z M17.1,15.8l1-0.8c0.3-0.3,0.2-0.8-0.3-0.8h-1.3c-0.2,0-0.4-0.1-0.4-0.3 l-0.4-1.2c-0.1-0.2-0.2-0.3-0.4-0.3s-0.4,0.1-0.4,0.3L14.5,14c-0.1,0.2-0.2,0.3-0.4,0.3h-1.3c-0.4,0-0.6,0.6-0.3,0.8l1,0.8 c0.2,0.1,0.2,0.3,0.2,0.5l-0.4,1.2c-0.1,0.4,0.3,0.7,0.7,0.5l1-0.8c0.1-0.1,0.2-0.1,0.3-0.1s0.2,0,0.3,0.1l1,0.8 c0.3,0.3,0.8-0.1,0.7-0.5l-0.4-1.2C16.9,16.2,16.9,16,17.1,15.8z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain
}

.c-post_info-S-1 .IUyizpl:before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' version='1.1' id='svg2' xml:space='preserve' width='30.666668' height='30.402' viewBox='0 0 30.666668 30.402' sodipodi:docname='Векторный смарт-объект1.ai'%3E%3Cmetadata id='metadata8'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs6'%3E%3CclipPath clipPathUnits='userSpaceOnUse' id='clipPath18'%3E%3Cpath d='M 0,22.801 H 23 V 0 H 0 Z' id='path16'/%3E%3C/clipPath%3E%3C/defs%3E%3Csodipodi:namedview pagecolor='%23ffffff' bordercolor='%238585cd' borderopacity='1' objecttolerance='10' gridtolerance='10' guidetolerance='10' inkscape:pageopacity='0' inkscape:pageshadow='2' inkscape:window-width='640' inkscape:window-height='480' id='namedview4'/%3E%3Cg id='g10' inkscape:groupmode='layer' inkscape:label='Векторный смарт-объект1' transform='matrix(1.3333333,0,0,-1.3333333,0,30.402)'%3E%3Cg id='g12'%3E%3Cg id='g14' clip-path='url(%23clipPath18)'%3E%3Cg id='g20' transform='translate(21.2029,12.2)'%3E%3Cpath d='m 0,0 v 7.008 c 0,0.99 -0.806,1.797 -1.797,1.797 h -15.812 c -0.991,0 -1.797,-0.807 -1.797,-1.797 V -4.941 c 0,-0.992 0.806,-1.797 1.797,-1.797 h 15.812 c 0.991,0 1.797,0.805 1.797,1.797 0,0.496 0.402,0.898 0.898,0.898 0.497,0 0.899,-0.402 0.899,-0.898 0,-1.982 -1.612,-3.594 -3.594,-3.594 h -2.099 l 0.486,-3.665 -7.581,3.665 h -6.618 c -1.982,0 -3.594,1.612 -3.594,3.594 V 7.008 c 0,1.981 1.612,3.594 3.594,3.594 h 15.812 c 1.982,0 3.594,-1.613 3.594,-3.594 L 1.797,0 C 1.797,-0.496 1.395,-0.898 0.898,-0.898 0.402,-0.898 0,-0.496 0,0' style='fill:%238585cd;fill-opacity:1;fill-rule:nonzero;stroke:none' id='path22'/%3E%3C/g%3E%3Cg id='g24' transform='translate(18.1336,17.9607)'%3E%3Cpath d='M 0,0 C -0.355,0 -0.644,-0.289 -0.644,-0.645 -0.644,-1 -0.355,-1.288 0,-1.288 0.355,-1.288 0.644,-1 0.644,-0.645 0.644,-0.289 0.355,0 0,0' style='fill:%238585cd;fill-opacity:1;fill-rule:nonzero;stroke:none' id='path26'/%3E%3C/g%3E%3Cg id='g28' transform='translate(4.8665,16.6726)'%3E%3Cpath d='m 0,0 h 10.691 c 0.355,0 0.644,0.288 0.644,0.644 0,0.356 -0.289,0.644 -0.644,0.644 H 0 C -0.355,1.288 -0.644,1 -0.644,0.644 -0.644,0.288 -0.355,0 0,0' style='fill:%238585cd;fill-opacity:1;fill-rule:nonzero;stroke:none' id='path30'/%3E%3C/g%3E%3Cg id='g32' transform='translate(18.1336,14.0964)'%3E%3Cpath d='m 0,0 h -13.267 c -0.356,0 -0.644,-0.288 -0.644,-0.644 0,-0.356 0.288,-0.644 0.644,-0.644 H 0 c 0.355,0 0.644,0.288 0.644,0.644 C 0.644,-0.288 0.355,0 0,0' style='fill:%238585cd;fill-opacity:1;fill-rule:nonzero;stroke:none' id='path34'/%3E%3C/g%3E%3Cg id='g36' transform='translate(18.1336,10.2322)'%3E%3Cpath d='m 0,0 h -13.267 c -0.356,0 -0.644,-0.288 -0.644,-0.644 0,-0.355 0.288,-0.644 0.644,-0.644 H 0 c 0.355,0 0.644,0.289 0.644,0.644 C 0.644,-0.288 0.355,0 0,0' style='fill:%238585cd;fill-opacity:1;fill-rule:nonzero;stroke:none' id='path38'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

@media only screen and (min-width:568px) {
    .c-post_info-S-1 .UOIaX {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 69%
    }
    .c-post_info-S-1 .QWbA9 {
        width: 100%;
        margin-bottom: 8px
    }
}

@media only screen and (min-width:468px) {
    .c-post_info-S-1 .OubqcAgXouk {
        width: 95%
    }
    .c-post_info-S-1 .QWbA9 {
        width: unset;
        margin-bottom: 0
    }
}

@media only screen and (min-width:768px) {
    .c-post_info-S-1 .tiHjk {
        max-width: 340px
    }
    .c-post_info-S-1 .UOIaX {
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        max-width: unset
    }
    .c-post_info-S-1 .QWbA9 {
        width: auto;
        margin: 0 30px 0 0
    }
    .c-post_info-S-1 .j4uRF4u {
        margin: 0 30px 0 0
    }
    .c-post_info-S-1 .IUyizpl:before,
    .c-post_info-S-1 .j4uRF4u:before {
        display: block
    }
}

@media only screen and (min-width:1024px) {
    .c-post_info-S-1 .QWbA9 {
        width: auto;
        margin: 0 80px 0 0
    }
    .c-post_info-S-1 .j4uRF4u {
        margin-right: 80px
    }
}

.c-banner-bonus-S-1 .LFni9 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 307px;
    padding: 18px;
    overflow: hidden
}

.c-banner-bonus-S-1 .D6fqvOpoMJFI {
    position: relative;
    display: block;
    width: 106px;
    height: 93px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100.5 88.9'%3E%3Cpath d='M73.6.5c-5.4 0-10.4 1.7-14.7 5.1-4.2 3.2-7 7.4-8.6 10.4-1.6-3-4.4-7.1-8.6-10.4C37.3 2.2 32.4.5 27 .5 11.9.5.5 12.8.5 29.2c0 17.7 14.2 29.7 35.6 48 3.6 3.1 7.8 6.6 12.1 10.4.6.5 1.3.8 2 .8s1.5-.3 2-.8c4.3-3.8 8.4-7.3 12.1-10.4 21.5-18.3 35.6-30.4 35.6-48C100 12.8 88.7.5 73.6.5z' fill='none' stroke='%23f03968' stroke-miterlimit='10'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain
}

.c-banner-bonus-S-1 .D6fqvOpoMJFI:after {
    content: '';
    position: absolute;
    top: 33px;
    left: 50%;
    display: block;
    width: 17px;
    height: 32px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238585cd' viewBox='0 0 191.989 362.667'%3E%3Cpath d='M188.87 259.136c-4.16-4.16-10.923-4.16-15.083 0l-67.115 67.115V10.667C106.672 4.779 101.893 0 96.005 0S85.34 4.779 85.34 10.667v315.587l-67.136-67.118c-4.16-4.16-10.923-4.16-15.083 0s-4.16 10.923 0 15.083l85.333 85.333a10.775 10.775 0 002.373 1.768c.039.022.075.046.114.067.215.116.436.217.657.317.103.047.204.1.31.143.181.075.366.137.551.202.149.053.295.11.446.156.167.05.336.087.504.13.17.042.34.09.513.125.186.037.374.059.561.085.157.023.312.053.471.068.35.035.701.054 1.052.054s.703-.019 1.052-.053c.16-.016.316-.046.475-.07.186-.026.372-.048.557-.084.179-.036.352-.085.528-.13.162-.04.325-.075.485-.124.167-.05.328-.113.49-.172.167-.059.335-.114.499-.182.142-.06.278-.129.417-.194.179-.083.358-.163.532-.256.12-.065.234-.139.352-.208.182-.107.366-.211.544-.33.116-.078.225-.167.339-.25.166-.12.334-.237.494-.37.201-.165.39-.343.579-.522.061-.059.128-.11.188-.17l85.333-85.333c4.16-4.16 4.16-10.923 0-15.083z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 2px solid #8585cd;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.c-banner-bonus-S-1 .D6fqvOpoMJFI:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100.5 88.9'%3E%3Cpath d='M73.6.5c-5.4 0-10.4 1.7-14.7 5.1-4.2 3.2-7 7.4-8.6 10.4-1.6-3-4.4-7.1-8.6-10.4C37.3 2.2 32.4.5 27 .5 11.9.5.5 12.8.5 29.2c0 17.7 14.2 29.7 35.6 48 3.6 3.1 7.8 6.6 12.1 10.4.6.5 1.3.8 2 .8s1.5-.3 2-.8c4.3-3.8 8.4-7.3 12.1-10.4 21.5-18.3 35.6-30.4 35.6-48C100 12.8 88.7.5 73.6.5z' fill='%23f03968' stroke='%23f03968' stroke-miterlimit='10'/%3E%3C/svg%3E")
}

.c-banner-bonus-S-1 .D6fqvOpoMJFI:hover:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 191.989 362.667'%3E%3Cpath d='M188.87 259.136c-4.16-4.16-10.923-4.16-15.083 0l-67.115 67.115V10.667C106.672 4.779 101.893 0 96.005 0S85.34 4.779 85.34 10.667v315.587l-67.136-67.118c-4.16-4.16-10.923-4.16-15.083 0s-4.16 10.923 0 15.083l85.333 85.333a10.775 10.775 0 002.373 1.768c.039.022.075.046.114.067.215.116.436.217.657.317.103.047.204.1.31.143.181.075.366.137.551.202.149.053.295.11.446.156.167.05.336.087.504.13.17.042.34.09.513.125.186.037.374.059.561.085.157.023.312.053.471.068.35.035.701.054 1.052.054s.703-.019 1.052-.053c.16-.016.316-.046.475-.07.186-.026.372-.048.557-.084.179-.036.352-.085.528-.13.162-.04.325-.075.485-.124.167-.05.328-.113.49-.172.167-.059.335-.114.499-.182.142-.06.278-.129.417-.194.179-.083.358-.163.532-.256.12-.065.234-.139.352-.208.182-.107.366-.211.544-.33.116-.078.225-.167.339-.25.166-.12.334-.237.494-.37.201-.165.39-.343.579-.522.061-.059.128-.11.188-.17l85.333-85.333c4.16-4.16 4.16-10.923 0-15.083z'/%3E%3C/svg%3E");
    border-color: #fff
}

.c-banner-bonus-S-1 .D6fqvOpoMJFI:active,
.c-banner-bonus-S-1 .D6fqvOpoMJFI:focus {
    -webkit-animation: pulse 1s 2, animatedBackground 6s 1;
    animation: pulse 1s 2, animatedBackground 6s 1
}

.c-banner-bonus-S-1 .D6fqvOpoMJFI:active:after,
.c-banner-bonus-S-1 .D6fqvOpoMJFI:focus:after {
    -webkit-animation: animatedArrow 6s 1;
    animation: animatedArrow 6s 1
}

.c-banner-bonus-S-1 .ULSfgl {
    width: 100%;
    line-height: 26px
}

.c-banner-bonus-S-1 .SMVrpL {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.8;
    color: #f03968;
    text-align: left;
    text-transform: uppercase
}

.c-banner-bonus-S-1 .iayWRct {
    margin-right: 5px;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 600;
    line-height: 1.625;
    color: #545454;
    text-decoration: underline
}

.c-banner-bonus-S-1 .iayWRct:hover {
    text-decoration: none
}

.c-banner-bonus-S-1 .ULSfgl {
    position: relative
}

.c-banner-bonus-S-1 .qOvJDsi6N,
.c-websites_slider-S-1 .X3oqL3H picture {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    overflow: hidden
}

.c-banner-bonus-S-1 .qOvJDsi6N>img,
.c-websites_slider-S-1 .X3oqL3H picture img {
    display: inline-block;
    min-width: 100%;
    min-height: 100%
}

@supports (object-fit:cover) {
    .c-banner-bonus-S-1 .qOvJDsi6N>img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 0 50%;
        object-position: 0 50%
    }
}

@media only screen and (max-width:567px) {
    .c-banner-bonus-S-1 .ULSfgl {
        max-width: 252px
    }
}

@media only screen and (min-width:568px) {
    .c-banner-bonus-S-1 .LFni9 {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        min-height: 200px
    }
    .c-banner-bonus-S-1 .ULSfgl {
        width: calc(100% - 105px)
    }
    .c-banner-bonus-S-1 .qOvJDsi6N>img {
        display: block
    }
    @supports (object-fit:cover) {
        .c-banner-bonus-S-1 .qOvJDsi6N>img {
            position: relative;
            width: 668px;
            height: auto;
            -o-object-fit: cover;
            object-fit: cover
        }
    }
}

@media only screen and (min-width:667px) {
    @supports (object-fit: cover) {
        .c-banner-bonus-S-1 .qOvJDsi6N>img {
            -o-object-position:0 50%;
            object-position: 0 50%
        }
    }
    .c-banner-bonus-S-1 .D6fqvOpoMJFI {
        background-size: contain
    }
}

@media only screen and (min-width:768px) {
    .c-banner-bonus-S-1 .qOvJDsi6N>img {
        display: block
    }
    @supports (object-fit:cover) {
        .c-banner-bonus-S-1 .qOvJDsi6N>img {
            width: auto;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover
        }
    }
    .c-banner-bonus-S-1 .YnqCl8CdWr6U {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 auto;
        padding: 0 0 0 33%
    }
    .c-banner-bonus-S-1 .ULSfgl {
        width: calc(100% - 110px);
        margin-left: 20px
    }
    .c-banner-bonus-S-1 .D6fqvOpoMJFI {
        width: 88px;
        height: 88px;
        background-size: contain
    }
    .c-banner-bonus-S-1 .D6fqvOpoMJFI:after {
        top: 25px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}

@media only screen and (min-width:1024px) {
    .c-banner-bonus-S-1 .LFni9 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 197px
    }
    .c-banner-bonus-S-1 .ULSfgl {
        width: calc(100% - 136px);
        margin-left: 30px
    }
    .c-banner-bonus-S-1 .SMVrpL {
        font-size: 24px
    }
    @supports (object-fit:cover) {
        .c-banner-bonus-S-1 .qOvJDsi6N>img {
            -o-object-position: unset;
            object-position: unset
        }
    }
    .c-banner-bonus-S-1 .ULSfgl span,
    .c-banner-bonus-S-1 .iayWRct {
        font-size: 18px
    }
    .c-banner-bonus-S-1 .YnqCl8CdWr6U {
        padding: 0 18% 0 28%
    }
}

@media only screen and (min-width:1366px) {
    .c-banner-bonus-S-1 .ULSfgl {
        width: calc(100% - 127px);
        margin-left: 20px
    }
    .c-banner-bonus-S-1 .D6fqvOpoMJFI {
        width: 106px;
        height: 93px;
        background-size: contain
    }
    .c-banner-bonus-S-1 .D6fqvOpoMJFI:after {
        top: 35px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}

.c-websites_slider-S-1 .CD-qhVB5i {
    overflow: hidden
}

.c-websites_slider-S-1 .kDjPhtFt {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 1442px;
    margin-right: auto;
    margin-left: auto;
    padding: 0
}

.c-websites_slider-S-1 .CD-qhVB5i.xJA5j_gF:not(.slick-slider) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.c-websites_slider-S-1 .CD-qhVB5i.xJA5j_gF:not(.slick-slider)>* {
    display: none !important
}

.c-websites_slider-S-1 .CD-qhVB5i.xJA5j_gF:not(.slick-slider)>:nth-child(1) {
    display: block !important;
    width: 100%;
    height: 100%
}

.c-websites_slider-S-1 .CD-qhVB5i.xJA5j_gF .slick-dots {
    position: absolute;
    right: 0;
    bottom: 0
}

.c-websites_slider-S-1 .CD-qhVB5i.xJA5j_gF .slick-dots .slick-active button,
.c-websites_slider-S-1 .jQcIHFJEd9Yr .slick-dots .slick-active button {
    background: #8585c7 !important
}

.c-websites_slider-S-1 .CD-qhVB5i.xJA5j_gF .slick-dots li,
.c-websites_slider-S-1 .jQcIHFJEd9Yr .slick-dots li {
    margin: 0 0 10px;
    line-height: 1;
    list-style: none
}

.c-websites_slider-S-1 .CD-qhVB5i.xJA5j_gF .slick-dots li button {
    width: 15px;
    height: 15px;
    background: #c9c9ed;
    border: 0;
    border-radius: 50%;
    font-size: 0;
    line-height: 1
}

.c-websites_slider-S-1 .jQcIHFJEd9Yr .slick-dots {
    position: absolute;
    right: 15px;
    bottom: 0
}

.c-websites_slider-S-1 .jQcIHFJEd9Yr .slick-dots li button {
    width: 13px;
    height: 13px;
    padding: 0;
    background: #c9c9ed;
    border: 0;
    border-radius: 50%;
    font-size: 0;
    line-height: 1
}

.c-websites_slider-S-1 .jQcIHFJEd9Yr .slick-dots li:last-of-type {
    margin-bottom: 0
}

.c-websites_slider-S-1 .CD-qhVB5i.xJA5j_gF {
    margin: 0
}

.c-websites_slider-S-1 .oVoOb4A32MA {
    position: relative;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 485px;
    padding: 15px;
    text-align: center
}

@supports (object-fit:cover) {
    .c-websites_slider-S-1 .X3oqL3H picture img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.c-websites_slider-S-1 .jQcIHFJEd9Yr {
    position: absolute;
    right: 0;
    bottom: 11vw;
    display: inline-block
}

.c-websites_slider-S-1 .X3oqL3H {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    overflow: hidden
}

.c-websites_slider-S-1 .X3oqL3H img {
    display: inline-block;
    min-width: 100%;
    min-height: 100%
}

@supports (object-fit:cover) {
    .c-websites_slider-S-1 .X3oqL3H img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.c-websites_slider-S-1 .CEvtTR {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    max-width: 450px;
    color: #545454
}

.c-websites_slider-S-1 .ZqPj5iYncetT {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none
}

.c-websites_slider-S-1 .Udpj6z2rhOS0 {
    position: relative;
    margin: 0;
    padding: 0 0 0 23px
}

.c-websites_slider-S-1 .Udpj6z2rhOS0:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 5px;
    display: block;
    width: 5px;
    height: 5px;
    background: #8585c7;
    border-radius: 50%
}

.c-websites_slider-S-1 .P1ibsxg0 {
    width: 100%;
    margin: 29px 0 18px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left
}

.c-websites_slider-S-1 .dzeJYr5 {
    font-size: 16px;
    font-weight: 600;
    text-align: left
}

.c-websites_slider-S-1 .OKbgML {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%
}

.c-websites_slider-S-1 .eWUWDdRe1 {
    height: 50px;
    min-width: 227px;
    line-height: 50px
}

.c-websites_slider-S-1 .VStIS {
    height: 50px;
    min-width: 227px;
    font-size: 16px;
    line-height: 50px;
    margin-bottom: 13px
}

.c-websites_slider-S-1 .eWUWDdRe1 {
    font-size: 14px
}

.c-websites_slider-S-1 .eWUWDdRe1 .LPOVDP {
    margin-right: 0
}

.c-websites_slider-S-1 .RN50_Vl {
    display: block;
    width: 100%;
    height: auto;
    max-width: 227px
}

.c-websites_slider-S-1 .LFyHxbfe_hJx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 290px;
    margin: 0 0 8px;
    padding: 0;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    list-style: none
}

.c-websites_slider-S-1 .yolDeSQ {
    margin-right: 28px
}

.c-websites_slider-S-1 .yolDeSQ:last-of-type {
    margin-right: 0
}

.c-websites_slider-S-1 .dan_GLUoQr2 {
    margin: 0;
    font-size: 12px;
    color: #f03968
}

.c-websites_slider-S-1 .FIz17j5ZO {
    margin: 0;
    font-size: 14px
}

.c-websites_slider-S-1 .OKbgML {
    margin: 20px 0 0
}

@media screen and (max-height:600px) and (orientation:landscape) {
    .c-websites_slider-S-1 .LFyHxbfe_hJx {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }
    .c-websites_slider-S-1 .CEvtTR {
        max-width: 480px
    }
    .c-websites_slider-S-1 .yolDeSQ {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        max-width: 78px;
        margin-bottom: 0
    }
    .c-websites_slider-S-1 .dan_GLUoQr2 {
        width: 100%;
        height: auto
    }
    .c-websites_slider-S-1 .FIz17j5ZO {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
        width: 100%;
        height: auto;
        line-height: 1;
        justify-self: self-end
    }
    .c-websites_slider-S-1 .eWUWDdRe1 {
        padding: 0 15px
    }
}

@media only screen and (min-width:568px) {
    .c-websites_slider-S-1 .VStIS {
        min-width: 200px
    }
    .c-websites_slider-S-1 .eWUWDdRe1 {
        margin-left: 15px
    }
    .c-websites_slider-S-1 .LFyHxbfe_hJx {
        position: absolute;
        top: 25px;
        right: 0
    }
    .c-websites_slider-S-1 .oVoOb4A32MA {
        min-height: 320px
    }
    .c-websites_slider-S-1 .jQcIHFJEd9Yr {
        bottom: 5vw
    }
}

@media only screen and (min-width:667px) {
    .c-websites_slider-S-1 .ExVfutaqFKo {
        font-size: 24px
    }
}

@media only screen and (min-width:768px) {
    .c-websites_slider-S-1 .oVoOb4A32MA {
        text-align: left
    }
    .c-websites_slider-S-1 .ExVfutaqFKo {
        margin: 0;
        padding: 0;
        font-size: 32px;
        line-height: 130%
    }
    .c-websites_slider-S-1 .VStIS {
        min-width: 228px;
        margin-right: 20px
    }
    .c-websites_slider-S-1 .kDjPhtFt {
        padding: 0 16px
    }
    .c-websites_slider-S-1 .CEvtTR {
        width: 100%;
        max-width: 500px
    }
    .c-websites_slider-S-1 .jQcIHFJEd9Yr {
        right: 15px
    }
    .c-websites_slider-S-1 .LFyHxbfe_hJx {
        position: absolute;
        top: 0;
        right: 0
    }
    .c-websites_slider-S-1 .oVoOb4A32MA {
        min-height: 320px
    }
    .c-websites_slider-S-1 .jQcIHFJEd9Yr {
        bottom: 5vw
    }
    .c-websites_slider-S-1 .eWUWDdRe1 {
        padding: 0 15px;
        margin-left: 0
    }
}

@media only screen and (min-width:1024px) {
    .c-websites_slider-S-1 .ZqPj5iYncetT {
        display: block
    }
    .c-websites_slider-S-1 .VStIS {
        min-width: 210px;
        margin-right: 20px
    }
    .c-websites_slider-S-1 .eWUWDdRe1 {
        min-width: 210px
    }
    .c-websites_slider-S-1 .LFyHxbfe_hJx {
        margin: 13px 0
    }
    .c-websites_slider-S-1 .jQcIHFJEd9Yr .slick-dots {
        right: 0
    }
    .c-websites_slider-S-1 .jQcIHFJEd9Yr .slick-dots li {
        margin: 0 0 10px;
        line-height: 1;
        list-style: none
    }
    .c-websites_slider-S-1 .jQcIHFJEd9Yr .slick-dots li button {
        width: 15px;
        height: 15px
    }
    .c-websites_slider-S-1 .oVoOb4A32MA {
        min-height: 485px;
        -webkit-transition: all .5s;
        transition: all .5s
    }
    .c-websites_slider-S-1 .jQcIHFJEd9Yr {
        bottom: 10vw
    }
    .c-websites_slider-S-1 .LFyHxbfe_hJx {
        position: static
    }
    .c-websites_slider-S-1 .eWUWDdRe1 {
        font-size: 14px
    }
    .c-websites_slider-S-1 .eWUWDdRe1 .LPOVDP {
        margin-right: 10px
    }
}

@media only screen and (min-width:1366px) {
    .c-websites_slider-S-1 .M3UxW {
        min-height: 662px;
        overflow: hidden;
        -webkit-transition: all .5s;
        transition: all .5s
    }
    .c-websites_slider-S-1 .CD-qhVB5i.xJA5j_gF .slick-dots {
        right: 20px;
        bottom: 30%
    }
    .c-websites_slider-S-1 .CEvtTR {
        max-width: 590px
    }
    .c-websites_slider-S-1 .kDjPhtFt {
        min-height: 592px
    }
    .c-websites_slider-S-1 .oVoOb4A32MA {
        min-height: 593px
    }
    .c-websites_slider-S-1 .P1ibsxg0 {
        font-size: 28px
    }
    .c-websites_slider-S-1 .dzeJYr5 {
        font-size: 18px
    }
    .c-websites_slider-S-1 .RN50_Vl {
        max-width: 297px
    }
    .c-websites_slider-S-1 .ZqPj5iYncetT {
        margin-top: 26px
    }
    .c-websites_slider-S-1 .Udpj6z2rhOS0 {
        margin-bottom: 7px
    }
    .c-websites_slider-S-1 .Udpj6z2rhOS0:last-of-type {
        margin-bottom: 0
    }
    .c-websites_slider-S-1 .OKbgML {
        margin: 30px 0 0
    }
    .c-websites_slider-S-1 .VStIS {
        margin: 0 30px 0 0
    }
    .c-websites_slider-S-1 .yolDeSQ {
        display: block;
        width: 100%;
        max-width: none;
        margin: 0 0 30px
    }
    .c-websites_slider-S-1 .FIz17j5ZO {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end
    }
    .c-websites_slider-S-1 .LFyHxbfe_hJx {
        position: absolute;
        top: 0;
        right: 16px;
        width: 122px;
        margin-top: 43px;
        text-align: right
    }
    .c-websites_slider-S-1 .dan_GLUoQr2 {
        font-size: 14px
    }
}

.c-article_info-S-1 .YyXkp,
.c-article_info-S-1 .iZ8dg2pax {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.c-article_info-S-1 .YyXkp {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-article_info-S-1 .iZ8dg2pax {
    margin: 0;
    padding: 0
}

.c-article_info-S-1 .rSr00YQyLM {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 50%;
    margin-bottom: 16px;
    font-size: 14px;
    color: #545454;
    list-style: none
}

.c-article_info-S-1 .B6kbCoOpR3 {
    width: 100%
}

.c-article_info-S-1 .WcSNa {
    padding-left: 32px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 18px
}

.c-article_info-S-1 .QwEQT2 {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 286.2 321.12' fill='%238585c7' stroke='%238585c7'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='none' d='M0 0h286.2v321.12H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M254.77 211a6.91 6.91 0 01-4.94-2.08 63.43 63.43 0 00-10.22-8.41 6.92 6.92 0 017.61-11.51 77.1 77.1 0 0112.45 10.27 6.92 6.92 0 01-4.94 11.73z'/%3E%3Cpath d='M254.77 211a6.91 6.91 0 01-4.94-2.08 63.43 63.43 0 00-10.22-8.41 6.92 6.92 0 017.61-11.51 77.1 77.1 0 0112.45 10.27 6.92 6.92 0 01-4.94 11.73z' fill='none' stroke-miterlimit='10' stroke-width='6'/%3E%3Cpath d='M274.28 316.12H11.92A6.92 6.92 0 015 309.2v-57.08a75.85 75.85 0 0175.76-75.77h124.4a6.92 6.92 0 110 13.84H80.76a62 62 0 00-61.92 61.93v50.16h248.53v-50.16a60.8 60.8 0 00-1.68-14.35 6.92 6.92 0 1113.36-3.6c0 .1.05.2.08.3a75.18 75.18 0 012.07 17.62v57.11a6.92 6.92 0 01-6.92 6.92'/%3E%3Cpath d='M274.28 316.12H11.92A6.92 6.92 0 015 309.2v-57.08a75.85 75.85 0 0175.76-75.77h124.4a6.92 6.92 0 110 13.84H80.76a62 62 0 00-61.92 61.93v50.16h248.53v-50.16a60.8 60.8 0 00-1.68-14.35 6.92 6.92 0 1113.36-3.6c0 .1.05.2.08.3a75.18 75.18 0 012.07 17.62v57.11a6.92 6.92 0 01-6.92 6.92z' fill='none' stroke-miterlimit='10' stroke-width='10'/%3E%3Cpath d='M143.09 150a72.51 72.51 0 1172.51-72.49A72.51 72.51 0 01143.09 150m0-131.18a58.67 58.67 0 1058.67 58.67 58.67 58.67 0 00-58.67-58.67'/%3E%3Cpath d='M143.09 150a72.51 72.51 0 1172.51-72.49A72.51 72.51 0 01143.09 150zm0-131.18a58.67 58.67 0 1058.67 58.67 58.67 58.67 0 00-58.67-58.65z' fill='none' stroke-miterlimit='10' stroke-width='10'/%3E%3Cpath d='M210.49 316.12H75.71a6.92 6.92 0 01-6.92-6.92v-39.5a6.92 6.92 0 0113.84 0v32.58h120.94V269.7a6.92 6.92 0 1113.84 0v39.5a6.92 6.92 0 01-6.92 6.92'/%3E%3Cpath d='M210.49 316.12H75.71a6.92 6.92 0 01-6.92-6.92v-39.5a6.92 6.92 0 0113.84 0v32.58h120.94V269.7a6.92 6.92 0 1113.84 0v39.5a6.92 6.92 0 01-6.92 6.92z' fill='none' stroke-miterlimit='10' stroke-width='10'/%3E%3C/g%3E%3C/svg%3E")
}

.c-article_info-S-1 .uq85S9S {
    width: 100%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 25' fill='%238585c7'%3E%3Cpath d='M21.2 14.9V5.4c0-1-.8-1.8-1.8-1.8h-1.2v.9c0 .5-.4.9-.9.9s-.9-.4-.9-.9v-.9h-4.1v.9c0 .5-.4.9-.9.9s-.8-.4-.8-.9v-.9h-4v.9c0 .5-.4.9-.9.9s-1-.4-1-.9v-.9H3.6c-1 0-1.8.8-1.8 1.8v14c0 1 .8 1.8 1.8 1.8h15.8c1 0 1.8-.8 1.8-1.8 0-.5.4-.9.9-.9s.9.4.9.9c0 2-1.6 3.6-3.6 3.6H3.6c-2 0-3.6-1.6-3.6-3.6v-14c0-2 1.6-3.6 3.6-3.6h1.1V.9c0-.5.4-.9.9-.9s.9.4.9.9v.9h4V.9c.1-.5.5-.9 1-.9s.9.4.9.9v.9h4.1V.9c0-.5.4-.9.9-.9s.9.4.9.9v.9h1.2c2 0 3.6 1.6 3.6 3.6v9.5c0 .5-.4.9-.9.9s-1-.4-1-.9zM6.5 9.4c0-.5-.4-.9-.9-.9s-.9.4-.9.9.4.9.9.9.9-.4.9-.9zm7.8 0c0-.5-.4-.9-.9-.9s-.9.4-.9.9.4.9.9.9.9-.4.9-.9zm3 .9c.5 0 .9-.4.9-.9s-.4-.9-.9-.9-.9.4-.9.9.4.9.9.9zm-10.8 3c0-.5-.4-.9-.9-.9s-.9.4-.9.9.4.9.9.9.9-.4.9-.9zm-.9 3.1c-.5 0-.9.4-.9.9s.4.9.9.9.9-.4.9-.9-.4-.9-.9-.9zm4.8-7c0-.5-.4-.9-.9-.9s-.9.4-.9.9.4.9.9.9.9-.4.9-.9zm0 3.9c0-.5-.4-.9-.9-.9s-.9.4-.9.9.4.9.9.9.9-.4.9-.9zm-.9 3.1c-.5 0-.9.4-.9.9s.4.9.9.9.9-.4.9-.9-.4-.9-.9-.9zm7.6-.6l1-.8c.3-.3.2-.8-.3-.8h-1.3c-.2 0-.4-.1-.4-.3l-.4-1.2c-.1-.2-.2-.3-.4-.3s-.4.1-.4.3l-.4 1.3c-.1.2-.2.3-.4.3h-1.3c-.4 0-.6.6-.3.8l1 .8c.2.1.2.3.2.5l-.4 1.2c-.1.4.3.7.7.5l1-.8c.1-.1.2-.1.3-.1s.2 0 .3.1l1 .8c.3.3.8-.1.7-.5l-.4-1.2c0-.2 0-.4.2-.6z'/%3E%3C/svg%3E");
    background-size: 23px
}

.c-article_info-S-1 .uq85S9S span:first-of-type {
    margin-right: 5px;
    font-weight: 600
}

.c-article_info-S-1 .uq85S9S span:first-of-type:before {
    content: '/';
    display: inline-block;
    margin: 0 5px
}

.c-article_info-S-1 .kmraXT {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' x='0' y='0' viewBox='0 0 476 356' fill='none' stroke='%238585c7' xml:space='preserve'%3E%3Cstyle%3E.st0,.st1{stroke-width:26;stroke-miterlimit:10}.st1{stroke-width:16;stroke-linecap:round}%3C/style%3E%3Cpath class='st0' d='M73.8 264.1C119.7 311.3 175.4 343 238 343c62.5 0 118.3-31.7 164.2-78.9 37.5-38.5 58-76.7 58.9-78.3 2.5-4.8 2.5-10.8 0-15.6-.9-1.6-21.4-39.8-58.9-78.3C356.3 44.7 300.6 13 238 13c-62.5 0-118.3 31.7-164.2 78.9-37.5 38.5-58 76.7-58.9 78.3-2.5 4.8-2.5 10.8 0 15.6.9 1.6 21.4 39.8 58.9 78.3z'/%3E%3Cpath class='st1' d='M333.3 139.6c-2.2-5.4-4.9-10.7-7.9-15.6l-.9-1.5M302 97.4c-.7-.6-1.5-1.2-2.2-1.7-9.2-7-19.5-12.6-30.7-16.3-10.4-3.5-21.5-5.4-33.1-5.4-57.9 0-105 47.1-105 105s47.1 105 105 105 105-47.1 105-105c0-1.2 0-2.4-.1-3.6 0-1.4-.1-2.8-.2-4.1'/%3E%3Cpath class='st0' d='M236 224c24.8 0 45-20.2 45-45s-20.2-45-45-45-45 20.2-45 45 20.2 45 45 45zm.3-74.3c15.9 0 28.9 12.9 28.9 28.9s-12.9 28.9-28.9 28.9-28.9-12.9-28.9-28.9 12.9-28.9 28.9-28.9z'/%3E%3C/svg%3E");
    background-size: 23px
}

.c-article_info-S-1 .NXamxyh-b15c {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%238585c7'%3E%3Cpath d='M458.406 380.681c-8.863-6.593-21.391-4.752-27.984 4.109A217.989 217.989 0 01418.889 399c-7.315 8.275-6.538 20.915 1.737 28.231a19.923 19.923 0 0013.239 5.016c5.532 0 11.04-2.283 14.992-6.754a257.803 257.803 0 0013.658-16.829c6.593-8.861 4.754-21.391-4.109-27.983zM491.854 286.886c-10.786-2.349-21.447 4.496-23.796 15.288a215.372 215.372 0 01-4.646 17.681c-3.261 10.554 2.651 21.752 13.204 25.013 1.967.607 3.955.896 5.911.896 8.54 0 16.448-5.514 19.102-14.102a255.373 255.373 0 005.514-20.98c2.349-10.792-4.496-21.446-15.289-23.796zM362.139 444.734a216.715 216.715 0 01-16.34 8.233c-10.067 4.546-14.542 16.392-9.996 26.459 3.34 7.396 10.619 11.773 18.239 11.773 2.752 0 5.549-.571 8.22-1.777a256.456 256.456 0 0019.377-9.764c9.645-5.384 13.098-17.568 7.712-27.212-5.383-9.643-17.567-13.096-27.212-7.712zM236 96v151.716l-73.339 73.338c-7.81 7.811-7.81 20.474 0 28.284a19.935 19.935 0 0014.143 5.858 19.943 19.943 0 0014.143-5.858l79.196-79.196A20.001 20.001 0 00276 256V96c0-11.046-8.954-20-20-20s-20 8.954-20 20z'/%3E%3Cpath d='M492 43c-11.046 0-20 8.954-20 20v55.536C425.448 45.528 344.151 0 256 0 187.62 0 123.333 26.629 74.98 74.98 26.629 123.333 0 187.62 0 256s26.629 132.667 74.98 181.02C123.333 485.371 187.62 512 256 512c.169 0 .332-.021.5-.025.168.004.331.025.5.025 7.208 0 14.487-.304 21.637-.902 11.007-.922 19.183-10.592 18.262-21.599-.923-11.007-10.58-19.187-21.6-18.261-6.044.505-12.2.762-18.299.762-.169 0-.332.021-.5.025-.168-.004-.331-.025-.5-.025-119.103 0-216-96.897-216-216S136.897 40 256 40c76.758 0 147.357 40.913 185.936 106h-54.993c-11.046 0-20 8.954-20 20s8.954 20 20 20H448a63.612 63.612 0 0033.277-9.353 19.968 19.968 0 001.796-1.152C500.479 164.044 512 144.347 512 122V63c0-11.046-8.954-20-20-20z'/%3E%3C/svg%3E");
    background-size: 21px
}

.c-article_info-S-1 .WCI938 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 20px;
    font-size: 15px
}

.c-article_info-S-1 .zbiS7X9_KZsJ {
    position: relative;
    width: 100%;
    height: 174px
}

.c-article_info-S-1 .qnlZ9 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    overflow: hidden
}

.c-article_info-S-1 .qnlZ9 img {
    display: inline-block;
    min-width: 100%;
    min-height: 100%
}

@supports (object-fit:cover) {
    .c-article_info-S-1 .qnlZ9 img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media only screen and (max-width:767px) {
    .c-article_info-S-1 .zbiS7X9_KZsJ {
        width: calc(100% + 32px);
        margin: 0 -16px 18px
    }
}

@media only screen and (min-width:468px) {
    .c-article_info-S-1 .YyXkp {
        width: 100%
    }
}

@media only screen and (min-width:568px) and (max-width:668px) {
    .c-article_info-S-1 .rSr00YQyLM:nth-of-type(even) {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 53%
    }
    .c-article_info-S-1 .rSr00YQyLM:nth-of-type(odd) {
        width: 47%
    }
}

@media only screen and (min-width:768px) {
    .c-article_info-S-1 .YyXkp {
        width: 100%
    }
    .c-article_info-S-1 .rSr00YQyLM {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: calc(50% - 20px);
        margin: 10px 20px 0 0
    }
    .c-article_info-S-1 .rSr00YQyLM:last-of-type {
        margin-right: 0
    }
    .c-article_info-S-1 .rSr00YQyLM:nth-of-type(2n) {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: calc(50% - 20px)
    }
    .c-article_info-S-1 .QwEQT2 {
        max-width: 340px
    }
    .c-article_info-S-1 .iZ8dg2pax {
        width: 100%;
        margin-bottom: 20px
    }
    .c-article_info-S-1 .zbiS7X9_KZsJ {
        height: 220px;
        margin-bottom: 22px
    }
}

@media only screen and (min-width:1024px) {
    .c-article_info-S-1 .rSr00YQyLM {
        width: auto;
        margin: 0 30px 0 0
    }
    .c-article_info-S-1 .rSr00YQyLM:nth-of-type(2n) {
        width: auto
    }
    .c-article_info-S-1 .rSr00YQyLM:nth-child(n+2) {
        margin-top: 0
    }
    .c-article_info-S-1 .QwEQT2 {
        max-width: 210px
    }
    .c-article_info-S-1 .iZ8dg2pax {
        width: auto;
        margin-top: 10px;
        margin-bottom: 15px
    }
    .c-article_info-S-1 .zbiS7X9_KZsJ {
        height: 280px;
        margin-bottom: 21px
    }
}

@media only screen and (min-width:1366px) {
    .c-article_info-S-1 .rSr00YQyLM {
        margin: 0 50px 0 0
    }
    .c-article_info-S-1 .xjcQTAjAh3 .rSr00YQyLM {
        margin: 0 30px 0 0
    }
}

@media only screen and (min-width:1442px) {
    .c-article_info-S-1 .rSr00YQyLM {
        margin: 0 70px 0 0
    }
    .c-article_info-S-1 .xjcQTAjAh3 .rSr00YQyLM {
        margin: 0 40px 0 0
    }
}

.c-disclaimer-S-1 .nG9PGQkCfYH {
    position: fixed;
    top: inherit;
    bottom: 0;
    left: 0;
    display: table;
    width: 100%;
    z-index: 9999;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 1px 18px 0 rgba(2, 7, 24, .15);
    -webkit-box-shadow: 0 1px 18px 0 rgba(2, 7, 24, .15);
    -moz-box-shadow: 0 1px 18px 0 rgba(2, 7, 24, .15)
}

.c-disclaimer-S-1 .YTEQEdMKE_ {
    padding: 23px 0
}

.c-disclaimer-S-1 .umTPqFuw {
    max-width: 1442px;
    max-height: 190px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 16px;
    overflow: auto;
    font-size: 14px;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    scrollbar-color: #c6c9dd #fff;
    scrollbar-width: thin
}

.c-disclaimer-S-1 .umTPqFuw::-webkit-scrollbar {
    width: 5px;
    margin-top: 15px
}

.c-disclaimer-S-1 .umTPqFuw::-webkit-scrollbar-track {
    background-color: #fff
}

.c-disclaimer-S-1 .umTPqFuw::-webkit-scrollbar-thumb {
    overflow: hidden;
    background-color: #c6c9dd;
    border-radius: 5px
}

.c-disclaimer-S-1 .Jl0jSYK0Q {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 1442px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 16px
}

.c-disclaimer-S-1 .aEGuLW {
    width: 100%;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: #201e1e;
    text-align: left;
    text-transform: uppercase
}

.c-disclaimer-S-1 .gCinLlj155 {
    display: block;
    background-color: transparent;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0
}

.c-disclaimer-S-1 .gCinLlj155:after,
.c-disclaimer-S-1 .gCinLlj155:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1px;
    background: #787ea3
}

.c-disclaimer-S-1 .gCinLlj155:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.c-disclaimer-S-1 .gCinLlj155:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.c-disclaimer-S-1 .vpPl4aoSr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.c-disclaimer-S-1 .bOLv7cA {
    width: 140px;
    height: 40px;
    margin-top: 17px;
    background: #a7a7db;
    border: 2px solid #a7a7db;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    outline: 0
}

.c-disclaimer-S-1 .bOLv7cA:hover {
    background: #7b7bec;
    border: 2px solid #7b7bec
}

.c-disclaimer-S-1 .bOLv7cA.disabled {
    background: 0 0;
    border: 1px solid #a7a7db;
    color: #8585cd;
    text-transform: uppercase;
    cursor: not-allowed
}

.c-disclaimer-S-1 .bOLv7cA.disabled:hover {
    background: #fff;
    border: 1px solid #a7a7db
}

.c-disclaimer-S-1 .WfbEqxEhBWZh {
    margin-left: 5px
}

.c-disclaimer-S-1 .XH2DmX {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600
}

.c-disclaimer-S-1 .y3OFgXwka4Z {
    margin-left: 5px;
    word-break: break-word
}

.c-disclaimer-S-1 .CXe8m-dH {
    position: relative;
    display: block;
    -ms-flex-preferred-size: 24px;
    flex-basis: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-right: 12px;
    background-color: #eaeafc;
    border-color: #d3d3f4;
    border-style: solid;
    border-width: 1px;
    border-radius: 2px
}

.c-disclaimer-S-1 .s5B7xncx1+label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 17px
}

.c-disclaimer-S-1 .s5B7xncx1:checked+label:before {
    content: '';
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%238585cd' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
    border-color: #a1a1ff
}

.c-disclaimer-S-1 .gCinLlj155 {
    position: relative;
    top: 0;
    right: 0;
    width: 16px;
    height: 16px
}

.c-disclaimer-S-1 .gCinLlj155:after,
.c-disclaimer-S-1 .gCinLlj155:before {
    height: 18px
}

@media only screen and (min-width:568px) {
    .c-disclaimer-S-1 .bOLv7cA {
        margin: 0 10px 0 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .c-disclaimer-S-1 .XH2DmX {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .c-disclaimer-S-1 .vpPl4aoSr {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

@media only screen and (min-width:768px) {
    .c-disclaimer-S-1 .bOLv7cA {
        margin: 0 60px 0 0
    }
}

@media only screen and (min-width:1024px) {
    .c-disclaimer-S-1 .bOLv7cA {
        width: 173px
    }
}

@media only screen and (min-width:1366px) {
    .c-disclaimer-S-1 .YTEQEdMKE_ {
        padding-top: 37px
    }
    .c-disclaimer-S-1 .aEGuLW {
        margin-bottom: 15px;
        font-size: 22px
    }
    .c-disclaimer-S-1 .umTPqFuw {
        font-size: 16px
    }
}

@media only screen and (min-width:1442px) {
    .c-disclaimer-S-1 .gCinLlj155 {
        right: -20px
    }
}

.c-sugar-profiles-S-1 .eR9FXtmS {
    margin: 0 auto
}

.c-sugar-profiles-S-1 .vB8hO3R0Ngk,
.c-sugar-profiles-S-1 .CIXmZKKdWjz {
    display: grid;
    margin-top: 27px
}

.c-sugar-profiles-S-1 .XtTJtF2iTnTu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.c-sugar-profiles-S-1 .b7PdnozaEW {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 52px;
    background: #f3f3fe;
    color: #8585cd
}

.c-sugar-profiles-S-1 .b7PdnozaEW:active,
.c-sugar-profiles-S-1 .b7PdnozaEW:focus,
.c-sugar-profiles-S-1 .b7PdnozaEW:hover {
    min-height: 52px;
    background: #8585cd;
    color: #fff
}

.c-sugar-profiles-S-1 .b7PdnozaEW.is-active {
    min-height: 52px;
    background: #8585cd;
    color: #fff
}

@media only screen and (min-width:568px) {
    .c-sugar-profiles-S-1 .eR9FXtmS {
        max-width: 100%
    }
    .c-sugar-profiles-S-1 .vB8hO3R0Ngk,
    .c-sugar-profiles-S-1 .CIXmZKKdWjz {
        grid-template-columns: 1fr 1fr;
        grid-gap: 15px
    }
    .c-sugar-profiles-S-1 .vB8hO3R0Ngk {
        margin-top: 15px
    }
    .c-sugar-profiles-S-1 .b7PdnozaEW {
        width: 50%
    }
}

@media only screen and (min-width:768px) {
    .c-sugar-profiles-S-1 .b7PdnozaEW {
        width: 50%
    }
}

@media only screen and (min-width:900px) {
    .c-sugar-profiles-S-1 .vB8hO3R0Ngk,
    .c-sugar-profiles-S-1 .CIXmZKKdWjz {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 30px
    }
    .c-sugar-profiles-S-1 .vB8hO3R0Ngk {
        margin-top: 30px
    }
}

@media only screen and (min-width:1200px) {
    .c-sugar-profiles-S-1 .CIXmZKKdWjz {
        margin-top: 34px
    }
}

.c-sugar-profiles-S-1 .QjEkYHG {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 20px;
    background: #fff;
    -webkit-box-shadow: 0 1px 18px 0 rgba(2, 7, 24, .11);
    box-shadow: 0 1px 18px 0 rgba(2, 7, 24, .11)
}

.c-sugar-profiles-S-1 .QjEkYHG:last-child {
    margin-bottom: 0
}

.c-sugar-profiles-S-1 .QjEkYHG:hover {
    -webkit-box-shadow: 0 1px 8px 0 rgba(2, 7, 24, .11);
    box-shadow: 0 1px 8px 0 rgba(2, 7, 24, .11)
}

.c-sugar-profiles-S-1 .fT9t6 {
    margin: 20px 0 0 17px;
    padding: 0
}

.c-sugar-profiles-S-1 .azg2nYsmsMZe {
    position: relative;
    margin-bottom: 16px;
    padding-left: 20px;
    font-size: 16px;
    color: #545454;
    list-style: none
}

.c-sugar-profiles-S-1 .azg2nYsmsMZe:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 15px;
    height: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 372.1 372.1' fill='%238585cd' %3E%3Cpath d='M288.5 87.5L120.9 282.7l-91.8-85.9L0 228l124.3 116.2 196.2-228'/%3E%3C/svg%3E%0A")
}

.c-sugar-profiles-S-1 .AjAmkwdiuW {
    position: relative;
    max-width: 414px;
    max-height: 250px;
    min-height: 250px;
    margin: 0 auto;
    overflow: hidden
}

.c-sugar-profiles-S-1 .AjAmkwdiuW img {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    min-width: 100%;
    min-height: 100%
}

@supports (object-fit:cover) {
    .c-sugar-profiles-S-1 .AjAmkwdiuW img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.c-sugar-profiles-S-1 .IihkcGMhX9 {
    padding-bottom: 28px
}

.c-sugar-profiles-S-1 .dtTputI8F {
    padding: 20px 0 17px;
    text-align: center;
    text-transform: uppercase
}

.c-sugar-profiles-S-1 .xW5yf {
    font-family: "helvetica neue", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #2e2d2d;
    text-transform: uppercase
}

.c-sugar-profiles-S-1 .ewWxuLlR9hP {
    margin-top: 3px;
    font-size: 16px;
    font-weight: 700;
    color: #8585cd;
    text-transform: uppercase
}

.c-sugar-profiles-S-1 .J8sj6yHsQ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #e8e8f6;
    border-bottom: 1px solid #e8e8f6
}

.c-sugar-profiles-S-1 .a4sPpKs2Lzc .I4u1eq91jZF {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 25px
}

.c-sugar-profiles-S-1 .NyUkzWCqSi__,
.c-sugar-profiles-S-1 .I4u1eq91jZF {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #e8e8f6
}

.c-sugar-profiles-S-1 .I4u1eq91jZF {
    width: 100%;
    height: 55px;
    min-width: 155px
}

.c-sugar-profiles-S-1 .I4u1eq91jZF:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 17px;
    margin: 0 8px 0 -8px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!--Generator: Adobe Illustrator 25.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0)--%3E%3Csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 12 17' style='enable-background:new 0 0 12 17' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23F03968;%7D%3C/style%3E%3Cpath class='st0' d='M6,0C6,0,6,0,6,0C6,0,6,0,6,0C1.4,0-0.3,3.4,0.1,7.2C0.5,11.5,5.6,17,6,17c0,0,0,0,0,0c0,0,0,0,0,0 c0.4,0,5.5-5.5,5.9-9.8C12.3,3.4,10.6,0,6,0z M6,7.6c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2c1.1,0,2,0.9,2,2C8,6.7,7.1,7.6,6,7.6z'/%3E%3C/svg%3E");
    background-size: cover
}

.c-sugar-profiles-S-1 .NyUkzWCqSi__ {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 60px;
    line-height: 1.2;
    text-transform: uppercase
}

.c-sugar-profiles-S-1 .s9iye {
    font-weight: 600
}

.c-sugar-profiles-S-1 .jEhfdRKOqf,
.c-sugar-profiles-S-1 .Nka9gMcU {
    font-family: "helvetica neue", sans-serif;
    font-size: 10px
}

.c-sugar-profiles-S-1 .U6x3N3CqXFI {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    line-height: 1.2;
    color: #f03968;
    text-transform: uppercase
}

.c-sugar-profiles-S-1 .xWhHYPHQ9:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 0 2px 0 -2px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!--Generator: Adobe Illustrator 25.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0)--%3E%3Csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23F03968;%7D%3C/style%3E%3Cpolygon class='st0' points='8,0.3 10.5,5.5 16,6.3 12,10.3 12.9,16 8,13.3 3.1,16 4,10.3 0,6.3 5.5,5.5 '/%3E%3C/svg%3E");
    background-size: cover
}

.c-sugar-profiles-S-1 .v5NUKhD0yQyz {
    display: -webkit-box;
    max-height: 114px;
    padding: 15px 15px 0;
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    text-overflow: ellipsis;
    text-transform: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4
}

.c-sugar-profiles-S-1 .CQq3yk6aiOeH {
    margin: 22px 0 0;
    text-align: center
}

.c-sugar-profiles-S-1 .b7XXL {
    width: 200px;
    font-weight: 600
}

@media only screen and (min-width:448px) {
    .c-sugar-profiles-S-1 .AjAmkwdiuW {
        padding: 40px
    }
}

@media only screen and (min-width:568px) {
    .c-sugar-profiles-S-1 .QjEkYHG {
        max-width: 500px;
        margin-bottom: 0
    }
    .c-sugar-profiles-S-1 .AjAmkwdiuW {
        max-width: 100%;
        padding: 0;
        overflow: hidden
    }
    .c-sugar-profiles-S-1 .I4u1eq91jZF {
        min-width: 140px
    }
    .c-sugar-profiles-S-1 .I4u1eq91jZF:before {
        margin: 0 8px 0 -2px
    }
}

@media only screen and (min-width:667px) {
    .c-sugar-profiles-S-1 .I4u1eq91jZF {
        min-width: 155px
    }
    .c-sugar-profiles-S-1 .I4u1eq91jZF:before {
        margin: 0 8px 0 -8px
    }
    .c-sugar-profiles-S-1 .AjAmkwdiuW {
        max-width: 280px;
        margin-top: 16px
    }
}

@media only screen and (min-width:768px) {
    .c-sugar-profiles-S-1 .AjAmkwdiuW {
        margin-top: 42px
    }
}

@media only screen and (min-width:900px) {
    .c-sugar-profiles-S-1 .AjAmkwdiuW {
        max-width: 100%;
        margin-top: 0
    }
}

@media only screen and (min-width:1024px) {
    .c-sugar-profiles-S-1 .AjAmkwdiuW {
        padding: 30px
    }
}

@media only screen and (min-width:1200px) {
    .c-sugar-profiles-S-1 .I4u1eq91jZF {
        min-width: 140px
    }
    .c-sugar-profiles-S-1 .I4u1eq91jZF:before {
        margin: 0 8px 0 -2px
    }
}

@media only screen and (min-width:1366px) {
    .c-sugar-profiles-S-1 .QjEkYHG {
        max-width: 330px
    }
    .c-sugar-profiles-S-1 .AjAmkwdiuW {
        max-height: 280px;
        min-height: 280px;
        padding: 0
    }
    .c-sugar-profiles-S-1 .I4u1eq91jZF {
        min-width: 183px;
        font-size: 17px
    }
    .c-sugar-profiles-S-1 .I4u1eq91jZF:before {
        margin: 0 8px 0 -8px
    }
    .c-sugar-profiles-S-1 .dtTputI8F {
        padding: 24px 0 22px
    }
    .c-sugar-profiles-S-1 .ewWxuLlR9hP {
        margin-top: 6px
    }
    .c-sugar-profiles-S-1 .IihkcGMhX9 {
        padding-bottom: 36px
    }
    .c-sugar-profiles-S-1 .v5NUKhD0yQyz {
        padding: 16px 28px 0;
        font-size: 17px
    }
    .c-sugar-profiles-S-1 .CQq3yk6aiOeH {
        margin: 32px 0 0
    }
    .c-sugar-profiles-S-1 .mdfXx_yrGrRd {
        margin: 20px 0 0
    }
}

.c-sugar-profiles-S-1 .QrCt05uZg {
    display: block;
    width: 100%;
    height: 48px;
    margin-top: 25px;
    margin-bottom: 36px;
    background-color: #f3f3fe;
    font-size: 16px;
    line-height: 48px;
    color: #8585cd;
    text-decoration: none
}

.c-sugar-profiles-S-1 .QrCt05uZg:active,
.c-sugar-profiles-S-1 .QrCt05uZg:focus,
.c-sugar-profiles-S-1 .QrCt05uZg:hover {
    background: #8585cd;
    color: #fff
}

@media only screen and (min-width:568px) {
    .c-sugar-profiles-S-1 .QrCt05uZg:before {
        font-size: 18px
    }
}

@media only screen and (min-width:1366px) {
    .c-sugar-profiles-S-1 .QrCt05uZg {
        margin: 30px 0 0
    }
}

.c-top-sites-S-1 .peH9btZc {
    background: #fff;
    -webkit-box-shadow: 0 1px 50px 0 rgba(2, 7, 24, .19);
    box-shadow: 0 1px 50px 0 rgba(2, 7, 24, .19)
}

.c-top-sites-S-1 .kAKkWejIdg4 {
    padding: 26px 13px
}

.c-top-sites-S-1 .xBWXA {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: #2e2d2d;
    text-align: center;
    text-transform: uppercase
}

.c-top-sites-S-1 .GPz27NHFSE2u {
    margin-bottom: 14px
}

.c-top-sites-S-1 .GPz27NHFSE2u:last-child {
    margin-bottom: 0
}

.c-top-sites-S-1 .pfXVllDZ1w {
    margin-bottom: 10px;
    font-weight: 600
}

.c-top-sites-S-1 .h0WdhXT {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-top-sites-S-1 .lgrrT-_7 {
    width: 130px;
    height: 94px;
    border: 1px solid #ccccea
}

.c-top-sites-S-1 .lgrrT-_7 img {
    display: inline-block;
    min-width: 100%;
    min-height: 100%
}

@supports (object-fit:cover) {
    .c-top-sites-S-1 .lgrrT-_7 img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.c-top-sites-S-1 .DF2ka {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 8px;
    text-align: center
}

.c-top-sites-S-1 .DF2ka .c-rating-S-1 .HVGBI7k {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.c-top-sites-S-1 .DF2ka .c-rating-S-1 .uA2MRO {
    margin-right: 4px
}

.c-top-sites-S-1 .DF2ka .c-rating-S-1 .HSdpG0qLa {
    font-size: 14px
}

.c-top-sites-S-1 .DF2ka .c-rating-S-1 .P8QcY3e91th7 {
    display: none
}

.c-top-sites-S-1 .KFUn443 {
    max-width: 120px;
    max-height: 46px;
    margin-top: 10px;
    font-size: 14px
}

.c-top-sites-S-1 .cupnaJ {
    margin-top: 5px;
    font-size: 13px;
    color: #5a6265;
    text-transform: uppercase
}

.c-top-sites-S-1 .fG-Ig {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 52px;
    max-width: 290px;
    margin: 20px auto 0;
    padding: 0 15px;
    background: #f3f3fe;
    font-size: 19px;
    color: #8585cd;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.c-top-sites-S-1 .fG-Ig:active,
.c-top-sites-S-1 .fG-Ig:focus,
.c-top-sites-S-1 .fG-Ig:hover {
    background: #8585cd;
    color: #fff
}

@media only screen and (min-width:1366px) {
    .c-top-sites-S-1 .fG-Ig {
        max-width: 100%;
        margin-top: 28px
    }
}

@media only screen and (min-width:340px) {
    .c-top-sites-S-1 .KFUn443 {
        max-width: inherit
    }
    .c-top-sites-S-1 .GPz27NHFSE2u {
        max-width: 290px;
        margin: 0 auto 20px
    }
}

@media only screen and (max-width:568px) {
    .c-top-sites-S-1 .pfXVllDZ1w {
        width: 96%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

@media only screen and (min-width:568px) {
    .c-top-sites-S-1 .kAKkWejIdg4 {
        padding: 40px 15px
    }
    .c-top-sites-S-1 .bKQt2TuSpJ {
        position: relative;
        overflow: hidden
    }
    .c-top-sites-S-1 .bKQt2TuSpJ:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 90px;
        background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#fff));
        background-image: linear-gradient(to right, transparent, #fff)
    }
    .c-top-sites-S-1 .xBWXA {
        margin-bottom: 38px;
        font-size: 21px
    }
    .c-top-sites-S-1 .GPz27NHFSE2u {
        text-align: center
    }
    .c-top-sites-S-1 .h0WdhXT {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .c-top-sites-S-1 .DF2ka {
        margin: 15px 0
    }
    .c-top-sites-S-1 .fG-Ig {
        margin-top: 20px
    }
    .c-top-sites-S-1 .pfXVllDZ1w {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

@media only screen and (min-width:667px) {
    .c-top-sites-S-1 .kAKkWejIdg4 {
        padding: 36px 15px
    }
    .c-top-sites-S-1 .GPz27NHFSE2u {
        margin: 0 0 20px
    }
    .c-top-sites-S-1 .h0WdhXT {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media only screen and (min-width:768px) {
    .c-top-sites-S-1 .bKQt2TuSpJ {
        margin: 0 auto
    }
    .c-top-sites-S-1 .GPz27NHFSE2u {
        margin: 0 0 20px
    }
}

@media only screen and (min-width:1024px) {
    .c-top-sites-S-1 .kAKkWejIdg4 {
        padding: 40px
    }
    .c-top-sites-S-1 .bKQt2TuSpJ {
        max-width: 100%
    }
    .c-top-sites-S-1 .bKQt2TuSpJ:after {
        display: none
    }
    .c-top-sites-S-1 .GPz27NHFSE2u {
        margin: 0 10px
    }
}

@media only screen and (min-width:1200px) {
    .c-top-sites-S-1 .kAKkWejIdg4 {
        padding: 40px
    }
}

@media only screen and (min-width:1366px) {
    .c-top-sites-S-1 .kAKkWejIdg4 {
        display: block;
        padding: 32px 20px
    }
    .c-top-sites-S-1 .xBWXA {
        margin-bottom: 35px;
        font-size: 19px
    }
    .c-top-sites-S-1 .KFUn443 {
        max-width: 125px;
        margin-top: 15px
    }
    .c-top-sites-S-1 .cupnaJ {
        margin-top: 10px
    }
    .c-top-sites-S-1 .lgrrT-_7 {
        width: 138px;
        height: 102px
    }
    .c-top-sites-S-1 .GPz27NHFSE2u {
        margin: 0 0 8px
    }
    .c-top-sites-S-1 .pfXVllDZ1w {
        margin-bottom: 0;
        overflow: inherit;
        text-align: left;
        white-space: normal
    }
    .c-top-sites-S-1 .h0WdhXT {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .c-top-sites-S-1 .DF2ka {
        margin-left: 13px
    }
}

.c-good_for-S-1 .htkcZv {
    padding: 14px;
    background: #fff;
    -webkit-box-shadow: 0 1px 38px 0 rgba(2, 7, 24, .11);
    box-shadow: 0 1px 38px 0 rgba(2, 7, 24, .11)
}

.c-good_for-S-1 .DGY4 {
    margin: 18px 0 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: #2e2d2d;
    text-align: left
}

.c-good_for-S-1 .lltoD5o {
    margin: 0;
    padding: 0;
    word-break: break-word;
    word-wrap: break-word;
    list-style: none;
    counter-reset: number-counter
}

.c-good_for-S-1 .xuikHI {
    font-size: 14px;
    font-weight: 700;
    color: #f03968;
    text-align: left;
    word-break: break-word;
    word-wrap: break-word
}

.c-good_for-S-1 .m8774d_ {
    margin-right: 6px;
    margin-left: 3px;
    font-size: 13px;
    font-weight: 700;
    color: #545454;
    text-align: left;
    text-transform: uppercase
}

.c-good_for-S-1 .lcTePlSBD {
    position: relative;
    font-size: 14px;
    color: #2e2d2d;
    text-align: left
}

.c-good_for-S-1 .lcTePlSBD:after {
    content: "—";
    display: inline-block;
    margin: 0 10px
}

.c-good_for-S-1 .E1TUdbm3x {
    position: relative;
    width: 100%;
    padding: 12px 0 12px 25px;
    border-bottom: 1px solid rgba(168, 168, 206, .25);
    counter-increment: number-counter
}

.c-good_for-S-1 .E1TUdbm3x:before {
    content: counter(number-counter) ". ";
    position: absolute;
    top: 15px;
    left: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: #8585cd
}

.c-good_for-S-1 .E1TUdbm3x:last-of-type {
    border-bottom: none
}

@media only screen and (min-width:1024px) {
    .c-good_for-S-1 .htkcZv {
        padding: 20px
    }
    .c-good_for-S-1 .DGY4 {
        margin-bottom: 10px
    }
    .c-good_for-S-1 .lcTePlSBD {
        font-size: 16px
    }
    .c-good_for-S-1 .m8774d_ {
        margin-right: 12px;
        margin-left: 17px;
        font-size: 14px
    }
    .c-good_for-S-1 .xuikHI {
        font-size: 16px
    }
    .c-good_for-S-1 .E1TUdbm3x:before {
        font-size: 20px
    }
}

@media only screen and (min-width:1366px) {
    .c-good_for-S-1 .htkcZv {
        padding: 30px
    }
}

.c-disclosure-S-1 .k-jhFUYrW1a {
    position: relative;
    left: -15px;
    width: calc(100% + 30px)
}

.c-disclosure-S-1 .pq5OX {
    position: absolute;
    top: -25px;
    display: block;
    width: 100%;
    height: 280px;
    padding: 25px 20px 25px 24px;
    z-index: 44;
    overflow: hidden;
    background: #f3f3fe;
    border: 1px solid #e6e6f7
}

.c-disclosure-S-1 .iZJlW_fdEO7X {
    height: 200px;
    padding-right: 17px;
    overflow: auto;
    overflow-y: scroll;
    font-size: 15px;
    color: #5a6265;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    scrollbar-color: #c6c9dd #fff;
    scrollbar-width: thin
}

.c-disclosure-S-1 .iZJlW_fdEO7X::-webkit-scrollbar,
.c-hookup_banner-S-1 .MJ_U_ctamjw .selectric-items .selectric-scroll::-webkit-scrollbar {
    width: 5px;
    margin-top: 15px
}

.c-disclosure-S-1 .iZJlW_fdEO7X::-webkit-scrollbar-track,
.c-hookup_banner-S-1 .MJ_U_ctamjw .selectric-items .selectric-scroll::-webkit-scrollbar-track {
    background-color: #fff
}

.c-disclosure-S-1 .iZJlW_fdEO7X::-webkit-scrollbar-thumb,
.c-hookup_banner-S-1 .MJ_U_ctamjw .selectric-items .selectric-scroll::-webkit-scrollbar-thumb {
    overflow: hidden;
    background-color: #c6c9dd;
    border-radius: 5px
}

.c-disclosure-S-1 .HBTaFzHv {
    display: table;
    width: 100%;
    margin-top: 24px;
    margin-left: 15px;
    font-size: 15px;
    cursor: pointer
}

.c-disclosure-S-1 .HBTaFzHv:hover {
    text-decoration: underline
}

.c-disclosure-S-1 .Cp8Jlpo {
    position: absolute;
    top: 4px;
    right: 18px;
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512.001 512.001' fill='%23787ea3'%3E%3Cpath d='M284.286 256.002L506.143 34.144c7.811-7.811 7.811-20.475 0-28.285-7.811-7.81-20.475-7.811-28.285 0L256 227.717 34.143 5.859c-7.811-7.811-20.475-7.811-28.285 0-7.81 7.811-7.811 20.475 0 28.285l221.857 221.857L5.858 477.859c-7.811 7.811-7.811 20.475 0 28.285a19.938 19.938 0 0014.143 5.857 19.94 19.94 0 0014.143-5.857L256 284.287l221.857 221.857c3.905 3.905 9.024 5.857 14.143 5.857s10.237-1.952 14.143-5.857c7.811-7.811 7.811-20.475 0-28.285L284.286 256.002z'/%3E%3C/svg%3E");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer
}

@media only screen and (max-width:666px) {
    .c-disclosure-S-1 .pq5OX {
        height: 260px
    }
}

@media only screen and (min-width:667px) {
    .c-disclosure-S-1 .pq5OX {
        height: 202px
    }
    .c-disclosure-S-1 .iZJlW_fdEO7X {
        position: relative;
        height: 152px
    }
}

@media only screen and (min-width:768px) {
    .c-disclosure-S-1 .k-jhFUYrW1a {
        position: relative;
        right: initial;
        left: initial;
        width: auto
    }
    .c-disclosure-S-1 .pq5OX {
        top: -10px;
        right: 0;
        width: 410px
    }
    .c-disclosure-S-1 .HBTaFzHv {
        margin-top: 0;
        margin-left: 0
    }
}

.c-quiz-S-1 .iYYg5KTbV {
    position: relative;
    width: calc(100% + 32px);
    min-height: 460px;
    margin-top: -45px;
    margin-bottom: -30px
}

.c-quiz-S-1 .T1g-s9H {
    height: 100%
}

.c-quiz-S-1 .biAdJIIg {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 460px;
    padding-top: 30px;
    padding-bottom: 30px
}

.c-quiz-S-1 .ZPW6eFPA {
    min-height: 100%;
    padding: 30px 0 20px
}

.c-quiz-S-1 .keWxEyOu7 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    z-index: -1;
    overflow: hidden
}

.c-quiz-S-1 .keWxEyOu7 img {
    display: inline-block;
    min-width: 100%;
    min-height: 100%
}

@supports (object-fit:cover) {
    .c-quiz-S-1 .keWxEyOu7 img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.c-quiz-S-1 .Npj-2 {
    position: relative;
    margin: 0 15px;
    padding: 33px 20px 40px;
    overflow: hidden;
    background: #fff;
    text-align: center
}

.c-quiz-S-1 .OCJfCdhfs6E {
    position: absolute;
    top: -10px;
    right: 0;
    left: 0
}

.c-quiz-S-1 .OCJfCdhfs6E img {
    display: block;
    width: 100%;
    height: auto;
    opacity: .18;
    -o-object-fit: contain;
    object-fit: contain
}

.c-quiz-S-1 .ATH_tvq {
    display: none
}

.c-quiz-S-1 .Sti4UrS {
    position: relative;
    margin-top: 30px;
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    color: #2e2d2d;
    text-align: center;
    text-transform: uppercase
}

.c-quiz-S-1 .Sti4UrS:after {
    content: "";
    position: absolute;
    top: -37px;
    left: 0;
    width: 100%;
    height: 70px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQQAAABGCAYAAAAq7+rZAAAPh0lEQVR4nO2dW1cbRxZGNwILsEm4BTvEJI4dE2dm3uDfSc/Nv5MfZ5I4cWJbCQ7Y2DIy4iY0D+cU3Qih7qq+ArXX0pKxpFY3dH11bnVqYjAY4PHcdra2nhfxNdPALDCjjzowqY+avucMGACnwAlwBPSAA+AwrxNrNDYAmMrrCzweDxPAF5FHPcFnjDBMIgIyF3mtD+wDHX0+y+xMlamJiYlMDhQErVnk5KcQFYSLFxPlOPIwCthrNjf7mZyM59ZQUQt3GlgGFpGBbTgBPiMz/aH+fIIMdHMhxlqY0uNMI9bEnL62oI8z4APwDhlDmZBKDYKgtYQonznZtPSAj0Cn2dw8zuB4YwmC1gqwmvDt3WZz8+V1O4cgaM0BTyw+8rLZ3OzGHNPmnIvmZaOxMfb8R5GRyzAD3EcGrOEAmdE/kX7gziLjbRERCsMn4C0pXApnlyEIWpPAEnLhWYhAlFl9rAZBaw/YKUIYPJ6UTAFfI+MCZLbfA96Trd/f08cOcBexQhaAL/XxAdhG4g9OWAmCzgx5CMEoloAlFYZt7054Ksoi8A0yJgaICOwirkCeHOjjH2AFGS+LiDD8jYiDNYkEIQhadeARYWygSJaA+SBotZvNzU4J3+/xjKIGfAvM68/7yEDMzJ9PyDHwFyJEa4jl8C0iDG0kPpGYWtwb1AddpxwxMEwCj9RC8XjKZhoZE/NIcK8N/EHxYhDlEPgNEYcBcm7rXIw1xDJWEDRo+IRiXIQkrAZBa63sk/Dcau4BT5GBdgS8QOIFLtT0eMvAA32sIIM5SYpyFO8RYTjWYzzl6mzfyBMaSRC05hETpGosBUGrqhFuz81mDniMTJD7iBjYWgUTSCDwMfAf4AfgIaEgrCLu+U/AM/0/2+B/T8+tq+f6PeJCxDJSELSmoIpiYFhR68XjGSavrNQ9ZGDVkNT4n9gXBn0B/Ah8p/+OS/tPI4LwL32OdfEj9BE35qN+7hEJLIWrvmCN9G7CMaJQ20OPDqJgaVnVYKfHY9huNDbyEIRpQjHoAG8IC4mSMIFYAY+x9Okjn39A6KokZYCca0eP8QiplbiSS6aIBu5cA4h9xJ/62Gxujh30Ws8wj/hPLt83iQhX5sVCnlh6iLjnyQJ290Wv0djYzeE8JgndhC7wGjsxqCFiktiPH8MMIgp/ICnHJAyQc36s5/A94k6MzD5cEASdce+7nStW9QL6vj1gT83/VeytkrkgaM37dGSxaCWjdTVgUhzuwz7wKqfTWUOCc8f6HbaWQSJT3QIjUL+TvOhpgJz7OnIt3yGicolhl8G16KjdbG62XYuHms3NPWSmd/m8DzDePGxd1p2cXIVFxIo1A8r2/ryPxAqyxgQKbX5HRjQHek7Lo950LgiRkmRb2jqgU6Euhoso1LVWwnMDUJfV5u/ZyclVmEIqEEHcI9u41zTu1nYS6khcwYaoq7cK3Bl+Q9RCcBGDThZiYFBRaDt8dKTaea4Xmt2ysfj6uN0vSTAu7AGyotDl80kWD54gpc5vkBl8m+Tu2DL29QrvkGuqMeJ3HRWEheEXY8jlj6HxANuYwLxaOJ7rjW2qu91obOSxxmUWcRfA7R6vkyzvvw38rM8fkPt+F7GUfyc+hTqBFDLZ8pc+LyClzufU4DyIYxvp38lxwZFLBHs+/i2eqqLFZjb34F6OwWRjin/AbbXiYvxbeIUM/quClJ8JKw7HMY99G4MeYXXlBbfDWAguPnhmrsIwuuTZNop9N/4tniqiMSCbme6Y/NKe08jsPkBWEroQF0h8TzIr+JT47Em0IZENO4QBxvPaBCMItoOpU8By5I+W7/eBxWuIunrWrkKO999X+tzBrepxgvgBaiM0PeLFw0UQjiPHNdfsbCHsO5yALbYWQt3HEa4lJs+flO24jk4pMOsMwC2QCDJjjzPhP2PfwCROEFwrds01LmxtPa9BKAi2B8ytKMWgboOtQpe5RNtjiS6gs4n99JrNzTxSjIYvkczCIckrAYeJm5RcrI64z7hOhAfI4qwa6ubUXHL4BbY1s839ekG4Jmgg29pVyONcIpjMQJpgZVwlYx6dlNJ0mjWu+TzYrZ4y5G4dRHBVaU/1sa1G3I5bH5MBJhiYRhCOGL8k2sXdjlvQlCae8kmf57a2nlPDflatcm9Dn2m4BjhUI3ZzdhVAIu1TiH+ftjFqm9FLo98jMQRb4mqE0ljsPWRMTwEzLhu1FDlr284IPqhYcbQa0XbhUt6uAoQTYxYW8GdkReEKIjSniGlumzkDEc64NKaLyETpIi7DXb9zk6dobF2FdkExKyMIWbklR6QXMrMycRxms6M0HCKC4GQheDxOOPTa6BS4tN346bntn2hJtL37OJzarQ9hBGXaC4KnEDSbVZWFS6MwqfeyNwYymyAlKQU4Q+ISaTEiWPeC4Mkdx2rEVwVvzmNm4rIE4Q7iHtyz+Mw/pNilKYI5xpQXBE8RrGJX/LabYzXiVUwh+fwydo+tI92XL/UnGIPrsuxRmIzIpEsdgseTGK1GtOm1cYwsvCmDzLdXT4Bps2YjBifYt3Mbx/l1ewvBkxvXxFUoG9tA6zHSLyGXvSNr2Bca5dEj7ipsi6bKDgh5LlLFasQqUcNu2fc+yXokuJwHIBbCTRpEZe6t54mgKcYqLVyK45RwpWJRcYQ5QsEcIAVGR0gKNFrJeQy8xa2wKQlGEPouglBk3wFba+Q6mppFWlyFULE26kkxgjBF/lu5G4wFfIK0RTfpv/vIODsh3NwoT5EyoYPTmksVmJafFkGVXAbfgCU5j7Bso17gCtqrMCJQ5G5g5rt2uVgQZVZdthGrIG+LxRRlHRtTwTbFk/vgUNGxWptQQqrKM4RDNWIRC5eScF6tV+B3mvE3LIZmxi7KBTYt1I7MCdkGcmw7NLtgKzq5B6Ny6sh0YxZkObZRL9tVMJj7p8ieGrbNUfPCCMKhEQTbFYyzBWy0arvXQhHWQR43y41o6qJi+cjyY3n2RrTFCIJNpeBNwVzzQQ3O90KwJbddabTu3VZwXBpPlNqRyaFbVRG9LF1JWn9vyLONuguHSGBxBrsioeuO6QPRJ2IhgH2XmKUcrQTb/Rr7jvED20BW1q7SjciiVKyNehqM4CbZZCULzN8z6jbWCAWpiL+3udb9RmPjQgs1lxynbRVaLI7b0TvtEaGRbZtf+mxW+0g67qVZuaKdG+AqRDHtxIqIkYGsVNxDhGgCma2/03+bTkZ5YzaV+QSRCiU136xrEoKglZkoRLaFtyXNElBbyyIrV8l2p+3jilbx2VYjlrFwKSmfkEF4j2KyDQdIavEU+T3+iMzYZ4TbreXJLHKdZwwLguKyqGQpC1FQMXA5zl7KHLatX55aBPVabffkq5K/DZxfh201YhVdBcOA0FIuegPhI2RC/oiUJxfRqtBs0PKx0dg4gyFB0J2cXQbXUhC01l3M6SBo1YOg9Qh39yPVyji9ZlvTbCkIWmsuaUh1iVyuNYtGGJmh8SNba67IhieumCXFSxS7+G8H2fj1NcV0bbrDiE1pRl1wG3ji8AWzwJMgaHURleteNXPrQDLNI122oTdsZ1ThtoP9zb2E7Dq9B+yPM4M1Pz+H2/bdkN4KygNbV6GHWFeZFrVtbT2/9H+NxkaaQqcjxBqbR6y4Kls0abiPxCr2iQjQJUFoNje7QdDaxW2baZAbfw4gCFpw2Ue3rkC8giwXw+xh79Oj718BVvRah3ebmiR9qrJPef0BRuLQRh3k91BUzUXa++It4st/hVhmVRPjtMwQTsQX9pm8qkHKDtlFtOeGHlmIQab99jTincXx6ly81iwGQBXq/M9xdBWuG0eIlTsBPCzoO2eRYGYRlasPkWvrMBSrGCkIOkBeUl1lfJV1xF2zLFWoqY/SqUidf5QiF/+UyTYy8aR1a+OYBZ4B60gbtX8DD3L8viVEeM6Av4dfvLKFmorCK6qV++4jOexc0lYaAXeqaciBHtcjCHdTOSUcMHlZRHeQeN00stryAJm5H+Duso9jhtDi2WbEMu+xPRV1Fn5JNUShD7zUrEBuNJubbcoXhS5yrVUs3rlNfECsxrwakywiLkIXyTD8Bvypr2UtCDWkgGwCqTkYmbWKTavoTflCA0ll+Y4dCqxuazY320HQOqKc692uoJtwm8kzy2BWGUZ7HpjiKNOsJYs266aR6zQSBnhz1RsTd13Wm/QFxe7+fIzECwpvvBm53qKsoy7wwotBZVgBHuO2Q3pSzGCPBp9nEKthQDalyxPAt0gspI9YIFce16rwwrgQmktexq5KzZZes7n5Isfjx6LX+0Ir8pbJJ23WRTIJVS3nvY1MA18jg2mS/Nqzf0BSm8uE/U0XI6+l7ZRkxGABuYY/iSl6cqrE0pu3qwVG84j6ZJVSNMwGQWtNffpS0bjFnhYYLZA+pdhFCkI6VUopes4xYvCBfPsrmsDxQy5Orp9J76qYmMEXiBi8IsEu0Zl2bNEBUydMTQ0v73WpUmvnHUh0QcUwWmxzl9GCaHbn7SMLlLwlkCGDQTbtBiMVj3eBp8js/DPxgpBFl+Y6MlYmEZFI2/dihjBmYNyEsWLQaGwABbdwShGYrKQoeMonB0F4gkxcu4yfpc3mtXWksrEqa02WCAuPjhAxiO3NaASh0K3cNGDmMrDXCuz07Lm9GNd3XLn4LCIaTwjL8B/qzzNXfKYIZpDCpjVEDMyqSatGrYXv7agxAZfI/RMvCp6cMdbrDpcj8XWkeck6IhpnyDqAN0i2YE5fe0ixLdjq+p3rSAViX8/pNQ5ZirI2e32J/clOIqJwY7oUeyrFIjLLnnDR/J8CvkHKixeQeME7JL7wDxJ4/JXQ8l0GfkKi+3lOYHf1O57pd5og6C/67EQpghBZK2GLFwVPXpjKwLfI7F9DVsA+Q1KDxgz/BSlpjhYMnSLZghdIEd0EIjDrSBek+2TjTsxGzumpfodZpPQrobXiTGm7Pzebm70gaLWxbxZifLhSaxQ8Nw4zYLtIYO4BoenfRQKMca7uIZLeqyMCs6DH/Vofp0i0v0fYIekEESBT6zCJiNEUkiWY1mMMp/X7iCXwngw3dCl9owhtR+aymmyvCjUKnnLJMMvwA5f3ZDhEhMA1DTiBBCrnkQGdNrZwqufS0efMtngrJcswCh3ULrn5THo5ejzKG8Jc/ZH+/CvpagIGyNqEN8D/CM36d4SdivpcHNgDZOAf6nt29TO/AP/Vf38ip/0eS7cQ4LzIZx23tfa+RuEWk5WF4BFKtxDgQu8Fl8Uca7rWwOPxpKQSggDnC4lc67d94ZLHkwGVEQQ4X0TkuvzXFy55PCn5P0DRsOcHjt6UAAAAAElFTkSuQmCC) no-repeat center;
    background-size: contain
}

.c-quiz-S-1 .knr3FksDq0 {
    font-size: 16px
}

.c-quiz-S-1 .sjv2oKzc {
    margin-top: 20px
}

.c-quiz-S-1 .AOYMP {
    width: 100%;
    height: 60px;
    max-width: 250px;
    font-size: 18px;
    text-transform: uppercase
}

.c-quiz-S-1 .uu3TLU {
    min-width: 290px;
    margin: 0 15px;
    padding: 30px 15px 15px;
    background: #fff;
    text-align: center
}

.c-quiz-S-1 .mLnMwSs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    margin-bottom: 10px
}

.c-quiz-S-1 .jHPRH {
    margin: -55px 0 0;
    text-align: right
}

.c-quiz-S-1 .jHPRH .step-active {
    color: #aaaadb;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.c-quiz-S-1 .XE5dzlt8O {
    max-width: 78%;
    min-width: 78%;
    min-height: 56px;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: #2e2d2d;
    text-align: left
}

.c-quiz-S-1 .cxxXiyi10,
.c-quiz-S-1 .lSh6 {
    margin: 0;
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
    color: rgba(133, 133, 205, .3);
    text-align: right
}

.c-quiz-S-1 .lSh6 {
    font-size: 19px;
    font-weight: 600
}

.c-quiz-S-1 .De6a705 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    margin-bottom: 6px;
    padding-left: 68px;
    background: #f4f4ff;
    font-size: 16px;
    font-weight: 400;
    color: #000
}

.c-quiz-S-1 .De6a705:last-of-type {
    margin-bottom: 0
}

.c-quiz-S-1 .De6a705:hover {
    color: #f03968
}

.c-quiz-S-1 .De6a705:hover [id=heart] {
    stroke: #f03968
}

.c-quiz-S-1 .De6a705 svg,
.c-quiz_field-S-1 .lmflgQk_nwPv svg,
.c-quiz_sugar-S-1 .QWqK4 svg {
    position: absolute;
    top: 50%;
    left: 13px;
    width: 40px;
    overflow: visible;
    cursor: pointer;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.c-quiz-S-1 .De6a705 svg [id=heart] {
    -webkit-animation: animateHeartOut .3s linear forwards;
    animation: animateHeartOut .3s linear forwards;
    -webkit-transform-origin: center;
    transform-origin: center;
    stroke: #8888d2;
    stroke-width: 2
}

.c-quiz-S-1 .De6a705 svg [id=main-circ] {
    -webkit-transform-origin: 29.5px 29.5px;
    transform-origin: 29.5px 29.5px
}

.c-quiz-S-1 .yBpZNLHxtgdy:checked+.De6a705 {
    color: #f03968
}

.c-quiz-S-1 .yBpZNLHxtgdy:checked+label svg [id=heart] {
    -webkit-transform: scale(.2);
    transform: scale(.2);
    -webkit-animation: animateHeart .3s linear forwards .25s;
    animation: animateHeart .3s linear forwards .25s;
    fill: #f03968;
    stroke: #f03968
}

.c-quiz-S-1 .yBpZNLHxtgdy:checked+label svg [id=main-circ] {
    opacity: 1;
    -webkit-animation: animateCircle .3s linear forwards;
    animation: animateCircle .3s linear forwards;
    -webkit-transition: all 2s;
    transition: all 2s
}

.c-quiz-S-1 .yBpZNLHxtgdy:checked+label svg [id=grp1] {
    opacity: 1;
    -webkit-transition: .1s all .3s;
    transition: .1s all .3s;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0
}

.c-quiz-S-1 .yBpZNLHxtgdy:checked+label svg [id=grp1] [id=oval1],
.c-quiz_sugar-S-1 .IGI8tP:checked+label svg [id=grp1] [id=oval1] {
    -webkit-transform: scale(0) translate(0, -30px);
    transform: scale(0) translate(0, -30px);
    -webkit-transition: .5s transform .3s;
    transition: .5s transform .3s;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0
}

.c-quiz-S-1 .yBpZNLHxtgdy:checked+label svg [id=grp1] [id=oval2],
.c-quiz_sugar-S-1 .IGI8tP:checked+label svg [id=grp1] [id=oval2] {
    -webkit-transform: scale(0) translate(10px, -50px);
    transform: scale(0) translate(10px, -50px);
    -webkit-transition: 1.5s -webkit-transform .3s;
    transition: 1.5s transform .3s;
    transition: 1.5s transform .3s, 1.5s -webkit-transform .3s
}

.c-quiz-S-1 .yBpZNLHxtgdy:checked+label svg [id=grp2] [id=oval1],
.c-quiz_sugar-S-1 .IGI8tP:checked+label svg [id=grp2] [id=oval1] {
    -webkit-transform: scale(0) translate(30px, -15px);
    transform: scale(0) translate(30px, -15px);
    -webkit-transition: .5s transform .3s;
    transition: .5s transform .3s;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0
}

.c-quiz-S-1 .yBpZNLHxtgdy:checked+label svg [id=grp2] [id=oval2],
.c-quiz_sugar-S-1 .IGI8tP:checked+label svg [id=grp2] [id=oval2] {
    -webkit-transform: scale(0) translate(60px, -15px);
    transform: scale(0) translate(60px, -15px);
    -webkit-transition: 1.5s -webkit-transform .3s;
    transition: 1.5s transform .3s;
    transition: 1.5s transform .3s, 1.5s -webkit-transform .3s;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0
}

.c-quiz-S-1 .yBpZNLHxtgdy:checked+label svg [id=grp3] [id=oval1],
.c-quiz_sugar-S-1 .IGI8tP:checked+label svg [id=grp3] [id=oval1] {
    -webkit-transform: scale(0) translate(30px, 0);
    transform: scale(0) translate(30px, 0);
    -webkit-transition: .5s transform .3s;
    transition: .5s transform .3s;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0
}

.c-quiz-S-1 .yBpZNLHxtgdy:checked+label svg [id=grp3] [id=oval2],
.c-quiz_sugar-S-1 .IGI8tP:checked+label svg [id=grp3] [id=oval2] {
    -webkit-transform: scale(0) translate(60px, 10px);
    transform: scale(0) translate(60px, 10px);
    -webkit-transition: 1.5s -webkit-transform .3s;
    transition: 1.5s transform .3s;
    transition: 1.5s transform .3s, 1.5s -webkit-transform .3s;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0
}

.c-quiz-S-1 .yBpZNLHxtgdy:checked+label svg [id=grp4] [id=oval1],
.c-quiz_sugar-S-1 .IGI8tP:checked+label svg [id=grp4] [id=oval1] {
    -webkit-transform: scale(0) translate(30px, 15px);
    transform: scale(0) translate(30px, 15px);
    -webkit-transition: .5s transform .3s;
    transition: .5s transform .3s;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0
}

.c-quiz-S-1 .yBpZNLHxtgdy:checked+label svg [id=grp4] [id=oval2],
.c-quiz_sugar-S-1 .IGI8tP:checked+label svg [id=grp4] [id=oval2] {
    -webkit-transform: scale(0) translate(40px, 50px);
    transform: scale(0) translate(40px, 50px);
    -webkit-transition: 1.5s -webkit-transform .3s;
    transition: 1.5s transform .3s;
    transition: 1.5s transform .3s, 1.5s -webkit-transform .3s
}

.c-quiz-S-1 .yBpZNLHxtgdy:checked+label svg [id=grp5] [id=oval1],
.c-quiz_sugar-S-1 .IGI8tP:checked+label svg [id=grp5] [id=oval1] {
    -webkit-transform: scale(0) translate(-10px, 20px);
    transform: scale(0) translate(-10px, 20px);
    -webkit-transition: .5s transform .3s;
    transition: .5s transform .3s;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0
}

.c-quiz-S-1 .yBpZNLHxtgdy:checked+label svg [id=grp5] [id=oval2],
.c-quiz_sugar-S-1 .IGI8tP:checked+label svg [id=grp5] [id=oval2] {
    -webkit-transform: scale(0) translate(-60px, 30px);
    transform: scale(0) translate(-60px, 30px);
    -webkit-transition: 1.5s -webkit-transform .3s;
    transition: 1.5s transform .3s;
    transition: 1.5s transform .3s, 1.5s -webkit-transform .3s;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0
}

.c-quiz-S-1 .yBpZNLHxtgdy:checked+label svg [id=grp4],
.c-quiz-S-1 .yBpZNLHxtgdy:checked+label svg [id=grp6] {
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0
}

.c-quiz-S-1 .yBpZNLHxtgdy:checked+label svg [id=grp6] [id=oval1],
.c-quiz_sugar-S-1 .IGI8tP:checked+label svg [id=grp6] [id=oval1] {
    -webkit-transform: scale(0) translate(-30px, 0);
    transform: scale(0) translate(-30px, 0);
    -webkit-transition: .5s transform .3s;
    transition: .5s transform .3s
}

.c-quiz-S-1 .yBpZNLHxtgdy:checked+label svg [id=grp6] [id=oval2],
.c-quiz_sugar-S-1 .IGI8tP:checked+label svg [id=grp6] [id=oval2] {
    -webkit-transform: scale(0) translate(-60px, -5px);
    transform: scale(0) translate(-60px, -5px);
    -webkit-transition: 1.5s -webkit-transform .3s;
    transition: 1.5s transform .3s;
    transition: 1.5s transform .3s, 1.5s -webkit-transform .3s;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0
}

.c-quiz-S-1 .yBpZNLHxtgdy:checked+label svg [id=grp7] [id=oval1],
.c-quiz_sugar-S-1 .IGI8tP:checked+label svg [id=grp7] [id=oval1] {
    -webkit-transform: scale(0) translate(-30px, -15px);
    transform: scale(0) translate(-30px, -15px);
    -webkit-transition: .5s transform .3s;
    transition: .5s transform .3s;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0
}

.c-quiz-S-1 .yBpZNLHxtgdy:checked+label svg [id=grp7] [id=oval2],
.c-quiz_sugar-S-1 .IGI8tP:checked+label svg [id=grp7] [id=oval2] {
    -webkit-transform: scale(0) translate(-55px, -30px);
    transform: scale(0) translate(-55px, -30px);
    -webkit-transition: 1.5s -webkit-transform .3s;
    transition: 1.5s transform .3s;
    transition: 1.5s transform .3s, 1.5s -webkit-transform .3s;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0
}

.c-quiz-S-1 .yBpZNLHxtgdy:checked+label svg [id=grp2],
.c-quiz-S-1 .yBpZNLHxtgdy:checked+label svg [id=grp3],
.c-quiz-S-1 .yBpZNLHxtgdy:checked+label svg [id=grp4],
.c-quiz-S-1 .yBpZNLHxtgdy:checked+label svg [id=grp5],
.c-quiz-S-1 .yBpZNLHxtgdy:checked+label svg [id=grp6],
.c-quiz-S-1 .yBpZNLHxtgdy:checked+label svg [id=grp7] {
    opacity: 1;
    -webkit-transition: .1s opacity .3s;
    transition: .1s opacity .3s
}

.c-quiz-S-1 .ATSSAN7tQG1.disabled {
    width: 250px;
    height: 60px;
    background: #fff;
    border: 1px solid #8585cd;
    font-size: 18px;
    font-weight: 500;
    color: #8585cd;
    text-transform: uppercase
}

.c-quiz-S-1 .ATSSAN7tQG1.disabled:hover {
    background: #fff;
    border: 1px solid #8585cd
}

.c-quiz-S-1 .ATSSAN7tQG1 {
    width: 250px;
    height: 60px;
    background: #8585cd;
    border: 2px solid #8585cd;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    outline: 0
}

.c-quiz-S-1 .ATSSAN7tQG1:hover {
    background: #7b7bec;
    border: 2px solid #7b7bec
}

.c-quiz-S-1 .Pcs19VfNyEi9 {
    margin-top: 23px;
    margin-bottom: 27px
}

.c-quiz-S-1 .VTG3gb_QUR {
    padding: 0 20px
}

.c-quiz-S-1 .VTG3gb_QUR .Sti4UrS {
    margin-top: 5px;
    margin-bottom: 17px;
    padding-bottom: 12px;
    font-size: 22px;
    color: #b5b5ff;
    text-align: center;
    text-transform: uppercase
}

.c-quiz-S-1 .VTG3gb_QUR .Sti4UrS:after {
    content: none
}

.c-quiz-S-1 .VTG3gb_QUR .Sti4UrS:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 88px;
    height: 1px;
    background: #fff;
    opacity: .21;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.c-quiz-S-1 .VTG3gb_QUR .PNTHcHCtn,
.c-quiz-S-1 .F4DSljfM {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
    color: #f4f4ff;
    text-align: center
}

.c-quiz-S-1 .VTG3gb_QUR .knr3FksDq0 {
    font-size: 16px;
    color: #f4f4ff;
    text-align: center
}

.c-quiz-S-1 .F4DSljfM {
    margin-top: 40px;
    margin-bottom: 0;
    padding: 0 15px;
    color: #b5b5ff
}

.c-quiz-S-1 .qDAZ38MsKn07 {
    margin-bottom: 15px;
    background: #fff
}

.c-quiz-S-1 .l-OO7Q {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.c-quiz-S-1 .q6oBJ {
    position: absolute;
    top: 11px;
    right: 0;
    width: 60px;
    height: 30px;
    background: #fff;
    border-radius: 20px 0 0 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    color: #e9406b;
    text-align: center
}

.c-quiz-S-1 .RUxX0zjiM6 {
    display: table;
    width: 100%;
    max-height: 179px
}

.c-quiz-S-1 .RUxX0zjiM6 img {
    display: block;
    width: 100%
}

.c-quiz-S-1 .VLvVhg {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase
}

.c-quiz-S-1 .UTXB_j-aa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 5px;
    margin-bottom: 15px
}

.c-quiz-S-1 .CIzd1 {
    padding-right: 3px;
    font-size: 20px;
    font-weight: 700
}

.c-quiz-S-1 .dBnXcR_1 {
    padding-right: 5px;
    font-size: 16px
}

.c-quiz-S-1 .bM4jk1MV {
    margin: 20px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    color: #5a6265;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase
}

.c-quiz-S-1 .bM4jk1MV:focus,
.c-quiz-S-1 .bM4jk1MV:hover {
    text-decoration: none
}

.c-quiz-S-1 .ZylZz8g {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 23px;
    margin-bottom: 0;
    text-align: center
}

.c-quiz-S-1 .YMUQD {
    width: 160px;
    max-width: 160px;
    font-size: 16px
}

.c-quiz-S-1 .IX1fQrbXB4md {
    padding: 18px 20px 32px
}

.c-quiz-S-1 .cwpjbqLWMtb {
    margin-top: 0;
    padding: 0 24px
}

.c-quiz-S-1 .OGWBInIE {
    margin-top: 28px
}

@media screen and (max-height:680px) and (orientation:landscape) {
    .c-quiz-S-1 .AtVTqQ {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%
    }
    .c-quiz-S-1 .RUxX0zjiM6 {
        position: relative
    }
    .c-quiz-S-1 .RUxX0zjiM6 img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }
    .c-quiz-S-1 .Sti4UrS {
        margin-top: 0
    }
}

@media only screen and (max-width:567px) {
    .c-quiz-S-1 .uu3TLU {
        width: calc(100% - 30px)
    }
}

@media only screen and (min-width:568px) {
    .c-quiz-S-1 .RWwvZR {
        width: 350px;
        margin: 0 auto
    }
    .c-quiz-S-1 .l-OO7Q {
        height: 100%;
        min-width: 233px
    }
    .c-quiz-S-1 .IX1fQrbXB4md {
        display: block;
        width: 100%
    }
    .c-quiz-S-1 .ZylZz8g {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .c-quiz-S-1 .YMUQD {
        margin-right: 20px
    }
    .c-quiz-S-1 .AtVTqQ {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%
    }
    .c-quiz-S-1 .RUxX0zjiM6 {
        height: 100%;
        max-width: 233px
    }
    .c-quiz-S-1 .RUxX0zjiM6 img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
    .c-quiz-S-1 .qDAZ38MsKn07 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0
    }
    .c-quiz-S-1 .VLvVhg {
        margin-bottom: 0
    }
    .c-quiz-S-1 .IX1fQrbXB4md {
        padding: 18px 20px 17px
    }
    .c-quiz-S-1 .cwpjbqLWMtb {
        margin-top: 10px
    }
}

@media only screen and (min-width:768px) {
    .c-quiz-S-1 .iYYg5KTbV {
        width: 100%;
        height: 520px;
        margin: 0 0 50px
    }
    .c-quiz-S-1 .qDAZ38MsKn07 {
        margin-top: 10px !important;
        margin-right: 27px;
        margin-left: 27px
    }
    .c-quiz-S-1 .cwpjbqLWMtb {
        margin: 0
    }
    .c-quiz-S-1 .F4DSljfM {
        margin-top: 25px;
        margin-bottom: 25px;
        font-size: 22px
    }
    .c-quiz-S-1 .T1g-s9H {
        height: 100%
    }
    .c-quiz-S-1 .biAdJIIg {
        min-height: 520px
    }
    .c-quiz-S-1 .ZPW6eFPA {
        min-height: 100%;
        padding: 40px 0
    }
    .c-quiz-S-1 .VLvVhg,
    .c-quiz-S-1 .IX1fQrbXB4md .HSdpG0qLa {
        font-size: 16px
    }
    .c-quiz-S-1 .Npj-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 568px;
        height: 353px;
        padding: 60px 30px 30px
    }
    .c-quiz-S-1 .OCJfCdhfs6E {
        top: -50px
    }
    .c-quiz-S-1 .Sti4UrS {
        margin-top: 0;
        font-size: 26px
    }
    .c-quiz-S-1 .uu3TLU {
        width: 568px;
        min-height: 483px
    }
    .c-quiz-S-1 .XE5dzlt8O {
        min-height: auto
    }
    .c-quiz-S-1 .RWwvZR {
        width: 450px;
        margin: 0 auto
    }
    .c-quiz-S-1 .jHPRH {
        margin: 0
    }
    .c-quiz-S-1 .VTG3gb_QUR .Sti4UrS {
        margin-top: 0;
        padding-bottom: 0;
        font-size: 28px
    }
    .c-quiz-S-1 .VTG3gb_QUR .Sti4UrS:before {
        content: none
    }
    .c-quiz-S-1 .VTG3gb_QUR .PNTHcHCtn {
        font-size: 22px
    }
    .c-quiz-S-1 .VTG3gb_QUR .knr3FksDq0 {
        font-size: 18px
    }
    .c-quiz-S-1 .VTG3gb_QUR .F4DSljfM {
        font-size: 22px
    }
    .c-quiz-S-1 .ZylZz8g {
        margin-top: 15px
    }
}

@media only screen and (min-width:1024px) {
    .c-quiz-S-1 .iYYg5KTbV {
        height: 683px
    }
    .c-quiz-S-1 .biAdJIIg {
        min-height: 683px
    }
    .c-quiz-S-1 .OCJfCdhfs6E {
        top: 50px;
        right: 0;
        left: 0;
        max-width: 400px;
        margin: 0 auto
    }
    .c-quiz-S-1 .knr3FksDq0 {
        font-size: 16px
    }
    .c-quiz-S-1 .sjv2oKzc {
        margin-top: 35px
    }
    .c-quiz-S-1 .uu3TLU {
        width: 687px;
        min-height: 506px;
        padding: 30px
    }
    .c-quiz-S-1 .jHPRH {
        margin: 0;
        font-size: 16px
    }
    .c-quiz-S-1 .XE5dzlt8O {
        font-size: 26px
    }
    .c-quiz-S-1 .RWwvZR {
        width: 570px;
        margin: 0 auto
    }
    .c-quiz-S-1 .De6a705,
    .c-quiz-S-1 .Pcs19VfNyEi9 {
        margin-bottom: 10px
    }
    .c-quiz-S-1 .qDAZ38MsKn07 {
        display: block;
        margin-top: 0 !important;
        margin-right: 15px;
        margin-left: 15px
    }
    .c-quiz-S-1 .RUxX0zjiM6 {
        display: block;
        width: 100%;
        max-width: none
    }
    .c-quiz-S-1 .IX1fQrbXB4md {
        display: block;
        width: 100%
    }
    .c-quiz-S-1 .ATH_tvq {
        display: table;
        margin: 0 auto 30px
    }
    .c-quiz-S-1 .ATH_tvq img {
        display: block;
        height: auto;
        max-width: 100%
    }
    .c-quiz-S-1 .Sti4UrS {
        text-transform: none
    }
    .c-quiz-S-1 .Sti4UrS:after {
        content: none
    }
    .c-quiz-S-1 .Npj-2 {
        width: 687px;
        height: 598px;
        padding: 33px 40px 30px
    }
    .c-quiz-S-1 .biAdJIIg {
        padding-top: 0;
        padding-bottom: 0
    }
    .c-quiz-S-1 .AtVTqQ {
        display: block
    }
    .c-quiz-S-1 .ZylZz8g {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .c-quiz-S-1 .cxxXiyi10 {
        font-size: 46px
    }
    .c-quiz-S-1 .F4DSljfM {
        margin-bottom: 35px
    }
    .c-quiz-S-1 .VTG3gb_QUR .Sti4UrS {
        padding-bottom: 12px
    }
    .c-quiz-S-1 .VTG3gb_QUR .Sti4UrS:before {
        content: ""
    }
    .c-quiz-S-1 .RUxX0zjiM6 {
        height: 100%;
        max-height: 160px
    }
    .c-quiz-S-1 .RUxX0zjiM6 img {
        height: 100%;
        max-height: 160px;
        -o-object-fit: cover;
        object-fit: cover
    }
    .c-quiz-S-1 .YMUQD {
        max-width: 140px
    }
}

@media only screen and (min-width:1366px) {
    .c-quiz-S-1 .iYYg5KTbV {
        height: 850px;
        margin-top: 85px
    }
    .c-quiz-S-1 .T1g-s9H .ZylZz8g {
        margin-top: 15px
    }
    .c-quiz-S-1 .T1g-s9H .VLvVhg {
        margin-bottom: 10px;
        font-size: 20px
    }
    .c-quiz-S-1 .biAdJIIg {
        min-height: 850px
    }
    .c-quiz-S-1 .XE5dzlt8O {
        margin-bottom: 20px;
        font-size: 28px
    }
    .c-quiz-S-1 .RWwvZR .mLnMwSs {
        margin-bottom: 30px
    }
    .c-quiz-S-1 .RWwvZR .XE5dzlt8O {
        margin-bottom: 0
    }
    .c-quiz-S-1 .cxxXiyi10 {
        margin: 0 -5px 0 0;
        font-size: 58px;
        font-weight: 800
    }
    .c-quiz-S-1 .lSh6 {
        font-size: 19px;
        font-weight: 600;
        text-align: right
    }
    .c-quiz-S-1 .OCJfCdhfs6E {
        max-width: 600px
    }
    .c-quiz-S-1 .LvTat {
        max-width: 570px
    }
    .c-quiz-S-1 .OGWBInIE {
        margin: 0 -5px
    }
    .c-quiz-S-1 .cwpjbqLWMtb {
        padding: 0 16px
    }
    .c-quiz-S-1 .VTG3gb_QUR {
        max-width: 900px;
        padding: 0 20px
    }
    .c-quiz-S-1 .VTG3gb_QUR .Sti4UrS {
        margin-top: 0;
        margin-bottom: 35px;
        font-size: 32px
    }
    .c-quiz-S-1 .VTG3gb_QUR .PNTHcHCtn {
        margin-bottom: 10px;
        font-size: 22px
    }
    .c-quiz-S-1 .VTG3gb_QUR .knr3FksDq0 {
        font-size: 18px
    }
    .c-quiz-S-1 .F4DSljfM {
        font-size: 22px
    }
    .c-quiz-S-1 .RUxX0zjiM6 {
        max-height: 204px;
        overflow: hidden
    }
    .c-quiz-S-1 .RUxX0zjiM6 img {
        -o-object-fit: cover;
        object-fit: cover
    }
    .c-quiz-S-1 .De6a705 {
        margin-bottom: 15px
    }
    .c-quiz-S-1 .ATH_tvq {
        display: table;
        margin: 0 auto 50px
    }
    .c-quiz-S-1 .PNTHcHCtn {
        font-size: 22px
    }
    .c-quiz-S-1 .knr3FksDq0 {
        font-size: 18px
    }
    .c-quiz-S-1 .qDAZ38MsKn07 {
        margin-top: 0 !important;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0
    }
    .c-quiz-S-1 .rGKBBd18adJw {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .c-quiz-S-1 .ZPW6eFPA {
        padding-top: 0
    }
    .c-quiz-S-1 .RWwvZR {
        width: 570px;
        margin: 0 auto
    }
    .c-quiz-S-1 .uu3TLU {
        width: 687px;
        min-height: 624px;
        padding-top: 60px
    }
    .c-quiz-S-1 .Pcs19VfNyEi9 {
        margin-top: 40px;
        margin-bottom: 40px
    }
    .c-quiz-S-1 .YMUQD {
        max-width: 160px
    }
}

.c-about_info-S-1 .W-yT6 .slick-list {
    padding-top: 20px
}

.c-about_info-S-1 .Cpzt3lBxnBoh {
    width: calc(100% + 32px) !important;
    margin: 14px -16px 0
}

.c-about_info-S-1 .Cpzt3lBxnBoh:not(.slick-slider) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-about_info-S-1 .Cpzt3lBxnBoh:not(.slick-slider)>* {
    display: none
}

.c-about_info-S-1 .Cpzt3lBxnBoh:not(.slick-slider)>:nth-child(1) {
    display: block
}

.c-about_info-S-1 .Cpzt3lBxnBoh .slick-slide {
    position: relative;
    height: auto
}

.c-about_info-S-1 .DCvP5y0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    background: #f3f3fe;
    text-align: center
}

.c-about_info-S-1 .TFUlV7HV {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 275px;
    height: 100%;
    padding: 22px;
    background: #f3f3fe
}

.c-about_info-S-1 .Dfvzm {
    padding: 16px 4px
}

.c-about_info-S-1 .Jhc3dg-r30A {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: #2e2d2d;
    text-align: left
}

.c-about_info-S-1 .gcIXVTja0 {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.5;
    color: #2e2d2d;
    text-align: left
}

.c-about_info-S-1 .bl5WWk69 {
    width: 66px;
    height: 66px;
    margin-top: -37px;
    margin-right: 25px;
    background-color: #8585cd;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%
}

.c-about_info-S-1 .GrIU6 {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23fff'%3E%3Cpath d='M482 233.539V117.007c0-49.626-40.374-90-90-90h-94.5c-5.523 0-10 4.477-10 10s4.477 10 10 10H392c38.598 0 70 31.402 70 70v106.005a73.657 73.657 0 00-24-4.017h-2v-57.333c0-21.321-17.346-38.667-38.667-38.667H284.667c-11.358 0-21.586 4.924-28.667 12.747-7.081-7.823-17.309-12.747-28.667-12.747H114.667C93.346 122.995 76 140.341 76 161.661v57.333h-2c-8.4 0-16.468 1.427-24 4.017V117.007c0-38.598 31.402-70 70-70h96.5c5.523 0 10-4.477 10-10s-4.477-10-10-10H120c-49.626 0-90 40.374-90 90V233.54c-18.188 13.495-30 35.12-30 59.456v128c0 5.523 4.477 10 10 10h20v44c0 5.523 4.477 10 10 10h54.012c5.523 0 10-4.477 10-10v-44h303.976v44c0 5.523 4.477 10 10 10H472c5.523 0 10-4.477 10-10v-44h20c5.523 0 10-4.477 10-10v-128c0-24.337-11.812-45.962-30-59.457zm-216-71.878c0-10.293 8.374-18.667 18.667-18.667h112.667c10.293 0 18.667 8.374 18.667 18.667v57.333H266v-57.333zm-170 0c0-10.293 8.374-18.667 18.667-18.667h112.667c10.293 0 18.667 8.374 18.667 18.667v57.333H96v-57.333zM84.012 464.995H50v-34h34.012v34zm377.988 0h-34.012v-34H462v34zm30-102H91.921c-5.523 0-10 4.477-10 10s4.477 10 10 10H492v28h-19.758c-.081-.002-.16-.012-.242-.012h-54.012c-.082 0-.161.01-.242.012H94.254c-.081-.002-.16-.012-.242-.012H40c-.082 0-.161.01-.242.012H20v-118c0-29.776 24.224-54 54-54h364c29.776 0 54 24.224 54 54v70z'/%3E%3Cpath d='M263.07 29.935c-1.86-1.86-4.44-2.93-7.07-2.93s-5.21 1.07-7.07 2.93-2.93 4.44-2.93 7.07 1.07 5.21 2.93 7.07 4.44 2.93 7.07 2.93 5.21-1.07 7.07-2.93 2.93-4.43 2.93-7.07c0-2.63-1.07-5.211-2.93-7.07zM59.15 365.924a10.076 10.076 0 00-7.07-2.93c-2.64 0-5.21 1.07-7.07 2.93s-2.93 4.44-2.93 7.07 1.07 5.21 2.93 7.07c1.86 1.86 4.44 2.93 7.07 2.93s5.21-1.07 7.07-2.93c1.86-1.86 2.93-4.44 2.93-7.07s-1.07-5.21-2.93-7.07z'/%3E%3C/svg%3E");
    background-size: 36px
}

.c-about_info-S-1 .vSzlJ5 {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' x='0' y='0' viewBox='0 0 512 512' xml:space='preserve' fill='%23fff'%3E%3Cstyle%3E.st0{stroke-width:4;stroke-miterlimit:10}%3C/style%3E%3Cpath class='st0' d='M126.5 46.7c4.2 0 7.5-3.4 7.5-7.5V33c0-4.2-3.4-7.5-7.5-7.5-4.2 0-7.5 3.4-7.5 7.5v6.2c-.1 4.1 3.3 7.5 7.5 7.5zm36.1 15c1.9 0 3.9-.7 5.3-2.2l4.4-4.4c2.9-2.9 2.9-7.7 0-10.6-2.9-2.9-7.7-2.9-10.6 0l-4.4 4.4c-2.9 2.9-2.9 7.7 0 10.6 1.5 1.4 3.4 2.2 5.3 2.2zM85 121.1l-4.4 4.4c-2.9 2.9-2.9 7.7 0 10.6 1.5 1.5 3.4 2.2 5.3 2.2s3.9-.7 5.3-2.2l4.4-4.4c2.9-2.9 2.9-7.7 0-10.6-2.9-2.9-7.7-2.9-10.6 0zm-2.1-30.8c0-4.2-3.4-7.5-7.5-7.5h-6.2c-4.2 0-7.5 3.4-7.5 7.5 0 4.2 3.4 7.5 7.5 7.5h6.2c4.1 0 7.5-3.3 7.5-7.5zM85 59.5c1.5 1.5 3.4 2.2 5.3 2.2s3.9-.7 5.3-2.2c2.9-2.9 2.9-7.7 0-10.6l-4.4-4.4c-2.9-2.9-7.7-2.9-10.6 0-2.9 2.9-2.9 7.7 0 10.6l4.4 4.4z'/%3E%3Cpath class='st0' d='M318.6 267.4c86.7 0 157.2-70.5 157.2-157.2 0-15.3-12.5-27.8-27.8-27.8H312.3c-4.2 0-7.5 3.4-7.5 7.5 0 4.2 3.4 7.5 7.5 7.5H448c7 0 12.7 5.7 12.7 12.7 0 13.4-1.9 26.3-5.3 38.6H143.3c-3.5-12.3-5.3-25.2-5.3-38.6 0-7 5.7-12.7 12.7-12.7h131.4c4.2 0 7.5-3.4 7.5-7.5 0-4.2-3.4-7.5-7.5-7.5h-65.8C212.3 36 173.2 0 126.5 0 76.7 0 36.2 40.5 36.2 90.3s40.5 90.3 90.3 90.3c4.3 0 8.5-.3 12.7-.9 25.1 50.7 76.9 86.1 136.9 87.6v58.4c0 4.2 3.4 7.5 7.5 7.5 4.2 0 7.5-3.4 7.5-7.5v-58.4h12.2v179.1c0 11.7 5.7 22.8 15.3 29.7l29 20.8H246.8l29-20.8c9.6-6.9 15.3-18 15.3-29.7v-90.6c0-4.2-3.4-7.5-7.5-7.5s-7.5 3.4-7.5 7.5v90.6c0 6.9-3.4 13.4-9 17.4l-44.5 31.9c-3.2 2.3-4.5 6.1-3.4 9.8 1.2 3.9 5.1 6.5 9.6 6.5h136.8c4.5 0 8.4-2.6 9.6-6.5 1.2-3.6-.2-7.5-3.4-9.8l-44.5-31.9c-5.7-4.1-9-10.6-9-17.4v-179h.3zM123.2 106.2c-7.4-1.5-13-8.1-13-15.9 0-9 7.3-16.3 16.3-16.3 6.7 0 12.5 4 15 9.9-9.6 3.5-16.8 12-18.3 22.3zm3.3 59.4c-41.5 0-75.2-33.8-75.2-75.2S85 15.1 126.5 15.1c38.5 0 70.8 29.3 74.8 67.3h-44.5C153.2 68.7 140.9 59 126.5 59c-17.3 0-31.3 14-31.3 31.3 0 16.2 12.4 29.6 28.2 31.2.9 12.7 3.3 24.9 7.1 36.6.1.4.2.8.4 1.1.7 2.1 1.4 4.1 2.1 6.1-2.2.2-4.4.3-6.5.3zm22-1.8h301.8c-21.2 51.9-72.2 88.6-131.7 88.6h-38.4c-59.4-.1-110.5-36.7-131.7-88.6z'/%3E%3C/svg%3E");
    background-position: 15px 18px;
    background-size: 31px
}

.c-about_info-S-1 .m6Owm {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 -21 512 512' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M490.152 240.305H472.38c-1.664-27.024-8.246-53.106-19.637-77.625-1.738-3.754-6.191-5.38-9.945-3.64a7.49 7.49 0 00-3.64 9.948c10.464 22.535 16.57 46.492 18.21 71.317h-343.07c-4.137 0-7.488 3.351-7.488 7.488s3.351 7.488 7.488 7.488h375.855c3.79 0 6.868 3.082 6.868 6.871v9.141c0 3.789-3.079 6.871-6.868 6.871H21.848c-3.79 0-6.868-3.082-6.868-6.871v-9.14c0-3.79 3.079-6.872 6.868-6.872h57.539c4.136 0 7.492-3.351 7.492-7.488s-3.356-7.488-7.492-7.488H54.633c3.3-49.754 24.637-96.04 60.597-131.047 34.657-33.735 79.438-53.594 127.297-56.742.028 0 .055.004.082 0 2.04-.133 4.055-.235 6.047-.309.399-.012.793-.031 1.192-.043.71-.023 1.418-.039 2.117-.055 1.344-.023 2.687-.046 4.035-.046 1.79 0 3.578.035 5.363.082l1.582.046c1.375.047 2.746.118 4.118.192.726.039 1.453.078 2.183.125 61.488 4.039 118.059 36.015 153.262 87.289a7.49 7.49 0 0012.347-8.48 216.972 216.972 0 00-148.152-92.028 36.464 36.464 0 005.832-19.77c0-4.07-1.816-11.574-13.98-16.05C272.48 1.234 264.469 0 256 0c-8.473 0-16.484 1.234-22.559 3.469-12.164 4.476-13.976 11.98-13.976 16.05 0 7.13 2.09 13.942 5.8 19.727-45.245 6.402-87.21 26.887-120.484 59.277-38.87 37.84-61.836 87.95-65.16 141.778H21.848C9.8 240.305 0 250.105 0 262.152v9.141c0 12.05 9.8 21.852 21.848 21.852h80.683a92.804 92.804 0 00-11.5 9.285l-.148.14c-.23.215-.45.446-.649.692l-35.558 43.18c-4.461-2.833-9.742-3.864-14.953-2.864a20.538 20.538 0 00-13.235 8.711L12.504 372.91c-6.395 9.434-3.926 22.32 5.5 28.723l95.691 65.008c3.47 2.355 7.477 3.582 11.582 3.582 1.305 0 2.621-.125 3.934-.375a20.539 20.539 0 0013.23-8.711l13.985-20.621c6.394-9.434 3.93-22.32-5.496-28.723l-.547-.371c6.66-7.559 15.539-12.977 25.199-15.211 20.356-4.715 44.309-1.68 60.555 1.012 20.097 3.328 41.207 2.191 61.047-3.29l27.578-7.62c18.37-5.079 35.277-13.63 50.254-25.418.113-.09.222-.18.332-.278l47.347-41.933c8.07-6.176 9.828-16.871 7.043-25.54h60.414c12.047 0 21.848-9.8 21.848-21.847v-9.145c0-12.047-9.8-21.847-21.848-21.847zM256 14.98c12.613 0 20.172 3.122 21.555 4.856a21.564 21.564 0 01-9.543 17.59c-1.473-.078-2.926-.14-4.375-.196-.489-.015-.977-.039-1.465-.05-2.09-.063-4.152-.094-6.172-.094-1.434 0-2.895.02-4.367.05-.711.012-1.426.032-2.14.055-.852.028-1.712.055-2.571.09-.98.043-1.961.086-2.938.14a21.559 21.559 0 01-9.539-17.585c1.383-1.734 8.942-4.856 21.555-4.856zm53.71 281.778a24.705 24.705 0 00-1.98-3.613h71.84l-31.062 20.558-44.278 12.809-1.503.035c8.523-7.106 11.632-19.238 6.984-29.79zm-81.218-3.613l-10.808 2.253-8.356-2.253zm-84.465 138.964l-13.98 20.621a5.67 5.67 0 01-3.652 2.407 5.673 5.673 0 01-4.282-.887l-95.691-65.008a5.71 5.71 0 01-1.516-7.922l13.985-20.625a5.656 5.656 0 013.648-2.402 5.653 5.653 0 014.281.887l5.168 3.507c0 .004.004.004.004.004l90.52 61.493a5.715 5.715 0 011.515 7.925zm269.477-125.254c-.18.13-.352.27-.52.418l-47.398 41.985a127.102 127.102 0 01-44.813 22.613l-27.578 7.621c-17.757 4.91-36.64 5.93-54.605 2.953-17.508-2.898-43.43-6.144-66.387-.828-13.297 3.078-25.437 10.719-34.27 21.344l-70.792-48.09 34.359-41.726c12.996-12.27 29.477-19.555 45.258-20h.305c4.894-.082 10.074 1.359 15.554 2.894 1.102.305 2.2.613 3.301.91l49.594 13.38a7.489 7.489 0 003.48.097l64.953-13.543c2.946-.61 6.04-.012 8.489 1.648a10.054 10.054 0 013.57 4.266c2.226 5.05.129 10.98-4.848 13.543l-22.16 11.734a7.49 7.49 0 00-3.742 8.5c.875 3.364 3.934 5.653 7.41 5.606l32.871-.711a7.55 7.55 0 001.918-.293l46.317-13.399a7.503 7.503 0 002.054-.949l46.727-30.93c3.922-2.421 9.14-4.414 11.918-.316 2.164 3.188 2.215 8.926-.965 11.273zm0 0'/%3E%3C/svg%3E");
    background-size: 41px
}

.c-about_info-S-1 .im8aw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

@media (min-width:400px) {
    .c-about_info-S-1 .TFUlV7HV {
        width: 320px
    }
}

@media only screen and (min-width:568px) {
    .c-about_info-S-1 .Cpzt3lBxnBoh:not(.slick-slider)>:nth-child(2) {
        display: block
    }
}

@media only screen and (min-width:768px) {
    .c-about_info-S-1 .Cpzt3lBxnBoh:not(.slick-slider)>:nth-child(3) {
        display: block
    }
    .c-about_info-S-1 .TFUlV7HV {
        width: 400px
    }
}

@media only screen and (min-width:1024px) {
    .c-about_info-S-1 .W-yT6 {
        width: 100%;
        max-width: 100%
    }
    .c-about_info-S-1 .WTJbwA {
        width: 33%
    }
    .c-about_info-S-1 .Cpzt3lBxnBoh .slick-slide:before {
        bottom: 0;
        left: 12px;
        width: calc(100% - 24px)
    }
    .c-about_info-S-1 .Cpzt3lBxnBoh .slick-list {
        padding: 0 !important
    }
    .c-about_info-S-1 .Cpzt3lBxnBoh .slick-track {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100% !important;
        -webkit-transform: none !important;
        transform: none !important
    }
    .c-about_info-S-1 .bl5WWk69 {
        margin-top: -33px
    }
    .c-about_info-S-1 .TFUlV7HV {
        width: 308px;
        padding: 22px 35px 31px 38px
    }
    .c-about_info-S-1 .Dfvzm {
        padding: 12px
    }
}

@media only screen and (min-width:1366px) {
    .c-about_info-S-1 .Cpzt3lBxnBoh .slick-track {
        margin-left: 0
    }
    .c-about_info-S-1 .Dfvzm {
        width: 33.33%
    }
    .c-about_info-S-1 .TFUlV7HV {
        width: 100%
    }
    .c-about_info-S-1 .Jhc3dg-r30A {
        font-size: 24px
    }
}

.c-app-info-S-1 .t0cHsIdQF {
    margin-top: 40px
}

.c-app-info-S-1 .t0cHsIdQF:first-child {
    margin-top: 0
}

.c-app-info-S-1 .E7l7dv8ROeij .bcfmGdC {
    background-color: #f18943
}

.c-app-info-S-1 .gHIrMzI0_jv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-app-info-S-1 .O_kRzYw8 {
    margin: 0 0 0 14px
}

.c-app-info-S-1 .bcfmGdC {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 39px;
    height: 39px;
    background-color: #8585cd;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #fff
}

.c-app-info-S-1 .uBqVQ {
    width: 100%;
    border: 1px solid #aeaede;
    text-align: center
}

.c-app-info-S-1 .Ef8PoxdkDY,
.c-app-info-S-1 .iv3W5zJHT {
    margin-top: 15px
}

.c-app-info-S-1 .aIVPK8XXgfG {
    margin-bottom: 10px;
    font-weight: 700
}

.c-app-info-S-1 .p525Ks {
    margin: 14px -8px 0
}

.c-app-info-S-1 .p525Ks:not(.slick-slider) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-app-info-S-1 .p525Ks:not(.slick-slider)>* {
    display: none
}

.c-app-info-S-1 .p525Ks:not(.slick-slider)>:nth-child(1) {
    display: block
}

.c-app-info-S-1 .sL2KJh8 {
    padding: 16px 8px
}

.c-app-info-S-1 .Znt0j {
    width: 205px;
    background-color: #fff;
    text-align: center;
    -webkit-box-shadow: 0 1px 12px 0 rgba(2, 7, 24, .15);
    box-shadow: 0 1px 12px 0 rgba(2, 7, 24, .15)
}

.c-app-info-S-1 .z8TK8ctbgmKD {
    display: block;
    vertical-align: top;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 118px;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover
}

.c-app-info-S-1 .Ev3JZwHbsn {
    padding: 11px 25px 25px
}

.c-app-info-S-1 .s_uVfnzN,
.c-app-info-S-1 .G7q3lLS {
    font-size: 16px;
    font-weight: 600
}

.c-app-info-S-1 .s_uVfnzN {
    margin-top: 2px;
    color: #8585cd
}

.c-app-info-S-1 .sSbSbIuHpXEN {
    width: 100%;
    height: 44px;
    margin-top: 8px
}

@media only screen and (min-width:568px) {
    .c-app-info-S-1 .uBqVQ {
        float: left;
        max-width: 270px;
        margin: 5px 20px 5px 0
    }
    .c-app-info-S-1 .p525Ks:not(.slick-slider)>:nth-child(2) {
        display: block
    }
}

@media only screen and (min-width:768px) {
    .c-app-info-S-1 .p525Ks:not(.slick-slider)>:nth-child(3) {
        display: block
    }
}

@media only screen and (min-width:1024px) {
    .c-app-info-S-1 .uBqVQ {
        margin-right: 25px
    }
    .c-app-info-S-1 .p525Ks {
        margin: 22px -16px 0
    }
    .c-app-info-S-1 .p525Ks:not(.slick-slider)>:nth-child(4) {
        display: block
    }
    .c-app-info-S-1 .sL2KJh8 {
        padding: 16px
    }
    .c-app-info-S-1 .t0cHsIdQF {
        margin-top: 50px
    }
}

.c-banner_menu-S-1 .ThzZqEG {
    position: relative;
    min-height: 405px
}

.c-banner_menu-S-1 .ThzZqEG .ZK8gbnjNOgT {
    position: relative;
    z-index: 2;
    background-color: #fff
}

.c-banner_menu-S-1 .vGR4bc5qc5C {
    margin: 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.333;
    color: #201e1e;
    text-align: center;
    text-transform: none
}

.c-banner_menu-S-1 .vGR4bc5qc5C span {
    margin: 0 5px;
    color: #f03968
}

.c-banner_menu-S-1 .o0lQEoT9a {
	display: block;
	max-width: 350px;
	margin: 40px auto 0;
	overflow: hidden;
	border-radius: 27px;
	line-height: 50px
}

.c-banner_menu-S-1 .FqvAgu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    min-height: 405px
}

.c-banner_menu-S-1 .N4mi37VLYI {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 32px);
    height: 100%;
    margin-left: -16px
}

.c-banner_menu-S-1 .N4mi37VLYI:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100px;
    min-height: 405px;
    z-index: -1;
    background-color: rgba(219, 227, 255, .75)
}

.c-banner_menu-S-1 .cZtU9o65dB0U {
    display: none
}

.c-banner_menu-S-1 .hA89d3iKPIw {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    overflow: hidden
}

.c-banner_menu-S-1 .hA89d3iKPIw img {
    display: inline-block;
    min-width: 100%;
    min-height: 100%
}

@supports (object-fit:cover) {
    .c-banner_menu-S-1 .hA89d3iKPIw img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media only screen and (min-width:568px) {
    .c-banner_menu-S-1 .ThzZqEG {
        position: relative
    }
    .c-banner_menu-S-1 .ThzZqEG:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 55%;
        height: 85%;
        z-index: -1;
        background: #f9ebf2;
        border-radius: 0 0 0 40px
    }
    .c-banner_menu-S-1 .eiEzY-M02vv {
        position: relative;
        width: calc(100% - 272px);
        padding-right: 20px
    }
    .c-banner_menu-S-1 .eiEzY-M02vv:after,
    .c-banner_menu-S-1 .eiEzY-M02vv:before {
        content: '';
        position: absolute;
        width: 80px;
        height: 80px;
        background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 143.1 140.8' style='enable-background:new 0 0 143.1 140.8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFBDD1;} %3C/style%3E%3Cg%3E%3Cpath id='XMLID_2657_' class='st0' d='M44.4,1.6c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9c0-0.5,0.4-0.9,0.9-0.9 C44,0.8,44.4,1.1,44.4,1.6z'/%3E%3Cpath id='XMLID_2656_' class='st0' d='M58.4,1.6c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9c0-0.5,0.4-0.9,0.9-0.9 C58,0.8,58.4,1.1,58.4,1.6z'/%3E%3Cpath id='XMLID_2655_' class='st0' d='M115.2,1.6c0,0.9-0.7,1.6-1.6,1.6c-0.9,0-1.6-0.7-1.6-1.6c0-0.9,0.7-1.6,1.6-1.6 C114.4,0,115.2,0.7,115.2,1.6z'/%3E%3Cpath id='XMLID_2654_' class='st0' d='M128.4,1.6c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9c0-0.5,0.4-0.9,0.9-0.9 C128,0.8,128.4,1.1,128.4,1.6z'/%3E%3Ccircle id='XMLID_2653_' class='st0' cx='141.5' cy='1.6' r='1.6'/%3E%3Cpath id='XMLID_2651_' class='st0' d='M2.4,14.2C2.4,14.6,2,15,1.6,15c-0.5,0-0.9-0.4-0.9-0.9c0-0.5,0.4-0.9,0.9-0.9 C2,13.3,2.4,13.7,2.4,14.2z'/%3E%3Cpath id='XMLID_2650_' class='st0' d='M17.2,14.2c0,0.9-0.7,1.6-1.6,1.6c-0.9,0-1.6-0.7-1.6-1.6c0-0.9,0.7-1.6,1.6-1.6 C16.4,12.6,17.2,13.3,17.2,14.2z'/%3E%3Ccircle id='XMLID_2649_' class='st0' cx='29.6' cy='14.2' r='0.9'/%3E%3Cpath id='XMLID_2648_' class='st0' d='M44.4,14.2c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9c0-0.5,0.4-0.9,0.9-0.9 C44,13.3,44.4,13.7,44.4,14.2z'/%3E%3Cpath id='XMLID_2647_' class='st0' d='M59.4,14.2c0,1-0.8,1.8-1.8,1.8c-1,0-1.8-0.8-1.8-1.8c0-1,0.8-1.8,1.8-1.8 C58.6,12.3,59.4,13.1,59.4,14.2z'/%3E%3Ccircle id='XMLID_2646_' class='st0' cx='71.5' cy='14.2' r='0.9'/%3E%3Cpath id='XMLID_2645_' class='st0' d='M86.4,14.2c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9c0-0.5,0.4-0.9,0.9-0.9 C86,13.3,86.4,13.7,86.4,14.2z'/%3E%3Ccircle id='XMLID_2644_' class='st0' cx='99.5' cy='14.2' r='0.9'/%3E%3Ccircle id='XMLID_2642_' class='st0' cx='15.6' cy='26.7' r='0.9'/%3E%3Ccircle id='XMLID_2641_' class='st0' cx='29.6' cy='26.7' r='0.9'/%3E%3Cpath id='XMLID_2640_' class='st0' d='M44.4,26.7c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9c0-0.5,0.4-0.9,0.9-0.9 C44,25.8,44.4,26.2,44.4,26.7z'/%3E%3Cpath id='XMLID_2639_' class='st0' d='M58.4,26.7c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9c0-0.5,0.4-0.9,0.9-0.9 C58,25.8,58.4,26.2,58.4,26.7z'/%3E%3Ccircle id='XMLID_2638_' class='st0' cx='71.5' cy='26.7' r='0.9'/%3E%3Cpath id='XMLID_2637_' class='st0' d='M86.4,26.7c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9c0-0.5,0.4-0.9,0.9-0.9 C86,25.8,86.4,26.2,86.4,26.7z'/%3E%3Ccircle id='XMLID_2636_' class='st0' cx='99.5' cy='26.7' r='1.4'/%3E%3Cpath id='XMLID_2635_' class='st0' d='M114.4,26.7c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9c0-0.5,0.4-0.9,0.9-0.9 C114,25.8,114.4,26.2,114.4,26.7z'/%3E%3Cpath id='XMLID_2634_' class='st0' d='M128.4,26.7c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9c0-0.5,0.4-0.9,0.9-0.9 C128,25.8,128.4,26.2,128.4,26.7z'/%3E%3Ccircle id='XMLID_2633_' class='st0' cx='141.5' cy='26.7' r='0.9'/%3E%3Cpath id='XMLID_2631_' class='st0' d='M45.2,39.2c0,0.9-0.7,1.6-1.6,1.6c-0.9,0-1.6-0.7-1.6-1.6s0.7-1.6,1.6-1.6 C44.5,37.5,45.2,38.3,45.2,39.2z'/%3E%3Cpath id='XMLID_2630_' class='st0' d='M58.4,39.2c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9c0-0.5,0.4-0.9,0.9-0.9 C58,38.3,58.4,38.7,58.4,39.2z'/%3E%3Ccircle id='XMLID_2629_' class='st0' cx='71.5' cy='39.2' r='0.9'/%3E%3Cpath id='XMLID_2628_' class='st0' d='M86.4,39.2c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9c0-0.5,0.4-0.9,0.9-0.9 C86,38.3,86.4,38.7,86.4,39.2z'/%3E%3Ccircle id='XMLID_2627_' class='st0' cx='99.5' cy='39.2' r='0.9'/%3E%3Cpath id='XMLID_2626_' class='st0' d='M115.3,39.2c0,1-0.8,1.7-1.7,1.7c-1,0-1.7-0.8-1.7-1.7c0-1,0.8-1.7,1.7-1.7 C114.5,37.4,115.3,38.2,115.3,39.2z'/%3E%3Cpath id='XMLID_2620_' class='st0' d='M58.4,51.7c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9c0-0.5,0.4-0.9,0.9-0.9 C58,50.8,58.4,51.2,58.4,51.7z'/%3E%3Ccircle id='XMLID_2619_' class='st0' cx='71.5' cy='51.7' r='0.9'/%3E%3Cpath id='XMLID_2618_' class='st0' d='M87.5,51.7c0,1.1-0.9,2-2,2c-1.1,0-2-0.9-2-2s0.9-2,2-2C86.6,49.7,87.5,50.6,87.5,51.7z'/%3E%3Ccircle id='XMLID_2617_' class='st0' cx='99.5' cy='51.7' r='0.9'/%3E%3Cpath id='XMLID_2616_' class='st0' d='M114.4,51.7c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9c0-0.5,0.4-0.9,0.9-0.9 C114,50.8,114.4,51.2,114.4,51.7z'/%3E%3Cpath id='XMLID_2615_' class='st0' d='M128.4,51.7c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9c0-0.5,0.4-0.9,0.9-0.9 C128,50.8,128.4,51.2,128.4,51.7z'/%3E%3Ccircle id='XMLID_2614_' class='st0' cx='141.5' cy='51.7' r='0.9'/%3E%3Ccircle id='XMLID_2610_' class='st0' cx='29.6' cy='64.2' r='3.9'/%3E%3Cpath id='XMLID_2609_' class='st0' d='M44.4,64.2c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9c0-0.5,0.4-0.9,0.9-0.9 C44,63.3,44.4,63.7,44.4,64.2z'/%3E%3Ccircle id='XMLID_2608_' class='st0' cx='57.5' cy='64.2' r='1.8'/%3E%3Cpath id='XMLID_2607_' class='st0' d='M72.4,64.2c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9c0-0.5,0.4-0.9,0.9-0.9 C72,63.3,72.4,63.7,72.4,64.2z'/%3E%3Cpath id='XMLID_2606_' class='st0' d='M86.4,64.2c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9c0-0.5,0.4-0.9,0.9-0.9 C86,63.3,86.4,63.7,86.4,64.2z'/%3E%3Cpath id='XMLID_2605_' class='st0' d='M100.4,64.2c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9c0-0.5,0.4-0.9,0.9-0.9 C100,63.3,100.4,63.7,100.4,64.2z'/%3E%3Cpath id='XMLID_2603_' class='st0' d='M44.4,76.7c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9c0-0.5,0.4-0.9,0.9-0.9 C44,75.8,44.4,76.2,44.4,76.7z'/%3E%3Cpath id='XMLID_2602_' class='st0' d='M58.4,76.7c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9c0-0.5,0.4-0.9,0.9-0.9 C58,75.8,58.4,76.2,58.4,76.7z'/%3E%3Cpath id='XMLID_2601_' class='st0' d='M73.4,76.7c0,1-0.9,1.9-1.9,1.9c-1,0-1.9-0.9-1.9-1.9c0-1,0.9-1.9,1.9-1.9 C72.6,74.8,73.4,75.6,73.4,76.7z'/%3E%3Cpath id='XMLID_2600_' class='st0' d='M86.4,76.7c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9c0-0.5,0.4-0.9,0.9-0.9 C86,75.8,86.4,76.2,86.4,76.7z'/%3E%3Ccircle id='XMLID_2599_' class='st0' cx='99.5' cy='76.7' r='0.9'/%3E%3Cpath id='XMLID_2598_' class='st0' d='M115.4,76.7c0,1-0.8,1.8-1.8,1.8c-1,0-1.8-0.8-1.8-1.8c0-1,0.8-1.8,1.8-1.8 C114.6,74.9,115.4,75.7,115.4,76.7z'/%3E%3Cpath id='XMLID_2597_' class='st0' d='M128.4,76.7c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9c0-0.5,0.4-0.9,0.9-0.9 C128,75.8,128.4,76.2,128.4,76.7z'/%3E%3Ccircle id='XMLID_2596_' class='st0' cx='141.5' cy='76.7' r='0.9'/%3E%3Cpath id='XMLID_2594_' class='st0' d='M3.1,89.2c0,0.9-0.7,1.6-1.6,1.6S0,90.1,0,89.2s0.7-1.6,1.6-1.6S3.1,88.3,3.1,89.2z'/%3E%3Ccircle id='XMLID_2593_' class='st0' cx='15.6' cy='89.2' r='0.9'/%3E%3Ccircle id='XMLID_2592_' class='st0' cx='29.6' cy='89.2' r='0.9'/%3E%3Cpath id='XMLID_2591_' class='st0' d='M45.3,89.2c0,1-0.8,1.7-1.7,1.7c-1,0-1.7-0.8-1.7-1.7c0-1,0.8-1.7,1.7-1.7 C44.5,87.5,45.3,88.3,45.3,89.2z'/%3E%3Cpath id='XMLID_2590_' class='st0' d='M58.4,89.2c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9c0-0.5,0.4-0.9,0.9-0.9 C58,88.3,58.4,88.7,58.4,89.2z'/%3E%3Ccircle id='XMLID_2589_' class='st0' cx='71.5' cy='89.2' r='0.9'/%3E%3Cpath id='XMLID_2588_' class='st0' d='M86.4,89.2c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9c0-0.5,0.4-0.9,0.9-0.9 C86,88.3,86.4,88.7,86.4,89.2z'/%3E%3Ccircle id='XMLID_2587_' class='st0' cx='99.5' cy='89.2' r='0.9'/%3E%3Ccircle id='XMLID_2583_' class='st0' cx='29.6' cy='101.7' r='0.9'/%3E%3Cpath id='XMLID_2050_' class='st0' d='M44.4,101.7c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9c0-0.5,0.4-0.9,0.9-0.9 C44,100.8,44.4,101.2,44.4,101.7z'/%3E%3Cpath id='XMLID_1371_' class='st0' d='M58.4,101.7c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9c0-0.5,0.4-0.9,0.9-0.9 C58,100.8,58.4,101.2,58.4,101.7z'/%3E%3Ccircle id='XMLID_1370_' class='st0' cx='71.5' cy='101.7' r='0.9'/%3E%3Ccircle id='XMLID_1369_' class='st0' cx='85.5' cy='101.7' r='2.2'/%3E%3Ccircle id='XMLID_1366_' class='st0' cx='99.5' cy='101.7' r='0.9'/%3E%3Cpath id='XMLID_1365_' class='st0' d='M114.4,101.7c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9c0-0.5,0.4-0.9,0.9-0.9 C114,100.8,114.4,101.2,114.4,101.7z'/%3E%3Ccircle id='XMLID_1364_' class='st0' cx='127.5' cy='101.7' r='1.7'/%3E%3Ccircle id='XMLID_1351_' class='st0' cx='141.5' cy='101.7' r='0.9'/%3E%3Cpath id='XMLID_1349_' class='st0' d='M44.4,114.2c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9c0-0.5,0.4-0.9,0.9-0.9 C44,113.3,44.4,113.7,44.4,114.2z'/%3E%3Cpath id='XMLID_1347_' class='st0' d='M58.4,114.2c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9c0-0.5,0.4-0.9,0.9-0.9 C58,113.3,58.4,113.7,58.4,114.2z'/%3E%3Ccircle id='XMLID_1335_' class='st0' cx='71.5' cy='114.2' r='0.9'/%3E%3Cpath id='XMLID_1334_' class='st0' d='M86.4,114.2c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9c0-0.5,0.4-0.9,0.9-0.9 C86,113.3,86.4,113.7,86.4,114.2z'/%3E%3Cpath id='XMLID_1333_' class='st0' d='M100.8,114.2c0,0.7-0.6,1.3-1.3,1.3c-0.7,0-1.3-0.6-1.3-1.3c0-0.7,0.6-1.3,1.3-1.3 C100.2,112.9,100.8,113.5,100.8,114.2z'/%3E%3Cpath id='XMLID_1326_' class='st0' d='M114.4,114.2c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9c0-0.5,0.4-0.9,0.9-0.9 C114,113.3,114.4,113.7,114.4,114.2z'/%3E%3Cpath id='XMLID_1303_' class='st0' d='M2.4,126.7c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9c0-0.5,0.4-0.9,0.9-0.9 C2,125.8,2.4,126.2,2.4,126.7z'/%3E%3Cpath id='XMLID_1302_' class='st0' d='M16.4,126.7c0,0.5-0.4,0.9-0.9,0.9s-0.9-0.4-0.9-0.9c0-0.5,0.4-0.9,0.9-0.9 S16.4,126.2,16.4,126.7z'/%3E%3Cpath id='XMLID_1301_' class='st0' d='M31.2,126.7c0,0.9-0.8,1.7-1.7,1.7c-0.9,0-1.7-0.8-1.7-1.7c0-0.9,0.8-1.7,1.7-1.7 C30.5,125,31.2,125.8,31.2,126.7z'/%3E%3Cpath id='XMLID_1299_' class='st0' d='M44.4,126.7c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9c0-0.5,0.4-0.9,0.9-0.9 C44,125.8,44.4,126.2,44.4,126.7z'/%3E%3Cpath id='XMLID_1298_' class='st0' d='M58.4,126.7c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9c0-0.5,0.4-0.9,0.9-0.9 C58,125.8,58.4,126.2,58.4,126.7z'/%3E%3Cpath id='XMLID_1297_' class='st0' d='M72.4,126.7c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9c0-0.5,0.4-0.9,0.9-0.9 C72,125.8,72.4,126.2,72.4,126.7z'/%3E%3Cpath id='XMLID_1279_' class='st0' d='M86.4,126.7c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9c0-0.5,0.4-0.9,0.9-0.9 C86,125.8,86.4,126.2,86.4,126.7z'/%3E%3Cpath id='XMLID_1278_' class='st0' d='M101.1,126.7c0,0.8-0.7,1.5-1.5,1.5c-0.8,0-1.5-0.7-1.5-1.5c0-0.8,0.7-1.5,1.5-1.5 C100.4,125.2,101.1,125.9,101.1,126.7z'/%3E%3Cpath id='XMLID_1277_' class='st0' d='M114.4,126.7c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9c0-0.5,0.4-0.9,0.9-0.9 C114,125.8,114.4,126.2,114.4,126.7z'/%3E%3Cpath id='XMLID_1263_' class='st0' d='M128.4,126.7c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9c0-0.5,0.4-0.9,0.9-0.9 C128,125.8,128.4,126.2,128.4,126.7z'/%3E%3Cpath id='XMLID_1262_' class='st0' d='M142.4,126.7c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9c0-0.5,0.4-0.9,0.9-0.9 C142,125.8,142.4,126.2,142.4,126.7z'/%3E%3Cpath id='XMLID_1254_' class='st0' d='M45.1,139.2c0,0.8-0.7,1.5-1.5,1.5c-0.8,0-1.5-0.7-1.5-1.5c0-0.8,0.7-1.5,1.5-1.5 C44.4,137.7,45.1,138.4,45.1,139.2z'/%3E%3Cpath id='XMLID_1253_' class='st0' d='M58.4,139.2c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9c0-0.5,0.4-0.9,0.9-0.9 C58,138.3,58.4,138.7,58.4,139.2z'/%3E%3Ccircle id='XMLID_1239_' class='st0' cx='71.5' cy='139.2' r='0.9'/%3E%3Cpath id='XMLID_1238_' class='st0' d='M129.1,139.2c0,0.9-0.7,1.6-1.6,1.6c-0.9,0-1.6-0.7-1.6-1.6c0-0.9,0.7-1.6,1.6-1.6 C128.4,137.6,129.1,138.4,129.1,139.2z'/%3E%3Ccircle id='XMLID_1237_' class='st0' cx='141.5' cy='139.2' r='0.9'/%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: cover
    }
    .c-banner_menu-S-1 .eiEzY-M02vv:after {
        right: 15%;
        bottom: -40%
    }
    .c-banner_menu-S-1 .eiEzY-M02vv:before {
        top: -90px;
        left: 0
    }
    .c-banner_menu-S-1 .N4mi37VLYI {
        position: relative;
        width: 272px;
        height: 334px;
        z-index: 1
    }
    .c-banner_menu-S-1 .N4mi37VLYI:after {
        height: 100%;
        min-height: 100%;
        background: 0 0
    }
    .c-banner_menu-S-1 .N4mi37VLYI:before {
        content: '';
        position: absolute;
        top: -15px;
        right: -15px;
        width: 100%;
        height: 100%;
        z-index: -1;
        border: 1px solid #fff;
        border-radius: 0 30px 0 30px
    }
    .c-banner_menu-S-1 .hA89d3iKPIw {
        border-radius: 0 30px 0 30px
    }
    .c-banner_menu-S-1 .vGR4bc5qc5C {
        text-align: left
    }
    .c-banner_menu-S-1 .o0lQEoT9a {
        margin: 20px 0 0
    }
    .c-banner_menu-S-1 .FqvAgu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }
}

@media only screen and (min-width:768px) {
    .c-banner_menu-S-1 .cZtU9o65dB0U {
        display: block;
        margin-top: 12px;
        font-size: 14px
    }
    .c-banner_menu-S-1 .eiEzY-M02vv {
        width: calc(100% - 374px);
        padding-right: 30px
    }
    .c-banner_menu-S-1 .ThzZqEG {
        background: snow;
        background: radial-gradient(ellipse at center, #f9ebf2 0%, rgba(41, 137, 216, 0) 55%, rgba(30, 87, 153, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff37', endColorstr='#1e5799', GradientType=1)
    }
    .c-banner_menu-S-1 .eiEzY-M02vv:after {
        bottom: -23%
    }
}

@media only screen and (min-width:1024px) {
    .c-banner_menu-S-1 .eiEzY-M02vv:before {
        top: -65px
    }
    .c-banner_menu-S-1 .vGR4bc5qc5C {
        font-size: 32px
    }
}

@media only screen and (min-width:1366px) {
    .c-banner_menu-S-1 .ThzZqEG {
        min-height: 776px
    }
    .c-banner_menu-S-1 .ThzZqEG:after {
        z-index: -1
    }
    .c-banner_menu-S-1 .ThzZqEG .ZK8gbnjNOgT {
        background-color: transparent
    }
    .c-banner_menu-S-1 .ThzZqEG .YoDU-h {
        border-color: transparent
    }
    .c-banner_menu-S-1 .ThzZqEG .tyO_I {
        z-index: 33
    }
    .c-banner_menu-S-1 .vGR4bc5qc5C {
        font-size: 50px
    }
    .c-banner_menu-S-1 .eiEzY-M02vv {
        width: calc(100% - 675px);
        max-width: 645px;
        padding-right: 50px
    }
    .c-banner_menu-S-1 .eiEzY-M02vv:before {
        top: -40%;
        left: -10%;
        width: 100px;
        height: 100px
    }
    .c-banner_menu-S-1 .N4mi37VLYI {
        position: relative;
        width: 475px;
        height: 536px;
        margin-top: 30px;
        z-index: 1
    }
    .c-banner_menu-S-1 .cZtU9o65dB0U {
        font-size: 16px;
        color: #374251
    }
    .c-banner_menu-S-1 .o0lQEoT9a {
        margin: 40px 0 0
    }
}

@media only screen and (min-width:1442px) {
    .c-banner_menu-S-1 .N4mi37VLYI {
        position: relative;
        width: 575px;
        height: 636px;
        margin-top: 30px;
        z-index: 1
    }
    .c-banner_menu-S-1 .FqvAgu:after,
    .c-banner_menu-S-1 .N4mi37VLYI:after {
        width: 15px;
        height: 96px;
        min-height: auto;
        background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 13.2 91.2' style='enable-background:new 0 0 13.2 91.2;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFE6F0;} .st1{fill:none;stroke:%23FFBDD1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} %3C/style%3E%3Ccircle id='XMLID_1996_' class='st0' cx='4.5' cy='86.7' r='4.5'/%3E%3Ccircle id='XMLID_1993_' class='st0' cx='4.5' cy='8.7' r='4.5'/%3E%3Ccircle id='XMLID_1994_' class='st0' cx='4.5' cy='34.7' r='4.5'/%3E%3Ccircle id='XMLID_1995_' class='st0' cx='4.5' cy='60.7' r='4.5'/%3E%3Ccircle id='XMLID_2039_' class='st1' cx='8.2' cy='5' r='4.5'/%3E%3Ccircle id='XMLID_2038_' class='st1' cx='8.2' cy='31' r='4.5'/%3E%3Ccircle id='XMLID_2037_' class='st1' cx='8.2' cy='57' r='4.5'/%3E%3Ccircle id='XMLID_2036_' class='st1' cx='8.2' cy='83' r='4.5'/%3E%3C/svg%3E")
    }
    .c-banner_menu-S-1 .N4mi37VLYI:after {
        top: 15%;
        right: -10%
    }
    .c-banner_menu-S-1 .FqvAgu:after {
        content: '';
        position: absolute;
        bottom: 40%;
        left: 0
    }
    .c-banner_menu-S-1 .eiEzY-M02vv {
        width: calc(100% - 675px);
        max-width: 645px;
        padding-right: 43px
    }
    .c-banner_menu-S-1 .eiEzY-M02vv:before {
        top: -40%;
        left: -10%;
        width: 100px;
        height: 100px
    }
}

.c-banner_numbers-S-1 .oqYw5 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% + 32px);
    height: 150px;
    margin-left: -16px
}

.c-banner_numbers-S-1 .nnVBAB6OO {
    margin: 0;
    padding: 0
}

.c-banner_numbers-S-1 .dva7SQ {
    height: 100%
}

.c-banner_numbers-S-1 .vHlo1aE0BzQi {
    margin: 0;
    font-size: 20px
}

.c-banner_numbers-S-1 .FiCOg {
    margin: 0 0 0 10px;
    font-size: 18px;
    text-transform: lowercase
}

.c-banner_numbers-S-1 .o8U42e {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 0 0 5px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    list-style: none
}

.c-banner_numbers-S-1 .Hh-H0u {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    overflow: hidden
}

.c-banner_numbers-S-1 .Hh-H0u img {
    display: inline-block;
    min-width: 100%;
    min-height: 100%
}

@supports (object-fit:cover) {
    .c-banner_numbers-S-1 .Hh-H0u img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media only screen and (min-width:667px) {
    .c-banner_numbers-S-1 .oqYw5 {
        width: 100%;
        margin-left: 0
    }
    .c-banner_numbers-S-1 .nnVBAB6OO {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }
    .c-banner_numbers-S-1 .o8U42e {
        display: block;
        width: 33.3%;
        text-align: center
    }
    .c-banner_numbers-S-1 .FiCOg,
    .c-banner_numbers-S-1 .vHlo1aE0BzQi {
        display: block;
        width: 100%;
        margin: 0;
        text-align: center
    }
}

@media only screen and (min-width:1024px) {
    .c-banner_numbers-S-1 .oqYw5 {
        height: 260px;
        border-radius: 0 20px 0 20px
    }
    .c-banner_numbers-S-1 .Hh-H0u {
        z-index: 1;
        border-radius: 0 20px 0 20px
    }
    .c-banner_numbers-S-1 .vHlo1aE0BzQi {
        font-size: 45px
    }
    .c-banner_numbers-S-1 .FiCOg {
        font-size: 25px
    }
    .c-banner_numbers-S-1 .nnVBAB6OO {
        position: relative;
        width: 100%;
        max-width: 1040px;
        z-index: 2
    }
}

@media only screen and (min-width:1366px) {
    .c-banner_numbers-S-1 .oqYw5 {
        height: 260px
    }
    .c-banner_numbers-S-1 .oqYw5:after {
        content: "";
        position: absolute;
        top: -13px;
        right: -13px;
        width: 100%;
        height: 100%;
        z-index: -1;
        border: 1px solid #ff5380;
        border-radius: 0 20px 0 20px
    }
    .c-banner_numbers-S-1 .BDTQJ9vs {
        margin: 0
    }
}

.c-collapse-S-1 .c5qLg {
    width: calc(100% + 32px);
    margin-left: -16px
}

.c-collapse-S-1 .XLWrns2Xu {
    margin-bottom: 16px;
    padding: 22px 16px 6px;
    background: #fff
}

.c-collapse-S-1 .iIVKpnJcY {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 12px;
    padding: 16px;
    border: 0;
    font-size: 16px;
    text-align: left;
    outline: 0
}

.c-collapse-S-1 .iIVKpnJcY[aria-expanded=false] {
    background: #f2f2fd
}

.c-collapse-S-1 .iIVKpnJcY[aria-expanded=false] .OCRL7 {
    color: #8585cd
}

.c-collapse-S-1 .iIVKpnJcY[aria-expanded=true] {
    margin-bottom: 0;
    background: #8484cc;
    -webkit-transition: all .2s;
    transition: all .2s
}

.c-collapse-S-1 .iIVKpnJcY[aria-expanded=true] .OCRL7 {
    color: #fff
}

.c-collapse-S-1 .iIVKpnJcY * {
    text-transform: none;
    -webkit-transition: all .2s;
    transition: all .2s
}

.c-collapse-S-1 .iIVKpnJcY:hover * {
    text-decoration: none
}

.c-collapse-S-1 .OCRL7 {
    font-size: 16px;
    line-height: 22px;
    text-align: left
}

@media only screen and (min-width:1366px) {
    .c-collapse-S-1 .c5qLg {
        width: 100%;
        margin-left: 0
    }
    .c-collapse-S-1 .XLWrns2Xu {
        padding: 19px 0 21px
    }
    .c-collapse-S-1__header___ {
        font-size: 18px;
        line-height: 24px
    }
    .c-collapse-S-1__btn___ {
        padding: 20px 15px 17px 20px
    }
}

.c-hookup-authors-S-1 .HZRTPwly {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.c-hookup-authors-S-1 .O75WeNpDp {
    display: block;
    width: 100%;
    height: 52px;
    max-width: 137px;
    margin-top: 22px;
    padding: 0 15px;
    background: #f3f3fe;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 600;
    line-height: 52px;
    color: #8585cd;
    text-align: center;
    text-decoration: none;
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out
}

.c-hookup-authors-S-1 .O75WeNpDp:focus,
.c-hookup-authors-S-1 .O75WeNpDp:hover {
    background: #8585cd;
    color: #fff !important;
    text-decoration: none !important
}

.c-hookup-authors-S-1 .uj-n9AcIC {
    margin: 0 -13px
}

.c-hookup-authors-S-1 .uj-n9AcIC:not(.slick-slider) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-hookup-authors-S-1 .uj-n9AcIC:not(.slick-slider)>* {
    display: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.c-hookup-authors-S-1 .uj-n9AcIC:not(.slick-slider)>:nth-child(1) {
    display: block
}

.c-hookup-authors-S-1 .pZBYkSK0D0 {
    padding: 28px 5px 0
}

.c-hookup-authors-S-1 .pZBYkSK0D0:active,
.c-hookup-authors-S-1 .pZBYkSK0D0:hover {
    background: #fff;
    -webkit-box-shadow: 0 1px 14px 0 rgba(2, 7, 24, .11);
    box-shadow: 0 1px 14px 0 rgba(2, 7, 24, .11)
}

@media only screen and (max-width:767px) {
    .c-hookup-authors-S-1 .HZRTPwly {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%
    }
    .c-hookup-authors-S-1 .pZBYkSK0D0 {
        padding-left: 10px
    }
}

@media only screen and (max-width:1023px) {
    .c-hookup-authors-S-1 .SbZcfxhJc4Ue {
        min-height: 400px
    }
    .c-hookup-authors-S-1 .SbZcfxhJc4Ue .slick-list {
        overflow: visible
    }
}

@media only screen and (max-width:1441px) {
    .c-hookup-authors-S-1 .uj-n9AcIC .slick-list {
        overflow: visible
    }
}

@media only screen and (min-width:568px) {
    .c-hookup-authors-S-1 .uj-n9AcIC:not(.slick-slider)>:nth-child(2) {
        display: block
    }
}

@media screen and (min-width:951px) {
    .c-hookup-authors-S-1 .uj-n9AcIC:not(.slick-slider)>:nth-child(3) {
        display: block
    }
}

@media screen and (min-width:1266px) {
    .c-hookup-authors-S-1 .uj-n9AcIC:not(.slick-slider)>:nth-child(4) {
        display: block
    }
}

@media only screen and (min-width:1024px) {
    .c-hookup-authors-S-1 .RDjf .FOiyWnWR6 {
        padding: 15px 25px
    }
    .c-hookup-authors-S-1 .RDjf .R49ThLC {
        font-size: 20px;
        font-weight: 800
    }
    .c-hookup-authors-S-1 .TVndP .slick-list {
        padding: 0 !important
    }
    .c-hookup-authors-S-1 .TVndP .FOiyWnWR6 {
        padding: 27px 20px 37px
    }
    .c-hookup-authors-S-1 .TVndP .YpMHVw6o {
        margin-top: 31px;
        font-weight: 600
    }
}

@media only screen and (min-width:1442px) {
    .c-hookup-authors-S-1 .uj-n9AcIC {
        margin: -16px -30px 0
    }
    .c-hookup-authors-S-1 .uj-n9AcIC .slick-list {
        padding: 16px 0 !important;
        overflow-y: visible
    }
}

.c-hookup-authors-S-1 .jp_1EkQVFbb3 .mF5qldTF {
    margin-top: 15px
}

.c-hookup-authors-S-1 .VIIis {
    width: 100%;
    margin: 21px 0 12px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.417;
    color: #374251;
    text-align: center
}

.c-hookup-authors-S-1 .VnAD2C2_d8U {
    width: 100%;
    font-size: 15px;
    color: #8585cd;
    text-align: center;
    text-transform: uppercase
}

.c-hookup-authors-S-1 .O6Ofteuus {
    display: -webkit-box;
    min-height: 68px;
    margin-top: 19px;
    overflow: hidden;
    font-size: 16px;
    font-style: italic;
    line-height: 1.375;
    color: #374251;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.c-hookup-authors-S-1 .ogJZeQ img {
    display: block;
    width: 90%;
    height: auto;
    margin: 0 auto
}

.c-hookup-authors-S-1 .Rx-ETSAv {
    display: block;
    width: 100%;
    margin-top: 23px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #8585cd;
    text-align: center;
    text-decoration: underline
}

@media only screen and (max-width:567px) {
    .c-hookup-authors-S-1 .jp_1EkQVFbb3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .c-hookup-authors-S-1 .jp_1EkQVFbb3 .mF5qldTF {
        margin-top: 10px
    }
    .c-hookup-authors-S-1 .ogJZeQ {
        width: 35%;
        margin-right: 10px
    }
    .c-hookup-authors-S-1 .ogJZeQ img {
        display: block;
        width: 100%;
        height: auto;
        max-width: 96px;
        margin: 0
    }
    .c-hookup-authors-S-1 .VIIis {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 18px;
        text-align: left
    }
    .c-hookup-authors-S-1 .O6Ofteuus,
    .c-hookup-authors-S-1 .VnAD2C2_d8U {
        text-align: left
    }
    .c-hookup-authors-S-1 .Rx-ETSAv {
        margin-top: 0;
        text-align: left
    }
}

.c-hookup_banner-S-1 .NtXEJGTchak {
    position: relative;
    height: 374px;
    padding: 0 15px
}

.c-hookup_banner-S-1 .QTx_,
.c-hookup_banner-S-1 .s81HDKdalP4G {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-hookup_banner-S-1 .QTx_ {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: 570px;
    padding-top: 27px;
    padding-bottom: 39px;
    border-radius: 5px
}

.c-hookup_banner-S-1 .s81HDKdalP4G {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.c-hookup_banner-S-1 .MwFsn {
    margin-bottom: 21px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.364;
    color: #2e2d2d;
    text-align: center;
    text-transform: uppercase
}

.c-hookup_banner-S-1 .HUuIb-9Ev {
    position: absolute;
    top: 14px;
    left: 50px;
    display: table;
    z-index: 999;
    font-size: 16px;
    font-weight: 600;
    color: #2e2d2d;
    text-align: left;
    pointer-events: none
}

.c-hookup_banner-S-1 .MJ_U_ctamjw {
    position: relative;
    background: #fff;
    border-radius: 5px;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
    margin-bottom: 11px
}

.c-hookup_banner-S-1 .n3WU3G8ral .label:after,
.c-hookup_banner-S-1 .XkcjKx .label:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 7px;
    width: 19px;
    height: 20px;
    margin-top: auto;
    margin-bottom: auto;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='-42 0 512 512.002' fill='%238585cd' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m210.351562 246.632812c33.882813 0 63.222657-12.152343 87.195313-36.128906 23.972656-23.972656 36.125-53.304687 36.125-87.191406 0-33.875-12.152344-63.210938-36.128906-87.191406-23.976563-23.96875-53.3125-36.121094-87.191407-36.121094-33.886718 0-63.21875 12.152344-87.191406 36.125s-36.128906 53.308594-36.128906 87.1875c0 33.886719 12.15625 63.222656 36.132812 87.195312 23.976563 23.96875 53.3125 36.125 87.1875 36.125zm0 0'/%3E%3Cpath d='m426.128906 393.703125c-.691406-9.976563-2.089844-20.859375-4.148437-32.351563-2.078125-11.578124-4.753907-22.523437-7.957031-32.527343-3.308594-10.339844-7.808594-20.550781-13.371094-30.335938-5.773438-10.15625-12.554688-19-20.164063-26.277343-7.957031-7.613282-17.699219-13.734376-28.964843-18.199219-11.226563-4.441407-23.667969-6.691407-36.976563-6.691407-5.226563 0-10.28125 2.144532-20.042969 8.5-6.007812 3.917969-13.035156 8.449219-20.878906 13.460938-6.707031 4.273438-15.792969 8.277344-27.015625 11.902344-10.949219 3.542968-22.066406 5.339844-33.039063 5.339844-10.972656 0-22.085937-1.796876-33.046874-5.339844-11.210938-3.621094-20.296876-7.625-26.996094-11.898438-7.769532-4.964844-14.800782-9.496094-20.898438-13.46875-9.75-6.355468-14.808594-8.5-20.035156-8.5-13.3125 0-25.75 2.253906-36.972656 6.699219-11.257813 4.457031-21.003906 10.578125-28.96875 18.199219-7.605469 7.28125-14.390625 16.121094-20.15625 26.273437-5.558594 9.785157-10.058594 19.992188-13.371094 30.339844-3.199219 10.003906-5.875 20.945313-7.953125 32.523437-2.058594 11.476563-3.457031 22.363282-4.148437 32.363282-.679688 9.796875-1.023438 19.964844-1.023438 30.234375 0 26.726562 8.496094 48.363281 25.25 64.320312 16.546875 15.746094 38.441406 23.734375 65.066406 23.734375h246.53125c26.625 0 48.511719-7.984375 65.0625-23.734375 16.757813-15.945312 25.253906-37.585937 25.253906-64.324219-.003906-10.316406-.351562-20.492187-1.035156-30.242187zm0 0'/%3E%3C/svg%3E");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
}

.c-hookup_banner-S-1 .n3WU3G8ral .label:after {
    left: 5px;
    width: 21px;
    height: 23px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg enable-background='new 0 0 24 24' height='512' viewBox='0 0 24 24' fill='%238585cd' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12 0c-4.962 0-9 4.066-9 9.065 0 7.103 8.154 14.437 8.501 14.745.143.127.321.19.499.19s.356-.063.499-.189c.347-.309 8.501-7.643 8.501-14.746 0-4.999-4.038-9.065-9-9.065zm0 14c-2.757 0-5-2.243-5-5s2.243-5 5-5 5 2.243 5 5-2.243 5-5 5z'/%3E%3C/svg%3E");
    -webkit-tap-highlight-color: transparent
}

.c-hookup_banner-S-1 .n3WU3G8ral .GQSnTxIpFJ:hover {
    background: #f03968 !important;
    color: #fff
}

.c-hookup_banner-S-1 .wYVtyR8ICfD .label {
    padding-left: 100px !important
}

.c-hookup_banner-S-1 .Qd6LW14zV_xC .label {
    padding-left: 150px !important
}

.c-hookup_banner-S-1 .MJ_U_ctamjw:last-of-type {
    margin-bottom: 17px
}

.c-hookup_banner-S-1 .MJ_U_ctamjw select {
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0
}

.c-hookup_banner-S-1 .MJ_U_ctamjw .selectric,
.c-hookup_banner-S-1 .MJ_U_ctamjw .selectric-wrapper {
    height: 50px;
    border-radius: 5px;
    line-height: 50px;
    -webkit-tap-highlight-color: transparent
}

.c-hookup_banner-S-1 .MJ_U_ctamjw .selectric {
    height: 100%;
    background-color: transparent;
    border-color: transparent
}

.c-hookup_banner-S-1 .MJ_U_ctamjw .selectric .label {
    position: relative;
    height: 100%;
    padding-left: 38px;
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    color: #2e2d2d
}

.c-hookup_banner-S-1 .MJ_U_ctamjw .selectric-items {
    margin-top: 4px;
    border-color: transparent;
    -webkit-box-shadow: 0 0 30px 0 rgba(2, 7, 24, .1);
    box-shadow: 0 0 30px 0 rgba(2, 7, 24, .1);
    -webkit-tap-highlight-color: transparent
}

.c-hookup_banner-S-1 .MJ_U_ctamjw .selectric-items .selectric-scroll {
    width: 99%;
    padding: 14px 0 16px;
    background-color: #fff;
    scrollbar-width: thin;
    scrollbar-color: #c6c9dd #fff;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch
}

.c-hookup_banner-S-1 .MJ_U_ctamjw .highlighted {
    background-color: transparent
}

.c-hookup_banner-S-1 .MJ_U_ctamjw .selectric-ico {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    display: inline-block;
    width: 20px;
    height: 18px;
    margin-top: auto;
    margin-bottom: auto;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='Слой_1' data-name='Слой 1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='' viewBox='0 0 552 492'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='552' height='492' style='fill:none'/%3E%3C/clipPath%3E%3C/defs%3E%3Ctitle%3EМонтажная область 1%3C/title%3E%3Cg style='clip-path:url(%23clip-path)'%3E%3Cpath d='M396,20c-27.8,0-53.3,8.8-75.7,26.2C298.8,62.8,284.4,84,276,99.4c-8.4-15.4-22.8-36.6-44.3-53.3C209.3,28.8,183.8,20,156,20,78.5,20,20,83.4,20,167.5c0,90.9,72.9,153,183.4,247.1,18.8,16,40,34.1,62.1,53.4a16.34,16.34,0,0,0,10.5,4,15.82,15.82,0,0,0,10.5-4c22.1-19.3,43.3-37.4,62.1-53.4C459.1,320.5,532,258.4,532,167.5,532,83.4,473.5,20,396,20' style='fill:%23fff'/%3E%3Cpath d='M396,20c-27.8,0-53.3,8.8-75.7,26.2C298.8,62.8,284.4,84,276,99.4c-8.4-15.4-22.8-36.6-44.3-53.3C209.3,28.8,183.8,20,156,20,78.5,20,20,83.4,20,167.5c0,90.9,72.9,153,183.4,247.1,18.8,16,40,34.1,62.1,53.4a16.34,16.34,0,0,0,10.5,4,15.82,15.82,0,0,0,10.5-4c22.1-19.3,43.3-37.4,62.1-53.4C459.1,320.5,532,258.4,532,167.5,532,83.4,473.5,20,396,20Z' style='fill:none;stroke:%238585cd;stroke-miterlimit:10;stroke-width:40px'/%3E%3C/g%3E%3C/svg%3E");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
}

.c-hookup_banner-S-1 .MJ_U_ctamjw .selectric-ico:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='Слой_1' data-name='Слой 1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='' viewBox='0 0 552 492'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='552' height='492' style='fill:none'/%3E%3C/clipPath%3E%3C/defs%3E%3Ctitle%3EМонтажная область 1%3C/title%3E%3Cg style='clip-path:url(%23clip-path)'%3E%3Cpath d='M396,20c-27.8,0-53.3,8.8-75.7,26.2C298.8,62.8,284.4,84,276,99.4c-8.4-15.4-22.8-36.6-44.3-53.3C209.3,28.8,183.8,20,156,20,78.5,20,20,83.4,20,167.5c0,90.9,72.9,153,183.4,247.1,18.8,16,40,34.1,62.1,53.4a16.34,16.34,0,0,0,10.5,4,15.82,15.82,0,0,0,10.5-4c22.1-19.3,43.3-37.4,62.1-53.4C459.1,320.5,532,258.4,532,167.5,532,83.4,473.5,20,396,20' style='fill:%23fff'/%3E%3Cpath d='M396,20c-27.8,0-53.3,8.8-75.7,26.2C298.8,62.8,284.4,84,276,99.4c-8.4-15.4-22.8-36.6-44.3-53.3C209.3,28.8,183.8,20,156,20,78.5,20,20,83.4,20,167.5c0,90.9,72.9,153,183.4,247.1,18.8,16,40,34.1,62.1,53.4a16.34,16.34,0,0,0,10.5,4,15.82,15.82,0,0,0,10.5-4c22.1-19.3,43.3-37.4,62.1-53.4C459.1,320.5,532,258.4,532,167.5,532,83.4,473.5,20,396,20Z' style='fill:none;stroke:%23f04d75;stroke-miterlimit:10;stroke-width:40px'/%3E%3C/g%3E%3C/svg%3E")
}

.c-hookup_banner-S-1 .MJ_U_ctamjw .button {
    height: 100%;
    background-color: transparent
}

.c-hookup_banner-S-1 .MJ_U_ctamjw .button:after {
    width: 15px;
    height: 15px;
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='iso-8859-1'?%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='451.847px' height='451.847px' viewBox='0 0 451.847 451.847' style='enable-background:new 0 0 451.847 451.847;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M225.923,354.706c-8.098,0-16.195-3.092-22.369-9.263L9.27,151.157c-12.359-12.359-12.359-32.397,0-44.751 c12.354-12.354,32.388-12.354,44.748,0l171.905,171.915l171.906-171.909c12.359-12.354,32.391-12.354,44.744,0 c12.365,12.354,12.365,32.392,0,44.751L248.292,345.449C242.115,351.621,234.018,354.706,225.923,354.706z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-color: transparent
}

.c-hookup_banner-S-1 .MJ_U_ctamjw .selectric-open .button {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.c-hookup_banner-S-1 .GQSnTxIpFJ {
    position: relative;
    padding-left: 48px;
    z-index: 99999;
    background: #fff !important;
    font-size: 16px;
    color: #2e2d2d
}

.c-hookup_banner-S-1 .GQSnTxIpFJ:hover {
    background: 0 0
}

.c-hookup_banner-S-1 .GQSnTxIpFJ:hover .selectric-ico {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='Слой_1' data-name='Слой 1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='' viewBox='0 0 552 492'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='552' height='492' style='fill:none'/%3E%3C/clipPath%3E%3C/defs%3E%3Ctitle%3EМонтажная область 1%3C/title%3E%3Cg style='clip-path:url(%23clip-path)'%3E%3Cpath d='M396,20c-27.8,0-53.3,8.8-75.7,26.2C298.8,62.8,284.4,84,276,99.4c-8.4-15.4-22.8-36.6-44.3-53.3C209.3,28.8,183.8,20,156,20,78.5,20,20,83.4,20,167.5c0,90.9,72.9,153,183.4,247.1,18.8,16,40,34.1,62.1,53.4a16.34,16.34,0,0,0,10.5,4,15.82,15.82,0,0,0,10.5-4c22.1-19.3,43.3-37.4,62.1-53.4C459.1,320.5,532,258.4,532,167.5,532,83.4,473.5,20,396,20' style='fill:%23fff'/%3E%3Cpath d='M396,20c-27.8,0-53.3,8.8-75.7,26.2C298.8,62.8,284.4,84,276,99.4c-8.4-15.4-22.8-36.6-44.3-53.3C209.3,28.8,183.8,20,156,20,78.5,20,20,83.4,20,167.5c0,90.9,72.9,153,183.4,247.1,18.8,16,40,34.1,62.1,53.4a16.34,16.34,0,0,0,10.5,4,15.82,15.82,0,0,0,10.5-4c22.1-19.3,43.3-37.4,62.1-53.4C459.1,320.5,532,258.4,532,167.5,532,83.4,473.5,20,396,20Z' style='fill:none;stroke:%23f04d75;stroke-miterlimit:10;stroke-width:40px'/%3E%3C/g%3E%3C/svg%3E")
}

.c-hookup_banner-S-1 .yksej {
    display: none !important
}

.c-hookup_banner-S-1 .DoedzpQBoy {
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase
}

.c-hookup_banner-S-1 .eYHz_x {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    overflow: hidden
}

.c-hookup_banner-S-1 .eYHz_x img {
    display: inline-block;
    min-width: 100%;
    min-height: 100%
}

@supports (object-fit:cover) {
    .c-hookup_banner-S-1 .eYHz_x img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.c-hookup_banner-S-1 .gqWqDSKHj {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%
}

@media only screen and (min-width:768px) {
    .c-hookup_banner-S-1 .NtXEJGTchak {
        height: 410px
    }
    .c-hookup_banner-S-1 .NtXEJGTchak .selectric-wrapper {
        height: 44px;
        line-height: 44px
    }
    .c-hookup_banner-S-1 .NtXEJGTchak .selectric .label {
        line-height: 44px
    }
    .c-hookup_banner-S-1 .HUuIb-9Ev {
        top: 11px
    }
    .c-hookup_banner-S-1 .gqWqDSKHj {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .c-hookup_banner-S-1 .QTx_ {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: auto;
        max-width: 400px;
        padding: 21px 26px 30px;
        background: rgba(244, 244, 255, .83)
    }
}

@media only screen and (min-width:1366px) {
    .c-hookup_banner-S-1 .NtXEJGTchak {
        height: 600px
    }
    .c-hookup_banner-S-1 .NtXEJGTchak .selectric-wrapper {
        height: 50px;
        line-height: 50px
    }
    .c-hookup_banner-S-1 .NtXEJGTchak .selectric .label {
        line-height: 50px
    }
    .c-hookup_banner-S-1 .HUuIb-9Ev {
        top: 14px
    }
    .c-hookup_banner-S-1 .QTx_ {
        max-width: 570px;
        padding: 56px 38px
    }
    .c-hookup_banner-S-1 .gqWqDSKHj {
        width: 100%;
        max-width: 1230px;
        margin-right: auto;
        margin-left: auto;
        padding: 0 16px
    }
    .c-hookup_banner-S-1 .MwFsn {
        font-size: 34px
    }
    .c-hookup_banner-S-1 .trrS0jcLP {
        height: 60px;
        min-width: 250px;
        margin-top: 10px;
        font-size: 18px;
        line-height: 60px
    }
    .c-hookup_banner-S-1 .MJ_U_ctamjw {
        margin-bottom: 23px
    }
    .c-hookup_banner-S-1 .MJ_U_ctamjw:last-of-type {
        margin-bottom: 23px
    }
}

.c-hookup-cities-S-1 .k4zRaJq7xN- {
    margin-top: -26px
}

.c-hookup-cities-S-1 .DlBep6B4ehX {
    margin-top: 20px
}

.c-hookup-cities-S-1 .gaJNH {
    width: 100%;
    padding: 12px 0;
    background: #f3f3fe;
    font-size: 18px;
    color: #8585cd;
    text-decoration: none
}

.c-hookup-cities-S-1 .hl4MN {
    display: grid;
    margin-top: 34px;
    grid-template-columns: 1fr 1fr;
    grid-gap: 8px
}

.c-hookup-cities-S-1 .hl4MN .SZTaSG {
    display: none;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.c-hookup-cities-S-1 .hl4MN .qSdSSQ44_ {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 70px;
    overflow-y: hidden;
    cursor: pointer
}

.c-hookup-cities-S-1 .hl4MN .qSdSSQ44_:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(50, 22, 144, .95)), color-stop(52%, rgba(50, 22, 144, .56)), to(rgba(50, 22, 144, .32)));
    background: linear-gradient(to top, rgba(50, 22, 144, .95) 0%, rgba(50, 22, 144, .56) 52%, rgba(50, 22, 144, .32) 100%)
}

.c-hookup-cities-S-1 .hl4MN .sdD1E {
    position: relative;
    z-index: 2;
    color: #fff;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.c-hookup-cities-S-1 .hl4MN .TXEU6rJvSG img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    min-width: 100%;
    min-height: 100%
}

@supports (object-fit:cover) {
    .c-hookup-cities-S-1 .hl4MN .TXEU6rJvSG img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.c-hookup-cities-S-1 .hl4MN .hf8T2 {
    width: 100%;
    margin-bottom: 12px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

@media (min-width:360px) {
    .c-hookup-cities-S-1 .hl4MN .qSdSSQ44_ {
        height: 85px
    }
}

@media only screen and (min-width:568px) {
    .c-hookup-cities-S-1 .hl4MN .qSdSSQ44_ {
        height: 100px
    }
}

@media only screen and (min-width:1024px) {
    .c-hookup-cities-S-1 .hl4MN .hf8T2 {
        margin-bottom: 3px
    }
    .c-hookup-cities-S-1 .hl4MN .qSdSSQ44_ {
        position: relative;
        height: 134px
    }
    .c-hookup-cities-S-1 .hl4MN .vsAxoiV .SZTaSG {
        display: block;
        height: 44px;
        margin: 15px 0 0;
        line-height: 44px;
        -webkit-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out
    }
    .c-hookup-cities-S-1 .hl4MN .vsAxoiV .sdD1E {
        margin-bottom: -139px
    }
    .c-hookup-cities-S-1 .hl4MN .vsAxoiV .qSdSSQ44_ {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .c-hookup-cities-S-1 .hl4MN .vsAxoiV .qSdSSQ44_:active:before,
    .c-hookup-cities-S-1 .hl4MN .vsAxoiV .qSdSSQ44_:focus:before,
    .c-hookup-cities-S-1 .hl4MN .vsAxoiV .qSdSSQ44_:hover:before {
        opacity: 0;
        transition: all .3s linear;
        -o-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -webkit-transition: all .3s linear
    }
    .c-hookup-cities-S-1 .hl4MN .vsAxoiV .qSdSSQ44_:active:after,
    .c-hookup-cities-S-1 .hl4MN .vsAxoiV .qSdSSQ44_:focus:after,
    .c-hookup-cities-S-1 .hl4MN .vsAxoiV .qSdSSQ44_:hover:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: -webkit-gradient(linear, right top, left top, from(rgba(50, 22, 144, .75)), color-stop(48%, rgba(50, 22, 144, .75)), to(rgba(50, 22, 144, .75)));
        background: linear-gradient(-90deg, rgba(50, 22, 144, .75) 0%, rgba(50, 22, 144, .75) 48%, rgba(50, 22, 144, .75) 100%);
        opacity: 1;
        transition: all .3s linear;
        -o-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -webkit-transition: all .3s linear
    }
    .c-hookup-cities-S-1 .hl4MN .vsAxoiV .qSdSSQ44_:active .sdD1E,
    .c-hookup-cities-S-1 .hl4MN .vsAxoiV .qSdSSQ44_:focus .sdD1E,
    .c-hookup-cities-S-1 .hl4MN .vsAxoiV .qSdSSQ44_:hover .sdD1E {
        margin-bottom: 0
    }
    .c-hookup-cities-S-1 .hl4MN .vsAxoiV .qSdSSQ44_:active .SZTaSG,
    .c-hookup-cities-S-1 .hl4MN .vsAxoiV .qSdSSQ44_:focus .SZTaSG,
    .c-hookup-cities-S-1 .hl4MN .vsAxoiV .qSdSSQ44_:hover .SZTaSG {
        margin: 15px 0 0
    }
    .c-hookup-cities-S-1 .hl4MN .vsAxoiV .qSdSSQ44_:active .hf8T2,
    .c-hookup-cities-S-1 .hl4MN .vsAxoiV .qSdSSQ44_:focus .hf8T2,
    .c-hookup-cities-S-1 .hl4MN .vsAxoiV .qSdSSQ44_:hover .hf8T2 {
        line-height: 1
    }
    .c-hookup-cities-S-1 .hl4MN .vsAxoiV .qSdSSQ44_:active .TXEU6rJvSG img,
    .c-hookup-cities-S-1 .hl4MN .vsAxoiV .qSdSSQ44_:focus .TXEU6rJvSG img,
    .c-hookup-cities-S-1 .hl4MN .vsAxoiV .qSdSSQ44_:hover .TXEU6rJvSG img {
        -webkit-filter: blur(2px);
        filter: blur(2px)
    }
}

@media only screen and (min-width:1366px) {
    .c-hookup-cities-S-1 .hl4MN .sdD1E {
        margin-bottom: -129px
    }
    .c-hookup-cities-S-1 .hl4MN .hf8T2 {
        font-size: 22px
    }
    .c-hookup-cities-S-1 .hl4MN .YixG8 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-bottom: 64px;
        font-size: 24px
    }
}

@media only screen and (min-width:568px) {
    .c-hookup-cities-S-1 .hl4MN {
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media only screen and (min-width:768px) {
    .c-hookup-cities-S-1 .hl4MN {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr
    }
}

@media only screen and (min-width:1366px) {
    .c-hookup-cities-S-1 .hl4MN {
        margin-top: 40px
    }
}

.c-hookup-cities-S-1 .qnb6r {
    grid-column: 1/-1
}

.c-hookup-cities-S-1 .fTpXJdcKr-T {
    position: relative;
    display: none;
    width: 100%;
    margin-top: -20px;
    font-weight: 600;
    color: #f02257;
    text-align: center;
    grid-column: 1/-1
}

.c-hookup_place-S-1 .oNG4-a- {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 23px 17px 32px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 40px 0 rgba(2, 7, 24, .15);
    box-shadow: 0 4px 40px 0 rgba(2, 7, 24, .15)
}

.c-hookup_place-S-1 .WnGBIj {
    display: block;
    width: 100%
}

.c-hookup_place-S-1 .m1Vpqu {
    display: block;
    width: 100%;
    height: auto
}

.c-hookup_place-S-1 .o1PKLN {
    float: left;
    display: block;
    width: 100%;
    max-width: 288px;
    max-height: 220px;
    margin-bottom: 22px;
    overflow: hidden
}

.c-hookup_place-S-1 .luY7TcI4 {
    position: relative;
    padding-right: 20px;
    padding-left: 0;
    background: 0 0;
    border: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #545454;
    text-align: left
}

.c-hookup_place-S-1 .luY7TcI4[aria-expanded=true]:before {
    content: attr(data-open)
}

.c-hookup_place-S-1 .luY7TcI4[aria-expanded=true]:after,
.c-hookup_place-S-1 .fFaEaFr9i[aria-expanded=true]:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.c-hookup_place-S-1 .luY7TcI4:before {
    content: attr(data-close);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #545454;
    text-align: left
}

.c-hookup_place-S-1 .luY7TcI4:after {
    content: '';
    position: absolute;
    top: 8px;
    right: 0;
    width: 11px;
    height: 9px;
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='iso-8859-1'?%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='451.847px' height='451.847px' viewBox='0 0 451.847 451.847' style='enable-background:new 0 0 451.847 451.847;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M225.923,354.706c-8.098,0-16.195-3.092-22.369-9.263L9.27,151.157c-12.359-12.359-12.359-32.397,0-44.751 c12.354-12.354,32.388-12.354,44.748,0l171.905,171.915l171.906-171.909c12.359-12.354,32.391-12.354,44.744,0 c12.365,12.354,12.365,32.392,0,44.751L248.292,345.449C242.115,351.621,234.018,354.706,225.923,354.706z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover
}

.c-hookup_place-S-1 .Y5CqGl0nl {
    width: 100%;
    margin: 20px 0 22px;
    padding: 14px 0;
    border-top: 1px solid #e4e4f7;
    border-bottom: 1px solid #e4e4f7
}

.c-hookup_place-S-1 .AcecHZDX {
    margin-right: 5px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    color: #8585cd;
    text-align: left
}

.c-hookup_place-S-1 .ZZgxzyTm {
    font-weight: 400;
    color: #2e2d2d
}

.c-hookup_place-S-1 .FLymlH {
    margin-bottom: 5px
}

.c-hookup_place-S-1 .FLymlH:last-of-type {
    margin-bottom: 0
}

.c-hookup_place-S-1 .mKk7JwTHerm {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: #2e2d2d
}

.c-hookup_place-S-1 .crz47Xw6S {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.5;
    color: #545454
}

.c-hookup_place-S-1 .wDaAPldc9d,
.c-hookup_place-S-1 .EsrYtm0x {
    position: relative;
    margin-bottom: 17px;
    padding-left: 25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #2e2d2d;
    text-align: left
}

.c-hookup_place-S-1 .wDaAPldc9d span,
.c-hookup_place-S-1 .EsrYtm0x span {
    margin-right: 5px;
    font-weight: 600
}

.c-hookup_place-S-1 .wDaAPldc9d:before,
.c-hookup_place-S-1 .fFaEaFr9i:before,
.c-hookup_place-S-1 .EsrYtm0x:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 15px;
    height: 17px;
    margin-top: -8px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!--Generator: Adobe Illustrator 25.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0)--%3E%3Csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 12 17' style='enable-background:new 0 0 12 17' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23F03968;%7D%3C/style%3E%3Cpath class='st0' d='M6,0C6,0,6,0,6,0C6,0,6,0,6,0C1.4,0-0.3,3.4,0.1,7.2C0.5,11.5,5.6,17,6,17c0,0,0,0,0,0c0,0,0,0,0,0 c0.4,0,5.5-5.5,5.9-9.8C12.3,3.4,10.6,0,6,0z M6,7.6c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2c1.1,0,2,0.9,2,2C8,6.7,7.1,7.6,6,7.6z'/%3E%3C/svg%3E");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain
}

.c-hookup_place-S-1 .EsrYtm0x {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-hookup_place-S-1 .EsrYtm0x a {
    display: inline-block;
    max-width: 158px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.c-hookup_place-S-1 .fFaEaFr9i:before,
.c-hookup_place-S-1 .EsrYtm0x:before {
    width: 17px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg height='512pt' viewBox='0 0 512 512' fill='%23f03968' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m498.195312 222.695312c-.011718-.011718-.023437-.023437-.035156-.035156l-208.855468-208.847656c-8.902344-8.90625-20.738282-13.8125-33.328126-13.8125-12.589843 0-24.425781 4.902344-33.332031 13.808594l-208.746093 208.742187c-.070313.070313-.140626.144531-.210938.214844-18.28125 18.386719-18.25 48.21875.089844 66.558594 8.378906 8.382812 19.445312 13.238281 31.277344 13.746093.480468.046876.964843.070313 1.453124.070313h8.324219v153.699219c0 30.414062 24.746094 55.160156 55.167969 55.160156h81.710938c8.28125 0 15-6.714844 15-15v-120.5c0-13.878906 11.289062-25.167969 25.167968-25.167969h48.195313c13.878906 0 25.167969 11.289063 25.167969 25.167969v120.5c0 8.285156 6.714843 15 15 15h81.710937c30.421875 0 55.167969-24.746094 55.167969-55.160156v-153.699219h7.71875c12.585937 0 24.421875-4.902344 33.332031-13.808594 18.359375-18.371093 18.367187-48.253906.023437-66.636719zm0 0'/%3E%3C/svg%3E")
}

.c-hookup_place-S-1 .fFaEaFr9i {
    position: relative;
    padding-right: 30px;
    padding-left: 25px;
    background-color: transparent;
    border: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    color: #2e2d2d;
    text-align: left
}

.c-hookup_place-S-1 .fFaEaFr9i:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23f03968'%3E%3Cpath d='M407 302c-57.891 0-105 47.109-105 105s47.109 105 105 105 105-47.109 105-105-47.109-105-105-105zm30 120h-30c-8.291 0-15-6.709-15-15v-30c0-8.291 6.709-15 15-15s15 6.709 15 15v15h15c8.291 0 15 6.709 15 15s-6.709 15-15 15z'/%3E%3Cpath d='M0 152v255c0 24.814 20.186 45 45 45h235.293C275.25 437.855 272 422.855 272 407c0-5.136.954-10.01 1.516-15H257c-8.291 0-15-6.709-15-15s6.709-15 15-15h23.293c18.636-52.266 68.119-90 126.707-90 15.855 0 30.855 3.25 45 8.293V152H0zm105 240H75c-8.291 0-15-6.709-15-15s6.709-15 15-15h30c8.291 0 15 6.709 15 15s-6.709 15-15 15zm0-60H75c-8.291 0-15-6.709-15-15s6.709-15 15-15h30c8.291 0 15 6.709 15 15s-6.709 15-15 15zm0-60H75c-8.291 0-15-6.709-15-15s6.709-15 15-15h30c8.291 0 15 6.709 15 15s-6.709 15-15 15zm0-60H75c-8.291 0-15-6.709-15-15s6.709-15 15-15h30c8.291 0 15 6.709 15 15s-6.709 15-15 15zm91 180h-31c-8.291 0-15-6.709-15-15s6.709-15 15-15h31c8.291 0 16 6.709 16 15s-7.709 15-16 15zm0-60h-31c-8.291 0-15-6.709-15-15s6.709-15 15-15h31c8.291 0 16 6.709 16 15s-7.709 15-16 15zm0-60h-31c-8.291 0-15-6.709-15-15s6.709-15 15-15h31c8.291 0 16 6.709 16 15s-7.709 15-16 15zm0-60h-31c-8.291 0-15-6.709-15-15s6.709-15 15-15h31c8.291 0 16 6.709 16 15s-7.709 15-16 15zm91 120h-30c-8.291 0-15-6.709-15-15s6.709-15 15-15h30c8.291 0 15 6.709 15 15s-6.709 15-15 15zm0-60h-30c-8.291 0-15-6.709-15-15s6.709-15 15-15h30c8.291 0 15 6.709 15 15s-6.709 15-15 15zm0-60h-30c-8.291 0-15-6.709-15-15s6.709-15 15-15h30c8.291 0 15 6.709 15 15s-6.709 15-15 15zm90 60h-30c-8.291 0-15-6.709-15-15s6.709-15 15-15h30c8.291 0 15 6.709 15 15s-6.709 15-15 15zm0-60h-30c-8.291 0-15-6.709-15-15s6.709-15 15-15h30c8.291 0 15 6.709 15 15s-6.709 15-15 15zM407 30h-15V15c0-8.291-6.709-15-15-15s-15 6.709-15 15v15h-60V15c0-8.291-6.709-15-15-15s-15 6.709-15 15v15h-92V15c0-8.291-6.709-15-15-15s-15 6.709-15 15v15H90V15c0-8.291-6.709-15-15-15S60 6.709 60 15v15H45C20.186 30 0 50.186 0 75v47h452V75c0-24.814-20.186-45-45-45z'/%3E%3C/svg%3E")
}

.c-hookup_place-S-1 .fFaEaFr9i:after {
    content: '';
    position: absolute;
    top: 5px;
    right: 0;
    width: 11px;
    height: 9px;
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='iso-8859-1'?%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='451.847px' height='451.847px' viewBox='0 0 451.847 451.847' style='enable-background:new 0 0 451.847 451.847;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M225.923,354.706c-8.098,0-16.195-3.092-22.369-9.263L9.27,151.157c-12.359-12.359-12.359-32.397,0-44.751 c12.354-12.354,32.388-12.354,44.748,0l171.905,171.915l171.906-171.909c12.359-12.354,32.391-12.354,44.744,0 c12.365,12.354,12.365,32.392,0,44.751L248.292,345.449C242.115,351.621,234.018,354.706,225.923,354.706z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover
}

.c-hookup_place-S-1 .V1SGC {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 18px 0 0;
    padding: 0
}

.c-hookup_place-S-1 .hNes4CSdWUbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 3px;
    margin-bottom: 6px;
    padding: 12px;
    background-color: #f2f2fd;
    border-radius: 3px;
    list-style: none
}

.c-hookup_place-S-1 .XuMOsLncMN,
.c-hookup_place-S-1 .goJbDohMdV1 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: #837e9a;
    text-align: left;
    text-transform: uppercase
}

.c-hookup_place-S-1 .goJbDohMdV1 {
    margin: 0 5px 0 0;
    color: #f03968
}

.c-hookup_place-S-1 .rHfPeUv3 {
    margin: 0;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    color: #2e2d2d;
    text-transform: uppercase
}

.c-hookup_place-S-1 .rHfPeUv3 span {
    font-size: 14px
}

@media only screen and (min-width:568px) {
    .c-hookup_place-S-1 .oOfM7T6UTS4 {
        display: block
    }
    .c-hookup_place-S-1 .fFaEaFr9i {
        pointer-events: none
    }
    .c-hookup_place-S-1 .fFaEaFr9i:after {
        content: none
    }
    .c-hookup_place-S-1 .EsrYtm0x a {
        max-width: 405px
    }
}

@media only screen and (max-width:567px) {
    .c-hookup_place-S-1 .o1PKLN {
        float: none
    }
}

@media only screen and (min-width:568px) {
    .c-hookup_place-S-1 .o1PKLN {
        margin: 0 24px 24px 0
    }
}

@media only screen and (min-width:667px) {
    .c-hookup_place-S-1 .EsrYtm0x a {
        max-width: 520px
    }
}

@media only screen and (min-width:768px) {
    .c-hookup_place-S-1 .luY7TcI4 {
        display: none
    }
    .c-hookup_place-S-1 .qy7LDcsur1Mt {
        display: block
    }
    .c-hookup_place-S-1 .EsrYtm0x a {
        max-width: 620px
    }
}

@media only screen and (min-width:1024px) {
    .c-hookup_place-S-1 .mKk7JwTHerm {
        font-size: 24px
    }
    .c-hookup_place-S-1 .Y5CqGl0nl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .c-hookup_place-S-1 .FLymlH {
        margin-bottom: 0
    }
    .c-hookup_place-S-1 .nHsE2tOQtaRq {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .c-hookup_place-S-1 .hNes4CSdWUbs {
        margin-bottom: 3px
    }
    .c-hookup_place-S-1 .wDaAPldc9d {
        margin-right: 12%
    }
    .c-hookup_place-S-1 .EsrYtm0x {
        margin-top: 0
    }
    .c-hookup_place-S-1 .fFaEaFr9i {
        width: 100%
    }
    .c-hookup_place-S-1 .EsrYtm0x a {
        max-width: 850px
    }
}

@media only screen and (min-width:1366px) {
    .c-hookup_place-S-1 .oNG4-a- {
        padding: 40px 34px 46px
    }
    .c-hookup_place-S-1 .Y5CqGl0nl {
        margin: 30px 0
    }
    .c-hookup_place-S-1 .EsrYtm0x a {
        max-width: 805px
    }
}

@media only screen and (min-width:1442px) {
    .c-hookup_place-S-1 .EsrYtm0x a {
        max-width: 880px
    }
}

.c-hookup_search-S-1 .ew36QjWg-U {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 20px 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 40px 0 rgba(2, 7, 24, .1);
    box-shadow: 0 1px 40px 0 rgba(2, 7, 24, .1)
}

.c-hookup_search-S-1 .ew36QjWg-U,
.c-hookup_search-S-1 .dIadjZSRl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.c-hookup_search-S-1 .B3OVgrJF6br3 {
    position: absolute;
    top: 25px;
    right: 3px;
    width: 100%;
    max-width: 261px;
    min-width: 261px;
    padding: 8px 8px 26px;
    z-index: 4;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px 0 rgba(2, 7, 24, .1);
    box-shadow: 0 0 30px 0 rgba(2, 7, 24, .1)
}

.c-hookup_search-S-1 .VWH {
    width: 100%
}

.c-hookup_search-S-1 .cjcMf_ {
    max-height: 271px;
    padding: 15px 10px;
    overflow-y: scroll;
    border-radius: 2px;
    scrollbar-width: thin;
    scrollbar-color: #c6c9dd #fff;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch
}

.c-hookup_search-S-1 .cjcMf_::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    margin-top: 15px
}

.c-hookup_search-S-1 .cjcMf_::-webkit-scrollbar-track {
    background-color: transparent
}

.c-hookup_search-S-1 .cjcMf_::-webkit-scrollbar-thumb {
    background-color: #cacacb
}

.c-hookup_search-S-1 .Z8C3rvjF9sZ {
    margin: 0;
    padding: 5px 15px;
    font-size: 16px;
    line-height: 2;
    color: #2e2d2d;
    list-style: none;
    cursor: pointer
}

.c-hookup_search-S-1 .Z8C3rvjF9sZ:hover {
    background-color: #f03968;
    border-radius: 3px;
    color: #fff
}

.c-hookup_search-S-1 .jSPRD {
    position: relative;
    width: auto;
    margin-left: 5px;
    padding: 0 40px 0 0;
    background: 0 0;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    color: #604ba3;
    text-align: left;
    text-transform: uppercase
}

.c-hookup_search-S-1 .jSPRD:after {
    content: "";
    position: absolute;
    top: 3px;
    right: 0;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='iso-8859-1'?%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='46.02px' height='46.02px' fill='%23604ba3' viewBox='0 0 46.02 46.02' style='enable-background:new 0 0 46.02 46.02;' xml:space='preserve' %3E%3Cg%3E%3Cg%3E%3Cpath d='M14.757,46.02c-1.412,0-2.825-0.521-3.929-1.569c-2.282-2.17-2.373-5.78-0.204-8.063l12.758-13.418L10.637,9.645 C8.46,7.37,8.54,3.76,10.816,1.582c2.277-2.178,5.886-2.097,8.063,0.179l16.505,17.253c2.104,2.2,2.108,5.665,0.013,7.872 L18.893,44.247C17.77,45.424,16.267,46.02,14.757,46.02z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-size: contain;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.c-hookup_search-S-1 .jSPRD span {
    margin-right: 5px;
    font-size: 16px;
    font-weight: 700;
    color: #604ba3;
    text-align: left;
    text-transform: uppercase
}

.c-hookup_search-S-1 .FaYGVO {
    position: relative;
    min-width: 50%
}

.c-hookup_search-S-1 .FaYGVO .dropdown {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-hookup_search-S-1 .FaYGVO .open .jSPRD:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.c-hookup_search-S-1 .UuHCL {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.c-hookup_search-S-1 .Zcpag6W {
    font-size: 16px;
    font-weight: 700;
    color: #2e2d2d;
    text-align: left;
    text-transform: uppercase
}

@media only screen and (min-width:568px) {
    .c-hookup_search-S-1 .B3OVgrJF6br3 {
        right: initial;
        left: 3px
    }
}

@media only screen and (max-width:567px) {
    .c-hookup_search-S-1 .FaYGVO {
        min-width: 100%
    }
    .c-hookup_search-S-1 .jSPRD {
        width: 100%;
        margin-left: 0
    }
    .c-hookup_search-S-1 .B3OVgrJF6br3 {
        width: 100%;
        max-width: 100%
    }
}

@media only screen and (min-width:667px) {
    .c-hookup_search-S-1 .dIadjZSRl {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 60%
    }
    .c-hookup_search-S-1 .VWH {
        width: 40%
    }
}

@media only screen and (min-width:768px) {
    .c-hookup_search-S-1 .VWH {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: auto;
        max-width: 250px
    }
}

@media only screen and (min-width:1024px) {
    .c-hookup_search-S-1 .VWH {
        max-width: 435px
    }
}

@media only screen and (min-width:1366px) {
    .c-hookup_search-S-1 .ew36QjWg-U {
        padding: 22px 35px
    }
    .c-hookup_search-S-1 .B3OVgrJF6br3 {
        top: 35px
    }
    .c-hookup_search-S-1 .Zcpag6W {
        font-size: 28px
    }
    .c-hookup_search-S-1 .cjcMf_ {
        top: 37px
    }
    .c-hookup_search-S-1 .jSPRD,
    .c-hookup_search-S-1 .jSPRD span {
        font-size: 28px
    }
    .c-hookup_search-S-1 .jSPRD:after {
        top: 11px
    }
}

.c-hookup-slider-S-1 .saXqVk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.c-hookup-slider-S-1 .Wxpsu5SFOFQ {
    display: block;
    width: 100%;
    height: 52px;
    max-width: 137px;
    margin-top: 22px;
    padding: 0 15px;
    background: #f3f3fe;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 600;
    line-height: 52px;
    color: #8585cd;
    text-align: center;
    text-decoration: none;
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out
}

.c-hookup-slider-S-1 .Wxpsu5SFOFQ:focus,
.c-hookup-slider-S-1 .Wxpsu5SFOFQ:hover {
    background: #8585cd;
    color: #fff !important;
    text-decoration: none !important
}

.c-hookup-slider-S-1 .hijVkMS .QEax3zpJ-TV {
    position: relative;
    display: block;
    height: 100%;
    max-width: 330px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 0 0 20px 20px;
    color: #2e2d2d;
    -webkit-box-shadow: 0 1px 18px 0 rgba(2, 7, 24, .11);
    box-shadow: 0 1px 18px 0 rgba(2, 7, 24, .11);
    -webkit-transition: all .2s;
    transition: all .2s
}

.c-hookup-slider-S-1 .hijVkMS .QEax3zpJ-TV:focus,
.c-hookup-slider-S-1 .hijVkMS .QEax3zpJ-TV:hover {
    color: #f03968;
    text-decoration: none;
    outline: 0;
    -webkit-box-shadow: 0 1px 8px 0 rgba(2, 7, 24, .11);
    box-shadow: 0 1px 8px 0 rgba(2, 7, 24, .11)
}

.c-hookup-slider-S-1 .hijVkMS .inArpdMc5pDJ {
    display: block
}

.c-hookup-slider-S-1 .hijVkMS .FOiyWnWR6 {
    padding: 12px 9px 25px;
    text-align: center
}

.c-hookup-slider-S-1 .hijVkMS .R49ThLC {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: #f03968;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap
}

.c-hookup-slider-S-1 .hijVkMS .R49ThLC:active,
.c-hookup-slider-S-1 .hijVkMS .R49ThLC:focus,
.c-hookup-slider-S-1 .hijVkMS .R49ThLC:hover,
.c-hookup-slider-S-1 .hijVkMS .R49ThLC:visited {
    color: #f03968;
    text-decoration: none
}

.c-hookup-slider-S-1 .hijVkMS .ZaDYZ {
    padding: 15px 13px 25px;
    border-radius: 0 0 20px 20px
}

.c-hookup-slider-S-1 .hijVkMS .ZaDYZ .QEax3zpJ-TV {
    -webkit-box-shadow: 0 1px 18px 0 rgba(2, 7, 24, .11);
    box-shadow: 0 1px 18px 0 rgba(2, 7, 24, .11)
}

.c-hookup-slider-S-1 .hijVkMS .ZaDYZ .QEax3zpJ-TV:focus,
.c-hookup-slider-S-1 .hijVkMS .ZaDYZ .QEax3zpJ-TV:hover {
    -webkit-box-shadow: 0 1px 8px 0 rgba(2, 7, 24, .11);
    box-shadow: 0 1px 8px 0 rgba(2, 7, 24, .11)
}

.c-hookup-slider-S-1 .hijVkMS .BfX390RGmN {
    padding-top: 0
}

.c-hookup-slider-S-1 .GynAotnv {
    margin: -30px -13px
}

.c-hookup-slider-S-1 .GynAotnv:not(.slick-slider) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-hookup-slider-S-1 .GynAotnv:not(.slick-slider)>* {
    display: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.c-hookup-slider-S-1 .GynAotnv:not(.slick-slider)>:nth-child(1) {
    display: block
}

@media only screen and (max-width:1023px) {
    .c-hookup-slider-S-1 .pFg2Ye {
        min-height: 400px
    }
    .c-hookup-slider-S-1 .pFg2Ye .slick-list {
        overflow: visible
    }
}

@media only screen and (max-width:1441px) {
    .c-hookup-slider-S-1 .GynAotnv .slick-list {
        overflow: visible
    }
}

@media only screen and (min-width:568px) {
    .c-hookup-slider-S-1 .GynAotnv:not(.slick-slider)>:nth-child(2) {
        display: block
    }
}

@media screen and (min-width:951px) {
    .c-hookup-slider-S-1 .GynAotnv:not(.slick-slider)>:nth-child(3) {
        display: block
    }
}

@media screen and (min-width:1266px) {
    .c-hookup-slider-S-1 .GynAotnv:not(.slick-slider)>:nth-child(4) {
        display: block
    }
}

@media only screen and (min-width:1024px) {
    .c-hookup-slider-S-1 .hijVkMS .FOiyWnWR6 {
        padding: 15px 25px
    }
    .c-hookup-slider-S-1 .hijVkMS .R49ThLC {
        font-size: 20px;
        font-weight: 800
    }
    .c-hookup-slider-S-1 .zCPA5Z6MwH .slick-list {
        padding: 0 !important
    }
    .c-hookup-slider-S-1 .zCPA5Z6MwH .FOiyWnWR6 {
        padding: 27px 20px 37px
    }
    .c-hookup-slider-S-1 .zCPA5Z6MwH .YpMHVw6o {
        margin-top: 31px;
        font-weight: 600
    }
}

@media only screen and (min-width:1442px) {
    .c-hookup-slider-S-1 .GynAotnv {
        margin: -16px -16px 0
    }
    .c-hookup-slider-S-1 .GynAotnv .slick-list {
        padding: 16px 0 !important;
        overflow-y: visible
    }
}

.c-search_single-S-1 .i6MSe .gkt1aso_PBG {
    background: #221b38;
    border-color: #8585cd;
    color: #b0b0d7
}

.c-search_single-S-1 .Dsz-wK {
    width: 100%;
    max-width: none;
    min-width: auto
}

.c-search_single-S-1 .ptXcbSwzIhz8 {
    position: relative;
    width: 100%;
    height: 50px;
    min-width: 100%;
    margin: 17px 0;
    overflow: hidden
}

.c-search_single-S-1 .ySA-YyIzu {
    display: block;
    width: 100%
}

.c-search_single-S-1 .Q1EBXaWM9u {
    position: absolute;
    top: 0;
    right: 10px;
    width: 40px;
    height: 50px;
    padding: 0;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!--Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)--%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512.005 512.005' style='enable-background:new 0 0 512.005 512.005' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23c3bae3' d='M505.749,475.587l-145.6-145.6c28.203-34.837,45.184-79.104,45.184-127.317c0-111.744-90.923-202.667-202.667-202.667 S0,90.925,0,202.669s90.923,202.667,202.667,202.667c48.213,0,92.48-16.981,127.317-45.184l145.6,145.6 c4.16,4.16,9.621,6.251,15.083,6.251s10.923-2.091,15.083-6.251C514.091,497.411,514.091,483.928,505.749,475.587z M202.667,362.669c-88.235,0-160-71.765-160-160s71.765-160,160-160s160,71.765,160,160S290.901,362.669,202.667,362.669z'/%3E%3C/g%3E%3C/g%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px;
    border: 0;
    outline: 0
}

.c-search_single-S-1 .Y1HwUBC {
    display: block;
    width: 100%;
    height: 50px;
    padding-right: 50px;
    background-color: #f9f9fc;
    border: 1px solid #bcbce6;
    border-radius: 50px
}

.c-search_single-S-1 .Y1HwUBC::-webkit-input-placeholder {
    font-size: 16px;
    color: #b0b0d7
}

.c-search_single-S-1 .Y1HwUBC:-moz-placeholder,
.c-search_single-S-1 .Y1HwUBC::-moz-placeholder {
    font-size: 16px;
    color: #b0b0d7
}

.c-search_single-S-1 .Y1HwUBC:-ms-input-placeholder {
    font-size: 16px;
    color: #b0b0d7
}

.c-search_single-S-1 .Y1HwUBC:focus {
    border: 1px solid #8585cd
}

.c-search_single-S-1 .Y1HwUBC:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 25px;
    height: 25px;
    margin: auto 0;
    background: url(https://cdn0.iconfinder.com/data/icons/ThemeShock-credit-cards-icons/64/mastercard.png) no-repeat;
    background-size: cover
}

@media only screen and (min-width:480px) {
    .c-search_single-S-1 .ptXcbSwzIhz8 {
        margin: 0
    }
    .c-search_single-S-1 .Dsz-wK {
        max-width: none;
        min-width: auto;
        margin: 17px 0
    }
}

@media only screen and (min-width:568px) {
    .c-search_single-S-1 .ptXcbSwzIhz8 {
        max-width: 220px;
        min-width: 220px
    }
    .c-search_single-S-1 .Dsz-wK {
        max-width: none;
        min-width: auto
    }
    .c-search_single-S-1 .Dsz-wK .ySA-YyIzu {
        min-width: 100%
    }
}

@media only screen and (min-width:667px) {
    .c-search_single-S-1 .ptXcbSwzIhz8 {
        max-width: 320px;
        min-width: 320px
    }
    .c-search_single-S-1 .Dsz-wK {
        min-width: auto;
        margin: 0
    }
}

@media only screen and (min-width:768px) {
    .c-search_single-S-1 .ptXcbSwzIhz8 {
        max-width: 200px;
        min-width: 200px
    }
    .c-search_single-S-1 .Dsz-wK {
        min-width: 250px
    }
}

@media only screen and (min-width:1024px) {
    .c-search_single-S-1 .ptXcbSwzIhz8 {
        max-width: 450px;
        margin: 0
    }
    .c-search_single-S-1 .Dsz-wK {
        min-width: 350px
    }
}

@media only screen and (min-width:1366px) {
    .c-search_single-S-1 .ptXcbSwzIhz8 {
        width: 100%;
        max-width: 450px;
        min-width: 450px;
        margin: 0
    }
}

.c-tb-apps-S-1 .ie0FA_4yk1 {
    margin-top: 27px
}

.c-tb-apps-S-1 .e-emul9rpA,
.c-tb-apps-S-1 .woXZkA {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 40px 0 rgba(2, 7, 24, .15);
    box-shadow: 0 4px 40px 0 rgba(2, 7, 24, .15)
}

.c-tb-apps-S-1 .e-emul9rpA {
    width: 100%
}

.c-tb-apps-S-1 .wBWsafbtyD {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.c-tb-apps-S-1 .Dq8KP .HBTaFzHv {
    margin: 0;
    text-align: center
}

.c-tb-apps-S-1 .Dq8KP .X3jmW {
    font-size: 15px;
    line-height: 1.2;
    text-decoration: underline
}

.c-tb-apps-S-1 .Dq8KP .HBTaFzHv {
    text-decoration: underline
}

.c-tb-apps-S-1 .Dq8KP .QS1ZCX {
    display: none
}

.c-tb-apps-S-1 .QS1ZCX {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.714;
    color: #545454
}

.c-tb-apps-S-1 .QS1ZCX span {
    margin-right: 5px;
    font-weight: 600
}

.c-tb-apps-S-1 .gMBzQwWqJ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 16px;
    border-bottom: 1px solid #e4e4f7
}

.c-tb-apps-S-1 .gMBzQwWqJ:not(:last-child) {
    border-bottom: 1px solid #e4e4f7
}

.c-tb-apps-S-1 .gMBzQwWqJ .pC6jfqfGr,
.c-tb-apps-S-1 .dvesKLWSMW {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-tb-apps-S-1 .gMBzQwWqJ .Dy6uI {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 15px;
    font-size: 14px
}

.c-tb-apps-S-1 .gMBzQwWqJ .pLxqDciw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 19px
}

.c-tb-apps-S-1 .gMBzQwWqJ .collapse {
    background: red !important;
    border: 1px solid red !important
}

.c-tb-apps-S-1 .PZSV04S .m_tellE {
    background-color: #f18943
}

.c-tb-apps-S-1 .dvesKLWSMW {
    padding: 8px 10px;
    border: 1px solid #ccccea
}

.c-tb-apps-S-1 .dvesKLWSMW img {
    display: inline-block;
    height: auto;
    max-width: 100%
}

.c-tb-apps-S-1 .zYZwE {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.c-tb-apps-S-1 .oqYJNip-,
.c-tb-apps-S-1 .pC6jfqfGr {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.c-tb-apps-S-1 .dvesKLWSMW {
    position: relative
}

.c-tb-apps-S-1 .m_tellE {
    position: absolute;
    top: 0;
    left: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 29px;
    height: 29px;
    background-color: #8585cd;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.c-tb-apps-S-1 .wRAd3CBY {
    margin: 10px 0 0;
    font-size: 0;
    line-height: 1.28
}

.c-tb-apps-S-1 .QXbh7u {
    margin: 0 0 10px;
    font-size: 14px
}

.c-tb-apps-S-1 .QXbh7u:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 15px;
    margin: -5px 2px 0 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 372.1 372.1' fill='%238585cd' %3E%3Cpath d='M288.5 87.5L120.9 282.7l-91.8-85.9L0 228l124.3 116.2 196.2-228'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain
}

.c-tb-apps-S-1 .QXbh7u:last-child {
    margin-bottom: 0
}

.c-tb-apps-S-1 .eGbT-Mnjyk {
    line-height: 1.28;
    color: #8585cd
}

.c-tb-apps-S-1 .eGbT-Mnjyk span {
    font-weight: 700;
    text-transform: uppercase
}

.c-tb-apps-S-1 .yYw-RzYz4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    text-align: center
}

.c-tb-apps-S-1 .QT_lMe {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px
}

.c-tb-apps-S-1 .nHjxaxKy4 {
    font-size: 13px;
    color: #5a6265;
    text-transform: uppercase
}

.c-tb-apps-S-1 .nzNjTZAq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.c-tb-apps-S-1 .nzNjTZAq .ie0FA_4yk1 {
    max-width: 137px;
    border-radius: 999px
}

@media only screen and (max-width:567px) {
    .c-tb-apps-S-1 .QT_lMe,
    .c-tb-apps-S-1 .Dq8KP .X3jmW {
        width: 100%
    }
    .c-tb-apps-S-1 .Dq8KP .HBTaFzHv {
        margin: 0 0 15px;
        padding-right: 15px;
        text-align: right;
        text-decoration: underline
    }
}

@media only screen and (max-width:767px) {
    .c-tb-apps-S-1 .bM0rw {
        display: none
    }
    .c-tb-apps-S-1 .zYZwE {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .c-tb-apps-S-1 .oqYJNip- {
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
        order: -2
    }
    .c-tb-apps-S-1 .pC6jfqfGr {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
}

@media only screen and (min-width:568px) and (max-width:767px) {
    .c-tb-apps-S-1 .AKaGiK0 .NF97RzAXyW {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .c-tb-apps-S-1 .AKaGiK0 .TQNVFxn_ {
        margin: 0
    }
    .c-tb-apps-S-1 .QT_lMe {
        min-width: 200px
    }
}

@media only screen and (min-width:568px) {
    .c-tb-apps-S-1 .Dq8KP {
        padding-bottom: 10px
    }
    .c-tb-apps-S-1 .Dq8KP .HBTaFzHv {
        margin: 0;
        text-align: left
    }
    .c-tb-apps-S-1 .Dq8KP .X3jmW {
        margin: 0
    }
    .c-tb-apps-S-1 .Dq8KP .QS1ZCX {
        display: block
    }
}

@media only screen and (min-width:768px) {
    .c-tb-apps-S-1 .bM0rw {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 50px;
        padding: 0 10px;
        border-bottom: 3px solid #9e9eef;
        font-size: 14px;
        font-weight: 700;
        color: #9e9eef;
        text-transform: uppercase
    }
    .c-tb-apps-S-1 .bM0rw .zYZwE {
        margin: 0;
        text-align: center
    }
    .c-tb-apps-S-1 .zYZwE {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 0 10px
    }
    .c-tb-apps-S-1 .oqYJNip- {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 170px;
        flex: 0 0 170px
    }
    .c-tb-apps-S-1 .pC6jfqfGr {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px
    }
    .c-tb-apps-S-1 .pLxqDciw {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
        flex: 0 0 180px
    }
    .c-tb-apps-S-1 .gMBzQwWqJ {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 10px;
        padding-left: 10px
    }
    .c-tb-apps-S-1 .gMBzQwWqJ .zYZwE {
        margin: 0
    }
    .c-tb-apps-S-1 .gMBzQwWqJ .pLxqDciw {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .c-tb-apps-S-1 .gMBzQwWqJ .pLxqDciw,
    .c-tb-apps-S-1 .gMBzQwWqJ .Dy6uI {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .c-tb-apps-S-1 .nHjxaxKy4 {
        margin-top: 18px
    }
    .c-tb-apps-S-1 .wRAd3CBY {
        margin: 0
    }
    .c-tb-apps-S-1 .eGbT-Mnjyk {
        margin-top: 10px
    }
}

@media only screen and (min-width:1024px) {
    .c-tb-apps-S-1 .eGbT-Mnjyk {
        margin-top: 15px
    }
    .c-tb-apps-S-1 .oqYJNip- {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 177px;
        flex: 0 0 177px
    }
    .c-tb-apps-S-1 .Dy6uI {
        padding-left: 20px
    }
    .c-tb-apps-S-1 .pC6jfqfGr {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        padding-right: 20px
    }
    .c-tb-apps-S-1 .pLxqDciw {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        padding-right: 10px
    }
    .c-tb-apps-S-1 .QT_lMe {
        min-width: 170px
    }
    .c-tb-apps-S-1 .nHjxaxKy4 {
        margin-top: 15px;
        font-size: 14px
    }
    .c-tb-apps-S-1 .dvesKLWSMW {
        padding: 12px 10px
    }
    .c-tb-apps-S-1 .m_tellE {
        left: 9px;
        width: 39px;
        height: 39px;
        z-index: 1;
        font-size: 20px
    }
    .c-tb-apps-S-1 .ie0FA_4yk1 {
        margin-top: 23px
    }
}

@media only screen and (min-width:1366px) {
    .c-tb-apps-S-1 .zjwt-10 .gMBzQwWqJ {
        padding: 30px 90px 30px 60px
    }
    .c-tb-apps-S-1 .zjwt-10 .pC6jfqfGr {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px
    }
    .c-tb-apps-S-1 .zjwt-10 .pLxqDciw {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        padding-right: 10px
    }
    .c-tb-apps-S-1 .zjwt-10 .bM0rw {
        padding-right: 90px;
        padding-left: 60px
    }
}

.c-quiz_sugar-S-1 .EsjefyctmJBC {
    position: relative;
    width: calc(100% + 32px);
    min-height: 460px;
    margin-top: -45px;
    margin-bottom: -30px;
    padding: 20px 16px 35px;
    text-align: center
}

.c-quiz_sugar-S-1 .JAqAVS {
    display: none
}

.c-quiz_sugar-S-1 .QM4M1 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    z-index: -1;
    overflow: hidden
}

.c-quiz_sugar-S-1 .QM4M1 img {
    display: inline-block;
    min-width: 100%;
    min-height: 100%
}

@supports (object-fit:cover) {
    .c-quiz_sugar-S-1 .QM4M1 img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.c-quiz_sugar-S-1 .GzZgOd4L1 {
    position: relative
}

.c-quiz_sugar-S-1 .SS89q5WrBBF {
    margin: 20px 0 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    color: #2e2d2d;
    text-align: center;
    text-transform: uppercase
}

.c-quiz_sugar-S-1 .ytqsJx {
    margin-top: 0;
    margin-bottom: 20px
}

.c-quiz_sugar-S-1 .sqlEVIf {
    width: 100%
}

.c-quiz_sugar-S-1 .y_DBGPwr img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 205px;
    min-width: 329px;
    -o-object-fit: cover;
    object-fit: cover
}

.c-quiz_sugar-S-1 .BEYr3RUiqO {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 19px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    color: #f03968;
    text-align: center;
    text-transform: uppercase
}

.c-quiz_sugar-S-1 .BEYr3RUiqO:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 2px;
    max-width: 88px;
    background: #2d2d2d;
    opacity: .21;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.c-quiz_sugar-S-1 .sOLeR5uKNR {
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 700;
    color: #2d2d2d
}

.c-quiz_sugar-S-1 .XSS0J {
    width: 100%;
    margin: 0;
    font-size: 36px;
    font-weight: 900;
    line-height: 1.2;
    color: #8585cd;
    text-align: center;
    text-transform: uppercase
}

.c-quiz_sugar-S-1 .NvHcd8KJp9KR {
    width: calc(100% + 40px);
    margin-bottom: 0;
    margin-left: -20px;
    padding: 0 40px;
    font-size: 16px;
    color: #2d2d2d
}

.c-quiz_sugar-S-1 .NdSzoIKGS {
    width: calc(100% + 40px);
    margin-bottom: 0;
    margin-left: -20px;
    padding: 15px 0 40px;
    background: #fff
}

.c-quiz_sugar-S-1 .R7TStioGKVe {
    font-size: 14px;
    line-height: 1.2;
    color: #5a6265;
    text-transform: uppercase
}

.c-quiz_sugar-S-1 .R7TStioGKVe:active,
.c-quiz_sugar-S-1 .R7TStioGKVe:focus,
.c-quiz_sugar-S-1 .R7TStioGKVe:hover,
.c-quiz_sugar-S-1 .R7TStioGKVe:visited {
    color: #5a6265;
    text-decoration: none
}

.c-quiz_sugar-S-1 .Qvnmq9mZE4X {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 23px;
    padding: 0 20px
}

.c-quiz_sugar-S-1 .J6L14rkflBj {
    margin-top: 20px
}

.c-quiz_sugar-S-1 .Fu0eJ9 {
    position: relative
}

.c-quiz_sugar-S-1 .Od7qNc1K {
    width: 100%;
    margin-top: 26px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    color: #374251;
    text-align: center;
    text-transform: uppercase
}

.c-quiz_sugar-S-1 .ThVNJ5SYe {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding-bottom: 32px;
    background: #fff
}

.c-quiz_sugar-S-1 .le8DuJ0 {
    position: absolute;
    top: 11px;
    right: 0;
    width: 60px;
    height: 30px;
    background: #fff;
    border-radius: 10px 0 0 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    color: #e9406b;
    text-align: center
}

.c-quiz_sugar-S-1 .XRSVf {
    margin-top: 25px;
    font-size: 16px;
    line-height: 1.5;
    color: #2e2d2d;
    text-align: center
}

.c-quiz_sugar-S-1 .GXD-o {
    min-width: 250px
}

.c-quiz_sugar-S-1 .wZm79_ {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 473px
}

.c-quiz_sugar-S-1 .GXD-o {
    position: relative;
    z-index: 2;
    text-align: center
}

.c-quiz_sugar-S-1 .VEY1ue_z {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 400px;
    padding: 30px 20px;
    background: #fff;
    opacity: 0;
    visibility: hidden
}

.c-quiz_sugar-S-1 .VEY1ue_z.is-visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 20s linear;
    transition: opacity 20s linear
}

.c-quiz_sugar-S-1 .CxDDCCNEHZ7c {
    background: 0 0;
    padding: 0 20px
}

.c-quiz_sugar-S-1 .l-0KTBgWxfLk.is-hidden {
    display: none
}

.c-quiz_sugar-S-1 .xR9PpGl_0c {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.c-quiz_sugar-S-1 .xR9PpGl_0c:after,
.c-quiz_sugar-S-1 .xR9PpGl_0c:before,
.c-quiz_sugar-S-1 .xR9PpGl_0c:hover:before {
    opacity: 0;
    -webkit-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out
}

.c-quiz_sugar-S-1 .xR9PpGl_0c:hover:before {
    content: "";
    position: absolute;
    top: 13px;
    left: 35px;
    width: calc(100% - 72px);
    height: calc(100% - 32px);
    z-index: 1;
    background: #431874;
    border-radius: 50%;
    pointer-events: none;
    opacity: .6
}

.c-quiz_sugar-S-1 .xR9PpGl_0c:hover:after {
    content: attr(data-person);
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 125px;
    padding-left: 23px;
    z-index: 1;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 552 492'%3E%3Cpath d='M396 20c-27.8 0-53.3 8.8-75.7 26.2C298.8 62.8 284.4 84 276 99.4c-8.4-15.4-22.8-36.6-44.3-53.3C209.3 28.8 183.8 20 156 20 78.5 20 20 83.4 20 167.5c0 90.9 72.9 153 183.4 247.1 18.8 16 40 34.1 62.1 53.4 2.9 2.5 6.7 4 10.5 4s7.6-1.4 10.5-4c22.1-19.3 43.3-37.4 62.1-53.4C459.1 320.5 532 258.4 532 167.5 532 83.4 473.5 20 396 20z' fill='none' stroke='%23f03968' stroke-width='40' stroke-miterlimit='10'/%3E%3C/svg%3E");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 30px;
    font-size: 16px;
    font-weight: 600;
    line-height: .971;
    color: #fff;
    text-align: center;
    pointer-events: none;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.c-quiz_sugar-S-1 .xR9PpGl_0c img {
    position: relative;
    width: 172px;
    height: 172px;
    z-index: -1;
    border: 13px solid #f4f4ff;
    border-radius: 50%;
    pointer-events: none
}

.c-quiz_sugar-S-1 .Cp5 {
    position: relative;
    display: block
}

.c-quiz_sugar-S-1 .cmWP5JCrJ- {
    min-width: 287px;
    margin: 0 15px;
    padding: 0 15px;
    background: #fff;
    text-align: center
}

.c-quiz_sugar-S-1 .v24b4SCYQ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    margin-bottom: 10px
}

.c-quiz_sugar-S-1 .Pj9Hs {
    margin: 0;
    text-align: right
}

.c-quiz_sugar-S-1 .Pj9Hs .step-active {
    color: #aaaadb;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.c-quiz_sugar-S-1 .ubodWsAN {
    max-width: 78%;
    min-width: 78%;
    min-height: 56px;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: #2e2d2d;
    text-align: left
}

.c-quiz_sugar-S-1 .N7Nwb0,
.c-quiz_sugar-S-1 .K5fqPzXj2L {
    margin: 0;
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
    color: rgba(133, 133, 205, .3);
    text-align: right
}

.c-quiz_sugar-S-1 .K5fqPzXj2L {
    font-size: 19px;
    font-weight: 600
}

.c-quiz_sugar-S-1 .QWqK4 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    margin-bottom: 6px;
    padding-left: 68px;
    background: #f4f4ff;
    font-size: 16px;
    font-weight: 400;
    color: #000
}

.c-quiz_sugar-S-1 .QWqK4:last-of-type {
    margin-bottom: 0
}

.c-quiz_sugar-S-1 .QWqK4:hover {
    color: #f03968
}

.c-quiz_sugar-S-1 .QWqK4:hover [id=heart] {
    stroke: #f03968
}

.c-quiz_sugar-S-1 .QWqK4 svg [id=heart] {
    -webkit-animation: animateHeartOut .3s linear forwards;
    animation: animateHeartOut .3s linear forwards;
    stroke-width: 2;
    stroke: #8888d2;
    -webkit-transform-origin: center;
    transform-origin: center
}

.c-quiz_sugar-S-1 .QWqK4 svg [id=main-circ] {
    -webkit-transform-origin: 29.5px 29.5px;
    transform-origin: 29.5px 29.5px
}

.c-quiz_sugar-S-1 .IGI8tP:checked+.QWqK4 {
    color: #f03968
}

.c-quiz_sugar-S-1 .IGI8tP:checked+label {
    background: red !important
}

.c-quiz_sugar-S-1 .IGI8tP:checked+label svg [id=heart] {
    -webkit-transform: scale(.2);
    transform: scale(.2);
    -webkit-animation: animateHeart .3s linear forwards .25s;
    animation: animateHeart .3s linear forwards .25s;
    stroke: #f03968;
    fill: #f03968
}

.c-quiz_sugar-S-1 .IGI8tP:checked+label svg [id=main-circ] {
    opacity: 1;
    -webkit-animation: animateCircle .3s linear forwards;
    animation: animateCircle .3s linear forwards;
    -webkit-transition: all 2s;
    transition: all 2s
}

.c-quiz_sugar-S-1 .IGI8tP:checked+label svg [id=grp1] {
    opacity: 1;
    -webkit-transition: .1s all .3s;
    transition: .1s all .3s;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0
}

.c-quiz_sugar-S-1 .IGI8tP:checked+label svg [id=grp4],
.c-quiz_sugar-S-1 .IGI8tP:checked+label svg [id=grp6] {
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0
}

.c-quiz_sugar-S-1 .IGI8tP:checked+label svg [id=grp2],
.c-quiz_sugar-S-1 .IGI8tP:checked+label svg [id=grp3],
.c-quiz_sugar-S-1 .IGI8tP:checked+label svg [id=grp4],
.c-quiz_sugar-S-1 .IGI8tP:checked+label svg [id=grp5],
.c-quiz_sugar-S-1 .IGI8tP:checked+label svg [id=grp6],
.c-quiz_sugar-S-1 .IGI8tP:checked+label svg [id=grp7] {
    opacity: 1;
    -webkit-transition: .1s opacity .3s;
    transition: .1s opacity .3s
}

.c-quiz_sugar-S-1 .GXD-o.disabled {
    width: 250px;
    height: 60px;
    background: #fff;
    border: 1px solid #8585cd;
    font-size: 18px;
    font-weight: 500;
    color: #8585cd;
    text-transform: uppercase;
    pointer-events: none
}

.c-quiz_sugar-S-1 .GXD-o.disabled:hover {
    background: #fff;
    border: 1px solid #8585cd
}

.c-quiz_sugar-S-1 .GXD-o {
    width: 250px;
    height: 60px;
    background: #f03968;
    border: 2px solid #f03968;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    pointer-events: auto;
    outline: 0
}

.c-quiz_sugar-S-1 .GXD-o:hover {
    background: #f00f49;
    border: 2px solid #f00f49
}

.c-quiz_sugar-S-1 .bqEA-qUOoA {
    position: relative
}

.c-quiz_sugar-S-1 .bqEA-qUOoA:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%
}

.c-quiz_sugar-S-1 .S-Wey {
    margin-top: 23px
}

@media only screen and (min-width:568px) {
    .c-quiz_sugar-S-1 .EsjefyctmJBC {
        padding: 40px 16px
    }
    .c-quiz_sugar-S-1 .CxDDCCNEHZ7c {
        padding: 30px 20px
    }
}

@media only screen and (min-width:568px) and (max-width:666px) {
    .c-quiz_sugar-S-1 .EsjefyctmJBC {
        padding: 30px 16px 40px
    }
    .c-quiz_sugar-S-1 .wZm79_ {
        min-height: 396px
    }
    .c-quiz_sugar-S-1 .Pj9Hs {
        margin: -8px 0 0
    }
}

@media only screen and (min-width:568px) {
    .c-quiz_sugar-S-1 .Cp5 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .c-quiz_sugar-S-1 .xR9PpGl_0c:hover:before {
        left: 14px;
        width: calc(100% - 26px);
        height: calc(100% - 32px)
    }
}

@media only screen and (min-width:667px) {
    .c-quiz_sugar-S-1 .ThVNJ5SYe {
        width: 100%;
        margin-left: 0;
        -webkit-box-shadow: 0 1px 18px 0 rgba(2, 7, 24, .15);
        box-shadow: 0 1px 18px 0 rgba(2, 7, 24, .15)
    }
    .c-quiz_sugar-S-1 .Qvnmq9mZE4X {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .c-quiz_sugar-S-1 .R7TStioGKVe {
        margin-top: 20px
    }
    .c-quiz_sugar-S-1 .CxDDCCNEHZ7c {
        background: #fff
    }
    .c-quiz_sugar-S-1 .NdSzoIKGS {
        padding: 0 0 40px
    }
}

@media only screen and (min-width:768px) {
    .c-quiz_sugar-S-1 .NdSzoIKGS {
        width: 100%;
        margin-left: 0
    }
    .c-quiz_sugar-S-1 .P_F5Gsq {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 40px 0
    }
    .c-quiz_sugar-S-1 .Cp5 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .c-quiz_sugar-S-1 .ytqsJx {
        margin: 0
    }
    .c-quiz_sugar-S-1 .xR9PpGl_0c:first-of-type {
        margin: 0 15px
    }
    .c-quiz_sugar-S-1 .xR9PpGl_0c:hover:before {
        top: 13px;
        left: 13px;
        width: calc(100% - 26px);
        height: calc(100% - 32px)
    }
}

@media screen and (min-width:900px) {
    .c-quiz_sugar-S-1 .R7TStioGKVe {
        margin-top: 0
    }
    .c-quiz_sugar-S-1 .Qvnmq9mZE4X {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media only screen and (min-width:1024px) {
    .c-quiz_sugar-S-1 .EsjefyctmJBC {
        margin-top: -25px
    }
    .c-quiz_sugar-S-1 .XSS0J {
        font-size: 56px
    }
    .c-quiz_sugar-S-1 .P_F5Gsq {
        padding: 80px 0
    }
    .c-quiz_sugar-S-1 .xR9PpGl_0c img {
        width: 331px;
        height: 331px
    }
    .c-quiz_sugar-S-1 .xR9PpGl_0c:hover:after {
        min-width: 210px;
        font-size: 26px
    }
    .c-quiz_sugar-S-1 .JAqAVS {
        display: block;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
        height: auto;
        max-width: 320px;
        max-height: 420px;
        -o-object-fit: cover;
        object-fit: cover
    }
    .c-quiz_sugar-S-1 .jt2x74G {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media screen and (min-width:1025px) {
    .c-quiz_sugar-S-1 .EsjefyctmJBC {
        width: 100%;
        margin-top: 25px;
        margin-bottom: 25px
    }
}

@media only screen and (min-width:1366px) {
    .c-quiz_sugar-S-1 .EsjefyctmJBC {
        margin-top: 45px;
        margin-bottom: 45px;
        padding: 120px
    }
    .c-quiz_sugar-S-1 .NdSzoIKGS {
        padding-top: 0
    }
    .c-quiz_sugar-S-1 .CxDDCCNEHZ7c {
        padding: 60px 20px
    }
    .c-quiz_sugar-S-1 .P_F5Gsq {
        padding: 100px 0
    }
    .c-quiz_sugar-S-1 .jt2x74G {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%
    }
    .c-quiz_sugar-S-1 .jt2x74G .GXD-o {
        margin-bottom: 0
    }
    .c-quiz_sugar-S-1 .bqEA-qUOoA {
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 30px
    }
    .c-quiz_sugar-S-1 .XSS0J {
        position: relative;
        font-size: 150px;
        color: #8585cd
    }
    .c-quiz_sugar-S-1 .SS89q5WrBBF {
        font-size: 28px
    }
    .c-quiz_sugar-S-1 .XRSVf {
        max-width: 825px;
        margin: 22px auto 64px;
        font-size: 18px
    }
    .c-quiz_sugar-S-1 .GXD-o {
        margin-bottom: 35px
    }
    .c-quiz_sugar-S-1 .wZm79_ {
        min-height: 600px
    }
    .c-quiz_sugar-S-1 .JAqAVS {
        max-width: 440px;
        max-height: 519px;
        min-width: 440px;
        min-height: 519px
    }
    .c-quiz_sugar-S-1 .cmWP5JCrJ- {
        min-width: 612px
    }
    .c-quiz_sugar-S-1 .ubodWsAN {
        font-size: 28px
    }
    .c-quiz_sugar-S-1 .N7Nwb0 {
        font-size: 58px
    }
    .c-quiz_sugar-S-1 .EsjefyctmJBC .lmflgQk_nwPv {
        margin-bottom: 15px
    }
    .c-quiz_sugar-S-1 .Qvnmq9mZE4X {
        max-width: 90%;
        margin: 23px auto 0
    }
    .c-quiz_sugar-S-1 .NvHcd8KJp9KR {
        max-width: 920px;
        margin: 0 auto;
        font-size: 18px
    }
    .c-quiz_sugar-S-1 .sOLeR5uKNR {
        font-size: 22px
    }
    .c-quiz_sugar-S-1 .BEYr3RUiqO {
        font-size: 32px
    }
}

.c-quiz_field-S-1 .U7zCCwRutT {
    width: 100%;
    -webkit-animation: slideInLeft;
    animation: slideInLeft;
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.c-quiz_field-S-1 .U7zCCwRutT .slideInLeft {
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important
}

.c-quiz_field-S-1 .U7zCCwRutT .animated,
.c-quiz_field-S-1 .U7zCCwRutT .slideInLeft {
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media print,
(prefers-reduced-motion:reduce) {
    .c-quiz_field-S-1 .U7zCCwRutT .animated[class*=Out] {
        opacity: 0
    }
}

.c-quiz_field-S-1 .lXfZsJs {
    width: 100%;
    height: 60px;
    max-width: 250px;
    font-size: 18px;
    text-transform: uppercase
}

.c-quiz_field-S-1 .lmflgQk_nwPv {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 6px;
    padding: 18px 10px 18px 68px;
    background: #f4f4ff;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-align: left
}

.c-quiz_field-S-1 .lmflgQk_nwPv:hover {
    color: #f03968
}

.c-quiz_field-S-1 .lmflgQk_nwPv:hover [id=heart] {
    stroke: #f03968
}

.c-quiz_field-S-1 .lmflgQk_nwPv svg [id=heart] {
    -webkit-animation: animateHeartOut .3s linear forwards;
    animation: animateHeartOut .3s linear forwards;
    -webkit-transform-origin: center;
    transform-origin: center;
    stroke: #8888d2;
    stroke-width: 2
}

.c-quiz_field-S-1 .lmflgQk_nwPv svg [id=main-circ] {
    -webkit-transform-origin: 29.5px 29.5px;
    transform-origin: 29.5px 29.5px
}

.c-quiz_field-S-1 .gfu5b:checked+.De6a705 {
    color: #f03968
}

.c-quiz_field-S-1 .gfu5b:checked+label svg [id=heart] {
    -webkit-transform: scale(.2);
    transform: scale(.2);
    -webkit-animation: animateHeart .3s linear forwards .25s;
    animation: animateHeart .3s linear forwards .25s;
    fill: #f03968;
    stroke: #f03968
}

.c-quiz_field-S-1 .gfu5b:checked+label svg [id=main-circ] {
    opacity: 1;
    -webkit-animation: animateCircle .3s linear forwards;
    animation: animateCircle .3s linear forwards;
    -webkit-transition: all 2s;
    transition: all 2s
}

.c-quiz_field-S-1 .gfu5b:checked+label svg [id=grp1] {
    opacity: 1;
    -webkit-transition: .1s all .3s;
    transition: .1s all .3s;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0
}

.c-quiz_field-S-1 .gfu5b:checked+label svg [id=grp1] [id=oval1] {
    -webkit-transform: scale(0) translate(0, -30px);
    transform: scale(0) translate(0, -30px);
    -webkit-transition: .5s transform .3s;
    transition: .5s transform .3s;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0
}

.c-quiz_field-S-1 .gfu5b:checked+label svg [id=grp1] [id=oval2] {
    -webkit-transform: scale(0) translate(10px, -50px);
    transform: scale(0) translate(10px, -50px);
    -webkit-transition: 1.5s -webkit-transform .3s;
    transition: 1.5s transform .3s;
    transition: 1.5s transform .3s, 1.5s -webkit-transform .3s
}

.c-quiz_field-S-1 .gfu5b:checked+label svg [id=grp2] [id=oval1] {
    -webkit-transform: scale(0) translate(30px, -15px);
    transform: scale(0) translate(30px, -15px);
    -webkit-transition: .5s transform .3s;
    transition: .5s transform .3s;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0
}

.c-quiz_field-S-1 .gfu5b:checked+label svg [id=grp2] [id=oval2] {
    -webkit-transform: scale(0) translate(60px, -15px);
    transform: scale(0) translate(60px, -15px);
    -webkit-transition: 1.5s -webkit-transform .3s;
    transition: 1.5s transform .3s;
    transition: 1.5s transform .3s, 1.5s -webkit-transform .3s;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0
}

.c-quiz_field-S-1 .gfu5b:checked+label svg [id=grp3] [id=oval1] {
    -webkit-transform: scale(0) translate(30px, 0);
    transform: scale(0) translate(30px, 0);
    -webkit-transition: .5s transform .3s;
    transition: .5s transform .3s;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0
}

.c-quiz_field-S-1 .gfu5b:checked+label svg [id=grp3] [id=oval2] {
    -webkit-transform: scale(0) translate(60px, 10px);
    transform: scale(0) translate(60px, 10px);
    -webkit-transition: 1.5s -webkit-transform .3s;
    transition: 1.5s transform .3s;
    transition: 1.5s transform .3s, 1.5s -webkit-transform .3s;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0
}

.c-quiz_field-S-1 .gfu5b:checked+label svg [id=grp4] [id=oval1] {
    -webkit-transform: scale(0) translate(30px, 15px);
    transform: scale(0) translate(30px, 15px);
    -webkit-transition: .5s transform .3s;
    transition: .5s transform .3s;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0
}

.c-quiz_field-S-1 .gfu5b:checked+label svg [id=grp4] [id=oval2] {
    -webkit-transform: scale(0) translate(40px, 50px);
    transform: scale(0) translate(40px, 50px);
    -webkit-transition: 1.5s -webkit-transform .3s;
    transition: 1.5s transform .3s;
    transition: 1.5s transform .3s, 1.5s -webkit-transform .3s
}

.c-quiz_field-S-1 .gfu5b:checked+label svg [id=grp5] [id=oval1] {
    -webkit-transform: scale(0) translate(-10px, 20px);
    transform: scale(0) translate(-10px, 20px);
    -webkit-transition: .5s transform .3s;
    transition: .5s transform .3s;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0
}

.c-quiz_field-S-1 .gfu5b:checked+label svg [id=grp5] [id=oval2] {
    -webkit-transform: scale(0) translate(-60px, 30px);
    transform: scale(0) translate(-60px, 30px);
    -webkit-transition: 1.5s -webkit-transform .3s;
    transition: 1.5s transform .3s;
    transition: 1.5s transform .3s, 1.5s -webkit-transform .3s;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0
}

.c-quiz_field-S-1 .gfu5b:checked+label svg [id=grp4],
.c-quiz_field-S-1 .gfu5b:checked+label svg [id=grp6] {
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0
}

.c-quiz_field-S-1 .gfu5b:checked+label svg [id=grp6] [id=oval1] {
    -webkit-transform: scale(0) translate(-30px, 0);
    transform: scale(0) translate(-30px, 0);
    -webkit-transition: .5s transform .3s;
    transition: .5s transform .3s
}

.c-quiz_field-S-1 .gfu5b:checked+label svg [id=grp6] [id=oval2] {
    -webkit-transform: scale(0) translate(-60px, -5px);
    transform: scale(0) translate(-60px, -5px);
    -webkit-transition: 1.5s -webkit-transform .3s;
    transition: 1.5s transform .3s;
    transition: 1.5s transform .3s, 1.5s -webkit-transform .3s;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0
}

.c-quiz_field-S-1 .gfu5b:checked+label svg [id=grp7] [id=oval1] {
    -webkit-transform: scale(0) translate(-30px, -15px);
    transform: scale(0) translate(-30px, -15px);
    -webkit-transition: .5s transform .3s;
    transition: .5s transform .3s;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0
}

.c-quiz_field-S-1 .gfu5b:checked+label svg [id=grp7] [id=oval2] {
    -webkit-transform: scale(0) translate(-55px, -30px);
    transform: scale(0) translate(-55px, -30px);
    -webkit-transition: 1.5s -webkit-transform .3s;
    transition: 1.5s transform .3s;
    transition: 1.5s transform .3s, 1.5s -webkit-transform .3s;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0
}

.c-quiz_field-S-1 .gfu5b:checked+label svg [id=grp2],
.c-quiz_field-S-1 .gfu5b:checked+label svg [id=grp3],
.c-quiz_field-S-1 .gfu5b:checked+label svg [id=grp4],
.c-quiz_field-S-1 .gfu5b:checked+label svg [id=grp5],
.c-quiz_field-S-1 .gfu5b:checked+label svg [id=grp6],
.c-quiz_field-S-1 .gfu5b:checked+label svg [id=grp7] {
    opacity: 1;
    -webkit-transition: .1s opacity .3s;
    transition: .1s opacity .3s
}

.c-banner_centered-S-1 .d40lG3R14 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 256px;
    padding: 20px
}

.c-banner_centered-S-1 .FfIq0zmX {
    z-index: 0
}

.c-banner_centered-S-1 .FfIq0zmX,
.c-banner_centered-S-1 .FfIq0zmX picture {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%
}

.c-banner_centered-S-1 .FfIq0zmX img {
    display: inline-block;
    min-width: 100%;
    min-height: 212px;
    margin-bottom: -5px
}

@supports (object-fit:cover) {
    .c-banner_centered-S-1 .FfIq0zmX img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.c-banner_centered-S-1 .vOxQY5Q4vY {
    z-index: 1
}

.c-banner_centered-S-1 .J582gz0NrcS {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-transform: uppercase
}

.c-banner_centered-S-1 .UT7sGHKF {
    display: table;
    height: 60px;
    min-width: 230px;
    margin: 23px auto 0;
    font-size: 20px;
    line-height: 60px
}

@media only screen and (min-width:1024px) {
    .c-banner_centered-S-1 .d40lG3R14 {
        min-height: 328px
    }
    .c-banner_centered-S-1 .J582gz0NrcS {
        font-size: 60px
    }
    .c-banner_centered-S-1 .UT7sGHKF {
        margin: 40px auto 0;
        font-size: 24px
    }
}

.c-categories-S-1 .bnGdyxOIDKT {
    padding: 4px 0 25px
}

.c-categories-S-1 .EjMfm8ou .wl7ax {
    color: #ededff
}

.c-categories-S-1 .dQsHfxL7K {
    max-height: 610px;
    overflow: auto
}

.c-categories-S-1 .dQsHfxL7K::-webkit-scrollbar {
    width: 5px;
    margin-top: 15px
}

.c-categories-S-1 .dQsHfxL7K::-webkit-scrollbar-track {
    background-color: transparent
}

.c-categories-S-1 .dQsHfxL7K::-webkit-scrollbar-thumb {
    overflow: hidden;
    background-color: #3e4957;
    border-radius: 5px
}

.c-categories-S-1 .gvbls8Tp {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
}

.c-categories-S-1 .RTLE0lSf {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 700;
    color: #f03968
}

.c-categories-S-1 .i6YRURh6adL {
    margin-bottom: 8px
}

.c-categories-S-1 .i6YRURh6adL:last-child {
    margin-bottom: 0
}

.c-categories-S-1 .wl7ax {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    color: #3e4957;
    text-decoration: none;
    word-break: normal;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.c-categories-S-1 .wl7ax:active,
.c-categories-S-1 .wl7ax:focus,
.c-categories-S-1 .wl7ax:hover {
    color: #f03968
}

@media only screen and (min-width:667px) {
    .c-categories-S-1 .gvbls8Tp {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4
    }
}

@media only screen and (min-width:1024px) {
    .c-categories-S-1 .bnGdyxOIDKT {
        padding-top: 12px
    }
    .c-categories-S-1 .dQsHfxL7K {
        max-height: unset
    }
    .c-categories-S-1 .gvbls8Tp {
        -webkit-column-count: 6;
        -moz-column-count: 6;
        column-count: 6
    }
    .c-categories-S-1 .RTLE0lSf {
        margin-bottom: 3px;
        font-size: 21px
    }
    .c-categories-S-1 .i6YRURh6adL {
        margin-bottom: 6px
    }
    .c-categories-S-1 .wl7ax {
        font-size: 16px
    }
}

.c-link_box-S-1 .BU1VgDIlkt7H .oyAcO {
    color: #ededff
}

.c-link_box-S-1 .rs9GBkQEo {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(1, minmax(100%, 1fr))
}

.c-link_box-S-1 .RcWrDZxP {
    width: 100%;
    min-width: 100%;
    margin-top: 34px;
    font-size: 16px;
    line-height: 1.2;
    color: #374251;
    text-align: left
}

.c-link_box-S-1 .pxpxumKql {
    padding: 0 15px 0 22px
}

.c-link_box-S-1 .pxpxumKql li {
    position: relative;
    list-style: none
}

.c-link_box-S-1 .pxpxumKql li:after {
    content: '';
    position: absolute;
    top: 9px;
    left: -15px;
    width: 7px;
    height: 7px;
    background: #f03968;
    border-radius: 50%
}

.c-link_box-S-1 .oyAcO {
    font-size: 16px;
    color: #374251
}

.c-link_box-S-1 .oyAcO:active,
.c-link_box-S-1 .oyAcO:focus,
.c-link_box-S-1 .oyAcO:hover {
    color: #f03968;
    text-decoration: none
}

@media only screen and (min-width:768px) {
    .c-link_box-S-1 .rs9GBkQEo {
        grid-template-columns: repeat(3, minmax(160px, 1fr))
    }
}

@media only screen and (min-width:1366px) {
    .c-link_box-S-1 .rs9GBkQEo {
        grid-template-columns: repeat(6, minmax(160px, 1fr))
    }
}

.c-naked-girls-S-1 .dj5zZE {
    margin-top: -26px
}

.c-naked-girls-S-1 .JWoWYd {
    margin-top: 7px
}

.c-naked-girls-S-1 .m6yFFWSK {
    width: 100%;
    padding: 12px 0;
    background: #f3f3fe;
    font-size: 18px;
    color: #8585cd;
    text-decoration: none
}

@media only screen and (min-width:768px) {
    .c-naked-girls-S-1 .m6yFFWSK {
        display: none
    }
    .c-naked-girls-S-1 .dj5zZE {
        display: block;
        height: 100% !important
    }
}

.c-naked-girls-S-1 .FjEFv_U {
    display: grid;
    margin-top: 34px;
    grid-template-columns: 1fr 1fr;
    grid-gap: 8px
}

.c-naked-girls-S-1 .FjEFv_U .h5H3TKAM3 {
    position: relative
}

.c-naked-girls-S-1 .FjEFv_U .pZhoitVlVVjh {
    position: relative;
    overflow: hidden
}

.c-naked-girls-S-1 .FjEFv_U .pZhoitVlVVjh:active .rMUgOyS,
.c-naked-girls-S-1 .FjEFv_U .pZhoitVlVVjh:focus .rMUgOyS,
.c-naked-girls-S-1 .FjEFv_U .pZhoitVlVVjh:hover .rMUgOyS {
    height: 40px;
    background: #f03968
}

.c-naked-girls-S-1 .FjEFv_U .rMUgOyS {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    z-index: 2;
    background-color: rgba(96, 75, 163, .8);
    pointer-events: none;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.c-naked-girls-S-1 .FjEFv_U .xna8Gz .rMUgOyS {
    background-color: rgba(34, 20, 60, .7) !important
}

.c-naked-girls-S-1 .FjEFv_U .kodUWcF.is-blur img {
    -webkit-filter: blur(10px);
    filter: blur(10px)
}

.c-naked-girls-S-1 .FjEFv_U .kodUWcF.is-blur:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #fff;
    opacity: .8
}

.c-naked-girls-S-1 .FjEFv_U .kodUWcF img {
    display: block;
    min-width: 100%;
    min-height: 100%
}

@supports (object-fit:cover) {
    .c-naked-girls-S-1 .FjEFv_U .kodUWcF img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.c-naked-girls-S-1 .FjEFv_U .FzN8uJ {
    display: block;
    width: 100%;
    height: 100%
}

.c-naked-girls-S-1 .FjEFv_U .FzN8uJ:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #4a4a82;
    opacity: 0
}

.c-naked-girls-S-1 .FjEFv_U .FzN8uJ:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    z-index: 3;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' width='38.618' height='40' sodipodi:docname='Vector Smart Object2.ai'%3E%3Cmetadata%3E%3Crdf:RDF%3E%3Ccc:Work%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs%3E%3CclipPath clipPathUnits='userSpaceOnUse' id='a'%3E%3Cpath d='M0 30h28.963V0H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Csodipodi:namedview pagecolor='%23ffffff' bordercolor='%23666666' borderopacity='1' objecttolerance='10' gridtolerance='10' guidetolerance='10' inkscape:pageopacity='0' inkscape:pageshadow='2' inkscape:window-width='640' inkscape:window-height='480'/%3E%3Cg clip-path='url(%23a)' transform='matrix(1.33333 0 0 -1.33333 0 40)' inkscape:groupmode='layer' inkscape:label='Vector Smart Object2'%3E%3Cpath d='M12.113 26.84c4.937 0 8.953-4.016 8.953-8.953 0-4.936-4.016-8.953-8.953-8.953-4.937 0-8.953 4.017-8.953 8.953 0 4.937 4.016 8.953 8.953 8.953m16.41-24.166l-7.14 7.426a12.078 12.078 0 012.842 7.787c0 6.68-5.433 12.113-12.112 12.113C5.433 30 0 24.566 0 17.887 0 11.21 5.434 5.775 12.113 5.775c2.507 0 4.896.756 6.939 2.191L26.246.484A1.57 1.57 0 0127.384 0a1.58 1.58 0 011.139 2.674' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-box-align: center
}

.c-naked-girls-S-1 .FjEFv_U .FzN8uJ:hover:before {
    opacity: .8
}

.c-naked-girls-S-1 .FjEFv_U .FzN8uJ:hover:after {
    opacity: 1
}

.c-naked-girls-S-1 .FjEFv_U .P4tg0hDpMfXe {
    font-size: 15px;
    font-weight: 700;
    color: #fff
}

.c-naked-girls-S-1 .FjEFv_U .t43N05HtB {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 0;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    pointer-events: none
}

@media only screen and (max-width:767px) {
    .c-naked-girls-S-1 .FjEFv_U .pZhoitVlVVjh {
        height: 235px
    }
    .c-naked-girls-S-1 .FjEFv_U .t43N05HtB {
        font-size: 16px
    }
}

@media only screen and (min-width:768px) {
    .c-naked-girls-S-1 .FjEFv_U .pZhoitVlVVjh {
        height: 255px
    }
    .c-naked-girls-S-1 .FjEFv_U .t43N05HtB {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 17px
    }
}

@media only screen and (min-width:1024px) {
    .c-naked-girls-S-1 .FjEFv_U .t43N05HtB {
        font-size: 20px
    }
}

@media only screen and (min-width:1366px) {
    .c-naked-girls-S-1 .FjEFv_U .rMUgOyS {
        height: 40px
    }
    .c-naked-girls-S-1 .FjEFv_U .pZhoitVlVVjh {
        height: 335px
    }
    .c-naked-girls-S-1 .FjEFv_U .pZhoitVlVVjh:active .rMUgOyS,
    .c-naked-girls-S-1 .FjEFv_U .pZhoitVlVVjh:focus .rMUgOyS,
    .c-naked-girls-S-1 .FjEFv_U .pZhoitVlVVjh:hover .rMUgOyS {
        height: 60px
    }
    .c-naked-girls-S-1 .FjEFv_U .P4tg0hDpMfXe {
        font-size: 18px
    }
    .c-naked-girls-S-1 .FjEFv_U .t43N05HtB {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-bottom: 64px;
        font-size: 24px
    }
}

@media only screen and (min-width:568px) {
    .c-naked-girls-S-1 .FjEFv_U {
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media only screen and (min-width:768px) {
    .c-naked-girls-S-1 .FjEFv_U {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr
    }
}

@media only screen and (min-width:1366px) {
    .c-naked-girls-S-1 .FjEFv_U {
        margin-top: 46px
    }
}

.c-share-S-1 .R9pB0d {
    background: #342f51
}

.c-share-S-1 .R9pB0d .OFOYgNOd {
    color: #ededff
}

.c-share-S-1 .R9pB0d .gkt1aso_PBG {
    background: #221b38;
    border-color: #8585cd;
    color: #b0b0d7
}

.c-share-S-1 .R9pB0d .QxEZS0 {
    background: #545183;
    color: #fff
}

.c-share-S-1 .cQHSY65sPRdf {
    padding: 18px 15px;
    -webkit-box-shadow: 0 1px 40px 0 rgba(2, 7, 24, .1);
    box-shadow: 0 1px 40px 0 rgba(2, 7, 24, .1)
}

.c-share-S-1 .fsZt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-share-S-1 .OFOYgNOd {
    padding-right: 6px;
    font-size: 16px;
    line-height: 1.2;
    color: #604ba3
}

.c-share-S-1 .Dj0NUAwj5 {
    height: 46px;
    padding: 0 40px
}

.c-share-S-1 .EKJrlWsI2 {
    position: relative;
    max-width: 420px
}

.c-share-S-1 .QxEZS0 {
    position: relative;
    width: 100%;
    height: 46px;
    padding: 0 18px;
    z-index: 100;
    background: #8585cd;
    border-radius: 5px;
    color: #fff;
    text-align: left;
    outline: 0
}

.c-share-S-1 .QxEZS0:after {
    content: '';
    position: absolute;
    top: 40%;
    right: 25px;
    display: block;
    width: 11px;
    height: 11px;
    background: no-repeat center center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='284.929' height='284.929'%3E%3Cpath d='M282.082 76.511l-14.274-14.273c-1.902-1.906-4.093-2.856-6.57-2.856-2.471 0-4.661.95-6.563 2.856L142.466 174.441 30.262 62.241c-1.903-1.906-4.093-2.856-6.567-2.856-2.475 0-4.665.95-6.567 2.856L2.856 76.515C.95 78.417 0 80.607 0 83.082c0 2.473.953 4.663 2.856 6.565l133.043 133.046c1.902 1.903 4.093 2.854 6.567 2.854s4.661-.951 6.562-2.854L282.082 89.647c1.902-1.903 2.847-4.093 2.847-6.565 0-2.475-.945-4.665-2.847-6.571z' fill='%23fff'/%3E%3C/svg%3E%0A");
    background-size: 11px 11px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.c-share-S-1 .QxEZS0[aria-expanded=true]:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.c-share-S-1 .ys6Qg {
    position: absolute;
    top: 42px;
    right: 0;
    left: 0;
    padding: 8px 8px 26px;
    z-index: 99;
    background: #fff;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0 0 30px 0 rgba(2, 7, 24, .1);
    box-shadow: 0 0 30px 0 rgba(2, 7, 24, .1)
}

.c-share-S-1 .cWltLlBZT {
    max-height: 326px;
    padding-top: 10px;
    overflow: auto
}

.c-share-S-1 .cWltLlBZT::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    margin-top: 15px
}

.c-share-S-1 .cWltLlBZT::-webkit-scrollbar-track {
    background-color: transparent
}

.c-share-S-1 .cWltLlBZT::-webkit-scrollbar-thumb {
    background-color: #cacacb
}

.c-share-S-1 .CUSC {
    margin-right: 10px;
    margin-bottom: 9px
}

.c-share-S-1 .srbJfQra {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0 14px;
    border-radius: 5px;
    line-height: 1.233;
    color: #2e2d2d;
    text-decoration: none;
    word-break: break-all;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.c-share-S-1 .srbJfQra:active,
.c-share-S-1 .srbJfQra:focus,
.c-share-S-1 .srbJfQra:hover {
    background: #f03968;
    color: #fff
}

.c-share-S-1 .srbJfQra:active .xem5z,
.c-share-S-1 .srbJfQra:focus .xem5z,
.c-share-S-1 .srbJfQra:hover .xem5z {
    color: #fff
}

.c-share-S-1 .xem5z {
    padding-left: 10px;
    font-weight: 600;
    line-height: 1.733;
    color: #8485cc;
    white-space: nowrap
}

@media only screen and (min-width:480px) {
    .c-share-S-1 .cQHSY65sPRdf {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .c-share-S-1 .fsZt {
        width: 54%;
        max-width: 410px
    }
    .c-share-S-1 .A5f99_JT0KI {
        width: 100%;
        margin: 20px 0 0
    }
}

@media only screen and (min-width:667px) {
    .c-share-S-1 .fsZt {
        width: 40%
    }
}

@media only screen and (max-width:767px) {
    .c-share-S-1 .EKJrlWsI2 {
        max-width: none
    }
}

@media only screen and (min-width:768px) {
    .c-share-S-1 .OFOYgNOd {
        font-size: 20px
    }
    .c-share-S-1 .fsZt {
        width: 38%
    }
    .c-share-S-1 .OFOYgNOd {
        margin-right: 12px;
        padding: 0
    }
    .c-share-S-1 .A5f99_JT0KI {
        width: 30%;
        max-width: 420px;
        margin: 0
    }
}

@media only screen and (min-width:1024px) {
    .c-share-S-1 .fsZt {
        width: 100%
    }
}

@media only screen and (min-width:1366px) {
    .c-share-S-1 .cQHSY65sPRdf {
        padding: 30px 36px
    }
    .c-share-S-1 .OFOYgNOd {
        margin-right: 20px
    }
    .c-share-S-1 .A5f99_JT0KI {
        width: 32%
    }
}
