@charset "UTF-8";
*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code, kbd, pre, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*, ::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-sm-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-md-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-lg-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xl-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

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

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1, .my-n1 {
    margin-top: -.25rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2, .my-n2 {
    margin-top: -.5rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3, .my-n3 {
    margin-top: -1rem !important
}

.mr-n3, .mx-n3 {
    margin-right: -1rem !important
}

.mb-n3, .my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3, .mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4, .my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5, .my-n5 {
    margin-top: -3rem !important
}

.mr-n5, .mx-n5 {
    margin-right: -3rem !important
}

.mb-n5, .my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5, .mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 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-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 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-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

@font-face {
    font-family: MIKHMORET;
    font-style: normal;
    font-weight: 100;
    src: url(../fonts/MIKHMORET-ULTRALIGHT-AAA.woff2) format("woff2")
}

@font-face {
    font-family: MIKHMORET;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/MIKHMORET-LIGHT-AAA.woff2) format("woff2")
}

@font-face {
    font-family: MIKHMORET;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MIKHMORET-REGULAR-AAA.woff2) format("woff2")
}

@font-face {
    font-family: MIKHMORET;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/MIKHMORET-BOLD-AAA.woff2) format("woff2")
}

@font-face {
    font-family: atlas;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/atlas-light-aaa.woff2) format("woff2")
}

@font-face {
    font-family: atlas;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/atlas-regular-aaa.woff2) format("woff2")
}

@font-face {
    font-family: atlas;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/atlas-medium-aaa.woff2) format("woff2")
}

@font-face {
    font-family: atlas;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/atlas-bold-aaa.woff2) format("woff2")
}

@font-face {
    font-family: PlayfairDisplay;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/PlayfairDisplay-Regular.woff2) format("woff2")
}

@font-face {
    font-family: PlayfairDisplay;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/PlayfairDisplay-Medium.woff2) format("woff2")
}

@font-face {
    font-family: PlayfairDisplay;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/PlayfairDisplay-Bold.woff2) format("woff2")
}

::-webkit-input-placeholder {
    color: #666
}

::-moz-placeholder {
    color: #666
}

:-ms-input-placeholder {
    color: #666
}

::-ms-input-placeholder {
    color: #666
}

::placeholder {
    color: #666
}

::-moz-selection {
    background-color: orange;
    color: #fff
}

::selection {
    background-color: orange;
    color: #fff
}

input, textarea {
    outline: 0
}

input:focus:required:invalid, textarea:focus:required:invalid {
    border-color: red
}

input:required:valid, textarea:required:valid {
    border-color: green
}

body {
    font-family: atlas, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #050505;
    min-width: 320px;
    position: relative;
    overflow-x: hidden
}

:-moz-placeholder, :-ms-input-placeholder, ::-moz-placeholder, ::-webkit-input-placeholder {
    color: #fff
}

ul {
    padding: 0;
    margin: 0
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    font-family: MIKHMORET, sans-serif;
    line-height: 1
}

h1 {
    font-size: 95px
}

h2 {
    font-size: 56px;
}

img {
    max-width: 100%
}

a, button {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

a:hover, button:hover {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-decoration: none
}

a:hover svg, button:hover svg {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

a:hover svg path, button:hover svg path {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

a svg, button svg {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

a svg path, button svg path {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.bg-shadow {
    background-size: cover;
    background-repeat: no-repeat
}

.section-link a {
    font-weight: 500;
    color: #2a2015;
    display: block
}

.section-link a:hover svg {
    margin-right: 15px;
}

.section-link a:hover {
    color: #233b3f;
}

.section-link a svg {
    margin-right: 10px
}

.separate-line {
    border-top: 1px solid rgba(0, 0, 0, .11)
}

.no-line {
    border-bottom: 0 !important
}

.shadow {
    position: relative;
    overflow: hidden
}

.shadow:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    opacity: .7;
    z-index: 1001;
    content: ''
}

.bg-grey {
    background-color: #f7f7f7
}

header .inner-header-row .right-box .toggle-btn {
    display: none
}

.social-link {
    margin-top: 51px
}

.social-link ul {
    list-style-type: none
}

.social-link ul li {
    display: inline-block;
    margin-left: 8px
}

.social-link ul li:last-child {
    margin-left: 0
}

.social-link ul li a {
    width: 48px;
    height: 48px;
    display: block;
    border: solid 1px #fff;
    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;
    border-radius: 50%
}

.social-link-dark ul {
    list-style-type: none
}

.social-link-dark ul li {
    display: inline-block;
    margin-left: 4px;
    color: #110f0f;
    padding: 0 !important;
    line-height: 1
}

.social-link-dark ul li:after, .social-link-dark ul li:before {
    display: none
}

.social-link-dark ul li:last-child {
    margin-left: 0
}

.social-link-dark ul li a {
    width: 42px;
    height: 42px;
    display: block;
    border: solid 1px #233b3f;
    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;
    border-radius: 50%;
    background-color: transparent
}

.social-link-dark ul li a:hover {
    background-color: #233b3f
}

.social-link-dark ul li a:hover svg path {
    fill: #fff
}

.social-link-dark ul li a svg {
    height: 15px
}

.social-link-dark ul li a svg path {
    fill: #1b1616
}

.social-link-white ul {
    list-style-type: none
}

.social-link-white ul li {
    display: inline-block;
    margin-left: 4px;
    color: #fff;
    line-height: 1
}

.social-link-white ul li:after, .social-link-white ul li:before {
    display: none
}

.social-link-white ul li:last-child {
    margin-left: 0
}

.social-link-white ul li a {
    width: 42px;
    height: 42px;
    display: block;
    border: solid 1px #fff;
    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;
    border-radius: 50%;
    background-color: transparent
}

.social-link-white ul li a:hover {
    background-color: #fff
}

.social-link-white ul li a:hover svg path {
    fill: green
}

.social-link-white ul li a svg {
    height: 15px
}

.social-link-white ul li a svg path {
    fill: #fff
}

.select2-container {
    width: 100% !important;
    text-align: right
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    color: #fff
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 14px
}

.select2-container--open .select2-selection--single .select2-selection__arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 0;
    left: 14px;
    width: 10px;
    bottom: 0
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 50%;
    margin-left: -4px;
    content: url(../images/dist/icons/selector-arrow.svg);
    font-size: 0;
    line-height: 0
}

.select2-container .select2-selection--single {
    height: 50px;
    background-color: rgba(42, 70, 75, .79);
    border: 0;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px
}

.select2-dropdown {
    background-color: #294448;
    border: 0
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 15px;
    padding-left: 30px
}

.select2-results__option {
    padding-right: 15px;
    font-size: 15px
}

.select2-results__option[aria-selected] {
    color: #fff
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: rgba(255, 255, 255, .05)
}

.mobile-media-link {
    display: none
}

.popup-form {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1002;
    display: none
}

.popup-form .inner-box {
    position: relative;
    max-width: 832px;
    width: 100%;
    height: 527px;
    background-color: #233b3f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.popup-form .inner-box .left-box, .popup-form .inner-box .right-box {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.popup-form .inner-box .right-box {
    padding-top: 50px
}

.popup-form .inner-box .right-box form {
    max-width: 296px;
    margin: 0 auto
}

.popup-form .inner-box .right-box form .btn-send {
    margin-top: 26px
}

.popup-form .inner-box .right-box form .btn-send button {
    width: 134px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    border: solid 1px #fff;
    font-size: 16px;
    font-weight: 700;
    background-color: transparent
}

.popup-form .inner-box .right-box form .btn-send button:hover {
    color: #17292c;
    background-color: #fff
}

.popup-form .inner-box .right-box .form-text {
    font-size: 36px;
    line-height: 1.1;
    font-family: MIKHMORET, sans-serif;
    color: #fff;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    padding: 0 30px;
}

.popup-form .inner-box .right-box form .input-box {
    margin-top: 15px;
    position: relative
}

.popup-form .inner-box .right-box form .input-box:before {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #1f3539;
    content: ''
}

.popup-form .inner-box .right-box form .input-box:first-child {
    margin-top: 0
}

.popup-form .inner-box .right-box form .input-box input {
    width: 100%;
    height: 50px;
    background-color: rgba(42, 70, 75, .79);
    border: 0;
    color: #fff;
    font-size: 16px;
    padding-right: 15px;
    padding-left: 15px;
    direction: rtl;
}

.popup-form .inner-box .right-box form .input-box input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.55);
}

.popup-form .inner-box .right-box form .input-box input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.55);
}

.popup-form .inner-box .right-box form .input-box input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.55);
}

.popup-form .inner-box .right-box form .input-box input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.55);
}

.popup-form .inner-box .right-box form .input-box input::placeholder {
    color: rgba(255, 255, 255, 0.55);
}

.popup-form .inner-box .left-box {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%
}

.popup-form .inner-box .left-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.popup-form .close-btn {
    position: absolute;
    right: -39px;
    top: -39px;
    border-radius: 50%;
    width: 39px;
    height: 39px;
    line-height: 39px;
    color: #fff;
    opacity: 1;
    font-size: 0;
    line-height: 0;
    cursor: pointer
}

.popup-form iframe {
    width: 100%;
    height: 100%
}

.mobile-link {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #17292c;
    display: none
}

.mobile-link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.mobile-link ul li {
    max-width: 33.3333334%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333334%;
    flex: 0 0 33.3333334%;
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-left: 1px solid rgba(255, 255, 255, .1)
}

.mobile-link ul li:last-child {
    border-left: 0
}

.mobile-link ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 52px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.mobile-link ul li a img {
    margin-bottom: 5px;
    max-height: 18px
}

.mobile-link ul li a span {
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 1
}

.spotify-link {
    margin-left: 10px
}

.spotify-link:last-child {
    margin-left: 0
}

.spotify-link a {
    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;
    padding-left: 12px;
    padding-right: 12px;
    height: 45px;
    border: solid 1px #62858b;
    color: #fff
}

.spotify-link a:hover {
    background-color: #fff;
    border: solid 1px #fff;
    color: #233b3f
}

