.elementor-editor-active [data-aos^=fade][data-aos^=fade] {
    opacity: 1;
    transform: translateZ(0)
}

.elementor-editor-active .grid-sizer {
    display: none
}

.stats-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 60px 20px;
    text-align: center;
    flex-wrap: wrap;
    background-color: var(--white-color);
    gap: 40px;
}

.stat-box {
    color: #333;
}

.stat-number {
    font-size: 48px;
    color: #f27c32;
    font-weight: bold;
}

.stat-label {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

:root {


    --theme-color: #272727;
    --theme-color--second: #272727;
    --menu-list-color: #f07e44;
    --slider-text-color: #f07e44;
    --logo-color-light: #f07e44;
    --logo-color-littel-light: #ff874c;
    --test-color-one: #433e3a;
    --test-color-two: #010101;
    --about-back-color: #f07e44;
    --white-color: #ffffff;

}

.bacprojectcolor {
    background-color: var(--theme-color);
}

.bacprojectcolor2 {
    background-color: var(--white-color);

}

.bac_photos {
    background-image: url("https://www.shutterstock.com/image-photo/architecture-building-black-white-pattern-600nw-2459197279.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
}

.bac_photos_contact {
    background-image: url("https://img.freepik.com/premium-photo/empty-abstract-industrial-concrete-interior-concrete-floor-dark-room-3d-illustration_41050-7137.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.mainlogocenter {
    display: flex;
    align-items: center;
    position: absolute;

}

.baclogocl {
    background-color: var(--theme-color);
    width: 78px;
    height: 90px;
}

.about_back {
    background-color: var(--about-back-color);
    height: 110vh;

}

.aboutcenters {
    height: 100vh;
    display: flex;
    align-items: center;
}

.about-section__text p {
    color: var(--test-color-one);
}

.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid #00a0d2
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
    display: none
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900
}

.wpcf7-form-control-wrap {
    position: relative
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: 400;
    display: block
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: relative;
    top: -2ex;
    left: 1em;
    z-index: 100;
    border: 1px solid #dc3232;
    background: #fff;
    padding: .2em .8em;
    width: 24em
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em
}

.wpcf7-list-item-label:before,
.wpcf7-list-item-label:after {
    content: " "
}

.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: .75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative
}

form.submitting .wpcf7-spinner {
    visibility: visible
}

.wpcf7-spinner:before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@media (prefers-reduced-motion:reduce) {
    .wpcf7-spinner:before {
        animation-name: blink;
        animation-duration: 2s
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes blink {
    from {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.wpcf7 [inert] {
    opacity: .5
}

.wpcf7 input[type=file] {
    cursor: pointer
}

.wpcf7 input[type=file]:disabled {
    cursor: default
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed
}

.wpcf7 input[type=url],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
    direction: ltr
}

.wpcf7-reflection>output {
    display: list-item;
    list-style: none
}

.wpcf7-reflection>output[hidden] {
    display: none
}

/*!
 * Bootstrap Grid v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

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

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.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-sm,
    .container-md {
        max-width: 720px
    }

    .stat-number {
        font-size: 36px;
    }

    .stat-label {
        font-size: 14px;
    }
}

@media (min-width:992px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1140px
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

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

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

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

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

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

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

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

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

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

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

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

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

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

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

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

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

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

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

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

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

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

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

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

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

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

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

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

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

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

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

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

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

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

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

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

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

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

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

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

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

.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: -ms-flexbox !important;
    display: flex !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: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: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        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: -ms-flexbox !important;
        display: flex !important
    }

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

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

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

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

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

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

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

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

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

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

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: solid .08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-baby-carriage:before {
    content: "\f77d"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-bacon:before {
    content: "\f7e5"
}

.fa-bacteria:before {
    content: "\e059"
}

.fa-bacterium:before {
    content: "\e05a"
}

.fa-bahai:before {
    content: "\f666"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-balance-scale-left:before {
    content: "\f515"
}

.fa-balance-scale-right:before {
    content: "\f516"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-biking:before {
    content: "\f84a"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blog:before {
    content: "\f781"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-medical:before {
    content: "\f7e6"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-border-all:before {
    content: "\f84c"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-border-style:before {
    content: "\f853"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-box-tissue:before {
    content: "\e05b"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-bread-slice:before {
    content: "\f7ec"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buy-n-large:before {
    content: "\f8a6"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-caravan:before {
    content: "\f8ff"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-carrot:before {
    content: "\f787"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-centos:before {
    content: "\f789"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-cheese:before {
    content: "\f7ef"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-chromecast:before {
    content: "\f838"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clinic-medical:before {
    content: "\f7f2"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudflare:before {
    content: "\e07d"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-medical:before {
    content: "\f7f5"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-compress-alt:before {
    content: "\f422"
}

.fa-compress-arrows-alt:before {
    content: "\f78c"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-cotton-bureau:before {
    content: "\f89e"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-crutch:before {
    content: "\f7f7"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-dailymotion:before {
    content: "\e052"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-deezer:before {
    content: "\e077"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-disease:before {
    content: "\f7fa"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edge-legacy:before {
    content: "\e078"
}

.fa-edit:before {
    content: "\f044"
}

.fa-egg:before {
    content: "\f7fb"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-evernote:before {
    content: "\f839"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-alt:before {
    content: "\f424"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fan:before {
    content: "\f863"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-faucet:before {
    content: "\e005"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-figma:before {
    content: "\f799"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-alt:before {
    content: "\f7e4"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-firefox-browser:before {
    content: "\e007"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-fist-raised:before {
    content: "\f6de"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-gifts:before {
    content: "\f79c"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-alt:before {
    content: "\f841"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-cheers:before {
    content: "\f79f"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glass-whiskey:before {
    content: "\f7a0"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-pay:before {
    content: "\e079"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-guilded:before {
    content: "\e07e"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hamburger:before {
    content: "\f805"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-medical:before {
    content: "\e05c"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-holding-water:before {
    content: "\f4c1"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-middle-finger:before {
    content: "\f806"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-sparkles:before {
    content: "\e05d"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-hands-wash:before {
    content: "\e05e"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-handshake-alt-slash:before {
    content: "\e05f"
}

.fa-handshake-slash:before {
    content: "\e060"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-hard-hat:before {
    content: "\f807"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hat-cowboy:before {
    content: "\f8c0"
}

.fa-hat-cowboy-side:before {
    content: "\f8c1"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-head-side-cough:before {
    content: "\e061"
}

.fa-head-side-cough-slash:before {
    content: "\e062"
}

.fa-head-side-mask:before {
    content: "\e063"
}

.fa-head-side-virus:before {
    content: "\e064"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heart-broken:before {
    content: "\f7a9"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hiking:before {
    content: "\f6ec"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hive:before {
    content: "\e07f"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hospital-user:before {
    content: "\f80d"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotdog:before {
    content: "\f80f"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-house-damage:before {
    content: "\f6f1"
}

.fa-house-user:before {
    content: "\e065"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-ice-cream:before {
    content: "\f810"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-icons:before {
    content: "\f86d"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-ideal:before {
    content: "\e013"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-innosoft:before {
    content: "\e080"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-instagram-square:before {
    content: "\e055"
}

.fa-instalod:before {
    content: "\e081"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itch-io:before {
    content: "\f83a"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laptop-house:before {
    content: "\e066"
}

.fa-laptop-medical:before {
    content: "\f812"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lungs:before {
    content: "\f604"
}

.fa-lungs-virus:before {
    content: "\e067"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-mdb:before {
    content: "\f8ca"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-micrlarsong:before {
    content: "\e01a"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mixer:before {
    content: "\e056"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-mouse:before {
    content: "\f8cc"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-octopus-deploy:before {
    content: "\e082"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-orcid:before {
    content: "\f8d2"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-otter:before {
    content: "\f700"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-pager:before {
    content: "\f815"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-penny-arcade:before {
    content: "\f704"
}

.fa-people-arrows:before {
    content: "\e068"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-pepper-hot:before {
    content: "\f816"
}

.fa-perbyte:before {
    content: "\e083"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-alt:before {
    content: "\f879"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-square-alt:before {
    content: "\f87b"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-photo-video:before {
    content: "\f87c"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-square:before {
    content: "\e01e"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-pizza-slice:before {
    content: "\f818"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-plane-slash:before {
    content: "\e069"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poo-storm:before {
    content: "\f75a"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pump-medical:before {
    content: "\e06a"
}

.fa-pump-soap:before {
    content: "\e06b"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-random:before {
    content: "\f074"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-record-vinyl:before {
    content: "\f8d9"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-remove-format:before {
    content: "\f87d"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-running:before {
    content: "\f70c"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-rust:before {
    content: "\e07a"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-salesforce:before {
    content: "\f83b"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-sd-card:before {
    content: "\f7c2"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-shield-virus:before {
    content: "\e06c"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopify:before {
    content: "\e057"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sink:before {
    content: "\e06d"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skating:before {
    content: "\f7c5"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-skiing:before {
    content: "\f7c9"
}

.fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-slash:before {
    content: "\f715"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-sms:before {
    content: "\f7cd"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowboarding:before {
    content: "\f7ce"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-soap:before {
    content: "\e06e"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-down-alt:before {
    content: "\f881"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-alpha-up-alt:before {
    content: "\f882"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-down-alt:before {
    content: "\f884"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-amount-up-alt:before {
    content: "\f885"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-down-alt:before {
    content: "\f886"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-numeric-up-alt:before {
    content: "\f887"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-speaker-deck:before {
    content: "\f83c"
}

.fa-spell-check:before {
    content: "\f891"
}

.fa-spider:before {
    content: "\f717"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stackpath:before {
    content: "\f842"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-stopwatch-20:before {
    content: "\e06f"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-store-alt-slash:before {
    content: "\e070"
}

.fa-store-slash:before {
    content: "\e071"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swift:before {
    content: "\f8e1"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-symfony:before {
    content: "\f83d"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-tenge:before {
    content: "\f7d7"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-tiktok:before {
    content: "\e07b"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-toilet-paper-slash:before {
    content: "\e072"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tools:before {
    content: "\f7d9"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-trailer:before {
    content: "\e041"
}

.fa-train:before {
    content: "\f238"
}

.fa-tram:before {
    content: "\f7da"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-trash-restore:before {
    content: "\f829"
}

.fa-trash-restore-alt:before {
    content: "\f82a"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbraco:before {
    content: "\f8e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-uncharted:before {
    content: "\e084"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-unity:before {
    content: "\e049"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-unsplash:before {
    content: "\e07c"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-nurse:before {
    content: "\f82f"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-users-slash:before {
    content: "\e073"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-vest:before {
    content: "\e085"
}

.fa-vest-patches:before {
    content: "\e086"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-virus:before {
    content: "\e074"
}

.fa-virus-slash:before {
    content: "\e075"
}

.fa-viruses:before {
    content: "\e076"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-voicemail:before {
    content: "\f897"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vote-yea:before {
    content: "\f772"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-watchman-monitoring:before {
    content: "\e087"
}

.fa-water:before {
    content: "\f773"
}

.fa-wave-square:before {
    content: "\f83e"
}

.fa-waze:before {
    content: "\f83f"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wodu:before {
    content: "\e088"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yammer:before {
    content: "\f840"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../../../../themes/larson/assets/fonts/font-awesome/webfonts/fa-brands-400.eot);
    src: url(//larson.bslthemes.com/dark/wp-content/themes/larson/assets/fonts/font-awesome/css/../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(//larson.bslthemes.com/dark/wp-content/themes/larson/assets/fonts/font-awesome/css/../webfonts/fa-brands-400.woff2) format("woff2"), url(//larson.bslthemes.com/dark/wp-content/themes/larson/assets/fonts/font-awesome/css/../webfonts/fa-brands-400.woff) format("woff"), url(//larson.bslthemes.com/dark/wp-content/themes/larson/assets/fonts/font-awesome/css/../webfonts/fa-brands-400.ttf) format("truetype"), url(//larson.bslthemes.com/dark/wp-content/themes/larson/assets/fonts/font-awesome/css/../webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(//larson.bslthemes.com/dark/wp-content/themes/larson/assets/fonts/font-awesome/css/../webfonts/fa-regular-400.eot);
    src: url(//larson.bslthemes.com/dark/wp-content/themes/larson/assets/fonts/font-awesome/css/../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(//larson.bslthemes.com/dark/wp-content/themes/larson/assets/fonts/font-awesome/css/../webfonts/fa-regular-400.woff2) format("woff2"), url(//larson.bslthemes.com/dark/wp-content/themes/larson/assets/fonts/font-awesome/css/../webfonts/fa-regular-400.woff) format("woff"), url(//larson.bslthemes.com/dark/wp-content/themes/larson/assets/fonts/font-awesome/css/../webfonts/fa-regular-400.ttf) format("truetype"), url(//larson.bslthemes.com/dark/wp-content/themes/larson/assets/fonts/font-awesome/css/../webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

.far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(//larson.bslthemes.com/dark/wp-content/themes/larson/assets/fonts/font-awesome/css/../webfonts/fa-solid-900.eot);
    src: url(//larson.bslthemes.com/dark/wp-content/themes/larson/assets/fonts/font-awesome/css/../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(//larson.bslthemes.com/dark/wp-content/themes/larson/assets/fonts/font-awesome/css/../webfonts/fa-solid-900.woff2) format("woff2"), url(//larson.bslthemes.com/dark/wp-content/themes/larson/assets/fonts/font-awesome/css/../webfonts/fa-solid-900.woff) format("woff"), url(//larson.bslthemes.com/dark/wp-content/themes/larson/assets/fonts/font-awesome/css/../webfonts/fa-solid-900.ttf) format("truetype"), url(//larson.bslthemes.com/dark/wp-content/themes/larson/assets/fonts/font-awesome/css/../webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80)
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
    transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
    transition-delay: 50ms
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
    transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
    transition-delay: .1s
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
    transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
    transition-delay: .15s
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
    transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
    transition-delay: .2s
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
    transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
    transition-delay: .25s
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
    transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
    transition-delay: .3s
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
    transition-duration: .35s
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
    transition-delay: .35s
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
    transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
    transition-delay: .4s
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
    transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
    transition-delay: .45s
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
    transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
    transition-delay: .5s
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
    transition-duration: .55s
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
    transition-delay: .55s
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
    transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
    transition-delay: .6s
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
    transition-duration: .65s
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
    transition-delay: .65s
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
    transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
    transition-delay: .7s
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
    transition-duration: .75s
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
    transition-delay: .75s
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
    transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
    transition-delay: .8s
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
    transition-duration: .85s
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
    transition-delay: .85s
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
    transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
    transition-delay: .9s
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
    transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
    transition-delay: .95s
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
    transition-delay: 1s
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
    transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
    transition-delay: 1.05s
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
    transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
    transition-delay: 1.1s
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
    transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
    transition-delay: 1.15s
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
    transition-delay: 1.2s
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
    transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
    transition-delay: 1.25s
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
    transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
    transition-delay: 1.3s
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
    transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
    transition-delay: 1.35s
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
    transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
    transition-delay: 1.4s
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
    transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
    transition-delay: 1.45s
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
    transition-delay: 1.5s
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
    transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
    transition-delay: 1.55s
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
    transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
    transition-delay: 1.6s
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
    transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
    transition-delay: 1.65s
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
    transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
    transition-delay: 1.7s
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
    transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
    transition-delay: 1.75s
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
    transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
    transition-delay: 1.8s
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
    transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
    transition-delay: 1.85s
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
    transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
    transition-delay: 1.9s
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
    transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
    transition-delay: 1.95s
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
    transition-delay: 2s
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
    transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
    transition-delay: 2.05s
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
    transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
    transition-delay: 2.1s
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
    transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
    transition-delay: 2.15s
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
    transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
    transition-delay: 2.2s
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
    transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
    transition-delay: 2.25s
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
    transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
    transition-delay: 2.3s
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
    transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
    transition-delay: 2.35s
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
    transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
    transition-delay: 2.4s
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
    transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
    transition-delay: 2.45s
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
    transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
    transition-delay: 2.5s
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
    transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
    transition-delay: 2.55s
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
    transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
    transition-delay: 2.6s
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
    transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
    transition-delay: 2.65s
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
    transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
    transition-delay: 2.7s
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
    transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
    transition-delay: 2.75s
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
    transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
    transition-delay: 2.8s
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
    transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
    transition-delay: 2.85s
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
    transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
    transition-delay: 2.9s
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
    transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
    transition-delay: 2.95s
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
    transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
    transition-delay: 3s
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .25, .75, .75)
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
    transition-timing-function: ease-in
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
    transition-timing-function: ease-out
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
    transition-timing-function: ease-in-out
}

[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
    transition-timing-function: cubic-bezier(.6, -.28, .735, .045)
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.47, 0, .745, .715)
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.39, .575, .565, 1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.445, .05, .55, .95)
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0)
}

[data-aos=fade-up] {
    transform: translate3d(0, 20px, 0)
}

[data-aos=fade-down] {
    transform: translate3d(0, -20px, 0)
}

[data-aos=fade-right] {
    transform: translate3d(-20px, 0, 0)
}

[data-aos=fade-left] {
    transform: translate3d(20px, 0, 0)
}

[data-aos=fade-up-right] {
    transform: translate3d(-100px, 100px, 0)
}

[data-aos=fade-up-left] {
    transform: translate3d(100px, 100px, 0)
}

[data-aos=fade-down-right] {
    transform: translate3d(-100px, -100px, 0)
}

[data-aos=fade-down-left] {
    transform: translate3d(100px, -100px, 0)
}

[data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, transform
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translateZ(0) scale(1)
}

[data-aos=zoom-in] {
    transform: scale(.6)
}

[data-aos=zoom-in-up] {
    transform: translate3d(0, 100px, 0) scale(.6)
}

[data-aos=zoom-in-down] {
    transform: translate3d(0, -100px, 0) scale(.6)
}

[data-aos=zoom-in-right] {
    transform: translate3d(-100px, 0, 0) scale(.6)
}

[data-aos=zoom-in-left] {
    transform: translate3d(100px, 0, 0) scale(.6)
}

[data-aos=zoom-out] {
    transform: scale(1.2)
}

[data-aos=zoom-out-up] {
    transform: translate3d(0, 100px, 0) scale(1.2)
}

[data-aos=zoom-out-down] {
    transform: translate3d(0, -100px, 0) scale(1.2)
}

[data-aos=zoom-out-right] {
    transform: translate3d(-100px, 0, 0) scale(1.2)
}

[data-aos=zoom-out-left] {
    transform: translate3d(100px, 0, 0) scale(1.2)
}

[data-aos^=slide][data-aos^=slide] {
    transition-property: transform
}

[data-aos^=slide][data-aos^=slide].aos-animate {
    transform: translateZ(0)
}

[data-aos=slide-up] {
    transform: translate3d(0, 100%, 0)
}

[data-aos=slide-down] {
    transform: translate3d(0, -100%, 0)
}

[data-aos=slide-right] {
    transform: translate3d(-100%, 0, 0)
}

[data-aos=slide-left] {
    transform: translate3d(100%, 0, 0)
}

[data-aos^=flip][data-aos^=flip] {
    backface-visibility: hidden;
    transition-property: transform
}

[data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg)
}

[data-aos=flip-left].aos-animate {
    transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg)
}

[data-aos=flip-right].aos-animate {
    transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-up] {
    transform: perspective(2500px) rotateX(-100deg)
}

[data-aos=flip-up].aos-animate {
    transform: perspective(2500px) rotateX(0)
}

[data-aos=flip-down] {
    transform: perspective(2500px) rotateX(100deg)
}

[data-aos=flip-down].aos-animate {
    transform: perspective(2500px) rotateX(0)
}

@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

/*!
 * pagepiling.js 1.5.6
 *
 * https://github.com/alvarotrigo/pagePiling.js
 * @license MIT licensed
 *
 * Copyright (C) 2016 alvarotrigo.com - A project by Alvaro Trigo
 */
html,
body {
    overflow: hidden;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.pp-section {
    height: 100%;
    position: absolute;
    width: 100%;
    backface-visibility: hidden
}

.pp-easing {
    -webkit-transition: all 1s cubic-bezier(.55, .085, 0, .990);
    -moz-transition: all 1s cubic-bezier(.55, .085, 0, .990);
    -o-transition: all 1s cubic-bezier(.55, .085, 0, .990);
    transition: all 1s cubic-bezier(.55, .085, 0, .990);
    -webkit-transition-timing-function: cubic-bezier(.55, .085, 0, .990);
    -moz-transition-timing-function: cubic-bezier(.55, .085, 0, .990);
    -o-transition-timing-function: cubic-bezier(.55, .085, 0, .990);
    transition-timing-function: cubic-bezier(.55, .085, 0, .990)
}

#pp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1
}

#pp-nav.right {
    right: 17px
}

#pp-nav.left {
    left: 17px
}

.pp-section.pp-table {
    display: table
}

.pp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.pp-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1
}

.pp-slidesNav.bottom {
    bottom: 17px
}

.pp-slidesNav.top {
    top: 17px
}

#pp-nav ul,
.pp-slidesNav ul {
    margin: 0;
    padding: 0
}

#pp-nav li,
.pp-slidesNav li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative
}

.pp-slidesNav li {
    display: inline-block
}

#pp-nav li a,
.pp-slidesNav li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none
}

#pp-nav li .active span,
.pp-slidesNav .active span {
    background: #333
}

#pp-nav span,
.pp-slidesNav span {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    position: absolute;
    z-index: 1
}

.pp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px
}

.pp-tooltip.right {
    right: 20px
}

.pp-tooltip.left {
    left: 20px
}

.pp-scrollable {
    overflow-y: scroll;
    height: 100%
}

/*!
Theme Name: Larson
Theme URI: https://bslthemes.com/
Author: bslthemes
Author URI: https://bslthemes.com/
Description: Larson - Architecture WordPress Theme
Requires at least: 5.0
Requires PHP: 7.4
Tested up to: 6.8
Version: 1.6.0
License: General Public License
License URI: http://www.gnu.org/licenses/gpl.html
Text Domain: larson
Tags: full-width-template, editor-style, featured-images, sticky-post, threaded-comments, translation-ready, theme-options
*/
html,
body {
    overflow: visible
}

html {
    box-sizing: border-box;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%
}

html ::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

html ::-webkit-scrollbar-button {
    display: none
}

html ::-webkit-scrollbar-track-piece {
    background-color: #787878
}

html ::-webkit-scrollbar-thumb {
    background-color: #ffb74d;
    border-radius: none
}

html ::-webkit-scrollbar-corner {
    background-color: #999
}

html ::-webkit-resizer {
    background-color: #666
}

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

body {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -webkit-locale: auto;
    white-space: normal;
    display: flex;
    flex-direction: column;
    min-width: 320px;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    font-family: "Poppins", "Arial", sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #787878;
    font-weight: 400;
    -webkit-locale: auto;
    white-space: normal
}

.page-template-template-elementor-parallax {
    overflow: hidden
}

main {
    position: relative;
    z-index: 1;
    flex-grow: 1;
    border-bottom: solid 1px transparent;
    background-color: #fff
}

a {
    color: #000;
    text-decoration: none;
    transition: color .3s ease 0s
}

a:hover {
    color: #ffb74d;
    text-decoration: none
}

img,
iframe,
figure {
    margin: 0;
    max-width: 100%
}

img.alignright,
.alignright {
    float: right;
    margin: 0 0 10px 20px
}

img.alignleft,
.alignleft {
    float: left;
    margin: 0 20px 10px 0
}

img.aligncenter,
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

img .alignnone,
.alignnone {
    float: none
}

pre,
code {
    margin: 1rem 0;
    position: relative;
    overflow: auto;
    color: #e83e8c;
    font-style: italic
}

pre code {
    margin: 0
}

@keyframes text-rotate {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(-360deg)
    }
}

@keyframes link-arrow-hover {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(3px)
    }

    100% {
        transform: translateX(0)
    }
}

.label-subs {
    position: relative
}

.label-subs>button[type=submit] {
    width: auto;
    padding: 0;
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    background-color: #fff;
    transition: color .3s ease
}

@media (min-width:576px) {
    .label-subs>button[type=submit] {
        left: unset;
        bottom: unset;
        right: 0;
        top: 17px;
        transform: none
    }
}

.label-subs label {
    width: 100%;
    display: block;
    position: relative;
    padding: 15px 25px 15px 45px;
    border-bottom: 1px solid #000;
    box-sizing: border-box
}

@media (min-width:576px) {
    .label-subs label {
        padding: 15px 100px 15px 45px
    }
}

.label-subs label:before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3e%3cpath d='M58.7 10.7H5.3C2.4 10.7 0 13.1 0 16v32c0 2.9 2.4 5.3 5.3 5.3h53.3c2.9 0 5.3-2.4 5.3-5.3V16c.1-2.9-2.3-5.3-5.2-5.3zm0 35.7L40.5 29.3l18.1-10.9v28zM28.3 32.3c1.1.8 2.4 1.1 3.7 1.1 1.3 0 2.7-.3 3.7-1.1L52.5 48H10.7l17.1-16 .5.3zm24-16.3L33.1 27.7c-.5.3-1.3.3-1.9 0L11.7 16h40.6zM23.2 29.1L5.3 45.9V18.4l17.9 10.7z'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 24px auto
}

.label-subs label input {
    width: 100%;
    padding: 0
}

.label-subs label input::placeholder {
    opacity: .5;
    color: #000
}

.label-subs label input:focus::placeholder {
    opacity: 0
}

.custom-input {
    width: 100%;
    height: 46px;
    padding: 16px 20px;
    border: 1px solid #d4d4d4;
    background-color: #fff;
    box-sizing: border-box;
    transition: border-color .3s ease
}

.custom-input::placeholder {
    font-size: 16px;
    opacity: .5
}

.custom-input:focus {
    border-color: #000
}

.custom-input:focus::placeholder {
    opacity: 0
}

input[type=search],
.wp-block-search .wp-block-search__input {
    width: 100%;
    padding: 16px 50px 16px 25px;
    border: 1px solid #c9c9c9;
    background: #fff url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3e%3cpath d='M62.9 56.5l-17-13.8c7.2-9.9 6.1-23.7-2.7-32.5C38.4 5.3 32 2.7 25.3 2.7s-13 2.6-17.8 7.4S0 21.3 0 28s2.7 13.1 7.5 17.9c5.1 5.1 11.5 7.5 17.9 7.5 6.1 0 12.3-2.1 17.1-6.7l17.3 14.1c.5.5 1.1.5 1.6.5.8 0 1.6-.3 2.1-1.1.8-1 .8-2.6-.6-3.7zM25.3 48c-5.3 0-10.4-2.1-14.1-5.9-3.7-3.7-5.9-8.8-5.9-14.1s2.1-10.4 5.9-14.1S20 8 25.3 8s10.4 2.1 14.1 5.9 5.9 8.8 5.9 14.1-2.1 10.4-5.9 14.1c-3.7 3.8-8.7 5.9-14.1 5.9z'/%3e%3c/svg%3e ") no-repeat calc(100% - 20px) center;
    background-size: 13px;
    box-sizing: border-box;
    outline: none;
    transition: border-color .3s ease
}

input[type=search]:hover,
input[type=search]:focus,
.wp-block-search .wp-block-search__input:hover,
.wp-block-search .wp-block-search__input:focus {
    border-color: #000
}

input[type=search]::placeholder,
.wp-block-search .wp-block-search__input:placeholder,
.wp-block-search .wp-block-search__input:placeholder {
    font-family: "Poppins", "Arial", sans-serif;
    font-size: 16px;
    color: #767676;
    opacity: 1
}

input[type=search]:focus::placeholder {
    opacity: 0
}

textarea.custom-input {
    height: 150px;
    resize: none
}

.slide-counter {
    font-size: 24px;
    line-height: 24px
}

@media (min-width:992px) {
    .slide-counter {
        font-size: 30px;
        line-height: 30px
    }
}

.arrow-square {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #fff;
    position: absolute;
    z-index: 1;
    outline: none;
    padding: 0;
    transition: all .3s ease
}

@media (min-width:1200px) {
    .arrow-square {
        width: 60px;
        height: 60px
    }
}

@media (min-width:992px) {
    .arrow-square:hover {
        background-color: transparent
    }

    .arrow-square:hover svg {
        fill: #fff
    }
}

.arrow-square svg {
    width: 50%;
    height: 50%;
    fill: #000;
    transition: fill .3s ease
}

.arrow-square--prev svg {
    transform: rotate(180deg)
}

#pp-nav {
    right: 64px !important;
    top: 47%
}

@media (min-width:1560px) {
    #pp-nav {
        display: block
    }
}

#pp-nav {
    z-index: 2
}

#pp-nav ul li {
    width: 11px;
    height: 11px;
    margin: 0
}

#pp-nav ul li:hover a span {
    margin: 0;
    background-color: #fcd54c
}

#pp-nav ul li+li {
    margin-top: 23px
}

#pp-nav ul li a span {
    width: 11px;
    height: 11px;
    background-color: #fff;
    left: unset;
    right: 0;
    border: none;
    transition: background-color .3s ease
}

#pp-nav ul li a.active span {
    background-color: #fcd54c;
    transition: background-color .3s ease
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

