/*preloader-style */
#fader {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    pointer-events: none;
    background: #101010;
    animation-duration: 300ms;
    animation-timing-function: ease-in-out;
}
#preloader-svg-logo g > * {
    transition: .3s;
}
@keyframes fade-out {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}
@keyframes fade-in {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
#fader.fade-out {
    opacity: 0;
    animation-name: fade-out;
}
#fader.fade-in {
    opacity: 1;
    animation-name: fade-in;
}
/*!* Bootstrap v4.0.0 (https://getbootstrap.com)*/
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #ffffff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}
*, ::after, ::before {
    box-sizing: border-box
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}
@-ms-viewport {
    width: device-width
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #ffffff
}
[tabindex="-1"]:focus {
    outline: 0 !important
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .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
}
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: .5rem;
    margin-left: 0
}
blockquote {
    margin: 0 0 1rem
}
dfn {
    font-style: italic
}
b, strong {
    font-weight: bolder
}
small {
    font-size: 80%
}
sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}
sub {
    bottom: -.25em
}
sup {
    top: -.5em
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}
a:hover {
    color: #0056b3;
    text-decoration: underline
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}
a:not([href]):not([tabindex]):focus {
    outline: 0
}
code, kbd, pre, samp {
    font-family: monospace, 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:not(:root) {
    overflow: hidden
}
table {
    border-collapse: collapse
}
caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}
th {
    text-align: inherit
}
label {
    display: inline-block;
    margin-bottom: .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
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}
input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}
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: .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-cancel-button, [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
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}
.h1, h1 {
    font-size: 2.5rem
}
.h2, h2 {
    font-size: 2rem
}
.h3, h3 {
    font-size: 1.75rem
}
.h4, h4 {
    font-size: 1.5rem
}
.h5, h5 {
    font-size: 1.25rem
}
.h6, h6 {
    font-size: 1rem
}
.lead {
    font-size: 1.25rem;
    font-weight: 300
}
.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}
.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}
.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}
.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}
.small, small {
    font-size: 80%;
    font-weight: 400
}
.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}
.list-unstyled {
    padding-left: 0;
    list-style: none
}
.list-inline {
    padding-left: 0;
    list-style: none
}
.list-inline-item {
    display: inline-block
}
.list-inline-item:not(:last-child) {
    margin-right: .5rem
}
.initialism {
    font-size: 90%;
    text-transform: uppercase
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}
.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}
.blockquote-footer::before {
    content: "\2014 \00A0"
}
.img-fluid {
    max-width: 100%;
    height: auto
}
.img-thumbnail {
    padding: .25rem;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}
.figure {
    display: inline-block
}
.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}
.figure-caption {
    font-size: 90%;
    color: #6c757d
}
code, kbd, pre, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}
code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}
a > code {
    color: inherit
}
kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #ffffff;
    background-color: #212529;
    border-radius: .2rem
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}
pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
.btn-contact {
    background-color: #181818;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    font: 22px/2.5 'Proxima Nova Light' !important;
}
.error {
    color: red;
}
.btn-contact-model {
    background: #000000;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    font: 22px/2.5 'Proxima Nova Light' !important;
}
.btn-contact-us {
    background: #101010;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    font: 22px/2.5 'Proxima Nova Light' !important;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
.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%;
    min-height: 1px;
    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%
}
.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}
.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}
.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}
.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.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}
.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}
.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.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}
.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}
.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.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}
.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}
.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.333333%
}
.offset-2 {
    margin-left: 16.666667%
}
.offset-3 {
    margin-left: 25%
}
.offset-4 {
    margin-left: 33.333333%
}
.offset-5 {
    margin-left: 41.666667%
}
.offset-6 {
    margin-left: 50%
}
.offset-7 {
    margin-left: 58.333333%
}
.offset-8 {
    margin-left: 66.666667%
}
.offset-9 {
    margin-left: 75%
}
.offset-10 {
    margin-left: 83.333333%
}
.offset-11 {
    margin-left: 91.666667%
}
@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%
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .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.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .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.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .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.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .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.333333%
    }
    .offset-sm-2 {
        margin-left: 16.666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.333333%
    }
    .offset-sm-5 {
        margin-left: 41.666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.333333%
    }
    .offset-sm-8 {
        margin-left: 66.666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.333333%
    }
    .offset-sm-11 {
        margin-left: 91.666667%
    }
}
@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%
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .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.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .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.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .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.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .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.333333%
    }
    .offset-md-2 {
        margin-left: 16.666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.333333%
    }
    .offset-md-5 {
        margin-left: 41.666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.333333%
    }
    .offset-md-8 {
        margin-left: 66.666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.333333%
    }
    .offset-md-11 {
        margin-left: 91.666667%
    }
}
@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%
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .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.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .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.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .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.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .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.333333%
    }
    .offset-lg-2 {
        margin-left: 16.666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.333333%
    }
    .offset-lg-5 {
        margin-left: 41.666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.333333%
    }
    .offset-lg-8 {
        margin-left: 66.666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.333333%
    }
    .offset-lg-11 {
        margin-left: 91.666667%
    }
}
@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%
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .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.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .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.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .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.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .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.333333%
    }
    .offset-xl-2 {
        margin-left: 16.666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.333333%
    }
    .offset-xl-5 {
        margin-left: 41.666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.333333%
    }
    .offset-xl-8 {
        margin-left: 66.666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.333333%
    }
    .offset-xl-11 {
        margin-left: 91.666667%
    }
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}
.table tbody + tbody {
    border-top: 2px solid #dee2e6
}
.table .table {
    background-color: #ffffff
}
.table-sm td, .table-sm th {
    padding: .3rem
}
.table-bordered {
    border: 1px solid #dee2e6
}
.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6
}
.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}
.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}
.table-primary, .table-primary > td, .table-primary > th {
    background-color: #b8daff
}
.table-hover .table-primary:hover {
    background-color: #9fcdff
}
.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
    background-color: #9fcdff
}
.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #d6d8db
}
.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}
.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf
}
.table-success, .table-success > td, .table-success > th {
    background-color: #c3e6cb
}
.table-hover .table-success:hover {
    background-color: #b1dfbb
}
.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: #b1dfbb
}
.table-info, .table-info > td, .table-info > th {
    background-color: #bee5eb
}
.table-hover .table-info:hover {
    background-color: #abdde5
}
.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background-color: #abdde5
}
.table-warning, .table-warning > td, .table-warning > th {
    background-color: #ffeeba
}
.table-hover .table-warning:hover {
    background-color: #ffe8a1
}
.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background-color: #ffe8a1
}
.table-danger, .table-danger > td, .table-danger > th {
    background-color: #f5c6cb
}
.table-hover .table-danger:hover {
    background-color: #f1b0b7
}
.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #f1b0b7
}
.table-light, .table-light > td, .table-light > th {
    background-color: #fdfdfe
}
.table-hover .table-light:hover {
    background-color: #ececf6
}
.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
    background-color: #ececf6
}
.table-dark, .table-dark > td, .table-dark > th {
    background-color: #c6c8ca
}
.table-hover .table-dark:hover {
    background-color: #b9bbbe
}
.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
    background-color: #b9bbbe
}
.table-active, .table-active > td, .table-active > th {
    background-color: rgba(0, 0, 0, .075)
}
.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}
.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, .075)
}
.table .thead-dark th {
    color: #ffffff;
    background-color: #212529;
    border-color: #32383e
}
.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}
.table-dark {
    color: #ffffff;
    background-color: #212529
}
.table-dark td, .table-dark th, .table-dark thead th {
    border-color: #32383e
}
.table-dark.table-bordered {
    border: 0
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}
.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, .075)
}
@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-sm > .table-bordered {
        border: 0
    }
}
@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-md > .table-bordered {
        border: 0
    }
}
@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-lg > .table-bordered {
        border: 0
    }
}
@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-xl > .table-bordered {
        border: 0
    }
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}
.table-responsive > .table-bordered {
    border: 0
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}
.form-control:focus {
    color: #495057;
    background-color: #ffffff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}
.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}
.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}
.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}
.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}
select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px)
}
select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #ffffff
}
.form-control-file, .form-control-range {
    display: block;
    width: 100%
}
.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}
.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}
.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}
.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}
.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm, .input-group-lg > .form-control-plaintext.form-control, .input-group-lg > .input-group-append > .form-control-plaintext.btn, .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text, .input-group-lg > .input-group-prepend > .form-control-plaintext.btn, .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text, .input-group-sm > .form-control-plaintext.form-control, .input-group-sm > .input-group-append > .form-control-plaintext.btn, .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text, .input-group-sm > .input-group-prepend > .form-control-plaintext.btn, .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text {
    padding-right: 0;
    padding-left: 0
}
.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px)
}
.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px)
}
.form-group {
    margin-bottom: 1rem
}
.form-text {
    display: block;
    margin-top: .25rem
}
.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}
.form-row > .col, .form-row > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}
.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}
.form-check-input:disabled ~ .form-check-label {
    color: #6c757d
}
.form-check-label {
    margin-bottom: 0
}
.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}
.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}
.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #ffffff;
    background-color: rgba(40, 167, 69, .8);
    border-radius: .2rem
}
.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
    border-color: #28a745
}
.custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
    display: block
}
.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745
}
.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block
}
.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745
}
.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
    background-color: #71dd8a
}
.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block
}
.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    background-color: #34ce57
}
.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #ffffff, 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745
}
.custom-file-input.is-valid ~ .custom-file-label::before, .was-validated .custom-file-input:valid ~ .custom-file-label::before {
    border-color: inherit
}
.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block
}
.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}
.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #ffffff;
    background-color: rgba(220, 53, 69, .8);
    border-radius: .2rem
}
.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-color: #dc3545
}
.custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}
.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
    display: block
}
.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545
}
.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block
}
.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545
}
.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
    background-color: #efa2a9
}
.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block
}
.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    background-color: #e4606d
}
.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #ffffff, 0 0 0 .2rem rgba(220, 53, 69, .25)
}
.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545
}
.custom-file-input.is-invalid ~ .custom-file-label::before, .was-validated .custom-file-input:invalid ~ .custom-file-label::before {
    border-color: inherit
}
.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block
}
.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}
.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.form-inline .form-check {
    width: 100%
}
@media (min-width: 576px) {
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }
    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-plaintext {
        display: inline-block
    }
    .form-inline .input-group {
        width: auto
    }
    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }
    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
.btn:focus, .btn:hover {
    text-decoration: none
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.btn.disabled, .btn:disabled {
    opacity: .65
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}
.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
    background-image: none
}
a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}
.btn-primary {
    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff
}
.btn-primary:hover {
    color: #ffffff;
    background-color: #0069d9;
    border-color: #0062cc
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #0062cc;
    border-color: #005cbf
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}
.btn-secondary {
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d
}
.btn-secondary:hover {
    color: #ffffff;
    background-color: #5a6268;
    border-color: #545b62
}
.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}
.btn-secondary.disabled, .btn-secondary:disabled {
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #545b62;
    border-color: #4e555b
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}
.btn-success {
    color: #ffffff;
    background-color: #28a745;
    border-color: #28a745
}
.btn-success:hover {
    color: #ffffff;
    background-color: #218838;
    border-color: #1e7e34
}
.btn-success.focus, .btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}
.btn-success.disabled, .btn-success:disabled {
    color: #ffffff;
    background-color: #28a745;
    border-color: #28a745
}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
    color: #ffffff;
    background-color: #1e7e34;
    border-color: #1c7430
}
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}
.btn-info {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8
}
.btn-info:hover {
    color: #ffffff;
    background-color: #138496;
    border-color: #117a8b
}
.btn-info.focus, .btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}
.btn-info.disabled, .btn-info:disabled {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8
}
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
    color: #ffffff;
    background-color: #117a8b;
    border-color: #10707f
}
.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}
.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}
.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}
.btn-warning.focus, .btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}
.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}
.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}
.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}
.btn-danger {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545
}
.btn-danger:hover {
    color: #ffffff;
    background-color: #c82333;
    border-color: #bd2130
}
.btn-danger.focus, .btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}
.btn-danger.disabled, .btn-danger:disabled {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545
}
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #bd2130;
    border-color: #b21f2d
}
.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}
.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}
.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}
.btn-light.focus, .btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}
.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}
.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}
.btn-dark {
    color: #ffffff;
    background-color: #343a40;
    border-color: #343a40
}
.btn-dark:hover {
    color: #ffffff;
    background-color: #23272b;
    border-color: #1d2124
}
.btn-dark.focus, .btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}
.btn-dark.disabled, .btn-dark:disabled {
    color: #ffffff;
    background-color: #343a40;
    border-color: #343a40
}
.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #1d2124;
    border-color: #171a1d
}
.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}
.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff
}
.btn-outline-primary:hover {
    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}
.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d
}
.btn-outline-secondary:hover {
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d
}
.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}
.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745
}
.btn-outline-success:hover {
    color: #ffffff;
    background-color: #28a745;
    border-color: #28a745
}
.btn-outline-success.focus, .btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}
.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
    color: #ffffff;
    background-color: #28a745;
    border-color: #28a745
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}
.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}
.btn-outline-info:hover {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8
}
.btn-outline-info.focus, .btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}
.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}
.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}
.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}
.btn-outline-warning.focus, .btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}
.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}
.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545
}
.btn-outline-danger:hover {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545
}
.btn-outline-danger.focus, .btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}
.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}
.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}
.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}
.btn-outline-light.focus, .btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}
.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}
.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}
.btn-outline-dark:hover {
    color: #ffffff;
    background-color: #343a40;
    border-color: #343a40
}
.btn-outline-dark.focus, .btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}
.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #343a40;
    border-color: #343a40
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}
.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent
}
.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent
}
.btn-link.focus, .btn-link:focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none
}
.btn-link.disabled, .btn-link:disabled {
    color: #6c757d
}
.btn-group-lg > .btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}
.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}
.btn-block {
    display: block;
    width: 100%
}
.btn-block + .btn-block {
    margin-top: .5rem
}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}
.fade {
    opacity: 0;
    transition: opacity .15s linear
}
.fade.show {
    opacity: 1
}
.collapse {
    display: none
}
.collapse.show {
    display: block
}
tr.collapse.show {
    display: table-row
}
tbody.collapse.show {
    display: table-row-group
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}
.dropdown, .dropup {
    position: relative
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}
.dropdown-toggle:empty::after {
    margin-left: 0
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}
.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: .125rem
}
.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}
.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}
.dropright .dropdown-menu {
    margin-top: 0;
    margin-left: .125rem
}
.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}
.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}
.dropright .dropdown-toggle::after {
    vertical-align: 0
}
.dropleft .dropdown-menu {
    margin-top: 0;
    margin-right: .125rem
}
.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}
.dropleft .dropdown-toggle::after {
    display: none
}
.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}
.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}
.dropleft .dropdown-toggle::before {
    vertical-align: 0
}
.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}
.dropdown-item.active, .dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #007bff
}
.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent
}
.dropdown-menu.show {
    display: block
}
.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}
.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}
.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
    z-index: 1
}
.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
    z-index: 1
}
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px
}
.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}
.btn-toolbar .input-group {
    width: auto
}
.btn-group > .btn:first-child {
    margin-left: 0
}
.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}
.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}
.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}
.dropdown-toggle-split::after {
    margin-left: 0
}
.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}
.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}
.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.btn-group-vertical .btn, .btn-group-vertical .btn-group {
    width: 100%
}
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0
}
.btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}
.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}
.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}
.input-group > .custom-file:focus, .input-group > .custom-select:focus, .input-group > .form-control:focus {
    z-index: 3
}
.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control {
    margin-left: -1px
}
.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}
.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}
.input-group > .custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::before {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}
.input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::before {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}
.input-group-append, .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 2
}
.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
    margin-left: -1px
}
.input-group-prepend {
    margin-right: -1px
}
.input-group-append {
    margin-left: -1px
}
.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}
.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
    margin-top: 0
}
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}
.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}
.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #ffffff;
    background-color: #007bff
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #ffffff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.custom-control-input:active ~ .custom-control-label::before {
    color: #ffffff;
    background-color: #b3d7ff
}
.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d
}
.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef
}
.custom-control-label {
    margin-bottom: 0
}
.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6
}
.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}
.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #007bff
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}
.custom-radio .custom-control-label::before {
    border-radius: 50%
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #ffffff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(128, 189, 255, .5)
}
.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #ffffff
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}
.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}
.custom-select::-ms-expand {
    opacity: 0
}
.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}
.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 125%
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0
}
.custom-file-input:focus ~ .custom-file-control {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.custom-file-input:focus ~ .custom-file-control::before {
    border-color: #80bdff
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #ffffff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px * 2);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0
}
.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}
.nav-link {
    display: block;
    padding: .5rem 1rem
}
.nav-link:focus, .nav-link:hover {
    text-decoration: none
}
.nav-link.disabled {
    color: #6c757d
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6
}
.nav-tabs .nav-item {
    margin-bottom: -1px
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #ffffff;
    border-color: #dee2e6 #dee2e6 #ffffff
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.nav-pills .nav-link {
    border-radius: .25rem
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #ffffff;
    background-color: #007bff
}
.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}
.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}
.tab-content > .tab-pane {
    display: none
}
.tab-content > .active {
    display: block
}
.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}
.navbar > .container, .navbar > .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}
.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}
.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none
}
.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}
.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none
}
.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}
@media (max-width: 575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}
@media (min-width: 576px) {
    .navbar-expand-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
    .navbar-expand-sm .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}
@media (max-width: 767.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}
@media (min-width: 768px) {
    .navbar-expand-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-md .navbar-toggler {
        display: none
    }
    .navbar-expand-md .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}
@media (max-width: 991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
    .navbar-expand-lg .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}
@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}
@media (min-width: 1200px) {
    .navbar-expand-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
    .navbar-expand-xl .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}
.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}
.navbar-expand > .container, .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0
}
.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}
.navbar-expand .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}
.navbar-expand > .container, .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}
.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}
.navbar-expand .navbar-toggler {
    display: none
}
.navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%
}
.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, .9)
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}
.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}
.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}
.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}
.navbar-dark .navbar-brand {
    color: #ffffff
}
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #ffffff
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color: #ffffff
}
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}
.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}
.navbar-dark .navbar-text a {
    color: #ffffff
}
.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
    color: #ffffff
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}
.card > hr {
    margin-right: 0;
    margin-left: 0
}
.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}
.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}
.card-title {
    margin-bottom: .75rem
}
.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}
.card-text:last-child {
    margin-bottom: 0
}
.card-link:hover {
    text-decoration: none
}
.card-link + .card-link {
    margin-left: 1.25rem
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}
.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}
.card-header + .list-group .list-group-item:first-child {
    border-top: 0
}
.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}
.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}
.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}
.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}
.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}
.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}
.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}
.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
.card-deck .card {
    margin-bottom: 15px
}
@media (min-width: 576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }
    .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}
.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
.card-group > .card {
    margin-bottom: 15px
}
@media (min-width: 576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .card-group > .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0
    }
    .card-group > .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .card-group > .card:first-child .card-header, .card-group > .card:first-child .card-img-top {
        border-top-right-radius: 0
    }
    .card-group > .card:first-child .card-footer, .card-group > .card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }
    .card-group > .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .card-group > .card:last-child .card-header, .card-group > .card:last-child .card-img-top {
        border-top-left-radius: 0
    }
    .card-group > .card:last-child .card-footer, .card-group > .card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }
    .card-group > .card:only-child {
        border-radius: .25rem
    }
    .card-group > .card:only-child .card-header, .card-group > .card:only-child .card-img-top {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }
    .card-group > .card:only-child .card-footer, .card-group > .card:only-child .card-img-bottom {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0
    }
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0
    }
}
.card-columns .card {
    margin-bottom: .75rem
}
@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem
    }
    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}