.spotify-link a:hover span {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.spotify-link a:hover span:before {
    content: url(../images/dist/home_page/media/spotify-green.png);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.spotify-link a span {
    line-height: 0;
    font-size: 0;
    margin-right: 8px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.spotify-link a span:before {
    content: url(../images/dist/home_page/media/spotify.png);
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.spotify-link a img {
    margin-right: 8px
}

.spotify-dark a {
    border: solid 1px #62858b;
    color: #161616
}

.spotify-dark a:hover {
    background-color: #233b3f;
    color: #fff
}

.spotify-dark a:hover span:before {
    content: url(../images/dist/home_page/media/spotify.png)
}

.spotify-dark a span:before {
    content: url(../images/dist/home_page/media/spotify-green.png)
}

.group-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 30px
}

.group-link .spotify-link a:hover span {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.group-link .spotify-link a:hover span:before {
    content: url(../images/dist/home_page/media/spotify-green.png);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.group-link .spotify-link a span {
    line-height: 0;
    font-size: 0;
    margin-right: 8px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.group-link .spotify-link a span:before {
    content: url(../images/dist/home_page/media/spotify.png);
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.group-link .youtube-link a:hover span {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.group-link .youtube-link a:hover span:before {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    content: url(../images/dist/home_page/media/YouTube-green.png)
}

.group-link .youtube-link a span {
    line-height: 0;
    font-size: 0;
    margin-right: 8px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.group-link .youtube-link a span:before {
    content: url(../images/dist/home_page/media/YouTube.png);
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.group-link .link-box {
    margin-left: 10px
}

.group-link .link-box:last-child {
    margin-left: 0
}

.group-link .link-box a {
    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;
    padding-left: 12px;
    padding-right: 12px;
    height: 45px;
    border: solid 1px #62858b;
    color: #fff;
    font-size: 13px;
}

.group-link .link-box a:hover {
    background-color: #fff;
    border: solid 1px #fff;
    color: #233b3f
}

.group-link .link-box a img {
    margin-right: 8px
}

.section-custom-title {
    position: relative;
    text-align: center
}

.section-custom-title span {
    color: #233b3f;
    line-height: 1;
    display: block;
    font-size: 16px;
    font-family: PlayfairDisplay, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    direction: ltr
}

.section-custom-title span:first-letter {
    font-size: 24px
}

.section-custom-title span span {
    margin-left: 5px
}

.section-custom-title span span:first-child {
    margin: 0 5px;
}

.default-navigation {
    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-top: 46px
}

.default-navigation .swiper-pagination {
    position: relative;
    width: 102px;
    bottom: 0
}

.default-navigation .swiper-pagination span {
    font-size: 18px;
    line-height: 1
}

.default-navigation .swiper-pagination .all-number {
    color: #7f7f7f
}

.default-navigation .gallery-button-prev {
    position: relative;
    height: 69px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.default-navigation .gallery-button-prev svg {
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    right: 0
}

.default-navigation .gallery-button-prev:hover svg {
    right: -5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.default-navigation .gallery-button-prev:before {
    position: absolute;
    right: -29px;
    top: 50%;
    margin-top: -34px;
    width: 68px;
    height: 68px;
    content: '';
    border: solid 1px #233b3f;
    border-radius: 50%
}

.default-navigation .gallery-button-next {
    position: relative;
    height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.default-navigation .gallery-button-next svg {
    position: relative;
    left: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.default-navigation .gallery-button-next:hover svg {
    left: -5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.default-navigation .gallery-button-next:before {
    position: absolute;
    left: -29px;
    top: 50%;
    margin-top: -34px;
    width: 68px;
    height: 68px;
    content: '';
    border: solid 1px #233b3f;
    border-radius: 50%
}

.default-navigation .swiper-button-disabled {
    opacity: .5;
    cursore: normal
}

.default-navigation .swiper-button-disabled:hover svg {
    left: 0;
    right: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.default-media-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 70px;
    position: relative;
    padding-top: 20px
}

.default-media-navigation .swiper-button-pause, .default-media-navigation .swiper-button-play {
    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: 36px;
    height: 36px;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer
}

.default-media-navigation .swiper-button-play svg {
    position: relative;
    right: -2px
}

.default-media-navigation .hide {
    display: none
}

.default-media-navigation .show {
    display: block
}

.default-media-navigation .swiper-scrollbar {
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    height: 3px;
    background-color: #394e52;
    opacity: 1
}

.default-media-navigation .swiper-scrollbar .swiper-scrollbar-drag {
    background: rgba(255, 255, 255, .32)
}

.default-media-navigation .right-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.default-media-navigation .swiper-media-pagination {
    position: relative;
    width: auto;
    bottom: 0;
    color: #79888a;
    margin-right: 19px
}

.default-media-navigation .swiper-media-pagination span {
    font-size: 18px;
    line-height: 1;
    color: #fff
}

.default-media-navigation .swiper-media-pagination .all-number {
    color: #79888a
}

.default-media-navigation .gallery-button-prev {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.default-media-navigation .gallery-button-next {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-right: 8px
}

.default-media-navigation .swiper-button-disabled {
    opacity: .5;
    cursore: normal
}

.default-media-navigation .swiper-button-disabled:hover svg {
    left: 0;
    right: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.between-line {
    width: auto;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    position: relative
}

.between-line:before {
    left: 100%;
    margin-left: 30px;
    width: 85px;
    top: 50%;
    background-color: #233b3f;
    content: '';
    height: 1px;
    position: absolute
}

.between-line:after {
    right: 100%;
    margin-right: 30px;
    width: 85px;
    top: 50%;
    background-color: #233b3f;
    content: '';
    height: 1px;
    position: absolute
}

.between-line span span:after, .between-line span span:before {
    display: none
}

.between-line span:before {
    position: absolute;
    left: 100%;
    margin-left: 12px;
    top: 50%;
    margin-top: -3px;
    width: 7px;
    height: 7px;
    background-color: #233b3f;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: ''
}

.between-line span:after {
    position: absolute;
    right: 100%;
    margin-right: 12px;
    top: 50%;
    margin-top: -3px;
    width: 7px;
    height: 7px;
    background-color: #233b3f;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: ''
}

.one-square {
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
    position: relative
}

.one-square:before {
    width: 102px;
    top: 0;
    left: 50%;
    margin-left: 10px;
    background-color: #233b3f;
    content: '';
    height: 1px;
    position: absolute
}

.one-square:after {
    right: 50%;
    width: 102px;
    margin-right: 10px;
    top: 0;
    background-color: #233b3f;
    content: '';
    height: 1px;
    position: absolute
}

.one-square span:before {
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 0;
    margin-top: -3px;
    width: 7px;
    height: 7px;
    background-color: #233b3f;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: ''
}

.line-top {
    padding-top: 23px;
    text-align: right
}

.line-top:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 7px;
    height: 7px;
    background-color: #233b3f;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: ''
}

.line-top:after {
    right: 14px;
    width: 190px;
    height: 1px;
    top: 3px;
    background-color: #233b3f;
    content: '';
    position: absolute
}

.section-bottom-link {
    margin-top: 50px;
    text-align: center
}

.section-bottom-link a {
    display: inline-block;
    position: relative;
    line-height: 1;
    color: #2a2015;
    font-weight: 700
}

.section-bottom-link a:hover {
    color: #233b3f
}

.section-bottom-link a:before {
    position: absolute;
    bottom: -7px;
    right: 0;
    left: 0;
    content: '';
    height: 1px;
    background-color: #233b3f
}

.arrow-link {
    color: #050505;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    color: #050505;
    position: relative;
    padding-left: 40px
}

.arrow-link:hover svg {
    margin-left: -7px
}

.arrow-link svg {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px
}

.section-title {
    margin-top: 50px;
    text-align: center;
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto
}

.section-title span {
    margin: 0;
    font-size: 70px;
}

.section-title span {
    margin-top: 27px;
    display: block;
    font-size: 20px;
    line-height: 1
}

.section-title a.btn-link {
    margin-top: 30px;
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 60px;
    padding-left: 30px;
    padding-right: 30px;
    border: solid 1px #fff;
    color: #fff
}

.section-title a.btn-link:hover {
    background-color: #fff;
    color: #233b3f
}

.section-dark {
    background-color: #233b3f;
    color: #fff
}

.section-dark .section-link a {
    color: #fff
}

.section-dark .section-link a svg path {
    fill: #fff
}

.section-dark .top-line span {
    background-color: #fff
}

.section-dark .line-top:after, .section-dark .line-top:before {
    background-color: #fff
}

.section-dark .section-custom-title span {
    color: #fff
}

.section-dark .between-line:before {
    background-color: #fff
}

.section-dark .between-line:after {
    background-color: #fff
}

.section-dark .between-line span:before {
    background-color: #fff
}

.section-dark .between-line span:after {
    background-color: #fff
}

.section-gray {
    background-color: #f6f6f6
}

.breadcrumbs {
    position: absolute;
    top: 100px;
    text-align: right;
    right: 110px;
    z-index: 3;
    padding-left: 15px;
    padding-right: 15px
}

.breadcrumbs ul {
    line-height: 1
}

.breadcrumbs ul li {
    display: inline-block;
    color: #fff;
    padding-left: 4px;
    font-size: 15px;
    line-height: 1
}

.breadcrumbs ul li:last-child {
    padding-left: 0
}

.breadcrumbs ul li:last-child:after {
    display: none
}

.breadcrumbs ul li:after {
    content: "/";
    font-weight: 400;
    margin-right: 3px
}

.breadcrumbs ul li a {
    color: #fff;
    line-height: 1;
    font-weight: 400
}

.breadcrumbs ul li {
    font-weight: 700
}

.btn-to-top {
    position: absolute;
    right: 118px;
    bottom: 80px;
    z-index: 10
}

.btn-to-top a {
    width: 78px;
    height: 78px;
    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;
    border: solid 1px #17292c;
    border-radius: 50%
}

.btn-to-top a:hover {
    background-color: #17292c
}

.btn-to-top a:hover svg {
    top: -5px
}

.btn-to-top a:hover svg path {
    fill: #fff
}

.btn-to-top a svg {
    height: 28px;
    width: 15px;
    position: relative;
    top: 0
}

.btn-to-top a svg path {
    fill: #17292c
}

.ov-fix {
    overflow: hidden
}

.field-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.field-box .input-field {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.textarea-field {
    margin-bottom: 21px
}

.textarea-field textarea {
    background-color: rgba(255, 255, 254, .1);
    color: #fff;
    border: 0;
    width: 100%;
    height: 82px;
    padding-right: 18px;
    padding-left: 18px;
    font-size: 16px;
    padding-bottom: 18px;
    padding-top: 18px;
    line-height: 1;
    direction: rtl;
}

.textarea-field textarea::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px
}

.textarea-field textarea::-moz-placeholder {
    color: #fff;
    font-size: 16px
}

.textarea-field textarea:-ms-input-placeholder {
    color: #fff;
    font-size: 16px
}

.textarea-field textarea::-ms-input-placeholder {
    color: #fff;
    font-size: 16px
}

.textarea-field textarea::placeholder {
    color: #fff;
    font-size: 16px
}

.input-field {
    margin-bottom: 21px
}

.input-field input {
    background-color: rgba(255, 255, 254, .1);
    color: #fff;
    border: 0;
    border-bottom: 2px solid rgba(255, 255, 255, .5);
    width: 100%;
    height: 54px;
    padding-right: 18px;
    padding-left: 18px;
    font-size: 16px
}

.input-field input::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px
}

.input-field input::-moz-placeholder {
    color: #fff;
    font-size: 16px
}

.input-field input:-ms-input-placeholder {
    color: #fff;
    font-size: 16px
}

.input-field input::-ms-input-placeholder {
    color: #fff;
    font-size: 16px
}

.input-field input::placeholder {
    color: #fff;
    font-size: 16px
}

.checkbox-field {
    display: block;
    text-align: right
}

.checkbox-field input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer
}

.checkbox-field label {
    position: relative;
    cursor: pointer;
    color: #595959
}

.checkbox-field label a {
    color: #fff;
    text-decoration: underline
}

.checkbox-field label:before {
    content: '';
    -webkit-appearance: none;
    background-color: rgba(255, 255, 254, .1);
    border: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 11px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 9px;
    margin-right: 0
}

.checkbox-field input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: 8px;
    width: 7px;
    height: 13px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.white-line:before {
    position: absolute;
    right: 62px;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #fff;
    opacity: .33;
    content: '';
    z-index: 999
}

.dark-line:before {
    position: absolute;
    right: 62px;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #000;
    opacity: .33;
    content: '';
    z-index: 1001
}

#style-3::-webkit-scrollbar-track {
    background-color: #304e53
}

#style-3::-webkit-scrollbar {
    width: 6px;
    background-color: #304e53
}

#style-3::-webkit-scrollbar-thumb {
    background-color: #fff
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
    background-color: #304e53
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
    width: 3px;
    background-color: #304e53
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
    background-color: #fff
}

.menu-popup {
    position: fixed;
    left: 0;
    right: 62px;
    top: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    background-color: #233b3f;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.menu-popup .inner-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.menu-popup .inner-menu .img-box {
    max-width: 67%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 67%;
    flex: 0 0 67%
}

.menu-popup .inner-menu .img-box img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.menu-popup .inner-menu .menu-box {
    max-width: 33%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-height: 100vh;
    overflow: auto
}

.menu-popup .inner-menu .menu-box .inner-box {
    max-width: 397px;
    margin: 118px auto 118px;
    text-align: right;
    position: relative
}

.menu-popup .inner-menu .menu-box .inner-box .menu-list ul {
    list-style-type: none
}

.menu-popup .inner-menu .menu-box .inner-box .menu-list ul li.parent-menu {
    position: relative
}

.menu-popup .inner-menu .menu-box .inner-box .menu-list ul li.parent-menu .arrow {
    position: absolute;
    left: 10px;
    top: 12px;
    content: url(../images/dist/icons/menu-arrow.svg);
    line-height: 0;
    font-size: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 15px 15px 15px 0px;
    cursor: pointer;
}

.menu-popup .inner-menu .menu-box .inner-box .menu-list ul li.active .arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 15px 0px 15px 15px;
}

.menu-popup .inner-menu .menu-box .inner-box .menu-list ul li {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.menu-popup .inner-menu .menu-box .inner-box .menu-list ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 62px;
    color: #fff;
    font-size: 25px;
    font-weight: 300
}

.menu-popup .inner-menu .menu-box .inner-box .menu-list ul li .children-menu {
    padding-bottom: 20px;
    display: none
}

.menu-popup .inner-menu .menu-box .inner-box .menu-list ul li .children-menu ul li {
    border-bottom: 0
}

.menu-popup .inner-menu .menu-box .inner-box .menu-list ul li .children-menu ul li a {
    height: 30px;
    font-size: 16px
}

.menu-popup .inner-menu .menu-box .inner-box .section-title {
    text-align: right;
    margin-bottom: 50px
}

.menu-popup .inner-menu .menu-box .inner-box .section-title span {
    color: #fff;
    font-size: 80px;
    font-family: MIKHMORET, sans-serif;
    font-weight: 300;
}

.menu-popup .inner-menu .menu-box .inner-box .line-top {
    padding-top: 7px
}

.menu-popup .inner-menu .menu-box .inner-box .line-top:after {
    width: 91px
}

.menu-popup .inner-menu .menu-box .inner-box .line-top:after, .menu-popup .inner-menu .menu-box .inner-box .line-top:before {
    background-color: #fff
}

.menu-popup .inner-menu .menu-box .inner-box .social-link-white {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: none
}

.menu-popup .inner-menu .menu-box .inner-box .btn-main {
    margin-left: 0;
    margin-top: 20px;
    display: none
}

.menu-popup .inner-menu .menu-box .inner-box .btn-main a {
    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;
    height: 46px;
    width: 100%;
    background-color: #48909c;
    font-size: 16px;
    color: #fff;
    font-weight: 500
}

.menu-popup .inner-menu .menu-box .inner-box .btn-main a svg {
    margin-right: 5px
}

.menu-popup .inner-menu .menu-box .inner-box .btn-main a svg path {
    fill: #fff
}

.menu-popup .inner-menu .menu-box .inner-box .btn-main a:hover {
    background-color: #233b3f;
    color: #fff
}

.menu-popup .inner-menu .menu-box .inner-box .btn-main a:hover svg path {
    fill: #fff
}

.show {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 1;
    z-index: 998
}

.nav-panel {
    position: fixed;
    right: 0;
    width: 62px;
    top: 0;
    bottom: 0;
    z-index: 999;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: transparent
}

.nav-panel:before {
    position: absolute;
    right: 62px;
    top: 0;
    bottom: 0;
    background-color: #fff;
    content: '';
    width: 1px;
    opacity: .26
}

.nav-panel .toggle-btn {
    position: absolute;
    top: 30px;
    right: 15px
}

.nav-panel .counter-list {
    padding-right: 23px
}

.nav-panel .counter-list ul {
    counter-reset: count
}

.nav-panel .counter-list ul li {
    position: relative;
    counter-increment: count;
    display: block;
    text-align: right;
    padding-right: 0;
    line-height: 0
}

.nav-panel .counter-list ul li:hover a:after {
    right: 23px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.nav-panel .counter-list ul li:hover a:before {
    opacity: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.nav-panel .counter-list ul li a:after {
    height: 1px;
    position: absolute;
    width: 18px;
    background-color: #fff;
    content: '';
    top: 50%;
    right: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.nav-panel .counter-list ul li a:before {
    content: counter(count, decimal-leading-zero);
    line-height: 1;
    color: #fff;
    font-size: 13px;
    font-family: Ubuntu, sans-serif;
    font-weight: 700;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.nav-panel .counter-list ul li.active {
    margin-bottom: 7px
}

.nav-panel .counter-list ul li.active a:after {
    right: 23px
}

.nav-panel .counter-list ul li.active a:before {
    opacity: 1
}

.nav-panel .social-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 0;
    z-index: 1000;
    position: absolute;
    right: 0;
    width: 62px
}

.nav-panel .social-nav ul {
    list-style-type: none
}

.nav-panel .social-nav ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.nav-panel .social-nav ul li:last-child {
    margin-bottom: 0
}

.nav-panel .social-nav ul li a {
    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;
    height: 62px;
    border-top: 1px solid rgba(255, 255, 255, .21);
    width: 62px
}

.nav-panel .social-nav ul li a:hover {
    background-color: #48909c
}

.nav-panel .social-nav ul li a svg path {
    fill: #fff
}

.nav-scroll {
    background-color: #233b3f;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.nav-dark {
    background-color: #17292c
}

.active-dark {
    background-color: #233b3f;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

section {
    position: relative;
    z-index: 1;
    background-color: #fff
}

.wrapper {
    overflow: hidden
}

.wrapper .section {
    overflow: hidden
}

section .inner-section {
    padding-top: 100px;
    padding-bottom: 135px;
}

.wrapper-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.wrapper-main .section-box {
    width: 100%
}

header .inner-header-row .logo-box .logo-img .dark {
    display: none
}

header .inner-header-row .logo-box .logo-img {
    height: 64px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 998;
    background: 0 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding-left: 30px;
    padding-right: 100px
}

header .btn-lang a {
    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: 46px;
    height: 46px;
    border: solid 1px rgba(255, 255, 255, .29);
    color: #fff;
    font-size: 16px;
    font-weight: 500
}

header .btn-lang a:hover {
    background-color: #fff;
    color: #090909;
    border: solid 1px #fff
}

header .inner-header-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 82px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

header .inner-header-row .right-box ul li {
    display: inline-block;
    margin-right: 42px
}

header .inner-header-row .right-box ul li:first-child {
    margin-right: 0
}

header .inner-header-row .right-box ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    position: relative
}

header .inner-header-row .right-box ul li a:after {
    content: '';
    width: 0%;
    right: 0;
    top: 100%;
    height: 1px;
    display: block;
    background: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: absolute
}

header .inner-header-row .right-box ul li a:hover:after {
    width: 100%
}

header .inner-header-row .right-box ul li.active a:after {
    width: 100%
}

header .inner-header-row .left-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header .inner-header-row .left-box .phone-link {
    margin-left: 30px
}

header .inner-header-row .left-box .phone-link a {
    font-size: 16px;
    font-weight: 500;
    color: #fff
}

header .inner-header-row .left-box .phone-link a svg {
    margin-left: 7px
}

header .inner-header-row .left-box .btn-main {
    margin-left: 12px
}

header .inner-header-row .left-box .btn-main a {
    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;
    height: 46px;
    width: 160px;
    background-color: #48909c;
    font-size: 16px;
    color: #fff;
    font-weight: 500
}

header .inner-header-row .left-box .btn-main a svg {
    margin-right: 5px
}

header .inner-header-row .left-box .btn-main a svg path {
    fill: #fff
}

header .inner-header-row .left-box .btn-main a:hover {
    background-color: #233b3f;
    color: #fff
}

header .inner-header-row .left-box .btn-main a:hover svg path {
    fill: #fff
}

header .inner-header-row .logo-box {
    position: absolute;
    left: 50%;
    margin-left: -82px;
    top: 13px
}

header .inner-header-row .logo-box .logo-img .small {
    display: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

header.scroll, header.white-header {
    background: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 3px 57px 0 rgba(27, 22, 22, .16);
    box-shadow: 0 3px 57px 0 rgba(27, 22, 22, .16)
}

header.scroll .inner-header-row .logo-box .logo-img .white, header.white-header .inner-header-row .logo-box .logo-img .white {
    display: none
}

header.scroll .inner-header-row .logo-box .logo-img .dark, header.white-header .inner-header-row .logo-box .logo-img .dark {
    display: block
}

header.scroll .inner-header-row, header.white-header .inner-header-row {
    height: 77px
}

header.scroll .inner-header-row .right-box ul li a:after, header.white-header .inner-header-row .right-box ul li a:after {
    background-color: #121110
}

header.scroll .inner-header-row .right-box ul li a, header.white-header .inner-header-row .right-box ul li a {
    color: #121110;
    font-weight: 500
}

header.scroll .inner-header-row .left-box .phone-link a, header.white-header .inner-header-row .left-box .phone-link a {
    color: #121110;
    font-weight: 700
}

header.scroll .inner-header-row .left-box .phone-link a svg path, header.white-header .inner-header-row .left-box .phone-link a svg path {
    fill: #121110
}

header.scroll .btn-lang a, header.white-header .btn-lang a {
    border: solid 1px #17292c;
    color: #17292c
}

header.scroll .inner-header-row .left-box ul li:last-child a, header.white-header .inner-header-row .left-box ul li:last-child a {
    color: #fff
}

header.scroll .inner-header-row .logo-box .logo-img, header.white-header .inner-header-row .logo-box .logo-img {
    height: 58px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.logo-img {
    width: 164px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.toggle-mnu {
    width: 32px;
    max-width: 32px;
    z-index: 20;
    display: block;
    height: 25px;
    text-align: center
}

.toggle-mnu.on {
    height: 40px
}

.toggle-mnu span {
    position: relative;
    display: block;
    width: 100%;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1.3px;
    line-height: 1;
    font-size: 9px;
    font-family: PlayfairDisplay, sans-serif;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 2px
}

.toggle-mnu span:after, .toggle-mnu span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px
}

.toggle-mnu span:after {
    top: 23px;
    width: 100%;
    height: 1px;
    background-color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 2px
}

.toggle-mnu span:before {
    width: 100%;
    height: 1px;
    background-color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 2px
}

.toggle-mnu.on span {
    background-color: transparent
}

.toggle-mnu.on span:before {
    -webkit-transform: rotate(45deg) translate(-1px, 0);
    -ms-transform: rotate(45deg) translate(-1px, 0);
    transform: rotate(45deg) translate(-1px, 0);
    top: 27px
}

.toggle-mnu.on span:after {
    -webkit-transform: rotate(-45deg) translate(6px, -7px);
    -ms-transform: rotate(-45deg) translate(6px, -7px);
    transform: rotate(-45deg) translate(6px, -7px);
    top: 36px
}

.mobile-menu {
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 64px
}

.mobile-menu .btn-lang a {
    width: 36px;
    height: 36px;
    font-size: 14px
}

.mobile-menu .logo-box {
    position: absolute;
    left: 50%;
    margin-left: -59px
}

.mobile-menu .logo-box .logo-img {
    width: auto
}

.mobile-menu .logo-box img {
    height: 50px
}

.mobile-menu-slide {
    padding-left: 25px;
    padding-right: 25px;
    position: fixed;
    left: 0;
    right: 0;
    height: 100vh;
    padding-top: 60px;
    text-align: center;
    z-index: 999;
    background: #000;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 540px
}

.mobile-menu-slide .btn-main a {
    width: 100%;
    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;
    color: #fff;
    height: 48px;
    border: solid 1px #fff;
    font-size: 16px;
    font-weight: 500
}

.mobile-menu-slide .menu-box {
    padding-top: 56px
}

.mobile-menu-slide .menu-box ul {
    list-style-type: none
}

.mobile-menu-slide .menu-box ul li {
    margin-bottom: 20px
}

.mobile-menu-slide .menu-box ul li:last-child {
    margin-bottom: 0
}

.mobile-menu-slide .menu-box ul li a {
    color: #fff;
    display: block;
    line-height: 1;
    font-size: 26px;
    font-weight: 300
}

.main-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.mob {
    display: none;
}

@media screen and (max-width: 992px) {
    .desk {
        display: none;
    }

    .mob {
        display: block;
    }
}

.main-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.main-bg:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background: #000;
    opacity: 0
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bottom-line {
    position: absolute;
    bottom: 144px;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10
}

.bottom-line:before {
    position: absolute;
    width: 30px;
    height: 30px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border: solid 1px #79888a;
    content: '';
    position: absolute;
    top: 53px
}

.bottom-line span {
    top: 100%;
    margin-top: 56px;
    left: 50%;
    height: 176px;
    width: 2px;
    display: block;
    background-color: #fff;
    position: absolute;
    -webkit-animation-name: discover;
    animation-name: discover;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    z-index: 2
}

.bottom-line a {
    color: #fff;
    font-size: 13px;
    line-height: 1;
    font-family: PlayfairDisplay, sans-serif
}

.top-line {
    position: absolute;
    top: -88px;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9
}

.top-line span {
    top: 0;
    margin-top: 0;
    left: 50%;
    height: 176px;
    width: 2px;
    display: block;
    background-color: #000;
    position: absolute;
    -webkit-animation-name: discover;
    animation-name: discover;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    z-index: 2
}

.small-bottom-line {
    bottom: 125px
}

.small-bottom-line span {
    height: 140px;
    width: 1px;
    -webkit-animation-name: discover-small;
    animation-name: discover-small
}

.small-top-line {
    top: -70px
}

.small-top-line span {
    height: 140px;
    width: 1px;
    -webkit-animation-name: discover-small;
    animation-name: discover-small
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes discover-small {
    0% {
        height: 0
    }

    100% {
        height: 140px
    }
}

@keyframes discover-small {
    0% {
        height: 0
    }

    100% {
        height: 140px
    }
}

@-webkit-keyframes discover {
    0% {
        height: 0
    }

    100% {
        height: 176px
    }
}

@keyframes discover {
    0% {
        height: 0
    }

    100% {
        height: 176px
    }
}

@-webkit-keyframes hor-line {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

@keyframes hor-line {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

.animate-hor-line {
    -webkit-animation-name: hor-line;
    animation-name: hor-line
}

@-webkit-keyframes ver-line {
    0% {
        height: 0
    }

    100% {
        height: 100%
    }
}

@keyframes ver-line {
    0% {
        height: 0
    }

    100% {
        height: 100%
    }
}

.animate-ver-line {
    -webkit-animation-name: ver-line;
    animation-name: ver-line
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-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
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.section-main {
    position: relative;
    height: 100vh;
    min-height: 720px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    z-index: 2
}

.section-main .main-banner {
    position: absolute;
    left: 50px;
    bottom: 0;
    background-color: #1552ce;
    padding: 32px 34px 69px 36px;
    z-index: 10;
    width: 566px
}

.section-main .main-banner .banner-title {
    margin-bottom: 28px
}

.section-main .main-banner .banner-title span {
    color: #fff;
    font-family: 'Almoni Tzar AAA';
    font-size: 41px;
    font-weight: 300;
    line-height: 1
}

.section-main .main-banner .banner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.section-main .main-banner .banner-content .left-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41%;
    flex: 0 0 41%;
    max-width: 41%;
    padding-right: 30px
}

.section-main .main-banner .banner-content .right-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 59%;
    flex: 0 0 59%;
    max-width: 59%;
    padding-left: 0;
    position: relative;
    text-align: right
}

.section-main .main-banner .banner-content .right-box span {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
    font-family: Heebo, sans-serif;
    display: block
}

.section-main .main-banner .banner-content .right-box span.count {
    font-size: 60px;
    font-weight: 100;
    padding-bottom: 15px
}

.section-main .main-banner .banner-content .right-box:before {
    position: absolute;
    top: 0;
    bottom: -5px;
    left: 0;
    width: 1px;
    background-color: #fff;
    content: ''
}

.section-main .video-box:before {
    position: absolute;
    content: '';
    background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(top, #000 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, #000 0, rgba(0, 0, 0, 0) 100%);
    top: 0;
    left: 0;
    right: 0;
    height: 239px;
    z-index: 100
}

.section-main video {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.section-main .align-center {
    position: relative
}

.section-main .counter-col {
    position: absolute;
    right: 0;
    bottom: 60px
}

.section-main .counter-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.section-main .section-main-content {
    position: relative;
    text-align: right;
    width: 100%;
    padding-bottom: 150px
}

.section-main .section-main-content .counter-block {
    max-width: 850px;
    margin: 140px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.section-main .section-main-content .counter-block .counter-box {
    max-width: 33.33333334%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333334%;
    flex: 0 0 33.3333334%
}

.section-main .section-main-content .counter-block .counter-box .text:after {
    content: 'ש.ח.';
    font-size: 18px
}

.section-main .section-main-content .counter-block .counter-box .procent:after {
    content: '%';
    font-size: 70px
}

.section-main .section-main-content .counter-block .counter-box .minus {
    padding-left: 30px
}

.section-main .section-main-content .counter-block .counter-box .minus:before {
    content: '-';
    font-size: 70px;
    position: absolute;
    left: 0
}

.section-main .section-main-content .counter-block .counter-box .plus {
    padding-left: 30px
}

.section-main .section-main-content .counter-block .counter-box .plus:before {
    content: '+';
    font-size: 70px;
    position: absolute;
    left: 0
}

.section-main .section-main-content .counter-block .counter-box .counter {
    font-size: 70px;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    display: inline-block;
    position: relative;
    margin-bottom: 20px
}

.section-main .section-main-content .counter-block .counter-box .counter-info {
    font-size: 18px;
    color: #fff;
    display: block
}

.section-main .section-main-content .custom-container, .section-main .section-main-content .row {
    height: 100%
}

.section-main .section-main-content .custom-container .btn-main, .section-main .section-main-content .row .btn-main {
    margin-top: 40px
}

.section-main .section-main-content .custom-container .btn-main a, .section-main .section-main-content .row .btn-main a {
    width: 208px;
    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: 0 auto;
    height: 54px;
    background-color: #fffffe;
    font-size: 18px;
    color: #050505;
    font-weight: 700;
    border-bottom: 1px solid transparent
}

.section-main .section-main-content .custom-container .btn-main a:hover, .section-main .section-main-content .row .btn-main a:hover {
    border: 1px solid #fff;
    color: #fff;
    background-color: #050505
}

.section-main .section-main-content .custom-container .section-main-title span, .section-main .section-main-content .row .section-main-title span {
    display: block;
    font-size: 22px;
    color: #fff;
    line-height: 1;
    display: block;
    margin-top: 32px
}

.section-main .section-main-content .custom-container .section-main-title h1, .section-main .section-main-content .row .section-main-title h1 {
    color: #fff;
    line-height: 1;
    margin: 0
}

.section-main .section-main-content .custom-container .section-main-title p, .section-main .section-main-content .row .section-main-title p {
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #fff;
    margin-top: 20px
}

.section-about .about-us-img {
    text-align: right;
    margin-right: 30px
}

.section-about .about-us-img .quote-box {
    color: #f7f7f7;
    position: relative;
    max-width: 580px;
    text-align: left;
    margin-top: 35px
}

.section-about .about-us-img .quote-box span.text {
    font-size: 45px;
    font-weight: 500;
    font-family: PlayfairDisplay, sans-serif;
    display: block;
    line-height: 1.1;
    position: relative;
    z-index: 1
}

.section-about .about-us-img .quote-box span.group {
    font-size: 24px;
    font-weight: 500;
    font-family: PlayfairDisplay, sans-serif;
    display: block;
    line-height: 1;
    margin-top: 27px
}

.section-about .about-us-img .quote-box:before {
    left: 0;
    bottom: 100%;
    margin-bottom: -30px;
    content: url(../images/dist/icons/quote_about.svg);
    position: absolute;
    font-size: 0;
    line-height: 0
}

.section-about .inner-section {
    padding-top: 106px
}

.section-about .quote-signature {
    margin-top: 70px;
    padding-right: 50px
}

.section-about .quote-signature .signature-box {
    text-align: right;
    margin-top: 24px
}

.section-about .quote-signature .signature-box span {
    display: block;
    font-weight: 500;
    font-family: PlayfairDisplay, sans-serif;
    line-height: 1;
    font-size: 24px
}

.section-about .quote-signature .quote-box {
    position: relative;
    padding-top: 74px
}

.section-about .quote-signature .quote-box:before {
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/dist/icons/quote_big.svg);
    background-size: cover;
    width: 116px;
    height: 108px;
    content: ''
}

.section-about .quote-signature .quote-box span {
    font-size: 52px;
    font-family: PlayfairDisplay, sans-serif;
    font-weight: 500;
    line-height: 1
}

.section-about .group-img {
    margin-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section-about .group-img .first-img {
    margin-right: 28px
}

.section-about .group-img .second-img {
    position: relative;
    padding-bottom: 16px;
    background-color: #233b3f
}

.section-about .under-img {
    margin-right: 75px;
    position: relative;
    width: 100%;
    height: 100%
}

.section-about .under-img:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #233b3f;
    max-width: 688px;
    width: 100%;
    content: ''
}

.section-about .about-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 635px
}

.section-about .about-content .about-info {
    max-width: 450px;
    text-align: right;
    margin-left: 20px
}

.section-about .about-content .about-info .section-link {
    margin-top: 35px;
    display: block
}

.section-about .about-content .about-info .section-title {
    margin-bottom: 20px;
    margin-top: 0;
    text-align: right
}

.section-about .about-container {
    position: absolute;
    left: 0;
    right: 0
}

.section-about .about-container .container-fluid, .section-about .about-container .container-lg, .section-about .about-container .container-md, .section-about .about-container .container-sm, .section-about .about-container .container-xl {
    padding: 0;
    margin: 0
}

.section-about .about-container .img-box {
    position: relative;
    margin-right: 75px
}

.section-about .about-container .img-box:before {
    position: absolute;
    bottom: -20px;
    left: 20%;
    right: 0;
    background-color: #233b3f;
    top: 0;
    content: ''
}

.section-about .about-container .img-box img {
    max-width: 100%;
    position: relative;
    z-index: 1
}

.section-practice-areas .group-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 17px;
    position: relative
}

.section-practice-areas .group-link .show-links {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
    color: #fff;
    text-decoration: underline;
    font-size: 17px;
    font-weight: 700;
    display: none
}

.section-practice-areas .group-link .btn-link {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 13px
}

.section-practice-areas .group-link .btn-link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 35px;
    background-color: #17292c;
    height: 52px;
    color: #fff;
    font-weight: 300;
    font-family: MIKHMORET, sans-serif;
    padding-left: 35px;
    padding-right: 10px;
    position: relative;
    font-size: 26px;
}

.section-practice-areas .group-link .btn-link a:hover svg {
    opacity: 1
}

.section-practice-areas .group-link .btn-link a svg {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -7px;
    opacity: .4
}

.section-practice-areas .section-custom-title {
    text-align: center
}

.section-practice-areas .section-title {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 60px
}

.section-practice-areas .practice-box .img-box img {
    max-width: 100%
}

.section-practice-areas .practice-box .btn-link span {
    text-transform: uppercase;
    font-weight: 300;
    font-family: MIKHMORET, sans-serif;
    font-size: 28px;
    color: #050505;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    height: 78px
}

.section-practice-areas .practice-box .btn-link span:hover svg {
    margin-right: 20px;
    color: #233b3f;
}

.section-practice-areas .practice-box .btn-link span:hover {
    color: #233b3f;
}

.section-practice-areas .practice-box .btn-link span svg {
    margin-right: 15px
}

.section-our-clients .swiper .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear
}

.section-our-clients .swiper .swiper-wrapper .swiper-slide {
    width: 207px
}

.section-our-clients .swiper .swiper-wrapper .swiper-slide .logo-box .gray {
    display: block
}

.section-our-clients .swiper .swiper-wrapper .swiper-slide .logo-box .color {
    display: block;
    filter: grayscale(1);
}

.section-our-clients .swiper .swiper-wrapper .swiper-slide .logo-box:hover .color {
    filter: grayscale(0);
}

.section-our-clients .swiper-right-to-left {
    margin-top: 20px
}

.section-our-clients .section-title {
    margin-bottom: 30px;
    text-align: center
}

.section-testimonials .testimonials-banner {
    position: absolute;
    right: 0;
    margin-left: 50px
}

.section-testimonials .testimonials-banner img {
    max-width: 100%
}

.section-testimonials .testimonials-banner:before {
    position: absolute;
    left: 0;
    height: 258px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f6f6f6), to(rgba(246, 246, 246, 0)));
    background-image: -o-linear-gradient(bottom, #f6f6f6 0, rgba(246, 246, 246, 0) 100%);
    background-image: linear-gradient(0deg, #f6f6f6 0, rgba(246, 246, 246, 0) 100%);
    content: '';
    right: 0;
    bottom: 0
}

.section-testimonials .section-custom-title {
    margin-top: 100px
}

.section-testimonials .inner-section {
    padding-top: 0
}

.section-testimonials .section-title {
    text-align: right;
    margin-top: 40px
}

.section-testimonials .swiper-testimonials {
    margin-top: 50px
}

.testimonial-box {
    position: relative;
    background-color: #fff;
    border-radius: 2px;
    padding: 42px 34px 40px 25px
}

.testimonial-box .quote-box {
    position: absolute;
    top: 22px;
    left: 25px
}

.testimonial-box .rating-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.testimonial-box .rating-box span {
    margin-right: 10px
}

.testimonial-box .rating-box ul {
    list-style-type: none
}

.testimonial-box .rating-box ul li {
    display: inline-block
}

.testimonial-box .comment-box {
    margin-top: 20px;
    min-height: 230px;
    margin-bottom: 30px;
    text-align: right
}

.testimonial-box .comment-box p {
    line-height: 1.4
}

.testimonial-box .author-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.testimonial-box .author-box .author-img {
    width: 48px;
    height: 48px;
    overflow: hidden;
    border-radius: 50%
}

.testimonial-box .author-box .author-img img {
    width: 100%
}

.testimonial-box .author-box .author-info {
    padding-right: 12px;
    text-align: right
}

.testimonial-box .author-box .author-info span {
    display: block
}

.testimonial-box .author-box .author-info span.name {
    font-size: 18px;
    font-weight: 500;
    line-height: 1
}

.testimonial-box .author-box .author-info span.date {
    font-size: 15px;
    line-height: 1;
    margin-top: 10px
}

.section-media .media-slider, .section-media-single .media-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 47px;
    background-color: #233b3f
}

.section-media .media-slider .media-video, .section-media .media-slider .swiper-media, .section-media-single .media-slider .media-video, .section-media-single .media-slider .swiper-media {
    max-width: 60%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%
}

.section-media .media-slider .media-video .video-box, .section-media .media-slider .swiper-media .video-box, .section-media-single .media-slider .media-video .video-box, .section-media-single .media-slider .swiper-media .video-box {
    position: relative
}

.section-media .media-slider .media-video .video-box .btn-play a, .section-media .media-slider .swiper-media .video-box .btn-play a, .section-media-single .media-slider .media-video .video-box .btn-play a, .section-media-single .media-slider .swiper-media .video-box .btn-play a {
    position: absolute;
    width: 104px;
    height: 104px;
    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;
    top: 50%;
    margin-top: -52px;
    left: 50%;
    margin-left: -52px;
    border-radius: 50%;
    border: solid 1px #fff
}

.section-media .media-slider .media-video .video-box .btn-play a:hover, .section-media .media-slider .swiper-media .video-box .btn-play a:hover, .section-media-single .media-slider .media-video .video-box .btn-play a:hover, .section-media-single .media-slider .swiper-media .video-box .btn-play a:hover {
    width: 114px;
    height: 114px;
    margin-top: -57px;
    margin-left: -57px
}

.section-media .media-slider .media-video .video-box .btn-play a svg, .section-media .media-slider .swiper-media .video-box .btn-play a svg, .section-media-single .media-slider .media-video .video-box .btn-play a svg, .section-media-single .media-slider .swiper-media .video-box .btn-play a svg {
    position: relative;
    z-index: 1
}

.section-media .media-slider .media-video .video-box .btn-play a:before, .section-media .media-slider .swiper-media .video-box .btn-play a:before, .section-media-single .media-slider .media-video .video-box .btn-play a:before, .section-media-single .media-slider .swiper-media .video-box .btn-play a:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #050505;
    content: '';
    opacity: .3;
    border-radius: 50%
}

.section-media .media-slider .media-info, .section-media-single .media-slider .media-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%
}

.section-media .media-slider .media-info .inner-media-info, .section-media-single .media-slider .media-info .inner-media-info {
    padding-top: 45px;
    padding-left: 30px;
    padding-right: 30px
}

.section-media .media-slider .media-info .inner-media-info .media-title, .section-media-single .media-slider .media-info .inner-media-info .media-title {
    text-align: right
}

.section-media .media-slider .media-info .inner-media-info .media-title h3, .section-media-single .media-slider .media-info .inner-media-info .media-title h3 {
    font-size: 56px;
    font-weight: 300;
    font-family: MIKHMORET, sans-serif;
    color: #fff;
    line-height: 1;
    margin: 0;
    margin-top: 40px
}

.section-media .media-slider .media-info .inner-media-info .media-title p, .section-media-single .media-slider .media-info .inner-media-info .media-title p {
    font-weight: 500;
    color: #fff;
    line-height: 1.6;
    margin: 0
}

.section-media .media-slider .media-info .inner-media-info .media-title p span, .section-media-single .media-slider .media-info .inner-media-info .media-title p span {
    position: relative
}

.section-media .media-slider .media-info .inner-media-info .media-title p span:before, .section-media-single .media-slider .media-info .inner-media-info .media-title p span:before {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #fff;
    content: ''
}

.media-container {
    margin-top: 46px
}

.media-container .media-group-offset {
    margin-left: -15px;
    margin-right: -15px
}

.media-container .media-group-offset .group-box {
    padding-left: 15px;
    padding-right: 15px
}

.media-container .media-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.media-container .media-group .group-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333334%;
    flex: 0 0 33.3333334%;
    max-width: 33.3333334%
}

.media-container .media-group .group-box:first-child .inner-box {
    border-right: 1px solid rgba(5, 5, 5, .2)
}

.media-container .media-group .group-box:first-child .notes-box {
    border: 0
}

.media-container .media-group .group-box .inner-box {
    padding-left: 30px;
    padding-right: 30px;
    border-left: 1px solid rgba(5, 5, 5, .2)
}

.media-container .media-group .group-box .inner-box .img-box {
    height: 207px;
    overflow: hidden;
    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;
    border: solid 1px #ececec
}

.media-container .media-group .group-box .inner-box .box-title {
    text-align: right;
    margin-top: 20px
}

.media-container .media-group .group-box .inner-box .box-title h4 {
    font-size: 40px;
    font-weight: 300;
    line-height: 1
}

.media-container .media-group .group-box .inner-box .box-title h4 a {
    color: #050505;
    display: block;
    min-height: 80px
}

.media-container .media-group .group-box .inner-box .box-title h4 a:hover {
    color: #233b3f
}

.media-container .media-group .group-box .inner-box a.btn-link {
    text-align: right;
    display: block;
    font-size: 17px;
    font-weight: 700;
    color: #2a2015
}

.media-container .media-group .group-box .inner-box a.btn-link:hover svg {
    margin-right: 15px
}

.media-container .media-group .group-box .inner-box a.btn-link svg {
    margin-right: 10px
}

.media-container .media-group .group-box .inner-box img {
    max-width: 100%
}

.media-container .media-group .group-box .notes-box {
    background-color: #f6f6f6;
    border: 0;
    text-align: right;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px
}

.media-container .media-group .group-box .notes-box h4 a {
    font-size: 36px;
    font-weight: 300
}

.media-container .media-group .group-box .notes-box a {
    color: #2a2015;
    font-size: 17px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.media-container .media-group .group-box .notes-box a:hover {
    color: #233b3f
}

.media-container .media-group .group-box .notes-box a:hover svg {
    margin-right: 18px
}

.media-container .media-group .group-box .notes-box a svg {
    margin-right: 13px
}

.media-container .media-group .group-box .video-box .video {
    position: relative;
    max-height: 207px;
    overflow: hidden
}

.media-container .media-group .group-box .video-box .btn-play a {
    position: absolute;
    width: 90px;
    height: 90px;
    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;
    top: 50%;
    margin-top: -45px;
    left: 50%;
    margin-left: -45px;
    border-radius: 50%;
    border: solid 1px #fff
}

.media-container .media-group .group-box .video-box .btn-play a:hover {
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px
}

.media-container .media-group .group-box .video-box .btn-play a svg {
    position: relative;
    z-index: 1
}

.media-container .media-group .group-box .video-box .btn-play a:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #050505;
    content: '';
    opacity: .3;
    border-radius: 50%
}

.media-container .media-group-four .group-box {
    max-width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%
}

.media-container .media-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px
}

.media-container .media-top .title h4 {
    padding-left: 10px;
    padding-right: 10px;
    background-color: #161616;
    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;
    height: 32px;
    color: #fff;
    margin: 0

}

.title {
    font-size: 24px;
}

.media-container .media-top .media-link a {
    font-weight: 500;
    color: #233b3f;
    display: block;
    position: relative;
    padding-left: 45px
}

.media-container .media-top .media-link a:hover svg {
    left: -7px
}

.media-container .media-top .media-link a svg {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px
}

.media-container .media-top .line {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative
}

.media-container .media-top .line:before {
    position: absolute;
    left: 10px;
    right: 10px;
    height: 1px;
    background-color: #050505;
    top: 50%;
    content: ''
}

.section-contact {
    background: #17292c
}

.section-contact .slogan-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 126px
}

.section-contact .slogan-box .slogan {
    text-align: left;
    display: block;
    position: relative;
    left: -120px
}

.section-contact .slogan-box .slogan span {
    display: block;
    font-size: 52px;
    font-weight: 500;
    font-family: PlayfairDisplay, sans-serif;
    color: #fff;
    letter-spacing: 1.3px;
    line-height: 1.2
}

.section-contact .slogan-box .autor {
    margin-top: 73px;
    text-align: right;
    padding-right: 40px;
    font-family: PlayfairDisplay, sans-serif;
    font-size: 24px;
    font-weight: 500
}

.section-contact .contact-bg {
    background-image: url(../images/dist/home_page/contact/contact.jpg);
    position: absolute;
    left: 0;
    top: 0;
    right: 50%;
    bottom: 37px
}

.section-contact .inner-section {
    padding: 0
}

.section-contact .contact-form {
    text-align: right;
    position: relative;
    z-index: 1;
}

.section-contact .contact-form .btn-send {
    margin-top: 35px;
    display: flex;
    justify-content: flex-end;
}

.section-contact .contact-form .btn-send button {
    border: solid 1px #fff;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    direction: rtl;
}

.section-contact .contact-form .btn-send button:hover {
    border-bottom: 1px solid #fff;
    color: #17292c;
    background-color: #fff
}

.section-contact .contact-form .btn-send button:hover svg path {
    fill: #17292c
}

.section-contact .contact-form .btn-send button svg {
    margin-right: 11px
}

.section-contact .contact-form .btn-send button svg path {
    fill: #fff
}

.section-contact .contact-form .field-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.section-contact .contact-form .field-group .input-box {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0
}

.section-contact .contact-form .input-checkbox {
    margin-top: 10px
}

.section-contact .contact-form .input-checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer
}

.section-contact .contact-form .input-checkbox label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
}

.section-contact .contact-form .input-checkbox label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .21);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 0;
    margin-left: 10px;
}

.section-contact .contact-form .input-checkbox.active label:before {
    border: 1px solid #fff
}

.section-contact .contact-form .input-checkbox.active label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    right: 7px;
    width: 5px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.section-contact .contact-form .input-box {
    margin-top: 15px
}

.section-contact .contact-form .input-box:first-child {
    margin-top: 0
}

.section-contact .contact-form .input-box input {
    max-width: 100%;
    width: 100%;
    height: 54px;
    background-color: #1e3438;
    border: 0;
    color: #fff;
    font-size: 16px;
    padding-right: 15px;
    padding-left: 15px;
    direction: rtl;
}

.section-contact .contact-form .input-box input::-webkit-input-placeholder {
    color: #fff
}

.section-contact .contact-form .input-box input::-moz-placeholder {
    color: #fff
}

.section-contact .contact-form .input-box input:-ms-input-placeholder {
    color: #fff
}

.section-contact .contact-form .input-box input::-ms-input-placeholder {
    color: #fff
}

.section-contact .contact-form .input-box input::placeholder {
    color: #fff
}

.section-contact .inner-content {
    max-width: 480px;
    padding-bottom: 179px;
    padding-top: 100px
}

.section-contact .inner-content .viber-bg {
    position: absolute;
    left: 65px;
    bottom: 107px
}

.section-contact .section-title {
    text-align: right;
    position: relative;
    z-index: 2
}

.section-contact .section-title h2 {
    font-size: 70px;
    margin: 0
}

.section-contact .section-content {
    margin-top: 40px
}

.section-contact .section-content p {
    font-weight: 500;
    color: #fff;
    text-align: right
}

.section-contact .line-top {
    padding-top: 35px;
    position: relative;
    z-index: 2
}

.section-contact .line-top span {
    color: #fff
}

.section-contact .line-top:before {
    background-color: #fff
}

.section-contact .line-top:after {
    background-color: #fff
}

.main-footer {
    background-color: #fff;
    position: relative
}

.main-footer .bot-content {
    border-top: 1px solid rgba(0, 0, 0, .18);
    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;
    height: 64px
}

.main-footer .bot-content .left-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left
}

.main-footer .bot-content .left-box a img {
    width: 72px;
    margin-right: 18px
}

.main-footer .bot-content .left-box .logo-box {
    margin-right: 18px
}

.main-footer .bot-content .left-box span {
    font-size: 13px;
    color: #2a2015
}

.main-footer .bot-content .right-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right
}

.main-footer .bot-content .right-box span {
    font-size: 13px;
    color: #2a2015
}

.main-footer .footer-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 60px;
    padding-bottom: 70px;
    border-top: 1px solid #000
}

.main-footer .footer-navigation .menu-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: right
}

.main-footer .footer-navigation .menu-box .title {
    font-size: 30px;
    font-family: MIKHMORET, sans-serif;
    color: #2a2015;
    margin-bottom: 20px;
    display: block;
    line-height: 1
}

.main-footer .footer-navigation .menu-box ul {
    list-style-type: none
}

.main-footer .footer-navigation .menu-box ul li {
    margin-bottom: 17px;
    line-height: 1
}

.main-footer .footer-navigation .menu-box ul li:last-child {
    margin-bottom: 0
}

.main-footer .footer-navigation .menu-box ul li a {
    font-size: 15px;
    color: #2a2015;
    position: relative;
    text-align: right;
    line-height: 1
}

.main-footer .footer-navigation .menu-box ul li a:after {
    content: '';
    width: 0%;
    right: 0;
    top: 100%;
    height: 1px;
    display: block;
    background: #2a2015;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: absolute
}

.main-footer .footer-navigation .menu-box ul li a:hover:after {
    width: 100%
}

.main-footer .top-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-footer .top-content .content-box {
    max-width: 33.333334%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333334%;
    flex: 0 0 33.333334%;
    padding-left: 10px;
    padding-right: 10px
}

.main-footer .top-content .social-link {
    margin: 0
}

.main-footer .top-content .social-link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    list-style-type: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.main-footer .top-content .social-link ul li {
    margin-right: 7px
}

.main-footer .top-content .social-link ul li:first-child {
    margin-right: 0
}

.main-footer .top-content .social-link ul li a {
    width: 50px;
    height: 50px;
    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;
    border: solid 1px #2a2015;
    border-radius: 50%
}

.main-footer .top-content .social-link ul li a:hover {
    background-color: #17292c
}

.main-footer .top-content .social-link ul li a:hover svg path {
    fill: #fff
}

.main-footer .top-content .phone a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 38px;
    font-weight: 700;
    color: #17292c;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main-footer .top-content .phone a span {
    margin-left: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(23, 41, 44, .12);
    border-radius: 50%
}