@font-face {
    font-family: "Gilroy";
    src: url(../../../../themes/larson/assets/fonts/gilroy-bold.woff2) format("woff2"), url(//larson.bslthemes.com/dark/wp-content/themes/larson/assets/fonts/gilroy-bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Gilroy";
    src: url(//larson.bslthemes.com/dark/wp-content/themes/larson/assets/fonts/gilroy-regular.woff2) format("woff2"), url(//larson.bslthemes.com/dark/wp-content/themes/larson/assets/fonts/gilroy-regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Gilroy";
    src: url(//larson.bslthemes.com/dark/wp-content/themes/larson/assets/fonts/gilroy-regularitalic.woff2) format("woff2"), url(//larson.bslthemes.com/dark/wp-content/themes/larson/assets/fonts/gilroy-regularitalic.woff) format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "Swansea";
    src: url(//larson.bslthemes.com/dark/wp-content/themes/larson/assets/fonts/swansea.woff2) format("woff2"), url(//larson.bslthemes.com/dark/wp-content/themes/larson/assets/fonts/swansea.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Swansea";
    src: url(//larson.bslthemes.com/dark/wp-content/themes/larson/assets/fonts/swansea-bold.woff2) format("woff2"), url(//larson.bslthemes.com/dark/wp-content/themes/larson/assets/fonts/swansea-bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Gilroy";
    src: url(//larson.bslthemes.com/dark/wp-content/themes/larson/assets/fonts/gilroy-semibold.woff2) format("woff2"), url(//larson.bslthemes.com/dark/wp-content/themes/larson/assets/fonts/gilroy-semibold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Gilroy";
    src: url(//larson.bslthemes.com/dark/wp-content/themes/larson/assets/fonts/gilroy-semibolditalic.woff2) format("woff2"), url(//larson.bslthemes.com/dark/wp-content/themes/larson/assets/fonts/gilroy-semibolditalic.woff) format("woff");
    font-weight: 600;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "Poppins";
    src: url(//larson.bslthemes.com/dark/wp-content/themes/larson/assets/fonts/poppins-regular.woff2) format("woff2"), url(//larson.bslthemes.com/dark/wp-content/themes/larson/assets/fonts/poppins-regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Poppins";
    src: url(//larson.bslthemes.com/dark/wp-content/themes/larson/assets/fonts/poppins-medium.woff2) format("woff2"), url(//larson.bslthemes.com/dark/wp-content/themes/larson/assets/fonts/poppins-medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Poppins";
    src: url(//larson.bslthemes.com/dark/wp-content/themes/larson/assets/fonts/poppins-semibold.woff2) format("woff2"), url(//larson.bslthemes.com/dark/wp-content/themes/larson/assets/fonts/poppins-semibold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Poppins";
    src: url(//larson.bslthemes.com/dark/wp-content/themes/larson/assets/fonts/poppins-bold.woff2) format("woff2"), url(//larson.bslthemes.com/dark/wp-content/themes/larson/assets/fonts/poppins-bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

.visually-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.relative {
    position: relative
}

.d-none {
    display: none !important
}

.overflow-hidden {
    overflow: hidden
}

.d-flex {
    display: flex
}

@media (min-width:992px) {
    .lg-d-flex {
        display: flex;
        align-items: center;
        justify-content: flex-end
    }
}

@media (max-width:991px) {
    .bg-dark {
        background-color: rgba(0, 0, 0, .6) !important
    }
}

@media (max-width:991px) {
    .bg-light {
        background-color: rgba(255, 255, 255, .6) !important
    }
}

.field-error {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
    margin-top: 5px
}

.grid-wrapper {
    display: flex;
    flex-wrap: wrap
}

@media (min-width:768px) {
    .grid-wrapper {
        margin: 0 -10px
    }
}

@media (min-width:1200px) {
    .grid-wrapper {
        margin: 0 -25px
    }
}

.color-yellow {
    color: var(--about-back-color)
}

.swiper-pagination {
    position: static;
    margin-top: 32px
}

@media (min-width:576px) {
    .swiper-pagination {
        margin-top: 40px
    }
}

@media (min-width:768px) {
    .swiper-pagination {
        margin-top: 60px
    }
}

@media (min-width:992px) {
    .swiper-pagination {
        margin-top: 80px
    }
}

@media (min-width:1200px) {
    .swiper-pagination {
        margin-top: 100px
    }
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    height: 4px;
    width: 100%;
    background-color: transparent
}

.swiper-pagination-bullets {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #c4c4c4;
    margin: 0 4px !important;
    opacity: 1
}

@media (min-width:768px) {
    .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        margin: 0 8px !important
    }
}

.swiper-pagination-bullet-active {
    background-color: #ffb74d
}

.swiper-pagination-bullet:hover {
    outline: none
}

.btn2 {
    display: inline-block;
    vertical-align: top;
    padding: 17px 20px;
    font-size: 16px;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    border: solid 1px #ffb74d;
    background-color: #ffb74d;
    cursor: pointer;
    transition: background-color .3s ease;
    letter-spacing: 1px
}

@media (min-width:768px) {
    .btn {
        padding: 17px 44px
    }
}

.btn:hover {
    outline: none;
    color: #000;
    box-shadow: none
}

.btn:active {
    opacity: .7;
    box-shadow: none
}

.btn--outline {
    background-color: transparent;
    color: #ffb74d;
    border-color: #ffb74d;
    transition: background-color .3s ease, color .3s ease
}

.btn--outline:hover {
    outline: none;
    background-color: #ffb74d;
    color: #fff
}

.field {
    position: relative;
    display: block;
    width: 100%;
    cursor: text
}

.field input[type=text],
.field input[type=number],
.field input[type=tel],
.field input[type=email],
.field input[type=phone],
.field input[type=address],
.field input[type=password],
.field textarea {
    display: block;
    width: 100%;
    padding: 15px 16px;
    border: solid 1px #c9c9c9;
    font-family: "Poppins", "Arial", sans-serif;
    font-size: 16px;
    color: #787878;
    transition: border-color .3s ease
}

.field input::placeholder,
.field textarea::placeholder {
    font-size: 16px;
    line-height: 1;
    color: #787878;
    opacity: 1
}

.field input:focus,
.field textarea:focus {
    outline: none;
    border-color: #000;
    color: #000
}

@media (min-width:992px) {

    .field input:hover,
    .field input:focus,
    .field textarea:hover,
    .field textarea:focus {
        border-color: #000
    }
}

.field textarea {
    resize: none;
    height: 150px;
    padding: 24px
}

@media (min-width:1200px) {
    .field textarea {
        height: 174px
    }
}

.heading,
.m-title {
    margin: 0;
    font-family: "Gilroy", "Arial", sans-serif;
    font-size: 32px;
    line-height: 1.25;
    color: #000;
    font-weight: 700
}

@media (min-width:768px) {

    .heading,
    .m-title {
        font-size: 40px
    }
}

@media (min-width:1200px) {

    .heading,
    .m-title {
        font-size: 48px
    }
}

.heading--upper {
    text-transform: uppercase
}

@media (min-width:768px) {
    .heading--size-large {
        font-size: 48px
    }
}

@media (min-width:1200px) {
    .heading--size-large {
        font-size: 70px
    }
}

.heading-small {
    font-size: 14px;
    line-height: 1.5;
    color: var(--test-color-two);
    font-weight: 500;
    letter-spacing: .2em;
    text-transform: uppercase
}

.heading-smalltwo {
    font-size: 14px;
    line-height: 1.5;
    color: var(--logo-color-light);
    font-weight: 500;

    letter-spacing: .2em;
    text-transform: uppercase
}

.menu-toggle {
    position: relative;
    display: block;
    width: 25px;
    height: 12px;
    padding: 0;
    border: none;
    background-color: transparent;
    appearance: none;
    cursor: pointer;
    transition: transform .3s ease
}

.menu-toggle--white:before,
.menu-toggle--white:after {
    border-top: solid 3px #fff
}

.menu-toggle--opened:before {
    transform: translateY(2px)
}

.menu-toggle--opened:after {
    transform: translateY(-2px)
}

.menu-toggle:before,
.menu-toggle:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    border-top: solid 3px #000;
    transition: border-top-color .3s ease, transform .3s ease
}

.menu-toggle:before {
    top: 0
}

.menu-toggle:after {
    bottom: 0
}

.menu-toggle--white:before,
.menu-toggle--white:after {
    border-top: solid 3px #fff
}

.menu-toggle:hover {
    outline: none
}

.menu-toggle:hover:before,
.menu-toggle:hover:after {
    border-top-color: #ffb74d
}

.navigation__dropdown {
    display: none
}

.sub-menu.navigation__dropdown {
    list-style: none
}

@media (max-width:992px) {
    .navigation__item .dropdown-toggle i {
        display: none !important
    }
}

.dropdownnavigation__item i.icon {
    position: absolute;
    display: block
}

.dropdownnavigation__item i.icon {
    top: 0;
    right: 0;
    width: 24px;
    height: 24px
}

.dropdownnavigation__item i.icon.opened:before {
    transform: rotate(-90deg)
}

.dropdownnavigation__item i.icon:before {
    content: '\f054';
    position: relative;
    font-family: 'Font Awesome 5 Free';
    display: inline-block;
    position: relative;
    top: -1px;
    margin-left: 5px;
    font-weight: 900;
    font-size: 14px;
    font-style: normal;
    transform: rotate(90deg);
    color: #000;
    font-size: 18px
}

@media (min-width:992px) {
    .navigation__dropdown {
        position: absolute;
        z-index: 1;
        left: -30px;
        bottom: -40px;
        transform: translateY(100%);
        display: block;
        min-width: 340px;
        padding: 50px;
        background-color: #fff;
        opacity: 0;
        pointer-events: none;
        transition: opacity .3s ease
    }

    .navigation__dropdown:hover {
        opacity: 1;
        pointer-events: auto
    }

    .sub-menu.navigation__dropdown {
        box-shadow: 0 60px 90px rgba(0, 0, 0, .05)
    }

    .dropdownnavigation__item i.icon:before {
        font-size: 10px
    }

    .dropdownnavigation__item i.icon {
        position: relative;
        display: inline-block;
        pointer-events: none
    }
}

@media (min-width:992px) {
    .navigation__dropdown-wrapper {
        display: flex
    }
}

.navigation__dropdown li {
    margin-bottom: 15px;
    margin-top: 16px;
    line-height: 1 !important
}

.navigation__dropdown li:first-child {
    margin-top: 0
}

@media (min-width:992px) {
    .navigation__dropdown li {
        margin-top: 8px;
        margin-bottom: 0
    }
}

.navigation__dropdown .current-menu-itemnavigation__item a {
    color: #ffb74d !important;
    font-weight: 400
}

.navigation__dropdown li a {
    font-size: 14px;
    line-height: 1;
    color: #000;
    letter-spacing: .015em;
    transition: color .3s ease;
    text-transform: none;
    font-weight: 400;
    display: block
}

@media (min-width:992px) {
    .navigation__dropdown li a {
        line-height: 1.875
    }
}

.navigation__dropdown li a:hover {
    outline: none;
    color: #ffb74d
}

.navigation__list {
    list-style: none;
    padding: 0;
    margin: 0
}

@media (min-width:992px) {
    .navigation__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center;


    }
}

.navigation__item {
    position: relative;
    margin-bottom: 20px
}

@media (min-width:768px) {
    .navigation__item {
        margin-bottom: 24px
    }
}

@media (min-width:768px) and (min-height:610px) {
    .navigation__item {
        margin-bottom: 32px
    }
}

@media (min-width:992px) {
    .navigation__item {
        margin-right: 40px;
        margin-bottom: 0
    }
}

@media (min-width:1200px) {
    .navigation__item {
        margin-right: 56px
    }

    .navigation__dropdown .navigation__item {
        margin-right: 0
    }
}

.navigation__item:last-child {
    margin-bottom: 0;
    margin-right: 0
}

.navigation__item--current .navigation__link {
    color: #dd733f;
}

.navigation__link {
    font-size: 24px;
    line-height: 1;
    color: #000;
    font-weight: 600;
    transition: color .3s ease
}

@media (min-width:768px) {
    .navigation__link {
        font-size: 36px
    }
}

@media (min-width:992px) {
    .navigation__link {
        font-size: 14px;
        line-height: 1.21;
        text-transform: uppercase
    }
}

.navigation__link:hover {
    outline: none;
    color: #ffb74d;
    position: relative
}

@media (min-width:992px) {
    .navigation__link:hover:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        transform: translateY(100%);
        width: 100%;
        height: 70px
    }

    .navigation__link:hover+.navigation__dropdown {
        opacity: 1;
        pointer-events: auto
    }
}

.navigation__link:active {
    opacity: .7
}

.navigation__dropdown .navigation__dropdown {
    position: relative;
    transform: translate(0);
    box-shadow: none;
    padding: 0 0 0 10px;
    left: 0;
    top: 0;
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease 0s;
    opacity: 0
}

.navigation__dropdown li:hover .navigation__dropdown {
    padding: 10px 0 5px 10px;
    opacity: 1;
    pointer-events: auto;
    max-height: 1000px
}

.navigation__dropdown .navigation__dropdown li a {
    padding-left: 15px;
    position: relative;
    color: #666
}

.navigation__dropdown .navigation__dropdown li a:hover {
    color: #ffb74d
}

.navigation__dropdown .navigation__dropdown li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    width: 8px;
    height: 1px;
    background: #cecece
}

.navigation__dropdown li a:hover:before {
    background-color: #ffb74d
}

.logo {
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    padding: 7px 0 11px 15px
}

.logo:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    border: solid 2px #ffb74d;
    border-right: none
}

.logo:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    background-color: #ffb74d;
    transform: translateX(-100%);
    transition: transform .3s ease
}

.logo--borderless {
    padding: 0
}

.logo--borderless:before,
.logo--borderless:after {
    display: none
}

.logo--white .logo__large,
.logo--white .logo__small {
    color: #fff;
    opacity: 1
}

@media (min-width:768px) {
    .logo--large {
        padding: 32px 0 42px 40px
    }

    .logo--large:before,
    .logo--large:after {
        width: 88px;
        border-width: 4px
    }

    .logo--large .logo__large {
        font-size: 70px;
        line-height: 1.28
    }

    .logo--large .logo__small {
        font-size: 19px;
        line-height: 1.16
    }
}

.logo__large {
    display: block;
    font-size: 28px;
    line-height: 1.21;
    color: #000;
    font-family: "Gilroy", "Arial", sans-serif;
    font-weight: 700
}

.logo__small {
    display: block;
    font-size: 11px;
    line-height: 1.18;
    color: #000;
    opacity: .6
}

.logo[href]:hover {
    outline: none
}

.logo[href]:hover:after {
    transform: translateX(0)
}

.social {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap
}

.social--contact .social__link {
    color: #929292
}

.social--white .social__link {
    color: #fff
}

.social__item+.social__item {
    margin-left: 28px
}

.social__link {
    display: flex;
    width: 17px;
    height: 17px;
    justify-content: center;
    font-size: 16px;
    color: #000;
    transition: color .3s ease
}

.social--contact .social__link .fa,
.social--contact .social__link .fas,
.social--contact .social__link .fab,
.social--contact .social__link .far {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
    color: #000
}

.social--contact .social__link:hover .fa,
.social--contact .social__link:hover .fas,
.social--contact .social__link:hover .fab,
.social--contact .social__link:hover .far {
    color: #ffb74d
}

.social__link .e-font-icon-svg {
    fill: #000
}

.social--white .social__link .e-font-icon-svg {
    fill: #fff
}

@media (min-width:992px) {
    .social__link:hover {
        outline: none
    }

    .social__link:hover {
        color: #ffb74d
    }

    .social__link:hover .e-font-icon-svg,
    .social--white .social__link:hover .e-font-icon-svg {
        fill: #ffb74d
    }
}

.social__link:active {
    opacity: .7
}

.more {
    display: flex;
    align-items: center;
    font-family: "Gilroy", "Arial", sans-serif;
    font-size: 16px;
    line-height: 1.3125;
    color: #a1a1a1;
    font-weight: 600;
    transition: color .3s ease
}

.more svg {
    margin-left: 16px;
    fill: #a1a1a1;
    transition: fill .3s ease
}

.more:hover {
    outline: none;
    color: #000
}

.more:hover svg {
    fill: #000
}

.more:active {
    opacity: .7
}

.play-btn {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 79px;
    height: 79px;
    border-radius: 50%;
    background-color: var(--logo-color-littel-light);
    cursor: pointer;
    transition: background-color .3s ease
}

.play-btn:hover {
    outline: none;
    background-color: #eeba04
}

.play-btn__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin-left: 2px
}

.filter__item {
    margin-right: 20px;
    padding: 0;
    font-family: "Poppins", "Arial", sans-serif;
    font-size: 16px;
    line-height: 1.3125;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    background-color: transparent;
    border: none;
    appearance: none;
    cursor: pointer;
    transition: color .3s ease
}

@media (min-width:1200px) {
    .filter__item {
        margin-right: 28px
    }
}

.filter__item:last-child {
    margin-right: 0
}

.filter__item:hover {
    outline: none;
    color: #ffb74d
}

.filter__item--active {
    color: #000000
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .8);
    display: none
}

@media (max-width:991px) {
    .overlay {
        background-color: rgba(255, 255, 255, 0.185)
    }
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #fff
}

.preloader__text {
    align-self: center;
    font-size: 48px
}

.preloader__spinner {
    position: relative;
    width: 50px;
    height: 50px;
    align-self: center
}

.preloader__double-bounce {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: bounce 2s infinite ease-in-out;
    opacity: .6;
    border-radius: 50%;
    background-color: #ffb74d
}

.preloader__double-bounce--delay {
    animation-delay: -1s
}

@keyframes bounce {

    0%,
    100% {
        transform: scale(0)
    }

    50% {
        transform: scale(1)
    }
}

.webpage {
    background-color: #fff
}

.webpage--parallax .header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent
}

.webpage--parallax main {
    min-height: 100vh
}

.webpage--parallax-dark .header .social__link {
    color: #000
}

.webpage--parallax-dark .header .logo__large,
.webpage--parallax-dark .header .logo__small,
.webpage--parallax-dark .header--white .navigation__list>li>.navigation__link,
.webpage--parallax-dark .header--white .navigation__list>li>i.icon:before {
    color: #000
}

.webpage--parallax-dark .header .menu-toggle:before,
.webpage--parallax-dark .header .menu-toggle:after {
    border-color: #000
}

.webpage--parallax-dark .parallax {
    color: #000
}

.webpage--parallax-dark .parallax__link {
    color: #000
}

.webpage--parallax-dark .parallax__link svg {
    fill: #000
}

.webpage--parallax-dark .footer .footer__copy,
.webpage--parallax-dark .footer .lang-switcher__link {
    color: #000
}

.webpage--parallax-dark .footer.footer--white .footer__copyright {
    color: #000
}

.webpage--parallax-dark .footer .lang-switcher__link--current {
    color: #ffb74d
}

.webpage--parallax-dark #pp-nav ul li:hover a span {
    background-color: #fcd54c
}

.webpage--parallax-dark #pp-nav ul li a span {
    background-color: #c4c4c4
}

.webpage--parallax-dark #pp-nav ul li a.active span {
    background-color: #fcd54c
}

.webpage__about-section,
.webpage__services-section,
.webpage__statistics,
.webpage__latest-projects,
.webpage__partners,
.webpage__reviews-carousel,
.webpage__latest-news,
.webpage__services-provided,
.webpage__about-block,
.webpage__main-slider,
.webpage__featured-projects,
.webpage__services,
.webpage__team-section,
.webpage__hero {
    margin-bottom: 80px
}

@media (min-width:768px) {

    .webpage__about-section,
    .webpage__services-section,
    .webpage__statistics,
    .webpage__latest-projects,
    .webpage__partners,
    .webpage__reviews-carousel,
    .webpage__latest-news,
    .webpage__services-provided,
    .webpage__about-block,
    .webpage__main-slider,
    .webpage__featured-projects,
    .webpage__services,
    .webpage__team-section,
    .webpage__hero {
        margin-bottom: 100px
    }
}

@media (min-width:992px) {

    .webpage__about-section,
    .webpage__services-section,
    .webpage__statistics,
    .webpage__latest-projects,
    .webpage__partners,
    .webpage__reviews-carousel,
    .webpage__latest-news,
    .webpage__services-provided,
    .webpage__about-block,
    .webpage__main-slider,
    .webpage__featured-projects,
    .webpage__services,
    .webpage__team-section,
    .webpage__hero {
        margin-bottom: 160px
    }

    .elementor-section:last-child .webpage__about-section,
    .elementor-section:last-child .webpage__services-section,
    .elementor-section:last-child .webpage__statistics,
    .elementor-section:last-child .webpage__latest-projects,
    .elementor-section:last-child .webpage__partners,
    .elementor-section:last-child .webpage__reviews-carousel,
    .elementor-section:last-child .webpage__latest-news,
    .elementor-section:last-child .webpage__services-provided,
    .elementor-section:last-child .webpage__about-block,
    .elementor-section:last-child .webpage__main-slider,
    .elementor-section:last-child .webpage__featured-projects,
    .elementor-section:last-child .webpage__services,
    .elementor-section:last-child .webpage__team-section,
    .elementor-section:last-child .webpage__hero {
        margin-bottom: 0;
        padding-bottom: 60px
    }
}

@media (min-width:1200px) {

    .webpage__about-section,
    .webpage__services-section,
    .webpage__statistics,
    .webpage__latest-projects,
    .webpage__partners,
    .webpage__reviews-carousel,
    .webpage__latest-news,
    .webpage__services-provided,
    .webpage__about-block,
    .webpage__main-slider,
    .webpage__featured-projects,
    .webpage__services,
    .webpage__team-section,
    .webpage__hero {
        margin-bottom: 160px
    }

    .elementor-section:last-child .webpage__about-section,
    .elementor-section:last-child .webpage__services-section,
    .elementor-section:last-child .webpage__statistics,
    .elementor-section:last-child .webpage__latest-projects,
    .elementor-section:last-child .webpage__partners,
    .elementor-section:last-child .webpage__reviews-carousel,
    .elementor-section:last-child .webpage__latest-news,
    .elementor-section:last-child .webpage__services-provided,
    .elementor-section:last-child .webpage__about-block,
    .elementor-section:last-child .webpage__main-slider,
    .elementor-section:last-child .webpage__featured-projects,
    .elementor-section:last-child .webpage__services,
    .elementor-section:last-child .webpage__team-section,
    .elementor-section:last-child .webpage__hero {
        margin-bottom: 0;
        padding-bottom: 60px
    }
}

.lang-switcher {
    list-style: none;
    padding: 0;
    margin: 0
}

.lang-switcher--white .lang-switcher__link {
    color: #fff
}

.lang-switcher--menu,
.lang-switcher--line {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-right: 50px;
    margin-top: 40px
}

.webpage--parallax .lang-switcher--line,
.video-section .lang-switcher--line {
    margin-top: 0
}

.lang-switcher--menu .lang-switcher__item,
.lang-switcher--line .lang-switcher__item {
    margin-left: 24px;
    margin-bottom: 0
}

.lang-switcher--footer {
    display: flex;
    flex-wrap: wrap
}

@media (max-width:991px) {

    .lang-switcher--menu,
    .lang-switcher--line {
        justify-content: flex-start;
        padding-right: 0;
        margin-top: 0;
        margin-bottom: 0
    }
}

@media (max-width:767px) {
    .lang-switcher--footer {
        margin: 0 0 30px
    }

    .lang-switcher--menu .lang-switcher__item:first-child,
    .lang-switcher--line .lang-switcher__item:first-child {
        margin-left: 0
    }

    .homepage-parallax .preview-card.aos-init {
        opacity: 1
    }
}

@media (min-width:992px) {
    .lang-switcher--footer {
        display: block
    }
}

.lang-switcher--footer .lang-switcher__item {
    display: block;
    line-height: 1;
    margin-right: 24px;
    margin-bottom: 0
}

@media (min-width:992px) {
    .lang-switcher--footer .lang-switcher__item {
        margin-right: 0;
        margin-bottom: 6px
    }
}

.lang-switcher__item {
    margin-bottom: 14px
}

.lang-switcher__item:last-child {
    margin-bottom: 0
}

.lang-switcher__link {
    font-size: 14px;
    line-height: 1.625;
    color: #000;
    text-transform: uppercase;
    transition: color .3s ease
}

@media (min-width:1200px) {
    .lang-switcher__link {
        font-size: 16px
    }
}

.lang-switcher__link--current {
    color: #ffb74d;
    pointer-events: none
}

.lang-switcher__link:hover {
    outline: none;
    color: #ffb74d
}

.lang-switcher__link:not(.lang-switcher__link--current):active {
    opacity: .7
}

@media (max-width: 480px) {
    .stats-container {
        flex-direction: column;
        gap: 30px;
    }

    .stat-number {
        font-size: 32px;
    }

    .stat-label {
        font-size: 13px;
    }
}

@media (max-width:991px) {
    .mobile-canvas {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1000;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        min-height: 480px;
        overflow: auto;
        background-color: #fff;
        transform: translateX(100%);
        padding: 100px 30px 50px 50px;
        transition: transform .3s ease
    }

    .mobile-canvas--opened {
        transform: translateX(0)
    }
}

@media (min-width:576px) {
    .mobile-canvas:not(.header__mobile) {
        width: 56%
    }
}

@media (min-width:768px) {
    .mobile-canvas:not(.header__mobile) {
        max-width: 750px;
        min-height: 575px;
        padding: 40px 80px
    }

    .header-contect-contect {
        padding: 40px 0;
    }
}

@media (min-width:992px) {
    .mobile-canvas:not(.header__mobile) {
        display: flex;
        top: 0;
        right: 0;
        position: fixed;
        overflow: auto;
        transform: translateX(100%);
        width: 100%;
        max-width: 450px;
        min-height: 100vh;
        padding: 100px 30px 50px 50px;
        justify-content: space-between;
        flex-direction: column;
        transition: transform .3s ease;
        background: #fff;
        z-index: 1000
    }

    .mobile-canvas.header__mobile {
        display: block
    }

    .mobile-canvas--opened:not(.header__mobile) {
        transform: translateX(0)
    }

    .mobile-canvas--social .mobile-canvas__social {
        display: flex
    }
}

.mobile-canvas__wrapper {
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 6px 0;
    overflow: auto
}

@media (min-width:992px) {
    .mobile-canvas__wrapper {
        margin-top: 10.7vh
    }
}

.mobile-canvas__bottom {
    margin-top: auto
}

@media (max-width:991px) {
    .mobile-canvas__nav {
        margin-top: 50px;
        margin-bottom: 20px
    }

    .mobile-canvas__bottom {
        padding-top: 50px
    }
}

@media (min-width:992px) {
    .mobile-canvas__bottom {
        margin-top: auto;
        position: relative;
        top: auto;
        right: auto;
        left: 0;
        bottom: 0;
        transform: none;
        display: block
    }

    .mobile-canvas__lang-switcher {
        display: none
    }

    .mobile-canvas__social {
        display: flex
    }
}

.mobile-canvas__copy {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.71;
    color: #787878;
    letter-spacing: .015em
}

@media (min-width:992px) {
    .mobile-canvas__copy {
        display: block;
        margin-bottom: 16px
    }
}

.mobile-canvas__copy strong {
    color: #000;
    font-weight: 400
}

.mobile-canvas__copy p {
    margin: 0
}

.mobile-canvas__phone {
    display: none
}

@media (min-width:992px) {
    .mobile-canvas__phone {
        display: inline;
        font-size: 16px;
        line-height: 1.25;
        color: #000;
        font-weight: 600;
        transition: color .3s ease
    }

    .mobile-canvas__phone:hover {
        outline: none;
        color: #ffb74d
    }

    .mobile-canvas__phone:active {
        opacity: .7
    }
}

.mobile-canvas__list {
    list-style: none;
    padding: 0;
    margin: 0
}

.mobile-canvas__item {
    margin-bottom: 20px
}

@media (min-width:992px) {
    .mobile-canvas__item {
        margin-bottom: 32px
    }
}

.mobile-canvas__item:last-child {
    margin-bottom: 0
}

.mobile-canvas__item--current .mobile-canvas__link {
    color: #000
}

.mobile-canvas__link {
    font-size: 24px;
    line-height: 1;
    color: #787878;
    font-weight: 600;
    transition: color .3s ease
}

@media (min-width:992px) {
    .mobile-canvas__link {
        font-size: 36px
    }
}

.mobile-canvas__link:hover {
    outline: none;
    color: #000
}

.mobile-canvas__link:active {
    opacity: .7
}

.mobile-canvas__close {
    position: absolute;
    top: 40px;
    right: 30px;
    display: flex;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    border: none;
    background-color: transparent;
    appearance: none;
    cursor: pointer
}

@media (min-width:768px) {
    .mobile-canvas__close {
        top: 28px;
        right: 68px
    }
}

@media (min-width:992px) {
    .mobile-canvas__close {
        display: block
    }
}

.mobile-canvas__close svg {
    fill: #000;
    align-self: center;
    transition: fill .3s ease
}

.mobile-canvas__close:hover {
    outline: none
}

.mobile-canvas__close:hover svg {
    fill: #ffb74d
}

.mobile-canvas__close:active {
    opacity: .7
}

@media (max-width:991px) {
    .sub-menu.navigation__dropdown {
        margin: 0;
        padding: 20px 0;
        list-style: none;
        box-shadow: none
    }

    .mobile-canvas__nav {
        margin-top: 0;
        margin-bottom: 0
    }

    .navigation__link {
        font-size: 28px
    }

    .dropdown-toggle i.icon:before {
        margin-left: 8px;
        font-size: 18px
    }

    .navigation__dropdown li a {
        font-size: 16px;
        color: #444;
        font-weight: 600
    }

    .navigation__link.dropdown-toggle i.icon:before {
        transition: all .3s ease 0s
    }

    .navigation__link.dropdown-toggle.opened i.icon:before {
        transform: rotate(-90deg)
    }

    .navigation__dropdown .navigation__dropdown {
        max-height: none;
        overflow: visible;
        opacity: 1;
        transition: none;
        pointer-events: auto
    }

    .navigation__dropdown .navigation__dropdown li a:before {
        top: 7px
    }

    .navigation__dropdown .dropdown-toggle i.icon:before {
        font-size: 14px
    }

    .navigation__dropdown li:hover .navigation__dropdown,
    .navigation__dropdown .navigation__dropdown {
        padding: 20px 0 20px 10px
    }
}

@media (min-width:992px) {
    .mobile-canvas:not(.header__mobile) .mobile-canvas__nav-h {
        margin-top: 50px;
        margin-bottom: 20px
    }

    .mobile-canvas:not(.header__mobile) .mobile-canvas__nav .navigation__list {
        display: block
    }

    .mobile-canvas:not(.header__mobile) .mobile-canvas__nav .navigation__item {
        position: relative;
        margin-right: 70px;
        margin-bottom: 20px
    }

    .mobile-canvas:not(.header__mobile) .mobile-canvas__nav .navigation__link {
        font-size: 28px;
        line-height: 1;
        text-transform: none
    }

    .mobile-canvas:not(.header__mobile) .mobile-canvas__nav li li a.navigation__link {
        font-size: 20px;
        color: #666
    }

    .mobile-canvas:not(.header__mobile) .mobile-canvas__nav .sub-menu.navigation__dropdown {
        margin: 0;
        padding: 20px 0;
        list-style: none;
        box-shadow: none
    }

    .mobile-canvas__nav .dropdownnavigation__item>i.icon {
        display: none
    }

    .mobile-canvas:not(.header__mobile) .mobile-canvas__nav .dropdownnavigation__item i.icon:before {
        font-size: 18px
    }

    .mobile-canvas:not(.header__mobile) .mobile-canvas__nav .navigation__dropdown {
        position: relative;
        z-index: 1;
        left: 0;
        bottom: 0;
        transform: none;
        display: none;
        min-width: 340px;
        padding: 0;
        background-color: transparent;
        opacity: 1;
        pointer-events: auto;
        transition: none
    }
}

.current_page_itemnavigation__item>a {
    color: #ffb74d
}

.header {
    position: relative;
    z-index: 2;
    background-color: #fff
}

.header--white {
    border: none !important;
    background-color: transparent
}

.header--white .header__inner:after {
    display: none
}

.header--white .logo__large,
.header--white .logo__small {
    color: #fff
}

.header--white .menu-toggle:before,
.header--white .menu-toggle:after {
    border-top: solid 3px #fff
}

.header--white .menu-toggle:hover:before,
.header--white .menu-toggle:hover:after {
    border-top-color: #ffb74d
}

.header--white .navigation__list>li>.navigation__link,
.header--white .navigation__list>li i.icon:before {
    color: var(--menu-list-color);
}

.header--white .navigation__link:hover {
    color: #ffb74d
}

.header--white .navigation__item--current .header--white .navigation__link {
    color: #ffb74d !important
}

@media (min-width:992px) {
    .header--white .social__link {
        color: #fff
    }

    .header--white .social__link:hover {
        color: #ffb74d
    }

    .header--white .header__phone {
        color: #fff
    }

    .header--white .header__phone:hover {
        color: #ffb74d
    }
}

@media (min-width:992px) {
    .header--white .social__link:hover {
        color: #ffb74d
    }

    .header--white .header__phone:hover {
        color: #ffb74d
    }
}

@media (min-width:1200px) {
    .header--half {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background-color: transparent
    }

    .header--half .navigation__item {
        margin-right: 2.7vw
    }

    .header--half .mobile-canvas__phone {
        display: none
    }
}

@media (min-width:1560px) {
    .header--half .container {
        transform: translateX(-4.68vw)
    }
}

@media (min-width:1920px) {
    .header--half .navigation__item {
        margin-right: 49px
    }

    .header--half .navigation__item:last-child {
        margin-right: 0
    }
}

.header--fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background-color: #fff;
    border-top: none;
    transition: transform .5s ease
}

.header--fixed .logo {
    padding: 5px 0 8px 10px
}

.header--fixed .logo:before,
.header--fixed .logo:after {
    width: 30px
}

.header--fixed .logo__large {
    font-size: 20px;
    color: #000
}

.header--fixed .logo__small {
    font-size: 9px;
    color: #000
}

@media (min-width:992px) {
    .header--fixed .social__link {
        color: #000
    }

    .header--fixed .social__link:hover {
        color: #ffb74d
    }

    .header--fixed .header__phone {
        color: #000
    }

    .header--fixed .header__phone:hover {
        color: #ffb74d
    }
}

@media (min-width:992px) {
    .header--fixed .social__link:hover {
        color: #ffb74d
    }

    .header--fixed .header__phone:hover {
        color: #ffb74d
    }
}



.header--fixed .navigation__link {
    color: #000
}

.header--fixed .navigation__link:hover {
    color: #dd733f
}

.header--fixed .navigation__item--current .navigation__link {
    color: #dd733f !important
}

@media (min-width:992px) {
    .header--fixed .navigation__dropdown {
        bottom: -24px
    }
}

.header--fixed .menu-toggle:before,
.header--fixed .menu-toggle:after {
    border-top: solid 3px #000
}

.header--bg {
    background-color: #fff !important
}

@media (min-width:1200px) {
    .header--bg {
        background-color: transparent !important
    }
}



@media (min-width:991px) {


    #pp-nav {
        right: 34px !important
    }
}

@media (min-width:1560px) {


    #pp-nav {
        right: 54px !important
    }
}

.header__inner {
    padding: 15px;
}

.header__inner .header__builder {
    width: 100%
}

@media (max-width:991px) {
    .header__inner .header__builder .elementor-column {
        width: 50%
    }

    .header__inner .header__builder .social {
        display: none
    }

    .footer--lite .elementor-column {
        width: 50%
    }

    .footer--lite .footer__lang-switcher {
        margin-top: 0;
        padding: 0
    }
}

.header__logo {
    margin-right: 30px;
    flex-shrink: 0
}

.header .container {
    display: none
}

@media (min-width:992px) {
    .header .container {
        display: block
    }
}

@media (min-width:992px) {
    .header__mobile {
        flex-grow: 1
    }
}

.header__phone {
    display: none
}

@media (min-width:992px) {
    .header__phone {
        display: block;
        flex-shrink: 0;
        font-size: 16px;
        line-height: 1.25;
        color: #000;
        font-weight: 600;
        transition: color .3s ease
    }

    .header__phone:hover {
        outline: none;
        color: #ffb74d
    }

    .header__phone:active {
        opacity: .7
    }
}

@media (min-width:1560px) {
    .header__phone {
        position: relative;
        top: 0;
        right: 0;
        transform: none
    }
}

.header--half .header__phone {
    color: #fff
}

.header--half.header--fixed .header__phone {
    color: #000
}

.header__social {
    display: none
}

@media (min-width:992px) {
    .header__social {
        display: flex;
        flex-shrink: 0
    }
}

@media (min-width:1560px) {
    .header__social {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%)
    }
}

.header__menu-toggle {
    margin-left: 150px;
    margin-top: 5px;
    order: 2
}

@media (min-width:992px) {
    .header__menu-toggle {
        display: none
    }

    .header__menu-toggle--always {
        display: block
    }
}

.header__purchase {
    margin-left: auto;
    border-radius: 0;
    align-self: center;
    order: 1
}

@media (min-width:1560px) {
    .header__purchase {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%)
    }
}

.header__purchase-text {
    display: none
}

@media (min-width:576px) {
    .header__purchase-text {
        display: inline
    }
}

.header__purchase svg {
    display: block;
    fill: #fff
}

@media (min-width:576px) {
    .header__purchase svg {
        display: none
    }
}

.header__purchase+.header__menu-toggle {
    margin-left: 20px
}

.footer--lite .footer__inner {
    padding-top: 46px;
    padding-bottom: 46px
}

.footer--lite .footer__inner:before {
    display: none
}

.footer--lite .footer__lang-switcher {
    margin-left: auto
}

.footer--white .footer__copy {
    color: #fff
}

.footer--white .lang-switcher__link {
    color: #fff
}

.footer--white .lang-switcher__link--current {
    color: #ffb74d
}

@media (min-width:992px) {
    .footer--white .lang-switcher__link:hover {
        color: #ffb74d
    }
}

.footer--fixed {
    width: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1
}

.footer--fixed .footer__inner {
    padding-top: 12px;
    padding-bottom: 12px
}

@media (min-width:768px) {
    .footer--fixed .footer__inner {
        padding-bottom: 24px
    }
}

@media (min-width:992px) and (min-height:768px) {
    .footer--fixed .footer__inner {
        padding-bottom: 52px
    }
}

.footer--bg {
    background-color: #fff !important
}

@media (min-width:1200px) {
    .footer--bg {
        background-color: transparent !important
    }
}

.footer__inner {
    position: relative;
    padding-top: 32px;
    padding-bottom: 32px
}

.footer__inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-top: solid 1px #a6a6a6
}