.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #6c757d;
    content: "/"
}
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline
}
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none
}
.breadcrumb-item.active {
    color: #6c757d
}
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #ffffff;
    border: 1px solid #dee2e6
}
.page-link:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}
.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}
.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}
.page-item.active .page-link {
    z-index: 1;
    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #ffffff;
    border-color: #dee2e6
}
.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}
.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}
.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}
.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}
.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}
.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}
.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}
.badge:empty {
    display: none
}
.btn .badge {
    position: relative;
    top: -1px
}
.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}
.badge-primary {
    color: #ffffff;
    background-color: #007bff
}
.badge-primary[href]:focus, .badge-primary[href]:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #0062cc
}
.badge-secondary {
    color: #ffffff;
    background-color: #6c757d
}
.badge-secondary[href]:focus, .badge-secondary[href]:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #545b62
}
.badge-success {
    color: #ffffff;
    background-color: #28a745
}
.badge-success[href]:focus, .badge-success[href]:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #1e7e34
}
.badge-info {
    color: #ffffff;
    background-color: #17a2b8
}
.badge-info[href]:focus, .badge-info[href]:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #117a8b
}
.badge-warning {
    color: #212529;
    background-color: #ffc107
}
.badge-warning[href]:focus, .badge-warning[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00
}
.badge-danger {
    color: #ffffff;
    background-color: #dc3545
}
.badge-danger[href]:focus, .badge-danger[href]:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #bd2130
}
.badge-light {
    color: #212529;
    background-color: #f8f9fa
}
.badge-light[href]:focus, .badge-light[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5
}
.badge-dark {
    color: #ffffff;
    background-color: #343a40
}
.badge-dark[href]:focus, .badge-dark[href]:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #1d2124
}
.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}
@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}
.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}
.alert-heading {
    color: inherit
}
.alert-link {
    font-weight: 700
}
.alert-dismissible {
    padding-right: 4rem
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}
.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}
.alert-primary hr {
    border-top-color: #9fcdff
}
.alert-primary .alert-link {
    color: #002752
}
.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}
.alert-secondary hr {
    border-top-color: #c8cbcf
}
.alert-secondary .alert-link {
    color: #202326
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}
.alert-success hr {
    border-top-color: #b1dfbb
}
.alert-success .alert-link {
    color: #0b2e13
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}
.alert-info hr {
    border-top-color: #abdde5
}
.alert-info .alert-link {
    color: #062c33
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}
.alert-warning hr {
    border-top-color: #ffe8a1
}
.alert-warning .alert-link {
    color: #533f03
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}
.alert-danger hr {
    border-top-color: #f1b0b7
}
.alert-danger .alert-link {
    color: #491217
}
.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}
.alert-light hr {
    border-top-color: #ececf6
}
.alert-light .alert-link {
    color: #686868
}
.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}
.alert-dark hr {
    border-top-color: #b9bbbe
}
.alert-dark .alert-link {
    color: #040505
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}
.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}
.progress-bar {
    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;
    color: #ffffff;
    text-align: center;
    background-color: #007bff;
    transition: width .6s ease
}
.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}
.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}
.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}
.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}
.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}
.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}
.list-group-item-action:focus, .list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}
.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}
.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, .125)
}
.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}
.list-group-item:focus, .list-group-item:hover {
    z-index: 1;
    text-decoration: none
}
.list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #ffffff
}
.list-group-item.active {
    z-index: 2;
    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff
}
.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}
.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}
.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}
.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}
.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}
.list-group-item-primary.list-group-item-action.active {
    color: #ffffff;
    background-color: #004085;
    border-color: #004085
}
.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}
.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}
.list-group-item-secondary.list-group-item-action.active {
    color: #ffffff;
    background-color: #383d41;
    border-color: #383d41
}
.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}
.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}
.list-group-item-success.list-group-item-action.active {
    color: #ffffff;
    background-color: #155724;
    border-color: #155724
}
.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}
.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}
.list-group-item-info.list-group-item-action.active {
    color: #ffffff;
    background-color: #0c5460;
    border-color: #0c5460
}
.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}
.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}
.list-group-item-warning.list-group-item-action.active {
    color: #ffffff;
    background-color: #856404;
    border-color: #856404
}
.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}
.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}
.list-group-item-danger.list-group-item-action.active {
    color: #ffffff;
    background-color: #721c24;
    border-color: #721c24
}
.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}
.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}
.list-group-item-light.list-group-item-action.active {
    color: #ffffff;
    background-color: #818182;
    border-color: #818182
}
.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}
.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}
.list-group-item-dark.list-group-item-action.active {
    color: #ffffff;
    background-color: #1b1e21;
    border-color: #1b1e21
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: .5
}
.close:focus, .close:hover {
    color: #000000;
    text-decoration: none;
    opacity: .75
}
.close:not(:disabled):not(.disabled) {
    cursor: pointer
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}
.modal-open {
    overflow: hidden
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}
.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
}
.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}
.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000
}
.modal-backdrop.fade {
    opacity: 0
}
.modal-backdrop.show {
    opacity: .5
}
.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}
.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}
.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}
.modal-footer > :not(:first-child) {
    margin-left: .25rem
}
.modal-footer > :not(:last-child) {
    margin-right: .25rem
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }
    .modal-sm {
        max-width: 300px
    }
}
@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}
.tooltip.show {
    opacity: .9
}
.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}
.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}
.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0
}
.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
    bottom: 0
}
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000000
}
.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem
}
.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000000
}
.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0
}
.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
    top: 0
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000000
}
.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem
}
.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000000
}
.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #ffffff;
    text-align: center;
    background-color: #000000;
    border-radius: .25rem
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}
.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}
.popover .arrow::after, .popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}
.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .5rem
}
.bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow {
    bottom: calc((.5rem + 1px) * -1)
}
.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-top .arrow::before {
    border-width: .5rem .5rem 0
}
.bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, .25)
}
.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
    bottom: 1px;
    border-top-color: #ffffff
}
.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: .5rem
}
.bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {
    left: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}
.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-right .arrow::before {
    border-width: .5rem .5rem .5rem 0
}
.bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, .25)
}
.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
    left: 1px;
    border-right-color: #ffffff
}
.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: .5rem
}
.bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {
    top: calc((.5rem + 1px) * -1)
}
.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-bottom .arrow::before {
    border-width: 0 .5rem .5rem .5rem
}
.bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, .25)
}
.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
    top: 1px;
    border-bottom-color: #ffffff
}
.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}
.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: .5rem
}
.bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow {
    right: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}
.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-left .arrow::before {
    border-width: .5rem 0 .5rem .5rem
}
.bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, .25)
}
.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
    right: 1px;
    border-left-color: #ffffff
}
.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}
.popover-header:empty {
    display: none
}
.popover-body {
    padding: .5rem .75rem;
    color: #212529
}
.carousel {
    position: relative
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}
.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}
.carousel-item-next, .carousel-item-prev {
    position: absolute;
    top: 0
}
.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}
@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.active.carousel-item-right, .carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}
@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-right, .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}
.active.carousel-item-left, .carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}
@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-left, .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #ffffff;
    text-align: center;
    opacity: .5
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}
.carousel-control-prev {
    left: 0
}
.carousel-control-next {
    right: 0
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}
.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, .5)
}
.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}
.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}
.carousel-indicators .active {
    background-color: #ffffff
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center
}
.align-baseline {
    vertical-align: baseline !important
}
.align-top {
    vertical-align: top !important
}
.align-middle {
    vertical-align: middle !important
}
.align-bottom {
    vertical-align: bottom !important
}
.align-text-bottom {
    vertical-align: text-bottom !important
}
.align-text-top {
    vertical-align: text-top !important
}
.bg-primary {
    background-color: #007bff !important
}
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0062cc !important
}
.bg-secondary {
    background-color: #6c757d !important
}
a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #545b62 !important
}
.bg-success {
    background-color: #28a745 !important
}
a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #1e7e34 !important
}
.bg-info {
    background-color: #17a2b8 !important
}
a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #117a8b !important
}
.bg-warning {
    background-color: #ffc107 !important
}
a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00 !important
}
.bg-danger {
    background-color: #dc3545 !important
}
a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #bd2130 !important
}
.bg-light {
    background-color: #f8f9fa !important
}
a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5 !important
}
.bg-dark {
    background-color: #343a40 !important
}
a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2124 !important
}
.bg-white {
    background-color: #ffffff !important
}
.bg-transparent {
    background-color: transparent !important
}
.border {
    border: 1px solid #dee2e6 !important
}
.border-top {
    border-top: 1px solid #dee2e6 !important
}
.border-right {
    border-right: 1px solid #dee2e6 !important
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}
.border-left {
    border-left: 1px solid #dee2e6 !important
}
.border-0 {
    border: 0 !important
}
.border-top-0 {
    border-top: 0 !important
}
.border-right-0 {
    border-right: 0 !important
}
.border-bottom-0 {
    border-bottom: 0 !important
}
.border-left-0 {
    border-left: 0 !important
}
.border-primary {
    border-color: #007bff !important
}
.border-secondary {
    border-color: #6c757d !important
}
.border-success {
    border-color: #28a745 !important
}
.border-info {
    border-color: #17a2b8 !important
}
.border-warning {
    border-color: #ffc107 !important
}
.border-danger {
    border-color: #dc3545 !important
}
.border-light {
    border-color: #f8f9fa !important
}
.border-dark {
    border-color: #343a40 !important
}
.border-white {
    border-color: #ffffff !important
}
.rounded {
    border-radius: .25rem !important
}
.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}
.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}
.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}
.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}
.rounded-circle {
    border-radius: 50% !important
}
.rounded-0 {
    border-radius: 0 !important
}
.clearfix::after {
    display: block;
    clear: both;
    content: ""
}
.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
    }
}
.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.857143%
}
.embed-responsive-16by9::before {
    padding-top: 56.25%
}
.embed-responsive-4by3::before {
    padding-top: 75%
}
.embed-responsive-1by1::before {
    padding-top: 100%
}
.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
}
.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;
    align-self: auto !important
}
.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}
.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}
.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}
.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}
@media (min-width: 576px) {
    .flex-sm-row {
        -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
    }
    .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;
        align-self: auto !important
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}
@media (min-width: 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
    }
    .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;
        align-self: auto !important
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}
@media (min-width: 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
    }
    .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;
        align-self: auto !important
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}
@media (min-width: 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
    }
    .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;
        align-self: auto !important
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}
.float-left {
    float: left !important
}
.float-right {
    float: right !important
}
.float-none {
    float: none !important
}
@media (min-width: 576px) {
    .float-sm-left {
        float: left !important
    }
    .float-sm-right {
        float: right !important
    }
    .float-sm-none {
        float: none !important
    }
}
@media (min-width: 768px) {
    .float-md-left {
        float: left !important
    }
    .float-md-right {
        float: right !important
    }
    .float-md-none {
        float: none !important
    }
}
@media (min-width: 992px) {
    .float-lg-left {
        float: left !important
    }
    .float-lg-right {
        float: right !important
    }
    .float-lg-none {
        float: none !important
    }
}
@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important
    }
    .float-xl-right {
        float: right !important
    }
    .float-xl-none {
        float: none !important
    }
}
.position-static {
    position: static !important
}
.position-relative {
    position: relative !important
}
.position-absolute {
    position: absolute !important
}
.position-fixed {
    position: fixed !important
}
.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none
}
.w-25 {
    width: 25% !important
}
.w-50 {
    width: 50% !important
}
.w-75 {
    width: 75% !important
}
.w-100 {
    width: 100% !important
}
.h-25 {
    height: 25% !important
}
.h-50 {
    height: 50% !important
}
.h-75 {
    height: 75% !important
}
.h-100 {
    height: 100% !important
}
.mw-100 {
    max-width: 100% !important
}
.mh-100 {
    max-height: 100% !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: .25rem !important
}
.mt-1, .my-1 {
    margin-top: .25rem !important
}
.mr-1, .mx-1 {
    margin-right: .25rem !important
}
.mb-1, .my-1 {
    margin-bottom: .25rem !important
}
.ml-1, .mx-1 {
    margin-left: .25rem !important
}
.m-2 {
    margin: .5rem !important
}
.mt-2, .my-2 {
    margin-top: .5rem !important
}
.mr-2, .mx-2 {
    margin-right: .5rem !important
}
.mb-2, .my-2 {
    margin-bottom: .5rem !important
}
.ml-2, .mx-2 {
    margin-left: .5rem !important
}
.m-3 {
    margin: 1rem !important
}
.mt-3, .my-3 {
    margin-top: 1rem !important
}
.mr-3, .mx-3 {
    margin-right: 1rem !important
}
.mb-3, .my-3 {
    margin-bottom: 1rem !important
}
.ml-3, .mx-3 {
    margin-left: 1rem !important
}
.m-4 {
    margin: 1.5rem !important
}
.mt-4, .my-4 {
    margin-top: 1.5rem !important
}
.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}
.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}
.m-5 {
    margin: 3rem !important
}
.mt-5, .my-5 {
    margin-top: 3rem !important
}
.mr-5, .mx-5 {
    margin-right: 3rem !important
}
.mb-5, .my-5 {
    margin-bottom: 3rem !important
}
.ml-5, .mx-5 {
    margin-left: 3rem !important
}
.p-0 {
    padding: 0 !important
}
.pt-0, .py-0 {
    padding-top: 0 !important
}
.pr-0, .px-0 {
    padding-right: 0 !important
}
.pb-0, .py-0 {
    padding-bottom: 0 !important
}
.pl-0, .px-0 {
    padding-left: 0 !important
}
.p-1 {
    padding: .25rem !important
}
.pt-1, .py-1 {
    padding-top: .25rem !important
}
.pr-1, .px-1 {
    padding-right: .25rem !important
}
.pb-1, .py-1 {
    padding-bottom: .25rem !important
}
.pl-1, .px-1 {
    padding-left: .25rem !important
}
.p-2 {
    padding: .5rem !important
}
.pt-2, .py-2 {
    padding-top: .5rem !important
}
.pr-2, .px-2 {
    padding-right: .5rem !important
}
.pb-2, .py-2 {
    padding-bottom: .5rem !important
}
.pl-2, .px-2 {
    padding-left: .5rem !important
}
.p-3 {
    padding: 1rem !important
}
.pt-3, .py-3 {
    padding-top: 1rem !important
}
.pr-3, .px-3 {
    padding-right: 1rem !important
}
.pb-3, .py-3 {
    padding-bottom: 1rem !important
}
.pl-3, .px-3 {
    padding-left: 1rem !important
}
.p-4 {
    padding: 1.5rem !important
}
.pt-4, .py-4 {
    padding-top: 1.5rem !important
}
.pr-4, .px-4 {
    padding-right: 1.5rem !important
}
.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}
.pl-4, .px-4 {
    padding-left: 1.5rem !important
}
.p-5 {
    padding: 3rem !important
}
.pt-5, .py-5 {
    padding-top: 3rem !important
}
.pr-5, .px-5 {
    padding-right: 3rem !important
}
.pb-5, .py-5 {
    padding-bottom: 3rem !important
}
.pl-5, .px-5 {
    padding-left: 3rem !important
}
.m-auto {
    margin: auto !important
}
.mt-auto, .my-auto {
    margin-top: auto !important
}
.mr-auto, .mx-auto {
    margin-right: auto !important
}
.mb-auto, .my-auto {
    margin-bottom: auto !important
}
.ml-auto, .mx-auto {
    margin-left: auto !important
}
@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }
    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }
    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }
    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }
    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }
    .m-sm-1 {
        margin: .25rem !important
    }
    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }
    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }
    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }
    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }
    .m-sm-2 {
        margin: .5rem !important
    }
    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }
    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }
    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }
    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }
    .m-sm-3 {
        margin: 1rem !important
    }
    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }
    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }
    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }
    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }
    .m-sm-4 {
        margin: 1.5rem !important
    }
    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }
    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }
    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }
    .m-sm-5 {
        margin: 3rem !important
    }
    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }
    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }
    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }
    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }
    .p-sm-0 {
        padding: 0 !important
    }
    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }
    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }
    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }
    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }
    .p-sm-1 {
        padding: .25rem !important
    }
    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }
    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }
    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }
    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }
    .p-sm-2 {
        padding: .5rem !important
    }
    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }
    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }
    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }
    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }
    .p-sm-3 {
        padding: 1rem !important
    }
    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }
    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }
    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }
    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }
    .p-sm-4 {
        padding: 1.5rem !important
    }
    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }
    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }
    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }
    .p-sm-5 {
        padding: 3rem !important
    }
    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }
    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }
    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }
    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }
    .m-sm-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: .25rem !important
    }
    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }
    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }
    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }
    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }
    .m-md-2 {
        margin: .5rem !important
    }
    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }
    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }
    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }
    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }
    .m-md-3 {
        margin: 1rem !important
    }
    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }
    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }
    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }
    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }
    .m-md-4 {
        margin: 1.5rem !important
    }
    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }
    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }
    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }
    .m-md-5 {
        margin: 3rem !important
    }
    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }
    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }
    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }
    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }
    .p-md-0 {
        padding: 0 !important
    }
    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }
    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }
    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }
    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }
    .p-md-1 {
        padding: .25rem !important
    }
    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }
    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }
    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }
    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }
    .p-md-2 {
        padding: .5rem !important
    }
    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }
    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }
    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }
    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }
    .p-md-3 {
        padding: 1rem !important
    }
    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }
    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }
    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }
    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }
    .p-md-4 {
        padding: 1.5rem !important
    }
    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }
    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }
    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }
    .p-md-5 {
        padding: 3rem !important
    }
    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }
    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }
    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }
    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }
    .m-md-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: .25rem !important
    }
    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }
    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }
    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }
    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }
    .m-lg-2 {
        margin: .5rem !important
    }
    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }
    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }
    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }
    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }
    .m-lg-3 {
        margin: 1rem !important
    }
    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }
    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }
    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }
    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }
    .m-lg-4 {
        margin: 1.5rem !important
    }
    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }
    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }
    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }
    .m-lg-5 {
        margin: 3rem !important
    }
    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }
    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }
    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }
    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }
    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }
    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }
    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }
    .p-lg-1 {
        padding: .25rem !important
    }
    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }
    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }
    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }
    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }
    .p-lg-2 {
        padding: .5rem !important
    }
    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }
    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }
    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }
    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }
    .p-lg-3 {
        padding: 1rem !important
    }
    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }
    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }
    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }
    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }
    .p-lg-4 {
        padding: 1.5rem !important
    }
    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }
    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }
    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }
    .p-lg-5 {
        padding: 3rem !important
    }
    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }
    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }
    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }
    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }
    .m-lg-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: .25rem !important
    }
    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }
    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }
    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }
    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }
    .m-xl-2 {
        margin: .5rem !important
    }
    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }
    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }
    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }
    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }
    .m-xl-3 {
        margin: 1rem !important
    }
    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }
    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }
    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }
    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }
    .m-xl-4 {
        margin: 1.5rem !important
    }
    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }
    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }
    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }
    .m-xl-5 {
        margin: 3rem !important
    }
    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }
    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }
    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }
    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }
    .p-xl-0 {
        padding: 0 !important
    }
    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }
    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }
    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }
    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }
    .p-xl-1 {
        padding: .25rem !important
    }
    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }
    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }
    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }
    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }
    .p-xl-2 {
        padding: .5rem !important
    }
    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }
    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }
    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }
    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }
    .p-xl-3 {
        padding: 1rem !important
    }
    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }
    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }
    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }
    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }
    .p-xl-4 {
        padding: 1.5rem !important
    }
    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }
    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }
    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }
    .p-xl-5 {
        padding: 3rem !important
    }
    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }
    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }
    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }
    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }
    .m-xl-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
    }
}
.text-justify {
    text-align: justify !important
}
.text-nowrap {
    white-space: nowrap !important
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.text-left {
    text-align: left !important
}
.text-right {
    text-align: right !important
}
.text-center {
    text-align: center !important
}
@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }
    .text-sm-right {
        text-align: right !important
    }
    .text-sm-center {
        text-align: center !important
    }
}
@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }
    .text-md-right {
        text-align: right !important
    }
    .text-md-center {
        text-align: center !important
    }
}
@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }
    .text-lg-right {
        text-align: right !important
    }
    .text-lg-center {
        text-align: center !important
    }
}
@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }
    .text-xl-right {
        text-align: right !important
    }
    .text-xl-center {
        text-align: center !important
    }
}
.text-lowercase {
    text-transform: lowercase !important
}
.text-uppercase {
    text-transform: uppercase !important
}
.text-capitalize {
    text-transform: capitalize !important
}
.font-weight-light {
    font-weight: 300 !important
}
.font-weight-normal {
    font-weight: 400 !important
}
.font-weight-bold {
    font-weight: 700 !important
}
.font-italic {
    font-style: italic !important
}
.text-white {
    color: #ffffff !important
}
.text-primary {
    color: #007bff !important
}
a.text-primary:focus, a.text-primary:hover {
    color: #0062cc !important
}
.text-secondary {
    color: #6c757d !important
}
a.text-secondary:focus, a.text-secondary:hover {
    color: #545b62 !important
}
.text-success {
    color: #28a745 !important
}
a.text-success:focus, a.text-success:hover {
    color: #1e7e34 !important
}
.text-info {
    color: #17a2b8 !important
}
a.text-info:focus, a.text-info:hover {
    color: #117a8b !important
}
.text-warning {
    color: #ffc107 !important
}
a.text-warning:focus, a.text-warning:hover {
    color: #d39e00 !important
}
.text-danger {
    color: #dc3545 !important
}
a.text-danger:focus, a.text-danger:hover {
    color: #bd2130 !important
}
.text-light {
    color: #f8f9fa !important
}
a.text-light:focus, a.text-light:hover {
    color: #dae0e5 !important
}
.text-dark {
    color: #343a40 !important
}
a.text-dark:focus, a.text-dark:hover {
    color: #1d2124 !important
}
.text-muted {
    color: #6c757d !important
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}
.visible {
    visibility: visible !important
}
.invisible {
    visibility: hidden !important
}
@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }
    a:not(.btn) {
        text-decoration: underline
    }
    abbr[title]::after {
        content: " (" attr(title) ")"
    }
    pre {
        white-space: pre-wrap !important
    }
    blockquote, pre {
        border: 1px solid #999999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img, tr {
        page-break-inside: avoid
    }
    h2, h3, p {
        orphans: 3;
        widows: 3
    }
    h2, h3 {
        page-break-after: avoid
    }
    @page {
        size: a3
    }
    body {
        min-width: 992px !important
    }
    .container {
        min-width: 992px !important
    }
    .navbar {
        display: none
    }
    .badge {
        border: 1px solid #000000
    }
    .table {
        border-collapse: collapse !important
    }
    .table td, .table th {
        background-color: #ffffff !important
    }
    .table-bordered td, .table-bordered th {
        border: 1px solid #dddddd !important
    }
}
/*!* Bootstrap v4.0.0 (https://getbootstrap.com)*/
/*** Swiper 5.3.0*/
@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}
:root {
    --swiper-theme-color: #007aff
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}
.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}
.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap
}
.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}
.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}
.swiper-slide-invisible-blank {
    visibility: hidden
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}
.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}
.swiper-container-3d {
    perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory
}
:root {
    --swiper-navigation-size: 44px
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: 'prev'
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: 'next'
}
.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff
}
.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000
}
.swiper-button-lock {
    display: none
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000000;
    opacity: .2
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}
.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}
.swiper-pagination-black {
    --swiper-pagination-color: #000000
}
.swiper-pagination-lock {
    display: none
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}
.swiper-scrollbar-cursor-drag {
    cursor: move
}
.swiper-scrollbar-lock {
    display: none
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}
.swiper-slide-zoomed {
    cursor: move
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #ffffff
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000000
}
@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-container-cube {
    overflow: visible
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}
.swiper-container-flip {
    overflow: visible
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
/*** Swiper 5.3.0*/
/*Colorbox Core Style:*/
#cboxOverlay, #cboxWrapper, #colorbox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}
#cboxWrapper {
    max-width: none
}
#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%
}
#cboxBottomLeft, #cboxMiddleLeft {
    clear: left
}
#cboxContent {
    position: relative
}
#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}
#cboxTitle {
    margin: 0
}
#cboxLoadingGraphic, #cboxLoadingOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
#cboxClose, #cboxNext, #cboxPrevious, #cboxSlideshow {
    cursor: pointer
}
.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
    width: 100% !important;
    -o-object-fit: cover;
    object-fit: cover
}
.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0
}
#cboxContent, #cboxLoadedContent, #colorbox {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}
#cboxOverlay {
    background: #000000;
    opacity: .3
}
#colorbox {
    outline: 0
}
#cboxContent {
    margin-top: 20px;
    border-radius: 10px
}
.cboxIframe {
    background: #ffffff
}
#cboxError {
    padding: 50px;
    border: 1px solid #181818
}
#cboxLoadedContent {
    background: #181818;
    border-radius: 10px;
    overflow: hidden
}
#cboxCurrent, #cboxTitle {
    position: absolute;
    bottom: 10px;
    left: 20px;
    color: #ffffff
}
#cboxCurrent {
    bottom: 10px;
    right: 20px;
    left: auto
}
#cboxLoadingGraphic {
    background: url(../img/loading.gif) no-repeat center center
}
#cboxClose, #cboxNext, #cboxPrevious, #cboxSlideshow {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: 0 0
}
#cboxClose:active, #cboxNext:active, #cboxPrevious:active, #cboxSlideshow:active {
    outline: 0
}
#cboxSlideshow {
    position: absolute;
    top: -20px;
    right: 90px;
    color: #ffffff
}
#cboxClose, #cboxNext, #cboxPrevious {
    position: absolute;
    top: 50%;
    left: 15px;
    background: url(../img/001-arrowhead-thin-outline-to-the-left.svg) no-repeat center left;
    width: 44px;
    height: 65px;
    background-size: contain;
    text-indent: -9999px;
    opacity: .6;
    outline: 0 !important;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
