abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
    border: 0;
    margin: 0;
    padding: 0;
    font-weight: inherit;
    font-size: inherit;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
del,
em,
span,
strong {
    font-size: inherit;
    font-weight: inherit;
}
body,
html {
    height: 100%;
    width: 100%;
    -webkit-tap-highlight-color: transparent; /*font-smoothing:antialiased*/
}
body *,
html * {
    max-height: 1000000px;
    -webkit-text-size-adjust: 100%;
}
article,
section {
    display: block;
}
b,
strong {
    font-weight: 700;
}
img {
    color: transparent;
    font-size: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
svg {
    display: block;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption,
td,
th {
    font-weight: 400;
    vertical-align: top;
}
q {
    quotes: none;
}
q:after,
q:before {
    content: "";
}
small,
sub,
sup {
    font-size: 60% !important;
    font-weight: inherit;
}
sub,
sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.7em;
}
@-ms-viewport {
    width: device-width;
}
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}
*,
::after,
::before {
    box-sizing: inherit;
}
.container {
    width: 100%;
    padding-right: 1.3rem;
    padding-left: 1.3rem;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1.3rem;
    margin-left: -1.3rem;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto,
.col-xxl,
.col-xxl-1,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-auto {
    width: 100%;
    min-height: 1px;
    padding-right: 1.3rem;
    padding-left: 1.3rem;
}
.col {
    flex-basis: 0%;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}
.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-0 {
    order: 0;
}
.order-1 {
    order: 1;
}
.order-2 {
    order: 2;
}
.order-3 {
    order: 3;
}
.order-4 {
    order: 4;
}
.order-5 {
    order: 5;
}
.order-6 {
    order: 6;
}
.order-7 {
    order: 7;
}
.order-8 {
    order: 8;
}
.order-9 {
    order: 9;
}
.order-10 {
    order: 10;
}
.order-11 {
    order: 11;
}
.order-12 {
    order: 12;
}
@media (min-width: 768px) {
    .col-sm {
        flex-basis: 0%;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-0 {
        order: 0;
    }
    .order-sm-1 {
        order: 1;
    }
    .order-sm-2 {
        order: 2;
    }
    .order-sm-3 {
        order: 3;
    }
    .order-sm-4 {
        order: 4;
    }
    .order-sm-5 {
        order: 5;
    }
    .order-sm-6 {
        order: 6;
    }
    .order-sm-7 {
        order: 7;
    }
    .order-sm-8 {
        order: 8;
    }
    .order-sm-9 {
        order: 9;
    }
    .order-sm-10 {
        order: 10;
    }
    .order-sm-11 {
        order: 11;
    }
    .order-sm-12 {
        order: 12;
    }
}
@media (min-width: 960px) {
    .col-md {
        flex-basis: 0%;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-0 {
        order: 0;
    }
    .order-md-1 {
        order: 1;
    }
    .order-md-2 {
        order: 2;
    }
    .order-md-3 {
        order: 3;
    }
    .order-md-4 {
        order: 4;
    }
    .order-md-5 {
        order: 5;
    }
    .order-md-6 {
        order: 6;
    }
    .order-md-7 {
        order: 7;
    }
    .order-md-8 {
        order: 8;
    }
    .order-md-9 {
        order: 9;
    }
    .order-md-10 {
        order: 10;
    }
    .order-md-11 {
        order: 11;
    }
    .order-md-12 {
        order: 12;
    }
}
@media (min-width: 1025px) {
    .col-lg {
        flex-basis: 0%;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-0 {
        order: 0;
    }
    .order-lg-1 {
        order: 1;
    }
    .order-lg-2 {
        order: 2;
    }
    .order-lg-3 {
        order: 3;
    }
    .order-lg-4 {
        order: 4;
    }
    .order-lg-5 {
        order: 5;
    }
    .order-lg-6 {
        order: 6;
    }
    .order-lg-7 {
        order: 7;
    }
    .order-lg-8 {
        order: 8;
    }
    .order-lg-9 {
        order: 9;
    }
    .order-lg-10 {
        order: 10;
    }
    .order-lg-11 {
        order: 11;
    }
    .order-lg-12 {
        order: 12;
    }
}
@media (min-width: 1500px) {
    .col-xl {
        flex-basis: 0%;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-0 {
        order: 0;
    }
    .order-xl-1 {
        order: 1;
    }
    .order-xl-2 {
        order: 2;
    }
    .order-xl-3 {
        order: 3;
    }
    .order-xl-4 {
        order: 4;
    }
    .order-xl-5 {
        order: 5;
    }
    .order-xl-6 {
        order: 6;
    }
    .order-xl-7 {
        order: 7;
    }
    .order-xl-8 {
        order: 8;
    }
    .order-xl-9 {
        order: 9;
    }
    .order-xl-10 {
        order: 10;
    }
    .order-xl-11 {
        order: 11;
    }
    .order-xl-12 {
        order: 12;
    }
}
@media (min-width: 1600px) {
    .col-xxl {
        flex-basis: 0%;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xxl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-xxl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xxl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-xxl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xxl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-xxl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xxl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-xxl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xxl-0 {
        order: 0;
    }
    .order-xxl-1 {
        order: 1;
    }
    .order-xxl-2 {
        order: 2;
    }
    .order-xxl-3 {
        order: 3;
    }
    .order-xxl-4 {
        order: 4;
    }
    .order-xxl-5 {
        order: 5;
    }
    .order-xxl-6 {
        order: 6;
    }
    .order-xxl-7 {
        order: 7;
    }
    .order-xxl-8 {
        order: 8;
    }
    .order-xxl-9 {
        order: 9;
    }
    .order-xxl-10 {
        order: 10;
    }
    .order-xxl-11 {
        order: 11;
    }
    .order-xxl-12 {
        order: 12;
    }
}
.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-block {
    display: block !important;
}
.d-flex {
    display: flex !important;
}
.d-inline-flex {
    display: inline-flex !important;
}
@media (min-width: 768px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 960px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1025px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1500px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1600px) {
    .d-xxl-none {
        display: none !important;
    }
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-flex {
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: inline-flex !important;
    }
}
.flex-row {
    flex-direction: row !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.align-items-center {
    align-items: center !important;
}
.align-items-baseline {
    align-items: baseline !important;
}
.align-items-stretch {
    align-items: stretch !important;
}
.align-self-auto {
    align-self: auto !important;
}
.align-self-start {
    align-self: flex-start !important;
}
.align-self-end {
    align-self: flex-end !important;
}
.align-self-center {
    align-self: center !important;
}
.align-self-baseline {
    align-self: baseline !important;
}
.align-self-stretch {
    align-self: stretch !important;
}
@media (min-width: 768px) {
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 960px) {
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 1025px) {
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 1500px) {
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 1600px) {
    .flex-xxl-row {
        flex-direction: row !important;
    }
    .flex-xxl-column {
        flex-direction: column !important;
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
        justify-content: center !important;
    }
    .justify-content-xxl-between {
        justify-content: space-between !important;
    }
    .justify-content-xxl-around {
        justify-content: space-around !important;
    }
    .align-items-xxl-start {
        align-items: flex-start !important;
    }
    .align-items-xxl-end {
        align-items: flex-end !important;
    }
    .align-items-xxl-center {
        align-items: center !important;
    }
    .align-items-xxl-baseline {
        align-items: baseline !important;
    }
    .align-items-xxl-stretch {
        align-items: stretch !important;
    }
    .align-self-xxl-auto {
        align-self: auto !important;
    }
    .align-self-xxl-start {
        align-self: flex-start !important;
    }
    .align-self-xxl-end {
        align-self: flex-end !important;
    }
    .align-self-xxl-center {
        align-self: center !important;
    }
    .align-self-xxl-baseline {
        align-self: baseline !important;
    }
    .align-self-xxl-stretch {
        align-self: stretch !important;
    }
}
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-5 {
    margin: 0.5rem !important;
}
.mt-5,
.my-5 {
    margin-top: 0.5rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 0.5rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 0.5rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 0.5rem !important;
}
.m-10 {
    margin: 1rem !important;
}
.mt-10,
.my-10 {
    margin-top: 1rem !important;
}
.mr-10,
.mx-10 {
    margin-right: 1rem !important;
}
.mb-10,
.my-10 {
    margin-bottom: 1rem !important;
}
.ml-10,
.mx-10 {
    margin-left: 1rem !important;
}
.m-15 {
    margin: 1.5rem !important;
}
.mt-15,
.my-15 {
    margin-top: 1.5rem !important;
}
.mr-15,
.mx-15 {
    margin-right: 1.5rem !important;
}
.mb-15,
.my-15 {
    margin-bottom: 1.5rem !important;
}
.ml-15,
.mx-15 {
    margin-left: 1.5rem !important;
}
.m-20 {
    margin: 2rem !important;
}
.mt-20,
.my-20 {
    margin-top: 2rem !important;
}
.mr-20,
.mx-20 {
    margin-right: 2rem !important;
}
.mb-20,
.my-20 {
    margin-bottom: 2rem !important;
}
.ml-20,
.mx-20 {
    margin-left: 2rem !important;
}
.m-26 {
    margin: 2.6rem !important;
}
.mt-26,
.my-26 {
    margin-top: 2.6rem !important;
}
.mr-26,
.mx-26 {
    margin-right: 2.6rem !important;
}
.mb-26,
.my-26 {
    margin-bottom: 2.6rem !important;
}
.ml-26,
.mx-26 {
    margin-left: 2.6rem !important;
}
.m-30 {
    margin: 3rem !important;
}
.mt-30,
.my-30 {
    margin-top: 3rem !important;
}
.mr-30,
.mx-30 {
    margin-right: 3rem !important;
}
.mb-30,
.my-30 {
    margin-bottom: 3rem !important;
}
.ml-30,
.mx-30 {
    margin-left: 3rem !important;
}
.m-40 {
    margin: 4rem !important;
}
.mt-40,
.my-40 {
    margin-top: 4rem !important;
}
.mr-40,
.mx-40 {
    margin-right: 4rem !important;
}
.mb-40,
.my-40 {
    margin-bottom: 4rem !important;
}
.ml-40,
.mx-40 {
    margin-left: 4rem !important;
}
.m-50 {
    margin: 5rem !important;
}
.mt-50,
.my-50 {
    margin-top: 5rem !important;
}
.mr-50,
.mx-50 {
    margin-right: 5rem !important;
}
.mb-50,
.my-50 {
    margin-bottom: 5rem !important;
}
.ml-50,
.mx-50 {
    margin-left: 5rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.p-5 {
    padding: 0.5rem !important;
}
.pt-5,
.py-5 {
    padding-top: 0.5rem !important;
}
.pr-5,
.px-5 {
    padding-right: 0.5rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 0.5rem !important;
}
.pl-5,
.px-5 {
    padding-left: 0.5rem !important;
}
.p-10 {
    padding: 1rem !important;
}
.pt-10,
.py-10 {
    padding-top: 1rem !important;
}
.pr-10,
.px-10 {
    padding-right: 1rem !important;
}
.pb-10,
.py-10 {
    padding-bottom: 1rem !important;
}
.pl-10,
.px-10 {
    padding-left: 1rem !important;
}
.p-15 {
    padding: 1.5rem !important;
}
.pt-15,
.py-15 {
    padding-top: 1.5rem !important;
}
.pr-15,
.px-15 {
    padding-right: 1.5rem !important;
}
.pb-15,
.py-15 {
    padding-bottom: 1.5rem !important;
}
.pl-15,
.px-15 {
    padding-left: 1.5rem !important;
}
.p-20 {
    padding: 2rem !important;
}
.pt-20,
.py-20 {
    padding-top: 2rem !important;
}
.pr-20,
.px-20 {
    padding-right: 2rem !important;
}
.pb-20,
.py-20 {
    padding-bottom: 2rem !important;
}
.pl-20,
.px-20 {
    padding-left: 2rem !important;
}
.p-26 {
    padding: 2.6rem !important;
}
.pt-26,
.py-26 {
    padding-top: 2.6rem !important;
}
.pr-26,
.px-26 {
    padding-right: 2.6rem !important;
}
.pb-26,
.py-26 {
    padding-bottom: 2.6rem !important;
}
.pl-26,
.px-26 {
    padding-left: 2.6rem !important;
}
.p-30 {
    padding: 3rem !important;
}
.pt-30,
.py-30 {
    padding-top: 3rem !important;
}
.pr-30,
.px-30 {
    padding-right: 3rem !important;
}
.pb-30,
.py-30 {
    padding-bottom: 3rem !important;
}
.pl-30,
.px-30 {
    padding-left: 3rem !important;
}
.p-40 {
    padding: 4rem !important;
}
.pt-40,
.py-40 {
    padding-top: 4rem !important;
}
.pr-40,
.px-40 {
    padding-right: 4rem !important;
}
.pb-40,
.py-40 {
    padding-bottom: 4rem !important;
}
.pl-40,
.px-40 {
    padding-left: 4rem !important;
}
.p-50 {
    padding: 5rem !important;
}
.pt-50,
.py-50 {
    padding-top: 5rem !important;
}
.pr-50,
.px-50 {
    padding-right: 5rem !important;
}
.pb-50,
.py-50 {
    padding-bottom: 5rem !important;
}
.pl-50,
.px-50 {
    padding-left: 5rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
@media (min-width: 768px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-5 {
        margin: 0.5rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 0.5rem !important;
    }
    .m-sm-10 {
        margin: 1rem !important;
    }
    .mt-sm-10,
    .my-sm-10 {
        margin-top: 1rem !important;
    }
    .mr-sm-10,
    .mx-sm-10 {
        margin-right: 1rem !important;
    }
    .mb-sm-10,
    .my-sm-10 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-10,
    .mx-sm-10 {
        margin-left: 1rem !important;
    }
    .m-sm-15 {
        margin: 1.5rem !important;
    }
    .mt-sm-15,
    .my-sm-15 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-15,
    .mx-sm-15 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-15,
    .my-sm-15 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-15,
    .mx-sm-15 {
        margin-left: 1.5rem !important;
    }
    .m-sm-20 {
        margin: 2rem !important;
    }
    .mt-sm-20,
    .my-sm-20 {
        margin-top: 2rem !important;
    }
    .mr-sm-20,
    .mx-sm-20 {
        margin-right: 2rem !important;
    }
    .mb-sm-20,
    .my-sm-20 {
        margin-bottom: 2rem !important;
    }
    .ml-sm-20,
    .mx-sm-20 {
        margin-left: 2rem !important;
    }
    .m-sm-26 {
        margin: 2.6rem !important;
    }
    .mt-sm-26,
    .my-sm-26 {
        margin-top: 2.6rem !important;
    }
    .mr-sm-26,
    .mx-sm-26 {
        margin-right: 2.6rem !important;
    }
    .mb-sm-26,
    .my-sm-26 {
        margin-bottom: 2.6rem !important;
    }
    .ml-sm-26,
    .mx-sm-26 {
        margin-left: 2.6rem !important;
    }
    .m-sm-30 {
        margin: 3rem !important;
    }
    .mt-sm-30,
    .my-sm-30 {
        margin-top: 3rem !important;
    }
    .mr-sm-30,
    .mx-sm-30 {
        margin-right: 3rem !important;
    }
    .mb-sm-30,
    .my-sm-30 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-30,
    .mx-sm-30 {
        margin-left: 3rem !important;
    }
    .m-sm-40 {
        margin: 4rem !important;
    }
    .mt-sm-40,
    .my-sm-40 {
        margin-top: 4rem !important;
    }
    .mr-sm-40,
    .mx-sm-40 {
        margin-right: 4rem !important;
    }
    .mb-sm-40,
    .my-sm-40 {
        margin-bottom: 4rem !important;
    }
    .ml-sm-40,
    .mx-sm-40 {
        margin-left: 4rem !important;
    }
    .m-sm-50 {
        margin: 5rem !important;
    }
    .mt-sm-50,
    .my-sm-50 {
        margin-top: 5rem !important;
    }
    .mr-sm-50,
    .mx-sm-50 {
        margin-right: 5rem !important;
    }
    .mb-sm-50,
    .my-sm-50 {
        margin-bottom: 5rem !important;
    }
    .ml-sm-50,
    .mx-sm-50 {
        margin-left: 5rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-5 {
        padding: 0.5rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 0.5rem !important;
    }
    .p-sm-10 {
        padding: 1rem !important;
    }
    .pt-sm-10,
    .py-sm-10 {
        padding-top: 1rem !important;
    }
    .pr-sm-10,
    .px-sm-10 {
        padding-right: 1rem !important;
    }
    .pb-sm-10,
    .py-sm-10 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-10,
    .px-sm-10 {
        padding-left: 1rem !important;
    }
    .p-sm-15 {
        padding: 1.5rem !important;
    }
    .pt-sm-15,
    .py-sm-15 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-15,
    .px-sm-15 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-15,
    .py-sm-15 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-15,
    .px-sm-15 {
        padding-left: 1.5rem !important;
    }
    .p-sm-20 {
        padding: 2rem !important;
    }
    .pt-sm-20,
    .py-sm-20 {
        padding-top: 2rem !important;
    }
    .pr-sm-20,
    .px-sm-20 {
        padding-right: 2rem !important;
    }
    .pb-sm-20,
    .py-sm-20 {
        padding-bottom: 2rem !important;
    }
    .pl-sm-20,
    .px-sm-20 {
        padding-left: 2rem !important;
    }
    .p-sm-26 {
        padding: 2.6rem !important;
    }
    .pt-sm-26,
    .py-sm-26 {
        padding-top: 2.6rem !important;
    }
    .pr-sm-26,
    .px-sm-26 {
        padding-right: 2.6rem !important;
    }
    .pb-sm-26,
    .py-sm-26 {
        padding-bottom: 2.6rem !important;
    }
    .pl-sm-26,
    .px-sm-26 {
        padding-left: 2.6rem !important;
    }
    .p-sm-30 {
        padding: 3rem !important;
    }
    .pt-sm-30,
    .py-sm-30 {
        padding-top: 3rem !important;
    }
    .pr-sm-30,
    .px-sm-30 {
        padding-right: 3rem !important;
    }
    .pb-sm-30,
    .py-sm-30 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-30,
    .px-sm-30 {
        padding-left: 3rem !important;
    }
    .p-sm-40 {
        padding: 4rem !important;
    }
    .pt-sm-40,
    .py-sm-40 {
        padding-top: 4rem !important;
    }
    .pr-sm-40,
    .px-sm-40 {
        padding-right: 4rem !important;
    }
    .pb-sm-40,
    .py-sm-40 {
        padding-bottom: 4rem !important;
    }
    .pl-sm-40,
    .px-sm-40 {
        padding-left: 4rem !important;
    }
    .p-sm-50 {
        padding: 5rem !important;
    }
    .pt-sm-50,
    .py-sm-50 {
        padding-top: 5rem !important;
    }
    .pr-sm-50,
    .px-sm-50 {
        padding-right: 5rem !important;
    }
    .pb-sm-50,
    .py-sm-50 {
        padding-bottom: 5rem !important;
    }
    .pl-sm-50,
    .px-sm-50 {
        padding-left: 5rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 960px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-5 {
        margin: 0.5rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 0.5rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 0.5rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 0.5rem !important;
    }
    .m-md-10 {
        margin: 1rem !important;
    }
    .mt-md-10,
    .my-md-10 {
        margin-top: 1rem !important;
    }
    .mr-md-10,
    .mx-md-10 {
        margin-right: 1rem !important;
    }
    .mb-md-10,
    .my-md-10 {
        margin-bottom: 1rem !important;
    }
    .ml-md-10,
    .mx-md-10 {
        margin-left: 1rem !important;
    }
    .m-md-15 {
        margin: 1.5rem !important;
    }
    .mt-md-15,
    .my-md-15 {
        margin-top: 1.5rem !important;
    }
    .mr-md-15,
    .mx-md-15 {
        margin-right: 1.5rem !important;
    }
    .mb-md-15,
    .my-md-15 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-15,
    .mx-md-15 {
        margin-left: 1.5rem !important;
    }
    .m-md-20 {
        margin: 2rem !important;
    }
    .mt-md-20,
    .my-md-20 {
        margin-top: 2rem !important;
    }
    .mr-md-20,
    .mx-md-20 {
        margin-right: 2rem !important;
    }
    .mb-md-20,
    .my-md-20 {
        margin-bottom: 2rem !important;
    }
    .ml-md-20,
    .mx-md-20 {
        margin-left: 2rem !important;
    }
    .m-md-26 {
        margin: 2.6rem !important;
    }
    .mt-md-26,
    .my-md-26 {
        margin-top: 2.6rem !important;
    }
    .mr-md-26,
    .mx-md-26 {
        margin-right: 2.6rem !important;
    }
    .mb-md-26,
    .my-md-26 {
        margin-bottom: 2.6rem !important;
    }
    .ml-md-26,
    .mx-md-26 {
        margin-left: 2.6rem !important;
    }
    .m-md-30 {
        margin: 3rem !important;
    }
    .mt-md-30,
    .my-md-30 {
        margin-top: 3rem !important;
    }
    .mr-md-30,
    .mx-md-30 {
        margin-right: 3rem !important;
    }
    .mb-md-30,
    .my-md-30 {
        margin-bottom: 3rem !important;
    }
    .ml-md-30,
    .mx-md-30 {
        margin-left: 3rem !important;
    }
    .m-md-40 {
        margin: 4rem !important;
    }
    .mt-md-40,
    .my-md-40 {
        margin-top: 4rem !important;
    }
    .mr-md-40,
    .mx-md-40 {
        margin-right: 4rem !important;
    }
    .mb-md-40,
    .my-md-40 {
        margin-bottom: 4rem !important;
    }
    .ml-md-40,
    .mx-md-40 {
        margin-left: 4rem !important;
    }
    .m-md-50 {
        margin: 5rem !important;
    }
    .mt-md-50,
    .my-md-50 {
        margin-top: 5rem !important;
    }
    .mr-md-50,
    .mx-md-50 {
        margin-right: 5rem !important;
    }
    .mb-md-50,
    .my-md-50 {
        margin-bottom: 5rem !important;
    }
    .ml-md-50,
    .mx-md-50 {
        margin-left: 5rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-5 {
        padding: 0.5rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 0.5rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 0.5rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 0.5rem !important;
    }
    .p-md-10 {
        padding: 1rem !important;
    }
    .pt-md-10,
    .py-md-10 {
        padding-top: 1rem !important;
    }
    .pr-md-10,
    .px-md-10 {
        padding-right: 1rem !important;
    }
    .pb-md-10,
    .py-md-10 {
        padding-bottom: 1rem !important;
    }
    .pl-md-10,
    .px-md-10 {
        padding-left: 1rem !important;
    }
    .p-md-15 {
        padding: 1.5rem !important;
    }
    .pt-md-15,
    .py-md-15 {
        padding-top: 1.5rem !important;
    }
    .pr-md-15,
    .px-md-15 {
        padding-right: 1.5rem !important;
    }
    .pb-md-15,
    .py-md-15 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-15,
    .px-md-15 {
        padding-left: 1.5rem !important;
    }
    .p-md-20 {
        padding: 2rem !important;
    }
    .pt-md-20,
    .py-md-20 {
        padding-top: 2rem !important;
    }
    .pr-md-20,
    .px-md-20 {
        padding-right: 2rem !important;
    }
    .pb-md-20,
    .py-md-20 {
        padding-bottom: 2rem !important;
    }
    .pl-md-20,
    .px-md-20 {
        padding-left: 2rem !important;
    }
    .p-md-26 {
        padding: 2.6rem !important;
    }
    .pt-md-26,
    .py-md-26 {
        padding-top: 2.6rem !important;
    }
    .pr-md-26,
    .px-md-26 {
        padding-right: 2.6rem !important;
    }
    .pb-md-26,
    .py-md-26 {
        padding-bottom: 2.6rem !important;
    }
    .pl-md-26,
    .px-md-26 {
        padding-left: 2.6rem !important;
    }
    .p-md-30 {
        padding: 3rem !important;
    }
    .pt-md-30,
    .py-md-30 {
        padding-top: 3rem !important;
    }
    .pr-md-30,
    .px-md-30 {
        padding-right: 3rem !important;
    }
    .pb-md-30,
    .py-md-30 {
        padding-bottom: 3rem !important;
    }
    .pl-md-30,
    .px-md-30 {
        padding-left: 3rem !important;
    }
    .p-md-40 {
        padding: 4rem !important;
    }
    .pt-md-40,
    .py-md-40 {
        padding-top: 4rem !important;
    }
    .pr-md-40,
    .px-md-40 {
        padding-right: 4rem !important;
    }
    .pb-md-40,
    .py-md-40 {
        padding-bottom: 4rem !important;
    }
    .pl-md-40,
    .px-md-40 {
        padding-left: 4rem !important;
    }
    .p-md-50 {
        padding: 5rem !important;
    }
    .pt-md-50,
    .py-md-50 {
        padding-top: 5rem !important;
    }
    .pr-md-50,
    .px-md-50 {
        padding-right: 5rem !important;
    }
    .pb-md-50,
    .py-md-50 {
        padding-bottom: 5rem !important;
    }
    .pl-md-50,
    .px-md-50 {
        padding-left: 5rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1025px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-5 {
        margin: 0.5rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 0.5rem !important;
    }
    .m-lg-10 {
        margin: 1rem !important;
    }
    .mt-lg-10,
    .my-lg-10 {
        margin-top: 1rem !important;
    }
    .mr-lg-10,
    .mx-lg-10 {
        margin-right: 1rem !important;
    }
    .mb-lg-10,
    .my-lg-10 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-10,
    .mx-lg-10 {
        margin-left: 1rem !important;
    }
    .m-lg-15 {
        margin: 1.5rem !important;
    }
    .mt-lg-15,
    .my-lg-15 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-15,
    .mx-lg-15 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-15,
    .my-lg-15 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-15,
    .mx-lg-15 {
        margin-left: 1.5rem !important;
    }
    .m-lg-20 {
        margin: 2rem !important;
    }
    .mt-lg-20,
    .my-lg-20 {
        margin-top: 2rem !important;
    }
    .mr-lg-20,
    .mx-lg-20 {
        margin-right: 2rem !important;
    }
    .mb-lg-20,
    .my-lg-20 {
        margin-bottom: 2rem !important;
    }
    .ml-lg-20,
    .mx-lg-20 {
        margin-left: 2rem !important;
    }
    .m-lg-26 {
        margin: 2.6rem !important;
    }
    .mt-lg-26,
    .my-lg-26 {
        margin-top: 2.6rem !important;
    }
    .mr-lg-26,
    .mx-lg-26 {
        margin-right: 2.6rem !important;
    }
    .mb-lg-26,
    .my-lg-26 {
        margin-bottom: 2.6rem !important;
    }
    .ml-lg-26,
    .mx-lg-26 {
        margin-left: 2.6rem !important;
    }
    .m-lg-30 {
        margin: 3rem !important;
    }
    .mt-lg-30,
    .my-lg-30 {
        margin-top: 3rem !important;
    }
    .mr-lg-30,
    .mx-lg-30 {
        margin-right: 3rem !important;
    }
    .mb-lg-30,
    .my-lg-30 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-30,
    .mx-lg-30 {
        margin-left: 3rem !important;
    }
    .m-lg-40 {
        margin: 4rem !important;
    }
    .mt-lg-40,
    .my-lg-40 {
        margin-top: 4rem !important;
    }
    .mr-lg-40,
    .mx-lg-40 {
        margin-right: 4rem !important;
    }
    .mb-lg-40,
    .my-lg-40 {
        margin-bottom: 4rem !important;
    }
    .ml-lg-40,
    .mx-lg-40 {
        margin-left: 4rem !important;
    }
    .m-lg-50 {
        margin: 5rem !important;
    }
    .mt-lg-50,
    .my-lg-50 {
        margin-top: 5rem !important;
    }
    .mr-lg-50,
    .mx-lg-50 {
        margin-right: 5rem !important;
    }
    .mb-lg-50,
    .my-lg-50 {
        margin-bottom: 5rem !important;
    }
    .ml-lg-50,
    .mx-lg-50 {
        margin-left: 5rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-5 {
        padding: 0.5rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 0.5rem !important;
    }
    .p-lg-10 {
        padding: 1rem !important;
    }
    .pt-lg-10,
    .py-lg-10 {
        padding-top: 1rem !important;
    }
    .pr-lg-10,
    .px-lg-10 {
        padding-right: 1rem !important;
    }
    .pb-lg-10,
    .py-lg-10 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-10,
    .px-lg-10 {
        padding-left: 1rem !important;
    }
    .p-lg-15 {
        padding: 1.5rem !important;
    }
    .pt-lg-15,
    .py-lg-15 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-15,
    .px-lg-15 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-15,
    .py-lg-15 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-15,
    .px-lg-15 {
        padding-left: 1.5rem !important;
    }
    .p-lg-20 {
        padding: 2rem !important;
    }
    .pt-lg-20,
    .py-lg-20 {
        padding-top: 2rem !important;
    }
    .pr-lg-20,
    .px-lg-20 {
        padding-right: 2rem !important;
    }
    .pb-lg-20,
    .py-lg-20 {
        padding-bottom: 2rem !important;
    }
    .pl-lg-20,
    .px-lg-20 {
        padding-left: 2rem !important;
    }
    .p-lg-26 {
        padding: 2.6rem !important;
    }
    .pt-lg-26,
    .py-lg-26 {
        padding-top: 2.6rem !important;
    }
    .pr-lg-26,
    .px-lg-26 {
        padding-right: 2.6rem !important;
    }
    .pb-lg-26,
    .py-lg-26 {
        padding-bottom: 2.6rem !important;
    }
    .pl-lg-26,
    .px-lg-26 {
        padding-left: 2.6rem !important;
    }
    .p-lg-30 {
        padding: 3rem !important;
    }
    .pt-lg-30,
    .py-lg-30 {
        padding-top: 3rem !important;
    }
    .pr-lg-30,
    .px-lg-30 {
        padding-right: 3rem !important;
    }
    .pb-lg-30,
    .py-lg-30 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-30,
    .px-lg-30 {
        padding-left: 3rem !important;
    }
    .p-lg-40 {
        padding: 4rem !important;
    }
    .pt-lg-40,
    .py-lg-40 {
        padding-top: 4rem !important;
    }
    .pr-lg-40,
    .px-lg-40 {
        padding-right: 4rem !important;
    }
    .pb-lg-40,
    .py-lg-40 {
        padding-bottom: 4rem !important;
    }
    .pl-lg-40,
    .px-lg-40 {
        padding-left: 4rem !important;
    }
    .p-lg-50 {
        padding: 5rem !important;
    }
    .pt-lg-50,
    .py-lg-50 {
        padding-top: 5rem !important;
    }
    .pr-lg-50,
    .px-lg-50 {
        padding-right: 5rem !important;
    }
    .pb-lg-50,
    .py-lg-50 {
        padding-bottom: 5rem !important;
    }
    .pl-lg-50,
    .px-lg-50 {
        padding-left: 5rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1500px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-5 {
        margin: 0.5rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 0.5rem !important;
    }
    .m-xl-10 {
        margin: 1rem !important;
    }
    .mt-xl-10,
    .my-xl-10 {
        margin-top: 1rem !important;
    }
    .mr-xl-10,
    .mx-xl-10 {
        margin-right: 1rem !important;
    }
    .mb-xl-10,
    .my-xl-10 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-10,
    .mx-xl-10 {
        margin-left: 1rem !important;
    }
    .m-xl-15 {
        margin: 1.5rem !important;
    }
    .mt-xl-15,
    .my-xl-15 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-15,
    .mx-xl-15 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-15,
    .my-xl-15 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-15,
    .mx-xl-15 {
        margin-left: 1.5rem !important;
    }
    .m-xl-20 {
        margin: 2rem !important;
    }
    .mt-xl-20,
    .my-xl-20 {
        margin-top: 2rem !important;
    }
    .mr-xl-20,
    .mx-xl-20 {
        margin-right: 2rem !important;
    }
    .mb-xl-20,
    .my-xl-20 {
        margin-bottom: 2rem !important;
    }
    .ml-xl-20,
    .mx-xl-20 {
        margin-left: 2rem !important;
    }
    .m-xl-26 {
        margin: 2.6rem !important;
    }
    .mt-xl-26,
    .my-xl-26 {
        margin-top: 2.6rem !important;
    }
    .mr-xl-26,
    .mx-xl-26 {
        margin-right: 2.6rem !important;
    }
    .mb-xl-26,
    .my-xl-26 {
        margin-bottom: 2.6rem !important;
    }
    .ml-xl-26,
    .mx-xl-26 {
        margin-left: 2.6rem !important;
    }
    .m-xl-30 {
        margin: 3rem !important;
    }
    .mt-xl-30,
    .my-xl-30 {
        margin-top: 3rem !important;
    }
    .mr-xl-30,
    .mx-xl-30 {
        margin-right: 3rem !important;
    }
    .mb-xl-30,
    .my-xl-30 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-30,
    .mx-xl-30 {
        margin-left: 3rem !important;
    }
    .m-xl-40 {
        margin: 4rem !important;
    }
    .mt-xl-40,
    .my-xl-40 {
        margin-top: 4rem !important;
    }
    .mr-xl-40,
    .mx-xl-40 {
        margin-right: 4rem !important;
    }
    .mb-xl-40,
    .my-xl-40 {
        margin-bottom: 4rem !important;
    }
    .ml-xl-40,
    .mx-xl-40 {
        margin-left: 4rem !important;
    }
    .m-xl-50 {
        margin: 5rem !important;
    }
    .mt-xl-50,
    .my-xl-50 {
        margin-top: 5rem !important;
    }
    .mr-xl-50,
    .mx-xl-50 {
        margin-right: 5rem !important;
    }
    .mb-xl-50,
    .my-xl-50 {
        margin-bottom: 5rem !important;
    }
    .ml-xl-50,
    .mx-xl-50 {
        margin-left: 5rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-5 {
        padding: 0.5rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 0.5rem !important;
    }
    .p-xl-10 {
        padding: 1rem !important;
    }
    .pt-xl-10,
    .py-xl-10 {
        padding-top: 1rem !important;
    }
    .pr-xl-10,
    .px-xl-10 {
        padding-right: 1rem !important;
    }
    .pb-xl-10,
    .py-xl-10 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-10,
    .px-xl-10 {
        padding-left: 1rem !important;
    }
    .p-xl-15 {
        padding: 1.5rem !important;
    }
    .pt-xl-15,
    .py-xl-15 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-15,
    .px-xl-15 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-15,
    .py-xl-15 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-15,
    .px-xl-15 {
        padding-left: 1.5rem !important;
    }
    .p-xl-20 {
        padding: 2rem !important;
    }
    .pt-xl-20,
    .py-xl-20 {
        padding-top: 2rem !important;
    }
    .pr-xl-20,
    .px-xl-20 {
        padding-right: 2rem !important;
    }
    .pb-xl-20,
    .py-xl-20 {
        padding-bottom: 2rem !important;
    }
    .pl-xl-20,
    .px-xl-20 {
        padding-left: 2rem !important;
    }
    .p-xl-26 {
        padding: 2.6rem !important;
    }
    .pt-xl-26,
    .py-xl-26 {
        padding-top: 2.6rem !important;
    }
    .pr-xl-26,
    .px-xl-26 {
        padding-right: 2.6rem !important;
    }
    .pb-xl-26,
    .py-xl-26 {
        padding-bottom: 2.6rem !important;
    }
    .pl-xl-26,
    .px-xl-26 {
        padding-left: 2.6rem !important;
    }
    .p-xl-30 {
        padding: 3rem !important;
    }
    .pt-xl-30,
    .py-xl-30 {
        padding-top: 3rem !important;
    }
    .pr-xl-30,
    .px-xl-30 {
        padding-right: 3rem !important;
    }
    .pb-xl-30,
    .py-xl-30 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-30,
    .px-xl-30 {
        padding-left: 3rem !important;
    }
    .p-xl-40 {
        padding: 4rem !important;
    }
    .pt-xl-40,
    .py-xl-40 {
        padding-top: 4rem !important;
    }
    .pr-xl-40,
    .px-xl-40 {
        padding-right: 4rem !important;
    }
    .pb-xl-40,
    .py-xl-40 {
        padding-bottom: 4rem !important;
    }
    .pl-xl-40,
    .px-xl-40 {
        padding-left: 4rem !important;
    }
    .p-xl-50 {
        padding: 5rem !important;
    }
    .pt-xl-50,
    .py-xl-50 {
        padding-top: 5rem !important;
    }
    .pr-xl-50,
    .px-xl-50 {
        padding-right: 5rem !important;
    }
    .pb-xl-50,
    .py-xl-50 {
        padding-bottom: 5rem !important;
    }
    .pl-xl-50,
    .px-xl-50 {
        padding-left: 5rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1600px) {
    .m-xxl-0 {
        margin: 0 !important;
    }
    .mt-xxl-0,
    .my-xxl-0 {
        margin-top: 0 !important;
    }
    .mr-xxl-0,
    .mx-xxl-0 {
        margin-right: 0 !important;
    }
    .mb-xxl-0,
    .my-xxl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xxl-0,
    .mx-xxl-0 {
        margin-left: 0 !important;
    }
    .m-xxl-5 {
        margin: 0.5rem !important;
    }
    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: 0.5rem !important;
    }
    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: 0.5rem !important;
    }
    .mb-xxl-5,
    .my-xxl-5 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 0.5rem !important;
    }
    .m-xxl-10 {
        margin: 1rem !important;
    }
    .mt-xxl-10,
    .my-xxl-10 {
        margin-top: 1rem !important;
    }
    .mr-xxl-10,
    .mx-xxl-10 {
        margin-right: 1rem !important;
    }
    .mb-xxl-10,
    .my-xxl-10 {
        margin-bottom: 1rem !important;
    }
    .ml-xxl-10,
    .mx-xxl-10 {
        margin-left: 1rem !important;
    }
    .m-xxl-15 {
        margin: 1.5rem !important;
    }
    .mt-xxl-15,
    .my-xxl-15 {
        margin-top: 1.5rem !important;
    }
    .mr-xxl-15,
    .mx-xxl-15 {
        margin-right: 1.5rem !important;
    }
    .mb-xxl-15,
    .my-xxl-15 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xxl-15,
    .mx-xxl-15 {
        margin-left: 1.5rem !important;
    }
    .m-xxl-20 {
        margin: 2rem !important;
    }
    .mt-xxl-20,
    .my-xxl-20 {
        margin-top: 2rem !important;
    }
    .mr-xxl-20,
    .mx-xxl-20 {
        margin-right: 2rem !important;
    }
    .mb-xxl-20,
    .my-xxl-20 {
        margin-bottom: 2rem !important;
    }
    .ml-xxl-20,
    .mx-xxl-20 {
        margin-left: 2rem !important;
    }
    .m-xxl-26 {
        margin: 2.6rem !important;
    }
    .mt-xxl-26,
    .my-xxl-26 {
        margin-top: 2.6rem !important;
    }
    .mr-xxl-26,
    .mx-xxl-26 {
        margin-right: 2.6rem !important;
    }
    .mb-xxl-26,
    .my-xxl-26 {
        margin-bottom: 2.6rem !important;
    }
    .ml-xxl-26,
    .mx-xxl-26 {
        margin-left: 2.6rem !important;
    }
    .m-xxl-30 {
        margin: 3rem !important;
    }
    .mt-xxl-30,
    .my-xxl-30 {
        margin-top: 3rem !important;
    }
    .mr-xxl-30,
    .mx-xxl-30 {
        margin-right: 3rem !important;
    }
    .mb-xxl-30,
    .my-xxl-30 {
        margin-bottom: 3rem !important;
    }
    .ml-xxl-30,
    .mx-xxl-30 {
        margin-left: 3rem !important;
    }
    .m-xxl-40 {
        margin: 4rem !important;
    }
    .mt-xxl-40,
    .my-xxl-40 {
        margin-top: 4rem !important;
    }
    .mr-xxl-40,
    .mx-xxl-40 {
        margin-right: 4rem !important;
    }
    .mb-xxl-40,
    .my-xxl-40 {
        margin-bottom: 4rem !important;
    }
    .ml-xxl-40,
    .mx-xxl-40 {
        margin-left: 4rem !important;
    }
    .m-xxl-50 {
        margin: 5rem !important;
    }
    .mt-xxl-50,
    .my-xxl-50 {
        margin-top: 5rem !important;
    }
    .mr-xxl-50,
    .mx-xxl-50 {
        margin-right: 5rem !important;
    }
    .mb-xxl-50,
    .my-xxl-50 {
        margin-bottom: 5rem !important;
    }
    .ml-xxl-50,
    .mx-xxl-50 {
        margin-left: 5rem !important;
    }
    .p-xxl-0 {
        padding: 0 !important;
    }
    .pt-xxl-0,
    .py-xxl-0 {
        padding-top: 0 !important;
    }
    .pr-xxl-0,
    .px-xxl-0 {
        padding-right: 0 !important;
    }
    .pb-xxl-0,
    .py-xxl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xxl-0,
    .px-xxl-0 {
        padding-left: 0 !important;
    }
    .p-xxl-5 {
        padding: 0.5rem !important;
    }
    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 0.5rem !important;
    }
    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 0.5rem !important;
    }
    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 0.5rem !important;
    }
    .p-xxl-10 {
        padding: 1rem !important;
    }
    .pt-xxl-10,
    .py-xxl-10 {
        padding-top: 1rem !important;
    }
    .pr-xxl-10,
    .px-xxl-10 {
        padding-right: 1rem !important;
    }
    .pb-xxl-10,
    .py-xxl-10 {
        padding-bottom: 1rem !important;
    }
    .pl-xxl-10,
    .px-xxl-10 {
        padding-left: 1rem !important;
    }
    .p-xxl-15 {
        padding: 1.5rem !important;
    }
    .pt-xxl-15,
    .py-xxl-15 {
        padding-top: 1.5rem !important;
    }
    .pr-xxl-15,
    .px-xxl-15 {
        padding-right: 1.5rem !important;
    }
    .pb-xxl-15,
    .py-xxl-15 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xxl-15,
    .px-xxl-15 {
        padding-left: 1.5rem !important;
    }
    .p-xxl-20 {
        padding: 2rem !important;
    }
    .pt-xxl-20,
    .py-xxl-20 {
        padding-top: 2rem !important;
    }
    .pr-xxl-20,
    .px-xxl-20 {
        padding-right: 2rem !important;
    }
    .pb-xxl-20,
    .py-xxl-20 {
        padding-bottom: 2rem !important;
    }
    .pl-xxl-20,
    .px-xxl-20 {
        padding-left: 2rem !important;
    }
    .p-xxl-26 {
        padding: 2.6rem !important;
    }
    .pt-xxl-26,
    .py-xxl-26 {
        padding-top: 2.6rem !important;
    }
    .pr-xxl-26,
    .px-xxl-26 {
        padding-right: 2.6rem !important;
    }
    .pb-xxl-26,
    .py-xxl-26 {
        padding-bottom: 2.6rem !important;
    }
    .pl-xxl-26,
    .px-xxl-26 {
        padding-left: 2.6rem !important;
    }
    .p-xxl-30 {
        padding: 3rem !important;
    }
    .pt-xxl-30,
    .py-xxl-30 {
        padding-top: 3rem !important;
    }
    .pr-xxl-30,
    .px-xxl-30 {
        padding-right: 3rem !important;
    }
    .pb-xxl-30,
    .py-xxl-30 {
        padding-bottom: 3rem !important;
    }
    .pl-xxl-30,
    .px-xxl-30 {
        padding-left: 3rem !important;
    }
    .p-xxl-40 {
        padding: 4rem !important;
    }
    .pt-xxl-40,
    .py-xxl-40 {
        padding-top: 4rem !important;
    }
    .pr-xxl-40,
    .px-xxl-40 {
        padding-right: 4rem !important;
    }
    .pb-xxl-40,
    .py-xxl-40 {
        padding-bottom: 4rem !important;
    }
    .pl-xxl-40,
    .px-xxl-40 {
        padding-left: 4rem !important;
    }
    .p-xxl-50 {
        padding: 5rem !important;
    }
    .pt-xxl-50,
    .py-xxl-50 {
        padding-top: 5rem !important;
    }
    .pr-xxl-50,
    .px-xxl-50 {
        padding-right: 5rem !important;
    }
    .pb-xxl-50,
    .py-xxl-50 {
        padding-bottom: 5rem !important;
    }
    .pl-xxl-50,
    .px-xxl-50 {
        padding-left: 5rem !important;
    }
    .m-xxl-auto {
        margin: auto !important;
    }
    .mt-xxl-auto,
    .my-xxl-auto {
        margin-top: auto !important;
    }
    .mr-xxl-auto,
    .mx-xxl-auto {
        margin-right: auto !important;
    }
    .mb-xxl-auto,
    .my-xxl-auto {
        margin-bottom: auto !important;
    }
    .ml-xxl-auto,
    .mx-xxl-auto {
        margin-left: auto !important;
    }
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
@media (min-width: 768px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 960px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 1025px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1500px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
@media (min-width: 1600px) {
    .text-xxl-left {
        text-align: left !important;
    }
    .text-xxl-right {
        text-align: right !important;
    }
    .text-xxl-center {
        text-align: center !important;
    }
}
.fluid-img img {
    display: block;
    width: 100%;
    height: auto;
}
.contain-img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.w-100 {
    width: 100%;
}
:root {
    font-size: 10px;
}
@media screen and (max-width: 767px) {
    :root {
        font-size: 3.125vw;
    }
    
    .content {
        font-size: 1.8rem;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1450px) {
    :root {
        font-size: 0.685vw;
    }
}
@media (hover) {
    ::-webkit-scrollbar {
        width: 10px;
    }
    ::-webkit-scrollbar-track {
        background: #e6e6e6;
    }
    ::-webkit-scrollbar-thumb {
        background: #e73046;
        border-radius: 5px;
    }
    ::-webkit-scrollbar-thumb:hover {
        background: #575756;
    }
}
body {
    background: #fff;
    color: #252525;
    font: 400 1.8rem/1.55 "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
}
@media screen and (max-width: 767px) {
    body {
        font: 400 1.4rem/1.42 "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    }
}
@media screen and (max-width: 1024px) {
    body.menu-on {
        overflow: hidden;
    }
}
@media screen and (min-width: 1025px) {
    body.modal-on {
        overflow: hidden;
    }
}
.relative {
    position: relative;
}
.modal {
    position: fixed;
    top: 0;
    left: -99999px;
    z-index: 4;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    background: rgba(37, 37, 37, 0.5);
    display: flex;
    flex-direction: column;
    padding: 6rem;
    transition: opacity 0.3s ease-in-out, left 0s 0.3s;
}
.modal.opened {
    opacity: 1;
    pointer-events: auto;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
    .modal.opened {
        position: relative;
        height: auto;
    }
}
.modal.hidden {
    opacity: 0;
    pointer-events: none;
}
@media screen and (max-width: 767px) {
    .modal.hidden {
        position: absolute;
    }
}
.modal__box {
    background: #fff;
    border-radius: 2rem;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .modal__box {
        border-radius: 0;
    }
}
@media screen and (max-width: 767px) {
    .modal {
        background: #fff;
        box-shadow: 0 0 0 9999rem #fff;
        padding: 0;
    }
}
.app {
    min-height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.modal-on .app {
    position: fixed;
    padding: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
    .modal-on .app {
        opacity: 0;
    }
}
.page {
    flex-grow: 1;
    flex-basis: 0%;
    max-height: 100%;
    position: relative;
    z-index: 1;
}
.overflow__box {
    overflow: hidden;
}
@media screen and (max-width: 1024px) {
    .menu-on .overflow__box {
        opacity: 0;
    }
}
.container {
    padding: 0 10.2rem;
    max-width: 1450px;
    box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
    .container {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}
@media screen and (max-width: 767px) {
    .container {
        padding-left: 1.4rem;
        padding-right: 1.4rem;
    }
}
@media screen and (max-width: 767px) {
    .row {
        margin: 0 -0.5rem;
    }
    .row .col,
    .row [class*="col-"] {
        padding: 0 0.5rem;
    }
    .row.no-gutters {
        margin: 0;
    }
    .row.no-gutters .col,
    .row.no-gutters [class*="col-"] {
        padding: 0;
    }
}
@font-face {
    font-family: "TT Norms";
    src: url(subset-TTNorms-Medium.woff2) format("woff2"), url(subset-TTNorms-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "TT Norms";
    src: url(subset-TTNorms-Regular.woff2) format("woff2"), url(subset-TTNorms-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "TT Norms";
    src: url(subset-TTNorms-Bold.woff2) format("woff2"), url(subset-TTNorms-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "TT Norms";
    src: url(subset-TTNorms-BoldItalic.woff2) format("woff2"), url(subset-TTNorms-BoldItalic.woff) format("woff");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "TT Norms";
    src: url(subset-TTNorms-ExtraBold.woff2) format("woff2"), url(subset-TTNorms-ExtraBold.woff) format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
a {
    color: #e73046;
    text-decoration: none;
    outline: 0;
    border-bottom: 0.04em solid rgba(231, 48, 70, 0.4);
}
a.no-border {
    border-bottom-color: transparent;
}
@media (hover) and (min-width: 1025px) {
    a {
        transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    }
    a:hover {
        border-bottom-color: transparent;
    }
}
hr {
    border-bottom: 1px solid #e6e6e6;
    margin: 0 0 3rem;
    width: 100%;
}
p {
    padding-bottom: 2.8rem;
}
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
blockquote a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit;
}
.h1,
h1 {
    font: 700 3.8rem/1.15 "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    margin: 0 0 2rem;
}
@media screen and (max-width: 767px) {
    .h1,
    h1 {
        font: 700 2.6rem / normal "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    }
}
.h2,
h2 {
    font: 700 3rem/1.13 "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    margin: 0 0 2rem;
}
@media screen and (max-width: 767px) {
    .h2,
    h2 {
        font: 700 2rem / normal "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    }
}
.h3,
blockquote,
h3 {
    font: 500 2.2rem/1.36 "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    margin: 0 0 2rem;
}
@media screen and (max-width: 767px) {
    .h3,
    blockquote,
    h3 {
        font: 500 1.6rem/1.5 "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
        margin: 0 0 1.5rem;
    }
}
.h4,
h4 {
    font: 700 2.2rem/1.36 "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    margin: 0 0 1.5rem;
}
@media screen and (max-width: 767px) {
    .h4,
    h4 {
        font: 700 1.6rem/1.9rem "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    }
}
.h5,
.h6,
h5,
h6 {
    font: 700 1.8rem/1.2 "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    margin: 0 0 2rem;
}
@media screen and (max-width: 767px) {
    .h5,
    .h6,
    h5,
    h6 {
        font: 700 1.6rem/1.2 "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
        margin: 0 0 1.5rem;
    }
}
.h6,
h6 {
    font-style: italic;
}
ol + h2,
ol + h3,
ol + h4,
ol + p,
p + blockquote,
p + h2,
p + h3,
p + h4,
table + h2,
table + h3,
table + h4,
ul + h2,
ul + h3,
ul + h4,
ul + p {
    margin-top: 1rem;
}
ol,
ul {
    list-style: none;
    overflow: hidden;
}
ul li:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 0.9rem;
    height: 1.1rem;
    background: url(data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%229%22%20height%3D%2211%22%20viewBox%3D%220%200%209%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.476%2010.158a.966.966%200%2001-1.332-.32.967.967%200%2001.1-1.15c.211-.269.4-.723.541-1.3.158-.635.25-1.4.25-2.235a9.45%209.45%200%2000-.25-2.24c-.142-.58-.33-1.03-.54-1.3a.967.967%200%2001-.1-1.15.966.966%200%20011.331-.319l6.768%204.17c.64.37.63%201.3.007%201.67l-6.775%204.174z%22%20fill%3D%22%23E73046%22%2F%3E%3C%2Fsvg%3E)
        no-repeat center center;
    background-size: 100% auto;
}
@media screen and (max-width: 767px) {
    ul li:before {
        top: 0.4em;
    }
}
ol {
    counter-reset: item;
}
ol li:before {
    display: block;
    content: counter(item) ".";
    counter-increment: item;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
    color: #e73046;
}
ol li,
ul li {
    margin: 0;
    padding: 0 0 2.8rem 2rem;
    position: relative;
}
blockquote {
    margin-bottom: 3.8rem;
    padding: 2.6rem 11rem 3.4rem;
    background: url(data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2252%22%20height%3D%2230%22%20viewBox%3D%220%200%2052%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.402%2029.58c-1.362.819-3.136.404-3.971-.93a2.764%202.764%200%2001.297-3.349c.63-.784%201.19-2.106%201.614-3.786.469-1.849.744-4.078.744-6.51%200-2.442-.275-4.671-.744-6.52C1.918%206.794%201.358%205.483.728%204.7a2.764%202.764%200%2001-.297-3.35C1.266.016%203.04-.399%204.4.42l20.176%2012.144c1.91%201.076%201.876%203.787.023%204.862L4.402%2029.581z%22%20fill%3D%22%23E73046%22%2F%3E%3Cpath%20d%3D%22M30.402%2029.58c-1.362.819-3.136.404-3.971-.93a2.764%202.764%200%2001.297-3.349c.63-.784%201.19-2.106%201.614-3.786.469-1.849.744-4.078.744-6.51%200-2.442-.275-4.671-.744-6.52-.424-1.691-.984-3.002-1.614-3.786a2.764%202.764%200%2001-.297-3.35C27.266.016%2029.04-.399%2030.4.42l20.176%2012.144c1.91%201.076%201.877%203.787.023%204.862L30.402%2029.581z%22%20fill%3D%22%23E73046%22%2F%3E%3C%2Fsvg%3E)
        no-repeat left top 3rem;
    background-size: 5.2rem auto;
    border-top: 3px solid #e73046;
    border-bottom: 3px solid #e73046;
}
@media screen and (max-width: 959px) {
    blockquote {
        border-top: 0;
        padding: 3.4rem 0 1.5rem;
        background: url(data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2252%22%20height%3D%2230%22%20viewBox%3D%220%200%2052%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.402%2029.58c-1.362.819-3.136.404-3.971-.93a2.764%202.764%200%2001.297-3.349c.63-.784%201.19-2.106%201.614-3.786.469-1.849.744-4.078.744-6.51%200-2.442-.275-4.671-.744-6.52C1.918%206.794%201.358%205.483.728%204.7a2.764%202.764%200%2001-.297-3.35C1.266.016%203.04-.399%204.4.42l20.176%2012.144c1.91%201.076%201.876%203.787.023%204.862L4.402%2029.581z%22%20fill%3D%22%23E73046%22%2F%3E%3Cpath%20d%3D%22M30.402%2029.58c-1.362.819-3.136.404-3.971-.93a2.764%202.764%200%2001.297-3.349c.63-.784%201.19-2.106%201.614-3.786.469-1.849.744-4.078.744-6.51%200-2.442-.275-4.671-.744-6.52-.424-1.691-.984-3.002-1.614-3.786a2.764%202.764%200%2001-.297-3.35C27.266.016%2029.04-.399%2030.4.42l20.176%2012.144c1.91%201.076%201.877%203.787.023%204.862L30.402%2029.581z%22%20fill%3D%22%23E73046%22%2F%3E%3C%2Fsvg%3E)
            no-repeat left top;
        background-size: 4.2rem auto;
        margin-bottom: 2.4rem;
    }
}
table {
    width: 100%;
    margin-bottom: 2rem;
    border: 1px solid #e6e6e6;
    border-radius: 1rem;
    overflow: hidden;
    border-collapse: unset;
    font: 400 1.6rem/1 "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
}
table td {
    padding: 1.5rem 2.6rem;
}
table tr:last-child td {
    border-bottom: 0;
}
table th {
    text-align: left;
    vertical-align: bottom;
    font-weight: 700;
    padding: 1.5rem 2.6rem;
}
table tr:nth-child(even) {
    background: #f3f5f6;
}
.text-xs {
    font-size: 1.2rem;
    line-height: 1.8rem;
}
.text-sm {
    font-size: 1.4rem;
    line-height: 1.8rem;
}
.text-main {
    color: #252525 !important;
}
.text-red {
    color: #e73046 !important;
}
.text-muted {
    color: #b2b2b2 !important;
}
.text-grey {
    color: #575756 !important;
}
.text-white {
    color: #fff !important;
}
label {
    display: block;
    min-height: 2rem;
}
.form-control {
    position: relative;
    display: flex;
}
.form-control label {
    display: block;
    line-height: 2rem;
    position: absolute;
    left: 2.6rem;
    right: 2.6rem;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #b2b2b2;
    transition: 0.2s ease-in-out;
    top: 2rem;
    pointer-events: none;
    font: 500 1.6rem/2rem "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
}
@media screen and (max-width: 767px) {
    .form-control label {
        top: 1.6rem;
        left: 1.4rem;
        right: 1.4rem;
        font: 500 1.4rem/2rem "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    }
}
.form-control select ~ label {
    right: 5.4rem;
}
@media screen and (max-width: 767px) {
    .form-control select ~ label {
        right: 3rem;
    }
}
.form-control.selected label {
    top: 1rem;
    font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
    .form-control.selected label {
        top: 0.6rem;
        font-size: 1rem;
    }
}
input:not([type="checkbox"]):not([type="radio"]),
select,
textarea {
    background-color: #fff;
    color: #252525;
    padding: 3rem 2.6rem 1rem;
    font: 500 1.6rem/2rem "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    width: 100%;
    outline: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 1rem;
    height: 6rem;
    border: 1px solid #e6e6e6;
    margin: 0;
    box-shadow: 0 0.8rem 1rem rgba(37, 37, 37, 0.05);
    transition: 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
    input:not([type="checkbox"]):not([type="radio"]),
    select,
    textarea {
        height: 5.4rem;
        padding: 2.4rem 1.4rem 1rem;
        font: 500 1.4rem/2rem "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    }
}
input:not([type="checkbox"]):not([type="radio"]):focus,
select:focus,
textarea:focus {
    border: 1px solid #252525;
}
.error > input:not([type="checkbox"]):not([type="radio"]),
.error > select,
.error > textarea {
    border: 1px solid #e73046;
}
input:not([type="checkbox"]):not([type="radio"]).has-value ~ label,
input:not([type="checkbox"]):not([type="radio"]):focus ~ label,
select.has-value ~ label,
select:focus ~ label,
textarea.has-value ~ label,
textarea:focus ~ label {
    top: 1rem;
    font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
    input:not([type="checkbox"]):not([type="radio"]).has-value ~ label,
    input:not([type="checkbox"]):not([type="radio"]):focus ~ label,
    select.has-value ~ label,
    select:focus ~ label,
    textarea.has-value ~ label,
    textarea:focus ~ label {
        top: 0.6rem;
        font-size: 1rem;
    }
}
input:not([type="checkbox"]):not([type="radio"]):disabled,
input:not([type="checkbox"]):not([type="radio"])[disabled],
select:disabled,
select[disabled],
textarea:disabled,
textarea[disabled] {
    color: #575756;
    background-color: #e6e6e6;
    border: 1px solid #575756;
}
input:not([type="checkbox"]):not([type="radio"]):disabled ~ label,
input:not([type="checkbox"]):not([type="radio"])[disabled] ~ label,
select:disabled ~ label,
select[disabled] ~ label,
textarea:disabled ~ label,
textarea[disabled] ~ label {
    color: #e6e6e6;
}
::placeholder,
[placeholder] {
    color: #b2b2b2;
    text-overflow: ellipsis;
}
select {
    background: url(data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%22.5rem%22%20height%3D%22.3rem%22%20viewBox%3D%220%200%2010%206%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201l4%204%204-4%22%20stroke%3D%22%23252525%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E)
        no-repeat right 1.3rem center;
    background-size: 1rem;
    padding: 0 2.6rem;
}
@media screen and (max-width: 767px) {
    select {
        background-size: 0.8rem auto;
        padding: 0 2rem;
    }
}
input[type="file"] {
    display: none;
}
input[type="file"] + div {
    display: inline-block;
    cursor: pointer;
    min-height: 2rem;
    vertical-align: middle;
    position: relative;
    margin-left: 4rem;
    color: #e73046;
    transition: 0.2s ease-in-out;
}
input[type="file"] + div:before {
    display: inline-block;
    width: 2.2rem;
    height: 2rem;
    content: "";
    margin: -0.2rem 0 0 -4rem;
    background: url(data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2222%22%20height%3D%2220%22%20viewBox%3D%220%200%2022%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.966%2011.836l7.264-7.264a2.265%202.265%200%20013.199%200%202.264%202.264%200%20010%203.198l-9.995%209.864a3.768%203.768%200%2011-5.33-5.33l9.887-9.758a5.276%205.276%200%20017.462%200%205.275%205.275%200%2001.001%207.463l-7.156%207.157%22%20stroke%3D%22%23E73046%22%20stroke-linecap%3D%22square%22%2F%3E%3C%2Fsvg%3E)
        no-repeat center center;
    background-size: 2.2rem;
    cursor: pointer;
    vertical-align: middle;
    position: absolute;
    transition: 0.2s ease-in-out;
}
@media (hover) and (min-width: 1025px) {
    input[type="file"] + div:hover {
        color: #575756;
    }
}
textarea {
    overflow: auto;
    line-height: normal;
    height: auto;
    resize: none;
}
.selected textarea ~ label,
textarea.has-value ~ label,
textarea:focus ~ label,
textarea[placeholder] ~ label {
    top: 1px;
    padding-top: calc(1rem - 1px);
    background: #fff;
}
@media screen and (max-width: 767px) {
    .selected textarea ~ label,
    textarea.has-value ~ label,
    textarea:focus ~ label,
    textarea[placeholder] ~ label {
        top: 1px;
        padding-top: calc(0.4rem - 1px);
    }
}
.btn,
button {
    border: 0;
    background: #e73046;
    color: #fff;
    padding: 1rem 5rem;
    cursor: pointer;
    box-sizing: border-box;
    text-decoration: none;
    outline: 0;
    appearance: none;
    border-radius: 3rem;
    font: 700 1.2rem/2rem "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    position: relative;
    min-height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    box-shadow: inset 0 0 0 1px rgba(231, 48, 70, 0.4);
}
.btn_sm {
    min-height: 4.2rem;
    padding: 0 3rem;
}
.btn_more {
    min-height: 4.6rem;
}
@media screen and (max-width: 767px) {
    .btn_more {
        min-height: 4rem;
    }
}
.btn:disabled,
.btn_disabled,
button:disabled {
    color: #575756;
    background: #e6e6e6;
    pointer-events: none;
}
.btn_bordered {
    background: #fff;
    color: #e73046;
}
@media screen and (max-width: 767px) {
    .btn,
    button {
        min-height: 4rem;
    }
}
@media (hover) and (min-width: 1025px) {
    .btn,
    button {
        transition: 0.2s ease-in-out;
    }
    .btn:hover,
    button:hover {
        color: #fff;
        background: #575756;
        box-shadow: inset 0 0 0 1px #575756;
    }
    .btn_link:hover {
        background: 0 0;
        color: #575756;
    }
    .btn_bordered:hover {
        background: #e73046;
        color: #fff;
        box-shadow: inset 0 0 0 1px #e73046;
    }
}
.custom-control {
    cursor: pointer;
    display: flex;
    font: 500 1.6rem/2.5rem "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    transition: 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
    .custom-control {
        font: 500 1.4rem/1.42 "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    }
}
.custom-control_disabled {
    pointer-events: none;
}
.custom-control .control {
    display: block;
    margin: 0.5rem 1.5rem 0 0;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 0.4rem;
    position: relative;
    flex-shrink: 0;
    box-shadow: inset 0 0 0 2px #b2b2b2;
    transition: 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
    .custom-control .control {
        margin: 0.14rem 1rem 0 0;
    }
}
@media (hover) and (min-width: 1025px) {
    .custom-control .control:hover {
        box-shadow: inset 0 0 0 2px #e73046;
    }
}
.custom-control .control:before {
    content: "";
    display: block;
    opacity: 0;
    transform: scale(0.5);
    position: absolute;
    transition: 0.2s ease-in-out;
}
.custom-control .control_radio {
    border-radius: 50%;
}
.custom-control .control_radio:before {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: #e73046;
    left: 0.4rem;
    top: 0.4rem;
}
.custom-control .control_checkbox:before {
    width: 2rem;
    height: 1.6rem;
    background: url(data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2216%22%20viewBox%3D%220%200%2020%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%2010.545l4.154%204.09L19%201%22%20stroke%3D%22%23E73046%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E)
        no-repeat center center;
    background-size: 2rem;
    left: 0.4rem;
    top: 0;
}
.custom-control input {
    position: absolute;
    left: -9999px;
}
.custom-control input + span {
    position: relative;
}
.custom-control input:checked + .control {
    box-shadow: inset 0 0 0 2px #e73046;
}
.custom-control input:checked + .control:before {
    opacity: 1;
    transform: scale(1);
}
.custom-control input:disabled + .control {
    background: #e6e6e6;
    opacity: 0.3;
}
.custom-control input:disabled + .control.control[class*="checkbox"]:before {
    background: url(data:image/svg+xml;charset=utf-8%3Csvg%20width%3D%2220%22%20height%3D%2216%22%20viewBox%3D%220%200%2020%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%2010.545l4.154%204.09L19%201%22%20stroke%3D%22%23999%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E)
        no-repeat center center;
    background-size: 2rem;
}
.custom-control input:disabled + .control.control[class*="radio"]:before {
    background: #e6e6e6;
}
.custom-control input:disabled ~ span {
    color: #575756;
    pointer-events: none;
}
@media (hover) and (min-width: 1025px) {
    .custom-control:hover {
        color: #e73046;
    }
    .custom-control:hover input + .control {
        box-shadow: inset 0 0 0 2px #e73046;
    }
}
.validation__box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2.6rem;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
    transition: 0.2s ease-in-out;
}
.error .validation__box {
    opacity: 1;
    pointer-events: auto;
}
textarea ~ .validation__box {
    top: 1.6rem;
    transform: none;
}
.validation__sign {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 2.4rem;
    background: #e73046;
}
.validation__text {
    position: absolute;
    background: #e73046;
    color: #fff;
    width: 20rem;
    padding: 0.5rem 1rem;
    font: 500 1.6rem/1.33 "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    border-radius: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    right: 100%;
    margin: 0 1rem 0 0;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s ease-in-out;
}
.validation__box:hover .validation__text {
    opacity: 1;
}
header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
    padding: 2.6rem 4rem;
    background: #fff;
    box-shadow: 0 1px 0 rgba(209, 209, 209, 0.6);
    margin: 0 0 2.6rem;
}
@media screen and (max-width: 1024px) {
    header {
        padding: 1.6rem 1.4rem;
    }
}
@media screen and (max-width: 767px) {
    header {
        margin: 0;
    }
}
@media print {
    header {
        display: none;
    }
}
.logo__box a {
    border: 0;
}
@media screen and (min-width: 1025px) and (max-width: 1599px) {
    .logo__box img {
        max-width: 15.2rem;
        max-height: 1.6rem;
    }
}
@media screen and (max-width: 767px) {
    .logo__box img {
        max-width: 19rem;
        max-height: 1.2rem;
    }
}
.menu {
    position: fixed;
    left: -9999px;
    top: 9.2rem;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    box-sizing: border-box;
    padding: 2rem 4rem;
    background: #fff;
    box-shadow: 0 1px 0 rgba(209, 209, 209, 0.6), inset 0 1px 0 rgba(209, 209, 209, 0.6);
    transition: opacity 0.2s ease-in-out, left 0s 0.2s;
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 1024px) {
    .menu {
        top: 0;
        padding: 1.6rem 1.4rem 0;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        height: 100%;
        box-shadow: none;
    }
}
.menu-on .menu {
    left: 0;
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.2s ease-in-out;
}
.menu__toggle {
    display: flex;
    align-items: center;
    width: 2rem;
    height: 2rem;
    border: 0;
}
@media (hover) and (min-width: 1025px) {
    .menu__toggle:hover {
        color: #575756;
    }
}
.menu__toggle svg:last-child {
    display: none;
}
.menu-on .menu__toggle svg:last-child {
    display: block;
}
.menu-on .menu__toggle svg:first-child {
    display: none;
}
@media screen and (max-width: 1024px) {
    .menu__toggle {
        position: fixed;
        left: 1.4rem;
        top: 1.8rem;
    }
}
@media screen and (max-width: 767px) {
    .menu__toggle {
        top: 1.6rem;
    }
}
.menu__close {
    display: flex;
    align-items: center;
    width: 2rem;
    height: 2rem;
    border: 0;
}
@media (hover) and (min-width: 1025px) {
    .menu__close:hover {
        color: #575756;
    }
}
.menu__item {
    font: 800 1.3rem/2.46 "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    text-transform: uppercase;
    letter-spacing: 0.08em;
    display: flex;
    margin: 0 2.6rem 0 0;
    border: 0;
}
.menu__item:not(.onair):not(.menu__item_md) {
    color: #252525;
}
@media (hover) and (min-width: 1025px) {
    .menu__item:not(.onair):not(.menu__item_md):hover {
        color: #e73046;
    }
}
.menu__item.onair {
    margin: 0 0 0 0.4rem;
    align-items: center;
}
.menu__item_md {
    font: 500 1.6rem/2.46 "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    margin: 0;
    letter-spacing: normal;
    text-transform: none;
}
@media (hover) and (min-width: 1025px) {
    .menu__item:hover {
        color: #252525;
    }
}
@media screen and (max-width: 1024px) {
    .menu__item {
        margin: 0;
    }
    .menu__item.onair {
        margin: 0;
    }
    .menu__item_md {
        font: 500 1.4rem/2.46 "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    }
}
.phone__title {
    font: 700 1.6rem/1 "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    letter-spacing: 0.04em;
    margin: 0 0 0.5rem;
    color: #252525;
}
.phone__desc {
    font: 500 1.4rem/1 "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    color: #b2b2b2;
}
.phone__box {
    margin: auto -1.4rem 0;
    background: #fff;
    box-shadow: 0 -1px 0 rgba(209, 209, 209, 0.6);
    padding: 0.8rem 1.4rem;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
}
.phone__box .phone__title {
    font: 700 1.3rem/1 "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    border: 0;
}
.phone__box .phone__desc {
    font: 500 1.2rem/1 "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    color: #b2b2b2;
}
.rating__sign {
    opacity: 0.6;
}
.rating__sign img {
    width: 4.1rem;
    height: 4rem;
}
.rating__sign_footer {
    opacity: 1;
}
@media screen and (max-width: 767px) {
    .rating__sign_footer img {
        width: 2.4rem;
        height: 2.4rem;
    }
}
.rating__sign_mobile img {
    width: 3rem;
    height: 3rem;
}
.rating__plus {
    color: #4fd14d;
}
.rating__minus {
    color: #e73046;
}
.search__toggle {
    display: flex;
    align-items: center;
    width: 2rem;
    height: 2rem;
    border: 0;
}
@media (hover) and (min-width: 1025px) {
    .search__toggle:hover {
        color: #575756;
    }
}
.search__toggle svg:last-child {
    display: none;
}
.search-on .search__toggle svg:last-child {
    display: block;
}
.search-on .search__toggle svg:first-child {
    display: none;
}
@media screen and (max-width: 1024px) {
    .search__toggle {
        position: fixed;
        right: 1.4rem;
        top: 1.8rem;
        color: #252525;
    }
    .search-on .search__toggle {
        color: #e73046;
    }
}
@media screen and (max-width: 767px) {
    .search__toggle {
        top: 1.6rem;
    }
}
.search__box {
    position: fixed;
    left: -9999px;
    top: 9.2rem;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    box-sizing: border-box;
    padding: 1rem 4rem;
    background: #fff;
    box-shadow: 0 1px 0 rgba(209, 209, 209, 0.6), inset 0 1px 0 rgba(209, 209, 209, 0.6);
    transition: opacity 0.2s ease-in-out, left 0s 0.2s;
}
@media screen and (max-width: 1024px) {
    .search__box {
        top: 6rem;
        padding: 0.2rem 0;
    }
}
@media screen and (max-width: 767px) {
    .search__box {
        top: 5.2rem;
    }
}
.search-on .search__box {
    opacity: 1;
    pointer-events: auto;
    left: 0;
    transition: opacity 0.2s ease-in-out;
}
.search__box .container {
    max-width: 100rem;
}
.search__box .form-control {
    margin: 0 0 0 -1.4rem;
}
.search__box input:not([type="checkbox"]):not([type="radio"]) {
    border-radius: 0;
    border: 0;
    box-shadow: none;
}
.search__btn {
    padding: 0;
    width: 4.2rem;
    min-height: 4.2rem;
}
.search__btn svg {
    margin: -0.1rem 0 0 0.1rem;
}
.search__btn_all {
    position: absolute;
    top: 0.9rem;
    right: 0.9rem;
}
@media screen and (max-width: 767px) {
    .search__btn_all {
        background: 0 0;
        box-shadow: none;
        color: #b2b2b2;
        top: 0.15rem;
        right: 0.15rem;
    }
}
.search__all input:not([type="checkbox"]):not([type="radio"]) {
    border-radius: 2rem;
    background: #fff
        url(data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%229%22%20height%3D%2211%22%20viewBox%3D%220%200%209%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.476%2010.158a.966.966%200%2001-1.332-.32.967.967%200%2001.1-1.15c.211-.269.4-.723.541-1.3.158-.635.25-1.4.25-2.235a9.45%209.45%200%2000-.25-2.24c-.142-.58-.33-1.03-.54-1.3a.967.967%200%2001-.1-1.15.966.966%200%20011.331-.319l6.768%204.17c.64.37.63%201.3.007%201.67l-6.775%204.174z%22%20fill%3D%22%23b2b2b2%22%2F%3E%3C%2Fsvg%3E)
        no-repeat left 2.6rem center;
    background-size: 0.8rem auto;
    padding-left: 5rem;
}
@media screen and (max-width: 767px) {
    .search__all input:not([type="checkbox"]):not([type="radio"]) {
        background: #fff
            url(data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%229%22%20height%3D%2211%22%20viewBox%3D%220%200%209%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.476%2010.158a.966.966%200%2001-1.332-.32.967.967%200%2001.1-1.15c.211-.269.4-.723.541-1.3.158-.635.25-1.4.25-2.235a9.45%209.45%200%2000-.25-2.24c-.142-.58-.33-1.03-.54-1.3a.967.967%200%2001-.1-1.15.966.966%200%20011.331-.319l6.768%204.17c.64.37.63%201.3.007%201.67l-6.775%204.174z%22%20fill%3D%22%23b2b2b2%22%2F%3E%3C%2Fsvg%3E)
            no-repeat left 1.4rem center;
        background-size: 0.8rem auto;
        padding: 2.1rem 2.9rem 1rem;
        height: 4.4rem;
        border-radius: 1rem;
    }
}
.search__all label {
    left: 5rem;
}
@media screen and (max-width: 767px) {
    .search__all label {
        left: 2.9rem;
        top: 1.1rem;
    }
}
@media screen and (max-width: 767px) {
    .search__all input:not([type="checkbox"]):not([type="radio"]).has-value ~ label,
    .search__all input:not([type="checkbox"]):not([type="radio"]):focus ~ label {
        top: 0.3rem;
    }
}
.top-news {
    font: 500 1.6rem/1 "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    border: 1px solid #e6e6e6;
    border-radius: 1.6rem;
    box-shadow: 0 0.5rem 1rem rgba(37, 37, 37, 0.05);
    padding: 1.3rem 3rem;
}
@media screen and (max-width: 1024px) {
    .top-news {
        padding: 1.3rem 3rem 0;
    }
}
@media screen and (max-width: 767px) {
    .top-news {
        font: 500 1.2rem/1.33 "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
        margin: 0 -1.4rem;
        padding: 0.6rem 1.4rem 0;
        border-radius: 0;
        color: #b2b2b2;
        border: 0;
    }
    .top-news svg {
        width: 0.9rem;
        height: 1.6rem;
    }
}
.top-news__text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    text-align: center;
}
@media screen and (max-width: 1024px) {
    .top-news__text {
        margin: 1.3rem -3rem 0;
        padding: 1.3rem 1rem;
        box-shadow: inset 0 1px 0 rgba(209, 209, 209, 0.6);
        color: #252525;
        max-width: none;
        white-space: normal;
    }
}
@media screen and (max-width: 767px) {
    .top-news__text {
        box-shadow: 0 1px 0 rgba(209, 209, 209, 0.6), inset 0 1px 0 rgba(209, 209, 209, 0.6);
        margin: 0.6rem -1.4rem 0;
        padding: 0.6rem 1.4rem;
    }
}
.news {
    border: 0;
    color: #b2b2b2;
    font: 700 1.2rem/1 "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    display: flex;
    flex-direction: column;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .news {
        font: 500 1.2rem/1 "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    }
}
.news_box {
    justify-content: flex-end;
    width: 100%;
    box-sizing: border-box;
    padding: 3rem 3rem 4rem;
    border-radius: 2rem;
    position: relative;
    overflow: hidden;
    color: #fff;
    font: 500 1.4rem/1.14 "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    min-height: 35.2rem;
}
@media screen and (max-width: 1024px) {
    .news_box {
        flex-direction: row;
        justify-content: flex-start;
        align-items: stretch;
    }
}
@media screen and (max-width: 767px) {
    .news_box {
        padding: 1.4rem;
        border-radius: 1.6rem;
        min-height: 24rem;
        font: 500 1.2rem/1.22 "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    }
}
.news_box_sm {
    font: 700 1.2rem/1.22 "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    color: #b2b2b2;
    align-items: stretch;
    min-height: 46rem;
}
@media screen and (max-width: 767px) {
    .news_box_sm {
        min-height: 29.2rem;
        padding: 0;
    }
}
.news_fill {
    color: #fff;
    background: #575756;
    border-radius: 2rem;
}
@media screen and (max-width: 767px) {
    .news_fill {
        border-radius: 1.6rem;
    }
}
.news_carousel {
    background: #404040;
    border-radius: 2rem;
}
@media screen and (max-width: 767px) {
    .news_carousel {
        border-radius: 1.6rem;
    }
}
.news_bordered {
    border-radius: 2rem;
    box-shadow: 0 1.5rem 3rem rgba(37, 37, 37, 0.08), inset 0 0 0 1px #e6e6e6;
    overflow: hidden;
    background: #fff;
}
@media screen and (max-width: 767px) {
    .news_bordered {
        border-radius: 1.6rem;
    }
}
.news_horizontal {
    flex-direction: row;
}
@media screen and (max-width: 767px) {
    .news_horizontal {
        font: 500 1rem/1 "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    }
}
@media screen and (max-width: 767px) {
    .news_horizontal.news_bordered {
        flex-direction: column;
        font: 500 1.2rem/1 "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    }
}
.news_page-cut {
    font: 500 1.4rem/1.14 "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
}
@media screen and (max-width: 767px) {
    .news_page-cut {
        font: 500 1.2rem/1.14 "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
        flex-direction: column;
    }
}
.news__tag {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #e73046;
    border: 0;
    font: 700 1.2rem/1 "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    pointer-events: auto;
    transition: 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
    .news__tag {
        font: 700 1rem/1 "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    }
}
.news__tag_box {
    display: flex;
    align-items: center;
    height: 3.4rem;
    padding: 0 1.5rem;
    border-radius: 3.4rem;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .news__tag_box {
        height: 2.2rem;
        padding: 0 1rem;
    }
}
.news__tag_box_sm {
    box-shadow: none;
    background: #e73046;
    margin-bottom: auto;
    color: #fff;
}
.news__tag_carousel {
    display: inline-flex;
    align-items: center;
    height: 3.4rem;
    padding: 0 1.5rem;
    border-radius: 3.4rem;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    font: 700 1.2rem/1 "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .news__tag_carousel {
        font: 700 1rem/1 "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
        height: 2.2rem;
        padding: 0 1rem;
    }
}
.news__tag_page-cut {
    display: flex;
    align-items: center;
    height: 3.4rem;
    padding: 0 1.5rem;
    border-radius: 3.4rem;
    font: 700 1.2rem/1 "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    text-transform: uppercase;
    letter-spacing: 0.08em;
    background: #e73046;
    color: #fff;
    margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
    .news__tag_page-cut {
        font: 700 1rem/1 "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
        height: 2.2rem;
        padding: 0 1rem;
    }
}
.news__tag_white_color {
    color: #fff;
}
.news__tag_article {
    display: flex;
    align-items: center;
    height: 4rem;
    padding: 0 2rem;
    border-radius: 2rem;
    box-shadow: inset 0 0 0 1px rgba(231, 48, 70, 0.4);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #e73046;
    margin: 0 1rem 1rem 0;
}
@media (hover) and (min-width: 1025px) {
    .news__tag:hover {
        color: #252525;
    }
    .news__tag_article:hover,
    .news__tag_box:hover {
        background: #575756;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0);
        color: #fff;
    }
    .news__tag_sm:hover {
        background: #575756;
        color: #fff;
    }
    .news__tag_carousel:hover,
    .news__tag_page-cut:hover {
        background: #252525;
        color: #fff;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0);
    }
    .news__tag_white_color:hover {
        color: #b2b2b2;
    }
}
@media screen and (max-width: 767px) {
    .news_horizontal:not(.news_bordered) .news__tag:not([class*="page-cut"]) {
        font: 700 0.8rem/1 "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    }
}
.news__title {
    font: 700 1.8rem/1.22 "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    color: #252525;
    border-bottom: 1px solid transparent;
    pointer-events: auto;
    transition: 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
    .news__title {
        font: 700 1.6rem/1.22 "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    }
}
.news__title_white_color {
    color: #fff;
}
.news__title_md {
    font: 700 3rem/1.2 "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
}
@media screen and (max-width: 767px) {
    .news__title_md {
        font: 700 1.6rem/1.22 "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    }
}
.news__title_lg {
    font: 700 3.8rem/1.15 "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
}
@media screen and (max-width: 767px) {
    .news__title_lg {
        font: 700 1.6rem/1.22 "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    }
}
@media (hover) and (min-width: 1025px) {
    .news__title:hover {
        border-bottom-color: rgba(37, 37, 37, 0.2);
    }
    .news__title_white_color:hover {
        border-bottom-color: rgba(255, 255, 255, 0.4);
    }
}
@media screen and (max-width: 767px) {
    .news_horizontal:not(.news_bordered):not([class*="page-cut"]) .news__title {
        font: 700 1.2rem/1.2 "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    }
}
.news__img {
    border-radius: 2rem;
    padding: 0 0 75%;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    border: 0;
}
@media screen and (max-width: 767px) {
    .news__img {
        border-radius: 1.6rem;
    }
}
.news__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.news__img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: linear-gradient(rgba(37, 37, 37, 0), rgba(37, 37, 37, 0.4));
    opacity: 0;
    z-index: 1;
    transition: 0.2s ease-in-out;
}
.news__img_box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}
.news__img_box:before {
    height: auto;
    top: 8rem;
    bottom: 0;
    background: linear-gradient(rgba(45, 45, 45, 0), #2d2d2d);
    border-radius: 2rem;
    opacity: 1;
}
@media screen and (max-width: 767px) {
    .news__img_box:before {
        top: 0;
        background: linear-gradient(rgba(37, 37, 37, 0), #252525);
        border-radius: 1.6rem;
    }
}
.news__img_box_sm:before {
    top: 50%;
}
.news__img_box:after {
    content: "";
    position: absolute;
    width: 44.8rem;
    height: 52.2rem;
    bottom: -25rem;
    left: -6rem;
    background: url(data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%229%22%20height%3D%2211%22%20viewBox%3D%220%200%209%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.476%2010.158a.966.966%200%2001-1.332-.32.967.967%200%2001.1-1.15c.211-.269.4-.723.541-1.3.158-.635.25-1.4.25-2.235a9.45%209.45%200%2000-.25-2.24c-.142-.58-.33-1.03-.54-1.3a.967.967%200%2001-.1-1.15.966.966%200%20011.331-.319l6.768%204.17c.64.37.63%201.3.007%201.67l-6.775%204.174z%22%20fill%3D%22%23E73046%22%2F%3E%3C%2Fsvg%3E)
        no-repeat left center;
    background-size: contain;
    z-index: 2;
}
@media screen and (max-width: 767px) {
    .news__img_box:after {
        width: 25rem;
        height: 32.4rem;
        bottom: -16rem;
        left: -6rem;
    }
}
.news__img_box_lg:after {
    width: 47.8rem;
    height: 61.7em;
    bottom: -28.8rem;
    left: -8rem;
}
@media screen and (max-width: 767px) {
    .news__img_box_lg:after {
        width: 25rem;
        height: 32.4rem;
        bottom: -16rem;
        left: -6rem;
    }
}
.news__img_box_sm:after {
    display: none;
}
.news__img_horizontal {
    padding: 0;
    width: calc(50% - 1.3rem);
    min-height: 21.9rem;
}
@media screen and (max-width: 767px) {
    .news__img_horizontal {
        width: 9.2rem;
        height: 7rem;
        min-height: auto;
        border-radius: 0.6rem;
    }
}
@media screen and (max-width: 1024px) {
    .news_horizontal.news_bordered .news__img {
        height: auto;
        min-height: auto;
        padding: 0 0 35%;
    }
}
@media screen and (max-width: 767px) {
    .news_horizontal.news_bordered .news__img {
        width: 100%;
        border-radius: 1.6rem;
        padding: 0 0 75%;
    }
}
.news__img_page-cut {
    min-height: 31.2rem;
    padding: 0;
    overflow: visible;
}
@media screen and (max-width: 767px) {
    .news__img_page-cut {
        min-height: 15rem;
        width: 100%;
    }
}
.news__img_page-cut img {
    border-radius: 2rem;
}
@media screen and (max-width: 767px) {
    .news__img_page-cut img {
        border-radius: 1.6rem;
    }
}
.news__img_page-cut:before {
    border-radius: 2rem;
}
@media screen and (max-width: 767px) {
    .news__img_page-cut:before {
        border-radius: 1.6rem;
    }
}
.news__img_page-cut:after {
    content: "";
    position: absolute;
    width: 10rem;
    height: 11.2rem;
    top: 1.4rem;
    left: -7.2rem;
    background: url(data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%229%22%20height%3D%2211%22%20viewBox%3D%220%200%209%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.476%2010.158a.966.966%200%2001-1.332-.32.967.967%200%2001.1-1.15c.211-.269.4-.723.541-1.3.158-.635.25-1.4.25-2.235a9.45%209.45%200%2000-.25-2.24c-.142-.58-.33-1.03-.54-1.3a.967.967%200%2001-.1-1.15.966.966%200%20011.331-.319l6.768%204.17c.64.37.63%201.3.007%201.67l-6.775%204.174z%22%20fill%3D%22%23E73046%22%2F%3E%3C%2Fsvg%3E)
        no-repeat left center;
    background-size: contain;
    z-index: 2;
}
@media screen and (max-width: 767px) {
    .news__img_page-cut:after {
        width: 4.2rem;
        height: 4.9rem;
        top: 0;
        left: -0.8rem;
    }
}
@media (hover) and (min-width: 1025px) {
    .news:hover .news__img:before {
        opacity: 1;
    }
    .news:hover .news__img_box:before {
        top: 0;
        background: linear-gradient(rgba(37, 37, 37, 0), #252525);
    }
}
.news__content {
    position: relative;
    z-index: 3;
    padding: 2.5rem 3rem;
    width: 100%;
    pointer-events: none;
}
@media screen and (max-width: 767px) {
    .news__content {
        padding: 0;
    }
}
.news__content_box {
    display: flex;
    flex-direction: column;
    padding: 0;
}
.news__content_fixed {
    min-height: 24rem;
}
@media screen and (max-width: 767px) {
    .news__content_fixed {
        min-height: 1px;
    }
}
.news__content_bordered,
.news__content_fill {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
@media screen and (max-width: 767px) {
    .news__content_bordered,
    .news__content_fill {
        padding: 1.6rem;
    }
}
.news__content_horizontal {
    padding-left: 2.6rem;
}
@media screen and (max-width: 767px) {
    .news__content_horizontal {
        padding-left: 1.6rem;
    }
}
@media screen and (max-width: 767px) {
    .news_horizontal:not(.news_bordered) .news__content_horizontal {
        padding-left: 0.8rem;
    }
}
.news__content_carousel {
    min-height: 24rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
@media screen and (max-width: 767px) {
    .news__content_carousel {
        min-height: 1px;
    }
}
@media screen and (max-width: 767px) {
    .news__content_carousel {
        padding: 1.6rem;
    }
}
.news__content_page-cut {
    padding: 2.6rem 0 0 5.6rem;
}
@media screen and (max-width: 767px) {
    .news__content_page-cut {
        padding: 1.4rem 0 0;
    }
}
.news__description {
    width: 100%;
    display: flex;
    align-items: center;
    pointer-events: auto;
}
@media screen and (max-width: 1024px) {
    .news_box:not([class*="_sm"]) .news__description {
        flex-grow: 1;
        flex-wrap: wrap;
        align-items: flex-start;
        flex-direction: column;
    }
    .news_box:not([class*="_sm"]) .news__description .news__tag {
        margin-bottom: auto;
    }
}
.news__list {
    position: relative;
}
.news__line {
    margin: 1rem 0;
    height: 1px;
    width: 100%;
    opacity: 0.4;
    background: #b2b2b2;
}
.news__icon {
    display: block;
}
.news__icon_views {
    width: 1.6rem;
    height: 1rem;
}
.news__icon_views_white {
    background: url(data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2214%22%20height%3D%2210%22%20viewBox%3D%220%200%2014%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7%203c-1.053%200-1.909.897-1.909%202S5.947%207%207%207s1.909-.897%201.909-2S8.053%203%207%203z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M7%200C3.818%200%201.1%202.072%200%205c1.1%202.928%203.818%205%207%205%203.185%200%205.9-2.072%207-5-1.104-2.928-3.818-5-7-5zm0%208.334C5.243%208.334%203.818%206.841%203.818%205c0-1.84%201.425-3.334%203.182-3.334S10.18%203.159%2010.18%205c0%201.84-1.426%203.334-3.18%203.334z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E)
        no-repeat left center;
    background-size: contain;
}
.news__icon_views_grey {
    background: url(data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2214%22%20height%3D%2210%22%20viewBox%3D%220%200%2014%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7%203c-1.053%200-1.909.897-1.909%202S5.947%207%207%207s1.909-.897%201.909-2S8.053%203%207%203z%22%20fill%3D%22%23b2b2b2%22%2F%3E%3Cpath%20d%3D%22M7%200C3.818%200%201.1%202.072%200%205c1.1%202.928%203.818%205%207%205%203.185%200%205.9-2.072%207-5-1.104-2.928-3.818-5-7-5zm0%208.334C5.243%208.334%203.818%206.841%203.818%205c0-1.84%201.425-3.334%203.182-3.334S10.18%203.159%2010.18%205c0%201.84-1.426%203.334-3.18%203.334z%22%20fill%3D%22%23b2b2b2%22%2F%3E%3C%2Fsvg%3E)
        no-repeat left center;
    background-size: contain;
}
.news__icon_comments {
    width: 1.2rem;
    height: 1.4rem;
}
.news__icon_comments_white {
    background: url(data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2212%22%20height%3D%2214%22%20viewBox%3D%220%200%2012%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.8%202H1.2C.54%202%200%202.54%200%203.2V14l2.4-2.4h8.4c.66%200%201.2-.54%201.2-1.2V3.2c0-.66-.54-1.2-1.2-1.2z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E)
        no-repeat left center;
    background-size: contain;
}
.news__icon_comments_grey {
    background: url(data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2212%22%20height%3D%2214%22%20viewBox%3D%220%200%2012%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.8%202H1.2C.54%202%200%202.54%200%203.2V14l2.4-2.4h8.4c.66%200%201.2-.54%201.2-1.2V3.2c0-.66-.54-1.2-1.2-1.2z%22%20fill%3D%22%23b2b2b2%22%2F%3E%3C%2Fsvg%3E)
        no-repeat left center;
    background-size: contain;
}
.news__comments {
    display: flex;
    align-items: center;
    color: currentColor;
    border: 0;
}
@media (hover) and (min-width: 1025px) {
    .news__comments:hover {
        color: #252525;
    }
    .news_box .news__comments:hover,
    .page-cut .news__comments:hover {
        color: #fff;
    }
    .news_box:not([class*="_sm"]) .news__comments:hover {
        color: #e6e6e6;
    }
    .news__comments_page:hover {
        color: #575756;
    }
}
@media screen and (min-width: 1025px) {
    .news__container {
        min-height: 35.2rem;
    }
}
.page-cut {
    background: #575756;
    padding: 3rem 0;
    overflow: hidden;
    margin: 0 0 4.5rem;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 767px) {
    .page-cut {
        padding: 1.4rem 0;
        margin: 0 0 2.6rem;
    }
}
.page-cut__carousel:after {
    content: "";
    position: absolute;
    width: 10rem;
    height: 11.2rem;
    top: 1.4rem;
    left: -5.9rem;
    background: url(data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%229%22%20height%3D%2211%22%20viewBox%3D%220%200%209%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.476%2010.158a.966.966%200%2001-1.332-.32.967.967%200%2001.1-1.15c.211-.269.4-.723.541-1.3.158-.635.25-1.4.25-2.235a9.45%209.45%200%2000-.25-2.24c-.142-.58-.33-1.03-.54-1.3a.967.967%200%2001-.1-1.15.966.966%200%20011.331-.319l6.768%204.17c.64.37.63%201.3.007%201.67l-6.775%204.174z%22%20fill%3D%22%23E73046%22%2F%3E%3C%2Fsvg%3E)
        no-repeat left center;
    background-size: contain;
    z-index: 2;
}
@media screen and (max-width: 767px) {
    .page-cut__carousel:after {
        width: 4.2rem;
        height: 4.9rem;
        top: 0;
        left: 0.5rem;
    }
}
.vote {
    border: 1px solid #e6e6e6;
    border-radius: 2rem;
    box-shadow: 0 0.8rem 1rem rgba(37, 37, 37, 0.05);
    padding: 3rem;
    flex-grow: 1;
}
@media print {
    .vote {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .vote {
        padding: 1.8rem;
    }
}
.vote__title {
    font: 700 1.2rem/1 "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #e73046;
}
@media screen and (max-width: 767px) {
    .vote__title {
        font: 700 1rem/1 "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    }
}
.vote__box {
    overflow: hidden;
}
.vote__track {
    width: 200%;
    display: flex;
    transition: 0.5s ease-in-out;
}
.results-on .vote__track {
    transform: translateX(-50%);
}
.vote__question,
.vote__results {
    width: 50%;
    padding: 0 0 0 1px;
    box-sizing: border-box;
}
.vote__question {
    transition: 0.2s ease-in-out;
}
.results-on .vote__question {
    opacity: 0;
}
.vote__results {
    font: 500 1.6rem/2.5rem "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
}
.vote__bar {
    margin: 0.6rem 0 0;
    height: 3px;
    background: rgba(230, 230, 230, 0.6);
    overflow: hidden;
}
.vote__bar div {
    height: 3px;
    background: #e73046;
}
.vote__question ~ .vote__results .vote__bar div {
    transition: 0.5s 0.8s ease-in-out;
    transform: translateX(-100%);
}
.results-on .vote__question ~ .vote__results .vote__bar div {
    transform: translateX(0);
}
.vote__total {
    font: 700 1.2rem/2.5rem "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    text-align: right;
    color: #b2b2b2;
}
@media screen and (max-width: 767px) {
    .vote__option {
        font: 500 1.4rem/1.42 "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    }
}
footer {
    position: relative;
}
@media print {
    footer {
        display: none;
    }
}
.footer__links {
    padding: 4rem 0 6rem;
    border-top: 1px solid rgba(209, 209, 209, 0.6);
}
@media screen and (max-width: 767px) {
    .footer__links {
        margin: 0 -1.4rem;
        padding: 2rem 1.4rem 4rem;
    }
}
.footer__copyrights {
    padding: 0 0 6rem;
    font: 500 1.2rem/1.33 "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    color: #b2b2b2;
}
@media screen and (max-width: 767px) {
    .footer__copyrights {
        padding: 0 0 1rem;
        font: 400 1.2rem/1.33 "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    }
}
.footer__link {
    border: 0;
    color: #252525;
    font: 400 1.6rem/2.2rem "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
}
.footer__link_main {
    font: 800 1.2rem/2.2rem "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
@media (hover) and (min-width: 1025px) {
    .footer__link:hover {
        color: #e73046;
    }
}
@media screen and (max-width: 1024px) {
    .footer__description {
        padding: 0 0 2rem;
        margin: 0 0 2rem;
        border-bottom: 1px solid rgba(209, 209, 209, 0.6);
    }
}
@media screen and (max-width: 767px) {
    .footer__description {
        padding: 0 1.4rem 2rem;
        margin: 0 -1.4rem 1rem;
    }
}
@media screen and (max-width: 767px) {
    .footer__logo {
        margin: 0 0 1rem;
    }
    .footer__logo img {
        width: 13.2rem;
        height: 0.8rem;
    }
}
.contacts__header {
    font: 500 1.4rem/1.57 "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
    .contacts__header {
        font: 500 1.2rem/1.57 "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    }
}
.contacts__phone {
    font: 700 2rem/1.6 "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    margin-bottom: 0.8rem;
    pointer-events: none;
    color: #252525;
    border: 0;
}
@media screen and (max-width: 767px) {
    .contacts__phone {
        font: 700 1.2rem/1.6 "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
        pointer-events: auto;
    }
}
.contacts__email {
    font: 500 1.6rem/1.37 "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    border: 0;
}
@media (hover) and (min-width: 1025px) {
    .contacts__email:hover {
        color: #575756;
    }
}
@media screen and (max-width: 767px) {
    .contacts__email {
        font: 700 1.4rem/1.6 "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    }
}
.statistic {
    opacity: 0.6;
}
.statistic a {
    border: 0;
}
.statistic img {
    width: 8.8rem;
    height: 3.1rem;
}
@media screen and (max-width: 767px) {
    .statistic img {
        width: 6rem;
        height: auto;
        max-width: none;
        max-height: none;
    }
}
.social__link {
    display: block;
    border: 0;
    color: #b2b2b2;
    margin: 0 0 0 2.6rem;
}
@media screen and (max-width: 1024px) {
    .social__link {
        margin: 0 1.7rem;
    }
}
@media (hover) and (min-width: 1025px) {
    .social__link:hover {
        color: #e73046;
    }
}
.social__link_square {
    background: #575756;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6.4rem;
    height: 6.4rem;
    border-radius: 1.6rem;
    margin: 0 2rem 0 0;
    transition: 0.2s ease-in-out;
}
@media (hover) and (min-width: 1025px) {
    .social__link_square:hover {
        color: #fff;
    }
    .social__link_square_vk:hover {
        background: #4d76a1;
    }
    .social__link_square_facebook:hover {
        background: #3b5998;
    }
    .social__link_square_ok:hover {
        background: #ff9800;
    }
    .social__link_square_mailru:hover {
        background: #005bd1;
    }
    .social__link_square_whatsapp:hover {
        background: #4caf50;
    }
    .social__link_square_telegram:hover {
        background: #039be5;
    }
}
@media screen and (max-width: 767px) {
    .social__link_square {
        width: 4.2rem;
        height: 4.2rem;
        border-radius: 1rem;
        margin: 0 0.8rem 0 0;
    }
    .social__link_square svg {
        width: 1.6rem;
        height: 1.6rem;
    }
}
.label {
    font: 700 1.2rem/1 "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.modal__social {
    background: #e6e6e6;
}
@media screen and (max-width: 767px) {
    .modal__social {
        background: 0 0;
    }
}
.modal__close {
    color: #252525;
    border: 0;
}
@media (hover) and (min-width: 1025px) {
    .modal__close:hover {
        color: #e73046;
    }
}
.modal__text {
    font: 500 1.2rem/1.33 "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    color: #b2b2b2;
}
.modal__text a {
    border: 0;
}
@media (hover) and (min-width: 1025px) {
    .modal__text a:hover {
        color: #575756;
    }
}
.forgot {
    font: 500 1.4rem/1 "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    border: 0;
}
@media (hover) and (min-width: 1025px) {
    .forgot:hover {
        color: #252525;
    }
}
.page-bg {
    position: absolute;
    width: 59.1rem;
    height: 69.5rem;
    background: url(data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%229%22%20height%3D%2211%22%20viewBox%3D%220%200%209%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.476%2010.158a.966.966%200%2001-1.332-.32.967.967%200%2001.1-1.15c.211-.269.4-.723.541-1.3.158-.635.25-1.4.25-2.235a9.45%209.45%200%2000-.25-2.24c-.142-.58-.33-1.03-.54-1.3a.967.967%200%2001-.1-1.15.966.966%200%20011.331-.319l6.768%204.17c.64.37.63%201.3.007%201.67l-6.775%204.174z%22%20fill%3D%22%23E8EBED%22%2F%3E%3C%2Fsvg%3E)
        no-repeat right center;
    background-size: contain;
    opacity: 0.65;
}
@media screen and (max-width: 767px) {
    .page-bg {
        width: 25rem;
        height: 30rem;
    }
}
.page-bg_left {
    left: -13.5rem;
    top: 9rem;
}
.page-bg_left_page_cut {
    top: -12rem;
}
@media screen and (max-width: 1024px) {
    .page-bg_left_page_cut {
        display: none;
    }
}
.page-bg_left_footer {
    top: auto;
    bottom: 0;
    height: 59.1rem;
    background: url(data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%229%22%20height%3D%2211%22%20viewBox%3D%220%200%209%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.476%2010.158a.966.966%200%2001-1.332-.32.967.967%200%2001.1-1.15c.211-.269.4-.723.541-1.3.158-.635.25-1.4.25-2.235a9.45%209.45%200%2000-.25-2.24c-.142-.58-.33-1.03-.54-1.3a.967.967%200%2001-.1-1.15.966.966%200%20011.331-.319l6.768%204.17c.64.37.63%201.3.007%201.67l-6.775%204.174z%22%20fill%3D%22%23E8EBED%22%2F%3E%3C%2Fsvg%3E)
        no-repeat left top;
    background-size: 100% auto;
}
@media screen and (max-width: 767px) {
    .page-bg_left_footer {
        width: 25rem;
        height: 30rem;
        top: -4rem;
        bottom: auto;
        background: url(data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%229%22%20height%3D%2211%22%20viewBox%3D%220%200%209%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.476%2010.158a.966.966%200%2001-1.332-.32.967.967%200%2001.1-1.15c.211-.269.4-.723.541-1.3.158-.635.25-1.4.25-2.235a9.45%209.45%200%2000-.25-2.24c-.142-.58-.33-1.03-.54-1.3a.967.967%200%2001-.1-1.15.966.966%200%20011.331-.319l6.768%204.17c.64.37.63%201.3.007%201.67l-6.775%204.174z%22%20fill%3D%22%23E8EBED%22%2F%3E%3C%2Fsvg%3E)
            no-repeat right center;
        background-size: contain;
    }
}
.page-bg_right {
    right: -2rem;
    top: 44rem;
}
@media screen and (max-width: 1024px) {
    .page-bg_right {
        display: none;
    }
}
.page-bg__container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    min-width: 192rem;
    top: 0;
}
@media screen and (max-width: 1024px) {
    .page-bg__container {
        min-width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .page-bg__container {
        min-width: auto;
    }
}
@media screen and (max-width: 767px) {
    .expand__box {
        max-height: 0;
        overflow: hidden;
        position: relative;
    }
}
.expand__box > div {
    padding: 0 0 1px;
}
.expand__toggle {
    display: none;
}
@media screen and (max-width: 767px) {
    .expand__toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 2rem 0;
        border-top: 1px solid rgba(178, 178, 178, 0.4);
        margin: 0 -1.8rem -1.8rem;
        color: #e73046;
        font: 700 1.2rem/1 "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
        text-transform: uppercase;
        letter-spacing: 0.08em;
    }
}
.expand__toggle .arrow {
    transition: 0.2s ease-in-out;
    padding: 0.2rem 0 0;
}
.expand__toggle.opened .arrow {
    transform: rotate(180deg);
    padding: 0 0 0.4rem;
}
.expand__text {
    margin: 0 0.5rem 0 0;
}
.expand__text:before {
    display: block;
    content: attr(data-more);
}
.opened .expand__text:before {
    content: attr(data-less);
}
.carousel {
    margin: 0 -1.3rem;
    width: auto;
}
@media print {
    .carousel {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .carousel.content__carousel {
        margin: 0 -0.8rem 0 0;
    }
}
.carousel .slick-list {
    border-radius: 2rem;
}
.carousel.slick-initialized .slick-slide {
    display: flex;
}
.carousel.slick-initialized .slick-slide > div {
    display: flex !important;
    align-items: stretch;
}
.carousel.slick-initialized .slick-slide > div > div {
    display: flex !important;
    align-items: stretch;
}
.carousel .slick-slide {
    padding: 0 1.3rem;
    box-sizing: border-box;
}
.carousel .slick-slide > div {
    width: 100%;
}
@media screen and (max-width: 767px) {
    .carousel.content__carousel .slick-slide {
        padding: 0 0.8rem 0 0;
    }
}
.carousel__arrow {
    border: 0;
    color: #b2b2b2;
}
@media (hover) and (min-width: 1025px) {
    .carousel__arrow:hover {
        color: #fff;
    }
    .carousel__arrow[class*="content"]:hover {
        color: #252525;
    }
}
.carousel .slick-dots {
    padding: 2rem 0 5rem;
    margin: 0;
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 767px) {
    .carousel .slick-dots {
        padding: 1.4rem 0 2.5rem;
        justify-content: flex-start;
    }
}
.carousel .slick-dots li {
    padding: 0;
    margin: 0 0.5rem;
}
.carousel .slick-dots li:before {
    display: none;
}
.carousel .slick-dots li button {
    padding: 0;
    width: 1rem;
    height: 1rem;
    min-height: auto;
    background: #b2b2b2;
    font-size: 0.00000000001px;
    box-shadow: none;
    transition: 0.2s ease-in-out;
}
@media (hover) and (min-width: 1025px) {
    .carousel .slick-dots li button:hover {
        background: #252525;
    }
}
.carousel .slick-dots li.slick-active button {
    width: 3rem;
    background: #e73046;
}
.pagination {
    margin: 0 0 14rem;
}
@media screen and (max-width: 767px) {
    .pagination {
        margin: 0 0 5rem;
    }
}
.pagination__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: #e73046;
    color: #fff;
    border: 0;
    transition: 0.2s ease-in-out;
}
@media (hover) and (min-width: 1025px) {
    .pagination__arrow:hover {
        background: #575756;
        color: #fff;
    }
}
.pagination__arrow_disabled {
    pointer-events: none;
    background: rgba(178, 178, 178, 0.4);
}
.pagination__link {
    font: 700 1.8rem/2.2rem "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    border: 0;
    margin: 0 2rem;
}
@media screen and (max-width: 767px) {
    .pagination__link {
        margin: 0 1rem;
    }
}
@media (hover) and (min-width: 1025px) {
    .pagination__link:hover {
        color: #575756;
    }
}
.pagination__link_disabled {
    color: #b2b2b2;
    pointer-events: none;
}
.font-weight-medium {
    font-weight: 500;
}
.page__title h1 {
    font: 700 4.4rem/5rem "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
}
@media screen and (max-width: 767px) {
    .page__title h1 {
        font: 700 2.2rem/2.6rem "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    }
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content ol,
.content p,
.content ul {
    padding-right: 11rem;
}
@media screen and (max-width: 1024px) {
    .content h1,
    .content h2,
    .content h3,
    .content h4,
    .content h5,
    .content h6,
    .content ol,
    .content p,
    .content ul {
        padding-right: 0;
    }
}
.content img {
    border-radius: 2rem;
}
@media screen and (max-width: 767px) {
    .content img {
        border-radius: 1.6rem;
    }
}
.content p img {
    width: calc(100% + 11rem);
    height: auto;
}
@media screen and (max-width: 1024px) {
    .content p img {
        width: 100%;
    }
}
.content iframe {
    margin: 0 0 4rem;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .content iframe {
        margin: 0 0 2rem;
    }
}
@media print {
    .content iframe {
        display: none;
    }
}
.content iframe[src*="youtube"] {
    height: 52rem;
    border-radius: 1rem;
}
@media screen and (max-width: 767px) {
    .content iframe[src*="youtube"] {
        height: 17rem;
        border-radius: 1.6rem;
    }
}
.content__carousel img {
    width: 100%;
    height: auto;
}
.banner-cut img {
    border-radius: 0;
}
.img__description {
    font: 700 1.2rem/1.6rem "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    color: #b2b2b2;
    margin-top: -1rem;
}
.gallery__link {
    border: 0;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 2rem;
    transition: 0.2s ease-in-out;
}
.gallery__link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: linear-gradient(rgba(37, 37, 37, 0), rgba(37, 37, 37, 0.4));
    opacity: 0;
    z-index: 1;
    pointer-events: none;
    transition: 0.2s ease-in-out;
}
.gallery__link img {
    pointer-events: none;
}
@media (hover) and (min-width: 1025px) {
    .gallery__link:hover:before {
        opacity: 1;
    }
}
.share {
    position: relative;
    z-index: 2;
}
.share_comment {
    margin-left: auto;
}
@media screen and (max-width: 767px) {
    .share_comment {
        position: absolute;
        right: 0;
        top: 0;
    }
}
.share__toggle {
    color: #252525;
    display: flex;
    align-items: center;
    border: 0;
}
.share__toggle_comment {
    cursor: pointer;
    padding: 1rem 0;
    color: #b2b2b2;
    transition: 0.2s ease-in-out;
}
.share__toggle div {
    pointer-events: none;
}
@media (hover) and (min-width: 1025px) {
    .share__toggle:hover {
        color: #575756;
    }
    .share__toggle_comment:hover {
        color: #252525;
    }
}
.share__box {
    display: none;
    margin: 1rem 0 0;
    position: absolute;
    right: 0;
    top: 100%;
    border-radius: 2rem;
    padding: 4rem 3rem;
    background: #fff;
    box-shadow: 0 1.5rem 3rem rgba(37, 37, 37, 0.08), inset 0 0 0 1px #e6e6e6;
}
@media screen and (max-width: 767px) {
    .share__box {
        border-radius: 1.6rem;
        padding: 1.5rem;
    }
}
.print {
    border: 0;
    color: #575756;
    box-shadow: inset 0 0 0 1px rgba(178, 178, 178, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6.4rem;
    height: 6.4rem;
    border-radius: 1.6rem;
    transition: 0.2s ease-in-out;
}
@media (hover) and (min-width: 1025px) {
    .print:hover {
        color: #fff;
        background: #575756;
        box-shadow: inset 0 0 0 1px rgba(178, 178, 178, 0);
    }
}
@media screen and (max-width: 767px) {
    .print {
        width: 4.2rem;
        height: 4.2rem;
        border-radius: 1rem;
        margin: 0 0.8rem 0 0;
    }
    .print svg {
        width: 1.6rem;
        height: 1.6rem;
    }
}
.main-img {
    position: relative;
    margin: 0 0 2.6rem;
}
@media screen and (max-width: 767px) {
    .main-img {
        margin: 0 0 1.2rem;
    }
}
.main-img img {
    width: 100%;
    height: auto;
    border-radius: 2rem;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 767px) {
    .main-img img {
        border-radius: 1.6rem;
        height: auto;
        object-fit: cover;
    }
}
.main-img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 16rem;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(45, 45, 45, 0), #2d2d2d);
    border-radius: 0 0 2rem 2rem;
    z-index: 2;
}
@media screen and (max-width: 767px) {
    .main-img:before {
        display: none;
    }
}
.main-img:after {
    content: "";
    position: absolute;
    width: 10rem;
    height: 11.2rem;
    top: 1.4rem;
    left: -5.9rem;
    background: url(data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%229%22%20height%3D%2211%22%20viewBox%3D%220%200%209%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.476%2010.158a.966.966%200%2001-1.332-.32.967.967%200%2001.1-1.15c.211-.269.4-.723.541-1.3.158-.635.25-1.4.25-2.235a9.45%209.45%200%2000-.25-2.24c-.142-.58-.33-1.03-.54-1.3a.967.967%200%2001-.1-1.15.966.966%200%20011.331-.319l6.768%204.17c.64.37.63%201.3.007%201.67l-6.775%204.174z%22%20fill%3D%22%23E73046%22%2F%3E%3C%2Fsvg%3E)
        no-repeat left center;
    background-size: contain;
    z-index: 2;
}
@media screen and (max-width: 767px) {
    .main-img:after {
        width: 4.2rem;
        height: 4.9rem;
        top: 0;
        left: -0.8rem;
    }
}
.main-img__description {
    position: absolute;
    z-index: 3;
    font: 700 1.2rem/1.6rem "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    color: #b2b2b2;
    left: 2.6rem;
    bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
    .main-img__description {
        position: static;
        padding: 1rem 0 0;
        font: 500 1rem/1.2rem "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    }
}
.player {
    padding: 3rem;
    margin: 0 0 5rem;
    border-radius: 2rem;
    background: #404040;
    color: #b2b2b2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
@media screen and (max-width: 767px) {
    .player {
        padding: 1.4rem 1rem 1.8rem;
        border-radius: 1.6rem;
        margin: 0 0 2.4rem;
    }
}
.player__play {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #e73046;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    margin: 0 2rem 0 0;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}
@media (hover) and (min-width: 1025px) {
    .player__play:hover {
        color: #fff;
        background: #e73046;
    }
}
@media screen and (max-width: 767px) {
    .player__play {
        width: 4rem;
        height: 4rem;
        margin: 0 0.8rem 0 0;
    }
}
.player__play svg {
    width: 2rem;
    height: 2.4rem;
    margin: 0.2rem 0 0 0.3rem;
}
@media screen and (max-width: 767px) {
    .player__play svg {
        width: 1.7rem;
        height: 2rem;
    }
}
.player_video {
    padding-top: 48rem;
}
@media screen and (max-width: 767px) {
    .player_video {
        padding-top: 11rem;
    }
}
.player_video .player__play {
    position: absolute;
    margin: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8rem;
    height: 8rem;
}
@media screen and (max-width: 767px) {
    .player_video .player__play {
        width: 4rem;
        height: 4rem;
        margin: -2rem 0 0;
    }
}
.player_video .player__play svg {
    width: 3.2rem;
    height: 3.8rem;
    margin: 0.3rem 0 0 0.4rem;
}
@media screen and (max-width: 767px) {
    .player_video .player__play svg {
        width: 1.7rem;
        height: 2rem;
        margin: 0.2rem 0 0 0.3rem;
    }
}
.player__poster {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.player__poster:after {
    content: "";
    position: absolute;
    width: 100%;
    top: 50%;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(45, 45, 45, 0), #2d2d2d);
    border-radius: 0 0 2rem 2rem;
}
@media screen and (max-width: 767px) {
    .player__poster:after {
        border-radius: 0 0 1.6rem 1.6rem;
    }
}
.player__poster img {
    position: absolute;
    width: 100%;
    height: 100%;
}
.player__track {
    width: calc(100% - 7rem);
    position: relative;
}
@media screen and (max-width: 767px) {
    .player__track {
        width: calc(100% - 4.8rem);
    }
}
.player_video .player__track {
    width: 100%;
}
.player__title {
    color: #fff;
    font: 700 1.8rem/2.2rem "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media screen and (max-width: 767px) {
    .player__title {
        font: 700 1.4rem/1.6rem "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    }
}
.player__fulltime {
    font: 500 1.4rem/1.6rem "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    margin: 0.5rem 0 0;
}
@media screen and (max-width: 767px) {
    .player__fulltime {
        font: 500 1.2rem/1.6rem "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    }
}
.player__progress {
    width: 100%;
    margin: 2rem 0 1rem;
    background: #575756;
    border-radius: 0.3rem;
    cursor: pointer;
    position: relative;
}
.player__progress div {
    height: 0.6rem;
    background: #e73046;
    border-radius: 0.3rem;
}
@media screen and (max-width: 767px) {
    .player_video .player__progress {
        margin: 0.5rem 0;
    }
}
.player__current {
    font: 700 1.2rem/1.6rem "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    margin: 0 auto 0 0;
    position: relative;
}
.player__end {
    font: 700 1.2rem/1.6rem "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    margin: 0 0 0 auto;
    position: relative;
}
@media screen and (min-width: 768px) {
    .author__box {
        border-radius: 2rem;
        box-shadow: 0 1.5rem 3rem rgba(37, 37, 37, 0.08), inset 0 0 0 1px #e6e6e6;
        background: #fff;
        padding: 3rem;
        margin: 0 0 10rem;
    }
}
.author__avatar {
    overflow: hidden;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    box-shadow: inset 0 0 0 0.2rem #e73046, inset 0 0 0 0.4rem #fff;
    position: relative;
}
@media screen and (max-width: 767px) {
    .author__avatar {
        width: 6.4rem;
        height: 6.4rem;
    }
}
.author__avatar img {
    position: absolute;
    width: 7.2rem;
    height: 7.2rem;
    border-radius: 50%;
    left: 0.4rem;
    top: 0.4rem;
    object-fit: cover;
}
@media screen and (max-width: 767px) {
    .author__avatar img {
        width: 5.6rem;
        height: 5.6rem;
    }
}
.author__name {
    font: 700 1.6rem/2rem "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    padding: 0 0 0 2.4rem;
}
@media screen and (max-width: 767px) {
    .author__name {
        font: 700 1.4rem/1.6rem "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
        padding: 0 0 0 1.8rem;
    }
}
.author__link {
    color: #252525;
    border: 0;
}
@media (hover) and (min-width: 1025px) {
    .author__link:hover {
        color: #e73046;
    }
}
.author__social {
    padding: 1rem 0 0;
    display: flex;
    align-items: center;
}
.author__social a {
    display: block;
    border: 0;
    color: #b2b2b2;
    margin: 0 2rem 0 0;
}
@media (hover) and (min-width: 1025px) {
    .author__social a:hover {
        color: #252525;
    }
}
.sorting {
    font: 500 1.4rem/2rem "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    display: block;
    border-bottom: 2px solid transparent;
    color: #b2b2b2;
    margin: 0 0 0 2rem;
}
@media screen and (max-width: 767px) {
    .sorting {
        margin: 0 0.8rem 0 0;
    }
}
@media (hover) and (min-width: 1025px) {
    .sorting:hover {
        color: #252525;
    }
}
.sorting_active {
    border-bottom: 2px solid #252525;
    color: #252525;
    pointer-events: none;
}
.tabs {
    display: flex;
    border: 1px solid #e6e6e6;
    border-radius: 1.6rem;
    margin: 0 0 3.6rem;
}
@media screen and (max-width: 767px) {
    .tabs {
        background: url(data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%22.8rem%22%20height%3D%22.7rem%22%20viewBox%3D%220%200%208%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M.112%201.185A.79.79%200%2001.36.115a.732.732%200%2001.893.081c.21.17.562.32%201.01.434.493.127%201.087.2%201.736.2a7.11%207.11%200%20001.738-.2c.451-.114.8-.265%201.01-.434a.732.732%200%2001.893-.08.79.79%200%2001.248%201.069L4.65%206.617a.743.743%200%2001-1.297.006L.112%201.185z%22%20fill%3D%22%23b2b2b2%22%2F%3E%3C%2Fsvg%3E)
            no-repeat right 1.6rem top 1.6rem;
        background-size: 0.8rem auto;
        border-radius: 1rem;
        height: 0;
        padding: 4rem 0 0;
        position: relative;
        flex-wrap: wrap;
        overflow: hidden;
        margin: 0 0 3rem;
    }
    .tabs.opened {
        height: auto;
    }
}
.tabs__item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.7rem 0;
    flex-grow: 1;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    color: #b2b2b2;
    font: 700 1.6rem/1.6rem "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    width: 33.33333%;
    box-shadow: 1px 0 0 #e6e6e6;
}
.tabs__item:last-child {
    box-shadow: none;
}
@media screen and (max-width: 767px) {
    .tabs__item {
        padding: 0 1.4rem;
        height: 4rem;
        justify-content: flex-start;
        width: 100%;
        box-shadow: none;
    }
}
@media (hover) and (min-width: 1025px) {
    .tabs__item:hover {
        color: #252525;
    }
}
.tabs__item_active {
    color: #252525;
    pointer-events: none;
}
@media screen and (max-width: 767px) {
    .tabs__item_active {
        position: absolute;
        left: 0;
        top: 0;
    }
}
.tabs__icon {
    margin: 0 1rem 0 0;
}
.tabs__item:not([class*="_active"]) .tabs__icon svg path {
    fill: currentColor;
}
.tabs__content {
    display: none;
}
.comment {
    display: flex;
    font: 400 1.6rem/2.4rem "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    position: relative;
}
@media screen and (max-width: 767px) {
    .comment {
        padding: 0.7rem 0 0;
    }
}
.comment__avatar {
    overflow: hidden;
    width: 5.4rem;
    height: 5.4rem;
    border-radius: 50%;
    box-shadow: inset 0 0 0 0.2rem #e73046, inset 0 0 0 0.4rem #fff;
    position: relative;
    margin: 0 2.4rem 0 0;
}
@media screen and (max-width: 767px) {
    .comment__avatar {
        position: absolute;
        left: 0;
        top: 0;
    }
}
.comment__avatar img {
    position: absolute;
    width: 4.6rem;
    height: 4.6rem;
    border-radius: 50%;
    left: 0.4rem;
    top: 0.4rem;
    object-fit: cover;
}
.comment__container {
    width: calc(100% - 7.8rem);
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
    .comment__container {
        width: 100%;
    }
}
.comment__name {
    font: 700 1.6rem/2rem "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
}
@media screen and (max-width: 767px) {
    .comment__name {
        width: calc(100% - 6.8rem);
        margin: 0 0 0 6.8rem;
    }
    [class*="quote"] .comment__name {
        margin: 0;
    }
}
.comment__date {
    font: 500 1.4rem/2rem "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    color: #b2b2b2;
    margin: 0 0 0 1.6rem;
}
@media screen and (max-width: 767px) {
    .comment__date {
        width: calc(100% - 6.8rem);
        margin: 0 0 0 6.8rem;
    }
    [class*="quote"] .comment__date {
        margin: 0;
    }
}
.comment__text {
    width: 100%;
    padding: 1rem 0 1.4rem;
}
@media screen and (max-width: 767px) {
    .comment__text {
        padding: 2rem 0;
        font: 400 1.4rem/1.8rem "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    }
    [class*="quote"] .comment__text {
        padding: 1rem 0 0;
    }
}
.comment__actions {
    display: flex;
    font: 500 1.4rem/2rem "TT Norms", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
    width: 100%;
    margin: 0 0 4rem;
}
@media screen and (max-width: 767px) {
    .comment__actions {
        margin: 0 0 3rem;
    }
}
.comment__reply {
    display: flex;
    align-items: center;
    color: #252525;
    border: 0;
    margin: 0 1.5rem 0 0;
}
@media (hover) and (min-width: 1025px) {
    .comment__reply:hover {
        color: #575756;
    }
}
.comment__expand {
    display: flex;
    align-items: center;
    color: #252525;
    border: 0;
}
.comment__expand .subtree__icon {
    transition: 0.2s ease-in-out;
    opacity: 0;
    pointer-events: none;
    margin: 0 0 0 1rem;
}
.comment__expand_opened .subtree__icon {
    opacity: 1;
}
@media (hover) and (min-width: 1025px) {
    .comment__expand:hover {
        color: #575756;
    }
}
.comment__rating {
    margin-left: auto;
}
.comment__rating a {
    border: 0;
    margin: 0 0 0 1rem;
}
@media (hover) and (min-width: 1025px) {
    .comment__rating a:hover {
        color: #252525;
    }
}
.comment__form_tree {
    display: none;
}
.comment__quote {
    display: flex;
    color: #b2b2b2;
    padding: 1.3rem 0 0;
}
@media screen and (max-width: 767px) {
    .comment__quote {
        padding: 2rem 0 0;
    }
}
.comment__quote div {
    display: flex;
    flex-wrap: wrap;
}
.comment__subtree {
    display: none;
}
.emoji {
    position: absolute;
    right: 1.2rem;
    bottom: 1.2rem;
    z-index: 2;
}
.emoji__toggle {
    color: #252525;
    border: 0;
    display: block;
    transition: 0.2s ease-in-out;
}
@media (hover) and (min-width: 1025px) {
    .emoji__toggle:hover {
        color: #575756;
    }
}
.emoji__box {
    margin: 0 0 1rem;
    position: absolute;
    right: 0;
    bottom: 100%;
    border-radius: 1.6rem;
    padding: 1.6rem;
    background: #fff;
    box-shadow: 0 1.5rem 3rem rgba(37, 37, 37, 0.1);
    display: none;
    min-width: 22rem;
}
@media screen and (max-width: 767px) {
    .emoji__box {
        min-width: 19rem;
    }
}
.emoji__item {
    margin: 0 0.5rem 0.5rem;
    border: 0;
    display: inline-block;
    transition: 0.2s ease-in-out;
}
@media (hover) and (min-width: 1025px) {
    .emoji__item:hover {
        opacity: 0.5;
    }
}
@media screen and (max-width: 767px) {
    .text-sm {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }
}
@media print {
    .no-print {
        display: none;
    }
}
/*em,
i {
    font-family: Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, sans-serif;
}*/