@media (max-width:767px) {
    .footer__inner {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width:768px) {
    .footer__inner {
        padding-top: 80px;
        padding-bottom: 60px
    }
}

@media (min-width:992px) {
    .footer__inner {
        padding-top: 100px;
        padding-bottom: 80px
    }
}

@media (min-width:1200px) {
    .footer__inner {
        max-width: 100%;
        padding-top: 150px;
        padding-bottom: 130px
    }
}

@media (min-width:1920px) {
    .footer__inner {
        max-width: calc(100vw - 90px)
    }
}

@media (min-width:768px) {
    .footer__social {
        margin-top: 8px;
        justify-content: flex-end
    }
}

.footer__copyright {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.625;
    color: #000
}

.footer__copyright p {
    margin: 0
}

.footer__copyright span {
    color: #000
}

.footer.footer--white .footer__copyright {
    color: #fff
}

@media (max-width:767px) {
    .footer__copyright {
        margin-bottom: 30px;
        font-size: 16px;
        opacity: .6
    }

    .footer.footer--white .footer__copyright {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .footer__copyright {
        margin-bottom: 0
    }
}

@media (min-width:1200px) {
    .footer__copyright {
        font-size: 16px
    }
}

.footer__column {
    margin-bottom: 24px
}

@media (min-width:992px) {
    .footer__column {
        margin-bottom: 0
    }
}

.footer__column-menu {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer__column-menu li {
    margin-bottom: 10px
}

.footer__column-menu li a {
    color: #000;
    line-height: 1.65;
    transition: all .4s ease 0s
}

.footer__column-menu li a:hover {
    color: #ffb74d
}

.footer__column-item--current .footer__column-link {
    color: #ffb74d
}

.footer__column-link {
    font-size: 16px;
    line-height: 1.625;
    color: #000;
    transition: color .3s ease
}

.footer__column-link:hover {
    outline: none;
    color: #ffb74d
}

.footer__column-link:active {
    opacity: .7
}

.footer__logo {
    margin-bottom: 20px
}

@media (max-width:767px) {
    .footer {
        padding-top: 60px
    }

    .footer--fixed {
        padding-top: 0
    }

    .footer__column-menu {
        margin-bottom: 20px
    }

    .footer__column-menu li {
        margin-bottom: 10px;
        width: 48%;
        display: inline-block;
        vertical-align: top
    }
}

@media (min-width:768px) {
    .footer__logo {
        margin-bottom: 0
    }
}

@media (min-width:1200px) {
    .footer {
        left: 34px !important;
        right: 34px !important;
        padding-top: 100px
    }
}

@media (min-width:1560px) {
    .footer {
        left: 54px !important;
        right: 54px !important
    }
}

.timer {
    display: flex
}

.timer__digit:not(:last-child) {
    margin-right: 35px
}

@media (min-width:992px) {
    .timer__digit:not(:last-child) {
        margin-right: 131px
    }
}

.timer__digit p {
    width: 30px;
    font-family: "Gilroy", "Arial", sans-serif;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 12px
}

@media (min-width:992px) {
    .timer__digit p {
        width: 85px;
        margin: 0 auto 12px;
        font-size: 70px;
        line-height: 72px
    }
}

.timer__digit span {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700
}

@media (min-width:992px) {
    .timer__digit span {
        font-size: 16px;
        line-height: 26px
    }
}

.page-404 {
    background-image: url(//larson.bslthemes.com/dark/wp-content/themes/larson/assets/img/bg-404@2x.jpeg);
    background-repeat: no-repeat;
    background-size: cover
}

.page-404__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 112px);
    padding: 60px 10px;
    text-align: center
}

@media (min-width:1200px) {
    .page-404__container {
        padding: 140px 0
    }
}

.page-404__num {
    font-family: "Gilroy", "Arial", sans-serif;
    font-size: 65px;
    line-height: 65px;
    color: #000;
    font-weight: 700;
    margin-bottom: 30px
}

@media (min-width:992px) {
    .page-404__num {
        font-size: 150px;
        line-height: 150px;
        margin-bottom: 46px
    }
}

.page-404__title {
    font-family: "Gilroy", "Arial", sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: 700;
    margin-bottom: 36px
}

@media (min-width:768px) {
    .page-404__title {
        font-size: 20px;
        line-height: 28px
    }
}

@media (min-width:992px) {
    .page-404__title {
        font-size: 25px;
        line-height: 35px
    }
}

.page-404__text {
    font-size: 16px;
    line-height: 26px;
    color: #767676;
    margin-bottom: 40px
}

.page-404__text a {
    color: #ffb74d;
    transition: color .3s ease
}

.page-404__text a:hover {
    outline: none;
    color: #000
}

.page-404__search {
    max-width: 347px
}

.coming-soon {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.coming-soon:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2))
}

.coming-soon__container {
    max-width: 730px;
    position: relative;
    margin: 0 auto
}

.coming-soon__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    padding: 30px 10px 60px;
    color: #fff
}

@media (min-height:550px) {
    .coming-soon__wrapper {
        padding: 30px 10px 10px
    }
}

@media (min-width:768px) {
    .coming-soon__wrapper {
        padding-top: 50px
    }
}

@media (min-width:992px) {
    .coming-soon__wrapper {
        padding: 83px 0 10px
    }
}

.coming-soon__logo {
    padding-bottom: 17px;
    margin-bottom: 20px
}

@media (min-height:800px) {
    .coming-soon__logo {
        margin-bottom: 0
    }
}

.coming-soon__logo .logo__large,
.coming-soon__logo .logo__small {
    text-align: left
}

.coming-soon__logo .logo__large {
    font-size: 38px;
    line-height: 44px;
    color: #fff
}

.coming-soon__logo .logo__small {
    font-size: 11px;
    line-height: 13px;
    color: #fff
}

.coming-soon__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1
}

.coming-soon__title {
    font-family: "Gilroy", "Arial", sans-serif;
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px
}

@media (min-width:768px) {
    .coming-soon__title {
        font-size: 50px;
        line-height: 62px;
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .coming-soon__title {
        font-size: 60px;
        line-height: 75px;
        margin-bottom: 46px
    }
}

.coming-soon__subtitle {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 24px;
    text-align: center
}

@media (min-width:992px) {
    .coming-soon__subtitle {
        max-width: 650px;
        margin-bottom: 96px;
        font-size: 16px;
        line-height: 26px
    }
}

.coming-soon__timer-title {
    font-family: "Gilroy", "Arial", sans-serif;
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px
}

@media (min-width:992px) {
    .coming-soon__timer-title {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 76px
    }
}

.coming-soon__social {
    margin-top: 30px
}

@media (min-width:768px) {
    .coming-soon__social {
        margin-top: 68px
    }
}

@media (min-width:992px) {
    .coming-soon__social {
        margin-top: 100px
    }
}

.link-arrow {
    display: inline-flex;
    align-items: center;
    transition: color .3s ease;
    font-size: 20px;
    line-height: 1.15;
    color: #000;
    font-weight: 700
}

.link-arrow svg {
    margin-left: 16px;
    fill: #000;
    transition: fill .3s ease
}

.link-arrow--white {
    color: #fff
}

.link-arrow--white svg {
    fill: #fff
}

@media (min-width:992px) {
    .link-arrow:hover {
        outline: none;
        color: #ffb74d
    }

    .link-arrow:hover svg {
        fill: #ffb74d
    }
}

.slide-tab {
    display: flex;
    align-items: flex-start;
    padding: 8px;
    text-align: left;
    border: none;
    background-color: transparent;
    cursor: pointer
}

@media (min-width:768px) {
    .slide-tab {
        padding: 20px
    }
}

@media (min-width:992px) {
    .slide-tab {
        padding: 58px 60px
    }
}

.slide-tab__number {
    margin-right: 8px;
    font-family: "Gilroy", "Arial", sans-serif;
    font-size: 24px;
    line-height: 1;
    color: #787878;
    font-weight: 700;
    color: #000 !important;
    transition: color .3s ease
}

@media (min-width:768px) {
    .slide-tab__number {
        margin-right: 16px;
        font-size: 48px
    }
}

@media (min-width:992px) {
    .slide-tab__number {
        margin-right: 36px;
        font-size: 60px;
        line-height: .9
    }
}

.slide-tab__title {
    max-width: 110px;
    font-size: 12px;
    line-height: 1.625;
    color: #787878;
    font-weight: 600;
    color: #000 !important;
    transition: color .3s ease
}

@media (min-width:768px) {
    .slide-tab__title {
        font-size: 16px
    }
}

@media (min-width:992px) {

    .slide-tab:hover .slide-tab__number,
    .slide-tab:hover .slide-tab__title {
        color: #ffb74d !important
    }
}

.card {
    position: relative;
    display: block;
    box-sizing: border-box
}

.card--masonry .card__heading,
.card--carousel .card__heading {
    visibility: hidden
}

.card--masonry .card__heading br,
.card--carousel .card__heading br {
    display: none
}

.card--masonry:hover .card__heading,
.card--carousel:hover .card__heading {
    visibility: visible
}

.card--carousel .card__heading br {
    display: block
}

.card--carousel .card__text {
    max-width: 472px
}

.card--small .card__heading {
    font-size: 25px
}

.card--team .card__heading {
    visibility: hidden
}

.card--team:hover .card__heading {
    visibility: visible
}

.card--team:hover .card__content {
    border: solid 4px #ffb74d;
    background-color: rgba(255, 255, 255, .9) !important
}

.card--send {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 60px 40px;
    border: solid 1px #ababab;
    transition: border-color .3s ease
}

.card--send:hover {
    border-color: #ffb74d
}

.card--send:hover .card__send-text {
    color: #ffb74d
}

.card--transparent {
    min-height: 340px;
    border: solid 1px #fff;
    transition: border-color .3s ease
}

.card--transparent .card__heading {
    position: static;
    font-size: 27px;
    line-height: 1.29
}

.card--transparent .card__content {
    padding: 24px 30px 4px;
    justify-content: flex-end
}

.card--transparent .card__text {
    position: absolute;
    margin-bottom: 20px
}

.card--transparent:hover {
    border-color: #ffb74d;
    transition: transform .4s .4s ease, opacity .4s .4s ease
}

.card--transparent:hover .card__text {
    position: static;
    transition: transform .4s .4s ease, opacity .4s .4s ease
}

.card--active {
    border-color: #ffb74d
}

.card--active .card__heading {
    position: static !important;
    transform: translateY(0)
}

.card--active .card__text {
    position: static !important
}

.card:hover,
.card--active {
    outline: none
}

.card:hover .card__content,
.card:focus .card__content,
.card--active .card__content {
    background-color: var(--logo-color-light)
}

.card:hover .card__date,
.card:focus .card__date,
.card--active .card__date {
    opacity: 1;
    transform: translateY(0);
    transition: transform .6s .4s ease, opacity .6s .4s ease
}

.card:hover .card__tag,
.card:focus .card__tag,
.card--active .card__tag {
    color: #000;
    transform: translateY(0);
    transition: transform .5s ease
}

.card:hover .card__heading,
.card:focus .card__heading,
.card--active .card__heading {
    position: static;
    transform: translateY(0);
    opacity: 1;
    color: #000
}

.card--news-masonry.card--news .card__heading {
    position: static
}

.card:hover .card__text,
.card:focus .card__text,
.card--active .card__text {
    opacity: 1;
    transform: translateY(0)
}

.card:hover .card__bottom,
.card:focus .card__bottom,
.card--active .card__bottom {
    opacity: 1;
    transform: translateY(0px)
}

.card__tag {
    margin-bottom: 4px;
    color: #fff;
    transform: translateY(-20px)
}

.card__send-text {
    max-width: 100px;
    font-family: "Gilroy", "Arial", sans-serif;
    font-size: 25px;
    line-height: 1.2;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    transition: color .3s ease
}

.card__image {
    display: block
}

.card__image img {
    display: block;
    width: 100%;
    height: auto
}

.swiper-slide .card__image img {
    height: 65vh;
    object-fit: cover;
    object-position: center center
}

.card__image-m img {
    width: 100%;
    height: 350px !important;
    object-fit: cover
}

.card__image-v img {
    width: 100%;
    height: 730px !important;
    object-fit: cover
}

.card__image-h img {
    width: 100%;
    height: 350px !important;
    object-fit: cover
}

.card__content {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 30px;
    background: 0 0;
    transition: background-color .5s ease
}

@media (min-width:1200px) {
    .card__content {
        padding: 44px 30px
    }
}

.card__date {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin-bottom: 10px
}

@media (min-width:992px) {
    .card__date {
        opacity: 0;
        transform: translateY(-20px)
    }
}

.card__heading {
    position: absolute;
    left: 32px;
    right: 32px;
    bottom: 12px;
    margin: 0;
    transform: translateY(-20px);
    font-size: 28px;
    line-height: 1.4;
    color: #fff;
    transition: transform .5s ease;
    font-family: "Gilroy", "Arial", sans-serif
}

@media (min-width:1200px) {
    .card__heading {
        font-size: 32px
    }
}

.card__text {
    display: block;
    max-width: 340px;
    margin-top: 10px;
    margin-bottom: auto;
    opacity: 0;
    transform: translateY(-20px);
    font-size: 16px;
    line-height: 1.3125;
    color: #000;
    transition: all .4s ease
}

.card__text p {
    margin: 0
}

.card__text br {
    display: none
}

@media (min-width:992px) {
    .card__text br {
        display: block
    }
}

.card__bottom {
    display: block;
    margin-top: 12px;
    opacity: 0;
    transform: translateY(20px);
    transition: all .2s ease
}

.news-listing__item.news-listing__item--auto .card__bottom {
    margin-top: 20px;
    transform: translateY(0px)
}

.card__link {
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 1.15;
    color: #000;
    font-weight: 700
}

.card--news {
    height: 100%;
    overflow: hidden
}

.card--news:hover {
    outline: none
}

.card--news:hover .card__content {
    background-color: #fff
}

.card--news:hover .card__heading {
    visibility: visible
}

@media (max-width:991px) {
    .card--news {
        overflow: visible;
        height: auto
    }
}

@media (min-width:992px) {
    .card--news:hover {
        outline: none
    }

    .card--news:hover .card__content {
        background-color: #fff;
        transform: translateX(0)
    }

    .card--news:hover .card__heading {
        opacity: 1;
        transition: transform .5s .5s ease, opacity .4s .5s ease
    }

    .card--news:hover .card__text {
        transition: transform .4s .6s ease, opacity .4s .6s ease
    }
}

.card--news .card__content {
    width: 100%;
    padding-left: 0;
    background-color: #fff;
    position: relative;
    transition: transform .4s ease
}

@media (min-width:992px) {
    .card--news .card__content {
        max-width: 351px;
        padding-left: 30px;
        border: 4px solid #ffb74d;
        transform: translateX(100%);
        position: absolute;
        left: unset;
        right: 0
    }
}

@media (min-width:1200px) {
    .card--news .card__content {
        padding: 35px
    }
}

@media (min-width:992px) {
    .card--news .card__content--full {
        max-width: 100%
    }
}

.card--news .card__heading {
    position: relative;
    left: 0;
    bottom: unset;
    transform: none;
    color: #000;
    visibility: visible
}

@media (min-width:992px) {
    .card--news .card__heading {
        position: absolute;
        left: 32px;
        bottom: 12px;
        opacity: 0;
        transform: translateY(-20px)
    }
}

.card--news .card__text {
    margin-top: 30px;
    line-height: 26px;
    opacity: 1;
    transform: none
}

@media (min-width:992px) {
    .card--news .card__text {
        opacity: 0;
        transform: translateY(-20px)
    }
}

.card--news .card__image {
    height: 400px
}

@media (max-width:991px) {
    .card--news .card__image {
        height: 250px
    }
}

@media (min-width:992px) {
    .card--news .card__image {
        height: 100%
    }
}

.card--news .card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.card--news .card__bottom {
    opacity: 1
}

@media (min-width:992px) {
    .card--news .card__bottom {
        opacity: 0
    }
}

.card--news .card__link {
    font-size: 16px;
    font-weight: 600;
    color: #fcd54c
}

@media (min-width:992px) {
    .card--news .card__link:hover svg {
        animation: link-arrow-hover .4s ease
    }
}

.card__link svg {
    margin-left: 10px
}

.card--news .card__link svg {
    fill: #fcd54c;
    margin-left: 10px
}

.card--news-masonry:hover .card__content {
    transform: none;
    border-color: var(--logo-color-light)
}

.card--news-masonry:hover .card__date {
    transform: none
}

.card--news-masonry:hover .card__heading {
    transform: none
}

.card--news-masonry:hover .card__text {
    transform: none
}

.card--news-masonry:hover .card__link {
    color: #ffb74d
}

.card--news-masonry:hover .card__link svg {
    fill: #ffb74d
}

.card--news-masonry .card__content {
    border-color: transparent;
    transition: background-color .3s ease, border-color .3s ease
}

@media (min-width:992px) {
    .card--news-masonry .card__content {
        background-color: #f4f4f4;
        transform: none;
        position: relative
    }
}

@media (min-width:992px) {
    .card--news-masonry .card__date {
        opacity: 1;
        transform: none
    }
}

@media (min-width:992px) {
    .card--news-masonry .card__heading {
        position: relative;
        left: unset;
        bottom: unset;
        transform: none;
        opacity: 1
    }
}

@media (min-width:992px) {
    .card--news-masonry .card__text {
        opacity: 1;
        transform: none
    }
}

.card--news-masonry .card__bottom {
    opacity: 1
}

.card--news-masonry .card__link {
    color: #000;
    transition: color .3s ease
}

.card--news-masonry .card__link svg {
    fill: #000;
    transition: fill .3s ease
}

.review-card {
    position: relative;
    box-sizing: border-box;
    padding: 24px 32px;
    border: solid 4px var(--theme-color--second);
    min-height: 310px
}

.review-card .sep {
    position: absolute;
    top: 50px;
    right: 40px;
    width: 42px;
    height: 62px
}

.review-card__image {
    width: 112px;
    height: 112px;
    margin-top: -84px;
    margin-bottom: 48px;
    border-radius: 50%;
    overflow: hidden
}

.review-card__image img {
    display: block;
    width: 100%;
    height: auto
}

.review-card__name {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 1.2;
    color: #000;
    font-family: "Gilroy", "Arial", sans-serif;
    font-weight: 700
}

.review-card__post {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.17;
    color: #000
}

.review-card__post span {
    color: var(--theme-color--second)
}

.preview-card {
    position: relative;
    overflow: hidden
}

@media (min-width:768px) {
    .preview-card {
        display: flex
    }
}

@media (max-width:768px) {
    #pp-nav {
        display: none
    }
}

@media (min-width:992px) {
    .preview-card {
        display: block
    }

    .preview-card:hover {
        outline: none
    }

    .preview-card:hover .preview-card__content {
        transform: translateY(0)
    }
}

.preview-card__image {
    position: relative;
    height: 488px;
    overflow: hidden;
    padding-bottom: 95%
}

.preview-card__image-s-1 {
    padding-bottom: 196.5%
}

.preview-card__image-s-2 {
    padding-bottom: 45.9%
}

@media (min-width:768px) {
    .preview-card__image {
        width: 335px;
        height: 320px;
        margin-right: 15px;
        flex-shrink: 0
    }
}

@media (min-width:992px) {
    .preview-card__image {
        margin-right: 0;
        width: 100%
    }
}

.preview-card__image img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover
}

.preview-card__content {
    display: flex;
    flex-direction: column;
    padding: 24px 15px;
    background-color: #fff
}

@media (min-width:992px) {
    .preview-card__content {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        transform: translateY(100%);
        height: 100%;
        border: solid 4px var(--logo-color-light);
        transition: transform .3s ease
    }
}

@media (min-width:1200px) {
    .preview-card__content {
        padding: 36px 24px
    }
}

.preview-card__date {
    margin-bottom: 12px
}

@media (min-width:1200px) {
    .preview-card__date {
        margin-bottom: 20px
    }
}

.preview-card__heading {
    margin: 0 0 16px;
    font-size: 25px;
    line-height: 1.4;
    color: #000;
    font-family: "Gilroy", "Arial", sans-serif;
    font-weight: 700
}

.preview-card__heading br {
    display: none
}

@media (min-width:1200px) {
    .preview-card__heading {
        margin-bottom: 20px
    }

    .preview-card__heading br {
        display: block
    }
}

@media (min-width:1200px) {
    .preview-card__heading--large {
        font-size: 32px
    }
}

.preview-card__text {
    margin-bottom: auto
}

.preview-card__text .readmore {
    display: none
}

.preview-card__text p {
    margin: 0
}

.preview-card__btn {
    display: flex;
    align-items: center;
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    font-weight: 600;
    transition: color .3s ease;
    align-self: flex-start
}

@media (min-width:992px) {
    .preview-card__btn:hover {
        outline: none;
        color: #ffb74d
    }

    .preview-card__btn:hover svg {
        fill: #ffb74d
    }
}

.preview-card__btn:active {
    opacity: .7
}

.preview-card__btn svg {
    transition: fill .3s ease;
    margin-left: 10px
}

.about-section__content {
    margin-bottom: 56px
}

@media (min-width:768px) {
    .about-section__content {
        margin-bottom: 0;
        padding-right: 30px
    }
}

.about-section__heading {
    margin: 0 0 12px
}

@media (min-width:992px) {
    .about-section__heading {
        margin-bottom: 20px
    }
}

.about-section__pseudoheading {
    max-width: 290px;
    margin-bottom: 24px
}

@media (min-width:768px) {
    .about-section__pseudoheading {
        margin-bottom: 42px
    }
}

@media (min-width:992px) {
    .about-section__pseudoheading {
        margin-bottom: 52px
    }
}

@media (min-width:1200px) {
    .about-section__pseudoheading {
        max-width: 440px;
        margin-bottom: 65px
    }
}

.about-section__text {
    max-width: 490px;
    margin-bottom: 36px
}

@media (min-width:992px) {
    .about-section__text {
        margin-bottom: 62px
    }
}

.about-section__image {
    margin-bottom: 30px
}

.about-section__image img {
    max-width: 100%;
    height: auto
}

.about-section__cite-wrapper {
    position: relative
}

.about-section__blockquote {
    position: relative;
    max-width: 330px;
    margin: 0;
    padding: 0 0 0 100px;
    font-family: "Gilroy", "Arial", sans-serif;
    font-weight: 400;
    font-style: italic;
    color: #000;
    border: none
}

@media (min-width:992px) {
    .about-section__blockquote {
        max-width: 360px;
        margin-left: auto;
        padding-left: 130px
    }
}

@media (min-width:1200px) {
    .about-section__blockquote {
        margin-left: 44px
    }
}

.about-section__blockquote:before {
    display: none
}

.about-section__blockquote .sep {
    position: absolute;
    left: 0;
    top: -17px;
    width: 83px;
    height: 62px
}

.about-section__cite {
    position: absolute;
    top: -212px;
    left: -10px;
    padding: 79px 46px;
    font-size: 25px;
    line-height: 1.4;
    color: var(--about-back-color);
    font-weight: 700;
    font-style: normal
}

@media (min-width:768px) {
    .about-section__cite {
        left: -20px
    }
}

@media (min-width:992px) {
    .about-section__cite {
        left: -37px;
        padding: 79px 76px
    }
}

.about-section__cite:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 100%;
    border: solid 4px var(--about-back-color);
    border-right: none
}

@media (min-width:992px) {
    .about-section__cite:before {
        width: 140px
    }
}

@media (min-width:1200px) {
    .about-section__cite:before {
        width: 162px
    }
}

@media (min-width:1200px) {
    .hero__inner {
        position: relative;
        overflow: hidden
    }
}

.hero__content {
    position: relative;
    padding-left: 36px
}

@media (min-width:1200px) {
    .hero__content {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        padding-left: 142px;
        background-image: linear-gradient(to right, #fff 56%, transparent 54.375%)
    }

    .hero__content .container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%
    }
}

@media (min-width:1560px) {
    .hero__content {
        padding-left: 0;
        background-image: linear-gradient(to right, #fff 50%, transparent 44.375%)
    }
}

.hero__tag {
    position: absolute;
    left: 15px;
    top: 50%;
    writing-mode: vertical-rl;
    transform: translateY(-60%) rotate(180deg);
    text-transform: uppercase
}

@media (min-width:1200px) {
    .hero__tag {
        transform: translateY(-100%) rotate(180deg)
    }
}

@media screen and (min-width:1830px) {
    .hero__tag {
        left: calc((100% - 1800px) / 2)
    }
}

.hero__heading {
    position: relative;
    margin-bottom: 60px;
    padding-left: 100px;
    line-height: 1.125
}

.hero__heading .sep {
    content: "";
    position: absolute;
    left: 0;
    bottom: 50%;
    transform: translateY(50%);
    width: 83px;
    height: 62px
}

@media (min-width:1200px) {
    .hero__heading .sep {
        left: 69px;
        bottom: -27px;
        transform: translateY(0)
    }
}

@media (min-width:768px) {
    .hero__heading {
        padding-left: 100px;
        font-size: 42px
    }
}

@media (min-width:992px) {
    .hero__heading {
        font-size: 64px
    }
}

@media (min-width:1200px) {
    .hero__heading {
        display: flex;
        flex-direction: column;
        margin-top: 60px;
        margin-bottom: 60px;
        padding: 60px 0 70px 60px;
        font-size: 80px
    }

    .hero__heading:before {
        content: "";
        position: absolute;
        width: 232px;
        height: 100%;
        top: 0;
        left: 0;
        border: solid 4px #ffb74d;
        border-right: none
    }
}

@media (min-width:576px) {
    .hero__text {
        max-width: 75%
    }
}

@media (min-width:1200px) {
    .hero__text {
        max-width: 340px
    }
}

.hero__image {
    margin-bottom: 48px
}

@media (min-width:1200px) {
    .hero__image {
        margin-bottom: 0;
        margin-left: auto;
        width: 44%
    }
}

@media (min-width:1560px) {
    .hero__image {
        margin-bottom: 0;
        margin-left: auto;
        width: 50%
    }
}

.hero__image img,
.elementor .hero__image img {
    display: block;
    width: 100%;
    height: 100vh;
    max-width: 100% !important;
    object-fit: cover
}

@media (min-width:1560px) {

    .hero__image img,
    .elementor .hero__image img {
        width: 100%;
        margin-left: 0
    }
}

.services-section__content {
    margin-bottom: 56px
}

@media (min-width:768px) {
    .services-section__content {
        margin-bottom: 0
    }
}

.services-section__heading {
    margin: 0 0 12px
}

@media (min-width:992px) {
    .services-section__heading {
        margin-bottom: 20px
    }
}

.services-section__pseudoheading {
    max-width: 330px;
    margin-bottom: 24px
}

@media (min-width:768px) {
    .services-section__pseudoheading {
        margin-bottom: 40px
    }
}

.services-section__list {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: list
}

.services-section__item {
    counter-increment: list;
    margin-bottom: 12px
}

.services-section__item:last-child {
    margin-bottom: 0
}

.services-section__link {
    font-size: 16px;
    line-height: 1.625;
    color: var(--logo-color-littel-light);
    font-family: "Swansea", "Arial", sans-serif;
    text-transform: uppercase;
    transition: color .3s ease
}

.services-section__link:before {
    content: "0" counter(list) ".";
    display: inline-block;
    margin-right: 8px
}

.services-section__link:hover {
    outline: none;
    color: #000
}

.services-section__image {
    position: relative;
    max-width: 426px
}

.services-section__image img {
    max-width: 100%;
    height: auto;

}

.services-section__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%)
}

.services-block__header {
    margin-bottom: 32px
}

@media (min-width:768px) {
    .services-block__header {
        display: flex;
        align-items: center;
        margin-bottom: 48px
    }
}

@media (min-width:1200px) {
    .services-block__header {
        margin-bottom: 70px
    }
}

.statistics__item {
    text-align: center;
    margin-bottom: 32px
}

@media (min-width:576px) {
    .statistics__item {
        display: flex;
        align-items: center;
        text-align: left
    }
}

@media (min-width:992px) {
    .statistics__item {
        margin-bottom: 0
    }
}

.statistics__item:last-child {
    margin-bottom: 0
}

.statistics__item br {
    display: none
}

@media (min-width:576px) {
    .statistics__item br {
        display: block
    }
}

.statistics__item-text {
    font-size: 16px;
    line-height: 1.3125;
    color: #000;
    text-transform: uppercase;
    font-weight: 600
}

.statistics__item-value {
    margin-bottom: 6px;
    font-size: 60px;
    line-height: 1.16;
    color: var(--logo-color-light);
    font-weight: 700
}

@media (min-width:576px) {
    .statistics__item-value {
        margin-bottom: 0;
        margin-right: 24px
    }
}

@media (min-width:1200px) {
    .latest-projects__inner {
        padding: 0 34px;
        max-width: 100%
    }
}

@media (min-width:1560px) {
    .latest-projects__inner {
        padding: 0 54px
    }
}

.latest-projects__header {
    margin-bottom: 32px
}

@media (min-width:768px) {
    .latest-projects__header {
        display: flex;
        align-items: flex-end;
        margin-bottom: 48px
    }
}

@media (min-width:1200px) {
    .latest-projects__header {
        margin-bottom: 70px
    }
}

.latest-projects__heading {
    margin: 0 0 16px
}

@media (min-width:768px) {
    .latest-projects__heading {
        margin-bottom: 0;
        margin-right: auto
    }
}

.latest-projects__filter {
    margin-bottom: 16px
}

@media (min-width:768px) {
    .latest-projects__filter {
        flex-shrink: 0;
        margin-bottom: 7px;
        margin-left: 20px
    }
}

@media (min-width:768px) {
    .latest-projects__more {
        flex-shrink: 0;
        margin-left: 50px;
        margin-bottom: 10px
    }
}

.partners__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -98px
}

.partners__list--justify-start {
    justify-content: flex-start
}

.partners__item {
    width: 50%;
    text-align: center;
    align-self: center;
    margin-top: 98px
}

@media (min-width:576px) {
    .partners__item {
        width: 33.33%
    }
}

@media (min-width:992px) {
    .partners__item {
        width: 25%
    }
}

@media (min-width:1200px) {
    .partners__item {
        width: 20%
    }
}

.partners__item img {
    display: inline-block;
    vertical-align: top;
    max-width: 90%;
    height: auto;
    filter: grayscale(1);
    transition: filter .3s ease
}

.partners__item img:hover {
    filter: grayscale(0)
}

.parallax .partners__item {
    opacity: 1
}

.reviews-carousel__title {
    font-family: "Gilroy", "Arial", sans-serif;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 35px;
    padding-top: 25px
}

@media (min-width:768px) {
    .reviews-carousel__title {
        font-size: 40px
    }
}

@media (min-width:992px) {
    .reviews-carousel__title {
        font-size: 48px;
        margin-bottom: 64px
    }
}

.reviews-carousel__item {
    margin-top: 58px;
    overflow: visible !important
}

.latest-news {
    padding-bottom: 10px
}

.latest-news__header {
    margin-bottom: 32px
}

@media (min-width:768px) {
    .latest-news__header {
        display: flex;
        align-items: flex-end;
        margin-bottom: 48px
    }
}

@media (min-width:1200px) {
    .latest-news__header {
        margin-bottom: 70px
    }
}

.latest-news__heading {
    margin: 0 0 16px
}

@media (min-width:768px) {
    .latest-news__heading {
        margin-bottom: 0;
        margin-right: auto
    }
}

@media (min-width:768px) {
    .latest-news__more {
        flex-shrink: 0;
        margin-left: 30px;
        margin-bottom: 10px
    }
}

@media (min-width:1200px) {
    .latest-news__more {
        margin-left: 45px
    }
}

.latest-news__item {
    margin-bottom: 36px
}

@media (min-width:992px) {
    .latest-news__item {
        margin-bottom: 0
    }
}

.projects-masonry {
    list-style: none;
    padding: 0
}

.projects-masonry--pt {
    padding-top: 18px
}

@media (min-width:1200px) {
    .projects-masonry__inner {
        padding: 0 34px;
        max-width: 100%
    }
}

@media (min-width:1560px) {
    .projects-masonry__inner {
        padding: 0 54px
    }
}

.projects-masonry__item {
    margin-bottom: 30px
}

.projects-masonry__item .card__image img {
    height: 460px;
    object-fit: cover;
    object-position: center center
}

.projects-carousel {
    position: relative;
    padding-bottom: 32px
}

@media (min-width:576px) {
    .projects-carousel {
        padding-bottom: 40px
    }
}

@media (min-width:768px) {
    .projects-carousel {
        padding-bottom: 60px
    }
}

@media (min-width:992px) {
    .projects-carousel {
        padding-bottom: 80px
    }
}

@media (min-width:1200px) {
    .projects-carousel {
        padding-bottom: 92px
    }
}

.projects-carousel__item {
    width: 100%
}

@media (min-width:576px) {
    .projects-carousel__item {
        width: 80%
    }
}

@media (min-width:768px) {
    .projects-carousel__item {
        width: 65%
    }
}

@media (min-width:992px) {
    .projects-carousel__item {
        width: 55%
    }
}

@media (min-width:1200px) {
    .projects-carousel__item {
        width: 40%;
        max-width: 658px
    }
}

.projects-carousel__navigation {
    position: absolute;
    left: 0;
    top: calc(50% - 16px);
    z-index: 1;
    width: 100%;
    height: 0;
    box-sizing: border-box
}

@media (min-width:576px) {
    .projects-carousel__navigation {
        top: calc(50% - 20px)
    }
}

@media (min-width:768px) {
    .projects-carousel__navigation {
        top: calc(50% - 30px)
    }
}

@media (min-width:992px) {
    .projects-carousel__navigation {
        top: calc(50% - 40px)
    }
}

@media (min-width:1200px) {
    .projects-carousel__navigation {
        top: calc(50% - 46px)
    }
}

.projects-carousel__next,
.projects-carousel__prev {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    width: 64px;
    height: 64px;
    border: none;
    background-color: transparent;
    cursor: pointer
}

.projects-carousel__next.swiper-button-disabled,
.projects-carousel__prev.swiper-button-disabled {
    display: none
}

.projects-carousel__next svg,
.projects-carousel__prev svg {
    fill: #fff;
    transition: fill .3s ease
}

.projects-carousel__next:hover,
.projects-carousel__prev:hover {
    outline: none;
    fill: #ffb74d
}

.projects-carousel__next:active,
.projects-carousel__prev:active {
    opacity: .7
}

.projects-carousel__next {
    right: 24px
}

@media (min-width:1200px) {
    .projects-carousel__next {
        right: 48px
    }
}

.projects-carousel__prev {
    left: 24px
}

@media (min-width:1200px) {
    .projects-carousel__prev {
        left: 48px
    }
}

@media (min-width:1200px) {
    .featured-projects__inner {
        padding: 0 34px;
        max-width: 100%
    }
}

@media (min-width:1560px) {
    .featured-projects__inner {
        padding: 0 54px
    }
}

.featured-projects__header {
    margin-bottom: 32px
}

@media (min-width:768px) {
    .featured-projects__header {
        display: flex;
        align-items: center;
        margin-bottom: 48px
    }
}

@media (min-width:1200px) {
    .featured-projects__header {
        margin-bottom: 70px
    }
}

.featured-projects__heading {
    margin: 0 0 16px
}

@media (min-width:768px) {
    .featured-projects__heading {
        margin-bottom: 0;
        margin-right: auto
    }
}

@media (min-width:768px) {
    .featured-projects__more {
        flex-shrink: 0;
        margin-left: 30px
    }
}

@media (min-width:1200px) {
    .featured-projects__more {
        margin-left: 45px
    }
}

.featured-projects__item {
    margin-bottom: 28px
}

.projects-slider__item {
    max-width: 510px
}

.projects-slider__item.swiper-slide-prev,
.projects-slider__item.swiper-slide-next {
    position: relative
}

.projects-slider__item.swiper-slide-prev:before,
.projects-slider__item.swiper-slide-next:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .4)
}

@media (min-width:768px) {
    .projects-slider__item {
        max-width: 690px
    }
}

@media (min-width:992px) {
    .projects-slider__item {
        max-width: 930px
    }
}

@media (min-width:1200px) {
    .projects-slider__item {
        max-width: 1110px
    }
}

.projects-slider img {
    max-width: 100%;
    height: auto
}

.projects-slider__navigation {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translateX(-50%);
    width: 100%;
    max-width: 510px;
    height: 0;
    box-sizing: border-box
}

@media (min-width:768px) {
    .projects-slider__navigation {
        max-width: 690px
    }
}

@media (min-width:992px) {
    .projects-slider__navigation {
        max-width: 930px
    }
}

@media (min-width:1200px) {
    .projects-slider__navigation {
        max-width: 1110px
    }
}

.projects-slider__next,
.projects-slider__prev {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    padding: 0;
    border: none;
    background-color: transparent;
    appearance: none;
    cursor: pointer
}

@media (min-width:992px) {

    .projects-slider__next,
    .projects-slider__prev {
        width: 64px;
        height: 64px
    }
}

.projects-slider__next.swiper-button-disabled,
.projects-slider__prev.swiper-button-disabled {
    display: none
}

.projects-slider__next svg,
.projects-slider__prev svg {
    fill: #fff;
    transition: fill .3s ease;
    width: 32px;
    height: 32px
}

@media (min-width:992px) {

    .projects-slider__next svg,
    .projects-slider__prev svg {
        width: 64px;
        height: 64px
    }
}

