a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none;
    outline: none
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:1100px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1400px) {
    .container {
        max-width: 1170px
    }
}

@media (min-width:1700px) {
    .container {
        max-width: 1420px
    }
}

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:1100px) {
    .container,
    .container-lg,
    .container-md,
    .container-md-1,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-md-1,
    .container-sm,
    .container-xl {
        max-width: 1170px
    }
}

@media (min-width:1700px) {
    .container,
    .container-lg,
    .container-md,
    .container-md-1,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1420px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.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-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.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-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-1-1,
.col-md-1-2,
.col-md-1-3,
.col-md-1-4,
.col-md-1-5,
.col-md-1-6,
.col-md-1-7,
.col-md-1-8,
.col-md-1-9,
.col-md-1-10,
.col-md-1-11,
.col-md-1-12,
.col-md-1-auto,
.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-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.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-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.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-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto,
.col-xxl,
.col-xxl-1,
.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-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-sm-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-sm-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-sm-3>* {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .row-cols-sm-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-sm-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-sm-6>* {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.33333%
    }
    .offset-sm-2 {
        margin-left: 16.66667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.33333%
    }
    .offset-sm-5 {
        margin-left: 41.66667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.33333%
    }
    .offset-sm-8 {
        margin-left: 66.66667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.33333%
    }
    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:767px) {
    .col-md-1 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-md-1-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-md-1-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-md-1-3>* {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .row-cols-md-1-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-md-1-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-md-1-6>* {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-1-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-md-1-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-md-1-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-1-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-1-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-md-1-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-md-1-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-1-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-md-1-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-md-1-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-1-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-md-1-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-md-1-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-1-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-md-1-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-md-1-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-md-1-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-1-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-md-1-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-md-1-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-md-1-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-md-1-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-md-1-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-md-1-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-md-1-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-md-1-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-md-1-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-md-1-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-md-1-0 {
        margin-left: 0
    }
    .offset-md-1-1 {
        margin-left: 8.33333%
    }
    .offset-md-1-2 {
        margin-left: 16.66667%
    }
    .offset-md-1-3 {
        margin-left: 25%
    }
    .offset-md-1-4 {
        margin-left: 33.33333%
    }
    .offset-md-1-5 {
        margin-left: 41.66667%
    }
    .offset-md-1-6 {
        margin-left: 50%
    }
    .offset-md-1-7 {
        margin-left: 58.33333%
    }
    .offset-md-1-8 {
        margin-left: 66.66667%
    }
    .offset-md-1-9 {
        margin-left: 75%
    }
    .offset-md-1-10 {
        margin-left: 83.33333%
    }
    .offset-md-1-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-md-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-md-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-md-3>* {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .row-cols-md-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-md-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-md-6>* {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-md-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-md-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-md-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-md-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-md-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.33333%
    }
    .offset-md-2 {
        margin-left: 16.66667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.33333%
    }
    .offset-md-5 {
        margin-left: 41.66667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.33333%
    }
    .offset-md-8 {
        margin-left: 66.66667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.33333%
    }
    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1100px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-lg-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-lg-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-lg-3>* {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .row-cols-lg-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-lg-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-lg-6>* {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.33333%
    }
    .offset-lg-2 {
        margin-left: 16.66667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.33333%
    }
    .offset-lg-5 {
        margin-left: 41.66667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.33333%
    }
    .offset-lg-8 {
        margin-left: 66.66667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.33333%
    }
    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1400px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-xl-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-xl-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-xl-3>* {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .row-cols-xl-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-xl-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-xl-6>* {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.33333%
    }
    .offset-xl-2 {
        margin-left: 16.66667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.33333%
    }
    .offset-xl-5 {
        margin-left: 41.66667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.33333%
    }
    .offset-xl-8 {
        margin-left: 66.66667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.33333%
    }
    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1700px) {
    .col-xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-xxl-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-xxl-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-xxl-3>* {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .row-cols-xxl-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-xxl-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-xxl-6>* {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xxl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xxl-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xxl-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xxl-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xxl-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xxl-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xxl-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xxl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xxl-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xxl-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-xxl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xxl-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-xxl-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-xxl-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-xxl-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-xxl-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-xxl-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-xxl-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-xxl-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-xxl-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-xxl-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-xxl-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-xxl-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-xxl-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-xxl-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-xxl-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-xxl-0 {
        margin-left: 0
    }
    .offset-xxl-1 {
        margin-left: 8.33333%
    }
    .offset-xxl-2 {
        margin-left: 16.66667%
    }
    .offset-xxl-3 {
        margin-left: 25%
    }
    .offset-xxl-4 {
        margin-left: 33.33333%
    }
    .offset-xxl-5 {
        margin-left: 41.66667%
    }
    .offset-xxl-6 {
        margin-left: 50%
    }
    .offset-xxl-7 {
        margin-left: 58.33333%
    }
    .offset-xxl-8 {
        margin-left: 66.66667%
    }
    .offset-xxl-9 {
        margin-left: 75%
    }
    .offset-xxl-10 {
        margin-left: 83.33333%
    }
    .offset-xxl-11 {
        margin-left: 91.66667%
    }
}

.align-baseline {
    vertical-align: baseline!important
}

.align-top {
    vertical-align: top!important
}

.align-middle {
    vertical-align: middle!important
}

.align-bottom {
    vertical-align: bottom!important
}

.align-text-bottom {
    vertical-align: text-bottom!important
}

.align-text-top {
    vertical-align: text-top!important
}

.bg-primary {
    background-color: #2e1648!important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #150a21!important
}

.bg-secondary {
    background-color: #6c757d!important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62!important
}

.bg-success {
    background-color: #28a745!important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34!important
}

.bg-info {
    background-color: #17a2b8!important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b!important
}

.bg-warning {
    background-color: #ffc107!important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00!important
}

.bg-danger {
    background-color: #db0011!important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #a8000d!important
}

.bg-light {
    background-color: #f8f9fa!important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5!important
}

.bg-dark {
    background-color: #343a40!important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124!important
}

.bg-white {
    background-color: #fff!important
}

.bg-transparent {
    background-color: transparent!important
}

.border {
    border: 1px solid #dee2e6!important
}

.border-top {
    border-top: 1px solid #dee2e6!important
}

.border-right {
    border-right: 1px solid #dee2e6!important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6!important
}

.border-left {
    border-left: 1px solid #dee2e6!important
}

.border-0 {
    border: 0!important
}

.border-top-0 {
    border-top: 0!important
}

.border-right-0 {
    border-right: 0!important
}

.border-bottom-0 {
    border-bottom: 0!important
}

.border-left-0 {
    border-left: 0!important
}

.border-primary {
    border-color: #2e1648!important
}

.border-secondary {
    border-color: #6c757d!important
}

.border-success {
    border-color: #28a745!important
}

.border-info {
    border-color: #17a2b8!important
}

.border-warning {
    border-color: #ffc107!important
}

.border-danger {
    border-color: #db0011!important
}

.border-light {
    border-color: #f8f9fa!important
}

.border-dark {
    border-color: #343a40!important
}

.border-white {
    border-color: #fff!important
}

.rounded-sm {
    border-radius: .2rem!important
}

.rounded {
    border-radius: .25rem!important
}

.rounded-top {
    border-top-left-radius: .25rem!important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: .25rem!important
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: .25rem!important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: .25rem!important
}

.rounded-left {
    border-top-left-radius: .25rem!important
}

.rounded-lg {
    border-radius: .3rem!important
}

.rounded-circle {
    border-radius: 50%!important
}

.rounded-pill {
    border-radius: 50rem!important
}

.rounded-0 {
    border-radius: 0!important
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important
}

.d-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none!important
    }
    .d-sm-inline {
        display: inline!important
    }
    .d-sm-inline-block {
        display: inline-block!important
    }
    .d-sm-block {
        display: block!important
    }
    .d-sm-table {
        display: table!important
    }
    .d-sm-table-row {
        display: table-row!important
    }
    .d-sm-table-cell {
        display: table-cell!important
    }
    .d-sm-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width:767px) {
    .d-md-1-none {
        display: none!important
    }
    .d-md-1-inline {
        display: inline!important
    }
    .d-md-1-inline-block {
        display: inline-block!important
    }
    .d-md-1-block {
        display: block!important
    }
    .d-md-1-table {
        display: table!important
    }
    .d-md-1-table-row {
        display: table-row!important
    }
    .d-md-1-table-cell {
        display: table-cell!important
    }
    .d-md-1-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-md-1-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none!important
    }
    .d-md-inline {
        display: inline!important
    }
    .d-md-inline-block {
        display: inline-block!important
    }
    .d-md-block {
        display: block!important
    }
    .d-md-table {
        display: table!important
    }
    .d-md-table-row {
        display: table-row!important
    }
    .d-md-table-cell {
        display: table-cell!important
    }
    .d-md-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width:1100px) {
    .d-lg-none {
        display: none!important
    }
    .d-lg-inline {
        display: inline!important
    }
    .d-lg-inline-block {
        display: inline-block!important
    }
    .d-lg-block {
        display: block!important
    }
    .d-lg-table {
        display: table!important
    }
    .d-lg-table-row {
        display: table-row!important
    }
    .d-lg-table-cell {
        display: table-cell!important
    }
    .d-lg-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width:1400px) {
    .d-xl-none {
        display: none!important
    }
    .d-xl-inline {
        display: inline!important
    }
    .d-xl-inline-block {
        display: inline-block!important
    }
    .d-xl-block {
        display: block!important
    }
    .d-xl-table {
        display: table!important
    }
    .d-xl-table-row {
        display: table-row!important
    }
    .d-xl-table-cell {
        display: table-cell!important
    }
    .d-xl-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width:1700px) {
    .d-xxl-none {
        display: none!important
    }
    .d-xxl-inline {
        display: inline!important
    }
    .d-xxl-inline-block {
        display: inline-block!important
    }
    .d-xxl-block {
        display: block!important
    }
    .d-xxl-table {
        display: table!important
    }
    .d-xxl-table-row {
        display: table-row!important
    }
    .d-xxl-table-cell {
        display: table-cell!important
    }
    .d-xxl-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-xxl-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media print {
    .d-print-none {
        display: none!important
    }
    .d-print-inline {
        display: inline!important
    }
    .d-print-inline-block {
        display: inline-block!important
    }
    .d-print-block {
        display: block!important
    }
    .d-print-table {
        display: table!important
    }
    .d-print-table-row {
        display: table-row!important
    }
    .d-print-table-cell {
        display: table-cell!important
    }
    .d-print-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9:before {
    padding-top: 42.85714%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important
}

.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
}

.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
}

.flex-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important
}

.flex-grow-0 {
    -ms-flex-positive: 0!important;
    flex-grow: 0!important
}

.flex-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important
}

.flex-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important
}

.flex-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important
}

.justify-content-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
}

.justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
}

.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
}

.align-items-start {
    -ms-flex-align: start!important;
    align-items: flex-start!important
}

.align-items-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important
}

.align-items-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline!important
}

.align-items-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important
}

.align-content-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
}

.align-content-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
}

.align-content-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
}

.align-content-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
}

.align-content-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
}

.align-self-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important
}

.align-self-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
}

.align-self-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
}

.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
}

.align-self-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
}

.align-self-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
}

