html {
    direction: ltr;
    overflow-x: hidden;
    box-shadow: none!important;
    -webkit-font-smoothing: antialiased
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: auto
    }
}

body {
    background-color: var(--light);
    color: var(--default);
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin: 0
}

body a {
    outline: 0!important
}

::-moz-selection {
    color: var(--primary-inverse);
    background: var(--primary)
}

::selection {
    color: var(--primary-inverse);
    background: var(--primary)
}

.body {
    background-color: var(--light)
}

a {
    text-decoration: none
}

a:not(.btn):hover {
    text-decoration: underline
}

li {
    line-height: 24px
}

@media (max-width:575px) {
    body {
        font-size: 13px
    }
}

#header {
    position: relative;
    z-index: 1030
}

#header .header-body {
    display: flex;
    flex-direction: column;
    background: var(--light);
    transition: min-height .3s ease;
    width: 100%;
    border-top: 3px solid #ededed;
    border-bottom: 1px solid transparent;
    z-index: 1001
}

#header .header-body[class*=border-color-] {
    border-bottom: 0!important
}

#header .header-container {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    transition: ease height .3s
}

@media (max-width:991px) {
    #header .header-container:not(.container):not(.container-fluid) .header-nav-main {
        padding: 0 .75rem
    }
}

#header .header-container.header-container-height-sm {
    height: 100px
}

#header .header-container.header-container-height-md {
    height: 125px
}

#header .header-container.header-container-height-lg {
    height: 145px
}

#header .container {
    position: relative
}

@media (max-width:767px) {
    #header .container {
        width: 100%
    }
}

#header .header-row {
    display: flex;
    flex-grow: .2;
    align-items: center;
    align-self: stretch;
    max-height: 100%
}

#header .header-column {
    display: flex;
    align-self: stretch;
    align-items: center;
    flex-grow: 1;
    flex-direction: column
}

#header .header-column.header-column-border-right {
    border-right: 1px solid rgba(0,0,0,.06)
}

#header .header-column .header-row {
    justify-content: inherit
}

#header.header-no-min-height .header-body {
    min-height: 0!important
}

#header .header-top {
    display: flex;
    align-items: center;
    border-bottom: 2px solid rgba(0,0,0,.06);
    min-height: 47px
}

#header .header-top.header-top-simple-border-bottom {
    border-bottom-width: 1px
}

#header .header-top.header-top-default {
    background: var(--grey-100)
}

#header .header-logo {
    margin: 16px 0;
    margin: 1rem 0;
    position: relative;
    z-index: 1
}

#header .header-logo img {
    transition: all .3s ease;
    position: relative;
    top: 0;
    image-rendering: -webkit-optimize-contrast;
    transform: translateZ(0)
}

#header .header-nav {
    padding: 16px 0;
    padding: 1rem 0;
    min-height: 70px
}

#header .header-nav-top {
    display: flex;
    align-self: stretch;
    align-items: center
}

#header .header-nav-top .nav>li>a {
    color: #999;
    font-size: .9em;
    padding: 6px 10px;
    display: inline-block;
    letter-spacing: -.5px
}

#header .header-nav-top .nav>li>a .icons,#header .header-nav-top .nav>li>a [class*=fa-] {
    margin-right: 3px;
    font-size: .8em;
    position: relative
}

#header .header-nav-top .nav>li>a {
    text-decoration: none
}

#header .header-nav-top .nav>li>a a:focus,#header .header-nav-top .nav>li>a:hover {
    background: 0 0
}

@media (max-width:575px) {
    #header .header-nav-top .nav>li:not(.d-none) {
        margin-left: 0;
        padding-left: 0
    }
}

#header .header-social-icons {
    margin-left: 46px
}

#header .header-border-right {
    border-right: 1px solid rgba(0,0,0,.08)
}

#header .header-border-top {
    border-top: 1px solid rgba(0,0,0,.08)
}

#header .header-border-bottom {
    border-bottom: 1px solid rgba(0,0,0,.08)
}

@media (max-width:991px) {
    #header .header-mobile-border-top:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        border-bottom: 1px solid rgba(0,0,0,.08)
    }
}

#header .header-btn-collapse-nav {
    background: var(--grey-500);
    color: var(--light);
    display: none;
    float: right;
    margin: 0 0 0 16px;
    margin: 0 0 0 1rem
}

#header.header-no-border-bottom .header-body {
    padding-bottom: 0!important;
    border-bottom: 0!important
}

#header.header-no-border-bottom .header-nav.header-nav-line nav>ul>li:hover>a,#header.header-no-border-bottom .header-nav.header-nav-line nav>ul>li>a {
    margin: 0
}

#header.header-effect-shrink {
    transition: ease height .3s
}

#header.header-effect-shrink .header-top {
    transition: ease height .3s
}

#header.header-effect-shrink .header-container {
    min-height: 100px
}

#header.header-effect-shrink .header-logo {
    display: flex;
    align-items: center
}

@media (min-width:992px) {
    #header .header-nav-main {
        display: flex!important;
        height: auto!important;
    }

    #header .header-nav-main nav {
        display: flex!important;
        margin-left: 14px;
    }

    #header .header-nav-main nav>ul>li {
        height: 100%;
        align-self: stretch;
        margin-left: 2px;
        margin-right: 5px;
    }

    #header .header-nav-main nav>ul>li>a {
        display: inline-flex;
        align-items: center;
        white-space: normal;
        border-radius: var(--border-radius);
        color: #fff;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        padding: .5rem 5px .5rem 5px;
        letter-spacing: -.5px;
        text-transform: uppercase;
        text-decoration: none
    }

    #header .header-nav-main nav>ul>li>a:after {
        display: none
    }

    #header .header-nav-main nav>ul>li>a:active {
        background-color: transparent;
        text-decoration: none;
        color: var(--grey-500)
    }

    #header .header-nav-main nav>ul>li:hover>a {
        background: var(--grey-500);
        color: var(--light)
    }

    #header .header-nav-main.header-nav-main-font-sm nav>ul>li>a {
        font-size: .7rem
    }

    #header .header-nav-main.header-nav-main-font-md nav>ul>li>a {
        font-size: 1rem;
        font-weight: 600;
        text-transform: none;
        letter-spacing: -1px
    }

    #header .header-nav-main.header-nav-main-font-lg nav>ul>li>a {
        font-size: 1.1rem;
        font-weight: 400;
        text-transform: none;
        letter-spacing: -1px
    }

    #header .header-nav-main.header-nav-main-slide nav>ul>li>a {
        background-color: transparent;
        color: var(--light);
        text-transform: none;
        font-size: 14px;
        font-weight: 500;
        padding: 18px 18px 22px!important;
        margin: 0!important;
        transition: ease transform .3s;
        text-decoration: none
    }
}