.projects-slider__next:hover,
.projects-slider__prev:hover {
    outline: none;
    fill: #ffb74d
}

.projects-slider__next:active,
.projects-slider__prev:active {
    opacity: .7
}

.projects-slider__next {
    right: 24px
}

@media (min-width:1200px) {
    .projects-slider__next {
        right: 48px
    }
}

.projects-slider__prev {
    left: 24px
}

@media (min-width:1200px) {
    .projects-slider__prev {
        left: 48px
    }
}

.project-meta {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

@media (min-width:768px) {
    .project-meta {
        flex-wrap: nowrap
    }
}

.project-meta__item {
    width: 50%
}

@media (min-width:768px) {
    .project-meta__item {
        width: auto
    }
}

.project-meta__item:nth-child(n+3) {
    margin-top: 30px
}

@media (min-width:768px) {
    .project-meta__item:nth-child(n+3) {
        margin-top: 0
    }
}

.project-meta__item-title {
    margin-bottom: 20px;
    font-family: "Gilroy", "Arial", sans-serif;
    font-size: 16px;
    line-height: 1;
    color: #000;
    font-weight: 600;
    text-transform: uppercase
}

.project-designer__image {
    margin-bottom: 40px
}

.project-designer__image img {
    max-width: 100%;
    height: auto
}

.project-designer__content {
    position: relative;
    padding-top: 100px;
    overflow: hidden
}

.project-designer__content .sep {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    width: 83px;
    height: 62px
}

.project-designer__title {
    margin-bottom: 24px;
    font-family: "Gilroy", "Arial", sans-serif;
    font-size: 25px;
    line-height: 2;
    color: #000
}

@media (min-width:1200px) {
    .project-designer__title {
        margin-bottom: 50px
    }
}

.project-designer__title b {
    font-size: 32px;
    line-height: 1.5625
}

.project-designer__text {
    max-width: 670px
}

.steps {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: steps
}

.steps__item {
    position: relative;
    counter-increment: steps;
    margin-bottom: 32px;
    padding-left: 70px
}

@media (min-width:576px) {
    .steps__item {
        padding-left: 100px;
        margin-bottom: 48px
    }
}

@media (min-width:992px) {
    .steps__item {
        margin-bottom: 64px;
        padding-left: 160px
    }
}

@media (min-width:1200px) {
    .steps__item {
        margin-bottom: 96px;
        padding-left: 180px
    }
}

.steps__item:last-child {
    margin-bottom: 0
}

.steps__item:before {
    content: "0" counter(steps) ".";
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Gilroy", "Arial", sans-serif;
    font-size: 36px;
    line-height: 1;
    color: #000;
    font-weight: 700
}

@media (min-width:576px) {
    .steps__item:before {
        font-size: 48px
    }
}

@media (min-width:992px) {
    .steps__item:before {
        font-size: 64px
    }
}

@media (min-width:1200px) {
    .steps__item:before {
        font-size: 80px
    }
}

.steps__item-title {
    margin: 0 0 16px;
    font-family: "Gilroy", "Arial", sans-serif;
    font-size: 25px;
    line-height: 1;
    color: #000;
    font-weight: 700
}

@media (min-width:1200px) {
    .steps__item-title {
        margin-bottom: 30px
    }
}

.steps__item-text {
    max-width: 522px
}

.process__heading {
    position: relative;
    margin: 0 0 32px
}

@media (min-width:768px) {
    .process__heading {
        margin-bottom: 60px
    }
}

.process__heading:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 30%;
    width: 45px;
    border-top: solid 2px #ffb74d;
    transform: translateX(-100%)
}

@media (min-width:768px) {
    .process__heading:before {
        width: 70px
    }
}

@media (min-width:1200px) {
    .process__heading:before {
        left: -36px
    }
}

.process__text {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.6
}

@media (min-width:576px) {
    .process__text {
        margin-top: 40px
    }
}

@media (min-width:768px) {
    .process__text {
        margin-top: 60px
    }
}

@media (min-width:992px) {
    .process__text {
        margin-top: 80px
    }
}

@media (min-width:1200px) {
    .process__text {
        margin-top: 100px;
        font-size: 25px
    }
}

.process__steps {
    margin: 42px 0
}

@media (min-width:576px) {
    .process__steps {
        margin: 60px 0
    }
}

@media (min-width:768px) {
    .process__steps {
        margin: 100px 0
    }
}

@media (min-width:992px) {
    .process__steps {
        margin: 160px 0
    }
}

.process img {
    max-width: 100%;
    height: auto
}

.services-provided__heading {
    position: relative;
    margin: 0 0 32px
}

@media (min-width:768px) {
    .services-provided__heading {
        margin-bottom: 64px
    }
}

@media (min-width:1200px) {
    .services-provided__heading {
        margin-bottom: 100px
    }
}

.services-provided__heading:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 30%;
    width: 45px;
    border-top: solid 2px #ffb74d;
    transform: translateX(-100%)
}

@media (min-width:768px) {
    .services-provided__heading:before {
        width: 70px
    }
}

@media (min-width:1200px) {
    .services-provided__heading:before {
        left: -36px
    }
}

.services-provided__column {
    margin-bottom: 48px
}

.services-provided__column:last-child {
    margin-bottom: 0
}

@media (min-width:768px) {
    .services-provided__column {
        margin-bottom: 0
    }
}

.services-provided__column-heading {
    margin: 0 0 30px;
    font-family: "Gilroy", "Arial", sans-serif;
    font-size: 25px;
    line-height: 1;
    color: #000;
    font-weight: 700
}

@media (min-width:768px) {
    .services-provided__column-text {
        max-width: 272px
    }
}

.services-provided__icon {
    height: 60px;
    margin-bottom: 30px
}

.services-provided__icon .e-font-icon-svg {
    max-height: 100%;
    height: 56px
}

.services-provided__link {
    display: inline-flex;
    align-items: center;
    margin-top: 32px;
    font-size: 20px;
    line-height: 1.15;
    color: #000;
    font-weight: 600;
    transition: color .3s ease
}

.services-provided__link svg {
    margin-left: 8px;
    transition: fill .3s ease
}

.services-provided__link:hover {
    outline: none;
    color: #ffb74d
}

.services-provided__link:hover svg {
    fill: #ffb74d
}

.architects__heading {
    position: relative;
    margin: 0 0 32px
}

@media (min-width:768px) {
    .architects__heading {
        margin-bottom: 64px
    }
}

@media (min-width:1200px) {
    .architects__heading {
        margin-bottom: 100px
    }
}

.architects__heading:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 30%;
    width: 45px;
    border-top: solid 2px #ffb74d;
    transform: translateX(-100%)
}

@media (min-width:768px) {
    .architects__heading:before {
        width: 70px
    }
}

@media (min-width:1200px) {
    .architects__heading:before {
        left: -36px
    }
}

.architects__column {
    margin-bottom: 30px
}

.services {
    color: #000
}

.services__wrapper {
    display: flex;
    flex-direction: column
}

@media (min-width:992px) {
    .services__wrapper {
        flex-direction: row;
        align-items: flex-start;
        padding-top: 50px
    }
}

.services__left {
    display: flex;
    align-items: center;
    max-width: 300px;
    width: 100%;
    margin-bottom: 30px
}

@media (min-width:992px) {
    .services__left {
        display: block;
        margin-right: 100px;
        margin-bottom: 0
    }
}

@media (min-width:1200px) {
    .services__left {
        margin-right: 165px
    }
}

.services__left p {
    margin: 0;
    font-family: "Gilroy", "Arial", sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left
}

.services__left p br {
    display: none
}

@media (min-width:992px) {
    .services__left p br {
        display: block
    }
}

@media (min-width:1200px) {
    .services__left p {
        font-size: 20px;
        line-height: 35px;
        text-align: left
    }
}

.services__digit {
    margin-right: 48px;
    font-family: "Gilroy", "Arial", sans-serif;
    font-size: 80px;
    line-height: 90px;
    font-weight: 700;
    color: #fcd54c;
    position: relative;
    text-align: left
}

@media (min-width:992px) {
    .services__digit {
        margin-bottom: 15px;
        margin-right: 0
    }
}

@media (min-width:1200px) {
    .services__digit {
        margin-bottom: 27px;
        font-size: 170px;
        line-height: 195px
    }
}

.services__digit span span {
    font-size: 50px;
    line-height: 50px;
    position: absolute;
    left: auto;
    top: -15px
}

@media (min-width:1200px) {
    .services__digit span span {
        font-size: 80px;
        line-height: 80px;
        left: 119px;
        top: -65px
    }
}

.services__title {
    font-family: "Gilroy", "Arial", sans-serif;
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 35px
}

@media (min-width:768px) {
    .services__title {
        font-size: 40px;
        line-height: 45px
    }
}

@media (min-width:1200px) {
    .services__title {
        font-size: 48px;
        line-height: 69px;
        margin-bottom: 103px
    }
}

.services__title span span {
    color: #fcd54c
}

.services__grid {
    display: flex;
    flex-wrap: wrap
}

@media (min-width:992px) {
    .services__grid {
        margin: 0 -27px
    }
}

.services__item {
    width: 100%;
    margin-bottom: 33px
}

@media (min-width:992px) {
    .services__item:hover .services__link {
        opacity: 1
    }
}

@media (min-width:992px) {
    .services__item {
        width: calc(48.7% - 54px);
        margin: 0 27px 33px
    }
}

.services__item-title {
    font-family: "Gilroy", "Arial", sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px
}

@media (min-width:768px) {
    .services__item-title {
        font-size: 25px;
        margin-bottom: 18px
    }
}

.services__item-text {
    font-size: 14px;
    line-height: 18px;
    color: #787878;
    margin-bottom: 10px
}

@media (min-width:576px) {
    .services__item-text {
        font-size: 16px;
        line-height: 26px
    }
}

@media (min-width:768px) {
    .services__item-text {
        margin-bottom: 18px
    }
}

.services__link {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #fcd54c;
    transition: opacity .3s ease
}

@media (min-width:992px) {
    .services__link:hover svg {
        animation: link-arrow-hover .4s ease
    }
}

.services__link svg {
    fill: #fcd54c;
    margin-left: 16px
}

@media (min-width:1200px) {
    .projects-grid__inner {
        padding: 0 34px;
        max-width: 100%
    }
}

@media (min-width:1560px) {
    .projects-grid__inner {
        padding: 0 54px
    }
}

.projects-grid__list {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0
}

.projects-grid__item {
    margin-bottom: 30px
}

.projects-grid__bg {
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%
}

.projects-grid__bg-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(1);
    transition: all 5s, opacity .35s;
    background-repeat: no-repeat;
    background-size: cover
}

.projects-grid__bg-item.active {
    opacity: 1;
    transform: scale(1.03)
}

.team-list {
    list-style: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0
}

@media (min-width:1200px) {
    .team-list {
        padding-top: 50px
    }
}

.team-list__item {
    margin-top: 30px
}

.team-list__item .card__image img,
.architects__column .card__image img {
    height: 450px;
    object-fit: cover;
    object-position: center center
}

.team-list__item .fa,
.team-list__item .fas,
.architects__column .fa,
.architects__column .fas {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400
}

.news-listing {
    list-style: none;
    padding: 0
}

.news-listing__item {
    margin-bottom: 30px;
    height: 393px
}

.news-listing__item.news-listing__item--auto {
    height: auto
}

@media (max-width:991px) {
    .news-listing__item {
        height: auto
    }
}

@media (min-width:992px) {
    .news-listing__item {
        height: 393px
    }
}

@media (min-width:992px) {
    .news-listing__item--high {
        height: 478px
    }
}

@media (min-width:992px) {
    .news-listing__item--auto {
        height: auto
    }
}

.news-listing__item .readmore {
    display: none
}

.post-page__heading {
    margin-bottom: 38px
}

@media (min-width:1560px) {
    .post-page__filter {
        margin: 0 -200px
    }
}

.post-page__filter .news-list__filter-with-search input {
    width: 100%
}

.post-page__main-pic {
    margin: 0;
    height: 400px
}

@media (min-width:1560px) {
    .post-page__main-pic {
        margin: 0 -375px;
        height: 700px
    }
}

.post-page__main-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.post-page__wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 28px
}

@media (min-width:992px) {
    .post-page__wrapper {
        flex-direction: row;
        justify-content: space-between;
        margin-top: 94px
    }
}

.post-sb-page__main-pic--inner {
    height: 400px
}

.post-sb-page__main-pic {
    position: relative;
    margin: 0;
    font-size: 0
}

.post-sb-page__main-pic img,
.article .post-sb-page__main-pic img {
    width: 100%;
    object-fit: cover;
    height: 400px
}

@media (min-width:992px) {

    .post-sb-page__main-pic img,
    .article .post-sb-page__main-pic img,
    .post-sb-page__main-pic--inner {
        height: 500px
    }
}

@media (min-width:1200px) {

    .post-sb-page__main-pic img,
    .article .post-sb-page__main-pic img {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        height: 500px
    }

    .post-sb-page__main-pic--inner {
        margin-left: 34px;
        margin-right: 34px;
        height: 500px
    }
}

@media (min-width:1560px) {
    .post-sb-page__main-pic {
        margin-left: 54px;
        margin-right: 54px
    }
}

@media (min-width:1560px) {
    .post-sb-page__main-pic {
        margin-top: 80px
    }

    .post-sb-page__main-pic img,
    .article .post-sb-page__main-pic img,
    .post-sb-page__main-pic--inner {
        margin-top: 0;
        height: 40vw
    }
}

.post-sb-page__main-pic--inner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .25);
    z-index: 2
}

.post-sb-page__main-pic--inner img,
.article .post-sb-page__main-pic--inner img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover
}

.post-sb-page__main-pic--inner .post-sb-page__title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 50px 20px;
    position: relative;
    z-index: 3;
    text-align: center
}

.post-sb-page__main-pic--inner .post-sb-page__tag {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 10px;
    transition: color .3s ease
}

.post-sb-page__main-pic--inner .post-sb-page__tag a {
    color: #fff
}

@media (min-width:992px) {
    .post-sb-page__main-pic--inner .post-sb-page__tag {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 25px
    }
}

.post-sb-page__main-pic--inner .post-sb-page__heading {
    margin: 0;
    font-family: "Gilroy", "Arial", sans-serif;
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    color: #fff
}

@media (min-width:992px) {
    .post-sb-page__main-pic--inner .post-sb-page__heading {
        font-size: 60px;
        line-height: 64px
    }
}

@media (min-width:1560px) {
    .post-sb-page__main-pic--inner .post-sb-page__heading {
        font-size: 60px;
        line-height: 80px
    }
}

.post-sb-page__main-pic--inner .post-sb-page__heading span {
    color: #ffb74d
}

.post-sb-page__wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 28px;
    overflow: hidden
}

@media (min-width:992px) {
    .post-sb-page__wrapper {
        flex-direction: row;
        justify-content: space-between;
        margin-top: 100px
    }
}

.post-sb {
    padding-bottom: 60px;
    width: 100%
}

.post-sb__wrapper {
    display: flex;
    flex-direction: column
}

@media (min-width:992px) {
    .post-sb__wrapper {
        flex-direction: row
    }
}

.post-sb__content {
    width: 100%;
    order: 1
}

@media (min-width:992px) {
    .post-sb__content {
        margin-right: 127px;
        order: 0
    }
}

.post-sb__date {
    font-size: 16px;
    margin-bottom: 15px;
    color: #767676
}

@media (min-width:992px) {
    .post-sb__date {
        margin-bottom: 56px
    }
}

.post-sb__title {
    font-family: "Gilroy", "Arial", sans-serif;
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    color: #000;
    margin-bottom: 35px
}

@media (min-width:992px) {
    .post-sb__title {
        font-size: 32px;
        line-height: 45px;
        margin-bottom: 66px
    }
}

.post-sb__title a {
    color: #000;
    text-decoration: underline
}

@media (min-width:992px) {
    .post-sb__title a:hover {
        text-decoration: none
    }
}

.post-sb__subtitle {
    font-family: "Gilroy", "Arial", sans-serif;
    font-size: 23px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 18px
}

@media (min-width:992px) {
    .post-sb__subtitle {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 43px
    }
}

.post-sb__text,
.comment-item__text {
    font-size: 14px;
    line-height: 1.45
}

@media (min-width:992px) {

    .post-sb__text,
    .comment-item__text {
        font-size: 16px;
        line-height: 1.65
    }
}

.post-sb__text h1,
.post-sb__text h2,
.post-sb__text h3,
.post-sb__text h4,
.post-sb__text h5,
.post-sb__text h6,
.comment-item__text h1,
.comment-item__text h2,
.comment-item__text h3,
.comment-item__text h4,
.comment-item__text h5,
.comment-item__text h6 {
    font-family: "Gilroy", "Arial", sans-serif;
    font-size: 38px;
    line-height: 44px;
    font-weight: 700;
    color: #000;
    margin: 30px 0 20px
}

.post-sb__text h2,
.comment-item__text h2 {
    font-size: 32px;
    line-height: 38px
}

.post-sb__text h3,
.comment-item__text h3 {
    font-size: 25px;
    line-height: 31px
}

.post-sb__text h4,
.comment-item__text h4 {
    font-size: 22px;
    line-height: 28px
}

.post-sb__text h5,
.comment-item__text h5 {
    font-size: 19px;
    line-height: 25px
}

.post-sb__text h6,
.comment-item__text h6 {
    font-size: 16px;
    line-height: 22px
}

.post-sb__text p,
.comment-item__text p {
    margin: 25px 0
}

@media (min-width:992px) {
    .post-sb__text p+p {
        margin-top: 26px
    }
}

.post-sb__text .wp-block-image,
.comment-item__text .wp-block-image {
    margin: 30px 0
}

.blocks-gallery-grid {
    margin: 30px -60px
}

.wp-block-gallery {
    margin: 0 0 30px
}

.wp-block-gallery.alignleft {
    margin-right: 20px
}

.wp-block-gallery.alignright {
    margin-left: 20px
}

.wp-block-gallery .blocks-gallery-grid {
    margin: 0
}

.post-sb__text ul,
.post-sb__text ol,
.comment-item__text ul,
.comment-item__text ol {
    margin: 45px 0
}

.post-sb__text ul ul,
.post-sb__text ol ol,
.comment-item__text ul ul,
.comment-item__text ol ol,
.post-sb__text ul ol,
.post-sb__text ol ul,
.comment-item__text ul ol,
.comment-item__text ol ul {
    margin: 15px 0
}

span.edit-link {
    margin-top: 30px;
    position: relative;
    display: block;
    clear: both
}

span.edit-link a:before {
    content: '\f044';
    position: relative;
    display: inline-block;
    width: 23px;
    height: 23px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

.post-sb__review {
    margin: 40px 0
}

@media (min-width:992px) {
    .post-sb__review {
        margin: 84px 0 92px
    }
}

.post-sb__review .twitter-block__wrapper {
    padding: 30px
}

@media (min-width:576px) {
    .post-sb__review .twitter-block__wrapper {
        padding: 66px 71px 55px
    }
}

.post-sb__content-pic {
    margin: 35px 0 28px;
    overflow: hidden
}

@media (min-width:992px) {
    .post-sb__content-pic {
        margin: 80px 0 77px
    }
}

.post-sb__content-pic img {
    width: 100%;
    object-fit: cover
}

.post-sb .quote {
    margin: 40px 0
}

@media (min-width:992px) {
    .post-sb .quote {
        margin: 98px 0 212px
    }
}

.post-sb__gallery {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -15px 45px
}

@media (min-width:992px) {
    .post-sb__gallery {
        flex-direction: row;
        margin: 0 -15px 112px
    }
}

.post-sb__gallery-col {
    height: 300px;
    margin-top: 26px
}

@media (min-width:992px) {
    .post-sb__gallery-col {
        height: 633px;
        margin-top: 0
    }
}

.post-sb__gallery-col .small {
    height: 300px
}

.post-sb__gallery-col .small+.small {
    margin-top: 26px
}

.post-sb__bottom {
    margin-top: 45px;
    padding-top: 45px;
    border-top: 1px solid #a6a6a6
}

@media (min-width:992px) {
    .post-sb__bottom {
        margin-top: 60px;
        padding-top: 60px
    }
}

.post-sb__tags span,
.post-sb__socials>span {
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-size: 16px;
    font-weight: 700
}

.post-sb__socials,
.post-sb__tags {
    display: flex;
    margin: 0 0 25px;
    font-size: 0
}

.post-sb__tags {
    display: block
}

.post-sb__social .social__item+.social__item {
    margin-left: 20px
}

.post-sb__social .social__link {
    padding-top: 5px;
    width: auto;
    height: auto;
    cursor: pointer;
    transition: color .3s ease
}

.post-sb__social .social__link:hover {
    color: #ffb74d
}

.post-sb__socials .fa,
.post-sb__socials .fas {
    font-family: 'Font Awesome 5 Brands'
}

.post-sb__related {
    margin: 15px 0
}

@media (min-width:992px) {
    .post-sb__related {
        margin: 196px 0 100px
    }
}

.post-sb__comment {
    max-width: 730px;
    margin: 0 auto 50px
}

@media (min-width:992px) {
    .post-sb__comment {
        margin-bottom: 60px
    }
}

.post-sb__comment-form {
    margin: 0 auto
}

.post-sb--full .post-sb__content {
    margin-right: 0
}

@media (min-width:992px) {
    .post-sb--full .post-sb__content-pic {
        margin: 80px -190px 77px
    }
}

@media (min-width:992px) {
    .post-sb--full .post-sb__gallery {
        flex-direction: row;
        margin: 0 -190px 112px
    }
}

.post-related {
    padding: 20px 0;
    background-color: #fff
}

@media (min-width:992px) {
    .post-related {
        padding: 119px 0 103px;
        background-color: #f8f8f8
    }
}

@media (min-width:1560px) {
    .post-related {
        background-color: transparent;
        background-image: linear-gradient(to right, #f8f8f8 86.09%, transparent 86.09%)
    }
}

.post-related__container {
    margin: 0 auto
}

@media (min-width:992px) {
    .post-related__container {
        max-width: 1110px
    }
}

.post-related__wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -15px
}

.post-related__title {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 30px
}

@media (min-width:992px) {
    .post-related__title {
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
        margin-bottom: 90px
    }
}

.post-related__title span {
    font-family: "Gilroy", "Arial", sans-serif;
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    color: #000
}

@media (min-width:992px) {
    .post-related__title span {
        font-size: 32px;
        line-height: 45px
    }
}

.post-related__title a {
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-family: "Gilroy", "Arial", sans-serif;
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    color: #a1a1a1;
    transition: color .3s ease
}

@media (min-width:992px) {
    .post-related__title a {
        margin-top: 0
    }
}

@media (min-width:992px) {
    .post-related__title a:hover {
        color: #ffb74d
    }

    .post-related__title a:hover svg {
        fill: #ffb74d
    }
}

.post-related__title a svg {
    fill: #787878;
    margin-left: 15px;
    transition: fill .3s ease
}

.post-related__item {
    height: auto;
    margin-bottom: 20px
}

@media (min-width:992px) {
    .post-related__item {
        height: 350px
    }
}

.post-related__item .card__content {
    background-color: #fff
}

@media (min-width:992px) {
    .post-related__item .card__content {
        background-color: #f8f8f8
    }
}

.comment__title {
    font-family: "Gilroy", "Arial", sans-serif;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px
}

@media (min-width:992px) {
    .comment__title {
        font-size: 32px;
        line-height: 45px;
        margin-bottom: 60px
    }
}

.comments {
    margin: 0;
    padding: 0;
    list-style: none
}

.comment.comment-item {
    list-style: none
}

.comment .comment-item+.comment-item {
    margin-top: 30px
}

@media (min-width:768px) {
    .comment .comment-item+.comment-item {
        margin-top: 63px
    }
}

.comment.comment-item ul.children>li {
    margin-top: 30px
}

@media (min-width:768px) {
    .comment.comment-item ul.children>li {
        margin-top: 63px
    }
}

.comment .comment-item__photo img {
    float: left;
    max-width: 80px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 10px
}

.comment .comment-item__content {
    margin-left: 112px
}

.comment .comment-item__top {
    margin-bottom: 5px
}

.comment .comment-item__name {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #000
}

@media (min-width:992px) {
    .comment .comment-item__name {
        margin-right: 19px
    }
}

.comment .comment-item__sent {
    margin-top: 10px;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase
}

.comment .comment-item__text {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 31px
}

.comment .comment-item__reply a {
    width: 68px;
    padding: 5px 13px;
    font-size: 12px;
    color: #000;
    text-align: center;
    border: 1px solid #d3d3d3;
    background-color: #fff;
    text-transform: uppercase;
    box-sizing: border-box;
    cursor: pointer;
    transition: all .3s ease
}

@media (min-width:992px) {
    .comment .comment-item__reply a:hover {
        outline: none;
        border-color: #ffb74d;
        background-color: #ffb74d
    }
}

@media (min-width:768px) {
    .comment .comment-item__reply a {
        left: 0;
        transform: none
    }
}

.comment .comment-item--replyed {
    margin-left: 50px
}

@media (min-width:768px) {
    .comment .comment-item--replyed {
        margin-left: 80px
    }
}

@media (min-width:992px) {
    .comment .comment-item--replyed {
        margin-left: 110px
    }
}

.comment-item .comment-respond {
    margin-top: 45px
}

.comment-item .comment-respond .comment-form__title small {
    font-size: 16px
}

.comment-form {
    max-width: 730px
}

.comment-form .field {
    margin-bottom: 30px
}

.comment-form__title {
    font-family: "Gilroy", "Arial", sans-serif;
    font-size: 29px;
    line-height: 34px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px
}

.comment-form input[type=text],
.comment-form input[type=number],
.comment-form input[type=tel],
.comment-form input[type=email],
.comment-form input[type=phone],
.comment-form input[type=address],
.comment-form input[type=password],
.comment-form textarea {
    width: 100%;
    height: 50px;
    padding: 16px;
    border: 1px solid #d4d4d4;
    background-color: #fff;
    box-sizing: border-box;
    font-family: "Poppins", "Arial", sans-serif;
    transition: border-color .3s ease
}

.comment-form input::placeholder,
.comment-form textarea::placeholder {
    font-size: 16px;
    opacity: .5;
    color: #000
}

.comment-form input:focus,
.comment-form textarea:focus {
    border-color: #000
}

.comment-form input:focus::placeholder,
.comment-form textarea:focus::placeholder {
    opacity: 0
}

.comment-form textarea {
    height: 174px;
    resize: none
}

.comment-form__inputs-group {
    display: flex;
    flex-direction: column
}

@media (min-width:992px) {
    .comment-form__inputs-group {
        flex-direction: row;
        justify-content: space-between;
        margin: 0 -15px 30px
    }
}

.comment-form__inputs-group .comment-form__field-wrapper {
    width: 100%;
    margin: 0 0 15px
}

@media (min-width:992px) {
    .comment-form__inputs-group .comment-form__field-wrapper {
        width: calc(50% - 30px);
        margin: 0 15px
    }
}

.comment-form__inputs-group .comment-form__field-wrapper label {
    margin-bottom: 0
}

.comment-form__btn {
    padding: 17px 44px;
    border-radius: 0;
    font-family: "Poppins", "Arial", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer
}

.quote,
blockquote {
    margin: 45px 0;
    padding: 20px 20px 20px 70px;
    border: 4px solid #ffb74d;
    position: relative
}

@media (min-width:992px) {

    .quote,
    blockquote {
        padding: 37px 50px 29px 123px
    }
}

.wp-block-column .quote,
.wp-block-column blockquote {
    padding: 30px
}

.wp-block-column .quote p,
.wp-block-column blockquote p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 26px
}

.wp-block-column .quote .quote__name,
.wp-block-column blockquote cite {
    font-size: 14px
}

.quote:before,
blockquote:before {
    content: ",,";
    display: block;
    font-family: "Poppins", "Arial", sans-serif;
    font-size: 70px;
    line-height: 70px;
    font-weight: 600;
    letter-spacing: -5px;
    color: #ffb74d;
    position: absolute;
    top: -21px;
    left: 18px
}

@media (min-width:992px) {

    .quote:before,
    blockquote:before {
        font-size: 100px;
        line-height: 80px;
        top: -19px;
        left: 34px
    }
}

.quote p,
blockquote p,
.post-sb__text blockquote p,
.post-sb__text blockquote p,
.comment-item__text blockquote p,
.comment-item__text blockquote p {
    font-family: "Gilroy", "Arial", sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    margin: 0 0 28px
}

@media (min-width:992px) {

    .quote p,
    blockquote p {
        font-size: 20px;
        line-height: 35px
    }
}

.quote__name,
blockquote cite {
    color: #000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    font-style: normal
}

.quote__name br,
blockquote cite br {
    display: none
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin: 45px 0;
    padding: 35px 30px 30px 100px
}

.wp-block-pullquote blockquote {
    margin: 0
}

.service-card {
    counter-increment: services
}

@media (min-width:768px) {
    .service-card--reverse .service-card__inner {
        flex-direction: row-reverse
    }
}

.service-card--reverse .service-card__left:before {
    left: auto;
    right: 0;
    border-left: none;
    border-right: solid 4px #ffb74d
}

@media (min-width:768px) {
    .service-card--reverse .service-card__left:after {
        right: 32px
    }
}

@media (min-width:992px) {
    .service-card--reverse .service-card__left {
        padding: 64px 48px 64px 96px
    }

    .service-card--reverse .service-card__left:after {
        right: 48px
    }
}

.service-card--reverse .service-card__detail {
    left: auto;
    right: 0
}

@media (min-width:768px) {
    .service-card--reverse .service-card__detail {
        border-right: none;
        border-left: solid 4px #fff
    }
}

@media (min-width:768px) and (min-width:992px) {
    .service-card--reverse .service-card__detail:hover {
        border-color: #ffb74d
    }
}

.service-card__inner {
    display: flex;
    flex-direction: column
}

@media (min-width:768px) {
    .service-card__inner {
        flex-direction: row;
        padding-bottom: 150px
    }
}

@media (min-width:992px) {
    .service-card__inner {
        padding-bottom: 116px
    }
}

.service-card__left {
    position: relative;
    padding-left: 56px
}

@media (min-width:768px) {
    .service-card__left {
        padding: 32px
    }

    .service-card__left:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 45%;
        height: 100%;
        border-top: solid 4px #ffb74d;
        border-left: solid 4px #ffb74d;
        pointer-events: none
    }
}

@media (min-width:992px) {
    .service-card__left {
        display: flex;
        align-items: center;
        padding: 64px 96px 64px 48px
    }
}

@media (min-width:1200px) {
    .service-card__left {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

.service-card__left .num {
    position: absolute;
    left: 0;
    bottom: 0;
    font-family: "Gilroy", "Arial", sans-serif;
    font-size: 48px;
    line-height: 1;
    color: #dcdcdc;
    font-weight: 700;
    transform: rotate(-90deg);
    transform-origin: 33% 50%
}

@media (min-width:768px) {
    .service-card__left .num {
        left: 24px;
        transform: rotate(0)
    }
}

@media (min-width:768px) {
    .service-card__left .num {
        left: 32px
    }
}

@media (min-width:992px) {
    .service-card__left .num {
        left: 48px;
        font-size: 64px
    }
}

@media (min-width:1200px) {
    .service-card__left .num {
        font-size: 100px
    }
}

.service-card__right {
    order: -1
}

@media (min-width:768px) {
    .service-card__right {
        position: relative;
        width: 60%;
        flex-shrink: 0;
        order: 0
    }
}

@media (min-width:1200px) {
    .service-card__right {
        width: 100%;
        max-width: 635px
    }
}

.service-card__right img {
    display: block;
    width: 100%;
    height: auto
}

.service-card__detail {
    width: 80%;
    max-width: 394px;
    padding: 20px 0;
    transition: border-color .3s ease
}

@media (min-width:768px) {
    .service-card__detail {
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 24px;
        border-top: solid 4px #fff;
        border-right: solid 4px #fff;
        background-color: #fff;
        transform: translateY(150px)
    }
}

@media (min-width:992px) {
    .service-card__detail {
        transform: translateY(116px)
    }
}

@media (min-width:992px) {
    .service-card__detail:hover {
        border-color: #ffb74d
    }
}

.service-card__tags {
    margin: 0 0 10px
}

.service-card__heading {
    margin: 0 0 24px;
    font-family: "Gilroy", "Arial", sans-serif;
    font-size: 25px;
    line-height: 1.4;
    color: #000;
    font-weight: 700
}

.service-card__link {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.5;
    color: #ffb74d;
    font-weight: 600;
    transition: color .3s ease
}

.service-card__link svg {
    margin-left: 8px;
    fill: #ffb74d;
    transition: fill .3s ease
}

@media (min-width:992px) {
    .service-card__link:hover {
        color: #000
    }

    .service-card__link:hover svg {
        fill: #000
    }
}

.services-list {
    counter-reset: services
}

.services-list__item+.services-list__item {
    margin-top: 40px
}

@media (min-width:576px) {
    .services-list__item+.services-list__item {
        margin-top: 60px
    }
}

@media (min-width:768px) {
    .services-list__item+.services-list__item {
        margin-top: 80px
    }
}

@media (min-width:992px) {
    .services-list__item+.services-list__item {
        margin-top: 100px
    }
}

.single-service-block h2 {
    margin: 0 0 32px;
    font-family: "Gilroy", "Arial", sans-serif;
    font-size: 25px;
    line-height: 1.4;
    color: #000;
    font-weight: 700
}

@media (min-width:1200px) {
    .single-service-block h2 {
        margin-bottom: 42px
    }
}

.single-service-block p {
    margin: 0
}

.single-service-block p+p {
    margin-top: 24px
}

@media (min-width:1200px) {
    .single-service-block p+p {
        margin-top: 50px
    }
}

.single-service-block img {
    max-width: 100%;
    height: auto
}

.services-provided__icon i {
    font-size: 56px;
    color: #000
}

.services-provided__icon .e-font-icon-svg {
    fill: #000
}

.feedback__heading {
    font-size: 32px;
    margin: 0 0 32px
}

@media (min-width:1200px) {
    .feedback__heading {
        margin-bottom: 50px
    }
}

.feedback__field-wrapper {
    margin-bottom: 30px
}

.contact-block {
    max-width: 496px;
    background-color: #fff
}

.contact-block__heading {
    margin: 0 0 32px;
    font-family: "Gilroy", "Arial", sans-serif;
    font-size: 32px;
    line-height: 1.4;
    color: #000;
    font-weight: 700
}

.contact-block__heading span {
    font-family: "Swansea", "Arial", sans-serif
}

.contact-block__address {
    max-width: 370px;
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 1.3125;
    color: #787878;
    font-style: normal
}

@media (min-width:1200px) {
    .contact-block__address {
        margin-bottom: 60px
    }
}

.contact-block__phone {
    margin: 0 0 32px
}

.contact-block__phone a {
    font-family: "Gilroy", "Arial", sans-serif;
    font-size: 32px;
    line-height: 1.4;
    color: #000;
    font-weight: 700;
    transition: color .3s ease
}

@media (min-width:992px) {
    .contact-block__phone a:hover {
        outline: none;
        color: #ffb74d
    }
}

.contact-block__item {
    font-size: 16px;
    line-height: 1.3125;
    color: #787878
}

@media (min-width:576px) {
    .contact-block__item {
        display: flex
    }
}

.contact-block__item-hint {
    margin-bottom: 6px;
    color: #000;
    font-weight: 700;
    flex-shrink: 0
}

@media (min-width:576px) {
    .contact-block__item-hint {
        margin-bottom: 0;
        margin-right: 8px
    }
}

.contact-block__item-val a {
    color: #787878;
    transition: color .3s ease
}

.contact-block__item-val a:hover {
    outline: none;
    color: #ffb74d
}

.contact-block__item+.contact-block__item {
    margin-top: 30px
}

@media (min-width:1200px) {
    .about-block--columns .about-block__inner {
        display: flex
    }

    .about-block--columns .about-block__header {
        max-width: 220px;
        margin-right: 64px;
        margin-bottom: 0;
        flex-shrink: 0
    }
}

.about-block__inner {
    position: relative
}

.about-block__inner:before {
    content: attr(data-number);
    position: absolute;
    top: 40px;
    left: -510px;
    width: 410px;
    font-family: "Gilroy", "Arial", sans-serif;
    font-size: 300px;
    line-height: 1;
    color: #f2f2f2;
    font-weight: 700;
    text-align: right;
    white-space: nowrap
}

.about-block__header {
    margin-bottom: 50px
}

@media (min-width:1200px) {
    .about-block__header {
        margin-bottom: 100px
    }
}

.about-block__heading {
    position: relative;
    margin: 0
}

@media (min-width:768px) {
    .about-block__heading {
        font-size: 38px
    }
}

.about-block__heading:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 14px;
    width: 45px;
    border-top: solid 2px #ffb74d;
    transform: translateX(-100%)
}

@media (min-width:768px) {
    .about-block__heading:before {
        width: 70px
    }
}

@media (min-width:1200px) {
    .about-block__heading:before {
        left: -30px
    }
}

.about-block__text {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 1.6;
    color: #787878
}

@media (min-width:992px) {
    .about-block__text {
        margin-bottom: 80px;
        font-size: 25px
    }
}

.about-block__text p {
    margin: 0
}

.about-block__text p+p {
    margin-top: 1.5em
}

.about-block__quote {
    position: relative;
    margin: 0;
    padding: 0 0 0 64px;
    border: none !important
}

.about-block__quote:before {
    display: none
}

.about-block__quote .sep {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 42px;
    height: 32px;
    transform: translateY(-50%)
}

@media (min-width:1200px) {
    .about-block__quote {
        padding-left: 0
    }

    .about-block__quote .sep {
        left: -80px
    }
}

.about-block__team {
    margin-top: -30px;
    padding-top: 0
}

.map {
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: 0
}

@media (max-width:767px) {
    .contact-block__heading {
        margin: 0 0 20px;
        font-size: 25px
    }

    .contact-block__phone a {
        font-size: 25px
    }
}

@media (min-width:1200px) {
    .map {
        max-width: calc(100vw - 68px)
    }
}

@media (min-width:1560px) {
    .map {
        max-width: calc(100vw - 108px)
    }
}

.map iframe {
    width: 100%;
    height: 300px;
    margin-bottom: 40px;
    border: none;
    z-index: -1
}

@media (min-width:992px) {
    .map iframe {
        position: absolute;
        left: 15px;
        right: 15px;
        width: calc(100% - 30px);
        height: 100%
    }
}

.article__feedback {
    margin-top: 60px
}

.video-section {
    position: relative;
    z-index: 1;
    background-color: #fff
}

.video-section.video-section--fixed {
    height: 100vh
}

.video-section__inner {
    position: relative;
    height: 100%
}

@media (min-width:1560px) {
    .video-section__inner {
        max-width: none;
        padding-left: 0;
        padding-right: 0
    }
}

.video-section video {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
    pointer-events: none
}

.video-section__bottom {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    display: none;
    justify-content: space-between;
    padding: 15px
}

@media (min-width:576px) {
    .video-section__bottom {
        display: flex
    }
}

@media (min-width:992px) {
    .video-section__bottom {
        padding: 52px 15px
    }
}

.video-section__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%)
}