.main-footer .top-content .location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.main-footer .top-content .location .text {
    line-height: 1.45;
    font-size: 16px;
    text-align: right
}

.main-footer .top-content .location .icon {
    width: 50px;
    height: 50px;
    margin-left: 15px;
    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;
    border: solid 1px #2a2015;
    border-radius: 50%
}

.section-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 720px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section-page .bg-shadow {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0
}

.section-page .bg-shadow:before {
    position: absolute;
    content: '';
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(top, #000 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, #000 0, rgba(0, 0, 0, 0) 100%);
    top: 0;
    left: 0;
    right: 0;
    height: 239px;
    z-index: 1;
    opacity: .43
}

.section-page .section-title h1 {
    color: #fff
}

.section-page .section-title p {
    color: #fff;
    margin-top: 30px
}

.section-page .between-line:after, .section-page .between-line:before {
    background-color: #fff
}

.section-page .between-line span {
    color: #fff
}

.section-page .between-line span:after, .section-page .between-line span:before {
    background-color: #fff
}

.section-page-fullpage {
    height: 100vh;
    min-height: 540px;
    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
}

.section-page-fullpage .bg-shadow {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0
}

.section-page-fullpage .bg-shadow:before {
    position: absolute;
    content: '';
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(top, #000 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, #000 0, rgba(0, 0, 0, 0) 100%);
    top: 0;
    left: 0;
    right: 0;
    height: 239px;
    z-index: 1;
    opacity: .43
}

.section-page-fullpage .section-title h1 {
    color: #fff
}

.section-page-fullpage .section-title p {
    color: #fff
}

.section-page-fullpage .between-line:after, .section-page-fullpage .between-line:before {
    background-color: #fff
}

.section-page-fullpage .between-line span {
    color: #fff;
    display: flex;
    flex-direction: row-reverse;
}

.section-page-fullpage .between-line span:after, .section-page-fullpage .between-line span:before {
    background-color: #fff
}

.section-page-about .bg-shadow {
    background-image: url(../images/dist/about/shadow.png)
}

.section-page-thankyou .bg-shadow {
    background-image: url(../images/dist/thank_you/shadow.png)
}

.section-page-404 .bg-shadow {
    background-image: url(../images/dist/error404/shadow.png)
}

.section-page-service .bg-shadow {
    background-image: url(../images/dist/service/shadow.png)
}

.section-page-media .bg-shadow {
    background-image: url(../images/dist/media/shadow.png)
}

.section-page-blog .bg-shadow {
    background-image: url(../images/dist/blog/shadow.png)
}

.section-page-press .bg-shadow {
    background-image: url(../images/dist/press/shadow.png)
}

.section-page-clients .bg-shadow {
    background-image: url(../images/dist/our_clients/shadow.png)
}

.section-page-testimomials .bg-shadow {
    background-image: url(../images/dist/testimomials/shadow.png)
}

.section-page-qa .bg-shadow {
    background-image: url(../images/dist/questions_answers/shadow.png)
}

.section-page-terms .bg-shadow {
    background-image: url(../images/dist/terms/shadow.png)
}

.section-service {
    background-color: #fff;
    overflow: inherit !important
}

.section-service .custom-row .custom-content .service-box {
    margin-bottom: 36px;
    background: #fff;
    counter-increment: list-counter
}

.section-service .custom-row .custom-content .service-box:last-child {
    margin-bottom: 0
}

.section-service .custom-row .custom-content .service-box .list-box {
    padding-top: 23px;
    padding-bottom: 27px;
    padding-right: 32px;
    padding-left: 30px;
    margin: 0
}

.section-service .custom-row .custom-content .service-box .list-box ul {
    list-style-type: hebrew;
    padding-right: 19px
}

.section-service .custom-row .custom-content .service-box .list-box ul ol {
    margin-bottom: 15px;
    margin-right: 10px;
    padding-right: 0;
    counter-reset: ol-counter;
    list-style: none
}

.section-service .custom-row .custom-content .service-box .list-box ul ol li {
    margin-bottom: 8px;
    counter-increment: ol-counter;
    position: relative;
    padding-right: 25px
}

.section-service .custom-row .custom-content .service-box .list-box ul ol li:before {
    content: counter(ol-counter) ") ";
    font-weight: 700;
    position: absolute;
    right: 0
}

.section-service .custom-row .custom-content .service-box .list-box ul li {
    font-size: 16px;
    line-height: 1.5;
    color: #0a0a0a;
    margin-bottom: 15px;
    font-weight: 400;
    padding-right: 10px
}

.section-service .custom-row .custom-content .service-box .list-box ul li::marker {
    font-weight: 700
}

.section-service .custom-row .custom-content .service-box .list-box ul li:last-child {
    margin-bottom: 0
}

.section-service .custom-row .custom-content .service-box .title-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 68px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    padding-right: 32px
}

.section-service .custom-row .custom-content .service-box .title-box h2 {
    font-size: 24px;
    font-weight: 700;
    color: #0a0a0a;
    margin: 0;
    position: relative;
    padding-right: 29px
}

.section-service .custom-row .custom-content .service-box .title-box h2:before {
    content: counter(list-counter) ". ";
    position: absolute;
    right: 0
}

.sidebar .nav-list-box {
    background-color: #f6f6f6;
    padding-top: 30px;
    padding-right: 27px;
    padding-bottom: 27px;
    padding-left: 27px;
    text-align: right;
    top: 82px;
    position: -webkit-sticky;
    position: sticky
}

.sidebar .nav-list-box ul {
    list-style: none;
    margin-top: 17px;
    padding-top: 22px;
    position: relative
}

.sidebar .nav-list-box ul:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background-color: #2a464b;
    content: ''
}