@media (min-width:992px) {
    #header .header-nav-main.header-nav-main-transition nav>ul>li>a {
        transition: ease all .3s
    }

    #header .header-nav-main.header-nav-main-text-size-2 nav>ul>li>a {
        font-size: 13px;
        font-weight: 500;
        letter-spacing: -.3px
    }

    #header .header-nav-main.header-nav-main-text-size-3 nav>ul>li>a {
        font-size: 14px;
        font-weight: 500;
        letter-spacing: -.3px
    }

    #header .header-nav-main.header-nav-main-text-size-4 nav>ul>li>a {
        font-size: 15px;
        font-weight: 600;
        letter-spacing: -.4px
    }

    #header .header-nav-main.header-nav-main-text-size-5 nav>ul>li>a {
        font-size: 16px;
        font-weight: 500;
        letter-spacing: -.3px
    }
}

@media (min-width:992px) and (max-width:1600px) {
    #header .header-nav-main.header-nav-main-text-size-5 nav>ul>li>a {
        padding: 0 .6rem!important
    }
}

@media (min-width:992px) {
    #header .header-nav {
        display: flex;
        align-items: center;
        flex-grow: 1;
        justify-content: flex-start;
        align-self: stretch
    }

    #header .header-nav.header-nav-line {
        padding: 0
    }

    #header .header-nav.header-nav-line .header-nav-main {
        align-self: stretch;
        min-height: 0;
        margin-top: 0
    }

    #header .header-nav.header-nav-line nav>ul>li:hover>a,#header .header-nav.header-nav-line nav>ul>li>a {
        position: relative;
        background: 0 0!important;
        padding: 0 .9rem;
        margin: 1px 0 0;
        min-height: 60px;
        height: 100%
    }

    #header .header-nav.header-nav-line nav>ul>li:hover>a:before {
        opacity: 1
    }

    #header .header-nav.header-nav-line:not(.header-nav-light-text) nav>ul>li>a {
        color: #444
    }

    #header .header-nav.header-nav-line nav>ul>li:hover>a:before,#header .header-nav.header-nav-line nav>ul>li>a:before {
        content: "";
        position: absolute;
        background: 0 0;
        width: auto;
        height: 3px;
        top: -2px;
        left: -1px;
        right: -1px;
        opacity: 0
    }

    #header .header-nav.header-nav-line nav>ul>li:hover>a:before {
        opacity: 1!important
    }

    #header .header-nav.header-nav-line.header-nav-top-line nav>ul>li:hover>a:before,#header .header-nav.header-nav-line.header-nav-top-line nav>ul>li>a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 3px;
        top: -2px;
        left: 0
    }

    #header .header-nav.header-nav-line.header-nav-top-line.header-nav-top-line-with-border nav>ul>li:hover>a:before,#header .header-nav.header-nav-line.header-nav-top-line.header-nav-top-line-with-border nav>ul>li>a:before {
        top: -4px
    }

    #header .header-nav.header-nav-line.header-nav-bottom-line nav>ul>li:hover>a:before,#header .header-nav.header-nav-line.header-nav-bottom-line nav>ul>li>a:before {
        content: "";
        position: absolute;
        width: auto;
        height: 3px;
        top: 50%;
        left: 15px;
        right: 15px;
        margin-top: 15px;
        transform: translateY(-3px)
    }

    #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-effect-1 nav>ul>li>a:before {
        transition: cubic-bezier(.55,0,.1,1) right .3s;
        right: 100%
    }

    #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-effect-1 nav>ul>li:hover>a:before {
        right: 15px
    }

    #header .header-nav.header-nav-icons nav>ul>li>a .icons,#header .header-nav.header-nav-icons nav>ul>li>a [class*=fa-] {
        font-size: 1.1rem;
        margin-right: .28rem;
        margin-top: .1rem
    }

    #header .header-nav.header-nav-sub-title .header-nav-main nav>ul>li>a {
        position: relative;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding-right: 0;
        padding-left: 0;
        margin-left: .7rem;
        margin-right: .7rem
    }
}

@media (max-width:991px) {
    #header .header-nav-main {
        position: absolute;
        background: 0 0;
        width: 100%;
        top: 100%;
        left: 50%;
        transform: translate3d(-50%,0,0)
    }

    #header .header-nav-main:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        width: 100vw;
        height: 100%;
        background: var(--light);
        z-index: -1;
        transform: translateX(-50%)
    }

    #header .header-nav-main nav {
        max-height: 50vh;
        overflow: hidden;
        overflow-y: auto;
        padding: 0 15px;
        transition: ease all .5s
    }

    #header .header-nav-main nav::-webkit-scrollbar {
        width: 5px
    }

    #header .header-nav-main nav::-webkit-scrollbar-thumb {
        border-radius: 0;
        background: rgba(var(--grey-500),.5)
    }

    #header .header-nav-main nav>ul {
        padding-top: 15px;
        padding-bottom: 15px;
        flex-direction: column
    }

    #header .header-nav-main nav>ul li {
        border-bottom: 1px solid #e8e8e8;
        clear: both;
        display: block;
        float: none;
        margin: 0;
        padding: 0;
        position: relative
    }

    #header .header-nav-main nav>ul li a {
        font-size: 13px;
        font-style: normal;
        line-height: 20px;
        padding: 7px 8px;
        margin: 1px 0;
        border-radius: var(--border-radius);
        text-align: left
    }

    #header .header-nav-main nav>ul li a:active {
        background-color: #f8f9fa;
        color: inherit
    }

    #header .header-nav-main nav>ul li:last-child {
        border-bottom: 0
    }

    #header .header-nav-main nav>ul>li>a {
        text-transform: uppercase;
        font-weight: 700;
        margin-top: 1px;
        margin-bottom: 1px;
        color: var(--grey-500)
    }

    #header .header-nav-main nav>ul>li>a:active {
        color: var(--grey-500)
    }

    #header .header-btn-collapse-nav {
        outline: 0;
        display: block;
        position: relative;
        z-index: 1
    }

    #header .header-nav.header-nav-line {
        min-height: 70px
    }
}

@media (min-width:992px) {
    #header .header-body:not(.h-100) {
        height: 194px;
        padding-top: 30px
    }
}

@media (max-width:991px) {
    #header .header-logo img {
        z-index: 1
    }

    #header .header-nav {
        display: flex;
        align-items: center
    }
}

body[data-plugin-section-scroll] #header .header-body {
    background: 0 0
}

#header .header-btn-collapse-nav {
    background: var(--primary)
}

@media (min-width:992px) {
    #header .header-nav-main nav>ul>li>a {
        color: #fff
    }

    #header .header-nav-main nav>ul>li:hover>a {
        background: var(--primary)
    }

    #header .header-nav.header-nav-line nav>ul li:hover>a {
        color: var(--primary)
    }

    #header .header-nav.header-nav-line nav>ul li:hover>a:before {
        background: var(--primary)
    }
}

@media (max-width:991px) {
    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav>ul>li>a {
        color: var(--primary)
    }

    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav>ul>li>a:active {
        color: var(--primary)
    }
}

.page-header {
    background-color: var(--dark);
    margin: 0 0 35px 0;
    padding: 30px 0;
    position: relative;
    text-align: left
}

.page-header h1 {
    color: var(--light);
    display: inline-block;
    font-size: 30px;
    line-height: 1;
    margin: 0;
    padding: 0;
    font-weight: 400;
    position: relative;
    top: 1px
}