.video-section__copy {
    color: #fff
}

.video-section__copy p {
    margin: 0
}

.video-section .lang-switcher__link {
    color: #fff
}

.video-section .lang-switcher__link--current {
    color: #ffb74d
}

.main-slider {
    position: relative;
    /* overflow: hidden; */
    height: 100vh;

}

@media (max-width:991px) {
    .main-slider {
        margin-left: 0;
        margin-right: 0
    }
}

@media (min-width:1560px) {
    .main-slider {
        margin-left: 54px;
        margin-right: 54px
    }
}

.main-slider {
    height: 91vh;
}

.main-slider .swiper-container,
.main-slider .swiper-wrapper,
.main-slider .swiper-slide {
    height: 100%
}

.main-slider .swiper-slide {
    overflow: hidden
}

.main-slider .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover
}

.main-slider .info {
    position: relative;
    z-index: 2;
    color: #fff
}

.main-slider .container {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center
}

.main-slider .container .subtitle {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px
}

.main-slider .container .title {
    font-size: 80px;
    line-height: 90px;
    color: #fff;
    font-weight: 600
}

.main-slider .container .title b {
    color: var(--slider-text-color)
}

.main-slider .container .more {
    margin-top: 90px
}

.bline .bline-1 {
    position: absolute;
    left: -50px;
    top: -50px;
    width: 156px;
    height: 4px
}

.bline .bline-2 {
    position: absolute;
    left: -50px;
    top: -50px;
    width: 4px;
    height: calc(100% + 100px)
}

.bline .bline-3 {
    position: absolute;
    left: -50px;
    bottom: -50px;
    width: 156px;
    height: 4px
}

.bline .bline-1:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: var(--logo-color-light);
    transition: all .5s ease 0s;
    transition-delay: .5s
}

.bline .bline-2:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: var(--logo-color-littel-light);
    transition: all .5s ease 0s;
    transition-delay: 1s
}

.bline .bline-3:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: var(--logo-color-light);
    transition: all .5s ease 0s;
    transition-delay: 1.5s
}

.swiper-slide.swiper-slide-active .bline .bline-1:before {
    width: 100%;

}

.swiper-slide.swiper-slide-active .bline .bline-2:before {
    height: 100%
}

.swiper-slide.swiper-slide-active .bline .bline-3:before {
    width: 100%
}

.main-slider .swiper-custom-pagination {
    position: absolute;
    right: -1px;
    bottom: 159px;
    width: 100%;
    height: 1px;
    z-index: 2
}

@media (max-width:991px) {
    .main-slider .container .title {
        font-size: 60px;
        line-height: 70px
    }

    .main-slider .swiper-custom-pagination {
        display: none
    }

    .main-slider .info {
        margin-left: 50px
    }
}

@media (max-width:767px) {
    .main-slider .container .title {
        font-size: 36px;
        line-height: 46px
    }

    .link-arrow {
        font-size: 16px
    }
}

.main-slider .swiper-custom-pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    height: 1px
}

.main-slider .swiper-custom-pagination ul li {
    padding: 0 0 0 34px;
    display: flex;
    align-items: center;
    max-width: 33.333%;
    height: 160px;
    background: #fff
}

@media (min-width:1560px) {
    .main-slider .swiper-custom-pagination ul li {
        padding: 0 0 0 54px
    }
}

.main-slider .swiper-custom-pagination ul li .num {
    margin-right: 36px;
    font-family: "Gilroy", "Arial", sans-serif;
    font-size: 60px;
    line-height: 1;
    color: #787878;
    font-weight: 700;
    color: #000 !important;
    transition: color .3s ease
}

.main-slider .swiper-custom-pagination ul li .label {
    max-width: 110px;
    font-size: 16px;
    line-height: 1.625;
    color: #787878;
    font-weight: 600;
    color: #000 !important;
    transition: color .3s ease
}

.main-slider .swiper-custom-nav {
    padding-left: 15px;
    margin-left: -570px;
    width: 1140px;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 70px;
    z-index: 2;
    display: none
}

.main-slider .swiper-custom-nav .prev {
    margin-right: 15px
}

.main-slider .swiper-custom-nav .prev,
.main-slider .swiper-custom-nav .next {
    display: inline-block;
    vertical-align: top;
    font-family: "Gilroy", "Arial", sans-serif;
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    transition: opacity .3s ease;
    cursor: pointer
}

.main-slider .swiper-custom-nav .prev:hover,
.main-slider .swiper-custom-nav .next:hover {
    opacity: .6
}

.main-slider .tp-tabs {
    padding: 0 !important;
    background-color: #fff !important
}

.main-slider .tp-tab {
    opacity: 1 !important
}

.main-slider .tp-tab.selected .slide-tab {
    cursor: default
}

.main-slider .tp-tab.selected .slide-tab__number {
    color: #ffb74d !important
}

.main-slider .tp-tab.selected .slide-tab__title {
    color: #000 !important
}

.main-slider .tparrows {
    width: auto;
    height: auto;
    background-color: transparent
}

.main-slider .tparrows:hover {
    background-color: transparent
}

.main-slider .tparrows:hover:before {
    opacity: .6 !important
}

.main-slider .tparrows:before {
    font-family: "Gilroy", "Arial", sans-serif;
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    transition: opacity .3s ease
}

.main-slider .tp-leftarrow:before {
    content: "prev"
}

.main-slider .tp-rightarrow:before {
    content: "next"
}

.main-slider .rev_slider_wrapper {
    height: 100% !important
}

.main-slider .rev_slider {
    height: 100% !important
}

.main-slider .rev_slider .slot {
    height: 100% !important
}

.main-slider .rev_slider .slot * {
    height: 100% !important
}

.article {
    overflow: hidden;
    padding: 40px 0 0
}

@media (min-width:768px) {
    .article {
        padding: 60px 0 0
    }
}

@media (min-width:992px) {
    .article {
        padding: 100px 0 0
    }
}

@media (min-width:1200px) {
    .article {
        padding: 150px 0 0
    }
}

.article--pb-0 {
    padding-bottom: 0
}

.article__header {
    margin-bottom: 50px
}

@media (min-width:992px) {
    .article__header {
        margin-bottom: 100px
    }
}

.article__header-text {
    max-width: 700px;
    margin-top: 24px
}

.article__header-meta {
    margin-top: 40px
}

@media (min-width:576px) {
    .article__header-meta {
        margin-top: 60px
    }
}

@media (min-width:768px) {
    .article__header-meta {
        margin-top: 80px
    }
}

@media (min-width:992px) {
    .article__header-meta {
        margin-top: 100px
    }
}

@media (min-width:1200px) {
    .article__header-meta {
        margin-top: 127px
    }
}

.article__tag,
.article__header .post-sb-page__tag a {
    font-size: 16px;
    line-height: 26px;
    color: #767676;
    text-transform: uppercase;
    margin-bottom: 5px
}

.post-sb-page__tag a:hover {
    color: #ffb74d
}

.article__heading {
    margin: 0
}

.article__filter {
    margin-top: 0;
    margin-bottom: 60px
}

@media (min-width:1200px) {
    .article__main--width-full {
        padding: 0 34px;
        max-width: 100%
    }
}

@media (min-width:1560px) {
    .article__main--width-full {
        padding: 0 54px
    }
}

@media (min-width:992px) {
    .article__main--width-small {
        max-width: 760px
    }
}

.article img {
    max-width: 100%;
    height: auto
}

@media (min-width:1200px) {

    .article__projects-carousel,
    .article__project-hero {
        margin-bottom: 160px
    }
}

.article__project-hero img {
    display: block;
    width: 100%;
    height: auto
}

.article__project-text {
    margin: 40px 0;
    font-size: 18px;
    line-height: 1.8
}

.article__project-text strong {
    color: #000;
    font-weight: 600
}

.article__project-text p {
    margin: 0
}

.article__project-text p+p {
    margin-top: 1.5em
}

@media (min-width:576px) {
    .article__project-text {
        margin: 0 0 60px
    }
}

@media (min-width:768px) {
    .article__project-text {
        margin: 0 0 100px
    }
}

@media (min-width:992px) {
    .article__project-text {
        margin: 0 0 140px;
        font-size: 25px
    }
}

.article__projects-slider {
    margin: 20px 0 40px;
    font-size: 0
}

@media (min-width:576px) {
    .article__projects-slider {
        margin: 40px 0 80px
    }
}

@media (min-width:768px) {
    .article__projects-slider {
        margin: 60px 0 100px
    }
}

@media (min-width:992px) {
    .article__projects-slider {
        margin: 60px 0 160px
    }
}

.article__project-meta {
    margin-bottom: 60px
}

@media (min-width:576px) {
    .article__project-meta {
        margin-bottom: 80px
    }
}

@media (min-width:768px) {
    .article__project-meta {
        margin-bottom: 100px
    }
}

@media (min-width:992px) {
    .article__project-meta {
        margin-bottom: 160px
    }
}

.article__project-designer {
    margin-bottom: 60px
}

@media (min-width:576px) {
    .article__project-designer {
        margin-bottom: 80px
    }
}

@media (min-width:768px) {
    .article__project-designer {
        margin-bottom: 100px
    }
}

@media (min-width:992px) {
    .article__project-designer {
        margin-bottom: 150px
    }
}

.article__project-images {
    margin-bottom: 80px
}

@media (min-width:768px) {
    .article__project-images {
        margin-bottom: 100px
    }
}

@media (min-width:992px) {
    .article__project-images {
        margin-bottom: 160px
    }
}

@media (min-width:1200px) {
    .article__project-images {
        max-width: 100%;
        padding: 0 34px
    }
}

@media (min-width:1560px) {
    .article__project-images {
        padding: 0 54px
    }
}

.article__project-images-cell {
    margin-top: 24px
}

@media (min-width:768px) {
    .article__project-images-cell {
        margin-top: 0
    }
}

@media (min-width:768px) {
    .article__project-images-cell .article__project-images-cell {
        margin-top: 24px
    }
}

@media (min-width:1560px) {
    .article__project-images-cell .article__project-images-cell {
        margin-top: 30px
    }
}

.article__project-images img {
    display: block;
    width: 100%;
    height: auto
}

.article__single-service-image {
    margin-bottom: 40px
}

@media (min-width:576px) {
    .article__single-service-image {
        margin-bottom: 60px
    }
}

@media (min-width:768px) {
    .article__single-service-image {
        margin-bottom: 80px
    }
}

@media (min-width:992px) {
    .article__single-service-image {
        margin-bottom: 100px
    }
}

@media (min-width:1200px) {
    .article__single-service-image {
        margin-top: 100px;
        margin-bottom: 135px
    }
}

.article__single-service-image img {
    max-width: 100%;
    height: auto
}

.article__about-hero {
    margin-bottom: 40px
}

@media (min-width:576px) {
    .article__about-hero {
        margin-bottom: 60px
    }
}

@media (min-width:768px) {
    .article__about-hero {
        margin-bottom: 100px
    }
}

@media (min-width:992px) {
    .article__about-hero {
        margin-bottom: 160px
    }
}

@media (min-width:1200px) {
    .article__about-hero {
        max-width: 100%;
        margin-top: 100px;
        margin-bottom: 210px;
        padding: 0 34px
    }
}

@media (min-width:1560px) {
    .article__about-hero {
        padding: 0 54px
    }
}

.article__about-hero img {
    display: block;
    width: 100%;
    height: auto
}

.article .single-service-block+.single-service-block {
    margin-top: 60px
}

@media (min-width:1200px) {
    .article .single-service-block+.single-service-block {
        margin-top: 80px
    }
}

.article--news img {
    max-width: 100%
}

.article--news .article__header {
    margin-bottom: 40px
}

@media (min-width:1200px) {
    .article--news .article__filter {
        margin-top: 81px
    }
}

.article--news .article__filter .filter__item {
    font-weight: 400
}

@media (min-width:1200px) {
    .article--news .article__filter .filter__item {
        font-family: "Poppins", "Arial", sans-serif;
        margin-right: 53px
    }
}

.article--p0 {
    padding: 0
}

.welcome {
    max-width: 480px
}

.welcome__subtitle {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 14px
}

.welcome__title {
    font-family: "Gilroy", "Arial", sans-serif;
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
    text-transform: uppercase
}

@media (min-width:576px) {
    .welcome__title {
        font-size: 55px;
        line-height: 60px
    }
}

@media (min-width:768px) {
    .welcome__title {
        font-size: 75px;
        line-height: 80px
    }
}

@media (min-width:992px) {
    .welcome__title {
        font-size: 90px;
        line-height: 105px
    }
}

.welcome__title span span {
    color: #ffb74d
}

.welcome__line {
    width: 28%;
    height: 4px;
    background-color: #ffb74d;
    margin-top: 50px
}

@media (min-width:992px) {
    .welcome__line {
        margin-top: 100px
    }
}

.parallax {
    min-height: 100vh;
    overflow-y: auto;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover
}

.parallax .scroll-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    min-height: 100%;
    padding: 115px 0 144px
}

@media (min-width:1200px) {
    .parallax .scroll-wrap {
        padding: 115px 0 110px
    }
}

.parallax--slider .scroll-wrap {
    padding: 0
}

.parallax__wrapper {
    display: flex;
    justify-content: space-between
}

.parallax__type {
    display: none;
    font-size: 16px;
    line-height: 18.77px;
    text-transform: uppercase;
    transform: rotate(-90deg);
    position: absolute;
    top: 33.3%;
    left: 18px
}

@media (min-width:1560px) {
    .parallax__type {
        display: block
    }
}

.parallax__year {
    display: none;
    font-size: 16px;
    line-height: 18.77px;
    transform: rotate(-90deg);
    position: absolute;
    top: 28.8%;
    left: 5px
}

@media (min-width:768px) {
    .parallax__year {
        display: block
    }
}

@media (min-width:1560px) {
    .parallax__year {
        left: 46px
    }
}

.parallax__project {
    max-width: 200px;
    padding: 35px;
    position: relative
}

@media (min-width:768px) {
    .parallax__project {
        max-width: 300px
    }
}

@media (min-width:1200px) {
    .parallax__project {
        max-width: 471px;
        padding: 68px 61px
    }
}

.parallax__project:before {
    content: "";
    display: block;
    width: 110px;
    height: 100%;
    border: 4px solid #ffb74d;
    border-right: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

@media (min-width:1200px) {
    .parallax__project:before {
        width: 163px
    }
}

.parallax__tag {
    margin-bottom: 14px;
    font-size: 14px
}

@media (min-width:320px) {
    .parallax__tag {
        font-size: calc(0.00298 * 100vw + 13.0462px)
    }
}

@media (min-width:991px) {
    .parallax__tag {
        font-size: 16px
    }
}

@media (min-width:992px) {
    .parallax__tag {
        font-size: 16px;
        line-height: 26px
    }
}

.parallax__title {
    font-family: "Gilroy", "Arial", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px
}

@media (max-width:767px) {
    .parallax__title {
        font-size: 32px;
        line-height: 42px
    }
}

@media (min-width:768px) {
    .parallax__title {
        font-size: calc(0.02981 * 100vw + 10.462px)
    }
}

@media (min-width:991px) {
    .parallax__title {
        font-size: 40px
    }
}

@media (min-width:992px) {
    .parallax__title {
        font-size: 60px;
        line-height: 68px
    }
}

@media (min-width:1200px) {
    .parallax__title {
        font-size: 80px;
        line-height: 90px
    }
}

.parallax__link {
    display: flex;
    align-items: center;
    margin-top: 60px;
    font-weight: 700;
    color: #fff;
    transition: color .3s ease;
    font-size: 14px
}

@media (min-width:320px) {
    .parallax__link {
        font-size: calc(0.00894 * 100vw + 11.1386px)
    }
}

@media (min-width:991px) {
    .parallax__link {
        font-size: 20px
    }
}

@media (min-width:992px) {
    .parallax__link {
        font-size: 20px
    }
}

@media (min-width:1200px) {
    .parallax__link {
        margin-top: 144px
    }
}

@media (min-width:992px) {
    .parallax__link:hover {
        color: #ffb74d
    }

    .parallax__link:hover svg {
        fill: #ffb74d
    }
}

.parallax__link svg {
    margin-left: 10px;
    fill: #fff;
    transition: fill .3s ease
}

.parallax__counter {
    padding-top: 10px;
    padding-right: 10px;
    font-family: "Gilroy", "Arial", sans-serif
}

.parallax__counter .current {
    font-weight: 700;
    position: relative;
    font-size: 32px
}

@media (min-width:320px) {
    .parallax__counter .current {
        font-size: calc(0.04173 * 100vw + 18.6468px)
    }
}

@media (min-width:991px) {
    .parallax__counter .current {
        font-size: 60px
    }
}

@media (min-width:992px) {
    .parallax__counter .current {
        font-size: 60px;
        bottom: -48px;
        right: 7px
    }
}

@media (min-width:1200px) {
    .parallax__counter .current {
        font-size: 80px;
        bottom: -76px;
        right: 13px
    }
}

.parallax__counter .total {
    font-size: 18px
}

@media (min-width:320px) {
    .parallax__counter .total {
        font-size: calc(0.0149 * 100vw + 13.231px)
    }
}

@media (min-width:991px) {
    .parallax__counter .total {
        font-size: 28px
    }
}

@media (min-width:992px) {
    .parallax__counter .total {
        font-size: 28px
    }
}

@media (min-width:1200px) {
    .parallax__counter .total {
        font-size: 32px
    }
}

.parallax__partners {
    margin-top: 78px
}

.parallax__partners .partners__item {
    width: auto;
    text-align: left
}

.parallax__latest-news .latest-news__header {
    margin-bottom: 85px
}

.parallax .reviews-carousel .swiper-pagination {
    margin-top: 50px
}

.services {
    color: #000
}

.services__wrapper {
    display: flex;
    flex-direction: column
}

@media (min-width:992px) {
    .services__wrapper {
        flex-direction: row;
        align-items: flex-start;
        padding-top: 50px
    }
}

.services__left {
    display: flex;
    align-items: center;
    max-width: 300px;
    width: 100%;
    margin-bottom: 30px
}

@media (min-width:992px) {
    .services__left {
        display: block;
        margin-right: 100px;
        margin-bottom: 0
    }
}

@media (min-width:1200px) {
    .services__left {
        margin-right: 165px
    }
}

.services__left p {
    margin: 0;
    font-family: "Gilroy", "Arial", sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left
}

.services__left p br {
    display: none
}

@media (min-width:992px) {
    .services__left p br {
        display: block
    }
}

@media (min-width:1200px) {
    .services__left p {
        font-size: 20px;
        line-height: 35px;
        text-align: left
    }
}

.services__digit {
    margin-right: 48px;
    font-family: "Gilroy", "Arial", sans-serif;
    font-size: 80px;
    line-height: 90px;
    font-weight: 700;
    color: #fcd54c;
    position: relative;
    text-align: left
}

@media (min-width:992px) {
    .services__digit {
        margin-bottom: 15px;
        margin-right: 0
    }
}

@media (min-width:1200px) {
    .services__digit {
        margin-bottom: 27px;
        font-size: 170px;
        line-height: 195px
    }
}

.services__digit span span {
    font-size: 50px;
    line-height: 50px;
    position: absolute;
    left: auto;
    top: -15px
}

@media (min-width:1200px) {
    .services__digit span span {
        font-size: 80px;
        line-height: 80px;
        left: 119px;
        top: -65px
    }
}

.services__title {
    font-family: "Gilroy", "Arial", sans-serif;
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 35px
}

@media (min-width:768px) {
    .services__title {
        font-size: 40px;
        line-height: 45px
    }
}

@media (min-width:1200px) {
    .services__title {
        font-size: 48px;
        line-height: 69px;
        margin-bottom: 103px
    }
}

.services__title span span {
    color: #fcd54c
}

.services__grid {
    display: flex;
    flex-wrap: wrap
}

@media (min-width:992px) {
    .services__grid {
        margin: 0 -27px
    }
}

.services__item {
    width: 100%;
    margin-bottom: 33px
}

@media (min-width:992px) {
    .services__item:hover .services__link {
        opacity: 1
    }
}

@media (min-width:992px) {
    .services__item {
        width: calc(48.7% - 54px);
        margin: 0 27px 33px
    }
}

.services__item-title {
    font-family: "Gilroy", "Arial", sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px
}

@media (min-width:768px) {
    .services__item-title {
        font-size: 25px;
        margin-bottom: 18px
    }
}

.services__item-text {
    font-size: 14px;
    line-height: 18px;
    color: #787878;
    margin-bottom: 10px
}

@media (min-width:576px) {
    .services__item-text {
        font-size: 16px;
        line-height: 26px
    }
}

@media (min-width:768px) {
    .services__item-text {
        margin-bottom: 18px
    }
}

.services__link {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #fcd54c;
    transition: opacity .3s ease
}

@media (min-width:992px) {
    .services__link:hover svg {
        animation: link-arrow-hover .4s ease
    }
}

.services__link svg {
    fill: #fcd54c;
    margin-left: 16px
}

.slider-parallax {
    position: relative;
    display: flex;
    height: 100vh;
    min-height: 540px
}

@media (max-width:992px) {
    .homepage-parallax .slider-parallax {
        height: auto;
        min-height: calc(100vh + 100px)
    }

    .homepage-parallax .reviews-carousel {
        margin: 0;
        height: auto;
        min-height: 100vh
    }

    .homepage-parallax {
        touch-action: auto !important
    }
}

.slider-parallax .swiper-slide {
    display: flex;
    overflow: hidden
}

.slider-parallax__slide {
    position: relative;
    display: flex;
    width: 100%;
    box-sizing: border-box
}

@media (min-width:768px) {
    .slider-parallax__slide {
        flex-direction: row
    }
}

.slider-parallax__slide .slide {
    position: relative;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.slider-parallax__slide-image {
    width: 100%
}

.slider-parallax__slide-image img,
.elementor .slider-parallax__slide-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.slider-parallax__slide-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 100px 15px 80px
}

@media (max-width:575px) {
    .slider-parallax__slide-wrap {
        padding: 50px 15px;
        top: 40%
    }
}

@media (min-width:576px) {
    .slider-parallax__slide-wrap {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .slider-parallax__slide-wrap {
        flex-direction: row;
        max-width: 720px;
        padding-top: 140px;
        padding-bottom: 140px
    }
}

@media (min-width:992px) {
    .slider-parallax__slide-wrap {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .slider-parallax__slide-wrap {
        width: 80%;
        max-width: 1140px;
        padding-bottom: 164px
    }
}

.slider-parallax__left {
    margin-top: 20px;
    order: 1
}

@media (min-width:768px) {
    .slider-parallax__left {
        margin-top: 0;
        order: 0
    }
}

.slider-parallax__right {
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase
}

@media (min-width:768px) {
    .slider-parallax__right {
        flex-grow: 1;
        text-align: right;
        font-size: 20px
    }
}

@media (min-width:992px) {
    .slider-parallax__right {
        padding-top: 14px;
        padding-right: 10px;
        font-size: 25px
    }
}

.slider-parallax__subtitle {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase
}

@media (min-width:768px) {
    .slider-parallax__subtitle {
        font-size: 23px
    }
}

@media (min-width:992px) {
    .slider-parallax__subtitle {
        font-size: 25px
    }
}

@media (min-width:992px) and (min-height:768px) {
    .slider-parallax__subtitle {
        margin-bottom: 36px
    }
}

.slider-parallax__title {
    font-family: "Gilroy", "Arial", sans-serif;
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
    margin-bottom: 25px
}

@media (min-width:576px) {
    .slider-parallax__title {
        font-size: 55px;
        line-height: 60px
    }
}

@media (min-width:768px) {
    .slider-parallax__title {
        font-size: 75px;
        line-height: 80px
    }
}

@media (min-width:992px) {
    .slider-parallax__title {
        font-size: 90px;
        line-height: 105px;
        margin-bottom: 38px
    }
}

@media (min-width:992px) and (min-height:900px) {
    .slider-parallax__title {
        margin-bottom: 42px
    }
}

.slider-parallax__title br {
    display: none
}

@media (min-height:768px) {
    .slider-parallax__title br {
        display: block
    }
}

.slider-parallax__title span span {
    font-size: 32px;
    font-weight: 400
}

.slider-parallax__text {
    max-width: 320px;
    font-size: 14px;
    line-height: 22px;
    color: #ccc;
    margin-bottom: 30px
}

@media (min-width:576px) {
    .slider-parallax__text {
        font-size: 16px;
        line-height: 26px
    }
}

@media (min-width:992px) and (min-height:900px) {
    .slider-parallax__text {
        margin-bottom: 45px
    }
}

.slider-parallax__tag {
    font-weight: 700
}

.slider-parallax__date {
    margin-bottom: 8px
}

@media (min-width:992px) {
    .slider-parallax__date {
        margin-bottom: 14px
    }
}

.slider-parallax__nav {
    position: absolute;
    bottom: 180px;
    right: 15px;
    width: 100%;
    z-index: 1
}

@media (max-width:576px) {
    .slider-parallax__nav {
        bottom: 38vh
    }
}

@media (min-width:576px) {
    .slider-parallax__nav {
        max-width: 540px;
        left: 50%;
        right: auto;
        transform: translateX(-50%)
    }
}

@media (min-width:768px) {
    .slider-parallax__nav {
        max-width: 720px;
        bottom: 140px
    }
}

@media (min-width:992px) {
    .slider-parallax__nav {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .slider-parallax__nav {
        width: 95%;
        max-width: 1450px;
        bottom: 51%
    }
}

.slider-parallax__nav-btn {
    width: 50px;
    height: 50px;
    background-color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    border: none;
    cursor: pointer
}

@media (min-width:1560px) {
    .slider-parallax__nav-btn {
        width: 64px;
        height: 64px
    }
}

@media (min-width:992px) {
    .slider-parallax__nav-btn:hover svg {
        fill: #ffb74d
    }
}

.slider-parallax__nav-btn svg {
    width: 100%;
    height: 100%;
    fill: #fff;
    transition: fill .3s ease
}

.slider-parallax__nav-btn--prev {
    right: 0;
    transform: translateX(-150%) translateY(-50%)
}

@media (min-width:576px) {
    .slider-parallax__nav-btn--prev {
        transform: translateX(-200%) translateY(-50%)
    }
}

@media (min-width:1200px) {
    .slider-parallax__nav-btn--prev {
        left: 0;
        transform: translateX(0) translateY(-50%)
    }
}

.slider-parallax__nav-btn--next {
    right: 0
}

.contact-parallax {
    padding-top: 40px
}

.contact-parallax__wrapper {
    display: flex;
    flex-direction: column
}

@media (min-width:1200px) {
    .contact-parallax__wrapper {
        flex-direction: row
    }
}

.contact-parallax__left {
    width: 100%;
    margin-bottom: 45px
}

@media (min-width:1200px) {
    .contact-parallax__left {
        max-width: 470px;
        margin-right: 95px;
        margin-bottom: 0
    }
}

.contact-parallax__title {
    font-family: "Gilroy", "Arial", sans-serif;
    font-size: 45px;
    line-height: 45px;
    font-weight: 700;
    margin-bottom: 20px
}

@media (min-width:576px) {
    .contact-parallax__title {
        font-size: 55px;
        line-height: 55px
    }
}

@media (min-width:768px) {
    .contact-parallax__title {
        font-size: 75px;
        line-height: 75px
    }
}

@media (min-width:1200px) {
    .contact-parallax__title {
        font-size: 90px;
        line-height: 90px;
        margin-bottom: 30px
    }
}

.contact-parallax__text {
    font-size: 14px;
    line-height: 22px;
    color: #ccc;
    margin-bottom: 30px
}

@media (min-width:576px) {
    .contact-parallax__text {
        font-size: 16px;
        line-height: 26px
    }
}

@media (min-width:1200px) {
    .contact-parallax__text {
        margin-bottom: 65px
    }
}

.contact-parallax__address,
.contact-parallax__phone {
    font-family: "Gilroy", "Arial", sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700
}

@media (min-width:1200px) {

    .contact-parallax__address,
    .contact-parallax__phone {
        font-size: 32px;
        line-height: 45px
    }
}

.contact-parallax__address {
    margin-bottom: 15px
}

@media (min-width:1200px) {
    .contact-parallax__address {
        margin-bottom: 60px
    }
}

.contact-parallax__phone {
    display: block;
    margin-bottom: 24px;
    color: #fff;
    transition: color .3s ease
}

@media (min-width:992px) {
    .contact-parallax__phone:hover {
        color: #ffb74d
    }
}

.contact-parallax__email {
    display: block;
    font-size: 14px;
    color: #ccc;
    transition: color .3s ease
}

@media (min-width:992px) {
    .contact-parallax__email:hover {
        color: #ffb74d
    }
}

@media (min-width:576px) {
    .contact-parallax__email {
        font-size: 16px
    }
}

.contact-parallax__form-title {
    font-family: "Gilroy", "Arial", sans-serif;
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 35px
}

@media (min-width:1200px) {
    .contact-parallax__form-title {
        font-size: 32px;
        line-height: 45px;
        margin-bottom: 58px
    }
}

.contact-parallax__form-title span span {
    color: #ffb74d
}

.contact-parallax__form label {
    display: block;
    width: 100%;
    position: relative
}

.contact-parallax__form label.label-textarea {
    height: 144px
}

.contact-parallax__form label:not(:first-of-type) {
    margin-top: 30px
}

@media (min-width:992px) {
    .contact-parallax__form label:not(:first-of-type) {
        margin-top: 44px
    }
}

.contact-parallax__form .line {
    width: 0;
    height: 1px;
    background-color: #ffb74d;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: width .3s linear
}

.contact-parallax__form input,
.contact-parallax__form textarea {
    width: 100%;
    padding: 10px 20px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .6);
    background-color: transparent;
    outline: none;
    color: #fff;
    position: relative
}

@media (min-width:992px) {

    .contact-parallax__form input,
    .contact-parallax__form textarea {
        padding: 15px 30px
    }
}

.contact-parallax__form input::placeholder,
.contact-parallax__form textarea::placeholder {
    font-family: "Gilroy", "Arial", sans-serif;
    font-size: 16px;
    color: #fff;
    opacity: .6
}

@media (min-width:992px) {

    .contact-parallax__form input:hover,
    .contact-parallax__form input:focus,
    .contact-parallax__form textarea:hover,
    .contact-parallax__form textarea:focus {
        border-color: #ccc
    }
}

.contact-parallax__form input:focus,
.contact-parallax__form textarea:focus {
    color: #fff
}

.contact-parallax__form input:focus::placeholder,
.contact-parallax__form textarea:focus::placeholder {
    opacity: 0
}

.contact-parallax__form input:focus+.line,
.contact-parallax__form textarea:focus+.line {
    width: 100%
}

.contact-parallax__form textarea {
    height: 144px;
    margin: 0;
    resize: none
}

.contact-parallax__submit {
    font-family: "Poppins", "Arial", sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-top: 55px;
    padding: 17px 40px
}

.grid-sizer {
    width: 33.3%
}

.projects-grid-col-4 .grid-sizer,
.news-grid-col-4 .grid-sizer {
    width: 25%
}

.project-images-grid {
    padding: 0;
    list-style: none
}

.project-images-grid .grid-sizer {
    width: 25%
}

.project-images-item {
    margin-bottom: 26px
}

.align-center {
    text-align: center
}

.latest-projects__carousel,
.reviews-carousel .swiper-container {
    padding-bottom: 80px
}

.latest-projects__carousel .swiper-pagination,
.reviews-carousel .swiper-pagination {
    bottom: 0
}

.latest-projects__carousel .swiper-pagination-bullet,
.reviews-carousel .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: #c4c4c4;
    transition: all .4s ease 0s;
    opacity: 1;
    cursor: pointer
}

.latest-projects__carousel .swiper-pagination-bullet.swiper-pagination-bullet-active,
.reviews-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--theme-color--second)
}

