fieldset,
legend {
    border: 0;
    padding: 0
}

a,
body,
button,
html,
input,
select,
textarea {
    color: #222
}

a,
a:hover {
    text-decoration: none
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-display: swap;
    src: url(../../../fonts/GPSkhodro/IRANSansWeb.eot);
    src: url(../../../fonts/GPSkhodro/IRANSansWeb.eot?#iefix) format('embedded-opentype'), url(../../../fonts/GPSkhodro/IRANSansWeb.woff) format('woff')
}

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

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

.container,
.container-fluid {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto
}

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

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

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

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width:1400px) {
    .container {
        max-width: 1300px
    }
}

.col,
.col-auto {
    max-width: 100%
}

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

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

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

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

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

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

.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,
img {
    max-width: 100%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 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%
}

.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 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
}

.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) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .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%
    }

    .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
    }

    .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
    }

    .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) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .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%
    }

    .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
    }

    .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
    }

    .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) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .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%
    }

    .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
    }

    .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
    }

    .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) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .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-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
    }

    .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-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
    }
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

b,
body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
strong {
    font-family: IRANSans !important
}

:focus,
a:active,
a:focus,
a:hover {
    outline: 0
}

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

li,
ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

audio,
canvas,
video {
    display: inline-block;
    max-width: 100%
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    height: auto
}

figure,
form {
    margin: 0
}

legend {
    white-space: normal
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

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

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    resize: vertical;
    overflow: auto;
    vertical-align: top;
    resize: vertical
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

fieldset {
    margin: 0
}

.chromeframe {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

button:focus,
input:focus,
textarea:focus {
    outline: 0 !important
}

::-moz-selection {
    color: #fff;
    background: var(--color1)
}

::selection {
    color: #fff;
    background: var(--color1)
}

body {
    direction: rtl;
    text-align: right;
    font-size: 14px;
    line-height: 2;
    background: var(--bg_body)
}

.text-center {
    text-align: center !important
}

b,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-weight: 700
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none
}

video {
    width: 100%
}

a {
    transition: .3s
}

a:hover {
    color: var(--color2)
}

/* MOBILE MENU  */


#mask {
    position: fixed;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

#menumobile {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -300px;
    width: 250px;
    background-color: #F7F7F7;
    font-weight: bold;
    z-index: 99991;
    transition: all 0.5s;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .3) !important;
    overflow-y: auto;
}

#menumobile img {
    /* filter: brightness(0)invert(1); */
    max-width: 130px;
}

#nomenumobile {
    cursor: pointer;
    transition: all 0.5s;
    width: 25px;
    height: 25px;
    background: var(--danger);
    text-align: center;
    border-radius: 3px;
    display: inline-flex;
    color: #fff;
    font-size: 12px;
    align-items: center;
    justify-content: center;
}

.tel-mm a {
    background: var(--bg_footer);
    color: #fff;
    padding: 10px 15px;
    display: block;
    text-align: center;
}

.tel-mm a:before {
    content: '';
    width: 6px;
    height: 6px;
    margin-left: 10px;
    background: var(--color2);
    display: inline-block;
    border-radius: 100%;
    animation: pulse 2s infinite;
    position: relative;
    top: -1px;
}


.come-menumobile {
    right: 0 !important;
}


.title-mm {
    background-color: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title-mm img {
    user-select: none;
}

.btn-mm {
    padding: 0 20px;
    margin-top: 20px;
}

.btn-mm a {
    display: flex;
}

.title-sub-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-flow: row-reverse;
}


.title-sub-head strong {
    font-family: var(--bold_font);
}

.main-mm {
    padding: 5px 20px;
}

.main-mm ul li a:hover {
    color: var(--color4) !important;
}

.main-mm ul li a {
    color: #222;
    display: block;
    padding: 10px 0;
    position: relative;
    width: 90%;
    font-size: 15px;
}

.main-mm ul li a:hover {
    color: var(--color2);
}

.main-mm ul li > .sub-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 250px;
    background-color: #fff;
    right: -250px;
    transition: 0.3s;
    z-index: 9;
    padding: 20px;
}

.childer i {
    position: absolute;
    cursor: pointer;
    top: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    left: 11px;
}