.sidebar .nav-list-box ul li.active a {
    font-weight: 700
}

.sidebar .nav-list-box ul li.active:after {
    position: absolute;
    right: 0;
    top: 6px;
    width: 6px;
    height: 6px;
    background-color: #141414;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sidebar .nav-list-box ul li {
    font-size: 18px;
    line-height: 1;
    position: relative;
    margin-bottom: 19px;
    padding-right: 22px
}

.sidebar .nav-list-box ul li a {
    color: #1b1616;
    font-size: 17px
}

.sidebar .nav-list-box ul li:last-child {
    margin-bottom: 0
}

.sidebar .nav-list-box .title-box h3 {
    position: relative;
    padding-right: 0;
    font-size: 32px;
    color: #1b1616;
    line-height: 1;
    font-weight: 400;
    font-family: MIKHMORET, sans-serif;
    margin-bottom: 0
}

.sidebar .nav-list-box .title-box h3 span {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -17.5px;
    width: 35px;
    height: 35px;
    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;
    background-color: #f1f1f1;
    border-radius: 50%
}

.custom-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0
}

.custom-row .custom-content {
    padding-left: 70px;
    padding-right: 0;
    max-width: 67%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 67%;
    flex: 0 0 67%;
    text-align: right;
    border-left: solid 1px #e8e8e8
}