.page-header .sub-title {
    display: block;
    font-size: 1.2em;
    font-weight: 300;
    margin: 0;
    opacity: .8;
    color: var(--light)
}

.page-header.page-header-sm {
    padding: 30px 0
}

.page-header.page-header-sm h1 {
    font-size: 22px
}

.page-header.page-header-lg {
    padding: 50px 0
}

.page-header.page-header-lg h1 {
    font-size: 40px
}

@media (min-width:1200px) {
    .container:not(.container-bs):not(.container-xl-custom):not(.container-xxl-custom) {
        max-width: 1140px
    }
}

[class*=fluid-col-] {
    position: relative
}

[class*=fluid-col-] .fluid-col {
    position: absolute;
    left: 15px
}

.fluid-col-6 {
    min-height: 33vw
}

.fluid-col-6 .fluid-col {
    width: calc(50vw - 15px)
}

.fluid-col-lg-6 .fluid-col,.fluid-col-md-6 .fluid-col,.fluid-col-sm-6 .fluid-col {
    width: calc(100vw - 30px)
}

@media (min-width:576px) {
    .fluid-col-sm-6 {
        min-height: 33vw
    }

    .fluid-col-sm-6 .fluid-col {
        width: calc(55vw - 15px)
    }
}

@media (min-width:768px) {
    .fluid-col-md-6 {
        min-height: 33vw
    }

    .fluid-col-md-6 .fluid-col {
        width: calc(50vw - 15px)
    }
}

@media (min-width:992px) {
    .fluid-col-lg-6 {
        min-height: 33vw
    }

    .fluid-col-lg-6 .fluid-col {
        width: calc(50vw - 15px)
    }
}

@media (max-width:991px) {
    .fluid-col-lg-6 {
        min-height: 64.5vw!important
    }
}

@media (max-width:767px) {
    .fluid-col-md-6 {
        min-height: 64.5vw!important
    }
}

@media (max-width:575px) {
    .fluid-col-sm-6 {
        min-height: 64.5vw!important
    }
}