@media (min-width:576px) {
    .flex-sm-row {
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-sm-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-sm-fill {
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-sm-grow-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-sm-grow-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-sm-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-sm-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-sm-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-sm-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-sm-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-sm-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-sm-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-sm-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-sm-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:767px) {
    .flex-md-1-row {
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-md-1-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-md-1-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-md-1-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-md-1-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-md-1-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-md-1-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-md-1-fill {
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-md-1-grow-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-md-1-grow-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }
    .flex-md-1-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-md-1-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-md-1-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-md-1-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-md-1-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-md-1-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-md-1-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-md-1-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-md-1-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-md-1-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-md-1-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-md-1-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-md-1-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-md-1-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-md-1-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-md-1-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-md-1-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-md-1-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-md-1-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-md-1-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-md-1-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-md-1-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-md-1-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-md-1-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-md-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-md-fill {
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-md-grow-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-md-grow-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-md-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-md-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-md-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-md-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-md-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-md-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-md-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-md-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-md-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-md-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-md-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-md-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-md-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:1100px) {
    .flex-lg-row {
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-lg-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-lg-fill {
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-lg-grow-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-lg-grow-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-lg-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-lg-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-lg-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-lg-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-lg-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-lg-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-lg-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-lg-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-lg-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:1400px) {
    .flex-xl-row {
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-xl-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-xl-fill {
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-xl-grow-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-xl-grow-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-xl-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-xl-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-xl-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-xl-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-xl-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-xl-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-xl-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-xl-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-xl-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:1700px) {
    .flex-xxl-row {
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-xxl-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-xxl-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-xxl-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-xxl-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-xxl-fill {
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-xxl-grow-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-xxl-grow-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }
    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-xxl-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-xxl-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-xxl-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-xxl-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-xxl-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-xxl-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-xxl-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-xxl-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-xxl-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-xxl-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-xxl-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-xxl-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-xxl-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-xxl-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-xxl-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-xxl-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-xxl-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-xxl-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-xxl-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.float-none {
    float: none!important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left!important
    }
    .float-sm-right {
        float: right!important
    }
    .float-sm-none {
        float: none!important
    }
}

@media (min-width:767px) {
    .float-md-1-left {
        float: left!important
    }
    .float-md-1-right {
        float: right!important
    }
    .float-md-1-none {
        float: none!important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left!important
    }
    .float-md-right {
        float: right!important
    }
    .float-md-none {
        float: none!important
    }
}

@media (min-width:1100px) {
    .float-lg-left {
        float: left!important
    }
    .float-lg-right {
        float: right!important
    }
    .float-lg-none {
        float: none!important
    }
}

@media (min-width:1400px) {
    .float-xl-left {
        float: left!important
    }
    .float-xl-right {
        float: right!important
    }
    .float-xl-none {
        float: none!important
    }
}

@media (min-width:1700px) {
    .float-xxl-left {
        float: left!important
    }
    .float-xxl-right {
        float: right!important
    }
    .float-xxl-none {
        float: none!important
    }
}

.overflow-auto {
    overflow: auto!important
}

.overflow-hidden {
    overflow: hidden!important
}

.position-static {
    position: static!important
}

.position-relative {
    position: relative!important
}

.position-absolute {
    position: absolute!important
}

.position-fixed {
    position: fixed!important
}

.position-sticky {
    position: -webkit-sticky!important;
    position: sticky!important
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important
}

.shadow-none {
    box-shadow: none!important
}

.w-25 {
    width: 25%!important
}

.w-50 {
    width: 50%!important
}

.w-75 {
    width: 75%!important
}

.w-100 {
    width: 100%!important
}

.w-auto {
    width: auto!important
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100 {
    height: 100%!important
}

.h-auto {
    height: auto!important
}

.mw-100 {
    max-width: 100%!important
}

.mh-100 {
    max-height: 100%!important
}

.min-vw-100 {
    min-width: 100vw!important
}

.min-vh-100 {
    min-height: 100vh!important
}

.vw-100 {
    width: 100vw!important
}

.vh-100 {
    height: 100vh!important
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

.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-1 {
    margin: .25rem!important
}

.mt-1,
.my-1 {
    margin-top: .25rem!important
}

.mr-1,
.mx-1 {
    margin-right: .25rem!important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem!important
}

.ml-1,
.mx-1 {
    margin-left: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.mt-2,
.my-2 {
    margin-top: .5rem!important
}

.mr-2,
.mx-2 {
    margin-right: .5rem!important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem!important
}

.ml-2,
.mx-2 {
    margin-left: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.mt-3,
.my-3 {
    margin-top: 1rem!important
}

.mr-3,
.mx-3 {
    margin-right: 1rem!important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem!important
}

.ml-3,
.mx-3 {
    margin-left: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem!important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem!important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem!important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.mt-5,
.my-5 {
    margin-top: 3rem!important
}

.mr-5,
.mx-5 {
    margin-right: 3rem!important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem!important
}

.ml-5,
.mx-5 {
    margin-left: 3rem!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-1 {
    padding: .25rem!important
}

.pt-1,
.py-1 {
    padding-top: .25rem!important
}

.pr-1,
.px-1 {
    padding-right: .25rem!important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem!important
}

.pl-1,
.px-1 {
    padding-left: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2,
.py-2 {
    padding-top: .5rem!important
}

.pr-2,
.px-2 {
    padding-right: .5rem!important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem!important
}

.pl-2,
.px-2 {
    padding-left: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.pt-3,
.py-3 {
    padding-top: 1rem!important
}

.pr-3,
.px-3 {
    padding-right: 1rem!important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem!important
}

.pl-3,
.px-3 {
    padding-left: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem!important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem!important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem!important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.pt-5,
.py-5 {
    padding-top: 3rem!important
}

.pr-5,
.px-5 {
    padding-right: 3rem!important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem!important
}

.pl-5,
.px-5 {
    padding-left: 3rem!important
}

.m-n1 {
    margin: -.25rem!important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem!important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem!important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem!important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem!important
}

.m-n2 {
    margin: -.5rem!important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem!important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem!important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem!important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem!important
}

.m-n3 {
    margin: -1rem!important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem!important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem!important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem!important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem!important
}

.m-n4 {
    margin: -1.5rem!important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem!important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem!important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem!important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem!important
}

.m-n5 {
    margin: -3rem!important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem!important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem!important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem!important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem!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:576px) {
    .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-1 {
        margin: .25rem!important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem!important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem!important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem!important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem!important
    }
    .m-sm-2 {
        margin: .5rem!important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem!important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem!important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem!important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem!important
    }
    .m-sm-3 {
        margin: 1rem!important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem!important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem!important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem!important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem!important
    }
    .m-sm-4 {
        margin: 1.5rem!important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem!important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem!important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem!important
    }
    .m-sm-5 {
        margin: 3rem!important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem!important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem!important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem!important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem!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-1 {
        padding: .25rem!important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem!important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem!important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem!important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem!important
    }
    .p-sm-2 {
        padding: .5rem!important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem!important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem!important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem!important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem!important
    }
    .p-sm-3 {
        padding: 1rem!important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem!important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem!important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem!important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem!important
    }
    .p-sm-4 {
        padding: 1.5rem!important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem!important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem!important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem!important
    }
    .p-sm-5 {
        padding: 3rem!important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem!important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem!important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem!important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem!important
    }
    .m-sm-n1 {
        margin: -.25rem!important
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem!important
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem!important
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem!important
    }
    .m-sm-n2 {
        margin: -.5rem!important
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem!important
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem!important
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem!important
    }
    .m-sm-n3 {
        margin: -1rem!important
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem!important
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem!important
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem!important
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem!important
    }
    .m-sm-n4 {
        margin: -1.5rem!important
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem!important
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem!important
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem!important
    }
    .m-sm-n5 {
        margin: -3rem!important
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem!important
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem!important
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem!important
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem!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:767px) {
    .m-md-1-0 {
        margin: 0!important
    }
    .mt-md-1-0,
    .my-md-1-0 {
        margin-top: 0!important
    }
    .mr-md-1-0,
    .mx-md-1-0 {
        margin-right: 0!important
    }
    .mb-md-1-0,
    .my-md-1-0 {
        margin-bottom: 0!important
    }
    .ml-md-1-0,
    .mx-md-1-0 {
        margin-left: 0!important
    }
    .m-md-1-1 {
        margin: .25rem!important
    }
    .mt-md-1-1,
    .my-md-1-1 {
        margin-top: .25rem!important
    }
    .mr-md-1-1,
    .mx-md-1-1 {
        margin-right: .25rem!important
    }
    .mb-md-1-1,
    .my-md-1-1 {
        margin-bottom: .25rem!important
    }
    .ml-md-1-1,
    .mx-md-1-1 {
        margin-left: .25rem!important
    }
    .m-md-1-2 {
        margin: .5rem!important
    }
    .mt-md-1-2,
    .my-md-1-2 {
        margin-top: .5rem!important
    }
    .mr-md-1-2,
    .mx-md-1-2 {
        margin-right: .5rem!important
    }
    .mb-md-1-2,
    .my-md-1-2 {
        margin-bottom: .5rem!important
    }
    .ml-md-1-2,
    .mx-md-1-2 {
        margin-left: .5rem!important
    }
    .m-md-1-3 {
        margin: 1rem!important
    }
    .mt-md-1-3,
    .my-md-1-3 {
        margin-top: 1rem!important
    }
    .mr-md-1-3,
    .mx-md-1-3 {
        margin-right: 1rem!important
    }
    .mb-md-1-3,
    .my-md-1-3 {
        margin-bottom: 1rem!important
    }
    .ml-md-1-3,
    .mx-md-1-3 {
        margin-left: 1rem!important
    }
    .m-md-1-4 {
        margin: 1.5rem!important
    }
    .mt-md-1-4,
    .my-md-1-4 {
        margin-top: 1.5rem!important
    }
    .mr-md-1-4,
    .mx-md-1-4 {
        margin-right: 1.5rem!important
    }
    .mb-md-1-4,
    .my-md-1-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-md-1-4,
    .mx-md-1-4 {
        margin-left: 1.5rem!important
    }
    .m-md-1-5 {
        margin: 3rem!important
    }
    .mt-md-1-5,
    .my-md-1-5 {
        margin-top: 3rem!important
    }
    .mr-md-1-5,
    .mx-md-1-5 {
        margin-right: 3rem!important
    }
    .mb-md-1-5,
    .my-md-1-5 {
        margin-bottom: 3rem!important
    }
    .ml-md-1-5,
    .mx-md-1-5 {
        margin-left: 3rem!important
    }
    .p-md-1-0 {
        padding: 0!important
    }
    .pt-md-1-0,
    .py-md-1-0 {
        padding-top: 0!important
    }
    .pr-md-1-0,
    .px-md-1-0 {
        padding-right: 0!important
    }
    .pb-md-1-0,
    .py-md-1-0 {
        padding-bottom: 0!important
    }
    .pl-md-1-0,
    .px-md-1-0 {
        padding-left: 0!important
    }
    .p-md-1-1 {
        padding: .25rem!important
    }
    .pt-md-1-1,
    .py-md-1-1 {
        padding-top: .25rem!important
    }
    .pr-md-1-1,
    .px-md-1-1 {
        padding-right: .25rem!important
    }
    .pb-md-1-1,
    .py-md-1-1 {
        padding-bottom: .25rem!important
    }
    .pl-md-1-1,
    .px-md-1-1 {
        padding-left: .25rem!important
    }
    .p-md-1-2 {
        padding: .5rem!important
    }
    .pt-md-1-2,
    .py-md-1-2 {
        padding-top: .5rem!important
    }
    .pr-md-1-2,
    .px-md-1-2 {
        padding-right: .5rem!important
    }
    .pb-md-1-2,
    .py-md-1-2 {
        padding-bottom: .5rem!important
    }
    .pl-md-1-2,
    .px-md-1-2 {
        padding-left: .5rem!important
    }
    .p-md-1-3 {
        padding: 1rem!important
    }
    .pt-md-1-3,
    .py-md-1-3 {
        padding-top: 1rem!important
    }
    .pr-md-1-3,
    .px-md-1-3 {
        padding-right: 1rem!important
    }
    .pb-md-1-3,
    .py-md-1-3 {
        padding-bottom: 1rem!important
    }
    .pl-md-1-3,
    .px-md-1-3 {
        padding-left: 1rem!important
    }
    .p-md-1-4 {
        padding: 1.5rem!important
    }
    .pt-md-1-4,
    .py-md-1-4 {
        padding-top: 1.5rem!important
    }
    .pr-md-1-4,
    .px-md-1-4 {
        padding-right: 1.5rem!important
    }
    .pb-md-1-4,
    .py-md-1-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-md-1-4,
    .px-md-1-4 {
        padding-left: 1.5rem!important
    }
    .p-md-1-5 {
        padding: 3rem!important
    }
    .pt-md-1-5,
    .py-md-1-5 {
        padding-top: 3rem!important
    }
    .pr-md-1-5,
    .px-md-1-5 {
        padding-right: 3rem!important
    }
    .pb-md-1-5,
    .py-md-1-5 {
        padding-bottom: 3rem!important
    }
    .pl-md-1-5,
    .px-md-1-5 {
        padding-left: 3rem!important
    }
    .m-md-1-n1 {
        margin: -.25rem!important
    }
    .mt-md-1-n1,
    .my-md-1-n1 {
        margin-top: -.25rem!important
    }
    .mr-md-1-n1,
    .mx-md-1-n1 {
        margin-right: -.25rem!important
    }
    .mb-md-1-n1,
    .my-md-1-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-md-1-n1,
    .mx-md-1-n1 {
        margin-left: -.25rem!important
    }
    .m-md-1-n2 {
        margin: -.5rem!important
    }
    .mt-md-1-n2,
    .my-md-1-n2 {
        margin-top: -.5rem!important
    }
    .mr-md-1-n2,
    .mx-md-1-n2 {
        margin-right: -.5rem!important
    }
    .mb-md-1-n2,
    .my-md-1-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-md-1-n2,
    .mx-md-1-n2 {
        margin-left: -.5rem!important
    }
    .m-md-1-n3 {
        margin: -1rem!important
    }
    .mt-md-1-n3,
    .my-md-1-n3 {
        margin-top: -1rem!important
    }
    .mr-md-1-n3,
    .mx-md-1-n3 {
        margin-right: -1rem!important
    }
    .mb-md-1-n3,
    .my-md-1-n3 {
        margin-bottom: -1rem!important
    }
    .ml-md-1-n3,
    .mx-md-1-n3 {
        margin-left: -1rem!important
    }
    .m-md-1-n4 {
        margin: -1.5rem!important
    }
    .mt-md-1-n4,
    .my-md-1-n4 {
        margin-top: -1.5rem!important
    }
    .mr-md-1-n4,
    .mx-md-1-n4 {
        margin-right: -1.5rem!important
    }
    .mb-md-1-n4,
    .my-md-1-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-md-1-n4,
    .mx-md-1-n4 {
        margin-left: -1.5rem!important
    }
    .m-md-1-n5 {
        margin: -3rem!important
    }
    .mt-md-1-n5,
    .my-md-1-n5 {
        margin-top: -3rem!important
    }
    .mr-md-1-n5,
    .mx-md-1-n5 {
        margin-right: -3rem!important
    }
    .mb-md-1-n5,
    .my-md-1-n5 {
        margin-bottom: -3rem!important
    }
    .ml-md-1-n5,
    .mx-md-1-n5 {
        margin-left: -3rem!important
    }
    .m-md-1-auto {
        margin: auto!important
    }
    .mt-md-1-auto,
    .my-md-1-auto {
        margin-top: auto!important
    }
    .mr-md-1-auto,
    .mx-md-1-auto {
        margin-right: auto!important
    }
    .mb-md-1-auto,
    .my-md-1-auto {
        margin-bottom: auto!important
    }
    .ml-md-1-auto,
    .mx-md-1-auto {
        margin-left: auto!important
    }
}

@media (min-width:768px) {
    .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-1 {
        margin: .25rem!important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem!important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem!important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem!important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem!important
    }
    .m-md-2 {
        margin: .5rem!important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem!important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem!important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem!important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem!important
    }
    .m-md-3 {
        margin: 1rem!important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem!important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem!important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem!important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem!important
    }
    .m-md-4 {
        margin: 1.5rem!important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem!important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem!important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem!important
    }
    .m-md-5 {
        margin: 3rem!important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem!important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem!important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem!important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem!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-1 {
        padding: .25rem!important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem!important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem!important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem!important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem!important
    }
    .p-md-2 {
        padding: .5rem!important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem!important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem!important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem!important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem!important
    }
    .p-md-3 {
        padding: 1rem!important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem!important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem!important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem!important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem!important
    }
    .p-md-4 {
        padding: 1.5rem!important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem!important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem!important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem!important
    }
    .p-md-5 {
        padding: 3rem!important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem!important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem!important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem!important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem!important
    }
    .m-md-n1 {
        margin: -.25rem!important
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem!important
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem!important
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem!important
    }
    .m-md-n2 {
        margin: -.5rem!important
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem!important
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem!important
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem!important
    }
    .m-md-n3 {
        margin: -1rem!important
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem!important
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem!important
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem!important
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem!important
    }
    .m-md-n4 {
        margin: -1.5rem!important
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem!important
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem!important
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem!important
    }
    .m-md-n5 {
        margin: -3rem!important
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem!important
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem!important
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem!important
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem!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:1100px) {
    .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-1 {
        margin: .25rem!important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem!important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem!important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem!important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem!important
    }
    .m-lg-2 {
        margin: .5rem!important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem!important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem!important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem!important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem!important
    }
    .m-lg-3 {
        margin: 1rem!important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem!important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem!important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem!important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem!important
    }
    .m-lg-4 {
        margin: 1.5rem!important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem!important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem!important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem!important
    }
    .m-lg-5 {
        margin: 3rem!important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem!important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem!important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem!important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem!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-1 {
        padding: .25rem!important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem!important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem!important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem!important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem!important
    }
    .p-lg-2 {
        padding: .5rem!important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem!important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem!important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem!important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem!important
    }
    .p-lg-3 {
        padding: 1rem!important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem!important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem!important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem!important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem!important
    }
    .p-lg-4 {
        padding: 1.5rem!important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem!important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem!important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem!important
    }
    .p-lg-5 {
        padding: 3rem!important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem!important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem!important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem!important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem!important
    }
    .m-lg-n1 {
        margin: -.25rem!important
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem!important
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem!important
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem!important
    }
    .m-lg-n2 {
        margin: -.5rem!important
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem!important
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem!important
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem!important
    }
    .m-lg-n3 {
        margin: -1rem!important
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem!important
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem!important
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem!important
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem!important
    }
    .m-lg-n4 {
        margin: -1.5rem!important
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem!important
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem!important
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem!important
    }
    .m-lg-n5 {
        margin: -3rem!important
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem!important
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem!important
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem!important
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem!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:1400px) {
    .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-1 {
        margin: .25rem!important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem!important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem!important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem!important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem!important
    }
    .m-xl-2 {
        margin: .5rem!important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem!important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem!important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem!important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem!important
    }
    .m-xl-3 {
        margin: 1rem!important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem!important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem!important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem!important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem!important
    }
    .m-xl-4 {
        margin: 1.5rem!important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem!important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem!important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem!important
    }
    .m-xl-5 {
        margin: 3rem!important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem!important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem!important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem!important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem!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-1 {
        padding: .25rem!important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem!important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem!important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem!important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem!important
    }
    .p-xl-2 {
        padding: .5rem!important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem!important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem!important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem!important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem!important
    }
    .p-xl-3 {
        padding: 1rem!important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem!important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem!important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem!important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem!important
    }
    .p-xl-4 {
        padding: 1.5rem!important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem!important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem!important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem!important
    }
    .p-xl-5 {
        padding: 3rem!important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem!important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem!important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem!important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem!important
    }
    .m-xl-n1 {
        margin: -.25rem!important
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem!important
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem!important
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem!important
    }
    .m-xl-n2 {
        margin: -.5rem!important
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem!important
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem!important
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem!important
    }
    .m-xl-n3 {
        margin: -1rem!important
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem!important
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem!important
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem!important
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem!important
    }
    .m-xl-n4 {
        margin: -1.5rem!important
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem!important
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem!important
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem!important
    }
    .m-xl-n5 {
        margin: -3rem!important
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem!important
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem!important
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem!important
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem!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:1700px) {
    .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-1 {
        margin: .25rem!important
    }
    .mt-xxl-1,
    .my-xxl-1 {
        margin-top: .25rem!important
    }
    .mr-xxl-1,
    .mx-xxl-1 {
        margin-right: .25rem!important
    }
    .mb-xxl-1,
    .my-xxl-1 {
        margin-bottom: .25rem!important
    }
    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: .25rem!important
    }
    .m-xxl-2 {
        margin: .5rem!important
    }
    .mt-xxl-2,
    .my-xxl-2 {
        margin-top: .5rem!important
    }
    .mr-xxl-2,
    .mx-xxl-2 {
        margin-right: .5rem!important
    }
    .mb-xxl-2,
    .my-xxl-2 {
        margin-bottom: .5rem!important
    }
    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: .5rem!important
    }
    .m-xxl-3 {
        margin: 1rem!important
    }
    .mt-xxl-3,
    .my-xxl-3 {
        margin-top: 1rem!important
    }
    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: 1rem!important
    }
    .mb-xxl-3,
    .my-xxl-3 {
        margin-bottom: 1rem!important
    }
    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: 1rem!important
    }
    .m-xxl-4 {
        margin: 1.5rem!important
    }
    .mt-xxl-4,
    .my-xxl-4 {
        margin-top: 1.5rem!important
    }
    .mr-xxl-4,
    .mx-xxl-4 {
        margin-right: 1.5rem!important
    }
    .mb-xxl-4,
    .my-xxl-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-xxl-4,
    .mx-xxl-4 {
        margin-left: 1.5rem!important
    }
    .m-xxl-5 {
        margin: 3rem!important
    }
    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: 3rem!important
    }
    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: 3rem!important
    }
    .mb-xxl-5,
    .my-xxl-5 {
        margin-bottom: 3rem!important
    }
    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 3rem!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-1 {
        padding: .25rem!important
    }
    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: .25rem!important
    }
    .pr-xxl-1,
    .px-xxl-1 {
        padding-right: .25rem!important
    }
    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: .25rem!important
    }
    .pl-xxl-1,
    .px-xxl-1 {
        padding-left: .25rem!important
    }
    .p-xxl-2 {
        padding: .5rem!important
    }
    .pt-xxl-2,
    .py-xxl-2 {
        padding-top: .5rem!important
    }
    .pr-xxl-2,
    .px-xxl-2 {
        padding-right: .5rem!important
    }
    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: .5rem!important
    }
    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: .5rem!important
    }
    .p-xxl-3 {
        padding: 1rem!important
    }
    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: 1rem!important
    }
    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: 1rem!important
    }
    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: 1rem!important
    }
    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: 1rem!important
    }
    .p-xxl-4 {
        padding: 1.5rem!important
    }
    .pt-xxl-4,
    .py-xxl-4 {
        padding-top: 1.5rem!important
    }
    .pr-xxl-4,
    .px-xxl-4 {
        padding-right: 1.5rem!important
    }
    .pb-xxl-4,
    .py-xxl-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-xxl-4,
    .px-xxl-4 {
        padding-left: 1.5rem!important
    }
    .p-xxl-5 {
        padding: 3rem!important
    }
    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 3rem!important
    }
    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 3rem!important
    }
    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 3rem!important
    }
    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 3rem!important
    }
    .m-xxl-n1 {
        margin: -.25rem!important
    }
    .mt-xxl-n1,
    .my-xxl-n1 {
        margin-top: -.25rem!important
    }
    .mr-xxl-n1,
    .mx-xxl-n1 {
        margin-right: -.25rem!important
    }
    .mb-xxl-n1,
    .my-xxl-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-xxl-n1,
    .mx-xxl-n1 {
        margin-left: -.25rem!important
    }
    .m-xxl-n2 {
        margin: -.5rem!important
    }
    .mt-xxl-n2,
    .my-xxl-n2 {
        margin-top: -.5rem!important
    }
    .mr-xxl-n2,
    .mx-xxl-n2 {
        margin-right: -.5rem!important
    }
    .mb-xxl-n2,
    .my-xxl-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-xxl-n2,
    .mx-xxl-n2 {
        margin-left: -.5rem!important
    }
    .m-xxl-n3 {
        margin: -1rem!important
    }
    .mt-xxl-n3,
    .my-xxl-n3 {
        margin-top: -1rem!important
    }
    .mr-xxl-n3,
    .mx-xxl-n3 {
        margin-right: -1rem!important
    }
    .mb-xxl-n3,
    .my-xxl-n3 {
        margin-bottom: -1rem!important
    }
    .ml-xxl-n3,
    .mx-xxl-n3 {
        margin-left: -1rem!important
    }
    .m-xxl-n4 {
        margin: -1.5rem!important
    }
    .mt-xxl-n4,
    .my-xxl-n4 {
        margin-top: -1.5rem!important
    }
    .mr-xxl-n4,
    .mx-xxl-n4 {
        margin-right: -1.5rem!important
    }
    .mb-xxl-n4,
    .my-xxl-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-xxl-n4,
    .mx-xxl-n4 {
        margin-left: -1.5rem!important
    }
    .m-xxl-n5 {
        margin: -3rem!important
    }
    .mt-xxl-n5,
    .my-xxl-n5 {
        margin-top: -3rem!important
    }
    .mr-xxl-n5,
    .mx-xxl-n5 {
        margin-right: -3rem!important
    }
    .mb-xxl-n5,
    .my-xxl-n5 {
        margin-bottom: -3rem!important
    }
    .ml-xxl-n5,
    .mx-xxl-n5 {
        margin-left: -3rem!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-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace!important
}

.text-justify {
    text-align: justify!important
}

.text-wrap {
    white-space: normal!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:576px) {
    .text-sm-left {
        text-align: left!important
    }
    .text-sm-right {
        text-align: right!important
    }
    .text-sm-center {
        text-align: center!important
    }
}

@media (min-width:767px) {
    .text-md-1-left {
        text-align: left!important
    }
    .text-md-1-right {
        text-align: right!important
    }
    .text-md-1-center {
        text-align: center!important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left!important
    }
    .text-md-right {
        text-align: right!important
    }
    .text-md-center {
        text-align: center!important
    }
}

@media (min-width:1100px) {
    .text-lg-left {
        text-align: left!important
    }
    .text-lg-right {
        text-align: right!important
    }
    .text-lg-center {
        text-align: center!important
    }
}

@media (min-width:1400px) {
    .text-xl-left {
        text-align: left!important
    }
    .text-xl-right {
        text-align: right!important
    }
    .text-xl-center {
        text-align: center!important
    }
}

@media (min-width:1700px) {
    .text-xxl-left {
        text-align: left!important
    }
    .text-xxl-right {
        text-align: right!important
    }
    .text-xxl-center {
        text-align: center!important
    }
}

.text-lowercase {
    text-transform: lowercase!important
}

.text-uppercase {
    text-transform: uppercase!important
}

.text-capitalize {
    text-transform: capitalize!important
}

.font-weight-light {
    font-weight: 300!important
}

.font-weight-lighter {
    font-weight: lighter!important
}

.font-weight-normal {
    font-weight: 400!important
}

.font-weight-bold {
    font-weight: 700!important
}

.font-weight-bolder {
    font-weight: bolder!important
}

.font-italic {
    font-style: italic!important
}

.text-white {
    color: #fff!important
}

.text-primary {
    color: #2e1648!important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #09040d!important
}

.text-secondary {
    color: #6c757d!important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54!important
}

.text-success {
    color: #28a745!important
}

a.text-success:focus,
a.text-success:hover {
    color: #19692c!important
}

.text-info {
    color: #17a2b8!important
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674!important
}

.text-warning {
    color: #ffc107!important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00!important
}

.text-danger {
    color: #db0011!important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #8f000b!important
}

.text-light {
    color: #f8f9fa!important
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da!important
}

.text-dark {
    color: #343a40!important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416!important
}

.text-body {
    color: #212529!important
}

.text-muted {
    color: #6c757d!important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5)!important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5)!important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none!important
}

.text-break {
    word-break: break-word!important;
    overflow-wrap: break-word!important
}

.text-reset {
    color: inherit!important
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

.f-size-10 {
    font-size: .625rem
}

.f-size-11 {
    font-size: .6875rem
}

.f-size-12 {
    font-size: .75rem
}

.f-size-13 {
    font-size: .8125rem
}

.f-size-14 {
    font-size: .875rem
}

.f-size-15 {
    font-size: .9375rem
}

.f-size-16 {
    font-size: 1rem
}

.f-size-17 {
    font-size: 1.0625rem
}

.f-size-18 {
    font-size: 1.125rem
}

.f-size-19 {
    font-size: 1.1875rem
}

.f-size-20 {
    font-size: 1.25rem
}

.f-size-21 {
    font-size: 1.3125rem
}

.f-size-22 {
    font-size: 1.375rem
}

.f-size-23 {
    font-size: 1.4375rem
}

.f-size-24 {
    font-size: 1.5rem
}

.f-size-25 {
    font-size: 1.5625rem
}

.f-size-26 {
    font-size: 1.625rem
}

.f-size-27 {
    font-size: 1.6875rem
}

.f-size-28 {
    font-size: 1.75rem
}

.f-size-29 {
    font-size: 1.8125rem
}

.f-size-30 {
    font-size: 1.875rem
}

.f-size-31 {
    font-size: 1.9375rem
}

.f-size-32 {
    font-size: 2rem
}

.f-size-33 {
    font-size: 2.0625rem
}

.f-size-34 {
    font-size: 2.125rem
}

.f-size-35 {
    font-size: 2.1875rem
}

.f-size-36 {
    font-size: 2.25rem
}

.f-size-37 {
    font-size: 2.3125rem
}

.f-size-38 {
    font-size: 2.375rem
}

.f-size-39 {
    font-size: 2.4375rem
}

.f-size-40 {
    font-size: 2.5rem
}

.f-size-41 {
    font-size: 2.5625rem
}

.f-size-42 {
    font-size: 2.625rem
}

.f-size-43 {
    font-size: 2.6875rem
}

.f-size-44 {
    font-size: 2.75rem
}

.f-size-45 {
    font-size: 2.8125rem
}

.f-size-46 {
    font-size: 2.875rem
}

.f-size-47 {
    font-size: 2.9375rem
}

.f-size-48 {
    font-size: 3rem
}

.f-size-49 {
    font-size: 3.0625rem
}

.f-size-50 {
    font-size: 3.125rem
}

.f-size-51 {
    font-size: 3.1875rem
}

.f-size-52 {
    font-size: 3.25rem
}

.f-size-53 {
    font-size: 3.3125rem
}

.f-size-54 {
    font-size: 3.375rem
}

.f-size-55 {
    font-size: 3.4375rem
}

.f-size-56 {
    font-size: 3.5rem
}

.f-size-57 {
    font-size: 3.5625rem
}

.f-size-58 {
    font-size: 3.625rem
}

.f-size-59 {
    font-size: 3.6875rem
}

.object-fit-contain {
    -o-object-fit: contain;
    object-fit: contain
}

.object-fit-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.bg-cover {
    background-size: cover
}

.bg-contain,
.bg-cover {
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.bg-contain {
    background-size: contain
}

.bg-red {
    background-color: #db0011
}

.f-color-red {
    color: #db0011
}

.svg-fill-red {
    fill: #db0011
}

.svg-stroke-red {
    stroke: #db0011
}

.bg-onoff-red {
    background-color: #ff2153
}

.f-color-onoff-red {
    color: #ff2153
}

.svg-fill-onoff-red {
    fill: #ff2153
}

.svg-stroke-onoff-red {
    stroke: #ff2153
}

.bg-blue {
    background-color: #2e1648
}

.f-color-blue {
    color: #2e1648
}

.svg-fill-blue {
    fill: #2e1648
}

.svg-stroke-blue {
    stroke: #2e1648
}

.bg-pink {
    background-color: #e31c79
}

.f-color-pink {
    color: #e31c79
}

.svg-fill-pink {
    fill: #e31c79
}

.svg-stroke-pink {
    stroke: #e31c79
}

.bg-light-pink {
    background-color: #f25776
}

.f-color-light-pink {
    color: #f25776
}

.svg-fill-light-pink {
    fill: #f25776
}

.svg-stroke-light-pink {
    stroke: #f25776
}

.bg-light-gray {
    background-color: #f6f6f6
}

.f-color-light-gray {
    color: #f6f6f6
}

.svg-fill-light-gray {
    fill: #f6f6f6
}

.svg-stroke-light-gray {
    stroke: #f6f6f6
}

.bg-black {
    background-color: #000
}

.f-color-black {
    color: #000
}

.svg-fill-black {
    fill: #000
}

.svg-stroke-black {
    stroke: #000
}

.bg-white {
    background-color: #fff
}

.f-color-white {
    color: #fff
}

.svg-fill-white {
    fill: #fff
}

.svg-stroke-white {
    stroke: #fff
}

.bg-silver {
    background-color: #d8d8d8
}

.f-color-silver {
    color: #d8d8d8
}

.svg-fill-silver {
    fill: #d8d8d8
}

.svg-stroke-silver {
    stroke: #d8d8d8
}

.bg-border-gray {
    background-color: #e2e2e2
}

.f-color-border-gray {
    color: #e2e2e2
}

.svg-fill-border-gray {
    fill: #e2e2e2
}

.svg-stroke-border-gray {
    stroke: #e2e2e2
}

.bg-custom-black {
    background-color: #191a1b
}

.f-color-custom-black {
    color: #191a1b
}

.svg-fill-custom-black {
    fill: #191a1b
}

.svg-stroke-custom-black {
    stroke: #191a1b
}

.bg-silver-bg {
    background-color: #f5f5f5
}

.f-color-silver-bg {
    color: #f5f5f5
}

.svg-fill-silver-bg {
    fill: #f5f5f5
}

.svg-stroke-silver-bg {
    stroke: #f5f5f5
}

.bg-gray-subtext {
    background-color: hsla(0, 0%, 100%, .5)
}

.f-color-gray-subtext {
    color: hsla(0, 0%, 100%, .5)
}

.svg-fill-gray-subtext {
    fill: hsla(0, 0%, 100%, .5)
}

.svg-stroke-gray-subtext {
    stroke: hsla(0, 0%, 100%, .5)
}

.w-20 {
    width: 20%
}

.w-50 {
    width: 50%
}

.w-100 {
    width: 100%
}

.h-100 {
    height: 100%
}

.hidden {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: -1
}

.hidden,
.overflow-hidden {
    overflow: hidden
}

.overflow-auto {
    overflow: auto
}

.line-height-1 {
    line-height: 1
}

.line-height-1-1 {
    line-height: 1.1
}

.line-height-1-2 {
    line-height: 1.2
}

.line-height-1-3 {
    line-height: 1.3
}

.line-height-1-4 {
    line-height: 1.4
}

.line-height-1-5 {
    line-height: 1.5
}

.line-height-1-6 {
    line-height: 1.6
}

.line-height-1-7 {
    line-height: 1.7
}

.line-height-1-8 {
    line-height: 1.8
}

.line-height-1-9 {
    line-height: 1.9
}

.line-height-1-38 {
    line-height: 1.38
}

.line-height-1-44 {
    line-height: 1.44
}

.line-height-1-64 {
    line-height: 1.64
}

.opacity-0-1 {
    opacity: .1
}

.opacity-0-2 {
    opacity: .2
}

.opacity-0-3 {
    opacity: .3
}

.opacity-0-4 {
    opacity: .4
}

.opacity-0-5 {
    opacity: .5
}

.opacity-0-6 {
    opacity: .6
}

.opacity-0-7 {
    opacity: .7
}

.opacity-0-8 {
    opacity: .8
}

.opacity-0-9 {
    opacity: .9
}

.border-radius-50 {
    border-radius: 50px
}

.cursor-pointer {
    cursor: pointer
}

.vertical-align-middle {
    vertical-align: middle
}

@font-face {
    font-family: Liberty-MT-Bold;
    src: url(assets/fonts/Liberty-MT-Bold.woff2) format("woff2"), url(assets/fonts/Liberty-MT-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Liberty-MT-Regular;
    src: url(assets/fonts/Liberty-MT-Regular.woff2) format("woff2"), url(assets/fonts/Liberty-MT-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Liberty-MT-Medium;
    src: url(assets/fonts/Liberty-MT-Medium.woff2) format("woff2"), url(assets/fonts/Liberty-MT-Medium.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Liberty-Nus-medium;
    src: url(assets/fonts/Liberty-Nus-Medium.woff2) format("woff2"), url(assets/fonts/Liberty-Nus-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Liberty-Nus-bold;
    src: url(assets/fonts/Liberty-Nus-Bold.woff2) format("woff2"), url(assets/fonts/Liberty-Nus-Bold.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

.f-family-mt-bold {
    font-family: Liberty-MT-Bold
}

.f-family-mt-regular {
    font-family: Liberty-MT-Regular
}

.f-family-mt-medium {
    font-family: Liberty-MT-Medium
}

.f-family-nus-medium {
    font-family: Liberty-Nus-Medium
}

.f-family-nus-bold {
    font-family: Liberty-Nus-Bold
}

html {
    font-size: 16px
}

@media (max-width:1099.98px) {
    html {
        font-size: 12px
    }
}

@media (min-width:768px) {
    html {
        font-size: 12px
    }
}

@media (min-width:1400px) {
    html {
        font-size: 13px
    }
}

@media (min-width:1700px) {
    html {
        font-size: 16px
    }
}

body,
html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #000;
    position: relative
}

.general-section {
    border-radius: 10px;
    margin-bottom: 1.3125rem
}

.apps-container a {
    width: 10rem;
    background: #000;
    border-radius: 25px;
    padding-top: 4px;
    padding-bottom: 4px
}

@media (max-width:766.98px) {
    .apps-container a {
        width: 50%
    }
}

.apps-container a img {
    width: 8.4375rem
}

@media (max-width:766.98px) {
    .apps-container a img {
        width: calc(100% - 26px)
    }
}

.main-section {
    height: 100%
}

.main-section .mouse {
    display: block;
    position: absolute;
    width: 26px;
    z-index: 9999;
    height: 46px;
    border-radius: 13px;
    border: 2px solid #db0011;
    bottom: 20px;
    left: 50%;
    cursor: pointer;
    margin: 0 auto 0 -13px
}

.main-section .mouse span {
    display: block;
    margin: 6px auto;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #db0011;
    border: 1px solid transparent;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll
}

@-webkit-keyframes scroll {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(16px);
        transform: translateY(16px)
    }
}

@keyframes scroll {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(16px);
        transform: translateY(16px)
    }
}

.main-section .mobile-card {
    display: none
}

.main-section .main-list li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.main-section .main-list li img {
    margin-right: 10px
}

.main-section__title {
    margin: 0
}

.main-section .lib-red {
    color: #db0011
}

.main-section .logo__365 {
    width: 100px;
    margin-bottom: 20px
}

.main-section .main-section__overlay {
    background-color: #fff;
    background-size: cover;
    height: 100%
}

.main-section .play-container {
    background: #db0011;
    border-radius: 30px
}

.main-section .transparent-bg {
    background: transparent
}

.main-section #svgtofill {
    fill: #db0011
}

@media (max-width:1099.98px) {
    .main-section {
        height: 66vw
    }
}

@media (max-width:766.98px) {
    .main-section {
        height: auto;
        margin-top: 60px;
        min-height: 320px
    }
    .main-section__title {
        font-size: 17px
    }
    .main-section .logo__365 {
        width: 40px
    }
    .main-section__desc {
        font-size: 22px;
        line-height: 1.3
    }
}

@media (max-width:480px) {
    .main-section .main-section__content-container {
        top: 20px
    }
    .main-section .main-section__title {
        margin-bottom: .75rem!important
    }
    .main-section__desc {
        font-size: 12px;
        line-height: 1.3
    }
}

.main-section__overlay {
    transition: opacity .2s ease;
    z-index: 1
}

.main-section__overlay.active {
    opacity: 0
}

@media (max-width:766.98px) {
    .main-section__video-container {
        position: relative!important
    }
}

@media (min-width:576px) {
    .main-section__video-container {
        top: 0;
        bottom: 0;
        overflow: hidden
    }
}

@media (max-width:766.98px) {
    .main-section__video {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media (min-width:576px) {
    .main-section__video {
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

.main-section__content-container {
    z-index: 2;
    left: 50%;
    bottom: 2rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width:766.98px) {
    .main-section__content-container {
        bottom: 15px
    }
}

@media (max-width:766.98px) {
    .main-section__content {
        padding: 0 15px
    }
}

@media (min-width:576px) {
    .main-section__content {
        max-width: 50%
    }
}

.main-section__cashback-logo {
    width: 3.75rem
}

.main-section__play-container {
    cursor: pointer
}

.main-section .activate-text {
    font-family: Liberty-MT-bold;
    padding: 1.4rem 1.75rem;
    border-radius: 30px;
    transition: background .3s ease
}

.main-section .main-section__play-button {
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 50%
}

.main-section .main-section__play-button--arrow {
    border: 0;
    background: transparent;
    box-sizing: border-box;
    width: 0;
    height: 1rem;
    transition: all .1s ease;
    cursor: pointer;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: .5rem 0 .5rem .875rem
}

.main-section .main-section__play-button--arrow.paused {
    border-style: double;
    border-width: 0 0 0 .875rem
}

.main-section .transparent-js {
    transition: all .3s ease
}

.main-section .transparent-js.hide {
    opacity: 0;
    visibility: hidden
}

@media (min-width:1200px) and (max-width:1440px) {
    .main-section__content-container {
        bottom: 9.5rem
    }
    .main-section .main-section__overlay {
        background-position: center 50px
    }
}

.stretch {
    position: absolute;
    right: 0;
    z-index: 1;
    height: 100%;
    top: 0
}

@media (min-width:1140px) and (max-width:1920px) {
    .main-section__content-container {
        bottom: 4rem
    }
}

@media (max-width:1024px) {
    .main-section .mouse {
        display: none
    }
}

video[poster] {
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width:480px) and (max-width:768px) {
    .main-section {
        margin-bottom: 50px
    }
}

@media (max-width:480px) {
    .main-section {
        margin-bottom: 30px
    }
    .main-section__title {
        max-width: 250px
    }
    .main-section__desc {
        font-family: liberty-nus-medium;
        font-size: 13px;
        color: rgba(0, 0, 0, .5);
        max-width: 170px!important;
        margin-top: 20px;
        margin-bottom: 10px
    }
    .main-section__overlay {
        background-size: contain!important;
        background-position: 15px 20px!important
    }
    .stretch {
        position: absolute;
        right: -17px;
        z-index: 1;
        height: 68%;
        top: 10%
    }
    .main-section .main-list li {
        font-size: 15px;
        line-height: 22px
    }
    .main-section .main-section__play-button {
        height: 2.8rem;
        width: 2.8rem;
        margin-right: 0!important
    }
    .lib-red {
        display: block
    }
}

@media (max-width:321px) {
    .main-section__title {
        font-size: 13px
    }
    .main-section__desc {
        font-size: 11px;
        line-height: 1.3;
        max-width: 150px!important
    }
}

.header {
    height: 11.5rem;
    left: 0;
    top: 0;
    z-index: 3;
    transition: all .2s ease
}

@media (max-width:766.98px) {
    .header {
        background: #000
    }
}

.header.active {
    background: #000;
    z-index: 99999
}

@media (min-width:576px) {
    .header.active {
        height: 6.25rem
    }
}

.header .transparent-js {
    transition: all .3s ease
}

.header .transparent-js.hide {
    opacity: 0;
    visibility: hidden
}

.header__logo {
    width: 150px
}

@media (max-width:766.98px) {
    .header__logo {
        width: 80px
    }
}

@media (max-width:766.98px) {
    .header {
        height: 60px;
        padding: 0 25px
    }
}

.header__nav-list-item--internet>a {
    padding: .9375rem 1.75rem;
    border-radius: 30px;
    transition: background .3s ease
}

.header__nav-list-item--internet>a:after {
    content: none!important
}

.header__nav-list-item--internet>a:hover {
    background: rgba(219, 0, 17, .9)
}

@media (max-width:766.98px) {
    .header__nav-list-item--internet>a {
        padding: 8px 16px;
        font-size: 14px
    }
}

.header__nav-list-item a {
    position: relative
}

.header__nav-list-item a:after {
    width: 0;
    height: 2px;
    top: calc(100% + .3rem);
    left: 0;
    background: #db0011;
    transition: width .3s ease;
    content: "";
    position: absolute
}

.header__nav-list-item a:hover:after {
    width: 100%
}

.cashback-section {
    padding: 6.25rem 7.5rem!important;
    background-image: url(assets/images/cashback-bg.png)
}

@media (max-width:766.98px) {
    .cashback-section {
        background-image: url(assets/images/cashback-bg-rotate.png)
    }
}

@media (max-width:1699.98px) {
    .cashback-section {
        padding: 5rem!important
    }
}

@media (max-width:1099.98px) {
    .cashback-section {
        padding: 2.5rem!important
    }
}

@media (max-width:766.98px) {
    .cashback-section {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(100% - 30px)!important;
        padding: 30px 25px!important
    }
}

.cashback-section__left {
    width: calc(68.5% - 6.25rem)
}

@media (max-width:1099.98px) {
    .cashback-section__left {
        width: calc(65% - 3.125rem)
    }
}

@media (max-width:766.98px) {
    .cashback-section__left {
        width: 100%
    }
}

.cashback-section__right {
    width: 35%
}

@media (max-width:766.98px) {
    .cashback-section__right {
        width: 100%
    }
}

@media (max-width:766.98px) {
    .cashback-section__title {
        font-size: 18px
    }
}

.cashback-section__slider-container {
    border-radius: .625rem
}

@media (max-width:766.98px) {
    .cashback-section__slider-container {
        margin-top: 30px
    }
}

.cashback-section__slider-item {
    position: relative;
    padding: 2.6875rem 1.6875rem
}

.cashback-section__slider-item:after {
    content: "";
    opacity: .1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.cashback-section__slider-item:first-of-type:after {
    background-image: url(assets/images/tort-bg.png)
}

.cashback-section__slider-item:nth-of-type(2):after {
    background-image: url(assets/images/psp-bg.png)
}

.cashback-section__slider-item:nth-of-type(3):after {
    background-image: url(assets/images/sokar-bg.png)
}

.cashback-section__slider-item-img {
    padding: .375rem;
    border-radius: .5rem
}

.cashback-section__slider-item-img img {
    max-width: 4.3125rem;
    max-height: 4.3125rem
}

.cashback-section__slider-arrow {
    cursor: pointer;
    transition: opacity .2s ease
}

.cashback-section__slider-arrow:hover {
    opacity: .7
}

.cashback-section__slider-arrow svg {
    width: 1.25rem
}

.cashback-section__slider-arrow svg line {
    stroke: #fff
}

.cashback-section__slider-arrow--left svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.cashback-section .slick-dots li {
    display: inline-block
}

.cashback-section .slick-active .cashback-section__dot {
    background: #fff
}

.cashback-section__dot {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    display: inline-block;
    margin-left: .6rem;
    background: #e82376;
    transition: all .3s ease;
    cursor: pointer
}

.cashback-section__dot:after {
    content: none
}

.cashback-section__cashback-logo {
    margin-bottom: 5rem;
    width: 13.75rem
}

@media (max-width:1099.98px) {
    .cashback-section__cashback-logo {
        width: 110px;
        margin-bottom: 20px
    }
}

.cashback-section__desc {
    opacity: .6;
    margin-bottom: 2.5rem
}

@media (max-width:1099.98px) {
    .cashback-section__desc {
        margin-bottom: 20px;
        opacity: 1;
        font-size: 14px;
        line-height: 1.3
    }
}

.cashback-section__percent-circle {
    width: 3.125rem;
    height: 3.125rem;
    margin-right: .625rem
}

.cashback-section__action-button {
    border-radius: 25px;
    border: 1px solid #e2e2e2;
    padding: .9375rem 1.75rem;
    transition: all .2s ease;
    margin-right: 1px
}

.cashback-section__action-button:hover {
    background: #e31c79;
    color: #fff
}

@media (max-width:766.98px) {
    .contact-section {
        -ms-flex-direction: column;
        flex-direction: column;
        width: calc(100% - 30px)!important
    }
}

.contact-section .atm-section,
.contact-section .visit-section {
    padding: 6.25rem 7.5rem!important;
    overflow: hidden;
    background-size: cover;
    border-radius: .625rem;
    width: 100%;
    height: 30.9375rem
}

@media (max-width:1699.98px) {
    .contact-section .atm-section,
    .contact-section .visit-section {
        padding: 5rem!important
    }
}

@media (max-width:766.98px) {
    .contact-section .atm-section,
    .contact-section .visit-section {
        width: 100%;
        padding: 30px 25px!important;
        height: auto;
        min-height: 30.9375rem
    }
}

.contact-section .atm-section__text>div:first-of-type,
.contact-section .visit-section__text>div:first-of-type {
    padding-bottom: .9375rem
}

.contact-section .atm-section .icon-container,
.contact-section .visit-section .icon-container {
    top: 20.625rem
}

@media (max-width:766.98px) {
    .contact-section .atm-section .icon-container,
    .contact-section .visit-section .icon-container {
        top: 70%
    }
}

.contact-section .atm-section .icon-container img,
.contact-section .visit-section .icon-container img {
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
}

.contact-section .atm-section:hover .icon-container .contact-icon,
.contact-section .atm-section:hover .icon-container .visit-icon,
.contact-section .visit-section:hover .icon-container .contact-icon,
.contact-section .visit-section:hover .icon-container .visit-icon {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.contact-section .visit-section {
    background-color: #db0011
}

.contact-section .visit-section__mask {
    background: url(assets/images/contact-bg.png) 50% no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 1.25rem;
    left: 5.625rem;
    background-size: 100%
}

.atm-section {
    background: #3f3f3f url(assets/images/chveniqseli.png) 50% no-repeat
}

@media (max-width:766.98px) {
    .atm-section {
        margin-bottom: 1.25rem
    }
}

.visit-icon {
    width: 52px;
    height: 52px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
}

.visit-icon img {
    width: 50%
}

.liberty-section {
    background: linear-gradient(0deg, #ececec, #d3d3d3);
    min-height: 40.625rem;
    padding-top: 2.9375rem
}

@media (max-width:1399.98px) {
    .liberty-section {
        min-height: auto;
        margin-top: 3.125rem
    }
}

.liberty-section__play-button {
    width: 3.75rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 99;
    height: 3.75rem;
    border-radius: 50%;
    background: #db0011;
    cursor: pointer
}

.liberty-section__play-button--arrow {
    border: 0;
    background: transparent;
    box-sizing: border-box;
    width: 0;
    height: 1rem;
    transition: all .1s ease;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: .5rem 0 .5rem .875rem
}

.liberty-section__mobile-container {
    width: 32%;
    margin-right: 3%;
    margin-left: 3%;
    position: relative;
    box-shadow: -10px 0 10px 1px #aaa;
    border-top-right-radius: 4.6875rem;
    border-top-left-radius: 4.6875rem
}

@media (max-width:766.98px) {
    .liberty-section__mobile-container {
        border-top-right-radius: 45px;
        border-top-left-radius: 45px;
        margin-left: 25px;
        margin-right: 25px!important
    }
}

.liberty-section__mobile-container>div {
    padding: 0 1.875rem;
    max-height: 43.3rem;
    overflow: hidden;
    margin-top: .625rem;
    border-top-right-radius: 4.6875rem;
    border-top-left-radius: 4.6875rem;
    scrollbar-width: none
}

@media (max-width:1399.98px) {
    .liberty-section__mobile-container>div {
        max-height: 28.125rem;
        padding: 0 1.5625rem
    }
}

@media (max-width:1099.98px) {
    .liberty-section__mobile-container>div {
        padding: 0 1.25rem
    }
}

@media (max-width:766.98px) {
    .liberty-section__mobile-container>div {
        border-top-right-radius: 40px;
        border-top-left-radius: 40px
    }
}

.liberty-section__mobile-container>div::-webkit-scrollbar {
    width: 0
}

.liberty-section__mobile-container>div::-webkit-scrollbar-thumb,
.liberty-section__mobile-container>div::-webkit-scrollbar-track {
    background: hsla(0, 0%, 100%, 0)
}

.liberty-section__mobile-container>div::-webkit-scrollbar-thumb:hover {
    background: hsla(0, 0%, 100%, 0)
}

.liberty-section__mobile-container>img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: auto;
    pointer-events: none
}

@media (max-width:766.98px) {
    .liberty-section__mobile-container {
        margin-right: 0;
        -ms-flex-order: 2;
        order: 2;
        overflow: hidden;
        width: 100%
    }
}

.liberty-section__mobile {
    width: calc(100% + 2px);
    margin-left: -1px;
    transition: all .5s ease;
    padding-top: .625rem;
    background: #fff
}

.liberty-section__mobile.active {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px)
}

@media (max-width:1399.98px) {
    .liberty-section__mobile {
        padding-top: .5rem
    }
}

.liberty-section__mobile-item {
    height: 4.125rem;
    width: 100%;
    padding: 0 .8125rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e2e2e2;
    background-position: 50%;
    transition: background .8s;
    font-size: 13px;
    font-family: Liberty-Nus-Medium;
    color: #191a1b
}

.liberty-section__mobile-item:hover {
    background: #f6f6f6 radial-gradient(circle, transparent 1%, #f6f6f6 0) 50%/15000%
}

.liberty-section__mobile-item:active {
    background-color: #cecece;
    background-size: 100%;
    transition: background 0s
}

.liberty-section__mobile-item-icon {
    margin-right: .8125rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.liberty-section__mobile-item-icon img {
    width: 2.75rem!important;
    height: 2.75rem!important
}

.liberty-section__mobile-item-arrow img {
    width: .875rem!important;
    max-height: .875rem!important
}

.liberty-section .mobile-screen {
    width: 100%
}

.liberty-section .mobile-screen-overlay {
    position: absolute;
    z-index: 999;
    top: 160px;
    left: -35px
}

.liberty-section__list-title {
    background: #f0f1f6;
    padding: .8125rem;
    border-top: 1px solid #e5e6e7;
    font-size: 14px
}

@media (max-width:766.98px) {
    .liberty-section {
        padding-top: 0;
        margin-top: 0;
        margin-left: 15px;
        margin-right: 15px;
        width: calc(100% - 30px)!important
    }
}

@media (max-width:1099.98px) {
    .liberty-section__title {
        font-size: 24px;
        font-size: 18px
    }
}

@media (max-width:1099.98px) {
    .liberty-section__desc {
        font-size: 14px;
        line-height: 1.3
    }
}

.liberty-section__content {
    padding-top: 6.25rem;
    padding-right: 8.125rem;
    -ms-flex: 1;
    flex: 1
}

@media (max-width:766.98px) {
    .liberty-section__content {
        padding: 30px 25px;
        width: 100%;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (max-width:1400px) and (min-width:768px) {
    .liberty-section .apps-container {
        margin-bottom: 2rem
    }
    .liberty-section .liberty-section__content {
        padding-top: 0
    }
    .liberty-section .liberty-section__mobile-container>div {
        max-height: 37.125rem
    }
}

.card-section {
    background: #fff;
    min-height: 40.625rem;
    background: #e5e6e7 url(assets/images/card-section-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 5.625rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.null-pin {
   
     background: #fff;
    min-height: 40.625rem;
    background: #e5e6e7 url(assets/images/pinis-shecvla-distanciurad.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 5.625rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
    
}


.card-section .activate-text {
    font-family: Liberty-MT-bold;
    padding: 1.4rem 1.75rem;
    border-radius: 30px;
    transition: background .3s ease
}

.card-section .mobile-img {
    display: none;
    width: 100%;
    margin-top: 25px
}

.card-section .play-container {
    text-align: center;
    padding-right: 29px!important;
    padding-left: 29px!important
}

.card-section .content-container {
    width: 50%
}

@media (max-width:1399.98px) {
    .card-section {
        min-height: auto;
        margin-top: 3.125rem
    }
}

.card-section .top-banking {
    color: #db0011;
    margin-bottom: 18px
}

.card-section .title {
    max-width: 690px;
    color: #000
}

.card-section .mobile-screen {
    width: 100%
}

.card-section__list-title {
    background: #f0f1f6;
    padding: .8125rem;
    border-top: 1px solid #e5e6e7;
    font-size: 14px
}

@media (max-width:766.98px) {
    .card-section {
        display: block;
        padding: 2.1875rem 1.875rem;
        margin-left: 15px;
        margin-right: 15px;
        width: calc(100% - 30px)!important;
        background-size: auto 100%;
        background-position: 50%
    }
    .card-section .card-section .title {
        max-width: 220px
    }
    .card-section .db-items-list li {
        line-height: 26px
    }
}

@media (max-width:1099.98px) {
    .card-section__title {
        font-size: 24px;
        font-size: 18px
    }
}

@media (max-width:1099.98px) {
    .card-section__desc {
        font-size: 14px;
        line-height: 1.3
    }
}

.card-section__content {
    padding-top: 6.25rem;
    padding-right: 8.125rem;
    -ms-flex: 1;
    flex: 1
}

@media (max-width:766.98px) {
    .card-section__content {
        padding: 30px 25px;
        width: 100%;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (max-width:1440px) and (min-width:768px) {
    .card-section {
        background-size: cover
    }
}

@media (max-width:1100px) and (min-width:768px) {
    .card-section {
        background-position: -240px 0
    }
}

@media (max-width:768px) {
    .card-section {
        background-image: none
    }
    .card-section .content-container {
        width: 100%
    }
    .card-section .mobile-img {
        display: block
    }
}

.distant-pay-section {
    background: #fafafa;
    min-height: 40.625rem;
    background-image: url(assets/images/apple-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 150px 0;
    padding: 9.5rem 7.8125rem;
    position: relative
}

@media (max-width:1399.98px) {
    .distant-pay-section {
        min-height: auto;
        margin-top: 3.125rem
    }
}

.distant-pay-section .apple-pay-logo {
    position: absolute;
    max-width: 100px;
    bottom: 50px;
    width: 100px;
    left: 7.8125rem
}

.distant-pay-section .top-pay {
    color: #db0011;
    margin-bottom: 32px
}

.distant-pay-section .text {
    font-family: Liberty-Nus-Medium;
    margin: 0;
    font-size: 22px;
    max-width: 500px
}

.distant-pay-section .title {
    max-width: 500px;
    color: #000!important
}

.distant-pay-section .overlay-anchor {
    display: block;
    width: 25%;
    position: absolute;
    right: 10%;
    top: 0;
    z-index: 999;
    height: 100%
}

.distant-pay-section__mobile-container {
    width: 32%;
    margin-right: 3%;
    margin-left: 3%;
    position: relative;
    box-shadow: -10px 0 10px 1px #aaa;
    border-top-right-radius: 4.6875rem;
    border-top-left-radius: 4.6875rem
}

@media (max-width:766.98px) {
    .distant-pay-section__mobile-container {
        border-top-right-radius: 45px;
        border-top-left-radius: 45px;
        margin-left: 25px;
        margin-right: 25px!important
    }
}

.distant-pay-section__mobile-container>div {
    padding: 0 1.875rem;
    max-height: 36.9375rem;
    overflow: hidden;
    margin-top: .625rem;
    border-top-right-radius: 4.6875rem;
    border-top-left-radius: 4.6875rem;
    scrollbar-width: none
}

@media (max-width:1399.98px) {
    .distant-pay-section__mobile-container>div {
        max-height: 28.125rem
    }
}

@media (max-width:1099.98px) {
    .distant-pay-section__mobile-container>div .distant-banking-section {
        padding: 2.1875rem 1.5625rem!important
    }
}

@media (max-width:766.98px) {
    .distant-pay-section__mobile-container>div {
        border-top-right-radius: 40px;
        border-top-left-radius: 40px
    }
}

.distant-pay-section__mobile-container>div::-webkit-scrollbar {
    width: 0
}

.distant-pay-section__mobile-container>div::-webkit-scrollbar-thumb,
.distant-pay-section__mobile-container>div::-webkit-scrollbar-track {
    background: hsla(0, 0%, 100%, 0)
}

.distant-pay-section__mobile-container>div::-webkit-scrollbar-thumb:hover {
    background: hsla(0, 0%, 100%, 0)
}

.distant-pay-section__mobile-container>img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: auto;
    pointer-events: none
}

@media (max-width:766.98px) {
    .distant-pay-section__mobile-container {
        margin-right: 0;
        -ms-flex-order: 2;
        order: 2;
        overflow: hidden;
        width: 100%
    }
}

.distant-pay-section__mobile {
    width: calc(100% + 2px);
    margin-left: -1px;
    transition: all .5s ease;
    padding-top: .625rem;
    background: #fff
}

.distant-pay-section__mobile.active {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px)
}

.distant-pay-section__mobile-item {
    height: 4.125rem;
    width: 100%;
    padding: 0 .8125rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e2e2e2;
    background-position: 50%;
    transition: background .8s;
    font-size: 13px;
    font-family: Liberty-Nus-Medium;
    color: #191a1b
}

.distant-pay-section__mobile-item:hover {
    background: #f6f6f6 radial-gradient(circle, transparent 1%, #f6f6f6 0) 50%/15000%
}

.distant-pay-section__mobile-item:active {
    background-color: #cecece;
    background-size: 100%;
    transition: background 0s
}

.distant-pay-section__mobile-item-icon {
    margin-right: .8125rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.distant-pay-section__mobile-item-icon img {
    width: 2.75rem!important;
    height: 2.75rem!important
}

.distant-pay-section__mobile-item-arrow img {
    width: .875rem!important;
    max-height: .875rem!important
}

.distant-pay-section .mobile-screen {
    width: 100%
}

.distant-pay-section__list-title {
    background: #f0f1f6;
    padding: .8125rem;
    border-top: 1px solid #e5e6e7;
    font-size: 14px
}

@media (max-width:1400px) {
    .distant-pay-section {
        background-position: 100px
    }
    .distant-pay-section .title {
        max-width: 400px
    }
}

@media (max-width:766.98px) {
    .distant-pay-section {
        padding: 2.5rem 1.875rem 17.5rem;
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 0;
        width: calc(100% - 30px)!important;
        background-size: auto 100%;
        background-position: 50%
    }
    .distant-pay-section .apple-pay-logo {
        position: absolute;
        max-width: 50px;
        bottom: 25px;
        width: 100px;
        left: 1.875rem
    }
    .distant-pay-section .title {
        font-size: 18px;
        max-width: 300px
    }
    .distant-pay-section .text {
        font-size: 14px;
        max-width: 220px
    }
}

@media (max-width:1099.98px) {
    .distant-pay-section__title {
        font-size: 24px;
        font-size: 18px
    }
}

@media (max-width:1099.98px) {
    .distant-pay-section__desc {
        font-size: 14px;
        line-height: 1.3
    }
}

.distant-pay-section__content {
    padding-top: 6.25rem;
    padding-right: 8.125rem;
    -ms-flex: 1;
    flex: 1
}

@media (max-width:766.98px) {
    .distant-pay-section__content {
        padding: 30px 25px;
        width: 100%;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (max-width:1400px) and (min-width:1100px) {
    .distant-pay-section .overlay-anchor {
        right: 11%
    }
}

@media (max-width:1100px) and (min-width:768px) {
    .distant-pay-section .overlay-anchor {
        right: 7%
    }
}

@media (max-width:768px) and (min-width:320px) {
    .distant-pay-section .overlay-anchor {
        right: 0;
        width: 35%
    }
}

@media (max-width:480px) {
    .distant-pay-section {
        padding: 2.5rem 1.875rem 7.1875rem
    }
    .distant-pay-section .title {
        padding-right: 100px;
        font-size: 13px
    }
}

.onoff-section {
    padding: 6.25rem 0 6.25rem 7.5rem;
    background: #fff
}

@media (max-width:1699.98px) {
    .onoff-section {
        padding: 5rem 0 5rem 5rem
    }
}

@media (max-width:1099.98px) {
    .onoff-section {
        padding: 2.5rem 0 2.5rem 2.5rem
    }
}

@media (max-width:766.98px) {
    .onoff-section {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(100% - 30px);
        padding: 30px 25px;
        background: #d4d4d4
    }
}

.onoff-section__left {
    width: 55%
}

@media (max-width:766.98px) {
    .onoff-section__left {
        width: 100%;
        margin-bottom: 20px
    }
}

.onoff-section__right {
    width: 45%
}

@media (max-width:766.98px) {
    .onoff-section__right {
        width: 100%
    }
}

.onoff-section__onoff-logo {
    margin-bottom: 2.5rem;
    width: 10.3125rem
}

@media (max-width:766.98px) {
    .onoff-section__onoff-logo {
        margin-bottom: 20px;
        width: 110px
    }
}

@media (max-width:766.98px) {
    .onoff-section__title {
        font-size: 18px
    }
}

@media (max-width:766.98px) {
    .onoff-section__desc {
        font-size: 14px;
        line-height: 1.3
    }
}

.onoff-section__slider-nav {
    padding: .5rem 0;
    border-radius: 45px;
    width: calc(100% - 7.5rem)
}

@media (max-width:1699.98px) {
    .onoff-section__slider-nav {
        width: calc(100% - 5rem)
    }
}

@media (max-width:766.98px) {
    .onoff-section__slider-nav {
        width: calc(100% + 25px);
        overflow-x: auto;
        background: #fff;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }
}

@media (max-width:766.98px) {
    .onoff-section__slider-nav-child {
        white-space: nowrap
    }
}

.onoff-section__slider-nav-item,
.onoff-section__slider-nav-item:active {
    width: 4.75rem;
    height: 4.75rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-radius: 50%;
    transition: background .2s ease;
    cursor: pointer
}

@media (max-width:766.98px) {
    .onoff-section__slider-nav-item,
    .onoff-section__slider-nav-item:active {
        margin: 0 5px;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 50px;
        height: 50px
    }
}

.onoff-section__slider-nav-item.active,
.onoff-section__slider-nav-item:active.active,
.onoff-section__slider-nav-item:active:hover,
.onoff-section__slider-nav-item:hover {
    background: #ff2153
}

.onoff-section__slider-nav-item.active svg.washer,
.onoff-section__slider-nav-item:active.active svg.washer,
.onoff-section__slider-nav-item:active:hover svg.washer,
.onoff-section__slider-nav-item:hover svg.washer {
    fill: #fff
}

.onoff-section__slider-nav-item.active svg line,
.onoff-section__slider-nav-item.active svg path,
.onoff-section__slider-nav-item.active svg polygon,
.onoff-section__slider-nav-item.active svg polyline,
.onoff-section__slider-nav-item:active.active svg line,
.onoff-section__slider-nav-item:active.active svg path,
.onoff-section__slider-nav-item:active.active svg polygon,
.onoff-section__slider-nav-item:active.active svg polyline,
.onoff-section__slider-nav-item:active:hover svg line,
.onoff-section__slider-nav-item:active:hover svg path,
.onoff-section__slider-nav-item:active:hover svg polygon,
.onoff-section__slider-nav-item:active:hover svg polyline,
.onoff-section__slider-nav-item:hover svg line,
.onoff-section__slider-nav-item:hover svg path,
.onoff-section__slider-nav-item:hover svg polygon,
.onoff-section__slider-nav-item:hover svg polyline {
    stroke: #fff
}

.onoff-section__slider-nav-item:active svg,
.onoff-section__slider-nav-item svg {
    max-width: 2rem;
    max-height: 2rem
}

.onoff-section__slider-nav-item:active svg line,
.onoff-section__slider-nav-item:active svg path,
.onoff-section__slider-nav-item:active svg polygon,
.onoff-section__slider-nav-item:active svg polyline,
.onoff-section__slider-nav-item svg line,
.onoff-section__slider-nav-item svg path,
.onoff-section__slider-nav-item svg polygon,
.onoff-section__slider-nav-item svg polyline {
    transition: all .2s ease;
    stroke: #000
}

.onoff-section__slider-container {
    margin-bottom: 1rem
}

.onoff-section__slider-item {
    width: 100%;
    height: 22.5rem;
    position: relative;
    opacity: 0;
    transition: all .7s ease;
    -webkit-transform: translate(3rem);
    transform: translate(3rem);
    outline: none
}

.onoff-section__slider-item-front-image {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    z-index: 1
}

.onoff-section__slider-item-back-image {
    position: absolute;
    max-width: 40%;
    max-height: 40%;
    -webkit-transform: translateX(6rem);
    transform: translateX(6rem);
    transition: -webkit-transform .9s ease .1s;
    transition: transform .9s ease .1s;
    transition: transform .9s ease .1s, -webkit-transform .9s ease .1s
}

.onoff-section__slider-item-back-image:nth-child(2) {
    -webkit-transform: translateX(9rem);
    transform: translateX(9rem);
    transition: -webkit-transform 1.1s ease .2s;
    transition: transform 1.1s ease .2s;
    transition: transform 1.1s ease .2s, -webkit-transform 1.1s ease .2s
}

.onoff-section .slick-active .onoff-section__slider-item {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1
}

.onoff-section .slick-active .onoff-section__slider-item-back-image {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.internetbank-section {
    padding: 6.25rem 7.5rem!important
}

@media (max-width:766.98px) {
    .internetbank-section {
        background: #d4d4d4
    }
}

@media (max-width:1699.98px) {
    .internetbank-section {
        padding: 5rem!important
    }
}

.internetbank-section .overlay {
    background: linear-gradient(0deg, #000, transparent);
    opacity: 0;
    transition: all .3s ease
}

.internetbank-section .card-item_mask_text {
    transition: all .3s ease
}

@media (max-width:1099.98px) {
    .internetbank-section {
        padding: 2.5rem!important
    }
}

@media (max-width:766.98px) {
    .internetbank-section {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(100% - 30px)!important;
        padding: 50px 25px 25px!important
    }
}

.internetbank-section>img {
    width: 11.1875rem;
    height: 2.0625rem;
    position: relative;
    bottom: 1.625rem
}

@media (min-width:576px) {
    .internetbank-section>img {
        display: none
    }
}

.internetbank-section span {
    display: i
}

.internetbank-section p,
.internetbank-section span {
    transition: all .3s ease!important
}

.internetbank-section_top {
    padding-bottom: 2.4375rem
}

.internetbank-section_top .card-item {
    width: 32%;
    border-radius: .625rem;
    overflow: hidden
}

.internetbank-section_top .card-item:hover .overlay {
    opacity: 1
}

.internetbank-section_top .card-item>img {
    width: 100%;
    height: 100%
}

.internetbank-section_top .card-item_mask {
    top: 0;
    width: 100%;
    height: 100%;
    padding: 2.25rem 2.4375rem 2.875rem
}

@media (max-width:1099.98px) {
    .internetbank-section_top .card-item_mask {
        padding: 1.5625rem 1.375rem 2.875rem!important
    }
}

.internetbank-section_top .card-item_mask:hover {
    border-radius: .625rem;
    transition: all .3s linear
}

.internetbank-section_top .card-item_mask:hover .card-item_mask_text {
    position: relative;
    bottom: 2.4375rem
}

@media (max-width:1099.98px) {
    .internetbank-section_top .card-item_mask:hover .card-item_mask_text {
        bottom: 0
    }
}

.internetbank-section_top .card-item_mask:hover .card-item_mask_text p:first-of-type {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.internetbank-section_top .card-item_mask:hover .card-item_mask_text p:last-of-type {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    color: #fff!important
}

@media (max-width:1099.98px) {
    .internetbank-section_top .card-item_mask:hover .card-item_mask_text p:last-of-type {
        color: hsla(0, 0%, 100%, .5)!important
    }
}

.internetbank-section_top .card-item_mask:hover .card-item_mask_text span {
    opacity: 1;
    position: relative
}

@media (max-width:1099.98px) {
    .internetbank-section_top .card-item_mask:hover .card-item_mask_text span {
        top: 0
    }
}

.internetbank-section_top .card-item_mask_text {
    transition: all .3s ease
}

.internetbank-section_top .card-item_mask_text p:first-of-type {
    padding-bottom: .875rem
}

@media (max-width:1099.98px) {
    .internetbank-section_top .card-item_mask_text p:first-of-type {
        padding-bottom: 0
    }
}

.internetbank-section_top .card-item_mask_text span {
    opacity: 0;
    top: 3rem
}

.internetbank-section_top .slick-slide {
    margin: 0 .71875rem
}

.internetbank-section_top .slick-list {
    margin: 0 -.71875rem
}

.internetbank-section_top .internetbank-section_dot {
    background: #e82376;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px
}

.internetbank-section_top .slick-active .internetbank-section_dot {
    background: #000
}

.internetbank-section_top__dot {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    display: inline-block;
    margin-left: .6rem;
    transition: all .3s ease;
    cursor: pointer;
    background-color: #000;
    position: absolute;
    bottom: 5rem
}

@media (min-width:768px) {
    .internetbank-section_top__dot {
        display: none
    }
}

.internetbank-section_top__dot:after {
    content: none
}

.internetbank-section_bottom img {
    width: 11.1875rem;
    height: 2.0625rem
}

@media (max-width:766.98px) {
    .internetbank-section_bottom img {
        display: none
    }
}

.internetbank-section_bottom .internetbank-button {
    padding: .9375rem 1.3125rem 1.0625rem;
    border-radius: 1.5625rem;
    background-color: #db0011;
    transition: background .3s ease;
    box-sizing: border-box
}

@media (max-width:767.98px) {
    .internetbank-section_bottom .internetbank-button {
        position: absolute;
        bottom: 1.5625rem;
        width: 15rem
    }
}

@media (max-width:1099.98px) {
    .internetbank-section_bottom .internetbank-button p {
        display: none
    }
}

@media (min-width:1400px) {
    .internetbank-section_bottom .internetbank-button span {
        display: none
    }
}

@media (max-width:766.98px) {
    .internetbank-section_bottom .internetbank-button {
        width: 100%;
        position: relative
    }
    .internetbank-section_bottom .internetbank-button .link-button-internetbank {
        width: 100%
    }
}

.internetbank-section_bottom .internetbank-button:hover {
    background: rgba(219, 0, 17, .9)
}

.card-item__mask-text>div {
    display: inline-block;
    transition: all .2s ease;
    margin-bottom: .9375rem
}

.card-item__mask-text>div:nth-child(3) {
    opacity: 0
}

.card-item:hover .card-item__mask-text>div:first-child {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
}

.card-item:hover .card-item__mask-text>div:nth-child(2) {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.card-item:hover .card-item__mask-text>div:nth-child(3) {
    opacity: 1
}

.internetbank-slider {
    padding-bottom: 2.4375rem
}

.internetbank-slider .slick-dots li {
    display: inline-block
}

.internetbank-slider__dot {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    display: inline-block;
    margin-left: .6rem;
    background: #979797;
    transition: all .3s ease;
    cursor: pointer
}

.internetbank-slider__dot:after {
    content: none
}

.slick-active .internetbank-slider__dot {
    background: #000
}

@media (max-width:766.98px) {
    .link-button-internetbank {
        width: 100%
    }
}

.fixed-nav {
    width: 5rem;
    position: fixed;
    left: 2.5rem;
    display: inline-block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease
}

@media (max-width:1099.98px) {
    .fixed-nav {
        display: none
    }
}

.fixed-nav.active {
    opacity: 1;
    visibility: visible
}

.fixed-nav__container {
    background: #0d0d0d;
    border-radius: .625rem;
    padding: .9375rem 0
}

.fixed-nav__item {
    margin: .625rem 0;
    border-radius: .5rem;
    display: inline-block;
    cursor: pointer;
    padding: .625rem;
    transition: all .3s ease
}

.fixed-nav__item.active {
    background: hsla(0, 0%, 100%, .04)
}

.fixed-nav__item.active img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1
}

.fixed-nav__item:hover img {
    opacity: 1
}

.fixed-nav__item img {
    max-width: 2.875rem;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: all .3s linear;
    opacity: .5;
    backface-visibility: hidden;
}

.fixed-nav__item--cashback img {
    max-width: 2.25rem
}

.fixed-nav__item--pay img {
    max-width: 2.875rem
}

.fixed-nav__item--link img {
    max-width: 1.5625rem
}

.modal {
    position: absolute;
    z-index: 10000;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%
}

.modal.is-visible {
    visibility: visible
}

.modal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear .3s, opacity .3s
}

.modal.is-visible .modal-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s
}

.modal.is-visible .modal-wrapper {
    left: 20%
}

.modal-wrapper {
    position: fixed;
    z-index: 9999;
    top: 6.5em;
    left: -99999px;
    height: auto;
    width: 60%;
    background-color: #fff;
    border-radius: 10px
}

.modal-transition {
    transition: visibility .3s .12s;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
    opacity: 0
}

.modal.is-visible .modal-transition {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.modal-content {
    padding: 2.5em 1.5em;
    background: #fff;
    border-radius: 10px
}

.modal-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1em;
    color: #aaa;
    background: none;
    border: 0
}

.modal-close:hover {
    color: #777
}

.modal-content>:first-child {
    margin-top: 0
}

.modal-content>:last-child {
    margin-bottom: 0
}

.hidden-button {
    display: none!important
}

.close-video-modal {
    position: absolute;
    top: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    right: 16px;
    color: rgba(0, 0, 0, .6);
    background: none;
    border: none;
    font-family: Liberty-Nus-Medium;
    outline: none;
    cursor: pointer
}

.close-video-modal img {
    width: 10px;
    margin-left: 10px
}

.play-container {
    background: #db0011;
    border-radius: 30px;
    padding-right: 35px;
    padding-left: 20px;
    cursor: pointer
}

.toggle__play-button {
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 50%
}

.toggle__play-button--arrow {
    border: 0;
    background: transparent;
    box-sizing: border-box;
    width: 0;
    height: 1rem;
    transition: all .1s ease;
    cursor: pointer;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: .5rem 0 .5rem .875rem
}

.toggle__play-button--arrow.paused {
    border-style: double;
    border-width: 0 0 0 .875rem
}

.d-none {
    display: none!important
}

@media (max-width:768px) {
    .modal-wrapper {
        left: 0!important;
        height: auto;
        width: 100%
    }
}

#popup-video {
    border-radius: 15px
}

.video-container {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%
}

.video-container embed,
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%
}

.video-wrap {
    width: 100%
}

.footer {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem
}

@media (max-width:766.98px) {
    .footer {
        font-size: 14px;
        margin: 3.125rem 15px 5rem
    }
    .footer .scroll-top-mobile {
        width: 30px;
        height: 30px;
        border: 1px solid #fff;
        border-radius: 50%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin-right: 1rem
    }
    .footer .scroll-top-mobile img {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        width: 15px
    }
    .footer .header__nav {
        display: none!important
    }
}

.social-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 3.75rem
}

.social-links>a {
    display: block;
    margin-left: 30px;
    opacity: .5;
    transition: opacity .3s ease
}

.social-links>a:first-child {
    margin-left: 0
}

.social-links>a>i {
    display: block;
    background-image: url(assets/images/sprite.png);
    background-position: -201px -31px;
    width: 9px;
    height: 19px
}

.social-links>a:hover {
    opacity: 1
}

.social-links .icon-fb {
    background-size: 233px 204px
}

.social-links .icon-ln {
    background-position: -103px -97px;
    width: 19px;
    height: 18px
}

.social-links .icon-yt {
    background-position: -139px -37px;
    width: 16px;
    height: 19px
}

.social-links .icon-tw {
    background-position: -68px -131px;
    width: 20px;
    height: 16px
}

.social-links .icon-in {
    background-position: -39px -60px;
    width: 19px;
    height: 19px
}

.digitalcard-section {
    background-color: #f7e2e6;
    padding: 50px 113px;
    min-height: 40.625rem;
    margin-top: 6.25rem;
}

.digitalcard-section__text {
    width: 45%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}
.digitalcard-section__text .title {
    font-size: 40px;
    line-height: 1.2;
    color: black;
}
.digitalcard-section__text .title span {
    color: #cd3a32;
}
.digitalcard-section .play-container {
    background-color: #ca362f;
    text-align: center;
    padding-right: 29px!important;
    padding-left: 29px!important;
}
.digitalcard-section .activate-text {
    font-family: Liberty-MT-bold;
    padding: 1.4rem 1.75rem;
    border-radius: 30px;
    transition: background .3s ease;
}
.digitalcard-section__properties {
    margin: 15px 0px;
}
.digitalcard-section__properties-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.digitalcard-section__properties-item + .digitalcard-section__properties-item {
    margin-top: 20px;
}
.digitalcard-section__properties-circle {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 1px solid #000000;
    position: relative;
    top: 10px;
}

.digitalcard-section__properties-text {
    width: calc(100% - 43px);
    margin-left: 26px;
    line-height: 1.5;
    margin-bottom: 0;
    position: relative;
}

.digitalcard-section__properties-text:before {
    content: '';
    display: block;
    position: absolute;
    top: 27px;
    left: -35px;
    width: 1px;
    height: calc(100% + 3px);
    background-color: #000000;
}

.digitalcard-section__properties-item:last-child .digitalcard-section__properties-text:before {
    display: none;
}

.digitalcard-section__image {
    width: 55%;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.digitalcard-section__image img {
    width: 100%;
    margin-bottom: -51px;
}

.digitalcard-section__logos {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.digitalcard-section__logos-item {
    position: relative;
}

.digitalcard-section__logos-item img {
    height: 16px;
}

.digitalcard-section__logos-item + .digitalcard-section__logos-item {
    padding-left: 13px;
    margin-left: 10px;
}

.digitalcard-section__logos-item + .digitalcard-section__logos-item:before {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
    transform: translateY(-50%);
    width: 3px;
    height: 16px;
    background-color: #1a1f70;
}

@media (max-width: 1400px) {
    .digitalcard-section {
        padding-left: 30px;
        padding-right: 30px;
    }
    .digitalcard-section__text .title {
        font-size: 30px;
    }
}

@media (max-width: 1199px) {
    .digitalcard-section__logos {
        margin-bottom: 30px;
    }
    .digitalcard-section__text {
        width: 100%;
    }
    .digitalcard-section__image {
        width: 100%;
        padding-left: 0;
    }
    .digitalcard-section__text + .digitalcard-section__image {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .digitalcard-section {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 15px;
        margin-right: 15px;
        width: calc(100% - 30px)!important;
    }
    .digitalcard-section__text .title {
        font-size: 20px;
    }
    .digitalcard-section__properties {
        margin: 30px 0;
    }
}