/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); */

/* Reset CSS */

* {
    padding: 0;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

body.modal-open {
    padding-right: 0 !important;
}

/* #header a:hover,.account-list a:hover, .block_newsletter form button[type=submit] .search:hover, .footer-container li a:hover{
    color:var(--light-blue) !important;
} */
.quick_search_ipt:focus {
    border: none;
}

.product-images>li.thumb-container .thumb.selected,
.product-images>li.thumb-container .thumb:hover {
    border: #666 2px solid;
}

#blockcart-modal .product-image {
    max-width: 100%;
}

.block_newsletter form input {
    height: 2.75rem;
}

.h1,
.h2,
.h3 {
    text-transform: none;
}

.block_newsletter form input[type=email]:focus {
    border: 0.1875rem #1C4AC4 solid;
}

.footer-container li a:hover {
    text-decoration: underline;

}

.nav-pills .nav-item+.nav-item {
    margin-left: 0;
    margin-right: 0;
}


.btn-comment:hover,
.btn-comment:active,
.btn-comment:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:hover {
    background-color: var(--defulat-color);
}

#wrapper .breadcrumb {
    margin-top: 1.875rem;
}

#wrapper .breadcrumb li::after {
    color: #000;
    content: ">";
    font-weight: bold;
}

#wrapper .breadcrumb li:last-child {
    color: #000;
}

.card-block {
    padding: 1.25rem 0;
}

.material-icons {
    font-size: 1.5rem;
}

body {
    max-width: 100%;
    overflow-x: hidden;
}

.page-content.page-cms {
    padding: 0;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-

/* Font Sizes */
.h1 {
    font-size: 2.5rem;
}

.h2 {
    font-size: 2rem;
}

.h3 {
    font-size: 1.75rem;
}

.h4 {
    font-size: 1.5rem;
}

.h5 {
    font-size: 1.25rem;
}

.h6 {
    font-size: 1rem;
}

.p {
    font-size: 1rem;
    color: #0c0c0c;
}


.li {
    font-size: 0.875rem
}

.text-primary {
    color: #007bff !important;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.w-100 {
    width: 100% !important;
}

.w-75 {
    width: 75% !important;
}

.w-50 {
    width: 50% !important;
}

.w-25 {
    width: 25% !important;
}

.h-100 {
    height: 100% !important;
}

.rounded {
    border-radius: 0.5rem !important;
}

.page-content.page-cms ul,
p {
    font-size: .9rem;
    font-weight: 400;
    color: #0c0c0c;
}

/* Link */
a {
    color: #000;
}

.link-active {
    color: #007cfd;
    text-decoration: underline;
}

.link-inactive {
    color: #000 !important;
    text-decoration: none !important;
}

/* Position */
.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

/* Border */
.border-0 {
    border: 0 !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

/* Button */
.btn {
    width: 100%;
}

/* Collapse in */
.collapse.in {
    display: block !important;
}

/*
.collapse {
    display: none !important;
}
*/
/* Display */
.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}


.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

.border-bottom-0 {
    border-bottom: 0;
}

.border-top-0 {
    border-top: 0;
}

.border-left-0 {
    border-left: 0;
}

.border-right-0 {
    border-right: 0;
}


/* Font Size */
/*RESPONSIVE FONT SIZE*/

.font-0_7 {
    font-size: 0.7rem !important;
}

.font-0_8 {
    font-size: 0.8rem !important;
}

.font-0_9 {
    font-size: 0.9rem !important;
}

.font-1 {
    font-size: 1rem !important;
}

.font-1_1 {
    font-size: 1.1rem !important;
}

.font-1_2 {
    font-size: 1.2rem !important;
}

.font-1_3 {
    font-size: 1.3rem !important;
}

.font-1_4 {
    font-size: 1.4rem !important;
}

.font-1_5 {
    font-size: 1.5rem !important;
}

.font-1_6 {
    font-size: 1.6rem !important;
}

.font-1_7 {
    font-size: 1.7rem !important;
}

.font-1_8 {
    font-size: 1.8rem !important;
}

.font-1_9 {
    font-size: 1.9rem !important;
}

.font-2 {
    font-size: 2rem !important;
}

.font-2_1 {
    font-size: 2.1rem !important;
}

.font-2_2 {
    font-size: 2.2rem !important;
}

.font-2_3 {
    font-size: 2.3rem !important;
}

.font-2_4 {
    font-size: 2.4rem !important;
}

.font-2_5 {
    font-size: 2.5rem !important;
}

.font-2_6 {
    font-size: 2.6rem !important;
}

.font-2_7 {
    font-size: 2.7rem !important;
}

.font-2_8 {
    font-size: 2.8rem !important;
}

.font-2_9 {
    font-size: 2.9rem !important;
}

.font-3 {
    font-size: 3rem !important;
}


/* Form */
.input-group {
    z-index: -65;
}

.input-group .form-control {
    z-index: 0;
}


































.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.w-auto {
    /* updated 18-10-02 */
    width: auto !important;
}

/* Padding and margin auto */

.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: 10px !important;
}

.p-1_5 {
    padding: 15px !important;
}

.pt-0_5,
.py-0_5 {
    padding-top: 5px !important;
}

.pt-1,
.py-1 {
    padding-top: 10px !important;
}

.pt-1_5,
.py-1_5 {
    padding-top: 15px !important;
}

.pr-1,
.px-1 {
    padding-right: 10px !important;
}

.pr-1_5,
.px-1_5 {
    padding-right: 15px !important;
}

.pb-1,
.py-1 {
    padding-bottom: 10px !important;
}

.pb-1_5,
.py-1_5 {
    padding-bottom: 15px !important;
}

.pl-1,
.px-1 {
    padding-left: 10px !important;
}

.pl-1_5,
.px-1_5 {
    padding-left: 15px !important;
}

.p-2 {
    padding: 20px !important;
}

.pt-2,
.py-2 {
    padding-top: 20px !important;
}

.pr-2,
.px-2 {
    padding-right: 20px !important;
}

.pb-2,
.py-2 {
    padding-bottom: 20px !important;
}

.pl-2,
.px-2 {
    padding-left: 20px !important;
}

.p-3 {
    padding: 30px !important;
}

.pt-3,
.py-3 {
    padding-top: 30px !important;
}

.pr-3,
.px-3 {
    padding-right: 30px !important;
}

.pb-3,
.py-3 {
    padding-bottom: 30px !important;
}

.pl-3,
.px-3 {
    padding-left: 30px !important;
}

.p-4 {
    padding: 40px !important;
}

.pt-4,
.py-4 {
    padding-top: 40px !important;
}

.pr-4,
.px-4 {
    padding-right: 40px !important;
}

.pb-4,
.py-4 {
    padding-bottom: 40px !important;
}

.pl-4,
.px-4 {
    padding-left: 40px !important;
}

.p-5 {
    padding: 50px !important;
}

.pt-5,
.py-5 {
    padding-top: 50px !important;
}

.pt-6,
.py-6 {
    padding-top: 60px !important;
}

.pt-8,
.py-8 {
    padding-top: 80px !important;
}

.pr-5,
.px-5 {
    padding-right: 50px !important;
}

.pb-5,
.py-5 {
    padding-bottom: 50px !important;
}

.pb-6,
.py-6 {
    padding-bottom: 60px !important;
}

.pb-8,
.py-8 {
    padding-bottom: 80px !important;
}

.pl-5,
.px-5 {
    padding-left: 50px !important;
}

.pl-6,
.px-6 {
    padding-left: 60px !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;
}

.-mx-1_5 {
    margin-left: -15px;
    margin-right: -15px;
}


/* Custom Spacing */
/*** SPACING ***/