.col-1-5,.col-2-5,.col-3-5,.col-4-5,.col-lg-1-5,.col-lg-2-5,.col-lg-3-5,.col-lg-4-5,.col-md-1-5,.col-md-2-5,.col-md-3-5,.col-md-4-5,.col-sm-1-5,.col-sm-2-5,.col-sm-3-5,.col-sm-4-5 {
    position: relative;
    min-height: 1px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col-1-5 {
    flex: 0 0 20%;
    max-width: 20%
}

.col-2-5 {
    flex: 0 0 40%;
    max-width: 40%
}

.col-3-5 {
    flex: 0 0 60%;
    max-width: 60%
}

.col-4-5 {
    flex: 0 0 80%;
    max-width: 80%
}

@media (min-width:576px) {
    .col-sm-1-5 {
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-sm-2-5 {
        flex: 0 0 40%;
        max-width: 40%
    }

    .col-sm-3-5 {
        flex: 0 0 60%;
        max-width: 60%
    }

    .col-sm-4-5 {
        flex: 0 0 80%;
        max-width: 80%
    }
}

@media (min-width:768px) {
    .col-md-1-5 {
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-md-2-5 {
        flex: 0 0 40%;
        max-width: 40%
    }

    .col-md-3-5 {
        flex: 0 0 60%;
        max-width: 60%
    }

    .col-md-4-5 {
        flex: 0 0 80%;
        max-width: 80%
    }
}

@media (min-width:992px) {
    .col-lg-1-5 {
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-lg-2-5 {
        flex: 0 0 40%;
        max-width: 40%
    }

    .col-lg-3-5 {
        flex: 0 0 60%;
        max-width: 60%
    }

    .col-lg-4-5 {
        flex: 0 0 80%;
        max-width: 80%
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:992px) {
    .mb-lg-0 {
        margin-bottom: 0!important
    }

    .mt-lg-0 {
        margin-top: 0!important
    }

    .pb-lg-0 {
        padding-bottom: 0!important
    }

    .pt-lg-0 {
        padding-top: 0!important
    }
}

.pt-3-5 {
    padding-top: 12px!important;
    padding-top: .75rem!important
}

.pe-3-5 {
    padding-right: 12px!important;
    padding-right: .75rem!important
}

.pb-3-5 {
    padding-bottom: 12px!important;
    padding-bottom: .75rem!important
}

.px-3-5 {
    padding-left: 12px!important;
    padding-left: .75rem!important;
    padding-right: 12px!important;
    padding-right: .75rem!important
}

.py-3-5 {
    padding-top: 12px!important;
    padding-top: .75rem!important;
    padding-bottom: 12px!important;
    padding-bottom: .75rem!important
}

.mt-3-5 {
    margin-top: 12px!important;
    margin-top: .75rem!important
}

.mb-3-5 {
    margin-bottom: 12px!important;
    margin-bottom: .75rem!important
}

.ms-3-5 {
    margin-left: 12px!important;
    margin-left: .75rem!important
}

.my-3-5 {
    margin-top: 12px!important;
    margin-top: .75rem!important;
    margin-bottom: 12px!important;
    margin-bottom: .75rem!important
}

.pt-4-5 {
    padding-top: 20px!important;
    padding-top: 1.25rem!important
}

.pe-4-5 {
    padding-right: 20px!important;
    padding-right: 1.25rem!important
}

.pb-4-5 {
    padding-bottom: 20px!important;
    padding-bottom: 1.25rem!important
}

.px-4-5 {
    padding-left: 20px!important;
    padding-left: 1.25rem!important;
    padding-right: 20px!important;
    padding-right: 1.25rem!important
}

.py-4-5 {
    padding-top: 20px!important;
    padding-top: 1.25rem!important;
    padding-bottom: 20px!important;
    padding-bottom: 1.25rem!important
}

.mt-4-5 {
    margin-top: 20px!important;
    margin-top: 1.25rem!important
}

.mb-4-5 {
    margin-bottom: 20px!important;
    margin-bottom: 1.25rem!important
}

.ms-4-5 {
    margin-left: 20px!important;
    margin-left: 1.25rem!important
}

.my-4-5 {
    margin-top: 20px!important;
    margin-top: 1.25rem!important;
    margin-bottom: 20px!important;
    margin-bottom: 1.25rem!important
}

.pt-5-5 {
    padding-top: 36px!important;
    padding-top: 2.25rem!important
}

.pe-5-5 {
    padding-right: 36px!important;
    padding-right: 2.25rem!important
}

.pb-5-5 {
    padding-bottom: 36px!important;
    padding-bottom: 2.25rem!important
}

.px-5-5 {
    padding-left: 36px!important;
    padding-left: 2.25rem!important;
    padding-right: 36px!important;
    padding-right: 2.25rem!important
}

.py-5-5 {
    padding-top: 36px!important;
    padding-top: 2.25rem!important;
    padding-bottom: 36px!important;
    padding-bottom: 2.25rem!important
}

.mt-5-5 {
    margin-top: 36px!important;
    margin-top: 2.25rem!important
}

.mb-5-5 {
    margin-bottom: 36px!important;
    margin-bottom: 2.25rem!important
}

.ms-5-5 {
    margin-left: 36px!important;
    margin-left: 2.25rem!important
}

.my-5-5 {
    margin-top: 36px!important;
    margin-top: 2.25rem!important;
    margin-bottom: 36px!important;
    margin-bottom: 2.25rem!important
}

@media (min-width:576px) {
    .pt-sm-3-5 {
        padding-top: .75rem!important
    }

    .pe-sm-3-5 {
        padding-right: .75rem!important
    }

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

    .px-sm-3-5 {
        padding-left: .75rem!important;
        padding-right: .75rem!important
    }

    .py-sm-3-5 {
        padding-top: .75rem!important;
        padding-bottom: .75rem!important
    }

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

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

    .ms-sm-3-5 {
        margin-left: .75rem!important
    }

    .my-sm-3-5 {
        margin-top: .75rem!important;
        margin-bottom: .75rem!important
    }

    .pt-sm-4-5 {
        padding-top: 1.25rem!important
    }

    .pe-sm-4-5 {
        padding-right: 1.25rem!important
    }

    .pb-sm-4-5 {
        padding-bottom: 1.25rem!important
    }

    .px-sm-4-5 {
        padding-left: 1.25rem!important;
        padding-right: 1.25rem!important
    }

    .py-sm-4-5 {
        padding-top: 1.25rem!important;
        padding-bottom: 1.25rem!important
    }

    .mt-sm-4-5 {
        margin-top: 1.25rem!important
    }

    .mb-sm-4-5 {
        margin-bottom: 1.25rem!important
    }

    .ms-sm-4-5 {
        margin-left: 1.25rem!important
    }

    .my-sm-4-5 {
        margin-top: 1.25rem!important;
        margin-bottom: 1.25rem!important
    }

    .pt-sm-5-5 {
        padding-top: 2.25rem!important
    }

    .pe-sm-5-5 {
        padding-right: 2.25rem!important
    }

    .pb-sm-5-5 {
        padding-bottom: 2.25rem!important
    }

    .px-sm-5-5 {
        padding-left: 2.25rem!important;
        padding-right: 2.25rem!important
    }

    .py-sm-5-5 {
        padding-top: 2.25rem!important;
        padding-bottom: 2.25rem!important
    }

    .mt-sm-5-5 {
        margin-top: 2.25rem!important
    }

    .mb-sm-5-5 {
        margin-bottom: 2.25rem!important
    }

    .ms-sm-5-5 {
        margin-left: 2.25rem!important
    }

    .my-sm-5-5 {
        margin-top: 2.25rem!important;
        margin-bottom: 2.25rem!important
    }
}

@media (min-width:768px) {
    .pt-md-3-5 {
        padding-top: .75rem!important
    }

    .pe-md-3-5 {
        padding-right: .75rem!important
    }

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

    .px-md-3-5 {
        padding-left: .75rem!important;
        padding-right: .75rem!important
    }

    .py-md-3-5 {
        padding-top: .75rem!important;
        padding-bottom: .75rem!important
    }

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

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

    .ms-md-3-5 {
        margin-left: .75rem!important
    }

    .my-md-3-5 {
        margin-top: .75rem!important;
        margin-bottom: .75rem!important
    }

    .pt-md-4-5 {
        padding-top: 1.25rem!important
    }

    .pe-md-4-5 {
        padding-right: 1.25rem!important
    }

    .pb-md-4-5 {
        padding-bottom: 1.25rem!important
    }

    .px-md-4-5 {
        padding-left: 1.25rem!important;
        padding-right: 1.25rem!important
    }

    .py-md-4-5 {
        padding-top: 1.25rem!important;
        padding-bottom: 1.25rem!important
    }

    .mt-md-4-5 {
        margin-top: 1.25rem!important
    }

    .mb-md-4-5 {
        margin-bottom: 1.25rem!important
    }

    .ms-md-4-5 {
        margin-left: 1.25rem!important
    }

    .my-md-4-5 {
        margin-top: 1.25rem!important;
        margin-bottom: 1.25rem!important
    }

    .pt-md-5-5 {
        padding-top: 2.25rem!important
    }

    .pe-md-5-5 {
        padding-right: 2.25rem!important
    }

    .pb-md-5-5 {
        padding-bottom: 2.25rem!important
    }

    .px-md-5-5 {
        padding-left: 2.25rem!important;
        padding-right: 2.25rem!important
    }

    .py-md-5-5 {
        padding-top: 2.25rem!important;
        padding-bottom: 2.25rem!important
    }

    .mt-md-5-5 {
        margin-top: 2.25rem!important
    }

    .mb-md-5-5 {
        margin-bottom: 2.25rem!important
    }

    .ms-md-5-5 {
        margin-left: 2.25rem!important
    }

    .my-md-5-5 {
        margin-top: 2.25rem!important;
        margin-bottom: 2.25rem!important
    }
}

@media (min-width:992px) {
    .pt-lg-3-5 {
        padding-top: .75rem!important
    }

    .pe-lg-3-5 {
        padding-right: .75rem!important
    }

    .pb-lg-3-5 {
        padding-bottom: .75rem!important
    }

    .px-lg-3-5 {
        padding-left: .75rem!important;
        padding-right: .75rem!important
    }

    .py-lg-3-5 {
        padding-top: .75rem!important;
        padding-bottom: .75rem!important
    }

    .mt-lg-3-5 {
        margin-top: .75rem!important
    }

    .mb-lg-3-5 {
        margin-bottom: .75rem!important
    }

    .ms-lg-3-5 {
        margin-left: .75rem!important
    }

    .my-lg-3-5 {
        margin-top: .75rem!important;
        margin-bottom: .75rem!important
    }

    .pt-lg-4-5 {
        padding-top: 1.25rem!important
    }

    .pe-lg-4-5 {
        padding-right: 1.25rem!important
    }

    .pb-lg-4-5 {
        padding-bottom: 1.25rem!important
    }

    .px-lg-4-5 {
        padding-left: 1.25rem!important;
        padding-right: 1.25rem!important
    }

    .py-lg-4-5 {
        padding-top: 1.25rem!important;
        padding-bottom: 1.25rem!important
    }

    .mt-lg-4-5 {
        margin-top: 1.25rem!important
    }

    .mb-lg-4-5 {
        margin-bottom: 1.25rem!important
    }

    .ms-lg-4-5 {
        margin-left: 1.25rem!important
    }

    .my-lg-4-5 {
        margin-top: 1.25rem!important;
        margin-bottom: 1.25rem!important
    }

    .pt-lg-5-5 {
        padding-top: 2.25rem!important
    }

    .pe-lg-5-5 {
        padding-right: 2.25rem!important
    }

    .pb-lg-5-5 {
        padding-bottom: 2.25rem!important
    }

    .px-lg-5-5 {
        padding-left: 2.25rem!important;
        padding-right: 2.25rem!important
    }

    .py-lg-5-5 {
        padding-top: 2.25rem!important;
        padding-bottom: 2.25rem!important
    }

    .mt-lg-5-5 {
        margin-top: 2.25rem!important
    }

    .mb-lg-5-5 {
        margin-bottom: 2.25rem!important
    }

    .ms-lg-5-5 {
        margin-left: 2.25rem!important
    }

    .my-lg-5-5 {
        margin-top: 2.25rem!important;
        margin-bottom: 2.25rem!important
    }
}

.after-d-none:after {
    display: none!important
}

.text-0 {
    font-size: .7em!important
}

.text-1 {
    font-size: .8em!important
}

.text-2 {
    font-size: .9em!important
}

.text-2-3,.text-2-5 {
    font-size: .95em!important
}

.text-3 {
    font-size: 1em!important
}

.text-3-4,.text-3-5 {
    font-size: 1.1em!important
}

.text-4 {
    font-size: 1.2em!important
}

.text-4-5 {
    font-size: 1.35em!important
}

.text-5 {
    font-size: 1.5em!important
}

.text-5-5,.text-5-6 {
    font-size: 1.65em!important
}

.text-6 {
    font-size: 1.8em!important
}

.text-6-5,.text-6-7 {
    font-size: 1.9em!important
}

.text-7 {
    font-size: 2em!important
}

.text-8 {
    font-size: 2.3em!important
}

.text-9 {
    font-size: 2.5em!important
}

.text-10 {
    font-size: 2.75em!important
}

.text-11 {
    font-size: 3em!important
}

.text-12 {
    font-size: 3.5em!important
}

.text-12-13,.text-12-5 {
    font-size: 3.75em!important
}

.text-13 {
    font-size: 4em!important
}

.text-14 {
    font-size: 4.5em!important
}

.text-15 {
    font-size: 5em!important
}

.text-16 {
    font-size: 5.33em!important
}

.text-17 {
    font-size: 5.66em!important
}

.text-18 {
    font-size: 6em!important
}

.text-19 {
    font-size: 6.33em!important
}

.text-20 {
    font-size: 6.66em!important
}

@media (min-width:576px) {
    .text-sm-0 {
        font-size: .7em!important
    }

    .text-sm-1 {
        font-size: .8em!important
    }

    .text-sm-2 {
        font-size: .9em!important
    }

    .text-sm-2-3,.text-sm-2-5 {
        font-size: .95em!important
    }

    .text-sm-3 {
        font-size: 1em!important
    }

    .text-sm-3-4,.text-sm-3-5 {
        font-size: 1.1em!important
    }

    .text-sm-4 {
        font-size: 1.2em!important
    }

    .text-sm-4-5 {
        font-size: 1.35em!important
    }

    .text-sm-5 {
        font-size: 1.5em!important
    }

    .text-sm-5-5,.text-sm-5-6 {
        font-size: 1.65em!important
    }

    .text-sm-6 {
        font-size: 1.8em!important
    }

    .text-sm-6-5,.text-sm-6-7 {
        font-size: 1.9em!important
    }

    .text-sm-7 {
        font-size: 2em!important
    }

    .text-sm-8 {
        font-size: 2.3em!important
    }

    .text-sm-9 {
        font-size: 2.5em!important
    }

    .text-sm-10 {
        font-size: 2.75em!important
    }

    .text-sm-11 {
        font-size: 3em!important
    }

    .text-sm-12 {
        font-size: 3.5em!important
    }

    .text-sm-12-13,.text-sm-12-5 {
        font-size: 3.75em!important
    }

    .text-sm-13 {
        font-size: 4em!important
    }

    .text-sm-14 {
        font-size: 4.5em!important
    }

    .text-sm-15 {
        font-size: 5em!important
    }

    .text-sm-16 {
        font-size: 5.33em!important
    }

    .text-sm-17 {
        font-size: 5.66em!important
    }

    .text-sm-18 {
        font-size: 6em!important
    }

    .text-sm-19 {
        font-size: 6.33em!important
    }

    .text-sm-20 {
        font-size: 6.66em!important
    }
}

@media (min-width:768px) {
    .text-md-0 {
        font-size: .7em!important
    }

    .text-md-1 {
        font-size: .8em!important
    }

    .text-md-2 {
        font-size: .9em!important
    }

    .text-md-2-3,.text-md-2-5 {
        font-size: .95em!important
    }

    .text-md-3 {
        font-size: 1em!important
    }

    .text-md-3-4,.text-md-3-5 {
        font-size: 1.1em!important
    }

    .text-md-4 {
        font-size: 1.2em!important
    }

    .text-md-4-5 {
        font-size: 1.35em!important
    }

    .text-md-5 {
        font-size: 1.5em!important
    }

    .text-md-5-5,.text-md-5-6 {
        font-size: 1.65em!important
    }

    .text-md-6 {
        font-size: 1.8em!important
    }

    .text-md-6-5,.text-md-6-7 {
        font-size: 1.9em!important
    }

    .text-md-7 {
        font-size: 2em!important
    }

    .text-md-8 {
        font-size: 2.3em!important
    }

    .text-md-9 {
        font-size: 2.5em!important
    }

    .text-md-10 {
        font-size: 2.75em!important
    }

    .text-md-11 {
        font-size: 3em!important
    }

    .text-md-12 {
        font-size: 3.5em!important
    }

    .text-md-12-13,.text-md-12-5 {
        font-size: 3.75em!important
    }

    .text-md-13 {
        font-size: 4em!important
    }

    .text-md-14 {
        font-size: 4.5em!important
    }

    .text-md-15 {
        font-size: 5em!important
    }

    .text-md-16 {
        font-size: 5.33em!important
    }

    .text-md-17 {
        font-size: 5.66em!important
    }

    .text-md-18 {
        font-size: 6em!important
    }

    .text-md-19 {
        font-size: 6.33em!important
    }

    .text-md-20 {
        font-size: 6.66em!important
    }
}

@media (min-width:992px) {
    .text-lg-0 {
        font-size: .7em!important
    }

    .text-lg-1 {
        font-size: .8em!important
    }

    .text-lg-2 {
        font-size: .9em!important
    }

    .text-lg-2-3,.text-lg-2-5 {
        font-size: .95em!important
    }

    .text-lg-3 {
        font-size: 1em!important
    }

    .text-lg-3-4,.text-lg-3-5 {
        font-size: 1.1em!important
    }

    .text-lg-4 {
        font-size: 1.2em!important
    }

    .text-lg-4-5 {
        font-size: 1.35em!important
    }

    .text-lg-5 {
        font-size: 1.5em!important
    }

    .text-lg-5-5,.text-lg-5-6 {
        font-size: 1.65em!important
    }

    .text-lg-6 {
        font-size: 1.8em!important
    }

    .text-lg-6-5,.text-lg-6-7 {
        font-size: 1.9em!important
    }

    .text-lg-7 {
        font-size: 2em!important
    }

    .text-lg-8 {
        font-size: 2.3em!important
    }

    .text-lg-9 {
        font-size: 2.5em!important
    }

    .text-lg-10 {
        font-size: 2.75em!important
    }

    .text-lg-11 {
        font-size: 3em!important
    }

    .text-lg-12 {
        font-size: 3.5em!important
    }

    .text-lg-12-13,.text-lg-12-5 {
        font-size: 3.75em!important
    }

    .text-lg-13 {
        font-size: 4em!important
    }

    .text-lg-14 {
        font-size: 4.5em!important
    }

    .text-lg-15 {
        font-size: 5em!important
    }

    .text-lg-16 {
        font-size: 5.33em!important
    }

    .text-lg-17 {
        font-size: 5.66em!important
    }

    .text-lg-18 {
        font-size: 6em!important
    }

    .text-lg-19 {
        font-size: 6.33em!important
    }

    .text-lg-20 {
        font-size: 6.66em!important
    }
}

.line-height-initial {
    line-height: initial!important
}

.line-height-1 {
    line-height: 1!important
}

.line-height-1-1 {
    line-height: 1.1!important
}

.line-height-2 {
    line-height: 1.2!important
}

.line-height-3 {
    line-height: 1.3!important
}

.line-height-4 {
    line-height: 1.4!important
}

.line-height-5 {
    line-height: 1.5!important
}

.line-height-6 {
    line-height: 1.6!important
}

.line-height-7 {
    line-height: 1.7!important
}

.line-height-8 {
    line-height: 1.8!important
}

.line-height-9 {
    line-height: 1.9!important
}

@media (min-width:576px) {
    .line-height-sm-initial {
        line-height: initial!important
    }

    .line-height-sm-1 {
        line-height: 1!important
    }

    .line-height-sm-1-1 {
        line-height: 1.1!important
    }

    .line-height-sm-2 {
        line-height: 1.2!important
    }

    .line-height-sm-3 {
        line-height: 1.3!important
    }

    .line-height-sm-4 {
        line-height: 1.4!important
    }

    .line-height-sm-5 {
        line-height: 1.5!important
    }

    .line-height-sm-6 {
        line-height: 1.6!important
    }

    .line-height-sm-7 {
        line-height: 1.7!important
    }

    .line-height-sm-8 {
        line-height: 1.8!important
    }

    .line-height-sm-9 {
        line-height: 1.9!important
    }
}

@media (min-width:768px) {
    .line-height-md-initial {
        line-height: initial!important
    }

    .line-height-md-1 {
        line-height: 1!important
    }

    .line-height-md-1-1 {
        line-height: 1.1!important
    }

    .line-height-md-2 {
        line-height: 1.2!important
    }

    .line-height-md-3 {
        line-height: 1.3!important
    }

    .line-height-md-4 {
        line-height: 1.4!important
    }

    .line-height-md-5 {
        line-height: 1.5!important
    }

    .line-height-md-6 {
        line-height: 1.6!important
    }

    .line-height-md-7 {
        line-height: 1.7!important
    }

    .line-height-md-8 {
        line-height: 1.8!important
    }

    .line-height-md-9 {
        line-height: 1.9!important
    }
}

@media (min-width:992px) {
    .line-height-lg-initial {
        line-height: initial!important
    }

    .line-height-lg-1 {
        line-height: 1!important
    }

    .line-height-lg-1-1 {
        line-height: 1.1!important
    }

    .line-height-lg-2 {
        line-height: 1.2!important
    }

    .line-height-lg-3 {
        line-height: 1.3!important
    }

    .line-height-lg-4 {
        line-height: 1.4!important
    }

    .line-height-lg-5 {
        line-height: 1.5!important
    }

    .line-height-lg-6 {
        line-height: 1.6!important
    }

    .line-height-lg-7 {
        line-height: 1.7!important
    }

    .line-height-lg-8 {
        line-height: 1.8!important
    }

    .line-height-lg-9 {
        line-height: 1.9!important
    }
}

.scale-1 {
    transform: scale(1.1)!important
}

.scale-2 {
    transform: scale(1.2)!important
}

.scale-3 {
    transform: scale(1.3)!important
}

.scale-4 {
    transform: scale(1.4)!important
}

.scale-5 {
    transform: scale(1.5)!important
}

.scale-6 {
    transform: scale(1.6)!important
}

.top-0 {
    top: 0!important
}

.bottom-0 {
    bottom: 0!important
}

.right-0 {
    right: 0!important
}

.top-1 {
    top: 1px!important
}

.bottom-1 {
    bottom: 1px!important
}

.right-1 {
    right: 1px!important
}

.top-2 {
    top: 2px!important
}

.bottom-2 {
    bottom: 2px!important
}

.right-2 {
    right: 2px!important
}

.top-3 {
    top: 3px!important
}

.bottom-3 {
    bottom: 3px!important
}

.right-3 {
    right: 3px!important
}

.top-4 {
    top: 4px!important
}

.bottom-4 {
    bottom: 4px!important
}

.right-4 {
    right: 4px!important
}

.top-5 {
    top: 5px!important
}

.bottom-5 {
    bottom: 5px!important
}

.right-5 {
    right: 5px!important
}

.top-6 {
    top: 6px!important
}

.bottom-6 {
    bottom: 6px!important
}

.right-6 {
    right: 6px!important
}

.top-7 {
    top: 7px!important
}

.bottom-7 {
    bottom: 7px!important
}

.right-7 {
    right: 7px!important
}

.top-8 {
    top: 8px!important
}

.bottom-8 {
    bottom: 8px!important
}

.right-8 {
    right: 8px!important
}

.top-9 {
    top: 9px!important
}

.bottom-9 {
    bottom: 9px!important
}

.right-9 {
    right: 9px!important
}

.top-10 {
    top: 10px!important
}

.bottom-10 {
    bottom: 10px!important
}

.right-10 {
    right: 10px!important
}

.top-11 {
    top: 11px!important
}

.bottom-11 {
    bottom: 11px!important
}

.right-11 {
    right: 11px!important
}

.top-12 {
    top: 12px!important
}

.bottom-12 {
    bottom: 12px!important
}

.right-12 {
    right: 12px!important
}

.top-13 {
    top: 13px!important
}

.bottom-13 {
    bottom: 13px!important
}

.right-13 {
    right: 13px!important
}

.top-14 {
    top: 14px!important
}

.bottom-14 {
    bottom: 14px!important
}

.right-14 {
    right: 14px!important
}

.top-15 {
    top: 15px!important
}

.bottom-15 {
    bottom: 15px!important
}

.right-15 {
    right: 15px!important
}

.top-20 {
    top: 20px!important
}

.top-30 {
    top: 30px!important
}

.bottom-20 {
    bottom: 20px!important
}

.bottom-30 {
    bottom: 30px!important
}

@keyframes colorTransition {
    0% {
        background-color: var(--primary)
    }

    33% {
        background-color: var(--secondary)
    }

    66% {
        background-color: var(--tertiary)
    }

    100% {
        background-color: var(--quaternary)
    }
}

.border-top {
    border-top-color: var(--grey-200)!important
}

.border-bottom {
    border-bottom-color: var(--grey-200)!important
}

.border-start {
    border-left-color: var(--grey-200)!important
}

.border-end,.border-right {
    border-right-color: var(--grey-200)!important
}

.border-all {
    border: 1px solid var(--grey-200)!important
}

:root {
    --bs-border-radius: var(--border-radius);
    --bs-btn-border-radius: var(--border-radius)
}

.border-width-1 {
    border-width: 1px!important
}

.border-width-2 {
    border-width: 2px!important
}

.border-width-3 {
    border-width: 3px!important
}

.border-width-4 {
    border-width: 4px!important
}

.border-width-5 {
    border-width: 5px!important
}

.border-width-6 {
    border-width: 6px!important
}

.border-width-7 {
    border-width: 7px!important
}

.border-width-8 {
    border-width: 8px!important
}

.border-width-9 {
    border-width: 9px!important
}

.border-width-10 {
    border-width: 10px!important
}

@media (max-width:767px) {
    .border-sm-none {
        border: 0!important
    }
}

.min-width-0 {
    min-width: 0!important
}

.h-50px {
    height: 50px
}

.h-min-50px {
    min-height: 50px
}

.h-100px {
    height: 100px
}

.h-min-100px {
    min-height: 100px
}

.h-150px {
    height: 150px
}

.h-min-150px {
    min-height: 150px
}

.h-200px {
    height: 200px
}

.h-min-200px {
    min-height: 200px
}

.h-250px {
    height: 250px
}

.h-min-250px {
    min-height: 250px
}

.h-300px {
    height: 300px
}

.h-min-300px {
    min-height: 300px
}

.h-350px {
    height: 350px
}

.h-min-350px {
    min-height: 350px
}

.h-400px {
    height: 400px
}

.h-min-400px {
    min-height: 400px
}

.h-450px {
    height: 450px
}

.h-min-450px {
    min-height: 450px
}

.h-500px {
    height: 500px
}

.h-min-500px {
    min-height: 500px
}

.h-550px {
    height: 550px
}

.h-min-550px {
    min-height: 550px
}

.h-600px {
    height: 600px
}

.h-min-600px {
    min-height: 600px
}

.h-650px {
    height: 650px
}

.h-min-650px {
    min-height: 650px
}

.h-700px {
    height: 700px
}

.h-min-700px {
    min-height: 700px
}

.h-750px {
    height: 750px
}

.h-min-750px {
    min-height: 750px
}

.h-800px {
    height: 800px
}

.h-min-800px {
    min-height: 800px
}

.h-850px {
    height: 850px
}

.h-min-850px {
    min-height: 850px
}

.h-900px {
    height: 900px
}

.h-min-900px {
    min-height: 900px
}

.h-950px {
    height: 950px
}

.h-min-950px {
    min-height: 950px
}

.h-1000px {
    height: 1000px
}

.h-min-1000px {
    min-height: 1000px
}

@media (min-width:576px) {
    .h-sm-50px {
        height: 50px
    }

    .h-sm-min-50px {
        min-height: 50px
    }

    .h-sm-100px {
        height: 100px
    }

    .h-sm-min-100px {
        min-height: 100px
    }

    .h-sm-150px {
        height: 150px
    }

    .h-sm-min-150px {
        min-height: 150px
    }

    .h-sm-200px {
        height: 200px
    }

    .h-sm-min-200px {
        min-height: 200px
    }

    .h-sm-250px {
        height: 250px
    }

    .h-sm-min-250px {
        min-height: 250px
    }

    .h-sm-300px {
        height: 300px
    }

    .h-sm-min-300px {
        min-height: 300px
    }

    .h-sm-350px {
        height: 350px
    }

    .h-sm-min-350px {
        min-height: 350px
    }

    .h-sm-400px {
        height: 400px
    }

    .h-sm-min-400px {
        min-height: 400px
    }

    .h-sm-450px {
        height: 450px
    }

    .h-sm-min-450px {
        min-height: 450px
    }

    .h-sm-500px {
        height: 500px
    }

    .h-sm-min-500px {
        min-height: 500px
    }

    .h-sm-550px {
        height: 550px
    }

    .h-sm-min-550px {
        min-height: 550px
    }

    .h-sm-600px {
        height: 600px
    }

    .h-sm-min-600px {
        min-height: 600px
    }

    .h-sm-650px {
        height: 650px
    }

    .h-sm-min-650px {
        min-height: 650px
    }

    .h-sm-700px {
        height: 700px
    }

    .h-sm-min-700px {
        min-height: 700px
    }

    .h-sm-750px {
        height: 750px
    }

    .h-sm-min-750px {
        min-height: 750px
    }

    .h-sm-800px {
        height: 800px
    }

    .h-sm-min-800px {
        min-height: 800px
    }

    .h-sm-850px {
        height: 850px
    }

    .h-sm-min-850px {
        min-height: 850px
    }

    .h-sm-900px {
        height: 900px
    }

    .h-sm-min-900px {
        min-height: 900px
    }

    .h-sm-950px {
        height: 950px
    }

    .h-sm-min-950px {
        min-height: 950px
    }

    .h-sm-1000px {
        height: 1000px
    }

    .h-sm-min-1000px {
        min-height: 1000px
    }
}

@media (min-width:768px) {
    .h-md-50px {
        height: 50px
    }

    .h-md-min-50px {
        min-height: 50px
    }

    .h-md-100px {
        height: 100px
    }

    .h-md-min-100px {
        min-height: 100px
    }

    .h-md-150px {
        height: 150px
    }

    .h-md-min-150px {
        min-height: 150px
    }

    .h-md-200px {
        height: 200px
    }

    .h-md-min-200px {
        min-height: 200px
    }

    .h-md-250px {
        height: 250px
    }

    .h-md-min-250px {
        min-height: 250px
    }

    .h-md-300px {
        height: 300px
    }

    .h-md-min-300px {
        min-height: 300px
    }

    .h-md-350px {
        height: 350px
    }

    .h-md-min-350px {
        min-height: 350px
    }

    .h-md-400px {
        height: 400px
    }

    .h-md-min-400px {
        min-height: 400px
    }

    .h-md-450px {
        height: 450px
    }

    .h-md-min-450px {
        min-height: 450px
    }

    .h-md-500px {
        height: 500px
    }

    .h-md-min-500px {
        min-height: 500px
    }

    .h-md-550px {
        height: 550px
    }

    .h-md-min-550px {
        min-height: 550px
    }

    .h-md-600px {
        height: 600px
    }

    .h-md-min-600px {
        min-height: 600px
    }

    .h-md-650px {
        height: 650px
    }

    .h-md-min-650px {
        min-height: 650px
    }

    .h-md-700px {
        height: 700px
    }

    .h-md-min-700px {
        min-height: 700px
    }

    .h-md-750px {
        height: 750px
    }

    .h-md-min-750px {
        min-height: 750px
    }

    .h-md-800px {
        height: 800px
    }

    .h-md-min-800px {
        min-height: 800px
    }

    .h-md-850px {
        height: 850px
    }

    .h-md-min-850px {
        min-height: 850px
    }

    .h-md-900px {
        height: 900px
    }

    .h-md-min-900px {
        min-height: 900px
    }

    .h-md-950px {
        height: 950px
    }

    .h-md-min-950px {
        min-height: 950px
    }

    .h-md-1000px {
        height: 1000px
    }

    .h-md-min-1000px {
        min-height: 1000px
    }
}

@media (min-width:992px) {
    .h-lg-50px {
        height: 50px
    }

    .h-lg-min-50px {
        min-height: 50px
    }

    .h-lg-100px {
        height: 100px
    }

    .h-lg-min-100px {
        min-height: 100px
    }

    .h-lg-150px {
        height: 150px
    }

    .h-lg-min-150px {
        min-height: 150px
    }

    .h-lg-200px {
        height: 200px
    }

    .h-lg-min-200px {
        min-height: 200px
    }

    .h-lg-250px {
        height: 250px
    }

    .h-lg-min-250px {
        min-height: 250px
    }

    .h-lg-300px {
        height: 300px
    }

    .h-lg-min-300px {
        min-height: 300px
    }

    .h-lg-350px {
        height: 350px
    }

    .h-lg-min-350px {
        min-height: 350px
    }

    .h-lg-400px {
        height: 400px
    }

    .h-lg-min-400px {
        min-height: 400px
    }

    .h-lg-450px {
        height: 450px
    }

    .h-lg-min-450px {
        min-height: 450px
    }

    .h-lg-500px {
        height: 500px
    }

    .h-lg-min-500px {
        min-height: 500px
    }

    .h-lg-550px {
        height: 550px
    }

    .h-lg-min-550px {
        min-height: 550px
    }

    .h-lg-600px {
        height: 600px
    }

    .h-lg-min-600px {
        min-height: 600px
    }

    .h-lg-650px {
        height: 650px
    }

    .h-lg-min-650px {
        min-height: 650px
    }

    .h-lg-700px {
        height: 700px
    }

    .h-lg-min-700px {
        min-height: 700px
    }

    .h-lg-750px {
        height: 750px
    }

    .h-lg-min-750px {
        min-height: 750px
    }

    .h-lg-800px {
        height: 800px
    }

    .h-lg-min-800px {
        min-height: 800px
    }

    .h-lg-850px {
        height: 850px
    }

    .h-lg-min-850px {
        min-height: 850px
    }

    .h-lg-900px {
        height: 900px
    }

    .h-lg-min-900px {
        min-height: 900px
    }

    .h-lg-950px {
        height: 950px
    }

    .h-lg-min-950px {
        min-height: 950px
    }

    .h-lg-1000px {
        height: 1000px
    }

    .h-lg-min-1000px {
        min-height: 1000px
    }
}

#footer {
    margin-top: 50px;
    padding: 0;
    position: relative;
    clear: both
}

#footer h1,#footer h2,#footer h3,#footer h4,#footer h5,#footer h6 {
    color: #00267d
}

#footer a:not(.btn):not(.no-footer-css) {
    color: var(--default);
    transition: all .1s ease-in-out
}

#footer a:not(.btn):not(.no-footer-css):hover {
    text-decoration: none;
    color: var(--light)
}

#footer a:not(.btn):not(.no-footer-css):active,#footer a:not(.btn):not(.no-footer-css):focus {
    color: var(--grey-500)
}