.custom-row .sidebar {
    padding-left: 0;
    padding-right: 70px;
    max-width: 33%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%
}

.custom-content .author-box {
    margin-top: 35px
}

.custom-content .author-box .author-note {
    background-color: #f6f6f6;
    padding-top: 25px;
    padding-right: 158px;
    padding-bottom: 18px;
    padding-left: 50px;
    position: relative;
    margin-top: 20px
}

.custom-content .author-box .author-note .text-box h3 {
    font-size: 34px;
    font-family: MIKHMORET, sans-serif;
    color: #233b3f
}

.custom-content .author-box .author-note .text-box p {
    font-size: 17px;
    margin-bottom: 7px
}

.custom-content .author-box .author-note .text-box p a {
    font-weight: 700;
    color: #233b3f;
    text-decoration: underline;
}

.custom-content .author-box .author-note .img-box {
    position: absolute;
    right: 30px;
    top: 29px;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%
}

.custom-content .author-box .author-note .img-box img {
    width: 100%
}

.custom-content .author-box span {
    font-size: 19px;
    font-weight: 700;
    line-height: 1;
    display: block;
    color: #110f0f
}

.custom-content .content-box {
    padding-bottom: 35px;
    border-bottom: 1px solid #e8e8e8
}

.custom-content .content-box img {
    margin-top: 20px;
    margin-bottom: 40px
}

.custom-content .content-box h2.underline {
    position: relative;
    display: inline-block
}

.custom-content .content-box h2.underline:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #110f0f;
    content: ''
}

.custom-content .content-box h4 {
    font-size: 23px;
    font-family: atlas, sans-serif;
    font-weight: 500;
    margin-bottom: 20px
}

.custom-content .content-box ul {
    list-style-type: none;
    margin-top: 20px;
    margin-bottom: 30px
}

.custom-content .content-box ul li {
    position: relative;
    padding-right: 40px;
    margin-bottom: 7px
}

.custom-content .content-box ul li:last-child {
    margin-bottom: 0
}

.custom-content .content-box ul li:before {
    width: 4px;
    height: 4px;
    top: 12px;
    right: 16px;
    line-height: 0;
    border-radius: 50%;
    font-size: 0;
    content: '';
    position: absolute;
    background-color: #233b3f
}

.custom-content .content-box h3 {
    font-weight: 500;
    font-size: 23px;
    color: #110f0f;
    font-family: atlas, sans-serif;
    margin-bottom: 20px;
    margin-top: 30px
}

.custom-content .content-box span {
    font-size: 19px;
    font-weight: 400;
    font-family: atlas, sans-serif;
    color: #fff;

}

.custom-content .content-box ol {
    counter-reset: ol-counter;
    list-style-type: none;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 0
}

.custom-content .content-box ol li {
    counter-increment: ol-counter;
    position: relative;
    padding-right: 30px;
    font-size: 18px;
    margin-bottom: 10px
}

.custom-content .content-box ol li:last-child {
    margin-bottom: 0
}

.custom-content .content-box ol li:before {
    content: counter(ol-counter) ") ";
    position: absolute;
    right: 0;
    font-size: 18px
}

.custom-content .content-box .note-box {
    padding-top: 22px;
    padding-left: 30px;
    padding-right: 25px;
    padding-bottom: 22px;
    background-color: #f6f6f6;
    margin-top: 25px;
    margin-bottom: 40px;
    position: relative
}

.custom-content .content-box .note-box:before {
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #2a464b;
    position: absolute;
    content: ''
}

.custom-content .content-box .note-box p {
    color: #110f0f;
    margin: 0
}

.custom-content .content-box .note-box h3 {
    font-size: 24px;
    font-family: atlas, sans-serif;
    color: #1b1616;
    position: relative;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 0
}

.custom-content .content-box .note-box h3:before {
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #1b1616;
    content: ''
}

.custom-content .content-box .note-with-img {
    padding-right: 158px;
    position: relative
}

.custom-content .content-box .note-with-img:before {
    display: none
}

.custom-content .content-box .note-with-img h3 {
    font-size: 34px;
    font-family: MIKHMORET, sans-serif;
    color: #233b3f;
    margin-bottom: 10px
}

.custom-content .content-box .note-with-img h3:before {
    display: none
}

.custom-content .content-box .note-with-img .img-box {
    position: absolute;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    top: 29px;
    right: 31px
}

.custom-content .content-box .note-with-img .img-box img {
    padding: 0;
    margin: 0
}

.custom-content .content-box h2 {
    font-size: 40px;
    font-family: MIKHMORET, sans-serif;
    color: #110f0f;
    margin-bottom: 15px;
    margin-top: 30px;
    font-weight: 400
}

.custom-content .content-box p {
    font-size: 19px;
    line-height: 1.7
}

.custom-content .content-box p a {
    text-decoration: underline;
    color: #233b3f
}

.custom-content .content-box p:last-child {
    margin-bottom: 0
}

.custom-content .content-box p span {
    font-size: 20px;
    font-weight: 500;
    color: #110f0f
}

.colapse-group h2 {
    margin-bottom: 30px !important
}

.colapse-group .collapse-box {
    margin-bottom: 20px;
    text-align: right
}

.colapse-group .collapse-box:last-child {
    margin-bottom: 0
}

.colapse-group .collapse-box .collapse-list {
    padding-right: 79px;
    padding-top: 10px
}

.colapse-group .collapse-box .collapse-btn {
    padding-right: 79px;
    width: 100%;
    position: relative;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    cursor: pointer
}

.colapse-group .collapse-box .collapse-btn span {
    font-weight: 700;
    font-size: 20px
}

.colapse-group .collapse-box .collapse-btn:before {
    position: absolute;
    right: 0;
    top: 0;
    content: url(../images/dist/icons/list-btn.svg);
    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: 50px;
    height: 50px;
    border: solid 1px #2a464b;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.colapse-group .active .collapse-btn:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.colapse-group .active .collapse-list {
    display: block
}

.small-form {
    padding-left: 40px;
    padding-right: 152px;
    padding-top: 27px;
    padding-bottom: 35px;
    background-color: #233b3f;
    position: relative
}

.small-form span {
    display: block;
    font-size: 24px;
    color: #fff;
    line-height: 1;
}

.small-form .field-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
    direction: rtl;
}

.small-form .field-group .btn-send button {
    width: 100px;
    height: 50px;
    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;
    border: solid 1px #fff;
    color: #fff;
    font-size: 16px;
    background: 0 0
}

.small-form .field-group .btn-send button:hover {
    color: #17292c;
    background-color: #fff
}

.small-form .field-group .input-box {
    width: 220px
}

.small-form .field-group .input-box input {
    background-color: #2a464b;
    height: 50px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 15px;
    color: #fff;
    position: relative;
    border: 0;
    border-bottom: 1px solid #1f3539;
    width: 100%;
    direction: rtl;
}

.small-form .field-group .input-box input::-webkit-input-placeholder {
    color: #fff
}

.small-form .field-group .input-box input::-moz-placeholder {
    color: #fff
}

.small-form .field-group .input-box input:-ms-input-placeholder {
    color: #fff
}

.small-form .field-group .input-box input::-ms-input-placeholder {
    color: #fff
}

.small-form .field-group .input-box input::placeholder {
    color: #fff
}

.small-form .img-box {
    position: absolute;
    right: 25px;
    top: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    border-radius: 50%;
    overflow: hidden
}

.small-form .img-box img {
    max-width: 100%;
    margin: 0
}

.section-about-single .line-top {
    margin-top: 5px;
    padding-top: 30px
}

.section-about-single .top-line span {
    width: 1px
}

.section-about-single .about-content .about-info .section-link a {
    max-width: 250px;
    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;
    height: 60px;
    border: solid 1px #fff;
    position: relative;
    padding-left: 40px
}

.section-about-single .about-content .about-info .section-link a:hover svg {
    left: 19px
}

.section-about-single .about-content .about-info .section-link a svg {
    position: absolute;
    left: 24px
}

.section-practice-area {
    background-color: #f7f7f7
}

.section-practice-area .practice-box {
    margin-top: 60px;
    background-color: #fff
}

.section-practice-area .practice-box .info-box {
    padding-top: 27px;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 27px;
    text-align: right
}

.section-practice-area .practice-box .info-box a.item-link {
    color: #050505;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    line-height: 1
}

.section-practice-area .practice-box .info-box a.item-link:hover svg {
    margin-right: 15px
}

.section-practice-area .practice-box .info-box a.item-link svg {
    margin-right: 10px
}

.section-practice-area .practice-box .info-box p {
    font-size: 17px;
    min-height: 51px
}

.section-practice-area .practice-box .info-box h3 a {
    font-family: MIKHMORET, sans-serif;
    font-size: 44px;
    font-weight: 300;
    color: #050505;
    line-height: 1;
    display: block
}

.section-practice-area .practice-box .img-box {
    width: 100%;
    overflow: hidden
}

.section-practice-area .practice-box .img-box img {
    width: 100%
}

.section-practice-area .section-title {
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto
}

.section-practice-area .section-title span {
    font-size: 18px;
    line-height: 1.3
}

.section-about-slider .inner-section {
    padding-bottom: 30px
}

.section-about-slider .swiper-about-slider {
    max-width: 1040px;
    margin: 60px auto 0;
    overflow: visible;
    position: relative
}

.section-about-slider .swiper-about-slider .default-navigation .gallery-button-prev svg path {
    fill: #fff
}

.section-about-slider .swiper-about-slider .default-navigation .gallery-button-prev:before {
    border: 1px solid #fff;
    background: rgba(0, 0, 0, .3)
}

.section-about-slider .swiper-about-slider .default-navigation .gallery-button-next svg path {
    fill: #fff
}

.section-about-slider .swiper-about-slider .default-navigation .gallery-button-next:before {
    border: 1px solid #fff;
    background: rgba(0, 0, 0, .3)
}

.section-about-slider .swiper-about-slider .default-navigation .about-slider-button-prev {
    position: absolute;
    right: 55px;
    top: 50%;
    margin-top: -34px;
    z-index: 10
}

.section-about-slider .swiper-about-slider .default-navigation .about-slider-button-next {
    position: absolute;
    left: 55px;
    top: 50%;
    margin-top: -34px;
    z-index: 10
}

.section-about-slider .section-title {
    margin-top: 0
}

.section-about-slider .section-title span {
    font-size: 18px;
    line-height: 1.3
}

.section-about-slider .arrow-link {
    margin-top: 40px
}

.section-page-team {
    background-color: #f7f7f7;
    padding-top: 165px
}

.section-page-team .section-title h1 {
    font-size: 70px;
    margin-bottom: 0
}

.team-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 70px
}

.team-group .team-box {
    max-width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
    margin-bottom: 30px
}

.team-group .team-box .img-box {
    background-color: #fff
}

.team-group .team-box .img-box img {
    max-width: 100%
}

.team-group .team-box .team-info {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 25px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px
}

.team-group .team-box .team-info span {
    display: block;
    line-height: 1
}

.team-group .team-box .team-info span.info {
    margin-top: 10px;
    font-size: 17px
}

.team-group .team-box .team-info span.name {
    font-size: 42px;
    font-weight: 300;
    color: #17292c;
    font-family: MIKHMORET, sans-serif
}

.section-media-single {
    background-color: #f7f7f7
}

.section-media-single .before-list {
    text-align: center;
    margin-bottom: 30px
}

.section-media-single .before-list ul li {
    display: inline-block;
    position: relative;
    padding-right: 27px;
    padding-left: 15px
}

.section-media-single .before-list ul li a {
    color: #110f0f
}

.section-media-single .before-list ul li:first-child:after {
    display: none
}

.section-media-single .before-list ul li:after {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: 5px;
    font-size: 0;
    line-height: 0;
    top: 5px;
    width: 7px;
    height: 7px;
    background-color: #233b3f;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: ''
}

.section-media-single .media-container .media-top {
    margin-bottom: 30px
}

.section-media-single .media-container {
    margin-top: 90px
}

.section-media-single .media-container:first-child {
    margin-top: 40px
}

.section-media-single .media-container .media-top .title h4 {
    font-size: 33px
}

.section-media-single .media-slider {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0
}

.section-media-single .media-slider .media-video .video-box {
    max-height: 454px;
    overflow: hidden
}

.section-media-single .media-slider .media-video .video-box img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.section-media-single .media-slider .media-info .inner-media-info {
    padding-top: 0
}

.section-media-single .media-slider .media-info .inner-media-info .group-link {
    margin-top: 50px
}

.section-media-single .media-slider .media-info .inner-media-info .media-title h3 {
    margin-top: 50px
}

.section-media-single .media-container .media-group .group-box .spotify-link {
    max-width: 170px;
    margin-top: 25px
}

.section-media-single .media-container .media-group .group-box .spotify-link a {
    font-size: 13px;
    padding-left: 0;
    padding-right: 0
}

.article-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
    border-top: 1px solid #050505;
    border-bottom: 1px solid #050505;
    overflow: hidden
}

.article-group .article-box {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative
}

.article-group .article-box:nth-child(5):after {
    position: absolute;
    top: -30px;
    left: -9999px;
    right: -9999px;
    background-color: #050505;
    height: 1px;
    content: ''
}

.article-group .article-box:nth-child(4n):before {
    display: none
}

.article-group .article-box:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #050505;
    opacity: .2;
    content: ''
}

.article-group .article-box .article-img img {
    max-width: 100%
}

.article-group .article-box .article-info {
    margin-top: 25px;
    text-align: right
}

.article-group .article-box .article-info h3 {
    font-size: 40px;
    font-weight: 300;
    font-family: MIKHMORET, sans-serif
}

.article-group .article-box .article-info h3 a {
    color: #050505
}

.article-group .article-box .article-info p {
    font-size: 18px;
    line-height: 1.44
}

.article-group .article-box .article-info a.btn-link {
    text-align: right;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    color: #2a2015
}

.article-group .article-box .article-info a.btn-link:hover svg {
    margin-right: 15px
}

.article-group .article-box .article-info a.btn-link svg {
    margin-right: 10px
}

.pagination, .page-numbers {
    text-align: center;
    margin-top: 50px
}

.pagination li.active a, .page-numbers li .current {
    border: solid 1px #233b3f
}

.pagination .page-item, .page-numbers li {
    display: inline-block
}

.pagination .page-item:nth-child(5) a {
    width: auto
}

.pagination .page-item a, .page-numbers li span, .page-numbers li a {
    width: 38px;
    height: 38px;
    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;
    font-size: 17px;
    color: #050505;
    line-height: 1;
    border-radius: 50%
}

.article-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 47px;
    background-color: #233b3f;
    margin-bottom: 70px
}

.article-banner .article-img {
    max-width: 60%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    overflow: hidden
}

.article-banner .article-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
    padding-top: 35px;
    padding-bottom: 50px;
    padding-right: 30px
}

.article-banner .article-info .social-link {
    margin-top: 0
}

.article-banner .article-info .article-content h1 {
    font-size: 60px;
    color: #fff;
    font-family: MIKHMORET, sans-serif;
    line-height: 1;
    margin-bottom: 0
}

.article-banner .article-info .article-content .user-info {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.article-banner .article-info .article-content .user-info span {
    font-size: 16px;
    font-weight: 700;
    color: #fff
}

.article-banner .article-info .article-content .user-info .user-img {
    height: 40px;
    width: 40px;
    overflow: hidden;
    border-radius: 50%;
    margin-left: 14px
}

.article-banner .article-info .article-content .user-info .user-img img {
    max-width: 100%
}

.article-banner .article-info .breadcrumbs {
    position: relative;
    padding: 0;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto
}

.article-banner .article-info .article-content, .article-banner .article-info .breadcrumbs, .article-banner .article-info .content-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.press-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
    border-top: 1px solid #050505;
    border-bottom: 1px solid #050505;
    overflow: hidden
}