.childer {
    position: absolute;
    /* left: -25%; */
    left: -10%;
    cursor: pointer;
    top: 12px;
    width: 25px;
    height: 25px;
    background-color: var(--color4);
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.come-submenu {
    right: 0 !important;
}

.sub-closer {
    cursor: pointer;
    top: 10px;
    width: 25px;
    height: 25px;
    background: var(--color2);
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-closer i {
    cursor: pointer;
    top: -1px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: relative;
    left: -1px;

}

.title-subcome {
    font-weight: bold;
    position: relative;
    top: 2px;
    font-size: 16px;
    color: var(--color2);
}






.header .sub-menu {
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 8px 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: 250ms;
    z-index: 10;
}

.header li:hover > .sub-menu {
    visibility: visible;
    overflow: visible;
    opacity: 1;
}

.header .sub-menu .sub-menu {
    position: absolute;
    top: -8px;
    right: 100%;
}

.header .sub-menu li {
    position: relative;
}

.header .sub-menu li a {
    padding: 8px 16px;
    min-width: 200px;
    display: flex;
    align-items: center;
    justify-content: flex-start;

}

.header .menu-item-has-children > a::after {
    content: "\e920";
    font-family: 'icomoon';
    font-size: 5px;
    display: inline-block;
    margin-right: 5px;
}

.header .sub-menu .menu-item-has-children > a::after {
    content: "\e920";
    font-family: 'icomoon';
    font-size: 5px;
    transform: rotate(90deg);
    display: inline-block;

}

.header.header__secondery .menu-item-has-children > a::after {
    margin-right: -5px;
}

.header.header__secondery .sub-menu {
    background-color: #fff;
}

:root {
    --color1: #EA3435;
    --color2: #1C3153;
    --color3: #e6327c;
    --color4: #2D82C8;
    --color5: #344665;
    --bg_light: #fdf9f6;
    --border_light: #f3efee;
    --bg_body: #fff;
    --bg_footer: #121d2f;
    --danger: #d53343;
    --bg_danger: #fff5f5;
    --success: #28a745;
    --bg_success: #f4fff3;
    --bg_info: #cce5ff4a;
    --info: #004085cc;
    --heading_h1_fontsize: 20px;
    --live-support-main-color: #EA3435;
}

.line-clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?4cxbl5');
    src: url('../fonts/icomoon.eot?4cxbl5#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?4cxbl5') format('truetype'),
        url('../fonts/icomoon.woff?4cxbl5') format('woff'),
        url('../fonts/icomoon.svg?4cxbl5#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

i {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-tag:before {
    content: "\e92e";
}

.icon-twitter:before {
    content: "\e92f";
}

.icon-facebook:before {
    content: "\e930";
}

.icon-copy:before {
    content: "\e931";
}

.icon-calender:before {
    content: "\e932";
}

.icon-eye:before {
    content: "\e933";
}

.icon-quote:before {
    content: "\e92a";
}

.icon-alarm:before {
    content: "\e92b";
}

.icon-clock:before {
    content: "\e92c";
}

.icon-at:before {
    content: "\e92d";
}

.icon-access:before {
    content: "\e928";
}

.icon-price:before {
    content: "\e929";
}

.icon-refresh:before {
    content: "\e927";
}

.icon-reply:before {
    content: "\e923";
}

.icon-txt:before {
    content: "\e924";
}

.icon-email:before {
    content: "\e925";
}

.icon-user:before {
    content: "\e926";
}

.icon-close:before {
    content: "\e922";
}

.icon-down:before {
    content: "\e920";
}

.icon-menu:before {
    content: "\e921";
}

.icon-jump .path1:before {
    content: "\e918";
    color: rgb(255, 255, 255);
}

.icon-jump .path2:before {
    content: "\e919";
    margin-left: -0.77734375em;
    color: rgb(234, 52, 53);
}

.icon-jump .path3:before {
    content: "\e91a";
    margin-left: -0.77734375em;
    color: rgb(234, 52, 53);
}

.icon-jump .path4:before {
    content: "\e91b";
    margin-left: -0.77734375em;
    color: rgb(255, 255, 255);
}

.icon-jump .path5:before {
    content: "\e91c";
    margin-left: -0.77734375em;
    color: rgb(255, 255, 255);
}

.icon-jump .path6:before {
    content: "\e91d";
    margin-left: -0.77734375em;
    color: rgb(255, 255, 255);
}

.icon-marker .path1:before {
    content: "\e91e";
    color: rgb(255, 255, 255);
}

.icon-marker .path2:before {
    content: "\e91f";
    margin-left: -0.7890625em;
    color: rgb(234, 52, 53);
}

.icon-map:before {
    content: "\e911";
}

.icon-call2:before {
    content: "\e912";
}

.icon-linkedin:before {
    content: "\e913";
}

.icon-instagram:before {
    content: "\e914";
}

.icon-telegram:before {
    content: "\e915";
}

.icon-whatsapp:before {
    content: "\e916";
}

.icon-top:before {
    content: "\e917";
}

.icon-left:before {
    content: "\e910";
}

.icon-triple:before {
    content: "\e90f";
}

.icon-double:before {
    content: "\e90d";
}

.icon-pet:before {
    content: "\e90e";
}

.icon-triangle:before {
    content: "\e900";
}

.icon-line:before {
    content: "\e901";
}

.icon-guarantee:before {
    content: "\e902";
}

.icon-sos:before {
    content: "\e903";
}

.icon-support:before {
    content: "\e904";
}

.icon-motor:before {
    content: "\e905";
}

.icon-magnet:before {
    content: "\e906";
}

.icon-human:before {
    content: "\e907";
}

.icon-car:before {
    content: "\e908";
}

.icon-company:before {
    content: "\e909";
}

.icon-mobile:before {
    content: "\e90a";
}

.icon-gps:before {
    content: "\e90b";
}

.icon-call:before {
    content: "\e90c";
}









header {
    position: sticky;
    top: 0;
    z-index: 999;
}

.single-products header {
    position: unset;
}

.header__primary {
    border-top: 5px solid var(--color5);
    background-color: #fff;
}

.header__row {
    padding: 12px 0;
}

.header__wrapper {
    display: flex;
    align-items: center;
    gap: 50px;
}

.header__logo {
    display: block;
}

.header__logo img {
    width: 34px;
    object-fit: contain;
}

.header__menu {
    display: flex;
    align-items: center;
}

.header__menu > li:first-child a {
    padding-right: 0;

}


.header__menu li a {
    padding: 8px 16px;
    display: block;
    color: var(--color2);
}

.header__menu li:hover > a {
    color: var(--color1)
}

.header__secondery {
    background-color: var(--color5);
}

.buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
}

.button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 41px;
    min-width: 135px;
    padding: 2px;
    border-radius: 50px;
    gap: 18px;
    border: 1px solid;
    transition: 500ms;
    font-family: 'IRANSans';
}

.button--sales,
.button--support {
    color: #fff;
    width: 100%;
    max-width: 159px;
    font-size: 15px;
}

.button--sales {
    background-color: var(--color1);
    border-color: var(--color1);
}

.button--support {
    background-color: var(--color5);
    border-color: var(--color5);
}

.button--support:hover {
    color: var(--color5);
}

.button--sales:hover {
    color: var(--color1);
}



.button--sales:hover,
.button--support:hover {
    background-color: #fff;
}

.button--sales:hover .button__icon,
.button--support:hover .button__icon {
    color: #fff;
}


.button--sales .button__icon {
    color: var(--color1);
    background-color: #fff;
}

.button--support .button__icon {
    color: var(--color5);
    background-color: #fff;
}

.button--panel:hover .button__icon::after {
    color: #fff;
}

.button--panel:hover .button__icon {
    background-color: #F06221;
    color: #fff;
}

.button--panel:hover {
    border-color: #F06221;
    color: #F06221;
}

.button--panel {
    background-color: #fff;
    margin-right: auto;
}

.button--panel .button__icon {
    color: #fff;
    background-color: var(--color5);
    font-size: 16px;
}

.button__icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 500ms;
    font-size: 16px;
    position: relative;
}

.button__icon::after {
    content: "\e901";
    position: absolute;
    font-family: 'icomoon';
    font-size: 24px;
    right: -6px;
    transition: color 400ms;
}

.button--support:hover .button__icon {
    background-color: var(--color5);
}

.button--sales:hover .button__icon {
    background-color: var(--color1);
}

.button--support .button__icon::after,
.button--sales .button__icon::after {
    color: #fff;
}

.button--panel .button__icon::after {
    color: var(--color5);
}

.menu2 {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-grow: 1;
}

.menu2__ul {
    display: flex;
    align-items: center;
    gap: 30px;
}

.menu2__ul li a::before {
    font-family: 'icomoon';
    font-size: 17px;
}

.menu2__ul li.car > a::before {
    content: "\e908";
}

.menu2__ul li.motor > a::before {
    content: "\e905";
}

.menu2__ul li.magnet > a::before {
    content: "\e906";
}

.menu2__ul li.human > a::before {
    content: "\e907";
}




.menu2__ul > li:first-child > a,
.menu2__link:first-child {
    padding-right: 0;
}

.menu2__ul li:hover > a,
.menu2__link:hover {
    color: #F06221;
}

.menu2__ul a,
.menu2__link {
    color: #fff;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.menu2__ul .sub-menu a {
    color: var(--color2);
}

.menu2__icon.icon-magnet {
    font-size: 16px;
}

.menu2__icon {
    font-size: 18px;
}




/* Mobile Menu  */

.header__mobile {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    background: rgba(255, 255, 255, 0.23);
    border-radius: 8px;
    position: fixed;
    z-index: 99;
    padding: 12px 16px;
    top: 24px;
    width: calc(100% - 52px);
    left: 50%;
    transform: translateX(-50%);
}

.header-mm {
    background-color: #fff;
    color: var(--color2);
    font-size: 14px;
}

.panel__mm:hover {
    background-color: var(--color4);
    color: #fff;
}

.panel__mm {
    color: #fff;
    background-color: var(--color5);
    font-size: 18px;
    transition: 500ms;
}


.icon__mm {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    align-items: center;
    justify-content: center;
    display: flex;

}

.logo__mm {
    display: inline-block;
    margin-right: auto;
}

@media (min-width: 992px) {
    .header__mobile {
        display: none;
    }

    .product-row {
        min-height: 475px;
        row-gap: 20px;
    }

    .filter__icon:hover {
        background: #DFEBFF;
        color: #58667E;
    }
}

/* HERO SECTION  */

.section-hero {
    margin-block: 32px;
}

.hero {
    position: relative;
}

.hero__text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -85%);
    text-align: center;
}