#footer a:not(.btn):not(.no-footer-css).text-color-light {
    color: var(--light)!important
}

#footer a:not(.btn):not(.no-footer-css).text-color-light:hover {
    color: var(--light-200)!important
}

#footer a:not(.btn):not(.no-footer-css).text-color-light:active,#footer a:not(.btn):not(.no-footer-css).text-color-light:focus {
    color: var(--light-300)!important
}

#footer a:not(.btn):not(.no-footer-css).text-color-default {
    color: var(--default)!important
}

#footer a:not(.btn):not(.no-footer-css).link-hover-style-1 {
    position: relative;
    left: 0;
    transition: all .1s ease-in-out
}

#footer a:not(.btn):not(.no-footer-css).link-hover-style-1:hover {
    left: 3px
}

#footer ul.nav-list>li a {
    border-bottom: 1px solid rgba(255,255,255,.1);
    line-height: 20px;
    padding-bottom: 11px
}

#footer ul.nav-list>li:last-child a {
    border-bottom: 0
}

#footer ul.nav-list>li a:hover {
    background-color: rgba(255,255,255,.05)
}

#footer ul.list.icons li {
    margin-bottom: 5px
}

#footer .footer-nav nav {
    display: flex
}

#footer .footer-nav nav>ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

#footer .footer-nav nav>ul>li {
    position: relative;
    height: 100%;
    align-self: stretch
}