#cboxClose {
    opacity: 1
}
#cboxNext {
    right: 15px;
    left: auto;
    background: url(../img/004-arrow-point-to-right.svg) no-repeat center right;
    background-size: contain
}
#cboxNext:hover, #cboxPrevious:hover {
    opacity: 1
}
#cboxClose, .modal-close {
    top: 15px;
    right: 15px;
    left: auto;
    background: url(../img/006-cancel-music.svg) no-repeat center center;
    width: 30px;
    height: 30px;
    background-size: contain
}
.modal-close {
    width: 18px;
    height: 18px;
    opacity: 1
}
div#formModal, .close-modal-cursor {
    padding: 0 15px;
    cursor: url(../img/close-icon.svg), auto !important;
}
#cboxNext:hover, #cboxPrevious:hover {
    opacity: 1
}
#cboxClose:hover {
    opacity: .7
}
/*Colorbox Core Style:*/
/*main-style*/
@font-face {
    font-family: 'Proxima Nova Extra Bold';
    src: url(../fonts/ProximaNova-Extrabld.eot);
    src: url(../fonts/ProximaNova-Extrabld.eot?#iefix) format('embedded-opentype'), url(../fonts/ProximaNova-Extrabld.woff) format('woff'), url(../fonts/ProximaNova-Extrabld.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'Proxima Nova Semibold';
    src: url(../fonts/ProximaNova-Semibold.eot);
    src: url(../fonts/ProximaNova-Semibold.eot?#iefix) format('embedded-opentype'), url(../fonts/ProximaNova-Semibold.woff) format('woff'), url(../fonts/ProximaNova-Semibold.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'Proxima Nova Light';
    src: url(../fonts/ProximaNova-Light.eot);
    src: url(../fonts/ProximaNova-Light.eot?#iefix) format('embedded-opentype'), url(../fonts/ProximaNova-Light.woff) format('woff'), url(../fonts/ProximaNova-Light.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'Proxima Nova Black';
    src: url(../fonts/ProximaNova-Black.eot);
    src: url(../fonts/ProximaNova-Black.eot?#iefix) format('embedded-opentype'), url(../fonts/ProximaNova-Black.woff) format('woff'), url(../fonts/ProximaNova-Black.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'Proxima Nova Bold';
    src: url(../fonts/ProximaNova-Bold.eot);
    src: url(../fonts/ProximaNova-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/ProximaNova-Bold.woff) format('woff'), url(../fonts/ProximaNova-Bold.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: ProximaNova-Regular;
    src: url(../fonts/ProximaNova-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/ProximaNova-Regular.woff) format('woff'), url(../fonts/ProximaNova-Regular.ttf) format('truetype'), url(../fonts/ProximaNova-Regular.svg#ProximaNova-Regular) format('svg');
    font-weight: 400;
    font-style: normal
}
body {
    font: 16px/1.88 ProximaNova-Regular, sans-serif;
    letter-spacing: 0;
    color: #ffffff;
    background: #101010
}
p {
    font: 16px/1.88 ProximaNova-Regular, sans-serif
}
.h2, h2 {
    font: 47px/1.25 'Proxima Nova Extra Bold', sans-serif;
    margin-bottom: 16px
}
h5 {
    font: 18px/1.25 'Proxima Nova Bold', sans-serif
}
h6 {
    font: 16px/1.25 'Proxima Nova Bold', sans-serif
}
.btn, .btn span:after, .btn span:before, .img-link, .link, .link span:after, .link span:before, .posts__post {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}
.img-link {
    display: inline-block
}
.content-index {
    position: relative;
    z-index: 20
}
.btn span {
    display: inline-block;
    position: relative;
    font: 12px/1.25 'Proxima Nova Semibold';
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 15px 57px 16px 26px
}
.btn span:after, .link span:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transform: translateY(-67%);
    -ms-transform: translateY(-67%);
    transform: translateY(-67%);
    margin: auto;
    width: 24px;
    height: 1px;
    background: #ffffff
}
.btn span:before, .link span:before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: 0;
    margin: auto;
    right: -1px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}
.link span:before {
    right: 3px
}
.link span:after {
    right: 3px
}
.btn span:before {
    right: 27px
}
.btn span:after {
    right: 27px
}
.link--long span:after {
    width: 36px
}
.link--blue span:before {
    border-color: #3663f6
}
.link--blue span:after {
    background: #3663f6
}
.link span {
    display: inline-block;
    position: relative;
    font: 12px/1.25 'Proxima Nova Semibold';
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 17px 40px 14px 26px
}
.link-mask {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 11;
}
.link--long span {
    padding-right: 48px
}
.btn:hover, .link:hover {
    text-decoration: none;
    color: #ffffff
}
.link:hover, .quote__item:hover .link {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px)
}
.posts__post:hover .link {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}
.btn:hover span:after, .link:hover span:after {
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translate3d(8px, -67%, 0)
}
.btn:hover span:before, .link:hover span:before {
    -webkit-transform: translateX(8px) rotate(135deg);
    -ms-transform: translateX(8px) rotate(135deg);
    transform: translateX(8px) rotate(135deg)
}
.btn:hover {
    -webkit-box-shadow: rgba(54, 99, 246, .21) 0 3px 11px 1px;
    box-shadow: rgba(54, 99, 246, .21) 0 3px 11px 1px
}
.section-mark {
    position: relative;
    font: 12px/1.25 'Proxima Nova Semibold';
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #76787b
}
.section-mark:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 40px;
    height: 1px;
    background: #76787b;
    top: -4px;
    margin-right: 8px
}
.btn {
    display: inline-block;
    background: #3663f6;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0
}
span.after-before-none:after,
span.after-before-none:before {
    content: none;
}
.secondary-btn {
    background: #eeb837
}
.ticker {
    position: absolute;
    bottom: 0;
    left: 0;
    font: 250px/1.21 'Proxima Nova Black';
    color: #101010;
    text-shadow: #1b1b1b 2px 2px 0, #131313 2px -2px 0, #1b1b1b -2px 2px 0, #1b1b1b -2px -2px 0, #1b1b1b 2px 0 0, #1b1b1b 0 2px 0, #1b1b1b -2px 0 0, #1b1b1b 0 -2px 0, #1b1b1b 2px 2px 2px;
    z-index: 0;
    will-change: transform;
    white-space: nowrap
}
.back-img, .ticker {
    -webkit-transition: all .6s cubic-bezier(0, 0, .44, 1) 0s;
    -o-transition: all .6s cubic-bezier(0, 0, .44, 1) 0s;
    transition: all .6s cubic-bezier(0, 0, .44, 1) 0s
}
.min-height-100 {
    min-height: 100vh
}
.overflow-hidden {
    overflow: hidden
}
.footer-v-lines:after, .footer-v-lines:before {
    content: "";
    position: absolute;
    left: -1000px;
    right: -1000px;
    height: 1px;
    background: #222222
}
.footer-v-lines:after {
    top: 0
}
.footer-v-lines:before {
    bottom: 0
}
.bg-dark {
    background: #101010 !important
}
.bg-secondary {
    background: #181818 !important
}
.h-100vh {
    height: 100vh
}
.z-index {
    z-index: 10
}
.text-blue {
    color: rgb(54 100 246)
}
.dark-mask::before {
    content: '';
    background-color: rgba(16, 16, 16, .92);
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%
}
.bg-prop, .parallax-bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}
.parallax-bg {
    background-position-y: 40%;
}
.custom-ease {
    -webkit-transition: all .6s cubic-bezier(0, 0, .44, 1) 0s;
    -o-transition: all .6s cubic-bezier(0, 0, .44, 1) 0s;
    transition: all .6s cubic-bezier(0, 0, .44, 1) 0s
}
.embed-responsive iframe.embed-responsive-item, .embed-responsive video.embed-responsive-item {
    position: initial;
    height: 700px
}
.embed-responsive-16by9::before {
    padding: 0 !important
}
.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}
.position-initial, .reset-position {
    position: initial
}
.middle-line:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background: #ffffff;
    z-index: 0
}
.text-gray {
    color: #76787b;
}
.sign {
    font: 12px/1.85 'Proxima Nova Semibold', sans-serif;
    letter-spacing: 1px
}
.before-shortline:before {
    content: "";
    display: inline-block;
    width: 39px;
    height: 1px;
    position: relative;
    top: -4px;
    margin-right: 22px;
    background: #ffffff
}
.hover-line:hover {
    color: #ffffff;
    background-size: 100% 2px
}
.hover-line {
    background-image: -o-linear-gradient(left, #ffffff 0, #ffffff 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#ffffff));
    background-image: linear-gradient(to right, #ffffff 0, #ffffff 100%);
    background-size: 0 1px;
    background-repeat: no-repeat;
    background-position: 0 95%;
    -webkit-transition: background-size .25s cubic-bezier(.785, .135, .15, .86) 0s, color .25s linear;
    -o-transition: background-size .25s cubic-bezier(.785, .135, .15, .86) 0s, color .25s linear;
    transition: background-size .25s cubic-bezier(.785, .135, .15, .86) 0s, color .25s linear;
    padding: .1% 0;
    vertical-align: baseline;
    z-index: 1;
    -webkit-font-smoothing: antialiased;
    text-decoration: none
}
.nav__btn, .nav__link {
    -webkit-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    transition: all .15s ease-in
}
.header {
    padding: 16px 20px 18px;
    background: #101010;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-bottom .3s ease-in, padding .3s ease-in, background .15s ease-in;
    -o-transition: border-bottom .3s ease-in, padding .3s ease-in, background .15s ease-in;
    transition: border-bottom .3s ease-in, padding .3s ease-in, background .15s ease-in;
    z-index: 9999;
}
.header.sticky-header {
    border-bottom: 2px solid #222222;
    padding-top: 12px;
    padding-bottom: 12px
}
.header__logo {
    display: inline-block;
    max-width: 190px;
    width: 100%;
    height: 44px
}
.header__logo .cls-1 {
    fill: #ffffff
}
.blue-logo .cls-1 {
    fill: #13264c
}
.header__logo .cls-2 {
    fill: #e77926;
    opacity: 1
}
.header__logo .cls-3 {
    fill: #f3cb3e
}
.header__logo .cls-4 {
    fill: #e3501a
}
.header__logo .cls-5 {
    fill: #eca432;
    opacity: 1
}
.header__logo .cls-6 {
    fill: #58a6f9
}
.header__logo .cls-7 {
    fill: #6acafb
}
.header__logo .cls-8 {
    fill: #78e6fc
}
.header__logo .cls-9 {
    fill: #4278f7
}
.nav__item:not(:first-child) {
    margin: 0 0 0 44px
}
.nav__item:last-child {
    margin: 0 0 0 34px
}
.nav__btn, .nav__link {
    display: inline-block;
    font: 12px/3.58 'Proxima Nova Semibold', sans-serif;
    letter-spacing: 2px;
    color: #ffffff
}
.nav__btn {
    padding: 0 26px;
    border: 1px solid #ffffff
}
.nav__btn:hover, .nav__item.active .nav__btn {
    background: #ffffff;
    color: #000000
}
.nav__btn:hover, .nav__link:hover {
    text-decoration: none
}
.nav__item.active .nav__link, .nav__link:hover {
    color: #f49f5e
}
.menu-btn {
    display: none;
    color: #ffffff;
    width: 36px;
    height: 36px;
    padding: 0;
    margin: 0;
    outline: 0;
    right: 52px;
    top: 20px;
    border: none;
    background: 0 0;
    cursor: pointer;
    -webkit-appearence: none;
    -webkit-tap-highlight-color: transparent
}
.menu-btn:focus {
    outline: 0
}
.menu-btn svg {
    width: 64px;
    height: 48px;
    top: -6px;
    left: -14px;
    stroke: #636363;
    stroke-width: 4px;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    display: block;
    position: absolute;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.menu-btn svg path {
    -webkit-transition: stroke-dasharray .85s ease 0s, stroke-dashoffset .85s ease 0s;
    -o-transition: stroke-dasharray .85s ease 0s, stroke-dashoffset .85s ease 0s;
    transition: stroke-dasharray .85s ease 0s, stroke-dashoffset .85s ease 0s;
    stroke-dasharray: 26px 100px;
    stroke-dashoffset: 126px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}
.menu-btn svg path:nth-child(2) {
    -webkit-transition: stroke-dasharray .7s ease-in 0s, stroke-dashoffset .7s ease-in 0s;
    -o-transition: stroke-dasharray .7s ease-in 0s, stroke-dashoffset .7s ease-in 0s;
    transition: stroke-dasharray .7s ease-in 0s, stroke-dashoffset .7s ease-in 0s;
    stroke-dasharray: 26px 64px;
    stroke-dashoffset: 100px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}
.menu-btn svg :nth-child(3) {
    -webkit-transition: stroke-dasharray .85s ease 0s, stroke-dashoffset .85s ease 0s;
    -o-transition: stroke-dasharray .85s ease 0s, stroke-dashoffset .85s ease 0s;
    transition: stroke-dasharray .85s ease 0s, stroke-dashoffset .85s ease 0s;
    stroke-dasharray: 26px 107px;
    stroke-dashoffset: 133px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}
.menu-btn.active svg path {
    stroke-dashoffset: 57px
}
.menu-btn.active svg path:nth-child(1), .menu.active svg path:nth-child(3) {
    -webkit-transition: stroke-dasharray .85s cubic-bezier(.2, .4, .2, 1.1) .15s, stroke-dashoffset .85s cubic-bezier(.2, .4, .2, 1.1) .15s;
    -o-transition: stroke-dasharray .85s cubic-bezier(.2, .4, .2, 1.1) .15s, stroke-dashoffset .85s cubic-bezier(.2, .4, .2, 1.1) .15s;
    transition: stroke-dasharray .85s cubic-bezier(.2, .4, .2, 1.1) .15s, stroke-dashoffset .85s cubic-bezier(.2, .4, .2, 1.1) .15s
}
.menu-btn.active svg path:nth-child(2) {
    -webkit-transition: stroke-dasharray .4s cubic-bezier(.2, .4, .2, 1.1) .15s, stroke-dashoffset .4s cubic-bezier(.2, .4, .2, 1.1) .15s;
    -o-transition: stroke-dasharray .4s cubic-bezier(.2, .4, .2, 1.1) .15s, stroke-dashoffset .4s cubic-bezier(.2, .4, .2, 1.1) .15s;
    transition: stroke-dasharray .4s cubic-bezier(.2, .4, .2, 1.1) .15s, stroke-dashoffset .4s cubic-bezier(.2, .4, .2, 1.1) .15s;
    stroke-dashoffset: 2px;
    stroke-dasharray: 1px 107px
}
.menu-btn.active svg path:nth-child(3) {
    stroke-dashoffset: 58px
}
.hero {
    position: relative;
    z-index: 10;
    margin-bottom: 160px
}
.hero__content-wrap {
    padding: 144px 0 144px
}
.about-us2__title, .hero__title {
    font: 36px/1.3 'Proxima Nova Semibold'
}
.hero__list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}
.hero__list-wrap2 {
    width: 50vw;
    position: relative;
    left: -200px;
    padding-left: 180px
}
.hero__list-wrap {
    position: relative;
    z-index: 0;
}
/*.hero__list-wrap:after {*/
/*position: absolute;*/
/*content: '';*/
/*top: 0;*/
/*width: 60px;*/
/*height: 130px;*/
/*z-index: 9;*/
/*right: -15px;*/
/*background: rgba(24,24,24,0);*/
/*background: -moz-linear-gradient(left, rgba(24,24,24,0) 0%, rgba(24,24,24,1) 100%);*/
/*background: -webkit-gradient(left top, right top, color-stop(0%, rgba(24,24,24,0)), color-stop(100%, rgba(24,24,24,1)));*/
/*background: -webkit-linear-gradient(left, rgba(24,24,24,0) 0%, rgba(24,24,24,1) 100%);*/
/*background: -o-linear-gradient(left, rgba(24,24,24,0) 0%, rgba(24,24,24,1) 100%);*/
/*background: -ms-linear-gradient(left, rgba(24,24,24,0) 0%, rgba(24,24,24,1) 100%);*/
/*background: linear-gradient(to right, rgba(24,24,24,0) 0%, rgba(24,24,24,1) 100%);*/
/*}*/
.hero__btn--black {
    background: 0 0;
    border: 1px solid #ffffff
}
.hero__link {
    font: 12px/2.5 ProximaNova-Regular, sans-serif
}
.hero__link span {
    color: #3663f6;
    padding: 0 35px 0 0
}
.hero__list-post-shadow:after {
    content: "";
    position: absolute;
    top: 0;
    width: 50vw;
    height: 100%;
    left: 100%;
    z-index: 9;
    background: #000000
}
.hero__list-shadow {
    position: absolute;
    right: 73px;
    top: 0;
    height: 133px;
    z-index: 9;
    width: calc(100% - 73px);
    -webkit-box-shadow: 55px 0 30px 27px rgb(16 16 16 / 83%);
    box-shadow: 55px 0 30px 27px rgb(16 16 16 / 83%);
    background: -webkit-gradient(linear, left top, right top, from(rgb(16 16 16)), to(rgb(16 16 16 / 90%)));
    background: -o-linear-gradient(left, rgb(16 16 16) 0, rgb(16 16 16 / 90%) 100%);
    background: linear-gradient(to right, rgb(16 16 16) 0, rgb(16 16 16 / 90%) 100%)
}
.hero__btn {
    margin-top: 40px
}
.hero__item {
    display: inline-block;
    background: rgba(34, 34, 34, .94902);
    border: 1px solid rgba(118, 120, 123, .4);
    padding: 25px 18px;
    height: 100%;
    width: 100%;
}
.slides-inner {
    position: relative;
    height: 125px;
    left: 0
}
.hero__heading {
    max-width: 500px
}
.slide {
    padding: 0 0 0 20px;
    position: absolute;
    height: 125px;
    width: 191px
}
.slide .hero__item {
    opacity: .11;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}
.slide.active .hero__item {
    opacity: 1
}
.slide.active-2 .hero__item {
    opacity: .5
}
.slide.active-3 .hero__item {
    opacity: .3
}
.slide.active-4 .hero__item {
    opacity: .2
}
.hero__list-update {
    position: relative;
    display: inline-block;
    font: 12px/2.5 ProximaNova-Regular, sans-serif;
    color: #76787b;
    text-transform: uppercase;
    padding-left: 10px;
    z-index: 10
}
.hero__list-update:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #3662f6
}
.hero__item-numb {
    display: block;
    font: 36px/.83 'Proxima Nova Semibold';
    margin-bottom: 4px
}
.hero__item-per {
    font: 24px/1.25 'Proxima Nova Semibold';
    margin-left: -9px
}
.hero__item-title {
    font: 12px/1.5 'Proxima Nova Light';
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #76787b;
    margin-bottom: 0
}
.hero__item-per-big {
    margin-left: -8px
}
.hero__wrap-imgs {
    position: absolute;
    bottom: -200px;
    left: 0;
    z-index: -1;
    width: 100%
}
.big-cards {
    padding: 139px 0 0
}
.big-cards__card {
    background: rgba(24, 24, 24, .8);
    border: 1px solid rgba(118, 120, 123, .298039);
    border-radius: 3px;
    padding: 26px 28px;
    margin-bottom: 30px
}
.big-cards__card-title {
    margin-bottom: 15px
}
.big-cards__card-sub-title p {
    margin-bottom: 15px
}
.big-cards__card-img {
    margin-bottom: 13px
}
.big-cards__wrap-imgs {
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    width: 100%
}
.big-cards__wrap-imgs img {
    width: 100%;
    height: auto
}
.cars, .houses {
    position: absolute;
    left: 0;
    top: 0
}
.roads {
    z-index: 1
}
.cars {
    z-index: 2
}
.houses {
    z-index: 3
}
.lamps__wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2
}
.lamps__wrap svg {
    position: relative;
    width: 100%;
    height: auto;
    top: 10px
}
.tabs__container {
    position: relative;
    z-index: 13
}
.tabs {
    padding: 120px 0 100px;
    background: #181818
}
.tabs__mark {
    margin-bottom: 21px
}
.tabs__title {
    margin-bottom: 34px
}
.tabs__top-tab-nav {
    margin-bottom: 103px
}
.tabs__top-tab-nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 24px;
    border: 1px solid #222222;
    font: 14px/1.21 'Proxima Nova Semibold';
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #76787b
}
.tabs__bottom-tab-nav a, .tabs__top-tab-nav a {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
.tabs__top-tab-nav a.active {
    background: #3663f6;
    border-color: #3663f6;
    -webkit-box-shadow: 0 7px 10px rgba(54, 99, 246, .101961);
    box-shadow: 0 7px 10px rgba(54, 99, 246, .101961);
    color: #ffffff
}
.tabs__top-tab-nav a.active svg path {
    fill: #ffffff
}
.tabs__back-img {
    right: 0;
    bottom: 250px;
    left: auto;
    max-width: 144px;
    width: auto
}
.tabs__square {
    right: 66px;
    left: auto;
    bottom: 390px;
    width: auto
}
.tabs__bottom-tab-nav a:hover, .tabs__top-tab-nav a:hover {
    text-decoration: none
}
.tabs__top-tab-svg {
    margin-right: 10px;
    max-width: 100%
}
.tabs__bottom-tab-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 30px;
    border-bottom: 1px solid #222222;
    margin-bottom: 96px
}
.tabs__bottom-tab-nav + .link {
    margin-left: 20px
}
.tabs__bottom-tab-nav li {
    margin-bottom: 10px
}
.tabs__bottom-tab-nav a {
    display: inline-block;
    background: 0 0;
    padding: 13px 12px 13px 22px;
    font: 16px/1.18 ProximaNova-Regular;
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 13px;
    overflow-wrap: break-word
}
.tabs__bottom-tab-nav a.active {
    background: #222222;
    font-family: 'Proxima Nova Bold', sans-serif
}
.tabs__bottom-tab-img {
    margin-bottom: 40px
}
.tabs__bottom-tab-text p {
    line-height: 1.56;
    color: #76787b
}
.slider {
    padding: 0 0 107px 0;
    background: #181818
}
.slider__mark {
    margin-bottom: 22px
}
.slider__wrap {
    margin-top: -22px
}
.scroll_slider {
    position: relative;
    z-index: 1;
    width: 100%;
    border: 0;
    margin-bottom: -10px;
    height: 600px
}
.slider__back-img {
    left: -34px;
    top: 108px;
    max-width: 111px;
    z-index: 0
}
.slider__mask-up {
    position: absolute;
    top: -25px;
    left: -70px;
    max-width: 216px;
    z-index: 10;
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg)
}
.posts {
    padding: 142px 0 142px 0;
    background: #101010
}
.posts__back-img {
    right: 78px;
    top: 113px;
    width: auto
}
.posts__square {
    right: 0;
    top: 223px;
    width: auto
}
.square-animate {
    background: #3663f6;
    width: 74px;
    height: 74px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.posts__title {
    margin-bottom: 31px
}
.posts__header-text {
    margin-bottom: 48px
}
.posts__main-img img {
    position: relative;
    max-width: 479px;
    top: 22px;
    width: 100%;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .75);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .75)
}
.posts__btn-wrap .btn span {
    padding: 15px 20px 16px 26px
}
.posts__btn-wrap .btn {
    margin-right: 22px
}
.posts__btn-wrap .btn span:after, .posts__btn-wrap .btn span:before {
    content: none
}
.posts__col-main {
    padding-bottom: 305px
}
.posts__mark {
    margin: 0 0 20px 0
}
.posts__title-second {
    font: 16px/1.25 ProximaNova-Regular, sans-serif;
    letter-spacing: 1px;
    margin-bottom: 28px;
    padding-left: 15px
}
.posts__post-img img {
    width: 100%;
    height: 228px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}