.press-group .press-box {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative
}

.press-group .press-box:nth-child(5n):after {
    position: absolute;
    top: -30px;
    left: -9999px;
    right: -9999px;
    background-color: #050505;
    height: 1px;
    content: ''
}

.press-group .press-box:nth-child(4n):before {
    display: none
}

.press-group .press-box:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #050505;
    opacity: .2;
    content: ''
}

.press-group .press-box .press-img {
    position: relative
}

.press-group .press-box .press-img .btn-play a {
    position: absolute;
    width: 90px;
    height: 90px;
    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;
    top: 50%;
    margin-top: -45px;
    left: 50%;
    margin-left: -45px;
    border-radius: 50%;
    border: solid 1px #fff
}

.press-group .press-box .press-img .btn-play a:hover {
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px
}

.press-group .press-box .press-img .btn-play a svg {
    position: relative;
    z-index: 1
}

.press-group .press-box .press-img .btn-play a:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #050505;
    content: '';
    opacity: .3;
    border-radius: 50%
}

.press-group .press-box .press-img img {
    max-width: 100%
}

.press-group .press-box .press-info {
    margin-top: 25px;
    text-align: right
}

.press-group .press-box .press-info h3 {
    font-size: 40px;
    font-weight: 300;
    font-family: MIKHMORET, sans-serif
}

.press-group .press-box .press-info h3 a {
    color: #050505
}

.press-group .press-box .press-info p {
    font-size: 18px;
    line-height: 1.44
}

.press-group .press-box .press-info a.btn-link {
    text-align: right;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    color: #2a2015
}

.press-group .press-box .press-info a.btn-link:hover svg {
    margin-right: 15px
}

.press-group .press-box .press-info a.btn-link svg {
    margin-right: 10px
}

.clients-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.clients-group .clients-box {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.285741%;
    flex: 0 0 14.285741%;
    max-width: 14.285741%;
    margin-bottom: 20px
}

.clients-group .clients-box img {
    max-width: 100%
}

.section-clients-single .container .row {
    margin-bottom: 60px
}

.section-clients-single .container .row:last-child {
    margin-bottom: 0
}

.section-clients-single .section-title {
    margin-top: 0;
    margin-bottom: 30px
}

.testimomials-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.testimomials-group .testimonial-col {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 45px
}

.section-testimomials-single .pagination {
    margin-top: 25px
}

.section-qa-single .colapse-group {
    max-width: 1040px;
    margin: 0 auto
}

.section-qa-single .colapse-group .collapse-box {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(35, 59, 63, .1)
}

.section-qa-single .colapse-group .collapse-box:last-child {
    border-bottom: 0
}

.section-qa-single .colapse-group .collapse-box p {
    margin: 0
}

.section-contact-page {
    min-height: 100vh
}

.section-contact-page .contact-form .input-checkbox {
    margin-top: 5px;
    direction: rtl;
}

.section-contact-page .contact-form .input-box input {
    background-color: #1a2e31
}

.section-contact-page .contact-form .textarea-field {
    margin-top: 15px;
    margin-bottom: 0
}

.section-contact-page .contact-form .textarea-field textarea {
    background-color: #1a2e31
}

.section-contact-page .contact-bg {
    bottom: 0;
    top: 80px
}

.section-contact-page .inner-content {
    padding-top: 168px;
    padding-bottom: 136px
}

.section-contact-page .slogan-box {
    padding-bottom: 83px
}

.section-contact-page .bg-shadow {
    position: absolute;
    left: 0;
    right: 0;
    height: 256px;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #101c1e), to(rgba(16, 28, 30, 0)));
    background: -o-linear-gradient(top, #101c1e 33%, rgba(16, 28, 30, 0) 100%);
    background: linear-gradient(180deg, #101c1e 33%, rgba(16, 28, 30, 0) 100%);
    z-index: 1
}

.section-terms-single .custom-content .content-box:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.section-terms-single .custom-content .content-box:first-child h2 {
    margin-top: 0
}

.custom-content .content-box img {
    max-width: 100%
}

.breadcrumbs-dark ul li, .breadcrumbs-dark ul li a {
    color: #050505
}

.section-article-single .breadcrumbs-dark {
    display: none
}

.video-box {
    height: 100%
}

.video-box .video_wrapper {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    position: relative;
    background-color: #000
}

.video-box .videoIframe {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: transparent;
    height: 100%;
    width: 100%
}

.video-box .videoPoster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-size: cover;
    background-repeat: no-repeat;
    border: none;
    text-indent: -999em;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: opacity .8s, height 0s;
    -o-transition: opacity .8s, height 0s;
    transition: opacity .8s, height 0s;
    -webkit-transition-delay: 0s, 0s;
    -o-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s
}

.video-box .videoPoster:hover {
    cursor: pointer
}

.video-box .videoPoster:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    border: 5px solid #fff;
    border-radius: 100%;
    -webkit-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s
}

.video-box .videoPoster:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin: -20px 0 0 -10px;
    border-left: 40px solid #fff;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    -webkit-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s
}

.video-box .videoWrapperActive .videoPoster {
    opacity: 0;
    height: 0;
    -webkit-transition-delay: 0s, .8s;
    -o-transition-delay: 0s, .8s;
    transition-delay: 0s, .8s
}

@media (max-width: 1720px) {
    header .inner-header-row .right-box ul li {
        margin-right: 15px
    }

    header .inner-header-row .right-box ul li a {
        font-size: 15px
    }

    header {
        padding-right: 90px
    }

    .section-main .section-main-content {
        padding-bottom: 220px
    }

    .section-about .about-content {
        display: block
    }

    .section-about .about-content .about-info {
        max-width: inherit;
        margin-top: 30px
    }

    .section-about .about-container .img-box {
        margin-right: 25px
    }

    .section-title h2 {
        font-size: 48px
    }

    .section-about .about-content {
        min-height: inherit
    }

    .section-about .quote-signature .quote-box span {
        font-size: 44px
    }

    .section-about .group-img img {
        max-width: 100%
    }

    .testimonial-box .comment-box p {
        font-size: 16px
    }

    .testimonial-box .comment-box {
        min-height: 250px
    }

    .section-media .media-slider .media-info .inner-media-info .media-title h3, .section-media-single .media-slider .media-info .inner-media-info .media-title h3 {
        font-size: 52px
    }

    .swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
        width: 100%
    }

    .section-contact .slogan-box .slogan {
        left: 0
    }

    .media-container .media-group .group-box .inner-box {
        height: 100%
    }

    .menu-popup .inner-menu .menu-box .inner-box {
        margin-top: 100px;
        margin-bottom: 100px
    }
}

@media (max-width: 1440px) {
    .section-testimomials-single .testimomials-group .testimonial-col {
        max-width: 33.333334%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333334%;
        flex: 0 0 33.333334%
    }

    .team-group .team-box {
        max-width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }

    .section-about .about-us-img .img-box img {
        max-width: 100%
    }

    .small-form .field-group {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-left: -10px;
        margin-right: -10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%
    }

    .small-form .field-group .input-box {
        max-width: 35%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        padding-left: 5px;
        padding-right: 5px;
        width: 100%
    }

    .small-form .field-group .input-box input {
        width: 100%
    }

    .small-form .field-group .btn-send {
        /*max-width: 20%;*/
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        padding-left: 5px;
        padding-right: 5px
    }

    .small-form {
        padding-left: 15px
    }

    header .inner-header-row .right-box ul li a {
        font-size: 14px
    }

    header .inner-header-row .logo-box .logo-img {
        margin-left: -20px
    }

    header .inner-header-row .logo-box .logo-img img {
        height: 54px
    }

    .section-about .quote-signature {
        padding-right: 0
    }

    .section-about .quote-signature .quote-box span {
        font-size: 39px
    }

    .testimonial-box .comment-box {
        min-height: 230px
    }

    .section-media .media-slider .media-video, .section-media .media-slider .swiper-media, .section-media-single .media-slider .media-video, .section-media-single .media-slider .swiper-media {
        max-width: 55%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
        flex: 0 0 55%
    }

    .section-media .media-slider .media-info, .section-media-single .media-slider .media-info {
        max-width: 45%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%
    }

    .section-media .media-slider .media-info .inner-media-info .media-title h3, .section-media-single .media-slider .media-info .inner-media-info .media-title h3 {
        font-size: 48px
    }

    .group-link .link-box a {
        font-size: 16px
    }

    .media-container .media-group .group-box .inner-box .img-box {
        max-height: 177px;
        height: auto
    }

    .section-contact .inner-content .viber-bg {
        left: 30px;
        bottom: 50px
    }

    .section-contact .inner-content .viber-bg svg {
        width: 200px;
        height: 200px
    }

    .section-contact .inner-content {
        padding-bottom: 100px
    }
}