.hero__title {
    font-size: 38px;
    color: #fff;
    line-height: 60px;
    font-weight: normal;
}

.hero__sub {
    font-weight: 300;
    color: #fff;
    font-size: 24px;
    line-height: 38px;
    margin-top: 26px;
}

.hero::before {

    position: absolute;
}

.hero__img img {
    max-height: 550px;
    object-fit: cover;

}

.hero__img::after {
    /* content: "\e90f"; */
    color: #34404E21;
    font-size: 1000px;
    font-family: 'icomoon';
    position: absolute;
    left: -500px;
    top: -255px;
    transform: rotate(360deg);
    line-height: 1;
    pointer-events: none;
    content: unset;
}

.hero__img::before {
    position: absolute;
    inset: 0;
    backdrop-filter: blur(4px);
    content: '';
    pointer-events: none;
    background-color: #34404E6E;
}

.hero__img {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}



.features {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    margin-top: -90px;
}

.feature {
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 0 28px 28px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 13px;
    height: 148px;
    position: relative;
    flex-grow: 1;
    max-width: 208px;
}

.feature:hover:after {
    background-color: var(--color4);
}

.feature::after {
    content: '';
    width: 50px;
    height: 10px;
    border-radius: 2px;
    position: absolute;
    bottom: -5px;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--color5);
    transition: background-color 500ms;
}

