:root {
    --bg-gradient: linear-gradient(180deg, #fff7ad, #ffa9f9);
    --header-height: 120px;
    --header-height-mv: 101px;
}

/* Global S */
    .text-center {
        text-align: center !important;
    }
    .text-left {
        text-align: left !important;
    }
    .text-right {
        text-align: right !important;
    }
    .inner-title {
        font-weight: 600;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .title-sc.no-inner-title {
        margin-bottom: 0;
    }
    @media (max-width: 991.98px) {
        .inner-title {
            font-size: 26px;
            line-height: 120%;
        }
    }
    .font-bold {
        font-weight: 700 !important;
    }
    @media (min-width: 1535.99px) {
        .container {
            max-width: 1432px;
        }
    }
    .anchor-hover::before {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 50%;
        width: 0px;
        height: 1px;
        background-color: var(--primary-color);
        transform: translate(-50%, 0px);
        transition: 0.5s;
    }
    .anchor-hover:hover:before {
        width: 100%;
    }
    @media (min-width: 1199.99px) {
        .row-align-center-xl {
            align-items: center;
        }
    }
    @media (max-width: 767.98px) {
        br {
            display: none;
        }
    }
    .font-secondary {
        font-family: cursive;
        line-height: 0.8;
    }
/* Global E */