/* BASE CUSTOM STYLES */

/* Section width ******************************************************************* */
.cs-w-33 {
    width: 33% !important;
}

.cs-w-66 {
    width: 66% !important;
}

/* Section font size *************************************************************** */
.cs-fs-10 {
    font-size: 10px !important;
}

.cs-fs-12 {
    font-size: 12px !important;
}

.cs-fs-14 {
    font-size: 14px !important;
}

.cs-fs-16 {
    font-size: 16px !important;
}

.cs-fs-18 {
    font-size: 18px !important;
}

.cs-fs-20 {
    font-size: 20px !important;
}

.cs-fs-22 {
    font-size: 22px !important;
}

.cs-fs-24 {
    font-size: 24px !important;
}

.cs-fs-26 {
    font-size: 26px !important;
}

.cs-fs-28 {
    font-size: 28px !important;
}

.cs-fs-30 {
    font-size: 30px !important;
}

.cs-fs-32 {
    font-size: 32px !important;
}

.cs-fs-34 {
    font-size: 34px !important;
}

.cs-fs-36 {
    font-size: 36px !important;
}

.cs-fs-38 {
    font-size: 38px !important;
}

.cs-fs-40 {
    font-size: 40px !important;
}

.cs-fs-42 {
    font-size: 42px !important;
}

.cs-fs-44 {
    font-size: 44px !important;
}

.cs-fs-46 {
    font-size: 46px !important;
}

.cs-fs-48 {
    font-size: 48px !important;
}

.cs-fs-50 {
    font-size: 50px !important;
}

.cs-fs-60 {
    font-size: 60px !important;
}

/* Section font weight *************************************************************** */

.cs-fw-light {
    font-weight: 300 !important;
}

.cs-fw-regular {
    font-weight: 400 !important;
}

.cs-fw-medium {
    font-weight: 500 !important;
}

.cs-fw-semibold {
    font-weight: 600 !important;
}

.cs-fw-bold {
    font-weight: 700 !important;
}

/* Section line height *************************************************************** */

.cs-lh-14 {
    line-height: 14px !important;
}

.cs-lh-16 {
    line-height: 16px !important;
}

.cs-lh-18 {
    line-height: 18px !important;
}

.cs-lh-20 {
    line-height: 20px !important;
}

.cs-lh-22 {
    line-height: 22px !important;
}

.cs-lh-24 {
    line-height: 24px !important;
}

.cs-lh-26 {
    line-height: 26px !important;
}

.cs-lh-28 {
    line-height: 28px !important;
}

.cs-lh-40 {
    line-height: 40px !important;
}

.cs-lh-46 {
    line-height: 46px !important;
}

/* Z-index ******************************************************************* */

.z-4 {
    z-index: 4 !important;
}

.z-5 {
    z-index: 5 !important;
}