.feature__icon::after {
    position: absolute;
    content: "\e90d";
    color: #fff;
    top: -6px;
    right: -4px;
    font-size: 22px;
    line-height: 1;
}

.feature__icon {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background-color: var(--color5);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #fff;
    flex-shrink: 0;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    transition: background-color 500ms;
}

.feature:hover .feature__icon {
    background-color: var(--color4);
}

.feature__title {
    line-height: 24px;
    font-size: 16px;
    transition: color 500ms;
}

.feature:hover .feature__title {
    color: var(--color4);
}


.feature__title {
    font-weight: 400;
    color: #34404E;
}

.feature__short {
    font-weight: 300;
    color: #333333;
}



/* BLOG SECTION  */
.section-blog {
    margin-block: 90px;
}

.section-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 32px;
}

.section-meta__title {
    font-weight: 400;
    font-size: 24px;
    line-height: 38px;
    color: #333333;
    display: flex;
    align-items: center;
    gap: 18px;
}

.section-meta__title::before {
    content: "\e900";
    font-family: 'icomoon';
    color: var(--color1);
    font-size: 19px;
}

.section-meta__desc {
    font-size: 16px;
    color: #333333;
    line-height: 34px;
    text-align: justify;
    margin-bottom: 40px;
}

.btn:hover {
    color: var(--color1);
    background-color: #fff;
}

.btn2:hover {
    color: var(--color2);
}

.btn {
    font-size: 16px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 136px;
    border-radius: 50px;
    background-color: var(--color1);
    color: #fff;
    border: 1px solid var(--color1);
    transition: 500ms;
    position: relative;
    font-family: inherit;
}

.btn.btn4:hover {
    color: var(--color5);
    background-color: #fff;
}

.btn.btn4:hover:before,
.btn.btn4:hover:after {
    color: var(--color5)
}

.btn.btn4::before,
.btn.btn4::after {
    color: #fff;
}

.btn.btn4 {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}


.btn.btn3:hover {
    color: #fff;
    background-color: transparent;
}

.btn.btn3:hover:before,
.btn.btn3:hover:after {
    color: #fff;
}

.btn.btn3::before,
.btn.btn3::after {
    color: var(--color5);
}

.btn.btn3 {
    background-color: #fff;
    border-color: #fff;
    color: var(--color5);
}

.btn2 {
    background-color: var(--color2);
    border-color: var(--color2);
}

.btn::before,
.btn::after {
    content: "\e901";
    font-family: 'icomoon';
    color: #fff;
    font-size: 28px;
    position: absolute;
    line-height: 1;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 100;

}

.btn::before {
    right: 3px;
}

.btn::after {
    transform: rotateY(180deg) translateY(-50%);
    left: 3px;
}

.cardpost-row {
    row-gap: 20px;
}

.card-post {
    background-color: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 15px 15px 0;
    text-align: center;
    height: 100%;
}