.posts__post .link span {
    padding: 0 48px 0 0
}
.posts__post {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
.posts__post-link-wrap {
    margin-top: auto
}
.posts__post-img {
    margin-bottom: 26px
}
.posts__post-text p {
    line-height: 1.875;
    font-family: 'Proxima Nova Semibold', sans-serif;
    letter-spacing: 1px;
    margin-bottom: 17px
}
.about-us {
    padding: 60px 0 60px 0;
    background: #101010;
    margin-top: 184px
}
.about-us__back-img {
    left: 0;
    bottom: 19px;
    max-width: 189px;
    z-index: 1;
    width: auto
}
.about-us__square {
    left: 90px;
    bottom: 270px;
    width: auto;
    z-index: 2
}
.about-us__face-img {
    position: absolute;
    left: 46%;
    top: 0;
    width: 54%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left top;
    object-position: left top;
    height: 100%;
    z-index: 1
}
.about-us__ticker {
    bottom: auto;
    left: auto;
    right: 0;
    top: -176px
}
.about-us__title {
    font: 82px/1.09 'Proxima Nova Bold', sans-serif;
    margin-bottom: 45px
}
.about-us__header-text p {
    margin-bottom: 20px
}
.about-us__header-text {
    max-width: 396px;
    width: 100%;
    margin-bottom: 47px;
    color: #76787b
}
.copyright {
    font: 18px/1.75 'Proxima Nova Light';
    color: #76787b
}
.linkedin .cls-1 {
    opacity: .9
}
.linkedin .cls-2 {
    fill: #9297a2
}
.facebook .cls-1 {
    opacity: .9
}
.facebook .cls-2 {
    fill: #9297a2
}
.insta .cls-1 {
    opacity: .9
}
.insta .cls-2 {
    fill: #9297a2
}
.m-brend .cls-1 {
    fill: #9297a2
}
.footer-info__link {
    display: block;
    width: 20px;
    height: 20px
}
.footer-info__link svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
.footer-info__link svg path {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.footer-info__link:hover svg path {
    fill: #f49f5e
}
.footer-info {
    padding: 30px 60px
}
.footer {
    margin-top: 214px;
    background: #101010
}
.contact {
    padding-top: 55px;
    padding-bottom: 22px
}
.contact__header {
    margin-bottom: 63px
}
.form-control {
    font: 24px/1.2 'Proxima Nova Light';
    background: 0 0;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(146, 151, 162, .3);
    padding-top: 12px;
    color: #ffffff
}
.form-control::-webkit-input-placeholder {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}
.form-control::-moz-placeholder {
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out
}
.form-control:-ms-input-placeholder {
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out
}
.form-control::-ms-input-placeholder {
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out
}
.form-control, .form-control::placeholder {
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}
.form-control:focus {
    color: #ffffff
}
.form-control:focus::-webkit-input-placeholder {
    visibility: hidden;
    opacity: 0
}
.form-control:focus::-moz-placeholder {
    visibility: hidden;
    opacity: 0
}
.form-control:focus:-ms-input-placeholder {
    visibility: hidden;
    opacity: 0
}
.form-control:focus::-ms-input-placeholder {
    visibility: hidden;
    opacity: 0
}
.form-control:focus::placeholder {
    visibility: hidden;
    opacity: 0
}
.contact__input-wrap {
    width: 100%;
    margin-bottom: 26px
}
.form-control:focus {
    border-radius: 0;
    background: 0 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none
}
.contact__form-row {
    margin-bottom: 7px
}
.contact__btn {
    font: 24px/2.5 'Proxima Nova Light';
    letter-spacing: 1px;
    color: #3663f6;
    cursor: pointer;
}
.contact__btn:hover {
    color: #ffffff;
    text-decoration: none
}
.contact__btn:hover:after {
    background: #ffffff
}
.contact__btn, .contact__btn:after, .contact__link {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.contact__btn:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #3663f6
}
.contact__link {
    font: 24px/1.75 'Proxima Nova Light';
    color: #ffffff
}
.contact__link--second {
    margin-top: 48px;
    letter-spacing: 1px
}
.contact__link:hover {
    text-decoration: none;
    color: #f49f5e
}
.contact__links-col:before {
    content: "";
    position: absolute;
    left: 19px;
    top: -1000%;
    bottom: -1000%;
    width: 1px;
    background: #222222
}
.tab-content > .active {
    opacity: 1
}
.wrap-img-window svg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}
.wrap-img-window img {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0
}
#trigger {
    width: 100%;
    height: 1px
}
.hero__wrap-imgs img {
    width: 100%
}
.img-layer-bg {
    position: relative;
    z-index: 0
}
.img-layer-1 {
    z-index: 1;
    height: 500px
}
.img-layer-2 {
    z-index: 2;
    height: 500px
}
.img-layer-3 {
    z-index: 3;
    top: -8px
}
.tabs-linear {
    width: 100%;
    height: 200px;
    z-index: 11;
    position: absolute;
    background: linear-gradient(to bottom, rgba(16, 16, 16, .1) 0, #181818 100%);
    bottom: -200px;
    left: 0
}
.img-layer-1, .img-layer-2, .img-layer-3 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}
#svg-group-animation .cls-1 {
    fill: none
}
#svg-group-animation .cls-2, #svg-group-animation .cls-5, #svg-group-animation .cls-7, #svg-group-animation .cls-8 {
    fill: #3663f6
}
#svg-group-animation .cls-10, #svg-group-animation .cls-3, #svg-group-animation .cls-4 {
    fill: #efb838
}
#svg-group-animation .cls-14, #svg-group-animation .cls-15 {
    opacity: .4
}
#svg-group-animation #big-light-ray path, #svg-group-animation #big-light-ray rect, #svg-group-animation #small-light-ray path, #svg-group-animation #small-light-ray rect {
    visibility: hidden
}
#long-window rect, #svg-group-animation #big-light-ray path, #svg-group-animation #big-light-ray rect, #svg-group-animation #blue-light-group rect:nth-child(even), #svg-group-animation #small-light-ray path, #svg-group-animation #small-light-ray rect, #svg-group-animation #yellow-light-group rect:nth-child(odd), .move-up-group g, .window-groups g > rect:nth-child(odd) {
    opacity: 0;
    will-change: opacity
}
#svg-group-animation .cls-13 {
    fill: url(#Degradado_sin_nombre_6)
}
#svg-group-animation .cls-14 {
    fill: url(#Degradado_sin_nombre_232)
}
#svg-group-animation .cls-15 {
    fill: url(#Degradado_sin_nombre_232-2)
}
#svg-group-animation .cls-16 {
    fill: url(#Degradado_sin_nombre_232-3)
}
#svg-group-animation .cls-17 {
    fill: url(#Degradado_sin_nombre_232-28)
}
#svg-group-animation-2 .cls-1 {
    fill: none
}
#svg-group-animation-2 .cls-2 {
    fill: url(#Degradado_sin_nombre_37)
}
#svg-group-animation-2 .cls-3 {
    fill: url(#Degradado_sin_nombre_37-6)
}
#svg-group-animation-2 .cls-11 {
    fill: url(#Degradado_sin_nombre_37-9)
}
#svg-group-animation-2 .cls-4 {
    fill: #4e91f8
}
#svg-group-animation-2 .cls-6, #svg-group-animation-2 .cls-7 {
    fill: #efb838
}
#svg-group-animation-2 .cls-7, #svg-group-animation-2 .cls-9 {
    opacity: .3
}
#svg-group-animation-2 .cls-8 {
    fill: #3663f6
}
#svg-group-animation-2 .cls-10 {
    opacity: .06
}
#svg-group-animation-2 .center-window-group g > rect:nth-child(even), #svg-group-animation-2 .left-move-up-group rect {
    opacity: 0;
    will-change: opacity
}
#light-lamps .cls-115 {
    fill: #131620
}
#light-lamps .cls-319 {
    opacity: 0
}
#light-windows .cls-212 {
    fill: #12141b
}
#light-windows .cls-241, #light-windows .cls-3, #light-windows .cls-51 {
    fill: #203370
}
#lamps .cls-52 {
    fill: #2d4bc0
}
#lamps .cls-242 {
    fill: #101010;
    opacity: .5
}
#cars .cls-115 {
    fill: #f7c548
}
#cars .cls-116 {
    fill: #a59249
}
#cars .cls-3 {
    fill: #101010
}
#cars .cls-121 {
    fill: #860000
}
#cars .cls-123 {
    opacity: .5
}
#cars .cls-124 {
    fill: #636363
}
#cars .cls-125 {
    fill: #797979
}
#cars .cls-126 {
    fill: #282f31
}
#cars .cls-127 {
    fill: #f5faf6
}
#cars .cls-128 {
    fill: #e8a442
}
#cars .cls-127 {
    fill: #f5faf6
}
#cars .cls-129 {
    fill: #d2c060
}
#cars .cls-130, #cars .cls-131 {
    fill: #ac994b
}
#cars .cls-115 {
    fill: #f7c548
}
#cars .cls-126 {
    fill: #282f31
}
#cars .cls-132 {
    fill: #00072d
}
#cars .cls-132 {
    fill: #00072d
}
#cars .cls-133 {
    fill: #383b3c
}
#cars .cls-126 {
    fill: #282f31
}
#cars .cls-115 {
    fill: #f7c548
}
#cars .cls-134 {
    fill: #d9dcdd
}
#cars .cls-141 {
    fill: #3663f6
}
#cars .cls-142 {
    fill: #2a2a28
}
#cars .cls-3 {
    fill: #101010
}
#cars .cls-145 {
    fill: #252a2a
}
#cars .cls-146 {
    fill: #5a7bad;
    opacity: .4
}
#cars .cls-147 {
    fill: #a6a49c
}
#cars .cls-149 {
    fill: #1d2122
}
#cars .cls-151 {
    fill: #d2e5e5
}
#cars .cls-128 {
    fill: #e8a442
}
#cars .cls-146, #cars .cls-319 {
    opacity: .4
}
#cars .cls-146, #cars .cls-153 {
    fill: #5a7bad
}
#cars .cls-134 {
    fill: #d9dcdd
}
#cars .cls-152 {
    fill: #61703f
}
#cars .cls-149 {
    fill: #1d2122
}
#cars .cls-141 {
    fill: #3663f6
}
#cars .cls-153 {
    opacity: .2
}
#cars .cls-146, #cars .cls-153 {
    fill: #5a7bad
}
#cars .cls-154 {
    fill: #7eabdd
}
#wrap-car-2, #wrap-car-3 {
    opacity: 0
}
.hero--about .hero__title {
    font-size: 64px;
    line-height: 1.1;
    text-shadow: 0 4px 4px rgba(16, 16, 16, .3);
    margin-bottom: 56px
}
.hero__hint {
    font: 12px/1.25 'Proxima Nova Bold';
    letter-spacing: 1px
}
.hero__mouse-img {
    width: 14px;
    height: 25px
}
.hero__mouse-img .cls-1 {
    fill: none;
    stroke: #ffffff;
    stroke-miterlimit: 10;
    stroke-width: 2px
}
.hero__mouse-img .cls-2 {
    fill: #ffffff
}
.hero__float-gallery .boxes {
    position: absolute;
    height: 40px;
    min-width: 100vw;
    z-index: 0
}
.boxes--top {
    top: 0
}
.boxes--center {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
.boxes--bottom {
    z-index: -10 !important;
    bottom: 0
}
.boxes--top .hero__float-box:nth-of-type(even) .hero__float-inner {
    -webkit-transform: translateY(103%);
    -ms-transform: translateY(103%);
    transform: translateY(103%)
}
.boxes--top .hero__float-box:nth-of-type(odd) .hero__float-inner {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}
.boxes--center .hero__float-box:nth-of-type(even) .hero__float-inner {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
.boxes--center .hero__float-box:nth-of-type(odd) .hero__float-inner {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}
.boxes--bottom .hero__float-box:nth-of-type(even) .hero__float-inner {
    -webkit-transform: translateY(-105%);
    -ms-transform: translateY(-105%);
    transform: translateY(-105%)
}
.boxes--bottom .hero__float-box:nth-of-type(odd) .hero__float-inner {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}
.boxes--bottom .hero__float-box:last-child .hero__float-inner {
    -webkit-transform: translateY(-109%);
    -ms-transform: translateY(-109%);
    transform: translateY(-109%)
}
.boxes--bottom .hero__float-box:last-child {
    z-index: -10 !important
}
.boxes--top .hero__float-box:last-child .hero__float-inner {
    -webkit-transform: translateY(33%);
    -ms-transform: translateY(33%);
    transform: translateY(33%)
}
.boxes--center .hero__float-box:last-child .hero__float-inner {
    -webkit-transform: translateY(-75%);
    -ms-transform: translateY(-75%);
    transform: translateY(-75%)
}
.hero__float-gallery .boxes.boxes--bottom .box, .hero__float-gallery .boxes.boxes--center .box {
    bottom: 0;
    top: auto
}
.hero__float-gallery .boxes .box {
    height: auto
}
.hero--about .hero__float-gallery {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1
}
.hero__float-box {
    will-change: transform;
    text-align: center
}
.hero__float-img {
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    max-height: 400px
}
.team.slider-section {
    padding: 126px 0
}
.team__swiper.slider-section__swiper {
    max-width: 346px;
    padding-bottom: 0
}
.team .long-arrow-left, .team .long-arrow-right {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    top: 0;
    bottom: 0;
    margin: auto
}
.team .long-arrow-right {
    right: 15px
}
.team .long-arrow-left {
    left: auto;
    right: 95px
}
.team__title {
    margin-bottom: 26px
}
.wrap-team__header {
    padding-bottom: 59px
}
.team__header-text p:only-child {
    margin-bottom: 0
}
.team__swiper .slider-section__slide {
    overflow: visible;
    max-height: initial
}
.slider-section__slide {
    cursor: grab
}
.slider-section__slide-content {
    margin-top: 21px
}
.wrap-team__header .long-arrow-left:before, .wrap-team__header .long-arrow-right:before {
    width: 19px;
    height: 19px
}
.wrap-team__header .long-arrow-left::after, .wrap-team__header .long-arrow-right::after {
    height: 31px
}
.wrap-team__header .long-arrow-left::after {
    position: relative;
    left: -6px
}
.team .slider__back-img {
    left: -54px;
    top: 163px
}
.team__swiper .middle-line:after {
    background: #76787b;
}
.about-us2 {
    padding: 0 0 192px
}
.about-us2__title {
    line-height: 1.45
}
.about-us2__container {
    padding-top: 74px
}
.about-us2__container:after {
    content: '';
    position: absolute;
    left: 15px;
    width: 100vw;
    top: 0;
    height: 1px;
    background: rgba(118, 120, 123, .5)
}
.about-us2__img-wrap {
    margin: 83px 0 100px
}
.about-us2__img-wrap .about-us2__img {
    position: relative;
    display: block;
    width: 100%
}
.about-us2__back-img {
    z-index: 0;
    top: -33px;
    bottom: auto;
    max-width: 189px;
    width: auto;
    left: 0
}
.about-us2__back-img-2 {
    right: 78px;
    width: auto;
    bottom: 113px
}
.about-us2__square-2 {
    right: 0;
    width: auto;
    bottom: 223px
}
.about-us2-back-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    height: 100vh
}
.intro, .step-style {
    padding: 105px 0
}
.intro__title, .step-style__title {
    font-size: 82px;
    line-height: 1.1;
    margin-bottom: 57px
}
.intro__sign.before-shortline:before {
    content: "";
    display: inline-block;
    width: 39px;
    height: 1px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 0;
    right: calc(100% + 15px)
}
.text-gray.before-shortline:before {
    background: #76787b;
}
.intro__sign {
    margin-bottom: 35px
}
.step {
    width: 100vw;
    height: calc(100vh - 70px);
    background-color: #ffffff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    color: #101010
}
.step__inner {
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    clip: rect(auto auto auto auto)
}
.step__outer {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    --transform-translate-y: -50%;
    --transform-translate-x: -50%;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
    -ms-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
    width: 100%;
    text-align: center;
    left: 50%;
    top: 50%;
    position: fixed;
    font: 200px/1.22 'Proxima Nova Extra Bold';
    text-transform: uppercase
}
.step__text-animate {
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    top: 0;
    color: #ffffff;
    text-shadow: 1px 1px 0 rgba(16, 16, 16, .498039), 1px -1px 0 rgba(16, 16, 16, .498039), -1px 1px 0 rgba(16, 16, 16, .498039), -1px -1px 0 rgba(16, 16, 16, .498039), 1px 0 0 rgba(16, 16, 16, .498039), 0 1px 0 rgba(16, 16, 16, .498039), -1px 0 0 rgba(16, 16, 16, .498039), 0 -1px 0 rgba(16, 16, 16, .498039), 0 0 0 rgba(16, 16, 16, .498039)
}
.sticky {
    position: -webkit-sticky;
    position: sticky
}
.step-style__numb {
    position: absolute;
    right: 25px;
    top: -53px;
    font: 300px/1.2 'Proxima Nova Extra Bold';
    color: #101010;
    text-shadow: 1px 1px 0 #222222, 1px -1px 0 #222222, -1px 1px 0 #222222, -1px -1px 0 #222222, 1px 0 0 #222222, 0 1px 0 #222222, -1px 0 0 #222222, 0 -1px 0 #222222, 0 0 0 #222222;
    z-index: 0
}
.step-style__header {
    border-bottom: 1px solid #222222;
    margin-bottom: 63px
}
.step-style__text p {
    font: 36px/1.52 'Proxima Nova Light'
}
.step-style__list {
    padding: 6px 0 0 19px
}
.step-style__list li, .step-style__text p {
    color: #76787b
}
.step-style__list li {
    border-bottom: 1px solid #222222;
    padding-bottom: 10px;
    margin-bottom: 9px
}
.open-position .square-animate {
    width: 44px;
    height: 44px
}
.open-position .about-us2__back-img-2 {
    left: -25px;
    right: auto
}
.open-position .about-us2__square-2 {
    left: 45px;
    right: auto;
    bottom: 143px
}
.open-position .faq-list li {
    border-bottom: 1px solid #474849
}
.open-position .faq-list__name {
    width: 100%
}
.open-position .faq-list {
    padding: 20px 0 0 20px
}
.open-position .intro__sign {
    position: absolute;
    top: -58px
}
.open-position .intro__title {
    margin-bottom: 39px
}
.open-position {
    padding: 50px 0
}
.open-position__resume-wrap {
    border: 1px solid #76787b;
    min-height: 420px;
    padding: 75px 53px;
    background: #181818;
    max-width: 446px;
}
.open-position__resume-description.before-shortline:before {
    background: #76787b;
    top: auto;
    bottom: -32px;
    left: 0;
    right: 0;
    position: absolute;
    margin: 0 auto;
}
.open-position__resume-wrap .btn {
    min-width: 170px;
    padding: 10px 30px;
    margin-top: 31px;
}
.open-position__resume-wrap .resume-link {
    transition: all .3s;
}
.open-position__resume-wrap .resume-link:hover {
    text-decoration: none;
    color: #f49f5e;
}
.team__swiper-pagination {
    display: none
}
.introduction__row, .solution__row {
    margin-bottom: 50px
}
.achieve__text p, .introduction__sub-title p, .item-big__sub-title p, .outcome__sub-title p, .solution__sub-title p {
    font-family: 'Proxima Nova Light', sans-serif
}
.hero--internal .hero__text p {
    font: 21px/1.6 'Proxima Nova Semibold'
}
.introduction-video video, .introduction__img, .solution-video iframe, .solution-video video, .solution__img {
    height: 700px;
    max-height: 80vh
}
.hero.hero--internal {
    padding: 117px 0 50px 0;
    margin-bottom: 0
}
.hero--internal .hero__title {
    margin-bottom: 20px
}
.introduction {
    padding: 100px 0 50px
}
.hero--internal .hero__title, .item-big__title {
    font: 72px/1.1 'Proxima Nova Bold', sans-serif
}
.hero__sign_internal {
    font: 14px/1 'Proxima Nova Light';
    margin-bottom: 23px
}
.hero--internal .hero__img img {
    max-width: 615px;
    margin: 0 0 0 auto;
    width: 100%
}
.slider-section__swiper {
    position: relative
}
.slider-section__swiper {
    max-width: 805px;
    overflow: visible;
    width: 100%;
    height: 100%;
    padding-bottom: 41px
}
.next-swip-btn {
    left: calc(100% + 163px)
}
.swip-btn {
    position: absolute;
    width: 100%;
    height: calc(100% - 41px);
    top: 0;
    z-index: 999;
    cursor: pointer
}
.prev-swip-btn {
    right: calc(100% + 163px)
}
.slider-info__card, .slider-section__swiper .swiper-wrapper {
    width: 100vw !important
}
.long-arrow-left:before, .long-arrow-right:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff
}
.long-arrow-right:before {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}
.long-arrow-right {
    right: 46%;
    top: 100%
}
.long-arrow-left, .long-arrow-right {
    -webkit-transition: -webkit-transform .3s ease-in;
    transition: -webkit-transform .3s ease-in;
    -o-transition: transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in, -webkit-transform .3s ease-in;
    height: auto;
    outline: 0 !important
}
.long-arrow-right:hover {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px)
}
.long-arrow-left:hover {
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px)
}
.long-arrow-left::after, .long-arrow-right::after {
    content: "";
    display: block;
    width: 2px;
    height: 25px;
    background-color: #ffffff;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}
.long-arrow-right::after {
    margin-left: -14px
}
.long-arrow-left {
    left: 41%;
    top: 100%
}
.long-arrow-left:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.swiper-slide {
    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
}
.slider-section__slide {
    max-height: 444px;
    overflow: hidden
}
.solution__sub-title {
    margin-bottom: 30px
}
.outcome__sub-title {
    margin-bottom: 118px
}
.footer--second.footer {
    margin-top: 0
}
.outcome .achieve__percent {
    font-size: 71px
}
.outcome .achieve__percent .plus {
    left: -41px
}
.outcome .achieve__name {
    text-transform: uppercase
}
.achieve__text p:only-child, .hero--internal .hero__text p:only-child, .introduction__sub-title p:only-child, .item-big__sub-title p:only-child, .outcome__sub-title p:only-child, .solution__sub-title p:only-child {
    margin-bottom: 0
}
.outcome, .slider-section, .solution {
    padding: 50px 0
}
.outcome {
    padding-bottom: 100px
}
.hero--portfolio.hero {
    padding-bottom: 100px;
    margin-bottom: 0
}
.hero--portfolio .hero__title {
    font: 160px/1.3 "Proxima Nova Bold"
}
.hero--portfolio .hero__sub-title p {
    font: 24px/1.6 "Proxima Nova Light"
}
.hero--portfolio .hero__title span {
    margin-left: -3rem
}
.item-big__img img {
    max-width: 484px;
    width: 100%;
    height: 618px;
    display: block;
    -o-object-position: top;
    object-position: top
}
.item-big:nth-child(even) .item-big__img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}
.item-big:nth-child(even) .item-big__img img {
    margin-left: auto
}
.item-big:nth-child(even) .item-big__content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}
.item-big__sign {
    margin-right: 19px
}
.item-big__sub-title {
    letter-spacing: .4px;
    margin-bottom: 27px
}
.item-big .ticker {
    font: 236px 'Proxima Nova Extra Bold';
    z-index: -1;
    left: auto;
    right: 0
}
.item-big .sign {
    max-width: 394px
}
.item-big .sign__text {
    background: #111111
}
.item-big:nth-child(even) .ticker {
    left: 0;
    right: auto
}
.header--transparent {
    background: 0 0
}
.header--transparent.open-menu, .header--transparent.sticky-header {
    background: #181818
}
.hero__part-2 {
    height: 170px
}
.boxes {
    left: 100%
}
.box {
    width: 248px;
    height: 144px;
    position: absolute;
    top: 0;
    left: 0
}
.box-content {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 248px;
    height: 144px;
    -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;
    top: 0;
    left: 0;
    background: #222222;
    cursor: pointer;
    border: 1px solid transparent;
    text-align: center;
    padding: 15px 10px 10px;
    color: #ffffff;
    opacity: .3;
    -webkit-box-shadow: 0 3px 12px rgba(0, 5, 25, .298039);
    box-shadow: 0 3px 12px rgba(0, 5, 25, .298039);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
.box:nth-child(odd) .box-content {
    top: 20px
}
.box-content:hover, .card-third:hover {
    opacity: 1;
    border: 1px solid #ffffff
}
.card-third:hover .card-title-third h5 {
    color: #ffffff
}
.box-phrase, .box-text {
    font: 16px/1.25 'Proxima Nova Semibold'
}
.box-text {
    margin-bottom: 10px
}
.box-phrase {
    position: relative;
    padding-left: 24px
}
.box-phrase:before {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    right: 0;
    background: url(../img/icons8_info_4.svg) center center no-repeat;
    height: 30px;
    width: 30px
}
.faq {
    background: #181818;
    padding: 100px 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.faq__title {
    margin-bottom: 25px
}
.faq__sub-title {
    margin-bottom: 45px
}
.sign__text {
    padding-right: 12px
}
.faq__wrap-content {
    max-width: 394px;
    width: 100%
}
.wrap-faq-list {
    margin-top: 54px
}
.faq-list li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin-bottom: 16px
}
.faq-list li {
    margin-bottom: 23px;
    border-bottom: 2px solid #222222
}
.faq-list li:last-child {
    margin-bottom: 0;
    border-bottom: 2px solid transparent
}
.faq-list li:last-child a {
    margin-bottom: 0
}
.faq-list li a:hover {
    text-decoration: none;
    color: #ffffff
}
.faq-list__img {
    display: inline-block;
    width: 50px;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 25px
}
.faq-list__name {
    width: calc(100% - 75px)
}
.faq-list__name.link span {
    font: 16px/1.3 'Proxima Nova Bold', sans-serif;
    color: #ffffff;
    width: 100%;
    padding: 0 48px 0 0;
    text-transform: capitalize
}
.faq__svg-wrap {
    top: 0;
    position: absolute;
    right: 0;
    overflow: hidden
}
/*.faq__svg-wrap:before*/
.faq:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 49%;
    height: 100%;
    background: #181818;
    z-index: 3
}
/*.faq__svg-wrap:before {*/
/*width: 0;*/
/*}*/
/*.faq--2 .faq__svg-wrap:before {*/
/*content: none*/
/*}*/
/*.banner-mf {*/
/*position: absolute;*/
/*right: 0;*/
/*top: 0;*/
/*z-index: 2*/
/*}*/
.anim-mf, .static-mf {
    height: 100vh
}
.anim-mf {
    position: absolute;
    right: 0;
    top: 0;
}
.advantages__bg, .bg-gray, .info-slider__child:nth-child(even), .sign__text {
    background: #181818
}
#thumbs-info-4 .wrap-card-third:last-child {
    margin-right: 0 !important
}
.info-slider__child .swiper-wrapper {
    height: auto
}
.info-slider__child {
    min-height: calc(100vh - 79px);
    padding: 80px 0 80px
}
.info-slider__child:nth-child(even) .content-card-1 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}
.content-card-1 h2 {
    font: 42px/1 'Proxima Nova Extra Bold';
    margin-bottom: 30px;
    color: #ffffff
}
.info-slider__child:nth-child(even) .info-wrap-third {
    padding-right: 0
}
.info-slider__part-content {
    padding: 26px 16px 16px 16px;
    position: relative
}
.info-slider__part-content:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    background: #222222
}
.info-slider__part-content .overhead {
    margin-bottom: 20px;
    color: #76787b
}
.info-slider__part-content p {
    font: 15px/1.5 ProximaNova-Regular;
    color: #76787b;
    margin-bottom: 6px
}
.info-slider__part-content:last-child p {
    color: #ffffff
}
.info-slider__part-content:nth-child(2):after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #222222;
    z-index: -1
}
.info-slider__part-content:last-child .overhead {
    color: #ffffff
}
.info-slider__child:nth-child(even) .img-card-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}
.img-card-1 img,
.img-card-1 video {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    width: calc(100% - 30px)
}
.keys {
    margin-top: 30px
}
.card-third {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #222222;
    cursor: pointer;
    border: 1px solid transparent;
    text-align: center;
    padding: 15px 10px 10px;
    opacity: .6;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
.img-wrap-third-min {
    height: 35px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto 13px
}
.img-wrap-third-min img {
    max-height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain
}
.card-title-third {
    width: 100%
}
.card-title-third h5 {
    font: 16px/1.25 'Proxima Nova Semibold';
    color: #717276;
    margin-bottom: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
.pag-third li.swiper-pagination-bullet-active {
    background: 0 0;
    width: 40px
}
.pag-third li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 5px;
    width: 40px;
    -webkit-transform: scaleX(.1);
    -ms-transform: scaleX(.1);
    transform: scaleX(.1);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    border-radius: 50%;
    background: #ffffff;
    -webkit-transition: transform .3s cubic-bezier(0, 0, .4, .99);
    -o-transition: transform .3s cubic-bezier(0, 0, .4, .99);
    -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .4, .99);
    transition: -webkit-transform .3s cubic-bezier(0, 0, .4, .99);
    transition: transform .3s cubic-bezier(0, 0, .4, .99);
    transition: transform .3s cubic-bezier(0, 0, .4, .99), -webkit-transform .3s cubic-bezier(0, 0, .4, .99)
}
.pag-third li.swiper-pagination-bullet-active:before {
    border-radius: 8px;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}