#footer .footer-nav nav>ul>li>a {
    position: relative;
    background: 0 0;
    padding: 0 14.4px;
    padding: 0 .9rem;
    margin: 0;
    height: 100%;
    display: inline-flex;
    align-items: center;
    white-space: normal;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -.5px;
    text-transform: uppercase;
    color: var(--light);
    text-decoration: none
}

@media (min-width:768px) {
    #footer .footer-nav.footer-nav-bottom-line nav>ul>li>a:before {
        content: "";
        position: absolute;
        width: auto;
        height: 3px;
        top: 50%;
        left: .85rem;
        right: .85rem;
        margin-top: 15px;
        transform: translate3d(0,-50%,0)
    }
}

@media (max-width:991px) {
    #footer .footer-nav {
        width: 100%
    }

    #footer .footer-nav nav {
        text-align: center
    }

    #footer .footer-nav nav>ul {
        width: 100%
    }

    #footer .footer-nav nav>ul>li>a {
        text-align: center;
        padding: 5px 12px
    }
}

@media (max-width:767px) {
    #footer .footer-nav {
        width: 100%
    }

    #footer .footer-nav nav {
        text-align: center
    }

    #footer .footer-nav nav>ul {
        width: 100%
    }

    #footer .footer-nav nav>ul>li {
        height: auto;
        width: 100%
    }

    #footer .footer-nav nav>ul>li>a {
        text-align: center;
        padding: 1em 0
    }
}