.card-post__img {
    display: block;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.card-post__img::before,
.card-post__img::after {
    position: absolute;
    opacity: 0;
    transition: 500ms;
    pointer-events: none;
}

.card-post__img::before {
    content: '';
    inset: 0;
    background-color: #34404E9C;
    backdrop-filter: blur(4px);
}

.card-post__img::after {
    content: "\e90f";
    font-family: 'icomoon';
    line-height: 1;
    font-size: 250px;
    left: -35px;
    top: -45px;
    color: #89898921;
    transform: rotate(349deg);
}

.card-post:hover .card-post__img::before,
.card-post:hover .card-post__img::after {
    opacity: 1;
}

.card-post__img img {
    object-fit: cover;
    max-height: 215px;
    width: 100%;
}

.card-post__link {
    display: inline-block;
    font-size: 16px;
    line-height: 2;
    color: var(--color2);
    text-align: center;
    margin-block: 24px;
    font-weight: 500;
}

.card-post:hover .card-post__link {
    color: var(--color4);
}



.section-about {
    margin-block: 96px 190px;
    background-color: #F7F7F7;
    padding: 42px 0 0;
}

.about {
    display: flex;
    gap: 90px;
    align-items: flex-start;
    position: relative;
}

.about__desc {
    font-size: 16px;
    line-height: 34px;
    color: #333333;
    text-align: justify;
    margin-top: 20px;
}

.about__content {
    flex-basis: 56%;
    max-width: 56%;
    position: relative;
}



.about__img {
    flex-basis: 40%;
    position: relative;
    max-width: 40%;
}

.about__img img {
    width: 100%;
    position: absolute;
    top: -15px;
    left: 0;
    max-height: 412px;
    border-radius: 5px;
}

.about__img::before {
    width: 198px;
    content: '';
    background-color: #DFEBFFCC;
    height: 232px;
    top: -56px;
    right: -40px;
    position: absolute;
    border-radius: 8px;
    transform: matrix(1, 0, 0, -1, 0, 0);
    backdrop-filter: blur(6px);

}


.swiper__link img {
    width: 68px;
    object-fit: contain;
}

.swiper__link {
    background-color: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 152px;
}

.swiper-wrap {
    margin-bottom: -96px;
    width: calc(100% - 13%);
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.swiper {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.swiper-wrapper {
    padding-block: 20px;
}

.swiper-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 14px);
    position: absolute;
    z-index: 1;
}

.swiper-nav .icon-left:not(.swiper-button-disabled):hover::after {
    color: var(--color1);
}

.swiper-nav .icon-left:not(.swiper-button-disabled):hover {
    background-color: var(--color1);
}

.swiper-nav .prev::after,
.swiper-nav .next::after {
    transform: rotateY(180deg);
    left: -5px;
}



.swiper-nav .prev::after,
.swiper-nav .next::after {
    content: "\e901";
    position: absolute;
    font-family: 'icomoon';
    font-size: 22px;
    color: var(--color5);
    font-weight: bold;
    transition: color 500ms;
}

.swiper-nav .icon-left {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 34px;
    color: #fff;
    background-color: var(--color5);
    font-size: 9px;
    cursor: pointer;
    transition: background-color 500ms;
    line-height: 1;
    pointer-events: all;
}


.swiper-button-disabled {
    opacity: 0.75;
    cursor: auto !important;
}

.swiper-nav .prev {
    transform: rotateY(180deg);
}

.section-usage,
footer {

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

footer {
    position: relative;
    background-image: url(../img/overlay.webp);
    background-color: #000;
}

footer .icon-jump {
    position: absolute;
    font-size: 70px;
    left: 0;
    top: -45px;
    cursor: pointer;
}

.footer {
    display: flex;
    padding-top: 45px;
    justify-content: space-between;
}

.footer__logo {
    display: inline-block;
    margin-bottom: 28px;
}

.footer__desc {
    font-size: 16px;
    line-height: 2;
    color: #fff;
    font-weight: 300;
    text-align: justify;
}


.footer__title {
    color: var(--color1);
    display: block;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 22px;
    font-weight: 600;
}

.footer__col3,
.footer__col2 {
    padding-top: 25px;
    flex: 0 0 15%;
    max-width: 15%;
}

.footer__col1 {
    flex: 0 0 50%;
    max-width: 50%;
}

.footer__menu li:not(:last-child) {
    margin-bottom: 12px;
}

.footer__menu a:hover {
    color: var(--color1);
}

.footer__menu a {
    font-size: 15px;
    line-height: 2;
    color: #fff;
    font-weight: 300;
    display: inline-block;
}

.footer__socials {
    margin-top: 36px;
    display: flex;
    align-items: center;
    gap: 26px;
}

.footer__socials a:hover {
    color: var(--color1);
}

.footer__socials a {
    font-size: 20px;
    color: #fff;
    display: flex;
}

.ft-info {
    background: #191919;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 26px;
    margin-top: 58px;
    margin-bottom: 45px;
    gap: 80px;
    display: flex;
    align-items: center;
}

.ft__address,
.ft__numbers {
    flex: 1;
}


.ft-info__icon {
    width: 58px;
    height: 58px;
    background-color: var(--color1);
    color: #fff;
    font-size: 23px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 100;
    flex-shrink: 0;
}

.ft-info__wrap {
    display: flex;
    align-items: center;
    gap: 24px;
}

.ft-info__icon.icon-call::before {
    font-size: 21px;
    transform: rotateY(180deg);
}

.copyright {
    background-color: #191919;
    font-size: 15px;
    line-height: 2;
    color: #fff;
    padding: 16px;
    text-align: center;
    font-weight: 300;
    border-bottom: 5px solid var(--color1);
}

.numbers__txt,
.numbers__url,
.info__label,
.ft-info address,
.ft-info address a {
    color: #fff;
    font-size: 15px;
    line-height: 2;
    font-weight: 300;
    display: inline-block;
}

.numbers__url:hover,
.ft-info address:hover a {
    color: var(--color1);
}

.address-text {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.numbers__wrap,
.number__wrap {
    display: flex;
    gap: 10px;
    font-family: inherit !important;
}

.numbers__wrap {
    flex-direction: column;
}




/* USAGE SECTION  */

.icon-marker {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: -50px;
    font-size: 70px;
    line-height: 1;
    transform: translateX(-50%);
}

.section-usage {
    background-image: url(../img/overlay2.webp);
    background-color: #0F1C31;
    padding-block: 66px 50px;
    margin-block: 110px 90px;
    position: relative;
    border-bottom: 5px solid var(--color1);
}

.color--white::before {
    content: unset;
}

.color--white {
    color: #fff;
    font-weight: 300;
}

.usage__tabs.active {
    cursor: auto;
}

.usage__tabs {
    display: flex;
    align-items: center;
    padding: 8px;
    gap: 8px;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
}

.usage__tab:hover,
.usage__tab.active {
    background-color: #BCD5FF78;
    color: #fff;
}

.usage__tab {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    padding: 7px 16px;
    text-align: center;
    display: inline-block;
    font-weight: 300;
    border-radius: 9px;
    transition: background-color 500ms;
    cursor: pointer;
}

/* .useage-content {
    display: none;
}

.useage-content.active {
    display: block;
} */

.usage-rows {
    row-gap: 25px;
}

.usage-card::before {
    right: -4px;
}

.usage-card::after {
    left: -4px;
}

.usage-card::before,
.usage-card::after {
    content: '';
    background-color: #2D82C8;
    width: 4px;
    position: absolute;
    top: 50%;
    height: calc(100% - 85px);
    transform: translateY(-50%);
    border-radius: 2px;
}

.usage-card[onclick] {
    cursor: pointer;
}

.usage-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 22px;
    background-color: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 32px 8px 42px;
    height: 100%;
}

.usage-card__icon img {
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 50%;
    object-fit: scale-down;
    background-color: #DFEBFF;
    border: 1px dashed #2D82C8;
    transition: 500ms;
}

.usage-card__content {
    margin-top: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 22px;
}

.usage-card__desc,
.usage-card__title {
    line-height: 25px;
    text-align: center;
}

.usage-card__title {
    color: #34404E;
    font-weight: 400;
    transition: color 500ms;
    font-size: 16px;
}

.usage-card__desc {
    color: #333333;
    font-size: 15px;
}

.usage-card__icon::before {
    position: absolute;
    inset: 0;
    content: '';
    z-index: -1;
    background-color: var(--color4);
    border-radius: 50%;

}

.usage-card__icon {
    isolation: isolate;
    position: relative;
    flex-shrink: 0;
}

.usage-card:hover .usage-card__icon img {
    background-color: transparent !important;
    filter: contrast(0) brightness(5);
}

.usage-card:hover .usage-card__title {
    color: #2D82C8;
}




/* PRODUCT SECTION  */
.section-product {
    margin-block: 90px;
}

.product {
    background: #FFFFFF;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.07);
    border-radius: 2px;
    padding: 8px 8px 0;
}

.product__img img {
    width: 100%;
    object-fit: cover;
    height: 222px;
    max-height: 222px;
    border-radius: 5px;
    overflow: hidden;
}

.product__img {

    position: relative;
    display: block;
}

.product-body {
    padding: 40px 32px 32px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    gap: 22px;
}

.product__meta {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
}

.product__title a {
    color: #333333;
    display: block;
    line-height: 32px;
}

.product__title {
    font-size: 18px;
    font-weight: 600;
    min-height: 64px;
}

.product__sku {
    font-size: 16px;
    color: var(--color1);
    text-transform: uppercase;
    line-height: 32px;
    display: inline-block;
    font-weight: 600;
}

.product__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.product:hover .product__more {
    background-color: var(--color1);
    color: #fff;
}

.product__price {
    font-size: 22px;
    line-height: 34px;
    font-weight: 700;
    color: #34404E;
    display: flex;
    align-items: center;
    gap: 5px;
}

.product__more {
    background-color: #2D82C8;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    width: 172px;
    text-align: center;
    border-radius: 5px;
    padding: 6px 4px;
}

.currency {
    font-size: 16px;
    font-weight: 400;
}

.filters {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 8px;
    background: #FAFAFA;
    border-radius: 16px;
}

.filter__icon.is-checked {
    background: #DFEBFF;
    color: #58667E;
}

.filters-type,
.filters-cat {
    display: flex;
    gap: 18px;
    position: relative;
}

.filters-type::after {
    content: '';
    height: auto;
    width: 1px;
    display: inline-block;
    background: #DADADA;
    margin: 0 10px;
}

.filters-type .filter__icon {
    font-size: 16px;
    padding: 12px 10px;
    color: #7A7A7A;
    transition: 500ms;
    border-radius: 8px;
    cursor: pointer;
    line-height: 1;
    font-family: 'IRANSans';
}

.filters-cat .filter__icon {
    cursor: pointer;
    font-size: 20px;
    color: #58667ECC;
    border-radius: 8px;
    transition: 500ms;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.product__icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-direction: column;
    position: absolute;
    left: 24px;
    bottom: -24px;
    pointer-events: none;
}

.product__icon {
    /* padding: 8px; */
    font-size: 20px;
    color: #344665;
    background: rgba(223, 235, 255, 0.8);
    backdrop-filter: blur(6px);
    border-radius: 8px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}





#alert {
    padding: 10px 20px;
    margin: 0 0 20px;
    border: 1px solid var(--color5);
    border-radius: 8px;
    margin-top: 20px;
    font-weight: bold;
    font-size: 16px;
    display: none;
}



.swiper,
swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
    display: block;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
    touch-action: pan-y;
}