.pag-third li {
    position: relative;
    left: 1px;
    display: block;
    height: 5px;
    width: 5px;
    background: 0 0;
    margin-left: 7px;
    cursor: pointer;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}
.pag-third li:focus {
    outline: 0
}
.pag-third-wrap .currentSlide {
    margin-left: 14px;
    color: #ffffff;
    font: 13px/1 'Proxima Nova Semibold'
}
.currentSlide:before {
    content: "0"
}
.overhead__icon {
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0;
    top: -6px
}
.overhead {
    font: 14px/1.2 'Proxima Nova Semibold';
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    color: #ffffff;
    padding-left: 33px
}
.slider-info__card {
    cursor: pointer
}
.advantages {
    padding: 315px 0 52px
}
.advantages .sign {
    max-width: 394px
}
.advantages .ticker {
    bottom: auto;
    top: 0
}
.advantages__title {
    margin-bottom: 34px
}
.advantages__wrap-content {
    padding: 76px 65px 66px 65px
}
.achieve__percent {
    font: 45px/1 'Proxima Nova Bold'
}
.achieve__percent .plus {
    position: absolute;
    left: -26px
}
.achieve__name {
    margin-bottom: 0
}
.achieve__item {
    padding-left: 25px
}
.advantages__content-item .sign {
    margin-bottom: 18px
}
.advantages__content-item {
    margin-bottom: 46px
}
.advantages__content-items {
    margin-bottom: 119px
}
.advantages__img {
    margin: -113px 0 26px;
    height: 490px
}
.advantages__img img {
    -o-object-position: top;
    object-position: top
}
.advantages__list li {
    position: relative;
    display: inline;
    margin-right: 16px
}
.advantages__list li a {
    font: 16px/1.8 ProximaNova-Regular;
    color: rgba(255, 255, 255, .498039)
}
.advantages__list li a:hover {
    text-decoration: none
}
.advantages__list li:after {
    content: "";
    position: relative;
    display: inline-block;
    right: -10px;
    top: 3px;
    height: 16px;
    width: 1px;
    background: rgba(255, 255, 255, .498039)
}
.advantages__list {
    margin-bottom: 60px
}
.press {
    padding: 113px 0 184px
}
.press__title {
    margin-bottom: 28px
}
.info-slider__head {
    padding-bottom: 38px;
    padding-top: 24px
}
.img-card-1 {
    height: 500px
}
.float-boxes {
    position: relative;
    padding: 80px 0 60px
}
#float-boxes-trigger {
    position: absolute;
    top: -80vh;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 1px
}
.wrap-card-third {
    display: block;
    height: auto
}
.swiper-slide-thumb-active .card-third {
    opacity: 1;
    border: 1px solid #ffffff
}
.swiper-slide-thumb-active .card-third h5 {
    color: #ffffff
}
.overflow-visible {
    overflow: visible
}
.info-slider__child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.info-wrap-third__text p {
    color: #505354
}
.info-wrap-third__text p:last-child {
    margin-bottom: 0
}
.info-wrap-third__text {
    margin-bottom: 40px
}
.info-wrap-third .achieve__item-col {
    text-align: center
}
.info-wrap-third .achieve__percent .plus {
    margin-left: -24px;
    position: initial
}
.info-wrap-third .achieve__item {
    padding-left: 0
}
.about-us3__item-text p:last-child, .about-us4__text p:last-child, .quote__item-text p:last-child {
    margin-bottom: 0
}
.about-us3__item-text p, .quote__item-text p {
    color: #76787b
}
.hero--products .sign {
    margin-bottom: 17px
}
.hero--products .hero__title {
    font-size: 72px
}
.hero--contact .hero__title {
    font: 82px/1.1 'Proxima Nova Semibold';
    margin-bottom: 57px
}
.quote {
    padding: 104px 0 calc(153px - 79px)
}
.quote__title {
    font: 160px/1.22 'Proxima Nova Semibold';
    margin-bottom: 57px
}
.quote__item-col:nth-child(4n+1) {
    margin-left: 33.333333%
}
.quote__item-col:nth-child(4n+4) {
    margin-right: 33.333333%
}
.quote__item-col {
    margin-bottom: 79px
}
.quote__item {
    min-height: 490px;
    border-bottom: 2px solid #8b8b8b;
    padding-bottom: 44px
}
.quote__item-sign {
    font: 16px/1.88 'Proxima Nova Bold';
    margin-bottom: 77px
}
.quote__item-title {
    font: 36px/1.3 'Proxima Nova Semibold';
    margin-bottom: 10px
}
.quote__item-text p {
    line-height: 1.88
}
.quote__item-text {
    max-width: 310px
}
/*.quote__item-link {*/
/*margin-top: 20px*/
/*}*/
.about-us3 {
    padding: 192px 0 17px
}
.about-us3__item-col {
    margin-bottom: 235px
}
.about-us3__item-img img {
    width: 88%
}
.about-us3__item-col:nth-child(odd) .about-us3__item-img {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 0
}
.about-us3__item-col:nth-child(even) .about-us3__item-img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 0
}
.about-us3__item-col:nth-child(even) .about-us3__item-content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}
.about-us3__item-title {
    font: 48px/1.88 'Proxima Nova Bold';
    margin-bottom: 15px
}
.about-us3__item-text p {
    line-height: 1.58
}
.about-us3__item-col .step-style__list {
    margin: 29px 0 53px
}
.hero--products-pb {
    padding-bottom: 100px
}
.hero--contact .intro__sign {
    margin-bottom: 13px
}
.hero__img-contact {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 51%;
    width: 49%;
    max-height: 80%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left center;
    object-position: left center;
    margin: auto;
    z-index: -1
}
.contact2 .contact__title {
    font: 36px/1.6 'Proxima Nova Semibold';
    margin-bottom: 18px
}
.contact2 .contact__block-line {
    position: relative;
    padding-bottom: 93px;
    margin-bottom: 44px
}
.contact2 .contact__block-line:before {
    content: "";
    position: absolute;
    left: -41px;
    bottom: 0;
    height: 1px;
    width: 1000px;
    background: #222222
}
.contact__link.text-gray {
    color: #76787b;
}
.contact2 .contact__link--second {
    color: #3663f6;
    margin-top: 0
}
.contact2 .footer-v-lines:before {
    content: none
}
.contact2 .contact__link--second:hover, .contact__link.text-gray:hover {
    color: #ffffff
}
.contact2 .min-height-100 {
    min-height: calc(100vh - 70px)
}
#map-canvas {
    width: 100%;
    height: calc(100vh - 72px - 91px)
}
.contact2 .contact {
    margin-bottom: 71px
}
.marketWrapper {
    position: absolute;
    width: 255px;
    height: 156px;
    background: #101010;
    color: #ffffff;
    border-radius: 6px;
    -webkit-box-shadow: 0 4px 18px 0 rgba(47, 53, 66, .23);
    box-shadow: 0 4px 18px 0 rgba(47, 53, 66, .23);
    padding: 15px 15px 15px 25px;
    line-height: 1.4;
    text-align: left;
    text-transform: none;
    top: -170px;
    left: -199px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(.4);
    -ms-transform: scale(.4);
    transform: scale(.4);
    -webkit-transform-origin: 80% 100%;
    -ms-transform-origin: 80% 100%;
    transform-origin: 80% 100%
}
.markershowmore, .markershowmore:after, .marketWrapper {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
.marketWrapper:after {
    position: absolute;
    content: '';
    bottom: -10px;
    right: 40px;
    width: 0;
    height: 0;
    z-index: 1;
    border-top: 10px solid #101010;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent
}
.marker {
    position: relative;
    text-align: center;
    background: #3663f6;
    border-radius: 50%;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 0;
    z-index: 1;
    -webkit-transition: z-index 1s;
    -o-transition: z-index 1s;
    transition: z-index 1s
}
.marker:hover .marketWrapper {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}
.marker:after, .marker:before {
    position: absolute;
    content: '';
    width: 95px;
    height: 95px;
    top: -44.5px;
    left: -44.5px;
    z-index: -1;
    background: rgba(54, 99, 246, .0509804);
    border-radius: 50%
}
.marker:after {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2)
}
.marker:hover:after {
    -webkit-transform: scale(4);
    -ms-transform: scale(4);
    transform: scale(4);
    opacity: 0;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    background: rgba(54, 99, 246, .5)
}
.marker:hover {
    z-index: 99
}
.text-evt {
    font-family: 'Proxima Nova Bold', sans-serif
}
.markertitle {
    font-size: 18px;
    font-family: 'Proxima Nova Bold', sans-serif;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}
.markeraddress, .markernum {
    font-size: 14px;
    font-family: 'Proxima Nova Light', sans-serif
}
.markersite {
    display: block;
    color: #57606f !important;
    font-size: 16px;
    font-family: 'Proxima Nova Semibold', sans-serif;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}