.admin-bar .header--fixed {
    margin-top: 32px
}

.page-navigation {
    margin: 60px 0 100px
}

.page-navigation:after {
    content: '';
    position: relative;
    clear: both;
    display: block
}

.page-navigation a {
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-family: "Gilroy", "Arial", sans-serif;
    font-size: 16px;
    line-height: 21px;
    font-weight: 600
}

.page-navigation a.page-navigation__left {
    float: left
}

.page-navigation a.page-navigation__next {
    float: right;
    display: block
}

.page-navigation a.page-navigation__next:after {
    content: '';
    content: '\f054';
    position: relative;
    top: 1px;
    font-family: 'Font Awesome 5 Free';
    display: inline-block;
    margin-left: 10px;
    font-weight: 900
}

.page-navigation a.page-navigation__prev:before {
    content: '';
    content: '\f054';
    position: relative;
    top: 1px;
    font-family: 'Font Awesome 5 Free';
    display: inline-block;
    margin-right: 10px;
    transform: scaleX(-1);
    font-weight: 900
}

.pager,
.page-links {
    padding: 0 0 30px;
    text-align: center
}

.page-links {
    padding: 30px 0;
    line-height: 38px
}

.pager .next:before,
.pager .prev:before {
    content: '';
    content: '\f054';
    position: relative;
    top: 1px;
    font-family: 'Font Awesome 5 Free';
    display: inline-block;
    margin-left: 10px;
    font-weight: 900;
    font-size: initial
}

.pager .next:hover,
.pager .prev:hover {
    background: 0 0;
    color: #000
}

.pager .prev:before {
    margin-left: 0;
    margin-right: 10px;
    transform: scaleX(-1)
}

.pager span,
.pager a,
.page-links .post-page-numbers {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all .3s ease 0s
}

.pager a:hover,
.page-links .post-page-numbers:hover {
    background: #ffb74d;
    border-color: #ffb74d;
    color: #000
}

.pager .next,
.pager .prev {
    border: none;
    font-size: 0
}

.pager .current,
.page-links .current {
    color: #000;
    background-color: #ffb74d
}

@media (max-width:991px) {
    .admin-bar .header--fixed {
        margin-top: 0
    }
}

@media (min-width:1200px) {
    .c__map .elementor-column>.elementor-element-populated {
        padding: 100px 34px 34px 34px !important
    }
}

@media (min-width:1560px) {
    .c__map .elementor-column>.elementor-element-populated {
        padding: 100px 54px 54px 54px !important
    }
}

.content-sidebar {
    padding-left: 30px
}

.content-sidebar .widget {
    margin-bottom: 3rem
}

.content-sidebar .widget .widget-title {
    font-family: "Gilroy", "Arial", sans-serif;
    font-size: 18px;
    line-height: 21.76px;
    font-weight: 700;
    color: #000;
    margin: 0;
    margin-bottom: 30px
}

.content-sidebar ul,
.post-content .wp-block-archives,
.comment-item__text .wp-block-archives {
    padding-left: 0;
    list-style: none
}

.content-sidebar ul li,
.wp-block-categories-list li,
.wp-block-archives-list li,
.post-content .wp-block-archives li,
.comment-item__text .wp-block-archives li {
    margin-bottom: .6rem;
    position: relative;
    line-height: 1.5;
    color: #767676
}

.content-sidebar ul li a,
.post-content .wp-block-archives li a,
.comment-item__text .wp-block-archives li a {
    text-decoration: none
}

.content-sidebar .screen-reader-text {
    display: none
}

select,
.custom-select {
    background-color: transparent;
    border: 0;
    border: solid 1px #c9c9c9;
    border-radius: 0;
    box-shadow: none;
    color: #787878;
    font-size: inherit;
    height: auto;
    padding: 15px 16px;
    position: relative;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: -1rem;
    outline: none
}

select,
.custom-select {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .1rem center/40px 12px
}

.wp-block-calendar,
.wp-block-archives-dropdown,
.wp-block-categories-dropdown {
    margin: 30px 0;
    max-width: 300px
}

.post-content table,
.comment-item__text table {
    width: 100%;
    margin: 2rem 0;
    padding: 0;
    border-collapse: collapse
}

.post-content table td,
.post-content table th,
.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th,
.comment-item__text table td,
.comment-item__text table th,
.comment-item__text .wp-block-table.is-style-stripes td,
.comment-item__text .wp-block-table.is-style-stripes th {
    padding: 10px 20px;
    border: 1px solid #c4c4c4;
    background: 0 0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background: 0 0
}

.wp-block-table.is-style-stripes {
    border-bottom: none;
    border-collapse: collapse
}

.calendar_wrap table,
.wp-block-calendar table {
    width: 100%;
    font-size: .875rem;
    background: 0 0;
    border-collapse: collapse
}

.calendar_wrap table caption,
.wp-block-calendar table caption {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    caption-side: top
}

.calendar_wrap table th,
.wp-block-calendar table th {
    padding: 3px;
    text-align: center;
    border: none;
    color: #000;
    font-weight: 600
}

.calendar_wrap table td,
.wp-block-calendar table td {
    padding: 3px;
    text-align: center;
    border: 1px solid #c9c9c9
}

.calendar_wrap table tfoot td,
.wp-block-calendar table tfoot td {
    text-align: left;
    border: none
}

.calendar_wrap table tfoot td:last-child,
.wp-block-calendar table tfoot td:last-child {
    text-align: right
}

.wp-block-calendar tfoot a {
    color: #f7541b
}

.content-sidebar a {
    text-decoration: none
}

.content-sidebar a:hover {
    text-decoration: none
}

.content-sidebar ul ul {
    margin-top: .6rem
}

.content-sidebar ul ul li {
    position: relative;
    padding-left: .6rem
}

.content-sidebar ul ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 5px;
    height: 1px;
    background: #8d99a7
}

.content-sidebar ul li a.rsswidget {
    display: block;
    color: #110f10;
    font-weight: 700;
    text-decoration: none
}

.content-sidebar ul li .rss-date,
.content-sidebar ul li cite {
    padding: .5rem 0;
    display: block;
    font-size: .875rem;
    color: #8d99a7
}

.rssSummary {
    display: block;
    color: #110f10
}

.textwidget img {
    height: auto
}

.tags-links a,
.col__sedebar .tagcloud a,
.wp-block-tag-cloud a,
.sidebar__tag-item,
.post-sb__tags a {
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 3px 10px;
    display: inline-block;
    border: 1px solid #d3d3d3;
    font-family: "Gilroy", "Arial", sans-serif;
    font-size: 12px !important;
    color: #000;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all .3s ease
}

@media (min-width:992px) {

    .tags-links a:hover,
    .col__sedebar .tagcloud a:hover,
    .wp-block-tag-cloud a:hover {
        background-color: #ffb74d;
        border-color: transparent
    }
}

.content-sidebar ul.menu {
    position: relative;
    height: auto;
    transform: none;
    opacity: 1;
    display: block;
    background: 0 0
}

.archive-item {
    margin-bottom: 3rem
}

@media (min-width:992px) {
    .archive-item {
        margin-bottom: 4rem
    }
}

.archive-item .sticky {
    position: relative;
    padding-left: 0;
    padding-top: 0
}

.archive-item .sticky:before {
    content: '';
    background-image: url(//larson.bslthemes.com/dark/wp-content/themes/larson/assets/images/angle.svg);
    background-size: cover;
    position: absolute;
    pointer-events: none;
    height: 2rem;
    width: 2rem;
    top: -1rem;
    left: -1.4rem;
    z-index: 1000
}

.archive-item .category {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 26px
}

.archive-item .title {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.3;
    font-weight: 700;
    font-family: "Gilroy", "Arial", sans-serif
}

@media (min-width:992px) {
    .archive-item .title {
        font-size: 28px
    }
}

.archive-item a {
    text-decoration: none
}

.archive-item .text p {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #000
}

.archive-item .btn-link {
    color: #000;
    display: inline-block;
    font-weight: 600;
    position: relative;
    text-decoration: none
}

.archive-item .btn-link:before {
    content: '';
    background-color: #000;
    height: 1px;
    position: absolute;
    top: 50%;
    right: -4rem;
    width: 3rem;
    transform: scale3d(1, 1, 1);
    transform-origin: left;
    transition: all .3s ease-in-out
}

.archive-item .btn-link:hover {
    color: #ffb74d
}

.archive-item .btn-link:hover:before {
    background-color: #ffb74d;
    width: 0
}

.archive-item .image {
    position: relative;
    overflow: hidden;
    font-size: 0
}

.archive-item .image img {
    margin-bottom: 30px;
    max-width: 100%;
    transform: scale(1);
    transition: transform .8s cubic-bezier(.2, 1, .8, 1)
}

.archive-item:hover .image img {
    transform: scale(1.05)
}

.screen-reader-text {
    display: none
}

.post-content h1:first-child,
.post-content h2:first-child,
.post-content h3:first-child,
.post-content h4:first-child,
.post-content h5:first-child,
.post-content h6:first-child,
.comment-item__text h1:first-child,
.comment-item__text h2:first-child,
.comment-item__text h3:first-child,
.comment-item__text h4:first-child,
.comment-item__text h5:first-child,
.comment-item__text h6:first-child {
    margin-top: 0
}

.trackback .comment-item__content,
.pingback .comment-item__content {
    margin-left: 0 !important
}

.wp-caption-text,
.wp-block-image figcaption,
.wp-block-video figcaption,
.wp-block-embed figcaption,
.blocks-gallery-caption {
    max-width: 100%;
    margin: 0;
    padding: 5px 10px 0;
    text-align: center;
    font-size: .9em;
    font-style: italic;
    opacity: .7
}

.wp-block-button {
    margin-bottom: 20px
}

.post-content .gallery .gallery-item,
.comment-item__text .gallery .gallery-item {
    margin: 0;
    padding: 15px;
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    text-align: center
}

.post-content .gallery.gallery-columns-1 .gallery-item,
.comment-item__text .gallery.gallery-columns-1 .gallery-item {
    width: 100%
}

.post-content .gallery.gallery-columns-2 .gallery-item,
.comment-item__text .gallery.gallery-columns-2 .gallery-item {
    width: 50%
}

.post-content .gallery.gallery-columns-3 .gallery-item,
.comment-item__text .gallery.gallery-columns-3 .gallery-item {
    width: 33.333%
}

.post-content .gallery.gallery-columns-4 .gallery-item,
.comment-item__text .gallery.gallery-columns-4 .gallery-item {
    width: 25%
}

.post-content .gallery.gallery-columns-5 .gallery-item,
.comment-item__text .gallery.gallery-columns-5 .gallery-item {
    width: 20%
}

.gallery-item .wp-caption-text.gallery-caption,
.comment-item__text {
    padding-top: 10px;
    font-size: .875rem
}

.content-sidebar .search-form,
.wp-block-search,
.widget_product_search,
.wp-block-search .wp-block-search__button {
    position: relative;
    max-width: 300px
}

.content-sidebar .search-form input[type=search],
.wp-block-search input[type=search],
.widget_product_search input[type=search],
.wp-block-search input[type=search] {
    background: #fff
}

.content-sidebar .search-form input[type=submit],
.wp-block-search input[type=submit],
.widget_product_search input[type=submit],
.wp-block-search .wp-block-search__button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    z-index: 2;
    opacity: 1;
    font-size: 0;
    cursor: pointer;
    border: none;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3e%3cpath d='M62.9 56.5l-17-13.8c7.2-9.9 6.1-23.7-2.7-32.5C38.4 5.3 32 2.7 25.3 2.7s-13 2.6-17.8 7.4S0 21.3 0 28s2.7 13.1 7.5 17.9c5.1 5.1 11.5 7.5 17.9 7.5 6.1 0 12.3-2.1 17.1-6.7l17.3 14.1c.5.5 1.1.5 1.6.5.8 0 1.6-.3 2.1-1.1.8-1 .8-2.6-.6-3.7zM25.3 48c-5.3 0-10.4-2.1-14.1-5.9-3.7-3.7-5.9-8.8-5.9-14.1s2.1-10.4 5.9-14.1S20 8 25.3 8s10.4 2.1 14.1 5.9 5.9 8.8 5.9 14.1-2.1 10.4-5.9 14.1c-3.7 3.8-8.7 5.9-14.1 5.9z'/%3e%3c/svg%3e ") no-repeat center center;
    background-size: 18px
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    padding-left: 0
}

.wp-block-search {
    margin-bottom: 1.9rem;
    position: relative;
    max-width: 300px
}

.content-sidebar .search-form label,
.widget_product_search label {
    display: block
}

.wp-block-search .wp-block-search__label {
    display: block;
    position: absolute;
    top: 0;
    padding-left: 30px;
    color: #110f10;
    font-size: .9375rem;
    font-weight: 500;
    letter-spacing: .1rem;
    text-transform: uppercase;
    z-index: -1;
    opacity: .5
}

.content-sidebar .search-form .screen-reader-text {
    display: none
}

.post-content .wp-block-archives,
.comment-item__text .wp-block-archives {
    margin: 2rem 0
}

.wp-block-latest-comments {
    margin: 2rem 0;
    padding: 0
}

.wp-block-latest-comments__comment {
    font-size: 1.05rem
}

.wp-block-latest-comments__comment-date,
.wp-block-latest-posts__post-date {
    padding: .5rem 0;
    display: block;
    font-size: .875rem;
    color: #8d99a7
}

.wp-block-latest-posts__post-date {
    padding-top: 0
}

.wp-block-latest-comments__comment-excerpt {
    margin-bottom: 1.9rem
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    margin-bottom: .5rem
}

.wp-block-latest-comments__comment-excerpt p {
    margin-top: 0 !important;
    font-size: 1.05rem;
    line-height: 1.5
}

.wp-block-button {
    margin-bottom: 1.2rem;
    line-height: normal
}

.wp-block-button__link {
    box-shadow: none;
    display: inline-block;
    margin: 0;
    text-align: center;
    text-decoration: none !important;
    overflow-wrap: break-word;
    background-color: #ffb74d;
    border: 1px solid #ffb74d;
    border-radius: 28px;
    color: #fff !important;
    cursor: pointer;
    font-size: .87rem;
    font-weight: 600;
    letter-spacing: .1rem;
    line-height: 1.6;
    white-space: nowrap;
    overflow: hidden;
    padding: .8rem 2rem .7rem;
    position: relative;
    text-transform: uppercase;
    z-index: 1
}

.is-style-squared .wp-block-button__link {
    border-radius: 0
}

.is-style-outline .wp-block-button__link {
    background-color: transparent;
    color: #ffb74d !important;
    border: 1px solid #ffb74d
}

.wp-block-group.has-background .wp-block-group__inner-container {
    margin-bottom: 1.2rem;
    padding: 1.2rem
}

.wp-block-group.has-background .wp-block-group__inner-container p:last-child {
    margin-bottom: 0
}

hr {
    border-top: 1px solid #8d99a7
}

.post-password-form label input {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #8d99a7;
    border-radius: 0;
    box-shadow: none;
    color: #110f10;
    font-size: inherit;
    height: auto;
    padding: 1rem 0;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: -1rem
}

.post-password-form input[type=submit] {
    background-color: transparent;
    border: 1px solid #ffb74d;
    border-radius: 0;
    color: #ffb74d;
    cursor: pointer;
    font-size: .87rem;
    font-weight: 600;
    letter-spacing: .1rem;
    line-height: inherit;
    white-space: nowrap;
    overflow: hidden;
    padding: .8rem 2rem .7rem;
    position: relative;
    text-transform: uppercase;
    z-index: 1
}

.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
    color: #fff
}

.bypostauthor {
    border-top: 10px solid #e18728
}

.wp-block-column .block-quote:before,
.wp-block-column .wp-block-quote:before,
.wp-block-column .wp-block-pullquote:before,
.wp-block-column blockquote:before {
    display: none
}

.wp-block-calendar a {
    text-decoration: none;
    color: #ffb74d
}

.post-content nav.wp-calendar-nav,
.comment-item__text nav.wp-calendar-nav {
    margin-top: .5rem
}

.wp-block-column p:first-child,
.wp-block-column ul:first-child,
.wp-block-column ol:first-child,
.wp-block-column blockquote:first-child {
    margin-top: 0
}

.comment-item__text>p:first-child,
.comment-item__text>ul:first-child,
.comment-item__text>ol:first-child {
    margin-top: 0
}

.wp-block-column p:last-child,
.wp-block-column ul:last-child,
.wp-block-column ol:last-child,
.wp-block-column blockquote:last-child {
    margin-bottom: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
.post-sb-page__heading,
.archive-item .title {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    max-width: 100%
}

.post-content:after {
    clear: both;
    position: relative;
    display: block;
    content: ''
}

@media only screen and (max-width:991px) {
    .content-sidebar {
        margin-top: 3rem;
        padding-left: 0
    }
}

.wpcf7-not-valid-tip {
    position: absolute;
    white-space: nowrap;
    margin-top: 3px;
    font-size: 13px
}

.footer--fixed {
    padding-top: 0
}

.services-provided__icon {
    height: auto;
    line-height: 1
}

.services-provided__icon svg,
.services-provided__icon img {
    max-height: 100px;
    max-width: 100px
}

.preview-card__text p {
    max-height: 78px;
    overflow: hidden
}

.latest-news__item.col-12.col-lg-4 {
    margin-bottom: 30px
}

@media (max-width:767px) {
    .preview-card__image {
        height: 280px
    }
}

.card--news:hover .card__content {
    background-color: #fff !important
}

.disable_preloader .preloader {
    display: none !important
}

#pagepiling [data-aos^=fade][data-aos^=fade] {
    opacity: 1;
    transition: none
}

#pagepiling [data-aos^=zoom][data-aos^=zoom] {
    opacity: 1;
    transition: none
}

.gallery-masonry__item .card__content {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .85
}

.gallery-masonry__item .card__content .zoom {
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease 0s
}

.gallery-masonry__item:hover .card__content .zoom {
    opacity: 1;
    visibility: visible
}

.grid-sizer {
    width: 50%
}

@media (min-width:1200px) {
    .grid-sizer {
        width: 33.3%
    }
}

@media (max-width:767px) {
    .grid-sizer {
        width: 100%
    }
}

.main-slider .swiper-custom-pagination ul li {
    cursor: pointer
}

.swiper-container .swiper-wrapper {
    overflow: visible !important
}

.page-navigation {
    display: flex;
    justify-content: space-between
}

.page-navigation a {
    align-items: flex-start;
    width: 50%
}

.page-navigation a.page-navigation__next {
    text-align: right
}

.image-videoyt {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.elementor .image-videoyt iframe,
.image-videoyt iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: none;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%);
    pointer-events: none
}

@media (min-aspect-ratio:16/9) {

    .elementor .image-videoyt iframe,
    .image-videoyt iframe {
        height: 56.25vw
    }
}

@media (max-aspect-ratio:16/9) {

    .elementor .image-videoyt iframe,
    .image-videoyt iframe {
        width: 177.78vh
    }
}

.main-slider .swiper-custom-pagination ul li.pag-active span {
    color: var(--logo-color-light) !important
}

body .swiper-container:not(.swiper-container-initialized)>.swiper-wrapper,
body .swiper:not(.swiper-initialized)>.swiper-wrapper {
    overflow: visible
}

.fab.fa-twitter.x-icon:before,
.fa.fa-twitter.x-icon:before {
    display: none
}

.fab.fa-twitter.x-icon svg,
.fa.fa-twitter.x-icon svg {
    width: 16px;
    display: inline-block;
    vertical-align: top
}

.webpage--parallax-dark .header .social__link .fab.fa-twitter.x-icon svg path {
    fill: #000
}

@media (min-width:992px) {
    .header--white .social__link svg path {
        fill: #fff
    }
}

.social__link:hover svg path,
.header--white .social__link:hover svg path {
    fill: #ffb74d !important
}

@media (max-width:767px) {
    .parallax {
        overscroll-behavior-y: none
    }

    .home #header {
        z-index: 10;
        width: 100%
    }
}

.footer.footer-full .footer__inner:before {
    display: none
}

@media (min-width:1560px) {
    .footer.footer-full {
        left: 0 !important;
        right: 0 !important
    }
}

@media (min-width:1200px) {
    .footer.footer-full {
        left: 0 !important;
        right: 0 !important
    }

    .footer.footer-full .footer__inner {
        padding-top: 0;
        padding-bottom: 0
    }
}

@media (min-width:992px) {
    .footer.footer-full .footer__inner {
        padding-top: 0;
        padding-bottom: 0
    }
}

@media (min-width:768px) {
    .footer.footer-full .footer__inner {
        padding-top: 0;
        padding-bottom: 0
    }
}

@media (max-width:767px) {
    .footer.footer-full .footer__inner {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0
    }
}

.header-menu-container {
    display: flex;
    align-items: center
}

@media (min-width:992px) {
    .header-menu-container .header__menu-toggle {
        display: block
    }
}

.header-menu-container .container {
    display: none
}

/*!
Theme Name: larson child
Theme URI: https://bslthemes.site/larson/
Author: beshleyua
Author URI: https://themeforest.net/user/beshleyua
Description: Larson - Architecture WordPress Theme
Version: 1.1.0
License: General Public License
License URI: http://www.gnu.org/licenses/gpl.html
Template: larson
Text Domain: larson-child
Tags: full-width-template, editor-style, featured-images, sticky-post, threaded-comments, translation-ready, theme-options
*/
html ::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

html ::-webkit-scrollbar-button {
    display: none
}

html ::-webkit-scrollbar-thumb {
    background-color: #272727;
    border-radius: none
}

html ::-webkit-scrollbar-corner {
    background-color: #999
}

html ::-webkit-resizer {
    background-color: #666
}

body {
    background-color: var(--theme-color);
    color: #929292
}

main {
    background-color: var(--theme-color);


}

a {
    color: #fff
}

.post-sb__text h1,
.post-sb__text h2,
.post-sb__text h3,
.post-sb__text h4,
.post-sb__text h5,
.post-sb__text h6,
.comment-item__text h1,
.comment-item__text h2,
.comment-item__text h3,
.comment-item__text h4,
.comment-item__text h5,
.comment-item__text h6 {
    color: #fff
}

.quote p,
blockquote p,
.post-sb__text blockquote p,
.post-sb__text blockquote p,
.comment-item__text blockquote p,
.comment-item__text blockquote p,
.quote__name,
blockquote cite {
    color: #fff
}

.swiper-container-horizontal>.swiper-scrollbar .swiper-scrollbar-drag {
    background-color: #fff
}

.field input,
.field textarea {
    color: #929292;
    border-color: #4d4d4d;
    background-color: #343434
}

.field input::placeholder,
.field textarea::placeholder {
    color: #929292
}

.field input:focus,
.field textarea:focus {
    border-color: #929292;
    color: #929292
}

@media (min-width:992px) {

    .field input:hover,
    .field input:focus,
    .field textarea:hover,
    .field textarea:focus {
        border-color: #929292
    }
}

.logo__large,
.logo__small {
    color: #fff
}

@media (min-width:992px) {
    .navigation__dropdown {
        background-color: #272727
    }
}

.navigation__dropdown-item a {
    color: var(--menu-list-color)
}

.navigation__link {
    color: var(--menu-list-color)
}

@media (max-width:991px) {
    .mobile-canvas {
        background-color: #272727
    }
}

@media (min-width:992px) {
    .mobile-canvas:not(.header__mobile) {
        background-color: #272727
    }
}

.mobile-canvas__copy span {
    color: #fff
}

@media (min-width:992px) {
    .mobile-canvas__phone {
        color: #fff
    }
}

.mobile-canvas__close svg {
    fill: #fff
}

.menu-toggle:before,
.menu-toggle:after {
    content: "";
    border-top-color: #fff
}

.header {
    background-color: var(--theme-color);


}



.header--half {
    backdrop-filter: blur(9px) brightness(1);
}

.header--fixed {
    backdrop-filter: blur(9px) brightness(1);

}



@media (min-width:992px) {
    .header--fixed .social__link svg path {
        fill: #fff
    }
}

@media (min-width:992px) and (min-width:992px) {
    .header--fixed .social__link:hover svg {
        fill: #fbc710
    }
}

.header--fixed .navigation__link {
    color: var(--menu-list-color)
}

.header--fixed .navigation__link:hover {
    color: #dd733f;
}

.header--fixed .menu-toggle:before,
.header--fixed .menu-toggle:after {
    border-top: solid 3px #fff
}

.header--bg {
    background-color: #272727 !important
}

@media (min-width:1200px) {
    .header--bg {
        background-color: transparent !important
    }
}

.header__phone {
    color: #fff
}

.heading {
    color: var(--menu-list-color);
}

.heading_about {
    color: var(--theme-color);
}

.slide-tab__number {
    color: #fff !important
}

.slide-tab__title {
    color: #fff !important
}

.main-slider .tp-tabs {
    background-color: #272727 !important
}

.main-slider .tp-tab.selected .slide-tab__title {
    color: #fff !important
}

.about-section__blockquote {
    color: #fff
}

.services-section__link:hover {
    outline: none;
    color: #fff
}

.statistics__item-text {
    color: var(--theme-color--second);
}

.filter__item {
    color: var(--theme-color--second)
}

.filter__item--active {
    color: var(--theme-color--second)
}

.review-card__name {
    color: #fff
}

.review-card__post {
    margin-bottom: 32px;
    color: #fff
}

.preview-card__content {
    background-color: #272727
}

.preview-card__date,
.preview-card__heading,
.preview-card__btn {
    color: #fff
}

.preview-card__btn svg {
    fill: #fff
}

.lang-switcher__link {
    color: #fff
}

.lang-switcher__link--current {
    color: #fbc710
}

.social__link svg {
    fill: #fff
}

.social__link:hover svg {
    fill: #fbc710
}

.preloader {
    background-color: #272727
}