#footer .logo img {
    position: relative;
    top: 2px;
    image-rendering: -webkit-optimize-contrast;
    transform: translateZ(0)
}

.footer-top-border {
    border-top: 1px solid rgba(0,0,0,.05)!important
}

.footer-bottom-border {
    border-bottom: 1px solid rgba(0,0,0,.05)!important
}

.footer-right-border {
    border-right: 1px solid rgba(0,0,0,.05)!important
}

#footer .footer-nav.footer-nav-bottom-line nav>ul:hover>li:hover>a {
    color: var(--primary)!important
}

#footer .footer-nav.footer-nav-bottom-line nav>ul:hover>li:hover>a:before {
    background: var(--primary)!important
}

html.boxed body {
    background-color: transparent;
    background-position: 0 0;
    background-repeat: repeat
}

html.boxed .body {
    position: relative;
    background-color: transparent;
    margin: 0 auto;
    max-width: 1080px;
    height: auto
}

html.boxed #header .header-body {
    border-top-color: transparent;
    border-top: 0
}

html.boxed #header.header-effect-shrink .header-body {
    max-width: 1200px
}

html.boxed .main {
    background-color: var(--light);
    overflow: hidden
}

html.boxed #footer {
    margin-top: 0
}

@media (max-width:991px) {
    html.boxed .body {
        margin: 0 auto;
        border-radius: 0
    }
}

@media (max-width:767px) {
    html.boxed {
        background: 0 0!important
    }
}

html.boxed .body {
    border-top-color: var(--primary)
}