.sub-title,
.section-subtitle {
    color: #878787
}

.section-title {
    font-size: 24px;
    font-weight: 600;
    color: var(--text);
}

.section-subtitle {
    font-size: 14px;
    font-weight: 400
}

@media (min-width: 768px) {
    .section-title {
        font-size: 24px;
        font-weight: 600
    }

    .section-subtitle {
        font-size: 14px;
        font-weight: 400
    }
}

.nt_slider:not(.flickity-enabled) {
    display: block !important;
}

.nt_slider {
    position: relative;
    scrollbar-width: none;
}

.nt_slider:not(.flickity-enabled) {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    width: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.nt_slider::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important
}

.nt_slider:not(.flickity-enabled)>* {
    display: inline-block !important;
    white-space: normal !important;
    vertical-align: top;
}

.row:after,
.row:before {
    display: none !important;
}

.equal_nt .nt_bg_lz {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.equal_nt.ratio1_1 .nt_bg_lz {
    padding-top: 100%
}

.equal_nt.position_8 .nt_bg_lz {
    background-position: center center
}

.section-title {
    margin: 0;
}

.title_2:before,
.title_2:after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #222;
}

.sub-title {
    font-family: serif;
    font-style: italic;
    font-size: 14px;
    color: #878787;
    font-weight: 400;
    margin-top: 0;
}

.row.ins_spaces_0 {
    margin: 0;
}

.row.ins_spaces_0 .col_ins {
    padding: 0;
}

@media (min-width: 768px) {

    .title_2:before,
    .title_2:after {
        width: 60px;
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.col-6,
.col-md-3,
.col-lg-2 {
    position: relative;
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.mb__20 {
    margin-bottom: 20px;
}

.fs__24 {
    font-size: 24px;
}

.db {
    display: block;
}

.dn {
    display: none;
}

.tc {
    text-align: center;
}

.pr {
    position: relative;
}

.nt_full {
    width: 100%;
    max-width: 100%;
}

.oh {
    overflow: hidden;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.al_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fl_center {
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
}


@media (min-width: 768px) {

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 1025px) {

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}

@media (min-width: 1025px) {

    .row {
        margin-right: -15px;
        margin-left: -15px;
    }

    .col-6,
    .col-md-3,
    .col-lg-2 {
        padding-right: 15px;
        padding-left: 15px;
    }
}