@media (min-width:1200px) {
    .hero__content {
        background-image: linear-gradient(to right, #272727 54.375%, transparent 54.375%)
    }
}

@media (min-width:1560px) {
    .hero__content {
        background-image: linear-gradient(to right, #272727 44.375%, transparent 44.375%)
    }
}

.hero__tag {
    color: #fff
}

.services-provided__column {
    margin-bottom: 48px
}

.services-provided__column:last-child {
    margin-bottom: 0
}

@media (min-width:768px) {
    .services-provided__column {
        margin-bottom: 0
    }
}

.services-provided__column-heading {
    color: black
}

.services-provided__icon svg,
.services-provided__icon .e-font-icon-svg {
    fill: var(--about-back-color)
}

.services-provided__link {
    color: #fff
}

.services-provided__link svg {
    fill: #fff
}

.card--team .card__heading {
    visibility: hidden;
    color: #fff !important
}

.card--team .card__text {
    color: #fff !important
}

.card--team:hover .card__content {
    background-color: rgba(39, 39, 39, .95) !important
}

@media (min-width:992px) {
    .card--team:hover .card__heading {
        visibility: visible
    }
}

.card--team .social__link svg {
    fill: #fff
}

.card--transparent {
    border: solid 1px #fff;
    transition: border-color .3s ease
}

.card--transparent:hover {
    border-color: #fbc710
}

@media (min-width:992px) {
    .card--transparent:hover .card__text {
        position: static
    }
}

.card--news .card__content {
    background-color: #272727
}

.card--news:hover .card__content {
    background-color: #272727
}

.card--news:hover .card__heading {
    visibility: visible;
    color: #fff
}

.card--news:hover .card__text {
    color: #fff
}

.card--news:hover .card__date {
    color: #fff
}

@media (min-width:992px) {
    .card--news:hover:hover .card__content {
        background-color: #272727
    }

    .card--news:hover:hover .card__heading {
        color: #fff
    }
}

.card--news .card__content {
    background-color: #272727
}

.card--news .card__heading {
    color: #fff
}

.card--news-masonry:hover .card__content {
    transform: none;
    border-color: #fbc710
}

.card--news-masonry:hover .card__date {
    transform: none
}

.card--news-masonry:hover .card__heading {
    transform: none
}

.card--news-masonry:hover .card__text {
    transform: none
}

.card--news-masonry:hover .card__link {
    color: #fbc710
}

.card--news-masonry:hover .card__link svg {
    fill: #fbc710
}

@media (min-width:992px) {
    .card--news-masonry .card__content {
        background-color: #343434
    }
}

.card--news-masonry .card__date,
.card--news-masonry .card__heading,
.card--news-masonry .card__text {
    color: #fff;
    visibility: visible
}

.card--news-masonry .card__link {
    color: #fbc710
}

.card--news-masonry .card__link svg {
    fill: #fbc710
}

.card:hover {
    outline: none
}

.card:hover .card__content,
.card:focus .card__content {
    background-color: rgba(251, 199, 16, .95)
}

.card:hover .card__tag,
.card:focus .card__tag {
    color: #000
}

.card:hover .card__heading,
.card:focus .card__heading {
    position: static;
    color: #000;
    transform: translateY(0);
    transition: transform .5s ease
}

.card:hover .card__text,
.card:focus .card__text {
    opacity: 1;
    transform: translateY(0);
    transition: transform .4s .2s ease, opacity .4s .2s ease
}

.card:hover .card__bottom,
.card:focus .card__bottom {
    opacity: 1
}

.card__tag {
    margin-bottom: 4px;
    color: #fff;
    transform: translateY(-20px)
}

.card__send-text {
    color: #fff
}

.card .social__link:hover svg {
    fill: #fff
}

.video-section {
    background-color: #272727
}

.project-meta__item-title {
    color: #fff
}

.project-designer__title {
    color: #fff
}

.steps__item:before {
    color: #fff
}

.steps__item-title {
    color: #fff
}

.post-sb-page__main-pic--inner .post-sb-page__tag {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 10px;
    transition: color .3s ease
}

@media (min-width:992px) {
    .post-sb-page__main-pic--inner .post-sb-page__tag {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 25px
    }
}

@media (min-width:992px) {
    .post-sb-page__main-pic--inner .post-sb-page__tag:hover {
        color: #fbc710
    }
}

.post-sb-page__main-pic--inner .post-sb-page__heading {
    margin: 0;
    font-family: "Gilroy", "Arial", sans-serif;
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    color: #fff
}

@media (min-width:992px) {
    .post-sb-page__main-pic--inner .post-sb-page__heading {
        font-size: 50px;
        line-height: 54px
    }
}

@media (min-width:1560px) {
    .post-sb-page__main-pic--inner .post-sb-page__heading {
        font-size: 60px;
        line-height: 80px
    }
}

.post-sb-page__main-pic--inner .post-sb-page__heading span {
    color: #fbc710
}

.post-sb-page__wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 28px;
    overflow: hidden
}

@media (min-width:992px) {
    .post-sb-page__wrapper {
        flex-direction: row;
        justify-content: space-between;
        margin-top: 210px
    }
}

.post-sb__date .author {
    color: #fff
}

.post-sb__title {
    color: #fff
}

.post-sb__title a {
    color: #fff
}

.post-sb__subtitle {
    color: #fff
}

.post-sb__text {
    color: #a1a1a1
}

.post-sb__bottom {
    border-top: 1px solid #a6a6a6
}

.post-sb__tags a {
    color: #929292
}

.post-sb__tags span {
    color: #fff
}

.post-sb__socials>span {
    color: #fff
}

.post-sb__social .social__item+.social__item {
    margin-left: 10px
}

.post-sb__social .social__link {
    width: 30px;
    height: 30px;
    transition: all .3s ease
}

@media (min-width:992px) {
    .post-sb__social .social__link:hover svg {
        fill: #fbc710
    }
}

.post-sb__social .social__link svg {
    fill: #929292;
    transition: fill .3s ease
}

.post-sb__related {
    margin: 15px 0
}

@media (min-width:992px) {
    .post-sb__related {
        margin: 196px 0 100px
    }
}

.post-sb__comment {
    margin-bottom: 50px
}

@media (min-width:992px) {
    .post-sb__comment {
        margin-bottom: 207px
    }
}

.post-sb--full .post-sb__content {
    margin-right: 0
}

@media (min-width:992px) {
    .post-sb--full .post-sb__content-pic {
        margin: 80px -190px 77px
    }
}

@media (min-width:992px) {
    .post-sb--full .post-sb__gallery {
        flex-direction: row;
        margin: 0 -190px 112px
    }
}

.post-related {
    background-color: #272727
}

@media (min-width:992px) {
    .post-related {
        background-color: #343434
    }
}

@media (min-width:1560px) {
    .post-related {
        background-color: transparent;
        background-image: linear-gradient(to right, #343434 86.09%, transparent 86.09%)
    }
}

.post-related__title span {
    color: #fff
}

.post-related__title a {
    color: #a1a1a1
}

@media (min-width:992px) {
    .post-related__title a:hover {
        color: #fbc710
    }

    .post-related__title a:hover svg {
        fill: #fbc710
    }
}

.post-related__title a svg {
    fill: #787878
}

.post-related__item {
    height: auto;
    margin-bottom: 20px
}

@media (min-width:992px) {
    .post-related__item {
        height: 350px
    }
}

.post-related__item .card__content {
    background-color: #272727
}

@media (min-width:992px) {
    .post-related__item .card__content {
        background-color: #272727
    }
}

.comment__title {
    color: #fff
}

.comment .comment-item__name {
    color: #fff
}

.comment .comment-item__sent {
    color: #ababab
}

.comment .comment-item__text {
    color: #a1a1a1
}

.comment .comment-item__reply {
    background-color: #343434;
    border-color: #343434;
    color: #fff
}

.comment .comment-item--replyed {
    border-left: 1px solid #e5e5e5
}

@media (min-width:992px) {
    .comment .comment-item--replyed {
        border-left: none
    }
}

.comment-form__title {
    color: #fff
}

.comment-form input,
.comment-form textarea {
    border-color: #4d4d4d;
    background-color: #343434
}

.comment-form input::placeholder,
.comment-form textarea::placeholder {
    opacity: 1;
    color: #929292
}

.comment-form input:focus,
.comment-form input:hover,
.comment-form textarea:focus,
.comment-form textarea:hover {
    border-color: #929292
}

.comment-form textarea {
    height: 174px;
    resize: none
}

.comment-form__inputs-group {
    display: flex;
    flex-direction: column;
    margin: 0 0 30px
}

@media (min-width:992px) {
    .comment-form__inputs-group {
        flex-direction: row;
        justify-content: space-between;
        margin: 0 -15px 30px
    }
}

.comment-form__inputs-group .comment-form__field-wrapper {
    width: 100%;
    margin: 0 0 15px
}

@media (min-width:992px) {
    .comment-form__inputs-group .comment-form__field-wrapper {
        width: calc(50% - 30px);
        margin: 0 15px
    }
}

.comment-form__inputs-group .comment-form__field-wrapper label {
    margin-bottom: 0
}

.comment-form__btn {
    padding: 17px 44px;
    margin-top: 30px;
    border-radius: 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-family: "Work Sans", "Arial", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer
}

@media (min-width:992px) {
    .comment-form__btn {
        left: 0;
        transform: none;
        margin-top: 32px
    }
}

.quote p {
    color: #fff
}

.quote__name {
    color: #fff
}

.sidebar__block>p {
    color: #fff
}

.sidebar__block input[type=search] {
    background-color: #343434;
    border-color: #4d4d4d;
    color: #929292;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3e%3cpath fill='%23929292' d='M62.9 56.5l-17-13.8c7.2-9.9 6.1-23.7-2.7-32.5C38.4 5.3 32 2.7 25.3 2.7s-13 2.6-17.8 7.4S0 21.3 0 28s2.7 13.1 7.5 17.9c5.1 5.1 11.5 7.5 17.9 7.5 6.1 0 12.3-2.1 17.1-6.7l17.3 14.1c.5.5 1.1.5 1.6.5.8 0 1.6-.3 2.1-1.1.8-1 .8-2.6-.6-3.7zM25.3 48c-5.3 0-10.4-2.1-14.1-5.9-3.7-3.7-5.9-8.8-5.9-14.1s2.1-10.4 5.9-14.1S20 8 25.3 8s10.4 2.1 14.1 5.9 5.9 8.8 5.9 14.1-2.1 10.4-5.9 14.1c-3.7 3.8-8.7 5.9-14.1 5.9z'/%3e%3c/svg%3e ")
}

.sidebar__block input[type=search]:focus {
    background-color: #414141
}

@media (min-width:992px) {

    .sidebar__block input[type=search]:hover,
    .sidebar__block input[type=search]:focus {
        background-color: #414141
    }
}

.sidebar__related-post {
    display: block
}

@media (min-width:992px) {
    .sidebar__related-post:hover .sidebar__related-post-content .title {
        color: #fbc710
    }
}

.sidebar__related-post-content .title {
    color: #fff
}

.sidebar__tag-item {
    border-color: #414141;
    color: #fff
}

@media (min-width:992px) {
    .sidebar__tag-item:hover {
        color: #000;
        background-color: #fbc710
    }
}

.contact-block {
    background-color: #272727
}

.contact-block__heading {
    color: black
}

.contact-block__phone a {
    color: var(--about-back-color)
}

.contact-block__item-hint {
    color: black
}

@media (min-width:768px) {
    .service-card--reverse .service-card__detail {
        border-left-color: #343434
    }
}

@media (min-width:768px) and (min-width:992px) {
    .service-card--reverse .service-card__detail:hover {
        border-color: #fbc710
    }
}

@media (min-width:768px) {
    .service-card__detail {
        border-top-color: #343434;
        border-right-color: #343434;
        background-color: #343434
    }
}

.service-card__heading {
    color: #fff
}

@media (min-width:992px) {
    .service-card__link:hover {
        color: #fff
    }

    .service-card__link:hover svg {
        fill: #fff
    }
}

.page-404 {
    background-image: url(../../../../themes/larson/assets/img/bg-404.html)
}

@media (min-resolution:144dpi),
(min-resolution:1.5dppx) {
    .page-404 {
        background-image: url(//larson.bslthemes.com/dark/wp-content/themes/larson/assets/styles/../img/bg-404@2x.png)
    }
}

.page-404__num,
.page-404__title {
    color: #fff
}

.page-404__search {
    color: #929292 !important;
    border-color: #4d4d4d !important;
    background-color: #343434 !important;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3e%3cpath fill='%23929292' d='M62.9 56.5l-17-13.8c7.2-9.9 6.1-23.7-2.7-32.5C38.4 5.3 32 2.7 25.3 2.7s-13 2.6-17.8 7.4S0 21.3 0 28s2.7 13.1 7.5 17.9c5.1 5.1 11.5 7.5 17.9 7.5 6.1 0 12.3-2.1 17.1-6.7l17.3 14.1c.5.5 1.1.5 1.6.5.8 0 1.6-.3 2.1-1.1.8-1 .8-2.6-.6-3.7zM25.3 48c-5.3 0-10.4-2.1-14.1-5.9-3.7-3.7-5.9-8.8-5.9-14.1s2.1-10.4 5.9-14.1S20 8 25.3 8s10.4 2.1 14.1 5.9 5.9 8.8 5.9 14.1-2.1 10.4-5.9 14.1c-3.7 3.8-8.7 5.9-14.1 5.9z'/%3e%3c/svg%3e ") !important;
    transition: all .3s ease !important
}

.page-404__search::placeholder {
    color: #929292 !important
}

.page-404__search:hover {
    background-color: #414141 !important
}

.page-404__text a:hover {
    color: #fff
}

.more:hover {
    color: #fbc710
}

.more:hover svg {
    fill: #fbc710
}

.single-service-block h2 {
    color: #fff
}

.article__project-text strong {
    color: #fff
}

.services {
    color: #fff
}

.services__item-text {
    color: #929292
}

.contact-parallax__form input,
.contact-parallax__form textarea {
    background-color: transparent;
    border-bottom-color: #fff;
    color: #fff
}

.contact-parallax__form input::placeholder,
.contact-parallax__form textarea::placeholder {
    opacity: 1
}

@media (min-width:992px) {

    .contact-parallax__form input:hover,
    .contact-parallax__form input:focus,
    .contact-parallax__form textarea:hover,
    .contact-parallax__form textarea:focus {
        color: #fff;
        border-color: #fff
    }
}

.footer--bg {
    background-color: #272727 !important
}

@media (min-width:1200px) {
    .footer--bg {
        background-color: transparent !important
    }
}

.footer__copyright {
    color: #fff
}

.footer__copyright span {
    color: #fff
}

.footer__column-link {
    color: #fff
}

.webpage {
    background-color: #272727
}

.main-slider .swiper-custom-pagination ul li {
    background-color: #272727
}

.main-slider .swiper-custom-pagination ul li .num,
.main-slider .swiper-custom-pagination ul li .label {
    color: #fff !important
}

.navigation__dropdown li a,
.footer__column-menu li a,
.social__link,
.services-provided__icon i {
    color: #fff
}

.parallax {
    background-color: #272727 !important
}

.header--white {
    background-color: transparent
}

.pager span,
.pager a,
.page-links .post-page-numbers {
    color: black
}

.pager .next:before,
.pager .prev:before {
    color: black
}

.social--contact .social__link .fa,
.social--contact .social__link .fas,
.social--contact .social__link .fab,
.social--contact .social__link .far {
    color: #fff
}

.field input[type=text],
.field input[type=number],
.field input[type=tel],
.field input[type=email],
.field input[type=phone],
.field input[type=address],
.field input[type=password],
.field textarea {
    border: solid 1px #4d4d4d;
    color: #929292
}

.mobile-canvas__copy strong {
    color: #fff
}

@media (min-width:992px) {
    .header--fixed .header__phone {
        color: #fff
    }
}

.comment .comment-item__reply {
    background-color: transparent;
    border-color: transparent;
    color: #fff
}

.card--news:hover .card__content {
    background-color: #272727 !important
}

.dropdownnavigation__item i.icon:before {
    color: #fff
}

.news-listing__item .card__date,
.news-listing__item .card__text {
    color: #fff
}

.fab.fa-twitter.x-icon svg path,
.fa.fa-twitter.x-icon svg path {
    fill: #fff
}

.webpage--parallax-dark .container-page-parallax .header .social__link .fab.fa-twitter.x-icon svg path {
    fill: #fff
}

@media (min-width:992px) {
    .header--white .social__link svg path {
        fill: #fff
    }
}

.social__link:hover svg path,
.header--white .social__link:hover svg path {
    fill: #ffb74d !important
}

.webpage--parallax-dark .container-page-parallax .header .logo__large,
.webpage--parallax-dark .container-page-parallax .header .logo__small,
.webpage--parallax-dark .container-page-parallax .header--white .navigation__list>li>.navigation__link,
.webpage--parallax-dark .container-page-parallax .header--white .navigation__list>li>i.icon:before,
.webpage--parallax-dark .container-page-parallax .parallax,
.webpage--parallax-dark .container-page-parallax .header .social__link,
.webpage--parallax-dark .container-page-parallax .footer.footer--white .footer__copyright,
.webpage--parallax-dark .container-page-parallax .footer .footer__copy,
.webpage--parallax-dark .container-page-parallax .footer .lang-switcher__link {
    color: #fff
}

.webpage--parallax-dark .container-page-parallax .header .menu-toggle:before,
.webpage--parallax-dark .container-page-parallax .header .menu-toggle:after {
    border-color: #fff
}

.webpage--parallax-dark .header--white .navigation__list>li>.navigation__link:hover,
.webpage--parallax-dark .header .social__link:hover,
.webpage--parallax-dark .footer .lang-switcher__link:hover {
    color: #ffb74d
}

.mobile-canvas__nav li li a.navigation__link {
    color: #fff
}

.navigation__link:hover {
    color: #fff
}

.current_page_itemnavigation__item>a {
    color: var(--logo-color-light)
}

/*! elementor - v3.28.0 - 01-04-2025 */
.elementor-hidden {
    display: none
}

.elementor-visibility-hidden {
    visibility: hidden
}

.elementor-screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: -10000em;
    width: 1px;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.elementor-clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    width: 0
}

.e-logo-wrapper {
    background: var(--e-a-bg-logo);
    border-radius: 50%;
    display: inline-block;
    line-height: 1;
    padding: .75em
}

.e-logo-wrapper i {
    color: var(--e-a-color-logo);
    font-size: 1em
}

.elementor *,
.elementor :after,
.elementor :before {
    box-sizing: border-box
}

.elementor a {
    box-shadow: none;
    text-decoration: none
}

.elementor hr {
    background-color: transparent;
    margin: 0
}

.elementor img {
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    max-width: 100%
}

.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
    margin: 0
}

.elementor embed,
.elementor iframe,
.elementor object,
.elementor video {
    border: none;
    line-height: 1;
    margin: 0;
    max-width: 100%;
    width: 100%
}

.elementor .elementor-background,
.elementor .elementor-background-holder,
.elementor .elementor-background-video-container {
    direction: ltr;
    inset: 0;
    overflow: hidden;
    position: absolute;
    z-index: 0
}

.elementor .elementor-background-video-container {
    pointer-events: none;
    transition: opacity 1s
}

.elementor .elementor-background-video-container.elementor-loading {
    opacity: 0
}

.elementor .elementor-background-video-embed {
    max-width: none
}

.elementor .elementor-background-video,
.elementor .elementor-background-video-embed,
.elementor .elementor-background-video-hosted {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.elementor .elementor-background-video {
    max-width: none
}

.elementor .elementor-background-video-hosted {
    -o-object-fit: cover;
    object-fit: cover
}

.elementor .elementor-background-overlay {
    inset: 0;
    position: absolute
}

.elementor .elementor-background-slideshow {
    inset: 0;
    position: absolute;
    z-index: 0
}

.elementor .elementor-background-slideshow__slide__image {
    background-position: 50%;
    background-size: cover;
    height: 100%;
    width: 100%
}

.e-con-inner>.elementor-element.elementor-absolute,
.e-con>.elementor-element.elementor-absolute,
.elementor-widget-wrap>.elementor-element.elementor-absolute {
    position: absolute
}

.e-con-inner>.elementor-element.elementor-fixed,
.e-con>.elementor-element.elementor-fixed,
.elementor-widget-wrap>.elementor-element.elementor-fixed {
    position: fixed
}

.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,
.elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
    max-width: 100%
}

@media (max-width:1024px) {

    .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,
    .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
        max-width: 100%
    }
}

@media (max-width:767px) {

    .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,
    .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial {
        max-width: 100%
    }
}

.elementor-element {
    --flex-direction: initial;
    --flex-wrap: initial;
    --justify-content: initial;
    --align-items: initial;
    --align-content: initial;
    --gap: initial;
    --flex-basis: initial;
    --flex-grow: initial;
    --flex-shrink: initial;
    --order: initial;
    --align-self: initial;
    align-self: var(--align-self);
    flex-basis: var(--flex-basis);
    flex-grow: var(--flex-grow);
    flex-shrink: var(--flex-shrink);
    order: var(--order)
}

.elementor-element.elementor-absolute,
.elementor-element.elementor-fixed {
    z-index: 1
}

.elementor-element:where(.e-con-full, .elementor-widget) {
    align-content: var(--align-content);
    align-items: var(--align-items);
    flex-direction: var(--flex-direction);
    flex-wrap: var(--flex-wrap);
    gap: var(--row-gap) var(--column-gap);
    justify-content: var(--justify-content)
}

.elementor-invisible {
    visibility: hidden
}

.elementor-align-center {
    text-align: center
}

.elementor-align-right {
    text-align: right
}

.elementor-align-left {
    text-align: left
}

.elementor-align-center .elementor-button,
.elementor-align-left .elementor-button,
.elementor-align-right .elementor-button {
    width: auto
}

.elementor-align-justify .elementor-button {
    width: 100%
}

.elementor-custom-embed-play {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.elementor-custom-embed-play i {
    color: #fff;
    font-size: 100px;
    text-shadow: 1px 0 6px rgba(0, 0, 0, .3)
}

.elementor-custom-embed-play svg {
    height: 100px;
    width: 100px;
    fill: #fff;
    filter: drop-shadow(1px 0 6px rgba(0, 0, 0, .3))
}

.elementor-custom-embed-play i,
.elementor-custom-embed-play svg {
    opacity: .8;
    transition: all .5s
}

.elementor-custom-embed-play.elementor-playing i {
    font-family: eicons
}

.elementor-custom-embed-play.elementor-playing i:before {
    content: "\e8fb"
}

.elementor-custom-embed-play.elementor-playing i,
.elementor-custom-embed-play.elementor-playing svg {
    animation: eicon-spin 2s linear infinite
}

.elementor-tag {
    display: inline-flex
}

.elementor-ken-burns {
    transition-duration: 10s;
    transition-property: transform;
    transition-timing-function: linear
}

.elementor-ken-burns--out {
    transform: scale(1.3)
}

.elementor-ken-burns--active {
    transition-duration: 20s
}

.elementor-ken-burns--active.elementor-ken-burns--out {
    transform: scale(1)
}

.elementor-ken-burns--active.elementor-ken-burns--in {
    transform: scale(1.3)
}

@media (min-width:-1) {
    .elementor-widescreen-align-center {
        text-align: center
    }

    .elementor-widescreen-align-right {
        text-align: right
    }

    .elementor-widescreen-align-left {
        text-align: left
    }

    .elementor-widescreen-align-center .elementor-button,
    .elementor-widescreen-align-left .elementor-button,
    .elementor-widescreen-align-right .elementor-button {
        width: auto
    }

    .elementor-widescreen-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:-1) {
    .elementor-laptop-align-center {
        text-align: center
    }

    .elementor-laptop-align-right {
        text-align: right
    }

    .elementor-laptop-align-left {
        text-align: left
    }

    .elementor-laptop-align-center .elementor-button,
    .elementor-laptop-align-left .elementor-button,
    .elementor-laptop-align-right .elementor-button {
        width: auto
    }

    .elementor-laptop-align-justify .elementor-button {
        width: 100%
    }

    .elementor-tablet_extra-align-center {
        text-align: center
    }

    .elementor-tablet_extra-align-right {
        text-align: right
    }

    .elementor-tablet_extra-align-left {
        text-align: left
    }

    .elementor-tablet_extra-align-center .elementor-button,
    .elementor-tablet_extra-align-left .elementor-button,
    .elementor-tablet_extra-align-right .elementor-button {
        width: auto
    }

    .elementor-tablet_extra-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:1024px) {
    .elementor-tablet-align-center {
        text-align: center
    }

    .elementor-tablet-align-right {
        text-align: right
    }

    .elementor-tablet-align-left {
        text-align: left
    }

    .elementor-tablet-align-center .elementor-button,
    .elementor-tablet-align-left .elementor-button,
    .elementor-tablet-align-right .elementor-button {
        width: auto
    }

    .elementor-tablet-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:-1) {
    .elementor-mobile_extra-align-center {
        text-align: center
    }

    .elementor-mobile_extra-align-right {
        text-align: right
    }

    .elementor-mobile_extra-align-left {
        text-align: left
    }

    .elementor-mobile_extra-align-center .elementor-button,
    .elementor-mobile_extra-align-left .elementor-button,
    .elementor-mobile_extra-align-right .elementor-button {
        width: auto
    }

    .elementor-mobile_extra-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:767px) {
    .elementor-mobile-align-center {
        text-align: center
    }

    .elementor-mobile-align-right {
        text-align: right
    }

    .elementor-mobile-align-left {
        text-align: left
    }

    .elementor-mobile-align-center .elementor-button,
    .elementor-mobile-align-left .elementor-button,
    .elementor-mobile-align-right .elementor-button {
        width: auto
    }

    .elementor-mobile-align-justify .elementor-button {
        width: 100%
    }
}

:root {
    --page-title-display: block
}

.elementor-page-title,
h1.entry-title {
    display: var(--page-title-display)
}

@keyframes eicon-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.eicon-animation-spin {
    animation: eicon-spin 2s linear infinite
}

.elementor-section {
    position: relative
}

.elementor-section .elementor-container {
    display: flex;

    position: relative
}

@media (max-width:1024px) {
    .elementor-section .elementor-container {
        flex-wrap: wrap
    }
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1140px
}

.elementor-section.elementor-section-stretched {
    position: relative;
    width: 100%
}

.elementor-section.elementor-section-items-top>.elementor-container {
    align-items: flex-start
}

.elementor-section.elementor-section-items-middle>.elementor-container {
    align-items: center
}

.elementor-section.elementor-section-items-bottom>.elementor-container {
    align-items: flex-end
}

@media (min-width:768px) {
    .elementor-section.elementor-section-height-full {
        height: 100vh
    }

    .elementor-section.elementor-section-height-full>.elementor-container {
        height: 100%
    }
}

.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-items: flex-start
}

.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-items: center
}

.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-items: flex-end
}

.elementor-widget-wrap {
    align-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    width: 100%
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: flex
}

.elementor-widget-wrap>.elementor-element {
    width: 100%
}

.elementor-widget-wrap.e-swiper-container {
    width: calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))
}

.elementor-widget {
    position: relative
}

.elementor-widget:not(:last-child) {
    margin-bottom: var(--kit-widget-spacing, 20px)
}

.elementor-widget:not(:last-child).elementor-absolute,
.elementor-widget:not(:last-child).elementor-widget__width-auto,
.elementor-widget:not(:last-child).elementor-widget__width-initial {
    margin-bottom: 0
}

.elementor-column {
    display: flex;
    min-height: 1px;
    position: relative
}

.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated {
    padding: 5px
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 10px
}

.elementor-column-gap-extended>.elementor-column>.elementor-element-populated {
    padding: 15px
}

.elementor-column-gap-wide>.elementor-column>.elementor-element-populated {
    padding: 20px
}

.elementor-column-gap-wider>.elementor-column>.elementor-element-populated {
    padding: 30px
}

.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
    padding: 0
}

@media (min-width:768px) {

    .elementor-column.elementor-col-10,
    .elementor-column[data-col="10"] {
        width: 10%
    }

    .elementor-column.elementor-col-11,
    .elementor-column[data-col="11"] {
        width: 11.111%
    }

    .elementor-column.elementor-col-12,
    .elementor-column[data-col="12"] {
        width: 12.5%
    }

    .elementor-column.elementor-col-14,
    .elementor-column[data-col="14"] {
        width: 14.285%
    }

    .elementor-column.elementor-col-16,
    .elementor-column[data-col="16"] {
        width: 16.666%
    }

    .elementor-column.elementor-col-20,
    .elementor-column[data-col="20"] {
        width: 20%
    }

    .elementor-column.elementor-col-25,
    .elementor-column[data-col="25"] {
        width: 25%
    }

    .elementor-column.elementor-col-30,
    .elementor-column[data-col="30"] {
        width: 30%
    }

    .elementor-column.elementor-col-33,
    .elementor-column[data-col="33"] {
        width: 33.333%
    }

    .elementor-column.elementor-col-40,
    .elementor-column[data-col="40"] {
        width: 40%
    }

    .elementor-column.elementor-col-50,
    .elementor-column[data-col="50"] {
        width: 50%
    }

    .elementor-column.elementor-col-60,
    .elementor-column[data-col="60"] {
        width: 60%
    }

    .elementor-column.elementor-col-66,
    .elementor-column[data-col="66"] {
        width: 66.666%
    }

    .elementor-column.elementor-col-70,
    .elementor-column[data-col="70"] {
        width: 70%
    }

    .elementor-column.elementor-col-75,
    .elementor-column[data-col="75"] {
        width: 75%
    }

    .elementor-column.elementor-col-80,
    .elementor-column[data-col="80"] {
        width: 80%
    }

    .elementor-column.elementor-col-83,
    .elementor-column[data-col="83"] {
        width: 83.333%
    }

    .elementor-column.elementor-col-90,
    .elementor-column[data-col="90"] {
        width: 90%
    }

    .elementor-column.elementor-col-100,
    .elementor-column[data-col="100"] {
        width: 100%
    }
}

@media (max-width:479px) {
    .elementor-column.elementor-xs-10 {
        width: 10%
    }

    .elementor-column.elementor-xs-11 {
        width: 11.111%
    }

    .elementor-column.elementor-xs-12 {
        width: 12.5%
    }

    .elementor-column.elementor-xs-14 {
        width: 14.285%
    }

    .elementor-column.elementor-xs-16 {
        width: 16.666%
    }

    .elementor-column.elementor-xs-20 {
        width: 20%
    }

    .elementor-column.elementor-xs-25 {
        width: 25%
    }

    .elementor-column.elementor-xs-30 {
        width: 30%
    }

    .elementor-column.elementor-xs-33 {
        width: 33.333%
    }

    .elementor-column.elementor-xs-40 {
        width: 40%
    }

    .elementor-column.elementor-xs-50 {
        width: 50%
    }

    .elementor-column.elementor-xs-60 {
        width: 60%
    }

    .elementor-column.elementor-xs-66 {
        width: 66.666%
    }

    .elementor-column.elementor-xs-70 {
        width: 70%
    }

    .elementor-column.elementor-xs-75 {
        width: 75%
    }

    .elementor-column.elementor-xs-80 {
        width: 80%
    }

    .elementor-column.elementor-xs-83 {
        width: 83.333%
    }

    .elementor-column.elementor-xs-90 {
        width: 90%
    }

    .elementor-column.elementor-xs-100 {
        width: 100%
    }
}

@media (max-width:767px) {
    .elementor-column.elementor-sm-10 {
        width: 10%
    }

    .elementor-column.elementor-sm-11 {
        width: 11.111%
    }

    .elementor-column.elementor-sm-12 {
        width: 12.5%
    }

    .elementor-column.elementor-sm-14 {
        width: 14.285%
    }

    .elementor-column.elementor-sm-16 {
        width: 16.666%
    }

    .elementor-column.elementor-sm-20 {
        width: 20%
    }

    .elementor-column.elementor-sm-25 {
        width: 25%
    }

    .elementor-column.elementor-sm-30 {
        width: 30%
    }

    .elementor-column.elementor-sm-33 {
        width: 33.333%
    }

    .elementor-column.elementor-sm-40 {
        width: 40%
    }

    .elementor-column.elementor-sm-50 {
        width: 50%
    }

    .elementor-column.elementor-sm-60 {
        width: 60%
    }

    .elementor-column.elementor-sm-66 {
        width: 66.666%
    }

    .elementor-column.elementor-sm-70 {
        width: 70%
    }

    .elementor-column.elementor-sm-75 {
        width: 75%
    }

    .elementor-column.elementor-sm-80 {
        width: 80%
    }

    .elementor-column.elementor-sm-83 {
        width: 83.333%
    }

    .elementor-column.elementor-sm-90 {
        width: 90%
    }

    .elementor-column.elementor-sm-100 {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor-column.elementor-md-10 {
        width: 10%
    }

    .elementor-column.elementor-md-11 {
        width: 11.111%
    }

    .elementor-column.elementor-md-12 {
        width: 12.5%
    }

    .elementor-column.elementor-md-14 {
        width: 14.285%
    }

    .elementor-column.elementor-md-16 {
        width: 16.666%
    }

    .elementor-column.elementor-md-20 {
        width: 20%
    }

    .elementor-column.elementor-md-25 {
        width: 25%
    }

    .elementor-column.elementor-md-30 {
        width: 30%
    }

    .elementor-column.elementor-md-33 {
        width: 33.333%
    }

    .elementor-column.elementor-md-40 {
        width: 40%
    }

    .elementor-column.elementor-md-50 {
        width: 50%
    }

    .elementor-column.elementor-md-60 {
        width: 60%
    }

    .elementor-column.elementor-md-66 {
        width: 66.666%
    }

    .elementor-column.elementor-md-70 {
        width: 70%
    }

    .elementor-column.elementor-md-75 {
        width: 75%
    }

    .elementor-column.elementor-md-80 {
        width: 80%
    }

    .elementor-column.elementor-md-83 {
        width: 83.333%
    }

    .elementor-column.elementor-md-90 {
        width: 90%
    }

    .elementor-column.elementor-md-100 {
        width: 100%
    }
}

@media (min-width:-1) {
    .elementor-reverse-widescreen>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:1025px) and (max-width:-1) {
    .elementor-reverse-laptop>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:-1) and (max-width:-1) {
    .elementor-reverse-laptop>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:1025px) and (max-width:-1) {

    .elementor-reverse-laptop>.elementor-container>:first-child,
    .elementor-reverse-laptop>.elementor-container>:nth-child(10),
    .elementor-reverse-laptop>.elementor-container>:nth-child(2),
    .elementor-reverse-laptop>.elementor-container>:nth-child(3),
    .elementor-reverse-laptop>.elementor-container>:nth-child(4),
    .elementor-reverse-laptop>.elementor-container>:nth-child(5),
    .elementor-reverse-laptop>.elementor-container>:nth-child(6),
    .elementor-reverse-laptop>.elementor-container>:nth-child(7),
    .elementor-reverse-laptop>.elementor-container>:nth-child(8),
    .elementor-reverse-laptop>.elementor-container>:nth-child(9) {
        order: 0
    }

    .elementor-reverse-tablet_extra>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor-reverse-tablet>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:-1) and (max-width:1024px) {
    .elementor-reverse-tablet>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:768px) and (max-width:-1) {

    .elementor-reverse-tablet>.elementor-container>:first-child,
    .elementor-reverse-tablet>.elementor-container>:nth-child(10),
    .elementor-reverse-tablet>.elementor-container>:nth-child(2),
    .elementor-reverse-tablet>.elementor-container>:nth-child(3),
    .elementor-reverse-tablet>.elementor-container>:nth-child(4),
    .elementor-reverse-tablet>.elementor-container>:nth-child(5),
    .elementor-reverse-tablet>.elementor-container>:nth-child(6),
    .elementor-reverse-tablet>.elementor-container>:nth-child(7),
    .elementor-reverse-tablet>.elementor-container>:nth-child(8),
    .elementor-reverse-tablet>.elementor-container>:nth-child(9) {
        order: 0
    }

    .elementor-reverse-mobile_extra>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (max-width:767px) {
    .elementor-reverse-mobile>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(10) {
        order: 1
    }

    .elementor-column {
        width: 100%
    }
}

.elementor-grid {
    display: grid;
    grid-column-gap: var(--grid-column-gap);
    grid-row-gap: var(--grid-row-gap)
}

.elementor-grid .elementor-grid-item {
    min-width: 0
}

.elementor-grid-0 .elementor-grid {
    display: inline-block;
    margin-bottom: calc(-1 * var(--grid-row-gap));
    width: 100%;
    word-spacing: var(--grid-column-gap)
}

.elementor-grid-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word
}

.elementor-grid-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr)
}

.elementor-grid-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr)
}

.elementor-grid-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr)
}

.elementor-grid-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr)
}

.elementor-grid-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr)
}

.elementor-grid-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr)
}

.elementor-grid-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr)
}

.elementor-grid-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr)
}

.elementor-grid-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr)
}

.elementor-grid-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr)
}

.elementor-grid-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr)
}

.elementor-grid-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr)
}

@media (min-width:-1) {
    .elementor-grid-widescreen-0 .elementor-grid {
        display: inline-block;
        margin-bottom: calc(-1 * var(--grid-row-gap));
        width: 100%;
        word-spacing: var(--grid-column-gap)
    }

    .elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-widescreen-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .elementor-grid-widescreen-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-grid-widescreen-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-grid-widescreen-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-grid-widescreen-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-grid-widescreen-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-grid-widescreen-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-grid-widescreen-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-grid-widescreen-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-grid-widescreen-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-grid-widescreen-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-grid-widescreen-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width:-1) {
    .elementor-grid-laptop-0 .elementor-grid {
        display: inline-block;
        margin-bottom: calc(-1 * var(--grid-row-gap));
        width: 100%;
        word-spacing: var(--grid-column-gap)
    }

    .elementor-grid-laptop-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-laptop-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .elementor-grid-laptop-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-grid-laptop-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-grid-laptop-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-grid-laptop-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-grid-laptop-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-grid-laptop-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-grid-laptop-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-grid-laptop-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-grid-laptop-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-grid-laptop-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-grid-laptop-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }

    .elementor-grid-tablet_extra-0 .elementor-grid {
        display: inline-block;
        margin-bottom: calc(-1 * var(--grid-row-gap));
        width: 100%;
        word-spacing: var(--grid-column-gap)
    }

    .elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-tablet_extra-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .elementor-grid-tablet_extra-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-grid-tablet_extra-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-grid-tablet_extra-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-grid-tablet_extra-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-grid-tablet_extra-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-grid-tablet_extra-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-grid-tablet_extra-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-grid-tablet_extra-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-grid-tablet_extra-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-grid-tablet_extra-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-grid-tablet_extra-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width:1024px) {
    .elementor-grid-tablet-0 .elementor-grid {
        display: inline-block;
        margin-bottom: calc(-1 * var(--grid-row-gap));
        width: 100%;
        word-spacing: var(--grid-column-gap)
    }

    .elementor-grid-tablet-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-tablet-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .elementor-grid-tablet-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-grid-tablet-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-grid-tablet-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-grid-tablet-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-grid-tablet-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-grid-tablet-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-grid-tablet-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-grid-tablet-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-grid-tablet-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-grid-tablet-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-grid-tablet-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width:-1) {
    .elementor-grid-mobile_extra-0 .elementor-grid {
        display: inline-block;
        margin-bottom: calc(-1 * var(--grid-row-gap));
        width: 100%;
        word-spacing: var(--grid-column-gap)
    }

    .elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-mobile_extra-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .elementor-grid-mobile_extra-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-grid-mobile_extra-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-grid-mobile_extra-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-grid-mobile_extra-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-grid-mobile_extra-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-grid-mobile_extra-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-grid-mobile_extra-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-grid-mobile_extra-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-grid-mobile_extra-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-grid-mobile_extra-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-grid-mobile_extra-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width:767px) {
    .elementor-grid-mobile-0 .elementor-grid {
        display: inline-block;
        margin-bottom: calc(-1 * var(--grid-row-gap));
        width: 100%;
        word-spacing: var(--grid-column-gap)
    }

    .elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-mobile-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .elementor-grid-mobile-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-grid-mobile-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-grid-mobile-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-grid-mobile-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-grid-mobile-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-grid-mobile-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-grid-mobile-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-grid-mobile-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-grid-mobile-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-grid-mobile-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-grid-mobile-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (min-width:1025px) {
    #elementor-device-mode:after {
        content: "desktop"
    }
}

@media (min-width:-1) {
    #elementor-device-mode:after {
        content: "widescreen"
    }
}

@media (max-width:-1) {
    #elementor-device-mode:after {
        content: "laptop";
        content: "tablet_extra"
    }
}

@media (max-width:1024px) {
    #elementor-device-mode:after {
        content: "tablet"
    }
}

@media (max-width:-1) {
    #elementor-device-mode:after {
        content: "mobile_extra"
    }
}

@media (max-width:767px) {
    #elementor-device-mode:after {
        content: "mobile"
    }
}

@media (prefers-reduced-motion:no-preference) {
    html {
        scroll-behavior: smooth
    }
}

.e-con {
    --border-radius: 0;
    --border-top-width: 0px;
    --border-right-width: 0px;
    --border-bottom-width: 0px;
    --border-left-width: 0px;
    --border-style: initial;
    --border-color: initial;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --content-width: min(100%, var(--container-max-width, 1140px));
    --width: 100%;
    --min-height: initial;
    --height: auto;
    --text-align: initial;
    --margin-top: 0px;
    --margin-right: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --padding-top: var(--container-default-padding-top, 10px);
    --padding-right: var(--container-default-padding-right, 10px);
    --padding-bottom: var(--container-default-padding-bottom, 10px);
    --padding-left: var(--container-default-padding-left, 10px);
    --position: relative;
    --z-index: revert;
    --overflow: visible;
    --gap: var(--widgets-spacing, 20px);
    --row-gap: var(--widgets-spacing-row, 20px);
    --column-gap: var(--widgets-spacing-column, 20px);
    --overlay-mix-blend-mode: initial;
    --overlay-opacity: 1;
    --overlay-transition: 0.3s;
    --e-con-grid-template-columns: repeat(3, 1fr);
    --e-con-grid-template-rows: repeat(2, 1fr);
    border-radius: var(--border-radius);
    height: var(--height);
    min-height: var(--min-height);
    min-width: 0;
    overflow: var(--overflow);
    position: var(--position);
    transition: background var(--background-transition, .3s), border var(--border-transition, .3s), box-shadow var(--border-transition, .3s), transform var(--e-con-transform-transition-duration, .4s);
    width: var(--width);
    z-index: var(--z-index);
    --flex-wrap-mobile: wrap;
    margin-block-end: var(--margin-block-end);
    margin-block-start: var(--margin-block-start);
    margin-inline-end: var(--margin-inline-end);
    margin-inline-start: var(--margin-inline-start);
    padding-inline-end: var(--padding-inline-end);
    padding-inline-start: var(--padding-inline-start);
    --margin-block-start: var(--margin-top);
    --margin-block-end: var(--margin-bottom);
    --margin-inline-start: var(--margin-left);
    --margin-inline-end: var(--margin-right);
    --padding-inline-start: var(--padding-left);
    --padding-inline-end: var(--padding-right);
    --padding-block-start: var(--padding-top);
    --padding-block-end: var(--padding-bottom);
    --border-block-start-width: var(--border-top-width);
    --border-block-end-width: var(--border-bottom-width);
    --border-inline-start-width: var(--border-left-width);
    --border-inline-end-width: var(--border-right-width)
}

body.rtl .e-con {
    --padding-inline-start: var(--padding-right);
    --padding-inline-end: var(--padding-left);
    --margin-inline-start: var(--margin-right);
    --margin-inline-end: var(--margin-left);
    --border-inline-start-width: var(--border-right-width);
    --border-inline-end-width: var(--border-left-width)
}