.swiper-slide,
swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}



/* BANNERS  */


.banners-row {
    align-items: flex-end;
}

.item-banner {
    display: block;
    border-radius: 8px;
    overflow: hidden;
}

.item-banner img {
    border-radius: 8px;
    transition: 500ms;
    width: 100%;
}

/* Flashing */
.item-banner:hover img {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}

@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}



.heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    margin-bottom: 40px;
}

.heading__title {
    font-size: 20px;
    line-height: 32px;
    display: flex;
    gap: 16px;
    color: #333333;
    font-weight: 400;
}

.heading__title::before {
    content: "\e900";
    font-family: 'icomoon';
    color: var(--color1);
    font-size: 20px;
}

.heading__sub {
    color: var(--color5);
    font-size: 16px;
    font-weight: 400;
    line-height: 2.25;
}

.section-why {
    margin-block: 120px 80px;
}

.section-why .heading {
    margin-bottom: 60px;
}

.section-why .features {
    margin-top: unset;
}

.swiper.swiper-why {
    overflow: unset;
    overflow-x: clip;
    margin-left: -10px !important;
    margin-right: -10px !important;
}

.swiper-nav.nav-static {
    position: static;
    transform: unset;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 24px;
}

.section-banners {
    margin-block: 80px;
}

.swiper-test-wrap {
    position: relative;
}








/* TESTIMONIAL  */

.section-testimonial::before {
    content: '';
    position: absolute;
    z-index: -1;
    background-color: #FAFAFA;
    border-radius: 8px;
    height: 62%;
    inset: 0 0 auto 0;
    width: 100%;
}

.section-testimonial {
    padding-block: 44px;
    position: relative;
    z-index: 1;
}