@media (max-width: 1199.98px) {
    .menu-popup .inner-menu .menu-box .inner-box .btn-main {
        display: block
    }

    .clients-group .clients-box {
        max-width: 20%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%
    }

    .press-group .press-box {
        padding-left: 15px;
        padding-right: 15px
    }

    .press-group .press-box .press-info h3 {
        font-size: 32px
    }

    .press-group .press-box .press-info {
        margin-top: 20px
    }

    .section-article-single .breadcrumbs-dark {
        display: block
    }

    .article-banner .article-img {
        max-width: 55%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
        flex: 0 0 55%
    }

    .article-banner .article-info .breadcrumbs {
        display: none
    }

    .article-banner .article-info {
        max-width: 45%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%
    }

    .article-banner .article-info .article-content h1 {
        font-size: 42px
    }

    .article-banner .article-img img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 100%;
        height: 100%
    }

    .article-group .article-box {
        padding-left: 15px;
        padding-right: 15px
    }

    .article-group .article-box .article-info h3 {
        font-size: 34px
    }

    .article-group .article-box .article-info p {
        font-size: 16px
    }

    .section-media-single .media-slider .media-info {
        padding-top: 20px;
        padding-bottom: 25px
    }

    .section-media-single .media-slider .media-info .inner-media-info .group-link, .section-media-single .media-slider .media-info .inner-media-info .media-title h3 {
        margin-top: 26px
    }

    .section-media-single .media-slider .media-info .inner-media-info {
        text-align: center;
        padding: 0
    }

    .section-media-single .media-slider .media-info .inner-media-info .media-title {
        text-align: center
    }

    .section-media-single .media-slider .media-info .inner-media-info .group-link {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .breadcrumbs {
        top: 73px;
        right: 15px
    }

    .section-page-team .section-title h1 {
        font-size: 60px
    }

    .section-title {
        margin-top: 30px
    }

    .team-group {
        margin-top: 20px
    }

    .team-group .team-box {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .section-page-team {
        padding-top: 120px
    }

    .section-about-slider .swiper-about-slider {
        max-width: 768px
    }

    header .inner-header-row .logo-box {
        margin-left: -67px
    }

    .about-img-box img {
        max-width: 100%
    }

    .nav-panel {
        display: none
    }

    header {
        padding-left: 15px;
        padding-right: 15px
    }

    header .inner-header-row .left-box .btn-main, header .inner-header-row .left-box .phone-link {
        display: none
    }

    .mobile-link, .wrapper, footer, header {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .transform {
        -webkit-transform: translateX(-270px);
        -ms-transform: translateX(-270px);
        transform: translateX(-270px);
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .wrapper.transform {
        -webkit-box-shadow: 0 12px 38px 0 #142528;
        box-shadow: 0 12px 38px 0 #142528
    }

    .menu-popup {
        display: block;
        background-color: #233b3f;
        opacity: 1
    }

    .menu-popup.show {
        z-index: 0
    }

    header .inner-header-row .right-box .main-menu {
        display: none
    }

    header .inner-header-row .right-box .toggle-btn {
        display: block
    }

    .menu-popup .inner-menu .img-box {
        display: none
    }

    .menu-popup {
        background-color: transparent;
        right: 0;
        width: 270px
    }

    .menu-popup .inner-menu .menu-box {
        -webkit-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
        max-width: inherit;
        background-color: #233b3f;
        width: 270px;
        height: 100%
    }

    .menu-popup .inner-menu {
        display: block;
        height: 100%
    }

    .menu-popup .inner-menu .menu-box .inner-box .line-top, .menu-popup .inner-menu .menu-box .inner-box .section-title {
        display: none
    }

    .menu-popup .inner-menu .menu-box .inner-box {
        margin-top: 40px;
        margin-left: 20px;
        margin-right: 20px
    }

    .menu-popup .inner-menu .menu-box .inner-box .menu-list ul li a {
        font-size: 19px
    }

    .menu-popup .inner-menu .menu-box .inner-box .social-link-white {
        display: block;
        top: 100%;
        margin-top: 30px
    }

    header.scroll .toggle-mnu span, header.white-header .toggle-mnu span {
        color: #000;
        font-weight: 500
    }

    header.scroll .toggle-mnu span:after, header.scroll .toggle-mnu span:before, header.white-header .toggle-mnu span:after, header.white-header .toggle-mnu span:before {
        background-color: #17292c
    }

    header.scroll .inner-header-row .logo-box .logo-img, header.white-header .inner-header-row .logo-box .logo-img {
        height: 40px
    }

    header.scroll .inner-header-row .logo-box .logo-img img, header.white-header .inner-header-row .logo-box .logo-img img {
        height: 40px
    }

    header .btn-lang a {
        height: 36px;
        width: 36px
    }

    header.scroll .inner-header-row, header.white-header .inner-header-row {
        height: 60px
    }

    .section-main {
        z-index: 2
    }

    .section-main .section-main-title {
        text-align: center
    }

    h1 {
        font-size: 58px
    }

    .section-main .section-main-content .custom-container .section-main-title span, .section-main .section-main-content .row .section-main-title span {
        font-size: 18px;
        margin-top: 15px
    }

    .bottom-line span, .top-line span {
        width: 1px
    }

    .bottom-line {
        bottom: 125px
    }

    .bottom-line span {
        height: 160px;
        width: 1px;
        -webkit-animation-name: discover-small;
        animation-name: discover-small
    }

    .top-line {
        top: -70px
    }

    .top-line span {
        height: 140px;
        width: 1px;
        -webkit-animation-name: discover-small;
        animation-name: discover-small
    }

    .bottom-line a {
        font-size: 12px;
        position: relative;
        bottom: -10px
    }

    .bottom-line:before {
        width: 23px;
        height: 23px;
        top: 55px
    }

    .section-about .inner-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .section-about .inner-section .about-container {
        position: relative;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .section-about .inner-section .container-great {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .section-about .inner-section .container-great:last-child {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .section-about .line-top {
        width: auto;
        margin: 0 auto;
        text-align: center;
        display: inline-block;
        position: relative;
        padding-top: 0
    }

    .section-about .line-top:before {
        left: 100%;
        margin-left: 30px;
        width: 85px;
        top: 50%;
        background-color: #233b3f;
        content: '';
        height: 1px;
        position: absolute;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        right: auto
    }

    .section-about .line-top:after {
        right: 100%;
        margin-right: 30px;
        width: 85px;
        top: 50%;
        background-color: #233b3f;
        content: '';
        height: 1px;
        position: absolute;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    .section-about .line-top span span:after, .section-about .line-top span span:before {
        display: none
    }

    .section-about .line-top span:before {
        position: absolute;
        left: 100%;
        margin-left: 12px;
        top: 50%;
        margin-top: -3px;
        width: 7px;
        height: 7px;
        background-color: #233b3f;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        content: ''
    }

    .section-about .line-top span:after {
        position: absolute;
        right: 100%;
        margin-right: 12px;
        top: 50%;
        margin-top: -3px;
        width: 7px;
        height: 7px;
        background-color: #233b3f;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        content: ''
    }

    .section-about .about-content .about-info .section-title {
        text-align: center
    }

    .section-about .about-content .about-info .section-link {
        text-align: center
    }

    .section-about .about-content .about-info {
        margin-left: 0
    }

    .section-about .inner-section .about-container {
        margin-top: 40px;
        text-align: center;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .section-about .about-container .img-box {
        display: inline-block;
        margin-right: 0
    }

    .section-about .quote-signature .quote-box span {
        font-size: 32px
    }

    .section-practice-areas .practice-box .btn-link a {
        font-size: 28px;
        text-align: center;
        line-height: 1;
        padding: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 50px
    }

    .section-practice-areas .section-title {
        margin-bottom: 30px;
        margin-top: 25px
    }

    .section-title h2 {
        font-size: 46px
    }

    @media screen and (max-width: 992px) {
        body {
            background-color: blue;
        }
    }
    .section-practice-areas .practice-box .btn-link a svg {
        display: none
    }

    section .inner-section {
        padding-top: 70px;
        padding-bottom: 70px
    }

    .section-practice-areas .group-link .btn-link a {
        padding-left: 20px;
        font-size: 16px;
        height: 46px
    }

    .section-practice-areas .group-link .btn-link a svg {
        left: 10px
    }

    .section-our-clients .section-title {
        margin-top: 25px
    }

    .section-our-clients .swiper .swiper-wrapper .swiper-slide {
        width: 120px
    }

    .section-our-clients .swiper .swiper-wrapper .swiper-slide .logo-box img {
        width: 120px;
        height: 120px
    }

    .section-our-clients .swiper-right-to-left {
        margin-top: 10px
    }

    .section-title span {
        font-size: 18px;
        margin-top: 20px
    }

    .section-custom-title span {
        font-size: 15px
    }

    .section-bottom-link {
        margin-top: 35px
    }

    .testimonial-box .comment-box {
        min-height: 250px
    }

    .section-media .media-slider .media-info, .section-media .media-slider .media-video, .section-media .media-slider .swiper-media, .section-media-single .media-slider .media-info, .section-media-single .media-slider .media-video, .section-media-single .media-slider .swiper-media {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .section-media .media-slider .media-video .video-box, .section-media .media-slider .swiper-media .video-box, .section-media-single .media-slider .media-video .video-box, .section-media-single .media-slider .swiper-media .video-box {
        height: 400px;
        overflow: hidden
    }

    .section-media .media-slider .media-video .video-box img, .section-media .media-slider .swiper-media .video-box img, .section-media-single .media-slider .media-video .video-box img, .section-media-single .media-slider .swiper-media .video-box img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .section-media .media-slider .media-info, .section-media-single .media-slider .media-info {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .section-media .media-slider .media-info .inner-media-info, .section-media-single .media-slider .media-info .inner-media-info {
        padding-bottom: 20px
    }

    .media-container .media-group .group-box .inner-box .box-title h4 {
        font-size: 32px
    }

    .media-container .media-group .group-box .video-box .btn-play a, .section-media .media-slider .media-video .video-box .btn-play a, .section-media .media-slider .swiper-media .video-box .btn-play a, .section-media-single .media-slider .media-video .video-box .btn-play a, .section-media-single .media-slider .swiper-media .video-box .btn-play a {
        width: 70px;
        height: 70px;
        margin-top: -35px;
        margin-left: -35px
    }

    .media-container .media-group .group-box .video-box .btn-play a svg, .section-media .media-slider .media-video .video-box .btn-play a svg, .section-media .media-slider .swiper-media .video-box .btn-play a svg, .section-media-single .media-slider .media-video .video-box .btn-play a svg, .section-media-single .media-slider .swiper-media .video-box .btn-play a svg {
        width: 18px;
        height: 18px
    }

    .media-container .media-group .group-box .inner-box p {
        font-size: 16px
    }

    .media-container .media-group .group-box .notes-box h4 a {
        font-size: 32px
    }

    .media-container .media-group .group-box .inner-box .img-box {
        max-height: 157px
    }

    .section-contact .section-title h2 {
        font-size: 46px
    }

    .section-contact .section-content p {
        font-size: 17px
    }

    .section-contact .slogan-box .slogan span {
        font-size: 36px
    }

    .section-contact .slogan-box .autor {
        font-size: 18px
    }

    .section-contact .inner-content .viber-bg svg {
        width: 140px;
        height: 140px
    }

    .section-contact .inner-content {
        padding-left: 30px
    }

    .main-footer .top-content .phone a {
        font-size: 26px
    }

    .main-footer .top-content .location .text {
        font-size: 14px
    }

    .main-footer .top-content {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .btn-to-top {
        display: none
    }

    .section-about .inner-section {
        padding-top: 80px
    }

    .popup-form .inner-box {
        max-width: 740px
    }

    .custom-row .sidebar {
        padding-right: 30px
    }

    .custom-row .custom-content {
        padding-left: 30px
    }

    .small-form .field-group {
        max-width: 400px
    }

    .section-dark .line-top span:after, .section-dark .line-top span:before, .section-dark .line-top:after, .section-dark .line-top:before {
        background-color: #fff
    }

    .section-about .about-us-img .quote-box span.text {
        font-size: 32px
    }

    .section-about .about-us-img .quote-box span.group {
        font-size: 20px
    }

    .section-about .about-us-img .quote-box:before {
        width: 59px;
        height: 54px;
        background-image: url(../images/dist/icons/quote_about.svg);
        content: '';
        background-size: cover;
        margin-bottom: -20px;
        left: 11px
    }

    .section-about .about-content .about-info .commont-text p {
        font-size: 17px
    }

    .section-about .about-us-img .quote-box {
        margin-top: 21px;
        padding-left: 11px
    }
}

@media (max-width: 991.98px) {
    .section-about .about-us-img {
        margin-right: 0;
        text-align: center;
        margin-top: 70px
    }

    .section-about .about-us-img .quote-box {
        margin: 21px auto 0
    }

    .section-about .about-content .about-info {
        text-align: center
    }

    .section-about-single .about-content .about-info .section-link a {
        margin: 0 auto;
        height: 46px;
        font-size: 17px
    }

    .section-about .about-container .img-box:before {
        bottom: -10px
    }

    .section-about .quote-signature .quote-box:before {
        width: 59px;
        height: 55px
    }

    .section-about .quote-signature .quote-box {
        padding-top: 37px
    }

    .section-about .quote-signature {
        margin-top: 35px;
        position: relative;
        padding-bottom: 79px
    }

    .section-about .group-img {
        margin-top: 20px
    }

    .section-about .quote-signature .signature-box span {
        display: none
    }

    .section-about .quote-signature .signature-box {
        margin-top: 0;
        position: absolute;
        bottom: 0;
        right: 0
    }

    .section-practice-areas .practice-box {
        max-width: 460px;
        margin: 0 auto 20px
    }

    .section-practice-areas .group-link {
        margin-top: 0
    }

    .section-practice-areas .group-link .btn-link {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    .section-testimonials .section-custom-title {
        text-align: center
    }

    .section-testimonials .section-title {
        text-align: center
    }

    .section-testimonials .line-top {
        width: auto;
        margin: 0 auto;
        text-align: center;
        display: inline-block;
        position: relative;
        padding-top: 0
    }

    .section-testimonials .line-top:before {
        left: 100%;
        margin-left: 30px;
        width: 85px;
        top: 50%;
        background-color: #233b3f;
        content: '';
        height: 1px;
        position: absolute;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        right: auto
    }

    .section-testimonials .line-top:after {
        right: 100%;
        margin-right: 30px;
        width: 85px;
        top: 50%;
        background-color: #233b3f;
        content: '';
        height: 1px;
        position: absolute;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    .section-testimonials .line-top span span:after, .section-testimonials .line-top span span:before {
        display: none
    }

    .section-testimonials .line-top span:before {
        position: absolute;
        left: 100%;
        margin-left: 12px;
        top: 50%;
        margin-top: -3px;
        width: 7px;
        height: 7px;
        background-color: #233b3f;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        content: ''
    }

    .section-testimonials .line-top span:after {
        position: absolute;
        right: 100%;
        margin-right: 12px;
        top: 50%;
        margin-top: -3px;
        width: 7px;
        height: 7px;
        background-color: #233b3f;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        content: ''
    }

    .section-testimonials .testimonials-banner {
        margin-left: 0;
        height: 300px;
        left: 0
    }

    .section-testimonials .testimonials-banner img {
        height: 300px;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        -o-object-position: 0 0;
        object-position: 0 0
    }

    .section-testimonials .testimonials-banner:before {
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #f6f6f6), to(rgba(246, 246, 246, 0)));
        background-image: -o-linear-gradient(bottom, #f6f6f6 30%, rgba(246, 246, 246, 0) 100%);
        background-image: linear-gradient(0deg, #f6f6f6 30%, rgba(246, 246, 246, 0) 100%)
    }

    .section-testimonials .swiper-testimonials {
        margin-top: 20px
    }

    .section-testimonials .section-title {
        margin-top: 15px
    }

    .section-testimonials .section-custom-title {
        margin-top: 200px
    }

    .testimonial-box .comment-box {
        min-height: 220px
    }

    .section-title {
        margin-top: 25px
    }

    .section-media .media-slider, .section-media-single .media-slider {
        margin-top: 27px
    }

    .default-media-navigation {
        margin-top: 30px
    }

    .section-media .media-slider .media-info .inner-media-info .media-title h3, .section-media-single .media-slider .media-info .inner-media-info .media-title h3 {
        margin-top: 30px
    }

    .section-media .media-slider .media-info .inner-media-info, .section-media-single .media-slider .media-info .inner-media-info {
        padding-top: 25px;
        padding-left: 15px;
        padding-right: 15px
    }

    .media-container {
        margin-top: 30px
    }

    .media-container .media-group .group-box {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    .media-container .media-group .group-box:last-child {
        display: none
    }

    .section-contact .inner-content {
        max-width: 100%;
        padding-top: 70px
    }

    .section-contact .line-top {
        margin: 0 auto;
        text-align: center;
        padding-top: 30px;
        position: relative
    }

    .section-contact .line-top:before {
        width: 102px;
        top: 0;
        left: 50%;
        margin-left: 10px;
        background-color: #fff;
        content: '';
        height: 1px;
        right: auto;
        position: absolute;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    .section-contact .line-top:after {
        right: 50%;
        width: 102px;
        margin-right: 10px;
        top: 0;
        background-color: #fff;
        content: '';
        height: 1px;
        position: absolute
    }

    .section-contact .line-top span:before {
        position: absolute;
        left: 50%;
        margin-left: -3px;
        top: 0;
        margin-top: -3px;
        width: 7px;
        height: 7px;
        background-color: #fff;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        content: ''
    }

    .section-contact-page .inner-content {
        padding-top: 135px;
        padding-bottom: 70px
    }

    .section-contact-page .line-top {
        width: auto;
        margin: 0 auto;
        text-align: center;
        display: inline-block;
        position: relative;
        padding-top: 0
    }

    .section-contact-page .line-top:before {
        left: 100%;
        margin-left: 30px;
        width: 85px;
        top: 50%;
        background-color: #fff;
        content: '';
        height: 1px;
        position: absolute
    }

    .section-contact-page .line-top:after {
        right: 100%;
        margin-right: 30px;
        width: 85px;
        top: 50%;
        background-color: #fff;
        content: '';
        height: 1px;
        position: absolute
    }

    .section-contact-page .line-top span span:after, .section-contact-page .line-top span span:before {
        display: none
    }

    .section-contact-page .line-top span:before {
        position: absolute;
        left: 100%;
        margin-left: 12px;
        top: 50%;
        margin-top: -3px;
        width: 7px;
        height: 7px;
        background-color: #fff;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        content: ''
    }

    .section-contact-page .line-top span:after {
        position: absolute;
        right: 100%;
        margin-right: 12px;
        top: 50%;
        margin-top: -3px;
        width: 7px;
        height: 7px;
        background-color: #fff;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        content: ''
    }

    .section-custom-title span:first-letter {
        font-size: 22px
    }

    .section-contact .contact-bg {
        bottom: 42px;
        left: 0;
        right: 0;
        top: auto;
        height: 432px;
        background-position: 100% 0
    }

    .section-contact .contact-bg:before {
        position: absolute;
        content: '';
        background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #17292c), to(rgba(23, 41, 44, 0)));
        background: -o-linear-gradient(bottom, #17292c 30%, rgba(23, 41, 44, 0) 100%);
        background: linear-gradient(0deg, #17292c 30%, rgba(23, 41, 44, 0) 100%);
        bottom: -42px;
        left: 0;
        right: 0;
        height: 239px;
        z-index: 1
    }

    .section-contact .inner-content .viber-bg svg {
        width: 126px;
        height: 126px
    }

    .section-contact .contact-form .btn-send button {
        height: 52px;
        font-size: 17px
    }

    .section-contact .contact-form .btn-send {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .section-contact .contact-form .input-box input {
        height: 48px
    }

    .section-contact .section-content {
        margin-top: 30px
    }

    .section-contact .inner-content .viber-bg {
        bottom: 30px;
        left: 22px
    }

    .section-contact .slogan-box {
        padding-bottom: 64px;
        position: relative;
        padding-top: 280px;
        z-index: 1
    }

    .section-contact .slogan-box .autor {
        margin-top: 30px
    }

    .main-footer .top-content .social-link {
        display: none
    }

    .main-footer .top-content .content-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .main-footer .top-content .phone {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 15px
    }

    .main-footer .top-content .phone a {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .main-footer .top-content .location {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .main-footer .footer-navigation .menu-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-bottom: 15px;
        padding-top: 15px;
        border-bottom: 1px solid #cecece
    }

    .main-footer .footer-navigation .menu-box:last-child {
        border-bottom: 0
    }

    .main-footer .footer-navigation .menu-box .title {
        margin-bottom: 0;
        position: relative;
        font-size: 22px
    }

    .main-footer .footer-navigation .menu-box .title:before {
        position: absolute;
        left: 0;
        top: 12px;
        font-size: 0;
        line-height: 0;
        content: url(../images/dist/icons/footer-list.svg);
        width: 12px;
        height: 7px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .main-footer .footer-navigation .menu-box ul li {
        font-size: 16px
    }

    .main-footer .footer-navigation .menu-box ul li a {
        font-size: 14px
    }

    .main-footer .footer-navigation {
        padding-bottom: 0
    }

    .main-footer .footer-navigation .active .title:before {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .main-footer .footer-navigation .menu-box ul {
        margin-top: 16px;
        display: none
    }

    .main-footer .footer-navigation {
        padding-top: 0
    }

    .mobile-link {
        display: block
    }

    .main-footer {
        padding-bottom: 53px
    }

    .section-contact .section-content p, .section-contact .section-title {
        text-align: center
    }

    .section-contact .inner-content {
        padding-left: 0
    }

    .section-contact .contact-bg {
        background-size: cover
    }

    .popup-form .inner-box .left-box, .popup-form .inner-box .right-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .popup-form .inner-box {
        height: 100%
    }

    .popup-form .inner-box .left-box {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .popup-form .inner-box .right-box {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .popup-form .inner-box .left-box img {
        height: 300px;
        -o-object-position: top;
        object-position: top
    }

    .popup-form .close-btn {
        right: auto;
        top: 12px;
        left: 15px;
        z-index: 1
    }

    .popup-form {
        overflow: scroll
    }

    .popup-form .inner-box .right-box form {
        padding-left: 15px;
        padding-right: 15px
    }

    .popup-form .inner-box .right-box form span.form-text {
        font-size: 32px
    }

    .popup-form .inner-box .left-box {
        height: auto
    }

    .popup-form .inner-box .right-box {
        padding-bottom: 30px;
        padding-top: 30px;
        background-color: #233b3f
    }

    .popup-form .inner-box .right-box form {
        max-width: inherit
    }

    .custom-row .custom-content, .custom-row .sidebar {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0
    }

    .custom-row .sidebar {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .custom-row .custom-content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 30px
    }

    .sidebar .nav-list-box ul {
        margin-top: 0
    }

    .sidebar .nav-list-box {
        padding: 0 15px
    }

    .sidebar .nav-list-box ul {
        padding-bottom: 20px
    }

    .sidebar .nav-list-box .title-box {
        position: relative
    }

    .sidebar .nav-list-box .title-box:before {
        position: absolute;
        left: 10px;
        top: 20px;
        font-size: 0;
        line-height: 0;
        content: url(../images/dist/icons/footer-list.svg);
        width: 12px;
        height: 7px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .sidebar .nav-list-box .title-box h3 {
        padding: 11px 15px;
        font-size: 26px
    }

    .sidebar .active .title-box:before {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .sidebar .nav-list-box ul {
        display: none
    }

    .custom-content .content-box p span {
        font-size: 18px
    }

    .custom-content .content-box h2 {
        font-size: 34px
    }

    .custom-content .content-box p {
        font-size: 17px
    }

    .custom-row .custom-content {
        border-left: 0
    }

    .small-form {
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 70px;
        padding-bottom: 45px;
        margin-top: 80px;
        display: block;
        text-align: center
    }

    .small-form span {
        font-size: 22px
    }

    .small-form .field-group {
        max-width: inherit;
        margin: 0;
        display: block
    }

    .small-form .field-group {
        margin-top: 25px;
        text-align: center
    }

    .small-form .field-group .input-box {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 10px
    }

    .small-form .field-group .btn-send {
        margin-top: 20px;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .small-form .field-group .btn-send button {
        width: 124px
    }

    .custom-content .content-box ol li {
        font-size: 17px
    }

    .small-form .img-box {
        top: -50px;
        margin-top: 0;
        right: 50%;
        margin-right: -50px
    }

    .section-about-slider .swiper-about-slider {
        max-width: 550px
    }

    .team-group .team-box {
        max-width: 33.3333334%;
        -webkit-box-flex: 33.3333334%;
        -ms-flex: 33.3333334%;
        flex: 33.3333334%;
        padding-left: 6px;
        padding-right: 6px
    }

    .team-group {
        margin-left: -6px;
        margin-right: -6px
    }

    .team-group .team-box .team-info {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px
    }

    .article-banner .article-img, .article-banner .article-info {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .article-banner .article-info {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .article-banner .article-img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .article-banner .article-img img {
        height: 375px
    }

    .article-banner .article-info {
        padding-bottom: 30px
    }

    .article-banner .article-info .article-content {
        margin-bottom: 15px
    }

    .article-banner .article-info .article-content h1 {
        font-weight: 400
    }

    .article-banner {
        margin-bottom: 30px
    }

    .press-group .press-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333334%;
        flex: 0 0 33.3333334%;
        max-width: 33.3333334%
    }

    .press-group .press-box:nth-child(5n):after {
        display: none
    }

    .press-group .press-box:nth-child(4n):after {
        position: absolute;
        top: -30px;
        left: -9999px;
        right: -9999px;
        background-color: #050505;
        height: 1px;
        content: ''
    }

    .press-group .press-box:nth-child(4n):before {
        display: block
    }

    .press-group .press-box:last-child:before, .press-group .press-box:nth-child(3n):before, .press-group .press-box:nth-child(6n):before {
        display: none
    }

    .clients-group .clients-box {
        max-width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }

    .section-testimomials-single .testimomials-group .testimonial-col {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    .colapse-group .collapse-box .collapse-btn span {
        font-size: 18px
    }

    .section-qa-single .colapse-group .collapse-box p {
        font-size: 16px
    }
}

@media (max-width: 767.98px) {
    .clients-group .clients-box {
        max-width: 33.33333334%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333334%;
        flex: 0 0 33.33333334%
    }

    .social-link-dark ul li a, .social-link-white ul li a {
        width: 36px;
        height: 36px
    }

    .social-link-dark ul li a svg, .social-link-white ul li a svg {
        height: 13px;
        width: 13px
    }

    .social-link-white ul li {
        font-size: 12px
    }

    .social-link-white ul li:first-child {
        position: relative;
        top: -3px
    }

    .main-footer .top-content .location .icon, .main-footer .top-content .phone a span {
        width: 40px;
        height: 40px
    }

    .article-banner .article-info .article-content .user-info span {
        font-size: 15px
    }

    .custom-content .content-box .note-with-img .img-box {
        width: 68px;
        height: 68px
    }

    .custom-content .content-box ul li:last-child {
        font-size: 17px
    }

    .custom-content .content-box .note-with-img .img-box {
        right: 16px
    }

    .custom-content .content-box .note-with-img {
        padding-right: 16px
    }

    .custom-content .content-box .note-box p:nth-child(3), .custom-content .content-box .note-with-img h3 {
        padding-right: 87px
    }

    .custom-content .content-box .note-box p:nth-child(3) {
        margin-bottom: 10px;
        line-height: 1.3
    }

    .social-link-dark ul li:first-child {
        display: block;
        margin-bottom: 20px
    }

    .section-article-single .custom-content .content-box:last-child {
        padding-bottom: 0;
        margin-bottom: 0
    }

    .custom-content .content-box h4 {
        font-size: 21px
    }

    .custom-content .content-box ul li {
        font-size: 17px
    }

    .section-article-single .custom-content .content-box .social-link-dark ul {
        padding-bottom: 0;
        margin-bottom: 0
    }

    .social-link-dark {
        text-align: center
    }

    .custom-content .content-box .note-with-img h3 {
        font-size: 32px
    }

    .custom-content .content-box .note-box p {
        font-size: 16px
    }

    .article-group .article-box:nth-child(5):after {
        display: none
    }

    .article-group .article-box:nth-child(2n):after {
        position: absolute;
        top: -30px;
        left: -9999px;
        right: -9999px;
        background-color: #050505;
        height: 1px;
        content: '';
        opacity: .2
    }

    .article-group .article-box:nth-child(2):after {
        display: none
    }

    .article-group {
        border: 0;
        border-bottom: 1px solid rgba(5, 5, 5, .2)
    }

    .article-group .article-box:nth-child(2n):before {
        display: none
    }

    .article-group .article-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .team-group .team-box .team-info span.name {
        font-size: 26px
    }

    .team-group .team-box .team-info span.info {
        font-size: 15px;
        margin-top: 5px
    }

    .section-about-slider .swiper-about-slider .default-navigation .about-slider-button-next, .section-about-slider .swiper-about-slider .default-navigation .about-slider-button-prev {
        position: relative;
        top: auto;
        right: auto;
        margin: 0;
        left: auto
    }

    .default-navigation {
        margin-top: 20px
    }

    .section-about-slider .swiper-about-slider .default-navigation .about-slider-button-prev {
        margin-left: 11px
    }

    .section-about-slider .swiper-about-slider .default-navigation .about-slider-button-next {
        margin-right: 11px
    }

    .section-about-slider .swiper-about-slider .default-navigation .gallery-button-next svg path, .section-about-slider .swiper-about-slider .default-navigation .gallery-button-prev svg path {
        fill: #050505
    }

    .section-about-slider .swiper-about-slider .default-navigation .gallery-button-next:before, .section-about-slider .swiper-about-slider .default-navigation .gallery-button-prev:before {
        background-color: transparent;
        border: 1px solid #050505
    }

    .section-about-slider .swiper-about-slider {
        max-width: 340px
    }

    .section-practice-area .practice-box .info-box h3 a {
        font-size: 30px
    }

    .section-practice-area .practice-box .info-box p {
        font-size: 14px;
        min-height: 63px
    }

    .section-practice-area .practice-box .info-box {
        padding-top: 18px;
        padding-bottom: 18px;
        padding-left: 15px;
        padding-right: 15px
    }

    .section-practice-area .practice-box {
        margin-top: 30px;
        height: 100%
    }

    .section-practice-area .row:nth-child(2) {
        margin-right: 0;
        margin-left: 0
    }

    .section-practice-area .row:nth-child(2) .col-6 {
        padding-left: 5px;
        padding-right: 5px;
        overflow: hidden
    }

    .colapse-group .collapse-box .collapse-btn:before {
        width: 40px;
        height: 40px
    }

    .colapse-group .collapse-box .collapse-btn {
        padding-right: 51px;
        height: 40px;
        line-height: 1.3
    }

    .colapse-group .collapse-box .collapse-list {
        padding-right: 51px
    }

    .custom-content .author-box .author-note {
        padding-right: 17px;
        padding-left: 24px
    }

    .custom-content .author-box .author-note .img-box {
        width: 70px;
        height: 70px;
        right: 17px;
        top: 43px
    }

    .custom-content .author-box .author-note .text-box h3 {
        padding-right: 87px
    }

    .custom-content .author-box .author-note .text-box p:nth-child(2) {
        padding-right: 87px
    }

    .between-line:after, .between-line:before {
        width: 52px
    }

    .popup-form .inner-box {
        max-width: 740px
    }

    .media-container .media-group .group-box {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .media-container .media-group .group-box:nth-child(2) {
        display: none
    }

    .media-container .media-group .group-box:nth-child(3) {
        display: none
    }

    .media-container .media-group .group-box:first-child .inner-box {
        border: 0
    }

    .media-container .media-group .group-box .inner-box .box-title h4 a {
        text-align: center;
        min-height: inherit
    }

    .mobile-media-link {
        display: block;
        text-align: center;
        margin-top: 10px
    }

    .mobile-media-link a {
        color: #233b3f;
        font-size: 17px;
        font-weight: 500
    }

    .mobile-media-link a svg {
        margin-right: 10px
    }

    .media-container .media-top .media-link {
        display: none
    }

    .media-container .media-top {
        position: relative;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .media-container .media-top .title {
        position: relative;
        z-index: 2
    }

    .media-container .media-top .title h4 {
        background-color: #233b3f
    }

    .media-container .media-top .line {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }

    .media-container .media-top .line:before {
        background-color: #233b3f;
        left: -9999px;
        right: -9999px
    }

    .media-container .media-group .group-box:first-child .inner-box {
        text-align: center
    }

    .media-container .media-group .group-box .notes-box h4 a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: block
    }

    .section-media .media-slider .media-video .video-box, .section-media .media-slider .swiper-media .video-box, .section-media-single .media-slider .media-video .video-box, .section-media-single .media-slider .swiper-media .video-box {
        height: auto
    }

    .media-container .media-group .group-box .notes-box a {
        display: none
    }

    .section-media-single .media-container .media-group .group-box .spotify-link {
        display: none
    }

    .section-media-single .media-container {
        margin-top: 45px
    }

    .media-container .media-group .group-box .inner-box a.btn-link {
        display: none
    }

    .section-title h2 {
        font-size: 34px
    }

    .section-testimomials-single .testimomials-group .testimonial-col {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 21px
    }

    .section-testimomials-single .testimonial-box .comment-box {
        height: auto;
        min-height: inherit
    }
}

@media (max-width: 575.98px) {
    .section-contact .contact-form .field-group .input-box {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-top: 15px
    }

    .section-contact .contact-form .field-group .input-box:first-child {
        margin-top: 0
    }

    .section-contact .contact-form .input-checkbox label {
        font-size: 13px
    }

    .section-contact-page .section-content p br, .section-contact-page .section-title br {
        display: none
    }

    .clients-group .clients-box {
        padding-left: 5px;
        padding-right: 5px
    }

    .clients-group {
        margin-left: -5px;
        margin-right: -5px
    }

    .press-group .press-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 15px;
        margin-bottom: 15px
    }

    .press-group .press-box .press-info h3 {
        margin-bottom: 0
    }

    .press-group {
        border: 0
    }

    .press-group .press-box {
        position: relative
    }

    .press-group .press-box:before {
        display: none !important
    }

    .press-group .press-box:after {
        display: block !important;
        position: absolute;
        top: auto !important;
        bottom: -15px !important;
        left: 15px !important;
        right: 15px !important;
        background-color: #050505 !important;
        height: 1px !important;
        content: '' !important;
        opacity: .2 !important
    }

    .press-group .press-box:first-child:after {
        display: none
    }

    .press-group .press-box .press-info h3 {
        text-align: center
    }

    .main-footer .footer-navigation, .main-footer .top-content {
        margin-left: 0;
        margin-right: 0
    }

    .article-group .article-box .article-info {
        text-align: center
    }

    .breadcrumbs {
        right: 0
    }

    .breadcrumbs ul li {
        font-size: 11px
    }

    .article-group .article-box {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .article-group .article-box:after {
        bottom: -30px !important;
        left: 15px !important;
        right: 15px !important;
        height: 1px !important;
        top: auto !important;
        content: '' !important;
        background-color: #050505 !important;
        position: absolute !important;
        display: block !important;
        opacity: .2
    }

    .article-group {
        border-bottom: 0
    }

    .pagination {
        margin-top: 30px
    }

    header .inner-header-row {
        height: 62px
    }

    header .inner-header-row .logo-box .logo-img img {
        height: 40px
    }

    .article-group .article-box:before {
        display: none
    }

    .section-media-single .before-list {
        margin-bottom: 0
    }

    .section-media-single .before-list ul li a {
        font-size: 15px
    }

    .team-group .team-box {
        max-width: 50%;
        -webkit-box-flex: 50%;
        -ms-flex: 50%;
        flex: 50%;
        padding-left: 6px;
        padding-right: 6px
    }

    .team-group .team-box:nth-child(1) {
        max-width: 100%;
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%
    }

    .team-group .team-box:nth-child(1) .img-box, .team-group .team-box:nth-child(1) .team-info {
        max-width: 290px;
        margin: 0 auto
    }

    .main-footer .bot-content .left-box, .main-footer .bot-content .right-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .main-footer .bot-content .left-box span, .main-footer .bot-content .right-box span {
        font-size: 12px
    }

    .main-footer .bot-content {
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px
    }

    .group-link .link-box a {
        font-size: 11px
    }

    .group-link {
        margin-left: -5px;
        margin-right: -5px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .section-media-single .media-slider .media-info .inner-media-info .media-title h3 {
        font-size: 40px
    }

    .section-media-single .media-slider .media-info {
        padding-top: 0;
        padding-bottom: 10px
    }

    .section-media-single .before-list ul li {
        padding-right: 17px;
        padding-left: 6px
    }

    .section-media-single .before-list ul li:nth-child(3) {
        padding-right: 0
    }

    .section-media-single .before-list ul li:nth-child(3):after {
        display: none
    }

    .section-about .quote-signature .quote-box span {
        position: relative;
        z-index: 1
    }

    .group-link .link-box {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        margin: 0;
        padding-left: 5px;
        padding-right: 5px
    }

    .section-about .quote-signature .signature-box img {
        width: 182px
    }

    .section-about .quote-signature .quote-box span {
        max-width: 262px;
        display: block;
        margin-right: auto
    }

    .section-about .quote-signature {
        padding-bottom: 50px
    }

    .section-practice-areas .group-link .btn-link {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .section-practice-areas .group-link {
        height: 420px;
        overflow: hidden;
        padding-bottom: 50px;
        position: relative;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .section-practice-areas .show {
        height: 100%
    }

    .section-practice-areas .show .show-links:before {
        display: none
    }

    .section-practice-areas .group-link .show-links {
        display: block
    }

    .section-practice-areas .group-link .show-links span {
        z-index: 1;
        position: relative
    }

    .section-practice-areas .group-link .show-links:before {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100px;
        background: -webkit-gradient(linear, left bottom, left top, from(#233b3f), to(rgba(35, 59, 63, 0)));
        background: -o-linear-gradient(bottom, #233b3f 0, rgba(35, 59, 63, 0) 100%);
        background: linear-gradient(0deg, #233b3f 0, rgba(35, 59, 63, 0) 100%);
        content: ''
    }

    .testimonial-box {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 35px
    }

    .default-navigation .gallery-button-next:before {
        width: 52px;
        height: 52px;
        margin-top: -26px;
        left: -22px
    }

    .default-navigation .gallery-button-prev:before {
        width: 52px;
        height: 52px;
        right: -22px;
        margin-top: -26px
    }

    .default-navigation .swiper-pagination {
        font-size: 16px
    }

    .default-navigation .swiper-pagination span {
        font-size: 16px
    }

    .default-navigation {
        margin-top: 30px
    }

    section .inner-section {
        padding-bottom: 50px
    }

    .media-container .media-group .group-box .inner-box {
        padding-left: 0;
        padding-right: 0
    }

    .default-navigation .gallery-button-next svg, .default-navigation .gallery-button-prev svg {
        width: 61px
    }

    .section-contact .contact-bg:before {
        height: 100px
    }

    .section-media-single .group-link .link-box {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-top: 5px;
        margin-bottom: 5px
    }
}

@media (max-width: 360px) {
    .main-footer .top-content .location .text br {
        display: none
    }

    .main-footer .top-content .location .icon, .main-footer .top-content .phone a span {
        min-width: 40px
    }
}

@media (min-width: 1200px) {
    .container-normal {
        max-width: 1060px
    }

    .container-great {
        max-width: 1060px
    }
}

@media screen and (max-width: 992px) {
    .section-title h2 {
        font-size: 50px;
    }

    .inner-box p {
        padding: 15px 50px;
    }
}

@media (min-width: 1440px) {
    .container-normal {
        max-width: 1280px
    }

    .container-great {
        max-width: 1280px
    }
}

@media (min-width: 1720px) {
    .container-great {
        max-width: 1600px
    }

    .container-normal {
        max-width: 1330px
    }
}

@media (max-width: 1440px) {

}


.section-contents .flex-content__item .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    text-align: right;
}

.section-contents .flex-content__item .container .title {
    color: #0A0A20;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 18px;
}

@media (max-width: 767px) {
    .section-contents .flex-content__item .container .title {
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 24px;
    }
}

.section-contents .flex-content .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 110px auto;
    gap: 0 100px;
    font-weight: 300;
}

.section-contents .flex-content__item:nth-child(even) .container {
    flex-direction: row-reverse;
}

@media (min-width: 1200px) {
    .section-contents .flex-content .container {
        max-width: 1060px;
    }
}

@media (max-width: 767px) {
    .section-contents .flex-content .container {
        margin: 40px auto;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        display: block;
    }
}

.section-contents .flex-content .container .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.section-contents .flex-content .container .text h2 {
    margin: 0 0 18px 0;
    font-size: 56px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    position: relative;
}

.section-contents .flex-content .container .text h2:after {
    right: 14px;
    margin-right: 0;
    width: 85px;
    top: -20px;
    background-color: #233b3f;
    content: '';
    height: 1px;
    position: absolute;
}

.section-contents .flex-content .container .text h2:before {
    content: '';
    position: absolute;
    margin-top: -3px;
    width: 7px;
    height: 7px;
    background-color: #233b3f;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    top: -20px;
}

.section-contents .flex-content__item:nth-child(even) .container .text h2:before,
.section-contents .flex-content__item:nth-child(even) .container .text h2:after {
    display: none;
}


@media (max-width: 767px) {
    .section-contents .flex-content .container .text h2 {
        font-size: 36px;
        margin: 0 0 12px 0;
    }
}

.section-contents .flex-content .container .text ul {
    display: block;
    padding: 0;
    margin: 0;
}

.section-contents .flex-content .container .text ul li {
    display: block;
    padding-right: 24px;
    position: relative;
}

.section-contents .flex-content .container .text ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #fff;
    position: absolute;
    right: 10px;
    top: 12px;
    display: block;
    border-radius: 50%;
    border: 2px solid #000;
}

.section-contents .flex-content.container .text * {
    margin-bottom: 16px;
}

.section-contents .flex-content .text *:last-child {
    margin-bottom: 0;
}

.section-contents .flex-content .container .image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 2px solid rgba(35, 59, 63, 0.20);
}

@media (max-width: 767px) {
    .section-contents .flex-content .container .image {
        margin-top: 40px;
    }
}

.section-contents .flex-content .container .image .img {
    height: 100%;
    width: 100%;
    transform: translate(24px, 24px);
    position: relative;
}

@media (max-width: 767px) {
    .section-contents {
        padding: 60px 0;
    }

    .section-contents .flex-content .container .image .img {
        transform: translate(12px, 12px);
    }

    .section-contents .flex-content__item .container {
        padding: 0 15px;
    }
}