.markershowmore {
    display: block;
    position: relative;
    color: #3663f6 !important;
    left: 0;
    font-size: 16px;
    bottom: 0;
    padding-right: 25px;
    width: 105px;
    font-family: 'Proxima Nova Light', sans-serif;
    text-decoration: none !important
}
.markershowmore:hover {
    -webkit-transform: translateX(-3px);
    -ms-transform: translateX(-3px);
    transform: translateX(-3px)
}
.markershowmore:hover:after {
    -webkit-transform: translateX(6px);
    -ms-transform: translateX(6px);
    transform: translateX(6px)
}
.markershowmore:after {
    position: absolute;
    content: '';
    width: 16px;
    height: 8px;
    right: 0;
    top: 8px;
    background: url(../img/arrow-right-orange.svg) 0 0 no-repeat
}
.gm-style-cc, a[rel=noopener] {
    display: none !important
}
.hero--products {
    background: #1a1a1a;
    padding-top: 100px;
}
.udx__color .quote__item-content {
    color: #58a6f9
}
.hellosold__color .quote__item-content {
    color: #eca432
}
.mf-vr__color .quote__item-content {
    color: #e35019
}
.mf-3d__color .quote__item-content {
    color: #78e6fc
}
.text-evt {
    width: 150px;
    padding: 0 15px 15px;
    font-size: 15px;
    margin-top: -15px
}
.form-modal .modal-content {
    background: #000000;
    padding: 60px 0;
    cursor: auto
}
.form-modal {
    max-width: 830px
}
.form-modal .contact__inputs-wrap-2 .contact__input-wrap {
    max-width: 48%
}
.form-modal .modal-header {
    border: 0
}
.form-modal .contact__title {
    margin-bottom: 16px
}
.modal-backdrop {
    background-color: #262626
}
.modal {
    cursor: cell
}
.btn__wrap .nav__btn {
    line-height: 1.5;
    padding: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: 0 0
}
.btn__wrap .nav__btn span {
    line-height: 1.5;
    display: inline-block;
    padding: 14px 57px 14px 26px
}
.holistic-campaigns {
    border-top: 1px solid #222222;
    padding: 107px 0 114px
}
.holistic-campaigns__heading {
    margin-bottom: 34px
}
.holistic-campaigns__heading h2 {
    font: 64px/1.2 'Proxima Nova Bold';
    color: #ffffff;
    margin-bottom: 33px
}
.holistic-campaigns__img-wrap #holistic-table {
    width: 994px;
    max-width: 100%;
    height: auto;
    overflow: visible
}
.hover-icon {
    position: absolute;
    max-width: 340px;
    z-index: 9
}
.hover-icon.active {
    z-index: 10
}
.hero__list-wrap2, .hover-icon .hover-icon__img, .hover-icon .hover-path-1, .hover-icon__img-wrap, .hover-js {
    -webkit-transition: all .2s cubic-bezier(0, .49, .51, 1.5);
    -o-transition: all .2s cubic-bezier(0, .49, .51, 1.5);
    transition: all .2s cubic-bezier(0, .49, .51, 1.5)
}
#holistic-table .icon, .hover-js {
    opacity: 0;
    visibility: hidden
}
.hover-js.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}
.hover-icon__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #101010;
    border: 2px solid #222222;
    -webkit-box-shadow: 7px 11px 23px rgba(4, 4, 4, .8);
    box-shadow: 7px 11px 23px rgba(4, 4, 4, .8);
    border-radius: 5px;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7)
}
g.hover:hover {
    cursor: pointer
}
.hover-icon-8 {
    top: -3.8%;
    left: 16.8%
}
.hover-icon-7 {
    right: 17.1%;
    top: -4.5%
}
.hover-icon-6 {
    left: -15px;
    top: 55.1%
}
.hover-icon-5 {
    right: 0;
    top: 55.1%
}
.hover-icon-4 {
    right: -.6%;
    top: 14.1%
}
.hover-icon-3 {
    left: -14px;
    top: 13.4%
}
.hover-icon-2 {
    right: 22.5%;
    top: 67.8%
}
.hover-icon-1 {
    top: 66.4%;
    left: 22.5%
}
.hover-icon__img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -7px;
    margin: auto;
    max-width: 39px
}
#a2 {
    max-width: 47px;
    top: 7px;
    right: -4px
}
#a3, #a6, #a7, #a8 {
    right: 0
}
#a3, #a4, #a5, #a6, #a7, #a8 {
    max-width: 49px
}
#a4 {
    top: 10px
}
.hover-icon.active .hover-icon__img-wrap {
    border-color: transparent
}
.hover-icon.active .hover-icon__img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}
.hover-icon.active .hover-path-1 {
    fill: #ffffff !important
}
.hover-icon__img-wrap {
    position: relative;
    width: 100px;
    height: 100px;
    background: #101010;
    border-radius: 50%;
    border: 2px solid #1b1b1b;
    margin: 0 auto 10px;
    pointer-events: initial;
}
.st50, .st51, .st52, .st53, .st54 {
    fill: none;
    stroke-width: 3.0314
}
.path-reset2 {
    stroke: #2f5cf8
}
.hover-icon__close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 99;
    cursor: pointer
}
.hover-icon__close-img {
    max-width: 20px
}
.hover-icon h6 {
    font: 16px/1.88 ProximaNova-Regular;
    text-align: center;
    color: #76787b
}
.hover-icon__close {
    display: none
}
.active .hover-icon__scroll {
    pointer-events: initial;
}
.hover-icon__scroll {
    cursor: pointer;
    padding: 30px 15px 16px;
    position: relative;
    z-index: 10;
    pointer-events: none;
}
.hover-icon__scroll > h6 {
    -webkit-transition: all .2s ease-out !important;
    -o-transition: all .2s ease-out !important;
    transition: all .2s ease-out !important
}
.hover-js.active + .hover-icon__scroll > h6 {
    color: #2958f8;
    -webkit-transition: all .2s ease-out !important;
    -o-transition: all .2s ease-out !important;
    transition: all .2s ease-out !important
}
.hover-icon__scroll .link:hover {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.hover-icon__scroll .link:hover span:before {
    -webkit-transform: translateX(0) rotate(135deg);
    -ms-transform: translateX(0) rotate(135deg);
    transform: translateX(0) rotate(135deg);
}
.hover-icon__scroll .link:hover span:after {
    -webkit-transform: translate3d(0, -67%, 0);
    transform: translate3d(0, -67%, 0);
}
.hero.hero--case-study {
    padding: 80px 0 40px 0
}
.hero--case-study .hero__img img {
    position: absolute;
    width: 50%;
    max-width: 100%;
    margin: 0;
    top: 80px;
    left: 0;
    height: calc(100% - 80px);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center
}
.about-us4__block .about-us2__container:after, .vertical-items .about-us2__container:after {
    content: none
}
.about-us4__block .about-us2__container, .vertical-item .about-us2__container, .vertical-items .about-us2__container {
    padding-top: 0
}
.about-us4__block .about-us2__img-wrap {
    margin: 0 0 120px
}
.about-us4__block {
    padding: 150px 0 150px
}
.about-us4 {
    padding: 0
}
.about-us4__block:nth-of-type(even) .about-us__back-img {
    right: 78px;
    left: auto
}
.about-us4__block:nth-of-type(even) .about-us__square {
    right: 0;
    left: auto
}
.vertical-item__img-wrap {
    margin: 0
}
.vertical-item__content {
    padding: 30px 15px 30px 30px
}
.vertical-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 96px
}
.vertical-item:last-child {
    margin-bottom: 0
}
.vertical-item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}
.vertical-item:nth-of-type(even) .vertical-item__content {
    padding: 30px 30px 30px 15px
}
.embed-responsive-item, video.about-us2__img {
    outline: 0
}
.big-items {
    padding: 50px 0 1px
}
.big-items__title {
    font-size: 20px;
    margin-top: 26px
}
.big-items__container {
    max-width: 1840px
}
.big-items__item-img {
    width: 100%;
    -o-object-position: top center;
    object-position: top center;
    height: 450px
}
.big-items__col {
    padding: 0 30px;
    margin-bottom: 79px
}
video.big-items__item-img {
    margin-bottom: -10px
}
.outcome2 .achieve__item-col {
    margin-bottom: 40px
}
.video-controller {
    position: absolute;
    cursor: pointer;
    z-index: 10
}
.video-controller img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center
}
.video-play {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 150px;
    height: 150px
}
.video-pause {
    bottom: 10px;
    left: 10px;
    width: 100px;
    height: 100px
}
.vertical-item__wrap {
    padding: 100px 0
}
.solution2 {
    padding: 50px 0
}
.slider__slide-content {
    position: absolute;
    right: 30px;
    bottom: -25px;
    padding: 19px 38px 10px 34px;
    background: #212121;
    -webkit-box-shadow: 0 2px 20px rgba(16, 16, 16, 0.878431);
    box-shadow: 0 2px 20px rgba(16, 16, 16, 0.878431);
    max-width: 540px;
    width: 100%;
}
.font--bold {
    font-family: 'Proxima Nova Bold';
}
.slider__slide-title {
    font: 18px/1.25 'Proxima Nova Bold', sans-serif;
    color: #ffffff;
    margin: 0 0 17px;
}
.slider__slide-item {
    display: inline-block;
    margin-bottom: 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 46%;
    width: 100%;
    padding-right: 5px;
}
.slider__slide-numb {
    display: block;
    font: 36px/1.2 'Proxima Nova Bold';
    margin-bottom: -1px;
    color: #ffffff;
}
.slider__slide-per {
    font: 24px/1.2 'Proxima Nova Bold';
    margin-left: -9px;
    color: #ffffff;
}
.slider__slide-sub-title {
    font: 12px/1.25 'ProximaNova-Regular';
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #76787b;
    margin: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
span.quote__item-link.link {
    position: absolute;
    bottom: 30px;
    left: 0;
}
/*-----------------------------------------------------*/
.faq--hero .faq__svg-wrap {
    right: auto;
    left: -30px;
}
.faq--hero__row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.faq--hero.faq:before {
    top: 0;
    left: auto;
    right: 0;
}
.faq--hero .faq__sub-title {
    color: #76787b;
    margin-bottom: 32px;
}
.link--yellow span:before {
    border-color: #efb838;
}
.link--yellow span:after {
    background: #efb838;
}
.faq--hero .wrap-faq-list {
    margin-top: 46px;
}
.solved {
    padding: 100px 0;
}
.our-numbers, .solved {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.solved__heading h2 {
    margin-bottom: 105px;
}
.solved__heading p {
    margin-bottom: 45px;
    max-width: 450px;
}
.solved__heading h2, .market__heading h2 {
    font: 82px/1.09 'Proxima Nova Bold';
}
.market__heading p, .solved__heading p, .market__cards p, .our-numbers__heading p, .our-numbers__card p {
    font: 16px/1.88 'ProximaNova-Regular';
    color: #76787b;
}
.solved__heading {
    margin-bottom: 25px;
}
.solved__cards {
    margin: 0;
    padding: 0;
}
.solved__card {
    max-width: 237px;
    text-align: center;
    padding: 44px 15px;
    background: #181818;
    border: 1px solid #222222;
    height: 100%;
    margin-left: auto;
}
.solved__card_wrap {
    margin-top: 23px;
}
.solved__card h5 {
    font: 18px/1.2 'Proxima Nova Semibold';
    margin: 20px 0 0;
}
.solved__row {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.market__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 49%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    z-index: 1;
}
.market__bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    z-index: 0;
}
:root {
    --height: 250px;
}
.market__heading {
    padding-left: 76px;
}
.market__step {
    font: var(--height)/1 'Proxima Nova Extra Bold';
}
.market__step-wrap {
    height: var(--height);
}
.market__step text {
    -webkit-transform: translate(192px, calc(var(--height) - 5px));
    -ms-transform: translate(192px, calc(var(--height) - 5px));
    transform: translate(192px, calc(var(--height) - 5px));
}
svg.market__step {
    width: 100%;
    height: 100%;
}
.market__heading h2 {
    margin-bottom: 38px;
}
.market__heading p {
    margin-bottom: 31px;
}
.market__heading p:last-child {
    margin-bottom: 0;
}
.market__step-text {
    max-width: 430px;
    margin-bottom: 63px;
}
.market__line {
    max-width: 130px;
    height: 2px;
    background: #3e3e3f;
    margin-bottom: 60px;
}
.market__bg:after {
    content: "";
    position: absolute;
    right: -39px;
    width: 100vw;
    top: 75px;
    height: calc(100% - 75px);
    background: #181818;
    z-index: 0;
}
.market__step-wrap {
    position: relative;
    margin: -78px 0 -6px;
}
.market__card img {
    display: block;
    width: 49px;
    height: 49px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
    margin-bottom: 23px;
}
.market__card h6 {
    font: 16px/1.88 'Proxima Nova Semibold';
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.market__card p:last-child, .our-numbers__heading p:last-child, .our-numbers__card p:last-child {
    margin-bottom: 0;
}
.market__cards {
    margin-top: 127px;
}
.our-numbers__card-wrap:last-child {
    border-right: none;
}
.faq--hero .faq-list li {
    margin-bottom: 19px;
}
.market {
    padding-bottom: 123px;
}
.our-numbers__row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.our-numbers__heading h2 {
    font: 48px/1.25 'Proxima Nova Extra Bold';
    margin-bottom: 20px;
}
.our-numbers__heading .sign {
    margin-bottom: 15px;
}
.our-numbers__heading {
    margin-bottom: 60px;
}
.our-numbers__card-numb {
    font: 92px/1.2 'ProximaNova-Regular';
}
.our-numbers__card-plus {
    color: #3663f6;
    margin-left: -20px;
}
.our-numbers__card h6 {
    font: 12px/1.25 'ProximaNova-Regular';
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 4px 0 13px;
}
.our-numbers__heading p {
    max-width: 350px;
}
.our-numbers__card-row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.our-numbers {
    padding: 93px 0;
    margin-bottom: 37px;
}
.our-numbers__btn-wrap {
    margin-top: 94px;
}
.solved__btn-wrap .btn, .our-numbers__btn-wrap .btn {
    margin-right: 15px;
}
.market--reverse .market__img {
    left: auto;
    right: 0;
}
.market--reverse .market__bg:after {
    right: auto;
    left: -39px;
}
.market--reverse .market__main-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.market--reverse .market__step text {
    -webkit-transform: translate(0, calc(var(--height) - 5px));
    -ms-transform: translate(0, calc(var(--height) - 5px));
    transform: translate(0, calc(var(--height) - 5px));
}
.market__overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 49%;
    height: 100%;
    z-index: 1;
    background-color: rgba(54, 99, 246, 0.149);
}
.market--reverse .market__overlay:after {
    right: 0;
    left: auto;
}
.market--reverse .market__cards, .market--reverse .market__heading {
    padding-left: 65px;
}
.market--reverse .market__step-text {
    margin-bottom: 52px;
}
.market--reverse .market__cards {
    margin-top: 107px;
}
.our-numbers--back-right .about-us__back-img {
    right: 0;
    left: auto;
}
.our-numbers--back-right .about-us__square {
    right: 78px;
    left: auto;
}
.modal--iframe, .modal--video {
    padding: 15px;
    z-index: 9999;
}
.modal--iframe .modal-dialog {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    margin: 0;
}
.modal--video .modal-dialog {
    max-width: 100%;
    margin: 0;
}
.modal--video .modal-content {
    background-color: #0000;
    border: none;
    border-radius: 0;
    pointer-events: initial;
}
.modal--iframe .modal-content {
    height: 100%;
}
.modal--iframe .close,
.modal--video .close {
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 1;
    padding: 10px 10px 10px 10px;
    line-height: 0;
    background: #56636c;
    opacity: 1;
}
.modal--iframe .close svg,
.modal--video .close svg {
    -webkit-transition: -webkit-transform .2s cubic-bezier(0.4, 0.07, 1, 0.68);
    transition: -webkit-transform .2s cubic-bezier(0.4, 0.07, 1, 0.68);
    -o-transition: transform .2s cubic-bezier(0.4, 0.07, 1, 0.68);
    transition: transform .2s cubic-bezier(0.4, 0.07, 1, 0.68);
    transition: transform .2s cubic-bezier(0.4, 0.07, 1, 0.68), -webkit-transform .2s cubic-bezier(0.4, 0.07, 1, 0.68);
}
.modal--iframe .close:hover svg,
.modal--video .close:hover svg {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
[type="button"] {
    outline: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.solved__heading-text {
    margin-top: 30px;
}
.cbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.our-numbers--brokers {
    padding-bottom: 0;
    margin-bottom: 0;
}
.text-decoration-none {
    text-decoration: none !important;
}
.slides-inner.before-load {
    transform: skew(0) !important;
}
.txt-scroll-wrap {
    overflow: hidden;
}
/*-----------------------------------------------------*/
/*main-style*/
/*responsive*/
@media only screen and (max-height: 1000px) and (orientation: landscape) {
    .img-card-1 {
        height: 450px
    }
    .info-slider__child {
        padding: 40px 0
    }
}
@media (max-height: 900px) and (orientation: landscape) {
    .hero__wrap-imgs {
        bottom: -162px
    }
    .hero {
        padding-top: 110px
    }
    .faq, .info-slider__child {
        display: block
    }
    .wrap-faq-list {
        margin-top: 24px
    }
    .faq-list li, .faq-list li a {
        margin-bottom: 11px
    }
    .content-card-1 h2 {
        font-size: 38px;
        margin-bottom: 15px
    }
    .img-card-1 {
        height: 400px
    }
}
@media only screen and (max-height: 900px) and (orientation: landscape) {
    .tabs__top-tab-nav {
        margin-bottom: 33px;
    }
    .tabs__bottom-tab-col {
        position: relative;
        top: -74px;
    }
    .tabs__bottom-tab-nav {
        padding-top: 20px;
    }
    .tabs__bottom-tab-nav a {
        margin-bottom: 5px;
    }
    .tabs__bottom-tab-nav {
        margin-bottom: 30px;
    }
    .hero__content-wrap {
        padding: 30px 0 54px
    }
    .item-big {
        padding: 200px 0;
    }
}
@media (max-height: 800px) and (orientation: landscape) {
    .hero__wrap-imgs {
        bottom: -153px
    }
    .faq-list__img {
        width: 40px;
        height: 40px
    }
    .faq-list__name {
        width: calc(100% - 65px)
    }
    .hero--products {
        padding-top: 100px;
    }
    .hero__content-wrap {
        padding: 0 0 54px
    }
    .hero__btn {
        margin-top: 20px;
    }
}
@media (max-height: 800px) and (orientation: landscape) and (min-width: 1200px) {
    .hero__wrap-imgs {
        left: 0;
        right: 0;
        width: 80%;
        margin: 0 auto;
        bottom: -121px;
    }
    .img-layer-bg--respons {
        position: relative;
        width: 100vw !important;
    }
}
@media only screen and (max-height: 700px) and (orientation: landscape) {
    .img-card-1 {
        height: auto
    }
}
@media (min-width: 992px) {
    /*#tabs__animate {*/
    /*visibility: hidden;*/
    /*opacity: 0;*/
    /*-webkit-transform: translateY(20px);*/
    /*-ms-transform: translateY(20px);*/
    /*transform: translateY(20px)*/
    /*}*/
    .market__card-wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 24.7%;
        flex: 0 0 24.7%;
    }
    .market__card {
        max-width: 230px;
    }
}
@media (min-width: 1200px) {
    .swiper-wrapper-cards {
        -webkit-transform: translate(0) !important;
        -ms-transform: translate(0) !important;
        transform: translate(0) !important
    }
    .container {
        max-width: 1170px
    }
    .tabs__bottom-tab-col {
        padding-left: 67px
    }
    .posts__header {
        padding-left: 62px
    }
    .tabs__bottom-tab-nav {
        padding-top: 31px;
        max-width: 250px
    }
    .about-us__header {
        padding-left: 50px
    }
    .contact__links-col {
        padding-left: 61px
    }
    .big-cards__card {
        max-width: 546px;
        width: 100%
    }
    .big-cards__cards-col:nth-of-type(2n+2) .big-cards__card {
        margin-left: auto
    }
    .contact__inputs-wrap-2 .contact__input-wrap {
        max-width: 310px
    }
    /*----------------------------------------------*/
    .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both
    }
    @-webkit-keyframes fadeInUp {
        0% {
            opacity: 0;
            -webkit-transform: translateY(20px);
            transform: translateY(20px)
        }
        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }
    }
    @keyframes fadeInUp {
        0% {
            opacity: 0;
            -webkit-transform: translateY(20px);
            -ms-transform: translateY(20px);
            transform: translateY(20px)
        }
        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0)
        }
    }
    .fadeInUp {
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp
    }
    .fadeInU1p {
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp
    }
    @-webkit-keyframes fadeInLeft {
        0% {
            opacity: 0;
            -webkit-transform: translateX(-20px);
            transform: translateX(-20px)
        }
        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }
    }
    @keyframes fadeInLeft {
        0% {
            opacity: 0;
            -webkit-transform: translateX(-20px);
            -ms-transform: translateX(-20px);
            transform: translateX(-20px)
        }
        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0)
        }
    }
    .fadeInLeft {
        -webkit-animation-name: fadeInLeft;
        animation-name: fadeInLeft
    }
    .back-img, .back-img-static {
        position: absolute;
    }
    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0
        }
        100% {
            opacity: 1
        }
    }
    @keyframes fadeIn {
        0% {
            opacity: 0
        }
        100% {
            opacity: 1
        }
    }
    .fadeIn {
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn
    }
    .will-change {
        will-change: transform
    }
    @-webkit-keyframes fadeInRight {
        0% {
            opacity: 0;
            -webkit-transform: translateX(80px);
            transform: translateX(80px)
        }
        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }
    }
    @keyframes fadeInRight {
        0% {
            opacity: 0;
            -webkit-transform: translateX(80px);
            -ms-transform: translateX(80px);
            transform: translateX(80px)
        }
        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0)
        }
    }
    .fadeInRight {
        -webkit-animation-name: fadeInRight;
        animation-name: fadeInRight
    }
    .wow {
        visibility: hidden
    }
    @-webkit-keyframes fadeInUp {
        0% {
            opacity: 0;
            -webkit-transform: translateY(20px);
            transform: translateY(20px);
        }
        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }
    @keyframes fadeInUp {
        0% {
            opacity: 0;
            -webkit-transform: translateY(20px);
            -ms-transform: translateY(20px);
            transform: translateY(20px);
        }
        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }
    }

    .new-scroll-anim .fadeInUp {
        transform: translateY(20px);
        opacity: 0;
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
        transition: .4s opacity, .8s transform cubic-bezier(.07, .89, .79, .95), .8s -webkit-transform cubic-bezier(.07, .89, .79, .95);
    }
    .new-scroll-anim .td-2 {
        transition-delay: .2s !important;
    }
    .new-scroll-anim .td-3 {
        transition-delay: .3s !important;
    }
    .new-scroll-anim .td-4 {
        transition-delay: .4s !important;
    }
    .new-scroll-anim .td-5 {
        transition-delay: .5s !important;
    }
    .new-scroll-anim .td-6 {
        transition-delay: .6s !important;
    }
    .new-scroll-anim .td-7 {
        transition-delay: .7s !important;
    }
    .new-scroll-anim .press__post-row .wow:nth-child(3n+2),
    .new-scroll-anim .item-big__row--secondary .wow:nth-child(3n+2),
    .market__cards .wow:nth-child(3n+2),
    .our-numbers__card-row .wow:nth-child(3n+2),
        /*.quote__item-wrap .wow:nth-child(3n+2),*/
    .about-us3__item .wow:nth-child(3n+2),
    .item-big__row .wow:nth-child(3n+2),
    .swiper-wrapper .wow:nth-child(3n+2),
    .posts__row .wow:nth-child(3n+2) {
        transition-delay: .2s;
    }
    .new-scroll-anim .press__post-row .wow:nth-child(3n + 3),
    .new-scroll-anim .item-big__row--secondary .wow:nth-child(3n + 3),
    .market__cards .wow:nth-child(3n+3),
    .our-numbers__card-row .wow:nth-child(3n+3),
        /*.quote__item-wrap .wow:nth-child(3n+3)  */
    .item-big__row .wow:nth-child(3n+3),
    .swiper-wrapper .wow:nth-child(3n+3),
    .posts__row .wow:nth-child(3n+3) {
        transition-delay: .4s;
    }
    .market__cards .wow:nth-child(3n+4) {
        /*.quote__item-wrap .wow:nth-child(3n+4) */
        transition-delay: .5s;
    }
    /*----------------------------------------------*/
    .slider__slide-content {
        width: 100%
    }
    .posts__post,
    .solved__card {
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }
    .solved__card:hover, .posts__post:hover {
        transform: translateY(-10px) scale(1.05);
    }
}
@media (min-width: 1300px) {
    .contact {
        max-width: 1270px
    }
    .section-mark:before {
        position: absolute;
        right: calc(100% + 16px);
        top: 0;
        bottom: 0;
        margin: auto
    }
    .posts__mark {
        margin: 0 0 20px 56px
    }
    .contact__inputs-wrap-2 .contact__input-wrap {
        max-width: 326px
    }
    .solved__heading {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 53%;
        flex: 0 0 53%;
    }
    .solved__cards {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
        flex: 0 0 47%;
        max-width: 47%;
    }
    .our-numbers__card-wrap {
        max-width: 217px;
    }
    .our-numbers__card-wrap, .market__card-wrap, .solved__card_wrap {
        padding: 0;
    }
}
@media (max-width: 1400px) {
    .about-us__face-img {
        left: 36%;
        width: 64%
    }
    .about-us__header-text p {
        color: #ffffff
    }
    .hero--contact .intro__sign.before-shortline:before, .hero--products .intro__sign.before-shortline:before {
        position: relative;
        top: -4px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        right: auto;
        margin-right: 12px
    }
    .hero__float-img {
        width: auto !important;
        max-width: 350px;
        max-height: 300px
    }
    .faq:before {
        width: 41%
    }
    .big-items__item-img {
        height: 350px
    }
    .big-items__col {
        padding: 0 15px
    }
    /*----------------*/
    .faq--hero.faq:before {
        width: 44%;
    }
    .solved__heading h2 {
        margin-bottom: 55px;
    }
    /*------------------------------*/
    /*.under-city-line {*/
    /*width: 100vw;*/
    /*}*/
    /*.under-city-line:after {*/
    /*content: "";*/
    /*position: absolute;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*bottom: 129px;*/
    /*height: 1px;*/
    /*background: #2b4bb5;*/
    /*z-index: 1;*/
    /*}*/
}
@media (max-width: 1240px) {
    .hover-icon-3, .hover-icon-6 {
        left: -8px
    }
    .hover-icon-4 {
        right: 0
    }
}
@media (max-width: 1199px) {
    .box, .box-content {
        width: 200px
    }
    .advantages {
        padding: 215px 0 52px
    }
    .press {
        padding: 30px 0 80px
    }
    .img-card-1 {
        height: 400px;
    }
    .advantages__wrap-content {
        padding: 53px 35px 53px 35px
    }
    .advantages__list {
        margin-bottom: 20px
    }
    .advantages__content-items {
        margin-bottom: 50px
    }
    .hero {
        padding-top: 115px;
        margin-bottom: 100px
    }
    .hero__wrap-imgs {
        bottom: -153px
    }
    .hero__item {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 25px 15px
    }
    .header__nav .nav__item {
        margin: 0 0 0 15px
    }
    .contact__links-col:before {
        left: 20px
    }
    .contact__links-col {
        padding-left: 50px
    }
    .about-us__face-img {
        left: 0;
        width: 100%
    }
    .about-us__back-img {
        z-index: 2;
        bottom: 40px
    }
    .about-us__ticker {
        top: -215px
    }
    .footer {
        margin-top: 114px
    }
    .ticker {
        font-size: 200px
    }
    .hero--internal .hero__title, .item-big__title {
        font-size: 47px;
        line-height: 1;
        margin-bottom: 10px
    }
    .hero--internal .hero__text p {
        font-size: 18px
    }
    .introduction__row, .solution__row {
        margin-bottom: 30px
    }
    .embed-responsive iframe.embed-responsive-item, .embed-responsive video.embed-responsive-item, .introduction__img, .solution__img {
        height: 500px
    }
    .outcome .achieve__percent {
        font-size: 50px
    }
    .outcome .achieve__percent .plus {
        left: -29px
    }
    .prev-swip-btn {
        right: calc(100% + 100px)
    }
    .next-swip-btn {
        left: calc(100% + 100px)
    }
    .hero--portfolio .hero__title {
        font-size: 130px
    }
    .hero--portfolio .hero__title span {
        margin-left: -2rem
    }
    .item-big__img img {
        height: 500px
    }
    .achieve__percent {
        font-size: 39px
    }
    .hero--about .hero__title, .holistic-campaigns__heading h2, .intro__title, .step-style__title {
        font-size: 52px
    }
    .step-style__numb, .step__outer {
        font-size: 150px
    }
    .step-style__numb {
        top: -21px
    }
    .step-style__text p {
        font-size: 26px
    }
    .hero__float-img {
        width: auto !important;
        max-width: 250px;
        max-height: 200px
    }
    .quote__title {
        font-size: 100px
    }
    .about-us3 {
        padding: 100px 0 17px
    }
    .about-us3__item-col {
        margin-bottom: 100px
    }
    .contact2 .contact__block-line:before {
        left: -30px
    }
    .holistic-campaigns {
        padding: 100px 0 50px
    }
    .faq:before {
        width: 45%
    }
    .hover-icon h6 {
        font-size: 15px
    }
    .hover-icon-4 {
        top: 16.4%
    }
    .hover-icon-7 {
        right: 15.4%
    }
    .hover-icon-8 {
        left: 15.8%
    }
    .hover-icon-3, .hover-icon-6 {
        left: -10px
    }
    .hover-icon-6 {
        top: 55%
    }
    .hover-icon-4, .hover-icon-5 {
        right: 4px
    }
    .hover-icon {
        max-width: 230px
    }
    .about-us4__block {
        padding: 100px 0 100px
    }
    .video-play {
        width: 100px;
        height: 100px
    }
    .video-pause {
        width: 80px;
        height: 80px
    }
    .vertical-item {
        margin-bottom: 50px
    }
    .hover-icon__img-wrap {
        width: 80px;
        height: 80px
    }
    #a3, #a4, #a5, #a6, #a7, #a8 {
        max-width: 40px
    }
    /*------------------------------------*/
    .solved__heading h2, .market__heading h2 {
        font-size: 47px;
    }
    :root {
        --height: 150px;
    }
    .market__step-wrap {
        margin: -28px 0 6px;
    }
    .market__cards, .market--reverse .market__cards {
        margin-top: 80px;
    }
    .our-numbers__card-numb {
        font-size: 56px;
    }
    .our-numbers__card-plus {
        margin-left: -8px;
    }
    .market__cards {
        padding: 0;
    }
    .open-position__resume-wrap {
        padding: 50px;
        min-height: 350px;
    }
    .faq {
        padding-bottom: 0;
    }
    .slider__back-img,
    .about-us .back-img {
        display: none;
    }
    .back-img {
        position: absolute;
    }
    .slider__slide-content {
        bottom: 124px;
    }
    .form-modal .close {
        position: absolute;
        right: 15px;
        top: 15px;
        z-index: 1;
    }
    .faq__svg-wrap {
        height: 100%;
    }
    /*.faq__svg-wrap:before {*/
    /*content: none;*/
    /*}*/
    .anim-mf, .static-mf {
        height: 100%;
    }
    .info-slider__child {
        min-height: 0;
    }
    /*.slider-info__card {*/
    /*height: auto;*/
    /*}*/
    /*.info-slider__child .swiper-wrapper {*/
    /*align-items: flex-start;*/
    /*}*/
    .outcome__sub-title {
        margin-bottom: 70px;
    }
    .advantages--brokers .ticker {
        top: 100px;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .hero__wrap-imgs {
        bottom: 0
    }
    .hero {
        margin-bottom: 0
    }
    .big-cards {
        padding-top: 0
    }
    .min-height-lg-auto {
        min-height: initial
    }
    .hero {
        min-height: 100vh
    }
    .back-img, .ticker {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
    .advantages .advantages__ticker.ticker {
        font-size: 79px
    }
    .tabs__back-img {
        top: 297px
    }
    .tabs__square {
        top: 226px
    }
    .tabs__back-img, .tabs__square {
        bottom: auto
    }
    .item-big {
        min-height: 900px
    }
    .hero.hero--portfolio {
        min-height: 700px
    }
    .item-big .ticker {
        font-size: 136px
    }
}
@media (max-width: 991px) {
    .info-slider__child {
        padding: 20px 0 50px
    }
    .advantages__ticker.ticker {
        font-size: 80px;
        width: 100%;
        text-align: center
    }
    .wrap-slider-sections {
        padding-bottom: 50px
    }
    .advantages {
        padding-top: 141px
    }
    .img-card-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 20px
    }
    .content-card-1 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .content-card-1 h2, .item-big .sign.item-big__sign {
        text-align: center
    }
    .float-boxes {
        padding: 60px 0 60px
    }
    .img-card-1 img,
    .img-card-1 video {
        width: 100%;
        position: initial
    }
    .faq .faq__svg-wrap {
        position: relative;
        width: 100%;
        height: auto
    }
    #light-lamps .cls-319 {
        opacity: 1
    }
    #light-lamps .cls-115 {
        fill: #b49038
    }
    .faq .big-cards__wrap-imgs {
        position: initial;
        width: 100%
    }
    #lamps .cls-212, #lamps .cls-51, #lamps .cls-52, #light-windows .cls-241, #light-windows .cls-3, #light-windows .cls-51 {
        fill: #987b31 !important
    }
    .houses {
        z-index: 1
    }
    #wrap-car-2, #wrap-car-3 {
        opacity: 1
    }
    .faq .lamps__wrap {
        position: absolute;
        width: 100%
    }
    .faq__wrap-content {
        margin: auto
    }
    .min-height-lg-auto {
        min-height: initial
    }
    .scroll_slider {
        margin: 30px 0 15px;
        height: 500px
    }
    .menu-btn {
        display: block
    }
    .header__nav {
        display: none;
        width: 100%;
        padding-top: 20px
    }
    .nav .nav__item {
        margin: 0
    }
    .hero__btn {
        margin-top: 20px
    }
    .about-us__title, .h2, .hero--internal .hero__title, .holistic-campaigns__heading h2, h2, .solved__heading h2, .market__heading h2 {
        font-size: 37px
    }
    .big-cards__card {
        padding: 26px 15px
    }
    .section-mark:before {
        content: none
    }
    .tabs__bottom-tab-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0
    }
    .wrap-tabs__bottom-overflow-lg {
        /*overflow: scroll;*/
        margin: 0;
        width: 100%;
        /*-ms-overflow-style: none;*/
        /*scrollbar-width: none*/
    }
    .wrap-tabs__bottom-overflow-lg::-webkit-scrollbar {
        display: none
    }
    .tabs__bottom-tab-nav + .link {
        margin-left: 0
    }
    .posts__main-img img {
        top: 0
    }
    .ticker {
        font-size: 150px
    }
    .posts__col-main {
        padding-bottom: 185px
    }
    .posts__post-img, .posts__post-text p {
        margin-bottom: 10px
    }
    .about-us__ticker {
        top: -100px;
        right: 0;
        width: 100%
    }
    .about-us {
        margin-top: 87px
    }
    .about-us__face-img {
        position: initial;
        max-height: 315px;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center;
        margin-bottom: 20px
    }
    .about-us__header-text {
        max-width: 100%
    }
    .about-us__header-text, .about-us__title, .contact__header, .item-big__img {
        margin-bottom: 20px
    }
    .contact__link {
        font-size: 22px
    }
    .hero {
        padding-bottom: 0;
        margin-bottom: 0
    }
    .hero__wrap-imgs {
        position: relative;
        bottom: 0;
        margin-top: -200px
    }
    .hero__container {
        margin-bottom: 84px
    }
    .header.sticky-header {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .header__logo {
        position: relative;
        top: 5px
    }
    .big-cards {
        padding: 0 0 0
    }
    .posts {
        padding: 60px 0 20px
    }
    .tabs {
        padding: 60px 0 60px
    }
    .slider {
        padding: 30px 0 60px
    }
    .tabs__top-tab-nav {
        margin-bottom: 60px
    }
    .about-us__face-img {
        max-height: 515px
    }
    .footer {
        margin-top: 0
    }
    .contact__btn, .contact__link, .form-control {
        font-size: 20px
    }
    .nav__btn, .nav__link {
        font-size: 15px;
        line-height: 2.5
    }
    .header__nav {
        padding-bottom: 20px
    }
    .tabs__bottom-tab-nav a {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 118px;
        flex: 0 0 118px;
        max-width: 118px
    }
    .intro__sign, .wrap-tabs__bottom-tab-nav {
        margin-bottom: 15px
    }
    #svg-group-animation #big-light-ray path, #svg-group-animation #big-light-ray rect, #svg-group-animation #small-light-ray path, #svg-group-animation #small-light-ray rect {
        visibility: visible
    }
    #long-window rect, #svg-group-animation #big-light-ray path, #svg-group-animation #big-light-ray rect, #svg-group-animation #blue-light-group rect:nth-child(even), #svg-group-animation #small-light-ray path, #svg-group-animation #small-light-ray rect, #svg-group-animation #yellow-light-group rect:nth-child(odd), #svg-group-animation-2 .center-window-group g > rect:nth-child(even), #svg-group-animation-2 .left-move-up-group rect, .move-up-group g, .window-groups g > rect:nth-child(odd) {
        opacity: 1;
        will-change: initial
    }
    .tabs__bottom-tab-text p, .tabs__top-tab-nav a {
        color: #ffffff
    }
    .tabs__top-tab-nav a {
        border: 1px solid #ffffff
    }
    .nav .nav__item:last-child {
        margin-top: 10px
    }
    .about-us__square {
        z-index: 1
    }
    .advantages__content-items, .scroll_slider {
        margin-bottom: 0
    }
    .slider__wrap {
        margin-bottom: -40px
    }
    .introduction {
        padding: 50px 0 50px
    }
    .outcome, .slider-section, .solution {
        padding: 25px 0
    }
    .item-big {
        padding: 60px 0 50px;
    }
    .hero--portfolio.hero, .outcome, .slider-section {
        padding-bottom: 50px
    }
    .hero--internal .hero__img img {
        max-width: 415px;
        margin: 0 auto;
        width: 100%
    }
    .embed-responsive iframe.embed-responsive-item, .embed-responsive video.embed-responsive-item, .introduction__img, .solution__img {
        height: 400px
    }
    .prev-swip-btn {
        right: calc(100% + 40px)
    }
    .next-swip-btn {
        left: calc(100% + 40px)
    }
    .outcome .achieve__percent .plus {
        position: initial
    }
    .slider-section__slide img {
        height: 400px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top;
        object-position: top
    }
    .before-shortline:before {
        margin-right: 6px
    }
    .item-big .item-big__img {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }
    .item-big .item-big__content {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }
    .item-big .sign, .item-big__img img {
        height: auto;
        margin: auto
    }
    .item-big .sign {
        text-align: left
    }
    .about-us2__title br, .item-big .ticker {
        display: none
    }
    .hero--portfolio .hero__title {
        font-size: 100px
    }
    .wrap-item-bigб .outcome__sub-title {
        margin-bottom: 50px
    }
    .achieve__item, .item-big .achieve__item, .outcome .achieve__item {
        padding-left: 0
    }
    .achieve__item-col {
        text-align: center
    }
    .achieve__percent .plus {
        position: relative;
        left: 0
    }
    .hero--about, .press {
        padding-bottom: 30px
    }
    .hero--contact .intro__sign, .info-wrap-third__text p {
        color: #ffffff
    }
    .hero--about .hero__title {
        font-size: 42px
    }
    .hero--about .hero__title, .intro__title, .step-style__title {
        margin-bottom: 26px
    }
    .about-us2, .holistic-campaigns, .intro, .step-style, .team.slider-section {
        padding: 50px 0
    }
    .about-us2__container {
        padding-top: 50px
    }
    .about-us2__img-wrap {
        margin: 50px 0 50px
    }
    .about-us2__back-img-2 {
        bottom: 413px
    }
    .about-us2__square-2 {
        bottom: 338px
    }
    .step__text-animate {
        opacity: 0
    }
    .step-style__header, .step-style__title {
        margin-bottom: 30px
    }
    .step-style__text p {
        font-size: 22px
    }
    .open-position .faq-list, .step-style__list {
        padding: 0
    }
    .open-position .intro__sign {
        position: relative;
        top: 0;
        margin-bottom: 20px
    }
    .open-position .about-us2__square-2 {
        bottom: auto;
        top: 71px
    }
    .intro__sign.before-shortline:before {
        position: relative;
        right: auto;
        top: -3px
    }
    .step__outer {
        font-size: 100px
    }
    .step {
        height: 50vh
    }
    .team.slider-section {
        padding-bottom: 0
    }
    .hero--contact .hero__title, .hero--products .hero__title {
        font-size: 62px;
        margin-bottom: 27px
    }
    .hero--contact, .hero--products {
        padding: 145px 0 115px;
    }
    .quote__title {
        font-size: 50px;
    }
    .quote {
        padding: 50px 0 1px;
    }
    .quote__item-col:nth-child(4n+1) {
        margin-left: 0;
    }
    .quote__item-col:nth-child(4n+4) {
        margin-right: 0;
    }
    .quote__item-col {
        margin-bottom: 50px;
    }
    .quote__item-sign, .quote__item-title {
        margin-bottom: 30px;
    }
    .quote__item {
        min-height: 413px;
    }
    .about-us3__item-img {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
        margin-bottom: 30px
    }
    .about-us3__item-content {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }
    .about-us3__item-img img {
        width: 100%;
    }
    .about-us3__item-title {
        font-size: 35px;
    }
    .about-us3__item-col .step-style__list {
        margin-bottom: 29px;
    }
    .quote__item-text {
        max-width: 100%;
    }
    .hero__img-contact {
        width: 100%;
        max-height: 100%;
        left: 0;
        height: 100%
    }
    .hero--contact:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgb(16 16 16 / 50%);
    }
    .hero--contact .intro__sign.before-shortline:before {
        background: #ffffff;
    }
    .contact2 .contact__title {
        font-size: 30px;
    }
    .quote__item_mb {
        margin-bottom: 50px
    }
    .anim-mf, .static-mf {
        height: auto;
    }
    /*, .faq__svg-wrap:before*/
    .faq:before {
        content: none
    }
    .anim-mf, .banner-mf {
        position: absolute;
        z-index: -100;
    }
    .hover-icon__close {
        display: block;
    }
    .slider__mask-up {
        left: -15px;
        top: 5px;
    }
    .hero--case-study .hero__img img {
        position: initial;
        height: auto;
        max-width: 100%;
    }
    .outcome2 {
        padding-bottom: 50px;
    }
    .solution2 {
        padding: 50px 0;
    }
    .about-us4__block .about-us2__img-wrap, .big-items__col, .outcome2 .outcome__sub-title {
        margin-bottom: 50px;
    }
    .about-us4 {
        padding: 0;
    }
    .hero.hero--case-study {
        padding-bottom: 100px
    }
    .vertical-item__content {
        text-align: center;
    }
    .vertical-item__wrap {
        padding: 80px 0;
    }
    .vertical-item:nth-of-type(even) .vertical-item__content, .vertical-item__content {
        padding: 30px 15px 0;
        margin-bottom: 50px;
    }
    .vertical-item, .vertical-item:last-child .vertical-item__content {
        margin-bottom: 0;
    }
    #holistic-table .icon, .hover-icon.active, .hover-js {
        opacity: 1;
        visibility: visible;
    }
    .hover-icon.active {
        z-index: 10;
    }
    .hover-icon__scroll > h6 {
        color: #2958f8;
    }
    .hover-icon {
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        opacity: 0;
        visibility: hidden;
        z-index: -1;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }
    .hero__heading {
        max-width: 100%
    }
    .hero__list-shadow {
        display: none
    }
    .hero__list-wrap2 {
        left: 0;
        padding-left: 0;
        width: 100%;
        margin-bottom: 40px;
    }
    .hero__list-wrap2:after {
        content: "";
        position: absolute;
        right: 100%;
        top: 0;
        height: 133px;
        z-index: 9;
        width: 200px;
        -webkit-box-shadow: -15px 2px 50px 27px rgb(16 16 16);
        box-shadow: -15px 2px 50px 27px rgb(16 16 16);
        background: -o-linear-gradient(left, rgb(16 16 16) 0, rgb(16 16 16 / 67%) 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0, rgb(16 16 16)), to(rgb(16 16 16 / 67%)));
        background: linear-gradient(to right, rgb(16 16 16) 0, rgb(16 16 16 / 67%) 100%)
    }
    .hero__content-wrap {
        padding: 0
    }
    .hover-icon__bg {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    .tabs-linear {
        bottom: 0;
        height: 100px
    }
    .vertical-items--responsive .about-us2__img-wrap {
        margin: 0
    }
    .hero--products-pb {
        padding-bottom: 50px
    }
    .faq--hero .faq__svg-wrap {
        left: 0;
    }
    .solved__card {
        max-width: 100%;
    }
    .market__img {
        position: initial;
        width: 100%;
        height: auto;
    }
    .market__overlay:after, .market--reverse .market__overlay:after {
        left: 15px;
        right: auto;
        width: calc(100% - 30px);
    }
    .market__overlay {
        position: relative;
        margin-bottom: 16px;
    }
    .market__heading, .market--reverse .market__cards, .market--reverse .market__heading {
        padding-left: 15px;
    }
    .market__step-text {
        margin-bottom: 15px;
    }
    .market__line {
        margin-bottom: 0;
    }
    .solved {
        padding: 70px 0;
    }
    .solved__heading h2, .solved__heading p {
        margin-bottom: 25px;
    }
    .solved__heading, .market__heading, .our-numbers__heading, .market__card-wrap, .our-numbers__card, .our-numbers__btn-wrap {
        text-align: center;
    }
    .solved__heading p, .market__step-text, .our-numbers__heading p {
        max-width: 100%;
    }
    .market__step-wrap, .market__heading h2, .market__heading p {
        margin: 0 0 16px;
    }
    svg.market__step, .our-numbers .back-img {
        display: none;
    }
    .market__line {
        margin-left: auto;
        margin-right: auto;
    }
    .market__bg:after, .market--reverse .market__bg:after {
        right: 0;
        left: 0;
        width: 100%;
        top: 0;
        height: 100%;
    }
    .market {
        padding: 70px 0;
    }
    :root {
        --height: 100px;
    }
    .market__card img {
        margin: 0 auto 20px;
    }
    .our-numbers__btn-wrap {
        margin-top: 70px;
    }
    .market__step {
        color: #181818;
        text-shadow: 1px 1px 0 rgba(255, 246, 246, 0.498039), 1px -1px 0 rgba(255, 246, 246, 0.498039), -1px 1px 0 rgba(255, 246, 246, 0.498039), -1px -1px 0 rgba(255, 246, 246, 0.498039), 1px 0 0 rgba(255, 246, 246, 0.498039), 0 1px 0 rgba(255, 246, 246, 0.498039), -1px 0 0 rgba(255, 246, 246, 0.498039), 0 -1px 0 rgba(255, 246, 246, 0.498039), 0 0 0 rgba(255, 246, 246, 0.498039);
    }
    .our-numbers {
        padding: 70px 0;
        margin-bottom: 0;
    }
    .form-modal .modal-content {
        padding: 50px 0 15px;
    }
    .banner-mf, .tabs__back-img, .tabs__square {
        display: none;
    }
    .slider__slide-content {
        bottom: -34px;
    }
    .faq {
        padding-bottom: 50px;
    }
    .solved__heading-text {
        margin-top: 15px;
    }
    .outcome__sub-title {
        margin-bottom: 50px;
    }
    .advantages--brokers .ticker {
        top: 0;
    }
    .faq--bg .faq__svg-wrap {
        display: none;
    }
    .faq--bg {
        background: url('../img/banner-0@2x-new-mob-min.png') center bottom/1000px no-repeat;
    }
    .faq--bg.faq--2 {
        background-image: url('../img/bk-png@2x-mob-min.png');
    }
    .faq--bg:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: #060606ab;
        z-index: 1;
    }
    .item-big:nth-of-type(even) {
        background: #181818;
    }
    .item-big:nth-of-type(even) .sign__text {
        background: #181818;
    }
    .hero__item-wrap.slide .hero__item {
        opacity: 1 !important;
    }
    .faq--hero .faq__sub-title {
        color: #ffffff;
    }
    .faq--bg .sign__text {
        background: #0a0b0f;
    }
    .faq-list li {
        border-color: #ffffff20;
    }
    .faq-list__img {
        opacity: .5;
    }
}
@media (max-width: 767px) {
    .advantages__wrap-content {
        padding: 25px 15px 25px 15px
    }
    .advantages__title {
        margin-bottom: 14px
    }
    .hero__wrap-imgs {
        margin-top: -150px
    }
    .advantages__content-item, .hero__container {
        margin-bottom: 24px
    }
    .intro__title, .open-position .intro__title, .posts__title, .step-style__header, .step-style__title {
        margin-bottom: 16px
    }
    .posts__header-text {
        margin-bottom: 28px
    }
    .ticker {
        font-size: 100px;
        text-align: center;
        width: 100%
    }
    .posts__col-main {
        padding-bottom: 120px
    }
    .about-us {
        padding-top: 120px;
        margin-top: 0
    }
    .about-us__ticker {
        top: 0
    }
    .contact__btn, .contact__link, .form-control {
        font-size: 18px;
        line-height: 1.4
    }
    .about-us2__title, .about-us3__item-title, .about-us__title, .content-card-1 h2, .h2, .hero--about .hero__title, .hero--internal .hero__title, .holistic-campaigns__heading h2, .intro__title, .item-big__title, .quote__item-title, .step-style__title, h2, .solved__heading h2, .market__heading h2 {
        font-size: 33px
    }
    .tabs__top-tab-svg path {
        fill: #ffffff
    }
    .tabs__back-img {
        top: 282px;
        bottom: auto
    }
    .tabs__square {
        top: 392px;
        bottom: auto
    }
    .posts__back-img {
        top: 401px
    }
    .posts__square {
        top: 326px
    }
    .hero--portfolio .hero__title {
        font-size: 80px
    }
    .hero--portfolio .hero__title span {
        margin-left: -1rem
    }
    .about-us2__back-img-2, .about-us2__square-2, .advantages__ticker.ticker, .open-position .about-us2__back-img-2, .open-position .about-us2__square-2 {
        display: none
    }
    .advantages {
        padding-top: 100px
    }
    .team .long-arrow-left, .team .long-arrow-right {
        top: auto;
        bottom: 15px
    }
    .wrap-team__header {
        padding-bottom: 90px
    }
    .team .long-arrow-right {
        right: 35%
    }
    .team .long-arrow-left {
        right: 55%
    }
    .slider-section__slide img {
        height: 300px
    }
    .team .slider__back-img {
        top: 37px
    }
    .hero--about .hero__title, .hero--contact .hero__title, .hero--products .hero__title, .quote__title {
        font-size: 36px
    }
    .step__outer {
        font-size: 90px
    }
    .step-style__numb {
        font-size: 100px
    }
    .step {
        height: 40vh
    }
    .hero--products .hero__title, .holistic-campaigns__heading h2, .quote__item-sign, .quote__item-title {
        margin-bottom: 20px
    }
    .quote__item {
        padding-bottom: 24px
    }
    .about-us3__item-title {
        line-height: 1.2
    }
    .contact2 .contact {
        margin-bottom: 30px
    }
    .contact2 .contact__block-line {
        padding-bottom: 44px
    }
    .quote__item_mb {
        margin-bottom: 30px
    }
    .hero.hero--case-study {
        padding-bottom: 50px
    }
    .about-us4__block {
        padding: 50px 0
    }
    .about-us4__block .about-us__back-img, .about-us4__block .about-us__square {
        display: none
    }
    .about-us4__block .about-us2__img-wrap, .big-items__col, .outcome2 .outcome__sub-title {
        margin-bottom: 25px
    }
    .solution2 {
        padding: 25px 0
    }
    .video-pause, .video-play {
        width: 50px;
        height: 50px
    }
    .hero__list-wrap2 {
        left: -20px
    }
    .vertical-items--responsive .vertical-item__wrap {
        padding: 50px 0
    }
    .quote__item-wrap {
        display: none;
    }
    .slider__slide-content {
        position: relative;
        right: 0;
        bottom: 0;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .market__card-wrap, .our-numbers__card-wrap {
        margin-bottom: 30px;
    }
    .market__cards, .market--reverse .market__cards {
        margin-top: 50px;
    }
    :root {
        --height: 70px;
    }
    .our-numbers__card-row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .wrap-tabs__bottom-tab-nav {
        position: relative;
    }
    .wrap-tabs__bottom-tab-nav:after,
    .wrap-tabs__bottom-tab-nav:before {
        position: absolute;
        content: '';
        top: 0;
        width: 90px;
        height: 50px;
        z-index: 9;
    }
    .wrap-tabs__bottom-tab-nav:before {
        left: -15px;
        background: rgba(24, 24, 24, 1);
        background: -moz-linear-gradient(left, rgba(24, 24, 24, 1) 0%, rgba(24, 24, 24, 0) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(24, 24, 24, 1)), color-stop(100%, rgba(24, 24, 24, 0)));
        background: -webkit-linear-gradient(left, rgba(24, 24, 24, 1) 0%, rgba(24, 24, 24, 0) 100%);
        background: -o-linear-gradient(left, rgba(24, 24, 24, 1) 0%, rgba(24, 24, 24, 0) 100%);
        background: -ms-linear-gradient(left, rgba(24, 24, 24, 1) 0%, rgba(24, 24, 24, 0) 100%);
        background: linear-gradient(to right, rgba(24, 24, 24, 1) 0%, rgba(24, 24, 24, 0) 100%);
    }
    .wrap-tabs__bottom-tab-nav:after {
        right: -15px;
        background: rgba(24, 24, 24, 0);
        background: -moz-linear-gradient(left, rgba(24, 24, 24, 0) 0%, rgba(24, 24, 24, 1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(24, 24, 24, 0)), color-stop(100%, rgba(24, 24, 24, 1)));
        background: -webkit-linear-gradient(left, rgba(24, 24, 24, 0) 0%, rgba(24, 24, 24, 1) 100%);
        background: -o-linear-gradient(left, rgba(24, 24, 24, 0) 0%, rgba(24, 24, 24, 1) 100%);
        background: -ms-linear-gradient(left, rgba(24, 24, 24, 0) 0%, rgba(24, 24, 24, 1) 100%);
        background: linear-gradient(to right, rgba(24, 24, 24, 0) 0%, rgba(24, 24, 24, 1) 100%);
    }
    .tab-content__sw-nav .swiper-button-next:after, .tab-content__sw-nav .swiper-button-prev:after,
    .tab-content__sw-nav1 .swiper-button-next:after, .tab-content__sw-nav1 .swiper-button-prev:after {
        font-size: 20px;
    }
    .tab-content__sw-nav .swiper-button-prev,
    .tab-content__sw-nav1 .swiper-button-prev {
        left: 0;
    }
    .tab-content__sw-nav .swiper-button-next,
    .tab-content__sw-nav1 .swiper-button-next {
        right: 0;
    }
    .tab-content__sw-nav .swiper-button-next, .tab-content__sw-nav .swiper-button-prev,
    .tab-content__sw-nav1 .swiper-button-next, .tab-content__sw-nav1 .swiper-button-prev {
        top: 17%;
        outline: 0 !important;
        height: 52px;
    }
    /*.tab-content__sw-nav1 .swiper-button-next,*/
    /*.tab-content__sw-nav1 .swiper-button-prev {*/
    /*width: 30px;*/
    /*top: 35px;*/
    /*}*/
    .form-modal .contact__inputs-wrap-2 .contact__input-wrap {
        max-width: 100%;
    }
    .back-img, .ticker {
        opacity: 0;
        visibility: hidden;
    }
    .tabs__bottom-tab-img {
        margin-bottom: 0;
    }
    .tabs__bottom-tab-col {
        top: 0;
    }
    .tabs__bottom-tab-nav a {
        margin-bottom: 0;
    }
}
@media (max-width: 575px) {
    .contact2 .contact, .info-wrap-third__text, .quote__title {
        margin-bottom: 20px
    }
    .achieve__percent {
        font-size: 27px
    }
    .achieve__name {
        font-size: 14px
    }
    .wrap-slider-sections {
        padding-bottom: 0
    }
    /*.hero__wrap-imgs {*/
    /*margin-top: 20px*/
    /*}*/
    .big-cards {
        padding-bottom: 0
    }
    .about-us__face-img {
        max-height: 315px
    }
    .contact__links-col:before {
        content: none
    }
    .form-control {
        padding-top: 0
    }
    .contact__links-col {
        padding-left: 15px
    }
    .contact__link--second {
        margin: 16px 0 16px
    }
    .contact {
        padding-top: 30px;
        padding-bottom: 35px
    }
    .about-us {
        padding-top: 20px
    }
    .posts__col-main {
        padding-bottom: 70px
    }
    .tabs__top-tab-nav .nav-item {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 100%
    }
    .tabs__top-tab-svg {
        display: none
    }
    .contact__input-wrap {
        margin-bottom: 16px
    }
    .contact__form-row, .wrap-item-big {
        margin-bottom: 0
    }
    .tabs__top-tab-nav a {
        padding: 16px 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .menu-btn {
        right: 15px;
        top: 16px;
    }
    .slider__back-img {
        left: 40px;
        top: 116px;
        opacity: 1;
        visibility: visible
    }
    .about-us2__title, .about-us3__item-title, .about-us__title, .contact2 .contact__title, .content-card-1 h2, .h2, .hero--about .hero__title, .holistic-campaigns__heading h2, .intro__title, .item-big__title, .quote__item-title, .quote__title, .step-style__title, h2 {
        font-size: 28px
    }
    .hero--contact .hero__title, .hero--products .hero__title, .hero__title {
        font-size: 30px
    }
    .posts__btn-wrap .link {
        display: block
    }
    .posts__btn-wrap .btn {
        margin: 0 0 10px 0
    }
    .embed-responsive iframe.embed-responsive-item, .embed-responsive video.embed-responsive-item, .introduction__img, .solution__img {
        height: 300px
    }
    .slider-section__slide img {
        height: 440px
    }
    .outcome .achieve__percent .plus {
        left: 0
    }
    .achieve__item-col:last-child {
        margin-bottom: 0 !important
    }
    .achieve__item-col {
        padding: 0 5px 0 5px
    }
    .outcome .achieve__item-col {
        padding: 0 15px 0 15px
    }
    .introduction, .slider-section {
        padding-bottom: 25px
    }
    .outcome {
        padding-bottom: 50px
    }
    .long-arrow-right {
        right: 40%
    }
    .long-arrow-left {
        left: 40%
    }
    .hero--portfolio .hero__title {
        font-size: 60px
    }
    .hero--portfolio .hero__sub-title p {
        font-size: 20px
    }
    .hero--portfolio.hero {
        padding-bottom: 30px
    }
    .about-us2, .intro, .open-position, .step-style, .team.slider-section {
        padding: 25px 0
    }
    .step-style__text p {
        font-size: 18px
    }
    .about-us2__container {
        padding-top: 25px
    }
    .about-us2__img-wrap {
        margin: 20px 0
    }
    .wrap-team__header .long-arrow-left::after, .wrap-team__header .long-arrow-right::after {
        height: 21px
    }
    .wrap-team__header .long-arrow-left:before, .wrap-team__header .long-arrow-right:before {
        width: 15px;
        height: 15px
    }
    .long-arrow-right::after {
        margin-left: -11px
    }
    .wrap-team__header {
        padding-bottom: 25px
    }
    .team .long-arrow-right {
        right: 40%
    }
    .step__outer {
        font-size: 60px
    }
    .hero__float-img {
        max-width: 200px;
        max-height: 200px
    }
    .boxes--bottom .hero__float-box:nth-of-type(2),
    .boxes--bottom .hero__float-box:nth-of-type(6),
    .boxes--bottom .hero__float-box:nth-of-type(9),
    .boxes--center .hero__float-box:nth-of-type(1),
    .boxes--center .hero__float-box:nth-of-type(6),
    .boxes--top .hero__float-box:nth-of-type(4),
    .boxes--top .hero__float-box:nth-of-type(8),
    .hero__float-gallery .boxes .box:last-child,
    .hero__float-gallery .boxes .box:nth-of-type(3),
    .team .long-arrow-left,
    .team .long-arrow-right,
    .hero__wrap-imgs,
    .step-style__title br,
    .swip-btn {
        display: none
    }
    .team__swiper-pagination {
        display: block;
        width: 100%;
        bottom: -27px
    }
    .team__swiper-pagination .swiper-pagination-bullet {
        margin: 0 7px;
        background: #ffffff;
        outline: 0 !important
    }
    .swiper-pagination-bullet-active {
        background: #ffffff
    }
    .hero--contact, .hero--products {
        padding: 115px 0 75px
    }
    .quote__item {
        min-height: 0
    }
    .quote__item-sign, .quote__item-title {
        margin-bottom: 5px
    }
    .about-us3__item-col {
        margin-bottom: 50px
    }
    .about-us3, .quote {
        padding: 50px 0 1px
    }
    .hover-icon {
        left: 0;
        right: 0;
        margin: auto
    }
    .slider__mask-up {
        left: 5px;
        max-width: 156px
    }
    .hero__list-wrap2 {
        left: -15px
    }
    .hero--products-pb {
        padding-bottom: 50px
    }
    .hero__wrap-imgs {
        margin-top: 0;
    }
    .tabs__bottom-tab-nav a {
        max-width: 105px;
        font-size: 12px;
        padding: 17px 8px;
        text-align: center;
    }
    .wrap-tabs__bottom-tab-nav {
        padding-left: 0;
        padding-right: 0;
    }
    .wrap-tabs__bottom-overflow-lg {
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
    }
    .solved__cards {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .solved, .our-numbers, .market {
        padding: 50px 0;
    }
    .our-numbers__btn-wrap {
        margin-top: 30px;
    }
    .our-numbers__heading {
        margin-bottom: 30px;
    }
    .solved__btn-wrap .btn, .our-numbers__btn-wrap .btn {
        margin: 0 0 15px;
    }
    .solved__btn-wrap .btn, .our-numbers__btn-wrap .btn, .solved__btn-wrap .link, .our-numbers__btn-wrap .link {
        display: block;
    }
    .open-position__resume-wrap {
        padding: 30px;
        min-height: 300px;
    }
    .form-modal .modal-header {
        padding: 0 15px;
    }
    .form-modal .contact__title {
        font-size: 22px;
        margin-bottom: 0;
    }
    h1.hero__title.hero__title--new-style {
        font-size: 24px;
    }
    .form-modal .close {
        right: 10px;
        top: 10px;
    }
    .outcome__sub-title {
        margin-bottom: 30px;
    }
    .hero--home {
        background: url("../img/home-mob-hero-min.png") center bottom/1050px no-repeat;
    }
    .hero--home:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: #060606ab;
        z-index: 1;
    }
    .holistic-campaigns__heading {
        margin-bottom: 0;
    }
    .holistic-campaigns {
        padding-bottom: 20px;
    }
    .footer-info {
        padding: 30px 10px;
    }
    .contact__links-col {
        z-index: 0;
    }
    .contact__links-col:after {
        position: absolute;
        content: '';
        top: -26px;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #212121;
        z-index: -1;
    }
}
@media (max-width: 400px) {
    .btn_full-width_mr_mb {
        display: block;
        margin: 0 0 1rem 0 !important
    }
    .btn_full-width {
        display: block
    }
}
/*responsive*/
/*!*slider styles*!*/
.s-scroll {
    position: static;
    cursor: -webkit-grab;
    cursor: grab;
}
.s-scroll_container {
    overflow: visible !important;
    max-width: 1170px;
    right: 0;
    margin: auto;
    height: 600px !important;
}
.s-scroll-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    will-change: transform;
}
.s-scroll-content.s-scroll-content--last {
    position: absolute;
    left: 0px;
    top: 0px;
}
.s-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 500px;
    height: 500px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin: auto !important;
    bottom: 0;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}