.section-testimonial .heading {
    margin-bottom: 20px;
}

.testimonial::after {
    content: "\e90f";
    font-family: 'icomoon';
    line-height: 1;
    font-size: 400px;
    left: -200px;
    top: -50px;
    color: #FBFBFB;
    transform: rotate(0deg);
    position: absolute;
    z-index: -1;
    pointer-events: none;
}

.testimonial {
    z-index: 1;
    position: relative;
    border-radius: 8px;
    background-color: #fff;
    padding: 30px;
    box-shadow: 0px -1px 12px rgba(0, 0, 0, 0.07);
    overflow: hidden;
}

.swiper-testimonial .swiper-slide::before {
    content: '';
    position: absolute;
    height: calc(100% + 8px);
    background-color: var(--color5);
    border-radius: 5px;
    width: 90px;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.testimonial__head {
    display: flex;
    align-items: center;
    gap: 20px;
}

.testimonial__head img {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    border: 2px dashed var(--color5);
}

.testimonial__user,
.testimonial__name {
    display: block;
    color: var(--color5);
    font-size: 16px;
    line-height: 26px;
}

.testimonial__user {
    font-size: 15px;
    margin-top: 10px;
}

.testimonial__desc {
    font-size: 15px;
    color: #333333;
    line-height: 2.25;
    margin-top: 18px;
    text-align: justify;
}

.swiper-testimonial .swiper-slide:not(.swiper-slide-visible) {
    opacity: 0;
}

.swiper-testimonial .swiper-slide.swiper-slide-active {
    opacity: 1;
    /* filter: blur(0); */
}

.swiper-testimonial .swiper-slide {
    opacity: 0.6;
    /* filter: blur(1px); */
}

.swiper-test-wrap .swiper-nav {
    width: 100% !important;
}

.alignleft {
    float: left;
    margin-right: 20px;
}

blockquote::before {
    content: '\e92a';
    font-family: 'icomoon';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 26px;
    color: var(--color4);
    border: 2px dashed var(--color4);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #DFEBFF;
    z-index: 2;
}

blockquote::after {
    content: '';
    position: absolute;
    width: 84px;
    height: 40px;
    background-color: var(--color4);
    border-radius: 5px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
}

@media (max-width: 1399.98px) {

    .filters-type,
    .filters,
    .features,
    .footer {
        flex-wrap: wrap !important;
    }



    .product__title {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .card-post__img::after {
        content: unset;
    }
}

@media (max-width: 1199.98px) {
    .usage-card {
        flex-direction: row;
        justify-content: flex-start;
        gap: 16px;
    }

    .usage-card__icon img {
        width: 70px;
        height: 70px;
    }

    .usage-card__content {
        align-items: flex-start;
        gap: 12px;
        margin-top: unset;
    }

    .usage-card__desc {
        font-size: 14px;
        text-align: right;
    }

    .usage-rows {
        row-gap: 16px;
    }
}

@media (max-width: 991.98px) {
    .swiper-testimonial .swiper-slide::before {
        right: 50%;
        transform: translate(50%, -50%);
    }

    .section-banners {
        margin-block: 50px;
    }

    .section-testimonial {
        padding-block: 44px 0;
    }

    blockquote::before {
        width: 50px;
        height: 50px;
        font-size: 20px;
        top: -25px;
    }

    .heading {
        gap: 10px;
        margin-bottom: 32px;
    }

    .section-why {
        margin-block: 40px;
    }

    .section-why .heading {
        margin-bottom: 30px;
    }

    .heading__title {
        font-size: 19px;
    }

    .heading__title::before {
        font-size: 18px;
    }

    .heading__sub {
        text-align: center;
        font-size: 15px;
    }

    .header__secondery,
    .header__primary,
    .header {
        display: none !important;
    }

    .hero__title {
        font-size: 24px;
        line-height: 38px;
        font-weight: 400;
    }

    .hero__sub {
        margin-top: 16px;
        font-size: 16px;
        line-height: 2;
    }

    .hero__img::before {
        background-color: #34404E6E;
    }






    .section-hero {
        margin-top: 0;
    }

    .section-hero .container {
        padding-right: unset;
        padding-left: unset;
        max-width: 100%;

    }

    .hero__img {
        border-radius: unset;
    }

    .hero__text {
        transform: translate(-50%, -140%);
        width: 90%;
    }

    .features {
        gap: 65px 10px;
        margin-top: -235px;
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }

    .feature {
        padding: 0 6px 18px;
        flex: 1 0 45%;
        height: 125px;
        gap: 6px;
        max-width: 250px;
    }

    .feature__title {
        font-size: 16px;
    }

    .feature__short {
        font-size: 14px;
    }

    .feature__icon {
        width: 50px;
        height: 50px;
        font-size: 26px;
    }

    .section-meta {
        flex-wrap: wrap;
        justify-content: center;
    }

    .section-meta__title {
        font-size: 22px;
        line-height: 34px;
        justify-content: center;
    }

    .section-product {
        margin-block: 65px;
    }


    .product__icons {
        left: 20px;
        bottom: -20px;
    }

    .product__icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .product-body {
        padding: 40px 0 8px;
    }

    .product__title {
        font-size: 16px;
    }

    .product__price {
        font-size: 18px;

    }

    .currency {
        font-size: 15px;
    }

    .product__more {
        font-size: 14px;
    }

    .product__footer {
        gap: 15px;
    }

    .section-usage .section-meta {
        gap: 32px;
    }

    .section-usage {
        margin-block: 65px 55px;
        padding-block: 60px 20px;
        background-size: 500%;
        background-position: top;
        border-bottom: unset
    }

    .icon-marker {
        top: -45px;
        font-size: 65px;
    }

    .usage__tabs {
        min-width: 176px;
        justify-content: space-between;
    }

    .usage__tab {
        font-size: 14px;
        line-height: 22px;
    }

    .section-meta__desc {
        font-size: 15px;
        margin-bottom: 32px;
    }

    .section-blog {
        margin-block: 55px;
    }

    .card-post {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 20px;
        padding: 14px;
    }
    .card-post__link {
        font-size: 14px;
        margin-block: unset;
        text-align: right;
    }

    .card-post__img {
        flex-basis: 150px;
        max-width: 150px;
        flex-shrink: 0;
    }

    .cardpost-row {
        row-gap: 16px;
    }

    .btn {
        margin: 32px auto 0;
        max-width: 116px;
        font-size: 14px;
        height: 42px;
    }

    .btn::before,
    .btn::after {
        font-size: 20px;
    }


    .about {
        flex-direction: column-reverse;
        gap: 32px;
    }

    .section-about {
        padding: 0;
        margin-block: 76px 190px;
    }

    .about__content,
    .about__img {
        flex-basis: 100%;
        max-width: 100%;
    }

    .about__img::before {
        content: unset;
    }

    .about__img img {
        position: static;
    }

    .about__desc {
        font-size: 15px;
    }

    .about__img {
        margin-top: -26px;
        margin-left: auto;
        margin-right: auto;
    }

    .footer {
        padding-top: 35px;
    }

    .footer__desc {
        font-size: 14px;
        line-height: 2.2;
    }

    .footer__col1 {
        flex: 0 0 100%;
        max-width: 100%;
    }

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

    .footer__col3,
    .footer__col2 {
        flex: 1;
        padding-top: 0;
        max-width: 50%;
    }

    .footer__socials {
        margin-top: 28px;
    }

    .ft-info {
        margin-top: 42px;
        margin-bottom: 32px;
        gap: 38px;
        flex-direction: column;
        align-items: flex-start;
    }

    .footer__title {
        margin-bottom: 18px;
    }

    .footer__menu a {
        font-size: 14px;
    }

    .numbers__txt,
    .numbers__url,
    .info__label,
    .ft-info address,
    .ft-info address a {
        font-size: 14px;
    }

    .ft-info__icon {
        width: 48px;
        height: 48px;
        font-size: 18px;
    }

    .ft-info__icon.icon-call::before {
        font-size: 17px;
    }

    .copyright {
        font-size: 13px;
        padding: 15px;
        margin-top: 32px;
    }

    .testimonial {
        padding: 20px 10px;
    }

    .testimonial__head {
        flex-direction: column;
        text-align: center;
    }

    .testimonial__desc {
        font-size: 14px;
    }

    .swiper-test-wrap .swiper-nav {
        position: static;
        transform: unset;
        width: 100% !important;
        justify-content: center;
        gap: 20px;
        margin-top: 20px;
    }

    blockquote p::after,
    .testimonial::after {
        content: unset;
    }
}

@media (max-width: 767.98px) {
    #alert {
        text-align: center;
        font-size: 13px;
        padding: 10px;
    }

    .filters-type,
    .filters-cat {
        justify-content: center;
        width: 100%;
    }

    .filters-type {
        gap: 0;
    }


    .filters-type .filter__icon {
        font-size: 15px;
        padding: 10px;
    }

    .filters-type::after {
        content: unset;
    }

    .usage-card {
        gap: 12px;
        padding: 20px 8px;
    }

    .usage-card__icon img {
        width: 60px;
        height: 60px;
    }

    .usage-card__content {
        gap: 8px;
    }

    .usage-card__title {
        font-size: 15px;
    }

    .usage-card__desc {
        font-size: 13px;
    }

    .usage-card::before,
    .usage-card::after {
        height: 50px;
    }

    .card-post__img {
        flex-basis: 182px;
        max-width: 182px;
    }
}

@media (max-width: 575.98px) {
    .header__mobile {
        top: 12px;
        width: calc(100% - 20px);
        padding: 8px;
    }

    .icon__mm {
        width: 42px;
        height: 42px;
    }

    footer .icon-jump {
        left: 15px;
        top: -35px;
    }

    .feature {
        padding: 0 4px 12px;
        flex: 1 0 45%;
        height: 100px;
        gap: 6px;
        max-width: 250px;
    }

    .hero__text {
        transform: translate(-50%, -95%);
    }

    .features {
        gap: 50px 10px;
        margin-top: -165px;
        padding: 0 5px;
        width: 100%;
    }

    .feature__title {
        font-size: 14.5px;
    }

    .feature__short {
        font-size: 13px;
    }

    .product__title {
        min-height: unset;
    }

    .product__footer {
        gap: 25px;
    }

    .card-post {
        gap: 10px;
        padding: 10px;
    }

    .card-post__img {
        flex-basis: 125px;
        max-width: 125px;
    }

    .ft-info {
        padding: 12px;
    }


    .ft-info__wrap {
        gap: 12px;
    }
}

@media (max-width: 424.98px) {
    .swiper-wrap {
        width: calc(100% - 33%);
    }
}


.swiper-button-lock {
    display: none !important;
}