@charset "UTF-8";
@font-face {
    font-family: Lato;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/Lato-Regular.eot);
    src: url(../fonts/Lato-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Lato-Regular.woff) format("woff"), url(../fonts/Lato-Regular.ttf) format("truetype");
}
@font-face {
    font-family: Lato;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/Lato-Bold.eot);
    src: url(../fonts/Lato-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Lato-Bold.woff) format("woff"), url(../fonts/Lato-Bold.ttf) format("truetype");
}
@font-face {
    font-family: Lato;
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/Lato-Black.eot);
    src: url(../fonts/Lato-Black.eot?#iefix) format("embedded-opentype"), url(../fonts/Lato-Black.woff) format("woff"), url(../fonts/Lato-Black.ttf) format("truetype");
}
@font-face {
    font-family: Roboto;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/Roboto-Bold.eot);
    src: url(../fonts/Roboto-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Roboto-Bold.woff) format("woff"), url(../fonts/Roboto-Bold.ttf) format("truetype");
}
*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}
a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[role="button"] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
    cursor: pointer;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}
*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    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: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}
.row {
    display: -webkit-box;
    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-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.row-cols-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.row-cols-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.row-cols-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.row-cols-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.row-cols-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.row-cols-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}
.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}
.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}
.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}
.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}
.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}
.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}
.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}
.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}
.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}
.order-12 {
    -webkit-box-ordinal-group: 13;
    -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;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-sm-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-sm-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-sm-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-sm-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-sm-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-sm-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -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: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-md-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-md-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-md-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-md-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-md-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-md-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -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: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-lg-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-lg-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-lg-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-lg-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-lg-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-lg-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -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: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-xl-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-xl-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-xl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-xl-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-xl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-xl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -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%;
    }
}
.d-none {
    display: none !important;
}
.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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 992px) {
    .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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 1200px) {
    .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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -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 {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}
.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -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 {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -webkit-box-pack: justify !important;
    -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 {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-stretch {
    -webkit-box-align: stretch !important;
    -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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}
@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -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 {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -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 {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -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 {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -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 {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -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 {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -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 {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -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 {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -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 {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -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 {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -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 {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -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 {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -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 {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.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: 0.25rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.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: -0.25rem !important;
}
.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}
.m-n2 {
    margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
    margin-left: -0.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: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.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: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.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: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.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: 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: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.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: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.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: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.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: 992px) {
    .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: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.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: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.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: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.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: 1200px) {
    .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: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.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: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.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: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.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;
    }
}
.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%;
}
.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%;
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #ccc;
}
.mfp-preloader a:hover {
    color: #fff;
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none;
}
button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
    opacity: 1;
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #fff;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1;
}
.mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-arrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}
.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}
.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
.slick-loading .slick-list {
    background: #fff url(ajax-loader.gif) center center no-repeat;
}
@font-face {
    font-family: slick;
    src: url(fonts/slick.eot);
    src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal;
}
.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -25px;
}
[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}
.slick-prev:before {
    content: "←";
}
[dir="rtl"] .slick-prev:before {
    content: "→";
}
.slick-next {
    right: -25px;
}
[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}
.slick-next:before {
    content: "→";
}
[dir="rtl"] .slick-next:before {
    content: "←";
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    color: #000;
    opacity: 0.75;
}
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
::-webkit-input-placeholder {
    color: #c8c8c8;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.125em;
}
::-moz-placeholder {
    color: #c8c8c8;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.125em;
}
:-ms-input-placeholder {
    color: #c8c8c8;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.125em;
}
::-ms-input-placeholder {
    color: #c8c8c8;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.125em;
}
::placeholder {
    color: #c8c8c8;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.125em;
}
::-moz-selection {
    background-color: #ffd600;
    color: #fff;
}
::selection {
    background-color: #ffd600;
    color: #fff;
}
body input:focus:required:invalid,
body textarea:focus:required:invalid {
    border: 1px solid red;
}
body input:required:valid,
body textarea:required:valid {
    border: 1px solid #00da16;
}
body {
    position: relative;
    line-height: 1.6;
    font-family: -apple-system, Lato, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #000;
    font-weight: 900;
    min-width: 320px;
    overflow-x: hidden;
}
.visually-hidden {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
a:hover {
    color: #2980b9;
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
}
.anchor {
    display: block;
    position: relative;
    top: -70px;
    visibility: hidden;
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .anchor {
        top: -110px;
    }
}
@media (max-width: 575.98px) {
    .anchor {
        top: -130px;
    }
}
.fixed-pos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 22px;
    position: fixed;
    height: 230px;
    width: 40px;
    top: 50%;
    left: 0;
    padding-top: 80px;
    text-transform: uppercase;
    background-color: #ffc700;
    margin-top: -150px;
    z-index: 10;
    font-size: 18px;
}

.fixed-pos.fixed-pos_right {
    left: auto;
    right: 0;
}

@media (max-width: 1600px) {
    .fixed-pos {
        font-size: 16px;
        height: 220px;
    }
}
@media (max-width: 767.98px) {
    .fixed-pos.modal-link {
        display: none;
    }
}
.fixed-pos img {
    max-width: 30px;
    height: auto;
}
.fixed-pos span {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    white-space: nowrap;
}
.fixed-pos:hover {
    color: #000;
}
.btn {
    border: none;
    background-color: #ffc700;
    color: #000;
    font-size: 1em;
    padding: 10px 15px;
    line-height: 1;
    text-align: center;
    width: auto;
    cursor: pointer;
    outline: 0 !important;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    display: inline-block;
    white-space: nowrap;
    text-transform: uppercase;
    -webkit-box-shadow: 0 10px 25px rgba(255, 214, 0, 0.5);
    box-shadow: 0 10px 25px rgba(255, 214, 0, 0.5);
}
.btn:hover {
    background-color: #ffda1a;
    color: #000;
    -webkit-box-shadow: 0 5px 15px rgba(255, 214, 0, 0.5);
    box-shadow: 0 5px 15px rgba(255, 214, 0, 0.5);
}
.btn:active {
    background-color: #f0c900;
    color: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bg-btn {
    padding-left: 50px;
    background-image: url(../img/phone.svg);
    background-repeat: no-repeat;
    background-position: left 15px center;
    background-size: 25px;
}
.bg-btn.bg-btn_question {
    background-image: url(../img/question.svg);
    width: 100%;
}
@media (max-width: 1199.98px) {
    .bg-btn {
        padding: 15px 15px 15px 50px;
        font-size: 1em;
    }
}
.mobile-btn {
    display: none;
    width: 50px;
    height: 50px;
    background-color: transparent;
    position: relative;
    border: none;
    cursor: pointer;
    outline: 0;
    z-index: 10000000;
}
@media (max-width: 1199.98px) {
    .mobile-btn {
        display: block;
    }
}
@media (max-width: 767.98px) {
    .mobile-btn {
        position: absolute;
        right: 10px;
        top: 10px;
    }
}
.mobile-btn:focus {
    outline: 0;
}
.mobile-btn span {
    width: 25px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: 3px auto;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.mobile-btn.active span:first-child {
    background-color: red;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: 5px;
}
.mobile-btn.active span:nth-child(2) {
    opacity: 0;
}
.mobile-btn.active span:last-child {
    background-color: red;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: -5px;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
section {
    position: relative;
    z-index: 1;
    padding: 70px 0;
}
@media (max-width: 575.98px) {
    section {
        padding: 40px 0;
    }
}
section h2 {
    font-size: 2.5em;
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: 45px;
    text-align: center;
}
@media (max-width: 991.98px) {
    section h2 {
        margin-bottom: 30px;
    }
}
@media (max-width: 575.98px) {
    section h2 {
        font-size: 1.375em;
        margin-bottom: 20px;
    }
}
.sect-left,
.sect-right {
    width: 50%;
}
.sect-subtitle {
    text-align: center;
    font-weight: 400;
    margin-bottom: 45px;
}
@media (max-width: 991.98px) {
    .sect-subtitle {
        margin-bottom: 30px;
    }
}
@media (max-width: 575.98px) {
    .sect-subtitle {
        margin-bottom: 20px;
    }
}
.blue-color {
    color: #2980b9;
    margin: 0;
}
.sect-bg {
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}
.sect-bg:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.callback.sect-bg:before,
body.page_home .sect-bg:before {
    background-color: rgba(218, 242, 255, 0.9);
}
.cases:after,
.contacts__info,
.gradient-2,
.modal,
.paral.paral-blue:before,
.price__item h3,
.process__item--form {
    background: #1f2b6c;
    /*background: -o-linear-gradient(18.3deg, #2980b9 21.74%, #7ec4fb 96.81%);
    background: linear-gradient(71.7deg, #2980b9 21.74%, #7ec4fb 96.81%);*/
}
form h3 {
    font-size: 2.375em;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
@media (max-width: 575.98px) {
    form h3 {
        font-size: 1.5em;
    }
}
form small {
    font-size: 0.9375em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    color: #fff;
}
form small a {
    color: #fff;
}
form small a:hover {
    text-decoration: underline;
    color: #fff;
}
label {
    display: block;
    color: #fff;
    margin-bottom: 25px;
}
label p {
    font-size: 0.75em;
    text-transform: uppercase;
    margin-bottom: 5px;
}
input {
    border: 1px solid transparent;
    outline: #ffd600;
    padding: 12px;
    font-size: 1.125em;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    line-height: 1;
}
@media (max-width: 575.98px) {
    input {
        font-size: 1em;
    }
}
input[type="checkbox"] {
    width: 20px !important;
    height: 20px;
    cursor: pointer;
    margin-right: 12px;
}
[type="submit"]:disabled {
    background-color: #daf2ff;
    border: none;
    cursor: not-allowed;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-group p {
    font-weight: 500;
    font-size: 0.75em;
    color: #fff;
    margin-bottom: 5px;
    letter-spacing: 1px;
}
.custom-radio-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
}
@media (max-width: 575.98px) {
    .custom-radio-group {
        margin-bottom: 15px;
    }
}
.custom-radio-group input {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
}
.custom-radio-group input.yes:checked ~ label {
    background-color: #00da16;
    color: #fff;
}
.custom-radio-group input.no:checked ~ label {
    background-color: red;
    color: #fff;
}
.custom-radio-group label {
    background-color: #fff;
    min-width: 35px;
    padding: 3px 10px;
    text-align: center;
    color: #c4c4c4;
    font-size: 0.75em;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.paral {
    padding: 15px 40px;
    display: inline-block;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    white-space: nowrap;
}
.paral:before {
    content: "";
    display: block;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.paral.paral-blue {
    color: #fff;
    z-index: 3;
}
.paral.paral-yellow {
    color: #000;
}
.paral.paral-yellow:before {
    background: #ffc700;
}
.paral.paral-double {
    position: relative;
    z-index: 1;
}
.paral.paral-double:after {
    content: "";
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    position: absolute;
    left: 20px;
    bottom: 15px;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    z-index: -3;
}
.paral.paral-double.paral-yellow:after {
    border: 1px solid #ffd600;
}
.paral.paral-double.paral-blue:after {
    border: 1px solid #1f2b6c;
    z-index: -3;
}
.paral.paral-double:hover:after {
    left: 8px;
    bottom: 4px;
}
.paral.paral-double:hover:before {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.paral.paral-double:active:after {
    left: 0;
    bottom: 0;
}
.paral.paral-double:active:before {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.paral.paral-double:active.paral-yellow:before {
    background-color: #f0c900;
}
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.9;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
.mfp-inline-holder .mfp-content {
    height: 100%;
}
.mfp-bg {
    height: 100% !important;
}
.modal {
    position: absolute;
    left: 50%;
    top: 120px;
    bottom: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 450px;
    width: 100%;
    padding: 30px 35px;
    color: #fff;
    font-weight: 700;
}
@media (max-width: 991.98px) {
    .modal {
        top: 5%;
    }
}
.modal h3 {
    font-size: 1.625em;
    font-weight: 700;
}
.modal .form-subtitle {
    font-size: 1.25em;
    font-weight: 400;
    display: block;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 25px;
}
.modal label input {
    display: block;
    width: 100%;
    font-weight: 700;
}
.modal .btn {
    display: block;
    width: 100%;
    font-weight: 700;
    text-align: center;
    margin: 30px 0;
}
@media (max-width: 575.98px) {
    html {
        margin-right: 0 !important;
    }
}
.privacy {
    max-width: 960px;
    width: 97%;
    top: 40px;
    left: 50%;
    z-index: 2000;
    background-color: #fff;
    padding: 40px 45px;
    position: relative;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-size: 16px;
}
@media (max-width: 575.98px) {
    .privacy {
        padding: 30px 15px;
    }
}
.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.privacy-close {
    position: absolute;
    width: 44px;
    height: 44px;
    font-size: 28px;
    line-height: 40px;
    right: 10px;
    top: 10px;
    cursor: pointer;
    border: #ffdead;
    background-color: transparent;
    color: #333;
}
.privacy-close:hover {
    color: #000;
}
.privacy-wrap {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 20000;
}
.swal-text {
    text-align: center !important;
}
.header {
    padding: 10px 0;
    background-color: transparent;
    -webkit-box-shadow: 0 10px 50px transparent;
    box-shadow: 0 10px 50px transparent;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.header__socials {
    display: flex;
    margin-right: 30px;
}

.header__city-select {
    margin-top: 10px;
}

@media (max-width: 1199.98px) {
    .header {
        padding: 20px 0;
    }
}

@media (max-width: 767.98px) {
    .header {
        background-color: #fff;
    }
}
@media (max-width: 575.98px) {
    .header {
        padding: 10px 0 !important;
    }

    .mobile-btn {
        top: 5px;
    }
}
.header .container {
    max-width: 95%;
}

.city_selector_head {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 1600px) {
    .city_selector_head {
        margin-right: 50px;
    }
}

@media (max-width: 575.98px) {
    .header .container {
        max-width: 100%;
    }
}
@media (max-width: 767.98px) {

    .header__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .header__socials {
        display: none;
    }

    .city_selector_head {
        margin-right: 0;
    }

}
.header__logo {
    max-width: 170px;
    width: 100%;
    display: block;
}

@media (max-width: 991.98px) {
    .header__logo {
        max-width: 120px;
        margin-right: 20px;
    }

    .city_selector_head {
        flex-direction: row;
        align-self: flex-start;
    }

    .header__city-select {
        margin-top: 0;
    }
}

.header__logo img {
    width: 100%;
    height: auto;
}

.header__menu {
    margin: 0 auto;
}
@media (min-width: 992px) {
    .header__menu {
        margin-left: 50px;
    }
}
@media (max-width: 1199.98px) {
    .header__menu {
        background-color: #1f2b6c;
        color: white;
        position: absolute;
        width: 100%;
        top: 0;
        right: -100%;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        z-index: 9999;
        margin-right: 0;
    }
    .header__menu, .header__menu ul li a:not(.btn) {
        color: white !important;
    }
    .header__menu.open {
        right: 0;
    }
}
.header__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
@media (min-width: 1200px) {
    .header__menu ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
@media (max-width: 1199.98px) {
    .header__menu ul {
        height: 100vh;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow-y: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.header__menu ul li {
    margin: 0 25px;
}
@media (max-width: 1600px) {
    .header__menu ul li {
        margin: 0 15px;
    }
}
.header__menu ul li a {
    text-transform: uppercase;
    font-size: 0.9375em;
    line-height: 1.875em;
    white-space: nowrap;
}
@media (max-width: 1199.98px) {
    .header__menu ul li {
        margin: 0;
    }
    .header__menu ul li a {
        width: 100%;
        display: block;
        text-align: center;
        text-transform: uppercase;
        font-size: 0.9375em;
        line-height: 1.875em;
        padding: 8px 0;
        text-decoration: none;
    }
    .header__menu ul li a:hover {
        background-color: #7ec4fb;
    }
}
.header__menu ul li.active a {
    color: #000;
    text-decoration: underline;
}
@media (max-width: 1199.98px) {
    .header__menu ul li.active a {
        background-color: #7ec4fb;
        text-decoration: none;
        color: #fff;
    }
}
.header__menu ul li a {
    color: #000;
}
.header__menu ul li a:hover {
    color: #000;
    text-decoration: underline;
}

.header__right .btn {
    margin-top: 5px;
}

@media (max-width: 575.98px) {
    .header__right {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }
    .header__right .btn {
        background-image: none;
        padding: 13px 12px;
        font-size: 0.75em;
    }
}
.header__phone {
    text-align: center;    
    color: #000;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
body.page_home .header__phone {
    color: #fff;
}
@media (max-width: 1199.98px) {
    .header__phone {
        color: #000;
    }
}
@media (max-width: 575.98px) {
    .header__phone {
        margin-right: 0;
        text-align: left;
    }
}
.header__phone a {
    display: block;
    color: #000;
    white-space: nowrap;
    font-size: 1.7em;
    line-height: 1.2;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
body.page_home .header__phone a {
    color: #fff;
}
.contacts_container {
    display: none;
}
@media (max-width: 1600px) {
    .header__phone a {
        font-size: 1.75em;
    }
}
@media (max-width: 991.98px) {
    .header__phone a {
        font-size: 1.25em;
    }
}
@media (max-width: 575.98px) {
    .header__phone a {
        font-size: 1em;
    }
}
.header__phone a:hover {
    text-decoration: underline;
}
@media (max-width: 1199.98px) {
    .header__phone a {
        color: #000;
    }
}
.header__phone span {
    white-space: nowrap;
    font-size: 0.9375em;
    text-transform: uppercase;
}
@media (max-width: 991.98px) {
    .header__phone span {
        font-size: 0.875em;
    }
}
@media (max-width: 575.98px) {
    .header__phone span {
        font-size: 0.75em;
    }
}
.rodion-portret {
    position: absolute;
    right: 0;
    bottom: 0;
}
@media (max-width: 991.98px) {
    .rodion-portret {
        display: none;
    }
}
@media (max-width: 1600px) {
    .rodion-portret img {
        max-width: 750px;
    }
}
@media (max-width: 1199.98px) {
    .rodion-portret img {
        max-width: 600px;
    }
}
.banner {
    padding: 150px 0 70px;
    background-color: #f1f1f1;
    background-image: url(../img/main-fon.jpg);
    min-height: 800px;
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.banner:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: -1;
}
.banner:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -60%;
    width: 100%;
    height: 100%;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    background: -o-linear-gradient(19.62deg, #1f2b6c 21.74%, #7ec4fb 96.81%);
    background: linear-gradient(70.38deg, #1f2b6c 21.74%, #7ec4fb 96.81%);
    mix-blend-mode: multiply;
    z-index: 0;
}
@media (max-width: 575.98px) {
    .banner {
        padding-top: 200px;
        background-position: center top 80px;
    }
}
.banner__block {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.banner__title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-transform: uppercase;
    line-height: 1.4;
    font-style: italic;
    font-weight: 700;
}
@media (max-width: 575.98px) {
    .banner__title {
        margin: 0 auto;
    }
}
.banner__title span {
    font-size: 3.125vmax;
    letter-spacing: -0.02em;
}
@media (max-width: 1600px) {
    .banner__title span {
        font-size: 3vmax;
    }
}
@media (max-width: 575.98px) {
    .banner__title span {
        width: 100%;
        font-size: 1.25em;
    }
}
.banner__title strong {
    display: block;
    font-size: 2vmax;
    padding: 0 20px;
}
@media (max-width: 575.98px) {
    .banner__title strong {
        font-size: 1em;
        padding: 0 10px;
    }
}
.banner ul {
    padding: 0;
    margin: 50px 0 60px;
    list-style-type: disclosure-closed;
}
.banner ul li {
/*    padding-left: 40px;
    background-image: url(../img/check.svg);*/
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: left center;
    text-transform: uppercase;
    line-height: 2em;
    color: #1f2b6c;
    font-size: 25px;
}
@media (max-width: 575.98px) {
    .banner ul li {
        background-size: 20px;
        padding-left: 30px;
    }
}
.banner__btn-wrap {
    position: relative;
    z-index: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 575.98px) {
    .banner__btn-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
}
.banner-free {
    text-transform: uppercase;
    padding: 10px 40px;
    height: 115px;
}
@media (max-width: 1600px) {
    .banner-free {
        height: 85px;
    }
}
.banner-free span {
    font-size: 3.125em;
    line-height: 1;
}
.banner-video {
    text-decoration: none;
    margin-left: 70px;
    margin-top: -30px;
    max-width: none;
    width: 250px;
    height: 130px;
    text-align: center;
}
@media (max-width: 1600px) {
    .banner-video {
        margin-left: 6%;
    }
}
@media (max-width: 1199.98px) {
    .banner-video {
        margin-left: 6%;
        margin-top: 0;
    }
}
@media (max-width: 575.98px) {
    .banner-video {
        margin-top: 10px;
    }
}
.banner-video:hover {
    color: #000;
}
.banner-video:hover span {
    border-color: transparent;
}
.banner-video img {
    margin: 0 auto -20px;
    width: 120px;
}
@media (max-width: 1199.98px) {
    .banner-video img {
        width: 100px;
        margin-bottom: -10px;
    }
}
.banner-video span {
    font-size: 0.75em;
    border-bottom: 1px solid #000;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 700;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
@media (max-width: 575.98px) {
    .banner-video span {
        color: #fff;
        border-bottom: 1px solid #fff;
    }
}
.process__block {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 991.98px) {
    .process__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.process__item--steps {
    width: 58%;
}
@media (max-width: 991.98px) {
    .process__item--steps {
        width: 100%;
        margin-bottom: 40px;
    }
}
@media (max-width: 575.98px) {
    .process__item--steps {
        margin-bottom: 30px;
    }
}
.process__item--step {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}
@media (max-width: 575.98px) {
    .process__item--step {
        margin-bottom: 30px;
    }
}
.process__item--step:last-child {
    margin-bottom: 0;
}
.process__item--step .number {
    width: 115px;
    height: 200px;
    font-size: 12.5em;
    font-family: -apple-system, Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #daf2ff;
    line-height: 1;
    display: block;
    margin-right: 90px;
    margin-top: -30px;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 115px;
    flex: 0 0 115px;
}
@media (max-width: 1600px) {
    .process__item--step .number {
        margin-right: 50px;
    }
}
@media (max-width: 1199.98px) {
    .process__item--step .number {
        font-size: 9.375em;
        height: 150px;
        margin-right: 15px;
        margin-top: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
    }
}
@media (max-width: 575.98px) {
    .process__item--step .number {
        position: absolute;
        z-index: -1;
        left: 50%;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        width: auto;
        height: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        font-size: 15.625em;
        margin: 0;
        top: -30px;
    }
}
.process__item--step h3 {
    color: #2980b9;
}
@media (max-width: 575.98px) {
    .process__item--step h3 {
        font-size: 1.125em;
        text-align: center;
    }
}
.process__item--step ul {
    padding-left: 0;
}
@media (max-width: 575.98px) {
    .process__item--step ul {
        width: 100%;
    }
}
.process__item--step li {
    margin-left: 22px;
    font-weight: 400;
}
.process__item--step .paral {
    margin: 30px 0 0;
    font-style: italic;
}
@media (max-width: 575.98px) {
    .process__item--step .paral {
        padding: 15px;
        font-size: 2.4vmax;
        margin: 15px auto 0;
        display: block;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
    }
}
.process__item--form {
    width: 42%;
    padding: 40px 60px;
}
@media (max-width: 1600px) {
    .process__item--form {
        padding: 30px 20px;
    }
}
@media (max-width: 991.98px) {
    .process__item--form {
        max-width: 600px;
        width: 100%;
    }
}
.process__item--form form h3 {
    font-size: 2.1875em;
    line-height: 1.2;
    text-transform: none;
    text-align: left;
    margin-bottom: 25px;
}
@media (max-width: 575.98px) {
    .process__item--form form h3 {
        font-size: 18px;
    }
}
.process__item--form form label,
.process__item--form form label p,
.process__item--form form p {
    font-size: 1em;
}
.process__item--form form label {
    font-weight: 500;
}
.process__item--form form label p {
    text-transform: none;
    letter-spacing: 1px;
}
.process__item--form form button,
.process__item--form form input:not([type="radio"]) {
    width: 100%;
}
.process__item--form form input[type="tel"] {
    border: 1px solid #ffd600;
    text-align: center;
}
.process__item--form form button {
    margin-bottom: 25px;
    padding: 15px 20px;
}
.process__item--form form .row {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.team {
    position: relative;
    z-index: 3;
}
.team h2 {
    margin-bottom: 15px;
}
.team__block {
    max-width: 1400px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
}
.team__user {
    width: 25%;
    text-align: center;
    margin-bottom: 30px;
}
@media (max-width: 991.98px) {
    .team__user {
        width: 33%;
    }
}
@media (max-width: 767.98px) {
    .team__user {
        width: 50%;
    }
}
@media (max-width: 575.98px) {
    .team__user {
        margin-bottom: 10px;
    }
}
.team__user h5 {
    font-weight: 900;
    font-size: 1.25em;
    text-transform: none;
}
@media (max-width: 575.98px) {
    .team__user h5 {
        font-size: 0.875em;
        margin-bottom: 3px;
    }
}
.team__user p {
    font-weight: 400;
    line-height: 1.4;
}
@media (max-width: 575.98px) {
    .team__user p {
        font-size: 0.875em;
    }
}
.team__user--foto {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 0 0 50% 50%;
    position: relative;
    z-index: 1;
}
.team__user--foto_wrap {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 0 auto 20px;
    position: relative;
}
@media (max-width: 575.98px) {
    .team__user--foto_wrap {
        width: 80px;
        height: 80px;
        margin-bottom: 10px;
    }
}
.team__user--foto_wrap:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 140px;
    height: 140px;
    border-radius: 50%;
    -webkit-box-shadow: 0 10px 35px rgba(0, 130, 255, 0.5);
    box-shadow: 0 10px 35px rgba(0, 130, 255, 0.5);
    z-index: -1;
}
@media (max-width: 575.98px) {
    .team__user--foto_wrap: after {
        width: 60px;
        height: 60px;
    }
}
.team__user--foto.lazyparent {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.team__user--foto.lazyparent img {
    max-width: 100px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media (max-width: 575.98px) {
    .team__user--foto.lazyparent img {
        max-width: 100%;
    }
}
.team__user--foto:before {
    content: "";
    display: block;
    width: 190px;
    height: 180px;
    background: #1f2b6c;
    background: -o-linear-gradient(18.3deg, #1f2b6c 21.74%, #3348b7 96.81%);
    background: linear-gradient(71.7deg, #1f2b6c 21.74%, #3348b7 96.81%);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
@media (max-width: 575.98px) {
    .team__user--foto: before {
        width: 70px;
        height: 70px;
    }
}
.team__user--foto img {
    margin: 0 auto;
    max-width: 180px;
    min-height: 200px;
}
@media (max-width: 575.98px) {
    .team__user--foto img {
        max-width: 100%;
        min-height: 0;
    }
}
.video__block {
    padding: 50px 0;
    text-align: center;
}
@media (max-width: 575.98px) {
    .video__block {
        padding: 30px 0;
    }
}
.video-link {
    display: block;
    background-color: #daf2ff;
    max-width: 560px;
    width: 100%;
    background-size: cover;
    background-position: center;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: visible;
}
.video-link:before {
    background-color: rgba(0, 0, 0, 0.4);
}
.video-link:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 1;
}
.video-link:hover span {
    color: #000;
}
.video-link img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0.8;
}
@media (max-width: 575.98px) {
    .video-link img {
        max-width: 80px;
    }
}
.video-link span {
    position: absolute;
    left: 0;
    top: 102%;
    width: 100%;
    color: #000;
    font-weight: 400;
    text-align: center;
    display: block;
}
.quality {
    padding: 0;
}
.quality h2 {
    font-size: 1.875em;
}
@media (max-width: 575.98px) {
    .quality h2 {
        font-size: 1.25em;
    }
}
@media (max-width: 1600px) {
    .quality .container {
        max-width: 95%;
    }
}
@media (max-width: 767.98px) {
    .quality .container {
        max-width: 100%;
    }
}
.quality .blue-color {
    margin-top: 50px;
}
@media (max-width: 767.98px) {
    .quality .blue-color {
        margin-top: 30px;
    }
}
.quality .sect-bg {
    background-size: contain;
    background-repeat: no-repeat;
}
@media (max-width: 1600px) {
    .quality .sect-bg {
        background-size: 70%;
    }
}
@media (max-width: 1199.98px) {
    .quality .sect-bg {
        background-size: 80%;
    }
}
@media (max-width: 991.98px) {
    .quality .sect-bg {
        background-size: cover;
        background-position: center;
    }
}
.quality__block {
    max-width: 930px;
    width: 100%;
    padding: 80px 0 50px;
    position: relative;
    z-index: 1;
}
@media (max-width: 1199.98px) {
    .quality__block {
        max-width: 50%;
    }
}
@media (max-width: 991.98px) {
    .quality__block {
        max-width: 100%;
        background-color: transparent;
        padding-bottom: 100px;
    }
}
@media (max-width: 575.98px) {
    .quality__block {
        padding-top: 30px;
    }
}
.quality__block:before {
    content: "";
    display: block;
    height: 100%;
    width: 150px;
    position: absolute;
    top: 0;
    left: 104%;
    z-index: -1;
}
@media (max-width: 1600px) {
    .quality__block: before {
        left: 100%;
    }
}
@media (max-width: 991.98px) {
    .quality__block: before {
        display: none;
    }
}
.quality__minusi {
    position: relative;
    background-position: right top;
    background-repeat: no-repeat;
}
@media (max-width: 575.98px) {
    .quality__minusi {
        background-size: cover;
    }
}
.quality__minusi .bg-btn {
    position: absolute;
    left: 75%;
    bottom: 50px;
    -webkit-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    transform: translateX(-25%);
    z-index: 1;
}
@media (max-width: 991.98px) {
    .quality__minusi .bg-btn {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 30px;
    }
}
.quality__minusi:after {
    content: "";
    display: block;
    height: 100%;
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
@media (max-width: 991.98px) {
    .quality__minusi: after {
        display: none;
    }
}
.quality__minusi .quality__items {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 1600px) {
    .quality__minusi .quality__items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.quality__minusi .quality__items .quality__item {
    background-color: #2980b9;
    color: white;
}
.quality__plusi {
    position: relative;
    background-position: left top;
    background-repeat: no-repeat;
}
@media (max-width: 575.98px) {
    .quality__plusi {
        background-size: cover;
    }
}
.quality__plusi .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.quality__plusi .bg-btn {
    position: absolute;
    left: 25%;
    bottom: 50px;
    -webkit-transform: translateX(-75%);
    -ms-transform: translateX(-75%);
    transform: translateX(-75%);
    z-index: 1;
}
@media (max-width: 991.98px) {
    .quality__plusi .bg-btn {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 30px;
    }
}
@media (max-width: 991.98px) {
    .quality__plusi .quality__block {
        padding-bottom: 100px;
    }
}
.quality__plusi .quality__block:before {
    content: "";
    display: block;
    height: 100%;
    width: 150px;
    position: absolute;
    top: 0;
    left: auto;
    right: 104%;
    z-index: -1;
}
@media (max-width: 1600px) {
    .quality__plusi.quality__block: before {
        left: auto;
        right: 100%;
    }
}
@media (max-width: 991.98px) {
    .quality__plusi.quality__block: before {
        display: none;
    }
}
.quality__plusi:after {
    content: "";
    display: block;
    height: 100%;
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
}
@media (max-width: 991.98px) {
    .quality__plusi: after {
        display: none;
    }
}
.quality__plusi .quality__items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 1600px) {
    .quality__plusi .quality__items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.quality__plusi .quality__items .quality__item {
    background-color: #ffd602;
}
.quality__item {
    width: 48%;
    min-height: 180px;
    padding: 10px 20px;
    font-weight: 700;
    margin: 1%;
    position: relative;
}
@media (max-width: 1600px) {
    .quality__item {
        min-height: 120px;
        width: 40%;
    }
}
@media (max-width: 1199.98px) {
    .quality__item {
        width: 45%;
    }
}
@media (max-width: 991.98px) {
    .quality__item {
        width: 40%;
    }
}
@media (max-width: 767.98px) {
    .quality__item {
        width: 48%;
    }
}
@media (max-width: 575.98px) {
    .quality__item {
        width: 100%;
        min-height: 100px;
    }
}
.quality__item--icon {
    position: absolute;
    max-width: 50px;
    right: 30px;
    bottom: 10px;
}
@media (max-width: 1600px) {
    .quality__item--icon {
        max-width: 60px;
    }
}
@media (max-width: 1199.98px) {
    .quality__item--icon {
        max-width: 50px;
    }
}
.quality__item--icon img {
    width: 100%;
    filter: grayscale(1) brightness(1000%);
}
.stages {
    background-color: #daf2ff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 0;
}
@media (max-width: 991.98px) {
    .stages h2 {
        margin-bottom: 0;
    }
}
.stages__block {
    height: auto;
    position: relative;
}
@media (max-width: 991.98px) {
    .stages__block {
        height: calc(100vh - 92px);
        width: 100%;
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 767.98px) {
    .stages__block {
        height: calc(100vh - 156px);
    }
}
@media (max-width: 575.98px) {
    .stages__block {
        height: calc(100vh - 132px);
    }
}
.stages__block .mountain {
    width: 100%;
    height: auto;
}
@media (max-width: 991.98px) {
    .stages__block .mountain {
        position: absolute;
        min-width: calc((100vh - 92px) * 2);
        width: 100%;
        height: calc(100vh - 92px);
        left: 0;
        top: 0;
    }
}
@media (max-width: 767.98px) {
    .stages__block .mountain {
        min-width: calc((100vh - 156px) * 2);
        height: calc(100vh - 156px);
    }
}
@media (max-width: 575.98px) {
    .stages__block .mountain {
        min-width: calc((100vh - 132px) * 2);
        height: calc(100vh - 132px);
    }
}
.stages-btn {
    position: absolute;
    top: 3%;
    left: 10%;
    font-size: 1.25em;
    line-height: 1;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.stages-btn:hover img {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}
@media (max-width: 767.98px) {
    .stages-btn {
        left: 15%;
    }
}
.stages-btn img {
    max-width: 500px;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-filter: drop-shadow(5px 5px 20px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(5px 5px 20px rgba(0, 0, 0, 0.5));
}
@media (max-width: 1600px) {
    .stages-btn img {
        max-width: 400px;
    }
}
@media (max-width: 1199.98px) {
    .stages-btn img {
        max-width: 350px;
    }
}
@media (max-width: 575.98px) {
    .stages-btn img {
        max-width: 80%;
        width: 100%;
    }
}
@media (max-width: 575.98px) {
    .stages-btn: after {
        left: 15px !important;
        bottom: 10px !important;
    }
}
@media (max-width: 1199.98px) {
    .stages-btn {
        font-size: 1em;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
@media (max-width: 991.98px) {
    .stages-btn {
        top: 0;
        left: 0;
    }
}
@media (max-width: 575.98px) {
    .stages-btn {
        font-size: 0.75em;
        padding: 15px 20px;
    }
}
.stages-btn span {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px;
}
@media (max-width: 1199.98px) {
    .stages-btn span {
        margin-top: 10px;
    }
}
.stages-btn b {
    font-size: 2.25em;
}
@media (max-width: 1199.98px) {
    .stages-btn b {
        font-size: 2.125em;
    }
}
.stages-btn small {
    font-size: 0.875em;
    line-height: 1.2;
    margin-top: 3px;
    text-align: left;
}
@media (max-width: 1199.98px) {
    .stages-btn small {
        margin-top: 0;
    }
}
.stages__present {
    position: absolute;
    max-width: 350px;
    width: 90%;
    height: auto;
    right: 10%;
    bottom: 10%;
    text-align: center;
}
@media (max-width: 1199.98px) {
    .stages__present {
        right: 3%;
    }
}
@media (max-width: 991.98px) {
    .stages__present {
        right: 0;
        bottom: 0;
    }
}
.stages__present img {
    width: 130px;
    height: auto;
    margin: 0 auto 20px;
}
@media (max-width: 575.98px) {
    .stages__present img {
        width: 60px;
    }
}
.stages__present .btn {
    line-height: 1.2;
    text-align: center;
    font-size: 1.25em;
}
@media (max-width: 1199.98px) {
    .stages__present .btn {
        font-size: 1em;
        padding: 10px 20px;
    }
}
@media (max-width: 575.98px) {
    .stages__present .btn {
        font-size: 0.625em;
    }
}
.scrollmagic-pin-spacer {
    height: auto !important;
}
@media (max-width: 991.98px) {
    .price .container {
        max-width: 94%;
    }
}
@media (max-width: 767.98px) {
    .price .container {
        max-width: 100%;
    }
}
.price-dop {
    margin-bottom: 20px;
}
.price-dop li {
    margin-right: 10px;
    display: inline;
}
.price-dop li:before {
    top: -4px !important;
}
.price__footer {
    max-width: 1000px;
    width: 100%;
    margin: 60px auto 0;
}
@media (max-width: 991.98px) {
    .price__footer {
        margin-top: 40px;
    }
}
.price__footer .paral {
    display: block;
    margin: 40px 0;
    width: 100%;
    text-align: center;
    white-space: normal;
}
@media (max-width: 991.98px) {
    .price__footer .paral {
        margin: 20px 0;
    }
}
@media (max-width: 575.98px) {
    .price__footer .paral {
        font-size: 0.8125em;
        max-width: 92%;
        margin: 20px auto;
    }
}
.price__block {
    margin: 140px 0 200px;
}
@media (max-width: 1600px) {
    .price__block {
        margin: 120px 0;
    }
}
@media (max-width: 767.98px) {
    .price__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
    }
}
.price__item {
    width: 28%;
    -webkit-box-shadow: 0 10px 35px rgba(9, 100, 160, 0.5);
    box-shadow: 0 10px 35px rgba(9, 100, 160, 0.5);
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    height: 100%;
    background-color: #fff;
}
@media (max-width: 991.98px) {
    .price__item {
        width: 30%;
    }
}
@media (max-width: 767.98px) {
    .price__item {
        max-width: 600px;
        width: 100%;
        margin-bottom: 30px;
        border-radius: 0;
    }
    .price__item.active .price__item--info {
        display: block;
    }
    .price__item.active h3:after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .price__item.active h3:before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .price__item li {
        display: inline;
        margin-right: 10px;
        padding-left: 15px !important;
    }
    .price__item li:before {
        top: -2px !important;
    }
}
@media (max-width: 575.98px) {
    .price__item {
        margin-bottom: 20px;
    }
}
.price__item.center {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
    margin-top: 70px;
    height: 100% !important;
}
@media (max-width: 1600px) {
    .price__item.center {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        margin-top: 40px;
    }
}
@media (max-width: 1199.98px) {
    .price__item.center {
        margin-top: 50px;
    }
}
@media (max-width: 767.98px) {
    .price__item.center {
        margin-top: 0;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
.price__item h3 {
    padding: 12px 10px;
    color: #fff;
    font-size: 1.25em;
    text-align: center;
    margin-bottom: 0;
}
@media (max-width: 767.98px) {
    .price__item h3 {
        position: relative;
    }
    .price__item h3:after,
    .price__item h3:before {
        content: "";
        display: block;
        width: 15px;
        height: 1px;
        background-color: #fff;
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }
    .price__item h3:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
.price__item--info {
    padding: 40px 30px;
    background-color: #fff;
}
@media (max-width: 1199.98px) {
    .price__item--info {
        padding: 30px 20px;
    }
}
@media (max-width: 767.98px) {
    .price__item--info {
        padding-top: 15px;
        display: none;
    }
}
@media (min-width: 768px) {
    .price__item--info {
        display: block !important;
    }
}
.price__item-money {
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 15px;
    white-space: nowrap;
}
@media (max-width: 767.98px) {
    .price__item-money {
        margin-bottom: 10px;
    }
}
.price__item-money strong {
    font-size: 2.1875em;
}
@media (max-width: 1199.98px) {
    .price__item-money strong {
        font-size: 1.5625em;
    }
}
.price__item-money.total {
    font-size: 1.5625em;
}
@media (max-width: 1199.98px) {
    .price__item-money.total {
        font-size: 1.25em;
    }
}
.price__item-money.total strong {
    font-size: 3.4375em;
}
@media (max-width: 1199.98px) {
    .price__item-money.total strong {
        font-size: 2.5em;
    }
}
.price__item .btn-wrap {
    text-align: center;
    margin: 50px 0 0;
}
@media (max-width: 991.98px) {
    .price__item .btn-wrap {
        margin-top: 30px;
    }
}
.price__item .btn-wrap .btn {
    font-size: 0.875em;
    padding: 15px 70px;
}
@media (max-width: 991.98px) {
    .price__item .btn-wrap .btn {
        padding: 12px 30px;
    }
}
.price ul {
    padding: 0;
    list-style-type: none;
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: 400;
}
.price ul .list-title {
    font-style: italic;
    font-weight: 900;
    display: block;
    margin-bottom: 15px;
}
@media (max-width: 991.98px) {
    .price ul .list-title {
        margin-bottom: 5px;
        font-size: 0.875em;
    }
}
.price ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 0.875em;
}
@media (max-width: 991.98px) {
    .price ul li {
        margin-bottom: 5px;
    }
}
.price ul li:before {
    content: "●";
    display: block;
    color: #2980b9;
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 0.9375em;
}
.skidka {
    position: relative;
    padding-bottom: 80px;
}
@media (max-width: 1199.98px) {
    .skidka {
        padding-bottom: 0;
    }
}
@media (max-width: 991.98px) {
    .skidka {
        padding-top: 0;
    }
}
@media (max-width: 767.98px) {
    .skidka {
        padding-top: 0;
    }
}
.skidka__text {
    height: 400px;
    width: 100%;
    background-color: #ffd600;
    background-size: cover;
    background-position: left center;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 18%;
    font-size: 2.5em;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
/*    font-style: italic;*/
}
@media (max-width: 1199.98px) {
    .skidka__text {
        height: 300px;
    }
}
@media (max-width: 991.98px) {
    .skidka__text {
        padding-left: 15%;
    }
}
@media (max-width: 767.98px) {
    .skidka__text {
        padding: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (max-width: 575.98px) {
    .skidka__text {
        font-size: 1.875em;
        background-position: 15% center;
    }
}
.skidka__text b {
    font-size: 3em;
    font-weight: 700;
    margin: 0;
    line-height: 1;
}
.skidka img {
    position: absolute;
    right: 0;
    top: -70px;
    max-width: 50%;
    z-index: 1;
}
@media (max-width: 1600px) {
    .skidka img {
        top: 20px;
    }
}
@media (max-width: 1199.98px) {
    .skidka img {
        max-width: 45%;
    }
}
@media (max-width: 991.98px) {
    .skidka img {
        max-width: 40%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
@media (max-width: 767.98px) {
    .skidka img {
        display: none;
    }
}
.advantages__item {
    text-align: center;
    margin: 10px 0;
}
.advantages__item--icon {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 150px;
}
@media (max-width: 1600px) {
    .advantages__item--icon {
        min-height: 120px;
    }
}
@media (max-width: 1199.98px) {
    .advantages__item--icon {
        min-height: 100px;
    }
}
@media (max-width: 767.98px) {
    .advantages__item--icon {
        min-height: 70px;
    }
}
.advantages__item--icon img {
    max-width: 110px;
    width: 35%;
}
@media (max-width: 767.98px) {
    .advantages__item--icon img {
        max-width: 55px;
        width: 100%;
    }
}
@media (max-width: 767.98px) {
    .advantages__item p {
        font-weight: 700;
    }
}
@media (max-width: 575.98px) {
    .advantages__item p {
        font-size: 1em;
    }
}
.installment {
    position: relative;
    z-index: 1;
    overflow-x: hidden;
    background-size: cover;
    background-position: center;
    position: relative;
}
.installment:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(218, 242, 255, 0.9);
    z-index: -1;
}
.installment:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: auto;
    right: -50%;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    background: #1f2b6c;
    background: -o-linear-gradient(18.3deg, #1f2b6c 5%, #3e58e5 96.81%);
    background: linear-gradient(71.7deg, #1f2b6c 5%, #3e58e5 96.81%);
    z-index: 0;
}
@media (max-width: 767.98px) {
    .installment: before {
        right: -47%;
    }
}
@media (max-width: 575.98px) {
    .installment: before {
        right: -80%;
    }
}
.installment h2 {
    line-height: 1.2;
}
@media (max-width: 575.98px) {
    .installment h2 {
        font-size: 1.75em;
        line-height: 1.4;
    }
}
.installment__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767.98px) {
    .installment__item: last-child {
        margin-top: 50px;
    }
}
.installment__item:last-child h2 {
    color: #fff;
}
.installment__item:last-child .paral-blue:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0;
}
.installment__item .paral {
    font-weight: 400;
    font-size: 1.25em;
    margin: 30px 0;
}
@media (max-width: 575.98px) {
    .installment__item .paral {
        margin: 15px 0;
    }
}
.installment__item .paral strong {
    display: block;
    color: #ffc700;
    font-size: 1.5em;
}
@media (max-width: 767.98px) {
    .installment__item.paral.paral-double: after {
        display: none;
    }
}
.installment__item .btn {
    margin-top: 50px;
    font-size: 0.875em;
    padding-left: 40px;
    padding-right: 40px;
}
@media (max-width: 575.98px) {
    .installment__item .btn {
        margin-top: 25px;
    }
}
.installment__item img {
    max-width: 200px;
    width: 100%;
}
@media (max-width: 575.98px) {
    .installment__item img {
        max-width: 45%;
    }
}
.video .video__block {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.video .video__block .video-link {
    max-width: 100%;
}
.cases {
    background-size: 60%;
    background-position: right top;
}
@media (max-width: 767.98px) {
    .cases {
        background-size: 100%;
        background-position: center bottom;
    }
}
.cases:after {
    content: "";
    display: block;
    width: 45%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
@media (max-width: 991.98px) {
    .cases: after {
        width: 50%;
    }
}
@media (max-width: 767.98px) {
    .cases: after {
        display: none;
    }
}
.cases h2 {
    text-align: left;
    margin-bottom: 4.17vmax;
}
@media (max-width: 1199.98px) {
    .cases h2 {
        font-size: 1.875em;
    }
}
@media (max-width: 767.98px) {
    .cases h2 {
        text-align: center;
        display: block;
        width: 100%;
    }
    .cases h2 br {
        display: none;
    }
}
@media (max-width: 575.98px) {
    .cases h2 {
        font-size: 1.375em;
    }
}
@media (max-width: 767.98px) {
    .cases .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.cases .worksteps {
    width: 45%;
}
@media (max-width: 1600px) {
    .cases .worksteps {
        padding-left: 8% !important;
    }
}
@media (max-width: 991.98px) {
    .cases .worksteps {
        width: 50%;
    }
}
@media (max-width: 767.98px) {
    .cases .worksteps {
        width: 100%;
        background: #2980b9;
        background: -o-linear-gradient(18.3deg, #2980b9 21.74%, #7ec4fb 96.81%);
        background: linear-gradient(71.7deg, #2980b9 21.74%, #7ec4fb 96.81%);
        margin-top: -70px;
        padding-top: 70px;
        padding-left: 0 !important;
    }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
    .cases .worksteps {
        padding-top: 40px;
        margin-top: -40px;
    }
}
@media (max-width: 767.98px) {
    .cases .worksteps__item {
        padding-left: 25%;
    }
}
@media (max-width: 575.98px) {
    .cases .worksteps__item {
        padding-left: 0;
        position: relative;
        z-index: 1;
        margin: 25px auto;
        width: 90%;
        text-align: center;
    }
    .cases .worksteps__item p {
        width: 100%;
    }
    .cases .worksteps__item .number {
        position: absolute;
        left: 50%;
        top: -10px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: -1;
        opacity: 0.4;
    }
}
.cases__block {
    width: 55%;
    padding-left: 65px;
}
@media (max-width: 1600px) {
    .cases__block {
        padding-right: 8% !important;
    }
}
@media (max-width: 991.98px) {
    .cases__block {
        width: 50%;
    }
}
@media (max-width: 767.98px) {
    .cases__block {
        width: 100%;
        padding-top: 50px;
    }
}
@media (max-width: 575.98px) {
    .cases__block {
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-top: 30px;
    }
}
@media (max-width: 1199.98px) {
    .cases__block .d-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media (max-width: 767.98px) {
    .cases__block .d-flex {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.cases__viewing--img {
    max-width: 505px;
    width: 100%;
    min-height: 715px;
    margin-bottom: 40px;
}
@media (max-width: 1600px) {
    .cases__viewing--img {
        max-width: 80%;
        min-height: 1px;
    }
}
@media (max-width: 1199.98px) {
    .cases__viewing--img {
        max-width: 100%;
        margin-bottom: 20px;
    }
}
.cases__info {
    margin-top: 20px;
}
@media (max-width: 1199.98px) {
    .cases__info {
        margin-top: 8px;
    }
}
.cases__info span {
    display: block;
    font-weight: 400;
}
.cases__info strong {
    font-size: 1.375em;
}
.cases__preview {
    position: relative;
    width: 190px;
    margin-top: -25px;
}
@media (max-width: 1199.98px) {
    .cases__preview {
        width: 100%;
        margin-top: 30px;
    }
}
@media (max-width: 575.98px) {
    .cases__preview {
        width: 90%;
    }
}
.cases__preview--item {
    margin: 25px 0;
    cursor: pointer;
    height: 250px !important;
    background-size: cover;
    background-position: center;
    font-size: 0.75em;
    color: #fff;
    position: relative;
    z-index: 1;
    padding: 15px;
    border-radius: 0 !important;
    border: none !important;
}
@media (max-width: 1199.98px) {
    .cases__preview--item {
        margin: 0 10px;
        height: 160px !important;
    }
}
.cases__preview--item:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(31, 43, 108, 0.85);
    z-index: -1;
}
.cases__preview--info {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.cases__preview--info .cases__info {
    margin-top: 8px;
}
.cases__preview--info .cases__info strong {
    font-size: 1em;
    font-weight: 700;
}
@media (max-width: 991.98px) {
    .cases__preview--info .cases__info strong {
        font-size: 0.875em;
    }
}
.cases__preview--info .cases__info:first-child {
    margin-top: 0;
}
.slick-next,
.slick-prev {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -40px;
    width: 50px;
    opacity: 1;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
@media (max-width: 1199.98px) {
    .slick-next,
    .slick-prev {
        left: -40px;
        top: 50%;
        -webkit-transform: translate(0, -50%) rotate(-90deg);
        -ms-transform: translate(0, -50%) rotate(-90deg);
        transform: translate(0, -50%) rotate(-90deg);
    }
}
.slick-next:hover,
.slick-prev:hover {
    opacity: 0.8;
}
.slick-next img,
.slick-prev img {
    width: 30px;
    margin: 0 auto;
}
.slick-next:before,
.slick-prev:before {
    display: none;
}
.slick-next {
    top: auto;
    bottom: 50px;
}
@media (max-width: 1600px) {
    .slick-next {
        bottom: -25px;
    }
}
@media (max-width: 1199.98px) {
    .slick-next {
        bottom: auto;
        top: 50%;
        left: auto;
        right: -40px;
    }
}
.worksteps {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.worksteps__item {
    width: 100%;
    margin-bottom: 5vmax;
}
.worksteps__item .number {
    font-size: 12.5em;
    color: #daf2ff;
    line-height: 0.75;
    height: auto;
    font-family: -apple-system, Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin-right: 3.38vw;
}
@media (max-width: 1199.98px) {
    .worksteps__item .number {
        font-size: 9.375em;
        margin-right: 20px;
    }
}
.worksteps__item p {
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
}
@media (max-width: 1199.98px) {
    .worksteps__item p {
        font-size: 1em;
    }
}
.faq {
    background-size: 22%;
    background-position: center top 200px;
    background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
    .faq {
        background-size: 30%;
    }
}
.faq__text {
    width: 80%;
}
@media (max-width: 1199.98px) {
    .faq__text {
        width: 100%;
    }
}
.faq__text h3 {
    text-transform: none;
    font-size: 1.5625em;
    font-weight: 700;
    line-height: 1.4;
}
.faq__item {
    font-weight: 400;
    margin-top: 25px;
}
.faq__item p {
    background-color: #daf2ff;
    display: none;
    padding: 5px 10px 5px 20px;
}
.faq__question {
    font-size: 0.9375em;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: all 0.25 ease;
    -o-transition: all 0.25 ease;
    transition: all 0.25 ease;
    padding-left: 20px;
    position: relative;
}
.faq__question:before {
    content: "●";
    display: inline-block;
    font-size: 20px;
    color: #1f2b6c;
    position: absolute;
    left: 0;
    top: -3px;
}
@media (max-width: 1199.98px) {
    .faq__question: before {
        font-size: 16px;
        top: -4px;
    }
}
.faq__question.active,
.faq__question:hover {
    color: #1f2b6c;
}
.faq__video {
    width: 80%;
    margin-left: auto;
}
@media (max-width: 991.98px) {
    .faq__video {
        width: 100%;
        margin-top: 40px;
    }
    .faq__video .slick-list {
        padding-bottom: 60px;
    }
}
@media (max-width: 767.98px) {
    .faq__video {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}
.faq__video--item {
    border: none !important;
    display: block;
    max-width: 100%;
    width: 100%;
    height: 17vw !important;
    margin-bottom: 80px;
    position: relative;
}
@media (max-width: 1199.98px) {
    .faq__video--item {
        margin-bottom: 60px;
        height: 200px !important;
    }
}
@media (max-width: 991.98px) {
    .faq__video--item {
        margin: 0 15px;
    }
}
.faq__video--item span {
    text-align: left;
    line-height: 1.3;
}
.faq__video .slick-next,
.faq__video .slick-prev {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -40px;
    width: 50px;
    opacity: 1;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
@media (max-width: 991.98px) {
    .faq__video .slick-next,
    .faq__video .slick-prev {
        left: -30px;
        top: calc(50% - 20px);
        -webkit-transform: translateX(0) translateY(-50%) rotate(-90deg);
        -ms-transform: translateX(0) translateY(-50%) rotate(-90deg);
        transform: translateX(0) translateY(-50%) rotate(-90deg);
    }
}
.faq__video .slick-next:hover,
.faq__video .slick-prev:hover {
    opacity: 0.8;
}
.faq__video .slick-next img,
.faq__video .slick-prev img {
    width: 30px;
    margin: 0 auto;
}
.faq__video .slick-next:before,
.faq__video .slick-prev:before {
    display: none;
}
.faq__video .slick-next {
    top: auto;
    bottom: 10px;
}
@media (max-width: 1199.98px) {
    .faq__video .slick-next {
        bottom: -20px;
    }
}
@media (max-width: 991.98px) {
    .faq__video .slick-next {
        bottom: auto;
        top: calc(50% - 20px);
        right: -30px;
        left: auto;
    }
}
.callback h2 {
    text-align: left;
}
@media (max-width: 991.98px) {
    .callback h2 br {
        display: none;
    }
}
@media (max-width: 991.98px) {
    .callback-left {
        max-width: 100%;
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0;
    }
}
.callback-left p {
    font-size: 1.5625em;
    font-weight: 400;
}
@media (max-width: 575.98px) {
    .callback-left p {
        font-size: 1.25em;
    }
}
@media (max-width: 991.98px) {
    .callback-right {
        max-width: 420px;
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 30px auto 0;
        padding: 0;
    }
}
.callback form {
    padding: 50px;
}
@media (max-width: 1199.98px) {
    .callback form {
        padding: 40px 20px;
    }
}

.callback form input {
    width: 100%;
}
.callback form input[type="checkbox"] {
    width: 20px;
}
.callback form button {
    display: block;
/*    width: 100%;*/
    text-align: center;
    margin: 70px auto 50px auto;
    font-weight: 900;
}
@media (max-width: 1600px) {
    .callback form button {
        margin: 40px 0;
    }
}
@media (max-width: 767.98px) {
    .callback form button {
        margin: 20px 0;
    }
}
.contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    min-height: 400px;
    color: #fff;
}
@media (max-width: 991.98px) {
    .contacts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.contacts a {
    color: #fff;
}
.contacts h2 {
    text-align: left;
    font-size: 2.125em;
}
@media (max-width: 575.98px) {
    .contacts h2 {
        font-size: 1.375em;
        margin-bottom: 20px;
    }
}
.contacts__info {
    width: 45%;
    padding: 50px 0;
    padding-left: 10%;
    padding-right: 30px;
    font-size: 1.375em;
    position: relative;
    z-index: 1;
}
@media (max-width: 991.98px) {
    .contacts__info {
        width: 100%;
    }
}
@media (max-width: 575.98px) {
    .contacts__info {
        font-size: 1.125em;
    }
}
.contacts__info .btn {
    color: #000;
    font-size: 0.75em;
}
.contacts__item {
    margin-bottom: 30px;
}
@media (max-width: 575.98px) {
    .contacts__item {
        margin-bottom: 18px;
    }
}
.contacts__item small {
    display: block;
    font-weight: 700;
}
.contacts__map {
    width: 55%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
@media (max-width: 991.98px) {
    .contacts__map {
        width: 100%;
        height: 400px;
    }
}
.loader {
    position: absolute;
    z-index: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: #000;
    -webkit-transition: opacity 0.7s ease;
    -o-transition: opacity 0.7s ease;
    transition: opacity 0.7s ease;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.55);
}
.loader:after,
.loader:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.loader.is-active {
    top: 0;
    opacity: 1;
}
.loader-default:after {
    position: absolute;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    width: 48px;
    height: 48px;
    content: "";
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
    border: solid 8px #fff;
    border-left-color: transparent;
    border-radius: 50%;
}
.map-here {
    position: relative;
    z-index: 1;
    width: 100%;
    display: block;
    height: 100%;
    cursor: pointer;
    background-color: transparent;
}
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes rotation {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-webkit-keyframes blink {
    from {
        opacity: 0.5;
    }
    to {
        opacity: 1;
    }
}
@keyframes blink {
    from {
        opacity: 0.5;
    }
    to {
        opacity: 1;
    }
}
.social__list {
    margin-top: 10px;
    margin-bottom: 40px;
}
.social__list a img {
    max-width: 40px;
    width: 100%;
    height: auto;
    margin-right: 30px;
}
.footer {
    background-color: #1f2b6c;
    color: #fff;
    padding: 30px 0;
    font-weight: 700;
}
@media (max-width: 575.98px) {
    .footer__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.footer a {
    color: #fff;
}
.footer a:hover {
    text-decoration: underline;
}
@media (max-width: 575.98px) {
    .footer a {
        display: block;
        margin-top: 10px;
    }
}
@media (max-width: 1199.98px) {
    html {
        font-size: 80%;
    }
}
@media (max-width: 1600px) {
    html {
        font-size: 90%;
    }
}
@media (min-width: 1600px) {
    html {
        font-size: 100%;
    }
    body {
        font-size: 1.25em;
    }
    .container {
        max-width: 1560px;
    }
    .header__menu ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .banner__block {
        max-width: 90%;
        justify-content: space-evenly;
    }
}
.head_mail {
    font-size: 1em !important;
}
.header__menu ul.submenu {
    display: none;
}
@media (min-width: 1200px) {
    .has-child {
        position: relative;
    }
    .has-child > a:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f107";
        float: right;
        margin-left: 7px;
    }
    .header__menu ul.submenu {
        position: absolute;
        background: #fff;
        padding: 15px;
        text-align: left;
        -webkit-box-shadow: 0 0 8px 7px rgba(34, 60, 80, 0.35);
        -moz-box-shadow: 0 0 8px 7px rgba(34, 60, 80, 0.35);
        box-shadow: 0 0 8px 7px rgba(34, 60, 80, 0.35);
    }
    .has-child .dropdown {
        display: none;
    }
    .hide_on_desktop {
        display: none !important;
    }
    footer .socials {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        margin-top: 3%;
    }
    footer .socials a {
        margin-right: 1%;
        margin-right: 5px !important;
    }
    footer .footer_nav_item {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 25%;
    }
    footer a[href="#callback_form"] {
        margin-top: 3%;
    }
    .footer_nav {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        margin-bottom: 2%;
    }
}
@media (max-width: 1199px) {
    .has-child > a {
        display: inline !important;
    }
    .has-child {
        text-align: center !important;
    }
    .dropdown {
        display: inline-block;
    }
    .submenu {
        height: auto !important;
        text-align: center !important;
        -webkit-box-shadow: 0 0 8px 7px rgba(34, 60, 80, 0.13);
        -moz-box-shadow: 0 0 8px 7px rgba(34, 60, 80, 0.13);
        box-shadow: 0 0 8px 7px rgba(34, 60, 80, 0.13);
    }
    .header__menu > ul {
        justify-content: flex-start;
        margin-top: 15%;
    }
    .hide_on_mobile {
        display: none !important;
    }
    .nav_contacts {
        z-index: 999999;
        display: flex;
        flex-direction: column;
        margin: 0;
    }
    .nav_contacts .header__phone {
        margin: 0;
    }

    footer .socials {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        margin-top: 3%;
    }
    footer .socials a {
        margin-right: 1%;
    }
    footer .footer_nav_item {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    footer a[href="#callback_form"] {
        margin-top: 3%;
    }
    .footer_nav {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        margin-bottom: 2%;
    }
    footer .submenu {
        height: auto !important;
        text-align: start !important;
        box-shadow: none !important;
    }
}
@media (max-width: 800px) {
    .footer_nav {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        margin-bottom: 2%;
    }
    footer .submenu {
        display: none;
    }

    .footer_nav_item {
        align-items: center;
    }

    .footer_nav_item:nth-child(3) {
        margin-bottom: 5%;
    }

    .footer_block a {
        text-align: center;
    }

}
.footer_nav_item a {
    display: block;
    margin: 0!important;
}
.footer_heading {
    font-weight: bolder;
}
.breadcrumbs {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    list-style: none;
}
.bread_separator {
    padding-left: 1%;
    padding-right: 1%;
}
#city_selector {
    font-size: 15px;
}

.quality__block:before {
    display: none;
}

.footer_block {
    padding-top: 2%;
}

.footer_heading:not(:nth-of-type(1)) {
    padding-top: 2%;
}

.header__menu-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media (max-width: 1760px) {

    .banner ul li {
        font-size: 16px;
    }

}

@media (max-width: 1099px) {

    .banner ul li {
        font-size: 14px;
        padding-left: 10px;
    }

    .banner ul {
        margin-left: 20px;
    }

}

.form__title {
    font-size: 2.375em;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 700;
}

.form__title.form__title_small {
    font-size: 1.625em
}

.form-group label {
    margin-bottom: 5px;
}

.form-group {
    margin-bottom: 25px;
}

.form-group input {
    width: 100%;
}

.form-group .help-block {
    color: #ff7f7f;
    font-size: 12px;
}

/* Квиз */

.quiz-modal {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 99991;
    top: 0;
    left: 0;
}

.quiz-modal-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
}

.quiz-modal-block {
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 35px;
    border-radius: 4px;
    width: calc(100vw - 30px);
    max-width: 1100px;
    max-height: 100vh;
    overflow: auto;
}

.quiz-modal-cls {
    text-decoration: none;
    font-size: 27px;
    width: 15px;
    height: 15px;
    line-height: 13px;
    position: absolute;
    display: block;
    right: 15px;
    top: 15px;
}

.quiz-modal-top {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dadada;
}

.quiz-modal-top-ttl {
    font-size: 34px;
    font-weight: 400;
}

.quiz-modal-quest-ttl {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 18px;
}

.quiz-modal-answers {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.quiz-modal-col {
    width: 100%;
    max-width: 300px;
    padding: 0px 15px;
    margin-bottom: 20px;
}

.quiz-modal-chb input {
    display: none;
}

.quiz-modal-chb label {
    border: 1px solid #dadada;
    width: 100%;
    display: block;
    border-radius: 4px;
    cursor: pointer;
    padding: 7px 14px;
    font-size: 14px;
    color: black;
}

.quiz-modal input:checked + label {
    color: #fff;
    background: #2980b9;
    border-color: #2980b9;
}

.quiz-modal-form {
    max-width: 445px;
    margin: 0 auto;
}

.quiz-modal-form-ttl {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 18px;
    text-align: center;
}

.quiz-modal-form-input input {
    border: 1px solid #dadada;
    width: 100%;
    display: block;
    border-radius: 4px;
    cursor: pointer;
    padding: 7px 14px;
    font-size: 14px;
    cursor: text;
}

.quiz-modal-form-input input.error {
    border-color: #f00;
}

.quiz-modal-form-input {
    margin-bottom: 19px;
}

.quiz-modal-form-btn {
    text-align: center;
}

.quiz-modal-form-btn button {
    color: #fff;
    background: #2980b9;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    padding: 15px 10px;
    border: 0;
    opacity: 1;
    transition: 0.3s;
    cursor: pointer;
}

@media (max-width: 767px) {

    .quiz-modal-top-ttl {
        font-size: 24px;
    }

    .quiz-modal-quest-ttl {
        font-size: 20px;
    }

    .quiz-modal-form-ttl {
        font-size: 20px;
    }
}

/* ----- */

/* Карточки */

.cards {
    background-repeat: no-repeat;
    background-size: cover;
}

.cards__list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
}

.cards__item {
    width: calc(100% / 4 - 30px);
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 7px;
    padding: 38px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    color: white;
}

.cards__item.cards__item_white {
    color: #1A1A1A;
}

.cards__item.cards__item_right {
    align-items: flex-end;
    text-align: right;
}

.cards__item-arrow {
    width: 100%;
    max-width: 45px;
    margin-bottom: 15px;
    opacity: 0;
}

.cards__item-title {
    font-size: 25px;
    line-height: 1.2;
}

.cards__item-title.cards__item-title_short {
    max-width: 70%;
}

.cards__stripe {
    background-color: #F64027;
    color: white;
    padding: 35px 0;
}

.cards__stripe .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cards__stripe-button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-transform: uppercase;
    border: 1px solid white;
    cursor: pointer;
    border-radius: 60px;
    padding: 15px 38px;
    font-size: 33px;
    transition: all 0.2s;
    color: white;
}

.cards__stripe-button:focus, .cards__stripe-button:visited, .cards__stripe-button:hover {
    color: white;
}

.cards__stripe-button:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.cards__stripe-button img {
    filter: invert(1);
    margin-right: 35px;
    width: 45px;
}

@media (max-width: 1599px) {

    .cards__item-title {
        font-size: 16px;
    }

    .cards__item {
        padding: 19px;
    }

}

@media (max-width: 991px) {

    .cards__item {
        width: calc(100% / 3 - 30px);
    }

    .cards__stripe-button {
        padding: 10px 24px;
        font-size: 20px;
    }

    .cards__stripe-button img {
        margin-right: 20px;
        width: 35px;
    }

}

@media (max-width: 767px) {

    .cards__item {
        width: calc(100% / 2 - 30px);
    }

    .cards__stripe-button {
        padding: 7px 15px;
        font-size: 15px;
    }

    .cards__stripe-button img {
        margin-right: 10px;
        width: 25px;
    }

}

@media (max-width: 449px) {

    .cards__item {
        width: calc(100% - 30px);
    }

}

/* ----- */

/* Отзывы */

.reviews h1 {
    text-align: center;
    margin-bottom: 50px;
}

.reviews__list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.reviews__item {
    width: 45%;
    height: 250px;
    margin-bottom: 40px;
}

@media (max-width: 767px) {

    .reviews__item {
        width: 100%;
    }

}

/* ----- */