.s-slide.s-slide--1.s-js-slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.s-slide.s-slide--1.s-js-slide.last-child {
    width: 50vw;
    min-width: 1000px;
    margin-right: 0vw;
    padding-right: 10vw;
}
.s-slide__inner {
    position: relative;
    width: 100%;
    height: 500px;
    padding-left: 0;
    -webkit-perspective: 0px;
    perspective: 0px;
    color: #000000;
    max-width: 480px;
}
.slide__img.js-transition-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 100%;
}
.img {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
}
.figure {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    margin-bottom: 0px;
    background-color: #ffffff;
}
.figure {
    height: 413px;
    margin-left: 0;
}
.slider-slide__bg {
    max-width: 480px;
    width: 100%;
    height: 413px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.s-slider__slide-content {
    position: absolute;
    left: 106px;
    bottom: 42px;
    padding: 19px 38px 20px 34px;
    background: #212121;
    -webkit-box-shadow: 0 2px 20px rgba(16, 16, 16, 0.878431);
    box-shadow: 0 2px 20px rgba(16, 16, 16, 0.878431);
    max-width: 351px;
    width: 100%;
}
.slider__slide-title {
    font: 18px/1.25 'Proxima Nova Bold', sans-serif;
    color: #ffffff;
    margin: 0 0 17px;
}
.slider__slide-item {
    display: inline-block;
    margin-bottom: 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 46%;
    width: 100%;
    padding-right: 5px;
}
.slider__slide-numb {
    display: block;
    font: 36px/1.2 'Proxima Nova Bold';
    margin-bottom: -1px;
    color: #ffffff;
}
.slider__slide-per {
    font: 24px/1.2 'Proxima Nova Bold';
    margin-left: -9px;
    color: #ffffff;
}
.slider__slide-sub-title {
    font: 12px/1.25 'ProximaNova-Regular';
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #76787b;
    margin: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
/*.link {*/
/*-webkit-transition: all .3s ease-out;*/
/*-o-transition: all .3s ease-out;*/
/*transition: all .3s ease-out;*/
/*}*/
/*.link:after {*/
/*content: "";*/
/*position: absolute;*/
/*right: 3px;*/
/*top: 0;*/
/*bottom: 0;*/
/*margin: auto;*/
/*width: 24px;*/
/*height: 1px;*/
/*background: #ffffff;*/
/*}*/
/*.link:before {*/
/*content: "";*/
/*position: absolute;*/
/*top: 0;*/
/*bottom: 0;*/
/*margin: auto;*/
/*right: 3px;*/
/*width: 4px;*/
/*height: 4px;*/
/*border-top: 1px solid #ffffff;*/
/*border-left: 1px solid #ffffff;*/
/*-webkit-transform: rotate(135deg);*/
/*-ms-transform: rotate(135deg);*/
/*transform: rotate(135deg);*/
/*}*/
/*.link--long:after {*/
/*width: 36px;*/
/*}*/
/*.link--blue:before {*/
/*border-color: #3663F6;*/
/*}*/
/*.link--blue:after {*/
/*background: #3663F6;*/
/*}*/
/*.link {*/
/*display: inline-block;*/
/*position: relative;*/
/*font: 12px/1.25 'Proxima Nova Semibold';*/
/*letter-spacing: 1px;*/
/*text-transform: uppercase;*/
/*color: #FFFFFF;*/
/*padding-right: 40px;*/
/*text-decoration: none;*/
/*}*/
/*.link--long {*/
/*padding-right: 48px;*/
/*}*/
/*.link:hover, .btn:hover {*/
/*color: #ffffff;*/
/*}*/
/*.link:hover {*/
/*-webkit-transform: translateX(5px);*/
/*-ms-transform: translateX(5px);*/
/*transform: translateX(5px);*/
/*}*/
@media (min-width: 576px) {
    .s-scroll_container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .s-scroll_container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .s-scroll_container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .s-scroll_container {
        max-width: 1140px;
    }
}
@media (max-width: 1024px) {
    .s-slide__inner {
        max-width: 100%;
    }
    .mobile-h {
        position: relative;
        overflow: scroll;
        width: 100%;
        max-width: 100%;
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }
    .mobile-h::-webkit-scrollbar {
        display: none;
    }
    .s-slider__slide-content {
        position: absolute;
        left: 15px;
        bottom: 71px;
        right: 15px;
        max-width: 100%;
        width: auto;
        text-align: center;
    }
    .s-scroll {
        position: relative !important;
        width: auto;
    }
    .s-scroll-content {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        /*padding: 0 15px;*/
    }
    .s-slide.s-slide--1.s-js-slide, .s-slide.s-slide--1.s-js-slide.last-child {
        max-width: calc(100vw - 30px) !important;
        width: 500px !important;
        min-width: initial !important;
        position: relative !important;
        padding: 0 15px !important;
        /*height: 100vh !important;*/
        left: 0 !important;
    }
}
@media (max-width: 575px) {
    .s-scroll_container {
        margin-left: 0px;
    }
    .s-slide.s-slide--1.s-js-slide, .s-slide.s-slide--1.s-js-slide.last-child {
        max-width: calc(100vw - 60px) !important;
    }
    .s-slider__slide-content {
        padding: 19px 15px 20px 15px;
    }
    .figure {
        height: 263px;
    }
    .img {
        object-fit: cover;
    }
}