.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mt-0_5,
.my-0_5 {
    margin-top: 5px !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mr-0_5,
.mx-0_5 {
    margin-right: 5px !important;
}

.ml-0_5,
.mx-0_5 {
    /* updated 18-09-27 */
    margin-left: 5px !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.mb-0_5,
.my-0_5 {
    margin-bottom: 5px !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 10px !important;
}

.mt-1,
.my-1 {
    margin-top: 10px !important;
}

.mt-1_5,
.my-1_5 {
    margin-top: 15px !important;
}

.mr-1,
.mx-1 {
    margin-right: 10px !important;
}

.mb-1,
.my-1 {
    margin-bottom: 10px !important;
}

.mb-1_5,
.my-1_5 {
    margin-bottom: 15px !important;
}

.ml-1,
.mx-1 {
    margin-left: 10px !important;
}

.m-2 {
    margin: 20px !important;
}

.mt-2,
.my-2 {
    margin-top: 20px !important;
}

.mr-2,
.mx-2 {
    margin-right: 20px !important;
}

.mb-2,
.my-2 {
    margin-bottom: 20px !important;
}

.ml-2,
.mx-2 {
    margin-left: 20px !important;
}

.m-3 {
    margin: 30px !important;
}

.mt-3,
.my-3 {
    margin-top: 30px !important;
}

.mr-3,
.mx-3 {
    margin-right: 30px !important;
}

.mb-3,
.my-3 {
    margin-bottom: 30px !important;
}

.ml-3,
.mx-3 {
    margin-left: 30px !important;
}

.m-3_5 {
    margin: 35px !important;
}

.mt-3_5,
.my-3_5 {
    margin-top: 35px !important;
}

.mr-3_5,
.mx-3_5 {
    margin-right: 35px !important;
}

.mb-3_5,
.my-3_5 {
    margin-bottom: 35px !important;
}

.ml-3_5,
.mx-3_5 {
    margin-left: 35px !important;
}

.m-4 {
    margin: 40px !important;
}

.mt-4,
.my-4 {
    margin-top: 40px !important;
}

.mr-4,
.mx-4 {
    margin-right: 40px !important;
}

.mb-4,
.my-4 {
    margin-bottom: 40px !important;
}

.ml-4,
.mx-4 {
    margin-left: 40px !important;
}

.m-5 {
    margin: 50px !important;
}

.mt-5,
.my-5 {
    margin-top: 50px !important;
}

.mr-5,
.mx-5 {
    margin-right: 50px !important;
}

.mb-5,
.my-5 {
    margin-bottom: 50px !important;
}

.ml-5,
.mx-5 {
    margin-left: 50px !important;
}

.mt-6,
.my-6 {
    margin-top: 60px !important;
}

.mb-6,
.my-6 {
    margin-bottom: 60px !important;
}

.p-0_5 {
    padding: 5px !important;
}

.pr-0_5,
.px-0_5 {
    padding-right: 5px !important;
}

.pr-0_75,
.px-0_75 {
    padding-right: 7.5px !important;
}

.pb-0_5,
.py-0_5 {
    padding-bottom: 5px !important;
}

.pl-0_5,
.px-0_5 {
    padding-left: 5px !important;
}

.pl-0_75,
.px-0_75 {
    padding-left: 7.5px !important;
}

.p-2_5 {
    padding: 25px !important;
}

.pt-2_5,
.py-2_5 {
    padding-top: 25px !important;
}

.pr-2_5,
.px-2_5 {
    padding-right: 25px !important;
}

.pb-2_5,
.py-2_5 {
    padding-bottom: 25px !important;
}

.pl-2_5,
.px-2_5 {
    padding-left: 25px !important;
}

@media(min-width:850px) {
    .container {
        min-width: 800px;
        max-width: 100%;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1300px;
        max-width: 100%;
    }
}

@media (min-width:1600px) {
    .container {
        width: 1540px;
        max-width: 100%;
    }
}

@media (max-width: 575px) {

    .cart-items {
        padding: 0;
    }

    .m-xs-0 {
        margin: 0 !important;
    }

    .p-xs-0 {
        padding: 0 !important;
    }

    .px-xs-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .mb-xs-1 {
        margin-bottom: 10px !important;
    }

    .w-xs-100 {
        width: 100% !important;
    }
}


@media (max-width: 1199px) {
    .px-mdm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

@media (max-width: 991px) {
    #footer {
        padding-top: 2rem;
    }
}

@media (max-width: 767px) {
    .footer-container .links ul>li {
        font-weight: 400;
    }

    .footer-container {
        padding-top: 0;
    }

    .links .title {
        border-bottom: none;
        padding: 0;
    }

    .footer-container .links ul>li a {
        color: #fff;
    }

    .block_newsletter {
        border-bottom: none;
    }
}

@media (min-width: 576px) {

    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 10px !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 10px !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 10px !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 10px !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 10px !important;
    }

    .m-sm-2 {
        margin: 20px !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 20px !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 20px !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 20px !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 20px !important;
    }

    .m-sm-3 {
        margin: 30px !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 30px !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 30px !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 30px !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 30px !important;
    }

    .m-sm-4 {
        margin: 40px !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 40px !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 40px !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 40px !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 40px !important;
    }

    .m-sm-5 {
        margin: 50px !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 50px !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 50px !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 50px !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 50px !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pt-sm-0_1,
    .py-sm-0_1 {
        padding-top: 1px !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: 10px !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 10px !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 10px !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 10px !important;
    }

    .pb-sm-1_5,
    .py-sm-1_5 {
        padding-bottom: 15px !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 10px !important;
    }

    .p-sm-2 {
        padding: 20px !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 20px !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 20px !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 20px !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 20px !important;
    }

    .p-sm-3 {
        padding: 30px !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 30px !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 30px !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 30px !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 30px !important;
    }

    .p-sm-4 {
        padding: 40px !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 40px !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 40px !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 40px !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 40px !important;
    }

    .p-sm-5 {
        padding: 50px !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 50px !important;
    }

    .pt-sm-6,
    .py-sm-6 {
        padding-top: 60px !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 50px !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 50px !important;
    }

    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 60px !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 50px !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;
    }

    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .col-sm-2_5 {
        padding-left: 15px;
        padding-right: 15px;
        width: 20.83%;
    }

    .col-sm-7_5 {
        padding-left: 15px;
        padding-right: 15px;
        width: 60.25%;
    }

}

@media (min-width: 768px) {

    .ml-md-0_5 {
        margin-left: 5px !important;
    }

    .w-md-auto {
        width: auto !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: 10px !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 10px !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 10px !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 10px !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 10px !important;
    }

    .m-md-2 {
        margin: 20px !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 20px !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 20px !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 20px !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 20px !important;
    }

    .m-md-3 {
        margin: 30px !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 30px !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 30px !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 30px !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 30px !important;
    }

    .m-md-4 {
        margin: 40px !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 40px !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 40px !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 40px !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 40px !important;
    }

    .m-md-5 {
        margin: 50px !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 50px !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 50px !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 50px !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 50px !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pt-md-0_1,
    .py-md-0_1 {
        padding-top: 1px !important;
    }

    .pt-md-0_3,
    .py-md-0_3 {
        padding-top: 3px !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-0_5 {
        /* updated 18-09-27 */
        padding: 5px !important;
    }

    .pt-md-0_5,
    .py-md-0_5 {
        /* updated 18-09-27 */
        padding-top: 5px !important;
    }

    .pr-md-0_5,
    .px-md-0_5 {
        /* updated 18-09-27 */
        padding-right: 5px !important;
    }

    .pb-md-0_5,
    .py-md-0_5 {
        /* updated 18-09-27 */
        padding-bottom: 5px !important;
    }

    .pl-md-0_5 {
        padding-left: 5px !important;
    }

    .p-md-1 {
        padding: 10px !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 10px !important;
    }

    .pt-md-1_5,
    .py-md-1_5 {
        padding-top: 15px !important;
    }

    .pb-md-1_5,
    .py-md-1_5 {
        /* updated 2019-06-04 */
        padding-bottom: 15px !important;
    }

    .pl-md-1_5,
    .px-md-1_5 {
        /* updated 18-09-28 */
        padding-left: 15px !important;
    }

    .pr-md-1_5,
    .px-md-1_5 {
        /* updated 18-09-28 */
        padding-right: 15px !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 10px !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 10px !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 10px !important;
    }

    .p-md-2 {
        padding: 20px !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 20px !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 20px !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 20px !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 20px !important;
    }

    .p-md-3 {
        padding: 30px !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 30px !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 30px !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 30px !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 30px !important;
    }

    .p-md-4 {
        padding: 40px !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 40px !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 40px !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 40px !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 40px !important;
    }

    .p-md-5 {
        padding: 50px !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 50px !important;
    }

    .pt-md-6,
    .py-md-6 {
        padding-top: 60px !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 50px !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 50px !important;
    }

    .pb-md-6,
    .py-md-6 {
        padding-top: 60px !important;
    }

    .pb-md-8,
    .py-md-8 {
        padding-bottom: 80px !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 50px !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;
    }

    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .col-md-0_5 {
        width: 4%;
    }

    .col-md-4_5 {
        width: 37.5%;
    }

    .col-md-3_5 {
        width: 29.1%;
    }

    .col-md-5_5 {
        width: 45.8%;
    }

    .col-md-9_5 {
        width: 79.1%;
    }

    .col-md-2_5 {
        width: 20.8%;
    }

    .offset-md-0_25 {
        margin-left: 2.05%;
    }

    .offset-md-0_5 {
        margin-left: 4.1%;
    }

}

@media (min-width: 992px) {

    .offset-lg-0_5 {
        margin-left: 4.166%;
    }

    .m-lg-0 {
        margin: 0 !important;
    }

    .mx-lg-1_5 {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .mx-lg--1_5 {
        margin-left: -15px !important;
        margin-right: -15px !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: 10px !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 10px !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 10px !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 10px !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 10px !important;
    }

    .m-lg-2 {
        margin: 20px !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 20px !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 20px !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 20px !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 20px !important;
    }

    .m-lg-3 {
        margin: 30px !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 30px !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 30px !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 30px !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 30px !important;
    }

    .m-lg-4 {
        margin: 40px !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 40px !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 40px !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 40px !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 40px !important;
    }

    .m-lg-5 {
        margin: 50px !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 50px !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 50px !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 50px !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 50px !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;
    }

    .pb-lg-0_5,
    .py-lg-0_5 {
        padding-bottom: 5px !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 10px !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 10px !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 10px !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 10px !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 10px !important;
    }

    .p-lg-1_5 {
        /* updated 19-01-17 */
        padding: 15px !important;
    }

    .pt-lg-1_5,
    .py-lg-1_5 {
        /* updated 19-01-17 */
        padding-top: 15px !important;
    }

    .pr-lg-1_5,
    .px-lg-1_5 {
        /* updated 19-01-17 */
        padding-right: 15px !important;
    }

    .pb-lg-1_5,
    .py-lg-1_5 {
        /* updated 19-01-17 */
        padding-bottom: 15px !important;
    }

    .pl-lg-1_5,
    .px-lg-1_5 {
        /* updated 19-01-17 */
        padding-left: 15px !important;
    }

    .p-lg-2 {
        padding: 20px !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 20px !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 20px !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 20px !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 20px !important;
    }

    .p-lg-3 {
        padding: 30px !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 30px !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 30px !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 30px !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 30px !important;
    }

    .p-lg-4 {
        padding: 40px !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 40px !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 40px !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 40px !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 40px !important;
    }

    .p-lg-5 {
        padding: 50px !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 50px !important;
    }

    .pt-lg-1_5 {
        padding-top: 15px !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 50px !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 50px !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 50px !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;
    }

    .mx-lg-50 {
        margin: 0 50px !important;
    }

    .mx-lg-100 {
        margin: 0 100px !important;
    }

    .mx-lg-200 {
        margin: 0 190px !important;
    }

    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .col-lg-0_5 {
        float: left;
        width: 4%;
    }

    .col-lg-2_5 {
        float: left;
        width: 20.83%;
    }

    .col-lg-9_5 {
        float: left;
        width: 79.16%;
    }

    .col-lg-3_5 {
        float: left;
        width: 29.16%;
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
}

@media (min-width: 1200px) {

    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 10px !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 10px !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 10px !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 10px !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 10px !important;
    }

    .m-xl-2 {
        margin: 20px !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 20px !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 20px !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 20px !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 20px !important;
    }

    .m-xl-3 {
        margin: 30px !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 30px !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 30px !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 30px !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 30px !important;
    }

    .m-xl-4 {
        margin: 40px !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 40px !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 40px !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 40px !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 40px !important;
    }

    .m-xl-5 {
        margin: 50px !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 50px !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 50px !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 50px !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 50px !important;
    }

    .mx-xl-50 {
        margin: 0 50px !important;
    }

    .mx-xl-100 {
        margin: 0 100px !important;
    }

    .mx-xl-200 {
        margin: 0 190px !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: 10px !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 10px !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 10px !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 10px !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 10px !important;
    }

    .p-xl-2 {
        padding: 20px !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 20px !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 20px !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 20px !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 20px !important;
    }

    .p-xl-3 {
        padding: 30px !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 30px !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 30px !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 30px !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 30px !important;
    }


    .px-xl-3_5 {
        padding-left: 35px !important;
        padding-left: 35px !important;
    }

    .p-xl-4 {
        padding: 40px !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 40px !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 40px !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 40px !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 40px !important;
    }

    .p-xl-5 {
        padding: 50px !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 50px !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 50px !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 50px !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 50px !important;
    }

    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }



    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

}

@media(min-width:268px) {
    html {
        font-size: 13px;
    }
}

@media(min-width:768px) {

    .col-md-1_1,
    .col-md-1_2,
    .col-md-1_3,
    .col-md-1_4,
    .col-md-1_5,
    .col-md-1_6,
    .col-md-1_7,
    .col-md-1_8,
    .col-md-1_9,
    .col-md-2_1,
    .col-md-2_2,
    .col-md-2_3,
    .col-md-2_4,
    .col-md-2_5,
    .col-md-2_6,
    .col-md-2_7,
    .col-md-2_8,
    .col-md-2_9,

    .col-md-3_1,
    .col-md-3_2,
    .col-md-3_3,
    .col-md-3_4,
    .col-md-3_5,
    .col-md-3_6,
    .col-md-3_7,
    .col-md-3_8,
    .col-md-3_9,

    .col-md-4_1,
    .col-md-4_2,
    .col-md-4_3,
    .col-md-4_4,
    .col-md-4_5,
    .col-md-4_6,
    .col-md-4_7,
    .col-md-4_8,
    .col-md-4_9,

    .col-md-5_3,
    .col-md-5_2,
    .col-md-5_1,
    .col-md-5_4,
    .col-md-5_5,
    .col-md-5_6,
    .col-md-5_7,
    .col-md-5_8,
    .col-md-5_9,

    .col-md-6_1,
    .col-md-6_2,
    .col-md-6_3,
    .col-md-6_4,
    .col-md-6_5,
    .col-md-6_6,
    .col-md-6_7,
    .col-md-6_8,
    .col-md-6_9,

    .col-md-7_1,
    .col-md-7_2,
    .col-md-7_3,
    .col-md-7_4,
    .col-md-7_5,
    .col-md-7_6,
    .col-md-7_7,
    .col-md-7_8,
    .col-md-7_9,

    .col-md-8_1,
    .col-md-8_2,
    .col-md-8_3,
    .col-md-8_4,
    .col-md-8_5,
    .col-md-8_6,
    .col-md-8_7,
    .col-md-8_8,
    .col-md-8_9,

    .col-md-9_1,
    .col-md-9_2,
    .col-md-9_3,
    .col-md-9_4,
    .col-md-9_5,
    .col-md-9_6,
    .col-md-9_7,
    .col-md-9_8,
    .col-md-9_9,

    .col-md-10_1,
    .col-md-10_2,
    .col-md-10_3,
    .col-md-10_4,
    .col-md-10_5,
    .col-md-10_6,
    .col-md-10_7,
    .col-md-10_8,
    .col-md-10_9,

    .col-md-11_1,
    .col-md-11_2,
    .col-md-11_3,
    .col-md-11_4,
    .col-md-11_5,
    .col-md-11_6,
    .col-md-11_7,
    .col-md-11_8,
    .col-md-11_9,
    .col-md-0_5,
    .col-md-1,
    .col-md-10,
    .col-md-10_5,
    .col-md-11,
    .col-md-11_5,
    .col-md-12,
    .col-md-2,
    .col-md-2_5,
    .col-md-3,
    .col-md-3_5,
    .col-md-4_5,
    .col-md-4,
    .col-md-5,
    .col-md-5_5,
    .col-md-6,
    .col-md-6_5,
    .col-md-7,
    .col-md-7_5,
    .col-md-8,
    .col-md-8_5,
    .col-md-9,
    .col-md-9_5,
    .col-md-auto {
        position: relative;
        padding-right: 15px;
        padding-left: 15px
    }

    .col-md-0_5 {
        width: 4.166666%;
    }

    .col-md-1 {
        width: 8.333333%;
    }

    .col-md-1_5 {
        width: 12.5%;
    }

    .col-md-2 {
        width: 16.666667%;
    }

    .col-md-2_5 {
        width: 20.83333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.333333%;
    }

    .col-md-5 {
        width: 41.666667%;
    }

    .col-md-5_5 {
        width: 45.833333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-6_5 {
        width: 54.1666%;
    }

    .col-md-7 {
        width: 58.333333%;
    }

    .col-md-7_5 {
        width: 62.5%;
    }

    .col-md-8 {
        width: 66.666667%;
    }

    .col-md-8_5 {
        width: 70.833%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-9_5 {
        width: 79.166666%
    }

    .col-md-10 {
        width: 83.333333%
    }

    .col-md-10_5 {
        width: 87.5%
    }

    .col-md-11 {
        width: 91.666667%
    }

    .col-md-11_5 {
        width: 95.833333%
    }

    .col-md-12 {
        width: 100%
    }
}

@media(min-width:992px) {
    html {
        font-size: 13.5px;
    }

    .col-lg-1_1,
    .col-lg-1_2,
    .col-lg-1_3,
    .col-lg-1_4,
    .col-lg-1_5,
    .col-lg-1_6,
    .col-lg-1_7,
    .col-lg-1_8,
    .col-lg-1_9,
    .col-lg-2_1,
    .col-lg-2_2,
    .col-lg-2_3,
    .col-lg-2_4,
    .col-lg-2_5,
    .col-lg-2_6,
    .col-lg-2_7,
    .col-lg-2_8,
    .col-lg-2_9,

    .col-lg-3_1,
    .col-lg-3_2,
    .col-lg-3_3,
    .col-lg-3_4,
    .col-lg-3_5,
    .col-lg-3_6,
    .col-lg-3_7,
    .col-lg-3_8,
    .col-lg-3_9,

    .col-lg-4_1,
    .col-lg-4_2,
    .col-lg-4_3,
    .col-lg-4_4,
    .col-lg-4_5,
    .col-lg-4_6,
    .col-lg-4_7,
    .col-lg-4_8,
    .col-lg-4_9,

    .col-lg-5_3,
    .col-lg-5_2,
    .col-lg-5_1,
    .col-lg-5_4,
    .col-lg-5_5,
    .col-lg-5_6,
    .col-lg-5_7,
    .col-lg-5_8,
    .col-lg-5_9,

    .col-lg-6_1,
    .col-lg-6_2,
    .col-lg-6_3,
    .col-lg-6_4,
    .col-lg-6_5,
    .col-lg-6_6,
    .col-lg-6_7,
    .col-lg-6_8,
    .col-lg-6_9,

    .col-lg-7_1,
    .col-lg-7_2,
    .col-lg-7_3,
    .col-lg-7_4,
    .col-lg-7_5,
    .col-lg-7_6,
    .col-lg-7_7,
    .col-lg-7_8,
    .col-lg-7_9,

    .col-lg-8_1,
    .col-lg-8_2,
    .col-lg-8_3,
    .col-lg-8_4,
    .col-lg-8_5,
    .col-lg-8_6,
    .col-lg-8_7,
    .col-lg-8_8,
    .col-lg-8_9,

    .col-lg-9_1,
    .col-lg-9_2,
    .col-lg-9_3,
    .col-lg-9_4,
    .col-lg-9_5,
    .col-lg-9_6,
    .col-lg-9_7,
    .col-lg-9_8,
    .col-lg-9_9,

    .col-lg-10_1,
    .col-lg-10_2,
    .col-lg-10_3,
    .col-lg-10_4,
    .col-lg-10_5,
    .col-lg-10_6,
    .col-lg-10_7,
    .col-lg-10_8,
    .col-lg-10_9,

    .col-lg-11_1,
    .col-lg-11_2,
    .col-lg-11_3,
    .col-lg-11_4,
    .col-lg-11_5,
    .col-lg-11_6,
    .col-lg-11_7,
    .col-lg-11_8,
    .col-lg-11_9,
    .col-lg-0_5,
    .col-lg-1,
    .col-lg-10,
    .col-lg-10_5,
    .col-lg-11,
    .col-lg-11_5,
    .col-lg-12,
    .col-lg-2,
    .col-lg-2_5,
    .col-lg-3,
    .col-lg-3_5,
    .col-lg-4_5,
    .col-lg-4,
    .col-lg-5,
    .col-lg-5_5,
    .col-lg-6,
    .col-lg-6_5,
    .col-lg-7,
    .col-lg-7_5,
    .col-lg-8,
    .col-lg-8_5,
    .col-lg-9,
    .col-lg-9_5,
    .col-lg-auto {
        position: relative;
        padding-right: 15px;
        padding-left: 15px
    }

    .col-lg-auto {
        width: auto;
    }

    /* col-lg-1 - col-lg-12 */
    .col-lg-1 {
        width: 8.333333%;
    }

    .col-lg-2 {
        width: 16.666666%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.333333%;
    }

    .col-lg-5 {
        width: 41.666666%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.333333%;
    }

    .col-lg-8 {
        width: 66.666666%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.333333%;
    }

    .col-lg-11 {
        width: 91.666666%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-1_1 {
        width: calc(8.333333% + (8.333333% / 10));
        /* 8.333333% + 0.833333% */
    }

    .col-lg-1_2 {
        width: calc(8.333333% + (8.333333% * 2 / 10));
        /* 8.333333% + 1.666666% */
    }

    .col-lg-1_3 {
        width: calc(8.333333% + (8.333333% * 3 / 10));
        /* 8.333333% + 2.5% */
    }

    .col-lg-1_4 {
        width: calc(8.333333% + (8.333333% * 4 / 10));
        /* 8.333333% + 3.333333% */
    }

    .col-lg-1_5 {
        width: calc(8.333333% + (8.333333% * 5 / 10));
        /* 8.333333% + 4.166666% */
    }

    .col-lg-1_6 {
        width: calc(8.333333% + (8.333333% * 6 / 10));
        /* 8.333333% + 5% */
    }

    .col-lg-1_7 {
        width: calc(8.333333% + (8.333333% * 7 / 10));
        /* 8.333333% + 5.833333% */
    }

    .col-lg-1_8 {
        width: calc(8.333333% + (8.333333% * 8 / 10));
        /* 8.333333% + 6.666666% */
    }

    .col-lg-1_9 {
        width: calc(8.333333% + (8.333333% * 9 / 10));
    }

    /* col-lg-2_1 - col-lg-2_9 */
    .col-lg-2_1 {
        width: calc(16.666666% + 0.833333%);
        /* 16.666666% + 8.333333% / 10 */
    }

    .col-lg-2_2 {
        width: calc(16.666666% + 1.666666%);
        /* 16.666666% + 8.333333% * 2 / 10 */
    }

    .col-lg-2_3 {
        width: calc(16.666666% + 2.5%);
        /* 16.666666% + 8.333333% * 3 / 10 */
    }

    .col-lg-2_4 {
        width: calc(16.666666% + 3.333333%);
        /* 16.666666% + 8.333333% * 4 / 10 */
    }

    .col-lg-2_5 {
        width: calc(16.666666% + 4.166666%);
        /* 16.666666% + 8.333333% * 5 / 10 */
    }

    .col-lg-2_6 {
        width: calc(16.666666% + 5%);
        /* 16.666666% + 8.333333% * 6 / 10 */
    }

    .col-lg-2_7 {
        width: calc(16.666666% + 5.833333%);
        /* 16.666666% + 8.333333% * 7 / 10 */
    }

    .col-lg-2_8 {
        width: calc(16.666666% + 6.666666%);
        /* 16.666666% + 8.333333% * 8 / 10 */
    }

    .col-lg-2_9 {
        width: calc(16.666666% + 7.5%);
        /* 16.666666% + 8.333333% * 9 / 10 */
    }

    /* col-lg-3_1 - col-lg-3_9 */
    .col-lg-3_1 {
        width: calc(25% + 0.833333%);
    }

    .col-lg-3_2 {
        width: calc(25% + 1.666666%);
    }

    .col-lg-3_3 {
        width: calc(25% + 2.5%);
    }

    .col-lg-3_4 {
        width: calc(25% + 3.333333%);
    }

    .col-lg-3_5 {
        width: calc(25% + 4.166666%);
    }

    .col-lg-3_6 {
        width: calc(25% + 5%);
    }

    .col-lg-3_7 {
        width: calc(25% + 5.833333%);
    }

    .col-lg-3_8 {
        width: calc(25% + 6.666666%);
    }

    .col-lg-3_9 {
        width: calc(25% + 7.5%);
    }

    /* col-lg-4_1 - col-lg-4_9 */
    .col-lg-4_1 {
        width: calc(33.333333% + 0.833333%);
    }

    .col-lg-4_2 {
        width: calc(33.333333% + 1.666666%);
    }

    .col-lg-4_3 {
        width: calc(33.333333% + 2.5%);
    }

    .col-lg-4_4 {
        width: calc(33.333333% + 3.333333%);
    }

    .col-lg-4_5 {
        width: calc(33.333333% + 4.166666%);
    }

    .col-lg-4_6 {
        width: calc(33.333333% + 5%);
    }

    .col-lg-4_7 {
        width: calc(33.333333% + 5.833333%);
    }

    .col-lg-4_8 {
        width: calc(33.333333% + 6.666666%);
    }

    .col-lg-4_9 {
        width: calc(33.333333% + 7.5%);
    }

    /* col-lg-5_1 - col-lg-5_9 */
    .col-lg-5_1 {
        width: calc(41.666666% + 0.833333%);
    }

    .col-lg-5_2 {
        width: calc(41.666666% + 1.666666%);
    }

    .col-lg-5_3 {
        width: calc(41.666666% + 2.5%);
    }

    .col-lg-5_4 {
        width: calc(41.666666% + 3.333333%);
    }

    .col-lg-5_5 {
        width: calc(41.666666% + 4.166666%);
    }

    .col-lg-5_6 {
        width: calc(41.666666% + 5%);
    }

    .col-lg-5_7 {
        width: calc(41.666666% + 5.833333%);
    }

    .col-lg-5_8 {
        width: calc(41.666666% + 6.666666%);
    }

    .col-lg-5_9 {
        width: calc(41.666666% + 7.5%);
    }

    /* col-lg-6_1 - col-lg-6_9 */
    .col-lg-6_1 {
        width: calc(50% + 0.833333%);
    }

    .col-lg-6_2 {
        width: calc(50% + 1.666666%);
    }

    .col-lg-6_3 {
        width: calc(50% + 2.5%);
    }

    .col-lg-6_4 {
        width: calc(50% + 3.333333%);
    }

    .col-lg-6_5 {
        width: calc(50% + 4.166666%);
    }

    .col-lg-6_6 {
        width: calc(50% + 5%);
    }

    .col-lg-6_7 {
        width: calc(50% + 5.833333%);
    }

    .col-lg-6_8 {
        width: calc(50% + 6.666666%);
    }

    .col-lg-6_9 {
        width: calc(50% + 7.5%);
    }

    /* col-lg-7_1 - col-lg-7_9 */
    .col-lg-7_1 {
        width: calc(58.333333% + 0.833333%);
    }

    .col-lg-7_2 {
        width: calc(58.333333% + 1.666666%);
    }

    .col-lg-7_3 {
        width: calc(58.333333% + 2.5%);
    }

    .col-lg-7_4 {
        width: calc(58.333333% + 3.333333%);
    }

    .col-lg-7_5 {
        width: calc(58.333333% + 4.166666%);
    }

    .col-lg-7_6 {
        width: calc(58.333333% + 5%);
    }

    .col-lg-7_7 {
        width: calc(58.333333% + 5.833333%);
    }

    .col-lg-7_8 {
        width: calc(58.333333% + 6.666666%);
    }

    .col-lg-7_9 {
        width: calc(58.333333% + 7.5%);
    }

    /* col-lg-8_1 - col-lg-8_9 */
    .col-lg-8_1 {
        width: calc(66.666666% + 0.833333%);
    }

    .col-lg-8_2 {
        width: calc(66.666666% + 1.666666%);
    }

    .col-lg-8_3 {
        width: calc(66.666666% + 2.5%);
    }

    .col-lg-8_4 {
        width: calc(66.666666% + 3.333333%);
    }

    .col-lg-8_5 {
        width: calc(66.666666% + 4.166666%);
    }

    .col-lg-8_6 {
        width: calc(66.666666% + 5%);
    }

    .col-lg-8_7 {
        width: calc(66.666666% + 5.833333%);
    }

    .col-lg-8_8 {
        width: calc(66.666666% + 6.666666%);
    }

    .col-lg-8_9 {
        width: calc(66.666666% + 7.5%);
    }

    /* col-lg-9_1 - col-lg-9_9 */
    .col-lg-9_1 {
        width: calc(75% + 0.833333%);
    }

    .col-lg-9_2 {
        width: calc(75% + 1.666666%);
    }

    .col-lg-9_3 {
        width: calc(75% + 2.5%);
    }

    .col-lg-9_4 {
        width: calc(75% + 3.333333%);
    }

    .col-lg-9_5 {
        width: calc(75% + 4.166666%);
    }

    .col-lg-9_6 {
        width: calc(75% + 5%);
    }

    .col-lg-9_7 {
        width: calc(75% + 5.833333%);
    }

    .col-lg-9_8 {
        width: calc(75% + 6.666666%);
    }

    .col-lg-9_9 {
        width: calc(75% + 7.5%);
    }

    /* col-lg-10_1 - col-lg-10_9 */
    .col-lg-10_1 {
        width: calc(83.333333% + 0.833333%);
    }

    .col-lg-10_2 {
        width: calc(83.333333% + 1.666666%);
    }

    .col-lg-10_3 {
        width: calc(83.333333% + 2.5%);
    }

    .col-lg-10_4 {
        width: calc(83.333333% + 3.333333%);
    }

    .col-lg-10_5 {
        width: calc(83.333333% + 4.166666%);
    }

    .col-lg-10_6 {
        width: calc(83.333333% + 5%);
    }

    .col-lg-10_7 {
        width: calc(83.333333% + 5.833333%);
    }

    .col-lg-10_8 {
        width: calc(83.333333% + 6.666666%);
    }

    .col-lg-10_9 {
        width: calc(83.333333% + 7.5%);
    }

    /* col-lg-11_1 - col-lg-11_9 */
    .col-lg-11_1 {
        width: calc(91.666666% + 0.833333%);
    }

    .col-lg-11_2 {
        width: calc(91.666666% + 1.666666%);
    }

    .col-lg-11_3 {
        width: calc(91.666666% + 2.5%);
    }

    .col-lg-11_4 {
        width: calc(91.666666% + 3.333333%);
    }

    .col-lg-11_5 {
        width: calc(91.666666% + 4.166666%);
    }

    .col-lg-11_6 {
        width: calc(91.666666% + 5%);
    }

    .col-lg-11_7 {
        width: calc(91.666666% + 5.833333%);
    }

    .col-lg-11_8 {
        width: calc(91.666666% + 6.666666%);
    }

    .col-lg-11_9 {
        width: calc(91.666666% + 7.5%);
    }

    .flex-wrap-lg-nowrap {
        flex-wrap: nowrap;
    }

}

@media(max-width:1199px) {

    .links .collapse,
    .links .title .collapse-icons .remove,
    .links .title[aria-expanded=true] .collapse-icons .add {
        display: none;
    }

    .links .collapse.in,
    .links .title[aria-expanded=true] .collapse-icons .remove {
        display: block;
    }
}

@media(min-width:1200px) {
    html {
        font-size: 13.5px;
    }

    .offset-xl-0_5 {
        margin-left: 4.1666%;
    }

    .offset-xl-0_3 {
        margin-left: 2.5%;
    }

    .col-xl-1_1,
    .col-xl-1_2,
    .col-xl-1_3,
    .col-xl-1_4,
    .col-xl-1_5,
    .col-xl-1_6,
    .col-xl-1_7,
    .col-xl-1_8,
    .col-xl-1_9,
    .col-xl-2_1,
    .col-xl-2_2,
    .col-xl-2_3,
    .col-xl-2_4,
    .col-xl-2_5,
    .col-xl-2_6,
    .col-xl-2_7,
    .col-xl-2_8,
    .col-xl-2_9,

    .col-xl-3_1,
    .col-xl-3_2,
    .col-xl-3_3,
    .col-xl-3_4,
    .col-xl-3_5,
    .col-xl-3_6,
    .col-xl-3_7,
    .col-xl-3_8,
    .col-xl-3_9,

    .col-xl-4_1,
    .col-xl-4_2,
    .col-xl-4_3,
    .col-xl-4_4,
    .col-xl-4_5,
    .col-xl-4_6,
    .col-xl-4_7,
    .col-xl-4_8,
    .col-xl-4_9,

    .col-xl-5_3,
    .col-xl-5_2,
    .col-xl-5_1,
    .col-xl-5_4,
    .col-xl-5_5,
    .col-xl-5_6,
    .col-xl-5_7,
    .col-xl-5_8,
    .col-xl-5_9,

    .col-xl-6_1,
    .col-xl-6_2,
    .col-xl-6_3,
    .col-xl-6_4,
    .col-xl-6_5,
    .col-xl-6_6,
    .col-xl-6_7,
    .col-xl-6_8,
    .col-xl-6_9,

    .col-xl-7_1,
    .col-xl-7_2,
    .col-xl-7_3,
    .col-xl-7_4,
    .col-xl-7_5,
    .col-xl-7_6,
    .col-xl-7_7,
    .col-xl-7_8,
    .col-xl-7_9,

    .col-xl-8_1,
    .col-xl-8_2,
    .col-xl-8_3,
    .col-xl-8_4,
    .col-xl-8_5,
    .col-xl-8_6,
    .col-xl-8_7,
    .col-xl-8_8,
    .col-xl-8_9,

    .col-xl-9_1,
    .col-xl-9_2,
    .col-xl-9_3,
    .col-xl-9_4,
    .col-xl-9_5,
    .col-xl-9_6,
    .col-xl-9_7,
    .col-xl-9_8,
    .col-xl-9_9,

    .col-xl-10_1,
    .col-xl-10_2,
    .col-xl-10_3,
    .col-xl-10_4,
    .col-xl-10_5,
    .col-xl-10_6,
    .col-xl-10_7,
    .col-xl-10_8,
    .col-xl-10_9,

    .col-xl-11_1,
    .col-xl-11_2,
    .col-xl-11_3,
    .col-xl-11_4,
    .col-xl-11_5,
    .col-xl-11_6,
    .col-xl-11_7,
    .col-xl-11_8,
    .col-xl-11_9,
    .col-xl-0_5,
    .col-xl-1,
    .col-xl-10,
    .col-xl-10_5,
    .col-xl-11,
    .col-xl-11_5,
    .col-xl-12,
    .col-xl-2,
    .col-xl-2_5,
    .col-xl-3,
    .col-xl-3_5,
    .col-xl-4_5,
    .col-xl-4,
    .col-xl-5,
    .col-xl-5_5,
    .col-xl-6,
    .col-xl-6_5,
    .col-xl-7,
    .col-xl-7_5,
    .col-xl-8,
    .col-xl-8_5,
    .col-xl-9,
    .col-xl-9_5,
    .col-xl-auto {
        position: relative;
        padding-right: 15px;
        padding-left: 15px
    }

    /* col-xl-1 - col-xl-12 */
    .col-xl-1 {
        width: 8.333333%;
    }

    .col-xl-2 {
        width: 16.666666%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-4 {
        width: 33.333333%;
    }

    .col-xl-5 {
        width: 41.666666%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-7 {
        width: 58.333333%;
    }

    .col-xl-8 {
        width: 66.666666%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-10 {
        width: 83.333333%;
    }

    .col-xl-11 {
        width: 91.666666%;
    }

    .col-xl-12 {
        width: 100%;
    }

    /* col-xl-1_1 - col-xl-1_9 */
    .col-xl-1_1 {
        width: calc(8.333333% + (8.333333% / 10));
        /* 8.333333% + 0.833333% */
    }

    .col-xl-1_2 {
        width: calc(8.333333% + (8.333333% * 2 / 10));
        /* 8.333333% + 1.666666% */
    }

    .col-xl-1_3 {
        width: calc(8.333333% + (8.333333% * 3 / 10));
        /* 8.333333% + 2.5% */
    }

    .col-xl-1_4 {
        width: calc(8.333333% + (8.333333% * 4 / 10));
        /* 8.333333% + 3.333333% */
    }

    .col-xl-1_5 {
        width: calc(8.333333% + (8.333333% * 5 / 10));
        /* 8.333333% + 4.166666% */
    }

    .col-xl-1_6 {
        width: calc(8.333333% + (8.333333% * 6 / 10));
        /* 8.333333% + 5% */
    }

    .col-xl-1_7 {
        width: calc(8.333333% + (8.333333% * 7 / 10));
        /* 8.333333% + 5.833333% */
    }

    .col-xl-1_8 {
        width: calc(8.333333% + (8.333333% * 8 / 10));
        /* 8.333333% + 6.666666% */
    }

    .col-xl-1_9 {
        width: calc(8.333333% + (8.333333% * 9 / 10));
    }

    /* col-xl-2_1 - col-xl-2_9 */
    .col-xl-2_1 {
        width: calc(16.666666% + 0.833333%);
        /* 16.666666% + 8.333333% / 10 */
    }

    .col-xl-2_2 {
        width: calc(16.666666% + 1.666666%);
        /* 16.666666% + 8.333333% * 2 / 10 */
    }

    .col-xl-2_3 {
        width: calc(16.666666% + 2.5%);
        /* 16.666666% + 8.333333% * 3 / 10 */
    }

    .col-xl-2_4 {
        width: calc(16.666666% + 3.333333%);
        /* 16.666666% + 8.333333% * 4 / 10 */
    }

    .col-xl-2_5 {
        width: calc(16.666666% + 4.166666%);
        /* 16.666666% + 8.333333% * 5 / 10 */
    }

    .col-xl-2_6 {
        width: calc(16.666666% + 5%);
        /* 16.666666% + 8.333333% * 6 / 10 */
    }

    .col-xl-2_7 {
        width: calc(16.666666% + 5.833333%);
        /* 16.666666% + 8.333333% * 7 / 10 */
    }

    .col-xl-2_8 {
        width: calc(16.666666% + 6.666666%);
        /* 16.666666% + 8.333333% * 8 / 10 */
    }

    .col-xl-2_9 {
        width: calc(16.666666% + 7.5%);
        /* 16.666666% + 8.333333% * 9 / 10 */
    }

    /* col-xl-3_1 - col-xl-3_9 */
    .col-xl-3_1 {
        width: calc(25% + 0.833333%);
    }

    .col-xl-3_2 {
        width: calc(25% + 1.666666%);
    }

    .col-xl-3_3 {
        width: calc(25% + 2.5%);
    }

    .col-xl-3_4 {
        width: calc(25% + 3.333333%);
    }

    .col-xl-3_5 {
        width: calc(25% + 4.166666%);
    }

    .col-xl-3_6 {
        width: calc(25% + 5%);
    }

    .col-xl-3_7 {
        width: calc(25% + 5.833333%);
    }

    .col-xl-3_8 {
        width: calc(25% + 6.666666%);
    }

    .col-xl-3_9 {
        width: calc(25% + 7.5%);
    }

    /* col-xl-4_1 - col-xl-4_9 */
    .col-xl-4_1 {
        width: calc(33.333333% + 0.833333%);
    }

    .col-xl-4_2 {
        width: calc(33.333333% + 1.666666%);
    }

    .col-xl-4_3 {
        width: calc(33.333333% + 2.5%);
    }

    .col-xl-4_4 {
        width: calc(33.333333% + 3.333333%);
    }

    .col-xl-4_5 {
        width: calc(33.333333% + 4.166666%);
    }

    .col-xl-4_6 {
        width: calc(33.333333% + 5%);
    }

    .col-xl-4_7 {
        width: calc(33.333333% + 5.833333%);
    }

    .col-xl-4_8 {
        width: calc(33.333333% + 6.666666%);
    }

    .col-xl-4_9 {
        width: calc(33.333333% + 7.5%);
    }

    /* col-xl-5_1 - col-xl-5_9 */
    .col-xl-5_1 {
        width: calc(41.666666% + 0.833333%);
    }

    .col-xl-5_2 {
        width: calc(41.666666% + 1.666666%);
    }

    .col-xl-5_3 {
        width: calc(41.666666% + 2.5%);
    }

    .col-xl-5_4 {
        width: calc(41.666666% + 3.333333%);
    }

    .col-xl-5_5 {
        width: calc(41.666666% + 4.166666%);
    }

    .col-xl-5_6 {
        width: calc(41.666666% + 5%);
    }

    .col-xl-5_7 {
        width: calc(41.666666% + 5.833333%);
    }

    .col-xl-5_8 {
        width: calc(41.666666% + 6.666666%);
    }

    .col-xl-5_9 {
        width: calc(41.666666% + 7.5%);
    }

    /* col-xl-6_1 - col-xl-6_9 */
    .col-xl-6_1 {
        width: calc(50% + 0.833333%);
    }

    .col-xl-6_2 {
        width: calc(50% + 1.666666%);
    }

    .col-xl-6_3 {
        width: calc(50% + 2.5%);
    }

    .col-xl-6_4 {
        width: calc(50% + 3.333333%);
    }

    .col-xl-6_5 {
        width: calc(50% + 4.166666%);
    }

    .col-xl-6_6 {
        width: calc(50% + 5%);
    }

    .col-xl-6_7 {
        width: calc(50% + 5.833333%);
    }

    .col-xl-6_8 {
        width: calc(50% + 6.666666%);
    }

    .col-xl-6_9 {
        width: calc(50% + 7.5%);
    }

    /* col-xl-7_1 - col-xl-7_9 */
    .col-xl-7_1 {
        width: calc(58.333333% + 0.833333%);
    }

    .col-xl-7_2 {
        width: calc(58.333333% + 1.666666%);
    }

    .col-xl-7_3 {
        width: calc(58.333333% + 2.5%);
    }

    .col-xl-7_4 {
        width: calc(58.333333% + 3.333333%);
    }

    .col-xl-7_5 {
        width: calc(58.333333% + 4.166666%);
    }

    .col-xl-7_6 {
        width: calc(58.333333% + 5%);
    }

    .col-xl-7_7 {
        width: calc(58.333333% + 5.833333%);
    }

    .col-xl-7_8 {
        width: calc(58.333333% + 6.666666%);
    }

    .col-xl-7_9 {
        width: calc(58.333333% + 7.5%);
    }

    /* col-xl-8_1 - col-xl-8_9 */
    .col-xl-8_1 {
        width: calc(66.666666% + 0.833333%);
    }

    .col-xl-8_2 {
        width: calc(66.666666% + 1.666666%);
    }

    .col-xl-8_3 {
        width: calc(66.666666% + 2.5%);
    }

    .col-xl-8_4 {
        width: calc(66.666666% + 3.333333%);
    }

    .col-xl-8_5 {
        width: calc(66.666666% + 4.166666%);
    }

    .col-xl-8_6 {
        width: calc(66.666666% + 5%);
    }

    .col-xl-8_7 {
        width: calc(66.666666% + 5.833333%);
    }

    .col-xl-8_8 {
        width: calc(66.666666% + 6.666666%);
    }

    .col-xl-8_9 {
        width: calc(66.666666% + 7.5%);
    }

    /* col-xl-9_1 - col-xl-9_9 */
    .col-xl-9_1 {
        width: calc(75% + 0.833333%);
    }

    .col-xl-9_2 {
        width: calc(75% + 1.666666%);
    }

    .col-xl-9_3 {
        width: calc(75% + 2.5%);
    }

    .col-xl-9_4 {
        width: calc(75% + 3.333333%);
    }

    .col-xl-9_5 {
        width: calc(75% + 4.166666%);
    }

    .col-xl-9_6 {
        width: calc(75% + 5%);
    }

    .col-xl-9_7 {
        width: calc(75% + 5.833333%);
    }

    .col-xl-9_8 {
        width: calc(75% + 6.666666%);
    }

    .col-xl-9_9 {
        width: calc(75% + 7.5%);
    }

    /* col-xl-10_1 - col-xl-10_9 */
    .col-xl-10_1 {
        width: calc(83.333333% + 0.833333%);
    }

    .col-xl-10_2 {
        width: calc(83.333333% + 1.666666%);
    }

    .col-xl-10_3 {
        width: calc(83.333333% + 2.5%);
    }

    .col-xl-10_4 {
        width: calc(83.333333% + 3.333333%);
    }

    .col-xl-10_5 {
        width: calc(83.333333% + 4.166666%);
    }

    .col-xl-10_6 {
        width: calc(83.333333% + 5%);
    }

    .col-xl-10_7 {
        width: calc(83.333333% + 5.833333%);
    }

    .col-xl-10_8 {
        width: calc(83.333333% + 6.666666%);
    }

    .col-xl-10_9 {
        width: calc(83.333333% + 7.5%);
    }

    /* col-xl-11_1 - col-xl-11_9 */
    .col-xl-11_1 {
        width: calc(91.666666% + 0.833333%);
    }

    .col-xl-11_2 {
        width: calc(91.666666% + 1.666666%);
    }

    .col-xl-11_3 {
        width: calc(91.666666% + 2.5%);
    }

    .col-xl-11_4 {
        width: calc(91.666666% + 3.333333%);
    }

    .col-xl-11_5 {
        width: calc(91.666666% + 4.166666%);
    }

    .col-xl-11_6 {
        width: calc(91.666666% + 5%);
    }

    .col-xl-11_7 {
        width: calc(91.666666% + 5.833333%);
    }

    .col-xl-11_8 {
        width: calc(91.666666% + 6.666666%);
    }

    .col-xl-11_9 {
        width: calc(91.666666% + 7.5%);
    }
}


@media(max-width:1579px) {
    .hidden-xxl-down {
        display: none !important;
    }
}

@media(min-width:1580px) {
    html {
        font-size: 14px;
    }

    .offset-xxl-1 {
        margin-left: 8.3333%;
    }

    .col-xxl-1_1,
    .col-xxl-1_2,
    .col-xxl-1_3,
    .col-xxl-1_4,
    .col-xxl-1_5,
    .col-xxl-1_6,
    .col-xxl-1_7,
    .col-xxl-1_8,
    .col-xxl-1_9,
    .col-xxl-2_1,
    .col-xxl-2_2,
    .col-xxl-2_3,
    .col-xxl-2_4,
    .col-xxl-2_5,
    .col-xxl-2_6,
    .col-xxl-2_7,
    .col-xxl-2_8,
    .col-xxl-2_9,

    .col-xxl-3_1,
    .col-xxl-3_2,
    .col-xxl-3_3,
    .col-xxl-3_4,
    .col-xxl-3_5,
    .col-xxl-3_6,
    .col-xxl-3_7,
    .col-xxl-3_8,
    .col-xxl-3_9,

    .col-xxl-4_1,
    .col-xxl-4_2,
    .col-xxl-4_3,
    .col-xxl-4_4,
    .col-xxl-4_5,
    .col-xxl-4_6,
    .col-xxl-4_7,
    .col-xxl-4_8,
    .col-xxl-4_9,

    .col-xxl-5_3,
    .col-xxl-5_2,
    .col-xxl-5_1,
    .col-xxl-5_4,
    .col-xxl-5_5,
    .col-xxl-5_6,
    .col-xxl-5_7,
    .col-xxl-5_8,
    .col-xxl-5_9,

    .col-xxl-6_1,
    .col-xxl-6_2,
    .col-xxl-6_3,
    .col-xxl-6_4,
    .col-xxl-6_5,
    .col-xxl-6_6,
    .col-xxl-6_7,
    .col-xxl-6_8,
    .col-xxl-6_9,

    .col-xxl-7_1,
    .col-xxl-7_2,
    .col-xxl-7_3,
    .col-xxl-7_4,
    .col-xxl-7_5,
    .col-xxl-7_6,
    .col-xxl-7_7,
    .col-xxl-7_8,
    .col-xxl-7_9,

    .col-xxl-8_1,
    .col-xxl-8_2,
    .col-xxl-8_3,
    .col-xxl-8_4,
    .col-xxl-8_5,
    .col-xxl-8_6,
    .col-xxl-8_7,
    .col-xxl-8_8,
    .col-xxl-8_9,

    .col-xxl-9_1,
    .col-xxl-9_2,
    .col-xxl-9_3,
    .col-xxl-9_4,
    .col-xxl-9_5,
    .col-xxl-9_6,
    .col-xxl-9_7,
    .col-xxl-9_8,
    .col-xxl-9_9,

    .col-xxl-10_1,
    .col-xxl-10_2,
    .col-xxl-10_3,
    .col-xxl-10_4,
    .col-xxl-10_5,
    .col-xxl-10_6,
    .col-xxl-10_7,
    .col-xxl-10_8,
    .col-xxl-10_9,

    .col-xxl-11_1,
    .col-xxl-11_2,
    .col-xxl-11_3,
    .col-xxl-11_4,
    .col-xxl-11_5,
    .col-xxl-11_6,
    .col-xxl-11_7,
    .col-xxl-11_8,
    .col-xxl-11_9,
    .col-xxl-0_5,
    .col-xxl-1,
    .col-xxl-10,
    .col-xxl-10_5,
    .col-xxl-11,
    .col-xxl-11_5,
    .col-xxl-12,
    .col-xxl-2,
    .col-xxl-2_5,
    .col-xxl-3,
    .col-xxl-3_5,
    .col-xxl-4_5,
    .col-xxl-4,
    .col-xxl-5,
    .col-xxl-5_5,
    .col-xxl-6,
    .col-xxl-6_5,
    .col-xxl-7,
    .col-xxl-7_5,
    .col-xxl-8,
    .col-xxl-8_5,
    .col-xxl-9,
    .col-xxl-9_5,
    .col-xxl-auto {
        position: relative;
        padding-right: 15px;
        padding-left: 15px
    }

    /* col-xxl-1 - col-xxl-12 */
    .col-xxl-1 {
        width: 8.333333%;
    }

    .col-xxl-2 {
        width: 16.666666%;
    }

    .col-xxl-3 {
        width: 25%;
    }

    .col-xxl-4 {
        width: 33.333333%;
    }

    .col-xxl-5 {
        width: 41.666666%;
    }

    .col-xxl-6 {
        width: 50%;
    }

    .col-xxl-7 {
        width: 58.333333%;
    }

    .col-xxl-8 {
        width: 66.666666%;
    }

    .col-xxl-9 {
        width: 75%;
    }

    .col-xxl-10 {
        width: 83.333333%;
    }

    .col-xxl-11 {
        width: 91.666666%;
    }

    .col-xxl-12 {
        width: 100%;
    }

    /* col-xxl-1_1 - col-xxl-1_9 */
    .col-xxl-1_1 {
        width: calc(8.333333% + (8.333333% / 10));
        /* 8.333333% + 0.833333% */
    }

    .col-xxl-1_2 {
        width: calc(8.333333% + (8.333333% * 2 / 10));
        /* 8.333333% + 1.666666% */
    }

    .col-xxl-1_3 {
        width: calc(8.333333% + (8.333333% * 3 / 10));
        /* 8.333333% + 2.5% */
    }

    .col-xxl-1_4 {
        width: calc(8.333333% + (8.333333% * 4 / 10));
        /* 8.333333% + 3.333333% */
    }

    .col-xxl-1_5 {
        width: calc(8.333333% + (8.333333% * 5 / 10));
        /* 8.333333% + 4.166666% */
    }

    .col-xxl-1_6 {
        width: calc(8.333333% + (8.333333% * 6 / 10));
        /* 8.333333% + 5% */
    }

    .col-xxl-1_7 {
        width: calc(8.333333% + (8.333333% * 7 / 10));
        /* 8.333333% + 5.833333% */
    }

    .col-xxl-1_8 {
        width: calc(8.333333% + (8.333333% * 8 / 10));
        /* 8.333333% + 6.666666% */
    }

    .col-xxl-1_9 {
        width: calc(8.333333% + (8.333333% * 9 / 10));
    }

    /* col-xxl-2_1 - col-xxl-2_9 */
    .col-xxl-2_1 {
        width: calc(16.666666% + 0.833333%);
        /* 16.666666% + 8.333333% / 10 */
    }

    .col-xxl-2_2 {
        width: calc(16.666666% + 1.666666%);
        /* 16.666666% + 8.333333% * 2 / 10 */
    }

    .col-xxl-2_3 {
        width: calc(16.666666% + 2.5%);
        /* 16.666666% + 8.333333% * 3 / 10 */
    }

    .col-xxl-2_4 {
        width: calc(16.666666% + 3.333333%);
        /* 16.666666% + 8.333333% * 4 / 10 */
    }

    .col-xxl-2_5 {
        width: calc(16.666666% + 4.166666%);
        /* 16.666666% + 8.333333% * 5 / 10 */
    }

    .col-xxl-2_6 {
        width: calc(16.666666% + 5%);
        /* 16.666666% + 8.333333% * 6 / 10 */
    }

    .col-xxl-2_7 {
        width: calc(16.666666% + 5.833333%);
        /* 16.666666% + 8.333333% * 7 / 10 */
    }

    .col-xxl-2_8 {
        width: calc(16.666666% + 6.666666%);
        /* 16.666666% + 8.333333% * 8 / 10 */
    }

    .col-xxl-2_9 {
        width: calc(16.666666% + 7.5%);
        /* 16.666666% + 8.333333% * 9 / 10 */
    }

    .col-xxl-3_1 {
        width: calc(25% + 0.833333%);
    }

    .col-xxl-3_2 {
        width: calc(25% + 1.666666%);
    }

    .col-xxl-3_3 {
        width: calc(25% + 2.5%);
    }

    .col-xxl-3_4 {
        width: calc(25% + 3.333333%);
    }

    .col-xxl-3_5 {
        width: calc(25% + 4.166666%);
    }

    .col-xxl-3_6 {
        width: calc(25% + 5%);
    }

    .col-xxl-3_7 {
        width: calc(25% + 5.833333%);
    }

    .col-xxl-3_8 {
        width: calc(25% + 6.666666%);
    }

    .col-xxl-3_9 {
        width: calc(25% + 7.5%);
    }

    /* col-xxl-4_1 - col-xxl-4_9 */
    .col-xxl-4_1 {
        width: calc(33.333333% + 0.833333%);
    }

    .col-xxl-4_2 {
        width: calc(33.333333% + 1.666666%);
    }

    .col-xxl-4_3 {
        width: calc(33.333333% + 2.5%);
    }

    .col-xxl-4_4 {
        width: calc(33.333333% + 3.333333%);
    }

    .col-xxl-4_5 {
        width: calc(33.333333% + 4.166666%);
    }

    .col-xxl-4_6 {
        width: calc(33.333333% + 5%);
    }

    .col-xxl-4_7 {
        width: calc(33.333333% + 5.833333%);
    }

    .col-xxl-4_8 {
        width: calc(33.333333% + 6.666666%);
    }

    .col-xxl-4_9 {
        width: calc(33.333333% + 7.5%);
    }

    /* col-xxl-5_1 - col-xxl-5_9 */
    .col-xxl-5_1 {
        width: calc(41.666666% + 0.833333%);
    }

    .col-xxl-5_2 {
        width: calc(41.666666% + 1.666666%);
    }

    .col-xxl-5_3 {
        width: calc(41.666666% + 2.5%);
    }

    .col-xxl-5_4 {
        width: calc(41.666666% + 3.333333%);
    }

    .col-xxl-5_5 {
        width: calc(41.666666% + 4.166666%);
    }

    .col-xxl-5_6 {
        width: calc(41.666666% + 5%);
    }

    .col-xxl-5_7 {
        width: calc(41.666666% + 5.833333%);
    }

    .col-xxl-5_8 {
        width: calc(41.666666% + 6.666666%);
    }

    .col-xxl-5_9 {
        width: calc(41.666666% + 7.5%);
    }

    /* col-xxl-6_1 - col-xxl-6_9 */
    .col-xxl-6_1 {
        width: calc(50% + 0.833333%);
    }

    .col-xxl-6_2 {
        width: calc(50% + 1.666666%);
    }

    .col-xxl-6_3 {
        width: calc(50% + 2.5%);
    }

    .col-xxl-6_4 {
        width: calc(50% + 3.333333%);
    }

    .col-xxl-6_5 {
        width: calc(50% + 4.166666%);
    }

    .col-xxl-6_6 {
        width: calc(50% + 5%);
    }

    .col-xxl-6_7 {
        width: calc(50% + 5.833333%);
    }

    .col-xxl-6_8 {
        width: calc(50% + 6.666666%);
    }

    .col-xxl-6_9 {
        width: calc(50% + 7.5%);
    }

    /* col-xxl-7_1 - col-xxl-7_9 */
    .col-xxl-7_1 {
        width: calc(58.333333% + 0.833333%);
    }

    .col-xxl-7_2 {
        width: calc(58.333333% + 1.666666%);
    }

    .col-xxl-7_3 {
        width: calc(58.333333% + 2.5%);
    }

    .col-xxl-7_4 {
        width: calc(58.333333% + 3.333333%);
    }

    .col-xxl-7_5 {
        width: calc(58.333333% + 4.166666%);
    }

    .col-xxl-7_6 {
        width: calc(58.333333% + 5%);
    }

    .col-xxl-7_7 {
        width: calc(58.333333% + 5.833333%);
    }

    .col-xxl-7_8 {
        width: calc(58.333333% + 6.666666%);
    }

    .col-xxl-7_9 {
        width: calc(58.333333% + 7.5%);
    }

    /* col-xxl-8_1 - col-xxl-8_9 */
    .col-xxl-8_1 {
        width: calc(66.666666% + 0.833333%);
    }

    .col-xxl-8_2 {
        width: calc(66.666666% + 1.666666%);
    }

    .col-xxl-8_3 {
        width: calc(66.666666% + 2.5%);
    }

    .col-xxl-8_4 {
        width: calc(66.666666% + 3.333333%);
    }

    .col-xxl-8_5 {
        width: calc(66.666666% + 4.166666%);
    }

    .col-xxl-8_6 {
        width: calc(66.666666% + 5%);
    }

    .col-xxl-8_7 {
        width: calc(66.666666% + 5.833333%);
    }

    .col-xxl-8_8 {
        width: calc(66.666666% + 6.666666%);
    }

    .col-xxl-8_9 {
        width: calc(66.666666% + 7.5%);
    }

    /* col-xxl-9_1 - col-xxl-9_9 */
    .col-xxl-9_1 {
        width: calc(75% + 0.833333%);
    }

    .col-xxl-9_2 {
        width: calc(75% + 1.666666%);
    }

    .col-xxl-9_3 {
        width: calc(75% + 2.5%);
    }

    .col-xxl-9_4 {
        width: calc(75% + 3.333333%);
    }

    .col-xxl-9_5 {
        width: calc(75% + 4.166666%);
    }

    .col-xxl-9_6 {
        width: calc(75% + 5%);
    }

    .col-xxl-9_7 {
        width: calc(75% + 5.833333%);
    }

    .col-xxl-9_8 {
        width: calc(75% + 6.666666%);
    }

    .col-xxl-9_9 {
        width: calc(75% + 7.5%);
    }


    .col-xxl-10_1 {
        width: calc(83.333333% + 0.833333%);
        
    }

    .col-xxl-10_2 {
        width: calc(83.333333% + 1.666666%);
       
    }

    .col-xxl-10_3 {
        width: calc(83.333333% + 2.5%);
       
    }

    .col-xxl-10_4 {
        width: calc(83.333333% + 3.333333%);
      
    }

    .col-xxl-10_5 {
        width: calc(83.333333% + 4.166666%);
      
    }

    .col-xxl-10_6 {
        width: calc(83.333333% + 5%);
      
    }

    .col-xxl-10_7 {
        width: calc(83.333333% + 5.833333%);
        
    }

    .col-xxl-10_8 {
        width: calc(83.333333% + 6.666666%);
      
    }

    .col-xxl-10_9 {
        width: calc(83.333333% + 7.5%);
        
    }

   
    .col-xxl-11_1 {
        width: calc(91.666666% + 0.833333%);
      
    }

    .col-xxl-11_2 {
        width: calc(91.666666% + 1.666666%);
       
    }

    .col-xxl-11_3 {
        width: calc(91.666666% + 2.5%);
       
    }

    .col-xxl-11_4 {
        width: calc(91.666666% + 3.333333%);
       
    }

    .col-xxl-11_5 {
        width: calc(91.666666% + 4.166666%);
       
    }

    .col-xxl-11_6 {
        width: calc(91.666666% + 5%);
        
    }

    .col-xxl-11_7 {
        width: calc(91.666666% + 5.833333%);
       
    }

    .col-xxl-11_8 {
        width: calc(91.666666% + 6.666666%);
        
    }

    .col-xxl-11_9 {
        width: calc(91.666666% + 7.5%);
      
    }


    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-0_5 {
        margin-left: 4.1666%;
    }

    .offset-xxl-1 {
        margin-left: 8.33333%;
    }

    .offset-xxl-2 {
        margin-left: 16.66667%;
    }

    .offset-xxl-3 {
        margin-left: 25%;
    }

    .offset-xxl-4 {
        margin-left: 33.33333%;
    }

    .offset-xxl-5 {
        margin-left: 41.66667%;
    }

    .offset-xxl-6 {
        margin-left: 50%;
    }

    .offset-xxl-7 {
        margin-left: 58.33333%;
    }

    .offset-xxl-8 {
        margin-left: 66.66667%;
    }

    .offset-xxl-9 {
        margin-left: 75%;
    }

    .offset-xxl-10 {
        margin-left: 83.33333%;
    }

    .offset-xxl-11 {
        margin-left: 91.66667%;
    }

    .m-xxl-0 {
        margin: 0 !important;
    }

    .mt-xxl-0,
    .my-xxl-0 {
        margin-top: 0 !important;
    }

    .mr-xxl-0,
    .mx-xxl-0 {
        margin-right: 0 !important;
    }

    .mb-xxl-0,
    .my-xxl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xxl-0,
    .mx-xxl-0 {
        margin-left: 0 !important;
    }

    .m-xxl-1 {
        margin: 10px !important;
    }

    .mt-xxl-1,
    .my-xxl-1 {
        margin-top: 10px !important;
    }

    .mr-xxl-1,
    .mx-xxl-1 {
        margin-right: 10px !important;
    }

    .mb-xxl-1,
    .my-xxl-1 {
        margin-bottom: 10px !important;
    }

    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: 10px !important;
    }

    .m-xxl-2 {
        margin: 20px !important;
    }

    .mt-xxl-2,
    .my-xxl-2 {
        margin-top: 20px !important;
    }

    .mr-xxl-2,
    .mx-xxl-2 {
        margin-right: 20px !important;
    }

    .mb-xxl-2,
    .my-xxl-2 {
        margin-bottom: 20px !important;
    }

    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: 20px !important;
    }

    .m-xxl-3 {
        margin: 30px !important;
    }

    .mt-xxl-3,
    .my-xxl-3 {
        margin-top: 30px !important;
    }

    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: 30px !important;
    }

    .mb-xxl-3,
    .my-xxl-3 {
        margin-bottom: 30px !important;
    }

    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: 30px !important;
    }

    .m-xxl-4 {
        margin: 40px !important;
    }

    .mt-xxl-4,
    .my-xxl-4 {
        margin-top: 40px !important;
    }

    .mr-xxl-4,
    .mx-xxl-4 {
        margin-right: 40px !important;
    }

    .mb-xxl-4,
    .my-xxl-4 {
        margin-bottom: 40px !important;
    }

    .ml-xxl-4,
    .mx-xxl-4 {
        margin-left: 40px !important;
    }

    .m-xxl-5 {
        margin: 50px !important;
    }

    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: 50px !important;
    }

    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: 50px !important;
    }

    .mb-xxl-5,
    .my-xxl-5 {
        margin-bottom: 50px !important;
    }

    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 50px !important;
    }

    .mx-xxl-50 {
        margin: 0 50px !important;
    }

    .mx-xxl-100 {
        margin: 0 100px !important;
    }

    .mx-xxl-200 {
        margin: 0 190px !important;
    }

    .p-xxl-0 {
        padding: 0 !important;
    }

    .pt-xxl-0,
    .py-xxl-0 {
        padding-top: 0 !important;
    }

    .pr-xxl-0,
    .px-xxl-0 {
        padding-right: 0 !important;
    }

    .pb-xxl-0,
    .py-xxl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xxl-0,
    .px-xxl-0 {
        padding-left: 0 !important;
    }

    .p-xxl-1 {
        padding: 10px !important;
    }

    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: 10px !important;
    }

    .pr-xxl-1,
    .px-xxl-1 {
        padding-right: 10px !important;
    }

    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: 10px !important;
    }

    .pl-xxl-1,
    .px-xxl-1 {
        padding-left: 10px !important;
    }

    .px-xxl-1_5 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .p-xxl-2 {
        padding: 20px !important;
    }

    .pt-xxl-2,
    .py-xxl-2 {
        padding-top: 20px !important;
    }

    .pr-xxl-2,
    .px-xxl-2 {
        padding-right: 20px !important;
    }

    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: 20px !important;
    }

    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: 20px !important;
    }

    .p-xxl-3 {
        padding: 30px !important;
    }

    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: 30px !important;
    }

    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: 30px !important;
    }

    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: 30px !important;
    }

    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: 30px !important;
    }


    .px-xxl-3_5 {
        padding-left: 35px !important;
        padding-right: 35px !important;
    }

    .p-xxl-4 {
        padding: 40px !important;
    }

    .pt-xxl-4,
    .py-xxl-4 {
        padding-top: 40px !important;
    }

    .pr-xxl-4,
    .px-xxl-4 {
        padding-right: 40px !important;
    }

    .pb-xxl-4,
    .py-xxl-4 {
        padding-bottom: 40px !important;
    }

    .pl-xxl-4,
    .px-xxl-4 {
        padding-left: 40px !important;
    }

    .p-xxl-5 {
        padding: 50px !important;
    }

    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 50px !important;
    }

    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 50px !important;
    }

    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 50px !important;
    }

    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 50px !important;
    }

}