.e-con.e-flex {
    --flex-direction: column;
    --flex-basis: auto;
    --flex-grow: 0;
    --flex-shrink: 1;
    flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis)
}

.e-con-full,
.e-con>.e-con-inner {
    padding-block-end: var(--padding-block-end);
    padding-block-start: var(--padding-block-start);
    text-align: var(--text-align)
}

.e-con-full.e-flex,
.e-con.e-flex>.e-con-inner {
    flex-direction: var(--flex-direction)
}

.e-con,
.e-con>.e-con-inner {
    display: var(--display)
}

.e-con.e-grid {
    --grid-justify-content: start;
    --grid-align-content: start;
    --grid-auto-flow: row
}

.e-con.e-grid,
.e-con.e-grid>.e-con-inner {
    align-content: var(--grid-align-content);
    align-items: var(--align-items);
    grid-auto-flow: var(--grid-auto-flow);
    grid-template-columns: var(--e-con-grid-template-columns);
    grid-template-rows: var(--e-con-grid-template-rows);
    justify-content: var(--grid-justify-content);
    justify-items: var(--justify-items)
}

.e-con-boxed.e-flex {
    align-content: normal;
    align-items: normal;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: normal
}

.e-con-boxed.e-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    justify-items: legacy
}

.e-con-boxed {
    gap: initial;
    text-align: initial
}

.e-con.e-flex>.e-con-inner {
    align-content: var(--align-content);
    align-items: var(--align-items);
    align-self: auto;
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-wrap: var(--flex-wrap);
    justify-content: var(--justify-content)
}

.e-con.e-grid>.e-con-inner {
    align-items: var(--align-items);
    justify-items: var(--justify-items)
}

.e-con>.e-con-inner {
    gap: var(--row-gap) var(--column-gap);
    height: 100%;
    margin: 0 auto;
    max-width: var(--content-width);
    padding-inline-end: 0;
    padding-inline-start: 0;
    width: 100%
}

:is(.elementor-section-wrap, [data-elementor-id])>.e-con {
    --margin-left: auto;
    --margin-right: auto;
    max-width: min(100%, var(--width))
}

.e-con .elementor-widget.elementor-widget {
    margin-block-end: 0
}

.e-con:before,
.e-con>.elementor-background-slideshow:before,
.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,
:is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container:before {
    border-block-end-width: var(--border-block-end-width);
    border-block-start-width: var(--border-block-start-width);
    border-color: var(--border-color);
    border-inline-end-width: var(--border-inline-end-width);
    border-inline-start-width: var(--border-inline-start-width);
    border-radius: var(--border-radius);
    border-style: var(--border-style);
    content: var(--background-overlay);
    display: block;
    height: max(100% + var(--border-top-width) + var(--border-bottom-width), 100%);
    left: calc(0px - var(--border-left-width));
    mix-blend-mode: var(--overlay-mix-blend-mode);
    opacity: var(--overlay-opacity);
    position: absolute;
    top: calc(0px - var(--border-top-width));
    transition: var(--overlay-transition, .3s);
    width: max(100% + var(--border-left-width) + var(--border-right-width), 100%)
}

.e-con:before {
    transition: background var(--overlay-transition, .3s), border-radius var(--border-transition, .3s), opacity var(--overlay-transition, .3s)
}

.e-con>.elementor-background-slideshow,
:is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container {
    border-block-end-width: var(--border-block-end-width);
    border-block-start-width: var(--border-block-start-width);
    border-color: var(--border-color);
    border-inline-end-width: var(--border-inline-end-width);
    border-inline-start-width: var(--border-inline-start-width);
    border-radius: var(--border-radius);
    border-style: var(--border-style);
    height: max(100% + var(--border-top-width) + var(--border-bottom-width), 100%);
    left: calc(0px - var(--border-left-width));
    top: calc(0px - var(--border-top-width));
    width: max(100% + var(--border-left-width) + var(--border-right-width), 100%)
}

@media (max-width:767px) {
    :is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile {
        display: none
    }
}

:is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container:before {
    z-index: 1
}

:is(.e-con, .e-con>.e-con-inner)>.elementor-background-slideshow:before {
    z-index: 2
}

.e-con .elementor-widget {
    min-width: 0
}

.e-con .elementor-widget-empty,
.e-con .elementor-widget-google_maps,
.e-con .elementor-widget-video,
.e-con .elementor-widget.e-widget-swiper {
    width: 100%
}

.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,
.e-con>.elementor-widget>.elementor-widget-container {
    height: 100%
}

.e-con.e-con>.e-con-inner>.elementor-widget,
.elementor.elementor .e-con>.elementor-widget {
    max-width: 100%
}

.e-con .elementor-widget:not(:last-child) {
    --kit-widget-spacing: 0px
}

@media (max-width:767px) {
    .e-con.e-flex {
        --width: 100%;
        --flex-wrap: var(--flex-wrap-mobile)
    }

    .e-con.e-flex .elementor-widget-archive-posts {
        width: 100%
    }
}

.elementor-form-fields-wrapper {
    display: flex;
    flex-wrap: wrap
}

.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea {
    flex-basis: 100%;
    max-width: 100%
}

.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input {
    flex-grow: 1
}

.elementor-field-group {
    align-items: center;
    flex-wrap: wrap
}

.elementor-field-group.elementor-field-type-submit {
    align-items: flex-end
}

.elementor-field-group .elementor-field-textual {
    background-color: transparent;
    border: 1px solid #69727d;
    color: #1f2124;
    flex-grow: 1;
    max-width: 100%;
    vertical-align: middle;
    width: 100%
}

.elementor-field-group .elementor-field-textual:focus {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
    outline: 0
}

.elementor-field-group .elementor-field-textual::-moz-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-field-textual::placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-select-wrapper {
    display: flex;
    position: relative;
    width: 100%
}

.elementor-field-group .elementor-select-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: inherit;
    flex-basis: 100%;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    padding-inline-end: 20px;
    text-transform: inherit
}

.elementor-field-group .elementor-select-wrapper:before {
    content: "\e92a";
    font-family: eicons;
    font-size: 15px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    text-shadow: 0 0 3px rgba(0, 0, 0, .3);
    top: 50%;
    transform: translateY(-50%)
}

.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
    content: ""
}

.elementor-field-subgroup {
    display: flex;
    flex-wrap: wrap
}

.elementor-field-subgroup .elementor-field-option label {
    display: inline-block
}

.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
    padding-inline-end: 10px
}

.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
    flex-basis: 100%
}

.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label {
    display: inline
}

.elementor-field-label {
    cursor: pointer
}

.elementor-mark-required .elementor-field-label:after {
    color: red;
    content: "*";
    padding-inline-start: .2em
}

.elementor-field-textual {
    border-radius: 3px;
    font-size: 15px;
    line-height: 1.4;
    min-height: 40px;
    padding: 5px 14px
}

.elementor-field-textual.elementor-size-xs {
    border-radius: 2px;
    font-size: 13px;
    min-height: 33px;
    padding: 4px 12px
}

.elementor-field-textual.elementor-size-md {
    border-radius: 4px;
    font-size: 16px;
    min-height: 47px;
    padding: 6px 16px
}

.elementor-field-textual.elementor-size-lg {
    border-radius: 5px;
    font-size: 18px;
    min-height: 59px;
    padding: 7px 20px
}

.elementor-field-textual.elementor-size-xl {
    border-radius: 6px;
    font-size: 20px;
    min-height: 72px;
    padding: 8px 24px
}

.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: 100%
}

.elementor-button-align-stretch .e-form__buttons__wrapper {
    flex-basis: 50%;
    flex-grow: 1
}

.elementor-button-align-stretch .e-form__buttons__wrapper__button {
    flex-basis: 100%
}

.elementor-button-align-center .e-form__buttons,
.elementor-button-align-center .elementor-field-type-submit {
    justify-content: center
}

.elementor-button-align-start .e-form__buttons,
.elementor-button-align-start .elementor-field-type-submit {
    justify-content: flex-start
}

.elementor-button-align-end .e-form__buttons,
.elementor-button-align-end .elementor-field-type-submit {
    justify-content: flex-end
}

.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: auto
}

.elementor-button-align-center .e-form__buttons__wrapper,
.elementor-button-align-end .e-form__buttons__wrapper,
.elementor-button-align-start .e-form__buttons__wrapper {
    flex-grow: 0
}

.elementor-button-align-center .e-form__buttons__wrapper,
.elementor-button-align-center .e-form__buttons__wrapper__button,
.elementor-button-align-end .e-form__buttons__wrapper,
.elementor-button-align-end .e-form__buttons__wrapper__button,
.elementor-button-align-start .e-form__buttons__wrapper,
.elementor-button-align-start .e-form__buttons__wrapper__button {
    flex-basis: auto
}

@media screen and (max-width:1024px) {
    .elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis: 100%
    }

    .elementor-tablet-button-align-stretch .e-form__buttons__wrapper {
        flex-basis: 50%;
        flex-grow: 1
    }

    .elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button {
        flex-basis: 100%
    }

    .elementor-tablet-button-align-center .e-form__buttons,
    .elementor-tablet-button-align-center .elementor-field-type-submit {
        justify-content: center
    }

    .elementor-tablet-button-align-start .e-form__buttons,
    .elementor-tablet-button-align-start .elementor-field-type-submit {
        justify-content: flex-start
    }

    .elementor-tablet-button-align-end .e-form__buttons,
    .elementor-tablet-button-align-end .elementor-field-type-submit {
        justify-content: flex-end
    }

    .elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
    .elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
    .elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis: auto
    }

    .elementor-tablet-button-align-center .e-form__buttons__wrapper,
    .elementor-tablet-button-align-end .e-form__buttons__wrapper,
    .elementor-tablet-button-align-start .e-form__buttons__wrapper {
        flex-grow: 0
    }

    .elementor-tablet-button-align-center .e-form__buttons__wrapper,
    .elementor-tablet-button-align-center .e-form__buttons__wrapper__button,
    .elementor-tablet-button-align-end .e-form__buttons__wrapper,
    .elementor-tablet-button-align-end .e-form__buttons__wrapper__button,
    .elementor-tablet-button-align-start .e-form__buttons__wrapper,
    .elementor-tablet-button-align-start .e-form__buttons__wrapper__button {
        flex-basis: auto
    }
}

@media screen and (max-width:767px) {
    .elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis: 100%
    }

    .elementor-mobile-button-align-stretch .e-form__buttons__wrapper {
        flex-basis: 50%;
        flex-grow: 1
    }

    .elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button {
        flex-basis: 100%
    }

    .elementor-mobile-button-align-center .e-form__buttons,
    .elementor-mobile-button-align-center .elementor-field-type-submit {
        justify-content: center
    }

    .elementor-mobile-button-align-start .e-form__buttons,
    .elementor-mobile-button-align-start .elementor-field-type-submit {
        justify-content: flex-start
    }

    .elementor-mobile-button-align-end .e-form__buttons,
    .elementor-mobile-button-align-end .elementor-field-type-submit {
        justify-content: flex-end
    }

    .elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
    .elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
    .elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis: auto
    }

    .elementor-mobile-button-align-center .e-form__buttons__wrapper,
    .elementor-mobile-button-align-end .e-form__buttons__wrapper,
    .elementor-mobile-button-align-start .e-form__buttons__wrapper {
        flex-grow: 0
    }

    .elementor-mobile-button-align-center .e-form__buttons__wrapper,
    .elementor-mobile-button-align-center .e-form__buttons__wrapper__button,
    .elementor-mobile-button-align-end .e-form__buttons__wrapper,
    .elementor-mobile-button-align-end .e-form__buttons__wrapper__button,
    .elementor-mobile-button-align-start .e-form__buttons__wrapper,
    .elementor-mobile-button-align-start .e-form__buttons__wrapper__button {
        flex-basis: auto
    }
}

.elementor-error .elementor-field {
    border-color: #d9534f
}

.elementor-error .help-inline {
    color: #d9534f;
    font-size: .9em
}

.elementor-message {
    font-size: 1em;
    line-height: 1;
    margin: 10px 0
}

.elementor-message:before {
    content: "\e90e";
    display: inline-block;
    font-family: eicons;
    font-style: normal;
    font-weight: 400;
    margin-inline-end: 5px;
    vertical-align: middle
}

.elementor-message.elementor-message-danger {
    color: #d9534f
}

.elementor-message.elementor-message-danger:before {
    content: "\e87f"
}

.elementor-message.form-message-success {
    color: #5cb85c
}

.elementor-form .elementor-button {
    border: none;
    padding-block-end: 0;
    padding-block-start: 0
}

.elementor-form .elementor-button-content-wrapper,
.elementor-form .elementor-button>span {
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: center
}

.elementor-form .elementor-button.elementor-size-xs {
    min-height: 33px
}

.elementor-form .elementor-button.elementor-size-sm {
    min-height: 40px
}

.elementor-form .elementor-button.elementor-size-md {
    min-height: 47px
}

.elementor-form .elementor-button.elementor-size-lg {
    min-height: 59px
}

.elementor-form .elementor-button.elementor-size-xl {
    min-height: 72px
}

.elementor-element .elementor-widget-container,
.elementor-element:not(:has(.elementor-widget-container)) {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s)
}

.elementor-heading-title {
    line-height: 1;
    margin: 0;
    padding: 0
}

.elementor-button {
    background-color: #69727d;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    padding: 12px 24px;
    fill: #fff;
    text-align: center;
    transition: all .3s
}

.elementor-button:focus,
.elementor-button:hover,
.elementor-button:visited {
    color: #fff
}

.elementor-button-content-wrapper {
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: center
}

.elementor-button-icon {
    align-items: center;
    display: flex
}

.elementor-button-icon svg {
    height: auto;
    width: 1em
}

.elementor-button-icon .e-font-icon-svg {
    height: 1em
}

.elementor-button-text {
    display: inline-block
}

.elementor-button.elementor-size-xs {
    border-radius: 2px;
    font-size: 13px;
    padding: 10px 20px
}

.elementor-button.elementor-size-md {
    border-radius: 4px;
    font-size: 16px;
    padding: 15px 30px
}

.elementor-button.elementor-size-lg {
    border-radius: 5px;
    font-size: 18px;
    padding: 20px 40px
}

.elementor-button.elementor-size-xl {
    border-radius: 6px;
    font-size: 20px;
    padding: 25px 50px
}

.elementor-button span {
    text-decoration: inherit
}

.elementor-element.elementor-button-info .elementor-button {
    background-color: #5bc0de
}

.elementor-element.elementor-button-success .elementor-button {
    background-color: #5cb85c
}

.elementor-element.elementor-button-warning .elementor-button {
    background-color: #f0ad4e
}

.elementor-element.elementor-button-danger .elementor-button {
    background-color: #d9534f
}

.elementor-widget-button .elementor-button .elementor-button-info {
    background-color: #5bc0de
}

.elementor-widget-button .elementor-button .elementor-button-success {
    background-color: #5cb85c
}

.elementor-widget-button .elementor-button .elementor-button-warning {
    background-color: #f0ad4e
}

.elementor-widget-button .elementor-button .elementor-button-danger {
    background-color: #d9534f
}

.elementor-view-stacked .elementor-icon {
    background-color: #69727d;
    color: #fff;
    padding: .5em;
    fill: #fff
}

.elementor-view-framed .elementor-icon {
    background-color: transparent;
    border: 3px solid #69727d;
    color: #69727d;
    padding: .5em
}

.elementor-icon {
    color: #69727d;
    display: inline-block;
    font-size: 50px;
    line-height: 1;
    text-align: center;
    transition: all .3s
}

.elementor-icon:hover {
    color: #69727d
}

.elementor-icon i,
.elementor-icon svg {
    display: block;
    height: 1em;
    position: relative;
    width: 1em
}

.elementor-icon i:before,
.elementor-icon svg:before {
    left: 50%;
    position: absolute;
    transform: translateX(-50%)
}

.elementor-icon i.fad {
    width: auto
}

.elementor-shape-square .elementor-icon {
    border-radius: 0
}

.elementor-shape-rounded .elementor-icon {
    border-radius: 10%
}

.elementor-shape-circle .elementor-icon {
    border-radius: 50%
}

.e-transform .elementor-widget-container,
.e-transform:not(:has(.elementor-widget-container)) {
    transform: perspective(var(--e-transform-perspective, 0)) rotate(var(--e-transform-rotateZ, 0)) rotateX(var(--e-transform-rotateX, 0)) rotateY(var(--e-transform-rotateY, 0)) translate(var(--e-transform-translate, 0)) translateX(var(--e-transform-translateX, 0)) translateY(var(--e-transform-translateY, 0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0));
    transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x)
}

.e-con.e-transform {
    transform: perspective(var(--e-con-transform-perspective, 0)) rotate(var(--e-con-transform-rotateZ, 0)) rotateX(var(--e-con-transform-rotateX, 0)) rotateY(var(--e-con-transform-rotateY, 0)) translate(var(--e-con-transform-translate, 0)) translateX(var(--e-con-transform-translateX, 0)) translateY(var(--e-con-transform-translateY, 0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX, 0)) skewY(var(--e-con-transform-skewY, 0));
    transform-origin: var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)
}

.animated {
    animation-duration: 1.25s
}

.animated.animated-slow {
    animation-duration: 2s
}

.animated.animated-fast {
    animation-duration: .75s
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.reverse {
    animation-direction: reverse;
    animation-fill-mode: forwards
}

@media (prefers-reduced-motion:reduce) {
    .animated {
        animation: none
    }
}

@media (max-width:767px) {

    .elementor .elementor-hidden-mobile,
    .elementor .elementor-hidden-phone {
        display: none
    }
}

@media (min-width:-1) and (max-width:-1) {
    .elementor .elementor-hidden-mobile_extra {
        display: none
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor .elementor-hidden-tablet {
        display: none
    }
}

@media (min-width:-1) and (max-width:-1) {

    .elementor .elementor-hidden-laptop,
    .elementor .elementor-hidden-tablet_extra {
        display: none
    }
}

@media (min-width:1025px) and (max-width:99999px) {
    .elementor .elementor-hidden-desktop {
        display: none
    }
}

@media (min-width:-1) {
    .elementor .elementor-hidden-widescreen {
        display: none
    }
}

.about-section__btn2 {
    background-color: #433e3a;
    color: white;
    transition: .05s;
    border-radius: 10px;
}

/* Menue bar */

.navbar {
    background-color: #1e1e1e;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}


.navbar-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    height: 70px;
}

/* Logo styling */
.logo-container {
    position: relative;
    z-index: 1000;
}

.main-logos {
    background-color: #1e1e1e;
    width: 69px;
    height: 128px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 10px;
    position: absolute;
    top: -56px;
    left: 0;

}

.logos {
    width: 69px;
    height: 83px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    line-height: 1.2;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.logos img {
    margin-top: 59px;
    height: 87px;
    width: 61px;

}

/* Navigation links */
.nav-links {
    display: flex;
    gap: 40px;
    list-style: none;
    margin-left: 100px;
}

.nav-links a {
    color: #f27c32;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    padding: 8px 16px;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

.nav-links a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(242, 124, 50, 0.1), transparent);
    transition: left 0.5s;
}

.nav-links a:hover::before {
    left: 100%;
}

.nav-links a:hover {
    color: #ffffff;
    transform: translateY(-2px);
}

/* Hamburger menu */
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    z-index: 1002;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background-color: #f27c32;
    margin: 3px 0;
    transition: 0.3s;
    border-radius: 2px;
}

/* Checkbox hack for mobile menu */
.menu-toggle {
    display: none;
}

/* Mobile styles */
@media (max-width: 768px) {
    .logos img {
        margin-top: -29px;
    }

    .navbar-container {
        padding: 0 15px;
        height: 60px;
    }

    .main-logos {
        width: 62px;
        height: 74px;
        top: -14px;
    }

    .logos {
        width: 50px;
        height: 65px;
        font-size: 10px;
    }

    .nav-links {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background-color: #1e1e1e;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 30px;
        margin-left: 0;
        transition: right 0.3s ease;
        z-index: 1000;
    }

    .nav-links a {
        font-size: 18px;
        padding: 15px 30px;
    }

    .hamburger {
        display: flex;
    }

    /* Show mobile menu when checkbox is checked */
    .menu-toggle:checked~.nav-links {
        right: 0;
    }

    /* Animate hamburger when menu is open */
    .menu-toggle:checked~.hamburger span:nth-child(1) {
        transform: rotate(-45deg) translate(-5px, 6px);
    }

    .menu-toggle:checked~.hamburger span:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle:checked~.hamburger span:nth-child(3) {
        transform: rotate(45deg) translate(-5px, -6px);
    }
}

@media (max-width: 480px) {
    .logos img {
        width: 52px;
        height: 78px;
        margin-top: -10px;
    }

    .navbar-container {
        padding: 0 10px;
    }

    .main-logos {
        width: 62px;
        height: 76px;
        top: -16px;
    }

    .logos {
        width: 59px;
        height: 55px;
        font-size: 9px;
    }

    .nav-links a {
        font-size: 16px;
        padding: 0px;
    }
}



/* Overlay for mobile menu */
@media (max-width: 768px) {
    .menu-toggle:checked~.nav-links::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: -1;
    }
}

/* About  */

.container-about {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-about {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: clamp(60px, 8vw, 120px) 0;
    gap: clamp(40px, 6vw, 80px);
    min-height: 100vh;
}

.text-content {
    flex: 1;
    max-width: 500px;
}

.text-content h5 {
    font-size: clamp(10px, 1.2vw, 12px);
    letter-spacing: 2px;
    margin-bottom: clamp(20px, 3vw, 30px);
    color: #666;
    text-transform: uppercase;
    font-weight: 500;
}

.text-content h1 {
    font-size: clamp(32px, 5vw, 56px);
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: clamp(25px, 4vw, 40px);
    color: #333;
}

.text-content h1 .highlight {
    color: #f97316;
    display: inline;
}

.text-content p {
    font-size: clamp(14px, 1.8vw, 18px);
    color: #666;
    line-height: 1.7;
    margin-bottom: clamp(30px, 4vw, 50px);
    max-width: 450px;
}

.btn-about {
    display: inline-block;
    padding: clamp(12px, 1.5vw, 16px) clamp(24px, 3vw, 32px);
    background-color: #8B4513;
    color: #fff;
    text-decoration: none;
    font-size: clamp(12px, 1.4vw, 14px);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.btn-about:hover {
    background-color: #A0522D;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(139, 69, 19, 0.3);
}

.image-content {
    flex: 1;
    position: relative;
    max-width: 600px;
}

.image-wrapper {
    position: relative;
    width: 100%;
    height: auto;
}

.image-content img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    object-fit: cover;
}

.image-border {
    position: absolute;
    top: clamp(15px, 2vw, 20px);
    left: clamp(15px, 2vw, 20px);
    right: clamp(15px, 2vw, 20px);
    bottom: clamp(15px, 2vw, 20px);
    border: 3px solid #f97316;
    pointer-events: none;
    z-index: 2;
    border-radius: 8px;
}

.image-caption {
    position: absolute;
    bottom: clamp(30px, 4vw, 50px);
    left: clamp(30px, 4vw, 50px);
    color: #fff;
    font-size: clamp(16px, 2.2vw, 24px);
    font-weight: 700;
    z-index: 3;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
}

.quote-mark {
    position: absolute;
    bottom: clamp(-30px, -4vw, -50px);
    right: clamp(-20px, -3vw, -30px);
    font-size: clamp(80px, 12vw, 150px);
    font-weight: bold;
    color: #f97316;
    z-index: 1;
    opacity: 0.9;
    font-family: Georgia, serif;
    line-height: 1;
}

/* Responsive Breakpoints */
@media (max-width: 1200px) {
    .container-about {
        padding: 0 30px;
    }

    .section-about {
        gap: clamp(30px, 5vw, 60px);
    }
}

@media (max-width: 900px) {
    .container-about {
        padding: 0 25px;
    }

    .section-about {
        padding: clamp(50px, 7vw, 80px) 0;
    }
}

@media (max-width: 768px) {
    .section-about {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        padding: clamp(40px, 6vw, 60px) 0;
        gap: clamp(40px, 6vw, 50px);
    }

    .text-content {
        order: 1;
        max-width: 100%;
    }

    .image-content {
        order: 2;
        max-width: 100%;
        width: 100%;
    }

    .text-content h1 {
        font-size: clamp(28px, 6vw, 40px);
    }

    .image-caption {
        font-size: clamp(14px, 3vw, 18px);
        bottom: clamp(20px, 3vw, 30px);
        left: clamp(20px, 3vw, 30px);
    }

    .quote-mark {
        font-size: clamp(60px, 10vw, 100px);
        bottom: clamp(-20px, -3vw, -30px);
        right: clamp(-15px, -2vw, -20px);
    }
}

@media (max-width: 600px) {
    .container-about {
        padding: 0 20px;
    }

    .section-about {
        padding: clamp(30px, 5vw, 40px) 0;
    }

    .text-content h1 {
        font-size: clamp(24px, 5vw, 32px);
        margin-bottom: clamp(20px, 3vw, 25px);
    }

    .text-content p {
        font-size: clamp(14px, 1.6vw, 16px);
        margin-bottom: clamp(25px, 3vw, 30px);
    }

    .btn-about {
        width: 100%;
        text-align: center;
        padding: clamp(14px, 2vw, 16px) clamp(20px, 2.5vw, 24px);
    }

    .image-border {
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
        border-width: 2px;
    }

    .image-caption {
        font-size: clamp(12px, 2vw, 14px);
        bottom: clamp(15px, 2vw, 20px);
        left: clamp(15px, 2vw, 20px);
    }

    .quote-mark {
        font-size: clamp(50px, 8vw, 70px);
        bottom: clamp(-15px, -2vw, -20px);
        right: clamp(-10px, -1.5vw, -15px);
    }
}

@media (max-width: 400px) {
    .text-content h5 {
        font-size: 10px;
        letter-spacing: 1.5px;
        margin-bottom: 15px;
    }

    .text-content h1 {
        font-size: clamp(22px, 4.5vw, 28px);
    }

    .text-content p {
        font-size: 14px;
    }

    .btn-about {
        font-size: 12px;
        padding: 12px 20px;
    }
}

/* Landscape orientation on mobile */
@media (max-width: 768px) and (orientation: landscape) {
    .section-about {
        flex-direction: row;
        min-height: auto;
        padding: clamp(20px, 3vw, 30px) 0;
    }

    .text-content {
        order: 1;
        flex: 1;
    }

    .image-content {
        order: 2;
        flex: 1;
        max-width: 50%;
    }
}

/* Accessibility improvements */
@media (prefers-reduced-motion: reduce) {
    .btn-about {
        transition: none;
    }
}

/* High DPI displays */
@media (min-resolution: 2dppx) {
    .image-border {
        border-width: 2px;
    }
}

/* Print styles */
@media print {
    .section-about {
        padding: 20px 0;
        flex-direction: column;
        page-break-inside: avoid;
    }

    .quote-mark {
        display: none;
    }

    .btn-about-about-about {
        border: 1px solid #000;
        background: transparent;
        color: #000;
    }

    .image-caption {
        color: #000;
        text-shadow: none;
    }
}


/* Service */
.services-section {
    background-color: #2a2a2a;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 60px 0;
}

.container-service {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
}

.services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

/* Left Side - Image container-service */
.image-container {
    position: relative;
}

.house-image {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 4/3;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.house-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-color: #ff6b3d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(255, 107, 61, 0.4);
}

.play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 12px 30px rgba(255, 107, 61, 0.6);
}

.play-button svg {
    margin-left: 3px;
}

/* Right Side - Content Container */
.content-container {
    padding-left: 20px;
}

.section-label {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #ff6b3d;
    margin-bottom: 32px;
    text-transform: uppercase;
}

.main-heading {
    font-size: 72px;
    font-weight: 600;
    line-height: 0.9;
    color: #ff6b3d;
    margin-bottom: 60px;
    letter-spacing: -0.02em;
}

.services-list {
    display: flex;
    flex-direction: column;
}

.service-item {
    display: flex;
    align-items: center;
    gap: 16px;
    transition: all 0.3s ease;
}

.service-item:hover {
    transform: translateX(8px);
}

.service-number {
    font-size: 16px;
    font-weight: 600;
    color: #ff6b3d;
    min-width: 32px;
}

.service-name {
    font-size: 16px;
    font-weight: 500;
    color: white;
    letter-spacing: 1px;
}

/* Tablet Styles */
@media (max-width: 1024px) {
    .container-service {
        padding: 0 30px;
    }

    .services-grid {
        gap: 60px;
    }

    .main-heading {
        font-size: 56px;
        margin-bottom: 40px;
    }

    .content-container {
        padding-left: 10px;
    }
}

/* Mobile Styles */
@media (max-width: 768px) {
    .services-section {
        padding: 40px 0;
    }

    .container-service {
        padding: 0 20px;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .content-container {
        padding-left: 0;
    }

    .main-heading {
        font-size: 42px;
        margin-bottom: 32px;
        line-height: 1.1;
    }

    .section-label {
        margin-bottom: 20px;
    }

    .services-list {
        gap: 20px;
        align-items: center;
    }

    .service-item {
        justify-content: center;
        max-width: 280px;
        margin: 0 auto;
    }

    .play-button {
        width: 70px;
        height: 70px;
    }

    .house-image {
        border-radius: 12px;
        max-width: 400px;
        margin: 0 auto;
    }
}

/* Small Mobile Styles */
@media (max-width: 480px) {
    .main-heading {
        font-size: 36px;
    }

    .service-item {
        gap: 12px;
    }

    .service-number,
    .service-name {
        font-size: 14px;
    }

    .section-label {
        font-size: 12px;
    }

    .play-button {
        width: 60px;
        height: 60px;
    }

    .play-button svg {
        width: 20px;
        height: 20px;
    }
}

/* Large Desktop Styles */
@media (min-width: 1440px) {
    .container-service {
        padding: 0 60px;
    }

    .services-grid {
        gap: 120px;
    }

    .main-heading {
        font-size: 84px;
    }

    .content-container {
        padding-left: 40px;
    }
}

/* Hover Effects and Animations */
.service-item {
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.service-item:hover {
    background-color: rgba(255, 107, 61, 0.1);
    color: orangered;
    transform: translateX(8px);
}

/* Focus States for Accessibility */
.play-button:focus {
    outline: 3px solid #ff6b3d;
    outline-offset: 4px;
}

.service-item:focus {
    outline: 2px solid #ff6b3d;
    outline-offset: 2px;
}

/* High Contrast Support */
@media (prefers-contrast: high) {

    .main-heading,
    .service-number,
    .service-name,
    .section-label {
        color: #ffffff;
    }

    .play-button {
        background-color: #ffffff;
        color: #2a2a2a;
    }

    .play-button svg path {
        fill: #2a2a2a;
    }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {

    .play-button,
    .service-item {
        transition: none;
    }

    .play-button:hover {
        transform: translate(-50%, -50%);
    }

    .service-item:hover {
        transform: none;
    }
}

/* Contect */
.container-contact {
    min-height: 100vh;
}



/* Content Styles */
.content {
    padding: 80px 20px;
    background-color: #fff;
}

.content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
}

/* Contact Info Styles */
.contact-info {
    padding-right: 40px;
}

.section-title {
    color: #e67e22;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.main-heading {
    font-size: 2.2rem;
    font-weight: 400;
    color: #2c3e50;
    margin-bottom: 60px;
    line-height: 1.3;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.icon-wrapper {
    width: 50px;
    height: 50px;
    background-color: #2c3e50;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.icon-wrapper i {
    color: #e67e22;
    font-size: 1.2rem;
}

.contact-text {
    flex: 1;
}

.label {
    display: block;
    color: #7f8c8d;
    font-size: 0.9rem;
    margin-bottom: 5px;
    font-weight: 500;
}

.contact-text p {
    color: #2c3e50;
    font-size: 1.1rem;
    font-weight: 500;
}

/* Form Styles */
.contact-form-section {
    background-color: #fff;
    padding: 0;
}

.form-intro {
    margin-bottom: 40px;
    padding: 0;
}

.form-intro p {
    color: #7f8c8d;
    font-size: 1rem;
    line-height: 1.6;
    text-align: justify;
}

.highlight {
    color: #e67e22;
    font-weight: 600;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-input,
.form-textarea {
    padding: 15px;
    border: 2px solid #ecf0f1;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
    font-family: inherit;
}

.form-input:focus,
.form-textarea:focus {
    outline: none;
    border-color: #e67e22;
    box-shadow: 0 0 0 3px rgba(230, 126, 34, 0.1);
}

.full-width {
    width: 100%;
}

.form-textarea {
    resize: vertical;
    min-height: 120px;
}

.submit-btn {
    background: linear-gradient(135deg, #e67e22 0%, #d35400 100%);
    color: white;
    padding: 15px 40px;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
}

.submit-btn:hover {
    background: linear-gradient(135deg, #d35400 0%, #e67e22 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(230, 126, 34, 0.3);
}

.submit-btn:active {
    transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .content-wrapper {
        gap: 60px;
    }

    .contact-info {
        padding-right: 20px;
    }

    .main-title {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    .content-wrapper {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .contact-info {
        padding-right: 0;
        text-align: center;
    }

    .main-title {
        font-size: 2.5rem;
    }

    .main-heading {
        font-size: 1.8rem;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .contact-item {
        justify-content: center;
        text-align: left;
    }



    .content-contact {
        padding: 60px 20px;
    }
}

@media (max-width: 480px) {
    .main-title {
        font-size: 2rem;
    }

    .main-heading {
        font-size: 1.5rem;
    }

    .content-contact {
        padding: 40px 15px;
    }

    .contact-details {
        gap: 30px;
    }

    .contact-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 15px;
    }

    .form-intro p {
        font-size: 0.9rem;
    }

    .form-input,
    .form-textarea {
        padding: 12px;
        font-size: 0.9rem;
    }

    .submit-btn {
        padding: 12px 30px;
        font-size: 1rem;
    }
}

/* Animation Effects */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.contact-item,
.form-intro,
.contact-form {
    animation: fadeInUp 0.6s ease-out;
}

.contact-item:nth-child(2) {
    animation-delay: 0.1s;
}

.contact-item:nth-child(3) {
    animation-delay: 0.2s;
}

.form-intro {
    animation-delay: 0.3s;
}

.contact-form {
    animation-delay: 0.4s;
}

/* Hover Effects */
.contact-item:hover .icon-wrapper {
    background-color: #e67e22;
    transition: background-color 0.3s ease;
}

.contact-item:hover .icon-wrapper i {
    color: white;
    transition: color 0.3s ease;
}

.form-input:hover,
.form-textarea:hover {
    border-color: #bdc3c7;
    transition: border-color 0.3s ease;
}

/* Header Styles */
.header-contect {
    background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 50%, #000 100%);
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.header-contect::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%, rgba(255, 255, 255, 0.05) 100%);
    pointer-events: none;
}

.main-title {
    text-align: center;
    font-size: 4rem;
    font-weight: bold;
    color: #e67e22;
    text-shadow:
        2px 2px 4px rgba(0, 0, 0, 0.5),
        0 0 20px rgba(230, 126, 34, 0.3);
    position: relative;
    z-index: 1;
    letter-spacing: 2px;
}