@media(min-width:1680px) {
    html {
        font-size: 15px;
    }
}

@media(min-width:1880px) {
    html {
        font-size: 16px;
    }

}
/* tooltip 自定义 */

.tooltip.bs-tether-element-attached-bottom,
.tooltip.tooltip-top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before,
.tooltip.tooltip-top .tooltip-inner::before {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
    border-width: 5px 5px 0;
    border-style: solid;
    border-top-color: #E3E9F8;
}

.tooltip.bs-tether-element-attached-left,
.tooltip.tooltip-right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bs-tether-element-attached-left .tooltip-inner::before,
.tooltip.tooltip-right .tooltip-inner::before {
    top: 50%;
    left: 0;
    margin-top: -5px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-style: solid;
    border-right-color: #E3E9F8;
}

.tooltip.bs-tether-element-attached-top,
.tooltip.tooltip-bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.bs-tether-element-attached-top .tooltip-inner::before,
.tooltip.tooltip-bottom .tooltip-inner::before {
    top: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
    border-width: 0 5px 5px;
    border-style: solid;
    border-bottom-color: #E3E9F8;
}

.tooltip.bs-tether-element-attached-right,
.tooltip.tooltip-left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip.bs-tether-element-attached-right .tooltip-inner::before,
.tooltip.tooltip-left .tooltip-inner::before {
    top: 50%;
    right: 0;
    margin-top: -5px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-style: solid;
    border-left-color:#000;
}




.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.in {
    opacity: 1
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #E3E9F8
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #E3E9F8
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #E3E9F8
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #E3E9F8
}

.tooltip-inner {
    max-width: 30vw;
    padding: .25rem .5rem;
    color: #000;
    text-align: center;
    background-color: #E3E9F8;
    border-radius: .25rem;
    border:1px solid #ddd;
}